/* cache file /mnt/YouZhan/youzhannew-eyunshe/caches/csscache/8/85740/85740_355286_1_.cache exists */
/*md5:b5cc5b7ddaa4e0cf8d0f4b9216b5dca1*/
/*time: 2022-04-12 15:40:23*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
	width: 66px;
	float: right;
}
.ModuleOnLineServiceGiant.layout-109 .qrcodetips{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	 text-align: center;
	  margin-top:4px;
	  color:#666
	}

@keyframes scaleToggleOne {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes turn{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}

.turn{
	animation:turn 1s linear ;
}

.ModuleOnLineServiceGiant.layout-109  .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.ModuleOnLineServiceGiant.layout-109 .online-service {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	/* position:fixed;
	bottom:0;
	right:40px; */
	opacity: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	/* z-index:700; */
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.ModuleOnLineServiceGiant.layout-109 .online-service:focus {
	outline: 0
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animated {
	opacity: 1;
	/* transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px) */
	margin-bottom: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 51;
	background: transparent;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 50
}

.ModuleOnLineServiceGiant.layout-109 .online-service .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles .circle {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-1 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-2 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-3 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	min-height: 44px;
	z-index: 0;
	-webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
	transition: all .3s cubic-bezier(.86, 0, .07, 1);
	width: 180px;
	/* background-color: #1E88E5; */
	color: #fff;
	text-align: left;
	border-radius: 15px 15px 0px 15px;
	box-shadow: 0px 0px 20px 0px rgba(30, 136, 229, 0.08);
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.ModuleOnLineServiceGiant.layout-109 .online-service-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fffefe;
	box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
	text-align: center;
	line-height: 40px;
	transform: rotate(180deg);
	color: #1E88E5;
	margin: 0 auto;
	cursor: pointer;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content {
	width: 66px;
	background: #fffefe;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	bottom: 60px;
	text-align: center;
	padding-top: 20px;
	display: none;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-tab {
	min-height: 40px;
	height: auto;
	/*max-height: 60px;
    padding-bottom: 10px;
	padding-top: 5px; */
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	width: 100%;
    height: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .imitem{
	width: 190px;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3{
	width: 2px;
	height: 18px;
	display: inline-block;
	background-color:#666;
	position: absolute;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3:before{ content: '';}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .topline{
	/* visibility: hidden; */
	transform: rotate(45deg);
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .bottomline{
	/* visibility: hidden; */
	transform: rotate(-45deg);
}
@keyframes topline{
	0%{
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	100%{
		transform: rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
}
@keyframes bottomline{
	0%{
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}

	100%{
		transform: rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .topline {
	animation: 0.5s topline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .bottomline {
	animation: 0.5s bottomline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .iconfont {
	font-size: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .active {
	background: #1E88E5;
	color: #fff;
	padding: 5px 0;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close::after {
	position: absolute;
	content: '';
	width: 29px;
	height: 1px;
	border: 1px solid #eeeeee;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.54s;
}
.ModuleOnLineServiceGiant.layout-109 .content-tab-name.tabnameshow {
	min-height: 20px;
	/* overflow:visible; */
	opacity: 1;
	height: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .hoverdiv {
	position: absolute;
	width: 100%;
	left: -45px;
	height: 100%;
	transform: translatey(-50%);
	top: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content {
	max-width: 450px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	display: flex;
	padding: 20px;
	position: absolute;
	right: 40px;
	flex-wrap: wrap;
	text-align: left;
	width:max-content;
}

.ModuleOnLineServiceGiant.layout-109 .content-common {
	left: auto;
	top: 50%;
	transform: translate(0,-50%);
	right: 40px;
	visibility: hidden;
}
.ModuleOnLineServiceGiant.layout-109 .content-common.showami{
	visibility:visible;
	transform: translate(-10px, -50%);
	transition:all 0.3s;
}

.ModuleOnLineServiceGiant.layout-109 .content-common::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 8px solid #fff;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	/* right: 40px;  */
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a {
	width: calc((100% - 30px) / 2);
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:first {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:nth-child(2n+1) {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IconType img {
	width: 14px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IMType {
	color: #999999;
	font-size: 12px;
	margin-left: 5px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content {
	padding: 14px 0px;
	border-top: 1px solid #eeeeee;
	margin-top: 2px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .IMName {
	width: calc(100% - 50px);
	margin-left: 10px;
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.ModuleOnLineServiceGiant.layout-109 .Contacts-content {
	max-width: 324px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
	cursor: text;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item {
	/* align-items: flex-start;
	align-content: flex-start;*/
	display: flex;
	margin-bottom: 25px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item:last-child {
	margin-bottom: 0;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon{
    width: 12px;
	margin-top: -3px;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon img {
	width: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item-name {
	margin-right: 30px;
	color: #999999;
	font-size: 12px;
	max-width: 100px;
	text-align: left;
	display: inline-block;
	vertical-align: top;

}

.ModuleOnLineServiceGiant.layout-109 .ContactContent {
	color: #333;
	font-size: 12px;
	word-break: break-word;
	width:  calc(100% - 17px);
	margin-left: 5px;
	max-width: 270px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content {
    max-width: 100%;
	display: flex;
}

.ModuleOnLineServiceGiant.layout-109 .QRcode-content {
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
	width: 170px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top
}
.ModuleOnLineServiceGiant.layout-109 .qrcode-content .img{
	max-height:170px;
}

.ModuleOnLineServiceGiant.layout-109 .nodata {
	min-width: 180px;
	border-radius: 10px;
	color: #999999;
	font-size: 12px;
	background: #FEFEFE;
	text-align: center;

}
.module_421420905 .ModuleHead .HeadCenter{float:none;}
#module_421420905 {
padding:0px;
}
#module_421420905 {
position:absolute;
z-index:4001;
top:564px;
left:0px;
width:100%;
height:126px;
}
#module_421420905 .ModuleHead421420905 {
display:none;
}
#module_421420905 .BodyCenter.BodyCenter421420905 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420905 >.module_421420905 {
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_421420905 >.module_421420905{
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_421420905 .BodyCenter.BodyCenter421420905 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420905 .BodyCenter.BodyCenter421420905 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420905 >.module_421420905 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420905 >.module_421420905 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420905 >.module_421420905 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420905:hover {
border:none;
}
#module_421420905:hover >.module_421420905 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420905 .animated-circles.animated .c-1,#module_421420905 .animated-circles.animated .c-2,#module_421420905 .animated-circles.animated.c-3{opacity: 0.25; background-color:#1e88e5;} #module_421420905 .animated-circles2:after{background-image:linear-gradient(to bottom, #1e88e5, #1e88e5)}
#module_421420905 .online-service-nav .head{background-color:#FFFFFF;}
#module_421420905 .online-service{border-width:0px;}
#module_421420905 .online-service{border-style:;}
#module_421420905 .online-service{border-color:;}
#module_421420905 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_421420905 .online-service-content{background-color:#fff;}
#module_421420905 .online-service-content{border-top-left-radius:20px;}
#module_421420905 .online-service-content{border-bottom-left-radius:20px;}
#module_421420905 .online-service-content{border-bottom-right-radius:20px;}
#module_421420905 .online-service-content{border-top-right-radius:20px;}
#module_421420905 .online-service-content-tab .content-tab{background-color:transparent;}
#module_421420905 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_421420905 .content-close::after{border-width:1px;}
#module_421420905 .content-close::after{border-style:solid;}
#module_421420905 .content-close::after{border-color:#eeeeee;}
#module_421420905 .content-close span{background-color:#999999;}
#module_421420905 .online-service-top{background-color:#ffffff;}
#module_421420905 .online-service-top .iconfont{color:rgb(24, 87, 193);}
#module_421420905 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_421420905 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_421420905 .online-service:hover{border-width:0px;}
#module_421420905 .online-service:hover{border-style:;}
#module_421420905 .online-service:hover{border-color:;}
#module_421420905 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_421420905 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_421420905 .online-service:hover .online-service-hint{background-color:rgb(24, 87, 193);}
#module_421420905 .online-service-content-tab .content-tabh:hover{background-color:rgb(24, 87, 193);}
#module_421420905 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_421420905 .content-close:hover span{background-color:#999999;}
#module_421420905 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_421420905 .online-service-top:hover{background-color:#ffffff;}
#module_421420905 .online-service-top:hover .iconfont{color:rgb(24, 87, 193);}
#module_421420905 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:690px}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_421420296 .ModuleHead .HeadCenter{float:none;}
#module_421420296 {
padding:0px;
}
#module_421420296 {
position:static;
z-index:999;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_421420296 .ModuleHead421420296 {
display:none;
}
#module_421420296 .BodyCenter.BodyCenter421420296 {
background:none;background-color:rgb(255, 255, 255);
}
#module_421420296 >.module_421420296 {
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:rgba(255, 255, 255, 0.1);
border-bottom-width:0px;
}
#module_421420296 >.module_421420296{
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_421420296 .BodyCenter.BodyCenter421420296 {
padding-top:0.0000%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420296 .BodyCenter.BodyCenter421420296 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420296 >.module_421420296 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420296 >.module_421420296 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420296 >.module_421420296 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420296:hover {
border:none;
}
#module_421420296:hover >.module_421420296 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420296 .ModuleSubContainer{background-color:transparent;}
#module_421420296 .ModuleSubContainer{background-image:none;}
#module_421420296 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421420296 .ModuleSubContainer{background-position:0% 0%;}
#module_421420296 .ModuleSubContainer{background-attachment:scroll;}
#module_421420296 .ModuleSubContainer{}
#module_421420296 {!bgVideo!}{bgVideoUrl:}
#module_421420296 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421420296 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421420296 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421420296 {max-width:none;width:100%;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_421420904 .ModuleHead .HeadCenter{float:none;}
#module_421420904 {
padding:0px;
}
#module_421420904 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420904 .ModuleHead421420904 {
display:none;
}
#module_421420904 {
border:none;
}
@media screen and (min-width: 768px){
#module_421420904 >.module_421420904 {
margin-top:3.4934%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420904 >.module_421420904 {
}
}

#module_421420904 img{border-top-color:transparent;}
#module_421420904 img{border-top-style:none;}
#module_421420904 img{border-top-width:0px;}
#module_421420904 img{border-right-color:transparent;}
#module_421420904 img{border-right-style:none;}
#module_421420904 img{border-right-width:0px;}
#module_421420904 img{border-bottom-color:transparent;}
#module_421420904 img{border-bottom-style:none;}
#module_421420904 img{border-bottom-width:0px;}
#module_421420904 img{border-left-color:transparent;}
#module_421420904 img{border-left-style:none;}
#module_421420904 img{border-left-width:0px;}
#module_421420904 img{border-top-left-radius:0px;}
#module_421420904 img{border-top-right-radius:0px;}
#module_421420904 img{border-bottom-left-radius:0px;}
#module_421420904 img{border-bottom-right-radius:0px;}
#module_421420904 .BodyCenter{text-align: center;}

.ModuleNavGiant.layout-109 .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;
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;
  line-height: 0;
  overflow:hidden;
}
.ModuleNavGiant.layout-109 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-109 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-109 .moveMenuRight, .ModuleNavGiant.layout-109 .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-109 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-109 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

}
.ModuleNavGiant.layout-109 .moveMenuRight:hover, .ModuleNavGiant.layout-109 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-109 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-109 .navBorderTop {
  position: absolute;
  width: auto;
  height: 80px;
  left: 0px;
  bottom: 0px;
  background-color: #da0000;
  display:none;
  top:0px;
}
.ModuleNavGiant.layout-109 .main-nav-item-group {
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;
  width: auto;
  height: 80px;
  text-align: center;
  float: left;
}
.ModuleNavGiant.layout-109 .main-nav-item {
  width: auto;
  height:80px;
  line-height:80px;
  color: #000000;
  display: inline-block;
  position: relative;
  transition:all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
}
.ModuleNavGiant.layout-109 .main-nav-item span{
	display:block;
	width:100%;
	height:100%;
	position:relative;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
}
.ModuleNavGiant.layout-109 .sub-nav-item-group {
  z-index: 3;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: none;
  left: 50% !important;
  transform: translateX(-50%);
}
.ModuleNavGiant.layout-109 .verticalMenu .sub-nav-item-group {
    display: none !important;
}
.sub-nav-holder{
	position:absolute;
	z-index:500;
	width:100%;display:none;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity:0.7;
  opacity: 0.7;
	height:40px;background-color:#333;
}
.ModuleNavGiant.layout-109 .sub-nav-item {
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding-left: 25px;
}
.ModuleNavGiant.layout-109 .main-nav-item-hover span{
  color: #fff;
  top: -7px;
  -webkit-animation: layout-109-nav-active 0.5s;
  -moz-animation: layout-109-nav-active 0.5s;
  -o-animation: layout-109-nav-active 0.5s;
  animation: layout-109-nav-active 0.5s;
}
.ModuleNavGiant.layout-109 .main-nav-item-hover::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-animation: layout-109-nav-active2 0.5s;
  -moz-animation: layout-109-nav-active2 0.5s;
  -o-animation: layout-109-nav-active2 0.5s;
  animation: layout-109-nav-active2 0.5s;
  bottom: 25%;
}
@keyframes layout-109-nav-active {
  from {
    top: 0px;
  }
  to {
    top: -7px;
  }
}
@-webkit-keyframes layout-109-nav-active
 { 
  from {
    top: 0px;
  }
  to {
    top: -7px;
  }
 } 
 
  
 @-moz-keyframes layout-109-nav-active
 { 
   from {
     top: 0px;
   }
   to {
    top: -7px;
   }
 }
 @-o-keyframes layout-109-nav-active
 { 
   from {
     top: 0px;
   }
   to {
    top: -7px;
   }
 }  
@keyframes layout-109-nav-active2 {
  from {
    bottom: 20%;
  }
  to {
    bottom: 25%;
  }
}
@-webkit-keyframes layout-109-nav-active2
 { 
  from {
    bottom: 20%;
  }
  to {
    bottom: 25%;
  }
 } 
 
  
 @-moz-keyframes layout-109-nav-active2
 { 
  from {
    bottom: 20%;
  }
  to {
    bottom: 25%;
  }
 }
 @-o-keyframes layout-109-nav-active2
 { 
  from {
    bottom: 20%;
  }
  to {
    bottom: 25%;
  }
 }  
.ModuleNavGiant.layout-109 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-109 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-109 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-109 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-109 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-109 .verticalMenu .main-nav-item .OneRow {padding: 0 !important; text-align: center;}
.sub-nav-holder.sub-menu{
    display: none !important;
}.module_421420488 .ModuleHead .HeadCenter{float:none;}
#module_421420488 {
padding:0px;
}
#module_421420488 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420488 .ModuleHead421420488 {
display:none;
}
#module_421420488 .BodyCenter.BodyCenter421420488 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420488 >.module_421420488 {
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_421420488 >.module_421420488{
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_421420488 .BodyCenter.BodyCenter421420488 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420488 .BodyCenter.BodyCenter421420488 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420488 >.module_421420488 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:2.3290%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420488 >.module_421420488 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420488 >.module_421420488 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420488:hover {
border:none;
}
#module_421420488:hover >.module_421420488 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420488 .main-nav-item-group{height:90px;}#module_421420488 .main-nav-item{height:90px;line-height:90px}#module_421420488 .navBorderTop{height:90px;}#module_421420488 .main-nav-content{height:90px} #module_421420488 .main-nav-content{height:90px}
#module_421420488 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_421420488 .main-nav-content{background-image:none;}
#module_421420488 .main-nav-content{background-repeat:no-repeat;}
#module_421420488 .main-nav-content{}
#module_421420488 .main-nav-content{}
#module_421420488 .main-nav-content{}
#module_421420488 .main-nav-content, #module_421420488 .verticalMenu .main-nav-item-group{text-align:right;}
#module_421420488 .main-nav-item span{width:auto;}
#module_421420488 .main-nav-item span{padding-left:15px;padding-right:15px;} #module_421420488 .verticalMenu .main-nav-item-group{margin-bottom:29px;}
#module_421420488 .main-nav-item span{font-size:15px;}
#module_421420488 .main-nav-item span{font-family:微软雅黑,Microsoft YaHei;}
#module_421420488 .main-nav-item span{color:rgb(0, 0, 0);}
#module_421420488 .main-nav-item span{font-weight:normal;}
#module_421420488 .main-nav-item span{text-decoration:none;}
#module_421420488 .main-nav-item span{font-style:normal;}
#module_421420488 .main-nav-item{background-color:transparent;}
#module_421420488 .main-nav-item{background-image:none;}
#module_421420488 .main-nav-item{background-repeat:no-repeat;}
#module_421420488 .main-nav-item{}
#module_421420488 .main-nav-item{}
#module_421420488 .main-nav-item{}
#module_421420488 .sub-nav-holder,#module_421420488_subholder{background-color:#333;}
#module_421420488 .sub-nav-holder,#module_421420488_subholder{background-image:none;}
#module_421420488 .sub-nav-holder,#module_421420488_subholder{background-repeat:no-repeat;}
#module_421420488 .sub-nav-holder,#module_421420488_subholder{}
#module_421420488 .sub-nav-holder,#module_421420488_subholder{}
#module_421420488 .sub-nav-holder,#module_421420488_subholder{}
#module_421420488 .sub-nav-holder,#module_421420488_subholder{opacity:0.7;}
#module_421420488 .sub-nav-item{height:40px;line-height:40px}#module_421420488_subholder{height:40px;}
#module_421420488 .sub-nav-item{font-size:14px;}
#module_421420488 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_421420488 .sub-nav-item{color:#fff;}
#module_421420488 .sub-nav-item{font-weight:normal;}
#module_421420488 .sub-nav-item{text-decoration:none;}
#module_421420488 .sub-nav-item{font-style:normal;}
#module_421420488 .sub-nav-item{margin-right:0px;}
#module_421420488 .main-nav-item-hover span{font-size:15px;}
#module_421420488 .main-nav-item-hover span{font-family:微软雅黑,Microsoft YaHei;}
#module_421420488 .main-nav-item-hover span{color:rgb(0, 0, 0);}#module_421420488 .main-nav-item-hover::after{background-color:rgb(0, 0, 0);}
#module_421420488 .main-nav-item-hover span{font-weight:normal;}
#module_421420488 .main-nav-item-hover span{text-decoration:none;}
#module_421420488 .main-nav-item-hover span{font-style:normal;}
#module_421420488 .navBorderTop{background-color:rgba(0,0,0,0);}
#module_421420488 .navBorderTop{background-image:none;}
#module_421420488 .navBorderTop{background-repeat:no-repeat;}
#module_421420488 .navBorderTop{}
#module_421420488 .navBorderTop{}
#module_421420488 .navBorderTop{}
#module_421420488 .sub-nav-item:hover{font-size:14px;}
#module_421420488 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_421420488 .sub-nav-item:hover{color:#1e88e5;}
#module_421420488 .sub-nav-item:hover{font-weight:normal;}
#module_421420488 .sub-nav-item:hover{text-decoration:none;}
#module_421420488 .sub-nav-item:hover{font-style:normal;}


.module_421421366 .ModuleHead .HeadCenter{float:none;}
#module_421421366 {
padding:0px;
}
#module_421421366 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_421421366 .ModuleHead421421366 {
display:none;
}

.module_421430801 .ModuleHead .HeadCenter{float:none;}
#module_421430801 {
padding:0px;
}
#module_421430801 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_421430801 .ModuleHead421430801 {
display:none;
}

#module_421430801 .ModuleSubContainer{background-color:transparent;}
#module_421430801 .ModuleSubContainer{}
#module_421430801 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421430801 .ModuleSubContainer{background-position:0% 0%;}
#module_421430801 .ModuleSubContainer{background-attachment:scroll;}
#module_421430801 .ModuleSubContainer{}
#module_421430801 {!bgVideo!}{bgVideoUrl:}
#module_421430801 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421430801 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421430801 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421430801 {max-width:none;width:100%;}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-109 .slider-layout-109 {width: 100%; height: auto; margin: auto; position: relative;}
.ModuleSlideV2Giant.layout-109 .slider-layout-109 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-109 .slick-track {font-size: 0;}
.ModuleSlideV2Giant.layout-109 .slick-dotted.slick-slider {margin-bottom: 0; padding: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-109 .slick-slide {position: relative; transition: unset !important; opacity: 1 !important;}
.ModuleSlideV2Giant.layout-109 .slick-slide .slick-slide-box{transform: matrix(1, 0, 0, 1, 0, 0);}
.ModuleSlideV2Giant.layout-109 .slick-slide .slick-box{transform: matrix(1.1, 0, 0, 1.1, 0, 0); transform-origin: 100% 50%;}
.ModuleSlideV2Giant.layout-109 .slick-slide.slick-current .slick-box{transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 0% 50%;}
.ModuleSlideV2Giant.layout-109 .slick-slide.prevScalePage {-moz-animation: prevScalePage 1s ease-in-out; -webkit-animation: prevScalePage 1s ease-in-out; animation: prevScalePage 1s ease-in-out;}
.ModuleSlideV2Giant.layout-109 .slick-slide.nextScalePage {-moz-animation: nextScalePageUBox 1s ease-in-out; -webkit-animation: nextScalePageUBox 1s ease-in-out; animation: nextScalePageUBox 1s ease-in-out;}
.ModuleSlideV2Giant.layout-109 .slick-slide.nextScalePage .slick-slide-box {-moz-animation: nextScalePageBox 1s ease-in-out; -webkit-animation: nextScalePageBox 1s ease-in-out; animation: nextScalePageBox 1s ease-in-out;}
.ModuleSlideV2Giant.layout-109 .slick-slide.nextScalePage .slick-box{-moz-animation: nextScalePage 1s ease-in-out; -webkit-animation: nextScalePage 1s ease-in-out; animation: nextScalePage 1s ease-in-out;}
.ModuleSlideV2Giant.layout-109 .slick-slide.nextScalePageInversion .slick-slide-box {-moz-animation: nextScalePageBoxInversion 1s ease-in-out; -webkit-animation: nextScalePageBoxInversion 1s ease-in-out; animation: nextScalePageBoxInversion 1s ease-in-out;}
.ModuleSlideV2Giant.layout-109 .slick-slide.nextScalePageInversion .slick-box{-moz-animation: nextScalePageInversion 1s ease-in-out; -webkit-animation: nextScalePageInversion 1s ease-in-out; animation: nextScalePageInversion 1s ease-in-out;}
.ModuleSlideV2Giant.layout-109 .slide-box img {position: relative; left: 50%; transform: translate(-50%); width: 100%;}
.ModuleSlideV2Giant.layout-101 .slide-box .swiperImg {width:100%;}
.ModuleSlideV2Giant.layout-109 .slick-dots {bottom: 50px; font-size: 0;}
.ModuleSlideV2Giant.layout-109 .slick-dots li {position: relative; font-size: 0; width: 60px; height: 2px; margin-left: unset; margin-right: unset; background-color: rgba(19, 157, 143, .4); cursor: unset;}
.ModuleSlideV2Giant.layout-109 .slick-dots li button {width: 100%; height: 100%; border: unset; padding: 0; cursor: unset;}
.ModuleSlideV2Giant.layout-109 .slick-dots li button:before {content: unset;}
.ModuleSlideV2Giant.layout-109 .slick-dots li.slick-active {background-color: rgba(19, 157, 143, 1);}
.ModuleSlideV2Giant.layout-109 .slick-prev, .ModuleSlideV2Giant.layout-109 .slick-next {display: inline-block !important; position: relative; bottom: -12px; font-size: 16px; color: #fff; z-index: 1; width: auto; height: auto; line-height: 1;}
.ModuleSlideV2Giant.layout-109 .slick-prev {left: -20px;}
.ModuleSlideV2Giant.layout-109 .slick-next {right: -20px;}
.ModuleSlideV2Giant.layout-109 .slick-prev:before,
.ModuleSlideV2Giant.layout-109 .slick-next:before {content: unset;}
.ModuleSlideV2Giant.layout-109 .tab-pages {width: auto; height: auto; position: absolute; top: 50%; right: 40px; transform: translateY(-50%); font-size: 16px;}
.ModuleSlideV2Giant.layout-109 .tab-pages p {line-height: 1;}
.ModuleSlideV2Giant.layout-109 .tab-pages p.current-page::after {content: ''; width: 100%; height: 2px; background: #000; display: block; margin-top: 15px; margin-bottom: 15px;}

@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-109 .slick-dots {bottom: 6%;}
    .ModuleSlideV2Giant.layout-109 .tab-pages {right: 2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-109 .slick-dots {bottom: 9%; font-size: 14px;}
    .ModuleSlideV2Giant.layout-109 .tab-pages {right:3%;font-size:14px;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-109 .slick-dots {bottom: 10% !important; font-size: 12px;}
    .ModuleSlideV2Giant.layout-109 .tab-pages {right:5%;height:1px;}
    .ModuleSlideV2Giant.layout-109 .tab-pages::after {height:1px;}
    .ModuleSlideV2Giant.layout-109 .slick-active{width:45px;/*height:1px;*/}

}

@-moz-keyframes prevScalePage {
    0% {transform: scale(1, 1)}
    10% {transform: scale(1.02, 1.02)}
    20% {transform: scale(1.04, 1.04)}
    30% {transform: scale(1.06, 1.06)}
    40% {transform: scale(1.08, 1.08)}
    50%, 60%, 70%, 80%, 90%, 100% {transform: scale(1.1, 1.1)}
}
@-webkit-keyframes prevScalePage {
    0% {transform: scale(1, 1)}
    10% {transform: scale(1.02, 1.02)}
    20% {transform: scale(1.04, 1.04)}
    30% {transform: scale(1.06, 1.06)}
    40% {transform: scale(1.08, 1.08)}
    50%, 60%, 70%, 80%, 90%, 100% {transform: scale(1.1, 1.1)}
}
@keyframes prevScalePage {
    0% {transform: scale(1, 1)}
    10% {transform: scale(1.02, 1.02)}
    20% {transform: scale(1.04, 1.04)}
    30% {transform: scale(1.06, 1.06)}
    40% {transform: scale(1.08, 1.08)}
    50%, 60%, 70%, 80%, 90%, 100% {transform: scale(1.1, 1.1)}
}

@-moz-keyframes nextScalePageUBox {
    0% {transform: scale(1, 1)}
    10%, 20% {transform: scale(1.02, 1.02)}
    30%, 40% {transform: scale(1.06, 1.06)}
    50% {transform: scale(1.1, 1.1)}
    60% {transform: scale(1.08, 1.08)}
    70% {transform: scale(1.06, 1.06)}
    80% {transform: scale(1.04, 1.04)}
    90% {transform: scale(1.02, 1.02)}
    100% {transform: scale(1, 1)}
}
@-webkit-keyframes nextScalePageUBox {
    0% {transform: scale(1, 1)}
    10%, 20% {transform: scale(1.02, 1.02)}
    30%, 40% {transform: scale(1.06, 1.06)}
    50% {transform: scale(1.1, 1.1)}
    60% {transform: scale(1.08, 1.08)}
    70% {transform: scale(1.06, 1.06)}
    80% {transform: scale(1.04, 1.04)}
    90% {transform: scale(1.02, 1.02)}
    100% {transform: scale(1, 1)}
}
@keyframes nextScalePageUBox {
    0% {transform: scale(1, 1)}
    10%, 20% {transform: scale(1.02, 1.02)}
    30%, 40% {transform: scale(1.06, 1.06)}
    50% {transform: scale(1.1, 1.1)}
    60% {transform: scale(1.08, 1.08)}
    70% {transform: scale(1.06, 1.06)}
    80% {transform: scale(1.04, 1.04)}
    90% {transform: scale(1.02, 1.02)}
    100% {transform: scale(1, 1)}
}

@-moz-keyframes nextScalePageBox {
    0% {transform: translate(100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@-webkit-keyframes nextScalePageBox {
    0% {transform: translate(100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@keyframes nextScalePageBox {
    0% {transform: translate(100%, 0%);}
    100% {transform: translate(0%, 0%);}
}

@-moz-keyframes nextScalePage {
    0% {transform: translate(-100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@-webkit-keyframes nextScalePage {
    0% {transform: translate(-100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@keyframes nextScalePage {
    0% {transform: translate(-100%, 0%);}
    100% {transform: translate(0%, 0%);}
}

@-moz-keyframes nextScalePageBoxInversion {
    0% {transform: translate(-100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@-webkit-keyframes nextScalePageBoxInversion {
    0% {transform: translate(-100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@keyframes nextScalePageBoxInversion {
    0% {transform: translate(-100%, 0%);}
    100% {transform: translate(0%, 0%);}
}

@-moz-keyframes nextScalePageInversion {
    0% {transform: translate(100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@-webkit-keyframes nextScalePageInversion {
    0% {transform: translate(100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@keyframes nextScalePageInversion {
    0% {transform: translate(100%, 0%);}
    100% {transform: translate(0%, 0%);}
}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-109 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-109 .slick-dots li {width: 30px;}
    .ModuleSlideV2Giant.layout-109 .slick-prev, .ModuleSlideV2Giant.layout-109 .slick-next {font-size: 12px;}
    .ModuleSlideV2Giant.layout-109 .slick-prev {left: -10px;}
    .ModuleSlideV2Giant.layout-109 .slick-next {right: -10px;}
    .ModuleSlideV2Giant.layout-109 .tab-pages {display: none;}
}.module_421430815 .ModuleHead .HeadCenter{float:none;}
#module_421430815 {
padding:0px;
}
#module_421430815 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421430815 .ModuleHead421430815 {
display:none;
}

#module_421430815 .tab-pages p{color:rgba(255, 255, 255, .5);}
#module_421430815 .tab-pages p.current-page::after{background-color:rgba(255, 255, 255, 1);}
#module_421430815 .slick-dots li{background-color:rgba(209, 209, 209, .3);}
#module_421430815 .slick-prev, #module_421430815 .slick-next{color:rgba(255, 255, 255, 1);}
#module_421430815 .tab-pages p.current-page{color:rgba(255, 255, 255, 1);}
#module_421430815 .slick-dots li.slick-active{background-color:rgba(255, 255, 255, 1);}
#module_421430815 .slick-prev:hover, #module_421430815 .slick-next:hover{color:rgba(255, 255, 255, 1);}
/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {font-size: 14px;}
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_421625950 .ModuleHead .HeadCenter{float:none;}
#module_421625950 {
padding:0px;
}
#module_421625950 {
position:absolute;
z-index:99;
top:13%;
left:0%;
width:59%;
height:80%;
}
#module_421625950 .ModuleHead421625950 {
display:none;
}
#module_421625950 .BodyCenter.BodyCenter421625950 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421625950 >.module_421625950 {
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_421625950 >.module_421625950{
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_421625950 .BodyCenter.BodyCenter421625950 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421625950 .BodyCenter.BodyCenter421625950 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421625950 >.module_421625950 {
margin-top:30.6931%;
margin-left:0.0000%;
margin-right:18.3876%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421625950 >.module_421625950 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421625950 >.module_421625950 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421625950:hover {
border:none;
}
#module_421625950:hover >.module_421625950 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421625950 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421625950 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421625950 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421625950 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421625950 .imageTextGiant-Container{padding-top:10px;}
#module_421625950 .imageTextGiant-Container{padding-bottom:10px;}
#module_421625950 .imageTextGiant-Container{padding-left:10px;}
#module_421625950 .imageTextGiant-Container{padding-right:10px;}
#module_421625950 .showHandle .btn{font-size:14px;}
#module_421625950 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421625950 .showHandle .btn{color:#333;}
#module_421625950 .showHandle .btn{font-weight:400;}
#module_421625950 .showHandle .btn{text-decoration:none;}
#module_421625950 .showHandle .btn{font-style:normal;}
#module_421625950 .showHandle div{border-top-color:#ddd !important;}
#module_421625950 .showHandle div{border-top-style:solid !important;}
#module_421625950 .showHandle div{border-top-width:1px !important;}
#module_421625950 .showHandle{background-color:transparent;}
#module_421625950 .showHandle{background-image:none;}
#module_421625950 .showHandle{background-repeat:no-repeat;}
#module_421625950 .showHandle{}
#module_421625950 .showHandle{}
#module_421625950 .showHandle{}
#module_421625950 a{font-size:unset;font-family:unset}
.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;
}
.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_421649637 .ModuleHead .HeadCenter{float:none;}
#module_421649637 {
padding:0px;
}
#module_421649637 {
position:absolute;
z-index:99;
top:43%;
left:1%;
width:17%;
height:28%;
}
#module_421649637 .ModuleHead421649637 {
display:none;
}
#module_421649637 .BodyCenter.BodyCenter421649637 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421649637 >.module_421649637 {
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_421649637 >.module_421649637{
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_421649637 .BodyCenter.BodyCenter421649637 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421649637 .BodyCenter.BodyCenter421649637 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421649637 >.module_421649637 {
margin-top:69.2683%;
margin-left:0.0000%;
margin-right:9.7561%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421649637 >.module_421649637 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421649637 >.module_421649637 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421649637:hover {
border:none;
}
#module_421649637:hover >.module_421649637 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421649637 .BodyCenter{text-align:left;}
#module_421649637 .moduleButton{font-size:16px;}
#module_421649637 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_421649637 .moduleButton{color:#fff;}
#module_421649637 .moduleButton{font-weight:normal;}
#module_421649637 .moduleButton{text-decoration:none;}
#module_421649637 .moduleButton{font-style:normal;}
#module_421649637 .moduleButton, #module_421649637 .moduleButton:before{background-color:rgb(24, 87, 193);}
#module_421649637 .moduleButton, #module_421649637 .moduleButton:before{background-image:none;}
#module_421649637 .moduleButton, #module_421649637 .moduleButton:before{background-repeat:no-repeat;}
#module_421649637 .moduleButton, #module_421649637 .moduleButton:before{background-position:none;}
#module_421649637 .moduleButton, #module_421649637 .moduleButton:before{background-attachment:none;}
#module_421649637 .moduleButton, #module_421649637 .moduleButton:before{}
#module_421649637 .moduleButton{border-color:#000;}
#module_421649637 .moduleButton{border-style:solid;}
#module_421649637 .moduleButton{border-width:0px;}
#module_421649637 .moduleButton{width:200px;}
#module_421649637 .moduleButton,#module_421649637 .BreadsvgIcon{height:50px;line-height:50px;}
#module_421649637 .BodyCenter{color:#fff;}
#module_421649637 .moduleButton{border-top-left-radius:0px;}
#module_421649637 .moduleButton{border-top-right-radius:0px;}
#module_421649637 .moduleButton{border-bottom-left-radius:0px;}
#module_421649637 .moduleButton{border-bottom-right-radius:0px;}
#module_421649637 .BreadIcon{font-size:16px;} #module_421649637 .BreadsvgIcon svg{width:16px;height:16px;}
#module_421649637 .BreadIcon{color:#fff;} #module_421649637 .BreadsvgIcon svg>*{fill:#fff;}
#module_421649637 .BreadIcon,#module_421649637 .BreadsvgIcon{margin-left:10px;}
#module_421649637 .BreadIcon,#module_421649637 .BreadsvgIcon{margin-right:10px;}
#module_421649637 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_421649637 .moduleButton:hover .BreadIcon{font-size:16px;} #module_421649637 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_421649637 .moduleButton:hover .BreadIcon{color:#fff} #module_421649637 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_421649637 .moduleButton:hover{font-size:16px;}
#module_421649637 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_421649637 .moduleButton:hover{color:rgb(0, 0, 0);}
#module_421649637 .moduleButton:hover{font-weight:normal;}
#module_421649637 .moduleButton:hover{text-decoration:none;}
#module_421649637 .moduleButton:hover{font-style:normal;}
#module_421649637 .moduleButton:hover, #module_421649637 .moduleButton:hover:before{background-image: unset;background-color:rgb(255, 255, 255);}
#module_421649637 .moduleButton:hover, #module_421649637 .moduleButton:hover:before{background-image:none;}
#module_421649637 .moduleButton:hover, #module_421649637 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_421649637 .moduleButton:hover, #module_421649637 .moduleButton:hover:before{background-position:none;}
#module_421649637 .moduleButton:hover, #module_421649637 .moduleButton:hover:before{background-attachment:none;}
#module_421649637 .moduleButton:hover, #module_421649637 .moduleButton:hover:before{}
#module_421649637 .moduleButton:hover{border-color:transparent;}
#module_421649637 .moduleButton:hover{border-style:solid;}
#module_421649637 .moduleButton:hover{border-width:0px;}
#module_421649637 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

#module_421430815 .SubContainer {}

.module_421420297 .ModuleHead .HeadCenter{float:none;}
#module_421420297 {
padding:0px;
}
#module_421420297 {
position:static;
z-index:0;
top:320px;
left:224px;
width:100%;
height: auto;
}
#module_421420297 .ModuleHead421420297 {
display:none;
}
#module_421420297 .BodyCenter.BodyCenter421420297 {
background-color:transparent;
background-image:url(/comdata/85740/202203/20220316203311be406d.png);
background-size:auto;
background-repeat:no-repeat;
background-position:0% 100%;
background-Attachment:scroll;
}
#module_421420297 >.module_421420297 {
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_421420297 >.module_421420297{
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_421420297 .BodyCenter.BodyCenter421420297 {
padding-top:0.0000%;
padding-left:4.1841%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420297 .BodyCenter.BodyCenter421420297 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420297 >.module_421420297 {
margin-top:-4.1841%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420297 >.module_421420297 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420297 >.module_421420297 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420297:hover {
border:none;
}
#module_421420297:hover >.module_421420297 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420297 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_421420297 .ModuleSubContainer{background-image:none;}
#module_421420297 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421420297 .ModuleSubContainer{background-position:0% 0%;}
#module_421420297 .ModuleSubContainer{background-attachment:scroll;}
#module_421420297 .ModuleSubContainer{}
#module_421420297 {!bgVideo!}{bgVideoUrl:}
#module_421420297 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421420297 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421420297 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421420297 {max-width:none;width:100%;}
.module_421420421 .ModuleHead .HeadCenter{float:none;}
#module_421420421 {
padding:0px;
}
#module_421420421 {
position:static;
z-index:0;
top:1013px;
left:396px;
width:100%;
height: auto;
}
#module_421420421 .ModuleHead421420421 {
display:none;
}
#module_421420421 {
border:none;
}
@media screen and (min-width: 768px){
#module_421420421 >.module_421420421 {
margin-top:19.4574%;
margin-left:0.0000%;
margin-right:10.4771%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420421 >.module_421420421 {
}
}

#module_421420421 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420421 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420421 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420421 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420421 .imageTextGiant-Container{padding-top:10px;}
#module_421420421 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420421 .imageTextGiant-Container{padding-left:10px;}
#module_421420421 .imageTextGiant-Container{padding-right:10px;}
#module_421420421 .showHandle .btn{font-size:14px;}
#module_421420421 .showHandle .btn{font-family:;}
#module_421420421 .showHandle .btn{color:#333;}
#module_421420421 .showHandle .btn{font-weight:400;}
#module_421420421 .showHandle .btn{text-decoration:none;}
#module_421420421 .showHandle .btn{font-style:normal;}
#module_421420421 .showHandle div{border-top-color:#ddd !important;}
#module_421420421 .showHandle div{border-top-style:solid !important;}
#module_421420421 .showHandle div{border-top-width:1px !important;}
#module_421420421 .showHandle{background-color:transparent;}
#module_421420421 .showHandle{}
#module_421420421 .showHandle{background-repeat:no-repeat;}
#module_421420421 .showHandle{}
#module_421420421 .showHandle{}
#module_421420421 .showHandle{}
#module_421420421 a{font-size:unset;font-family:unset}
.module_421420422 .ModuleHead .HeadCenter{float:none;}
#module_421420422 {
padding:0px;
}
#module_421420422 {
position:static;
z-index:0;
top:1062px;
left:535px;
width:100%;
height: auto;
}
#module_421420422 .ModuleHead421420422 {
display:none;
}
#module_421420422 {
border:none;
}
@media screen and (min-width: 768px){
#module_421420422 >.module_421420422 {
margin-top:2.0580%;
margin-left:0.0000%;
margin-right:10.4771%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420422 >.module_421420422 {
}
}

#module_421420422 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420422 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420422 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420422 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420422 .imageTextGiant-Container{padding-top:10px;}
#module_421420422 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420422 .imageTextGiant-Container{padding-left:10px;}
#module_421420422 .imageTextGiant-Container{padding-right:10px;}
#module_421420422 .showHandle .btn{font-size:14px;}
#module_421420422 .showHandle .btn{font-family:;}
#module_421420422 .showHandle .btn{color:#333;}
#module_421420422 .showHandle .btn{font-weight:400;}
#module_421420422 .showHandle .btn{text-decoration:none;}
#module_421420422 .showHandle .btn{font-style:normal;}
#module_421420422 .showHandle div{border-top-color:#ddd !important;}
#module_421420422 .showHandle div{border-top-style:solid !important;}
#module_421420422 .showHandle div{border-top-width:1px !important;}
#module_421420422 .showHandle{background-color:transparent;}
#module_421420422 .showHandle{}
#module_421420422 .showHandle{background-repeat:no-repeat;}
#module_421420422 .showHandle{}
#module_421420422 .showHandle{}
#module_421420422 .showHandle{}
#module_421420422 a{font-size:unset;font-family:unset}
.ModuleButtonGiant.layout-102 .moduleButton{
    background-color: #fff;
    font-size: 12px;
    height: 40px;
    width:100px;
    color:#333;
    border:1px solid #000;
    text-align: center;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2 !important;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover{
	color:#fff;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover:before{
    background-color: #333;
}
.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-right:before,.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-top:before,.ModuleButtonGiant.layout-102 .moduleButton.Radial-Out:before,.ModuleButtonGiant.layout-102 .moduleButton.RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Vertical:before{
	background-color: #333
}
.ModuleButtonGiant.layout-102 .BreadsvgIcon{
    flex-direction: column;
    justify-content: center;
}
.ModuleButtonGiant.layout-102 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-102 .BreadIcon{
    font-size: 16px;
}.module_421421368 .ModuleHead .HeadCenter{float:none;}
#module_421421368 {
padding:0px;
}
#module_421421368 {
position:static;
z-index:0;
top:661px;
width:100%;
height: auto;
}
#module_421421368 .ModuleHead421421368 {
display:none;
}
#module_421421368 .BodyCenter.BodyCenter421421368 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421421368 >.module_421421368 {
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_421421368 >.module_421421368{
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_421421368 .BodyCenter.BodyCenter421421368 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421421368 .BodyCenter.BodyCenter421421368 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421421368 >.module_421421368 {
margin-top:2.9935%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421421368 >.module_421421368 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421421368 >.module_421421368 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421421368:hover {
border:none;
}
#module_421421368:hover >.module_421421368 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421421368 .BodyCenter{text-align:left;}
#module_421421368 .moduleButton{font-size:14px;}
#module_421421368 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_421421368 .moduleButton{color:#000000;}
#module_421421368 .moduleButton{font-weight:normal;}
#module_421421368 .moduleButton{text-decoration:none;}
#module_421421368 .moduleButton{font-style:normal;}
#module_421421368 .moduleButton, #module_421421368 .moduleButton.faded:before{background-color:rgb(24, 87, 193);}
#module_421421368 .moduleButton, #module_421421368 .moduleButton.faded:before{background-image:none;}
#module_421421368 .moduleButton, #module_421421368 .moduleButton.faded:before{background-repeat:no-repeat;}
#module_421421368 .moduleButton, #module_421421368 .moduleButton.faded:before{background-position:none;}
#module_421421368 .moduleButton, #module_421421368 .moduleButton.faded:before{background-attachment:none;}
#module_421421368 .moduleButton, #module_421421368 .moduleButton.faded:before{}
#module_421421368 .moduleButton{border-color:#000000;}
#module_421421368 .moduleButton{border-style:solid;}
#module_421421368 .moduleButton{border-width:0px;}
#module_421421368 .moduleButton{width:60px;}
#module_421421368 .moduleButton,#module_421421368 .BreadsvgIcon{height:60px;line-height:60px;}
#module_421421368 .BodyCenter{color:#000;}
#module_421421368 .moduleButton{border-top-left-radius:0px;}
#module_421421368 .moduleButton{border-top-right-radius:0px;}
#module_421421368 .moduleButton{border-bottom-left-radius:0px;}
#module_421421368 .moduleButton{border-bottom-right-radius:0px;}
#module_421421368 .BreadIcon{font-size:25px;} #module_421421368 .BreadsvgIcon svg{width:25px;height:25px;}
#module_421421368 .BreadIcon{color:rgb(255, 255, 255);} #module_421421368 .BreadsvgIcon svg>*{fill:rgb(255, 255, 255);}
#module_421421368 .BreadIcon,#module_421421368 .BreadsvgIcon{margin-left:32px;}
#module_421421368 .BreadIcon,#module_421421368 .BreadsvgIcon{margin-right:32px;}
#module_421421368 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_421421368 .moduleButton:hover .BreadIcon{font-size:25px;} #module_421421368 .moduleButton:hover .BreadsvgIcon svg{width:25px;height:25px;}
#module_421421368 .moduleButton:hover .BreadIcon{color:#fff} #module_421421368 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_421421368 .moduleButton:hover{font-size:12px;}
#module_421421368 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_421421368 .moduleButton:hover{color:#fff;}
#module_421421368 .moduleButton:hover{font-weight:normal;}
#module_421421368 .moduleButton:hover{text-decoration:none;}
#module_421421368 .moduleButton:hover{font-style:normal;}
#module_421421368 .moduleButton:before, #module_421421368 .moduleButton.faded:before{background-color:rgb(0, 179, 255);}
#module_421421368 .moduleButton:before, #module_421421368 .moduleButton.faded:before{background-image:none;}
#module_421421368 .moduleButton:before, #module_421421368 .moduleButton.faded:before{background-repeat:no-repeat;}
#module_421421368 .moduleButton:before, #module_421421368 .moduleButton.faded:before{background-position:none;}
#module_421421368 .moduleButton:before, #module_421421368 .moduleButton.faded:before{background-attachment:none;}
#module_421421368 .moduleButton:before, #module_421421368 .moduleButton.faded:before{}
#module_421421368 .moduleButton:hover{border-color:#000000;}
#module_421421368 .moduleButton:hover{border-style:solid;}
#module_421421368 .moduleButton:hover{border-width:0px;}
#module_421421368 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.module_421421365 .ModuleHead .HeadCenter{float:none;}
#module_421421365 {
padding:0px;
}
#module_421421365 {
position:static;
z-index:0;
top:22px;
left:0px;
width:100%;
height: auto;
}
#module_421421365 .ModuleHead421421365 {
display:none;
}
#module_421421365 .BodyCenter.BodyCenter421421365 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421421365 >.module_421421365 {
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_421421365 >.module_421421365{
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_421421365 .BodyCenter.BodyCenter421421365 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421421365 .BodyCenter.BodyCenter421421365 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421421365 >.module_421421365 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421421365 >.module_421421365 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421421365 >.module_421421365 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421421365:hover {
border:none;
}
#module_421421365:hover >.module_421421365 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421421365 img{border-top-color:transparent;}
#module_421421365 img{border-top-style:none;}
#module_421421365 img{border-top-width:0px;}
#module_421421365 img{border-right-color:transparent;}
#module_421421365 img{border-right-style:none;}
#module_421421365 img{border-right-width:0px;}
#module_421421365 img{border-bottom-color:transparent;}
#module_421421365 img{border-bottom-style:none;}
#module_421421365 img{border-bottom-width:0px;}
#module_421421365 img{border-left-color:transparent;}
#module_421421365 img{border-left-style:none;}
#module_421421365 img{border-left-width:0px;}
#module_421421365 img{border-top-left-radius:0px;}
#module_421421365 img{border-top-right-radius:0px;}
#module_421421365 img{border-bottom-left-radius:0px;}
#module_421421365 img{border-bottom-right-radius:0px;}
#module_421421365 .BodyCenter{text-align: center;}

.module_421420721 .ModuleHead .HeadCenter{float:none;}
#module_421420721 {
padding:0px;
}
#module_421420721 {
position:static;
z-index:0;
top:430px;
left:271px;
width:100%;
height: auto;
}
#module_421420721 .ModuleHead421420721 {
display:none;
}
#module_421420721 .BodyCenter.BodyCenter421420721 {
background-color:transparent;
background-image:url(/comdata/85740/202107/20210713151301fee0c5.png);
background-size:auto;
background-repeat:no-repeat;
background-position:0% 100%;
background-Attachment:scroll;
}
#module_421420721 >.module_421420721 {
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_421420721 >.module_421420721{
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_421420721 .BodyCenter.BodyCenter421420721 {
padding-top:0.0000%;
padding-left:4.1841%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420721 .BodyCenter.BodyCenter421420721 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420721 >.module_421420721 {
margin-top:-7.8452%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420721 >.module_421420721 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420721 >.module_421420721 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420721:hover {
border:none;
}
#module_421420721:hover >.module_421420721 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420721 .ModuleSubContainer{background-color:transparent;}
#module_421420721 .ModuleSubContainer{background-image:none;}
#module_421420721 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421420721 .ModuleSubContainer{background-position:0% 0%;}
#module_421420721 .ModuleSubContainer{background-attachment:scroll;}
#module_421420721 .ModuleSubContainer{}
#module_421420721 {!bgVideo!}{bgVideoUrl:}
#module_421420721 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421420721 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421420721 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421420721 {max-width:none;width:100%;}
.module_421420724 .ModuleHead .HeadCenter{float:none;}
#module_421420724 {
padding:0px;
}
#module_421420724 {
position:static;
z-index:0;
top:1013px;
left:396px;
width:100%;
height: auto;
}
#module_421420724 .ModuleHead421420724 {
display:none;
}
#module_421420724 {
border:none;
}
@media screen and (min-width: 768px){
#module_421420724 >.module_421420724 {
margin-top:27.1967%;
margin-left:0.0000%;
margin-right:10.4603%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420724 >.module_421420724 {
margin-top:8.6455%;
margin-left:2.8818%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_421420724 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420724 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420724 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420724 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420724 .imageTextGiant-Container{padding-top:10px;}
#module_421420724 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420724 .imageTextGiant-Container{padding-left:10px;}
#module_421420724 .imageTextGiant-Container{padding-right:10px;}
#module_421420724 .showHandle .btn{font-size:14px;}
#module_421420724 .showHandle .btn{font-family:;}
#module_421420724 .showHandle .btn{color:#333;}
#module_421420724 .showHandle .btn{font-weight:400;}
#module_421420724 .showHandle .btn{text-decoration:none;}
#module_421420724 .showHandle .btn{font-style:normal;}
#module_421420724 .showHandle div{border-top-color:#ddd !important;}
#module_421420724 .showHandle div{border-top-style:solid !important;}
#module_421420724 .showHandle div{border-top-width:1px !important;}
#module_421420724 .showHandle{background-color:transparent;}
#module_421420724 .showHandle{}
#module_421420724 .showHandle{background-repeat:no-repeat;}
#module_421420724 .showHandle{}
#module_421420724 .showHandle{}
#module_421420724 .showHandle{}
#module_421420724 a{font-size:unset;font-family:unset}
.module_421420725 .ModuleHead .HeadCenter{float:none;}
#module_421420725 {
padding:0px;
}
#module_421420725 {
position:static;
z-index:0;
top:1062px;
left:535px;
width:100%;
height: auto;
}
#module_421420725 .ModuleHead421420725 {
display:none;
}
#module_421420725 {
border:none;
}
@media screen and (min-width: 768px){
#module_421420725 >.module_421420725 {
margin-top:4.3933%;
margin-left:0.0000%;
margin-right:10.4603%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420725 >.module_421420725 {
margin-top:0.0000%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:0.0000%;
}
}

#module_421420725 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420725 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420725 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420725 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420725 .imageTextGiant-Container{padding-top:10px;}
#module_421420725 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420725 .imageTextGiant-Container{padding-left:10px;}
#module_421420725 .imageTextGiant-Container{padding-right:10px;}
#module_421420725 .showHandle .btn{font-size:14px;}
#module_421420725 .showHandle .btn{font-family:;}
#module_421420725 .showHandle .btn{color:#333;}
#module_421420725 .showHandle .btn{font-weight:400;}
#module_421420725 .showHandle .btn{text-decoration:none;}
#module_421420725 .showHandle .btn{font-style:normal;}
#module_421420725 .showHandle div{border-top-color:#ddd !important;}
#module_421420725 .showHandle div{border-top-style:solid !important;}
#module_421420725 .showHandle div{border-top-width:1px !important;}
#module_421420725 .showHandle{background-color:transparent;}
#module_421420725 .showHandle{}
#module_421420725 .showHandle{background-repeat:no-repeat;}
#module_421420725 .showHandle{}
#module_421420725 .showHandle{}
#module_421420725 .showHandle{}
#module_421420725 a{font-size:unset;font-family:unset}
.ModuleImageGiant.layout-103 .BodyCenter{text-align:center;}
.ModuleImageGiant.layout-103 .imgBox{position: relative; width:100%; overflow: hidden;}
.ModuleImageGiant.layout-103 img{margin: auto; max-width: 100%; border: none;}
.ModuleImageGiant.layout-103 .imgNormalBox,.ModuleImageGiant.layout-103 .imgHoverBox{width: 100%; height: 100%}
.ModuleImageGiant.layout-103 .imgNormalBox{
	position: relative;
	overflow: hidden;
	opacity:1;
	transition: all .5s;
	-moz-transition:all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.ModuleImageGiant.layout-103 .imgHoverBox{
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition:all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.ModuleImageGiant.layout-103 .imgBox:hover .imgNormalBox{opacity: 0;}
.ModuleImageGiant.layout-103 .imgBox:hover .imgHoverBox{opacity: 1;	height: 100%;}
.module_421420727 .ModuleHead .HeadCenter{float:none;}
#module_421420727 {
padding:0px;
}
#module_421420727 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420727 .ModuleHead421420727 {
display:none;
}
#module_421420727 .BodyCenter.BodyCenter421420727 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420727 >.module_421420727 {
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_421420727 >.module_421420727{
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_421420727 .BodyCenter.BodyCenter421420727 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420727 .BodyCenter.BodyCenter421420727 {
padding-top:5.7637%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_421420727 >.module_421420727 {
margin-top:5.2301%;
margin-left:1.0460%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420727 >.module_421420727 {
margin-top:0.0000%;
margin-left:6.0519%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420727 >.module_421420727 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420727:hover {
border:none;
}
#module_421420727:hover >.module_421420727 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420727 img{border-top-color:transparent;}
#module_421420727 img{border-top-style:none;}
#module_421420727 img{border-top-width:0px;}
#module_421420727 img{border-right-color:transparent;}
#module_421420727 img{border-right-style:none;}
#module_421420727 img{border-right-width:0px;}
#module_421420727 img{border-bottom-color:transparent;}
#module_421420727 img{border-bottom-style:none;}
#module_421420727 img{border-bottom-width:0px;}
#module_421420727 img{border-left-color:transparent;}
#module_421420727 img{border-left-style:none;}
#module_421420727 img{border-left-width:0px;}
#module_421420727 img{border-top-left-radius:0px;}
#module_421420727 img{border-top-right-radius:0px;}
#module_421420727 img{border-bottom-left-radius:0px;}
#module_421420727 img{border-bottom-right-radius:0px;}
#module_421420727 .BodyCenter{text-align: left;}

.module_421420729 .ModuleHead .HeadCenter{float:none;}
#module_421420729 {
padding:0px;
}
#module_421420729 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420729 .ModuleHead421420729 {
display:none;
}
#module_421420729 .BodyCenter.BodyCenter421420729 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420729 >.module_421420729 {
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_421420729 >.module_421420729{
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_421420729 .BodyCenter.BodyCenter421420729 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_421420729 .BodyCenter.BodyCenter421420729 {
padding-top:0.0000%;
padding-left:5.7637%;
padding-right:5.7637%;
padding-bottom:8.6455%;
}
}
@media screen and (min-width: 768px){
#module_421420729 >.module_421420729 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_421420729 >.module_421420729 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420729 >.module_421420729 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420729:hover {
border:none;
}
#module_421420729:hover >.module_421420729 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420729 img{border-top-color:transparent;}
#module_421420729 img{border-top-style:none;}
#module_421420729 img{border-top-width:0px;}
#module_421420729 img{border-right-color:transparent;}
#module_421420729 img{border-right-style:none;}
#module_421420729 img{border-right-width:0px;}
#module_421420729 img{border-bottom-color:transparent;}
#module_421420729 img{border-bottom-style:none;}
#module_421420729 img{border-bottom-width:0px;}
#module_421420729 img{border-left-color:transparent;}
#module_421420729 img{border-left-style:none;}
#module_421420729 img{border-left-width:0px;}
#module_421420729 img{border-top-left-radius:0px;}
#module_421420729 img{border-top-right-radius:0px;}
#module_421420729 img{border-bottom-left-radius:0px;}
#module_421420729 img{border-bottom-right-radius:0px;}
#module_421420729 .BodyCenter{text-align: center;}

.module_421420728 .ModuleHead .HeadCenter{float:none;}
#module_421420728 {
padding:0px;
}
#module_421420728 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420728 .ModuleHead421420728 {
display:none;
}
#module_421420728 .BodyCenter.BodyCenter421420728 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420728 >.module_421420728 {
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_421420728 >.module_421420728{
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_421420728 .BodyCenter.BodyCenter421420728 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420728 .BodyCenter.BodyCenter421420728 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420728 >.module_421420728 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420728 >.module_421420728 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420728 >.module_421420728 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420728:hover {
border:none;
}
#module_421420728:hover >.module_421420728 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420728 img{border-top-color:transparent;}
#module_421420728 img{border-top-style:none;}
#module_421420728 img{border-top-width:0px;}
#module_421420728 img{border-right-color:transparent;}
#module_421420728 img{border-right-style:none;}
#module_421420728 img{border-right-width:0px;}
#module_421420728 img{border-bottom-color:transparent;}
#module_421420728 img{border-bottom-style:none;}
#module_421420728 img{border-bottom-width:0px;}
#module_421420728 img{border-left-color:transparent;}
#module_421420728 img{border-left-style:none;}
#module_421420728 img{border-left-width:0px;}
#module_421420728 img{border-top-left-radius:0px;}
#module_421420728 img{border-top-right-radius:0px;}
#module_421420728 img{border-bottom-left-radius:0px;}
#module_421420728 img{border-bottom-right-radius:0px;}
#module_421420728 .BodyCenter{text-align: center;}

.module_421420730 .ModuleHead .HeadCenter{float:none;}
#module_421420730 {
padding:0px;
}
#module_421420730 {
position:static;
z-index:0;
top:1245px;
left:286px;
width:100%;
height: auto;
}
#module_421420730 .ModuleHead421420730 {
display:none;
}
#module_421420730 .BodyCenter.BodyCenter421420730 {
background-color:transparent;
background-image:url(/comdata/85740/202105/20210512114820d1d554.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_421420730 >.module_421420730 {
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_421420730 >.module_421420730{
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_421420730 .BodyCenter.BodyCenter421420730 {
padding-top:0.0000%;
padding-left:4.1841%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420730 .BodyCenter.BodyCenter421420730 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.6455%;
}
}
@media screen and (min-width: 768px){
#module_421420730 >.module_421420730 {
margin-top:-7.8452%;
margin-left:0.0000%;
margin-right:13.0753%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420730 >.module_421420730 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420730 >.module_421420730 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420730:hover {
border:none;
}
#module_421420730:hover >.module_421420730 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420730 .ModuleSubContainer{background-color:transparent;}
#module_421420730 .ModuleSubContainer{background-image:none;}
#module_421420730 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421420730 .ModuleSubContainer{background-position:0% 0%;}
#module_421420730 .ModuleSubContainer{background-attachment:scroll;}
#module_421420730 .ModuleSubContainer{}
#module_421420730 {!bgVideo!}{bgVideoUrl:}
#module_421420730 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421420730 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421420730 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421420730 {max-width:none;width:100%;}
.module_421420888 .ModuleHead .HeadCenter{float:none;}
#module_421420888 {
padding:0px;
}
#module_421420888 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_421420888 .ModuleHead421420888 {
display:none;
}
#module_421420888 {
border:none;
}
@media screen and (min-width: 768px){
#module_421420888 >.module_421420888 {
margin-top:27.1144%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420888 >.module_421420888 {
margin-top:8.3573%;
margin-left:2.8818%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_421420888 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420888 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420888 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420888 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420888 .imageTextGiant-Container{padding-top:10px;}
#module_421420888 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420888 .imageTextGiant-Container{padding-left:10px;}
#module_421420888 .imageTextGiant-Container{padding-right:10px;}
#module_421420888 .showHandle .btn{font-size:14px;}
#module_421420888 .showHandle .btn{font-family:;}
#module_421420888 .showHandle .btn{color:#333;}
#module_421420888 .showHandle .btn{font-weight:400;}
#module_421420888 .showHandle .btn{text-decoration:none;}
#module_421420888 .showHandle .btn{font-style:normal;}
#module_421420888 .showHandle div{border-top-color:#ddd !important;}
#module_421420888 .showHandle div{border-top-style:solid !important;}
#module_421420888 .showHandle div{border-top-width:1px !important;}
#module_421420888 .showHandle{background-color:transparent;}
#module_421420888 .showHandle{}
#module_421420888 .showHandle{background-repeat:no-repeat;}
#module_421420888 .showHandle{}
#module_421420888 .showHandle{}
#module_421420888 .showHandle{}
#module_421420888 a{font-size:unset;font-family:unset}
.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 .glyphicon {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 .glyphicon{width:55px;height:55px;position: static;
transition: all 350ms;
-moz-transition: all 350ms;
-webkit-transition: all 350ms;
-o-transition: all 350ms;
overflow:hidden;

}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon:before{border-top-color:transparent}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon span{color:#333;position:relative;top:0;left:0;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon 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 .glyphicon{max-width:50px!important;max-height:50px!important;}
}


.module_421420889 .ModuleHead .HeadCenter{float:none;}
#module_421420889 {
padding:0px;
}
#module_421420889 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420889 .ModuleHead421420889 {
display:none;
}
#module_421420889 .BodyCenter.BodyCenter421420889 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420889 >.module_421420889 {
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_421420889 >.module_421420889{
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_421420889 .BodyCenter.BodyCenter421420889 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_421420889 .BodyCenter.BodyCenter421420889 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_421420889 >.module_421420889 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_421420889 >.module_421420889 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420889 >.module_421420889 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420889:hover {
border:none;
}
#module_421420889:hover >.module_421420889 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420889 .tabContainerGiantGrid{background-color:transparent;}
#module_421420889 .tabContainerGiantGrid{background-image:none;}
#module_421420889 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_421420889 .tabContainerGiantGrid{}
#module_421420889 .tabContainerGiantGrid{}
#module_421420889 .tabContainerGiantGrid{}
#module_421420889 .tabContainerGiantGrid{padding-top:0px;}
#module_421420889 .tabContainerGiantGrid{padding-bottom:0px;}
#module_421420889 .tabContainerGiantGrid{padding-left:0px;}
#module_421420889 .tabContainerGiantGrid{padding-right:0px;}
#module_421420889 .tabContainerGiantGrid{border-top-color:transparent;}
#module_421420889 .tabContainerGiantGrid{border-top-style:solid;}
#module_421420889 .tabContainerGiantGrid{border-top-width:0px;}
#module_421420889 .tabContainerGiantGrid{border-right-color:transparent;}
#module_421420889 .tabContainerGiantGrid{border-right-style:solid;}
#module_421420889 .tabContainerGiantGrid{border-right-width:0px;}
#module_421420889 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_421420889 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_421420889 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_421420889 .tabContainerGiantGrid{border-left-color:transparent;}
#module_421420889 .tabContainerGiantGrid{border-left-style:solid;}
#module_421420889 .tabContainerGiantGrid{border-left-width:0px;}
#module_421420889 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_421420889 .Nav-Container .title .glyphicon{border-top-color:#000000;}
#module_421420889 .Nav-Container .title .glyphicon{border-top-style:solid;}
#module_421420889 .Nav-Container .title .glyphicon{border-top-width:1px;}
#module_421420889 .Nav-Container .title .glyphicon{border-right-color:#000000;}
#module_421420889 .Nav-Container .title .glyphicon{border-right-style:solid;}
#module_421420889 .Nav-Container .title .glyphicon{border-right-width:1px;}
#module_421420889 .Nav-Container .title .glyphicon{border-bottom-color:#000000;}
#module_421420889 .Nav-Container .title .glyphicon{border-bottom-style:solid;}
#module_421420889 .Nav-Container .title .glyphicon{border-bottom-width:1px;}
#module_421420889 .Nav-Container .title .glyphicon{border-left-color:#000000;}
#module_421420889 .Nav-Container .title .glyphicon{border-left-style:solid;}
#module_421420889 .Nav-Container .title .glyphicon{border-left-width:1px;}
#module_421420889 .Nav-Container .title .glyphicon{border-top-left-radius:5px;}
#module_421420889 .Nav-Container .title .glyphicon{border-top-right-radius:5px;}
#module_421420889 .Nav-Container .title .glyphicon{border-bottom-left-radius:5px;}
#module_421420889 .Nav-Container .title .glyphicon{border-bottom-right-radius:5px;}
#module_421420889 .Nav-Container .title .glyphicon{background-color:#000000;} #module_421420889 .nav li{background-color:#000000;}
#module_421420889 .Nav-Container .title .glyphicon{}
#module_421420889 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_421420889 .Nav-Container .title .glyphicon{width:55px;}
#module_421420889 .Nav-Container .title .glyphicon{height:55px;line-height:55px}
#module_421420889 .Nav-Container .title .glyphicon span{font-size:16px;}
#module_421420889 .Nav-Container .title .glyphicon span{color:#fff;}
#module_421420889 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_421420889 .Nav-Container .nav li{background-color:#333333;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-top-color:#333333;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-top-style:solid;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-top-width:1px;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-right-color:#333333;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-right-style:solid;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-right-width:1px;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-bottom-color:#333333;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-bottom-style:solid;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-bottom-width:1px;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-left-color:#333333;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-left-style:solid;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-left-width:1px;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-top-left-radius:5px;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-top-right-radius:5px;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-bottom-left-radius:5px;}
#module_421420889 .Nav-Container .title .glyphicon:hover{border-bottom-right-radius:5px;}
#module_421420889 .Nav-Container .title .glyphicon:hover{background-color:#333333;background-image:none;}
#module_421420889 .Nav-Container .title .glyphicon:hover{}
#module_421420889 .Nav-Container .title .glyphicon:hover{width:55px;}
#module_421420889 .Nav-Container .title .glyphicon:hover{height:55px;line-height:55px}
#module_421420889 .Nav-Container .title .glyphicon:hover span{font-size:16px;}
#module_421420889 .Nav-Container .title .glyphicon:hover span{color:#fff;}
#module_421420889 .Nav-Container .nav li.active{background-color:#000000;}

#module_421420889__tabPane_5545 #Sub421420889_5545 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_421420889__tabPane_5545 #Sub421420889_5545 > .SubContainer {display: table-cell; vertical-align: top;}
#module_421420889__tabPane_5545 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_421420889__tabPane_5545 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_421420889__tabPane_5545 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_421420889__tabPane_5545:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_421420889__tabPane_5545 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_421420889__tabPane_5545 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_421420889__tabPane_5545 #Sub421420889_5545 {display: block;}
#module_421420889__tabPane_5545 #Sub421420889_5545 > .SubPadding {float:left; height: 10px;}
#module_421420889__tabPane_5545 #Sub421420889_5545 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_421420889__tabPane_5545 #Sub421420889_5545 > .SubContainer .SubDrag {display:none;}
#module_421420889__tabPane_5545 #Sub421420889_5545 > .SubPadding {width:5px;}
#module_421420889__tabPane_5545 #Sub421420889_5545 > .SubContainer {width:calc((100% - 10px) / 3) !important;}
#module_421420889__tabPane_5545 #Sub421420889_5545 > .SubPadding3 {display:none;}
}
#module_421420889__tabPane_5545 #Sub421420889_Tab5545_1 {width:33.3333%;}
.module_421420822 .ModuleHead .HeadCenter{float:none;}
#module_421420822 {
padding:0px;
}
#module_421420822 {
position:static;
z-index:0;
top:1418px;
left:38px;
width:100%;
height: auto;
}
#module_421420822 .ModuleHead421420822 {
display:none;
}
#module_421420822 .BodyCenter.BodyCenter421420822 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420822 >.module_421420822 {
border-top-style:solid;
border-top-color:rgba(255, 255, 255, 0.3);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgba(255, 255, 255, 0.3);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgba(255, 255, 255, 0.3);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgba(255, 255, 255, 0.3);
border-bottom-width:0px;
}
#module_421420822 >.module_421420822{
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_421420822 .BodyCenter.BodyCenter421420822 {
padding-top:12.5945%;
padding-left:10.0756%;
padding-right:10.0756%;
padding-bottom:42.8212%;
}
}
@media screen and (max-width: 767px){
#module_421420822 .BodyCenter.BodyCenter421420822 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_421420822 >.module_421420822 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420822 >.module_421420822 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420822 >.module_421420822 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420822:hover {
border:none;
}
#module_421420822:hover >.module_421420822 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420822 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420822 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420822 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420822 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420822 .imageTextGiant-Container{padding-top:10px;}
#module_421420822 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420822 .imageTextGiant-Container{padding-left:10px;}
#module_421420822 .imageTextGiant-Container{padding-right:10px;}
#module_421420822 .showHandle .btn{font-size:14px;}
#module_421420822 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420822 .showHandle .btn{color:#333;}
#module_421420822 .showHandle .btn{font-weight:400;}
#module_421420822 .showHandle .btn{text-decoration:none;}
#module_421420822 .showHandle .btn{font-style:normal;}
#module_421420822 .showHandle div{border-top-color:#ddd !important;}
#module_421420822 .showHandle div{border-top-style:solid !important;}
#module_421420822 .showHandle div{border-top-width:1px !important;}
#module_421420822 .showHandle{background-color:transparent;}
#module_421420822 .showHandle{background-image:none;}
#module_421420822 .showHandle{background-repeat:no-repeat;}
#module_421420822 .showHandle{}
#module_421420822 .showHandle{}
#module_421420822 .showHandle{}
#module_421420822 a{font-size:unset;font-family:unset}
#module_421420889__tabPane_5545 #Sub421420889_Tab5545_2 {width:33.3333%;}
.module_421420848 .ModuleHead .HeadCenter{float:none;}
#module_421420848 {
padding:0px;
}
#module_421420848 {
position:static;
z-index:0;
top:1434px;
left:150px;
width:100%;
height: auto;
}
#module_421420848 .ModuleHead421420848 {
display:none;
}
#module_421420848 .BodyCenter.BodyCenter421420848 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420848 >.module_421420848 {
border-top-style:solid;
border-top-color:rgba(255, 255, 255, 0.3);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgba(255, 255, 255, 0.3);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgba(255, 255, 255, 0.3);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgba(255, 255, 255, 0.3);
border-bottom-width:0px;
}
#module_421420848 >.module_421420848{
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_421420848 .BodyCenter.BodyCenter421420848 {
padding-top:12.5945%;
padding-left:10.0756%;
padding-right:10.0756%;
padding-bottom:42.8212%;
}
}
@media screen and (max-width: 767px){
#module_421420848 .BodyCenter.BodyCenter421420848 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420848 >.module_421420848 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420848 >.module_421420848 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420848 >.module_421420848 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420848:hover {
border:none;
}
#module_421420848:hover >.module_421420848 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420848 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420848 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420848 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420848 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420848 .imageTextGiant-Container{padding-top:10px;}
#module_421420848 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420848 .imageTextGiant-Container{padding-left:10px;}
#module_421420848 .imageTextGiant-Container{padding-right:10px;}
#module_421420848 .showHandle .btn{font-size:14px;}
#module_421420848 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420848 .showHandle .btn{color:#333;}
#module_421420848 .showHandle .btn{font-weight:400;}
#module_421420848 .showHandle .btn{text-decoration:none;}
#module_421420848 .showHandle .btn{font-style:normal;}
#module_421420848 .showHandle div{border-top-color:#ddd !important;}
#module_421420848 .showHandle div{border-top-style:solid !important;}
#module_421420848 .showHandle div{border-top-width:1px !important;}
#module_421420848 .showHandle{background-color:transparent;}
#module_421420848 .showHandle{background-image:none;}
#module_421420848 .showHandle{background-repeat:no-repeat;}
#module_421420848 .showHandle{}
#module_421420848 .showHandle{}
#module_421420848 .showHandle{}
#module_421420848 a{font-size:unset;font-family:unset}
#module_421420889__tabPane_5545 #Sub421420889_Tab5545_3 {width:33.3333%;}
.module_421420851 .ModuleHead .HeadCenter{float:none;}
#module_421420851 {
padding:0px;
}
#module_421420851 {
position:static;
z-index:0;
top:1433px;
left:287px;
width:100%;
height: auto;
}
#module_421420851 .ModuleHead421420851 {
display:none;
}
#module_421420851 .BodyCenter.BodyCenter421420851 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420851 >.module_421420851 {
border-top-style:solid;
border-top-color:rgba(255, 255, 255, 0.3);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgba(255, 255, 255, 0.3);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgba(255, 255, 255, 0.3);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgba(255, 255, 255, 0.3);
border-bottom-width:0px;
}
#module_421420851 >.module_421420851{
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_421420851 .BodyCenter.BodyCenter421420851 {
padding-top:12.5945%;
padding-left:10.0756%;
padding-right:10.0756%;
padding-bottom:42.8212%;
}
}
@media screen and (max-width: 767px){
#module_421420851 .BodyCenter.BodyCenter421420851 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420851 >.module_421420851 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420851 >.module_421420851 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420851 >.module_421420851 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420851:hover {
border:none;
}
#module_421420851:hover >.module_421420851 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420851 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420851 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420851 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420851 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420851 .imageTextGiant-Container{padding-top:10px;}
#module_421420851 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420851 .imageTextGiant-Container{padding-left:10px;}
#module_421420851 .imageTextGiant-Container{padding-right:10px;}
#module_421420851 .showHandle .btn{font-size:14px;}
#module_421420851 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420851 .showHandle .btn{color:#333;}
#module_421420851 .showHandle .btn{font-weight:400;}
#module_421420851 .showHandle .btn{text-decoration:none;}
#module_421420851 .showHandle .btn{font-style:normal;}
#module_421420851 .showHandle div{border-top-color:#ddd !important;}
#module_421420851 .showHandle div{border-top-style:solid !important;}
#module_421420851 .showHandle div{border-top-width:1px !important;}
#module_421420851 .showHandle{background-color:transparent;}
#module_421420851 .showHandle{background-image:none;}
#module_421420851 .showHandle{background-repeat:no-repeat;}
#module_421420851 .showHandle{}
#module_421420851 .showHandle{}
#module_421420851 .showHandle{}
#module_421420851 a{font-size:unset;font-family:unset}


.module_421420890 .ModuleHead .HeadCenter{float:none;}
#module_421420890 {
padding:0px;
}
#module_421420890 {
position:static;
z-index:0;
top:146px;
left:0px;
width:100%;
height: auto;
}
#module_421420890 .ModuleHead421420890 {
display:none;
}
#module_421420890 .BodyCenter.BodyCenter421420890 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420890 >.module_421420890 {
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_421420890 >.module_421420890{
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_421420890 .BodyCenter.BodyCenter421420890 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_421420890 .BodyCenter.BodyCenter421420890 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_421420890 >.module_421420890 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_421420890 >.module_421420890 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420890 >.module_421420890 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420890:hover {
border:none;
}
#module_421420890:hover >.module_421420890 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420890 .tabContainerGiantGrid{background-color:transparent;}
#module_421420890 .tabContainerGiantGrid{background-image:none;}
#module_421420890 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_421420890 .tabContainerGiantGrid{}
#module_421420890 .tabContainerGiantGrid{}
#module_421420890 .tabContainerGiantGrid{}
#module_421420890 .tabContainerGiantGrid{padding-top:0px;}
#module_421420890 .tabContainerGiantGrid{padding-bottom:0px;}
#module_421420890 .tabContainerGiantGrid{padding-left:0px;}
#module_421420890 .tabContainerGiantGrid{padding-right:0px;}
#module_421420890 .tabContainerGiantGrid{border-top-color:transparent;}
#module_421420890 .tabContainerGiantGrid{border-top-style:solid;}
#module_421420890 .tabContainerGiantGrid{border-top-width:0px;}
#module_421420890 .tabContainerGiantGrid{border-right-color:transparent;}
#module_421420890 .tabContainerGiantGrid{border-right-style:solid;}
#module_421420890 .tabContainerGiantGrid{border-right-width:0px;}
#module_421420890 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_421420890 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_421420890 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_421420890 .tabContainerGiantGrid{border-left-color:transparent;}
#module_421420890 .tabContainerGiantGrid{border-left-style:solid;}
#module_421420890 .tabContainerGiantGrid{border-left-width:0px;}
#module_421420890 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_421420890 .Nav-Container .title .glyphicon{border-top-color:#000000;}
#module_421420890 .Nav-Container .title .glyphicon{border-top-style:solid;}
#module_421420890 .Nav-Container .title .glyphicon{border-top-width:1px;}
#module_421420890 .Nav-Container .title .glyphicon{border-right-color:#000000;}
#module_421420890 .Nav-Container .title .glyphicon{border-right-style:solid;}
#module_421420890 .Nav-Container .title .glyphicon{border-right-width:1px;}
#module_421420890 .Nav-Container .title .glyphicon{border-bottom-color:#000000;}
#module_421420890 .Nav-Container .title .glyphicon{border-bottom-style:solid;}
#module_421420890 .Nav-Container .title .glyphicon{border-bottom-width:1px;}
#module_421420890 .Nav-Container .title .glyphicon{border-left-color:#000000;}
#module_421420890 .Nav-Container .title .glyphicon{border-left-style:solid;}
#module_421420890 .Nav-Container .title .glyphicon{border-left-width:1px;}
#module_421420890 .Nav-Container .title .glyphicon{border-top-left-radius:5px;}
#module_421420890 .Nav-Container .title .glyphicon{border-top-right-radius:5px;}
#module_421420890 .Nav-Container .title .glyphicon{border-bottom-left-radius:5px;}
#module_421420890 .Nav-Container .title .glyphicon{border-bottom-right-radius:5px;}
#module_421420890 .Nav-Container .title .glyphicon{background-color:#000000;} #module_421420890 .nav li{background-color:#000000;}
#module_421420890 .Nav-Container .title .glyphicon{}
#module_421420890 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_421420890 .Nav-Container .title .glyphicon{width:55px;}
#module_421420890 .Nav-Container .title .glyphicon{height:55px;line-height:55px}
#module_421420890 .Nav-Container .title .glyphicon span{font-size:16px;}
#module_421420890 .Nav-Container .title .glyphicon span{color:#fff;}
#module_421420890 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_421420890 .Nav-Container .nav li{background-color:#333333;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-top-color:#333333;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-top-style:solid;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-top-width:1px;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-right-color:#333333;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-right-style:solid;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-right-width:1px;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-bottom-color:#333333;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-bottom-style:solid;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-bottom-width:1px;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-left-color:#333333;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-left-style:solid;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-left-width:1px;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-top-left-radius:5px;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-top-right-radius:5px;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-bottom-left-radius:5px;}
#module_421420890 .Nav-Container .title .glyphicon:hover{border-bottom-right-radius:5px;}
#module_421420890 .Nav-Container .title .glyphicon:hover{background-color:#333333;background-image:none;}
#module_421420890 .Nav-Container .title .glyphicon:hover{}
#module_421420890 .Nav-Container .title .glyphicon:hover{width:55px;}
#module_421420890 .Nav-Container .title .glyphicon:hover{height:55px;line-height:55px}
#module_421420890 .Nav-Container .title .glyphicon:hover span{font-size:16px;}
#module_421420890 .Nav-Container .title .glyphicon:hover span{color:#fff;}
#module_421420890 .Nav-Container .nav li.active{background-color:#000000;}

#module_421420890__tabPane_5545 #Sub421420890_5545 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_421420890__tabPane_5545 #Sub421420890_5545 > .SubContainer {display: table-cell; vertical-align: top;}
#module_421420890__tabPane_5545 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_421420890__tabPane_5545 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_421420890__tabPane_5545 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_421420890__tabPane_5545:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_421420890__tabPane_5545 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_421420890__tabPane_5545 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_421420890__tabPane_5545 #Sub421420890_5545 {display: block;}
#module_421420890__tabPane_5545 #Sub421420890_5545 > .SubPadding {float:left; height: 10px;}
#module_421420890__tabPane_5545 #Sub421420890_5545 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_421420890__tabPane_5545 #Sub421420890_5545 > .SubContainer .SubDrag {display:none;}
#module_421420890__tabPane_5545 #Sub421420890_5545 > .SubPadding {width:5px;}
#module_421420890__tabPane_5545 #Sub421420890_5545 > .SubContainer {width:calc((100% - 10px) / 3) !important;}
#module_421420890__tabPane_5545 #Sub421420890_5545 > .SubPadding3 {display:none;}
}
#module_421420890__tabPane_5545 #Sub421420890_Tab5545_1 {width:33.3333%;}
.module_421420856 .ModuleHead .HeadCenter{float:none;}
#module_421420856 {
padding:0px;
}
#module_421420856 {
position:static;
z-index:0;
top:1542px;
left:57px;
width:100%;
height: auto;
}
#module_421420856 .ModuleHead421420856 {
display:none;
}
#module_421420856 .BodyCenter.BodyCenter421420856 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420856 >.module_421420856 {
border-top-style:solid;
border-top-color:rgba(255, 255, 255, 0.3);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgba(255, 255, 255, 0.3);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgba(255, 255, 255, 0.3);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgba(255, 255, 255, 0.3);
border-bottom-width:0px;
}
#module_421420856 >.module_421420856{
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_421420856 .BodyCenter.BodyCenter421420856 {
padding-top:12.5945%;
padding-left:10.0756%;
padding-right:10.0756%;
padding-bottom:42.8212%;
}
}
@media screen and (max-width: 767px){
#module_421420856 .BodyCenter.BodyCenter421420856 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420856 >.module_421420856 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420856 >.module_421420856 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420856 >.module_421420856 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420856:hover {
border:none;
}
#module_421420856:hover >.module_421420856 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420856 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420856 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420856 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420856 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420856 .imageTextGiant-Container{padding-top:10px;}
#module_421420856 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420856 .imageTextGiant-Container{padding-left:10px;}
#module_421420856 .imageTextGiant-Container{padding-right:10px;}
#module_421420856 .showHandle .btn{font-size:14px;}
#module_421420856 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420856 .showHandle .btn{color:#333;}
#module_421420856 .showHandle .btn{font-weight:400;}
#module_421420856 .showHandle .btn{text-decoration:none;}
#module_421420856 .showHandle .btn{font-style:normal;}
#module_421420856 .showHandle div{border-top-color:#ddd !important;}
#module_421420856 .showHandle div{border-top-style:solid !important;}
#module_421420856 .showHandle div{border-top-width:1px !important;}
#module_421420856 .showHandle{background-color:transparent;}
#module_421420856 .showHandle{background-image:none;}
#module_421420856 .showHandle{background-repeat:no-repeat;}
#module_421420856 .showHandle{}
#module_421420856 .showHandle{}
#module_421420856 .showHandle{}
#module_421420856 a{font-size:unset;font-family:unset}
#module_421420890__tabPane_5545 #Sub421420890_Tab5545_2 {width:33.3333%;}
.module_421420883 .ModuleHead .HeadCenter{float:none;}
#module_421420883 {
padding:0px;
}
#module_421420883 {
position:static;
z-index:0;
top:1608px;
left:168px;
width:100%;
height: auto;
}
#module_421420883 .ModuleHead421420883 {
display:none;
}
#module_421420883 .BodyCenter.BodyCenter421420883 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420883 >.module_421420883 {
border-top-style:solid;
border-top-color:rgba(255, 255, 255, 0.3);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgba(255, 255, 255, 0.3);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgba(255, 255, 255, 0.3);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgba(255, 255, 255, 0.3);
border-bottom-width:0px;
}
#module_421420883 >.module_421420883{
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_421420883 .BodyCenter.BodyCenter421420883 {
padding-top:12.5945%;
padding-left:10.0756%;
padding-right:10.0756%;
padding-bottom:42.8212%;
}
}
@media screen and (max-width: 767px){
#module_421420883 .BodyCenter.BodyCenter421420883 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420883 >.module_421420883 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420883 >.module_421420883 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420883 >.module_421420883 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420883:hover {
border:none;
}
#module_421420883:hover >.module_421420883 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420883 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420883 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420883 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420883 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420883 .imageTextGiant-Container{padding-top:10px;}
#module_421420883 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420883 .imageTextGiant-Container{padding-left:10px;}
#module_421420883 .imageTextGiant-Container{padding-right:10px;}
#module_421420883 .showHandle .btn{font-size:14px;}
#module_421420883 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420883 .showHandle .btn{color:#333;}
#module_421420883 .showHandle .btn{font-weight:400;}
#module_421420883 .showHandle .btn{text-decoration:none;}
#module_421420883 .showHandle .btn{font-style:normal;}
#module_421420883 .showHandle div{border-top-color:#ddd !important;}
#module_421420883 .showHandle div{border-top-style:solid !important;}
#module_421420883 .showHandle div{border-top-width:1px !important;}
#module_421420883 .showHandle{background-color:transparent;}
#module_421420883 .showHandle{background-image:none;}
#module_421420883 .showHandle{background-repeat:no-repeat;}
#module_421420883 .showHandle{}
#module_421420883 .showHandle{}
#module_421420883 .showHandle{}
#module_421420883 a{font-size:unset;font-family:unset}
#module_421420890__tabPane_5545 #Sub421420890_Tab5545_3 {width:33.3333%;}
.module_421420887 .ModuleHead .HeadCenter{float:none;}
#module_421420887 {
padding:0px;
}
#module_421420887 {
position:static;
z-index:0;
top:1574px;
left:282px;
width:100%;
height: auto;
}
#module_421420887 .ModuleHead421420887 {
display:none;
}
#module_421420887 .BodyCenter.BodyCenter421420887 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420887 >.module_421420887 {
border-top-style:solid;
border-top-color:rgba(255, 255, 255, 0.3);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgba(255, 255, 255, 0.3);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgba(255, 255, 255, 0.3);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgba(255, 255, 255, 0.3);
border-bottom-width:0px;
}
#module_421420887 >.module_421420887{
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_421420887 .BodyCenter.BodyCenter421420887 {
padding-top:12.5945%;
padding-left:10.0756%;
padding-right:10.0756%;
padding-bottom:42.8212%;
}
}
@media screen and (max-width: 767px){
#module_421420887 .BodyCenter.BodyCenter421420887 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420887 >.module_421420887 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420887 >.module_421420887 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420887 >.module_421420887 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420887:hover {
border:none;
}
#module_421420887:hover >.module_421420887 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420887 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420887 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420887 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420887 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420887 .imageTextGiant-Container{padding-top:10px;}
#module_421420887 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420887 .imageTextGiant-Container{padding-left:10px;}
#module_421420887 .imageTextGiant-Container{padding-right:10px;}
#module_421420887 .showHandle .btn{font-size:14px;}
#module_421420887 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420887 .showHandle .btn{color:#333;}
#module_421420887 .showHandle .btn{font-weight:400;}
#module_421420887 .showHandle .btn{text-decoration:none;}
#module_421420887 .showHandle .btn{font-style:normal;}
#module_421420887 .showHandle div{border-top-color:#ddd !important;}
#module_421420887 .showHandle div{border-top-style:solid !important;}
#module_421420887 .showHandle div{border-top-width:1px !important;}
#module_421420887 .showHandle{background-color:transparent;}
#module_421420887 .showHandle{background-image:none;}
#module_421420887 .showHandle{background-repeat:no-repeat;}
#module_421420887 .showHandle{}
#module_421420887 .showHandle{}
#module_421420887 .showHandle{}
#module_421420887 a{font-size:unset;font-family:unset}


