/* cache file /mnt/YouZhan/youzhannew-eyunshe/caches/csscache/8/83714/83714_1871482_1_.cache exists */
/*md5:9ca37096076bce839ef5d9df6739683f*/
/*time: 2022-06-26 18:17:35*/
.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_420171716 .ModuleHead .HeadCenter{float:none;}
#module_420171716 {
padding:0px;
}
#module_420171716 {
position:absolute;
z-index:4001;
top:610px;
left:0px;
width:100%;
height:126px;
}
#module_420171716 .ModuleHead420171716 {
display:none;
}
#module_420171716 .BodyCenter.BodyCenter420171716 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420171716 >.module_420171716 {
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_420171716 >.module_420171716{
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_420171716 .BodyCenter.BodyCenter420171716 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420171716 .BodyCenter.BodyCenter420171716 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420171716 >.module_420171716 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420171716 >.module_420171716 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_420171716 >.module_420171716 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420171716:hover {
border:none;
}
#module_420171716:hover >.module_420171716 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420171716 .animated-circles.animated .c-1,#module_420171716 .animated-circles.animated .c-2,#module_420171716 .animated-circles.animated.c-3{opacity: 0.25; background-color:#a41ebb;} #module_420171716 .animated-circles2:after{background-image:linear-gradient(to bottom, #a41ebb, #a41ebb)}
#module_420171716 .online-service-nav .head{background-color:#FFFFFF;}
#module_420171716 .online-service{border-width:0px;}
#module_420171716 .online-service{border-style:;}
#module_420171716 .online-service{border-color:;}
#module_420171716 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_420171716 .online-service-content{background-color:#fff;}
#module_420171716 .online-service-content{border-top-left-radius:20px;}
#module_420171716 .online-service-content{border-bottom-left-radius:20px;}
#module_420171716 .online-service-content{border-bottom-right-radius:20px;}
#module_420171716 .online-service-content{border-top-right-radius:20px;}
#module_420171716 .online-service-content-tab .content-tab{background-color:transparent;}
#module_420171716 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_420171716 .content-close::after{border-width:1px;}
#module_420171716 .content-close::after{border-style:solid;}
#module_420171716 .content-close::after{border-color:#eeeeee;}
#module_420171716 .content-close span{background-color:#999999;}
#module_420171716 .online-service-top{background-color:#ffffff;}
#module_420171716 .online-service-top .iconfont{color:#a41ebb;}
#module_420171716 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_420171716 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_420171716 .online-service:hover{border-width:0px;}
#module_420171716 .online-service:hover{border-style:;}
#module_420171716 .online-service:hover{border-color:;}
#module_420171716 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_420171716 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_420171716 .online-service:hover .online-service-hint{background-color:#8b08a2;}
#module_420171716 .online-service-content-tab .content-tabh:hover{background-color:#8b08a2;}
#module_420171716 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_420171716 .content-close:hover span{background-color:#999999;}
#module_420171716 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_420171716 .online-service-top:hover{background-color:#ffffff;}
#module_420171716 .online-service-top:hover .iconfont{color:#8b08a2;}
#module_420171716 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:736px}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_420169911 .ModuleHead .HeadCenter{float:none;}
#module_420169911 {
padding:0px;
}
#module_420169911 {
position:static;
z-index:0;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_420169911 .ModuleHead420169911 {
display:none;
}
#module_420169911 .BodyCenter.BodyCenter420169911 {
background:none;background-color:rgb(35, 35, 35);
}
#module_420169911 >.module_420169911 {
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_420169911 >.module_420169911{
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_420169911 .BodyCenter.BodyCenter420169911 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169911 .BodyCenter.BodyCenter420169911 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420169911 >.module_420169911 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169911 >.module_420169911 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_420169911 >.module_420169911 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420169911:hover {
border:none;
}
#module_420169911:hover >.module_420169911 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420169911 .ModuleSubContainer{background-color:transparent;}
#module_420169911 .ModuleSubContainer{background-image:none;}
#module_420169911 .ModuleSubContainer{background-repeat:no-repeat;}
#module_420169911 .ModuleSubContainer{background-position:0% 0%;}
#module_420169911 .ModuleSubContainer{background-attachment:scroll;}
#module_420169911 .ModuleSubContainer{}
#module_420169911 {!bgVideo!}{bgVideoUrl:}
#module_420169911 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_420169911 .ModuleSubContainer{box-shadow:-1px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_420169911 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer420169911 {max-width:none;width:100%;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_420169962 .ModuleHead .HeadCenter{float:none;}
#module_420169962 {
padding:0px;
}
#module_420169962 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420169962 .ModuleHead420169962 {
display:none;
}
#module_420169962 {
border:none;
}
@media screen and (min-width: 768px){
#module_420169962 >.module_420169962 {
margin-top:0.2384%;
margin-left:34.6841%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169962 >.module_420169962 {
}
}

#module_420169962 img{border-top-color:transparent;}
#module_420169962 img{border-top-style:none;}
#module_420169962 img{border-top-width:0px;}
#module_420169962 img{border-right-color:transparent;}
#module_420169962 img{border-right-style:none;}
#module_420169962 img{border-right-width:0px;}
#module_420169962 img{border-bottom-color:transparent;}
#module_420169962 img{border-bottom-style:none;}
#module_420169962 img{border-bottom-width:0px;}
#module_420169962 img{border-left-color:transparent;}
#module_420169962 img{border-left-style:none;}
#module_420169962 img{border-left-width:0px;}
#module_420169962 img{border-top-left-radius:0px;}
#module_420169962 img{border-top-right-radius:0px;}
#module_420169962 img{border-bottom-left-radius:0px;}
#module_420169962 img{border-bottom-right-radius:0px;}
#module_420169962 .BodyCenter{text-align: center;}

