/* cache file /mnt/yzproc/YZ-Site/caches/csscache/10/108067/108067_2970944_1_.cache exists */
/*md5:723d6db6f33d5a4af5682dca3ef4ff2a*/
/*time: 2025-11-04 09:23:36*/
/*url:www.dgsungpower.com/NewsDetail/6009355.html*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
	width: 66px;
	float: right;
}
.ModuleOnLineServiceGiant.layout-109 .qrcodetips{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	 text-align: center;
	  margin-top:4px;
	  color:#666
	}

@keyframes scaleToggleOne {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes turn{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}

.turn{
	animation:turn 1s linear ;
}

.ModuleOnLineServiceGiant.layout-109  .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.ModuleOnLineServiceGiant.layout-109 .online-service {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	/* position:fixed;
	bottom:0;
	right:40px; */
	opacity: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	/* z-index:700; */
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.ModuleOnLineServiceGiant.layout-109 .online-service:focus {
	outline: 0
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animated {
	opacity: 1;
	/* transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px) */
	margin-bottom: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 51;
	background: transparent;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 50
}

.ModuleOnLineServiceGiant.layout-109 .online-service .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles .circle {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-1 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-2 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-3 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	min-height: 44px;
	z-index: 0;
	-webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
	transition: all .3s cubic-bezier(.86, 0, .07, 1);
	width: 180px;
	/* background-color: #1E88E5; */
	color: #fff;
	text-align: left;
	border-radius: 15px 15px 0px 15px;
	box-shadow: 0px 0px 20px 0px rgba(30, 136, 229, 0.08);
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.ModuleOnLineServiceGiant.layout-109 .online-service-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fffefe;
	box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
	text-align: center;
	line-height: 40px;
	transform: rotate(180deg);
	color: #1E88E5;
	margin: 0 auto;
	cursor: pointer;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content {
	width: 66px;
	background: #fffefe;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	bottom: 60px;
	text-align: center;
	padding-top: 20px;
	display: none;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-tab {
	min-height: 40px;
	height: auto;
	/*max-height: 60px;
    padding-bottom: 10px;
	padding-top: 5px; */
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	width: 100%;
    height: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .imitem{
	width: 190px;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3{
	width: 2px;
	height: 18px;
	display: inline-block;
	background-color:#666;
	position: absolute;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3:before{ content: '';}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .topline{
	/* visibility: hidden; */
	transform: rotate(45deg);
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .bottomline{
	/* visibility: hidden; */
	transform: rotate(-45deg);
}
@keyframes topline{
	0%{
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	100%{
		transform: rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
}
@keyframes bottomline{
	0%{
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}

	100%{
		transform: rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .topline {
	animation: 0.5s topline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .bottomline {
	animation: 0.5s bottomline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .iconfont {
	font-size: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .active {
	background: #1E88E5;
	color: #fff;
	padding: 5px 0;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close::after {
	position: absolute;
	content: '';
	width: 29px;
	height: 1px;
	border: 1px solid #eeeeee;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.54s;
}
.ModuleOnLineServiceGiant.layout-109 .content-tab-name.tabnameshow {
	min-height: 20px;
	/* overflow:visible; */
	opacity: 1;
	height: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .hoverdiv {
	position: absolute;
	width: 100%;
	left: -45px;
	height: 100%;
	transform: translatey(-50%);
	top: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content {
	max-width: 450px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	display: flex;
	padding: 20px;
	position: absolute;
	right: 40px;
	flex-wrap: wrap;
	text-align: left;
	width:max-content;
}

.ModuleOnLineServiceGiant.layout-109 .content-common {
	left: auto;
	top: 50%;
	transform: translate(0,-50%);
	right: 40px;
	visibility: hidden;
}
.ModuleOnLineServiceGiant.layout-109 .content-common.showami{
	visibility:visible;
	transform: translate(-10px, -50%);
	transition:all 0.3s;
}

.ModuleOnLineServiceGiant.layout-109 .content-common::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 8px solid #fff;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	/* right: 40px;  */
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a {
	width: calc((100% - 30px) / 2);
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:first {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:nth-child(2n+1) {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IconType img {
	width: 14px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IMType {
	color: #999999;
	font-size: 12px;
	margin-left: 5px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content {
	padding: 14px 0px;
	border-top: 1px solid #eeeeee;
	margin-top: 2px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .IMName {
	width: calc(100% - 50px);
	margin-left: 10px;
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.ModuleOnLineServiceGiant.layout-109 .Contacts-content {
	max-width: 324px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
	cursor: text;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item {
	/* align-items: flex-start;
	align-content: flex-start;*/
	display: flex;
	margin-bottom: 25px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item:last-child {
	margin-bottom: 0;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon{
    width: 12px;
	margin-top: -3px;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon img {
	width: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item-name {
	margin-right: 30px;
	color: #999999;
	font-size: 12px;
	max-width: 100px;
	text-align: left;
	display: inline-block;
	vertical-align: top;

}

.ModuleOnLineServiceGiant.layout-109 .ContactContent {
	color: #333;
	font-size: 12px;
	word-break: break-word;
	width:  calc(100% - 17px);
	margin-left: 5px;
	max-width: 270px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content {
    max-width: 100%;
	display: flex;
}

.ModuleOnLineServiceGiant.layout-109 .QRcode-content {
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
	width: 170px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.ModuleOnLineServiceGiant.layout-109 .qrcode-content .img{
	max-height:170px;
}

.ModuleOnLineServiceGiant.layout-109 .nodata {
	min-width: 180px;
	border-radius: 10px;
	color: #999999;
	font-size: 12px;
	background: #FEFEFE;
	text-align: center;

}
.module_683333900 .ModuleHead .HeadCenter{float:none;}
#module_683333900 {
padding:0px;
}
#module_683333900 {
position:absolute;
z-index:4001;
top:610px;
left:0px;
width:100%;
height:126px;
}
#module_683333900 .ModuleHead683333900 {
display:none;
}
#module_683333900 .BodyCenter.BodyCenter683333900 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683333900 >.module_683333900 {
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_683333900 >.module_683333900{
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_683333900 .BodyCenter.BodyCenter683333900 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333900 .BodyCenter.BodyCenter683333900 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683333900 >.module_683333900 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333900 >.module_683333900 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683333900 >.module_683333900 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683333900:hover {
border:none;
}
#module_683333900:hover >.module_683333900 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683333900 .animated-circles.animated .c-1,#module_683333900 .animated-circles.animated .c-2,#module_683333900 .animated-circles.animated.c-3{opacity: 0.25; background-color:#fd6e27;} #module_683333900 .animated-circles2:after{background-image:linear-gradient(to bottom, #fd6e27, #fd6e27)}
#module_683333900 .online-service-nav .head{background-color:#FFFFFF;}
#module_683333900 .online-service{border-width:0px;}
#module_683333900 .online-service{border-style:;}
#module_683333900 .online-service{border-color:;}
#module_683333900 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_683333900 .online-service-content{background-color:#fff;}
#module_683333900 .online-service-content{border-top-left-radius:20px;}
#module_683333900 .online-service-content{border-bottom-left-radius:20px;}
#module_683333900 .online-service-content{border-bottom-right-radius:20px;}
#module_683333900 .online-service-content{border-top-right-radius:20px;}
#module_683333900 .online-service-content-tab .content-tab{background-color:transparent;}
#module_683333900 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_683333900 .content-close::after{border-width:1px;}
#module_683333900 .content-close::after{border-style:solid;}
#module_683333900 .content-close::after{border-color:#eeeeee;}
#module_683333900 .content-close span{background-color:#999999;}
#module_683333900 .online-service-top{background-color:#ffffff;}
#module_683333900 .online-service-top .iconfont{color:#fd6e27;}
#module_683333900 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_683333900 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_683333900 .online-service:hover{border-width:0px;}
#module_683333900 .online-service:hover{border-style:;}
#module_683333900 .online-service:hover{border-color:;}
#module_683333900 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_683333900 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_683333900 .online-service:hover .online-service-hint{background-color:rgb(240, 130, 0);}
#module_683333900 .online-service-content-tab .content-tabh:hover{background-color:rgb(240, 130, 0);}
#module_683333900 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_683333900 .content-close:hover span{background-color:#999999;}
#module_683333900 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_683333900 .online-service-top:hover{background-color:#ffffff;}
#module_683333900 .online-service-top:hover .iconfont{color:rgb(240, 130, 0);}
#module_683333900 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:736px}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky {display:flex}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky > .SubContainer{display:block; position: sticky; top:20px;height: 100% !important; }
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer.ModuleHoverBoxItem_2{display:none}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

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

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: flex;flex-wrap: wrap;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding{float:left;height: 10px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{float:left;padding-top:2px;padding-bottom:2px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag{display:none;}
    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}
    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}
    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}
    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}
    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{width:calc((100% - 35px)/8)!important;}
    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}
	/* 6列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}
	/* 5列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer{width:calc((100% - 20px)/5)!important;}
	/* 4列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer{width:calc((100% - 15px)/4)!important;}
	/* 3列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding6{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer{width:calc((100% - 10px)/3)!important;}
	/* 2列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}
	/* 1列 无padding */
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky > .SubContainer{
        position:inherit !important;
        top:unset !important;
    }
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_683322537 .ModuleHead .HeadCenter{float:none;}
#module_683322537 {
padding:0px;
}
#module_683322537 {
position:static;
z-index:4000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_683322537 .ModuleHead683322537 {
display:none;
}
#module_683322537 .BodyCenter.BodyCenter683322537 {
background:none;background-color:rgb(255, 255, 255);
}
#module_683322537 >.module_683322537 {
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_683322537 >.module_683322537{
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_683322537 .BodyCenter.BodyCenter683322537 {
padding-top:0.0000%;
padding-left:5.2521%;
padding-right:5.2521%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322537 .BodyCenter.BodyCenter683322537 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683322537 >.module_683322537 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322537 >.module_683322537 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683322537 >.module_683322537 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683322537:hover {
border:none;
}
#module_683322537:hover >.module_683322537 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.module_683322548 .ModuleHead .HeadCenter{float:none;}
#module_683322548 {
padding:0px;
}
#module_683322548 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683322548 .ModuleHead683322548 {
display:none;
}
#module_683322548 .BodyCenter.BodyCenter683322548 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683322548 >.module_683322548 {
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_683322548 >.module_683322548{
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_683322548 .BodyCenter.BodyCenter683322548 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322548 .BodyCenter.BodyCenter683322548 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683322548 >.module_683322548 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322548 >.module_683322548 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683322548 >.module_683322548 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683322548:hover {
border:none;
}
#module_683322548:hover >.module_683322548 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer683322537 #Sub683322537_1 {width:16.5101%;}
.ModuleNavGiant.layout-102 .main-nav-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  line-height: 0;
  overflow: hidden;
}
.ModuleNavGiant.layout-102 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-102 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-102 .moveMenuRight, .ModuleNavGiant.layout-102 .moveMenuLeft{
   display: inline-block;
   width: 36px;
   height: 36px;
   line-height: 36px;
   font-size: 16px;
   color:#666;
   text-align: center;
   border:1px solid rgba(0,0,0,.1);
   border-radius: 5px;
   cursor: pointer;
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

}
.ModuleNavGiant.layout-102 .moveMenuRight:hover, .ModuleNavGiant.layout-102 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-102 .main-nav-item-group {
	float: left;
	text-align: center;
}
.ModuleNavGiant.layout-102 .main-nav-item {
  box-sizing: content-box;
  padding: 0 25px;
  height: 80px;
  line-height: 80px;
  color: #000000;
  position: relative;
  display:block;
}
.ModuleNavGiant.layout-102 .main-nav-item::before {
  content: '';
  position: absolute;
  width: 0%;
  transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  border-bottom:3px solid #1976d2;
  z-index: 1;
  left: 50%;
  bottom: 0;
}
.ModuleNavGiant.layout-102 .main-nav-item-hover::before {
  width: 100%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.ModuleNavGiant.layout-102 .sub-nav-item-group {
  width: 192px;
  text-align: center;
  border-top: 2px solid #333;
  display: none;
}
.ModuleNavGiant.layout-102 .sub-nav-item {
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 12px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-102 .sub-nav-item:last-child{
  border-bottom: none!important;
}
.ModuleNavGiant.layout-102 .sub-nav-item:hover {
  padding-left: 10px;
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-102 .sub-nav-item-group.current {
  display: block;
}
.ModuleNavGiant.layout-102 .main-nav-item-group.current .main-nav-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #1976d2;
  z-index: 11111;
  left: 0;
  bottom: 0;
}
.ModuleNavGiant.layout-102 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-102 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-102 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item {display: inline-block; padding: 0 !important; text-align: center;}

.ModuleNavGiant.layout-102 .menu{
    font-size: 12px;
    opacity: 0.6;
    float: right;
    margin-left: 8px;
    margin-top: 1px;
    transform:rotate(0deg);
    transition: all .3s linear;
    -webkit-transform:rotate(0deg);
    -webkit-transition: all .3s linear;
}
.ModuleNavGiant.layout-102 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-102 .sub-menu{
    display: none !important;
}.module_683322563 .ModuleHead .HeadCenter{float:none;}
#module_683322563 {
padding:0px;
}
#module_683322563 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683322563 .ModuleHead683322563 {
display:none;
}
#module_683322563 .BodyCenter.BodyCenter683322563 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683322563 >.module_683322563 {
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_683322563 >.module_683322563{
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_683322563 .BodyCenter.BodyCenter683322563 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322563 .BodyCenter.BodyCenter683322563 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683322563 >.module_683322563 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322563 >.module_683322563 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683322563 >.module_683322563 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683322563:hover {
border:none;
}
#module_683322563:hover >.module_683322563 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683322563 .main-nav-item{height:110px;line-height:110px} #module_683322563 .main-nav-content{height:110px;}
#module_683322563 .main-nav-content{background-color:#fff;}
#module_683322563 .main-nav-content{background-image:none;}
#module_683322563 .main-nav-content{background-repeat:no-repeat;}
#module_683322563 .main-nav-content{}
#module_683322563 .main-nav-content{}
#module_683322563 .main-nav-content{}
#module_683322563 .main-nav-content, #module_683322563 .verticalMenu .main-nav-item-group{text-align:right;}
#module_683322563 .main-nav-item{font-size:18px;}
#module_683322563 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_683322563 .main-nav-item{color:rgb(0, 0, 0);}
#module_683322563 .main-nav-item{font-weight:normal;}
#module_683322563 .main-nav-item{text-decoration:none;}
#module_683322563 .main-nav-item{font-style:normal;}
#module_683322563 .main-nav-item{background-color:transparent;}
#module_683322563 .main-nav-item{background-image:none;}
#module_683322563 .main-nav-item{background-repeat:no-repeat;}
#module_683322563 .main-nav-item{}
#module_683322563 .main-nav-item{}
#module_683322563 .main-nav-item{}
#module_683322563 .main-nav-item{width:auto;}
#module_683322563 .main-nav-item{padding-left:25px;padding-right:25px;} #module_683322563 .verticalMenu .main-nav-item-group{margin-bottom:25px;}
#module_683322563 .sub-nav-item-group{border-top-color:#333;}
#module_683322563 .sub-nav-item-group{border-top-style:solid;}
#module_683322563 .sub-nav-item-group{border-top-width:0px;}
#module_683322563 .sub-nav-item-group{border-right-color:transparent;}
#module_683322563 .sub-nav-item-group{border-right-style:none;}
#module_683322563 .sub-nav-item-group{border-right-width:0px;}
#module_683322563 .sub-nav-item-group{border-bottom-color:transparent;}
#module_683322563 .sub-nav-item-group{border-bottom-style:none;}
#module_683322563 .sub-nav-item-group{border-bottom-width:0px;}
#module_683322563 .sub-nav-item-group{border-left-color:transparent;}
#module_683322563 .sub-nav-item-group{border-left-style:none;}
#module_683322563 .sub-nav-item-group{border-left-width:0px;}
#module_683322563 .sub-nav-item-group{width:192px;}
#module_683322563 .sub-nav-item{height:40px;line-height:40px}
#module_683322563 .sub-nav-item{font-size:14px;}
#module_683322563 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_683322563 .sub-nav-item{color:#000;}
#module_683322563 .sub-nav-item{font-weight:normal;}
#module_683322563 .sub-nav-item{text-decoration:none;}
#module_683322563 .sub-nav-item{font-style:normal;}
#module_683322563 .sub-nav-item{background-color:#fff;}
#module_683322563 .sub-nav-item{background-image:none;}
#module_683322563 .sub-nav-item{background-repeat:no-repeat;}
#module_683322563 .sub-nav-item{}
#module_683322563 .sub-nav-item{}
#module_683322563 .sub-nav-item{}
#module_683322563 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_683322563 .sub-nav-item{border-bottom-style:solid;}
#module_683322563 .sub-nav-item{border-bottom-width:1px;}
#module_683322563 .sub-nav-item{margin-top:0px;}
#module_683322563 .main-nav-item-hover{font-size:18px;}
#module_683322563 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_683322563 .main-nav-item-hover{color:rgb(240, 130, 0);}
#module_683322563 .main-nav-item-hover{font-weight:normal;}
#module_683322563 .main-nav-item-hover{text-decoration:none;}
#module_683322563 .main-nav-item-hover{font-style:normal;}
#module_683322563 .main-nav-item-hover{background-color:transparent;}
#module_683322563 .main-nav-item-hover{background-image:none;}
#module_683322563 .main-nav-item-hover{background-repeat:no-repeat;}
#module_683322563 .main-nav-item-hover{}
#module_683322563 .main-nav-item-hover{}
#module_683322563 .main-nav-item-hover{}
#module_683322563 .main-nav-item-hover::before,#module_683322563 .main-nav-item::before{border-bottom-color:rgb(240, 130, 0);}
#module_683322563 .main-nav-item-hover::before{border-bottom-style:solid;}
#module_683322563 .main-nav-item-hover::before{border-bottom-width:1px;}
#module_683322563 .main-nav-item-hover::before{width:100%}
#module_683322563 .sub-nav-item:hover{font-size:14px;}
#module_683322563 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_683322563 .sub-nav-item:hover{color:rgb(240, 130, 0);}
#module_683322563 .sub-nav-item:hover{font-weight:normal;}
#module_683322563 .sub-nav-item:hover{text-decoration:none;}
#module_683322563 .sub-nav-item:hover{font-style:normal;}
#module_683322563 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_683322563 .sub-nav-item:hover{background-image:none;}
#module_683322563 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_683322563 .sub-nav-item:hover{}
#module_683322563 .sub-nav-item:hover{}
#module_683322563 .sub-nav-item:hover{}


.ModuleGridContainer.ModuleGridContainer683322537 #Sub683322537_2 {width:74.9664%;}
.ModuleLangSwitchV2Giant.layout-106 .currentbox{
	display: flex;
	align-items: center;
	justify-content: space-between
}
.ModuleLangSwitchV2Giant.layout-106 .lang-container{
	display: inline-block;
	text-align: center;
}
.ModuleLangSwitchV2Giant.layout-106 .lang-text{
	flex: 1;
	white-space: nowrap;
	text-align: center;
}
.ModuleLangSwitchV2Giant.layout-106 .LangIcon{
	cursor: pointer;
}
.ModuleLangSwitchV2Giant.layout-106 .lang-selection-ul{
    overflow: hidden;
    overflow-y: auto;
	height: 100%;
	padding: 10px 0;
}

.ModuleLangSwitchV2Giant.layout-106 .lang-selection li{
	cursor:pointer;
	text-align: center;
}

.ModuleLangSwitchV2Giant.layout-106 .lang-selection{
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 0px 18px 10px rgb(0 0 0 / 9%);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(5px) translateY(10px);
	transform: translateY(5px) translateY(10px);
	-webkit-transition: opacity 300ms ease,visibility 0ms linear 300ms,-webkit-transform 300ms ease;
	transition: opacity 300ms ease,visibility 0ms linear 300ms,-webkit-transform 300ms ease;
	transition: transform 300ms ease,opacity 300ms ease,visibility 0ms linear 300ms;
	transition: transform 300ms ease,opacity 300ms ease,visibility 0ms linear 300ms,-webkit-transform 300ms ease;
	border: 1px solid;
	border-radius: 5px;
}

.ModuleLangSwitchV2Giant.layout-106 .lang-show{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 500ms ease,visibility 0ms linear 0ms,-webkit-transform 500ms ease;
	transition: opacity 500ms ease,visibility 0ms linear 0ms,-webkit-transform 500ms ease;
	transition: transform 500ms ease,opacity 500ms ease,visibility 0ms linear 0ms;
	transition: transform 500ms ease,opacity 500ms ease,visibility 0ms linear 0ms,-webkit-transform 500ms ease;
}

.ModuleLangSwitchV2Giant.layout-106 .lang-mask{
	height: 30px;
	background: rgb(0 0 0 / 0%);
	top: 20px;
	display: none;
}
.ModuleLangSwitchV2Giant.layout-106 .lang-selection-ul::before{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateY(0px) translateX(-50%);
	transform: translateY(0px) translateX(-50%);
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #fff;
}

.ModuleLangSwitchV2Giant.layout-106 .LangSvgIcon{
	flex-direction: column;
	justify-content: center;
}.module_684386492 .ModuleHead .HeadCenter{float:none;}
#module_684386492 {
padding:0px;
}
#module_684386492 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_684386492 .ModuleHead684386492 {
display:none;
}
#module_684386492 .BodyCenter.BodyCenter684386492 {
background:none;background-color:rgba(0,0,0,0);
}
#module_684386492 >.module_684386492 {
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_684386492 >.module_684386492{
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_684386492 .BodyCenter.BodyCenter684386492 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684386492 .BodyCenter.BodyCenter684386492 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_684386492 >.module_684386492 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684386492 >.module_684386492 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_684386492 >.module_684386492 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684386492:hover {
border:none;
}
#module_684386492:hover >.module_684386492 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684386492 .BodyCenter{text-align:right;}
#module_684386492 .lang-text{margin-left:10px;}
#module_684386492 .lang-text{margin-right:10px;}
#module_684386492 .lang-text{font-size:16px;}
#module_684386492 .lang-text{font-family:微软雅黑,Microsoft YaHei;}
#module_684386492 .lang-text{color:#333;}
#module_684386492 .lang-text{font-weight:normal;}
#module_684386492 .lang-text{text-decoration:initial;}
#module_684386492 .lang-text{font-style:normal;}
#module_684386492 .currentbox{background-color:#fff;}
#module_684386492 .currentbox{background-image:none;}
#module_684386492 .currentbox{background-repeat:no-repeat;}
#module_684386492 .currentbox{}
#module_684386492 .currentbox{}
#module_684386492 .currentbox{}
#module_684386492 .currentbox{padding-left:5px;}
#module_684386492 .currentbox{padding-right:5px;}
#module_684386492 .currentbox{border-color:transparent;}
#module_684386492 .currentbox{border-style:solid;}
#module_684386492 .currentbox{border-width:0px;}
#module_684386492 .currentbox{border-top-left-radius:0px;}
#module_684386492 .currentbox{border-top-right-radius:0px;}
#module_684386492 .currentbox{border-bottom-left-radius:0px;}
#module_684386492 .currentbox{border-bottom-right-radius:0px;}
#module_684386492 .currentbox{height:40px}
#module_684386492 {}#clone_module_684386492 .lang-selection{box-shadow:0px 0px 18px 10px rgba(0, 0, 0, 9%);}
#module_684386492 .LangIcon,#module_684386492 .LangSvgIcon{margin-Left:0px;}
#module_684386492 .LangIcon,#module_684386492 .LangSvgIcon{margin-right:0px;}
#module_684386492 .PullIcon,#module_684386492 .PullSvgIcon{margin-left:0px;}
#module_684386492 .PullIcon,#module_684386492 .PullSvgIcon{margin-right:0px;}
#module_684386492 .LangIcon{font-size:20px;} #module_684386492 .LangSvgIcon{height:20px} #module_684386492 .LangSvgIcon svg{width:20px; height:20px}
#module_684386492 .LangIcon{color:#333}  #module_684386492 .LangSvgIcon svg>*{fill:#333;}
#module_684386492 .PullIcon{font-size:8px;} #module_684386492 .PullSvgIcon{height:8px} #module_684386492 .PullSvgIcon svg{width:8px;height:8px}
#module_684386492 .PullIcon{color:#333;} #module_684386492 .PullSvgIcon svg>*{fill:#333;}
#module_684386492 {}#clone_module_684386492 .lang-selection{background-color:#fff;} #clone_module_684386492 .lang-selection-ul::before{border-bottom-color:#fff}
#module_684386492 {}#clone_module_684386492 .lang-selection{background-image:none;}
#module_684386492 {}#clone_module_684386492 .lang-selection{background-repeat:no-repeat;}
#module_684386492 {}#clone_module_684386492 .lang-selection{}
#module_684386492 {}#clone_module_684386492 .lang-selection{}
#module_684386492 {}#clone_module_684386492 .lang-selection{}
#module_684386492 {}#clone_module_684386492 .lang-selection .lang-selection-text{font-size:14px;}
#module_684386492 {}#clone_module_684386492 .lang-selection .lang-selection-text{font-family:微软雅黑,Microsoft YaHei;}
#module_684386492 {}#clone_module_684386492 .lang-selection .lang-selection-text{color:#333;}
#module_684386492 {}#clone_module_684386492 .lang-selection .lang-selection-text{font-weight:normal;}
#module_684386492 {}#clone_module_684386492 .lang-selection .lang-selection-text{text-decoration:none;}
#module_684386492 {}#clone_module_684386492 .lang-selection .lang-selection-text{font-style:normal;}
#module_684386492 {}#clone_module_684386492 .lang-selection{border-color:#e5e5e5;}
#module_684386492 {}#clone_module_684386492 .lang-selection{height:100px;}
#module_684386492 {}#clone_module_684386492 .lang-selection{width:100px;}
#module_684386492 {}#clone_module_684386492 .lang-selection li{line-height:30px;}
#module_684386492 {}#clone_module_684386492 .lang-selection-ul li{padding-top:0px;}
#module_684386492 {}#clone_module_684386492 .lang-selection-ul li{padding-bottom:0px;}
#module_684386492 {}#clone_module_684386492 .lang-selection-ul li{padding-left:0px;}
#module_684386492 {}#clone_module_684386492 .lang-selection-ul li{padding-right:0px;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover{background-color:#f6f6f6;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover{background-image:none;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover{background-repeat:no-repeat;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover{}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover{}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover{}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover .lang-selection-text{font-size:14px;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover .lang-selection-text{font-family:微软雅黑,Microsoft YaHei;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover .lang-selection-text{color:rgb(253, 110, 39);}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover .lang-selection-text{font-weight:normal;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover .lang-selection-text{text-decoration:none;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover .lang-selection-text{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer683322537 #Sub683322537_3 {width:8.5235%;}
.module_688836767 .ModuleHead .HeadCenter{float:none;}
#module_688836767 {
padding:0px;
}
#module_688836767 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_688836767 .ModuleHead688836767 {
display:none;
}

.module_683322595 .ModuleHead .HeadCenter{float:none;}
#module_683322595 {
padding:0px;
}
#module_683322595 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683322595 .ModuleHead683322595 {
display:none;
}
#module_683322595 .BodyCenter.BodyCenter683322595 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683322595 >.module_683322595 {
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_683322595 >.module_683322595{
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_683322595 .BodyCenter.BodyCenter683322595 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322595 .BodyCenter.BodyCenter683322595 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683322595 >.module_683322595 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322595 >.module_683322595 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683322595 >.module_683322595 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683322595:hover {
border:none;
}
#module_683322595:hover >.module_683322595 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

.ModulePupopGiant.layout-101 {height: 100%; background-color: rgba(0, 0, 0, .6);}
.ModulePupopGiant.layout-101 .row {margin-right: 0px; margin-left: 0px;}
.ModulePupopGiant.layout-101 .ModuleSubContainer {width: 100%; position: relative;}
.ModulePupopGiant.layout-101 .ModuleSubContainer .addnewhelper {white-space: unset;}
.ModulePupopGiant.layout-101 .ModulePupopContainer {
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModulePupopGiant.layout-101 .IsAdvertisement {position: fixed;}
.ModulePupopGiant.layout-101 .IsAdvertisement .ModulePupopContainer {
    position: static;
    top: 0 !important;
    left: 0 !important;
    transform: unset !important;
}
.ModulePupopGiant.layout-101 .pupopClose {
    position: absolute;
    z-index: 99999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.ModulePupopGiant.layout-101 .pupopClose .iconfont {font-size: 30px; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.ModulePupopGiant.layout-101 .ModulePupopContainer .ModuleSubPupopBox {height: auto; overflow-y: auto;}
.ModulePupopGiant.layout-101 .ModulePuponArrow { position: absolute;
    left: 50%;
    transform: translatex(-50%);
    border: 9px solid transparent;
    width: 0;
    height: 0;
}
.ModulePupopGiant.layout-101 .ModulePuponArrow.PosTop {
    border-bottom-color: #e8e8e8;
    border-bottom-width: 12px;
    top:-20px;
}

.ModulePupopGiant.layout-101 .ModulePuponArrow.PosBottom {
    border-top-color: #e8e8e8;
    border-top-width: 12px;
    bottom:-20px;
}

@media only screen and (max-width: 767px) {
    .ModulePupopGiant.layout-101 .ModuleSubContainer {display: block;}
    .ModulePupopGiant.layout-101 .IsAdvertisement .ModulePupopContainer {max-width: 100vw;}
}.module_684361253 .ModuleHead .HeadCenter{float:none;}
#module_684361253 {
padding:0px;
}
#module_684361253 {
position:fixed;
z-index:100000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_684361253 .ModuleHead684361253 {
display:none;
}

#module_684361253 .ModulePupopContainer{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);} #module_684361253 .IsAdvertisement{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);}
#module_684361253 .ModulePupopContainer{background-color:rgba(255, 255, 255, 1);}
#module_684361253 .ModulePupopContainer{}
#module_684361253 .ModulePupopContainer{background-repeat:no-repeat;}
#module_684361253 .ModulePupopContainer{background-position:0% 0%;}
#module_684361253 .ModulePupopContainer{background-attachment:scroll;}
#module_684361253 .ModulePupopContainer{}
#module_684361253 .ModulePupopContainer{padding-top:0px;}
#module_684361253 .ModulePupopContainer{padding-bottom:0px;}
#module_684361253 .ModulePupopContainer{padding-left:0px;}
#module_684361253 .ModulePupopContainer{padding-right:0px;}
#module_684361253 .ModulePupopContainer{border-top-color:#e1e1e1;}
#module_684361253 .ModulePupopContainer{border-top-style:solid;}
#module_684361253 .ModulePupopContainer{border-top-width:0px;}
#module_684361253 .ModulePupopContainer{border-bottom-color:#e1e1e1;}
#module_684361253 .ModulePupopContainer{border-bottom-style:solid;}
#module_684361253 .ModulePupopContainer{border-bottom-width:0px;}
#module_684361253 .ModulePupopContainer{border-left-color:#e1e1e1;}
#module_684361253 .ModulePupopContainer{border-left-style:solid;}
#module_684361253 .ModulePupopContainer{border-left-width:0px;}
#module_684361253 .ModulePupopContainer{border-right-color:#e1e1e1;}
#module_684361253 .ModulePupopContainer{border-right-style:solid;}
#module_684361253 .ModulePupopContainer{border-right-width:0px;}
#module_684361253 .ModulePupopContainer{border-top-left-radius:0px;}
#module_684361253 .ModulePupopContainer{border-top-right-radius:0px;}
#module_684361253 .ModulePupopContainer{border-bottom-left-radius:0px;}
#module_684361253 .ModulePupopContainer{border-bottom-right-radius:0px;}
#module_684361253 .ModulePupopContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_684361253 .pupopClose{top:20px;right:20px;left:auto;transform:none;}
#module_684361253 .pupopClose{width:calc(26px + 3px); height:calc(26px + 3px);}
#module_684361253 .pupopClose .iconfont{font-size:24px;}
#module_684361253 .pupopClose .iconfont{color:#ccc;}
#module_684361253 .pupopClose{background-color:rgba(255, 255, 255, 0);}
#module_684361253 .pupopClose{}
#module_684361253 .pupopClose{background-repeat:no-repeat;}
#module_684361253 .pupopClose{background-position:0% 0%;}
#module_684361253 .pupopClose{background-attachment:scroll;}
#module_684361253 .pupopClose{}
#module_684361253 .pupopClose{border-top-color:#e1e1e1;}
#module_684361253 .pupopClose{border-top-style:solid;}
#module_684361253 .pupopClose{border-top-width:0px;}
#module_684361253 .pupopClose{border-bottom-color:#e1e1e1;}
#module_684361253 .pupopClose{border-bottom-style:solid;}
#module_684361253 .pupopClose{border-bottom-width:0px;}
#module_684361253 .pupopClose{border-left-color:#e1e1e1;}
#module_684361253 .pupopClose{border-left-style:solid;}
#module_684361253 .pupopClose{border-left-width:0px;}
#module_684361253 .pupopClose{border-right-color:#e1e1e1;}
#module_684361253 .pupopClose{border-right-style:solid;}
#module_684361253 .pupopClose{border-right-width:0px;}
#module_684361253 .pupopClose{border-top-left-radius:0px;}
#module_684361253 .pupopClose{border-top-right-radius:0px;}
#module_684361253 .pupopClose{border-bottom-left-radius:0px;}
#module_684361253 .pupopClose{border-bottom-right-radius:0px;}
#module_684361253 .ModulePupopGiant{background-color:rgba(0, 0, 0, .6);}
#module_684361253 .ModulePuponArrow.PosTop {border-bottom-color:#e8e8e8;} #module_684361253 .ModulePuponArrow.PosBottom {border-top-color:#e8e8e8;}
#module_684361253{position: fixed !important; top: 0 !important; left: 0 !important; z-index: 100000 !important; display: none;width: 100% !important; height: 100% !important;}.ModulePupopContainer.ModulePupopContainer684361253 {max-width:1440px;}
.IsAdvertisement .ModulePupopContainer.ModulePupopContainer684361253 {width:1440px;}
#Sub684361253_1.ModuleSubPupopBox {height: auto !important; max-height: calc(100vh - 100px);}
/*视频模块*/
.ModuleVideoGiant.layout-101 video{ display: block;}
.ModuleVideoGiant.layout-101 .videogiant-container{position: relative; text-align:center;}
.ModuleVideoGiant.layout-101 .videogiant-container .videoWrapper{height: auto;}
.ModuleVideoGiant.layout-101 .iframeBox .videoWrapper{padding-bottom: 56%;}
.ModuleVideoGiant.layout-101 .videogiant-container iframe,
.ModuleVideoGiant.layout-101 .videogiant-container embed,
.ModuleVideoGiant.layout-101 .videogiant-container object{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ModuleVideoGiant.layout-101 .videoPlayBtn{
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('/template/pc/skin/images/vbg.png') -116px -196px no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 11;
    -webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    visibility: visible;
    cursor: pointer;
}
.ModuleVideoGiant.layout-101 .videogiant-container:hover .videoPlayBtn{
    transform: scale(1.4);
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -o-transform:scale(1.4);
}
.ModuleVideoGiant.layout-101 .videoCoverPic{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: #fff; */
    -webkit-transition: all .46s ease;
    transition: all .46s ease;
}
.ModuleVideoGiant.layout-101 .playModeBox {opacity: 0;}
/*兼容ios、safari border-radius*/
.ModuleVideoGiant.layout-101{transform:rotate(0);}.module_684361259 .ModuleHead .HeadCenter{float:none;}
#module_684361259 {
padding:0px;
}
#module_684361259 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_684361259 .ModuleHead684361259 {
display:none;
}

#module_684361259 .videoTitle{font-size:14px;}
#module_684361259 .videoTitle{font-family:;}
#module_684361259 .videoTitle{color:#333;}
#module_684361259 .videoTitle{font-weight:bold;}
#module_684361259 .videoTitle{text-decoration:none;}
#module_684361259 .videoTitle{font-style:normal;}
#module_684361259 .videoTitle{text-align:left;}
#module_684361259 .videoTitle{margin-top:8px;}
#module_684361259 .videoTitle{margin-bottom:2px;}
#module_684361259 .videoTitle{margin-left:0px;}
#module_684361259 .videoTitle{margin-right:0px;}
#module_684361259 .videoDescrib{font-size:12px;}
#module_684361259 .videoDescrib{font-family:;}
#module_684361259 .videoDescrib{color:#999;}
#module_684361259 .videoDescrib{font-weight:normal;}
#module_684361259 .videoDescrib{text-decoration:none;}
#module_684361259 .videoDescrib{font-style:normal;}
#module_684361259 .videoDescrib{text-align:left;}
#module_684361259 .videoBox:hover .videoTitle{font-size:14px;}
#module_684361259 .videoBox:hover .videoTitle{font-family:;}
#module_684361259 .videoBox:hover .videoTitle{color:#333;}
#module_684361259 .videoBox:hover .videoTitle{font-weight:bold;}
#module_684361259 .videoBox:hover .videoTitle{text-decoration:none;}
#module_684361259 .videoBox:hover .videoTitle{font-style:normal;}
#module_684361259 .videoBox:hover .videoDescrib{font-size:12px;}
#module_684361259 .videoBox:hover .videoDescrib{font-family:;}
#module_684361259 .videoBox:hover .videoDescrib{color:#999;}
#module_684361259 .videoBox:hover .videoDescrib{font-weight:normal;}
#module_684361259 .videoBox:hover .videoDescrib{text-decoration:none;}
#module_684361259 .videoBox:hover .videoDescrib{font-style:normal;}

.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

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

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

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

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_684364510 .ModuleHead .HeadCenter{float:none;}
#module_684364510 {
padding:0px;
}
#module_684364510 {
position:static;
z-index:2;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_684364510 .ModuleHead684364510 {
display:none;
}
#module_684364510 .BodyCenter.BodyCenter684364510 {
background:none;background-color:rgba(0,0,0,0);
background-image:url();
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_684364510 >.module_684364510 {
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_684364510 >.module_684364510{
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_684364510 .BodyCenter.BodyCenter684364510 {
padding-top:20.9559%;
padding-left:5.2521%;
padding-right:5.2521%;
padding-bottom:2.1008%;
}
}
@media screen and (max-width: 767px){
#module_684364510 .BodyCenter.BodyCenter684364510 {
padding-top:14.4092%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:14.4092%;
}
}
@media screen and (min-width: 768px){
#module_684364510 >.module_684364510 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684364510 >.module_684364510 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_684364510 >.module_684364510 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684364510:hover {
border:none;
}
#module_684364510:hover >.module_684364510 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684364510 .ModuleSubContainer{background-color:transparent;}
#module_684364510 .ModuleSubContainer{background-image:none;}
#module_684364510 .ModuleSubContainer{background-repeat:no-repeat;}
#module_684364510 .ModuleSubContainer{background-position:0% 0%;}
#module_684364510 .ModuleSubContainer{background-attachment:scroll;}
#module_684364510 .ModuleSubContainer{}
#module_684364510 {!bgVideo!}{bgVideoUrl:}
#module_684364510 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_684364510 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_684364510 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer684364510 {max-width:1550px;width:auto;}
.ModuleTabContainerV2Giant.layout-112 .tabContainer.TabContainer-Container {overflow: hidden; visibility: visible;}
.ModuleTabContainerV2Giant.layout-112 .tabContainer.TabContainer-Container .tabContainerGiantGrid {flex-shrink: 0;}
.ModuleTabContainerV2Giant.layout-112  div[id ^= "tab_content_clone_"] {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    z-index: 900;
}
.ModuleTabContainerV2Giant.layout-112  .tabContentGiant.tab-content-clone .ModuleContainer {padding: 0;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container {display: flex;  align-items: center;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav {margin: 0 20px;}

.ModuleTabContainerV2Giant.layout-112  .Nav-Container .phicon {display: inline-block; background: unset; position: static; font-size: 16px; color: #333;cursor: pointer;}

/** xiaxiao **/
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav{position:absolute;z-index: 99;display: flex;margin:0!important;padding-right: 20px;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li{width:6px;height:6px;border-radius:3px;background:#cccccc;margin-left:10px;
transition: width 350ms;
-moz-transition: width 350ms;	/* Firefox 4 */
-webkit-transition: width 350ms;	/* Safari 和 Chrome */
-o-transition: width 350ms;
}
.ModuleTabContainerV2Giant.layout-112 .Nav-Container .nav li:first-of-type{margin-left:0;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li a:hover{background:none;width:auto;height:auto;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li.active{width:24px;background:#E4CEAE;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title{position:absolute;z-index:99;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .phicon{width:55px;height:55px;position: relative;
transition: all 350ms;
-moz-transition: all 350ms;
-webkit-transition: all 350ms;
-o-transition: all 350ms;
overflow:hidden;
top: 0;

}
.ModuleTabContainerV2Giant.layout-112  .tabContainerCommon .btnScrollLeft{
    left: 0;
}
.ModuleTabContainerV2Giant.layout-112  .tabContainerCommon .btnScrollRight{
    right: 0;
}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .phicon:before{border-top-color:transparent}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .phicon span{color:#333;    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .phicon span:before{transition: all 350ms;-moz-transition: all 350ms;-webkit-transition: all 350ms;-o-transition: all 350ms;}

/* .ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .btnScrollRight{margin-left:15px;margin-right:20px;} */

.ModuleTabContainerV2Giant.layout-112  .moduleContainerHelper{margin-top: -5px;}
.ModuleTabContainerV2Giant.layout-112  .moduleContainerHelper .moduleContainerHelpers{margin-right: 3px;}
.ModuleTabContainerV2Giant.layout-112  .ModuleTabContainerV2Giant .addnewhelper{min-height:80px!important;padding:20px 10px;}
@media only screen and (max-width: 768px) {
    .ModuleTabContainerV2Giant.layout-112  .ModuleTabContainerV2Giant.layout-112 .Nav-Container {position: static; justify-content: center; margin-top: 28px;}
	.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .btnScrollRight{ margin-left:15px!important; }
	/* .ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .phicon{max-width:50px!important;max-height:50px!important;} */
}


.module_684364512 .ModuleHead .HeadCenter{float:none;}
#module_684364512 {
padding:0px;
}
#module_684364512 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_684364512 .ModuleHead684364512 {
display:none;
}
#module_684364512 .BodyCenter.BodyCenter684364512 {
background:none;background-color:rgba(0,0,0,0);
}
#module_684364512 >.module_684364512 {
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_684364512 >.module_684364512{
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_684364512 .BodyCenter.BodyCenter684364512 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684364512 .BodyCenter.BodyCenter684364512 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_684364512 >.module_684364512 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684364512 >.module_684364512 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_684364512 >.module_684364512 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684364512:hover {
border:none;
}
#module_684364512:hover >.module_684364512 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684364512 .tabContainerGiantGrid{background-color:transparent;}
#module_684364512 .tabContainerGiantGrid{background-image:none;}
#module_684364512 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_684364512 .tabContainerGiantGrid{}
#module_684364512 .tabContainerGiantGrid{}
#module_684364512 .tabContainerGiantGrid{}
#module_684364512 .tabContainerGiantGrid{padding-top:0px;}
#module_684364512 .tabContainerGiantGrid{padding-bottom:0px;}
#module_684364512 .tabContainerGiantGrid{padding-left:0px;}
#module_684364512 .tabContainerGiantGrid{padding-right:0px;}
#module_684364512 .tabContainerGiantGrid{border-top-color:transparent;}
#module_684364512 .tabContainerGiantGrid{border-top-style:solid;}
#module_684364512 .tabContainerGiantGrid{border-top-width:0px;}
#module_684364512 .tabContainerGiantGrid{border-right-color:transparent;}
#module_684364512 .tabContainerGiantGrid{border-right-style:solid;}
#module_684364512 .tabContainerGiantGrid{border-right-width:0px;}
#module_684364512 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_684364512 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_684364512 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_684364512 .tabContainerGiantGrid{border-left-color:transparent;}
#module_684364512 .tabContainerGiantGrid{border-left-style:solid;}
#module_684364512 .tabContainerGiantGrid{border-left-width:0px;}
#module_684364512 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_684364512 .Nav-Container .title .phicon{border-top-color:#000000;}
#module_684364512 .Nav-Container .title .phicon{border-top-style:solid;}
#module_684364512 .Nav-Container .title .phicon{border-top-width:1px;}
#module_684364512 .Nav-Container .title .phicon{border-right-color:#000000;}
#module_684364512 .Nav-Container .title .phicon{border-right-style:solid;}
#module_684364512 .Nav-Container .title .phicon{border-right-width:1px;}
#module_684364512 .Nav-Container .title .phicon{border-bottom-color:#000000;}
#module_684364512 .Nav-Container .title .phicon{border-bottom-style:solid;}
#module_684364512 .Nav-Container .title .phicon{border-bottom-width:1px;}
#module_684364512 .Nav-Container .title .phicon{border-left-color:#000000;}
#module_684364512 .Nav-Container .title .phicon{border-left-style:solid;}
#module_684364512 .Nav-Container .title .phicon{border-left-width:1px;}
#module_684364512 .Nav-Container .title .phicon{border-top-left-radius:5px;}
#module_684364512 .Nav-Container .title .phicon{border-top-right-radius:5px;}
#module_684364512 .Nav-Container .title .phicon{border-bottom-left-radius:5px;}
#module_684364512 .Nav-Container .title .phicon{border-bottom-right-radius:5px;}
#module_684364512 .Nav-Container .title .phicon{background-color:#000000;} #module_684364512 .nav li{background-color:#000000;}
#module_684364512 .Nav-Container .title .phicon{}
#module_684364512 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_684364512 .Nav-Container .title .phicon{width:55px;}
#module_684364512 .Nav-Container .title .phicon{height:55px;line-height:55px}
#module_684364512 .Nav-Container .title .phicon span{font-size:16px;}
#module_684364512 .Nav-Container .title .phicon span{color:#fff;}
#module_684364512 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_684364512 .Nav-Container .nav li{background-color:#333333;}
#module_684364512 .Nav-Container .title .phicon:hover{border-top-color:#333333;}
#module_684364512 .Nav-Container .title .phicon:hover{border-top-style:solid;}
#module_684364512 .Nav-Container .title .phicon:hover{border-top-width:1px;}
#module_684364512 .Nav-Container .title .phicon:hover{border-right-color:#333333;}
#module_684364512 .Nav-Container .title .phicon:hover{border-right-style:solid;}
#module_684364512 .Nav-Container .title .phicon:hover{border-right-width:1px;}
#module_684364512 .Nav-Container .title .phicon:hover{border-bottom-color:#333333;}
#module_684364512 .Nav-Container .title .phicon:hover{border-bottom-style:solid;}
#module_684364512 .Nav-Container .title .phicon:hover{border-bottom-width:1px;}
#module_684364512 .Nav-Container .title .phicon:hover{border-left-color:#333333;}
#module_684364512 .Nav-Container .title .phicon:hover{border-left-style:solid;}
#module_684364512 .Nav-Container .title .phicon:hover{border-left-width:1px;}
#module_684364512 .Nav-Container .title .phicon:hover{border-top-left-radius:5px;}
#module_684364512 .Nav-Container .title .phicon:hover{border-top-right-radius:5px;}
#module_684364512 .Nav-Container .title .phicon:hover{border-bottom-left-radius:5px;}
#module_684364512 .Nav-Container .title .phicon:hover{border-bottom-right-radius:5px;}
#module_684364512 .Nav-Container .title .phicon:hover{background-color:#333333;background-image:none;}
#module_684364512 .Nav-Container .title .phicon:hover{}
#module_684364512 .Nav-Container .title .phicon:hover{width:55px;}
#module_684364512 .Nav-Container .title .phicon:hover{height:55px;line-height:55px}
#module_684364512 .Nav-Container .title .phicon:hover span{font-size:16px;}
#module_684364512 .Nav-Container .title .phicon:hover span{color:#fff;}
#module_684364512 .Nav-Container .nav li.active{background-color:#000000;}

#module_684364512__tabPane_4885 #Sub684364512_4885 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_684364512__tabPane_4885 #Sub684364512_4885 > .SubContainer {display: table-cell; vertical-align: top;}
#module_684364512__tabPane_4885 .SubPadding {width:20px; height: 100%; position: relative; display: table-cell;}
#module_684364512__tabPane_4885 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_684364512__tabPane_4885 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_684364512__tabPane_4885:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_684364512__tabPane_4885 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_684364512__tabPane_4885 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_684364512__tabPane_4885 #Sub684364512_4885 {display: block;}
#module_684364512__tabPane_4885 #Sub684364512_4885 > .SubPadding {float:left; height: 10px;}
#module_684364512__tabPane_4885 #Sub684364512_4885 > .SubContainer {float:left;}
#module_684364512__tabPane_4885 #Sub684364512_4885 > .SubContainer .SubDrag {display:none;}
#module_684364512__tabPane_4885 #Sub684364512_4885 > .SubPadding {width:0px; display:none;}
#module_684364512__tabPane_4885 #Sub684364512_4885 > .SubContainer {width:100% !important; height: auto;}
}
#module_684364512__tabPane_4885 #Sub684364512_Tab4885_1 {width:23.6552%;}
/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {font-size: 14px;}
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden; position: relative;}.module_684364513 .ModuleHead .HeadCenter{float:none;}
#module_684364513 {
padding:0px;
}
#module_684364513 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_684364513 .ModuleHead684364513 {
display:none;
}
#module_684364513 .BodyCenter.BodyCenter684364513 {
background:none;background-color:rgba(0,0,0,0);
}
#module_684364513 >.module_684364513 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(240, 130, 0);
border-left-width:2px;
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_684364513 >.module_684364513{
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_684364513 .BodyCenter.BodyCenter684364513 {
padding-top:0.0000%;
padding-left:5.8027%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684364513 .BodyCenter.BodyCenter684364513 {
padding-top:0.0000%;
padding-left:5.7637%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_684364513 >.module_684364513 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684364513 >.module_684364513 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_684364513 >.module_684364513 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684364513:hover {
border:none;
}
#module_684364513:hover >.module_684364513 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684364513 .ModuleImageTextGiantContent{margin-top:0px;}
#module_684364513 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_684364513 .ModuleImageTextGiantContent{margin-left:0px;}
#module_684364513 .ModuleImageTextGiantContent{margin-right:0px;}
#module_684364513 .imageTextGiant-Container{padding-top:0px;}
#module_684364513 .imageTextGiant-Container{padding-bottom:0px;}
#module_684364513 .imageTextGiant-Container{padding-left:0px;}
#module_684364513 .imageTextGiant-Container{padding-right:0px;}
#module_684364513 .showHandle .btn{font-size:14px;}
#module_684364513 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_684364513 .showHandle .btn{color:#333;}
#module_684364513 .showHandle .btn{font-weight:400;}
#module_684364513 .showHandle .btn{text-decoration:none;}
#module_684364513 .showHandle .btn{font-style:normal;}
#module_684364513 .showHandle div{border-top-color:#ddd !important;}
#module_684364513 .showHandle div{border-top-style:solid !important;}
#module_684364513 .showHandle div{border-top-width:1px !important;}
#module_684364513 .showHandle{background-color:transparent;}
#module_684364513 .showHandle{background-image:none;}
#module_684364513 .showHandle{background-repeat:no-repeat;}
#module_684364513 .showHandle{}
#module_684364513 .showHandle{}
#module_684364513 .showHandle{}
#module_684364513 a{font-size:unset;font-family:unset}
#module_684364512__tabPane_4885 #Sub684364512_Tab4885_2 {width:61.2414%;}
.ModuleHorizontalGiant.layout-101 .hrbox{
	display: flex;
	justify-content:center;
}
.ModuleHorizontalGiant.layout-101 .hr-line {
	margin:unset;
	width: 100%;
	/* border: 1px solid #333; */
	border-top: 0 !important;
}
.ModuleHorizontalGiant.layout-101 {position: relative;}
.module_684364514 .ModuleHead .HeadCenter{float:none;}
#module_684364514 {
padding:0px;
}
#module_684364514 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_684364514 .ModuleHead684364514 {
display:none;
}
#module_684364514 .BodyCenter.BodyCenter684364514 {
background:none;background-color:rgba(0,0,0,0);
}
#module_684364514 >.module_684364514 {
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_684364514 >.module_684364514{
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_684364514 .BodyCenter.BodyCenter684364514 {
padding-top:6.5946%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684364514 .BodyCenter.BodyCenter684364514 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_684364514 >.module_684364514 {
margin-top:0.5405%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.5405%;
}
}
@media screen and (max-width: 767px){
#module_684364514 >.module_684364514 {
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
}
}
#module_684364514 {
opacity:0.35;filter:alpha(opacity=35);zoom:1;
}
#module_684364514 >.module_684364514 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684364514:hover {
border:none;
}
#module_684364514:hover >.module_684364514 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684364514 .hrbox{justify-content:flex-start;}
#module_684364514 .hr-line{width:autopx;max-width:autopx;}
#module_684364514 .hr-line{border-bottom-color:rgba(255, 255, 255, 0.35);}
#module_684364514 .hr-line{border-bottom-style:solid;}
#module_684364514 .hr-line{border-bottom-width:1px;}

#module_684364512__tabPane_4885 #Sub684364512_Tab4885_3 {width:15.1034%;}
.ModuleButtonGiant.layout-104 .moduleButton{
	background-color: #000;
	font-size: 12px;
	height: 50px;
	width:180px;
	color:#fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	max-width:100%;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
	 /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-104 .buttonbox{
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}
.ModuleButtonGiant.layout-104 .buttonbox > span{
	display:inline-flex;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover{
    color:#fff;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover:before{
    background: #333;
}
.ModuleButtonGiant.layout-104 .hvr-sweep-to-right:before,.ModuleButtonGiant.layout-104 .hvr-sweep-to-top:before,.ModuleButtonGiant.layout-104 .Radial-Out:before,.ModuleButtonGiant.layout-104 .RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Vertical:before{
    background: #333
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon{
	flex-direction: column;
	justify-content: center;
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-104 .BreadIcon{
    font-size: 16px;
}.module_684364515 .ModuleHead .HeadCenter{float:none;}
#module_684364515 {
padding:0px;
}
#module_684364515 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_684364515 .ModuleHead684364515 {
display:none;
}
#module_684364515 .BodyCenter.BodyCenter684364515 {
background:none;background-color:rgba(0,0,0,0);
}
#module_684364515 >.module_684364515 {
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_684364515 >.module_684364515{
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_684364515 .BodyCenter.BodyCenter684364515 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684364515 .BodyCenter.BodyCenter684364515 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_684364515 >.module_684364515 {
margin-top:15.7895%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684364515 >.module_684364515 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_684364515 >.module_684364515 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684364515:hover {
border:none;
}
#module_684364515:hover >.module_684364515 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684364515 .BodyCenter{text-align:right;}
#module_684364515 .moduleButton{font-size:30px;}
#module_684364515 .moduleButton{font-family:arial, helvetica,sans-serif;}
#module_684364515 .moduleButton{color:#fff;}
#module_684364515 .moduleButton{font-weight:bold;}
#module_684364515 .moduleButton{text-decoration:none;}
#module_684364515 .moduleButton{font-style:normal;}
#module_684364515 .moduleButton, #module_684364515 .moduleButton:before{background-color:rgba(0,0,0,0);}
#module_684364515 .moduleButton, #module_684364515 .moduleButton:before{background-image:none;}
#module_684364515 .moduleButton, #module_684364515 .moduleButton:before{background-repeat:no-repeat;}
#module_684364515 .moduleButton, #module_684364515 .moduleButton:before{background-position:none;}
#module_684364515 .moduleButton, #module_684364515 .moduleButton:before{background-attachment:none;}
#module_684364515 .moduleButton, #module_684364515 .moduleButton:before{}
#module_684364515 .moduleButton{border-color:#000;}
#module_684364515 .moduleButton{border-style:solid;}
#module_684364515 .moduleButton{border-width:0px;}
#module_684364515 .moduleButton{width:180px;}
#module_684364515 .moduleButton,#module_684364515 .BreadsvgIcon{height:50px}
#module_684364515 .BodyCenter{color:#fff;}
#module_684364515 .moduleButton{border-top-left-radius:0px;}
#module_684364515 .moduleButton{border-top-right-radius:0px;}
#module_684364515 .moduleButton{border-bottom-left-radius:0px;}
#module_684364515 .moduleButton{border-bottom-right-radius:0px;}
#module_684364515 .BreadIcon{font-size:16px;} #module_684364515 .BreadsvgIcon svg{width:16px;height:16px;}
#module_684364515 .BreadIcon{color:#fff;} #module_684364515 .BreadsvgIcon svg>*{fill:#fff;}
#module_684364515 .BreadIcon,#module_684364515 .BreadsvgIcon{margin-left:10px;}
#module_684364515 .BreadIcon,#module_684364515 .BreadsvgIcon{margin-right:10px;}
#module_684364515 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_684364515 .moduleButton:hover .BreadIcon{font-size:16px;} #module_684364515 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_684364515 .moduleButton:hover .BreadIcon{color:#fff} #module_684364515 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_684364515 .moduleButton:hover{font-size:30px;}
#module_684364515 .moduleButton:hover{font-family:arial, helvetica,sans-serif;}
#module_684364515 .moduleButton:hover{color:#fff;}
#module_684364515 .moduleButton:hover{font-weight:bold;}
#module_684364515 .moduleButton:hover{text-decoration:none;}
#module_684364515 .moduleButton:hover{font-style:normal;}
#module_684364515 .moduleButton:hover, #module_684364515 .moduleButton:hover:before{background-image: unset;background-color:rgba(0,0,0,0);}
#module_684364515 .moduleButton:hover, #module_684364515 .moduleButton:hover:before{background-image:none;}
#module_684364515 .moduleButton:hover, #module_684364515 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_684364515 .moduleButton:hover, #module_684364515 .moduleButton:hover:before{background-position:none;}
#module_684364515 .moduleButton:hover, #module_684364515 .moduleButton:hover:before{background-attachment:none;}
#module_684364515 .moduleButton:hover, #module_684364515 .moduleButton:hover:before{}
#module_684364515 .moduleButton:hover{border-color:transparent;}
#module_684364515 .moduleButton:hover{border-style:solid;}
#module_684364515 .moduleButton:hover{border-width:0px;}
#module_684364515 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}



.module_684364517 .ModuleHead .HeadCenter{float:none;}
#module_684364517 {
padding:0px;
}
#module_684364517 {
position:static;
z-index:2;
top:532px;
left:1575px;
width:100%;
height: auto;
}
#module_684364517 .ModuleHead684364517 {
display:none;
}

.module_684364519 .ModuleHead .HeadCenter{float:none;}
#module_684364519 {
padding:0px;
}
#module_684364519 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_684364519 .ModuleHead684364519 {
display:none;
}
#module_684364519 .BodyCenter.BodyCenter684364519 {
background:none;background-color:rgb(242, 242, 242);
}
#module_684364519 >.module_684364519 {
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_684364519 >.module_684364519{
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_684364519 .BodyCenter.BodyCenter684364519 {
padding-top:5.2521%;
padding-left:5.2521%;
padding-right:5.2521%;
padding-bottom:5.2521%;
}
}
@media screen and (max-width: 767px){
#module_684364519 .BodyCenter.BodyCenter684364519 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_684364519 >.module_684364519 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684364519 >.module_684364519 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_684364519 >.module_684364519 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684364519:hover {
border:none;
}
#module_684364519:hover >.module_684364519 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684364519 .ModuleSubContainer{background-color:transparent;}
#module_684364519 .ModuleSubContainer{background-image:none;}
#module_684364519 .ModuleSubContainer{background-repeat:no-repeat;}
#module_684364519 .ModuleSubContainer{background-position:0% 0%;}
#module_684364519 .ModuleSubContainer{background-attachment:scroll;}
#module_684364519 .ModuleSubContainer{}
#module_684364519 {!bgVideo!}{bgVideoUrl:}
#module_684364519 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_684364519 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_684364519 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer684364519 {max-width:1550px;width:auto;}


/*layout-103*/
.ModuleNewsDetailGiant.layout-103 .social-share .social-share-icon{ width: 40px;height: 40px;line-height: 40px; font-size: 24px;}
.ModuleNewsDetailGiant.layout-103 .news-details-title{line-height: 1.5; font-size: 30px; color: #333; padding: 20px 0 35px 0; }
/* .ModuleNewsDetailGiant.layout-103 .news-details-small{ padding-bottom: 24px;} */
.ModuleNewsDetailGiant.layout-103 .news-details-small p{ display: inline-block;  color: #666;}
.ModuleNewsDetailGiant.layout-103 .news-details-desc{ position: relative;  margin: 29px 0; padding: 30px; background: #f5f5f5; color: #666666;}
.ModuleNewsDetailGiant.layout-103 .news-details-bottom-title{ padding: 29px 0; color: #333333; border-top: 1px solid #e5e5e5;}
.ModuleNewsDetailGiant.layout-103 .news-details-recommend{ margin-top: 10px; font-size: 18px; font-weight: 600; padding: 13px 20px; background: #f4f4f4;}
.ModuleNewsDetailGiant.layout-103 .news-details-tit{ padding-top: 15px;}
.ModuleNewsDetailGiant.layout-103 .PrevNextdiv{ display: flex;  justify-content: space-between; position:relative;margin-bottom:32px; margin-top: 32px; }
/* .ModuleNewsDetailGiant.layout-103 .p-l{position: absolute; left: 0;}
.ModuleNewsDetailGiant.layout-103 .p-r{position: absolute; right: 0;} */
.ModuleNewsDetailGiant.layout-103 .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-103 .news-details-tit a:hover{ text-decoration: underline; color: #333;}
.ModuleNewsDetailGiant.layout-103 .news-details-tit a:before{ content: ""; display: block; position: absolute; top: 30%; left: 0px; width: 4px; height: 4px; background: #999;}
.ModuleNewsDetailGiant.layout-103 .news-details-item{ width: 100%; margin: 0 auto;}
.ModuleNewsDetailGiant.layout-103 .news-details-item .more{cursor: pointer;text-align: center;padding: 35px 0 20px 0;border-bottom: 1px solid #eee;}
.ModuleNewsDetailGiant.layout-103 .news-details-bottom-title{border-top: 0;padding:15px 0 25px;}
.ModuleNewsDetailGiant.layout-103 .news-details-bottom-title a{font-size: 14px}
.ModuleNewsDetailGiant.layout-103 .news-context{ position: relative; }
.ModuleNewsDetailGiant.layout-103 .share .tips{ color: #999; display: block;  text-align: center;    width: 100px; }
.ModuleNewsDetailGiant.layout-103 .share .social-share{
    width: 46px;
    margin: 0 auto;
    display: block;
}
.ModuleNewsDetailGiant.layout-103 .sharediv {    position: absolute;
    left: 0;top:100px}
.ModuleNewsDetailGiant.layout-103 .news-details-item{position: relative;
    padding-left: 120px; min-height: 600px;}
.ModuleNewsDetailGiant.layout-103 .social-share .social-share-icon{ display: block; margin: 0 auto; margin-top: 10px; }
.ModuleNewsDetailGiant.layout-103 .news-details-box{    display: flex;    align-items: center;
    justify-content: space-between; margin-top: 44px;}
.ModuleNewsDetailGiant.layout-103 .news-details-box h2{height: 16px;
border-left:0.313rem solid #E52121; margin-right: 9px;}
/* .ModuleNewsDetailGiant.layout-103 .Mark{margin-top: 26px;} */
.ModuleNewsDetailGiant.layout-103 .showlike {
    min-width: 82px;
    /* border: 1px solid #cccccc; */
    border-radius: 16px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;

}
.ModuleNewsDetailGiant.layout-103 .Author,.ModuleNewsDetailGiant.layout-103 .Source{
    display: flex;
    justify-content:left;
    align-items: center;
}
.ModuleNewsDetailGiant.layout-103 .Author{ margin-bottom: 24px;}
.ModuleNewsDetailGiant.layout-103 .news-details-box .AuthorandSource span{ font-size: 14px;color:#666666}
.ModuleNewsDetailGiant.layout-103 .share .share-pc {
    display:block;
}
.ModuleNewsDetailGiant.layout-103 .share .share-mobile {
    display: none;
}
.ModuleNewsDetailGiant.layout-103 .quotes{
     font-size: 48px;
      color:#999999;
      font-weight: bold;
      display: inline-block;
      line-height: 48px;
}
.ModuleNewsDetailGiant.layout-103 .desc{padding-left: 10px;

    display: inline-block;
    vertical-align: top;
    width: calc(100% - 58px);}

    .ModuleNewsDetailGiant.layout-103 .endquotes {
        vertical-align: bottom;
         position: absolute;
        bottom: 0px;
}
/*标签*/
.ModuleNewsDetailGiant.layout-103 .news-details-item .Mark{text-align: left;width: 100%;height:auto;white-space:nowrap;padding: 30px 0px 0px;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item .Mark{padding: 30px 15px 0px;}

}

.ModuleNewsDetailGiant.layout-103 .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-103 .news-details-small{font-size: 11px ! important;} */
.ModuleNewsDetailGiant.layout-103 .news-details-item .Mark ul{display:block;margin:0; padding:0;width: 90%;overflow: hidden;margin-top: -12px;}
.ModuleNewsDetailGiant.layout-103 .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);
    border-radius: 16px;}
    .ModuleNewsDetailGiant.layout-103 .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-103  .showlike {
    min-width: 64px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
}
.ModuleNewsDetailGiant.layout-103 .next,
.ModuleNewsDetailGiant.layout-103 .prev{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
@media only screen and (max-width: 479px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item{ width: 92%; margin: 0 auto;}
    .ModuleNewsDetailGiant.layout-103 .news-details-title{  font-size: 18px; color: #333; padding: 20px 0 10px 0; }
    .ModuleNewsDetailGiant.layout-103 .news-details-small{  font-size: 12px;}
    .p-2{ width: 100%; margin-top: 10px;}
    .ModuleNewsDetailGiant.layout-103 .news-details-recommend{ font-size: 16px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item{ width: 92%; margin: 0 auto;}
}
/*分享样式*/
.ModuleNewsDetailGiant.layout-103 .news-details-item .shareitem{align-items: center;justify-content: space-between;padding: 40px 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-103 .news-details-item .share li{float:left;}
.ModuleNewsDetailGiant.layout-103 .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-103 .news-details-item .share-news-mobile{display:block;}
    .ModuleNewsDetailGiant.layout-103 .news-details-item .share-news-pc{display:none;}
}
@media only screen and (min-width: 992px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item .share-news-mobile{display:none;}
    .ModuleNewsDetailGiant.layout-103 .news-details-item .share-news-pc{display:block;}
}

/*PC端与移动端评论展示样式*/
@media only screen and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-103 .PrevNextdiv{position:relative;margin-bottom:10px }
    .ModuleNewsDetailGiant.layout-103 .p-l{position: relative; left: 0;}
    .ModuleNewsDetailGiant.layout-103 .p-r{position: relative; right: 0;}
    .ModuleNewsDetailGiant.layout-103 .share .share-pc {
        display: none !important;
    }
     .ModuleNewsDetailGiant.layout-103 .share .share-mobile {
        display: block !important;
    }
    .ModuleNewsDetailGiant.layout-103 .social-share .social-share-icon{ width:50px;height: 50px;line-height: 50px; font-size: 0;}
    .ModuleNewsDetailGiant.layout-103 .sharediv {    position:relative;
        left: 0;top:auto !important}
    .ModuleNewsDetailGiant.layout-103 .news-details-item{width: auto;margin: 0 0.714rem;}
    .ModuleNewsDetailGiant.layout-103 .news-details-item{padding-right:0px !important; padding-left:0px !important;}
	/* .ModuleNewsDetailGiant.layout-103 .news-details-item .news-comment{display: none;}
	.ModuleNewsDetailGiant.layout-103 .news-details-item .newsmobile-comment{display: block;} */
	.ModuleNewsDetailGiant.layout-103 .news-details-item .g-flexview .g-scrollview .row{margin-right: 0px; margin-left: 0px;}

    .ModuleNewsDetailGiant.layout-103 .news-details-bottom-title{padding: 10px 0 25px}
    .ModuleNewsDetailGiant.layout-103 .news-details-item .Mark ul li a{font-size: 14px;}
    .PrevNext .next{padding: 15px}
    .PrevNext{padding:0;}
    .ModuleNewsDetailGiant.layout-103 .news-details-recommend{padding: 10px 20px; margin-top: 0;}
    .ModuleNewsDetailGiant.layout-103 .news-details-tit a{font-size: 14px;width: 100% !important;
        margin: 0;}
    .ModuleNewsDetailGiant.layout-103 .p-1 {width: 100%;}
    .ModuleNewsDetailGiant.layout-103 .next,
    .ModuleNewsDetailGiant.layout-103 .prev{display: block; max-width: 100%;}
    .ModuleNewsDetailGiant.layout-103 .Author, .ModuleNewsDetailGiant.layout-103 .Source {
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .ModuleNewsDetailGiant.layout-103 .Likeandshare {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        margin: 30px 0;
    }
    .ModuleNewsDetailGiant.layout-103 .news-details-box{flex-wrap: wrap;}
    .ModuleNewsDetailGiant.layout-103 .social-share .social-share-icon{display: inline-block;     margin: 0px;
        margin-right: calc((100% - 220px) / 3);}
        .ModuleNewsDetailGiant.layout-103 .share .social-share { text-align: left;}
         .ModuleNewsDetailGiant.layout-103 .moreshare .social-share-icon{background-color:unset !important}
         .ModuleNewsDetailGiant.layout-103 .moreshare .icon-shengchenghaibao{background-color:#fff !important}
        .ModuleNewsDetailGiant.layout-103 .news-details-box{    margin-top: 22px;}
        .ModuleNewsDetailGiant.layout-103 .quotes{ font-size: 24px;}
        .ModuleNewsDetailGiant.layout-103 .startquotes{position: absolute;
            top: 0;}
        .ModuleNewsDetailGiant.layout-103 .endquotes{position: absolute;
            bottom: -5px;
            right: 10px;}
        .ModuleNewsDetailGiant.layout-103 .desc{ width: 100%; display: block;margin-top: 10px;}
        .ModuleNewsDetailGiant.layout-103 .news-details-desc{ padding: 15px;}
}
@media only screen and (min-width: 768px) {
	.ModuleNewsDetailGiant.layout-103 .news-comment{display: block;}
    .ModuleNewsDetailGiant.layout-103 .newsmobile-comment{display: none;}
    .ModuleNewsDetailGiant.layout-103 .next,
    .ModuleNewsDetailGiant.layout-103 .prev{max-width: 300px; display: block;}

}

.module_684364509 .ModuleHead .HeadCenter{float:none;}
#module_684364509 {
padding:0px;
}
#module_684364509 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_684364509 .ModuleHead684364509 {
display:none;
}
#module_684364509 .BodyCenter.BodyCenter684364509 {
background:none;background-color:rgb(255, 255, 255);
}
#module_684364509 >.module_684364509 {
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_684364509 >.module_684364509{
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_684364509 .BodyCenter.BodyCenter684364509 {
padding-top:3.2258%;
padding-left:1.9355%;
padding-right:1.9355%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684364509 .BodyCenter.BodyCenter684364509 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_684364509 >.module_684364509 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684364509 >.module_684364509 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_684364509 >.module_684364509 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684364509:hover {
border:none;
}
#module_684364509:hover >.module_684364509 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684364509 .bgcolor,#module_684364509 .mobileshare{background-color:#FD6E27;}
#module_684364509 .news-details-box h2{border-left-color:#FD6E27;}
#module_684364509 .news-details-desc .desc{font-size:14px;}
#module_684364509 .news-details-desc .desc{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .news-details-desc .desc{color:#666;}
#module_684364509 .news-details-desc .desc{font-weight:normal;}
#module_684364509 .news-details-desc .desc{text-decoration:none;}
#module_684364509 .news-details-desc .desc{font-style:normal;}
#module_684364509 .news-details-desc{background-color:#f2f4f6;}
#module_684364509 .youart .recmsg{font-size:16px;}
#module_684364509 .youart .recmsg{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .youart .recmsg{color:#666;}
#module_684364509 .youart .recmsg{font-weight:normal;}
#module_684364509 .youart .recmsg{text-decoration:none;}
#module_684364509 .youart .recmsg{font-style:normal;}
#module_684364509 .youart .yabtn{background-color:#f84b4b;}
#module_684364509 .youart .yabtn{color:#fff;}
#module_684364509 .youart .rectext:before,#module_684364509 .youart .rectext:after{background-color:#ccc;}
#module_684364509 .youart .rectext{color:#999;}
#module_684364509 .news-details-recommend{font-size:18px;}
#module_684364509 .news-details-recommend{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .news-details-recommend{color:#999;}
#module_684364509 .news-details-recommend{font-weight:bold;}
#module_684364509 .news-details-recommend{text-decoration:none;}
#module_684364509 .news-details-recommend{font-style:normal;}
#module_684364509 .news-details-recommend{background-color:#f4f4f4;}
#module_684364509 .news-details-tit a{font-size:16px;}
#module_684364509 .news-details-tit a{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .news-details-tit a{color:#999;}
#module_684364509 .news-details-tit a{font-weight:normal;}
#module_684364509 .news-details-tit a{text-decoration:none;}
#module_684364509 .news-details-tit a{font-style:normal;}
#module_684364509 .PublishTime span{font-size:16px;}
#module_684364509 .PublishTime span{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .PublishTime span{color:#666;}
#module_684364509 .PublishTime span{font-weight:normal;}
#module_684364509 .PublishTime span{text-decoration:none;}
#module_684364509 .PublishTime span{font-style:normal;}
#module_684364509 .Hits span{font-size:16px;}
#module_684364509 .Hits span{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .Hits span{color:#666;}
#module_684364509 .Hits span{font-weight:normal;}
#module_684364509 .Hits span{text-decoration:none;}
#module_684364509 .Hits span{font-style:normal;}
#module_684364509 .Author span{font-size:14px;}
#module_684364509 .Author span{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .Author span{color:#838383;}
#module_684364509 .Author span{font-weight:normal;}
#module_684364509 .Author span{text-decoration:none;}
#module_684364509 .Author span{font-style:normal;}
#module_684364509 .Source span{font-size:14px;}
#module_684364509 .Source span{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .Source span{color:#838383;}
#module_684364509 .Source span{font-weight:normal;}
#module_684364509 .Source span{text-decoration:none;}
#module_684364509 .Source span{font-style:normal;}
#module_684364509 .news-details-item{max-width:100%;}
#module_684364509 .mobile-share{font-size:14px;}
#module_684364509 .mobile-share{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .mobile-share span{color:#999;}
#module_684364509 .mobile-share{font-weight:normal;}
#module_684364509 .mobile-share{text-decoration:none;}
#module_684364509 .mobile-share{font-style:normal;}
#module_684364509 .newsDetailTitle{font-size:36px;}
#module_684364509 .newsDetailTitle{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .newsDetailTitle{color:#333;}
#module_684364509 .newsDetailTitle{font-weight:bold;}
#module_684364509 .newsDetailTitle{text-decoration:none;}
#module_684364509 .newsDetailTitle{font-style:normal;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-top-color:#ccc;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-top-style:solid;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-top-width:1px;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-right-color:#ccc;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-right-style:solid;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-right-width:1px;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-bottom-color:#ccc;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-bottom-style:solid;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-bottom-width:1px;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-left-color:#ccc;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-left-style:solid;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-left-width:1px;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{background-color:transparent;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share .icon-fenxiang4{color:#999;}
#module_684364509 .showlike>span,#module_684364509 .showlike .icon-dianzan{font-size:20px;}
#module_684364509 .showlike>span{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .showlike>span{color:#999;}
#module_684364509 .showlike>span{font-weight:normal;}
#module_684364509 .showlike>span{text-decoration:none;}
#module_684364509 .showlike>span{font-style:normal;}
#module_684364509 .showlike{border-top-color:#ccc;}
#module_684364509 .showlike{border-top-style:solid;}
#module_684364509 .showlike{border-top-width:0px;}
#module_684364509 .showlike{border-right-color:#ccc;}
#module_684364509 .showlike{border-right-style:solid;}
#module_684364509 .showlike{border-right-width:0px;}
#module_684364509 .showlike{border-bottom-color:#ccc;}
#module_684364509 .showlike{border-bottom-style:solid;}
#module_684364509 .showlike{border-bottom-width:0px;}
#module_684364509 .showlike{border-left-color:#ccc;}
#module_684364509 .showlike{border-left-style:solid;}
#module_684364509 .showlike{border-left-width:0px;}
#module_684364509 .showlike {background-color:transparent;}
#module_684364509 .showlike{}
#module_684364509 .showlike .icon-dianzan{color:#999;}
#module_684364509 .Mark ul li>a{font-size:16px;}
#module_684364509 .Mark ul li>a{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .Mark ul li>a{color:#999;}
#module_684364509 .Mark ul li>a{font-weight:normal;}
#module_684364509 .Mark ul li>a{text-decoration:none;}
#module_684364509 .Mark ul li>a{font-style:normal;}
#module_684364509 .Mark ul li{border-top-color:#ccc;}
#module_684364509 .Mark ul li{border-top-style:solid;}
#module_684364509 .Mark ul li{border-top-width:0px;}
#module_684364509 .Mark ul li{border-right-color:#ccc;}
#module_684364509 .Mark ul li{border-right-style:solid;}
#module_684364509 .Mark ul li{border-right-width:0px;}
#module_684364509 .Mark ul li{border-bottom-color:#ccc;}
#module_684364509 .Mark ul li{border-bottom-style:solid;}
#module_684364509 .Mark ul li{border-bottom-width:0px;}
#module_684364509 .Mark ul li{border-left-color:#ccc;}
#module_684364509 .Mark ul li{border-left-style:solid;}
#module_684364509 .Mark ul li{border-left-width:0px;}
#module_684364509 .Mark ul li {background-color:#F2F2F2;}
#module_684364509 .Mark ul li{}
#module_684364509 .Mark ul li{color:#999;}
#module_684364509 .Mark ul li{border-top-left-radius:16px;}
#module_684364509 .Mark ul li{border-top-right-radius:16px;}
#module_684364509 .Mark ul li{border-bottom-right-radius:16px;}
#module_684364509 .Mark ul li{border-bottom-left-radius:16px;}
#module_684364509 .btn-addcomment,#module_684364509 .btncommit-mobile{background-color:#FD6E27;}  #module_684364509 .commentList .icon-dianzan:hover,#module_684364509 .dianzanhighlight,#module_684364509 .commentList .reply:hover, #module_684364509 .submore,#module_684364509 .btn-loadmore{color:#FD6E27;} 
#module_684364509 .btn-addcomment,#module_684364509 .btncommit-mobile{color:#fff;}
#module_684364509 .news-details-bottom .prev a, #module_684364509 .news-details-bottom .next a{font-size:14px;}
#module_684364509 .news-details-bottom .prev a, #module_684364509 .news-details-bottom .next a{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .news-details-bottom .prev a, #module_684364509 .news-details-bottom .next a{color:#333;}
#module_684364509 .news-details-bottom .prev a, #module_684364509 .news-details-bottom .next a{font-weight:none;}
#module_684364509 .news-details-bottom .prev a,#module_684364509 .news-details-bottom .next a{text-decoration:none;}
#module_684364509 .news-details-bottom .prev a, #module_684364509 .news-details-bottom .next a{font-style:normal;}
#module_684364509 .showlike:hover>span,#module_684364509 .showlike:hover .icon-dianzan{font-size:20px;}
#module_684364509 .showlike:hover>span{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .showlike:hover>span{color:#FFAA00;}
#module_684364509 .showlike:hover>span{font-weight:normal;}
#module_684364509 .showlike:hover>span{text-decoration:none;}
#module_684364509 .showlike:hover>span{font-style:normal;}
#module_684364509 .showlike:hover{border-top-color:transparent;}
#module_684364509 .showlike:hover{border-top-style:none;}
#module_684364509 .showlike:hover{border-top-width:0px;}
#module_684364509 .showlike:hover{border-right-color:transparent;}
#module_684364509 .showlike:hover{border-right-style:none;}
#module_684364509 .showlike:hover{border-right-width:0px;}
#module_684364509 .showlike:hover{border-bottom-color:transparent;}
#module_684364509 .showlike:hover{border-bottom-style:none;}
#module_684364509 .showlike:hover{border-bottom-width:0px;}
#module_684364509 .showlike:hover{border-left-color:transparent;}
#module_684364509 .showlike:hover{border-left-style:none;}
#module_684364509 .showlike:hover{border-left-width:0px;}
#module_684364509 .showlike:hover{background-color:#FFECC6;background-image:none}
#module_684364509 .showlike:hover{}
#module_684364509 .showlike:hover .icon-dianzan{color:#FFAA00;}
#module_684364509 .Mark ul li:hover>a{font-size:16px;}
#module_684364509 .Mark ul li:hover>a{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .Mark ul li:hover>a{color:#999;}
#module_684364509 .Mark ul li:hover>a{font-weight:normal;}
#module_684364509 .Mark ul li:hover>a{text-decoration:none;}
#module_684364509 .Mark ul li:hover>a{font-style:normal;}
#module_684364509 .Mark ul li:hover{border-top-color:#ccc;}
#module_684364509 .Mark ul li:hover{border-top-style:solid;}
#module_684364509 .Mark ul li:hover{border-right-color:#ccc;}
#module_684364509 .Mark ul li:hover{border-right-style:solid;}
#module_684364509 .Mark ul li:hover{border-bottom-color:#ccc;}
#module_684364509 .Mark ul li:hover{border-bottom-style:solid;}
#module_684364509 .Mark ul li:hover{border-left-color:#ccc;}
#module_684364509 .Mark ul li:hover{border-left-style:solid;}
#module_684364509 .Mark ul li:hover {background-color:#E3E3E3;}
#module_684364509 .Mark ul li:hover{}
#module_684364509 .Mark ul li:hover{color:#999;}
@media only screen and (max-width: 768px) {#module_684364509 .bgcolor,#module_684364509 .mobileshare{background-color:#FD6E27;}
#module_684364509 .news-details-box h2{border-left-color:#FD6E27;}
#module_684364509 .news-details-desc .desc{font-size:14px;}
#module_684364509 .news-details-desc .desc{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .news-details-desc .desc{color:#666;}
#module_684364509 .news-details-desc .desc{font-weight:normal;}
#module_684364509 .news-details-desc .desc{text-decoration:none;}
#module_684364509 .news-details-desc .desc{font-style:normal;}
#module_684364509 .news-details-desc{background-color:#f2f4f6;}
#module_684364509 .youart .recmsg{font-size:16px;}
#module_684364509 .youart .recmsg{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .youart .recmsg{color:#666;}
#module_684364509 .youart .recmsg{font-weight:normal;}
#module_684364509 .youart .recmsg{text-decoration:none;}
#module_684364509 .youart .recmsg{font-style:normal;}
#module_684364509 .youart .yabtn{background-color:#f84b4b;}
#module_684364509 .youart .yabtn{color:#fff;}
#module_684364509 .youart .rectext:before,#module_684364509 .youart .rectext:after{background-color:#ccc;}
#module_684364509 .youart .rectext{color:#999;}
#module_684364509 .news-details-recommend{font-size:18px;}
#module_684364509 .news-details-recommend{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .news-details-recommend{color:#999;}
#module_684364509 .news-details-recommend{font-weight:bold;}
#module_684364509 .news-details-recommend{text-decoration:none;}
#module_684364509 .news-details-recommend{font-style:normal;}
#module_684364509 .news-details-recommend{background-color:#f4f4f4;}
#module_684364509 .news-details-tit a{font-size:16px;}
#module_684364509 .news-details-tit a{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .news-details-tit a{color:#999;}
#module_684364509 .news-details-tit a{font-weight:normal;}
#module_684364509 .news-details-tit a{text-decoration:none;}
#module_684364509 .news-details-tit a{font-style:normal;}
#module_684364509 .PublishTime span{font-size:16px;}
#module_684364509 .PublishTime span{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .PublishTime span{color:#666;}
#module_684364509 .PublishTime span{font-weight:normal;}
#module_684364509 .PublishTime span{text-decoration:none;}
#module_684364509 .PublishTime span{font-style:normal;}
#module_684364509 .Hits span{font-size:16px;}
#module_684364509 .Hits span{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .Hits span{color:#666;}
#module_684364509 .Hits span{font-weight:normal;}
#module_684364509 .Hits span{text-decoration:none;}
#module_684364509 .Hits span{font-style:normal;}
#module_684364509 .Author span{font-size:14px;}
#module_684364509 .Author span{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .Author span{color:#838383;}
#module_684364509 .Author span{font-weight:normal;}
#module_684364509 .Author span{text-decoration:none;}
#module_684364509 .Author span{font-style:normal;}
#module_684364509 .Source span{font-size:14px;}
#module_684364509 .Source span{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .Source span{color:#838383;}
#module_684364509 .Source span{font-weight:normal;}
#module_684364509 .Source span{text-decoration:none;}
#module_684364509 .Source span{font-style:normal;}
#module_684364509 .news-details-item{max-width:100%;}
#module_684364509 .mobile-share{font-size:14px;}
#module_684364509 .mobile-share{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .mobile-share span{color:#999;}
#module_684364509 .mobile-share{font-weight:normal;}
#module_684364509 .mobile-share{text-decoration:none;}
#module_684364509 .mobile-share{font-style:normal;}
#module_684364509 .newsDetailTitle{font-size:20px;}
#module_684364509 .newsDetailTitle{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .newsDetailTitle{color:#333;}
#module_684364509 .newsDetailTitle{font-weight:bold;}
#module_684364509 .newsDetailTitle{text-decoration:none;}
#module_684364509 .newsDetailTitle{font-style:normal;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-top-color:#ccc;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-top-style:solid;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-top-width:1px;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-right-color:#ccc;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-right-style:solid;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-right-width:1px;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-bottom-color:#ccc;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-bottom-style:solid;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-bottom-width:1px;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-left-color:#ccc;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-left-style:solid;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{border-left-width:1px;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{background-color:transparent;}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share{}
#module_684364509 .social-share-icon,#module_684364509 .mobile-share .icon-fenxiang4{color:#999;}
#module_684364509 .showlike>span,#module_684364509 .showlike .icon-dianzan{font-size:20px;}
#module_684364509 .showlike>span{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .showlike>span{color:#999;}
#module_684364509 .showlike>span{font-weight:normal;}
#module_684364509 .showlike>span{text-decoration:none;}
#module_684364509 .showlike>span{font-style:normal;}
#module_684364509 .showlike{border-top-color:#ccc;}
#module_684364509 .showlike{border-top-style:solid;}
#module_684364509 .showlike{border-top-width:0px;}
#module_684364509 .showlike{border-right-color:#ccc;}
#module_684364509 .showlike{border-right-style:solid;}
#module_684364509 .showlike{border-right-width:0px;}
#module_684364509 .showlike{border-bottom-color:#ccc;}
#module_684364509 .showlike{border-bottom-style:solid;}
#module_684364509 .showlike{border-bottom-width:0px;}
#module_684364509 .showlike{border-left-color:#ccc;}
#module_684364509 .showlike{border-left-style:solid;}
#module_684364509 .showlike{border-left-width:0px;}
#module_684364509 .showlike {background-color:transparent;}
#module_684364509 .showlike{}
#module_684364509 .showlike .icon-dianzan{color:#999;}
#module_684364509 .Mark ul li>a{font-size:16px;}
#module_684364509 .Mark ul li>a{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .Mark ul li>a{color:#999;}
#module_684364509 .Mark ul li>a{font-weight:normal;}
#module_684364509 .Mark ul li>a{text-decoration:none;}
#module_684364509 .Mark ul li>a{font-style:normal;}
#module_684364509 .Mark ul li{border-top-color:#ccc;}
#module_684364509 .Mark ul li{border-top-style:solid;}
#module_684364509 .Mark ul li{border-top-width:0px;}
#module_684364509 .Mark ul li{border-right-color:#ccc;}
#module_684364509 .Mark ul li{border-right-style:solid;}
#module_684364509 .Mark ul li{border-right-width:0px;}
#module_684364509 .Mark ul li{border-bottom-color:#ccc;}
#module_684364509 .Mark ul li{border-bottom-style:solid;}
#module_684364509 .Mark ul li{border-bottom-width:0px;}
#module_684364509 .Mark ul li{border-left-color:#ccc;}
#module_684364509 .Mark ul li{border-left-style:solid;}
#module_684364509 .Mark ul li{border-left-width:0px;}
#module_684364509 .Mark ul li {background-color:#F2F2F2;}
#module_684364509 .Mark ul li{}
#module_684364509 .Mark ul li{color:#999;}
#module_684364509 .Mark ul li{border-top-left-radius:16px;}
#module_684364509 .Mark ul li{border-top-right-radius:16px;}
#module_684364509 .Mark ul li{border-bottom-right-radius:16px;}
#module_684364509 .Mark ul li{border-bottom-left-radius:16px;}
#module_684364509 .btn-addcomment,#module_684364509 .btncommit-mobile{background-color:#FD6E27;}  #module_684364509 .commentList .icon-dianzan:hover,#module_684364509 .dianzanhighlight,#module_684364509 .commentList .reply:hover, #module_684364509 .submore,#module_684364509 .btn-loadmore{color:#FD6E27;} 
#module_684364509 .btn-addcomment,#module_684364509 .btncommit-mobile{color:#fff;}
#module_684364509 .news-details-bottom .prev a, #module_684364509 .news-details-bottom .next a{font-size:14px;}
#module_684364509 .news-details-bottom .prev a, #module_684364509 .news-details-bottom .next a{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .news-details-bottom .prev a, #module_684364509 .news-details-bottom .next a{color:#333;}
#module_684364509 .news-details-bottom .prev a, #module_684364509 .news-details-bottom .next a{font-weight:none;}
#module_684364509 .news-details-bottom .prev a,#module_684364509 .news-details-bottom .next a{text-decoration:none;}
#module_684364509 .news-details-bottom .prev a, #module_684364509 .news-details-bottom .next a{font-style:normal;}
#module_684364509 .showlike:hover>span,#module_684364509 .showlike:hover .icon-dianzan{font-size:20px;}
#module_684364509 .showlike:hover>span{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .showlike:hover>span{color:#FFAA00;}
#module_684364509 .showlike:hover>span{font-weight:normal;}
#module_684364509 .showlike:hover>span{text-decoration:none;}
#module_684364509 .showlike:hover>span{font-style:normal;}
#module_684364509 .showlike:hover{border-top-color:transparent;}
#module_684364509 .showlike:hover{border-top-style:none;}
#module_684364509 .showlike:hover{border-top-width:0px;}
#module_684364509 .showlike:hover{border-right-color:transparent;}
#module_684364509 .showlike:hover{border-right-style:none;}
#module_684364509 .showlike:hover{border-right-width:0px;}
#module_684364509 .showlike:hover{border-bottom-color:transparent;}
#module_684364509 .showlike:hover{border-bottom-style:none;}
#module_684364509 .showlike:hover{border-bottom-width:0px;}
#module_684364509 .showlike:hover{border-left-color:transparent;}
#module_684364509 .showlike:hover{border-left-style:none;}
#module_684364509 .showlike:hover{border-left-width:0px;}
#module_684364509 .showlike:hover{background-color:#FFECC6;background-image:none}
#module_684364509 .showlike:hover{}
#module_684364509 .showlike:hover .icon-dianzan{color:#FFAA00;}
#module_684364509 .Mark ul li:hover>a{font-size:16px;}
#module_684364509 .Mark ul li:hover>a{font-family:微软雅黑,Microsoft YaHei;}
#module_684364509 .Mark ul li:hover>a{color:#999;}
#module_684364509 .Mark ul li:hover>a{font-weight:normal;}
#module_684364509 .Mark ul li:hover>a{text-decoration:none;}
#module_684364509 .Mark ul li:hover>a{font-style:normal;}
#module_684364509 .Mark ul li:hover{border-top-color:#ccc;}
#module_684364509 .Mark ul li:hover{border-top-style:solid;}
#module_684364509 .Mark ul li:hover{border-right-color:#ccc;}
#module_684364509 .Mark ul li:hover{border-right-style:solid;}
#module_684364509 .Mark ul li:hover{border-bottom-color:#ccc;}
#module_684364509 .Mark ul li:hover{border-bottom-style:solid;}
#module_684364509 .Mark ul li:hover{border-left-color:#ccc;}
#module_684364509 .Mark ul li:hover{border-left-style:solid;}
#module_684364509 .Mark ul li:hover {background-color:#E3E3E3;}
#module_684364509 .Mark ul li:hover{}
#module_684364509 .Mark ul li:hover{color:#999;}
}
.module_683824297 .ModuleHead .HeadCenter{float:none;}
#module_683824297 {
padding:0px;
}
#module_683824297 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_683824297 .ModuleHead683824297 {
display:none;
}

.module_683329362 .ModuleHead .HeadCenter{float:none;}
#module_683329362 {
padding:0px;
}
#module_683329362 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683329362 .ModuleHead683329362 {
display:none;
}
#module_683329362 .BodyCenter.BodyCenter683329362 {
background:none;background-color:rgb(240, 240, 241);
}
#module_683329362 >.module_683329362 {
border-top-style:solid;
border-top-color:#5FA3CE;
border-top-width:7px;
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_683329362 >.module_683329362{
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_683329362 .BodyCenter.BodyCenter683329362 {
padding-top:0.0000%;
padding-left:5.2521%;
padding-right:5.2521%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329362 .BodyCenter.BodyCenter683329362 {
padding-top:5.7637%;
padding-left:4.3228%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_683329362 >.module_683329362 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329362 >.module_683329362 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_683329362 >.module_683329362 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329362:hover {
border:none;
}
#module_683329362:hover >.module_683329362 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683329362 .ModuleSubContainer{background-color:transparent;}
#module_683329362 .ModuleSubContainer{background-image:none;}
#module_683329362 .ModuleSubContainer{background-repeat:no-repeat;}
#module_683329362 .ModuleSubContainer{background-position:0% 0%;}
#module_683329362 .ModuleSubContainer{background-attachment:scroll;}
#module_683329362 .ModuleSubContainer{}
#module_683329362 {!bgVideo!}{bgVideoUrl:}
#module_683329362 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_683329362 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_683329362 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer683329362 {max-width:1550px;width:auto;}
.ModuleGridContainer.ModuleGridContainer683329362 .SubPadding {width:0px;}
.module_683329365 .ModuleHead .HeadCenter{float:none;}
#module_683329365 {
padding:0px;
}
#module_683329365 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683329365 .ModuleHead683329365 {
display:none;
}
#module_683329365 .BodyCenter.BodyCenter683329365 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683329365 >.module_683329365 {
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_683329365 >.module_683329365{
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_683329365 .BodyCenter.BodyCenter683329365 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329365 .BodyCenter.BodyCenter683329365 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683329365 >.module_683329365 {
margin-top:5.3783%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329365 >.module_683329365 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683329365 >.module_683329365 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329365:hover {
border:none;
}
#module_683329365:hover >.module_683329365 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683329365 .ModuleImageTextGiantContent{margin-top:0px;}
#module_683329365 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_683329365 .ModuleImageTextGiantContent{margin-left:0px;}
#module_683329365 .ModuleImageTextGiantContent{margin-right:0px;}
#module_683329365 .imageTextGiant-Container{padding-top:10px;}
#module_683329365 .imageTextGiant-Container{padding-bottom:10px;}
#module_683329365 .imageTextGiant-Container{padding-left:0px;}
#module_683329365 .imageTextGiant-Container{padding-right:0px;}
#module_683329365 .showHandle .btn{font-size:14px;}
#module_683329365 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683329365 .showHandle .btn{color:#333;}
#module_683329365 .showHandle .btn{font-weight:400;}
#module_683329365 .showHandle .btn{text-decoration:none;}
#module_683329365 .showHandle .btn{font-style:normal;}
#module_683329365 .showHandle div{border-top-color:#ddd !important;}
#module_683329365 .showHandle div{border-top-style:solid !important;}
#module_683329365 .showHandle div{border-top-width:1px !important;}
#module_683329365 .showHandle{background-color:transparent;}
#module_683329365 .showHandle{background-image:none;}
#module_683329365 .showHandle{background-repeat:no-repeat;}
#module_683329365 .showHandle{}
#module_683329365 .showHandle{}
#module_683329365 .showHandle{}
#module_683329365 a{font-size:unset;font-family:unset}
.module_683329372 .ModuleHead .HeadCenter{float:none;}
#module_683329372 {
padding:0px;
}
#module_683329372 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683329372 .ModuleHead683329372 {
display:none;
}
#module_683329372 .BodyCenter.BodyCenter683329372 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683329372 >.module_683329372 {
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_683329372 >.module_683329372{
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_683329372 .BodyCenter.BodyCenter683329372 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.0542%;
}
}
@media screen and (max-width: 767px){
#module_683329372 .BodyCenter.BodyCenter683329372 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683329372 >.module_683329372 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329372 >.module_683329372 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683329372 >.module_683329372 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329372:hover {
border:none;
}
#module_683329372:hover >.module_683329372 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683329372 .tabContainerGiantGrid{background-color:transparent;}
#module_683329372 .tabContainerGiantGrid{background-image:none;}
#module_683329372 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_683329372 .tabContainerGiantGrid{}
#module_683329372 .tabContainerGiantGrid{}
#module_683329372 .tabContainerGiantGrid{}
#module_683329372 .tabContainerGiantGrid{padding-top:10px;}
#module_683329372 .tabContainerGiantGrid{padding-bottom:10px;}
#module_683329372 .tabContainerGiantGrid{padding-left:0px;}
#module_683329372 .tabContainerGiantGrid{padding-right:0px;}
#module_683329372 .tabContainerGiantGrid{border-top-color:transparent;}
#module_683329372 .tabContainerGiantGrid{border-top-style:solid;}
#module_683329372 .tabContainerGiantGrid{border-top-width:0px;}
#module_683329372 .tabContainerGiantGrid{border-right-color:transparent;}
#module_683329372 .tabContainerGiantGrid{border-right-style:solid;}
#module_683329372 .tabContainerGiantGrid{border-right-width:0px;}
#module_683329372 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_683329372 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_683329372 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_683329372 .tabContainerGiantGrid{border-left-color:transparent;}
#module_683329372 .tabContainerGiantGrid{border-left-style:solid;}
#module_683329372 .tabContainerGiantGrid{border-left-width:0px;}
#module_683329372 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_683329372 .Nav-Container .title .phicon{border-top-color:#000000;}
#module_683329372 .Nav-Container .title .phicon{border-top-style:solid;}
#module_683329372 .Nav-Container .title .phicon{border-top-width:1px;}
#module_683329372 .Nav-Container .title .phicon{border-right-color:#000000;}
#module_683329372 .Nav-Container .title .phicon{border-right-style:solid;}
#module_683329372 .Nav-Container .title .phicon{border-right-width:1px;}
#module_683329372 .Nav-Container .title .phicon{border-bottom-color:#000000;}
#module_683329372 .Nav-Container .title .phicon{border-bottom-style:solid;}
#module_683329372 .Nav-Container .title .phicon{border-bottom-width:1px;}
#module_683329372 .Nav-Container .title .phicon{border-left-color:#000000;}
#module_683329372 .Nav-Container .title .phicon{border-left-style:solid;}
#module_683329372 .Nav-Container .title .phicon{border-left-width:1px;}
#module_683329372 .Nav-Container .title .phicon{border-top-left-radius:5px;}
#module_683329372 .Nav-Container .title .phicon{border-top-right-radius:5px;}
#module_683329372 .Nav-Container .title .phicon{border-bottom-left-radius:5px;}
#module_683329372 .Nav-Container .title .phicon{border-bottom-right-radius:5px;}
#module_683329372 .Nav-Container .title .phicon{background-color:#000000;} #module_683329372 .nav li{background-color:#000000;}
#module_683329372 .Nav-Container .title .phicon{}
#module_683329372 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_683329372 .Nav-Container .title .phicon{width:55px;}
#module_683329372 .Nav-Container .title .phicon{height:55px;line-height:55px}
#module_683329372 .Nav-Container .title .phicon span{font-size:16px;}
#module_683329372 .Nav-Container .title .phicon span{color:#fff;}
#module_683329372 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_683329372 .Nav-Container .nav li{background-color:rgba(0,0,0,0);}
#module_683329372 .Nav-Container .title .phicon:hover{border-top-color:#333333;}
#module_683329372 .Nav-Container .title .phicon:hover{border-top-style:solid;}
#module_683329372 .Nav-Container .title .phicon:hover{border-top-width:1px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-right-color:#333333;}
#module_683329372 .Nav-Container .title .phicon:hover{border-right-style:solid;}
#module_683329372 .Nav-Container .title .phicon:hover{border-right-width:1px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-bottom-color:#333333;}
#module_683329372 .Nav-Container .title .phicon:hover{border-bottom-style:solid;}
#module_683329372 .Nav-Container .title .phicon:hover{border-bottom-width:1px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-left-color:#333333;}
#module_683329372 .Nav-Container .title .phicon:hover{border-left-style:solid;}
#module_683329372 .Nav-Container .title .phicon:hover{border-left-width:1px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-top-left-radius:5px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-top-right-radius:5px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-bottom-left-radius:5px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-bottom-right-radius:5px;}
#module_683329372 .Nav-Container .title .phicon:hover{background-color:#333333;background-image:none;}
#module_683329372 .Nav-Container .title .phicon:hover{}
#module_683329372 .Nav-Container .title .phicon:hover{width:55px;}
#module_683329372 .Nav-Container .title .phicon:hover{height:55px;line-height:55px}
#module_683329372 .Nav-Container .title .phicon:hover span{font-size:16px;}
#module_683329372 .Nav-Container .title .phicon:hover span{color:#fff;}
#module_683329372 .Nav-Container .nav li.active{background-color:rgba(0,0,0,0);}

#module_683329372__tabPane_9726 #Sub683329372_9726 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_683329372__tabPane_9726 #Sub683329372_9726 > .SubContainer {display: table-cell; vertical-align: top;}
#module_683329372__tabPane_9726 .SubPadding {width:50px; height: 100%; position: relative; display: table-cell;}
#module_683329372__tabPane_9726 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_683329372__tabPane_9726 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_683329372__tabPane_9726:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_683329372__tabPane_9726 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_683329372__tabPane_9726 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_683329372__tabPane_9726 #Sub683329372_9726 {display: block;}
#module_683329372__tabPane_9726 #Sub683329372_9726 > .SubPadding {float:left; height: 10px;}
#module_683329372__tabPane_9726 #Sub683329372_9726 > .SubContainer {float:left;}
#module_683329372__tabPane_9726 #Sub683329372_9726 > .SubContainer .SubDrag {display:none;}
#module_683329372__tabPane_9726 #Sub683329372_9726 > .SubPadding {width:0px; display:none;}
#module_683329372__tabPane_9726 #Sub683329372_9726 > .SubContainer {width:100% !important; height: auto;}
}
#module_683329372__tabPane_9726 #Sub683329372_Tab9726_1 {width:50%;}
/*全局 layout 111*/
.ModuleSearchGiant.layout-111 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .content{display:table;width: 100%;height:100%;border: 1px solid #333;overflow: hidden !important;background: rgba(0,0,0,0);}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel,
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchBtnPanel{position: relative;display:table-cell;height:36px;border:0px;vertical-align: middle;background: rgba(0,0,0,0);overflow: hidden;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel{width: 1%;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchInputPanel{border:0;overflow: auto;border-left: 1px #ccc solid;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .ModuleSearchInput{vertical-align: middle;height:auto;width:100%;border: 0;text-indent: 10px;font-size:14px;outline:none;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;background: rgba(0,0,0,0);}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select .btn{padding-left: 16px;height:100%;font-size: 14px;border: 0;border-radius: 0;background-color:transparent;text-decoration: initial !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select .btn:focus{outline: none !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchBtnPanel {position: relative;width: 50px;background: rgba(0,0,0,0);border-radius: 0;text-align: center;line-height: 1;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchIcon{position: absolute;top:2px;left: 20px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .filter-option{overflow: inherit !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul{height: auto !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul{height: auto;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul li{margin:0.6rem 0 0.6rem 0}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .btn-group{min-width: 78px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .caret{margin-left: -2px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .iconfont{font-size: 20px;}
.module_683329383 .ModuleHead .HeadCenter{float:none;}
#module_683329383 {
padding:0px;
}
#module_683329383 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683329383 .ModuleHead683329383 {
display:none;
}
#module_683329383 .BodyCenter.BodyCenter683329383 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683329383 >.module_683329383 {
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_683329383 >.module_683329383{
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_683329383 .BodyCenter.BodyCenter683329383 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329383 .BodyCenter.BodyCenter683329383 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683329383 >.module_683329383 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329383 >.module_683329383 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683329383 >.module_683329383 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329383:hover {
border:none;
}
#module_683329383:hover >.module_683329383 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683329383 .search-item .searchInputPanel,#module_683329383 .search-item .searchBtnPanel{height:52px;line-height:52px;}
#module_683329383 .search-item .bootstrap-select .btn ,#module_683329383 .search-item .ModuleSearchInput ,#module_683329383 .search-item .searchInputPanel ,#module_683329383 .search-item .searchBtnPanel {background-color:#fff;box-shadow: inset 0 0 0 1000px #fff} #module_683329383 .searchTypePanel select{background:#fff;}
#module_683329383 .ModuleSearchFormStyle .searchInputPanel{border-left-color:#e8e8e8;}
#module_683329383 .search-item{border-top-color:#e8e8e8;}
#module_683329383 .search-item{border-top-style:solid;}
#module_683329383 .search-item{border-top-width:1px;}
#module_683329383 .search-item{border-right-color:#e8e8e8;}
#module_683329383 .search-item{border-right-style:solid;}
#module_683329383 .search-item{border-right-width:1px;}
#module_683329383 .search-item{border-bottom-color:#e8e8e8;}
#module_683329383 .search-item{border-bottom-style:solid;}
#module_683329383 .search-item{border-bottom-width:1px;}
#module_683329383 .search-item{border-left-color:#e8e8e8;}
#module_683329383 .search-item{border-left-style:solid;}
#module_683329383 .search-item{border-left-width:1px;}
#module_683329383 .search-item .ModuleSearchInput::placeholder,#module_683329383 .search-item .ModuleSearchInput,#module_683329383 .search-item .filter-option{font-size:14px;} #module_683329383 .search-item .caret{margin-top:calc( 14px - 11px );}
#module_683329383 .search-item .bootstrap-select .btn ,#module_683329383  .search-item .ModuleSearchInput::placeholder,#module_683329383 .search-item .ModuleSearchInput{font-family:微软雅黑,Microsoft YaHei;}
#module_683329383 .search-item .bootstrap-select .btn ,#module_683329383  .search-item .ModuleSearchInput::placeholder,#module_683329383 .search-item .ModuleSearchInput{color:#333;-webkit-text-fill-color:#333;}
#module_683329383 .search-item .bootstrap-select .btn ,#module_683329383  .search-item .ModuleSearchInput::placeholder,#module_683329383 .search-item .ModuleSearchInput{font-weight:normal;}
#module_683329383 .search-item .bootstrap-select .btn ,#module_683329383  .search-item .ModuleSearchInput::placeholder,#module_683329383 .search-item .ModuleSearchInput{text-decoration:none;}
#module_683329383 .search-item .bootstrap-select .btn ,#module_683329383  .search-item .ModuleSearchInput::placeholder,#module_683329383 .search-item .ModuleSearchInput{font-style:normal;}
#module_683329383 .search-item .ModuleSearchInput::placeholder{color:#bababa;-webkit-text-fill-color:#bababa;}
#module_683329383 .search-item{border-top-left-radius:0px;}
#module_683329383 .search-item{border-top-right-radius:0px;}
#module_683329383 .search-item{border-bottom-left-radius:0px;}
#module_683329383 .search-item{border-bottom-right-radius:0px;}
#module_683329383 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-size:22px;} #module_683329383 .search-item .searchBtnPanel{ width:calc( 40px + 22px )}
#module_683329383 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-family:;}
#module_683329383 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{color:#999;}
#module_683329383 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-weight:normal;}
#module_683329383 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{text-decoration:none;}
#module_683329383 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-style:normal;}
#module_683329383 .search-hot ul li a{font-size:12px;}
#module_683329383 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_683329383 .search-hot ul li a{color:#666;}
#module_683329383 .search-hot ul li a{font-weight:normal;}
#module_683329383 .search-hot ul li a{text-decoration:none;}
#module_683329383 .search-hot ul li a{font-style:normal;}
#module_683329383 .search-hot ul li{border-right-color:#eee;}
#module_683329383 .search-hot ul li{border-right-style:solid;}
#module_683329383 .search-hot ul li{border-right-width:1px;}
#module_683329383 .search-item:hover .bootstrap-select .btn ,#module_683329383 .search-item:hover .ModuleSearchInput ,#module_683329383 .search-item:hover .searchInputPanel ,#module_683329383 .search-item:hover .searchBtnPanel {background-color:#fff;box-shadow: inset 0 0 0 1000px #fff}
#module_683329383 .search-item:hover{border-top-color:rgb(240, 130, 0);}
#module_683329383 .search-item:hover{border-top-style:solid;}
#module_683329383 .search-item:hover{border-right-color:rgb(240, 130, 0);}
#module_683329383 .search-item:hover{border-right-style:solid;}
#module_683329383 .search-item:hover{border-bottom-color:rgb(240, 130, 0);}
#module_683329383 .search-item:hover{border-bottom-style:solid;}
#module_683329383 .search-item:hover{border-left-color:rgb(240, 130, 0);}
#module_683329383 .search-item:hover{border-left-style:solid;}
#module_683329383 .search-item:hover .searchIcon .icon-sousuo5{font-size:22px;} #module_683329383 .search-item .searchBtnPanel{ width:calc( 40px + 22px )}
#module_683329383 .search-item:hover .searchIcon .icon-sousuo5{font-family:;}
#module_683329383 .searchBtnPanel:hover .searchIcon .icon-sousuo5{color:rgb(240, 130, 0);}
#module_683329383 .search-item:hover .searchIcon .icon-sousuo5{font-weight:normal;}
#module_683329383 .search-item:hover .searchIcon .icon-sousuo5{text-decoration:none;}
#module_683329383 .search-item:hover .searchIcon .icon-sousuo5{font-style:normal;}
#module_683329383 .search-hot ul li:hover a{font-size:12px;}
#module_683329383 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_683329383 .search-hot ul li:hover a{color:#333;}
#module_683329383 .search-hot ul li:hover a{font-weight:normal;}
#module_683329383 .search-hot ul li:hover a{text-decoration:none;}
#module_683329383 .search-hot ul li:hover a{font-style:normal;}

#module_683329372__tabPane_9726 #Sub683329372_Tab9726_2 {width:50%;}
.module_683329390 .ModuleHead .HeadCenter{float:none;}
#module_683329390 {
padding:0px;
}
#module_683329390 {
position:static;
z-index:1;
top:4130px;
left:904px;
width:100%;
height: auto;
}
#module_683329390 .ModuleHead683329390 {
display:none;
}
#module_683329390 .BodyCenter.BodyCenter683329390 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683329390 >.module_683329390 {
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_683329390 >.module_683329390{
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_683329390 .BodyCenter.BodyCenter683329390 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329390 .BodyCenter.BodyCenter683329390 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683329390 >.module_683329390 {
margin-top:0.5725%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329390 >.module_683329390 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683329390 >.module_683329390 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329390:hover {
border:none;
}
#module_683329390:hover >.module_683329390 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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


.module_683329400 .ModuleHead .HeadCenter{float:none;}
#module_683329400 {
padding:0px;
}
#module_683329400 {
position:static;
z-index:1;
top:37px;
left:0px;
width:100%;
height: auto;
}
#module_683329400 .ModuleHead683329400 {
display:none;
}
#module_683329400 .BodyCenter.BodyCenter683329400 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683329400 >.module_683329400 {
border-top-style:solid;
border-top-color:rgb(240, 207, 168);
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(240, 207, 168);
border-bottom-width:1px;
}
#module_683329400 >.module_683329400{
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_683329400 .BodyCenter.BodyCenter683329400 {
padding-top:2.9557%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0837%;
}
}
@media screen and (max-width: 767px){
#module_683329400 .BodyCenter.BodyCenter683329400 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683329400 >.module_683329400 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329400 >.module_683329400 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683329400 >.module_683329400 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329400:hover {
border:none;
}
#module_683329400:hover >.module_683329400 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683329400 .tabContainerGiantGrid{background-color:transparent;}
#module_683329400 .tabContainerGiantGrid{background-image:none;}
#module_683329400 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_683329400 .tabContainerGiantGrid{}
#module_683329400 .tabContainerGiantGrid{}
#module_683329400 .tabContainerGiantGrid{}
#module_683329400 .tabContainerGiantGrid{padding-top:10px;}
#module_683329400 .tabContainerGiantGrid{padding-bottom:10px;}
#module_683329400 .tabContainerGiantGrid{padding-left:0px;}
#module_683329400 .tabContainerGiantGrid{padding-right:0px;}
#module_683329400 .tabContainerGiantGrid{border-top-color:transparent;}
#module_683329400 .tabContainerGiantGrid{border-top-style:solid;}
#module_683329400 .tabContainerGiantGrid{border-top-width:0px;}
#module_683329400 .tabContainerGiantGrid{border-right-color:transparent;}
#module_683329400 .tabContainerGiantGrid{border-right-style:solid;}
#module_683329400 .tabContainerGiantGrid{border-right-width:0px;}
#module_683329400 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_683329400 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_683329400 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_683329400 .tabContainerGiantGrid{border-left-color:transparent;}
#module_683329400 .tabContainerGiantGrid{border-left-style:solid;}
#module_683329400 .tabContainerGiantGrid{border-left-width:0px;}
#module_683329400 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_683329400 .Nav-Container .title .phicon{border-top-color:#000000;}
#module_683329400 .Nav-Container .title .phicon{border-top-style:solid;}
#module_683329400 .Nav-Container .title .phicon{border-top-width:1px;}
#module_683329400 .Nav-Container .title .phicon{border-right-color:#000000;}
#module_683329400 .Nav-Container .title .phicon{border-right-style:solid;}
#module_683329400 .Nav-Container .title .phicon{border-right-width:1px;}
#module_683329400 .Nav-Container .title .phicon{border-bottom-color:#000000;}
#module_683329400 .Nav-Container .title .phicon{border-bottom-style:solid;}
#module_683329400 .Nav-Container .title .phicon{border-bottom-width:1px;}
#module_683329400 .Nav-Container .title .phicon{border-left-color:#000000;}
#module_683329400 .Nav-Container .title .phicon{border-left-style:solid;}
#module_683329400 .Nav-Container .title .phicon{border-left-width:1px;}
#module_683329400 .Nav-Container .title .phicon{border-top-left-radius:5px;}
#module_683329400 .Nav-Container .title .phicon{border-top-right-radius:5px;}
#module_683329400 .Nav-Container .title .phicon{border-bottom-left-radius:5px;}
#module_683329400 .Nav-Container .title .phicon{border-bottom-right-radius:5px;}
#module_683329400 .Nav-Container .title .phicon{background-color:#000000;} #module_683329400 .nav li{background-color:#000000;}
#module_683329400 .Nav-Container .title .phicon{}
#module_683329400 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_683329400 .Nav-Container .title .phicon{width:55px;}
#module_683329400 .Nav-Container .title .phicon{height:55px;line-height:55px}
#module_683329400 .Nav-Container .title .phicon span{font-size:16px;}
#module_683329400 .Nav-Container .title .phicon span{color:#fff;}
#module_683329400 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_683329400 .Nav-Container .nav li{background-color:rgba(0,0,0,0);}
#module_683329400 .Nav-Container .title .phicon:hover{border-top-color:#333333;}
#module_683329400 .Nav-Container .title .phicon:hover{border-top-style:solid;}
#module_683329400 .Nav-Container .title .phicon:hover{border-top-width:1px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-right-color:#333333;}
#module_683329400 .Nav-Container .title .phicon:hover{border-right-style:solid;}
#module_683329400 .Nav-Container .title .phicon:hover{border-right-width:1px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-bottom-color:#333333;}
#module_683329400 .Nav-Container .title .phicon:hover{border-bottom-style:solid;}
#module_683329400 .Nav-Container .title .phicon:hover{border-bottom-width:1px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-left-color:#333333;}
#module_683329400 .Nav-Container .title .phicon:hover{border-left-style:solid;}
#module_683329400 .Nav-Container .title .phicon:hover{border-left-width:1px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-top-left-radius:5px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-top-right-radius:5px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-bottom-left-radius:5px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-bottom-right-radius:5px;}
#module_683329400 .Nav-Container .title .phicon:hover{background-color:#333333;background-image:none;}
#module_683329400 .Nav-Container .title .phicon:hover{}
#module_683329400 .Nav-Container .title .phicon:hover{width:55px;}
#module_683329400 .Nav-Container .title .phicon:hover{height:55px;line-height:55px}
#module_683329400 .Nav-Container .title .phicon:hover span{font-size:16px;}
#module_683329400 .Nav-Container .title .phicon:hover span{color:#fff;}
#module_683329400 .Nav-Container .nav li.active{background-color:rgba(0,0,0,0);}

#module_683329400__tabPane_9726 #Sub683329400_9726 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_683329400__tabPane_9726 #Sub683329400_9726 > .SubContainer {display: table-cell; vertical-align: top;}
#module_683329400__tabPane_9726 .SubPadding {width:50px; height: 100%; position: relative; display: table-cell;}
#module_683329400__tabPane_9726 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_683329400__tabPane_9726 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_683329400__tabPane_9726:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_683329400__tabPane_9726 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_683329400__tabPane_9726 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_683329400__tabPane_9726 #Sub683329400_9726 {display: block;}
#module_683329400__tabPane_9726 #Sub683329400_9726 > .SubPadding {float:left; height: 10px;}
#module_683329400__tabPane_9726 #Sub683329400_9726 > .SubContainer {float:left;}
#module_683329400__tabPane_9726 #Sub683329400_9726 > .SubContainer .SubDrag {display:none;}
#module_683329400__tabPane_9726 #Sub683329400_9726 > .SubPadding {width:0px; display:none;}
#module_683329400__tabPane_9726 #Sub683329400_9726 > .SubContainer {width:100% !important; height: auto;}
}
#module_683329400__tabPane_9726 #Sub683329400_Tab9726_1 {width:53.1148%;}
.module_683329410 .ModuleHead .HeadCenter{float:none;}
#module_683329410 {
padding:0px;
}
#module_683329410 {
position:static;
z-index:2;
top:-114px;
left:0px;
width:100%;
height: auto;
}
#module_683329410 .ModuleHead683329410 {
display:none;
}
#module_683329410 .BodyCenter.BodyCenter683329410 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683329410 >.module_683329410 {
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_683329410 >.module_683329410{
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_683329410 .BodyCenter.BodyCenter683329410 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329410 .BodyCenter.BodyCenter683329410 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683329410 >.module_683329410 {
margin-top:0.6173%;
margin-left:0.0000%;
margin-right:6.1728%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329410 >.module_683329410 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683329410 >.module_683329410 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329410:hover {
border:none;
}
#module_683329410:hover >.module_683329410 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683329410 .ModuleImageTextGiantContent{margin-top:0px;}
#module_683329410 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_683329410 .ModuleImageTextGiantContent{margin-left:0px;}
#module_683329410 .ModuleImageTextGiantContent{margin-right:0px;}
#module_683329410 .imageTextGiant-Container{padding-top:10px;}
#module_683329410 .imageTextGiant-Container{padding-bottom:10px;}
#module_683329410 .imageTextGiant-Container{padding-left:0px;}
#module_683329410 .imageTextGiant-Container{padding-right:0px;}
#module_683329410 .showHandle .btn{font-size:14px;}
#module_683329410 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683329410 .showHandle .btn{color:#333;}
#module_683329410 .showHandle .btn{font-weight:400;}
#module_683329410 .showHandle .btn{text-decoration:none;}
#module_683329410 .showHandle .btn{font-style:normal;}
#module_683329410 .showHandle div{border-top-color:#ddd !important;}
#module_683329410 .showHandle div{border-top-style:solid !important;}
#module_683329410 .showHandle div{border-top-width:1px !important;}
#module_683329410 .showHandle{background-color:transparent;}
#module_683329410 .showHandle{background-image:none;}
#module_683329410 .showHandle{background-repeat:no-repeat;}
#module_683329410 .showHandle{}
#module_683329410 .showHandle{}
#module_683329410 .showHandle{}
#module_683329410 a{font-size:unset;font-family:unset}
#module_683329400__tabPane_9726 #Sub683329400_Tab9726_2 {width:25.5738%;}
.module_683329402 .ModuleHead .HeadCenter{float:none;}
#module_683329402 {
padding:0px;
}
#module_683329402 {
position:static;
z-index:1;
top:-102px;
left:0px;
width:100%;
height: auto;
}
#module_683329402 .ModuleHead683329402 {
display:none;
}
#module_683329402 .BodyCenter.BodyCenter683329402 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683329402 >.module_683329402 {
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_683329402 >.module_683329402{
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_683329402 .BodyCenter.BodyCenter683329402 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329402 .BodyCenter.BodyCenter683329402 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683329402 >.module_683329402 {
margin-top:0.5725%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329402 >.module_683329402 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683329402 >.module_683329402 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329402:hover {
border:none;
}
#module_683329402:hover >.module_683329402 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683329402 .ModuleImageTextGiantContent{margin-top:0px;}
#module_683329402 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_683329402 .ModuleImageTextGiantContent{margin-left:0px;}
#module_683329402 .ModuleImageTextGiantContent{margin-right:0px;}
#module_683329402 .imageTextGiant-Container{padding-top:10px;}
#module_683329402 .imageTextGiant-Container{padding-bottom:10px;}
#module_683329402 .imageTextGiant-Container{padding-left:0px;}
#module_683329402 .imageTextGiant-Container{padding-right:0px;}
#module_683329402 .showHandle .btn{font-size:14px;}
#module_683329402 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683329402 .showHandle .btn{color:#333;}
#module_683329402 .showHandle .btn{font-weight:400;}
#module_683329402 .showHandle .btn{text-decoration:none;}
#module_683329402 .showHandle .btn{font-style:normal;}
#module_683329402 .showHandle div{border-top-color:#ddd !important;}
#module_683329402 .showHandle div{border-top-style:solid !important;}
#module_683329402 .showHandle div{border-top-width:1px !important;}
#module_683329402 .showHandle{background-color:transparent;}
#module_683329402 .showHandle{background-image:none;}
#module_683329402 .showHandle{background-repeat:no-repeat;}
#module_683329402 .showHandle{}
#module_683329402 .showHandle{}
#module_683329402 .showHandle{}
#module_683329402 a{font-size:unset;font-family:unset}
#module_683329400__tabPane_9726 #Sub683329400_Tab9726_3 {width:21.3115%;}
.module_683329457 .ModuleHead .HeadCenter{float:none;}
#module_683329457 {
padding:0px;
}
#module_683329457 {
position:static;
z-index:2;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_683329457 .ModuleHead683329457 {
display:none;
}
#module_683329457 .BodyCenter.BodyCenter683329457 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683329457 >.module_683329457 {
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_683329457 >.module_683329457{
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_683329457 .BodyCenter.BodyCenter683329457 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329457 .BodyCenter.BodyCenter683329457 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683329457 >.module_683329457 {
margin-top:0.5725%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329457 >.module_683329457 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683329457 >.module_683329457 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329457:hover {
border:none;
}
#module_683329457:hover >.module_683329457 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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


.ModuleQuickNavGiant .quicknav-item {
    height: 100%;
    width: 100%;
}

.ModuleQuickNavGiant .quicknav-item .onenav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 48px;
    align-items: center;
}
.ModuleQuickNavGiant .quicknav-item .subnav li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    align-items: center;
}
.ModuleQuickNavGiant .quicknav-item .link {
    width: 100%;
    overflow: hidden;
}
.ModuleQuickNavGiant .quicknav-item .onetext,.ModuleQuickNavGiant .quicknav-item .twotext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ModuleQuickNavGiant .quicknav-item .subnav {
   display: none
}
.ModuleQuickNavGiant .quicknav-item .more {
    cursor: pointer;
 }.module_683805667 .ModuleHead .HeadCenter{float:none;}
#module_683805667 {
padding:0px;
}
#module_683805667 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_683805667 .ModuleHead683805667 {
display:none;
}
#module_683805667 .BodyCenter.BodyCenter683805667 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683805667 >.module_683805667 {
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_683805667 >.module_683805667{
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_683805667 .BodyCenter.BodyCenter683805667 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_683805667 .BodyCenter.BodyCenter683805667 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_683805667 >.module_683805667 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_683805667 >.module_683805667 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_683805667 >.module_683805667 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683805667:hover {
border:none;
}
#module_683805667:hover >.module_683805667 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683805667 .onenav {height:48px;line-height:48px}
#module_683805667 .more {font-Size:18px;}
#module_683805667 .more {color:#999;}
#module_683805667 .onetext {font-Size:16px;}
#module_683805667 .onetext {font-Family:微软雅黑,Microsoft YaHei;}
#module_683805667 .onetext {color:#333333;}
#module_683805667 .onetext {font-weight:normal}
#module_683805667 .onetext {text-decoration:none;}
#module_683805667 .onetext {font-style:normal;}
#module_683805667 .onenav {border-bottom-style:solid;}
#module_683805667 .onenav {border-bottom-width:1px;}
#module_683805667 .onenav {border-bottom-color:#d9d9d9;}
#module_683805667 .subnav li{height:40px;line-height:40px}
#module_683805667 .subnav {padding-top:20px;}
#module_683805667 .subnav {padding-bottom:20px;}
#module_683805667 .subnav {padding-left:0px;}
#module_683805667 .subnav {padding-right:0px;}
#module_683805667 .twotext {font-Size:14px;}
#module_683805667 .twotext {font-Family:微软雅黑,Microsoft YaHei;}
#module_683805667 .twotext {color:#666;}
#module_683805667 .twotext {font-weight:normal}
#module_683805667 .twotext {text-decoration:none;}
#module_683805667 .twotext {font-style:normal;}
#module_683805667 .open .onetext {font-Size:16px;}
#module_683805667 .open .onetext {font-Family:微软雅黑,Microsoft YaHei;}
#module_683805667 .open .onetext {color:rgb(240, 130, 0);}
#module_683805667 .open .onetext {font-weight:normal}
#module_683805667 .open .onetext {text-decoration:none;}
#module_683805667 .open .onetext {font-style:normal;}
#module_683805667 .open.onenav {border-bottom-style:solid;}
#module_683805667 .open.onenav {border-bottom-width:1px;}
#module_683805667 .open.onenav {border-bottom-color:rgb(240, 130, 0);}

.module_683329474 .ModuleHead .HeadCenter{float:none;}
#module_683329474 {
padding:0px;
}
#module_683329474 {
position:static;
z-index:1;
top:4507px;
left:525px;
width:100%;
height: auto;
}
#module_683329474 .ModuleHead683329474 {
display:none;
}
#module_683329474 .BodyCenter.BodyCenter683329474 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683329474 >.module_683329474 {
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_683329474 >.module_683329474{
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_683329474 .BodyCenter.BodyCenter683329474 {
padding-top:0.9852%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.9852%;
}
}
@media screen and (max-width: 767px){
#module_683329474 .BodyCenter.BodyCenter683329474 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683329474 >.module_683329474 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329474 >.module_683329474 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683329474 >.module_683329474 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329474:hover {
border:none;
}
#module_683329474:hover >.module_683329474 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683329474 .ModuleImageTextGiantContent{margin-top:0px;}
#module_683329474 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_683329474 .ModuleImageTextGiantContent{margin-left:0px;}
#module_683329474 .ModuleImageTextGiantContent{margin-right:0px;}
#module_683329474 .imageTextGiant-Container{padding-top:10px;}
#module_683329474 .imageTextGiant-Container{padding-bottom:10px;}
#module_683329474 .imageTextGiant-Container{padding-left:0px;}
#module_683329474 .imageTextGiant-Container{padding-right:0px;}
#module_683329474 .showHandle .btn{font-size:14px;}
#module_683329474 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683329474 .showHandle .btn{color:#333;}
#module_683329474 .showHandle .btn{font-weight:400;}
#module_683329474 .showHandle .btn{text-decoration:none;}
#module_683329474 .showHandle .btn{font-style:normal;}
#module_683329474 .showHandle div{border-top-color:#ddd !important;}
#module_683329474 .showHandle div{border-top-style:solid !important;}
#module_683329474 .showHandle div{border-top-width:1px !important;}
#module_683329474 .showHandle{background-color:transparent;}
#module_683329474 .showHandle{background-image:none;}
#module_683329474 .showHandle{background-repeat:no-repeat;}
#module_683329474 .showHandle{}
#module_683329474 .showHandle{}
#module_683329474 .showHandle{}
#module_683329474 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer683329362 #Sub683329362_1 {width:70.7742%;}
.module_683329486 .ModuleHead .HeadCenter{float:none;}
#module_683329486 {
padding:0px;
}
#module_683329486 {
position:static;
z-index:1;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_683329486 .ModuleHead683329486 {
display:none;
}
#module_683329486 .BodyCenter.BodyCenter683329486 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683329486 >.module_683329486 {
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_683329486 >.module_683329486{
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_683329486 .BodyCenter.BodyCenter683329486 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329486 .BodyCenter.BodyCenter683329486 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683329486 >.module_683329486 {
margin-top:18.0108%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329486 >.module_683329486 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683329486 >.module_683329486 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329486:hover {
border:none;
}
#module_683329486:hover >.module_683329486 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683329486 .ModuleImageTextGiantContent{margin-top:0px;}
#module_683329486 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_683329486 .ModuleImageTextGiantContent{margin-left:0px;}
#module_683329486 .ModuleImageTextGiantContent{margin-right:0px;}
#module_683329486 .imageTextGiant-Container{padding-top:10px;}
#module_683329486 .imageTextGiant-Container{padding-bottom:10px;}
#module_683329486 .imageTextGiant-Container{padding-left:0px;}
#module_683329486 .imageTextGiant-Container{padding-right:0px;}
#module_683329486 .showHandle .btn{font-size:14px;}
#module_683329486 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683329486 .showHandle .btn{color:#333;}
#module_683329486 .showHandle .btn{font-weight:400;}
#module_683329486 .showHandle .btn{text-decoration:none;}
#module_683329486 .showHandle .btn{font-style:normal;}
#module_683329486 .showHandle div{border-top-color:#ddd !important;}
#module_683329486 .showHandle div{border-top-style:solid !important;}
#module_683329486 .showHandle div{border-top-width:1px !important;}
#module_683329486 .showHandle{background-color:transparent;}
#module_683329486 .showHandle{background-image:none;}
#module_683329486 .showHandle{background-repeat:no-repeat;}
#module_683329486 .showHandle{}
#module_683329486 .showHandle{}
#module_683329486 .showHandle{}
#module_683329486 a{font-size:unset;font-family:unset}
.module_683330781 .ModuleHead .HeadCenter{float:none;}
#module_683330781 {
padding:0px;
}
#module_683330781 {
position:static;
z-index:0;
top:4094px;
left:1462px;
width:100%;
height: auto;
}
#module_683330781 .ModuleHead683330781 {
display:none;
}

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

/*图文模块 layout 105*/
.ModuleImageTextGiant.layout-105 .row{ margin-left:0; margin-right: 0;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{max-height: 100%; max-width: 100%;/*padding: 10px;*/}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .ModuleImageTextContent{padding:0; padding-left: 15px; margin: 0px }
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{height:auto;padding-left: 0;padding-right: 0}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content{align-items: center;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{text-align: left; overflow: hidden; display: block; text-align:center; position: relative;}
/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper .dummy { padding-top: 100%; }*/
/* .ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:first-child{ margin-top: 0 !important; }
.ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:last-child{ margin-bottom: 0 !important; } */


@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row .col-xs-8{padding: 0 3px;width: 91.333333%;}
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{min-width: 100%;}*/
	/*.ModuleImageTextGiant.layout-105 .col-md-2{width: 14.666667%;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
@media only screen and (min-width: 768px) {
	.ModuleImageTextGiant.layout-105 .col-lg-2 {
    width: 10%;
	}
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage{width: 100%}
}.module_683330784 .ModuleHead .HeadCenter{float:none;}
#module_683330784 {
padding:0px;
}
#module_683330784 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683330784 .ModuleHead683330784 {
display:none;
}
#module_683330784 .BodyCenter.BodyCenter683330784 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683330784 >.module_683330784 {
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_683330784 >.module_683330784{
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_683330784 .BodyCenter.BodyCenter683330784 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683330784 .BodyCenter.BodyCenter683330784 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_683330784 >.module_683330784 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683330784 >.module_683330784 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_683330784 >.module_683330784 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683330784:hover {
border:none;
}
#module_683330784:hover >.module_683330784 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683330784 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_683330784 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_683330784 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_683330784 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_683330784 .GraphicUpper{padding-top:0px;}
#module_683330784 .GraphicUpper{padding-bottom:0px;}
#module_683330784 .GraphicUpper{padding-left:0px;}
#module_683330784 .GraphicUpper {padding-right:0px;}
#module_683330784 .GraphicUpper{width:7%;} #module_683330784 .ModuleImageTextContent{width: calc(100% - 7%);}
#module_683330784 .MobileGraphicUpper{width:7%;} #module_683330784 .ModuleMobileImageTextContent{width: calc(100% - 7%);}
#module_683330784 .ModuleImageTextGiantContent{padding-top:0px;}
#module_683330784 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_683330784 .ModuleImageTextGiantContent{padding-left:15px;}
#module_683330784 .ModuleImageTextGiantContent{padding-right:0px;}
#module_683330784 .normal_ImgtextBox_content{padding-top:0px;}
#module_683330784 .normal_ImgtextBox_content{padding-bottom:9px;}
#module_683330784 .normal_ImgtextBox_content{padding-left:0px;}
#module_683330784 .normal_ImgtextBox_content{padding-right:0px;}
#module_683330784 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_683330784 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_683330784 .normal_ImgtextBox_content{background-color:transparent;}
#module_683330784 .normal_ImgtextBox_content{background-image:none;}
#module_683330784 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_683330784 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_683330784 .normal_ImgtextBox_content{background-attachment:none;}
#module_683330784 .normal_ImgtextBox_content{}
#module_683330784 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_683330784 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_683330784 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_683330784 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_683330784 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_683330784 .normal_ImgtextBox_content{border-top-style:none;}
#module_683330784 .normal_ImgtextBox_content{border-top-width:0px;}
#module_683330784 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_683330784 .normal_ImgtextBox_content{border-right-style:none;}
#module_683330784 .normal_ImgtextBox_content{border-right-width:0px;}
#module_683330784 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_683330784 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_683330784 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_683330784 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_683330784 .normal_ImgtextBox_content{border-left-style:none;}
#module_683330784 .normal_ImgtextBox_content{border-left-width:0px;}
#module_683330784 .showHandle .btn{font-size:14px;}
#module_683330784 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683330784 .showHandle .btn{color:#333;}
#module_683330784 .showHandle .btn{font-weight:400;}
#module_683330784 .showHandle .btn{text-decoration:none;}
#module_683330784 .showHandle .btn{font-style:normal;}
#module_683330784 .showHandle div{border-top-color:#ddd !important;}
#module_683330784 .showHandle div{border-top-style:solid !important;}
#module_683330784 .showHandle div{border-top-width:1px !important;}
#module_683330784 .showHandle{background-color:transparent;}
#module_683330784 .showHandle{background-image:none;}
#module_683330784 .showHandle{background-repeat:no-repeat;}
#module_683330784 .showHandle{}
#module_683330784 .showHandle{}
#module_683330784 .showHandle{}
#module_683330784 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_683330784 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_683330784 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_683330784 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_683330784 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_683330784 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_683330784 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_683330784 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_683330784 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_683330784 a{font-size:unset;font-family:unset}
.module_683333155 .ModuleHead .HeadCenter{float:none;}
#module_683333155 {
padding:0px;
}
#module_683333155 {
position:static;
z-index:1;
top:280px;
left:0px;
width:100%;
height: auto;
}
#module_683333155 .ModuleHead683333155 {
display:none;
}
#module_683333155 .BodyCenter.BodyCenter683333155 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683333155 >.module_683333155 {
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_683333155 >.module_683333155{
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_683333155 .BodyCenter.BodyCenter683333155 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.3333%;
}
}
@media screen and (max-width: 767px){
#module_683333155 .BodyCenter.BodyCenter683333155 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683333155 >.module_683333155 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333155 >.module_683333155 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683333155 >.module_683333155 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683333155:hover {
border:none;
}
#module_683333155:hover >.module_683333155 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683333155 .tabContainerGiantGrid{background-color:transparent;}
#module_683333155 .tabContainerGiantGrid{background-image:none;}
#module_683333155 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_683333155 .tabContainerGiantGrid{}
#module_683333155 .tabContainerGiantGrid{}
#module_683333155 .tabContainerGiantGrid{}
#module_683333155 .tabContainerGiantGrid{padding-top:10px;}
#module_683333155 .tabContainerGiantGrid{padding-bottom:10px;}
#module_683333155 .tabContainerGiantGrid{padding-left:0px;}
#module_683333155 .tabContainerGiantGrid{padding-right:0px;}
#module_683333155 .tabContainerGiantGrid{border-top-color:transparent;}
#module_683333155 .tabContainerGiantGrid{border-top-style:solid;}
#module_683333155 .tabContainerGiantGrid{border-top-width:0px;}
#module_683333155 .tabContainerGiantGrid{border-right-color:transparent;}
#module_683333155 .tabContainerGiantGrid{border-right-style:solid;}
#module_683333155 .tabContainerGiantGrid{border-right-width:0px;}
#module_683333155 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_683333155 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_683333155 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_683333155 .tabContainerGiantGrid{border-left-color:transparent;}
#module_683333155 .tabContainerGiantGrid{border-left-style:solid;}
#module_683333155 .tabContainerGiantGrid{border-left-width:0px;}
#module_683333155 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_683333155 .Nav-Container .title .phicon{border-top-color:#000000;}
#module_683333155 .Nav-Container .title .phicon{border-top-style:solid;}
#module_683333155 .Nav-Container .title .phicon{border-top-width:1px;}
#module_683333155 .Nav-Container .title .phicon{border-right-color:#000000;}
#module_683333155 .Nav-Container .title .phicon{border-right-style:solid;}
#module_683333155 .Nav-Container .title .phicon{border-right-width:1px;}
#module_683333155 .Nav-Container .title .phicon{border-bottom-color:#000000;}
#module_683333155 .Nav-Container .title .phicon{border-bottom-style:solid;}
#module_683333155 .Nav-Container .title .phicon{border-bottom-width:1px;}
#module_683333155 .Nav-Container .title .phicon{border-left-color:#000000;}
#module_683333155 .Nav-Container .title .phicon{border-left-style:solid;}
#module_683333155 .Nav-Container .title .phicon{border-left-width:1px;}
#module_683333155 .Nav-Container .title .phicon{border-top-left-radius:5px;}
#module_683333155 .Nav-Container .title .phicon{border-top-right-radius:5px;}
#module_683333155 .Nav-Container .title .phicon{border-bottom-left-radius:5px;}
#module_683333155 .Nav-Container .title .phicon{border-bottom-right-radius:5px;}
#module_683333155 .Nav-Container .title .phicon{background-color:#000000;} #module_683333155 .nav li{background-color:#000000;}
#module_683333155 .Nav-Container .title .phicon{}
#module_683333155 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_683333155 .Nav-Container .title .phicon{width:55px;}
#module_683333155 .Nav-Container .title .phicon{height:55px;line-height:55px}
#module_683333155 .Nav-Container .title .phicon span{font-size:16px;}
#module_683333155 .Nav-Container .title .phicon span{color:#fff;}
#module_683333155 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_683333155 .Nav-Container .nav li{background-color:rgba(0,0,0,0);}
#module_683333155 .Nav-Container .title .phicon:hover{border-top-color:#333333;}
#module_683333155 .Nav-Container .title .phicon:hover{border-top-style:solid;}
#module_683333155 .Nav-Container .title .phicon:hover{border-top-width:1px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-right-color:#333333;}
#module_683333155 .Nav-Container .title .phicon:hover{border-right-style:solid;}
#module_683333155 .Nav-Container .title .phicon:hover{border-right-width:1px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-bottom-color:#333333;}
#module_683333155 .Nav-Container .title .phicon:hover{border-bottom-style:solid;}
#module_683333155 .Nav-Container .title .phicon:hover{border-bottom-width:1px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-left-color:#333333;}
#module_683333155 .Nav-Container .title .phicon:hover{border-left-style:solid;}
#module_683333155 .Nav-Container .title .phicon:hover{border-left-width:1px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-top-left-radius:5px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-top-right-radius:5px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-bottom-left-radius:5px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-bottom-right-radius:5px;}
#module_683333155 .Nav-Container .title .phicon:hover{background-color:#333333;background-image:none;}
#module_683333155 .Nav-Container .title .phicon:hover{}
#module_683333155 .Nav-Container .title .phicon:hover{width:55px;}
#module_683333155 .Nav-Container .title .phicon:hover{height:55px;line-height:55px}
#module_683333155 .Nav-Container .title .phicon:hover span{font-size:16px;}
#module_683333155 .Nav-Container .title .phicon:hover span{color:#fff;}
#module_683333155 .Nav-Container .nav li.active{background-color:rgba(0,0,0,0);}

#module_683333155__tabPane_9726 #Sub683333155_9726 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubContainer {display: table-cell; vertical-align: top;}
#module_683333155__tabPane_9726 .SubPadding {width:20px; height: 100%; position: relative; display: table-cell;}
#module_683333155__tabPane_9726 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_683333155__tabPane_9726 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_683333155__tabPane_9726:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_683333155__tabPane_9726 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_683333155__tabPane_9726 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_683333155__tabPane_9726 #Sub683333155_9726 {display: block;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubPadding {float:left; height: 10px;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubContainer {float:left;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubContainer .SubDrag {display:none;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubPadding {width:5px;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubContainer {width:calc((100% - 10px) / 3) !important;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubPadding3 {display:none;}
}
#module_683333155__tabPane_9726 #Sub683333155_Tab9726_1 {width:33.3333%;}
.module_683333180 .ModuleHead .HeadCenter{float:none;}
#module_683333180 {
padding:0px;
}
#module_683333180 {
position:static;
z-index:1;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_683333180 .ModuleHead683333180 {
display:none;
}
#module_683333180 .BodyCenter.BodyCenter683333180 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683333180 >.module_683333180 {
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_683333180 >.module_683333180{
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_683333180 .BodyCenter.BodyCenter683333180 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333180 .BodyCenter.BodyCenter683333180 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683333180 >.module_683333180 {
margin-top:5.3783%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333180 >.module_683333180 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683333180 >.module_683333180 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683333180:hover {
border:none;
}
#module_683333180:hover >.module_683333180 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683333180 .ModuleImageTextGiantContent{margin-top:0px;}
#module_683333180 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_683333180 .ModuleImageTextGiantContent{margin-left:0px;}
#module_683333180 .ModuleImageTextGiantContent{margin-right:0px;}
#module_683333180 .imageTextGiant-Container{padding-top:10px;}
#module_683333180 .imageTextGiant-Container{padding-bottom:10px;}
#module_683333180 .imageTextGiant-Container{padding-left:0px;}
#module_683333180 .imageTextGiant-Container{padding-right:0px;}
#module_683333180 .showHandle .btn{font-size:14px;}
#module_683333180 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683333180 .showHandle .btn{color:#333;}
#module_683333180 .showHandle .btn{font-weight:400;}
#module_683333180 .showHandle .btn{text-decoration:none;}
#module_683333180 .showHandle .btn{font-style:normal;}
#module_683333180 .showHandle div{border-top-color:#ddd !important;}
#module_683333180 .showHandle div{border-top-style:solid !important;}
#module_683333180 .showHandle div{border-top-width:1px !important;}
#module_683333180 .showHandle{background-color:transparent;}
#module_683333180 .showHandle{background-image:none;}
#module_683333180 .showHandle{background-repeat:no-repeat;}
#module_683333180 .showHandle{}
#module_683333180 .showHandle{}
#module_683333180 .showHandle{}
#module_683333180 a{font-size:unset;font-family:unset}
.module_683333475 .ModuleHead .HeadCenter{float:none;}
#module_683333475 {
padding:0px;
}
#module_683333475 {
position:static;
z-index:2;
top:105px;
left:0px;
width:100%;
height: auto;
}
#module_683333475 .ModuleHead683333475 {
display:none;
}
#module_683333475 .BodyCenter.BodyCenter683333475 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683333475 >.module_683333475 {
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_683333475 >.module_683333475{
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_683333475 .BodyCenter.BodyCenter683333475 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333475 .BodyCenter.BodyCenter683333475 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683333475 >.module_683333475 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333475 >.module_683333475 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683333475 >.module_683333475 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683333475:hover {
border:none;
}
#module_683333475:hover >.module_683333475 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683333475 .ModuleImageTextGiantContent{margin-top:0px;}
#module_683333475 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_683333475 .ModuleImageTextGiantContent{margin-left:0px;}
#module_683333475 .ModuleImageTextGiantContent{margin-right:0px;}
#module_683333475 .imageTextGiant-Container{padding-top:0px;}
#module_683333475 .imageTextGiant-Container{padding-bottom:10px;}
#module_683333475 .imageTextGiant-Container{padding-left:0px;}
#module_683333475 .imageTextGiant-Container{padding-right:0px;}
#module_683333475 .showHandle .btn{font-size:14px;}
#module_683333475 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683333475 .showHandle .btn{color:#333;}
#module_683333475 .showHandle .btn{font-weight:400;}
#module_683333475 .showHandle .btn{text-decoration:none;}
#module_683333475 .showHandle .btn{font-style:normal;}
#module_683333475 .showHandle div{border-top-color:#ddd !important;}
#module_683333475 .showHandle div{border-top-style:solid !important;}
#module_683333475 .showHandle div{border-top-width:1px !important;}
#module_683333475 .showHandle{background-color:transparent;}
#module_683333475 .showHandle{background-image:none;}
#module_683333475 .showHandle{background-repeat:no-repeat;}
#module_683333475 .showHandle{}
#module_683333475 .showHandle{}
#module_683333475 .showHandle{}
#module_683333475 a{font-size:unset;font-family:unset}
#module_683333155__tabPane_9726 #Sub683333155_Tab9726_2 {width:33.3333%;}
.module_683333183 .ModuleHead .HeadCenter{float:none;}
#module_683333183 {
padding:0px;
}
#module_683333183 {
position:static;
z-index:2;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_683333183 .ModuleHead683333183 {
display:none;
}
#module_683333183 .BodyCenter.BodyCenter683333183 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683333183 >.module_683333183 {
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_683333183 >.module_683333183{
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_683333183 .BodyCenter.BodyCenter683333183 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333183 .BodyCenter.BodyCenter683333183 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683333183 >.module_683333183 {
margin-top:5.2980%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333183 >.module_683333183 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683333183 >.module_683333183 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683333183:hover {
border:none;
}
#module_683333183:hover >.module_683333183 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683333183 .ModuleImageTextGiantContent{margin-top:0px;}
#module_683333183 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_683333183 .ModuleImageTextGiantContent{margin-left:0px;}
#module_683333183 .ModuleImageTextGiantContent{margin-right:0px;}
#module_683333183 .imageTextGiant-Container{padding-top:10px;}
#module_683333183 .imageTextGiant-Container{padding-bottom:10px;}
#module_683333183 .imageTextGiant-Container{padding-left:0px;}
#module_683333183 .imageTextGiant-Container{padding-right:0px;}
#module_683333183 .showHandle .btn{font-size:14px;}
#module_683333183 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683333183 .showHandle .btn{color:#333;}
#module_683333183 .showHandle .btn{font-weight:400;}
#module_683333183 .showHandle .btn{text-decoration:none;}
#module_683333183 .showHandle .btn{font-style:normal;}
#module_683333183 .showHandle div{border-top-color:#ddd !important;}
#module_683333183 .showHandle div{border-top-style:solid !important;}
#module_683333183 .showHandle div{border-top-width:1px !important;}
#module_683333183 .showHandle{background-color:transparent;}
#module_683333183 .showHandle{background-image:none;}
#module_683333183 .showHandle{background-repeat:no-repeat;}
#module_683333183 .showHandle{}
#module_683333183 .showHandle{}
#module_683333183 .showHandle{}
#module_683333183 a{font-size:unset;font-family:unset}
.module_683333480 .ModuleHead .HeadCenter{float:none;}
#module_683333480 {
padding:0px;
}
#module_683333480 {
position:static;
z-index:3;
top:94px;
left:0px;
width:100%;
height: auto;
}
#module_683333480 .ModuleHead683333480 {
display:none;
}
#module_683333480 .BodyCenter.BodyCenter683333480 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683333480 >.module_683333480 {
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_683333480 >.module_683333480{
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_683333480 .BodyCenter.BodyCenter683333480 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333480 .BodyCenter.BodyCenter683333480 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683333480 >.module_683333480 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333480 >.module_683333480 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683333480 >.module_683333480 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683333480:hover {
border:none;
}
#module_683333480:hover >.module_683333480 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683333480 .ModuleImageTextGiantContent{margin-top:0px;}
#module_683333480 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_683333480 .ModuleImageTextGiantContent{margin-left:0px;}
#module_683333480 .ModuleImageTextGiantContent{margin-right:0px;}
#module_683333480 .imageTextGiant-Container{padding-top:0px;}
#module_683333480 .imageTextGiant-Container{padding-bottom:10px;}
#module_683333480 .imageTextGiant-Container{padding-left:0px;}
#module_683333480 .imageTextGiant-Container{padding-right:0px;}
#module_683333480 .showHandle .btn{font-size:14px;}
#module_683333480 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683333480 .showHandle .btn{color:#333;}
#module_683333480 .showHandle .btn{font-weight:400;}
#module_683333480 .showHandle .btn{text-decoration:none;}
#module_683333480 .showHandle .btn{font-style:normal;}
#module_683333480 .showHandle div{border-top-color:#ddd !important;}
#module_683333480 .showHandle div{border-top-style:solid !important;}
#module_683333480 .showHandle div{border-top-width:1px !important;}
#module_683333480 .showHandle{background-color:transparent;}
#module_683333480 .showHandle{background-image:none;}
#module_683333480 .showHandle{background-repeat:no-repeat;}
#module_683333480 .showHandle{}
#module_683333480 .showHandle{}
#module_683333480 .showHandle{}
#module_683333480 a{font-size:unset;font-family:unset}
#module_683333155__tabPane_9726 #Sub683333155_Tab9726_3 {width:33.3333%;}
.module_684376792 .ModuleHead .HeadCenter{float:none;}
#module_684376792 {
padding:0px;
}
#module_684376792 {
position:static;
z-index:3;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_684376792 .ModuleHead684376792 {
display:none;
}
#module_684376792 .BodyCenter.BodyCenter684376792 {
background:none;background-color:rgba(0,0,0,0);
}
#module_684376792 >.module_684376792 {
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_684376792 >.module_684376792{
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_684376792 .BodyCenter.BodyCenter684376792 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684376792 .BodyCenter.BodyCenter684376792 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_684376792 >.module_684376792 {
margin-top:5.2980%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684376792 >.module_684376792 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_684376792 >.module_684376792 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684376792:hover {
border:none;
}
#module_684376792:hover >.module_684376792 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684376792 .ModuleImageTextGiantContent{margin-top:0px;}
#module_684376792 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_684376792 .ModuleImageTextGiantContent{margin-left:0px;}
#module_684376792 .ModuleImageTextGiantContent{margin-right:0px;}
#module_684376792 .imageTextGiant-Container{padding-top:10px;}
#module_684376792 .imageTextGiant-Container{padding-bottom:10px;}
#module_684376792 .imageTextGiant-Container{padding-left:0px;}
#module_684376792 .imageTextGiant-Container{padding-right:0px;}
#module_684376792 .showHandle .btn{font-size:14px;}
#module_684376792 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_684376792 .showHandle .btn{color:#333;}
#module_684376792 .showHandle .btn{font-weight:400;}
#module_684376792 .showHandle .btn{text-decoration:none;}
#module_684376792 .showHandle .btn{font-style:normal;}
#module_684376792 .showHandle div{border-top-color:#ddd !important;}
#module_684376792 .showHandle div{border-top-style:solid !important;}
#module_684376792 .showHandle div{border-top-width:1px !important;}
#module_684376792 .showHandle{background-color:transparent;}
#module_684376792 .showHandle{background-image:none;}
#module_684376792 .showHandle{background-repeat:no-repeat;}
#module_684376792 .showHandle{}
#module_684376792 .showHandle{}
#module_684376792 .showHandle{}
#module_684376792 a{font-size:unset;font-family:unset}
.module_684376793 .ModuleHead .HeadCenter{float:none;}
#module_684376793 {
padding:0px;
}
#module_684376793 {
position:static;
z-index:3;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_684376793 .ModuleHead684376793 {
display:none;
}
#module_684376793 .BodyCenter.BodyCenter684376793 {
background:none;background-color:rgba(0,0,0,0);
}
#module_684376793 >.module_684376793 {
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_684376793 >.module_684376793{
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_684376793 .BodyCenter.BodyCenter684376793 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684376793 .BodyCenter.BodyCenter684376793 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_684376793 >.module_684376793 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684376793 >.module_684376793 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_684376793 >.module_684376793 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684376793:hover {
border:none;
}
#module_684376793:hover >.module_684376793 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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


.module_683813753 .ModuleHead .HeadCenter{float:none;}
#module_683813753 {
padding:0px;
}
#module_683813753 {
position:static;
z-index:1;
top:363px;
left:0px;
width:100%;
height: auto;
}
#module_683813753 .ModuleHead683813753 {
display:none;
}
#module_683813753 .BodyCenter.BodyCenter683813753 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683813753 >.module_683813753 {
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_683813753 >.module_683813753{
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_683813753 .BodyCenter.BodyCenter683813753 {
padding-top:0.9852%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.9852%;
}
}
@media screen and (max-width: 767px){
#module_683813753 .BodyCenter.BodyCenter683813753 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683813753 >.module_683813753 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683813753 >.module_683813753 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683813753 >.module_683813753 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683813753:hover {
border:none;
}
#module_683813753:hover >.module_683813753 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683813753 .ModuleImageTextGiantContent{margin-top:0px;}
#module_683813753 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_683813753 .ModuleImageTextGiantContent{margin-left:0px;}
#module_683813753 .ModuleImageTextGiantContent{margin-right:0px;}
#module_683813753 .imageTextGiant-Container{padding-top:10px;}
#module_683813753 .imageTextGiant-Container{padding-bottom:10px;}
#module_683813753 .imageTextGiant-Container{padding-left:0px;}
#module_683813753 .imageTextGiant-Container{padding-right:0px;}
#module_683813753 .showHandle .btn{font-size:14px;}
#module_683813753 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683813753 .showHandle .btn{color:#333;}
#module_683813753 .showHandle .btn{font-weight:400;}
#module_683813753 .showHandle .btn{text-decoration:none;}
#module_683813753 .showHandle .btn{font-style:normal;}
#module_683813753 .showHandle div{border-top-color:#ddd !important;}
#module_683813753 .showHandle div{border-top-style:solid !important;}
#module_683813753 .showHandle div{border-top-width:1px !important;}
#module_683813753 .showHandle{background-color:transparent;}
#module_683813753 .showHandle{background-image:none;}
#module_683813753 .showHandle{background-repeat:no-repeat;}
#module_683813753 .showHandle{}
#module_683813753 .showHandle{}
#module_683813753 .showHandle{}
#module_683813753 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer683329362 #Sub683329362_2 {width:29.2258%;}
#module_688836767{display:none;}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*滚动条*/

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

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

/*二级导航*/

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

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

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

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



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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_683321993 .ModuleHead .HeadCenter{float:none;}
#module_683321993 {
padding:0px;
}
#module_683321993 {
}
#module_683321993 .ModuleHead683321993 {
display:none;
}
#module_683321993 .BodyCenter.BodyCenter683321993 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683321993 >.module_683321993 {
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_683321993 >.module_683321993{
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_683321993 .BodyCenter.BodyCenter683321993 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_683321993 .BodyCenter.BodyCenter683321993 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_683321993 >.module_683321993 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_683321993 >.module_683321993 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_683321993 >.module_683321993 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683321993:hover {
border:none;
}
#module_683321993:hover >.module_683321993 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683321993 .langlistbox{background-color:#fff} #module_683321993 .langlistbox .jt{border-bottom-color:#fff}
#module_683321993 .langlistbox .langinfo{color:#333333}
#module_683321993 .langlistbox .langinfo{background-color:#fff}
#module_683321993 .langlistbox .langinfo{border-color:#333333}
#module_683321993 .langlistbox .langtxt{ font-size:16px }
#module_683321993 .langlistbox .langtxt{ color:#333333 }
#module_683321993 {}#module_683321993.layout-101 #header{border-bottom-color:transparent;}
#module_683321993 {}#module_683321993.layout-101 #header{border-bottom-style:none;}
#module_683321993 {}#module_683321993.layout-101 #header{border-bottom-width:0px;}
#module_683321993 {}#module_683321993.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_683321993 {}#module_683321993.layout-101 #MobileNav{background-color: transparent;} #module_683321993.layout-101 #header{background-color:rgb(255, 255, 255);}
#module_683321993 {}#module_683321993.layout-101 #header{}
#module_683321993 {}#module_683321993.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_683321993 {}#module_683321993.layout-101 #header p{font-size:16px;}
#module_683321993 {}#module_683321993.layout-101 #header p{color:#fff;}
#module_683321993 {}#module_683321993.layout-101 #header p{font-weight:normal;}
#module_683321993 {}#module_683321993.layout-101 #header p{text-decoration:none;}
#module_683321993 {}#module_683321993.layout-101 #header p{font-style:normal;}
#module_683321993 {}#module_683321993.layout-101 .lcitem .rect{background:rgb(127, 127, 127);} #module_683321993.layout-101 .icons{color:rgb(127, 127, 127);} #module_683321993.layout-101 .svgdiv svg>*{fill:rgb(127, 127, 127);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item ul li{border-bottom-color:rgba(216, 216, 216, 0.23);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item,#module_683321993.layout-101 #MobileNavFloatLayer{background-color:rgb(255, 255, 255);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item,#module_683321993.layout-101 #MobileNavFloatLayer{}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a{background:rgb(255, 255, 255);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a{}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a,#module_683321993.layout-101 .micro-nav-item>ul>li>a p{color:rgb(0, 0, 0);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a{background:rgb(240, 130, 0);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a,#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a,#module_683321993.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a,#module_683321993.layout-101 .micro-nav-item>ul>li>a p{font-size:15px;}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a,#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a,#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:15px;}
#module_683321993 .langlistbox li:hover .langinfo,#module_683321993 .langactive .langinfo {color:#fff}
#module_683321993 .langlistbox li:hover .langinfo,#module_683321993 .langactive .langinfo{background-color:#333333}
#module_683321993 .langlistbox li:hover .langinfo,#module_683321993 .langactive .langinfo{border-color:#333333}
#module_683321993 .langlistbox li:hover .langtxt,#module_683321993 .langactive .langtxt{ color:#333333 }
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a:hover,#module_683321993.layout-101 .micro-nav-item>ul>li>a:hover p{color:rgb(240, 130, 0);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:rgb(240, 130, 0);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:rgb(240, 130, 0);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:rgb(242, 242, 242);}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16);
    color: #666;
    box-sizing: content-box;
    white-space: nowrap;
    /* min-width: 80px; */
}
.ModuleMobileFloatNavGiant .defaultbtnbghover{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.ModuleMobileFloatNavGiant .itemtextright{
    text-align: right;
}
.ModuleMobileFloatNavGiant .itemtextleft{
    text-align: left;
}
.ModuleMobileFloatNavGiant .itemtextright::before{
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .itemtextleft::before{
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .FloatNavitemlist{ height: 0; display: none; transition:all}
.itemimg{
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}
.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}
.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}
.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}.module_683321998 .ModuleHead .HeadCenter{float:none;}
#module_683321998 {
padding:0px;
}
#module_683321998 {
}
#module_683321998 .ModuleHead0 {
display:none;
}

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

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