/*read from redis*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
	width: 66px;
	float: right;
}
.ModuleOnLineServiceGiant.layout-109 .qrcodetips{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	 text-align: center;
	  margin-top:4px;
	  color:#666
	}

@keyframes scaleToggleOne {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes turn{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}

.turn{
	animation:turn 1s linear ;
}

.ModuleOnLineServiceGiant.layout-109  .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.ModuleOnLineServiceGiant.layout-109 .online-service {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	/* position:fixed;
	bottom:0;
	right:40px; */
	opacity: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	/* z-index:700; */
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.ModuleOnLineServiceGiant.layout-109 .online-service:focus {
	outline: 0
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animated {
	opacity: 1;
	/* transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px) */
	margin-bottom: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 51;
	background: transparent;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 50
}

.ModuleOnLineServiceGiant.layout-109 .online-service .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles .circle {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-1 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-2 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-3 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	min-height: 44px;
	z-index: 0;
	-webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
	transition: all .3s cubic-bezier(.86, 0, .07, 1);
	width: 180px;
	/* background-color: #1E88E5; */
	color: #fff;
	text-align: left;
	border-radius: 15px 15px 0px 15px;
	box-shadow: 0px 0px 20px 0px rgba(30, 136, 229, 0.08);
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.ModuleOnLineServiceGiant.layout-109 .online-service-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fffefe;
	box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
	text-align: center;
	line-height: 40px;
	transform: rotate(180deg);
	color: #1E88E5;
	margin: 0 auto;
	cursor: pointer;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content {
	width: 66px;
	background: #fffefe;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	bottom: 60px;
	text-align: center;
	padding-top: 20px;
	display: none;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-tab {
	min-height: 40px;
	height: auto;
	/*max-height: 60px;
    padding-bottom: 10px;
	padding-top: 5px; */
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	width: 100%;
    height: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .imitem{
	width: 190px;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3{
	width: 2px;
	height: 18px;
	display: inline-block;
	background-color:#666;
	position: absolute;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3:before{ content: '';}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .topline{
	/* visibility: hidden; */
	transform: rotate(45deg);
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .bottomline{
	/* visibility: hidden; */
	transform: rotate(-45deg);
}
@keyframes topline{
	0%{
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	100%{
		transform: rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
}
@keyframes bottomline{
	0%{
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}

	100%{
		transform: rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .topline {
	animation: 0.5s topline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .bottomline {
	animation: 0.5s bottomline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .iconfont {
	font-size: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .active {
	background: #1E88E5;
	color: #fff;
	padding: 5px 0;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close::after {
	position: absolute;
	content: '';
	width: 29px;
	height: 1px;
	border: 1px solid #eeeeee;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.54s;
}
.ModuleOnLineServiceGiant.layout-109 .content-tab-name.tabnameshow {
	min-height: 20px;
	/* overflow:visible; */
	opacity: 1;
	height: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .hoverdiv {
	position: absolute;
	width: 100%;
	left: -45px;
	height: 100%;
	transform: translatey(-50%);
	top: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content {
	max-width: 450px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	display: flex;
	padding: 20px;
	position: absolute;
	right: 40px;
	flex-wrap: wrap;
	text-align: left;
	width:max-content;
}

.ModuleOnLineServiceGiant.layout-109 .content-common {
	left: auto;
	top: 50%;
	transform: translate(0,-50%);
	right: 40px;
	visibility: hidden;
}
.ModuleOnLineServiceGiant.layout-109 .content-common.showami{
	visibility:visible;
	transform: translate(-10px, -50%);
	transition:all 0.3s;
}

.ModuleOnLineServiceGiant.layout-109 .content-common::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 8px solid #fff;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	/* right: 40px;  */
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a {
	width: calc((100% - 30px) / 2);
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:first {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:nth-child(2n+1) {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IconType img {
	width: 14px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IMType {
	color: #999999;
	font-size: 12px;
	margin-left: 5px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content {
	padding: 14px 0px;
	border-top: 1px solid #eeeeee;
	margin-top: 2px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .IMName {
	width: calc(100% - 50px);
	margin-left: 10px;
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.ModuleOnLineServiceGiant.layout-109 .Contacts-content {
	max-width: 324px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
	cursor: text;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item {
	/* align-items: flex-start;
	align-content: flex-start;*/
	display: flex;
	margin-bottom: 25px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item:last-child {
	margin-bottom: 0;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon{
    width: 12px;
	margin-top: -3px;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon img {
	width: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item-name {
	margin-right: 30px;
	color: #999999;
	font-size: 12px;
	max-width: 100px;
	text-align: left;
	display: inline-block;
	vertical-align: top;

}

.ModuleOnLineServiceGiant.layout-109 .ContactContent {
	color: #333;
	font-size: 12px;
	word-break: break-word;
	width:  calc(100% - 17px);
	margin-left: 5px;
	max-width: 270px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content {
    max-width: 100%;
	display: flex;
}

.ModuleOnLineServiceGiant.layout-109 .QRcode-content {
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
	width: 170px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top
}
.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_420148466 .ModuleHead .HeadCenter{float:none;}
#module_420148466 {
padding:0px;
}
#module_420148466 {
position:absolute;
z-index:4001;
top:610px;
left:0px;
width:100%;
height:126px;
}
#module_420148466 .ModuleHead420148466 {
display:none;
}

#module_420148466 .animated-circles.animated .c-1,#module_420148466 .animated-circles.animated .c-2,#module_420148466 .animated-circles.animated.c-3{opacity: 0.25; background-color:#1e88e5;} #module_420148466 .animated-circles2:after{background-image:linear-gradient(to bottom, #1e88e5, #1e88e5)}
#module_420148466 .online-service-nav .head{background-color:#FFFFFF;}
#module_420148466 .online-service{border-width:0px;}
#module_420148466 .online-service{border-style:;}
#module_420148466 .online-service{border-color:;}
#module_420148466 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_420148466 .online-service-content{background-color:#fff;}
#module_420148466 .online-service-content{border-top-left-radius:20px;}
#module_420148466 .online-service-content{border-bottom-left-radius:20px;}
#module_420148466 .online-service-content{border-bottom-right-radius:20px;}
#module_420148466 .online-service-content{border-top-right-radius:20px;}
#module_420148466 .online-service-content-tab .content-tab{background-color:transparent;}
#module_420148466 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_420148466 .content-close::after{border-width:1px;}
#module_420148466 .content-close::after{border-style:solid;}
#module_420148466 .content-close::after{border-color:#eeeeee;}
#module_420148466 .content-close span{background-color:#999999;}
#module_420148466 .online-service-top{background-color:#ffffff;}
#module_420148466 .online-service-top .iconfont{color:#1e88e5;}
#module_420148466 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_420148466 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_420148466 .online-service:hover{border-width:0px;}
#module_420148466 .online-service:hover{border-style:;}
#module_420148466 .online-service:hover{border-color:;}
#module_420148466 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_420148466 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_420148466 .online-service:hover .online-service-hint{background-color:#1976d2;}
#module_420148466 .online-service-content-tab .content-tabh:hover{background-color:#1976d2;}
#module_420148466 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_420148466 .content-close:hover span{background-color:#999999;}
#module_420148466 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_420148466 .online-service-top:hover{background-color:#ffffff;}
#module_420148466 .online-service-top:hover .iconfont{color:#1976d2;}
#module_420148466 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:736px}
.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_412117161 .ModuleHead .HeadCenter{float:none;}
#module_412117161 {
padding:0px;
}
#module_412117161 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_412117161 .ModuleHead412117161 {
display:none;
}
#module_412117161 .BodyCenter.BodyCenter412117161 {
background:none;background-color:rgba(0,0,0,0);
}
#module_412117161 >.module_412117161 {
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_412117161 >.module_412117161{
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_412117161 .BodyCenter.BodyCenter412117161 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_412117161 .BodyCenter.BodyCenter412117161 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_412117161 >.module_412117161 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_412117161 >.module_412117161 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_412117161 >.module_412117161 {box-shadow: 0px 2px 10px 2px rgba(71, 68, 208, 0.16)}
#module_412117161:hover {
border:none;
}
#module_412117161:hover >.module_412117161 {box-shadow: 0px 2px 10px 2px rgba(71, 68, 208, 0.16);transition: box-shadow 0.5s ease 0s;}

#module_412117161 .ModuleSubContainer{background-color:transparent;}
#module_412117161 .ModuleSubContainer{background-image:none;}
#module_412117161 .ModuleSubContainer{background-repeat:no-repeat;}
#module_412117161 .ModuleSubContainer{background-position:0% 0%;}
#module_412117161 .ModuleSubContainer{background-attachment:scroll;}
#module_412117161 .ModuleSubContainer{}
#module_412117161 {!bgVideo!}{bgVideoUrl:}
#module_412117161 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_412117161 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_412117161 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer412117161 {max-width:none;width:100%;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_412117185 .ModuleHead .HeadCenter{float:none;}
#module_412117185 {
padding:0px;
}
#module_412117185 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_412117185 .ModuleHead412117185 {
display:none;
}
#module_412117185 .BodyCenter.BodyCenter412117185 {
background:none;background-color:rgba(0,0,0,0);
}
#module_412117185 >.module_412117185 {
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_412117185 >.module_412117185{
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_412117185 .BodyCenter.BodyCenter412117185 {
padding-top:2.1277%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.1277%;
}
}
@media screen and (max-width: 767px){
#module_412117185 .BodyCenter.BodyCenter412117185 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_412117185 >.module_412117185 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_412117185 >.module_412117185 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_412117185 >.module_412117185 {box-shadow: 0px 0px 0px 0px #ccc}
#module_412117185:hover {
border:none;
}
#module_412117185:hover >.module_412117185 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_412117185 img{border-top-color:transparent;}
#module_412117185 img{border-top-style:none;}
#module_412117185 img{border-top-width:0px;}
#module_412117185 img{border-right-color:transparent;}
#module_412117185 img{border-right-style:none;}
#module_412117185 img{border-right-width:0px;}
#module_412117185 img{border-bottom-color:transparent;}
#module_412117185 img{border-bottom-style:none;}
#module_412117185 img{border-bottom-width:0px;}
#module_412117185 img{border-left-color:transparent;}
#module_412117185 img{border-left-style:none;}
#module_412117185 img{border-left-width:0px;}
#module_412117185 img{border-top-left-radius:0px;}
#module_412117185 img{border-top-right-radius:0px;}
#module_412117185 img{border-bottom-left-radius:0px;}
#module_412117185 img{border-bottom-right-radius:0px;}
#module_412117185 .BodyCenter{text-align: center;}

.ModuleNavGiant.layout-116 .main-nav-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 0;
    overflow:hidden;
}
.ModuleNavGiant.layout-116 .aroundMune{
    position: absolute;
    display: flex;
    align-items: center;
    right: 0px;
    padding:0 10px;
    height: 100%;
    z-index: 5;
    transform: rotateY(90deg);
}
.ModuleNavGiant.layout-116 .aroundMune.active{
    transform: rotateY(0deg);
}
.ModuleNavGiant.layout-116 .moveMenuRight, .ModuleNavGiant.layout-116 .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-116 .main-nav-content .moveMenuRight{
    background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-116 .main-nav-content .moveMenuLeft{
    display:none;
    background-color: rgba(238,238,238,.6);
    margin-right: 10px

}
.ModuleNavGiant.layout-116 .moveMenuRight:hover, .ModuleNavGiant.layout-116 .moveMenuLeft:hover{
    color:#fff;
    background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-116 .main-nav-content >.blank-solve{
    width: auto;
    display: inline-block;
    transition: all .4s;
    position: relative;
    left: 0;
}
.ModuleNavGiant.layout-116 .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;
}
.ModuleNavGiant.layout-116 .main-nav-item {
    box-sizing: content-box;
    padding: 0 25px;
    color: #000000;
    position: relative;
    display:inline-block;
}

.ModuleNavGiant.layout-116 .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-width:3px;
    border-bottom-style:solid;
    z-index: 1;
    left: 50%;
    bottom: 0;
    margin-bottom: 10px;
}

.ModuleNavGiant.layout-116 .mainName,
.ModuleNavGiant.layout-116 .main-nav-item-name::after{
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.ModuleNavGiant.layout-116 .mainName{
    display: block;
    text-align: center;
}

.ModuleNavGiant.layout-116 .main-nav-item-hover::before {
    width: 20%;
    left: 40%;
    opacity: 1;
}

.ModuleNavGiant.layout-116 .main-nav-item-hover .main-nav-item-name .mainName{
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item .main-nav-item-name::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item:hover .main-nav-item-name::after{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item-hover .main-nav-item-name::after{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ModuleNavGiant.layout-116 .sub-nav-item-group {
    z-index: 3;
    height: 200px;
    bottom: -220px;
    left: -49px;
    width: 192px;
    text-align: center;
    display: none;
    margin: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-menu {
    transition: .15s ease-in-out;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ModuleNavGiant.layout-116 .sub-nav-item-box {
    width : 100%;
    position: relative;
    box-shadow: 0 0 rgba(0,0,0,0);
    height: auto !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:last-child{
    border-bottom-width: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .item_sub.item_outer,
.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .spanSubName{
    padding: 0 20px 0 23px;
}
.ModuleNavGiant.layout-116 .third-nav-item:hover .item_third .item_outer,
.ModuleNavGiant.layout-116 .third-nav-item:hover .thirdName{
    padding: 0 0 0 23px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_outer {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
    padding-right: 12px;
}

.ModuleNavGiant.layout-116 .third-nav-item .item_outer {
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_sub.item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.ModuleNavGiant.layout-116 a:last-child .item_third{
    border-bottom-width: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_third .item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .item_sub.item_outer:before,
.ModuleNavGiant.layout-116 .third-nav-item:hover .item_third .item_outer:before{
    left: 0px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .outAfter:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    right: -6px;
    content: '\35';
    font-family: ElegantIcons;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed1d24;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .flip:after {
    transform: rotateY(180deg);
}

.ModuleNavGiant.layout-116 .sub-nav-item-group{
position: relative;
}
.ModuleNavGiant.layout-116 .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-116 .sub-nav-item:first-child {
border-top: none!important;
}
.ModuleNavGiant.layout-116 .sub-nav-item:last-child {
border-bottom: none!important;
}
.ModuleNavGiant.layout-116 .maxLine{
display: inline-block;
max-width: calc(100% - 80px);
width: 100%;
}

.ModuleNavGiant.layout-116 .sub-nav-item-div {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
}

.ModuleNavGiant.layout-116 .sub-nav-item-href {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 12px;
    cursor: pointer;
    float: none;
    margin: 0;
}

.ModuleNavGiant.layout-116 .sub-nav-item-SubName {
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
}

.ModuleNavGiant.layout-116 .spanSubName,.ModuleNavGiant.layout-116 .thirdName {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: padding .2s ease-in-out;
    padding-right: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.ModuleNavGiant.layout-116 .sub-nav-item:hover {
background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .sub-nav-item-hover {
background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .sub-nav-item-group.current {
display: block;
}
.ModuleNavGiant.layout-116 .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-116 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}

/* 三级菜单 Begin*/
.ModuleNavGiant.layout-116 .third-nav-item-group {
    width: 100%;
    z-index: 20;
    display: none;
    list-style: none outside none;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    position: absolute;
    top: 0px;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    border-top-left-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}
/* 三级菜单 Begin*/
.ModuleNavGiant.layout-116 .third-nav-item-box {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    height: auto;
}
.ModuleNavGiant.layout-116 .third-nav-item:first-child {
    /*border-top: none!important;*/
}
.ModuleNavGiant.layout-116 .third-nav-item:last-child {
    /*border-bottom: none!important;*/
}
.ModuleNavGiant.layout-116 .third-nav-item {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-family: Rajdhani,sans-serif;
    font-size: 12px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: .1em;
    /* text-transform: uppercase; */
    color: grey;
    margin: 0;
}
.ModuleNavGiant.layout-116 .third-nav-item:hover {
    background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .third-nav-item-inner {
    display: block;
    height: calc(100%);
}
.ModuleNavGiant.layout-116 .sub-nav-item-p{
    float: left;
    margin: 0px 0px 0px 70px;
}
.ModuleNavGiant.layout-116 .sub-nav-item-span{
    float: right;
    margin: 0px 24px 0px 0px;
    font-size: 16px;
    display: none;
}
/*.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .sub-nav-item:after,.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .sub-nav-item-hover::after{*/
/*    content: "\e65f";*/
/*    position: absolute;*/
/*    -webkit-animation: layout-116-nav-active2 0.5s;*/
/*    -moz-animation: layout-116-nav-active2 0.5s;*/
/*    -o-animation: layout-116-nav-active2 0.5s;*/
/*    animation: layout-116-nav-active2 0.5s;*/
/*    right: 25px;*/
/*}*/
.ModuleNavGiant.layout-116 .nohover::after{
    content: ""!important;
}
.ModuleNavGiant.layout-116 .sub-nav-item{
    line-height: calc( 100% + 24px );
}
.ModuleNavGiant.layout-116 .sub-nav-item-box .icon-xiangyoujiantou:before{
    content:"";
}
.ModuleNavGiant.layout-116 .sub-nav-item-box .icon-xiangzuojiantou:before{
    position: absolute;
    -webkit-animation: layout-116-nav-active2 0.5s;
    -moz-animation: layout-116-nav-active2 0.5s;
    -o-animation: layout-116-nav-active2 0.5s;
    animation: layout-116-nav-active2 0.5s;
    left: 25px;
}
.ModuleNavGiant.layout-116 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-116 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item {padding: 0 !important; text-align: center;}
.ModuleNavGiant.layout-116 .sub-nav-item-group.sub-menu{
    display: none !important;
}

@font-face {
    font-family:eleganticons;src:url(/fonts/ElegantIcons.eot);src:url(/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),url(/fonts/ElegantIcons.woff) format('woff'),url(/fonts/ElegantIcons.ttf) format('truetype'),url(/fonts/ElegantIcons.svg#ElegantIcons) format('svg');font-weight:400;font-style:normal
}[data-icon]:before {
     font-family: eleganticons;
     content: attr(data-icon);
     speak: none;
     font-weight: 400;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale
 }.module_420148355 .ModuleHead .HeadCenter{float:none;}
#module_420148355 {
padding:0px;
}
#module_420148355 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420148355 .ModuleHead420148355 {
display:none;
}
#module_420148355 .BodyCenter.BodyCenter420148355 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420148355 >.module_420148355 {
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_420148355 >.module_420148355{
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_420148355 .BodyCenter.BodyCenter420148355 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420148355 .BodyCenter.BodyCenter420148355 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420148355 >.module_420148355 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420148355 >.module_420148355 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_420148355 >.module_420148355 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420148355:hover {
border:none;
}
#module_420148355:hover >.module_420148355 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420148355 .main-nav-item-group{height:58px;} #module_420148355 .main-nav-item{line-height:58px;} #module_420148355 .main-nav-content{height:58px}
#module_420148355 .main-nav-content{background-color:#fff;}
#module_420148355 .main-nav-content{background-image:none;}
#module_420148355 .main-nav-content{background-repeat:no-repeat;}
#module_420148355 .main-nav-content{}
#module_420148355 .main-nav-content{}
#module_420148355 .main-nav-content{}
#module_420148355 .main-nav-content, #module_420148355 .verticalMenu .main-nav-item-group{text-align:center;}
#module_420148355 .main-nav-item{font-size:14px;}
#module_420148355 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_420148355 .main-nav-item{color:#434242;}
#module_420148355 .main-nav-item{font-weight:normal;}
#module_420148355 .main-nav-item{text-decoration:none;}
#module_420148355 .main-nav-item{font-style:normal;}
#module_420148355 .main-nav-item{width:auto;}
#module_420148355 .main-nav-item,#module_420148355 .defaultMenu .main-nav-item-name::after{padding-left:35px;padding-right:35px;} #module_420148355 .verticalMenu .main-nav-item-group{margin-bottom:35px;}
#module_420148355 .main-nav-item{background-color:transparent;}
#module_420148355 .main-nav-item{background-image:none;}
#module_420148355 .main-nav-item{background-repeat:no-repeat;}
#module_420148355 .main-nav-item{}
#module_420148355 .main-nav-item{}
#module_420148355 .main-nav-item{}
#module_420148355 .sub-nav-item-group{width:244px;}
#module_420148355 .sub-nav-item-div{font-size:14px;}
#module_420148355 .sub-nav-item-div{font-family:微软雅黑,Microsoft YaHei;}
#module_420148355 .sub-nav-item-div{color:#666;},#module_420148355 .sub-nav-item:hover::after{color:#666;}
#module_420148355 .sub-nav-item-div{font-weight:normal;}
#module_420148355 .sub-nav-item-div{text-decoration:none;}
#module_420148355 .sub-nav-item-div{font-style:normal;}
#module_420148355 .sub-nav-item-SubName{font-size:12px;}
#module_420148355 .sub-nav-item-SubName{font-family:微软雅黑,Microsoft YaHei;}
#module_420148355 .sub-nav-item-SubName{color:#999;}
#module_420148355 .sub-nav-item-SubName{font-weight:normal;}
#module_420148355 .sub-nav-item-SubName{text-decoration:none;}
#module_420148355 .sub-nav-item-SubName{font-style:normal;}
#module_420148355 .sub-nav-item-box .item_sub.item_outer:before{background-color:#f10215;} #module_420148355 .sub-nav-item-box .outAfter:after{color:#f10215;}
#module_420148355 .sub-nav-item-menu,#module_420148355 .arrow,#module_420148355 .sub-normal-color{background-color:#fff;}
#module_420148355 .sub-nav-item-menu{background-image:none;}
#module_420148355 .sub-nav-item-menu{background-repeat:no-repeat;}
#module_420148355 .sub-nav-item-menu{}
#module_420148355 .sub-nav-item-menu{}
#module_420148355 .sub-nav-item-menu{}
#module_420148355 .sub-nav-item-box{border-bottom-color:#E3E9EE;}
#module_420148355 .sub-nav-item-box{border-bottom-style:dashed;}
#module_420148355 .sub-nav-item-box{border-bottom-width:1px;}
#module_420148355 .sub-nav-item-menu{padding-top:8px;}
#module_420148355 .sub-nav-item-menu{padding-bottom:8px;}
#module_420148355 .sub-nav-item-menu{padding-left:24px;}
#module_420148355 .sub-nav-item-menu{padding-right:24px;}
#module_420148355 .sub-nav-item-menu{box-shadow:0px 0px 24px 0px rgba(75, 76, 79, 0.1);}
#module_420148355 .third-nav-item-group{width:244px;}
#module_420148355 .third-nav-item{height:42px;line-height:42px;} #module_420148355 .third-nav-item {line-height:calc(100% + (42px - 10px));}
#module_420148355 .third-nav-item .item_outer{font-size:14px;}
#module_420148355 .third-nav-item .item_outer{font-family:微软雅黑,Microsoft YaHei;}
#module_420148355 .third-nav-item .item_outer{color:#666;}
#module_420148355 .third-nav-item .item_outer{font-weight:normal;}
#module_420148355 .third-nav-item .item_outer{text-decoration:none;}
#module_420148355 .third-nav-item .item_outer{font-style:normal;}
#module_420148355 .third-nav-item .thirdName{font-size:12px;}
#module_420148355 .third-nav-item .thirdName{font-family:微软雅黑,Microsoft YaHei;}
#module_420148355 .third-nav-item .thirdName{color:#999;}
#module_420148355 .third-nav-item .thirdName{font-weight:normal;}
#module_420148355 .third-nav-item .thirdName{text-decoration:none;}
#module_420148355 .third-nav-item .thirdName{font-style:normal;}
#module_420148355 .sub-nav-item-box .item_third .item_outer:before{background-color:#f10215;}
#module_420148355 .third-nav-item-group,#module_420148355 .third-normal-color{background-color:#fff;}
#module_420148355 .third-nav-item-group{background-image:none;}
#module_420148355 .third-nav-item-group{background-repeat:no-repeat;}
#module_420148355 .third-nav-item-group{}
#module_420148355 .third-nav-item-group{}
#module_420148355 .third-nav-item-group{}
#module_420148355 .item_third{border-bottom-color:#E3E9EE;}
#module_420148355 .item_third{border-bottom-style:dashed;}
#module_420148355 .item_third{border-bottom-width:1px;}
#module_420148355 .third-nav-item-group{padding-top:8px;}
#module_420148355 .third-nav-item-group{padding-bottom:8px;}
#module_420148355 .third-nav-item-group{padding-left:24px;}
#module_420148355 .third-nav-item-group{padding-right:24px;}
#module_420148355 .third-nav-item-group{box-shadow:0px 0px 24px 0px rgba(75, 76, 79, 0.1);}
#module_420148355 .main-nav-item-name::after{font-size:14px;}
#module_420148355 .main-nav-item-name::after{font-family:微软雅黑,Microsoft YaHei;}
#module_420148355 .main-nav-item-name::after{color:#e50b1c;}  #module_420148355 .add{color:#e50b1c;}#module_420148355 .main-nav-item-hover::afters{background-color:#e50b1c;}
#module_420148355 .main-nav-item-name::after{font-weight:normal;}
#module_420148355 .main-nav-item-name::after{text-decoration:none;}
#module_420148355 .main-nav-item-name::after{font-style:normal;}
#module_420148355 .main-nav-item-hover{background-color:transparent;}
#module_420148355 .main-nav-item-hover{background-image:none;}
#module_420148355 .main-nav-item-hover{background-repeat:no-repeat;}
#module_420148355 .main-nav-item-hover{}
#module_420148355 .main-nav-item-hover{}
#module_420148355 .main-nav-item-hover{}
#module_420148355 .main-nav-item::before{border-bottom-color:#e50b1c;}
#module_420148355 .sub-nav-item-box:hover .sub-nav-item-div{font-size:14px;}
#module_420148355 .sub-nav-item-box:hover .sub-nav-item-div{font-family:微软雅黑,Microsoft YaHei;}
#module_420148355 .sub-nav-item-box:hover .sub-nav-item-div{color:#666;}
#module_420148355 .sub-nav-item-box:hover .sub-nav-item-div{font-weight:normal;}
#module_420148355 .sub-nav-item-box:hover .sub-nav-item-div{text-decoration:none;}
#module_420148355 .sub-nav-item-box:hover .sub-nav-item-div{font-style:normal;}
#module_420148355 .sub-nav-item:hover,#module_420148355 .sub-hover-color{background-color:#fff;}, #module_420148355 .sub-nav-item-hover{background-color:#fff;}
#module_420148355 .sub-nav-item:hover{background-image:none;}
#module_420148355 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_420148355 .sub-nav-item:hover{}
#module_420148355 .sub-nav-item:hover{}
#module_420148355 .sub-nav-item:hover{}
#module_420148355 .third-nav-item:hover .item_outer{font-size:14px;}
#module_420148355 .third-nav-item:hover .item_outer{font-family:微软雅黑,Microsoft YaHei;}
#module_420148355 .third-nav-item:hover .item_outer{color:#666;}
#module_420148355 .third-nav-item:hover .item_outer{font-weight:normal;}
#module_420148355 .third-nav-item:hover .item_outer{text-decoration:none;}
#module_420148355 .third-nav-item:hover .item_outer{font-style:normal;}
#module_420148355 .third-nav-item:hover .third-nav-item-inner,#module_420148355 .third-hover-color{background-color:#fff;}
#module_420148355 .third-nav-item:hover .third-nav-item-inner{}
#module_420148355 .third-nav-item:hover .third-nav-item-inner{background-repeat:no-repeat;}
#module_420148355 .third-nav-item:hover .third-nav-item-inner{}
#module_420148355 .third-nav-item:hover .third-nav-item-inner{}
#module_420148355 .third-nav-item:hover .third-nav-item-inner{}


.module_474852763 .ModuleHead .HeadCenter{float:none;}
#module_474852763 {
padding:0px;
}
#module_474852763 {
position:static;
z-index:0;
top:509px;
left:1425px;
width:100%;
height: auto;
}
#module_474852763 .ModuleHead474852763 {
display:none;
}
#module_474852763 {
border:none;
}
@media screen and (min-width: 768px){
#module_474852763 .BodyCenter.BodyCenter474852763 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474852763 .BodyCenter.BodyCenter474852763 {
}
}

#module_474852763 .ModuleSubContainer{background-color:transparent;}
#module_474852763 .ModuleSubContainer{}
#module_474852763 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474852763 .ModuleSubContainer{background-position:0% 0%;}
#module_474852763 .ModuleSubContainer{background-attachment:scroll;}
#module_474852763 .ModuleSubContainer{}
#module_474852763 {!bgVideo!}{bgVideoUrl:}
#module_474852763 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474852763 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474852763 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474852763 {}

/*����*/
/*layout-102*/
.ModuleNewsDetailGiant.layout-102 .news-details-top{ border-bottom: 1px solid #e5e5e5;}
.ModuleNewsDetailGiant.layout-102 .news-details-title{line-height: 1.5; font-size: 30px; color: #333; padding: 60px 0 19px 0; text-align:center }
.ModuleNewsDetailGiant.layout-102 .news-details-small{ padding-bottom: 24px; text-align:center}
.ModuleNewsDetailGiant.layout-102 .news-details-small p{ display: inline-block; padding-left: 13px; color: #666;}
.ModuleNewsDetailGiant.layout-102 .news-details-desc{ margin: 29px 0; padding: 15px; background: #f5f5f5; color: #666666;line-height: 24px;}
.ModuleNewsDetailGiant.layout-102  .news-details-bottom-title{ padding: 29px 0; color: #333333; border-top: 1px solid #e5e5e5;}
.ModuleNewsDetailGiant.layout-102 .news-details-recommend{ font-size: 18px; font-weight: 600; padding: 13px 20px; background: #f4f4f4;}
.ModuleNewsDetailGiant.layout-102 .news-details-tit{ padding-top: 15px;}
.ModuleNewsDetailGiant.layout-102 .news-details-tit a{    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; display: block; margin-left: 20px; padding-left: 18px; padding-bottom: 9px; color: #666666; position: relative;}
.ModuleNewsDetailGiant.layout-102 .news-details-tit a:hover{ text-decoration: underline; color: #333;}
.ModuleNewsDetailGiant.layout-102 .news-details-tit a:before{ content: ""; display: block; position: absolute; top: 30%; left: 0px; width: 4px; height: 4px; background: #999;}
.ModuleNewsDetailGiant.layout-102 .news-details-item{ width: 100%; margin: 0 auto;}
.ModuleNewsDetailGiant.layout-102 .news-details-item .more{cursor: pointer;text-align: center;padding: 35px 0 20px 0;border-bottom: 1px solid #eee;}
.ModuleNewsDetailGiant.layout-102 .news-details-bottom-title{border-top: 0;padding:15px 0 25px;}
.ModuleNewsDetailGiant.layout-102 .news-details-bottom-title a{font-size: 14px}
.ModuleNewsDetailGiant.layout-102  .showlike {
    min-width: 64px;
    /* border: 1px solid #cccccc; */
    border-radius: 16px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;

}
.ModuleNewsDetailGiant.layout-102 .news-details-item .share-pc {
    display: block;
}
 .ModuleNewsDetailGiant.layout-102 .news-details-item .share-mobile {
    display: none;
}
/*标签*/
.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark{text-align: left;width: 100%;height:auto;white-space:nowrap;padding: 50px 0px 0px;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark{padding: 30px 15px 0px;}
}

.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark label{
    float: left;
    padding-right: 15px;
    color: #666;
    font-weight: normal;
    height: 100%;
    margin: 0;
    line-height: 32px;
    margin-bottom: -12px;
}
.ModuleNewsDetailGiant.layout-102 .news-details-small{font-size: 11px}
.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul{display:block;margin:0; padding:0;width: 90%;overflow: hidden;margin-top: -12px;}
.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul li{display:inline;margin-right:10px;float: left;
    text-align: center;
    line-height: 32px;
    /*width: 86px;*/
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 12px;
    background: rgb(233,233,233);}
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul li a{font-size: 0.875rem;color:#666;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 11px;}
.ModuleNewsDetailGiant.layout-102  .showlike {
    min-width: 82px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
}
.ModuleNewsDetailGiant.layout-102 .next,
.ModuleNewsDetailGiant.layout-102 .prev{display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
@media only screen and (max-width: 479px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item{ width: 92%; margin: 0 auto;}
    .ModuleNewsDetailGiant.layout-102 .news-details-title{  font-size: 18px; color: #333; padding: 20px 0 10px 0; }
    .ModuleNewsDetailGiant.layout-102 .news-details-small{  font-size: 12px;}
    .p-2{ width: 100%; margin-top: 10px;}
    .ModuleNewsDetailGiant.layout-102 .news-details-recommend{ font-size: 16px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item{ width: 92%; margin: 0 auto;}
}
/*分享样式*/
.ModuleNewsDetailGiant.layout-102 .news-details-item .shareitem{align-items: center;justify-content: space-between;padding: 20px 0 ;align-items: center;border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleNewsDetailGiant.layout-102 .news-details-item .share li{float:left;}
.ModuleNewsDetailGiant.layout-102 .news-details-item .share .shareitem{width: 24px;height: 24px;margin-left:8px;cursor: pointer;}
.ShareIcon{position: absolute;top: -9999px;}
@media only screen and (max-width: 991px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-news-mobile{display:block;}
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-news-pc{display:none;}
}
@media only screen and (min-width: 992px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-news-mobile{display:none;}
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-news-pc{display:block;}
}

/*PC端与移动端评论展示样式*/
@media only screen and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-pc {
        display: none;
    }
     .ModuleNewsDetailGiant.layout-102 .news-details-item .share-mobile {
        display: block;
    }
	/* .ModuleNewsDetailGiant.layout-102 .news-details-item .news-comment{display: none;}
	.ModuleNewsDetailGiant.layout-102 .news-details-item .newsmobile-comment{display: block;} */
	.ModuleNewsDetailGiant.layout-102 .news-details-item .g-flexview .g-scrollview .row{margin-right: 0px; margin-left: 0px;}

    .ModuleNewsDetailGiant.layout-102 .news-details-bottom-title{padding: 10px 0 25px}
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul li a{font-size: 14px;}
    .PrevNext .next{padding: 15px}
    .PrevNext{padding:0;}
    .ModuleNewsDetailGiant.layout-102 .news-details-recommend{padding: 10px 20px;}
    .ModuleNewsDetailGiant.layout-102 .news-details-tit a{font-size: 14px;width: 100% !important;
        margin: 0;}
    .ModuleNewsDetailGiant.layout-102 .p-1 {width: 100%;}
    .ModuleNewsDetailGiant.layout-102 .next,
    .ModuleNewsDetailGiant.layout-102 .prev{display: block; max-width: 100%;}
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul{width: 100%}
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark{     white-space:normal; padding-top: 20px; }
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul li{
        width: auto;
        display:inline-block;
        float: inherit;
        margin-right: auto;
    }
}
@media only screen and (min-width: 768px) {
	/* .ModuleNewsDetailGiant.layout-102 .news-comment{display: block;}
    .ModuleNewsDetailGiant.layout-102 .newsmobile-comment{display: none;} */
    .ModuleNewsDetailGiant.layout-102 .next,
    .ModuleNewsDetailGiant.layout-102 .prev{ max-width: 300px;}

}

.module_474852762 .ModuleHead .HeadCenter{float:none;}
#module_474852762 {
padding:0px;
}
#module_474852762 {
height: auto;
}
#module_474852762 .ModuleHead474852762 {
display:none;
}
#module_474852762 .BodyCenter.BodyCenter474852762 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474852762 >.module_474852762 {
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_474852762 >.module_474852762{
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_474852762 .BodyCenter.BodyCenter474852762 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474852762 .BodyCenter.BodyCenter474852762 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474852762 >.module_474852762 {
margin-top:0%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474852762 >.module_474852762 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474852762 >.module_474852762 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474852762:hover {
border:none;
}
#module_474852762:hover >.module_474852762 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474852762 .bgcolor,#module_474852762 .mobileshare{background-color:#F10215;}
#module_474852762 .youart .recmsg{font-size:16px;}
#module_474852762 .youart .recmsg{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .youart .recmsg{color:#666;}
#module_474852762 .youart .recmsg{font-weight:normal;}
#module_474852762 .youart .recmsg{text-decoration:none;}
#module_474852762 .youart .recmsg{font-style:normal;}
#module_474852762 .youart .yabtn{background-color:#f84b4b;}
#module_474852762 .youart .yabtn{color:#fff;}
#module_474852762 .youart .rectext:before,#module_474852762 .youart .rectext:after{background-color:#ccc;}
#module_474852762 .youart .rectext{color:#999;}
#module_474852762 .news-details-recommend{font-size:18px;}
#module_474852762 .news-details-recommend{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .news-details-recommend{color:#999;}
#module_474852762 .news-details-recommend{font-weight:bold;}
#module_474852762 .news-details-recommend{text-decoration:none;}
#module_474852762 .news-details-recommend{font-style:normal;}
#module_474852762 .news-details-recommend{background-color:#f4f4f4;}
#module_474852762 .news-details-tit a{font-size:16px;}
#module_474852762 .news-details-tit a{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .news-details-tit a{color:#999;}
#module_474852762 .news-details-tit a{font-weight:normal;}
#module_474852762 .news-details-tit a{text-decoration:none;}
#module_474852762 .news-details-tit a{font-style:normal;}
#module_474852762 .news-details-desc{font-size:14px;}
#module_474852762 .news-details-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .news-details-desc{color:#666;}
#module_474852762 .news-details-desc{font-weight:normal;}
#module_474852762 .news-details-desc{text-decoration:none;}
#module_474852762 .news-details-desc{font-style:normal;}
#module_474852762 .news-details-desc{background-color:#f2f4f6;}
#module_474852762 .share .tips{color:#959595;}
#module_474852762  .news-details-item .more,#module_474852762 .news-details-item .shareitem{border-bottom-color:#E9E9E9;}
#module_474852762  .news-details-item .more, #module_474852762 .news-details-item .Mark,#module_474852762 .news-details-item .Mark ul li a{color:#959595;}
#module_474852762 .news-details-top{border-bottom-width:1px;margin-bottom: 20px;}
#module_474852762 .news-details-top{border-bottom-Color:#e5e5e5;}
#module_474852762 .news-details-top{border-bottom-Style:solid;}
#module_474852762 .Source span{font-size:12px;}
#module_474852762 .Source span{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .Source span{color:#838383;}
#module_474852762 .Source span{font-weight:normal;}
#module_474852762 .Source span{text-decoration:none;}
#module_474852762 .Source span{font-style:normal;}
#module_474852762 .Author span{font-size:12px;}
#module_474852762 .Author span{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .Author span{color:#838383;}
#module_474852762 .Author span{font-weight:normal;}
#module_474852762 .Author span{text-decoration:none;}
#module_474852762 .Author span{font-style:normal;}
#module_474852762 .news-details-small .PublishTime span{font-size:12px;}
#module_474852762 .news-details-small .PublishTime span{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .news-details-small .PublishTime span{color:#838383;}
#module_474852762 .news-details-small .PublishTime span{font-weight:normal;}
#module_474852762 .news-details-small .PublishTime span{text-decoration:none;}
#module_474852762 .news-details-small .PublishTime span{font-style:normal;}
#module_474852762 .news-details-small .Hits span{font-size:12px;}
#module_474852762 .news-details-small .Hits span{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .news-details-small .Hits span{color:#838383;}
#module_474852762 .news-details-small .Hits span{font-weight:normal;}
#module_474852762 .news-details-small .Hits span{text-decoration:none;}
#module_474852762 .news-details-small .Hits span{font-style:normal;}
#module_474852762 .news-details-item{max-width:1200px;}
#module_474852762 .mobile-share{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .mobile-share span{color:#999;}
#module_474852762 .mobile-share{font-weight:normal;}
#module_474852762 .mobile-share{text-decoration:none;}
#module_474852762 .mobile-share{font-style:normal;}
#module_474852762 .news-details-title{font-size:40px;}
#module_474852762 .news-details-title{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .news-details-title{color:#333333;}
#module_474852762 .news-details-title{font-weight:bold;}
#module_474852762 .news-details-title{text-decoration:none;}
#module_474852762 .news-details-title{font-style:normal;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{border-top-color:#B9B9B9;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{border-top-style:solid;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{border-top-width:1px;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{border-right-color:#B9B9B9;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{border-right-style:solid;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{border-right-width:1px;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{border-bottom-color:#B9B9B9;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{border-bottom-style:solid;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{border-bottom-width:1px;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{border-left-color:#B9B9B9;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{border-left-style:solid;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{border-left-width:1px;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{background-color:transparent;}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share{}
#module_474852762 .social-share-icon,#module_474852762 .mobile-share .icon-fenxiang4{color:#959595;}
#module_474852762 .showlike>span,#module_474852762 .showlike .icon-dianzan{font-size:20px;}
#module_474852762 .showlike>span,#module_474852762 .showlike .icon-dianzan{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .showlike>span{color:#999;}
#module_474852762 .showlike>span,#module_474852762 .showlike .icon-dianzan{font-weight:normal;}
#module_474852762 .showlike>span,#module_474852762 .showlike .icon-dianzan{text-decoration:none;}
#module_474852762 .showlike>span,#module_474852762 .showlike .icon-dianzan{font-style:normal;}
#module_474852762 .showlike{border-top-color:#ccc;}
#module_474852762 .showlike{border-top-style:solid;}
#module_474852762 .showlike{border-top-width:1px;}
#module_474852762 .showlike{border-right-color:#ccc;}
#module_474852762 .showlike{border-right-style:solid;}
#module_474852762 .showlike{border-right-width:1px;}
#module_474852762 .showlike{border-bottom-color:#ccc;}
#module_474852762 .showlike{border-bottom-style:solid;}
#module_474852762 .showlike{border-bottom-width:1px;}
#module_474852762 .showlike{border-left-color:#ccc;}
#module_474852762 .showlike{border-left-style:solid;}
#module_474852762 .showlike{border-left-width:1px;}
#module_474852762 .showlike {background-color:transparent;}
#module_474852762 .showlike{}
#module_474852762 .showlike .icon-dianzan{color:#999;}
#module_474852762 .btn-addcomment,#module_474852762 .btncommit-mobile{background-color:#F10215;}  #module_474852762 .commentList .icon-dianzan:hover,#module_474852762 .dianzanhighlight,#module_474852762 .commentList .reply:hover, #module_474852762 .submore,#module_474852762 .btn-loadmore{color:#F10215;} 
#module_474852762 .btn-addcomment,#module_474852762 .btncommit-mobile{color:#fff;}
#module_474852762 .news-details-bottom .prev a, #module_474852762 .news-details-bottom .next a{font-size:14px;}
#module_474852762 .news-details-bottom .prev a, #module_474852762 .news-details-bottom .next a{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .news-details-bottom .prev a, #module_474852762 .news-details-bottom .next a{color:#333;}
#module_474852762 .news-details-bottom .prev a, #module_474852762 .news-details-bottom .next a{font-weight:none;}
#module_474852762 .news-details-bottom .prev a,#module_474852762 .news-details-bottom .next a{text-decoration:none;}
#module_474852762 .news-details-bottom .prev a, #module_474852762 .news-details-bottom .next a{font-style:normal;}
#module_474852762 .showlike:hover>span,#module_474852762 .showlike:hover .icon-dianzan{font-size:20px;}
#module_474852762 .showlike:hover>span,#module_474852762 .showlike:hover .icon-dianzan{font-family:微软雅黑,Microsoft YaHei;}
#module_474852762 .showlike:hover>span{color:#FFAA00;}
#module_474852762 .showlike:hover>span,#module_474852762 .showlike:hover .icon-dianzan{font-weight:normal;}
#module_474852762 .showlike:hover>span,#module_474852762 .showlike:hover .icon-dianzan{text-decoration:none;}
#module_474852762 .showlike:hover>span,#module_474852762 .showlike:hover .icon-dianzan{font-style:normal;}
#module_474852762 .showlike:hover{border-top-color:transparent;}
#module_474852762 .showlike:hover{border-top-style:none;}
#module_474852762 .showlike:hover{border-top-width:0px;}
#module_474852762 .showlike:hover{border-right-color:transparent;}
#module_474852762 .showlike:hover{border-right-style:none;}
#module_474852762 .showlike:hover{border-right-width:0px;}
#module_474852762 .showlike:hover{border-bottom-color:transparent;}
#module_474852762 .showlike:hover{border-bottom-style:none;}
#module_474852762 .showlike:hover{border-bottom-width:0px;}
#module_474852762 .showlike:hover{border-left-color:transparent;}
#module_474852762 .showlike:hover{border-left-style:none;}
#module_474852762 .showlike:hover{border-left-width:0px;}
#module_474852762 .showlike:hover{background-color:#FFECC6;background-image:none}
#module_474852762 .showlike:hover{}
#module_474852762 .showlike:hover .icon-dianzan{color:#FFAA00;}

.module_412117125 .ModuleHead .HeadCenter{float:none;}
#module_412117125 {
padding:0px;
}
#module_412117125 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_412117125 .ModuleHead412117125 {
display:none;
}
#module_412117125 .ModuleHead .HeadText.HeadText412117125 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_412117125 .ModuleHead .HeadCenter.HeadCenter412117125{text-align:left;}
#module_412117125 .ModuleHead .HeadCenter.HeadCenter412117125 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_412117125 .BodyCenter.BodyCenter412117125 {
background:none;background-color:rgb(41, 42, 63);
}
#module_412117125 >.module_412117125 {
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_412117125 >.module_412117125{
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_412117125 .BodyCenter.BodyCenter412117125 {
padding-top:30px;
padding-left:0px;
padding-right:0px;
padding-bottom:30px;
}
}
@media screen and (max-width: 767px){
#module_412117125 .BodyCenter.BodyCenter412117125 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_412117125 >.module_412117125 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117125 >.module_412117125 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_412117125 >.module_412117125 {box-shadow: 0px 0px 0px 0px #ccc}
#module_412117125:hover {
border:none;
}
#module_412117125:hover >.module_412117125 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_412117125 .ModuleSubContainer{background-color:transparent;}
#module_412117125 .ModuleSubContainer{background-image:none;}
#module_412117125 .ModuleSubContainer{background-repeat:no-repeat;}
#module_412117125 .ModuleSubContainer{background-position:0% 0%;}
#module_412117125 .ModuleSubContainer{background-attachment:scroll;}
#module_412117125 .ModuleSubContainer{}
#module_412117125 {!bgVideo!}{bgVideoUrl:none}
#module_412117125 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_412117125 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_412117125 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer412117125 {max-width:none;width:100%;}
/*图文模块 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;}.module_412117126 .ModuleHead .HeadCenter{float:none;}
#module_412117126 {
padding:0px;
}
#module_412117126 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_412117126 .ModuleHead412117126 {
display:none;
}
#module_412117126 .ModuleHead .HeadText.HeadText412117126 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_412117126 .ModuleHead .HeadCenter.HeadCenter412117126{text-align:left;}
#module_412117126 .ModuleHead .HeadCenter.HeadCenter412117126 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_412117126 .BodyCenter.BodyCenter412117126 {
background:none;background-color:rgba(0,0,0,0);
}
#module_412117126 >.module_412117126 {
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_412117126 >.module_412117126{
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_412117126 .BodyCenter.BodyCenter412117126 {
padding-top:0px;
padding-left:100px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117126 .BodyCenter.BodyCenter412117126 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_412117126 >.module_412117126 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117126 >.module_412117126 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_412117126 >.module_412117126 {box-shadow: 0px 0px 0px 0px #ccc}
#module_412117126:hover {
border:none;
}
#module_412117126:hover >.module_412117126 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_412117126 .ModuleImageTextGiantContent{margin-top:px;}
#module_412117126 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_412117126 .ModuleImageTextGiantContent{margin-left:px;}
#module_412117126 .ModuleImageTextGiantContent{margin-right:px;}
#module_412117126 .imageTextGiant-Container{padding-top:10px;}
#module_412117126 .imageTextGiant-Container{padding-bottom:10px;}
#module_412117126 .imageTextGiant-Container{padding-left:10px;}
#module_412117126 .imageTextGiant-Container{padding-right:10px;}
#module_412117126 .showHandle .btn{font-size:px;}
#module_412117126 .showHandle .btn{font-family:;}
#module_412117126 .showHandle .btn{color:;}
#module_412117126 .showHandle .btn{}
#module_412117126 .showHandle .btn{}
#module_412117126 .showHandle .btn{}
#module_412117126 .showHandle div{border-top-color: !important;}
#module_412117126 .showHandle div{border-top-style: !important;}
#module_412117126 .showHandle div{border-top-width:px !important;}
#module_412117126 .showHandle{background-color:;}
#module_412117126 .showHandle{}
#module_412117126 .showHandle{}
#module_412117126 .showHandle{}
#module_412117126 .showHandle{}
#module_412117126 .showHandle{}
#module_412117126 a{font-size:unset;font-family:unset}
.module_412117229 .ModuleHead .HeadCenter{float:none;}
#module_412117229 {
padding:0px;
}
#module_412117229 {
position:static;
z-index:0;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_412117229 .ModuleHead412117229 {
display:none;
}

#module_412117229 .ModuleImageTextGiantContent{margin-top:px;}
#module_412117229 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_412117229 .ModuleImageTextGiantContent{margin-left:px;}
#module_412117229 .ModuleImageTextGiantContent{margin-right:px;}
#module_412117229 .imageTextGiant-Container{padding-top:10px;}
#module_412117229 .imageTextGiant-Container{padding-bottom:10px;}
#module_412117229 .imageTextGiant-Container{padding-left:10px;}
#module_412117229 .imageTextGiant-Container{padding-right:10px;}
#module_412117229 .showHandle .btn{font-size:px;}
#module_412117229 .showHandle .btn{font-family:;}
#module_412117229 .showHandle .btn{color:;}
#module_412117229 .showHandle .btn{}
#module_412117229 .showHandle .btn{}
#module_412117229 .showHandle .btn{}
#module_412117229 .showHandle div{border-top-color: !important;}
#module_412117229 .showHandle div{border-top-style: !important;}
#module_412117229 .showHandle div{border-top-width:px !important;}
#module_412117229 .showHandle{background-color:;}
#module_412117229 .showHandle{}
#module_412117229 .showHandle{}
#module_412117229 .showHandle{}
#module_412117229 .showHandle{}
#module_412117229 .showHandle{}

.module_412117127 .ModuleHead .HeadCenter{float:none;}
#module_412117127 {
padding:0px;
}
#module_412117127 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_412117127 .ModuleHead412117127 {
display:none;
}
#module_412117127 .ModuleHead .HeadText.HeadText412117127 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_412117127 .ModuleHead .HeadCenter.HeadCenter412117127{text-align:left;}
#module_412117127 .ModuleHead .HeadCenter.HeadCenter412117127 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_412117127 .BodyCenter.BodyCenter412117127 {
background:none;background-color:rgba(0,0,0,0);
}
#module_412117127 >.module_412117127 {
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_412117127 >.module_412117127{
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_412117127 .BodyCenter.BodyCenter412117127 {
padding-top:0px;
padding-left:70px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117127 .BodyCenter.BodyCenter412117127 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_412117127 >.module_412117127 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117127 >.module_412117127 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_412117127 >.module_412117127 {box-shadow: 0px 0px 0px 0px #ccc}
#module_412117127:hover {
border:none;
}
#module_412117127:hover >.module_412117127 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_412117127 .ModuleImageTextGiantContent{margin-top:px;}
#module_412117127 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_412117127 .ModuleImageTextGiantContent{margin-left:px;}
#module_412117127 .ModuleImageTextGiantContent{margin-right:px;}
#module_412117127 .imageTextGiant-Container{padding-top:10px;}
#module_412117127 .imageTextGiant-Container{padding-bottom:10px;}
#module_412117127 .imageTextGiant-Container{padding-left:10px;}
#module_412117127 .imageTextGiant-Container{padding-right:10px;}
#module_412117127 .showHandle .btn{font-size:px;}
#module_412117127 .showHandle .btn{font-family:;}
#module_412117127 .showHandle .btn{color:;}
#module_412117127 .showHandle .btn{}
#module_412117127 .showHandle .btn{}
#module_412117127 .showHandle .btn{}
#module_412117127 .showHandle div{border-top-color: !important;}
#module_412117127 .showHandle div{border-top-style: !important;}
#module_412117127 .showHandle div{border-top-width:px !important;}
#module_412117127 .showHandle{background-color:;}
#module_412117127 .showHandle{}
#module_412117127 .showHandle{}
#module_412117127 .showHandle{}
#module_412117127 .showHandle{}
#module_412117127 .showHandle{}
#module_412117127 a{font-size:unset;font-family:unset}
.module_412117224 .ModuleHead .HeadCenter{float:none;}
#module_412117224 {
padding:0px;
}
#module_412117224 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_412117224 .ModuleHead412117224 {
display:none;
}
#module_412117224 .ModuleHead .HeadText.HeadText412117224 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_412117224 .ModuleHead .HeadCenter.HeadCenter412117224{text-align:left;}
#module_412117224 .ModuleHead .HeadCenter.HeadCenter412117224 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_412117224 .BodyCenter.BodyCenter412117224 {
background:none;background-color:rgba(0,0,0,0);
}
#module_412117224 >.module_412117224 {
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_412117224 >.module_412117224{
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_412117224 .BodyCenter.BodyCenter412117224 {
padding-top:40px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117224 .BodyCenter.BodyCenter412117224 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_412117224 >.module_412117224 {
margin-top:0px;
margin-left:0px;
margin-right:100px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117224 >.module_412117224 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_412117224 >.module_412117224 {box-shadow: 0px 0px 0px 0px #ccc}
#module_412117224:hover {
border:none;
}
#module_412117224:hover >.module_412117224 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_412117224 .ModuleImageTextGiantContent{margin-top:px;}
#module_412117224 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_412117224 .ModuleImageTextGiantContent{margin-left:px;}
#module_412117224 .ModuleImageTextGiantContent{margin-right:px;}
#module_412117224 .imageTextGiant-Container{padding-top:10px;}
#module_412117224 .imageTextGiant-Container{padding-bottom:10px;}
#module_412117224 .imageTextGiant-Container{padding-left:10px;}
#module_412117224 .imageTextGiant-Container{padding-right:10px;}
#module_412117224 .showHandle .btn{font-size:px;}
#module_412117224 .showHandle .btn{font-family:;}
#module_412117224 .showHandle .btn{color:;}
#module_412117224 .showHandle .btn{}
#module_412117224 .showHandle .btn{}
#module_412117224 .showHandle .btn{}
#module_412117224 .showHandle div{border-top-color: !important;}
#module_412117224 .showHandle div{border-top-style: !important;}
#module_412117224 .showHandle div{border-top-width:px !important;}
#module_412117224 .showHandle{background-color:;}
#module_412117224 .showHandle{}
#module_412117224 .showHandle{}
#module_412117224 .showHandle{}
#module_412117224 .showHandle{}
#module_412117224 .showHandle{}

.module_412117128 .ModuleHead .HeadCenter{float:none;}
#module_412117128 {
padding:0px;
}
#module_412117128 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_412117128 .ModuleHead412117128 {
display:none;
}
#module_412117128 .ModuleHead .HeadText.HeadText412117128 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_412117128 .ModuleHead .HeadCenter.HeadCenter412117128{text-align:left;}
#module_412117128 .ModuleHead .HeadCenter.HeadCenter412117128 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_412117128 .BodyCenter.BodyCenter412117128 {
background:none;background-color:rgba(0,0,0,0);
}
#module_412117128 >.module_412117128 {
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_412117128 >.module_412117128{
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_412117128 .BodyCenter.BodyCenter412117128 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117128 .BodyCenter.BodyCenter412117128 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_412117128 >.module_412117128 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117128 >.module_412117128 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_412117128 >.module_412117128 {box-shadow: 0px 0px 0px 0px #ccc}
#module_412117128:hover {
border:none;
}
#module_412117128:hover >.module_412117128 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_412117128 .ModuleImageTextGiantContent{margin-top:px;}
#module_412117128 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_412117128 .ModuleImageTextGiantContent{margin-left:px;}
#module_412117128 .ModuleImageTextGiantContent{margin-right:px;}
#module_412117128 .imageTextGiant-Container{padding-top:10px;}
#module_412117128 .imageTextGiant-Container{padding-bottom:10px;}
#module_412117128 .imageTextGiant-Container{padding-left:10px;}
#module_412117128 .imageTextGiant-Container{padding-right:10px;}
#module_412117128 .showHandle .btn{font-size:px;}
#module_412117128 .showHandle .btn{font-family:;}
#module_412117128 .showHandle .btn{color:;}
#module_412117128 .showHandle .btn{}
#module_412117128 .showHandle .btn{}
#module_412117128 .showHandle .btn{}
#module_412117128 .showHandle div{border-top-color: !important;}
#module_412117128 .showHandle div{border-top-style: !important;}
#module_412117128 .showHandle div{border-top-width:px !important;}
#module_412117128 .showHandle{background-color:;}
#module_412117128 .showHandle{}
#module_412117128 .showHandle{}
#module_412117128 .showHandle{}
#module_412117128 .showHandle{}
#module_412117128 .showHandle{}
#module_412117128 a{font-size:unset;font-family:unset}
.module_412117130 .ModuleHead .HeadCenter{float:none;}
#module_412117130 {
padding:0px;
}
#module_412117130 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_412117130 .ModuleHead412117130 {
display:none;
}
#module_412117130 .ModuleHead .HeadText.HeadText412117130 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_412117130 .ModuleHead .HeadCenter.HeadCenter412117130{text-align:left;}
#module_412117130 .ModuleHead .HeadCenter.HeadCenter412117130 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_412117130 .BodyCenter.BodyCenter412117130 {
background:none;background-color:rgba(0,0,0,0);
}
#module_412117130 >.module_412117130 {
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_412117130 >.module_412117130{
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_412117130 .BodyCenter.BodyCenter412117130 {
padding-top:0px;
padding-left:0px;
padding-right:100px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117130 .BodyCenter.BodyCenter412117130 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_412117130 >.module_412117130 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117130 >.module_412117130 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_412117130 >.module_412117130 {box-shadow: 0px 0px 0px 0px #ccc}
#module_412117130:hover {
border:none;
}
#module_412117130:hover >.module_412117130 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_412117130 .ModuleImageTextGiantContent{margin-top:px;}
#module_412117130 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_412117130 .ModuleImageTextGiantContent{margin-left:px;}
#module_412117130 .ModuleImageTextGiantContent{margin-right:px;}
#module_412117130 .imageTextGiant-Container{padding-top:10px;}
#module_412117130 .imageTextGiant-Container{padding-bottom:10px;}
#module_412117130 .imageTextGiant-Container{padding-left:10px;}
#module_412117130 .imageTextGiant-Container{padding-right:10px;}
#module_412117130 .showHandle .btn{font-size:px;}
#module_412117130 .showHandle .btn{font-family:;}
#module_412117130 .showHandle .btn{color:;}
#module_412117130 .showHandle .btn{}
#module_412117130 .showHandle .btn{}
#module_412117130 .showHandle .btn{}
#module_412117130 .showHandle div{border-top-color: !important;}
#module_412117130 .showHandle div{border-top-style: !important;}
#module_412117130 .showHandle div{border-top-width:px !important;}
#module_412117130 .showHandle{background-color:;}
#module_412117130 .showHandle{}
#module_412117130 .showHandle{}
#module_412117130 .showHandle{}
#module_412117130 .showHandle{}
#module_412117130 .showHandle{}

.module_412117237 .ModuleHead .HeadCenter{float:none;}
#module_412117237 {
padding:0px;
}
#module_412117237 {
position:static;
z-index:0;
top:3072px;
left:109px;
width:100%;
height: auto;
}
#module_412117237 .ModuleHead412117237 {
display:none;
}
#module_412117237 .ModuleHead .HeadText.HeadText412117237 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_412117237 .ModuleHead .HeadCenter.HeadCenter412117237{text-align:left;}
#module_412117237 .ModuleHead .HeadCenter.HeadCenter412117237 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_412117237 .BodyCenter.BodyCenter412117237 {
background:none;background-color:rgb(41, 42, 63);
}
#module_412117237 >.module_412117237 {
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_412117237 >.module_412117237{
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_412117237 .BodyCenter.BodyCenter412117237 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117237 .BodyCenter.BodyCenter412117237 {
padding-top:20px;
padding-left:5px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_412117237 >.module_412117237 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117237 >.module_412117237 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:-48px;
}
}
#module_412117237 >.module_412117237 {box-shadow: 0px 0px 0px 0px #ccc}
#module_412117237:hover {
border:none;
}
#module_412117237:hover >.module_412117237 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_412117237 .ModuleImageTextGiantContent{margin-top:px;}
#module_412117237 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_412117237 .ModuleImageTextGiantContent{margin-left:px;}
#module_412117237 .ModuleImageTextGiantContent{margin-right:px;}
#module_412117237 .imageTextGiant-Container{padding-top:10px;}
#module_412117237 .imageTextGiant-Container{padding-bottom:10px;}
#module_412117237 .imageTextGiant-Container{padding-left:10px;}
#module_412117237 .imageTextGiant-Container{padding-right:10px;}
#module_412117237 .showHandle .btn{font-size:px;}
#module_412117237 .showHandle .btn{font-family:;}
#module_412117237 .showHandle .btn{color:;}
#module_412117237 .showHandle .btn{}
#module_412117237 .showHandle .btn{}
#module_412117237 .showHandle .btn{}
#module_412117237 .showHandle div{border-top-color: !important;}
#module_412117237 .showHandle div{border-top-style: !important;}
#module_412117237 .showHandle div{border-top-width:px !important;}
#module_412117237 .showHandle{background-color:;}
#module_412117237 .showHandle{}
#module_412117237 .showHandle{}
#module_412117237 .showHandle{}
#module_412117237 .showHandle{}
#module_412117237 .showHandle{}
.module_412117238 .ModuleHead .HeadCenter{float:none;}
#module_412117238 {
padding:0px;
}
#module_412117238 {
position:static;
z-index:0;
top:3192px;
left:278px;
width:100%;
height: auto;
}
#module_412117238 .ModuleHead412117238 {
display:none;
}
#module_412117238 .ModuleHead .HeadText.HeadText412117238 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_412117238 .ModuleHead .HeadCenter.HeadCenter412117238{text-align:left;}
#module_412117238 .ModuleHead .HeadCenter.HeadCenter412117238 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_412117238 .BodyCenter.BodyCenter412117238 {
background:none;background-color:rgb(36, 37, 55);
}
#module_412117238 >.module_412117238 {
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_412117238 >.module_412117238{
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_412117238 .BodyCenter.BodyCenter412117238 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117238 .BodyCenter.BodyCenter412117238 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_412117238 >.module_412117238 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117238 >.module_412117238 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:-22px;
}
}
#module_412117238 >.module_412117238 {box-shadow: 0px 0px 0px 0px #ccc}
#module_412117238:hover {
border:none;
}
#module_412117238:hover >.module_412117238 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_412117238 .ModuleImageTextGiantContent{margin-top:px;}
#module_412117238 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_412117238 .ModuleImageTextGiantContent{margin-left:px;}
#module_412117238 .ModuleImageTextGiantContent{margin-right:px;}
#module_412117238 .imageTextGiant-Container{padding-top:10px;}
#module_412117238 .imageTextGiant-Container{padding-bottom:10px;}
#module_412117238 .imageTextGiant-Container{padding-left:10px;}
#module_412117238 .imageTextGiant-Container{padding-right:10px;}
#module_412117238 .showHandle .btn{font-size:px;}
#module_412117238 .showHandle .btn{font-family:;}
#module_412117238 .showHandle .btn{color:;}
#module_412117238 .showHandle .btn{}
#module_412117238 .showHandle .btn{}
#module_412117238 .showHandle .btn{}
#module_412117238 .showHandle div{border-top-color: !important;}
#module_412117238 .showHandle div{border-top-style: !important;}
#module_412117238 .showHandle div{border-top-width:px !important;}
#module_412117238 .showHandle{background-color:;}
#module_412117238 .showHandle{}
#module_412117238 .showHandle{}
#module_412117238 .showHandle{}
#module_412117238 .showHandle{}
#module_412117238 .showHandle{}
.ModuleMobileNavGiant.layout-107 p{ color: #fff;}
.ModuleMobileNavGiant.layout-107 .micro-nav{height: calc(100vh);}
.ModuleMobileNavGiant.layout-107 .micro-nav-item{height: calc(100% - 5.906rem);  -webkit-overflow-scrolling: touch; overflow-x: hidden; overflow-y: auto !important; }
.ModuleMobileNavGiant.layout-107 .micro-nav-item>ul>li{  color: #fff;  width: 200px; margin: 0 auto; }
.ModuleMobileNavGiant.layout-107  .subnav a{ color: #fff;}
.ModuleMobileNavGiant.layout-107 .micro-nav-item .link {padding:2rem 1.33rem; color: #fff; display: block;  position: relative;}
.ModuleMobileNavGiant.layout-107 .micro-nav-item ul li p{    white-space: nowrap; font-size: .96rem;position: absolute; top: 50%; left: 50%;  transform: translate(-50%,-50%);}
.ModuleMobileNavGiant.layout-107 .micro-nav-item ul  li.open .more:before { opacity: 0;transition: all 0.4s ease;  }
.ModuleMobileNavGiant.layout-107 .header-model{width: 100%; height: 3rem;}
.ModuleMobileNavGiant.layout-107 header { display: flex; box-sizing: border-box;  width: 100%  ; height:50px!important; position: fixed;  background:rgba(0,0,0,.9);text-align: center; z-index: 950; margin: 0 auto;   font-size: 16px;  font-weight: 700;  color: #fff;  line-height: 50px;  -moz-box-sizing: border-box;  box-sizing: border-box;  width: 100%;  height: 50px;  padding: 0 0  }
.ModuleMobileNavGiant.layout-107 .micro-nav{ position:absolute; top: 50px;    width: 100%;display: none; z-index: 999;}
.ModuleMobileNavGiant.layout-107 .micro-nav .more{  display: inline-block; position: absolute;top: 50%;  transform: translateY(-50%);transition: all 0.4s ease;}
.ModuleMobileNavGiant.layout-107 .micro-nav .more:before{ content: ""; width: 2px; height:1rem; background: #fff; position: absolute; top: 0; left: 0;transform: translate(0,-50%);transition: all 0.4s ease;}
.ModuleMobileNavGiant.layout-107 .micro-nav .more:after{ content: ""; width: 2px; height:1rem; background: #fff; position: absolute; top: 0; left: 0;transform: translate(0,-50%) rotate(90deg);transition: all 0.4s ease;}
.ModuleMobileNavGiant.layout-107 #header p img{
    max-height: 40px;
    /* margin-right: -8px;
    margin-left: -15px; */
    padding-right: 8pt;
    padding-left: 8pt;
}
.ModuleMobileNavGiant.layout-107 .navcontent{    width:calc(100% - 60px); display:flex;  margin-left: 50px;    margin-right: 8pt;}
.ModuleMobileNavGiant.layout-107 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-107 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-107 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
     fill: #fff;
}
.ModuleMobileNavGiant.layout-107 .icon-dianhua-moren{ font-weight: normal;}
.ModuleMobileNavGiant.layout-107 .icon-sousuo{ font-weight: 750;}
.ModuleMobileNavGiant.layout-107 .navcontent a{  width: 56px; text-align: center;    display: block;}
/*二级导航*/
.subnav a{height: 3.41rem; line-height: 3rem;font-size: .81rem;     text-align: center; display: block;}
/*解决1px的问题*/
.border1px{  position: relative;  }
.border1px:after {  position: absolute;  left: 0; z-index: 1;  bottom: -1px;  width: 100%;  border-bottom: 1px solid #ddd;  content: '';  -webkit-transform-origin: 0 0;  transform-origin: 0 0;  }
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .border1px:after {  -webkit-transform: scaleY(0.5);  transform: scaleY(0.5);  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .border1px:after {  -webkit-transform: scaleY(0.33);  transform: scaleY(0.33); }
}
/*解决1px的问题*/
.borderTop1px:before {  position: absolute;  left: 0;  top: 0px;  width: 100%;  border-top: 1px solid #ddd;  content: '';  -webkit-transform-origin: 0 0;  transform-origin: 0 0; z-index: 1 }
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .borderTop1px:before {  -webkit-transform: scaleY(0.5);  transform: scaleY(0.5);  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .borderTop1px:before {
        -webkit-transform: scaleY(0.33);
        transform: scaleY(0.33);
    }
}
.ModuleMobileNavGiant.layout-107  #mobileDesignerContainer #pagebody {
    margin-top:50px;
}
@media only screen and (min-width: 768px){
    .ModuleMobileNavGiant.layout-107  #header,.ModuleMobileNavGiant.layout-107 .micro-nav{ display: none !important;}
    .ModuleMobileNavGiant.layout-107   #mobileDesignerContainer #pagebody {
        margin-top:0px;
    }
    .ModuleMobileNavGiant.layout-107 .header-model{ display: none;}
}

.ModuleMobileNavGiant.layout-107 #header p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}.module_412117065 .ModuleHead .HeadCenter{float:none;}
#module_412117065 {
padding:0px;
}
#module_412117065 {
}
#module_412117065 .ModuleHead412117065 {
display:none;
}
#module_412117065 .ModuleHead .HeadText.HeadText412117065 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_412117065 .ModuleHead .HeadCenter.HeadCenter412117065{text-align:left;}
#module_412117065 .ModuleHead .HeadCenter.HeadCenter412117065 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_412117065 .BodyCenter.BodyCenter412117065 {
background:none;background-color:rgba(0,0,0,0);
}
#module_412117065 >.module_412117065 {
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_412117065 >.module_412117065{
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_412117065 .BodyCenter.BodyCenter412117065 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117065 .BodyCenter.BodyCenter412117065 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_412117065 >.module_412117065 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_412117065 >.module_412117065 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_412117065 >.module_412117065 {box-shadow: 0px 0px 0px 0px #ccc}
#module_412117065:hover {
border:none;
}
#module_412117065:hover >.module_412117065 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_412117065 .langlistbox{background-color:} #module_412117065 .langlistbox .jt{border-bottom-color:}
#module_412117065 .langlistbox .langinfo{color:}
#module_412117065 .langlistbox .langinfo{background-color:}
#module_412117065 .langlistbox .langinfo{border-color:}
#module_412117065 .langlistbox .langtxt{ font-size:px }
#module_412117065 .langlistbox .langtxt{ color: }
#module_412117065 {}#module_412117065.layout-107 #header{border-bottom-color:;}
#module_412117065 {}#module_412117065.layout-107 #header{border-bottom-style:;}
#module_412117065 {}#module_412117065.layout-107 #header{border-bottom-width:px;}
#module_412117065 {}#module_412117065.layout-107 #header{box-shadow:;}
#module_412117065 {}#module_412117065.layout-107 #MobileNav{background-color: transparent;} #module_412117065.layout-107 #header{background-color:rgba(98, 79, 245, 0.98);}
#module_412117065 {}#module_412117065.layout-107 #header{}
#module_412117065 {}#module_412117065.layout-107 #header p{color:#fff;}
#module_412117065 {}#module_412117065.layout-107 .lcitem .rect{background:#fff;}  #module_412117065.layout-107 .icons{color:#fff;} #module_412117065.layout-107 .svgdiv svg>*{fill:#fff;}
#module_412117065 {}#module_412117065.layout-107 .micro-nav-item ul li:after{border-bottom-color:rgba(242, 242, 242, 0.37);}
#module_412117065 {}#module_412117065.layout-107 .micro-nav-item,#module_412117065.layout-107 #MobileNavFloatLayer{background-color:rgba(98, 79, 245, 0.98);}
#module_412117065 {}#module_412117065.layout-107 .micro-nav-item,#module_412117065.layout-107 #MobileNavFloatLayer{}
#module_412117065 {}#module_412117065.layout-107 .micro-nav-item>ul>li>a,#module_412117065.layout-107 .micro-nav-item>ul>li>a p{color:#fff;}
#module_412117065 {}#module_412117065.layout-107 .micro-nav-item>ul>li .subnav a,#module_412117065.layout-107 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_412117065 .layout-107 .micro-nav .more:before,#module_412117065 .layout-107 .micro-nav .more:after {background:;}
#module_412117065 {}#module_412117065.layout-107 #header p{font-family:;}
#module_412117065 {}#module_412117065.layout-107 #header p{}
#module_412117065 {}#module_412117065.layout-107 #header p{}
#module_412117065 {}#module_412117065.layout-107 #header p{font-size:px;}
#module_412117065 {}#module_412117065.layout-107 #header p{}
#module_412117065 {}#module_412117065.layout-107 .micro-nav-item>ul>li>a,#module_412117065.layout-107 .micro-nav-item>ul>li>a p{font-family:;}
#module_412117065 {}#module_412117065.layout-107 .micro-nav-item>ul>li>a,#module_412117065.layout-107 .micro-nav-item>ul>li>a p{font-size:px;}
#module_412117065 {}#module_412117065.layout-107 .micro-nav-item>ul>li .subnav a,#module_412117065.layout-107 .micro-nav-item>ul>li .subnav a p{font-family:;}
#module_412117065 {}#module_412117065.layout-107 .micro-nav-item>ul>li .subnav a,#module_412117065.layout-107 .micro-nav-item>ul>li .subnav a p{font-size:px;}
#module_412117065 .langlistbox li:hover .langinfo,#module_412117065 .langactive .langinfo {color:}
#module_412117065 .langlistbox li:hover .langinfo,#module_412117065 .langactive .langinfo{background-color:}
#module_412117065 .langlistbox li:hover .langinfo,#module_412117065 .langactive .langinfo{border-color:}
#module_412117065 .langlistbox li:hover .langtxt,#module_412117065 .langactive .langtxt{ color: }
#module_412117065 {}#module_412117065.layout-107 .micro-nav-item>ul>li>a:hover,#module_412117065.layout-107 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_412117065 {}#module_412117065.layout-107 .micro-nav-item>ul>li .subnav a:hover,#module_412117065.layout-107 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16); 
    color: #666;
    box-sizing: content-box;
    /* 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_412117373 .ModuleHead .HeadCenter{float:none;}
#module_412117373 {
padding:0px;
}
#module_412117373 {
}
#module_412117373 .ModuleHead0 {
display:none;
}

#module_412117373 .defaultbtn{background-color:#fff}
#module_412117373 .defaultbtn{}
#module_412117373 .spotgroup{color:#000}
#module_412117373 .itembtn{background-color:#fff}
#module_412117373 .itembtn{}
#module_412117373 .itemicon{color:#666} #module_412117373 svg>*{fill:#666}
#module_412117373 .itemtext{background-color:#fff} #module_412117373 .itemtextright::before{border-left-color:#fff} #module_412117373 .itemtextleft::before{border-right-color:#fff}
#module_412117373 .itemtext{}
#module_412117373 .itemtext{font-size:12px;}
#module_412117373 .itemtext{font-family:;}
#module_412117373 .itemtext{color:#666 !important;}
#module_412117373 .itemtext{font-weight:normal;}
#module_412117373 .itemtext{text-decoration:none;}
#module_412117373 .itemtext{font-style:normal;}
#module_412117373 .defaultbtnbghover{background-color:#000000}
#module_412117373 .defaultbtnbghover{}
#module_412117373 .defaultbtniconbghover{color:#fff}
.module_412117066 .ModuleHead .HeadCenter{float:none;}
#module_412117066 {
padding:0px;
}
#module_412117066 {
}
#module_412117066 .ModuleHead0 {
display:none;
}
#module_412117066 .ModuleHead .HeadText.HeadText0 {
}
#module_412117066 .ModuleHead .HeadTextMore.HeadTextMore0 {
}
#module_412117066 >.module_0 {
border:none;
}
@media screen and (min-width: 768px){
#module_412117066 .BodyCenter.BodyCenter0 {
}
}
@media screen and (max-width: 767px){
#module_412117066 .BodyCenter.BodyCenter0 {
}
}
#module_412117066 .BodyCenter.BodyCenter0 {
}
#module_412117066 .BodyCenter a {
}

#module_412117066 .foot-nav-list{background-color: !important;}
#module_412117066 .foot-nav-list{border-top-color:;}
#module_412117066 .foot-nav-list{border-top-style:;}
#module_412117066 .foot-nav-list{border-top-width:px;}
#module_412117066 #MobileFootNav{box-shadow:;}
#module_412117066 .icon{color: !important;} #module_412117066 .icon svg >*{fill:}
#module_412117066 .itemText{font-size:px;}
#module_412117066 .itemText{font-family:;}
#module_412117066 .itemText{color: !important;}
#module_412117066 .itemText{}
#module_412117066 .itemText{}
#module_412117066 .itemText{}
#module_412117066 .iconh{color: !important;}  #module_412117066 .iconh svg >*{fill:}
#module_412117066 .itemTexth{font-size:px;}
#module_412117066 .itemTexth{font-family:;}
#module_412117066 .itemTexth{color: !important;}
#module_412117066 .itemTexth{}
#module_412117066 .itemTexth{}
#module_412117066 .itemTexth{}