.ModuleNavGiant.layout-102 .main-nav-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; 
  -o-transition: all 0.3s;
  line-height: 0;
  overflow: hidden;
}
.ModuleNavGiant.layout-102 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-102 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-102 .moveMenuRight, .ModuleNavGiant.layout-102 .moveMenuLeft{
   display: inline-block;
   width: 36px;
   height: 36px;
   line-height: 36px;
   font-size: 16px;
   color:#666;
   text-align: center;
   border:1px solid rgba(0,0,0,.1);
   border-radius: 5px;
   cursor: pointer;
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

}
.ModuleNavGiant.layout-102 .moveMenuRight:hover, .ModuleNavGiant.layout-102 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-102 .main-nav-item-group {
	float: left;
	text-align: center;
}
.ModuleNavGiant.layout-102 .main-nav-item {
  box-sizing: content-box;
  padding: 0 25px;
  height: 80px;
  line-height: 80px;
  color: #000000;
  position: relative;
  display:block;
}
.ModuleNavGiant.layout-102 .main-nav-item::before {
  content: '';
  position: absolute;
  width: 0%;
  transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; 
  -o-transition: all 0.2s ease-out 0s;
  border-bottom:3px solid #1976d2;
  z-index: 1;
  left: 50%;
  bottom: 0;
}
.ModuleNavGiant.layout-102 .main-nav-item-hover::before {
  width: 100%;
  z-index: 1;
  left: 0;
}
.ModuleNavGiant.layout-102 .sub-nav-item-group {
  width: 192px;
  text-align: center;
  border-top: 2px solid #333;
  display: none;
}
.ModuleNavGiant.layout-102 .sub-nav-item {
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; 
  -o-transition: all 0.3s;
  font-size: 12px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-102 .sub-nav-item:last-child{
  border-bottom: none!important;
}
.ModuleNavGiant.layout-102 .sub-nav-item:hover {
  padding-left: 10px;
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-102 .sub-nav-item-group.current {
  display: block;
}
.ModuleNavGiant.layout-102 .main-nav-item-group.current .main-nav-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #1976d2;
  z-index: 11111;
  left: 0;
  bottom: 0;
}
.ModuleNavGiant.layout-102 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-102 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-102 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item {display: inline-block; padding: 0 !important; text-align: center;}

.ModuleNavGiant.layout-102 .menu{
    font-size: 12px;
    opacity: 0.6;
    float: right;
    margin-left: 8px;
    margin-top: 1px;
    transform:rotate(0deg);
    transition: all .3s linear;
    -webkit-transform:rotate(0deg);
    -webkit-transition: all .3s linear;
}
.ModuleNavGiant.layout-102 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-102 .sub-menu{
    display: none !important;
}.module_420170029 .ModuleHead .HeadCenter{float:none;}
#module_420170029 {
padding:0px;
}
#module_420170029 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420170029 .ModuleHead420170029 {
display:none;
}
#module_420170029 .BodyCenter.BodyCenter420170029 {
background:none;background-color:rgb(35, 35, 35);
}
#module_420170029 >.module_420170029 {
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_420170029 >.module_420170029{
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_420170029 .BodyCenter.BodyCenter420170029 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420170029 .BodyCenter.BodyCenter420170029 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420170029 >.module_420170029 {
margin-top:0.0000%;
margin-left:35.7043%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420170029 >.module_420170029 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_420170029 >.module_420170029 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420170029:hover {
border:none;
}
#module_420170029:hover >.module_420170029 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420170029 .main-nav-item{height:80px;line-height:80px} #module_420170029 .main-nav-content{height:80px;}
#module_420170029 .main-nav-content{background-color:rgb(35, 35, 35);}
#module_420170029 .main-nav-content{background-image:none;}
#module_420170029 .main-nav-content{background-repeat:no-repeat;}
#module_420170029 .main-nav-content{}
#module_420170029 .main-nav-content{}
#module_420170029 .main-nav-content{}
#module_420170029 .main-nav-content, #module_420170029 .verticalMenu .main-nav-item-group{text-align:left;}
#module_420170029 .main-nav-item{font-size:14px;}
#module_420170029 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_420170029 .main-nav-item{color:rgb(255, 255, 255);}
#module_420170029 .main-nav-item{font-weight:normal;}
#module_420170029 .main-nav-item{text-decoration:none;}
#module_420170029 .main-nav-item{font-style:normal;}
#module_420170029 .main-nav-item{background-color:transparent;}
#module_420170029 .main-nav-item{background-image:none;}
#module_420170029 .main-nav-item{background-repeat:no-repeat;}
#module_420170029 .main-nav-item{}
#module_420170029 .main-nav-item{}
#module_420170029 .main-nav-item{}
#module_420170029 .main-nav-item{width:auto;}
#module_420170029 .main-nav-item{padding-left:42px;padding-right:42px;} #module_420170029 .verticalMenu .main-nav-item-group{margin-bottom:42px;}
#module_420170029 .sub-nav-item-group{border-top-color:#333;}
#module_420170029 .sub-nav-item-group{border-top-style:solid;}
#module_420170029 .sub-nav-item-group{border-top-width:2px;}
#module_420170029 .sub-nav-item-group{border-right-color:transparent;}
#module_420170029 .sub-nav-item-group{border-right-style:none;}
#module_420170029 .sub-nav-item-group{border-right-width:0px;}
#module_420170029 .sub-nav-item-group{border-bottom-color:transparent;}
#module_420170029 .sub-nav-item-group{border-bottom-style:none;}
#module_420170029 .sub-nav-item-group{border-bottom-width:0px;}
#module_420170029 .sub-nav-item-group{border-left-color:transparent;}
#module_420170029 .sub-nav-item-group{border-left-style:none;}
#module_420170029 .sub-nav-item-group{border-left-width:0px;}
#module_420170029 .sub-nav-item-group{width:192px;}
#module_420170029 .sub-nav-item{height:40px;line-height:40px}
#module_420170029 .sub-nav-item{font-size:12px;}
#module_420170029 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_420170029 .sub-nav-item{color:#000;}
#module_420170029 .sub-nav-item{font-weight:normal;}
#module_420170029 .sub-nav-item{text-decoration:none;}
#module_420170029 .sub-nav-item{font-style:normal;}
#module_420170029 .sub-nav-item{background-color:#fff;}
#module_420170029 .sub-nav-item{background-image:none;}
#module_420170029 .sub-nav-item{background-repeat:no-repeat;}
#module_420170029 .sub-nav-item{}
#module_420170029 .sub-nav-item{}
#module_420170029 .sub-nav-item{}
#module_420170029 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_420170029 .sub-nav-item{border-bottom-style:solid;}
#module_420170029 .sub-nav-item{border-bottom-width:1px;}
#module_420170029 .sub-nav-item{margin-top:0px;}
#module_420170029 .main-nav-item-hover{font-size:14px;}
#module_420170029 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_420170029 .main-nav-item-hover{color:rgb(255, 255, 255);}
#module_420170029 .main-nav-item-hover{font-weight:normal;}
#module_420170029 .main-nav-item-hover{text-decoration:none;}
#module_420170029 .main-nav-item-hover{font-style:normal;}
#module_420170029 .main-nav-item-hover{background-color:transparent;}
#module_420170029 .main-nav-item-hover{background-image:none;}
#module_420170029 .main-nav-item-hover{background-repeat:no-repeat;}
#module_420170029 .main-nav-item-hover{}
#module_420170029 .main-nav-item-hover{}
#module_420170029 .main-nav-item-hover{}
#module_420170029 .main-nav-item-hover::before,#module_420170029 .main-nav-item::before{border-bottom-color:#f65e12;}
#module_420170029 .main-nav-item-hover::before{border-bottom-style:solid;}
#module_420170029 .main-nav-item-hover::before{border-bottom-width:3px;}
#module_420170029 .sub-nav-item:hover{font-size:12px;}
#module_420170029 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_420170029 .sub-nav-item:hover{color:#000;}
#module_420170029 .sub-nav-item:hover{font-weight:normal;}
#module_420170029 .sub-nav-item:hover{text-decoration:none;}
#module_420170029 .sub-nav-item:hover{font-style:normal;}
#module_420170029 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_420170029 .sub-nav-item:hover{background-image:none;}
#module_420170029 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_420170029 .sub-nav-item:hover{}
#module_420170029 .sub-nav-item:hover{}
#module_420170029 .sub-nav-item:hover{}


.module_420169868 .ModuleHead .HeadCenter{float:none;}
#module_420169868 {
padding:0px;
}
#module_420169868 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420169868 .ModuleHead420169868 {
display:none;
}
#module_420169868 .BodyCenter.BodyCenter420169868 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420169868 >.module_420169868 {
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_420169868 >.module_420169868{
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_420169868 .BodyCenter.BodyCenter420169868 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169868 .BodyCenter.BodyCenter420169868 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_420169868 >.module_420169868 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169868 >.module_420169868 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_420169868 >.module_420169868 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420169868:hover {
border:none;
}
#module_420169868:hover >.module_420169868 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420169868 .ModuleSubContainer{background-color:transparent;}
#module_420169868 .ModuleSubContainer{background-image:none;}
#module_420169868 .ModuleSubContainer{background-repeat:no-repeat;}
#module_420169868 .ModuleSubContainer{background-position:0% 0%;}
#module_420169868 .ModuleSubContainer{background-attachment:scroll;}
#module_420169868 .ModuleSubContainer{}
#module_420169868 {!bgVideo!}{bgVideoUrl:}
#module_420169868 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_420169868 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_420169868 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer420169868 {max-width:none;width:100%;}
.module_420169937 .ModuleHead .HeadCenter{float:none;}
#module_420169937 {
padding:0px;
}
#module_420169937 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420169937 .ModuleHead420169937 {
display:none;
}
#module_420169937 .BodyCenter.BodyCenter420169937 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420169937 >.module_420169937 {
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_420169937 >.module_420169937{
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_420169937 .BodyCenter.BodyCenter420169937 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169937 .BodyCenter.BodyCenter420169937 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420169937 >.module_420169937 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169937 >.module_420169937 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_420169937 >.module_420169937 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420169937:hover {
border:none;
}
#module_420169937:hover >.module_420169937 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420169937 img{border-top-color:transparent;}
#module_420169937 img{border-top-style:none;}
#module_420169937 img{border-top-width:0px;}
#module_420169937 img{border-right-color:transparent;}
#module_420169937 img{border-right-style:none;}
#module_420169937 img{border-right-width:0px;}
#module_420169937 img{border-bottom-color:transparent;}
#module_420169937 img{border-bottom-style:none;}
#module_420169937 img{border-bottom-width:0px;}
#module_420169937 img{border-left-color:transparent;}
#module_420169937 img{border-left-style:none;}
#module_420169937 img{border-left-width:0px;}
#module_420169937 img{border-top-left-radius:0px;}
#module_420169937 img{border-top-right-radius:0px;}
#module_420169937 img{border-bottom-left-radius:0px;}
#module_420169937 img{border-bottom-right-radius:0px;}
#module_420169937 .BodyCenter{text-align: center;}

.module_420169890 .ModuleHead .HeadCenter{float:none;}
#module_420169890 {
padding:0px;
}
#module_420169890 {
position:static;
z-index:0;
top:113px;
left:286px;
width:100%;
height: auto;
}
#module_420169890 .ModuleHead420169890 {
display:none;
}
#module_420169890 .BodyCenter.BodyCenter420169890 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420169890 >.module_420169890 {
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_420169890 >.module_420169890{
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_420169890 .BodyCenter.BodyCenter420169890 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169890 .BodyCenter.BodyCenter420169890 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_420169890 >.module_420169890 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169890 >.module_420169890 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_420169890 >.module_420169890 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420169890:hover {
border:none;
}
#module_420169890:hover >.module_420169890 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420169890 .ModuleSubContainer{background-color:transparent;}
#module_420169890 .ModuleSubContainer{background-image:none;}
#module_420169890 .ModuleSubContainer{background-repeat:no-repeat;}
#module_420169890 .ModuleSubContainer{background-position:0% 0%;}
#module_420169890 .ModuleSubContainer{background-attachment:scroll;}
#module_420169890 .ModuleSubContainer{}
#module_420169890 {!bgVideo!}{bgVideoUrl:}
#module_420169890 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_420169890 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_420169890 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer420169890 {max-width:none;width:100%;}
.module_420169944 .ModuleHead .HeadCenter{float:none;}
#module_420169944 {
padding:0px;
}
#module_420169944 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420169944 .ModuleHead420169944 {
display:none;
}
#module_420169944 {
border:none;
}
@media screen and (min-width: 768px){
#module_420169944 >.module_420169944 {
}
}
@media screen and (max-width: 767px){
#module_420169944 >.module_420169944 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_420169944 img{border-top-color:transparent;}
#module_420169944 img{border-top-style:none;}
#module_420169944 img{border-top-width:0px;}
#module_420169944 img{border-right-color:transparent;}
#module_420169944 img{border-right-style:none;}
#module_420169944 img{border-right-width:0px;}
#module_420169944 img{border-bottom-color:transparent;}
#module_420169944 img{border-bottom-style:none;}
#module_420169944 img{border-bottom-width:0px;}
#module_420169944 img{border-left-color:transparent;}
#module_420169944 img{border-left-style:none;}
#module_420169944 img{border-left-width:0px;}
#module_420169944 img{border-top-left-radius:0px;}
#module_420169944 img{border-top-right-radius:0px;}
#module_420169944 img{border-bottom-left-radius:0px;}
#module_420169944 img{border-bottom-right-radius:0px;}
#module_420169944 .BodyCenter{text-align: center;}

.module_420169870 .ModuleHead .HeadCenter{float:none;}
#module_420169870 {
padding:0px;
}
#module_420169870 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_420169870 .ModuleHead420169870 {
display:none;
}
#module_420169870 {
border:none;
}
@media screen and (min-width: 768px){
#module_420169870 .BodyCenter.BodyCenter420169870 {
}
}
@media screen and (max-width: 767px){
#module_420169870 .BodyCenter.BodyCenter420169870 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}

#module_420169870 .ModuleSubContainer{background-color:transparent;}
#module_420169870 .ModuleSubContainer{}
#module_420169870 .ModuleSubContainer{background-repeat:no-repeat;}
#module_420169870 .ModuleSubContainer{background-position:0% 0%;}
#module_420169870 .ModuleSubContainer{background-attachment:scroll;}
#module_420169870 .ModuleSubContainer{}
#module_420169870 {!bgVideo!}{bgVideoUrl:}
#module_420169870 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_420169870 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_420169870 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer420169870 {}
/*当前位置 layout 101*/
.ModuleBreadcrumbsGiant.layout-101 .menu:hover { text-decoration: underline; }
.ModuleBreadcrumbsGiant.layout-101 ol{ margin: 0;padding: 10px;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb{background-color: transparent;margin:0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li,.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li a{word-break: break-all;vertical-align: middle;  display: inline-block;font-family: 'Microsoft YaHei', SimSun, Arial; font-size: 12px; color: #333333; font-weight: normal; font-style: normal;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li+li:before{content: "";padding: 0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb .separator{margin-left: 10px; margin-right: 10px; font-size: 12px; color: #333333;}.module_420169831 .ModuleHead .HeadCenter{float:none;}
#module_420169831 {
padding:0px;
}
#module_420169831 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420169831 .ModuleHead420169831 {
display:none;
}
#module_420169831 {
border:none;
}
@media screen and (min-width: 768px){
#module_420169831 >.module_420169831 {
margin-top:0.8333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169831 >.module_420169831 {
}
}

#module_420169831 .BreadIcon{font-size:16px;} #module_420169831 .BreadsvgIcon svg{width:16px;height:16px;}
#module_420169831 .BreadIcon{color:#666;} #module_420169831 .BreadsvgIcon svg>*{fill:#666;}
#module_420169831 .BreadIcon,#module_420169831 .BreadsvgIcon{margin-left:0px;}
#module_420169831 .BreadIcon,#module_420169831 .BreadsvgIcon{margin-right:10px;}
#module_420169831 .bcs-item,#module_420169831 .bcs-item a{font-size:12px;}
#module_420169831 .bcs-item,#module_420169831 .bcs-item a{font-family:;}
#module_420169831 .bcs-item,#module_420169831 .bcs-item a{color:#333;}
#module_420169831 .bcs-item,#module_420169831 .bcs-item a{font-weight:normal;}
#module_420169831 .bcs-item,#module_420169831 .bcs-item a{text-decoration:none;}
#module_420169831 .bcs-item,#module_420169831 .bcs-item a{font-style:normal;}
#module_420169831 .breadcrumb{text-align:left;}
#module_420169831 .breadcrumb .separator{margin-left:10px;margin-right:10px;}
#module_420169831 .breadcrumb .separator{font-size:12px;}
#module_420169831 .breadcrumb .separator{font-family:;}
#module_420169831 .breadcrumb .separator{color:#333;}
#module_420169831 .breadcrumb .separator{font-weight:normal;}
#module_420169831 .breadcrumb .separator{text-decoration:none;}
#module_420169831 .breadcrumb .separator{font-style:normal;}
#module_420169831 .breadcrumb:hover .BreadIcon{color:#666} #module_420169831 .breadcrumb:hover .BreadsvgIcon svg>*{fill:#666;}
#module_420169831 .bcs-item:hover,#module_420169831 .bcs-item a:hover{font-size:12px;}
#module_420169831 .bcs-item:hover,#module_420169831 .bcs-item a:hover{font-family:;}
#module_420169831 .bcs-item:hover,#module_420169831 .bcs-item a:hover{color:#333;}
#module_420169831 .bcs-item:hover,#module_420169831 .bcs-item a:hover{font-weight:normal;}
#module_420169831 .bcs-item:hover,#module_420169831 .bcs-item a:hover{text-decoration:none;}
#module_420169831 .bcs-item:hover,#module_420169831 .bcs-item a:hover{font-style:normal;}

.ModuleHorizontalGiant.layout-101 .hr-line {
	margin:0 auto;
	width: auto;
	/* border: 1px solid #333; */
	border-top: 0 !important;
}
.ModuleHorizontalGiant.layout-101 {position: relative;}.module_420169913 .ModuleHead .HeadCenter{float:none;}
#module_420169913 {
padding:0px;
}
#module_420169913 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420169913 .ModuleHead420169913 {
display:none;
}
#module_420169913 .BodyCenter.BodyCenter420169913 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420169913 >.module_420169913 {
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_420169913 >.module_420169913{
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_420169913 .BodyCenter.BodyCenter420169913 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169913 .BodyCenter.BodyCenter420169913 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420169913 >.module_420169913 {
margin-top:0.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.4167%;
}
}
@media screen and (max-width: 767px){
#module_420169913 >.module_420169913 {
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
}
}
#module_420169913 >.module_420169913 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420169913:hover {
border:none;
}
#module_420169913:hover >.module_420169913 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420169913 .hr-line{width:auto;max-width:autopx;}
#module_420169913 .hr-line{border-bottom-color:rgb(216, 216, 216);}
#module_420169913 .hr-line{border-bottom-style:solid;}
#module_420169913 .hr-line{border-bottom-width:1px;}