.module_421420891 .ModuleHead .HeadCenter{float:none;}
#module_421420891 {
padding:0px;
}
#module_421420891 {
position:static;
z-index:0;
top:150px;
left:0px;
width:100%;
height: auto;
}
#module_421420891 .ModuleHead421420891 {
display:none;
}
#module_421420891 .BodyCenter.BodyCenter421420891 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420891 >.module_421420891 {
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_421420891 >.module_421420891{
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_421420891 .BodyCenter.BodyCenter421420891 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_421420891 .BodyCenter.BodyCenter421420891 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_421420891 >.module_421420891 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_421420891 >.module_421420891 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420891 >.module_421420891 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420891:hover {
border:none;
}
#module_421420891:hover >.module_421420891 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420891 .tabContainerGiantGrid{background-color:transparent;}
#module_421420891 .tabContainerGiantGrid{background-image:none;}
#module_421420891 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_421420891 .tabContainerGiantGrid{}
#module_421420891 .tabContainerGiantGrid{}
#module_421420891 .tabContainerGiantGrid{}
#module_421420891 .tabContainerGiantGrid{padding-top:0px;}
#module_421420891 .tabContainerGiantGrid{padding-bottom:0px;}
#module_421420891 .tabContainerGiantGrid{padding-left:0px;}
#module_421420891 .tabContainerGiantGrid{padding-right:0px;}
#module_421420891 .tabContainerGiantGrid{border-top-color:transparent;}
#module_421420891 .tabContainerGiantGrid{border-top-style:solid;}
#module_421420891 .tabContainerGiantGrid{border-top-width:0px;}
#module_421420891 .tabContainerGiantGrid{border-right-color:transparent;}
#module_421420891 .tabContainerGiantGrid{border-right-style:solid;}
#module_421420891 .tabContainerGiantGrid{border-right-width:0px;}
#module_421420891 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_421420891 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_421420891 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_421420891 .tabContainerGiantGrid{border-left-color:transparent;}
#module_421420891 .tabContainerGiantGrid{border-left-style:solid;}
#module_421420891 .tabContainerGiantGrid{border-left-width:0px;}
#module_421420891 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_421420891 .Nav-Container .title .glyphicon{border-top-color:#000000;}
#module_421420891 .Nav-Container .title .glyphicon{border-top-style:solid;}
#module_421420891 .Nav-Container .title .glyphicon{border-top-width:1px;}
#module_421420891 .Nav-Container .title .glyphicon{border-right-color:#000000;}
#module_421420891 .Nav-Container .title .glyphicon{border-right-style:solid;}
#module_421420891 .Nav-Container .title .glyphicon{border-right-width:1px;}
#module_421420891 .Nav-Container .title .glyphicon{border-bottom-color:#000000;}
#module_421420891 .Nav-Container .title .glyphicon{border-bottom-style:solid;}
#module_421420891 .Nav-Container .title .glyphicon{border-bottom-width:1px;}
#module_421420891 .Nav-Container .title .glyphicon{border-left-color:#000000;}
#module_421420891 .Nav-Container .title .glyphicon{border-left-style:solid;}
#module_421420891 .Nav-Container .title .glyphicon{border-left-width:1px;}
#module_421420891 .Nav-Container .title .glyphicon{border-top-left-radius:5px;}
#module_421420891 .Nav-Container .title .glyphicon{border-top-right-radius:5px;}
#module_421420891 .Nav-Container .title .glyphicon{border-bottom-left-radius:5px;}
#module_421420891 .Nav-Container .title .glyphicon{border-bottom-right-radius:5px;}
#module_421420891 .Nav-Container .title .glyphicon{background-color:#000000;} #module_421420891 .nav li{background-color:#000000;}
#module_421420891 .Nav-Container .title .glyphicon{}
#module_421420891 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_421420891 .Nav-Container .title .glyphicon{width:55px;}
#module_421420891 .Nav-Container .title .glyphicon{height:55px;line-height:55px}
#module_421420891 .Nav-Container .title .glyphicon span{font-size:16px;}
#module_421420891 .Nav-Container .title .glyphicon span{color:#fff;}
#module_421420891 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_421420891 .Nav-Container .nav li{background-color:#333333;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-top-color:#333333;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-top-style:solid;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-top-width:1px;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-right-color:#333333;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-right-style:solid;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-right-width:1px;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-bottom-color:#333333;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-bottom-style:solid;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-bottom-width:1px;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-left-color:#333333;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-left-style:solid;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-left-width:1px;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-top-left-radius:5px;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-top-right-radius:5px;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-bottom-left-radius:5px;}
#module_421420891 .Nav-Container .title .glyphicon:hover{border-bottom-right-radius:5px;}
#module_421420891 .Nav-Container .title .glyphicon:hover{background-color:#333333;background-image:none;}
#module_421420891 .Nav-Container .title .glyphicon:hover{}
#module_421420891 .Nav-Container .title .glyphicon:hover{width:55px;}
#module_421420891 .Nav-Container .title .glyphicon:hover{height:55px;line-height:55px}
#module_421420891 .Nav-Container .title .glyphicon:hover span{font-size:16px;}
#module_421420891 .Nav-Container .title .glyphicon:hover span{color:#fff;}
#module_421420891 .Nav-Container .nav li.active{background-color:#000000;}

#module_421420891__tabPane_5545 #Sub421420891_5545 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_421420891__tabPane_5545 #Sub421420891_5545 > .SubContainer {display: table-cell; vertical-align: top;}
#module_421420891__tabPane_5545 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_421420891__tabPane_5545 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_421420891__tabPane_5545 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_421420891__tabPane_5545:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_421420891__tabPane_5545 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_421420891__tabPane_5545 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_421420891__tabPane_5545 #Sub421420891_5545 {display: block;}
#module_421420891__tabPane_5545 #Sub421420891_5545 > .SubPadding {float:left; height: 10px;}
#module_421420891__tabPane_5545 #Sub421420891_5545 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_421420891__tabPane_5545 #Sub421420891_5545 > .SubContainer .SubDrag {display:none;}
#module_421420891__tabPane_5545 #Sub421420891_5545 > .SubPadding {width:5px;}
#module_421420891__tabPane_5545 #Sub421420891_5545 > .SubContainer {width:calc((100% - 10px) / 3) !important;}
#module_421420891__tabPane_5545 #Sub421420891_5545 > .SubPadding3 {display:none;}
}
#module_421420891__tabPane_5545 #Sub421420891_Tab5545_1 {width:33.3333%;}
.module_421420740 .ModuleHead .HeadCenter{float:none;}
#module_421420740 {
padding:0px;
}
#module_421420740 {
position:static;
z-index:0;
top:1653px;
left:42px;
width:100%;
height: auto;
}
#module_421420740 .ModuleHead421420740 {
display:none;
}
#module_421420740 .BodyCenter.BodyCenter421420740 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420740 >.module_421420740 {
border-top-style:solid;
border-top-color:rgba(255, 255, 255, 0.3);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgba(255, 255, 255, 0.3);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgba(255, 255, 255, 0.3);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgba(255, 255, 255, 0.3);
border-bottom-width:0px;
}
#module_421420740 >.module_421420740{
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_421420740 .BodyCenter.BodyCenter421420740 {
padding-top:12.5945%;
padding-left:10.0756%;
padding-right:10.0756%;
padding-bottom:42.8212%;
}
}
@media screen and (max-width: 767px){
#module_421420740 .BodyCenter.BodyCenter421420740 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420740 >.module_421420740 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420740 >.module_421420740 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420740 >.module_421420740 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420740:hover {
border:none;
}
#module_421420740:hover >.module_421420740 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420740 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420740 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420740 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420740 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420740 .imageTextGiant-Container{padding-top:10px;}
#module_421420740 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420740 .imageTextGiant-Container{padding-left:10px;}
#module_421420740 .imageTextGiant-Container{padding-right:10px;}
#module_421420740 .showHandle .btn{font-size:14px;}
#module_421420740 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420740 .showHandle .btn{color:#333;}
#module_421420740 .showHandle .btn{font-weight:400;}
#module_421420740 .showHandle .btn{text-decoration:none;}
#module_421420740 .showHandle .btn{font-style:normal;}
#module_421420740 .showHandle div{border-top-color:#ddd !important;}
#module_421420740 .showHandle div{border-top-style:solid !important;}
#module_421420740 .showHandle div{border-top-width:1px !important;}
#module_421420740 .showHandle{background-color:transparent;}
#module_421420740 .showHandle{background-image:none;}
#module_421420740 .showHandle{background-repeat:no-repeat;}
#module_421420740 .showHandle{}
#module_421420740 .showHandle{}
#module_421420740 .showHandle{}
#module_421420740 a{font-size:unset;font-family:unset}
#module_421420891__tabPane_5545 #Sub421420891_Tab5545_2 {width:33.3333%;}
.module_421420767 .ModuleHead .HeadCenter{float:none;}
#module_421420767 {
padding:0px;
}
#module_421420767 {
position:static;
z-index:0;
top:1762px;
left:164px;
width:100%;
height: auto;
}
#module_421420767 .ModuleHead421420767 {
display:none;
}
#module_421420767 .BodyCenter.BodyCenter421420767 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420767 >.module_421420767 {
border-top-style:solid;
border-top-color:rgba(255, 255, 255, 0.3);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgba(255, 255, 255, 0.3);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgba(255, 255, 255, 0.3);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgba(255, 255, 255, 0.3);
border-bottom-width:0px;
}
#module_421420767 >.module_421420767{
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_421420767 .BodyCenter.BodyCenter421420767 {
padding-top:12.5945%;
padding-left:10.0756%;
padding-right:10.0756%;
padding-bottom:42.8212%;
}
}
@media screen and (max-width: 767px){
#module_421420767 .BodyCenter.BodyCenter421420767 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420767 >.module_421420767 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420767 >.module_421420767 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420767 >.module_421420767 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420767:hover {
border:none;
}
#module_421420767:hover >.module_421420767 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420767 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420767 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420767 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420767 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420767 .imageTextGiant-Container{padding-top:10px;}
#module_421420767 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420767 .imageTextGiant-Container{padding-left:10px;}
#module_421420767 .imageTextGiant-Container{padding-right:10px;}
#module_421420767 .showHandle .btn{font-size:14px;}
#module_421420767 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420767 .showHandle .btn{color:#333;}
#module_421420767 .showHandle .btn{font-weight:400;}
#module_421420767 .showHandle .btn{text-decoration:none;}
#module_421420767 .showHandle .btn{font-style:normal;}
#module_421420767 .showHandle div{border-top-color:#ddd !important;}
#module_421420767 .showHandle div{border-top-style:solid !important;}
#module_421420767 .showHandle div{border-top-width:1px !important;}
#module_421420767 .showHandle{background-color:transparent;}
#module_421420767 .showHandle{background-image:none;}
#module_421420767 .showHandle{background-repeat:no-repeat;}
#module_421420767 .showHandle{}
#module_421420767 .showHandle{}
#module_421420767 .showHandle{}
#module_421420767 a{font-size:unset;font-family:unset}
#module_421420891__tabPane_5545 #Sub421420891_Tab5545_3 {width:33.3333%;}
.module_421420771 .ModuleHead .HeadCenter{float:none;}
#module_421420771 {
padding:0px;
}
#module_421420771 {
position:static;
z-index:0;
top:1671px;
left:272px;
width:100%;
height: auto;
}
#module_421420771 .ModuleHead421420771 {
display:none;
}
#module_421420771 .BodyCenter.BodyCenter421420771 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420771 >.module_421420771 {
border-top-style:solid;
border-top-color:rgba(255, 255, 255, 0.3);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgba(255, 255, 255, 0.3);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgba(255, 255, 255, 0.3);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgba(255, 255, 255, 0.3);
border-bottom-width:0px;
}
#module_421420771 >.module_421420771{
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_421420771 .BodyCenter.BodyCenter421420771 {
padding-top:12.5945%;
padding-left:10.0756%;
padding-right:10.0756%;
padding-bottom:42.8212%;
}
}
@media screen and (max-width: 767px){
#module_421420771 .BodyCenter.BodyCenter421420771 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420771 >.module_421420771 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420771 >.module_421420771 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420771 >.module_421420771 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420771:hover {
border:none;
}
#module_421420771:hover >.module_421420771 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420771 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420771 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420771 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420771 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420771 .imageTextGiant-Container{padding-top:10px;}
#module_421420771 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420771 .imageTextGiant-Container{padding-left:10px;}
#module_421420771 .imageTextGiant-Container{padding-right:10px;}
#module_421420771 .showHandle .btn{font-size:14px;}
#module_421420771 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420771 .showHandle .btn{color:#333;}
#module_421420771 .showHandle .btn{font-weight:400;}
#module_421420771 .showHandle .btn{text-decoration:none;}
#module_421420771 .showHandle .btn{font-style:normal;}
#module_421420771 .showHandle div{border-top-color:#ddd !important;}
#module_421420771 .showHandle div{border-top-style:solid !important;}
#module_421420771 .showHandle div{border-top-width:1px !important;}
#module_421420771 .showHandle{background-color:transparent;}
#module_421420771 .showHandle{background-image:none;}
#module_421420771 .showHandle{background-repeat:no-repeat;}
#module_421420771 .showHandle{}
#module_421420771 .showHandle{}
#module_421420771 .showHandle{}
#module_421420771 a{font-size:unset;font-family:unset}


