/* cache file /mnt/yzproc/YZ-Site/caches/csscache/10/100188/100188_360231_1_.cache exists */
/*md5:ccbedcb219abdfb79a9152cff083e833*/
/*time: 2023-10-02 01:44:09*/
.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_71301178 .ModuleHead .HeadCenter{float:none;}
#module_71301178 {
padding:0px;
}
#module_71301178 {
position:static;
z-index:0;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_71301178 .ModuleHead71301178 {
display:none;
}
#module_71301178 .BodyCenter.BodyCenter71301178 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71301178 >.module_71301178 {
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_71301178 >.module_71301178{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_71301178 .BodyCenter.BodyCenter71301178 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71301178 .BodyCenter.BodyCenter71301178 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71301178 >.module_71301178 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71301178 >.module_71301178 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71301178 >.module_71301178 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71301178:hover {
border:none;
}
#module_71301178:hover >.module_71301178 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71301178 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{background-color:rgba(0,0,0,0);}
#module_71301178 .swiper-slideshow-1-next,#module_71301178 .swiper-slideshow-1-prev{height:82px;}
#module_71301178 .swiper-slideshow-1-next,#module_71301178 .swiper-slideshow-1-prev{width:81px;}
#module_71301178 .swiper-slideshow-1-next:before,#module_71301178 .swiper-slideshow-1-prev:before{color:;}
#module_71301178 .swiper-slideshow-1-next:before,#module_71301178 .swiper-slideshow-1-prev:before{font-size:px;}
#module_71301178 .swiper-slideshow-1-next,#module_71301178 .swiper-slideshow-1-prev{background-color:;}
#module_71301178 .swiper-slideshow-1-next,#module_71301178 .swiper-slideshow-1-prev{}
#module_71301178 .swiper-slideshow-1-next,#module_71301178 .swiper-slideshow-1-prev{}
#module_71301178 .swiper-slideshow-1-next,#module_71301178 .swiper-slideshow-1-prev{}
#module_71301178 .swiper-slideshow-1-next,#module_71301178 .swiper-slideshow-1-prev{}
#module_71301178 .swiper-slideshow-1-next,#module_71301178 .swiper-slideshow-1-prev{}
#module_71301178 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background-color:rgba(0,0,0,0);}
#module_71301178 .swiper-slideshow-1-next:hover:before,#module_71301178 .swiper-slideshow-1-prev:hover:before{color:;}
#module_71301178 .swiper-slideshow-1-next:hover,#module_71301178 .swiper-slideshow-1-prev:hover{background-color:;}
#module_71301178 .swiper-slideshow-1-next:hover,#module_71301178 .swiper-slideshow-1-prev:hover{}
#module_71301178 .swiper-slideshow-1-next:hover,#module_71301178 .swiper-slideshow-1-prev:hover{}
#module_71301178 .swiper-slideshow-1-next:hover,#module_71301178 .swiper-slideshow-1-prev{}
#module_71301178 .swiper-slideshow-1-next:hover,#module_71301178 .swiper-slideshow-1-prev:hover{}
#module_71301178 .swiper-slideshow-1-next:hover,#module_71301178 .swiper-slideshow-1-prev:hover{}
/*图文模块 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_71304551 .ModuleHead .HeadCenter{float:none;}
#module_71304551 {
padding:0px;
}
#module_71304551 {
position:absolute;
z-index:99;
top:31%;
left:27%;
width:47%;
height:60%;
}
#module_71304551 .ModuleHead71304551 {
display:none;
}
#module_71304551 .BodyCenter.BodyCenter71304551 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71304551 >.module_71304551 {
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_71304551 >.module_71304551{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_71304551 .BodyCenter.BodyCenter71304551 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71304551 .BodyCenter.BodyCenter71304551 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71304551 >.module_71304551 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71304551 >.module_71304551 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71304551 >.module_71304551 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71304551:hover {
border:none;
}
#module_71304551:hover >.module_71304551 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71304551 .ModuleImageTextGiantContent{margin-top:0px;}
#module_71304551 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_71304551 .ModuleImageTextGiantContent{margin-left:0px;}
#module_71304551 .ModuleImageTextGiantContent{margin-right:0px;}
#module_71304551 .imageTextGiant-Container{padding-top:10px;}
#module_71304551 .imageTextGiant-Container{padding-bottom:10px;}
#module_71304551 .imageTextGiant-Container{padding-left:10px;}
#module_71304551 .imageTextGiant-Container{padding-right:10px;}
#module_71304551 .showHandle .btn{font-size:px;}
#module_71304551 .showHandle .btn{font-family:;}
#module_71304551 .showHandle .btn{color:;}
#module_71304551 .showHandle .btn{}
#module_71304551 .showHandle .btn{}
#module_71304551 .showHandle .btn{}
#module_71304551 .showHandle div{border-top-color: !important;}
#module_71304551 .showHandle div{border-top-style: !important;}
#module_71304551 .showHandle div{border-top-width:px !important;}
#module_71304551 .showHandle{background-color:;}
#module_71304551 .showHandle{}
#module_71304551 .showHandle{}
#module_71304551 .showHandle{}
#module_71304551 .showHandle{}
#module_71304551 .showHandle{}
#module_71304551 a{font-size:unset;font-family:unset}
#module_71301178 .SubContainer {}
.module_71311544 .ModuleHead .HeadCenter{float:none;}
#module_71311544 {
padding:0px;
}
#module_71311544 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_71311544 .ModuleHead71311544 {
display:none;
}

#module_71311544 .ModuleSubContainer{background-color:transparent;}
#module_71311544 .ModuleSubContainer{}
#module_71311544 .ModuleSubContainer{background-repeat:no-repeat;}
#module_71311544 .ModuleSubContainer{background-position:0% 0%;}
#module_71311544 .ModuleSubContainer{background-attachment:scroll;}
#module_71311544 .ModuleSubContainer{}
#module_71311544 {!bgVideo!}{bgVideoUrl:}
#module_71311544 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_71311544 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_71311544 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer71311544 {}
/*当前位置 layout 101*/
.ModuleBreadcrumbsGiant.layout-101 .menu:hover { text-decoration: underline; }
.ModuleBreadcrumbsGiant.layout-101 ol{ margin: 0;padding: 10px;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb{background-color: transparent;margin:0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li,.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li a{word-break: break-all;vertical-align: middle;  display: inline-block;font-family: 'Microsoft YaHei', SimSun, Arial; font-size: 12px; color: #333333; font-weight: normal; font-style: normal;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li+li:before{content: "";padding: 0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb .separator{margin-left: 10px; margin-right: 10px; font-size: 12px; color: #333333;}.module_71311546 .ModuleHead .HeadCenter{float:none;}
#module_71311546 {
padding:0px;
}
#module_71311546 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_71311546 .ModuleHead71311546 {
display:none;
}

#module_71311546 .BreadIcon{font-size:px;} #module_71311546 .BreadsvgIcon svg{width:px;height:px;}
#module_71311546 .BreadIcon{color:;} #module_71311546 .BreadsvgIcon svg>*{fill:;}
#module_71311546 .BreadIcon,#module_71311546 .BreadsvgIcon{margin-left:px;}
#module_71311546 .BreadIcon,#module_71311546 .BreadsvgIcon{margin-right:px;}
#module_71311546 .bcs-item,#module_71311546 .bcs-item a{font-size:12px;}
#module_71311546 .bcs-item,#module_71311546 .bcs-item a{font-family:;}
#module_71311546 .bcs-item,#module_71311546 .bcs-item a{color:#333;}
#module_71311546 .bcs-item,#module_71311546 .bcs-item a{font-weight:normal;}
#module_71311546 .bcs-item,#module_71311546 .bcs-item a{text-decoration:none;}
#module_71311546 .bcs-item,#module_71311546 .bcs-item a{font-style:normal;}
#module_71311546 .breadcrumb{text-align:left;}
#module_71311546 .breadcrumb .separator{margin-left:10px;margin-right:10px;}
#module_71311546 .breadcrumb .separator{font-size:12px;}
#module_71311546 .breadcrumb .separator{font-family:;}
#module_71311546 .breadcrumb .separator{color:#333;}
#module_71311546 .breadcrumb .separator{font-weight:normal;}
#module_71311546 .breadcrumb .separator{text-decoration:none;}
#module_71311546 .breadcrumb .separator{font-style:normal;}
#module_71311546 .breadcrumb:hover .BreadIcon{color:} #module_71311546 .breadcrumb:hover .BreadsvgIcon svg>*{fill:;}
#module_71311546 .bcs-item:hover,#module_71311546 .bcs-item a:hover{font-size:12px;}
#module_71311546 .bcs-item:hover,#module_71311546 .bcs-item a:hover{font-family:;}
#module_71311546 .bcs-item:hover,#module_71311546 .bcs-item a:hover{color:#333;}
#module_71311546 .bcs-item:hover,#module_71311546 .bcs-item a:hover{font-weight:normal;}
#module_71311546 .bcs-item:hover,#module_71311546 .bcs-item a:hover{text-decoration:none;}
#module_71311546 .bcs-item:hover,#module_71311546 .bcs-item a:hover{font-style:normal;}

.module_71315526 .ModuleHead .HeadCenter{float:none;}
#module_71315526 {
padding:0px;
}
#module_71315526 {
position:static;
z-index:0;
top:175px;
left:0px;
width:100%;
height: auto;
}
#module_71315526 .ModuleHead71315526 {
display:none;
}
#module_71315526 .ModuleHead .HeadText.HeadText71315526 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_71315526 .ModuleHead .HeadCenter.HeadCenter71315526{text-align:left;}
#module_71315526 .ModuleHead .HeadCenter.HeadCenter71315526 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_71315526 .BodyCenter.BodyCenter71315526 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71315526 >.module_71315526 {
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_71315526 >.module_71315526{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_71315526 .BodyCenter.BodyCenter71315526 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_71315526 .BodyCenter.BodyCenter71315526 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71315526 >.module_71315526 {
margin-top:40px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;
}
}
@media screen and (max-width: 767px){
#module_71315526 >.module_71315526 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71315526 >.module_71315526 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71315526:hover {
border:none;
}
#module_71315526:hover >.module_71315526 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71315526 .ModuleSubContainer{background-color:transparent;}
#module_71315526 .ModuleSubContainer{background-image:none;}
#module_71315526 .ModuleSubContainer{background-repeat:no-repeat;}
#module_71315526 .ModuleSubContainer{background-position:0% 0%;}
#module_71315526 .ModuleSubContainer{background-attachment:scroll;}
#module_71315526 .ModuleSubContainer{}
#module_71315526 {!bgVideo!}{bgVideoUrl:none}
#module_71315526 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_71315526 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_71315526 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer71315526 {max-width:none;width:100%;}
.module_71315532 .ModuleHead .HeadCenter{float:none;}
#module_71315532 {
padding:0px;
}
#module_71315532 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_71315532 .ModuleHead71315532 {
display:none;
}
#module_71315532 .ModuleHead .HeadText.HeadText71315532 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_71315532 .ModuleHead .HeadCenter.HeadCenter71315532{text-align:left;}
#module_71315532 .ModuleHead .HeadCenter.HeadCenter71315532 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_71315532 .BodyCenter.BodyCenter71315532 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71315532 >.module_71315532 {
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_71315532 >.module_71315532{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_71315532 .BodyCenter.BodyCenter71315532 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_71315532 .BodyCenter.BodyCenter71315532 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71315532 >.module_71315532 {
margin-top:50px;
margin-left:120px;
margin-right:160px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_71315532 >.module_71315532 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71315532 >.module_71315532 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71315532:hover {
border:none;
}
#module_71315532:hover >.module_71315532 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71315532 .ModuleImageTextGiantContent{margin-top:px;}
#module_71315532 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_71315532 .ModuleImageTextGiantContent{margin-left:px;}
#module_71315532 .ModuleImageTextGiantContent{margin-right:px;}
#module_71315532 .imageTextGiant-Container{padding-top:10px;}
#module_71315532 .imageTextGiant-Container{padding-bottom:10px;}
#module_71315532 .imageTextGiant-Container{padding-left:10px;}
#module_71315532 .imageTextGiant-Container{padding-right:10px;}
#module_71315532 .showHandle .btn{font-size:px;}
#module_71315532 .showHandle .btn{font-family:;}
#module_71315532 .showHandle .btn{color:;}
#module_71315532 .showHandle .btn{}
#module_71315532 .showHandle .btn{}
#module_71315532 .showHandle .btn{}
#module_71315532 .showHandle div{border-top-color: !important;}
#module_71315532 .showHandle div{border-top-style: !important;}
#module_71315532 .showHandle div{border-top-width:px !important;}
#module_71315532 .showHandle{background-color:;}
#module_71315532 .showHandle{}
#module_71315532 .showHandle{}
#module_71315532 .showHandle{}
#module_71315532 .showHandle{}
#module_71315532 .showHandle{}
#module_71315532 a{font-size:unset;font-family:unset}
.module_71315535 .ModuleHead .HeadCenter{float:none;}
#module_71315535 {
padding:0px;
}
#module_71315535 {
position:static;
z-index:0;
top:66px;
left:219px;
width:100%;
height: auto;
}
#module_71315535 .ModuleHead71315535 {
display:none;
}
#module_71315535 .ModuleHead .HeadText.HeadText71315535 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_71315535 .ModuleHead .HeadCenter.HeadCenter71315535{text-align:left;}
#module_71315535 .ModuleHead .HeadCenter.HeadCenter71315535 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_71315535 .BodyCenter.BodyCenter71315535 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71315535 >.module_71315535 {
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_71315535 >.module_71315535{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_71315535 .BodyCenter.BodyCenter71315535 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_71315535 .BodyCenter.BodyCenter71315535 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71315535 >.module_71315535 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_71315535 >.module_71315535 {
margin-top:20px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71315535 >.module_71315535 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71315535:hover {
border:none;
}
#module_71315535:hover >.module_71315535 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71315535 .ModuleImageTextGiantContent{margin-top:px;}
#module_71315535 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_71315535 .ModuleImageTextGiantContent{margin-left:px;}
#module_71315535 .ModuleImageTextGiantContent{margin-right:px;}
#module_71315535 .imageTextGiant-Container{padding-top:10px;}
#module_71315535 .imageTextGiant-Container{padding-bottom:10px;}
#module_71315535 .imageTextGiant-Container{padding-left:10px;}
#module_71315535 .imageTextGiant-Container{padding-right:10px;}
#module_71315535 .showHandle .btn{font-size:px;}
#module_71315535 .showHandle .btn{font-family:;}
#module_71315535 .showHandle .btn{color:;}
#module_71315535 .showHandle .btn{}
#module_71315535 .showHandle .btn{}
#module_71315535 .showHandle .btn{}
#module_71315535 .showHandle div{border-top-color: !important;}
#module_71315535 .showHandle div{border-top-style: !important;}
#module_71315535 .showHandle div{border-top-width:px !important;}
#module_71315535 .showHandle{background-color:;}
#module_71315535 .showHandle{}
#module_71315535 .showHandle{}
#module_71315535 .showHandle{}
#module_71315535 .showHandle{}
#module_71315535 .showHandle{}
#module_71315535 a{font-size:unset;font-family:unset}
.module_71315531 .ModuleHead .HeadCenter{float:none;}
#module_71315531 {
padding:0px;
}
#module_71315531 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_71315531 .ModuleHead71315531 {
display:none;
}