/*纯文本模块 layout 101*/
.ModulePlainTextGiant.layout-101 {font-size: 14px;}
.ModulePlainTextGiant.layout-101 .plainTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_420170112 .ModuleHead .HeadCenter{float:none;}
#module_420170112 {
padding:0px;
}
#module_420170112 {
position:static;
z-index:0;
top:517px;
left:1036px;
width:100%;
height: auto;
}
#module_420170112 .ModuleHead420170112 {
display:none;
}
#module_420170112 .BodyCenter.BodyCenter420170112 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420170112 >.module_420170112 {
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_420170112 >.module_420170112{
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_420170112 .BodyCenter.BodyCenter420170112 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420170112 .BodyCenter.BodyCenter420170112 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_420170112 >.module_420170112 {
margin-top:1.0460%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420170112 >.module_420170112 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_420170112 >.module_420170112 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420170112:hover {
border:none;
}
#module_420170112:hover >.module_420170112 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420170112 .ModulePlainTextGiantContent{margin-top:0px;}
#module_420170112 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_420170112 .ModulePlainTextGiantContent{margin-left:0px;}
#module_420170112 .ModulePlainTextGiantContent{margin-right:10px;}
#module_420170112 .plainTextGiant-Container{padding-top:10px;}
#module_420170112 .plainTextGiant-Container{padding-bottom:10px;}
#module_420170112 .plainTextGiant-Container{padding-left:10px;}
#module_420170112 .plainTextGiant-Container{padding-right:10px;}
#module_420170112 a{font-size:unset;font-family:unset}.module_420169903 .ModuleHead .HeadCenter{float:none;}
#module_420169903 {
padding:0px;
}
#module_420169903 {
position:static;
z-index:0;
top:434px;
left:309px;
width:100%;
height: auto;
}
#module_420169903 .ModuleHead420169903 {
display:none;
}
#module_420169903 .BodyCenter.BodyCenter420169903 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420169903 >.module_420169903 {
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_420169903 >.module_420169903{
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_420169903 .BodyCenter.BodyCenter420169903 {
padding-top:2.6674%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169903 .BodyCenter.BodyCenter420169903 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_420169903 >.module_420169903 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_420169903 >.module_420169903 {
margin-top:2.8818%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_420169903 >.module_420169903 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420169903:hover {
border:none;
}
#module_420169903:hover >.module_420169903 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420169903 .ModuleSubContainer{background-color:transparent;}
#module_420169903 .ModuleSubContainer{background-image:none;}
#module_420169903 .ModuleSubContainer{background-repeat:no-repeat;}
#module_420169903 .ModuleSubContainer{background-position:0% 0%;}
#module_420169903 .ModuleSubContainer{background-attachment:scroll;}
#module_420169903 .ModuleSubContainer{}
#module_420169903 {!bgVideo!}{bgVideoUrl:}
#module_420169903 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_420169903 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_420169903 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer420169903 {max-width:none;width:100%;}
.module_420169961 .ModuleHead .HeadCenter{float:none;}
#module_420169961 {
padding:0px;
}
#module_420169961 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420169961 .ModuleHead420169961 {
display:none;
}
#module_420169961 .BodyCenter.BodyCenter420169961 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420169961 >.module_420169961 {
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_420169961 >.module_420169961{
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_420169961 .BodyCenter.BodyCenter420169961 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169961 .BodyCenter.BodyCenter420169961 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_420169961 >.module_420169961 {
margin-top:2.8243%;
margin-left:25.1046%;
margin-right:7.5314%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169961 >.module_420169961 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_420169961 >.module_420169961 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420169961:hover {
border:none;
}
#module_420169961:hover >.module_420169961 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420169961 img{border-top-color:transparent;}
#module_420169961 img{border-top-style:none;}
#module_420169961 img{border-top-width:0px;}
#module_420169961 img{border-right-color:transparent;}
#module_420169961 img{border-right-style:none;}
#module_420169961 img{border-right-width:0px;}
#module_420169961 img{border-bottom-color:transparent;}
#module_420169961 img{border-bottom-style:none;}
#module_420169961 img{border-bottom-width:0px;}
#module_420169961 img{border-left-color:transparent;}
#module_420169961 img{border-left-style:none;}
#module_420169961 img{border-left-width:0px;}
#module_420169961 img{border-top-left-radius:0px;}
#module_420169961 img{border-top-right-radius:0px;}
#module_420169961 img{border-bottom-left-radius:0px;}
#module_420169961 img{border-bottom-right-radius:0px;}
#module_420169961 .BodyCenter{text-align: center;}

.module_420170118 .ModuleHead .HeadCenter{float:none;}
#module_420170118 {
padding:0px;
}
#module_420170118 {
position:static;
z-index:0;
top:1437px;
left:1307px;
width:100%;
height: auto;
}
#module_420170118 .ModuleHead420170118 {
display:none;
}
#module_420170118 .BodyCenter.BodyCenter420170118 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420170118 >.module_420170118 {
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_420170118 >.module_420170118{
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_420170118 .BodyCenter.BodyCenter420170118 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420170118 .BodyCenter.BodyCenter420170118 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_420170118 >.module_420170118 {
margin-top:2.6151%;
margin-left:5.4393%;
margin-right:25.1046%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420170118 >.module_420170118 {
margin-top:2.8818%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_420170118 >.module_420170118 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420170118:hover {
border:none;
}
#module_420170118:hover >.module_420170118 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420170118 .ModulePlainTextGiantContent{margin-top:0px;}
#module_420170118 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_420170118 .ModulePlainTextGiantContent{margin-left:0px;}
#module_420170118 .ModulePlainTextGiantContent{margin-right:10px;}
#module_420170118 .plainTextGiant-Container{padding-top:10px;}
#module_420170118 .plainTextGiant-Container{padding-bottom:10px;}
#module_420170118 .plainTextGiant-Container{padding-left:10px;}
#module_420170118 .plainTextGiant-Container{padding-right:10px;}
#module_420170118 a{font-size:unset;font-family:unset}
.module_420169892 .ModuleHead .HeadCenter{float:none;}
#module_420169892 {
padding:0px;
}
#module_420169892 {
position:static;
z-index:0;
top:477px;
left:1806px;
width:100%;
height: auto;
}
#module_420169892 .ModuleHead420169892 {
display:none;
}
#module_420169892 .BodyCenter.BodyCenter420169892 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420169892 >.module_420169892 {
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_420169892 >.module_420169892{
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_420169892 .BodyCenter.BodyCenter420169892 {
padding-top:1.6213%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169892 .BodyCenter.BodyCenter420169892 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_420169892 >.module_420169892 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169892 >.module_420169892 {
margin-top:8.6455%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_420169892 >.module_420169892 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420169892:hover {
border:none;
}
#module_420169892:hover >.module_420169892 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420169892 .ModuleSubContainer{background-color:transparent;}
#module_420169892 .ModuleSubContainer{background-image:none;}
#module_420169892 .ModuleSubContainer{background-repeat:no-repeat;}
#module_420169892 .ModuleSubContainer{background-position:0% 0%;}
#module_420169892 .ModuleSubContainer{background-attachment:scroll;}
#module_420169892 .ModuleSubContainer{}
#module_420169892 {!bgVideo!}{bgVideoUrl:}
#module_420169892 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_420169892 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_420169892 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer420169892 {max-width:none;width:100%;}
.module_420169960 .ModuleHead .HeadCenter{float:none;}
#module_420169960 {
padding:0px;
}
#module_420169960 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420169960 .ModuleHead420169960 {
display:none;
}
#module_420169960 .BodyCenter.BodyCenter420169960 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420169960 >.module_420169960 {
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_420169960 >.module_420169960{
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_420169960 .BodyCenter.BodyCenter420169960 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169960 .BodyCenter.BodyCenter420169960 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420169960 >.module_420169960 {
margin-top:2.8243%;
margin-left:36.4017%;
margin-right:7.5314%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169960 >.module_420169960 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_420169960 >.module_420169960 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420169960:hover {
border:none;
}
#module_420169960:hover >.module_420169960 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420169960 img{border-top-color:transparent;}
#module_420169960 img{border-top-style:none;}
#module_420169960 img{border-top-width:0px;}
#module_420169960 img{border-right-color:transparent;}
#module_420169960 img{border-right-style:none;}
#module_420169960 img{border-right-width:0px;}
#module_420169960 img{border-bottom-color:transparent;}
#module_420169960 img{border-bottom-style:none;}
#module_420169960 img{border-bottom-width:0px;}
#module_420169960 img{border-left-color:transparent;}
#module_420169960 img{border-left-style:none;}
#module_420169960 img{border-left-width:0px;}
#module_420169960 img{border-top-left-radius:0px;}
#module_420169960 img{border-top-right-radius:0px;}
#module_420169960 img{border-bottom-left-radius:0px;}
#module_420169960 img{border-bottom-right-radius:0px;}
#module_420169960 .BodyCenter{text-align: center;}

.module_420170108 .ModuleHead .HeadCenter{float:none;}
#module_420170108 {
padding:0px;
}
#module_420170108 {
position:static;
z-index:0;
top:796px;
left:1255px;
width:100%;
height: auto;
}
#module_420170108 .ModuleHead420170108 {
display:none;
}
#module_420170108 .BodyCenter.BodyCenter420170108 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420170108 >.module_420170108 {
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_420170108 >.module_420170108{
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_420170108 .BodyCenter.BodyCenter420170108 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420170108 .BodyCenter.BodyCenter420170108 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_420170108 >.module_420170108 {
margin-top:2.4662%;
margin-left:0.0000%;
margin-right:34.0493%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420170108 >.module_420170108 {
margin-top:2.8818%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_420170108 >.module_420170108 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420170108:hover {
border:none;
}
#module_420170108:hover >.module_420170108 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420170108 .ModulePlainTextGiantContent{margin-top:0px;}
#module_420170108 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_420170108 .ModulePlainTextGiantContent{margin-left:0px;}
#module_420170108 .ModulePlainTextGiantContent{margin-right:10px;}
#module_420170108 .plainTextGiant-Container{padding-top:10px;}
#module_420170108 .plainTextGiant-Container{padding-bottom:10px;}
#module_420170108 .plainTextGiant-Container{padding-left:10px;}
#module_420170108 .plainTextGiant-Container{padding-right:10px;}
#module_420170108 a{font-size:unset;font-family:unset}
.module_420510799 .ModuleHead .HeadCenter{float:none;}
#module_420510799 {
padding:0px;
}
#module_420510799 {
position:static;
z-index:0;
top:1340px;
left:2072px;
width:100%;
height: auto;
}
#module_420510799 .ModuleHead420510799 {
display:none;
}
#module_420510799 .BodyCenter.BodyCenter420510799 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420510799 >.module_420510799 {
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_420510799 >.module_420510799{
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_420510799 .BodyCenter.BodyCenter420510799 {
padding-top:1.2336%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420510799 .BodyCenter.BodyCenter420510799 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_420510799 >.module_420510799 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.9793%;
}
}
@media screen and (max-width: 767px){
#module_420510799 >.module_420510799 {
margin-top:8.6455%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_420510799 >.module_420510799 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420510799:hover {
border:none;
}
#module_420510799:hover >.module_420510799 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420510799 .ModuleSubContainer{background-color:transparent;}
#module_420510799 .ModuleSubContainer{background-image:none;}
#module_420510799 .ModuleSubContainer{background-repeat:no-repeat;}
#module_420510799 .ModuleSubContainer{background-position:0% 0%;}
#module_420510799 .ModuleSubContainer{background-attachment:scroll;}
#module_420510799 .ModuleSubContainer{}
#module_420510799 {!bgVideo!}{bgVideoUrl:}
#module_420510799 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_420510799 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_420510799 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer420510799 {max-width:none;width:100%;}
.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_420510846 .ModuleHead .HeadCenter{float:none;}
#module_420510846 {
padding:0px;
}
#module_420510846 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_420510846 .ModuleHead420510846 {
display:none;
}
#module_420510846 .BodyCenter.BodyCenter420510846 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420510846 >.module_420510846 {
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_420510846 >.module_420510846{
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_420510846 .BodyCenter.BodyCenter420510846 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420510846 .BodyCenter.BodyCenter420510846 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420510846 >.module_420510846 {
margin-top:0.0000%;
margin-left:50.5372%;
margin-right:13.6092%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420510846 >.module_420510846 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_420510846 >.module_420510846 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420510846:hover {
border:none;
}
#module_420510846:hover >.module_420510846 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420510846 .BodyCenter{text-align:left;}
#module_420510846 .moduleButton{font-size:14px;}
#module_420510846 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_420510846 .moduleButton{color:#fff;}
#module_420510846 .moduleButton{font-weight:normal;}
#module_420510846 .moduleButton{text-decoration:none;}
#module_420510846 .moduleButton{font-style:normal;}
#module_420510846 .moduleButton, #module_420510846 .moduleButton:before{background-color:#ff7043;}
#module_420510846 .moduleButton, #module_420510846 .moduleButton:before{}
#module_420510846 .moduleButton, #module_420510846 .moduleButton:before{}
#module_420510846 .moduleButton, #module_420510846 .moduleButton:before{}
#module_420510846 .moduleButton, #module_420510846 .moduleButton:before{}
#module_420510846 .moduleButton, #module_420510846 .moduleButton:before{background:none;background-image:-webkit-linear-gradient(90deg , rgb(227, 129, 53) 0% , rgb(253, 95, 56) 93%);background-image:-moz-linear-gradient(90deg , rgb(227, 129, 53) 0% , rgb(253, 95, 56) 93%);background-image:-ms-linear-gradient(90deg , rgb(227, 129, 53) 0% , rgb(253, 95, 56) 93%);background-image:-o-linear-gradient(90deg , rgb(227, 129, 53) 0% , rgb(253, 95, 56) 93%);background-image:linear-gradient(90deg , rgb(227, 129, 53) 0% , rgb(253, 95, 56) 93%);
}
#module_420510846 .moduleButton{border-color:#000;}
#module_420510846 .moduleButton{border-style:solid;}
#module_420510846 .moduleButton{border-width:0px;}
#module_420510846 .moduleButton{width:180px;}
#module_420510846 .moduleButton,#module_420510846 .BreadsvgIcon{height:50px;line-height:50px;}
#module_420510846 .BodyCenter{color:#fff;}
#module_420510846 .moduleButton{border-top-left-radius:0px;}
#module_420510846 .moduleButton{border-top-right-radius:0px;}
#module_420510846 .moduleButton{border-bottom-left-radius:0px;}
#module_420510846 .moduleButton{border-bottom-right-radius:0px;}
#module_420510846 .BreadIcon{font-size:16px;} #module_420510846 .BreadsvgIcon svg{width:16px;height:16px;}
#module_420510846 .BreadIcon{color:#fff;} #module_420510846 .BreadsvgIcon svg>*{fill:#fff;}
#module_420510846 .BreadIcon,#module_420510846 .BreadsvgIcon{margin-left:10px;}
#module_420510846 .BreadIcon,#module_420510846 .BreadsvgIcon{margin-right:10px;}
#module_420510846 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_420510846 .moduleButton:hover .BreadIcon{font-size:16px;} #module_420510846 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_420510846 .moduleButton:hover .BreadIcon{color:#fff} #module_420510846 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_420510846 .moduleButton:hover{font-size:14px;}
#module_420510846 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_420510846 .moduleButton:hover{color:#fff;}
#module_420510846 .moduleButton:hover{font-weight:normal;}
#module_420510846 .moduleButton:hover{text-decoration:none;}
#module_420510846 .moduleButton:hover{font-style:normal;}
#module_420510846 .moduleButton:hover, #module_420510846 .moduleButton:hover:before{background-image: unset;background-color:#f65e12;}
#module_420510846 .moduleButton:hover, #module_420510846 .moduleButton:hover:before{}
#module_420510846 .moduleButton:hover, #module_420510846 .moduleButton:hover:before{}
#module_420510846 .moduleButton:hover, #module_420510846 .moduleButton:hover:before{}
#module_420510846 .moduleButton:hover, #module_420510846 .moduleButton:hover:before{}
#module_420510846 .moduleButton:hover, #module_420510846 .moduleButton:hover:before{}
#module_420510846 .moduleButton:hover{border-color:transparent;}
#module_420510846 .moduleButton:hover{border-style:solid;}
#module_420510846 .moduleButton:hover{border-width:0px;}
#module_420510846 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

.ModuleGridCustomGiant.layout-101 .ModuleGridContainer{
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridCustomGiant.layout-101{height: 100%;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .ModuleContainer .SubPadding {height: 100%}

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: flex;flex-wrap: wrap;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding{float:left;height: 10px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{float:left;padding-top:2px;padding-bottom:2px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag{display:none;}
    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}
    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}
    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}
    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}
    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{width:calc((100% - 35px)/8)!important;}
    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}
	/* 6列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}
	/* 5列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer{width:calc((100% - 20px)/5)!important;}
	/* 4列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer{width:calc((100% - 15px)/4)!important;}
	/* 3列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding6{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer{width:calc((100% - 10px)/3)!important;}
	/* 2列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}
	/* 1列 无padding */
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_420169860 .ModuleHead .HeadCenter{float:none;}
#module_420169860 {
padding:0px;
}
#module_420169860 {
position:static;
z-index:0;
top:6641px;
left:1862px;
width:100%;
height: auto;
}
#module_420169860 .ModuleHead420169860 {
display:none;
}
#module_420169860 .BodyCenter.BodyCenter420169860 {
background:none;background-color:rgb(35, 35, 35);
}
#module_420169860 >.module_420169860 {
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_420169860 >.module_420169860{
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_420169860 .BodyCenter.BodyCenter420169860 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:12.1086%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169860 .BodyCenter.BodyCenter420169860 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420169860 >.module_420169860 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420169860 >.module_420169860 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_420169860 >.module_420169860 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420169860:hover {
border:none;
}
#module_420169860:hover >.module_420169860 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420169860 .ModuleSubContainer{background-color:transparent;}
#module_420169860 .ModuleSubContainer{background-image:none;}
#module_420169860 .ModuleSubContainer{background-repeat:no-repeat;}
#module_420169860 .ModuleSubContainer{background-position:0% 0%;}
#module_420169860 .ModuleSubContainer{background-attachment:scroll;}
#module_420169860 .ModuleSubContainer{}
#module_420169860 {!bgVideo!}{bgVideoUrl:}
#module_420169860 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_420169860 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_420169860 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer420169860 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer420169860 .SubPadding {width:0px;}
.module_420513945 .ModuleHead .HeadCenter{float:none;}
#module_420513945 {
padding:0px;
}
#module_420513945 {
position:static;
z-index:0;
top:59px;
left:0px;
width:100%;
height: auto;
}
#module_420513945 .ModuleHead420513945 {
display:none;
}
#module_420513945 .BodyCenter.BodyCenter420513945 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420513945 >.module_420513945 {
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_420513945 >.module_420513945{
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_420513945 .BodyCenter.BodyCenter420513945 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420513945 .BodyCenter.BodyCenter420513945 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420513945 >.module_420513945 {
margin-top:1.9774%;
margin-left:29.0960%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420513945 >.module_420513945 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_420513945 >.module_420513945 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420513945:hover {
border:none;
}
#module_420513945:hover >.module_420513945 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420513945 img{border-top-color:transparent;}
#module_420513945 img{border-top-style:none;}
#module_420513945 img{border-top-width:0px;}
#module_420513945 img{border-right-color:transparent;}
#module_420513945 img{border-right-style:none;}
#module_420513945 img{border-right-width:0px;}
#module_420513945 img{border-bottom-color:transparent;}
#module_420513945 img{border-bottom-style:none;}
#module_420513945 img{border-bottom-width:0px;}
#module_420513945 img{border-left-color:transparent;}
#module_420513945 img{border-left-style:none;}
#module_420513945 img{border-left-width:0px;}
#module_420513945 img{border-top-left-radius:0px;}
#module_420513945 img{border-top-right-radius:0px;}
#module_420513945 img{border-bottom-left-radius:0px;}
#module_420513945 img{border-bottom-right-radius:0px;}
#module_420513945 .BodyCenter{text-align: center;}

.module_420514026 .ModuleHead .HeadCenter{float:none;}
#module_420514026 {
padding:0px;
}
#module_420514026 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_420514026 .ModuleHead420514026 {
display:none;
}
#module_420514026 {
border:none;
}
@media screen and (min-width: 768px){
#module_420514026 >.module_420514026 {
margin-top:1.6949%;
margin-left:25.8475%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420514026 >.module_420514026 {
}
}