.module_421420298 .ModuleHead .HeadCenter{float:none;}
#module_421420298 {
padding:0px;
}
#module_421420298 {
position:static;
z-index:0;
top:2015px;
left:263px;
width:100%;
height: auto;
}
#module_421420298 .ModuleHead421420298 {
display:none;
}
#module_421420298 .BodyCenter.BodyCenter421420298 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420298 >.module_421420298 {
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_421420298 >.module_421420298{
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_421420298 .BodyCenter.BodyCenter421420298 {
padding-top:5.2301%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:3.1381%;
}
}
@media screen and (max-width: 767px){
#module_421420298 .BodyCenter.BodyCenter421420298 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420298 >.module_421420298 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420298 >.module_421420298 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420298 >.module_421420298 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420298:hover {
border:none;
}
#module_421420298:hover >.module_421420298 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420298 .ModuleSubContainer{background-color:transparent;}
#module_421420298 .ModuleSubContainer{background-image:none;}
#module_421420298 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421420298 .ModuleSubContainer{background-position:0% 0%;}
#module_421420298 .ModuleSubContainer{background-attachment:scroll;}
#module_421420298 .ModuleSubContainer{}
#module_421420298 {!bgVideo!}{bgVideoUrl:}
#module_421420298 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421420298 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421420298 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421420298 {max-width:1500px;width:auto;}
.module_421420452 .ModuleHead .HeadCenter{float:none;}
#module_421420452 {
padding:0px;
}
#module_421420452 {
position:static;
z-index:0;
top:14px;
left:0px;
width:100%;
height: auto;
}
#module_421420452 .ModuleHead421420452 {
display:none;
}
#module_421420452 .BodyCenter.BodyCenter421420452 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420452 >.module_421420452 {
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_421420452 >.module_421420452{
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_421420452 .BodyCenter.BodyCenter421420452 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420452 .BodyCenter.BodyCenter421420452 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420452 >.module_421420452 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:17.2000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420452 >.module_421420452 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420452 >.module_421420452 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420452:hover {
border:none;
}
#module_421420452:hover >.module_421420452 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420452 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420452 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420452 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420452 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420452 .imageTextGiant-Container{padding-top:10px;}
#module_421420452 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420452 .imageTextGiant-Container{padding-left:10px;}
#module_421420452 .imageTextGiant-Container{padding-right:10px;}
#module_421420452 .showHandle .btn{font-size:14px;}
#module_421420452 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420452 .showHandle .btn{color:#333;}
#module_421420452 .showHandle .btn{font-weight:400;}
#module_421420452 .showHandle .btn{text-decoration:none;}
#module_421420452 .showHandle .btn{font-style:normal;}
#module_421420452 .showHandle div{border-top-color:#ddd !important;}
#module_421420452 .showHandle div{border-top-style:solid !important;}
#module_421420452 .showHandle div{border-top-width:1px !important;}
#module_421420452 .showHandle{background-color:transparent;}
#module_421420452 .showHandle{background-image:none;}
#module_421420452 .showHandle{background-repeat:no-repeat;}
#module_421420452 .showHandle{}
#module_421420452 .showHandle{}
#module_421420452 .showHandle{}
#module_421420452 a{font-size:unset;font-family:unset}
.module_426425097 .ModuleHead .HeadCenter{float:none;}
#module_426425097 {
padding:0px;
}
#module_426425097 {
position:static;
z-index:1;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_426425097 .ModuleHead426425097 {
display:none;
}
#module_426425097 .BodyCenter.BodyCenter426425097 {
background:none;background-color:rgba(0,0,0,0);
}
#module_426425097 >.module_426425097 {
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_426425097 >.module_426425097{
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_426425097 .BodyCenter.BodyCenter426425097 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_426425097 .BodyCenter.BodyCenter426425097 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_426425097 >.module_426425097 {
margin-top:3.7000%;
margin-left:0.0000%;
margin-right:5.9000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_426425097 >.module_426425097 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_426425097 >.module_426425097 {box-shadow: 0px 0px 0px 0px #ccc}
#module_426425097:hover {
border:none;
}
#module_426425097:hover >.module_426425097 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_426425097 .BodyCenter{text-align:right;}
#module_426425097 .moduleButton{font-size:15px;}
#module_426425097 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_426425097 .moduleButton{color:#fff;}
#module_426425097 .moduleButton{font-weight:normal;}
#module_426425097 .moduleButton{text-decoration:none;}
#module_426425097 .moduleButton{font-style:normal;}
#module_426425097 .moduleButton, #module_426425097 .moduleButton:before{background-color:rgb(24, 87, 193);}
#module_426425097 .moduleButton, #module_426425097 .moduleButton:before{}
#module_426425097 .moduleButton, #module_426425097 .moduleButton:before{}
#module_426425097 .moduleButton, #module_426425097 .moduleButton:before{}
#module_426425097 .moduleButton, #module_426425097 .moduleButton:before{}
#module_426425097 .moduleButton, #module_426425097 .moduleButton:before{}
#module_426425097 .moduleButton{border-color:rgb(24, 87, 193);}
#module_426425097 .moduleButton{border-style:solid;}
#module_426425097 .moduleButton{border-width:1px;}
#module_426425097 .moduleButton{width:180px;}
#module_426425097 .moduleButton,#module_426425097 .BreadsvgIcon{height:50px;line-height:50px;}
#module_426425097 .BodyCenter{color:#fff;}
#module_426425097 .moduleButton{border-top-left-radius:0px;}
#module_426425097 .moduleButton{border-top-right-radius:0px;}
#module_426425097 .moduleButton{border-bottom-left-radius:0px;}
#module_426425097 .moduleButton{border-bottom-right-radius:0px;}
#module_426425097 .BreadIcon{font-size:16px;} #module_426425097 .BreadsvgIcon svg{width:16px;height:16px;}
#module_426425097 .BreadIcon{color:#fff;} #module_426425097 .BreadsvgIcon svg>*{fill:#fff;}
#module_426425097 .BreadIcon,#module_426425097 .BreadsvgIcon{margin-left:10px;}
#module_426425097 .BreadIcon,#module_426425097 .BreadsvgIcon{margin-right:10px;}
#module_426425097 .moduleButton{box-shadow:;}
#module_426425097 .moduleButton:hover .BreadIcon{font-size:16px;} #module_426425097 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_426425097 .moduleButton:hover .BreadIcon{color:#fff} #module_426425097 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_426425097 .moduleButton:hover{font-size:15px;}
#module_426425097 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_426425097 .moduleButton:hover{color:rgb(24, 87, 193);}
#module_426425097 .moduleButton:hover{font-weight:normal;}
#module_426425097 .moduleButton:hover{text-decoration:none;}
#module_426425097 .moduleButton:hover{font-style:normal;}
#module_426425097 .moduleButton:hover, #module_426425097 .moduleButton:hover:before{background-image: unset;background-color:rgb(255, 255, 255);}
#module_426425097 .moduleButton:hover, #module_426425097 .moduleButton:hover:before{}
#module_426425097 .moduleButton:hover, #module_426425097 .moduleButton:hover:before{}
#module_426425097 .moduleButton:hover, #module_426425097 .moduleButton:hover:before{}
#module_426425097 .moduleButton:hover, #module_426425097 .moduleButton:hover:before{}
#module_426425097 .moduleButton:hover, #module_426425097 .moduleButton:hover:before{}
#module_426425097 .moduleButton:hover{border-color:rgb(24, 87, 193);}
#module_426425097 .moduleButton:hover{border-style:solid;}
#module_426425097 .moduleButton:hover{border-width:1px;}
#module_426425097 .moduleButton:hover{box-shadow:;}

.module_421420892 .ModuleHead .HeadCenter{float:none;}
#module_421420892 {
padding:0px;
}
#module_421420892 {
position:static;
z-index:0;
top:2092px;
left:151px;
width:100%;
height: auto;
}
#module_421420892 .ModuleHead421420892 {
display:none;
}
#module_421420892 .BodyCenter.BodyCenter421420892 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420892 >.module_421420892 {
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_421420892 >.module_421420892{
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_421420892 .BodyCenter.BodyCenter421420892 {
padding-top:5.2301%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:3.1381%;
}
}
@media screen and (max-width: 767px){
#module_421420892 .BodyCenter.BodyCenter421420892 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420892 >.module_421420892 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420892 >.module_421420892 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420892 >.module_421420892 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420892:hover {
border:none;
}
#module_421420892:hover >.module_421420892 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420892 .ModuleSubContainer{background-color:transparent;}
#module_421420892 .ModuleSubContainer{background-image:none;}
#module_421420892 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421420892 .ModuleSubContainer{background-position:0% 0%;}
#module_421420892 .ModuleSubContainer{background-attachment:scroll;}
#module_421420892 .ModuleSubContainer{}
#module_421420892 {!bgVideo!}{bgVideoUrl:}
#module_421420892 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421420892 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421420892 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421420892 {max-width:1500px;width:auto;}
.module_421420894 .ModuleHead .HeadCenter{float:none;}
#module_421420894 {
padding:0px;
}
#module_421420894 {
position:static;
z-index:0;
top:14px;
left:0px;
width:100%;
height: auto;
}
#module_421420894 .ModuleHead421420894 {
display:none;
}
#module_421420894 .BodyCenter.BodyCenter421420894 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420894 >.module_421420894 {
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_421420894 >.module_421420894{
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_421420894 .BodyCenter.BodyCenter421420894 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420894 .BodyCenter.BodyCenter421420894 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420894 >.module_421420894 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420894 >.module_421420894 {
margin-top:8.0692%;
margin-left:2.8818%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420894 >.module_421420894 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420894:hover {
border:none;
}
#module_421420894:hover >.module_421420894 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420894 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420894 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420894 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420894 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420894 .imageTextGiant-Container{padding-top:10px;}
#module_421420894 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420894 .imageTextGiant-Container{padding-left:10px;}
#module_421420894 .imageTextGiant-Container{padding-right:10px;}
#module_421420894 .showHandle .btn{font-size:14px;}
#module_421420894 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420894 .showHandle .btn{color:#333;}
#module_421420894 .showHandle .btn{font-weight:400;}
#module_421420894 .showHandle .btn{text-decoration:none;}
#module_421420894 .showHandle .btn{font-style:normal;}
#module_421420894 .showHandle div{border-top-color:#ddd !important;}
#module_421420894 .showHandle div{border-top-style:solid !important;}
#module_421420894 .showHandle div{border-top-width:1px !important;}
#module_421420894 .showHandle{background-color:transparent;}
#module_421420894 .showHandle{background-image:none;}
#module_421420894 .showHandle{background-repeat:no-repeat;}
#module_421420894 .showHandle{}
#module_421420894 .showHandle{}
#module_421420894 .showHandle{}
#module_421420894 a{font-size:unset;font-family:unset}
.ModuleJiuGongGiant.layout-105 .nic-item ul li {
    background-size: 100%;
    width: 31.52%;
    float: left;
    padding: 15px 0;
    color: #333333;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin-right: 2.7%;
    margin-top: 2.7%;
    box-sizing: border-box;
}
.ModuleJiuGongGiant.layout-105 .nic-item ul{display: flex;flex-wrap: wrap;}
.ModuleJiuGongGiant.layout-105 .nic-item ul li a {font-size: 14px; box-sizing: border-box;}
.ModuleJiuGongGiant.layout-105 .nic-item ul li:hover a {font-size: 14px !important;}
.ModuleJiuGongGiant.layout-105 .nic-item ul li img {width: 100%; height: auto;}
.ModuleJiuGongGiant.layout-105 .nic-item ul li i {display: block; width: 58px; margin: 0 auto; max-width: 100%}
.ModuleJiuGongGiant.layout-105 .nic-item ul li span {display: block; margin-top: 8.4px; line-height: 1; overflow: hidden; white-space: nowrap;}

/*PC屏幕*/
@media (min-width: 768px){
    .ModuleJiuGongGiant.layout-105 .nic-item ul li {margin-right: 2.0%; margin-top: 2.0%; }

    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-1 {width: 100%;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-1:nth-child(1n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-1:nth-child(-n + 1) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-2 {width: calc((100% - 2.0% * 1) / 2);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-2:nth-child(2n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-2:nth-child(-n + 2) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-3 {width: calc((100% - 2.0% * 2) / 3);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-3:nth-child(3n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-3:nth-child(-n + 3) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-4 {width: calc((100% - 2.0% * 3) / 4);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-4:nth-child(4n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-4:nth-child(-n + 4) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-5 {width: calc((100% - 2.0% * 4) / 5);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-5:nth-child(5n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-5:nth-child(-n + 5) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-6 {width: calc((100% - 2.0% * 5) / 6);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-6:nth-child(6n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-6:nth-child(-n + 6) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-7 {width: calc((100% - 2.0% * 6) / 7);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-7:nth-child(7n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-7:nth-child(-n + 7) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-8 {width: calc((100% - 2.0% * 7) / 8);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-8:nth-child(8n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-8:nth-child(-n + 8) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-9 {width: calc((100% - 2.0% * 8) / 9);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-9:nth-child(9n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-9:nth-child(-n + 9) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-10 {width: calc((100% - 2.0% * 9) / 10);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-10:nth-child(10n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-10:nth-child(-n + 10) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-11 {width: calc((100% - 2.0% * 10) / 11);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-11:nth-child(11n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-11:nth-child(-n + 11) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-12 {width: calc((100% - 2.0% * 11) / 12);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-12:nth-child(12n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-lg-12:nth-child(-n + 12) {margin-top: 0;}
}
/*手机屏幕*/
@media (max-width: 767px) {
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-1 {width: 100%;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-1:nth-child(1n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-1:nth-child(-n + 1) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-2 {width: calc((100% - 2.7% * 1) / 2);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-2:nth-child(2n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-2:nth-child(-n + 2) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-3 {width: calc((100% - 2.7% * 2) / 3);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-3:nth-child(3n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-3:nth-child(-n + 3) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-4 {width: calc((100% - 2.7% * 3) / 4);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-4:nth-child(4n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-4:nth-child(-n + 4) {margin-top: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-5 {width: calc((100% - 2.7% * 4) / 5);}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-5:nth-child(5n) {margin-right: 0;}
    .ModuleJiuGongGiant.layout-105 .nic-item ul li.col-xs-5:nth-child(-n + 5) {margin-top: 0;}
}.module_421420897 .ModuleHead .HeadCenter{float:none;}
#module_421420897 {
padding:0px;
}
#module_421420897 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420897 .ModuleHead421420897 {
display:none;
}
#module_421420897 .BodyCenter.BodyCenter421420897 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420897 >.module_421420897 {
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_421420897 >.module_421420897{
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_421420897 .BodyCenter.BodyCenter421420897 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420897 .BodyCenter.BodyCenter421420897 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_421420897 >.module_421420897 {
margin-top:3.6000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420897 >.module_421420897 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420897 >.module_421420897 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420897:hover {
border:none;
}
#module_421420897:hover >.module_421420897 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420897 .jiugong-item{border-top-color:#e5e5e5;}
#module_421420897 .jiugong-item{border-top-style:solid;}
#module_421420897 .jiugong-item{border-top-width:0px;}
#module_421420897 .jiugong-item{border-right-color:#e5e5e5;}
#module_421420897 .jiugong-item{border-right-style:solid;}
#module_421420897 .jiugong-item{border-right-width:0px;}
#module_421420897 .jiugong-item{border-bottom-color:#e5e5e5;}
#module_421420897 .jiugong-item{border-bottom-style:solid;}
#module_421420897 .jiugong-item{border-bottom-width:0px;}
#module_421420897 .jiugong-item{border-left-color:#e5e5e5;}
#module_421420897 .jiugong-item{border-left-style:solid;}
#module_421420897 .jiugong-item{border-left-width:0px;}
#module_421420897 .jiugong-item{border-top-left-radius:0px;}
#module_421420897 .jiugong-item{border-top-right-radius:1px;}
#module_421420897 .jiugong-item{border-bottom-left-radius:0px;}
#module_421420897 .jiugong-item{border-bottom-right-radius:0px;}
#module_421420897 {}@media only screen and (min-width: 768px) {#module_421420897 .nic-item ul li i{width:50%}}
#module_421420897 {}@media only screen and (max-width: 767px) {#module_421420897 .nic-item ul li i{width:60%}}
#module_421420897 .jggMargin{margin-top:0.0000%;}
#module_421420897 .jggMargin{margin-bottom:1.2500%;}
#module_421420897 .jggMargin{margin-left:0.0000%;}
#module_421420897 .jggMargin{margin-right:0.0000%;}
#module_421420897 .jggPadding{padding-top:0.0000%;}
#module_421420897 .jggPadding{padding-bottom:0.0000%;}
#module_421420897 .jggPadding{padding-left:0.0000%;}
#module_421420897 .jggPadding{padding-right:0.0000%;}
#module_421420897 .jggFont{font-size:13px;}
#module_421420897 .jggFont{font-family:微软雅黑,Microsoft YaHei;}
#module_421420897 .jggFont{font-weight:normal;}
#module_421420897 .jggFont{text-decoration:none;}
#module_421420897 .jggFont{font-style:normal;}

.module_421420898 .ModuleHead .HeadCenter{float:none;}
#module_421420898 {
padding:0px;
}
#module_421420898 {
position:static;
z-index:0;
top:2835px;
left:0px;
width:100%;
height: auto;
}
#module_421420898 .ModuleHead421420898 {
display:none;
}
#module_421420898 .BodyCenter.BodyCenter421420898 {
background-color:transparent;
background-image:url(/comdata/85740/202107/20210713144040ac1a24.png);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_421420898 >.module_421420898 {
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_421420898 >.module_421420898{
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_421420898 .BodyCenter.BodyCenter421420898 {
padding-top:5.2301%;
padding-left:11.5063%;
padding-right:0.0000%;
padding-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_421420898 .BodyCenter.BodyCenter421420898 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420898 >.module_421420898 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420898 >.module_421420898 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420898 >.module_421420898 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420898:hover {
border:none;
}
#module_421420898:hover >.module_421420898 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420898 .ModuleSubContainer{background-color:rgb(255, 255, 255);}
#module_421420898 .ModuleSubContainer{background-image:none;}
#module_421420898 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421420898 .ModuleSubContainer{background-position:0% 0%;}
#module_421420898 .ModuleSubContainer{background-attachment:scroll;}
#module_421420898 .ModuleSubContainer{}
#module_421420898 {!bgVideo!}{bgVideoUrl:}
#module_421420898 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421420898 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421420898 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421420898 {max-width:none;width:100%;}
.module_421420899 .ModuleHead .HeadCenter{float:none;}
#module_421420899 {
padding:0px;
}
#module_421420899 {
position:static;
z-index:0;
top:14px;
left:0px;
width:100%;
height: auto;
}
#module_421420899 .ModuleHead421420899 {
display:none;
}
#module_421420899 .BodyCenter.BodyCenter421420899 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420899 >.module_421420899 {
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_421420899 >.module_421420899{
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_421420899 .BodyCenter.BodyCenter421420899 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420899 .BodyCenter.BodyCenter421420899 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420899 >.module_421420899 {
margin-top:4.7281%;
margin-left:2.9551%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420899 >.module_421420899 {
margin-top:12.1037%;
margin-left:2.8818%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420899 >.module_421420899 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420899:hover {
border:none;
}
#module_421420899:hover >.module_421420899 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420899 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420899 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420899 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420899 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420899 .imageTextGiant-Container{padding-top:10px;}
#module_421420899 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420899 .imageTextGiant-Container{padding-left:10px;}
#module_421420899 .imageTextGiant-Container{padding-right:10px;}
#module_421420899 .showHandle .btn{font-size:14px;}
#module_421420899 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420899 .showHandle .btn{color:#333;}
#module_421420899 .showHandle .btn{font-weight:400;}
#module_421420899 .showHandle .btn{text-decoration:none;}
#module_421420899 .showHandle .btn{font-style:normal;}
#module_421420899 .showHandle div{border-top-color:#ddd !important;}
#module_421420899 .showHandle div{border-top-style:solid !important;}
#module_421420899 .showHandle div{border-top-width:1px !important;}
#module_421420899 .showHandle{background-color:transparent;}
#module_421420899 .showHandle{background-image:none;}
#module_421420899 .showHandle{background-repeat:no-repeat;}
#module_421420899 .showHandle{}
#module_421420899 .showHandle{}
#module_421420899 .showHandle{}
#module_421420899 a{font-size:unset;font-family:unset}
.ModuleNewsListGiant.layout-113 .news-container { width: 100%; position: relative; }
.ModuleNewsListGiant.layout-113 .news-container li { float: left; margin: 0 2% 2% 0; }
.ModuleNewsListGiant.layout-113 .news-item { float: left; position: relative; cursor: pointer; }
.ModuleNewsListGiant.layout-113 .news-item .news-tit { position: relative; }
.ModuleNewsListGiant.layout-113 .news-item .news-tit time { display: block; margin-top: 5px; margin-bottom: 16px; }
.ModuleNewsListGiant.layout-113 .news-item .news-tit .news-title-container { margin-top: 8px;  }
.ModuleNewsListGiant.layout-113 .news-item .news-tit .news-desc { margin-top: 13px; overflow: hidden; height: 42px; line-height: 1.8; }
.ModuleNewsListGiant.layout-113 .news-item .news-img { width: 100%; overflow: hidden; display: block; text-align:center; margin-top: 17px; position: relative;}
.ModuleNewsListGiant.layout-113 .news-item .news-img img { transition: all .3s ease-out 0s; overflow: hidden; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; width:100%; }
.ModuleNewsListGiant.layout-113 .news-item .news-img .dummy { padding-top: 56%; }
.ModuleNewsListGiant.layout-113 .news-item .news-detail-btn { display:none; padding: 8px 12px; color: #ffffff; font-weight: bold; position: absolute; left: 50%; bottom: calc(50% - 19px); width: 38px; height: 38px; background: rgba(0,0,0,0.6); margin-left: -19px; }
.ModuleNewsListGiant.layout-113 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-113 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 44px;
    color: #fff;
    transform: translate(-50%,-50%);
}
.ModuleNewsListGiant.layout-113 .news-title-oneline{
    overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break:break-all;
}
/*手机屏幕*/
@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-113 li.col-xs-2 {
        padding-right: 0;
        padding-left: 0;
        width: 49%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-3 {
        padding-right: 0;
        padding-left: 0;
        width: 32%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-4 {
        padding-right: 0;
        padding-left: 0;
        width: 23.5%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-5 {
        padding-right: 0;
        padding-left: 0;
        width: 18.4%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-6 {
        padding-right: 0;
        padding-left: 0;
        width: 15%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-1 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(2n).col-xs-2 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(3n).col-xs-3 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(4n).col-xs-4 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(5n).col-xs-5 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(6n).col-xs-6 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(n).col-xs-1 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 .news-container li {
        margin-bottom: 8%;
    }

    .ModuleNewsListGiant.layout-113 .news-item:hover .news-detail-btn {
        display: none !important;
    }
}

/*PC*/
@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-113 li.col-lg-2 {
        padding-right: 0;
        padding-left: 0;
        width: 49%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-3 {
        padding-right: 0;
        padding-left: 0;
        width: 32%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-4 {
        padding-right: 0;
        padding-left: 0;
        width: 23.5%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-5 {
        padding-right: 0;
        padding-left: 0;
        width: 18.4%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-6 {
        padding-right: 0;
        padding-left: 0;
        width: 15%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-1 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(2n).col-lg-2 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(3n).col-lg-3 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(4n).col-lg-4 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(5n).col-lg-5 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(6n).col-lg-6 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(n).col-lg-1 {
        margin-right: 0;
    }
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-113 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: middle;
}
.ModuleNewsListGiant.layout-113 .pagerGiant .inputer{outline: 0;}
.module_421420900 .ModuleHead .HeadCenter{float:none;}
#module_421420900 {
padding:0px;
}
#module_421420900 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420900 .ModuleHead421420900 {
display:none;
}
#module_421420900 .BodyCenter.BodyCenter421420900 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420900 >.module_421420900 {
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_421420900 >.module_421420900{
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_421420900 .BodyCenter.BodyCenter421420900 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420900 .BodyCenter.BodyCenter421420900 {
padding-top:0.0000%;
padding-left:5.7637%;
padding-right:5.7637%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_421420900 >.module_421420900 {
margin-top:3.5461%;
margin-left:3.6643%;
margin-right:0.0000%;
margin-bottom:3.5461%;
}
}
@media screen and (max-width: 767px){
#module_421420900 >.module_421420900 {
margin-top:5.1873%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420900 >.module_421420900 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420900:hover {
border:none;
}
#module_421420900:hover >.module_421420900 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420900 .videobox .iconfont{font-size:px;}
#module_421420900 {}@media (max-width: 767px) { #module_421420900 .videobox .iconfont{font-size:px;}}
#module_421420900 .news-item{background-color:transparent;}
#module_421420900 .news-item{background-image:none;}
#module_421420900 .news-item{background-repeat:no-repeat;}
#module_421420900 .news-item{}
#module_421420900 .news-item{}
#module_421420900 .news-item{}
#module_421420900 .news-item{border-top-color:transparent;}
#module_421420900 .news-item{border-top-style:none;}
#module_421420900 .news-item{border-top-width:0px;}
#module_421420900 .news-item{border-right-color:transparent;}
#module_421420900 .news-item{border-right-style:none;}
#module_421420900 .news-item{border-right-width:0px;}
#module_421420900 .news-item{border-bottom-color:transparent;}
#module_421420900 .news-item{border-bottom-style:none;}
#module_421420900 .news-item{border-bottom-width:0px;}
#module_421420900 .news-item{border-left-color:transparent;}
#module_421420900 .news-item{border-left-style:none;}
#module_421420900 .news-item{border-left-width:0px;}
#module_421420900 .news-img{border-top-color:transparent;}
#module_421420900 .news-img{border-top-style:none;}
#module_421420900 .news-img{border-top-width:0px;}
#module_421420900 .news-img{border-right-color:transparent;}
#module_421420900 .news-img{border-right-style:none;}
#module_421420900 .news-img{border-right-width:0px;}
#module_421420900 .news-img{border-bottom-color:transparent;}
#module_421420900 .news-img{border-bottom-style:none;}
#module_421420900 .news-img{border-bottom-width:0px;}
#module_421420900 .news-img{border-left-color:transparent;}
#module_421420900 .news-img{border-left-style:none;}
#module_421420900 .news-img{border-left-width:0px;}
#module_421420900 .news-img .dummy{background-color:transparent;}
#module_421420900 .news-img .dummy{background-image:none;}
#module_421420900 .news-img .dummy{background-repeat:no-repeat;}
#module_421420900 .news-img .dummy{}
#module_421420900 .news-img .dummy{}
#module_421420900 .news-img .dummy{}
#module_421420900 .news-img .dummy{padding-top:auto;}
#module_421420900 .news-img .t-img{ object-fit:cover;}
#module_421420900 .news-img .t-img{ width:100%;}
#module_421420900 .news-img .t-img{ height:100%;}
#module_421420900 .news-img .t-img{border-radius:0px;}
#module_421420900 .news-title{font-size:16px;}
#module_421420900 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_421420900 .news-title{color:#333;}
#module_421420900 .news-title{font-weight:normal;}
#module_421420900 .news-title{text-decoration:none;}
#module_421420900 .news-title{font-style:normal;}
#module_421420900 .news-title-container{margin-top:7px;}
#module_421420900 .news-title-container{margin-bottom:0px;}
#module_421420900 .news-desc{font-size:14px;}
#module_421420900 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_421420900 .news-desc{color:#999;}
#module_421420900 .news-desc{font-weight:normal;}
#module_421420900 .news-desc{text-decoration:none;}
#module_421420900 .news-desc{font-style:normal;}
#module_421420900 .news-desc{margin-top:20px;}
#module_421420900 .news-desc{margin-bottom:20px;}
#module_421420900 time{font-size:18px;}
#module_421420900 time{font-family:arial, helvetica,sans-serif;}
#module_421420900 time{color:#999999;}
#module_421420900 time{font-weight:normal;}
#module_421420900 time{text-decoration:none;}
#module_421420900 time{font-style:normal;}
#module_421420900 time{margin-top:0px;}
#module_421420900 time{margin-bottom:0px;}
#module_421420900 .news-line{border-bottom-color:#eeeeee;}
#module_421420900 .news-line{border-bottom-style:solid;}
#module_421420900 .news-line{border-bottom-width:0px;}
#module_421420900 .news-detail-btn{display:none;}
#module_421420900 .pagerGiant .text{font-size:px;}
#module_421420900 .pagerGiant .text{font-family:;}
#module_421420900 .pagerGiant .text{color:;}
#module_421420900 .pagerGiant .text{}
#module_421420900 .pagerGiant .text{}
#module_421420900 .pagerGiant .text{}
#module_421420900 .pagerGiant .current,#module_421420900 .pagerGiant .num,#module_421420900 .pagerGiant .inputer{width:px}
#module_421420900 .pagerGiant .current,#module_421420900 .pagerGiant .num,#module_421420900 .pagerGiant .inputer{height:px}
#module_421420900 .pagerGiant .num{font-size:px;}
#module_421420900 .pagerGiant .num{font-family:;}
#module_421420900 .pagerGiant .num{color:;}
#module_421420900 .pagerGiant .num{}
#module_421420900 .pagerGiant .num{}
#module_421420900 .pagerGiant .num{}
#module_421420900 .pagerGiant .submit{width:px}
#module_421420900 .pagerGiant .submit{height:px}
#module_421420900 .pagerGiant .current,#module_421420900 .pagerGiant .num,#module_421420900 .pagerGiant .inputer,#module_421420900 .pagerGiant .submit{border-top-left-radius:px;}
#module_421420900 .pagerGiant .current,#module_421420900 .pagerGiant .num,#module_421420900 .pagerGiant .inputer,#module_421420900 .pagerGiant .submit{border-top-right-radius:px;}
#module_421420900 .pagerGiant .current,#module_421420900 .pagerGiant .num,#module_421420900 .pagerGiant .inputer,#module_421420900 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_421420900 .pagerGiant .current,#module_421420900 .pagerGiant .num,#module_421420900 .pagerGiant .inputer,#module_421420900 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_421420900 .pagerGiant .next,#module_421420900 .pagerGiant .splitline{color:;}
#module_421420900 .pagerGiant .num{background-color:#fff;}
#module_421420900 .pagerGiant .num, #module_421420900 .pagerGiant .inputer{border-top-color:#ccc;}
#module_421420900 .pagerGiant .num, #module_421420900 .pagerGiant .inputer{border-top-style:solid;}
#module_421420900 .pagerGiant .num, #module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit, #module_421420900 .pagerGiant .inputer{border-top-width:1px;}
#module_421420900 .pagerGiant .num, #module_421420900 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_421420900 .pagerGiant .num, #module_421420900 .pagerGiant .inputer{border-bottom-style:solid;}
#module_421420900 .pagerGiant .num, #module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit, #module_421420900 .pagerGiant .inputer{border-bottom-width:1px;}
#module_421420900 .pagerGiant .num, #module_421420900 .pagerGiant .inputer{border-left-color:#ccc;}
#module_421420900 .pagerGiant .num, #module_421420900 .pagerGiant .inputer{border-left-style:solid;}
#module_421420900 .pagerGiant .num, #module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit, #module_421420900 .pagerGiant .inputer{border-left-width:1px;}
#module_421420900 .pagerGiant .num, #module_421420900 .pagerGiant .inputer{border-right-color:#ccc;}
#module_421420900 .pagerGiant .num, #module_421420900 .pagerGiant .inputer{border-right-style:solid;}
#module_421420900 .pagerGiant .num, #module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit, #module_421420900 .pagerGiant .inputer{border-right-width:1px;}
#module_421420900 .page-more a{font-size:px;}
#module_421420900 .page-more a{font-family:;}
#module_421420900 .page-more a{color:#666 !important;}
#module_421420900 .page-more a{}
#module_421420900 .page-more a{}
#module_421420900 .page-more a{}
#module_421420900 .page-more a{background-color:#fff;}
#module_421420900 .page-more a{border-top-color:#eee;}
#module_421420900 .page-more a{border-top-style:solid;}
#module_421420900 .page-more a{border-top-width:2px;}
#module_421420900 .page-more a{border-bottom-color:#eee;}
#module_421420900 .page-more a{border-bottom-style:solid;}
#module_421420900 .page-more a{border-bottom-width:2px;}
#module_421420900 .page-more a{border-left-color:#eee;}
#module_421420900 .page-more a{border-left-style:solid;}
#module_421420900 .page-more a{border-left-width:2px;}
#module_421420900 .page-more a{border-right-color:#eee;}
#module_421420900 .page-more a{border-right-style:solid;}
#module_421420900 .page-more a{border-right-width:2px;}
#module_421420900 .news-item:hover{background-color:transparent;}
#module_421420900 .news-item:hover{background-image:none;}
#module_421420900 .news-item:hover{background-repeat:no-repeat;}
#module_421420900 .news-item:hover{}
#module_421420900 .news-item:hover{}
#module_421420900 .news-item:hover{}
#module_421420900 .news-item:hover{border-top-color:transparent;}
#module_421420900 .news-item:hover{border-top-style:none;}
#module_421420900 .news-item:hover{border-top-width:0px;}
#module_421420900 .news-item:hover{border-right-color:transparent;}
#module_421420900 .news-item:hover{border-right-style:none;}
#module_421420900 .news-item:hover{border-right-width:0px;}
#module_421420900 .news-item:hover{border-bottom-color:transparent;}
#module_421420900 .news-item:hover{border-bottom-style:none;}
#module_421420900 .news-item:hover{border-bottom-width:0px;}
#module_421420900 .news-item:hover{border-left-color:transparent;}
#module_421420900 .news-item:hover{border-left-style:none;}
#module_421420900 .news-item:hover{border-left-width:0px;}
#module_421420900 .news-item:hover .news-img{border-top-color:transparent;}
#module_421420900 .news-item:hover .news-img{border-top-style:none;}
#module_421420900 .news-item:hover .news-img{border-top-width:0px;}
#module_421420900 .news-item:hover .news-img{border-right-color:transparent;}
#module_421420900 .news-item:hover .news-img{border-right-style:none;}
#module_421420900 .news-item:hover .news-img{border-right-width:0px;}
#module_421420900 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_421420900 .news-item:hover .news-img{border-bottom-style:none;}
#module_421420900 .news-item:hover .news-img{border-bottom-width:0px;}
#module_421420900 .news-item:hover .news-img{border-left-color:transparent;}
#module_421420900 .news-item:hover .news-img{border-left-style:none;}
#module_421420900 .news-item:hover .news-img{border-left-width:0px;}
#module_421420900 .news-item:hover .news-title{font-size:16px;}
#module_421420900 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_421420900 .news-item:hover .news-title{color:rgb(46, 119, 243);}
#module_421420900 .news-item:hover .news-title{font-weight:normal;}
#module_421420900 .news-item:hover .news-title{text-decoration:none;}
#module_421420900 .news-item:hover .news-title{font-style:normal;}
#module_421420900 .news-item:hover .news-desc{font-size:14px;}
#module_421420900 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_421420900 .news-item:hover .news-desc{color:#999;}
#module_421420900 .news-item:hover .news-desc{font-weight:normal;}
#module_421420900 .news-item:hover .news-desc{text-decoration:none;}
#module_421420900 .news-item:hover .news-desc{font-style:normal;}
#module_421420900 .news-item:hover time{font-size:18px;}
#module_421420900 .news-item:hover time{font-family:arial, helvetica,sans-serif;}
#module_421420900 .news-item:hover time{color:#999999;}
#module_421420900 .news-item:hover time{font-weight:normal;}
#module_421420900 .news-item:hover time{text-decoration:none;}
#module_421420900 .news-item:hover time{font-style:normal;}
#module_421420900 .news-item:hover .news-line{border-bottom-color:#eeeeee;}
#module_421420900 .news-item:hover .news-line{border-bottom-style:solid;}
#module_421420900 .news-item:hover .news-line{border-bottom-width:0px;}
#module_421420900 .news-item:hover .news-detail-btn{display:block;}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit{font-size:px;}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit{font-family:;}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit{color:;}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit{}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit{}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit{}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit{background-color:#1e88e5;}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit, #module_421420900 .pagerGiant .inputer:hover{border-top-color:#1e88e5;}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit, #module_421420900 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit, #module_421420900 .pagerGiant .inputer:hover{border-bottom-color:#1e88e5;}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit, #module_421420900 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit, #module_421420900 .pagerGiant .inputer:hover{border-left-color:#1e88e5;}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit, #module_421420900 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit, #module_421420900 .pagerGiant .inputer:hover{border-right-color:#1e88e5;}
#module_421420900 .pagerGiant .current, #module_421420900 .pagerGiant .submit, #module_421420900 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_421420900 .page-more a:hover{font-size:px;}
#module_421420900 .page-more:hover a{font-family:;}
#module_421420900 .page-more a:hover{color:#666 !important;}
#module_421420900 .page-more a:hover {}
#module_421420900 .page-more a:hover {}
#module_421420900 .page-more a:hover {}
#module_421420900 .page-more a:hover{background-color:#fff;}
#module_421420900 .page-more a:hover{border-top-color:#eee;}
#module_421420900 .page-more a:hover{border-top-style:solid;}
#module_421420900 .page-more a:hover{border-bottom-color:#eee;}
#module_421420900 .page-more a:hover{border-bottom-style:solid;}
#module_421420900 .page-more a:hover{border-left-color:#eee;}
#module_421420900 .page-more a:hover{border-left-style:solid;}
#module_421420900 .page-more a:hover{border-right-color:#eee;}
#module_421420900 .page-more a:hover{border-right-style:solid;}

.module_421420901 .ModuleHead .HeadCenter{float:none;}
#module_421420901 {
padding:0px;
}
#module_421420901 {
position:static;
z-index:0;
top:4166px;
left:97px;
width:100%;
height: auto;
}
#module_421420901 .ModuleHead421420901 {
display:none;
}
#module_421420901 .BodyCenter.BodyCenter421420901 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420901 >.module_421420901 {
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_421420901 >.module_421420901{
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_421420901 .BodyCenter.BodyCenter421420901 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420901 .BodyCenter.BodyCenter421420901 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_421420901 >.module_421420901 {
margin-top:-5.9102%;
margin-left:0.0000%;
margin-right:5.9102%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420901 >.module_421420901 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:11.5274%;
}
}
#module_421420901 >.module_421420901 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420901:hover {
border:none;
}
#module_421420901:hover >.module_421420901 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420901 .BodyCenter{text-align:center;}
#module_421420901 .moduleButton{font-size:14px;}
#module_421420901 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_421420901 .moduleButton{color:#fff;}
#module_421420901 .moduleButton{font-weight:normal;}
#module_421420901 .moduleButton{text-decoration:none;}
#module_421420901 .moduleButton{font-style:normal;}
#module_421420901 .moduleButton, #module_421420901 .moduleButton:before{background-color:rgb(24, 87, 193);}
#module_421420901 .moduleButton, #module_421420901 .moduleButton:before{}
#module_421420901 .moduleButton, #module_421420901 .moduleButton:before{}
#module_421420901 .moduleButton, #module_421420901 .moduleButton:before{}
#module_421420901 .moduleButton, #module_421420901 .moduleButton:before{}
#module_421420901 .moduleButton, #module_421420901 .moduleButton:before{}
#module_421420901 .moduleButton{border-color:rgb(24, 87, 193);}
#module_421420901 .moduleButton{border-style:solid;}
#module_421420901 .moduleButton{border-width:1px;}
#module_421420901 .moduleButton{width:130px;}
#module_421420901 .moduleButton,#module_421420901 .BreadsvgIcon{height:44px;line-height:44px;}
#module_421420901 .BodyCenter{color:#fff;}
#module_421420901 .moduleButton{border-top-left-radius:0px;}
#module_421420901 .moduleButton{border-top-right-radius:0px;}
#module_421420901 .moduleButton{border-bottom-left-radius:0px;}
#module_421420901 .moduleButton{border-bottom-right-radius:0px;}
#module_421420901 .BreadIcon{font-size:16px;} #module_421420901 .BreadsvgIcon svg{width:16px;height:16px;}
#module_421420901 .BreadIcon{color:#fff;} #module_421420901 .BreadsvgIcon svg>*{fill:#fff;}
#module_421420901 .BreadIcon,#module_421420901 .BreadsvgIcon{margin-left:10px;}
#module_421420901 .BreadIcon,#module_421420901 .BreadsvgIcon{margin-right:10px;}
#module_421420901 .moduleButton{box-shadow:;}
#module_421420901 .moduleButton:hover .BreadIcon{font-size:16px;} #module_421420901 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_421420901 .moduleButton:hover .BreadIcon{color:#fff} #module_421420901 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_421420901 .moduleButton:hover{font-size:14px;}
#module_421420901 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_421420901 .moduleButton:hover{color:rgb(24, 87, 193);}
#module_421420901 .moduleButton:hover{font-weight:normal;}
#module_421420901 .moduleButton:hover{text-decoration:none;}
#module_421420901 .moduleButton:hover{font-style:normal;}
#module_421420901 .moduleButton:hover, #module_421420901 .moduleButton:hover:before{background-image: unset;background-color:rgb(255, 255, 255);}
#module_421420901 .moduleButton:hover, #module_421420901 .moduleButton:hover:before{}
#module_421420901 .moduleButton:hover, #module_421420901 .moduleButton:hover:before{}
#module_421420901 .moduleButton:hover, #module_421420901 .moduleButton:hover:before{}
#module_421420901 .moduleButton:hover, #module_421420901 .moduleButton:hover:before{}
#module_421420901 .moduleButton:hover, #module_421420901 .moduleButton:hover:before{}
#module_421420901 .moduleButton:hover{border-color:rgb(24, 87, 193);}
#module_421420901 .moduleButton:hover{border-style:solid;}
#module_421420901 .moduleButton:hover{border-width:1px;}
#module_421420901 .moduleButton:hover{box-shadow:;}

.module_426423195 .ModuleHead .HeadCenter{float:none;}
#module_426423195 {
padding:0px;
}
#module_426423195 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_426423195 .ModuleHead426423195 {
display:none;
}

#module_426423195 .ModuleSubContainer{background-color:transparent;}
#module_426423195 .ModuleSubContainer{}
#module_426423195 .ModuleSubContainer{background-repeat:no-repeat;}
#module_426423195 .ModuleSubContainer{background-position:0% 0%;}
#module_426423195 .ModuleSubContainer{background-attachment:scroll;}
#module_426423195 .ModuleSubContainer{}
#module_426423195 {!bgVideo!}{bgVideoUrl:}
#module_426423195 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_426423195 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_426423195 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer426423195 {max-width:none;width:100%;}
.module_426808987 .ModuleHead .HeadCenter{float:none;}
#module_426808987 {
padding:0px;
}
#module_426808987 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_426808987 .ModuleHead426808987 {
display:none;
}


.module_426425021 .ModuleHead .HeadCenter{float:none;}
#module_426425021 {
padding:0px;
}
#module_426425021 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_426425021 .ModuleHead426425021 {
display:none;
}
#module_426425021 .BodyCenter.BodyCenter426425021 {
background-color:transparent;
background-image:url(/comdata/85740/202204/20220408172352054465.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_426425021 >.module_426425021 {
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_426425021 >.module_426425021{
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_426425021 .BodyCenter.BodyCenter426425021 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_426425021 .BodyCenter.BodyCenter426425021 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_426425021 >.module_426425021 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_426425021 >.module_426425021 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_426425021 >.module_426425021 {box-shadow: 0px 0px 0px 0px #ccc}
#module_426425021:hover {
border:none;
}
#module_426425021:hover >.module_426425021 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_426425021 .ModuleSubContainer{background-color:transparent;}
#module_426425021 .ModuleSubContainer{background-image:none;}
#module_426425021 .ModuleSubContainer{background-repeat:no-repeat;}
#module_426425021 .ModuleSubContainer{background-position:0% 0%;}
#module_426425021 .ModuleSubContainer{background-attachment:scroll;}
#module_426425021 .ModuleSubContainer{}
#module_426425021 {!bgVideo!}{bgVideoUrl:}
#module_426425021 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_426425021 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_426425021 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer426425021 {}
.module_426425065 .ModuleHead .HeadCenter{float:none;}
#module_426425065 {
padding:0px;
}
#module_426425065 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_426425065 .ModuleHead426425065 {
display:none;
}
#module_426425065 .BodyCenter.BodyCenter426425065 {
background:none;background-color:rgba(0,0,0,0);
}
#module_426425065 >.module_426425065 {
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_426425065 >.module_426425065{
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_426425065 .BodyCenter.BodyCenter426425065 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_426425065 .BodyCenter.BodyCenter426425065 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_426425065 >.module_426425065 {
margin-top:4.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_426425065 >.module_426425065 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_426425065 >.module_426425065 {box-shadow: 0px 0px 0px 0px #ccc}
#module_426425065:hover {
border:none;
}
#module_426425065:hover >.module_426425065 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_426425065 .ModuleImageTextGiantContent{margin-top:0px;}
#module_426425065 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_426425065 .ModuleImageTextGiantContent{margin-left:0px;}
#module_426425065 .ModuleImageTextGiantContent{margin-right:0px;}
#module_426425065 .imageTextGiant-Container{padding-top:10px;}
#module_426425065 .imageTextGiant-Container{padding-bottom:10px;}
#module_426425065 .imageTextGiant-Container{padding-left:10px;}
#module_426425065 .imageTextGiant-Container{padding-right:10px;}
#module_426425065 .showHandle .btn{font-size:14px;}
#module_426425065 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_426425065 .showHandle .btn{color:#333;}
#module_426425065 .showHandle .btn{font-weight:400;}
#module_426425065 .showHandle .btn{text-decoration:none;}
#module_426425065 .showHandle .btn{font-style:normal;}
#module_426425065 .showHandle div{border-top-color:#ddd !important;}
#module_426425065 .showHandle div{border-top-style:solid !important;}
#module_426425065 .showHandle div{border-top-width:1px !important;}
#module_426425065 .showHandle{background-color:transparent;}
#module_426425065 .showHandle{background-image:none;}
#module_426425065 .showHandle{background-repeat:no-repeat;}
#module_426425065 .showHandle{}
#module_426425065 .showHandle{}
#module_426425065 .showHandle{}
#module_426425065 a{font-size:unset;font-family:unset}
.module_426425035 .ModuleHead .HeadCenter{float:none;}
#module_426425035 {
padding:0px;
}
#module_426425035 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_426425035 .ModuleHead426425035 {
display:none;
}
#module_426425035 .BodyCenter.BodyCenter426425035 {
background:none;background-color:rgba(0,0,0,0);
}
#module_426425035 >.module_426425035 {
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_426425035 >.module_426425035{
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_426425035 .BodyCenter.BodyCenter426425035 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_426425035 .BodyCenter.BodyCenter426425035 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_426425035 >.module_426425035 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_426425035 >.module_426425035 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_426425035 >.module_426425035 {box-shadow: 0px 0px 0px 0px #ccc}
#module_426425035:hover {
border:none;
}
#module_426425035:hover >.module_426425035 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_426425035 img{border-top-color:transparent;}
#module_426425035 img{border-top-style:none;}
#module_426425035 img{border-top-width:0px;}
#module_426425035 img{border-right-color:transparent;}
#module_426425035 img{border-right-style:none;}
#module_426425035 img{border-right-width:0px;}
#module_426425035 img{border-bottom-color:transparent;}
#module_426425035 img{border-bottom-style:none;}
#module_426425035 img{border-bottom-width:0px;}
#module_426425035 img{border-left-color:transparent;}
#module_426425035 img{border-left-style:none;}
#module_426425035 img{border-left-width:0px;}
#module_426425035 img{border-top-left-radius:0px;}
#module_426425035 img{border-top-right-radius:0px;}
#module_426425035 img{border-bottom-left-radius:0px;}
#module_426425035 img{border-bottom-right-radius:0px;}
#module_426425035 .BodyCenter{text-align: center;}

.module_421889626 .ModuleHead .HeadCenter{float:none;}
#module_421889626 {
padding:0px;
}
#module_421889626 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_421889626 .ModuleHead421889626 {
display:none;
}
#module_421889626 .BodyCenter.BodyCenter421889626 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421889626 >.module_421889626 {
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_421889626 >.module_421889626{
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_421889626 .BodyCenter.BodyCenter421889626 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421889626 .BodyCenter.BodyCenter421889626 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421889626 >.module_421889626 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:1.5756%;
}
}
@media screen and (max-width: 767px){
#module_421889626 >.module_421889626 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421889626 >.module_421889626 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421889626:hover {
border:none;
}
#module_421889626:hover >.module_421889626 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421889626 .ModuleSubContainer{background-color:transparent;}
#module_421889626 .ModuleSubContainer{background-image:none;}
#module_421889626 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421889626 .ModuleSubContainer{background-position:0% 0%;}
#module_421889626 .ModuleSubContainer{background-attachment:scroll;}
#module_421889626 .ModuleSubContainer{}
#module_421889626 {!bgVideo!}{bgVideoUrl:}
#module_421889626 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421889626 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421889626 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421889626 {}
.module_421889632 .ModuleHead .HeadCenter{float:none;}
#module_421889632 {
padding:0px;
}
#module_421889632 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421889632 .ModuleHead421889632 {
display:none;
}
#module_421889632 {
border:none;
}
@media screen and (min-width: 768px){
#module_421889632 >.module_421889632 {
margin-top:5.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421889632 >.module_421889632 {
}
}

#module_421889632 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421889632 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421889632 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421889632 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421889632 .imageTextGiant-Container{padding-top:10px;}
#module_421889632 .imageTextGiant-Container{padding-bottom:10px;}
#module_421889632 .imageTextGiant-Container{padding-left:10px;}
#module_421889632 .imageTextGiant-Container{padding-right:10px;}
#module_421889632 .showHandle .btn{font-size:14px;}
#module_421889632 .showHandle .btn{font-family:;}
#module_421889632 .showHandle .btn{color:#333;}
#module_421889632 .showHandle .btn{font-weight:400;}
#module_421889632 .showHandle .btn{text-decoration:none;}
#module_421889632 .showHandle .btn{font-style:normal;}
#module_421889632 .showHandle div{border-top-color:#ddd !important;}
#module_421889632 .showHandle div{border-top-style:solid !important;}
#module_421889632 .showHandle div{border-top-width:1px !important;}
#module_421889632 .showHandle{background-color:transparent;}
#module_421889632 .showHandle{}
#module_421889632 .showHandle{background-repeat:no-repeat;}
#module_421889632 .showHandle{}
#module_421889632 .showHandle{}
#module_421889632 .showHandle{}
#module_421889632 a{font-size:unset;font-family:unset}
.module_421889321 .ModuleHead .HeadCenter{float:none;}
#module_421889321 {
padding:0px;
}
#module_421889321 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_421889321 .ModuleHead421889321 {
display:none;
}

#module_421889321 .ModuleSubContainer{background-color:transparent;}
#module_421889321 .ModuleSubContainer{}
#module_421889321 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421889321 .ModuleSubContainer{background-position:0% 0%;}
#module_421889321 .ModuleSubContainer{background-attachment:scroll;}
#module_421889321 .ModuleSubContainer{}
#module_421889321 {!bgVideo!}{bgVideoUrl:}
#module_421889321 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421889321 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421889321 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421889321 {max-width:none;width:100%;}
.module_421889322 .ModuleHead .HeadCenter{float:none;}
#module_421889322 {
padding:0px;
}
#module_421889322 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421889322 .ModuleHead421889322 {
display:none;
}


.module_421889633 .ModuleHead .HeadCenter{float:none;}
#module_421889633 {
padding:0px;
}
#module_421889633 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_421889633 .ModuleHead421889633 {
display:none;
}

#module_421889633 .ModuleSubContainer{background-color:transparent;}
#module_421889633 .ModuleSubContainer{}
#module_421889633 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421889633 .ModuleSubContainer{background-position:0% 0%;}
#module_421889633 .ModuleSubContainer{background-attachment:scroll;}
#module_421889633 .ModuleSubContainer{}
#module_421889633 {!bgVideo!}{bgVideoUrl:}
#module_421889633 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421889633 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421889633 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421889633 {}
.module_421420652 .ModuleHead .HeadCenter{float:none;}
#module_421420652 {
padding:0px;
}
#module_421420652 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420652 .ModuleHead421420652 {
display:none;
}
#module_421420652 .BodyCenter.BodyCenter421420652 {
background-color:transparent;
background-image:url(/comdata/85740/202107/20210713144040ac1a24.png);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_421420652 >.module_421420652 {
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_421420652 >.module_421420652{
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_421420652 .BodyCenter.BodyCenter421420652 {
padding-top:5.2301%;
padding-left:11.5063%;
padding-right:0.0000%;
padding-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_421420652 .BodyCenter.BodyCenter421420652 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420652 >.module_421420652 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420652 >.module_421420652 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420652 >.module_421420652 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420652:hover {
border:none;
}
#module_421420652:hover >.module_421420652 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420652 .ModuleSubContainer{background-color:rgb(255, 255, 255);}
#module_421420652 .ModuleSubContainer{background-image:none;}
#module_421420652 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421420652 .ModuleSubContainer{background-position:0% 0%;}
#module_421420652 .ModuleSubContainer{background-attachment:scroll;}
#module_421420652 .ModuleSubContainer{}
#module_421420652 {!bgVideo!}{bgVideoUrl:}
#module_421420652 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421420652 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421420652 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421420652 {max-width:none;width:100%;}
.module_421420653 .ModuleHead .HeadCenter{float:none;}
#module_421420653 {
padding:0px;
}
#module_421420653 {
position:static;
z-index:0;
top:14px;
left:0px;
width:100%;
height: auto;
}
#module_421420653 .ModuleHead421420653 {
display:none;
}
#module_421420653 .BodyCenter.BodyCenter421420653 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420653 >.module_421420653 {
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_421420653 >.module_421420653{
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_421420653 .BodyCenter.BodyCenter421420653 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420653 .BodyCenter.BodyCenter421420653 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420653 >.module_421420653 {
margin-top:4.7281%;
margin-left:2.9551%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420653 >.module_421420653 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420653 >.module_421420653 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420653:hover {
border:none;
}
#module_421420653:hover >.module_421420653 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420653 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420653 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420653 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420653 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420653 .imageTextGiant-Container{padding-top:10px;}
#module_421420653 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420653 .imageTextGiant-Container{padding-left:10px;}
#module_421420653 .imageTextGiant-Container{padding-right:10px;}
#module_421420653 .showHandle .btn{font-size:14px;}
#module_421420653 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420653 .showHandle .btn{color:#333;}
#module_421420653 .showHandle .btn{font-weight:400;}
#module_421420653 .showHandle .btn{text-decoration:none;}
#module_421420653 .showHandle .btn{font-style:normal;}
#module_421420653 .showHandle div{border-top-color:#ddd !important;}
#module_421420653 .showHandle div{border-top-style:solid !important;}
#module_421420653 .showHandle div{border-top-width:1px !important;}
#module_421420653 .showHandle{background-color:transparent;}
#module_421420653 .showHandle{background-image:none;}
#module_421420653 .showHandle{background-repeat:no-repeat;}
#module_421420653 .showHandle{}
#module_421420653 .showHandle{}
#module_421420653 .showHandle{}
#module_421420653 a{font-size:unset;font-family:unset}
.module_421420720 .ModuleHead .HeadCenter{float:none;}
#module_421420720 {
padding:0px;
}
#module_421420720 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_421420720 .ModuleHead421420720 {
display:none;
}
#module_421420720 .BodyCenter.BodyCenter421420720 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420720 >.module_421420720 {
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_421420720 >.module_421420720{
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_421420720 .BodyCenter.BodyCenter421420720 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420720 .BodyCenter.BodyCenter421420720 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420720 >.module_421420720 {
margin-top:-5.9102%;
margin-left:0.0000%;
margin-right:5.9102%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420720 >.module_421420720 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420720 >.module_421420720 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420720:hover {
border:none;
}
#module_421420720:hover >.module_421420720 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420720 .BodyCenter{text-align:right;}
#module_421420720 .moduleButton{font-size:15px;}
#module_421420720 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_421420720 .moduleButton{color:#fff;}
#module_421420720 .moduleButton{font-weight:normal;}
#module_421420720 .moduleButton{text-decoration:none;}
#module_421420720 .moduleButton{font-style:normal;}
#module_421420720 .moduleButton, #module_421420720 .moduleButton:before{background-color:rgb(24, 87, 193);}
#module_421420720 .moduleButton, #module_421420720 .moduleButton:before{}
#module_421420720 .moduleButton, #module_421420720 .moduleButton:before{}
#module_421420720 .moduleButton, #module_421420720 .moduleButton:before{}
#module_421420720 .moduleButton, #module_421420720 .moduleButton:before{}
#module_421420720 .moduleButton, #module_421420720 .moduleButton:before{}
#module_421420720 .moduleButton{border-color:rgb(24, 87, 193);}
#module_421420720 .moduleButton{border-style:solid;}
#module_421420720 .moduleButton{border-width:1px;}
#module_421420720 .moduleButton{width:180px;}
#module_421420720 .moduleButton,#module_421420720 .BreadsvgIcon{height:50px;line-height:50px;}
#module_421420720 .BodyCenter{color:#fff;}
#module_421420720 .moduleButton{border-top-left-radius:0px;}
#module_421420720 .moduleButton{border-top-right-radius:0px;}
#module_421420720 .moduleButton{border-bottom-left-radius:0px;}
#module_421420720 .moduleButton{border-bottom-right-radius:0px;}
#module_421420720 .BreadIcon{font-size:16px;} #module_421420720 .BreadsvgIcon svg{width:16px;height:16px;}
#module_421420720 .BreadIcon{color:#fff;} #module_421420720 .BreadsvgIcon svg>*{fill:#fff;}
#module_421420720 .BreadIcon,#module_421420720 .BreadsvgIcon{margin-left:10px;}
#module_421420720 .BreadIcon,#module_421420720 .BreadsvgIcon{margin-right:10px;}
#module_421420720 .moduleButton{box-shadow:;}
#module_421420720 .moduleButton:hover .BreadIcon{font-size:16px;} #module_421420720 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_421420720 .moduleButton:hover .BreadIcon{color:#fff} #module_421420720 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_421420720 .moduleButton:hover{font-size:15px;}
#module_421420720 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_421420720 .moduleButton:hover{color:rgb(24, 87, 193);}
#module_421420720 .moduleButton:hover{font-weight:normal;}
#module_421420720 .moduleButton:hover{text-decoration:none;}
#module_421420720 .moduleButton:hover{font-style:normal;}
#module_421420720 .moduleButton:hover, #module_421420720 .moduleButton:hover:before{background-image: unset;background-color:rgb(255, 255, 255);}
#module_421420720 .moduleButton:hover, #module_421420720 .moduleButton:hover:before{}
#module_421420720 .moduleButton:hover, #module_421420720 .moduleButton:hover:before{}
#module_421420720 .moduleButton:hover, #module_421420720 .moduleButton:hover:before{}
#module_421420720 .moduleButton:hover, #module_421420720 .moduleButton:hover:before{}
#module_421420720 .moduleButton:hover, #module_421420720 .moduleButton:hover:before{}
#module_421420720 .moduleButton:hover{border-color:rgb(24, 87, 193);}
#module_421420720 .moduleButton:hover{border-style:solid;}
#module_421420720 .moduleButton:hover{border-width:1px;}
#module_421420720 .moduleButton:hover{box-shadow:;}

.module_421420654 .ModuleHead .HeadCenter{float:none;}
#module_421420654 {
padding:0px;
}
#module_421420654 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420654 .ModuleHead421420654 {
display:none;
}
#module_421420654 .BodyCenter.BodyCenter421420654 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420654 >.module_421420654 {
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_421420654 >.module_421420654{
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_421420654 .BodyCenter.BodyCenter421420654 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420654 .BodyCenter.BodyCenter421420654 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420654 >.module_421420654 {
margin-top:3.5461%;
margin-left:3.6643%;
margin-right:0.0000%;
margin-bottom:3.5461%;
}
}
@media screen and (max-width: 767px){
#module_421420654 >.module_421420654 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420654 >.module_421420654 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420654:hover {
border:none;
}
#module_421420654:hover >.module_421420654 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420654 .videobox .iconfont{font-size:px;}
#module_421420654 {}@media (max-width: 767px) { #module_421420654 .videobox .iconfont{font-size:px;}}
#module_421420654 .news-item{background-color:transparent;}
#module_421420654 .news-item{background-image:none;}
#module_421420654 .news-item{background-repeat:no-repeat;}
#module_421420654 .news-item{}
#module_421420654 .news-item{}
#module_421420654 .news-item{}
#module_421420654 .news-item{border-top-color:transparent;}
#module_421420654 .news-item{border-top-style:none;}
#module_421420654 .news-item{border-top-width:0px;}
#module_421420654 .news-item{border-right-color:transparent;}
#module_421420654 .news-item{border-right-style:none;}
#module_421420654 .news-item{border-right-width:0px;}
#module_421420654 .news-item{border-bottom-color:transparent;}
#module_421420654 .news-item{border-bottom-style:none;}
#module_421420654 .news-item{border-bottom-width:0px;}
#module_421420654 .news-item{border-left-color:transparent;}
#module_421420654 .news-item{border-left-style:none;}
#module_421420654 .news-item{border-left-width:0px;}
#module_421420654 .news-img{border-top-color:transparent;}
#module_421420654 .news-img{border-top-style:none;}
#module_421420654 .news-img{border-top-width:0px;}
#module_421420654 .news-img{border-right-color:transparent;}
#module_421420654 .news-img{border-right-style:none;}
#module_421420654 .news-img{border-right-width:0px;}
#module_421420654 .news-img{border-bottom-color:transparent;}
#module_421420654 .news-img{border-bottom-style:none;}
#module_421420654 .news-img{border-bottom-width:0px;}
#module_421420654 .news-img{border-left-color:transparent;}
#module_421420654 .news-img{border-left-style:none;}
#module_421420654 .news-img{border-left-width:0px;}
#module_421420654 .news-img .dummy{background-color:transparent;}
#module_421420654 .news-img .dummy{background-image:none;}
#module_421420654 .news-img .dummy{background-repeat:no-repeat;}
#module_421420654 .news-img .dummy{}
#module_421420654 .news-img .dummy{}
#module_421420654 .news-img .dummy{}
#module_421420654 .news-img .dummy{padding-top:auto;}
#module_421420654 .news-img .t-img{ object-fit:cover;}
#module_421420654 .news-img .t-img{ width:100%;}
#module_421420654 .news-img .t-img{ height:100%;}
#module_421420654 .news-img .t-img{border-radius:0px;}
#module_421420654 .news-title{font-size:18px;}
#module_421420654 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_421420654 .news-title{color:#333;}
#module_421420654 .news-title{font-weight:normal;}
#module_421420654 .news-title{text-decoration:none;}
#module_421420654 .news-title{font-style:normal;}
#module_421420654 .news-title-container{margin-top:7px;}
#module_421420654 .news-title-container{margin-bottom:0px;}
#module_421420654 .news-desc{font-size:14px;}
#module_421420654 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_421420654 .news-desc{color:rgb(153, 153, 153);}
#module_421420654 .news-desc{font-weight:normal;}
#module_421420654 .news-desc{text-decoration:none;}
#module_421420654 .news-desc{font-style:normal;}
#module_421420654 .news-desc{margin-top:20px;}
#module_421420654 .news-desc{margin-bottom:20px;}
#module_421420654 time{font-size:18px;}
#module_421420654 time{font-family:arial, helvetica,sans-serif;}
#module_421420654 time{color:rgb(195, 203, 218);}
#module_421420654 time{font-weight:normal;}
#module_421420654 time{text-decoration:none;}
#module_421420654 time{font-style:normal;}
#module_421420654 time{margin-top:0px;}
#module_421420654 time{margin-bottom:0px;}
#module_421420654 .news-line{border-bottom-color:#eeeeee;}
#module_421420654 .news-line{border-bottom-style:solid;}
#module_421420654 .news-line{border-bottom-width:0px;}
#module_421420654 .news-detail-btn{display:none;}
#module_421420654 .pagerGiant .text{font-size:px;}
#module_421420654 .pagerGiant .text{font-family:;}
#module_421420654 .pagerGiant .text{color:;}
#module_421420654 .pagerGiant .text{}
#module_421420654 .pagerGiant .text{}
#module_421420654 .pagerGiant .text{}
#module_421420654 .pagerGiant .current,#module_421420654 .pagerGiant .num,#module_421420654 .pagerGiant .inputer{width:px}
#module_421420654 .pagerGiant .current,#module_421420654 .pagerGiant .num,#module_421420654 .pagerGiant .inputer{height:px}
#module_421420654 .pagerGiant .num{font-size:px;}
#module_421420654 .pagerGiant .num{font-family:;}
#module_421420654 .pagerGiant .num{color:;}
#module_421420654 .pagerGiant .num{}
#module_421420654 .pagerGiant .num{}
#module_421420654 .pagerGiant .num{}
#module_421420654 .pagerGiant .submit{width:px}
#module_421420654 .pagerGiant .submit{height:px}
#module_421420654 .pagerGiant .current,#module_421420654 .pagerGiant .num,#module_421420654 .pagerGiant .inputer,#module_421420654 .pagerGiant .submit{border-top-left-radius:px;}
#module_421420654 .pagerGiant .current,#module_421420654 .pagerGiant .num,#module_421420654 .pagerGiant .inputer,#module_421420654 .pagerGiant .submit{border-top-right-radius:px;}
#module_421420654 .pagerGiant .current,#module_421420654 .pagerGiant .num,#module_421420654 .pagerGiant .inputer,#module_421420654 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_421420654 .pagerGiant .current,#module_421420654 .pagerGiant .num,#module_421420654 .pagerGiant .inputer,#module_421420654 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_421420654 .pagerGiant .next,#module_421420654 .pagerGiant .splitline{color:;}
#module_421420654 .pagerGiant .num{background-color:#fff;}
#module_421420654 .pagerGiant .num, #module_421420654 .pagerGiant .inputer{border-top-color:#ccc;}
#module_421420654 .pagerGiant .num, #module_421420654 .pagerGiant .inputer{border-top-style:solid;}
#module_421420654 .pagerGiant .num, #module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit, #module_421420654 .pagerGiant .inputer{border-top-width:1px;}
#module_421420654 .pagerGiant .num, #module_421420654 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_421420654 .pagerGiant .num, #module_421420654 .pagerGiant .inputer{border-bottom-style:solid;}
#module_421420654 .pagerGiant .num, #module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit, #module_421420654 .pagerGiant .inputer{border-bottom-width:1px;}
#module_421420654 .pagerGiant .num, #module_421420654 .pagerGiant .inputer{border-left-color:#ccc;}
#module_421420654 .pagerGiant .num, #module_421420654 .pagerGiant .inputer{border-left-style:solid;}
#module_421420654 .pagerGiant .num, #module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit, #module_421420654 .pagerGiant .inputer{border-left-width:1px;}
#module_421420654 .pagerGiant .num, #module_421420654 .pagerGiant .inputer{border-right-color:#ccc;}
#module_421420654 .pagerGiant .num, #module_421420654 .pagerGiant .inputer{border-right-style:solid;}
#module_421420654 .pagerGiant .num, #module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit, #module_421420654 .pagerGiant .inputer{border-right-width:1px;}
#module_421420654 .page-more a{font-size:px;}
#module_421420654 .page-more a{font-family:;}
#module_421420654 .page-more a{color:#666 !important;}
#module_421420654 .page-more a{}
#module_421420654 .page-more a{}
#module_421420654 .page-more a{}
#module_421420654 .page-more a{background-color:#fff;}
#module_421420654 .page-more a{border-top-color:#eee;}
#module_421420654 .page-more a{border-top-style:solid;}
#module_421420654 .page-more a{border-top-width:2px;}
#module_421420654 .page-more a{border-bottom-color:#eee;}
#module_421420654 .page-more a{border-bottom-style:solid;}
#module_421420654 .page-more a{border-bottom-width:2px;}
#module_421420654 .page-more a{border-left-color:#eee;}
#module_421420654 .page-more a{border-left-style:solid;}
#module_421420654 .page-more a{border-left-width:2px;}
#module_421420654 .page-more a{border-right-color:#eee;}
#module_421420654 .page-more a{border-right-style:solid;}
#module_421420654 .page-more a{border-right-width:2px;}
#module_421420654 .news-item:hover{background-color:transparent;}
#module_421420654 .news-item:hover{background-image:none;}
#module_421420654 .news-item:hover{background-repeat:no-repeat;}
#module_421420654 .news-item:hover{}
#module_421420654 .news-item:hover{}
#module_421420654 .news-item:hover{}
#module_421420654 .news-item:hover{border-top-color:transparent;}
#module_421420654 .news-item:hover{border-top-style:none;}
#module_421420654 .news-item:hover{border-top-width:0px;}
#module_421420654 .news-item:hover{border-right-color:transparent;}
#module_421420654 .news-item:hover{border-right-style:none;}
#module_421420654 .news-item:hover{border-right-width:0px;}
#module_421420654 .news-item:hover{border-bottom-color:transparent;}
#module_421420654 .news-item:hover{border-bottom-style:none;}
#module_421420654 .news-item:hover{border-bottom-width:0px;}
#module_421420654 .news-item:hover{border-left-color:transparent;}
#module_421420654 .news-item:hover{border-left-style:none;}
#module_421420654 .news-item:hover{border-left-width:0px;}
#module_421420654 .news-item:hover .news-img{border-top-color:transparent;}
#module_421420654 .news-item:hover .news-img{border-top-style:none;}
#module_421420654 .news-item:hover .news-img{border-top-width:0px;}
#module_421420654 .news-item:hover .news-img{border-right-color:transparent;}
#module_421420654 .news-item:hover .news-img{border-right-style:none;}
#module_421420654 .news-item:hover .news-img{border-right-width:0px;}
#module_421420654 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_421420654 .news-item:hover .news-img{border-bottom-style:none;}
#module_421420654 .news-item:hover .news-img{border-bottom-width:0px;}
#module_421420654 .news-item:hover .news-img{border-left-color:transparent;}
#module_421420654 .news-item:hover .news-img{border-left-style:none;}
#module_421420654 .news-item:hover .news-img{border-left-width:0px;}
#module_421420654 .news-item:hover .news-title{font-size:18px;}
#module_421420654 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_421420654 .news-item:hover .news-title{color:rgb(46, 119, 243);}
#module_421420654 .news-item:hover .news-title{font-weight:normal;}
#module_421420654 .news-item:hover .news-title{text-decoration:none;}
#module_421420654 .news-item:hover .news-title{font-style:normal;}
#module_421420654 .news-item:hover .news-desc{font-size:14px;}
#module_421420654 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_421420654 .news-item:hover .news-desc{color:#999;}
#module_421420654 .news-item:hover .news-desc{font-weight:normal;}
#module_421420654 .news-item:hover .news-desc{text-decoration:none;}
#module_421420654 .news-item:hover .news-desc{font-style:normal;}
#module_421420654 .news-item:hover time{font-size:18px;}
#module_421420654 .news-item:hover time{font-family:arial, helvetica,sans-serif;}
#module_421420654 .news-item:hover time{color:rgb(195, 203, 218);}
#module_421420654 .news-item:hover time{font-weight:normal;}
#module_421420654 .news-item:hover time{text-decoration:none;}
#module_421420654 .news-item:hover time{font-style:normal;}
#module_421420654 .news-item:hover .news-line{border-bottom-color:#eeeeee;}
#module_421420654 .news-item:hover .news-line{border-bottom-style:solid;}
#module_421420654 .news-item:hover .news-line{border-bottom-width:0px;}
#module_421420654 .news-item:hover .news-detail-btn{display:block;}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit{font-size:px;}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit{font-family:;}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit{color:;}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit{}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit{}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit{}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit{background-color:#1e88e5;}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit, #module_421420654 .pagerGiant .inputer:hover{border-top-color:#1e88e5;}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit, #module_421420654 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit, #module_421420654 .pagerGiant .inputer:hover{border-bottom-color:#1e88e5;}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit, #module_421420654 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit, #module_421420654 .pagerGiant .inputer:hover{border-left-color:#1e88e5;}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit, #module_421420654 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit, #module_421420654 .pagerGiant .inputer:hover{border-right-color:#1e88e5;}
#module_421420654 .pagerGiant .current, #module_421420654 .pagerGiant .submit, #module_421420654 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_421420654 .page-more a:hover{font-size:px;}
#module_421420654 .page-more:hover a{font-family:;}
#module_421420654 .page-more a:hover{color:#666 !important;}
#module_421420654 .page-more a:hover {}
#module_421420654 .page-more a:hover {}
#module_421420654 .page-more a:hover {}
#module_421420654 .page-more a:hover{background-color:#fff;}
#module_421420654 .page-more a:hover{border-top-color:#eee;}
#module_421420654 .page-more a:hover{border-top-style:solid;}
#module_421420654 .page-more a:hover{border-bottom-color:#eee;}
#module_421420654 .page-more a:hover{border-bottom-style:solid;}
#module_421420654 .page-more a:hover{border-left-color:#eee;}
#module_421420654 .page-more a:hover{border-left-style:solid;}
#module_421420654 .page-more a:hover{border-right-color:#eee;}
#module_421420654 .page-more a:hover{border-right-style:solid;}

.module_421420655 .ModuleHead .HeadCenter{float:none;}
#module_421420655 {
padding:0px;
}
#module_421420655 {
position:static;
z-index:0;
top:4902px;
left:1864px;
width:100%;
height: auto;
}
#module_421420655 .ModuleHead421420655 {
display:none;
}
#module_421420655 .BodyCenter.BodyCenter421420655 {
background:none;background-color:rgb(24, 24, 25);
}
#module_421420655 >.module_421420655 {
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_421420655 >.module_421420655{
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_421420655 .BodyCenter.BodyCenter421420655 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420655 .BodyCenter.BodyCenter421420655 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420655 >.module_421420655 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420655 >.module_421420655 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420655 >.module_421420655 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420655:hover {
border:none;
}
#module_421420655:hover >.module_421420655 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420655 .ModuleSubContainer{background-color:transparent;}
#module_421420655 .ModuleSubContainer{background-image:none;}
#module_421420655 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421420655 .ModuleSubContainer{background-position:0% 0%;}
#module_421420655 .ModuleSubContainer{background-attachment:scroll;}
#module_421420655 .ModuleSubContainer{}
#module_421420655 {!bgVideo!}{bgVideoUrl:}
#module_421420655 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421420655 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421420655 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421420655 {max-width:1500px;width:auto;}
.ModuleNavGiant.layout-108 .main-nav-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  background-color: #333333;
   overflow:hidden;
}
.ModuleNavGiant.layout-108 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-108 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-108 .moveMenuRight, .ModuleNavGiant.layout-108 .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-108 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-108 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

}
.ModuleNavGiant.layout-108 .moveMenuRight:hover, .ModuleNavGiant.layout-108 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-108 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-108 .main-nav-item-group {
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;
  width: auto;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: center;
}
.ModuleNavGiant.layout-108 .main-nav-item {
  box-sizing: content-box;
  -moz-box-sizing:content-box; 
  -webkit-box-sizing:content-box;
  width: auto;
  color: #fff;
  display: inline-block;
  position: relative;
}
.ModuleNavGiant.layout-108 .sub-nav-item-group {
  width: auto;
  display: none;
}
.ModuleNavGiant.layout-108 .sub-nav-item {
  display: block;
  width: 150px;
  height: 40px;
  color: #fff;
  text-align: left;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  background-color: #009688;
}
.ModuleNavGiant.layout-108 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-108 .sub-nav-item:hover {
  background-color: #00897b;
}

.ModuleNavGiant.layout-108 .main-nav-item-hover {
  color: #fff;
  background-color: #009688;
}
.ModuleNavGiant.layout-108 .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-108 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-108 .sub-nav-item-group.sub-menu{
    display: none !important;
}.module_421420656 .ModuleHead .HeadCenter{float:none;}
#module_421420656 {
padding:0px;
}
#module_421420656 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420656 .ModuleHead421420656 {
display:none;
}
#module_421420656 .BodyCenter.BodyCenter421420656 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420656 >.module_421420656 {
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:rgba(255, 255, 255, 0.1);
border-bottom-width:1px;
}
#module_421420656 >.module_421420656{
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_421420656 .BodyCenter.BodyCenter421420656 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420656 .BodyCenter.BodyCenter421420656 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420656 >.module_421420656 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420656 >.module_421420656 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420656 >.module_421420656 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420656:hover {
border:none;
}
#module_421420656:hover >.module_421420656 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420656 .main-nav-item-group{height:120px;line-height:120px;} #module_421420656 .main-nav-content{height:120px}
#module_421420656 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_421420656 .main-nav-content{background-image:none;}
#module_421420656 .main-nav-content{background-repeat:no-repeat;}
#module_421420656 .main-nav-content{}
#module_421420656 .main-nav-content{}
#module_421420656 .main-nav-content{}
#module_421420656 .main-nav-content{text-align:left;}
#module_421420656 .main-nav-item{font-size:15px;}
#module_421420656 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_421420656 .main-nav-item{color:rgba(255, 255, 255, 0.78);}
#module_421420656 .main-nav-item{font-weight:normal;}
#module_421420656 .main-nav-item{text-decoration:none;}
#module_421420656 .main-nav-item{font-style:normal;}
#module_421420656 .main-nav-item{background-color:transparent;}
#module_421420656 .main-nav-item{background-image:none;}
#module_421420656 .main-nav-item{background-repeat:no-repeat;}
#module_421420656 .main-nav-item{}
#module_421420656 .main-nav-item{}
#module_421420656 .main-nav-item{}
#module_421420656 .main-nav-item{width:auto;}
#module_421420656 .main-nav-item{padding-left:45px;padding-right:45px;}
#module_421420656 .sub-nav-item{height:40px;line-height:40px;}
#module_421420656 .sub-nav-item{font-size:14px;}
#module_421420656 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_421420656 .sub-nav-item{color:#fff;}
#module_421420656 .sub-nav-item{font-weight:normal;}
#module_421420656 .sub-nav-item{text-decoration:none;}
#module_421420656 .sub-nav-item{font-style:normal;}
#module_421420656 .sub-nav-item{background-color:#139d8f;}
#module_421420656 .sub-nav-item{background-image:none;}
#module_421420656 .sub-nav-item{background-repeat:no-repeat;}
#module_421420656 .sub-nav-item{}
#module_421420656 .sub-nav-item{}
#module_421420656 .sub-nav-item{}
#module_421420656 .sub-nav-item{margin-top:0px;}
#module_421420656 .main-nav-item-hover{font-size:15px;}
#module_421420656 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_421420656 .main-nav-item-hover{color:rgb(46, 119, 243);}
#module_421420656 .main-nav-item-hover{font-weight:normal;}
#module_421420656 .main-nav-item-hover{text-decoration:none;}
#module_421420656 .main-nav-item-hover{font-style:normal;}
#module_421420656 .main-nav-item-hover{background-color:rgba(0,0,0,0);}
#module_421420656 .main-nav-item-hover{background-image:none;}
#module_421420656 .main-nav-item-hover{background-repeat:no-repeat;}
#module_421420656 .main-nav-item-hover{}
#module_421420656 .main-nav-item-hover{}
#module_421420656 .main-nav-item-hover{}
#module_421420656 .sub-nav-item:hover{font-size:14px;}
#module_421420656 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_421420656 .sub-nav-item:hover{color:#fff;}
#module_421420656 .sub-nav-item:hover{font-weight:normal;}
#module_421420656 .sub-nav-item:hover{text-decoration:none;}
#module_421420656 .sub-nav-item:hover{font-style:normal;}
#module_421420656 .sub-nav-item:hover{background-color:#21bdaf;}
#module_421420656 .sub-nav-item:hover{background-image:none;}
#module_421420656 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_421420656 .sub-nav-item:hover{}
#module_421420656 .sub-nav-item:hover{}
#module_421420656 .sub-nav-item:hover{}


.module_421420657 .ModuleHead .HeadCenter{float:none;}
#module_421420657 {
padding:0px;
}
#module_421420657 {
position:static;
z-index:0;
top:4952px;
left:1883px;
width:100%;
height: auto;
}
#module_421420657 .ModuleHead421420657 {
display:none;
}
#module_421420657 .BodyCenter.BodyCenter421420657 {
background:none;background-color:rgb(24, 24, 25);
}
#module_421420657 >.module_421420657 {
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_421420657 >.module_421420657{
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_421420657 .BodyCenter.BodyCenter421420657 {
padding-top:2.0921%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_421420657 .BodyCenter.BodyCenter421420657 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420657 >.module_421420657 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420657 >.module_421420657 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420657 >.module_421420657 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420657:hover {
border:none;
}
#module_421420657:hover >.module_421420657 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420657 .ModuleSubContainer{background-color:transparent;}
#module_421420657 .ModuleSubContainer{background-image:none;}
#module_421420657 .ModuleSubContainer{background-repeat:no-repeat;}
#module_421420657 .ModuleSubContainer{background-position:0% 0%;}
#module_421420657 .ModuleSubContainer{background-attachment:scroll;}
#module_421420657 .ModuleSubContainer{}
#module_421420657 {!bgVideo!}{bgVideoUrl:}
#module_421420657 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_421420657 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_421420657 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer421420657 {max-width:1500px;width:auto;}
.module_421420658 .ModuleHead .HeadCenter{float:none;}
#module_421420658 {
padding:0px;
}
#module_421420658 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420658 .ModuleHead421420658 {
display:none;
}

#module_421420658 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420658 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420658 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420658 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420658 .imageTextGiant-Container{padding-top:10px;}
#module_421420658 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420658 .imageTextGiant-Container{padding-left:10px;}
#module_421420658 .imageTextGiant-Container{padding-right:10px;}
#module_421420658 .showHandle .btn{font-size:14px;}
#module_421420658 .showHandle .btn{font-family:;}
#module_421420658 .showHandle .btn{color:#333;}
#module_421420658 .showHandle .btn{font-weight:400;}
#module_421420658 .showHandle .btn{text-decoration:none;}
#module_421420658 .showHandle .btn{font-style:normal;}
#module_421420658 .showHandle div{border-top-color:#ddd !important;}
#module_421420658 .showHandle div{border-top-style:solid !important;}
#module_421420658 .showHandle div{border-top-width:1px !important;}
#module_421420658 .showHandle{background-color:transparent;}
#module_421420658 .showHandle{}
#module_421420658 .showHandle{background-repeat:no-repeat;}
#module_421420658 .showHandle{}
#module_421420658 .showHandle{}
#module_421420658 .showHandle{}
#module_421420658 a{font-size:unset;font-family:unset}
/*图文模块 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_421420661 .ModuleHead .HeadCenter{float:none;}
#module_421420661 {
padding:0px;
}
#module_421420661 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420661 .ModuleHead421420661 {
display:none;
}
#module_421420661 .BodyCenter.BodyCenter421420661 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420661 >.module_421420661 {
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_421420661 >.module_421420661{
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_421420661 .BodyCenter.BodyCenter421420661 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420661 .BodyCenter.BodyCenter421420661 {
padding-top:8.6455%;
padding-left:2.8818%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_421420661 >.module_421420661 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420661 >.module_421420661 {
margin-top:0.0000%;
margin-left:2.8818%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420661 >.module_421420661 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420661:hover {
border:none;
}
#module_421420661:hover >.module_421420661 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420661 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_421420661 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_421420661 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_421420661 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_421420661 .GraphicUpper{padding-top:0px;}
#module_421420661 .GraphicUpper{padding-bottom:0px;}
#module_421420661 .GraphicUpper{padding-left:0px;}
#module_421420661 .GraphicUpper {padding-right:0px;}
#module_421420661 .GraphicUpper{width:9%;} #module_421420661 .ModuleImageTextContent{width: calc(100% - 9%);}
#module_421420661 .MobileGraphicUpper{width:11%;} #module_421420661 .ModuleMobileImageTextContent{width: calc(100% - 11%);}
#module_421420661 .ModuleImageTextGiantContent{padding-top:0px;}
#module_421420661 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_421420661 .ModuleImageTextGiantContent{padding-left:15px;}
#module_421420661 .ModuleImageTextGiantContent{padding-right:0px;}
#module_421420661 .normal_ImgtextBox_content{padding-top:0px;}
#module_421420661 .normal_ImgtextBox_content{padding-bottom:10px;}
#module_421420661 .normal_ImgtextBox_content{padding-left:0px;}
#module_421420661 .normal_ImgtextBox_content{padding-right:0px;}
#module_421420661 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_421420661 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_421420661 .normal_ImgtextBox_content{background-color:transparent;}
#module_421420661 .normal_ImgtextBox_content{background-image:none;}
#module_421420661 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_421420661 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_421420661 .normal_ImgtextBox_content{background-attachment:none;}
#module_421420661 .normal_ImgtextBox_content{}
#module_421420661 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_421420661 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_421420661 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_421420661 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_421420661 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_421420661 .normal_ImgtextBox_content{border-top-style:none;}
#module_421420661 .normal_ImgtextBox_content{border-top-width:0px;}
#module_421420661 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_421420661 .normal_ImgtextBox_content{border-right-style:none;}
#module_421420661 .normal_ImgtextBox_content{border-right-width:0px;}
#module_421420661 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_421420661 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_421420661 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_421420661 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_421420661 .normal_ImgtextBox_content{border-left-style:none;}
#module_421420661 .normal_ImgtextBox_content{border-left-width:0px;}
#module_421420661 .showHandle .btn{font-size:14px;}
#module_421420661 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420661 .showHandle .btn{color:#333;}
#module_421420661 .showHandle .btn{font-weight:400;}
#module_421420661 .showHandle .btn{text-decoration:none;}
#module_421420661 .showHandle .btn{font-style:normal;}
#module_421420661 .showHandle div{border-top-color:#ddd !important;}
#module_421420661 .showHandle div{border-top-style:solid !important;}
#module_421420661 .showHandle div{border-top-width:1px !important;}
#module_421420661 .showHandle{background-color:transparent;}
#module_421420661 .showHandle{background-image:none;}
#module_421420661 .showHandle{background-repeat:no-repeat;}
#module_421420661 .showHandle{}
#module_421420661 .showHandle{}
#module_421420661 .showHandle{}
#module_421420661 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_421420661 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_421420661 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_421420661 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_421420661 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_421420661 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_421420661 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_421420661 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_421420661 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_421420661 a{font-size:unset;font-family:unset}
.module_421420664 .ModuleHead .HeadCenter{float:none;}
#module_421420664 {
padding:0px;
}
#module_421420664 {
position:static;
z-index:0;
top:13px;
left:0px;
width:100%;
height: auto;
}
#module_421420664 .ModuleHead421420664 {
display:none;
}
#module_421420664 .BodyCenter.BodyCenter421420664 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420664 >.module_421420664 {
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_421420664 >.module_421420664{
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_421420664 .BodyCenter.BodyCenter421420664 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420664 .BodyCenter.BodyCenter421420664 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420664 >.module_421420664 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420664 >.module_421420664 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420664 >.module_421420664 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420664:hover {
border:none;
}
#module_421420664:hover >.module_421420664 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420664 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_421420664 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_421420664 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_421420664 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_421420664 .GraphicUpper{padding-top:0px;}
#module_421420664 .GraphicUpper{padding-bottom:0px;}
#module_421420664 .GraphicUpper{padding-left:0px;}
#module_421420664 .GraphicUpper {padding-right:0px;}
#module_421420664 .GraphicUpper{width:9%;} #module_421420664 .ModuleImageTextContent{width: calc(100% - 9%);}
#module_421420664 .MobileGraphicUpper{width:10%;} #module_421420664 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_421420664 .ModuleImageTextGiantContent{padding-top:0px;}
#module_421420664 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_421420664 .ModuleImageTextGiantContent{padding-left:15px;}
#module_421420664 .ModuleImageTextGiantContent{padding-right:0px;}
#module_421420664 .normal_ImgtextBox_content{padding-top:0px;}
#module_421420664 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_421420664 .normal_ImgtextBox_content{padding-left:0px;}
#module_421420664 .normal_ImgtextBox_content{padding-right:0px;}
#module_421420664 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_421420664 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_421420664 .normal_ImgtextBox_content{background-color:transparent;}
#module_421420664 .normal_ImgtextBox_content{background-image:none;}
#module_421420664 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_421420664 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_421420664 .normal_ImgtextBox_content{background-attachment:none;}
#module_421420664 .normal_ImgtextBox_content{}
#module_421420664 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_421420664 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_421420664 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_421420664 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_421420664 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_421420664 .normal_ImgtextBox_content{border-top-style:none;}
#module_421420664 .normal_ImgtextBox_content{border-top-width:0px;}
#module_421420664 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_421420664 .normal_ImgtextBox_content{border-right-style:none;}
#module_421420664 .normal_ImgtextBox_content{border-right-width:0px;}
#module_421420664 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_421420664 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_421420664 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_421420664 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_421420664 .normal_ImgtextBox_content{border-left-style:none;}
#module_421420664 .normal_ImgtextBox_content{border-left-width:0px;}
#module_421420664 .showHandle .btn{font-size:14px;}
#module_421420664 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420664 .showHandle .btn{color:#333;}
#module_421420664 .showHandle .btn{font-weight:400;}
#module_421420664 .showHandle .btn{text-decoration:none;}
#module_421420664 .showHandle .btn{font-style:normal;}
#module_421420664 .showHandle div{border-top-color:#ddd !important;}
#module_421420664 .showHandle div{border-top-style:solid !important;}
#module_421420664 .showHandle div{border-top-width:1px !important;}
#module_421420664 .showHandle{background-color:transparent;}
#module_421420664 .showHandle{background-image:none;}
#module_421420664 .showHandle{background-repeat:no-repeat;}
#module_421420664 .showHandle{}
#module_421420664 .showHandle{}
#module_421420664 .showHandle{}
#module_421420664 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_421420664 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_421420664 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_421420664 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_421420664 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_421420664 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_421420664 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_421420664 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_421420664 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_421420664 a{font-size:unset;font-family:unset}
.module_421420659 .ModuleHead .HeadCenter{float:none;}
#module_421420659 {
padding:0px;
}
#module_421420659 {
position:static;
z-index:0;
top:23px;
left:0px;
width:100%;
height: auto;
}
#module_421420659 .ModuleHead421420659 {
display:none;
}
#module_421420659 .BodyCenter.BodyCenter421420659 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420659 >.module_421420659 {
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_421420659 >.module_421420659{
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_421420659 .BodyCenter.BodyCenter421420659 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420659 .BodyCenter.BodyCenter421420659 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420659 >.module_421420659 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420659 >.module_421420659 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420659 >.module_421420659 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420659:hover {
border:none;
}
#module_421420659:hover >.module_421420659 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420659 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420659 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420659 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420659 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420659 .imageTextGiant-Container{padding-top:10px;}
#module_421420659 .imageTextGiant-Container{padding-bottom:5px;}
#module_421420659 .imageTextGiant-Container{padding-left:10px;}
#module_421420659 .imageTextGiant-Container{padding-right:10px;}
#module_421420659 .showHandle .btn{font-size:14px;}
#module_421420659 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420659 .showHandle .btn{color:#333;}
#module_421420659 .showHandle .btn{font-weight:400;}
#module_421420659 .showHandle .btn{text-decoration:none;}
#module_421420659 .showHandle .btn{font-style:normal;}
#module_421420659 .showHandle div{border-top-color:#ddd !important;}
#module_421420659 .showHandle div{border-top-style:solid !important;}
#module_421420659 .showHandle div{border-top-width:1px !important;}
#module_421420659 .showHandle{background-color:transparent;}
#module_421420659 .showHandle{background-image:none;}
#module_421420659 .showHandle{background-repeat:no-repeat;}
#module_421420659 .showHandle{}
#module_421420659 .showHandle{}
#module_421420659 .showHandle{}
#module_421420659 a{font-size:unset;font-family:unset}
.module_421420662 .ModuleHead .HeadCenter{float:none;}
#module_421420662 {
padding:0px;
}
#module_421420662 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420662 .ModuleHead421420662 {
display:none;
}
#module_421420662 .BodyCenter.BodyCenter421420662 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420662 >.module_421420662 {
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_421420662 >.module_421420662{
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_421420662 .BodyCenter.BodyCenter421420662 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420662 .BodyCenter.BodyCenter421420662 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420662 >.module_421420662 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420662 >.module_421420662 {
margin-top:0.0000%;
margin-left:3.1700%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420662 >.module_421420662 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420662:hover {
border:none;
}
#module_421420662:hover >.module_421420662 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420662 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420662 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420662 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420662 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420662 .imageTextGiant-Container{padding-top:0px;}
#module_421420662 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420662 .imageTextGiant-Container{padding-left:10px;}
#module_421420662 .imageTextGiant-Container{padding-right:10px;}
#module_421420662 .showHandle .btn{font-size:14px;}
#module_421420662 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420662 .showHandle .btn{color:#333;}
#module_421420662 .showHandle .btn{font-weight:400;}
#module_421420662 .showHandle .btn{text-decoration:none;}
#module_421420662 .showHandle .btn{font-style:normal;}
#module_421420662 .showHandle div{border-top-color:#ddd !important;}
#module_421420662 .showHandle div{border-top-style:solid !important;}
#module_421420662 .showHandle div{border-top-width:1px !important;}
#module_421420662 .showHandle{background-color:transparent;}
#module_421420662 .showHandle{background-image:none;}
#module_421420662 .showHandle{background-repeat:no-repeat;}
#module_421420662 .showHandle{}
#module_421420662 .showHandle{}
#module_421420662 .showHandle{}
#module_421420662 a{font-size:unset;font-family:unset}
.module_421420665 .ModuleHead .HeadCenter{float:none;}
#module_421420665 {
padding:0px;
}
#module_421420665 {
position:static;
z-index:0;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_421420665 .ModuleHead421420665 {
display:none;
}
#module_421420665 .BodyCenter.BodyCenter421420665 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420665 >.module_421420665 {
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_421420665 >.module_421420665{
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_421420665 .BodyCenter.BodyCenter421420665 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420665 .BodyCenter.BodyCenter421420665 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_421420665 >.module_421420665 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420665 >.module_421420665 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_421420665 >.module_421420665 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420665:hover {
border:none;
}
#module_421420665:hover >.module_421420665 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420665 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420665 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420665 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420665 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420665 .imageTextGiant-Container{padding-top:0px;}
#module_421420665 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420665 .imageTextGiant-Container{padding-left:10px;}
#module_421420665 .imageTextGiant-Container{padding-right:10px;}
#module_421420665 .showHandle .btn{font-size:14px;}
#module_421420665 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_421420665 .showHandle .btn{color:#333;}
#module_421420665 .showHandle .btn{font-weight:400;}
#module_421420665 .showHandle .btn{text-decoration:none;}
#module_421420665 .showHandle .btn{font-style:normal;}
#module_421420665 .showHandle div{border-top-color:#ddd !important;}
#module_421420665 .showHandle div{border-top-style:solid !important;}
#module_421420665 .showHandle div{border-top-width:1px !important;}
#module_421420665 .showHandle{background-color:transparent;}
#module_421420665 .showHandle{background-image:none;}
#module_421420665 .showHandle{background-repeat:no-repeat;}
#module_421420665 .showHandle{}
#module_421420665 .showHandle{}
#module_421420665 .showHandle{}
#module_421420665 a{font-size:unset;font-family:unset}
.module_421420660 .ModuleHead .HeadCenter{float:none;}
#module_421420660 {
padding:0px;
}
#module_421420660 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_421420660 .ModuleHead421420660 {
display:none;
}

#module_421420660 .ModuleImageTextGiantContent{margin-top:0px;}
#module_421420660 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_421420660 .ModuleImageTextGiantContent{margin-left:0px;}
#module_421420660 .ModuleImageTextGiantContent{margin-right:0px;}
#module_421420660 .imageTextGiant-Container{padding-top:10px;}
#module_421420660 .imageTextGiant-Container{padding-bottom:10px;}
#module_421420660 .imageTextGiant-Container{padding-left:10px;}
#module_421420660 .imageTextGiant-Container{padding-right:10px;}
#module_421420660 .showHandle .btn{font-size:14px;}
#module_421420660 .showHandle .btn{font-family:;}
#module_421420660 .showHandle .btn{color:#333;}
#module_421420660 .showHandle .btn{font-weight:400;}
#module_421420660 .showHandle .btn{text-decoration:none;}
#module_421420660 .showHandle .btn{font-style:normal;}
#module_421420660 .showHandle div{border-top-color:#ddd !important;}
#module_421420660 .showHandle div{border-top-style:solid !important;}
#module_421420660 .showHandle div{border-top-width:1px !important;}
#module_421420660 .showHandle{background-color:transparent;}
#module_421420660 .showHandle{}
#module_421420660 .showHandle{background-repeat:no-repeat;}
#module_421420660 .showHandle{}
#module_421420660 .showHandle{}
#module_421420660 .showHandle{}
#module_421420660 a{font-size:unset;font-family:unset}
.ModuleShareGiant.layout-101  .social-share a { text-decoration: none;}
.ModuleShareGiant.layout-101  .social-share,.ModuleShareGiant.layout-101 .tips{ display: inline-block; }
.ModuleShareGiant.layout-101  .mvertical {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ModuleShareGiant.layout-101  .social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 36px;
    border: 1px solid #ccc;
    color: #999;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}
/* .ModuleShareGiant.layout-101  .social-share .icon-default-WeChat:hover{ color: #3dbe5b !important;  border-color: #3dbe5b !important;}
.ModuleShareGiant.layout-101  .social-share .type-weibo:hover{ color: #ff5757 !important;  border-color: #ff5757 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-kefulei_huabanfuben11:hover{ color: #21b3f7 !important;  border-color: #21b3f7 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-kongjian:hover{  color: #f8c514 !important;  border-color: #f8c514 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-Facebook2:hover{  color: #3D5A98 !important;  border-color: #3D5A98 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-Twitter1:hover{  color: #1DA1F3 !important;  border-color: #1DA1F3 !important;} */
.ModuleShareGiant.layout-101  .social-share .icon-wechat .mwechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat:hover .mwechat-qrcode {
    display: block;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.ModuleShareGiant.layout-101  .mshareMask{ top: 0;
	left: 0; position: fixed; z-index: 999;  height: 100%; width: 100%; background: #000;  opacity: 0.6; display: none;}

.ModuleShareGiant.layout-101  .share-wx-qrcode-img .help p{ width: 40%; margin: 0 auto; color:#999;  display: block; line-height: 20px; height: auto; }
.ModuleShareGiant.layout-101  .share-wx-qrcode-img,.mwechat-qrcode { border-radius: 5px; top:0px; position: fixed;z-index:9999; top: 50%;
    left: 50%;box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
    transform: translate(-50%,-50%);text-align: center; width: 270px;  background: #fff; visibility: hidden;}
.ModuleShareGiant.layout-101  #mwx-qrcode{ width: 224px; height: 224px; margin: 0 auto;}
.ModuleShareGiant.layout-101 .share-wx-qrcode-img h4{border-top-right-radius: 5px;
    border-top-left-radius: 5px;background: #F7F8FA; height: 40px; line-height: 40px; font-size: 16px; color: #666; font-weight: bold; margin-bottom: 13px;}
.ModuleShareGiant.layout-101 .share-wx-qrcode-img .help{ margin-top: 12px; margin-bottom: 19px; color: #999;font-size: 14px; line-height: 20px;}
.ModuleShareGiant.layout-101  .share-wx-tips{ display: none;    z-index: 99999;
    position: fixed;
    top: 10px;
	right: 35px;    color: #fff; font-size: 24px; text-align: center;}.module_421420663 .ModuleHead .HeadCenter{float:none;}
#module_421420663 {
padding:0px;
}
#module_421420663 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_421420663 .ModuleHead421420663 {
display:none;
}
#module_421420663 .BodyCenter.BodyCenter421420663 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420663 >.module_421420663 {
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_421420663 >.module_421420663{
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_421420663 .BodyCenter.BodyCenter421420663 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420663 .BodyCenter.BodyCenter421420663 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_421420663 >.module_421420663 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_421420663 >.module_421420663 {
margin-top:0.0000%;
margin-left:4.6110%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420663 >.module_421420663 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420663:hover {
border:none;
}
#module_421420663:hover >.module_421420663 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420663 .ModuleSharediv{text-align: left;}
#module_421420663 .social-share-icon{color:#999;}
#module_421420663 .social-share-icon{font-size:15px;}
#module_421420663 .social-share-icon{ margin-right:5px;margin-left:5px;} #module_421420663 .mvertical{margin-top:5px;margin-bottom:5px;}
#module_421420663 .social-share-icon{height:30px; width:30px;line-height:30px}
#module_421420663 .social-share-icon{border-top-color:#ccc;}
#module_421420663 .social-share-icon{border-top-style:solid;}
#module_421420663 .social-share-icon{border-top-width:0px;}
#module_421420663 .social-share-icon{border-right-color:#ccc;}
#module_421420663 .social-share-icon{border-right-style:solid;}
#module_421420663 .social-share-icon{border-right-width:0px;}
#module_421420663 .social-share-icon{border-bottom-color:#ccc;}
#module_421420663 .social-share-icon{border-bottom-style:solid;}
#module_421420663 .social-share-icon{border-bottom-width:0px;}
#module_421420663 .social-share-icon{border-left-color:#ccc;}
#module_421420663 .social-share-icon{border-left-style:solid;}
#module_421420663 .social-share-icon{border-left-width:0px;}
#module_421420663 .social-share-icon{background-color:rgba(255, 255, 255, 0.1);}
#module_421420663 .social-share-icon{}
#module_421420663 .social-share-icon:hover{background-color:rgb(46, 119, 243);}
#module_421420663 .social-share-icon:hover{}
#module_421420663 .social-share-icon:hover{color:rgb(255, 255, 255);}
#module_421420663 .social-share-icon:hover{font-size:15px;}
#module_421420663 .social-share-icon:hover{border-top-color:#ccc;}
#module_421420663 .social-share-icon:hover{border-top-style:solid;}
#module_421420663 .social-share-icon:hover{border-top-width:0px;}
#module_421420663 .social-share-icon:hover{border-right-color:#ccc;}
#module_421420663 .social-share-icon:hover{border-right-style:solid;}
#module_421420663 .social-share-icon:hover{border-right-width:0px;}
#module_421420663 .social-share-icon:hover{border-bottom-color:#ccc;}
#module_421420663 .social-share-icon:hover{border-bottom-style:solid;}
#module_421420663 .social-share-icon:hover{border-bottom-width:0px;}
#module_421420663 .social-share-icon:hover{border-left-color:#ccc;}
#module_421420663 .social-share-icon:hover{border-left-style:solid;}
#module_421420663 .social-share-icon:hover{border-left-width:0px;}

.ModuleMobileNavGiant.layout-104 p{ color: #fff;}
.mobileNav {  width: 100%;  height: 3rem;  line-height: 3rem;  text-align: center;  position: fixed;  z-index: 950;  top:0;  }
.pagebody_nav_1.showFloatNav{    -ms-transform: translateX(50%) !important;
    -khtml-transform: translateX(50%) !important;
    -webkit-transform: translateX(50%) !important;
    -o-transform: translateX(50%) !important;
    -moz-transform: translateX(50%) !important;
    transform: translateX(50%) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;}
.ModuleMobileNavGiant.layout-104  .header-model{width: 100%; height: 3rem;}
.mobileFootNav_1.showFloatNav{-ms-transform: translateX(50%) !important; -khtml-transform: translateX(50%) !important; -webkit-transform: translateX(50%) !important; -o-transform: translateX(50%) !important; -moz-transform: translateX(50%) !important; transform: translateX(50%) !important;-ms-transition: 0.5s; -webkit-transition: 0.5s; -khtml-transition: 0.5; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s;}
.mobileNavRenderElem {
    width: 100%;
    height: 3rem;
}

.mobileNav_1.showFloatNav {-ms-transform: translateX(50%);-khtml-transform: translateX(50%);-webkit-transform: translateX(50%);-o-transform: translateX(50%);-moz-transform: translateX(50%);transform: translateX(50%);}
.mobileNavFloatLayer_1 {  z-index: 9999;display: block;  visibility: hidden;  width: 50%;  height: 100%;  -ms-transform: translateX(-100%);  -khtml-transform: translateX(-100%);  -webkit-transform: translateX(-100%);  -o-transform: translateX(-100%);  -moz-transform: translateX(-100%);  transform: translateX(-100%);  -ms-transition: 0.5s;  -webkit-transition: 0.5s;  -khtml-transition: 0.5;  -o-transition: 0.5s;  -moz-transition: 0.5s;  transition: 0.5s;  -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0,0,0,.3);  -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0,0,0,.3);  -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0,0,0,.3);  -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0,0,0,.3);  box-shadow: inset -0.3rem 0rem 0.5rem rgba(0,0,0,.3);  }
.ModuleMobileNavGiant.layout-104 .micro-nav-item{ background:#e50b1c;height: calc(100vh);}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul{ padding-top: 4rem;}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li{ height: 2.98rem; border-bottom: 1px solid #fff; color: #fff; margin-left: 1.333rem; margin-right: 2.46rem; display: flex; align-items: center;}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li a{ color: #fff;width: 100%;display: flex;align-items: center;}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li i{ width:1.12rem; height: 1.3rem;  display: inline-block; margin-right: 1.06rem;}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li p{ font-size: .81rem; color: #fff;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.ModuleMobileNavGiant.layout-104 #header p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}
.ModuleMobileNavGiant.layout-104 .icon-dianhua-moren{ font-weight: normal;}
.ModuleMobileNavGiant.layout-104 .icon-sousuo{ font-weight: 750;}
.ModuleMobileNavGiant.layout-104 .container{ width: 100%;  height: 100%;  max-width: 100%;  overflow: hidden; position: relative;  }
.ModuleMobileNavGiant.layout-104 .view { will-change: transform; position: absolute;  width: 100%;   left: 0;  top: 0;  transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);}
.ModuleMobileNavGiant.layout-104 .list-view {  height:100%;  width: 100%;  position: relative; overflow: scroll; -webkit-overflow-scrolling: touch;  z-index: 9999; }
.ModuleMobileNavGiant.layout-104 .view-change .list-view {  transform: translateX(50%);}
.ModuleMobileNavGiant.layout-104 .view-change .details-view {  transform: translateX(0); width: 50%; }
.ModuleMobileNavGiant.layout-104 .details-view {  transform: translateX(-100%);  box-sizing: border-box; width: 50%;}
.ModuleMobileNavGiant.layout-104 header { display: flex; height:3rem;  background: #f10315;  font-size: 16px;  font-weight: 700;  color: #fff;  line-height: 3rem;  -moz-box-sizing: border-box;  box-sizing: border-box;  width: 100%;  padding: 0 0  }
.ModuleMobileNavGiant.layout-104 header.fixed {  position: fixed;  top: 0;  left: 0  }
.ModuleMobileNavGiant.layout-104 header {  box-sizing: border-box;  width: 100%  }
.ModuleMobileNavGiant.layout-104 header {  top: 0;  text-align: center;  position: fixed;  z-index: 3;  max-width: 980px;  margin: 0 auto  }
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li{  -webkit-animation-duration: 0.8s;  animation-duration: 0.8s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both;  -webkit-animation-name: bounceInLeft;  animation-name: bounceInLeft;  }

.ModuleMobileNavGiant.layout-104 #mobileDesignerContainer #pagebody {
    margin-top:3rem;
}
.ModuleMobileNavGiant.layout-104 .navcontent{ display:flex; width:calc(100% - 60px); margin-left: 50px;    margin-right: 8pt;}
.ModuleMobileNavGiant.layout-104 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-104 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-104 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
    fill: #fff;
}
.ModuleMobileNavGiant.layout-104 .navcontent a{  width: 56px; text-align: center;    display: block;}

.ModuleMobileNavGiant.layout-104 #header p img{max-height: 40px;     padding-right: 8pt;
    padding-left: 8pt;/*padding-left:40px;margin-right: 8px; margin-left: 15px;*/}
@media only screen and (min-width: 768px){
    .ModuleMobileNavGiant.layout-104 #mobileDesignerContainer #pagebody {
        margin-top:0px;
    }
    .ModuleMobileNavGiant.layout-104 .header-model{ display: none;}
    .pagebody_nav_1.showFloatNav {
        -ms-transform: translateX(0) !important;
        -khtml-transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }


}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.mobileNavFloatLayer_r  { right:0; -ms-transform: translateX(11rem);
    -khtml-transform: translateX(11rem);
    -webkit-transform: translateX(11rem);
    -o-transform: translateX(11rem);
    -moz-transform: translateX(11rem);
    transform: translateX(11rem); }

.mobileNav_1.showFloatNavright,.mobileFootNav_1.showFloatNavright{
    -ms-transform: translateX(-49%) !important;
    -khtml-transform: translateX(-49%) !important;
    -webkit-transform: translateX(-49%) !important;
    -o-transform: translateX(-49%) !important;
    -moz-transform: translateX(-49%) !important;
}
.ModuleMobileNavGiant.layout-104 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_421420486 .ModuleHead .HeadCenter{float:none;}
#module_421420486 {
padding:0px;
}
#module_421420486 {
}
#module_421420486 .ModuleHead421420486 {
display:none;
}
#module_421420486 .BodyCenter.BodyCenter421420486 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420486 >.module_421420486 {
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_421420486 >.module_421420486{
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_421420486 .BodyCenter.BodyCenter421420486 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_421420486 .BodyCenter.BodyCenter421420486 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_421420486 >.module_421420486 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_421420486 >.module_421420486 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420486 >.module_421420486 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420486:hover {
border:none;
}
#module_421420486:hover >.module_421420486 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420486 .langlistbox{background-color:#fff} #module_421420486 .langlistbox .jt{border-bottom-color:#fff}
#module_421420486 .langlistbox .langinfo{color:#333333}
#module_421420486 .langlistbox .langinfo{background-color:#fff}
#module_421420486 .langlistbox .langinfo{border-color:#333333}
#module_421420486 .langlistbox .langtxt{ font-size:16px }
#module_421420486 .langlistbox .langtxt{ color:#333333 }
#module_421420486 {}##module_421420486.layout-104 #header{border-bottom-color:transparent;}
#module_421420486 {}#module_421420486.layout-104 #header{border-bottom-style:none;}
#module_421420486 {}#module_421420486.layout-104 #header{border-bottom-width:0px;}
#module_421420486 {}#module_421420486.layout-104 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_421420486 {}#module_421420486.layout-104 #MobileNav{background-color: transparent;} #module_421420486.layout-104 #header{background-color:rgb(24, 87, 193);}
#module_421420486 {}#module_421420486.layout-104 #header{}
#module_421420486 {}#module_421420486.layout-104 #header p{color:rgb(255, 255, 255);}
#module_421420486 {}#module_421420486.layout-104 .lcitem .rect{background:rgb(255, 255, 255);} #module_421420486.layout-104 .icons{color:rgb(255, 255, 255);} #module_421420486.layout-104 .svgdiv svg>*{fill:rgb(255, 255, 255);}
#module_421420486 {}#module_421420486.layout-104 .micro-nav-item ul li{border-bottom-color:rgb(242, 242, 242);}
#module_421420486 {}#module_421420486.layout-104 .micro-nav-item,#module_421420486.layout-104 #MobileNavFloatLayer{background-color:rgb(255, 255, 255);}
#module_421420486 {}#module_421420486.layout-104 .micro-nav-item,#module_421420486.layout-104 #MobileNavFloatLayer{}
#module_421420486 {}#module_421420486.layout-104 .micro-nav-item>ul>li>a,#module_421420486.layout-104 .micro-nav-item>ul>li>a p{color:rgb(63, 63, 63);}
#module_421420486 {}#module_421420486.layout-104 #header p{font-family:微软雅黑,Microsoft YaHei;}
#module_421420486 {}#module_421420486.layout-104 #header p{font-weight:normal;}
#module_421420486 {}#module_421420486.layout-104 #header p{text-decoration:none;}
#module_421420486 {}#module_421420486.layout-104 #header p{font-size:15px;}
#module_421420486 {}#module_421420486.layout-104 #header p{font-style:normal;}
#module_421420486 {}#module_421420486.layout-104 .micro-nav-item>ul>li>a,#module_421420486.layout-104 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_421420486 {}#module_421420486.layout-104 .micro-nav-item>ul>li>a,#module_421420486.layout-104 .micro-nav-item>ul>li>a p{font-size:14px;}
#module_421420486 .langlistbox li:hover .langinfo,#module_421420486 .langactive .langinfo {color:#fff}
#module_421420486 .langlistbox li:hover .langinfo,#module_421420486 .langactive .langinfo{background-color:#333333}
#module_421420486 .langlistbox li:hover .langinfo,#module_421420486 .langactive .langinfo{border-color:#333333}
#module_421420486 .langlistbox li:hover .langtxt,#module_421420486 .langactive .langtxt{ color:#333333 }
#module_421420486 {}#module_421420486.layout-104 .micro-nav-item>ul>li>a:hover,#module_421420486.layout-104 .micro-nav-item>ul>li>a:hover p{color:rgb(24, 87, 193);}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16); 
    color: #666;
    box-sizing: content-box;
    /* min-width: 80px; */
}
.ModuleMobileFloatNavGiant .defaultbtnbghover{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.ModuleMobileFloatNavGiant .itemtextright{
    text-align: right;
}
.ModuleMobileFloatNavGiant .itemtextleft{
    text-align: left;
}
.ModuleMobileFloatNavGiant .itemtextright::before{
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .itemtextleft::before{
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .FloatNavitemlist{ height: 0; display: none; transition:all} 
.itemimg{
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}
.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}
.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}
.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}.module_421420484 .ModuleHead .HeadCenter{float:none;}
#module_421420484 {
padding:0px;
}
#module_421420484 {
}
#module_421420484 .ModuleHead0 {
display:none;
}

#module_421420484 .defaultbtn{background-color:#fff}
#module_421420484 .defaultbtn{}
#module_421420484 .spotgroup{color:#000}
#module_421420484 .itembtn{background-color:#fff}
#module_421420484 .itembtn{}
#module_421420484 .itemicon{color:#666} #module_421420484 svg>*{fill:#666}
#module_421420484 .itemtext{background-color:#fff} #module_421420484 .itemtextright::before{border-left-color:#fff} #module_421420484 .itemtextleft::before{border-right-color:#fff}
#module_421420484 .itemtext{}
#module_421420484 .itemtext{font-size:12px;}
#module_421420484 .itemtext{font-family:;}
#module_421420484 .itemtext{color:#666 !important;}
#module_421420484 .itemtext{font-weight:normal;}
#module_421420484 .itemtext{text-decoration:none;}
#module_421420484 .itemtext{font-style:normal;}
#module_421420484 .defaultbtnbghover{background-color:#000000}
#module_421420484 .defaultbtnbghover{}
#module_421420484 .defaultbtniconbghover{color:#fff}
.module_421420485 .ModuleHead .HeadCenter{float:none;}
#module_421420485 {
padding:0px;
}
#module_421420485 {
}
#module_421420485 .ModuleHead421420485 {
display:none;
}
#module_421420485 .BodyCenter.BodyCenter421420485 {
background:none;background-color:rgba(0,0,0,0);
}
#module_421420485 >.module_421420485 {
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_421420485 >.module_421420485{
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_421420485 .BodyCenter.BodyCenter421420485 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_421420485 .BodyCenter.BodyCenter421420485 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_421420485 >.module_421420485 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_421420485 >.module_421420485 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_421420485 >.module_421420485 {box-shadow: 0px 0px 0px 0px #ccc}
#module_421420485:hover {
border:none;
}
#module_421420485:hover >.module_421420485 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_421420485 .foot-nav-list{background-color:rgba(255, 255, 255, 0.9) !important;}
#module_421420485 .foot-nav-list{border-top-color:transparent;}
#module_421420485 .foot-nav-list{border-top-style:none;}
#module_421420485 .foot-nav-list{border-top-width:0px;}
#module_421420485 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_421420485 .icon{color:rgb(127, 127, 127) !important;} #module_421420485 .icon svg >*{fill:rgb(127, 127, 127)}
#module_421420485 .itemText{font-size:12px;}
#module_421420485 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_421420485 .itemText{color:rgb(63, 63, 63) !important;}
#module_421420485 .itemText{font-weight:normal;}
#module_421420485 .itemText{text-decoration:none;}
#module_421420485 .itemText{font-style:normal;}
#module_421420485 .iconh{color:rgb(24, 87, 193) !important;}  #module_421420485 .iconh svg >*{fill:rgb(24, 87, 193)}
#module_421420485 .itemTexth{font-size:12px;}
#module_421420485 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_421420485 .itemTexth{color:rgb(24, 87, 193) !important;}
#module_421420485 .itemTexth{font-weight:bold;}
#module_421420485 .itemTexth{text-decoration:none;}
#module_421420485 .itemTexth{font-style:normal;}