#module_71315531 img{border-top-color:transparent;}
#module_71315531 img{border-top-style:none;}
#module_71315531 img{border-top-width:0px;}
#module_71315531 img{border-right-color:transparent;}
#module_71315531 img{border-right-style:none;}
#module_71315531 img{border-right-width:0px;}
#module_71315531 img{border-bottom-color:transparent;}
#module_71315531 img{border-bottom-style:none;}
#module_71315531 img{border-bottom-width:0px;}
#module_71315531 img{border-left-color:transparent;}
#module_71315531 img{border-left-style:none;}
#module_71315531 img{border-left-width:0px;}
#module_71315531 img{border-top-left-radius:0px;}
#module_71315531 img{border-top-right-radius:0px;}
#module_71315531 img{border-bottom-left-radius:0px;}
#module_71315531 img{border-bottom-right-radius:0px;}
#module_71315531 .BodyCenter{text-align: ;}

.module_71315525 .ModuleHead .HeadCenter{float:none;}
#module_71315525 {
padding:0px;
}
#module_71315525 {
position:static;
z-index:0;
top:1457px;
left:1490px;
width:100%;
height: auto;
}
#module_71315525 .ModuleHead71315525 {
display:none;
}
#module_71315525 .BodyCenter.BodyCenter71315525 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71315525 >.module_71315525 {
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_71315525 >.module_71315525{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_71315525 .BodyCenter.BodyCenter71315525 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71315525 .BodyCenter.BodyCenter71315525 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71315525 >.module_71315525 {
margin-top:1.0460%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_71315525 >.module_71315525 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71315525 >.module_71315525 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71315525:hover {
border:none;
}
#module_71315525:hover >.module_71315525 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71315525 .ModuleSubContainer{background-color:transparent;}
#module_71315525 .ModuleSubContainer{background-image:none;}
#module_71315525 .ModuleSubContainer{background-repeat:no-repeat;}
#module_71315525 .ModuleSubContainer{background-position:0% 0%;}
#module_71315525 .ModuleSubContainer{background-attachment:scroll;}
#module_71315525 .ModuleSubContainer{}
#module_71315525 {!bgVideo!}{bgVideoUrl:none}
#module_71315525 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_71315525 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_71315525 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer71315525 {}
.module_71317187 .ModuleHead .HeadCenter{float:none;}
#module_71317187 {
padding:0px;
}
#module_71317187 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_71317187 .ModuleHead71317187 {
display:none;
}
#module_71317187 .BodyCenter.BodyCenter71317187 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71317187 >.module_71317187 {
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_71317187 >.module_71317187{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_71317187 .BodyCenter.BodyCenter71317187 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71317187 .BodyCenter.BodyCenter71317187 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71317187 >.module_71317187 {
margin-top:6.5000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71317187 >.module_71317187 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71317187 >.module_71317187 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71317187:hover {
border:none;
}
#module_71317187:hover >.module_71317187 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71317187 img{border-top-color:transparent;}
#module_71317187 img{border-top-style:none;}
#module_71317187 img{border-top-width:0px;}
#module_71317187 img{border-right-color:transparent;}
#module_71317187 img{border-right-style:none;}
#module_71317187 img{border-right-width:0px;}
#module_71317187 img{border-bottom-color:transparent;}
#module_71317187 img{border-bottom-style:none;}
#module_71317187 img{border-bottom-width:0px;}
#module_71317187 img{border-left-color:transparent;}
#module_71317187 img{border-left-style:none;}
#module_71317187 img{border-left-width:0px;}
#module_71317187 img{border-top-left-radius:0px;}
#module_71317187 img{border-top-right-radius:0px;}
#module_71317187 img{border-bottom-left-radius:0px;}
#module_71317187 img{border-bottom-right-radius:0px;}
#module_71317187 .BodyCenter{text-align: center;}

.module_71315528 .ModuleHead .HeadCenter{float:none;}
#module_71315528 {
padding:0px;
}
#module_71315528 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_71315528 .ModuleHead71315528 {
display:none;
}
#module_71315528 .BodyCenter.BodyCenter71315528 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71315528 >.module_71315528 {
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_71315528 >.module_71315528{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_71315528 .BodyCenter.BodyCenter71315528 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71315528 .BodyCenter.BodyCenter71315528 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71315528 >.module_71315528 {
margin-top:-10.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71315528 >.module_71315528 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71315528 >.module_71315528 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71315528:hover {
border:none;
}
#module_71315528:hover >.module_71315528 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71315528 .ModuleImageTextGiantContent{margin-top:0px;}
#module_71315528 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_71315528 .ModuleImageTextGiantContent{margin-left:0px;}
#module_71315528 .ModuleImageTextGiantContent{margin-right:10px;}
#module_71315528 .imageTextGiant-Container{padding-top:10px;}
#module_71315528 .imageTextGiant-Container{padding-bottom:10px;}
#module_71315528 .imageTextGiant-Container{padding-left:10px;}
#module_71315528 .imageTextGiant-Container{padding-right:10px;}
#module_71315528 .showHandle .btn{font-size:px;}
#module_71315528 .showHandle .btn{font-family:;}
#module_71315528 .showHandle .btn{color:;}
#module_71315528 .showHandle .btn{}
#module_71315528 .showHandle .btn{}
#module_71315528 .showHandle .btn{}
#module_71315528 .showHandle div{border-top-color: !important;}
#module_71315528 .showHandle div{border-top-style: !important;}
#module_71315528 .showHandle div{border-top-width:px !important;}
#module_71315528 .showHandle{background-color:;}
#module_71315528 .showHandle{}
#module_71315528 .showHandle{}
#module_71315528 .showHandle{}
#module_71315528 .showHandle{}
#module_71315528 .showHandle{}
#module_71315528 a{font-size:unset;font-family:unset}
.module_71315527 .ModuleHead .HeadCenter{float:none;}
#module_71315527 {
padding:0px;
}
#module_71315527 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_71315527 .ModuleHead71315527 {
display:none;
}
#module_71315527 .BodyCenter.BodyCenter71315527 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71315527 >.module_71315527 {
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_71315527 >.module_71315527{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_71315527 .BodyCenter.BodyCenter71315527 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71315527 .BodyCenter.BodyCenter71315527 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71315527 >.module_71315527 {
margin-top:0.0000%;
margin-left:7.8333%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71315527 >.module_71315527 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71315527 >.module_71315527 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71315527:hover {
border:none;
}
#module_71315527:hover >.module_71315527 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71315527 img{border-top-color:transparent;}
#module_71315527 img{border-top-style:none;}
#module_71315527 img{border-top-width:0px;}
#module_71315527 img{border-right-color:transparent;}
#module_71315527 img{border-right-style:none;}
#module_71315527 img{border-right-width:0px;}
#module_71315527 img{border-bottom-color:transparent;}
#module_71315527 img{border-bottom-style:none;}
#module_71315527 img{border-bottom-width:0px;}
#module_71315527 img{border-left-color:transparent;}
#module_71315527 img{border-left-style:none;}
#module_71315527 img{border-left-width:0px;}
#module_71315527 img{border-top-left-radius:80px;}
#module_71315527 img{border-top-right-radius:80px;}
#module_71315527 img{border-bottom-left-radius:80px;}
#module_71315527 img{border-bottom-right-radius:80px;}
#module_71315527 .BodyCenter{text-align: center;}

.module_71317118 .ModuleHead .HeadCenter{float:none;}
#module_71317118 {
padding:0px;
}
#module_71317118 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_71317118 .ModuleHead71317118 {
display:none;
}
#module_71317118 .BodyCenter.BodyCenter71317118 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71317118 >.module_71317118 {
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_71317118 >.module_71317118{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_71317118 .BodyCenter.BodyCenter71317118 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71317118 .BodyCenter.BodyCenter71317118 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71317118 >.module_71317118 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71317118 >.module_71317118 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71317118 >.module_71317118 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71317118:hover {
border:none;
}
#module_71317118:hover >.module_71317118 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71317118 .ModuleSubContainer{background-color:transparent;}
#module_71317118 .ModuleSubContainer{background-image:none;}
#module_71317118 .ModuleSubContainer{background-repeat:no-repeat;}
#module_71317118 .ModuleSubContainer{background-position:0% 0%;}
#module_71317118 .ModuleSubContainer{background-attachment:scroll;}
#module_71317118 .ModuleSubContainer{}
#module_71317118 {!bgVideo!}{bgVideoUrl:none}
#module_71317118 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_71317118 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_71317118 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer71317118 {}

/*相册样式*/
.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_384322345 .ModuleHead .HeadCenter{float:none;}
#module_384322345 {
padding:0px;
}
#module_384322345 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384322345 .ModuleHead384322345 {
display:none;
}
#module_384322345 .BodyCenter.BodyCenter384322345 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384322345 >.module_384322345 {
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_384322345 >.module_384322345{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_384322345 .BodyCenter.BodyCenter384322345 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384322345 .BodyCenter.BodyCenter384322345 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384322345 >.module_384322345 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384322345 >.module_384322345 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384322345 >.module_384322345 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384322345:hover {
border:none;
}
#module_384322345:hover >.module_384322345 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384322345 .swiper-button-white{background:;}
#module_384322345 .swiper-button-white::before{color:;}
#module_384322345 .titleBox{background:;}
#module_384322345 .titleBox{}
#module_384322345 .album-icon:before{ border-color:;} #module_384322345 .album-icon:after{background:}
#module_384322345 .album-icon{background-color:;}
#module_384322345 .album-icon{}
#module_384322345 .abstract{color:#333;}
#module_384322345 .abstract{font-size:14px;}
#module_384322345 .abstract{font-weight:normal}
#module_384322345 .abstract{font-family:微软雅黑,Microsoft YaHei;}
#module_384322345 .abstract{text-decoration:none;}
#module_384322345 .abstract{}
#module_384322345 {}@media only screen and (min-width: 768px) {#module_384322345 .titleBox{padding-top:px;}}
#module_384322345 {}@media only screen and (min-width: 768px) {#module_384322345 .titleBox{padding-bottom:px;}}
#module_384322345 {}@media only screen and (min-width: 768px) {#module_384322345 .titleBox{padding-left:px;}}
#module_384322345 {}@media only screen and (min-width: 768px) {#module_384322345 .titleBox{padding-right:px;}}
#module_384322345 {}@media only screen and (max-width: 767px) {#module_384322345 .titleBox{padding-top:px;}}
#module_384322345 {}@media only screen and (max-width: 767px) {#module_384322345 .titleBox{padding-bottom:px;}}
#module_384322345 {}@media only screen and (max-width: 767px) {#module_384322345 .titleBox{padding-left:px;}}
#module_384322345 {}@media only screen and (max-width: 767px) {#module_384322345 .titleBox{padding-right:px;}}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .swiper-item{padding:calc(49px/2);} #module_384322345 .mobile_photo_box .swiper-item .content{width: calc(100% - 49px); bottom:calc(49px/2);}
#module_384322345 .album-img-c, #module_384322345 .mobile_photo_box .head{background-color:#f5f5f5;}
#module_384322345 .album-img-c, #module_384322345 .mobile_photo_box .head{background-image:none;}
#module_384322345 .album-img-c, #module_384322345 .mobile_photo_box .head{background-repeat:no-repeat;}
#module_384322345 .album-img-c, #module_384322345 .mobile_photo_box .head{}
#module_384322345 .album-img-c, #module_384322345 .mobile_photo_box .head{}
#module_384322345 .album-img-c, #module_384322345 .mobile_photo_box .head{}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .head{border-top-color:transparent;}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .head{border-top-style:none;}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .head{border-top-width:0px;}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .head{border-right-color:transparent;}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .head{border-right-style:none;}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .head{border-right-width:0px;}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .head{border-bottom-color:transparent;}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .head{border-bottom-style:none;}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .head{border-bottom-width:0px;}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .head{border-left-color:transparent;}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .head{border-left-style:none;}
#module_384322345 .album-img, #module_384322345 .mobile_photo_box .head{border-left-width:0px;}
#module_384322345 .album-img .dummy, #module_384322345 .mobile_photo_box .head .dummy{padding-top:72%;}
#module_384322345 .mobile_picBox .mobile_pic, #module_384322345 .mobile_photo_box .head img{ object-fit:unset;}
#module_384322345 .mobile_picBox .mobile_pic, #module_384322345 .mobile_picBox, #module_384322345 .mobile_photo_box .head img, #module_384322345 .mobile_photo_box .head{ height:auto !important;}
#module_384322345 .pagerGiant .text{font-size:12px;}
#module_384322345 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_384322345 .pagerGiant .text{color:#333;}
#module_384322345 .pagerGiant .text{}
#module_384322345 .pagerGiant .text{}
#module_384322345 .pagerGiant .text{}
#module_384322345 .pagerGiant .current,#module_384322345 .pagerGiant .num,#module_384322345 .pagerGiant .inputer{width:30px}
#module_384322345 .pagerGiant .current,#module_384322345 .pagerGiant .num,#module_384322345 .pagerGiant .inputer{height:30px}
#module_384322345 .pagerGiant .num{font-size:12px;}
#module_384322345 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_384322345 .pagerGiant .num{color:#333;}
#module_384322345 .pagerGiant .num{}
#module_384322345 .pagerGiant .num{}
#module_384322345 .pagerGiant .num{}
#module_384322345 .pagerGiant .submit{width:55px}
#module_384322345 .pagerGiant .submit{height:30px}
#module_384322345 .pagerGiant .current,#module_384322345 .pagerGiant .num,#module_384322345 .pagerGiant .inputer,#module_384322345 .pagerGiant .submit{border-top-left-radius:0px;}
#module_384322345 .pagerGiant .current,#module_384322345 .pagerGiant .num,#module_384322345 .pagerGiant .inputer,#module_384322345 .pagerGiant .submit{border-top-right-radius:0px;}
#module_384322345 .pagerGiant .current,#module_384322345 .pagerGiant .num,#module_384322345 .pagerGiant .inputer,#module_384322345 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_384322345 .pagerGiant .current,#module_384322345 .pagerGiant .num,#module_384322345 .pagerGiant .inputer,#module_384322345 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_384322345 .pagerGiant .next,#module_384322345 .pagerGiant .splitline{color:#ccc;}
#module_384322345 .pagerGiant .num{background-color:#fff;}
#module_384322345 .pagerGiant .num, #module_384322345 .pagerGiant .inputer{border-top-color:#ccc;}
#module_384322345 .pagerGiant .num, #module_384322345 .pagerGiant .inputer{border-top-style:solid;}
#module_384322345 .pagerGiant .num, #module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit, #module_384322345 .pagerGiant .inputer{border-top-width:1px;}
#module_384322345 .pagerGiant .num, #module_384322345 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_384322345 .pagerGiant .num, #module_384322345 .pagerGiant .inputer{border-bottom-style:solid;}
#module_384322345 .pagerGiant .num, #module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit, #module_384322345 .pagerGiant .inputer{border-bottom-width:1px;}
#module_384322345 .pagerGiant .num, #module_384322345 .pagerGiant .inputer{border-left-color:#ccc;}
#module_384322345 .pagerGiant .num, #module_384322345 .pagerGiant .inputer{border-left-style:solid;}
#module_384322345 .pagerGiant .num, #module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit, #module_384322345 .pagerGiant .inputer{border-left-width:1px;}
#module_384322345 .pagerGiant .num, #module_384322345 .pagerGiant .inputer{border-right-color:#ccc;}
#module_384322345 .pagerGiant .num, #module_384322345 .pagerGiant .inputer{border-right-style:solid;}
#module_384322345 .pagerGiant .num, #module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit, #module_384322345 .pagerGiant .inputer{border-right-width:1px;}
#module_384322345 .page-more a{font-size:px;}
#module_384322345 .page-more a{font-family:;}
#module_384322345 .page-more a{color:#666 !important;}
#module_384322345 .page-more a{}
#module_384322345 .page-more a{}
#module_384322345 .page-more a{}
#module_384322345 .page-more a{background-color:#fff;}
#module_384322345 .page-more a{border-top-color:#eee;}
#module_384322345 .page-more a{border-top-style:solid;}
#module_384322345 .page-more a{border-top-width:2px;}
#module_384322345 .page-more a{border-bottom-color:#eee;}
#module_384322345 .page-more a{border-bottom-style:solid;}
#module_384322345 .page-more a{border-bottom-width:2px;}
#module_384322345 .page-more a{border-left-color:#eee;}
#module_384322345 .page-more a{border-left-style:solid;}
#module_384322345 .page-more a{border-left-width:2px;}
#module_384322345 .page-more a{border-right-color:#eee;}
#module_384322345 .page-more a{border-right-style:solid;}
#module_384322345 .page-more a{border-right-width:2px;}
#module_384322345 .swiper-button-white:hover{background:;}
#module_384322345 .swiper-button-white:hover::before{color:;}
#module_384322345 .album-img:hover .album-img-c, #module_384322345 .mobile_photo_box .swiper-item:hover .head{background-color:#f5f5f5;}
#module_384322345 .album-img:hover .album-img-c, #module_384322345 .mobile_photo_box .swiper-item:hover .head{background-image:none;}
#module_384322345 .album-img:hover .album-img-c, #module_384322345 .mobile_photo_box .swiper-item:hover .head{background-repeat:no-repeat;}
#module_384322345 .album-img:hover .album-img-c, #module_384322345 .mobile_photo_box .swiper-item:hover .head{}
#module_384322345 .album-img:hover .album-img-c, #module_384322345 .mobile_photo_box .swiper-item:hover .head{}
#module_384322345 .album-img:hover .album-img-c, #module_384322345 .mobile_photo_box .swiper-item:hover .head{}
#module_384322345 .album-img:hover .rectborder, #module_384322345 .mobile_photo_box .swiper-item:hover .head{border-top-color:#fff;}
#module_384322345 .album-img:hover .rectborder, #module_384322345 .mobile_photo_box .swiper-item:hover .head{border-top-style:solid;}
#module_384322345 .album-img:hover .rectborder, #module_384322345 .mobile_photo_box .swiper-item:hover .head{border-top-width:1px;}
#module_384322345 .album-img:hover .rectborder, #module_384322345 .mobile_photo_box .swiper-item:hover .head{border-right-color:#fff;}
#module_384322345 .album-img:hover .rectborder, #module_384322345 .mobile_photo_box .swiper-item:hover .head{border-right-style:solid;}
#module_384322345 .album-img:hover .rectborder, #module_384322345 .mobile_photo_box .swiper-item:hover .head{border-right-width:1px;}
#module_384322345 .album-img:hover .rectborder, #module_384322345 .mobile_photo_box .swiper-item:hover .head{border-bottom-color:#fff;}
#module_384322345 .album-img:hover .rectborder, #module_384322345 .mobile_photo_box .swiper-item:hover .head{border-bottom-style:solid;}
#module_384322345 .album-img:hover .rectborder, #module_384322345 .mobile_photo_box .swiper-item:hover .head{border-bottom-width:1px;}
#module_384322345 .album-img:hover .rectborder, #module_384322345 .mobile_photo_box .swiper-item:hover .head{border-left-color:#fff;}
#module_384322345 .album-img:hover .rectborder, #module_384322345 .mobile_photo_box .swiper-item:hover .head{border-left-style:solid;}
#module_384322345 .album-img:hover .rectborder, #module_384322345 .mobile_photo_box .swiper-item:hover .head{border-left-width:1px;}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit{font-size:12px;}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit{color:#fff;}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit{}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit{}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit{}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit{background-color:#333;}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit, #module_384322345 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit, #module_384322345 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit, #module_384322345 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit, #module_384322345 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit, #module_384322345 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit, #module_384322345 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit, #module_384322345 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_384322345 .pagerGiant .current, #module_384322345 .pagerGiant .submit, #module_384322345 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_384322345 .page-more a:hover{font-size:px;}
#module_384322345 .page-more:hover a{font-family:;}
#module_384322345 .page-more a:hover{color:#666 !important;}
#module_384322345 .page-more a:hover {}
#module_384322345 .page-more a:hover {}
#module_384322345 .page-more a:hover {}
#module_384322345 .page-more a:hover{background-color:#fff;}
#module_384322345 .page-more a:hover{border-top-color:#eee;}
#module_384322345 .page-more a:hover{border-top-style:solid;}
#module_384322345 .page-more a:hover{border-bottom-color:#eee;}
#module_384322345 .page-more a:hover{border-bottom-style:solid;}
#module_384322345 .page-more a:hover{border-left-color:#eee;}
#module_384322345 .page-more a:hover{border-left-style:solid;}
#module_384322345 .page-more a:hover{border-right-color:#eee;}
#module_384322345 .page-more a:hover{border-right-style:solid;}

.module_71317120 .ModuleHead .HeadCenter{float:none;}
#module_71317120 {
padding:0px;
}
#module_71317120 {
position:static;
z-index:0;
top:1259px;
left:1100px;
width:100%;
height: auto;
}
#module_71317120 .ModuleHead71317120 {
display:none;
}
#module_71317120 .BodyCenter.BodyCenter71317120 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71317120 >.module_71317120 {
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_71317120 >.module_71317120{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_71317120 .BodyCenter.BodyCenter71317120 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71317120 .BodyCenter.BodyCenter71317120 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71317120 >.module_71317120 {
margin-top:2.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71317120 >.module_71317120 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71317120 >.module_71317120 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71317120:hover {
border:none;
}
#module_71317120:hover >.module_71317120 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71317120 .swiper-button-white{background:;}
#module_71317120 .swiper-button-white::before{color:;}
#module_71317120 .titleBox{background:;}
#module_71317120 .titleBox{}
#module_71317120 .album-icon:before{ border-color:;} #module_71317120 .album-icon:after{background:}
#module_71317120 .album-icon{background-color:;}
#module_71317120 .album-icon{}
#module_71317120 .abstract{color:#333;}
#module_71317120 .abstract{font-size:14px;}
#module_71317120 .abstract{font-weight:normal}
#module_71317120 .abstract{font-family:微软雅黑,Microsoft YaHei;}
#module_71317120 .abstract{text-decoration:none;}
#module_71317120 .abstract{}
#module_71317120 {}@media only screen and (min-width: 768px) {#module_71317120 .titleBox{padding-top:px;}}
#module_71317120 {}@media only screen and (min-width: 768px) {#module_71317120 .titleBox{padding-bottom:px;}}
#module_71317120 {}@media only screen and (min-width: 768px) {#module_71317120 .titleBox{padding-left:px;}}
#module_71317120 {}@media only screen and (min-width: 768px) {#module_71317120 .titleBox{padding-right:px;}}
#module_71317120 {}@media only screen and (max-width: 767px) {#module_71317120 .titleBox{padding-top:px;}}
#module_71317120 {}@media only screen and (max-width: 767px) {#module_71317120 .titleBox{padding-bottom:px;}}
#module_71317120 {}@media only screen and (max-width: 767px) {#module_71317120 .titleBox{padding-left:px;}}
#module_71317120 {}@media only screen and (max-width: 767px) {#module_71317120 .titleBox{padding-right:px;}}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .swiper-item{padding:calc(11px/2);} #module_71317120 .mobile_photo_box .swiper-item .content{width: calc(100% - 11px); bottom:calc(11px/2);}
#module_71317120 .album-img-c, #module_71317120 .mobile_photo_box .head{background-color:#f5f5f5;}
#module_71317120 .album-img-c, #module_71317120 .mobile_photo_box .head{background-image:none;}
#module_71317120 .album-img-c, #module_71317120 .mobile_photo_box .head{background-repeat:no-repeat;}
#module_71317120 .album-img-c, #module_71317120 .mobile_photo_box .head{}
#module_71317120 .album-img-c, #module_71317120 .mobile_photo_box .head{}
#module_71317120 .album-img-c, #module_71317120 .mobile_photo_box .head{}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .head{border-top-color:transparent;}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .head{border-top-style:none;}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .head{border-top-width:0px;}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .head{border-right-color:transparent;}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .head{border-right-style:none;}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .head{border-right-width:0px;}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .head{border-bottom-color:transparent;}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .head{border-bottom-style:none;}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .head{border-bottom-width:0px;}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .head{border-left-color:transparent;}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .head{border-left-style:none;}
#module_71317120 .album-img, #module_71317120 .mobile_photo_box .head{border-left-width:0px;}
#module_71317120 .album-img .dummy, #module_71317120 .mobile_photo_box .head .dummy{padding-top:66%;}
#module_71317120 .mobile_picBox .mobile_pic, #module_71317120 .mobile_photo_box .head img{ object-fit:unset;}
#module_71317120 .mobile_picBox .mobile_pic, #module_71317120 .mobile_picBox, #module_71317120 .mobile_photo_box .head img, #module_71317120 .mobile_photo_box .head{ height:auto !important;}
#module_71317120 .pagerGiant .text{font-size:12px;}
#module_71317120 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_71317120 .pagerGiant .text{color:#333;}
#module_71317120 .pagerGiant .text{font-weight:normal;}
#module_71317120 .pagerGiant .text{text-decoration:initial;}
#module_71317120 .pagerGiant .text{font-style:normal;}
#module_71317120 .pagerGiant .current,#module_71317120 .pagerGiant .num,#module_71317120 .pagerGiant .inputer{width:30px}
#module_71317120 .pagerGiant .current,#module_71317120 .pagerGiant .num,#module_71317120 .pagerGiant .inputer{height:30px}
#module_71317120 .pagerGiant .num{font-size:12px;}
#module_71317120 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_71317120 .pagerGiant .num{color:#333;}
#module_71317120 .pagerGiant .num{font-weight:normal;}
#module_71317120 .pagerGiant .num{text-decoration:initial;}
#module_71317120 .pagerGiant .num{font-style:normal;}
#module_71317120 .pagerGiant .submit{width:55px}
#module_71317120 .pagerGiant .submit{height:30px}
#module_71317120 .pagerGiant .current,#module_71317120 .pagerGiant .num,#module_71317120 .pagerGiant .inputer,#module_71317120 .pagerGiant .submit{border-top-left-radius:0px;}
#module_71317120 .pagerGiant .current,#module_71317120 .pagerGiant .num,#module_71317120 .pagerGiant .inputer,#module_71317120 .pagerGiant .submit{border-top-right-radius:0px;}
#module_71317120 .pagerGiant .current,#module_71317120 .pagerGiant .num,#module_71317120 .pagerGiant .inputer,#module_71317120 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_71317120 .pagerGiant .current,#module_71317120 .pagerGiant .num,#module_71317120 .pagerGiant .inputer,#module_71317120 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_71317120 .pagerGiant .next,#module_71317120 .pagerGiant .splitline{color:#ccc;}
#module_71317120 .pagerGiant .num{background-color:#fff;}
#module_71317120 .pagerGiant .num, #module_71317120 .pagerGiant .inputer{border-top-color:#ccc;}
#module_71317120 .pagerGiant .num, #module_71317120 .pagerGiant .inputer{border-top-style:solid;}
#module_71317120 .pagerGiant .num, #module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit, #module_71317120 .pagerGiant .inputer{border-top-width:1px;}
#module_71317120 .pagerGiant .num, #module_71317120 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_71317120 .pagerGiant .num, #module_71317120 .pagerGiant .inputer{border-bottom-style:solid;}
#module_71317120 .pagerGiant .num, #module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit, #module_71317120 .pagerGiant .inputer{border-bottom-width:1px;}
#module_71317120 .pagerGiant .num, #module_71317120 .pagerGiant .inputer{border-left-color:#ccc;}
#module_71317120 .pagerGiant .num, #module_71317120 .pagerGiant .inputer{border-left-style:solid;}
#module_71317120 .pagerGiant .num, #module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit, #module_71317120 .pagerGiant .inputer{border-left-width:1px;}
#module_71317120 .pagerGiant .num, #module_71317120 .pagerGiant .inputer{border-right-color:#ccc;}
#module_71317120 .pagerGiant .num, #module_71317120 .pagerGiant .inputer{border-right-style:solid;}
#module_71317120 .pagerGiant .num, #module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit, #module_71317120 .pagerGiant .inputer{border-right-width:1px;}
#module_71317120 .page-more a{font-size:px;}
#module_71317120 .page-more a{font-family:;}
#module_71317120 .page-more a{color:#666 !important;}
#module_71317120 .page-more a{}
#module_71317120 .page-more a{}
#module_71317120 .page-more a{}
#module_71317120 .page-more a{background-color:#fff;}
#module_71317120 .page-more a{border-top-color:#eee;}
#module_71317120 .page-more a{border-top-style:solid;}
#module_71317120 .page-more a{border-top-width:2px;}
#module_71317120 .page-more a{border-bottom-color:#eee;}
#module_71317120 .page-more a{border-bottom-style:solid;}
#module_71317120 .page-more a{border-bottom-width:2px;}
#module_71317120 .page-more a{border-left-color:#eee;}
#module_71317120 .page-more a{border-left-style:solid;}
#module_71317120 .page-more a{border-left-width:2px;}
#module_71317120 .page-more a{border-right-color:#eee;}
#module_71317120 .page-more a{border-right-style:solid;}
#module_71317120 .page-more a{border-right-width:2px;}
#module_71317120 .swiper-button-white:hover{background:;}
#module_71317120 .swiper-button-white:hover::before{color:;}
#module_71317120 .album-img:hover .album-img-c, #module_71317120 .mobile_photo_box .swiper-item:hover .head{background-color:#f5f5f5;}
#module_71317120 .album-img:hover .album-img-c, #module_71317120 .mobile_photo_box .swiper-item:hover .head{background-image:none;}
#module_71317120 .album-img:hover .album-img-c, #module_71317120 .mobile_photo_box .swiper-item:hover .head{background-repeat:no-repeat;}
#module_71317120 .album-img:hover .album-img-c, #module_71317120 .mobile_photo_box .swiper-item:hover .head{}
#module_71317120 .album-img:hover .album-img-c, #module_71317120 .mobile_photo_box .swiper-item:hover .head{}
#module_71317120 .album-img:hover .album-img-c, #module_71317120 .mobile_photo_box .swiper-item:hover .head{}
#module_71317120 .album-img:hover .rectborder, #module_71317120 .mobile_photo_box .swiper-item:hover .head{border-top-color:#fff;}
#module_71317120 .album-img:hover .rectborder, #module_71317120 .mobile_photo_box .swiper-item:hover .head{border-top-style:solid;}
#module_71317120 .album-img:hover .rectborder, #module_71317120 .mobile_photo_box .swiper-item:hover .head{border-top-width:1px;}
#module_71317120 .album-img:hover .rectborder, #module_71317120 .mobile_photo_box .swiper-item:hover .head{border-right-color:#fff;}
#module_71317120 .album-img:hover .rectborder, #module_71317120 .mobile_photo_box .swiper-item:hover .head{border-right-style:solid;}
#module_71317120 .album-img:hover .rectborder, #module_71317120 .mobile_photo_box .swiper-item:hover .head{border-right-width:1px;}
#module_71317120 .album-img:hover .rectborder, #module_71317120 .mobile_photo_box .swiper-item:hover .head{border-bottom-color:#fff;}
#module_71317120 .album-img:hover .rectborder, #module_71317120 .mobile_photo_box .swiper-item:hover .head{border-bottom-style:solid;}
#module_71317120 .album-img:hover .rectborder, #module_71317120 .mobile_photo_box .swiper-item:hover .head{border-bottom-width:1px;}
#module_71317120 .album-img:hover .rectborder, #module_71317120 .mobile_photo_box .swiper-item:hover .head{border-left-color:#fff;}
#module_71317120 .album-img:hover .rectborder, #module_71317120 .mobile_photo_box .swiper-item:hover .head{border-left-style:solid;}
#module_71317120 .album-img:hover .rectborder, #module_71317120 .mobile_photo_box .swiper-item:hover .head{border-left-width:1px;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit{font-size:12px;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit{color:#fff;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit{font-weight:normal;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit{text-decoration:initial;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit{font-style:normal;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit{background-color:#333;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit, #module_71317120 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit, #module_71317120 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit, #module_71317120 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit, #module_71317120 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit, #module_71317120 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit, #module_71317120 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit, #module_71317120 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_71317120 .pagerGiant .current, #module_71317120 .pagerGiant .submit, #module_71317120 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_71317120 .page-more a:hover{font-size:px;}
#module_71317120 .page-more:hover a{font-family:;}
#module_71317120 .page-more a:hover{color:#666 !important;}
#module_71317120 .page-more a:hover {}
#module_71317120 .page-more a:hover {}
#module_71317120 .page-more a:hover {}
#module_71317120 .page-more a:hover{background-color:#fff;}
#module_71317120 .page-more a:hover{border-top-color:#eee;}
#module_71317120 .page-more a:hover{border-top-style:solid;}
#module_71317120 .page-more a:hover{border-bottom-color:#eee;}
#module_71317120 .page-more a:hover{border-bottom-style:solid;}
#module_71317120 .page-more a:hover{border-left-color:#eee;}
#module_71317120 .page-more a:hover{border-left-style:solid;}
#module_71317120 .page-more a:hover{border-right-color:#eee;}
#module_71317120 .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_71317215 .ModuleHead .HeadCenter{float:none;}
#module_71317215 {
padding:0px;
}
#module_71317215 {
position:static;
z-index:0;
top:1056px;
left:991px;
width:100%;
height: auto;
}
#module_71317215 .ModuleHead71317215 {
display:none;
}
#module_71317215 .BodyCenter.BodyCenter71317215 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71317215 >.module_71317215 {
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_71317215 >.module_71317215{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_71317215 .BodyCenter.BodyCenter71317215 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71317215 .BodyCenter.BodyCenter71317215 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71317215 >.module_71317215 {
margin-top:3.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71317215 >.module_71317215 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71317215 >.module_71317215 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71317215:hover {
border:none;
}
#module_71317215:hover >.module_71317215 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71317215 .digital-num{font-size:38px;line-height: 38px;height: 38px;}#module_71317215 .digital-unit{top: calc(38px * 5 / 20);}
#module_71317215 .digital-num{font-family:微软雅黑,Microsoft YaHei!important;}
#module_71317215 .digital-num{color:rgb(227, 108, 9);}
#module_71317215 .digital-num{font-weight:bold;}
#module_71317215 .digital-num{text-decoration:initial!important;}
#module_71317215 .digital-num{font-style:normal;}
#module_71317215 .digital-unit{font-size:14px;}
#module_71317215 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_71317215 .digital-unit{color:rgb(227, 108, 9);}
#module_71317215 .digital-unit{font-weight:normal;}
#module_71317215 .digital-unit{text-decoration:initial;}
#module_71317215 .digital-unit{font-style:normal;}
#module_71317215 .digital-title{margin-top:px;}
#module_71317215 .digital-title{margin-left:px;}
#module_71317215 .digital-title{margin-right:px;}
#module_71317215 .digital-title{margin-bottom:px;}
#module_71317215 .digital-title{font-size:14px;}
#module_71317215 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_71317215 .digital-title{color:rgb(227, 108, 9);}
#module_71317215 .digital-title{font-weight:bold;}
#module_71317215 .digital-title{text-decoration:initial;}
#module_71317215 .digital-title{font-style:normal;}

.module_106329001 .ModuleHead .HeadCenter{float:none;}
#module_106329001 {
padding:0px;
}
#module_106329001 {
position:static;
z-index:0;
top:431px;
left:991px;
width:100%;
height: auto;
}
#module_106329001 .ModuleHead106329001 {
display:none;
}
#module_106329001 .BodyCenter.BodyCenter106329001 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106329001 >.module_106329001 {
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_106329001 >.module_106329001{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_106329001 .BodyCenter.BodyCenter106329001 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106329001 .BodyCenter.BodyCenter106329001 {
padding-top:5.4496%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.4496%;
}
}
@media screen and (min-width: 768px){
#module_106329001 >.module_106329001 {
margin-top:3.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106329001 >.module_106329001 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_106329001 >.module_106329001 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106329001:hover {
border:none;
}
#module_106329001:hover >.module_106329001 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106329001 .digital-num{font-size:28px;line-height: 28px;height: 28px;}#module_106329001 .digital-unit{top: calc(28px * 5 / 20);}
#module_106329001 .digital-num{font-family:微软雅黑,Microsoft YaHei!important;}
#module_106329001 .digital-num{color:rgb(227, 108, 9);}
#module_106329001 .digital-num{font-weight:bold;}
#module_106329001 .digital-num{text-decoration:initial!important;}
#module_106329001 .digital-num{font-style:normal;}
#module_106329001 .digital-unit{font-size:14px;}
#module_106329001 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_106329001 .digital-unit{color:rgb(227, 108, 9);}
#module_106329001 .digital-unit{font-weight:normal;}
#module_106329001 .digital-unit{text-decoration:initial;}
#module_106329001 .digital-unit{font-style:normal;}
#module_106329001 .digital-title{margin-top:px;}
#module_106329001 .digital-title{margin-left:px;}
#module_106329001 .digital-title{margin-right:px;}
#module_106329001 .digital-title{margin-bottom:px;}
#module_106329001 .digital-title{font-size:14px;}
#module_106329001 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_106329001 .digital-title{color:rgb(227, 108, 9);}
#module_106329001 .digital-title{font-weight:bold;}
#module_106329001 .digital-title{text-decoration:initial;}
#module_106329001 .digital-title{font-style:normal;}

.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 {}
/*图文模块 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_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}
/*图文模块 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_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;}