#module_420514026 .ModulePlainTextGiantContent{margin-top:0px;}
#module_420514026 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_420514026 .ModulePlainTextGiantContent{margin-left:0px;}
#module_420514026 .ModulePlainTextGiantContent{margin-right:10px;}
#module_420514026 .plainTextGiant-Container{padding-top:10px;}
#module_420514026 .plainTextGiant-Container{padding-bottom:10px;}
#module_420514026 .plainTextGiant-Container{padding-left:10px;}
#module_420514026 .plainTextGiant-Container{padding-right:10px;}
#module_420514026 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer420169860 #Sub420169860_1 {width:50%;}
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box { width: 100%; height: 100%; position: relative }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-prev { position: absolute; top: 50%; left: 0; margin-top: -24px; cursor: pointer;z-index: 999}
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-next { position: absolute; top: 50%; right: 0; margin-top: -24px; cursor: pointer;z-index: 999}
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-prev .iconfont { font-size: 24px; display: none }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-next .iconfont { font-size: 24px; display: none }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container { width: calc(100% - 116px); position: relative; overflow: hidden; padding: 10px }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide {  box-sizing: border-box; transition: all .2s linear; }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide:hover { -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1); box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1); border-radius: 2px }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .head {position: relative; overflow: hidden; display: block; width: 100%; height: 100%; text-align: center; line-height: 1; }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content { width: 100%; position: relative }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content .title { width: 100%; min-height: 21px;text-align: center; margin-top: 22px; margin-bottom: 10px }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content .desc { margin-bottom: 30px; margin-left: auto; margin-right: auto; padding: 0px 20px }

.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .head .dummy { padding-top: 49%; }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .head img{-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;overflow: hidden; margin: auto; width: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block;  }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 0px; padding-right: 0px }

/* 手机 */
@media only screen and (max-width: 767px) {
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container { width: calc(100% - 10px); padding: 10px 0px }
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide {  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1); box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1); border-radius: 2px }
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide:hover { -webkit-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1); box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1); }
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content .title {margin-top: 15px; margin-bottom: 5px;}
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content .desc {margin-bottom: 5px; padding: 0;}
}
.module_420515971 .ModuleHead .HeadCenter{float:none;}
#module_420515971 {
padding:0px;
}
#module_420515971 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420515971 .ModuleHead420515971 {
display:none;
}
#module_420515971 {
border:none;
}
@media screen and (min-width: 768px){
#module_420515971 >.module_420515971 {
margin-top:1.7889%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420515971 >.module_420515971 {
}
}

#module_420515971 .Photo_box .swiper-container .swiper-slide .content .title,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .desc{text-align:center;}
#module_420515971 {}@media only screen and (min-width: 768px) {#module_420515971 .Photo_box .swiper-container .swiper-slide .content{padding-top:0px;}}
#module_420515971 {}@media only screen and (min-width: 768px) {#module_420515971 .Photo_box .swiper-container .swiper-slide .content{padding-bottom:0px;}}
#module_420515971 {}@media only screen and (min-width: 768px) {#module_420515971 .Photo_box .swiper-container .swiper-slide .content{padding-left:0px;}}
#module_420515971 {}@media only screen and (min-width: 768px) {#module_420515971 .Photo_box .swiper-container .swiper-slide .content{padding-right:0px;}}
#module_420515971 {}@media only screen and (max-width: 767px) {#module_420515971 .Photo_box .swiper-container .swiper-slide .content{padding-top:0px;}}
#module_420515971 {}@media only screen and (max-width: 767px) {#module_420515971 .Photo_box .swiper-container .swiper-slide .content{padding-bottom:0px;}}
#module_420515971 {}@media only screen and (max-width: 767px) {#module_420515971 .Photo_box .swiper-container .swiper-slide .content{padding-left:0px;}}
#module_420515971 {}@media only screen and (max-width: 767px) {#module_420515971 .Photo_box .swiper-container .swiper-slide .content{padding-right:0px;}}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .title{font-size:14px;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .title{font-family:Microsoft YaHei;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .title{color:#333333;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .title{font-weight:normal;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .title{text-decoration:none;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .title{font-style:normal;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .desc{font-size:12px;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .desc{font-family:Microsoft YaHei;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .desc{color:#999;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .desc{font-weight:normal;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .desc{text-decoration:none;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_420515971 .Photo_box .swiper-container .swiper-slide .content .desc{font-style:normal;}
#module_420515971 .head .dummy{padding-top:auto;}
#module_420515971 .head img{ object-fit:unset;}
#module_420515971 .head img{ height:auto;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_420515971 .Photo_box .swiper-container .swiper-slide .content{background-color:transparent;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_420515971 .Photo_box .swiper-container .swiper-slide .content{}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content ,#module_420515971 .Photo_box .swiper-container .swiper-slide .content{background-repeat:no-repeat;}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_420515971 .Photo_box .swiper-container .swiper-slide .content{}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_420515971 .Photo_box .swiper-container .swiper-slide .content{}
#module_420515971 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_420515971 .Photo_box .swiper-container .swiper-slide .content{}

.ModuleGridContainer.ModuleGridContainer420169860 #Sub420169860_13 {width:50%;}
.module_420169881 .ModuleHead .HeadCenter{float:none;}
#module_420169881 {
padding:0px;
}
#module_420169881 {
position:static;
z-index:0;
top:4890px;
left:297px;
width:100%;
height: auto;
}
#module_420169881 .ModuleHead420169881 {
display:none;
}
#module_420169881 .BodyCenter.BodyCenter420169881 {
background:none;background-color:rgb(51, 51, 51);
}
#module_420169881 >.module_420169881 {
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_420169881 >.module_420169881{
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_420169881 .BodyCenter.BodyCenter420169881 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_420169881 .BodyCenter.BodyCenter420169881 {
padding-top:7.2046%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_420169881 >.module_420169881 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_420169881 >.module_420169881 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_420169881 >.module_420169881 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420169881:hover {
border:none;
}
#module_420169881:hover >.module_420169881 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420169881 .ModuleSubContainer{background-color:transparent;}
#module_420169881 .ModuleSubContainer{background-image:none;}
#module_420169881 .ModuleSubContainer{background-repeat:no-repeat;}
#module_420169881 .ModuleSubContainer{background-position:0% 0%;}
#module_420169881 .ModuleSubContainer{background-attachment:scroll;}
#module_420169881 .ModuleSubContainer{}
#module_420169881 {!bgVideo!}{bgVideoUrl:}
#module_420169881 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_420169881 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_420169881 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer420169881 {}
.module_420170074 .ModuleHead .HeadCenter{float:none;}
#module_420170074 {
padding:0px;
}
#module_420170074 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420170074 .ModuleHead420170074 {
display:none;
}
#module_420170074 {
border:none;
}
@media screen and (min-width: 768px){
#module_420170074 >.module_420170074 {
}
}
@media screen and (max-width: 767px){
#module_420170074 >.module_420170074 {
margin-top:5.1873%;
margin-left:2.3055%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_420170074 .ModulePlainTextGiantContent{margin-top:0px;}
#module_420170074 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_420170074 .ModulePlainTextGiantContent{margin-left:0px;}
#module_420170074 .ModulePlainTextGiantContent{margin-right:10px;}
#module_420170074 .plainTextGiant-Container{padding-top:10px;}
#module_420170074 .plainTextGiant-Container{padding-bottom:10px;}
#module_420170074 .plainTextGiant-Container{padding-left:10px;}
#module_420170074 .plainTextGiant-Container{padding-right:10px;}
#module_420170074 a{font-size:unset;font-family:unset}
.module_420170075 .ModuleHead .HeadCenter{float:none;}
#module_420170075 {
padding:0px;
}
#module_420170075 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420170075 .ModuleHead420170075 {
display:none;
}
#module_420170075 {
border:none;
}
@media screen and (min-width: 768px){
#module_420170075 >.module_420170075 {
}
}
@media screen and (max-width: 767px){
#module_420170075 >.module_420170075 {
margin-top:0.0000%;
margin-left:2.3055%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_420170075 .ModulePlainTextGiantContent{margin-top:0px;}
#module_420170075 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_420170075 .ModulePlainTextGiantContent{margin-left:0px;}
#module_420170075 .ModulePlainTextGiantContent{margin-right:10px;}
#module_420170075 .plainTextGiant-Container{padding-top:10px;}
#module_420170075 .plainTextGiant-Container{padding-bottom:10px;}
#module_420170075 .plainTextGiant-Container{padding-left:10px;}
#module_420170075 .plainTextGiant-Container{padding-right:10px;}
#module_420170075 a{font-size:unset;font-family:unset}
.module_420170063 .ModuleHead .HeadCenter{float:none;}
#module_420170063 {
padding:0px;
}
#module_420170063 {
position:static;
z-index:0;
top:5695px;
left:1360px;
width:100%;
height: auto;
}
#module_420170063 .ModuleHead420170063 {
display:none;
}
#module_420170063 .BodyCenter.BodyCenter420170063 {
background:none;background-color:rgb(35, 35, 35);
}
#module_420170063 >.module_420170063 {
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_420170063 >.module_420170063{
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_420170063 .BodyCenter.BodyCenter420170063 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420170063 .BodyCenter.BodyCenter420170063 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420170063 >.module_420170063 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420170063 >.module_420170063 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_420170063 >.module_420170063 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420170063:hover {
border:none;
}
#module_420170063:hover >.module_420170063 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420170063 .ModulePlainTextGiantContent{margin-top:0px;}
#module_420170063 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_420170063 .ModulePlainTextGiantContent{margin-left:0px;}
#module_420170063 .ModulePlainTextGiantContent{margin-right:10px;}
#module_420170063 .plainTextGiant-Container{padding-top:10px;}
#module_420170063 .plainTextGiant-Container{padding-bottom:10px;}
#module_420170063 .plainTextGiant-Container{padding-left:10px;}
#module_420170063 .plainTextGiant-Container{padding-right:10px;}
#module_420170063 a{font-size:unset;font-family:unset}.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}



.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }
    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }
    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_420170027 .ModuleHead .HeadCenter{float:none;}
#module_420170027 {
padding:0px;
}
#module_420170027 {
}
#module_420170027 .ModuleHead420170027 {
display:none;
}
#module_420170027 .BodyCenter.BodyCenter420170027 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420170027 >.module_420170027 {
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_420170027 >.module_420170027{
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_420170027 .BodyCenter.BodyCenter420170027 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_420170027 .BodyCenter.BodyCenter420170027 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_420170027 >.module_420170027 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_420170027 >.module_420170027 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_420170027 >.module_420170027 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420170027:hover {
border:none;
}
#module_420170027:hover >.module_420170027 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420170027 .langlistbox{background-color:#fff} #module_420170027 .langlistbox .jt{border-bottom-color:#fff}
#module_420170027 .langlistbox .langinfo{color:#333333}
#module_420170027 .langlistbox .langinfo{background-color:#fff}
#module_420170027 .langlistbox .langinfo{border-color:#333333}
#module_420170027 .langlistbox .langtxt{ font-size:16px }
#module_420170027 .langlistbox .langtxt{ color:#333333 }
#module_420170027 {}#module_420170027.layout-101 #header{border-bottom-color:transparent;}
#module_420170027 {}#module_420170027.layout-101 #header{border-bottom-style:none;}
#module_420170027 {}#module_420170027.layout-101 #header{border-bottom-width:0px;}
#module_420170027 {}#module_420170027.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_420170027 {}#module_420170027.layout-101 #MobileNav{background-color: transparent;} #module_420170027.layout-101 #header{background-color:#000000;}
#module_420170027 {}#module_420170027.layout-101 #header{}
#module_420170027 {}#module_420170027.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_420170027 {}#module_420170027.layout-101 #header p{font-size:16px;}
#module_420170027 {}#module_420170027.layout-101 #header p{color:#fff;}
#module_420170027 {}#module_420170027.layout-101 #header p{font-weight:normal;}
#module_420170027 {}#module_420170027.layout-101 #header p{text-decoration:none;}
#module_420170027 {}#module_420170027.layout-101 #header p{font-style:normal;}
#module_420170027 {}#module_420170027.layout-101 .lcitem .rect{background:#fff;} #module_420170027.layout-101 .icons{color:#fff;} #module_420170027.layout-101 .svgdiv svg>*{fill:#fff;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item ul li{border-bottom-color:#4e4e4e;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item,#module_420170027.layout-101 #MobileNavFloatLayer{background-color:#3c3c3c;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item,#module_420170027.layout-101 #MobileNavFloatLayer{}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li>a{background:#3c3c3c;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li>a{}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li>a,#module_420170027.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li .subnav a{background:#353535;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li .subnav a,#module_420170027.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li>a,#module_420170027.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li>a,#module_420170027.layout-101 .micro-nav-item>ul>li>a p{font-size:15px;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li .subnav a,#module_420170027.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li .subnav a,#module_420170027.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:15px;}
#module_420170027 .langlistbox li:hover .langinfo,#module_420170027 .langactive .langinfo {color:#fff}
#module_420170027 .langlistbox li:hover .langinfo,#module_420170027 .langactive .langinfo{background-color:#333333}
#module_420170027 .langlistbox li:hover .langinfo,#module_420170027 .langactive .langinfo{border-color:#333333}
#module_420170027 .langlistbox li:hover .langtxt,#module_420170027 .langactive .langtxt{ color:#333333 }
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li>a:hover,#module_420170027.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:#585858;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:#4a4747;}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_420170027 {}#module_420170027.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_420170027.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16); 
    color: #666;
    box-sizing: content-box;
    /* min-width: 80px; */
}
.ModuleMobileFloatNavGiant .defaultbtnbghover{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.ModuleMobileFloatNavGiant .itemtextright{
    text-align: right;
}
.ModuleMobileFloatNavGiant .itemtextleft{
    text-align: left;
}
.ModuleMobileFloatNavGiant .itemtextright::before{
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .itemtextleft::before{
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .FloatNavitemlist{ height: 0; display: none; transition:all} 
.itemimg{
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}
.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}
.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}
.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}.module_420170025 .ModuleHead .HeadCenter{float:none;}
#module_420170025 {
padding:0px;
}
#module_420170025 {
}
#module_420170025 .ModuleHead420170025 {
display:none;
}

#module_420170025 .defaultbtn{background-color:#fff}
#module_420170025 .defaultbtn{}
#module_420170025 .spotgroup{color:#000}
#module_420170025 .itembtn{background-color:#fff}
#module_420170025 .itembtn{}
#module_420170025 .itemicon{color:#666} #module_420170025 svg>*{fill:#666}
#module_420170025 .itemtext{background-color:#fff} #module_420170025 .itemtextright::before{border-left-color:#fff} #module_420170025 .itemtextleft::before{border-right-color:#fff}
#module_420170025 .itemtext{}
#module_420170025 .itemtext{font-size:12px;}
#module_420170025 .itemtext{font-family:;}
#module_420170025 .itemtext{color:#666 !important;}
#module_420170025 .itemtext{font-weight:normal;}
#module_420170025 .itemtext{text-decoration:none;}
#module_420170025 .itemtext{font-style:normal;}
#module_420170025 .defaultbtnbghover{background-color:#000000}
#module_420170025 .defaultbtnbghover{}
#module_420170025 .defaultbtniconbghover{color:#fff}
.module_420170026 .ModuleHead .HeadCenter{float:none;}
#module_420170026 {
padding:0px;
}
#module_420170026 {
}
#module_420170026 .ModuleHead0 {
display:none;
}
#module_420170026 .ModuleHead .HeadText.HeadText0 {
}
#module_420170026 .ModuleHead .HeadTextMore.HeadTextMore0 {
}
#module_420170026 >.module_0 {
border:none;
}
@media screen and (min-width: 768px){
#module_420170026 .BodyCenter.BodyCenter0 {
}
}
@media screen and (max-width: 767px){
#module_420170026 .BodyCenter.BodyCenter0 {
}
}
#module_420170026 .BodyCenter.BodyCenter0 {
}
#module_420170026 .BodyCenter a {
}

#module_420170026 .foot-nav-list{background-color:rgb(0, 0, 0) !important;}
#module_420170026 .foot-nav-list{border-top-color:;}
#module_420170026 .foot-nav-list{border-top-style:;}
#module_420170026 .foot-nav-list{border-top-width:px;}
#module_420170026 #MobileFootNav{box-shadow:;}
#module_420170026 .icon{color: !important;} #module_420170026 .icon svg >*{fill:}
#module_420170026 .itemText{font-size:px;}
#module_420170026 .itemText{font-family:;}
#module_420170026 .itemText{color: !important;}
#module_420170026 .itemText{}
#module_420170026 .itemText{}
#module_420170026 .itemText{}
#module_420170026 .iconh{color: !important;}  #module_420170026 .iconh svg >*{fill:}
#module_420170026 .itemTexth{font-size:px;}
#module_420170026 .itemTexth{font-family:;}
#module_420170026 .itemTexth{color: !important;}
#module_420170026 .itemTexth{}
#module_420170026 .itemTexth{}
#module_420170026 .itemTexth{}
