/* cache file /mnt/YouZhan/youzhannew-eyunshe/caches/csscache/8/80098/80098_2019063_1_.cache exists */
/*md5:8ddd91e4e78fe1989022682e01e673f5*/
/*time: 2023-02-09 04:27:05*/
.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: 0;
	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_416341538 .ModuleHead .HeadCenter{float:none;}
#module_416341538 {
padding:0px;
}
#module_416341538 {
position:absolute;
z-index:4001;
top:498px;
left:0px;
width:100%;
height:126px;
}
#module_416341538 .ModuleHead416341538 {
display:none;
}
#module_416341538 .BodyCenter.BodyCenter416341538 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416341538 >.module_416341538 {
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_416341538 >.module_416341538{
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_416341538 .BodyCenter.BodyCenter416341538 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416341538 .BodyCenter.BodyCenter416341538 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416341538 >.module_416341538 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416341538 >.module_416341538 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416341538 >.module_416341538 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416341538:hover {
border:none;
}
#module_416341538:hover >.module_416341538 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416341538 .animated-circles.animated .c-1,#module_416341538 .animated-circles.animated .c-2,#module_416341538 .animated-circles.animated.c-3{opacity: 0.25; background-color:#f10215;} #module_416341538 .animated-circles2:after{background-image:linear-gradient(to bottom, #f10215, #f10215)}
#module_416341538 .online-service-nav .head{background-color:#FFFFFF;}
#module_416341538 .online-service{border-width:0px;}
#module_416341538 .online-service{border-style:;}
#module_416341538 .online-service{border-color:;}
#module_416341538 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_416341538 .online-service-content{background-color:#fff;}
#module_416341538 .online-service-content{border-top-left-radius:20px;}
#module_416341538 .online-service-content{border-bottom-left-radius:20px;}
#module_416341538 .online-service-content{border-bottom-right-radius:20px;}
#module_416341538 .online-service-content{border-top-right-radius:20px;}
#module_416341538 .online-service-content-tab .content-tab{background-color:transparent;}
#module_416341538 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_416341538 .content-close::after{border-width:1px;}
#module_416341538 .content-close::after{border-style:solid;}
#module_416341538 .content-close::after{border-color:#eeeeee;}
#module_416341538 .content-close span{background-color:#999999;}
#module_416341538 .online-service-top{background-color:#ffffff;}
#module_416341538 .online-service-top .iconfont{color:rgb(199, 0, 11);}
#module_416341538 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_416341538 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_416341538 .online-service:hover{border-width:0px;}
#module_416341538 .online-service:hover{border-style:;}
#module_416341538 .online-service:hover{border-color:;}
#module_416341538 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_416341538 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_416341538 .online-service:hover .online-service-hint{background-color:rgb(199, 0, 11);}
#module_416341538 .online-service-content-tab .content-tabh:hover{background-color:rgb(199, 0, 11);}
#module_416341538 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_416341538 .content-close:hover span{background-color:#999999;}
#module_416341538 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_416341538 .online-service-top:hover{background-color:#ffffff;}
#module_416341538 .online-service-top:hover .iconfont{color:rgb(199, 0, 11);}
#module_416341538 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:624px}
.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_415300005 .ModuleHead .HeadCenter{float:none;}
#module_415300005 {
padding:0px;
}
#module_415300005 {
position:static;
z-index:0;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_415300005 .ModuleHead415300005 {
display:none;
}
#module_415300005 .BodyCenter.BodyCenter415300005 {
background:none;background-color:rgb(255, 255, 255);
}
#module_415300005 >.module_415300005 {
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_415300005 >.module_415300005{
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_415300005 .BodyCenter.BodyCenter415300005 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415300005 .BodyCenter.BodyCenter415300005 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415300005 >.module_415300005 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415300005 >.module_415300005 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415300005 >.module_415300005 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415300005:hover {
border:none;
}
#module_415300005:hover >.module_415300005 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415300005 .ModuleSubContainer{background-color:transparent;}
#module_415300005 .ModuleSubContainer{background-image:none;}
#module_415300005 .ModuleSubContainer{background-repeat:no-repeat;}
#module_415300005 .ModuleSubContainer{background-position:0% 0%;}
#module_415300005 .ModuleSubContainer{background-attachment:scroll;}
#module_415300005 .ModuleSubContainer{}
#module_415300005 {!bgVideo!}{bgVideoUrl:}
#module_415300005 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_415300005 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_415300005 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer415300005 {max-width:none;width:100%;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_415300006 .ModuleHead .HeadCenter{float:none;}
#module_415300006 {
padding:0px;
}
#module_415300006 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415300006 .ModuleHead415300006 {
display:none;
}
#module_415300006 .BodyCenter.BodyCenter415300006 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415300006 >.module_415300006 {
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_415300006 >.module_415300006{
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_415300006 .BodyCenter.BodyCenter415300006 {
padding: 20px 0;
}
}
@media screen and (max-width: 767px){
#module_415300006 .BodyCenter.BodyCenter415300006 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415300006 >.module_415300006 {
margin-top:0.0000%;
margin-left:14.6444%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415300006 >.module_415300006 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415300006 >.module_415300006 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415300006:hover {
border:none;
}
#module_415300006:hover >.module_415300006 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415300006 img{border-top-color:transparent;}
#module_415300006 img{border-top-style:none;}
#module_415300006 img{border-top-width:0px;}
#module_415300006 img{border-right-color:transparent;}
#module_415300006 img{border-right-style:none;}
#module_415300006 img{border-right-width:0px;}
#module_415300006 img{border-bottom-color:transparent;}
#module_415300006 img{border-bottom-style:none;}
#module_415300006 img{border-bottom-width:0px;}
#module_415300006 img{border-left-color:transparent;}
#module_415300006 img{border-left-style:none;}
#module_415300006 img{border-left-width:0px;}
#module_415300006 img{border-top-left-radius:0px;}
#module_415300006 img{border-top-right-radius:0px;}
#module_415300006 img{border-bottom-left-radius:0px;}
#module_415300006 img{border-bottom-right-radius:0px;}
#module_415300006 .BodyCenter{text-align: left;}

.ModuleNavGiant.layout-116 .main-nav-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 0;
    overflow:hidden;
}
.ModuleNavGiant.layout-116 .aroundMune{
    position: absolute;
    display: flex;
    align-items: center;
    right: 0px;
    padding:0 10px;
    height: 100%;
    z-index: 5;
    transform: rotateY(90deg);
}
.ModuleNavGiant.layout-116 .aroundMune.active{
    transform: rotateY(0deg);
}
.ModuleNavGiant.layout-116 .moveMenuRight, .ModuleNavGiant.layout-116 .moveMenuLeft{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color:#666;
    text-align: center;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    cursor: pointer;
}
.ModuleNavGiant.layout-116 .main-nav-content .moveMenuRight{
    background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-116 .main-nav-content .moveMenuLeft{
    display:none;
    background-color: rgba(238,238,238,.6);
    margin-right: 10px

}
.ModuleNavGiant.layout-116 .moveMenuRight:hover, .ModuleNavGiant.layout-116 .moveMenuLeft:hover{
    color:#fff;
    background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-116 .main-nav-content >.blank-solve{
    width: auto;
    display: inline-block;
    transition: all .4s;
    position: relative;
    left: 0;
}
.ModuleNavGiant.layout-116 .main-nav-item-group {
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    height: 80px;
    line-height: 80px;
    float: left;
}
.ModuleNavGiant.layout-116 .main-nav-item {
    box-sizing: content-box;
    padding: 0 25px;
    color: #000000;
    position: relative;
    display:inline-block;
}

.ModuleNavGiant.layout-116 .main-nav-item::before {
    content: '';
    position: absolute;
    width: 0%;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    border-bottom-width:3px;
    border-bottom-style:solid;
    z-index: 1;
    left: 50%;
    bottom: 0;
    margin-bottom: 10px;
}

.ModuleNavGiant.layout-116 .mainName,
.ModuleNavGiant.layout-116 .main-nav-item-name::after{
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.ModuleNavGiant.layout-116 .mainName{
    display: block;
    text-align: center;
}

.ModuleNavGiant.layout-116 .main-nav-item.on::before,.ModuleNavGiant.layout-116 .main-nav-item:hover::before {
    width: 20%;
    left: 40%;
    opacity: 1;
}

.ModuleNavGiant.layout-116 .main-nav-item.on .main-nav-item-name .mainName,.ModuleNavGiant.layout-116 .main-nav-item:hover .main-nav-item-name .mainName{
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item .main-nav-item-name::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item:hover .main-nav-item-name::after{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ModuleNavGiant.layout-116 .main-nav-item.on .main-nav-item-name::after,.ModuleNavGiant.layout-116 .main-nav-item:hover .main-nav-item-name::after{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ModuleNavGiant.layout-116 .sub-nav-item-group {
    z-index: 3;
    height: 200px;
    bottom: -220px;
    left: -49px;
    width: 192px;
    text-align: center;
    display: none;
    margin: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-menu {
    transition: .15s ease-in-out;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ModuleNavGiant.layout-116 .sub-nav-item-box {
    width : 100%;
    position: relative;
    box-shadow: 0 0 rgba(0,0,0,0);
    height: auto !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:last-child{
    border-bottom-width: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .item_sub.item_outer,
.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .spanSubName{
    padding: 0 20px 0 23px;
}
.ModuleNavGiant.layout-116 .third-nav-item:hover .item_third .item_outer,
.ModuleNavGiant.layout-116 .third-nav-item:hover .thirdName{
    padding: 0 0 0 23px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_outer {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
    padding-right: 12px;
}

.ModuleNavGiant.layout-116 .third-nav-item .item_outer {
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_sub.item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.ModuleNavGiant.layout-116 a:last-child .item_third{
    border-bottom-width: 0px !important;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .item_third .item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .item_sub.item_outer:before,
.ModuleNavGiant.layout-116 .third-nav-item:hover .item_third .item_outer:before{
    left: 0px;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .outAfter:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    right: -6px;
    content: '\35';
    font-family: ElegantIcons;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed1d24;
}

.ModuleNavGiant.layout-116 .sub-nav-item-box .flip:after {
    transform: rotateY(180deg);
}

.ModuleNavGiant.layout-116 .sub-nav-item-group{
position: relative;
}
.ModuleNavGiant.layout-116 .arrow{
top:13px;
width:15px;
height:15px;
position: absolute;
left: 50%;
margin-left: -7.5px;
z-index:-1;
transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.ModuleNavGiant.layout-116 .sub-nav-item:first-child {
border-top: none!important;
}
.ModuleNavGiant.layout-116 .sub-nav-item:last-child {
border-bottom: none!important;
}
.ModuleNavGiant.layout-116 .maxLine{
display: inline-block;
max-width: calc(100% - 80px);
width: 100%;
}

.ModuleNavGiant.layout-116 .sub-nav-item-div {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
}

.ModuleNavGiant.layout-116 .sub-nav-item-href {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 12px;
    cursor: pointer;
    float: none;
    margin: 0;
}

.ModuleNavGiant.layout-116 .sub-nav-item-SubName {
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
}

.ModuleNavGiant.layout-116 .spanSubName,.ModuleNavGiant.layout-116 .thirdName {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: padding .2s ease-in-out;
    padding-right: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.ModuleNavGiant.layout-116 .sub-nav-item:hover {
background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .sub-nav-item-hover {
background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .sub-nav-item-group.current {
display: block;
}
.ModuleNavGiant.layout-116 .main-nav-item-group.current .main-nav-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #1976d2;
    z-index: 11111;
    left: 0;
    bottom: 0;
}
.ModuleNavGiant.layout-116 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}

/* 三级菜单 Begin*/
.ModuleNavGiant.layout-116 .third-nav-item-group {
    width: 100%;
    z-index: 20;
    display: none;
    list-style: none outside none;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    position: absolute;
    top: 0px;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    border-top-left-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}
/* 三级菜单 Begin*/
.ModuleNavGiant.layout-116 .third-nav-item-box {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    height: auto;
}
.ModuleNavGiant.layout-116 .third-nav-item:first-child {
    /*border-top: none!important;*/
}
.ModuleNavGiant.layout-116 .third-nav-item:last-child {
    /*border-bottom: none!important;*/
}
.ModuleNavGiant.layout-116 .third-nav-item {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-family: Rajdhani,sans-serif;
    font-size: 12px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: .1em;
    /* text-transform: uppercase; */
    color: grey;
    margin: 0;
}
.ModuleNavGiant.layout-116 .third-nav-item:hover {
    background-color: #f7f7f7;
}
.ModuleNavGiant.layout-116 .third-nav-item-inner {
    display: block;
    height: calc(100%);
}
.ModuleNavGiant.layout-116 .sub-nav-item-p{
    float: left;
    margin: 0px 0px 0px 70px;
}
.ModuleNavGiant.layout-116 .sub-nav-item-span{
    float: right;
    margin: 0px 24px 0px 0px;
    font-size: 16px;
    display: none;
}
/*.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .sub-nav-item:after,.ModuleNavGiant.layout-116 .sub-nav-item-box:hover .sub-nav-item-hover::after{*/
/*    content: "\e65f";*/
/*    position: absolute;*/
/*    -webkit-animation: layout-116-nav-active2 0.5s;*/
/*    -moz-animation: layout-116-nav-active2 0.5s;*/
/*    -o-animation: layout-116-nav-active2 0.5s;*/
/*    animation: layout-116-nav-active2 0.5s;*/
/*    right: 25px;*/
/*}*/
.ModuleNavGiant.layout-116 .nohover::after{
    content: ""!important;
}
.ModuleNavGiant.layout-116 .sub-nav-item{
    line-height: calc( 100% + 24px );
}
.ModuleNavGiant.layout-116 .sub-nav-item-box .icon-xiangyoujiantou:before{
    content:"";
}
.ModuleNavGiant.layout-116 .sub-nav-item-box .icon-xiangzuojiantou:before{
    position: absolute;
    -webkit-animation: layout-116-nav-active2 0.5s;
    -moz-animation: layout-116-nav-active2 0.5s;
    -o-animation: layout-116-nav-active2 0.5s;
    animation: layout-116-nav-active2 0.5s;
    left: 25px;
}
.ModuleNavGiant.layout-116 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-116 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-116 .verticalMenu .main-nav-item {padding: 0 !important; text-align: center;}
.ModuleNavGiant.layout-116 .sub-nav-item-group.sub-menu{
    display: none !important;
}

@font-face {
    font-family:eleganticons;src:url(/fonts/ElegantIcons.eot);src:url(/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),url(/fonts/ElegantIcons.woff) format('woff'),url(/fonts/ElegantIcons.ttf) format('truetype'),url(/fonts/ElegantIcons.svg#ElegantIcons) format('svg');font-weight:400;font-style:normal
}[data-icon]:before {
     font-family: eleganticons;
     content: attr(data-icon);
     speak: none;
     font-weight: 400;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale
 }.module_415300010 .ModuleHead .HeadCenter{float:none;}
#module_415300010 {
padding:0px;
}
#module_415300010 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415300010 .ModuleHead415300010 {
display:none;
}
#module_415300010 .BodyCenter.BodyCenter415300010 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415300010 >.module_415300010 {
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_415300010 >.module_415300010{
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_415300010 .BodyCenter.BodyCenter415300010 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415300010 .BodyCenter.BodyCenter415300010 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415300010 >.module_415300010 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415300010 >.module_415300010 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415300010 >.module_415300010 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415300010:hover {
border:none;
}
#module_415300010:hover >.module_415300010 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415300010 .main-nav-item-group{height:100px;} #module_415300010 .main-nav-item{line-height:100px;} #module_415300010 .main-nav-content{height:100px}
#module_415300010 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_415300010 .main-nav-content{background-image:none;}
#module_415300010 .main-nav-content{background-repeat:no-repeat;}
#module_415300010 .main-nav-content{}
#module_415300010 .main-nav-content{}
#module_415300010 .main-nav-content{}
#module_415300010 .main-nav-content, #module_415300010 .verticalMenu .main-nav-item-group{text-align:center;}
#module_415300010 .main-nav-item{font-size:15px;}
#module_415300010 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_415300010 .main-nav-item{color:#434242;}
#module_415300010 .main-nav-item{font-weight:normal;}
#module_415300010 .main-nav-item{text-decoration:none;}
#module_415300010 .main-nav-item{font-style:normal;}
#module_415300010 .main-nav-item{width:auto;}
#module_415300010 .main-nav-item,#module_415300010 .defaultMenu .main-nav-item-name::after{padding-left:30px;padding-right:30px;} #module_415300010 .verticalMenu .main-nav-item-group{margin-bottom:30px;}
#module_415300010 .main-nav-item{background-color:transparent;}
#module_415300010 .main-nav-item{background-image:none;}
#module_415300010 .main-nav-item{background-repeat:no-repeat;}
#module_415300010 .main-nav-item{}
#module_415300010 .main-nav-item{}
#module_415300010 .main-nav-item{}
#module_415300010 .sub-nav-item-group{width:180px;}
#module_415300010 .sub-nav-item-div{font-size:14px;}
#module_415300010 .sub-nav-item-div{font-family:微软雅黑,Microsoft YaHei;}
#module_415300010 .sub-nav-item-div{color:#666;},#module_415300010 .sub-nav-item:hover::after{color:#666;}
#module_415300010 .sub-nav-item-div{font-weight:normal;}
#module_415300010 .sub-nav-item-div{text-decoration:none;}
#module_415300010 .sub-nav-item-div{font-style:normal;}
#module_415300010 .sub-nav-item-SubName{font-size:14px;}
#module_415300010 .sub-nav-item-SubName{font-family:微软雅黑,Microsoft YaHei;}
#module_415300010 .sub-nav-item-SubName{color:#999;}
#module_415300010 .sub-nav-item-SubName{font-weight:normal;}
#module_415300010 .sub-nav-item-SubName{text-decoration:none;}
#module_415300010 .sub-nav-item-SubName{font-style:normal;}
#module_415300010 .sub-nav-item-box .item_sub.item_outer:before{background-color:rgb(192, 0, 0);} #module_415300010 .sub-nav-item-box .outAfter:after{color:rgb(192, 0, 0);}
#module_415300010 .sub-nav-item-menu,#module_415300010 .arrow,#module_415300010 .sub-normal-color{background-color:#fff;}
#module_415300010 .sub-nav-item-menu{background-image:none;}
#module_415300010 .sub-nav-item-menu{background-repeat:no-repeat;}
#module_415300010 .sub-nav-item-menu{}
#module_415300010 .sub-nav-item-menu{}
#module_415300010 .sub-nav-item-menu{}
#module_415300010 .sub-nav-item-box{border-bottom-color:rgb(242, 242, 242);}
#module_415300010 .sub-nav-item-box{border-bottom-style:solid;}
#module_415300010 .sub-nav-item-box{border-bottom-width:1px;}
#module_415300010 .sub-nav-item-menu{padding-top:8px;}
#module_415300010 .sub-nav-item-menu{padding-bottom:8px;}
#module_415300010 .sub-nav-item-menu{padding-left:24px;}
#module_415300010 .sub-nav-item-menu{padding-right:24px;}
#module_415300010 .sub-nav-item-menu{box-shadow:0px 0px 24px 0px rgba(75, 76, 79, 0.1);}
#module_415300010 .third-nav-item-group{width:180px;}
#module_415300010 .third-nav-item{height:42px;line-height:42px;} #module_415300010 .third-nav-item {line-height:calc(100% + (42px - 10px));}
#module_415300010 .third-nav-item .item_outer{font-size:14px;}
#module_415300010 .third-nav-item .item_outer{font-family:微软雅黑,Microsoft YaHei;}
#module_415300010 .third-nav-item .item_outer{color:#666;}
#module_415300010 .third-nav-item .item_outer{font-weight:normal;}
#module_415300010 .third-nav-item .item_outer{text-decoration:none;}
#module_415300010 .third-nav-item .item_outer{font-style:normal;}
#module_415300010 .third-nav-item .thirdName{font-size:14px;}
#module_415300010 .third-nav-item .thirdName{font-family:微软雅黑,Microsoft YaHei;}
#module_415300010 .third-nav-item .thirdName{color:#999;}
#module_415300010 .third-nav-item .thirdName{font-weight:normal;}
#module_415300010 .third-nav-item .thirdName{text-decoration:none;}
#module_415300010 .third-nav-item .thirdName{font-style:normal;}
#module_415300010 .sub-nav-item-box .item_third .item_outer:before{background-color:rgb(192, 0, 0);}
#module_415300010 .third-nav-item-group,#module_415300010 .third-normal-color{background-color:#fff;}
#module_415300010 .third-nav-item-group{background-image:none;}
#module_415300010 .third-nav-item-group{background-repeat:no-repeat;}
#module_415300010 .third-nav-item-group{}
#module_415300010 .third-nav-item-group{}
#module_415300010 .third-nav-item-group{}
#module_415300010 .item_third{border-bottom-color:rgb(242, 242, 242);}
#module_415300010 .item_third{border-bottom-style:solid;}
#module_415300010 .item_third{border-bottom-width:1px;}
#module_415300010 .third-nav-item-group{padding-top:8px;}
#module_415300010 .third-nav-item-group{padding-bottom:8px;}
#module_415300010 .third-nav-item-group{padding-left:24px;}
#module_415300010 .third-nav-item-group{padding-right:24px;}
#module_415300010 .third-nav-item-group{box-shadow:0px 0px 24px 0px rgba(75, 76, 79, 0.1);}
#module_415300010 .main-nav-item-name::after{font-size:15px;}
#module_415300010 .main-nav-item-name::after{font-family:微软雅黑,Microsoft YaHei;}
#module_415300010 .main-nav-item-name::after{color:rgb(192, 0, 0);}
#module_415300010 .add{color:rgb(192, 0, 0);}
#module_415300010 .main-nav-item.on::afters,#module_415300010 .main-nav-item:hover::afters{background-color:rgb(192, 0, 0);}
#module_415300010 .main-nav-item-name::after{font-weight:normal;}
#module_415300010 .main-nav-item-name::after{text-decoration:none;}
#module_415300010 .main-nav-item-name::after{font-style:normal;}
#module_415300010 .main-nav-item.on,#module_415300010 .main-nav-item:hover{background-color:transparent;}
#module_415300010 .main-nav-item.on,#module_415300010 .main-nav-item:hover{background-image:none;}
#module_415300010 .main-nav-item.on,#module_415300010 .main-nav-item:hover{background-repeat:no-repeat;}
#module_415300010 .main-nav-item.on,#module_415300010 .main-nav-item:hover{}
#module_415300010 .main-nav-item.on,#module_415300010 .main-nav-item:hover{}
#module_415300010 .main-nav-item.on,#module_415300010 .main-nav-item:hover{}
#module_415300010 .main-nav-item::before{border-bottom-color:rgb(192, 0, 0);}
#module_415300010 .sub-nav-item-box:hover .sub-nav-item-div{font-size:14px;}
#module_415300010 .sub-nav-item-box:hover .sub-nav-item-div{font-family:微软雅黑,Microsoft YaHei;}
#module_415300010 .sub-nav-item-box:hover .sub-nav-item-div{color:rgb(192, 0, 0);}
#module_415300010 .sub-nav-item-box:hover .sub-nav-item-div{font-weight:normal;}
#module_415300010 .sub-nav-item-box:hover .sub-nav-item-div{text-decoration:none;}
#module_415300010 .sub-nav-item-box:hover .sub-nav-item-div{font-style:normal;}
#module_415300010 .sub-nav-item:hover,#module_415300010 .sub-hover-color{background-color:#fff;}, #module_415300010 .sub-nav-item-hover{background-color:#fff;}
#module_415300010 .sub-nav-item:hover{background-image:none;}
#module_415300010 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_415300010 .sub-nav-item:hover{}
#module_415300010 .sub-nav-item:hover{}
#module_415300010 .sub-nav-item:hover{}
#module_415300010 .third-nav-item:hover .item_outer{font-size:14px;}
#module_415300010 .third-nav-item:hover .item_outer{font-family:微软雅黑,Microsoft YaHei;}
#module_415300010 .third-nav-item:hover .item_outer{color:rgb(192, 0, 0);}
#module_415300010 .third-nav-item:hover .item_outer{font-weight:normal;}
#module_415300010 .third-nav-item:hover .item_outer{text-decoration:none;}
#module_415300010 .third-nav-item:hover .item_outer{font-style:normal;}
#module_415300010 .third-nav-item:hover .third-nav-item-inner,#module_415300010 .third-hover-color{background-color:#fff;}
#module_415300010 .third-nav-item:hover .third-nav-item-inner{}
#module_415300010 .third-nav-item:hover .third-nav-item-inner{background-repeat:no-repeat;}
#module_415300010 .third-nav-item:hover .third-nav-item-inner{}
#module_415300010 .third-nav-item:hover .third-nav-item-inner{}
#module_415300010 .third-nav-item:hover .third-nav-item-inner{}


.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_415300018 .ModuleHead .HeadCenter{float:none;}
#module_415300018 {
padding:0px;
}
#module_415300018 {
position:static;
z-index:0;
top:38px;
left:1795px;
width:100%;
height: auto;
}
#module_415300018 .ModuleHead415300018 {
display:none;
}
#module_415300018 .BodyCenter.BodyCenter415300018 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415300018 >.module_415300018 {
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_415300018 >.module_415300018{
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_415300018 .BodyCenter.BodyCenter415300018 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415300018 .BodyCenter.BodyCenter415300018 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415300018 >.module_415300018 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415300018 >.module_415300018 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415300018 >.module_415300018 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415300018:hover {
border:none;
}
#module_415300018:hover >.module_415300018 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415300018 .BodyCenter{text-align:right;}
#module_415300018 .moduleButton{font-size:12px;}
#module_415300018 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_415300018 .moduleButton{color:#fff;}
#module_415300018 .moduleButton{font-weight:normal;}
#module_415300018 .moduleButton{text-decoration:none;}
#module_415300018 .moduleButton{font-style:normal;}
#module_415300018 .moduleButton, #module_415300018 .moduleButton:before{background-color:rgb(199, 0, 11);}
#module_415300018 .moduleButton, #module_415300018 .moduleButton:before{background-image:none;}
#module_415300018 .moduleButton, #module_415300018 .moduleButton:before{background-repeat:no-repeat;}
#module_415300018 .moduleButton, #module_415300018 .moduleButton:before{background-position:none;}
#module_415300018 .moduleButton, #module_415300018 .moduleButton:before{background-attachment:none;}
#module_415300018 .moduleButton, #module_415300018 .moduleButton:before{}
#module_415300018 .moduleButton{border-color:#000;}
#module_415300018 .moduleButton{border-style:solid;}
#module_415300018 .moduleButton{border-width:0px;}
#module_415300018 .moduleButton{width:100px;}
#module_415300018 .moduleButton,#module_415300018 .BreadsvgIcon{height:100px;line-height:100px;}
#module_415300018 .BodyCenter{color:#fff;}
#module_415300018 .moduleButton{border-top-left-radius:0px;}
#module_415300018 .moduleButton{border-top-right-radius:0px;}
#module_415300018 .moduleButton{border-bottom-left-radius:0px;}
#module_415300018 .moduleButton{border-bottom-right-radius:0px;}
#module_415300018 .BreadIcon{font-size:20px;} #module_415300018 .BreadsvgIcon svg{width:20px;height:20px;}
#module_415300018 .BreadIcon{color:#fff;} #module_415300018 .BreadsvgIcon svg>*{fill:#fff;}
#module_415300018 .BreadIcon,#module_415300018 .BreadsvgIcon{margin-left:10px;}
#module_415300018 .BreadIcon,#module_415300018 .BreadsvgIcon{margin-right:10px;}
#module_415300018 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_415300018 .moduleButton:hover .BreadIcon{font-size:20px;} #module_415300018 .moduleButton:hover .BreadsvgIcon svg{width:20px;height:20px;}
#module_415300018 .moduleButton:hover .BreadIcon{color:#fff} #module_415300018 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_415300018 .moduleButton:hover{font-size:12px;}
#module_415300018 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_415300018 .moduleButton:hover{color:#fff;}
#module_415300018 .moduleButton:hover{font-weight:normal;}
#module_415300018 .moduleButton:hover{text-decoration:none;}
#module_415300018 .moduleButton:hover{font-style:normal;}
#module_415300018 .moduleButton:hover, #module_415300018 .moduleButton:hover:before{background-image: unset;background-color:rgb(199, 0, 11);}
#module_415300018 .moduleButton:hover, #module_415300018 .moduleButton:hover:before{background-image:none;}
#module_415300018 .moduleButton:hover, #module_415300018 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_415300018 .moduleButton:hover, #module_415300018 .moduleButton:hover:before{background-position:none;}
#module_415300018 .moduleButton:hover, #module_415300018 .moduleButton:hover:before{background-attachment:none;}
#module_415300018 .moduleButton:hover, #module_415300018 .moduleButton:hover:before{}
#module_415300018 .moduleButton:hover{border-color:transparent;}
#module_415300018 .moduleButton:hover{border-style:solid;}
#module_415300018 .moduleButton:hover{border-width:0px;}
#module_415300018 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.ModulePupopGiant.layout-101 {height: 100%; background-color: rgba(0, 0, 0, .6);}
.ModulePupopGiant.layout-101 .row {margin-right: 0px; margin-left: 0px;}
.ModulePupopGiant.layout-101 .ModuleSubContainer {width: 100%; position: relative;}
.ModulePupopGiant.layout-101 .ModuleSubContainer .addnewhelper {white-space: unset;}
.ModulePupopGiant.layout-101 .ModulePupopContainer {
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModulePupopGiant.layout-101 .IsAdvertisement {position: fixed;}
.ModulePupopGiant.layout-101 .IsAdvertisement .ModulePupopContainer {
    position: static;
    top: 0 !important;
    left: 0 !important;
    transform: unset !important;
}
.ModulePupopGiant.layout-101 .pupopClose {
    position: absolute;
    z-index: 99999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.ModulePupopGiant.layout-101 .pupopClose .iconfont {font-size: 30px; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.ModulePupopGiant.layout-101 .ModulePupopContainer .ModuleSubPupopBox {height: auto; }

@media only screen and (max-width: 767px) {
    .ModulePupopGiant.layout-101 .ModuleSubContainer {display: block;}
    .ModulePupopGiant.layout-101 .IsAdvertisement .ModulePupopContainer {max-width: 100vw;}
}.module_415518372 .ModuleHead .HeadCenter{float:none;}
#module_415518372 {
padding:0px;
}
#module_415518372 {
position:fixed;
z-index:100000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_415518372 .ModuleHead415518372 {
display:none;
}
#module_415518372 .BodyCenter.BodyCenter415518372 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415518372 >.module_415518372 {
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_415518372 >.module_415518372{
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_415518372 .BodyCenter.BodyCenter415518372 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415518372 .BodyCenter.BodyCenter415518372 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415518372 >.module_415518372 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415518372 >.module_415518372 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415518372 >.module_415518372 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415518372:hover {
border:none;
}
#module_415518372:hover >.module_415518372 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415518372 .ModulePupopContainer{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);} #module_415518372 .IsAdvertisement{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);}
#module_415518372 .ModulePupopContainer{background-color:rgba(255, 255, 255, 1);}
#module_415518372 .ModulePupopContainer{background-image:none;}
#module_415518372 .ModulePupopContainer{background-repeat:no-repeat;}
#module_415518372 .ModulePupopContainer{background-position:0% 0%;}
#module_415518372 .ModulePupopContainer{background-attachment:scroll;}
#module_415518372 .ModulePupopContainer{}
#module_415518372 .ModulePupopContainer{padding-top:0px;}
#module_415518372 .ModulePupopContainer{padding-bottom:0px;}
#module_415518372 .ModulePupopContainer{padding-left:0px;}
#module_415518372 .ModulePupopContainer{padding-right:0px;}
#module_415518372 .ModulePupopContainer{border-top-color:#e1e1e1;}
#module_415518372 .ModulePupopContainer{border-top-style:solid;}
#module_415518372 .ModulePupopContainer{border-top-width:0px;}
#module_415518372 .ModulePupopContainer{border-bottom-color:#e1e1e1;}
#module_415518372 .ModulePupopContainer{border-bottom-style:solid;}
#module_415518372 .ModulePupopContainer{border-bottom-width:0px;}
#module_415518372 .ModulePupopContainer{border-left-color:#e1e1e1;}
#module_415518372 .ModulePupopContainer{border-left-style:solid;}
#module_415518372 .ModulePupopContainer{border-left-width:0px;}
#module_415518372 .ModulePupopContainer{border-right-color:#e1e1e1;}
#module_415518372 .ModulePupopContainer{border-right-style:solid;}
#module_415518372 .ModulePupopContainer{border-right-width:0px;}
#module_415518372 .ModulePupopContainer{border-top-left-radius:0px;}
#module_415518372 .ModulePupopContainer{border-top-right-radius:0px;}
#module_415518372 .ModulePupopContainer{border-bottom-left-radius:0px;}
#module_415518372 .ModulePupopContainer{border-bottom-right-radius:0px;}
#module_415518372 .ModulePupopContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_415518372 .pupopClose{top:20px;right:20px;left:auto;transform:none;}
#module_415518372 .pupopClose{width:calc(26px + 3px); height:calc(26px + 3px);}
#module_415518372 .pupopClose .iconfont{font-size:24px;}
#module_415518372 .pupopClose .iconfont{color:#ccc;}
#module_415518372 .pupopClose{background-color:rgba(255, 255, 255, 0);}
#module_415518372 .pupopClose{background-image:none;}
#module_415518372 .pupopClose{background-repeat:no-repeat;}
#module_415518372 .pupopClose{background-position:0% 0%;}
#module_415518372 .pupopClose{background-attachment:scroll;}
#module_415518372 .pupopClose{}
#module_415518372 .pupopClose{border-top-color:#e1e1e1;}
#module_415518372 .pupopClose{border-top-style:solid;}
#module_415518372 .pupopClose{border-top-width:0px;}
#module_415518372 .pupopClose{border-bottom-color:#e1e1e1;}
#module_415518372 .pupopClose{border-bottom-style:solid;}
#module_415518372 .pupopClose{border-bottom-width:0px;}
#module_415518372 .pupopClose{border-left-color:#e1e1e1;}
#module_415518372 .pupopClose{border-left-style:solid;}
#module_415518372 .pupopClose{border-left-width:0px;}
#module_415518372 .pupopClose{border-right-color:#e1e1e1;}
#module_415518372 .pupopClose{border-right-style:solid;}
#module_415518372 .pupopClose{border-right-width:0px;}
#module_415518372 .pupopClose{border-top-left-radius:0px;}
#module_415518372 .pupopClose{border-top-right-radius:0px;}
#module_415518372 .pupopClose{border-bottom-left-radius:0px;}
#module_415518372 .pupopClose{border-bottom-right-radius:0px;}
#module_415518372 .ModulePupopGiant{background-color:rgba(0, 0, 0, 0.7);}
#module_415518372{position: fixed !important; top: 0 !important; left: 0 !important; z-index: 100000 !important; display: none;width: 100% !important; height: 100% !important;}.ModulePupopContainer.ModulePupopContainer415518372 {max-width:1400px;}
.IsAdvertisement .ModulePupopContainer.ModulePupopContainer415518372 {width:1400px;}
#Sub415518372_1.ModuleSubPupopBox {height: auto !important; max-height: calc(100vh - 100px);}
/*视频模块*/
.ModuleVideoGiant.layout-101 video{ display: block;}
.ModuleVideoGiant.layout-101 .videogiant-container{position: relative; text-align:center;}
.ModuleVideoGiant.layout-101 .videogiant-container .videoWrapper{height: auto;}
.ModuleVideoGiant.layout-101 .iframeBox .videoWrapper{padding-bottom: 56%;}
.ModuleVideoGiant.layout-101 .videogiant-container iframe,
.ModuleVideoGiant.layout-101 .videogiant-container embed,
.ModuleVideoGiant.layout-101 .videogiant-container object{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ModuleVideoGiant.layout-101 .videoPlayBtn{
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('vbg.png') -116px -196px no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 11;
    -webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    visibility: visible;
    cursor: pointer;
}
.ModuleVideoGiant.layout-101 .videogiant-container:hover .videoPlayBtn{
    transform: scale(1.4);
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -o-transform:scale(1.4);
}
.ModuleVideoGiant.layout-101 .videoCoverPic{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: #fff; */
    -webkit-transition: all .46s ease;
    transition: all .46s ease;
}
.ModuleVideoGiant.layout-101 .playModeBox {opacity: 0;}
/*兼容ios、safari border-radius*/
.ModuleVideoGiant.layout-101{transform:rotate(0);}.module_463079203 .ModuleHead .HeadCenter{float:none;}
#module_463079203 {
padding:0px;
}
#module_463079203 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_463079203 .ModuleHead463079203 {
display:none;
}

#module_463079203 .videoTitle{font-size:14px;}
#module_463079203 .videoTitle{font-family:;}
#module_463079203 .videoTitle{color:#333;}
#module_463079203 .videoTitle{font-weight:bold;}
#module_463079203 .videoTitle{text-decoration:none;}
#module_463079203 .videoTitle{font-style:normal;}
#module_463079203 .videoTitle{text-align:left;}
#module_463079203 .videoTitle{margin-top:8px;}
#module_463079203 .videoTitle{margin-bottom:2px;}
#module_463079203 .videoTitle{margin-left:0px;}
#module_463079203 .videoTitle{margin-right:0px;}
#module_463079203 .videoDescrib{font-size:12px;}
#module_463079203 .videoDescrib{font-family:;}
#module_463079203 .videoDescrib{color:#999;}
#module_463079203 .videoDescrib{font-weight:normal;}
#module_463079203 .videoDescrib{text-decoration:none;}
#module_463079203 .videoDescrib{font-style:normal;}
#module_463079203 .videoDescrib{text-align:left;}
#module_463079203 .videoBox:hover .videoTitle{font-size:14px;}
#module_463079203 .videoBox:hover .videoTitle{font-family:;}
#module_463079203 .videoBox:hover .videoTitle{color:#333;}
#module_463079203 .videoBox:hover .videoTitle{font-weight:bold;}
#module_463079203 .videoBox:hover .videoTitle{text-decoration:none;}
#module_463079203 .videoBox:hover .videoTitle{font-style:normal;}
#module_463079203 .videoBox:hover .videoDescrib{font-size:12px;}
#module_463079203 .videoBox:hover .videoDescrib{font-family:;}
#module_463079203 .videoBox:hover .videoDescrib{color:#999;}
#module_463079203 .videoBox:hover .videoDescrib{font-weight:normal;}
#module_463079203 .videoBox:hover .videoDescrib{text-decoration:none;}
#module_463079203 .videoBox:hover .videoDescrib{font-style:normal;}

.module_420309486 .ModuleHead .HeadCenter{float:none;}
#module_420309486 {
padding:0px;
}
#module_420309486 {
position:fixed;
z-index:100000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_420309486 .ModuleHead420309486 {
display:none;
}
#module_420309486 .BodyCenter.BodyCenter420309486 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420309486 >.module_420309486 {
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_420309486 >.module_420309486{
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_420309486 .BodyCenter.BodyCenter420309486 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420309486 .BodyCenter.BodyCenter420309486 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420309486 >.module_420309486 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420309486 >.module_420309486 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_420309486 >.module_420309486 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420309486:hover {
border:none;
}
#module_420309486:hover >.module_420309486 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420309486 .ModulePupopContainer{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);} #module_420309486 .IsAdvertisement{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);}
#module_420309486 .ModulePupopContainer{background-color:rgba(0,0,0,0);}
#module_420309486 .ModulePupopContainer{background-image:none;}
#module_420309486 .ModulePupopContainer{background-repeat:no-repeat;}
#module_420309486 .ModulePupopContainer{background-position:0% 0%;}
#module_420309486 .ModulePupopContainer{background-attachment:scroll;}
#module_420309486 .ModulePupopContainer{}
#module_420309486 .ModulePupopContainer{padding-top:100px;}
#module_420309486 .ModulePupopContainer{padding-bottom:100px;}
#module_420309486 .ModulePupopContainer{padding-left:100px;}
#module_420309486 .ModulePupopContainer{padding-right:100px;}
#module_420309486 .ModulePupopContainer{border-top-color:#e1e1e1;}
#module_420309486 .ModulePupopContainer{border-top-style:solid;}
#module_420309486 .ModulePupopContainer{border-top-width:0px;}
#module_420309486 .ModulePupopContainer{border-bottom-color:#e1e1e1;}
#module_420309486 .ModulePupopContainer{border-bottom-style:solid;}
#module_420309486 .ModulePupopContainer{border-bottom-width:0px;}
#module_420309486 .ModulePupopContainer{border-left-color:#e1e1e1;}
#module_420309486 .ModulePupopContainer{border-left-style:solid;}
#module_420309486 .ModulePupopContainer{border-left-width:0px;}
#module_420309486 .ModulePupopContainer{border-right-color:#e1e1e1;}
#module_420309486 .ModulePupopContainer{border-right-style:solid;}
#module_420309486 .ModulePupopContainer{border-right-width:0px;}
#module_420309486 .ModulePupopContainer{border-top-left-radius:0px;}
#module_420309486 .ModulePupopContainer{border-top-right-radius:0px;}
#module_420309486 .ModulePupopContainer{border-bottom-left-radius:0px;}
#module_420309486 .ModulePupopContainer{border-bottom-right-radius:0px;}
#module_420309486 .ModulePupopContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_420309486 .pupopClose{top:20px;right:20px;left:auto;transform:none;}
#module_420309486 .pupopClose{width:calc(24px + 3px); height:calc(24px + 3px);}
#module_420309486 .pupopClose .iconfont{font-size:24px;}
#module_420309486 .pupopClose .iconfont{color:rgba(255, 255, 255, 0.66);}
#module_420309486 .pupopClose{background-color:rgba(0,0,0,0);}
#module_420309486 .pupopClose{background-image:none;}
#module_420309486 .pupopClose{background-repeat:no-repeat;}
#module_420309486 .pupopClose{background-position:0% 0%;}
#module_420309486 .pupopClose{background-attachment:scroll;}
#module_420309486 .pupopClose{}
#module_420309486 .pupopClose{border-top-color:#e1e1e1;}
#module_420309486 .pupopClose{border-top-style:solid;}
#module_420309486 .pupopClose{border-top-width:0px;}
#module_420309486 .pupopClose{border-bottom-color:#e1e1e1;}
#module_420309486 .pupopClose{border-bottom-style:solid;}
#module_420309486 .pupopClose{border-bottom-width:0px;}
#module_420309486 .pupopClose{border-left-color:#e1e1e1;}
#module_420309486 .pupopClose{border-left-style:solid;}
#module_420309486 .pupopClose{border-left-width:0px;}
#module_420309486 .pupopClose{border-right-color:#e1e1e1;}
#module_420309486 .pupopClose{border-right-style:solid;}
#module_420309486 .pupopClose{border-right-width:0px;}
#module_420309486 .pupopClose{border-top-left-radius:0px;}
#module_420309486 .pupopClose{border-top-right-radius:0px;}
#module_420309486 .pupopClose{border-bottom-left-radius:0px;}
#module_420309486 .pupopClose{border-bottom-right-radius:0px;}
#module_420309486 .ModulePupopGiant{background-color:rgba(0, 0, 0, 0.64);}
#module_420309486{position: fixed !important; top: 0 !important; left: 0 !important; z-index: 100000 !important; display: none;width: 100% !important; height: 100% !important;}.ModulePupopContainer.ModulePupopContainer420309486 {max-width:none;}
.IsAdvertisement.ModulePupopContainer.ModulePupopContainer420309486 {width:100%;}
#Sub420309486_1.ModuleSubPupopBox {height: auto !important; max-height: calc(100vh - 100px);}
/*全局 layout 106*/
.ModuleSearchGiant.layout-106 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .content{display:table;width: 100%;height:auto;border: 1px solid #333;border-radius: 34px;overflow: hidden;background: #fff;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .searchTypePanel,
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .searchBtnPanel{position: relative;display:table-cell;height:36px;border:0px;vertical-align: middle;background: #fff;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .searchTypePanel{width: 1%;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .searchInputPanel{border:0;overflow: auto;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .ModuleSearchInput{height:100%;width:100%;border: 0;text-indent: 10px;font-size:14px;outline:none;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .bootstrap-select .btn{padding-left: 16px;height:100%;font-size: 12px;border: 0;border-radius: 0;background-color:transparent;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .searchBtnPanel {position: relative;width: 50px;background: #fff;border-radius: 0;text-align: center;line-height: 1;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .searchIcon{position: absolute;top:8px;left: 14px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .searchBtnPanel .searchIcon .icon-sousuo1{font-size: 22px;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .searchBtnPanel{border-top-right-radius: 34px;border-bottom-right-radius: 34px;}
.ModuleSearchGiant.layout-106 .ModuleSearchFormStyle .searchTypePanel{border-top-left-radius: 34px;border-bottom-left-radius: 34px;}.module_420309593 .ModuleHead .HeadCenter{float:none;}
#module_420309593 {
padding:0px;
}
#module_420309593 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_420309593 .ModuleHead420309593 {
display:none;
}
#module_420309593 .BodyCenter.BodyCenter420309593 {
background:none;background-color:rgba(0,0,0,0);
}
#module_420309593 >.module_420309593 {
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_420309593 >.module_420309593{
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_420309593 .BodyCenter.BodyCenter420309593 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420309593 .BodyCenter.BodyCenter420309593 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_420309593 >.module_420309593 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_420309593 >.module_420309593 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_420309593 >.module_420309593 {box-shadow: 0px 0px 0px 0px #ccc}
#module_420309593:hover {
border:none;
}
#module_420309593:hover >.module_420309593 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_420309593 .search-item .searchBtnPanel,#module_420309593 .search-item .searchInputPanel,#module_420309593 .bootstrap-select .btn,#module_420309593 .search-item .searchTypePanel, #module_420309593 .search-item .searchBtnPanel{height:60px;line-height:calc(60px - 11px)};
#module_420309593 .search-item{}
#module_420309593 .search-item{background-repeat:no-repeat;}
#module_420309593 .search-item{}
#module_420309593 .search-item{}
#module_420309593 .search-item{border-top-color:#000000;}
#module_420309593 .search-item{border-top-style:solid;}
#module_420309593 .search-item{border-top-width:0px;}
#module_420309593 .search-item{border-right-color:#000000;}
#module_420309593 .search-item{border-right-style:solid;}
#module_420309593 .search-item{border-right-width:0px;}
#module_420309593 .search-item{border-bottom-color:#000000;}
#module_420309593 .search-item{border-bottom-style:solid;}
#module_420309593 .search-item{border-bottom-width:0px;}
#module_420309593 .search-item{border-left-color:#000000;}
#module_420309593 .search-item{border-left-style:solid;}
#module_420309593 .search-item{border-left-width:0px;}
#module_420309593 .search-item .bootstrap-select .btn ,#module_420309593 .search-item .ModuleSearchInput {background-color:;}
#module_420309593 .search-item .bootstrap-select .btn ,#module_420309593 .search-item .ModuleSearchInput{}
#module_420309593 .search-item .ModuleSearchInput::placeholder,#module_420309593 .search-item .ModuleSearchInput{font-size:12px;}
#module_420309593 .search-item .bootstrap-select .btn ,#module_420309593  .search-item .ModuleSearchInput::placeholder,#module_420309593 .search-item .ModuleSearchInput{font-family:微软雅黑,Microsoft YaHei;}
#module_420309593 .search-item .bootstrap-select .btn , #module_420309593 .search-item .searchIcon,#module_420309593  .search-item .ModuleSearchInput::placeholder,#module_420309593 .search-item .ModuleSearchInput{color:rgb(127, 127, 127);}
#module_420309593 .search-item .bootstrap-select .btn ,#module_420309593  .search-item .ModuleSearchInput::placeholder,#module_420309593 .search-item .ModuleSearchInput{font-weight:normal;}
#module_420309593 .search-item .bootstrap-select .btn ,#module_420309593  .search-item .ModuleSearchInput::placeholder,#module_420309593 .search-item .ModuleSearchInput{text-decoration:none;}
#module_420309593 .search-item .searchBtnPanel .searchIcon .icon-sousuo1{font-size:22px;}
#module_420309593 .search-item .searchBtnPanel .searchIcon .icon-sousuo1{font-family:微软雅黑,Microsoft YaHei;}
#module_420309593 .search-item .searchBtnPanel .searchIcon .icon-sousuo1{color:#999;}
#module_420309593 .search-item .searchBtnPanel .searchIcon .icon-sousuo1{font-weight:normal;}
#module_420309593 .search-item .searchBtnPanel .searchIcon .icon-sousuo1{text-decoration:none;}
#module_420309593 .search-item .searchBtnPanel .searchIcon .icon-sousuo1{font-style:normal;}
#module_420309593 .search-item .searchBtnPanel{background-color:#fff;}
#module_420309593 .search-item .searchBtnPanel{background-image:none;}
#module_420309593 .search-item .searchBtnPanel{background-repeat:no-repeat;}
#module_420309593 .search-item .searchBtnPanel{}
#module_420309593 .search-item .searchBtnPanel{}
#module_420309593 .search-item .searchBtnPanel{}
#module_420309593 .search-hot ul li{border-top-color:#e3e3e3;}
#module_420309593 .search-hot ul li{border-top-style:solid;}
#module_420309593 .search-hot ul li{border-top-width:0px;}
#module_420309593 .search-hot ul li{border-right-color:#e3e3e3;}
#module_420309593 .search-hot ul li{border-right-style:solid;}
#module_420309593 .search-hot ul li{border-right-width:1px;}
#module_420309593 .search-hot ul li{border-bottom-color:#e3e3e3;}
#module_420309593 .search-hot ul li{border-bottom-style:solid;}
#module_420309593 .search-hot ul li{border-bottom-width:0px;}
#module_420309593 .search-hot ul li{border-left-color:#e3e3e3;}
#module_420309593 .search-hot ul li{border-left-style:solid;}
#module_420309593 .search-hot ul li{border-left-width:0px;}
#module_420309593 .search-hot ul li a{font-size:12px;}
#module_420309593 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_420309593 .search-hot ul li a{color:#666;}
#module_420309593 .search-hot ul li a{font-weight:normal;}
#module_420309593 .search-hot ul li a{text-decoration:none;}
#module_420309593 .search-hot ul li a{font-style:normal;}
#module_420309593 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-size:22px;}
#module_420309593 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-family:微软雅黑,Microsoft YaHei;}
#module_420309593 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{color:rgb(192, 0, 0);}
#module_420309593 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-weight:normal;}
#module_420309593 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{text-decoration:none;}
#module_420309593 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-style:normal;}
#module_420309593 .search-hot ul li:hover a{font-size:12px;}
#module_420309593 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_420309593 .search-hot ul li:hover a{color:#333;}
#module_420309593 .search-hot ul li:hover a{font-weight:normal;}
#module_420309593 .search-hot ul li:hover a{text-decoration:none;}
#module_420309593 .search-hot ul li:hover a{font-style:normal;}
/*以上头部样式*/



/*轮播图样式*/
.ModuleSlideV2Giant.layout-101 .slider-layout-101 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slider-layout-101 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-101 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-101 .slide-box .swiperImg {width:100% !important;}
.ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li {width: auto; height: auto; margin: 0 12px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 18px; height: 18px; padding: 6px; border-radius: 18px; border: unset; border: 1px solid rgba(255, 255, 255, 0);}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 6px; height: 6px; opacity: 1; font-size: 0; background-color: #fff; border-radius: 6px; top: 6px; left: 6px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:hover {border: 1px solid #fff;}
.ModuleSlideV2Giant.layout-101 .slick-dots li.slick-active button {border-color: rgba(255, 255, 255, 1);}
.ModuleSlideV2Giant.layout-101 .slide-box video{
    width: 100%;
    height: 100%;
    min-height: 32px;
}
@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 6%}
    .ModuleSlideV2Giant.layout-101 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-101 .slick-next {right:2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8%}
    /* .ModuleSlideV2Giant.layout-101 .slick-active{ margin: 0 10px;} */
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 16px;height:16px; border-radius: 16px;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8% !important}
    .ModuleSlideV2Giant.layout-101 .slick-active{  margin: 0 8px !important;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 12px !important; height: 12px !important;border-radius: 12px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before{width: 4px !important;height: 4px !important;  border-radius: 4px;}


}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li {margin: 0 7.5px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 15px; height: 15px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 5px; height: 5px; top: 5px; left: 5px;}
}.module_415300027 .ModuleHead .HeadCenter{float:none;}
#module_415300027 {
padding:0px;
}
#module_415300027 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415300027 .ModuleHead415300027 {
display:none;
}
#module_415300027 .BodyCenter.BodyCenter415300027 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415300027 >.module_415300027 {
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_415300027 >.module_415300027{
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_415300027 .BodyCenter.BodyCenter415300027 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415300027 .BodyCenter.BodyCenter415300027 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415300027 >.module_415300027 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415300027 >.module_415300027 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415300027 >.module_415300027 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415300027:hover {
border:none;
}
#module_415300027:hover >.module_415300027 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415300027 .slick-dots li button:before{background-color:rgba(255, 255, 255, 0.49);}
#module_415300027 .slick-dots li button{border-color:rgba(255, 255, 255, 0);}
#module_415300027 .slick-dots li.slick-active button:before, #module_415300027 .slick-dots li:hover button:before{background-color:rgba(255, 255, 255, 1);}
#module_415300027 .slick-dots li.slick-active button, #module_415300027 .slick-dots li button:hover{border-color:rgba(255, 255, 255, 1);}
#module_415300027 .SubContainer {max-width:1600px !important;}
.module_416198796 .ModuleHead .HeadCenter{float:none;}
#module_416198796 {
padding:0px;
}
#module_416198796 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_416198796 .ModuleHead416198796 {
display:none;
}
#module_416198796 .BodyCenter.BodyCenter416198796 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416198796 >.module_416198796 {
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_416198796 >.module_416198796{
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_416198796 .BodyCenter.BodyCenter416198796 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_416198796 .BodyCenter.BodyCenter416198796 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_416198796 >.module_416198796 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_416198796 >.module_416198796 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416198796 >.module_416198796 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416198796:hover {
border:none;
}
#module_416198796:hover >.module_416198796 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416198796 .slick-dots li button:before{background-color:rgba(255, 255, 255, 0.49);}
#module_416198796 .slick-dots li button{border-color:rgba(255, 255, 255, 0);}
#module_416198796 .slick-dots li.slick-active button:before, #module_416198796 .slick-dots li:hover button:before{background-color:rgba(255, 255, 255, 1);}
#module_416198796 .slick-dots li.slick-active button, #module_416198796 .slick-dots li button:hover{border-color:rgba(255, 255, 255, 1);}
#module_416198796 .SubContainer {}
.module_415300042 .ModuleHead .HeadCenter{float:none;}
#module_415300042 {
padding:0px;
}
#module_415300042 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415300042 .ModuleHead415300042 {
display:none;
}
#module_415300042 .BodyCenter.BodyCenter415300042 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415300042 >.module_415300042 {
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_415300042 >.module_415300042{
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_415300042 .BodyCenter.BodyCenter415300042 {
padding-top:3.1381%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:2.0921%;
}
}
@media screen and (max-width: 767px){
#module_415300042 .BodyCenter.BodyCenter415300042 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415300042 >.module_415300042 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415300042 >.module_415300042 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415300042 >.module_415300042 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415300042:hover {
border:none;
}
#module_415300042:hover >.module_415300042 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415300042 .ModuleSubContainer{background-color:transparent;}
#module_415300042 .ModuleSubContainer{background-image:none;}
#module_415300042 .ModuleSubContainer{background-repeat:no-repeat;}
#module_415300042 .ModuleSubContainer{background-position:0% 0%;}
#module_415300042 .ModuleSubContainer{background-attachment:scroll;}
#module_415300042 .ModuleSubContainer{}
#module_415300042 {!bgVideo!}{bgVideoUrl:}
#module_415300042 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_415300042 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_415300042 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer415300042 {max-width:1500px;width:auto;}
/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {font-size: 14px;}
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden; position: relative;}.module_415300046 .ModuleHead .HeadCenter{float:none;}
#module_415300046 {
padding:0px;
}
#module_415300046 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415300046 .ModuleHead415300046 {
display:none;
}
#module_415300046 .BodyCenter.BodyCenter415300046 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415300046 >.module_415300046 {
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_415300046 >.module_415300046{
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_415300046 .BodyCenter.BodyCenter415300046 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_415300046 .BodyCenter.BodyCenter415300046 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_415300046 >.module_415300046 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415300046 >.module_415300046 {
margin-top:8.6455%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_415300046 >.module_415300046 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415300046:hover {
border:none;
}
#module_415300046:hover >.module_415300046 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415300046 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415300046 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415300046 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415300046 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415300046 .imageTextGiant-Container{padding-top:10px;}
#module_415300046 .imageTextGiant-Container{padding-bottom:10px;}
#module_415300046 .imageTextGiant-Container{padding-left:10px;}
#module_415300046 .imageTextGiant-Container{padding-right:10px;}
#module_415300046 .showHandle .btn{font-size:14px;}
#module_415300046 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_415300046 .showHandle .btn{color:#333;}
#module_415300046 .showHandle .btn{font-weight:400;}
#module_415300046 .showHandle .btn{text-decoration:none;}
#module_415300046 .showHandle .btn{font-style:normal;}
#module_415300046 .showHandle div{border-top-color:#ddd !important;}
#module_415300046 .showHandle div{border-top-style:solid !important;}
#module_415300046 .showHandle div{border-top-width:1px !important;}
#module_415300046 .showHandle{background-color:transparent;}
#module_415300046 .showHandle{background-image:none;}
#module_415300046 .showHandle{background-repeat:no-repeat;}
#module_415300046 .showHandle{}
#module_415300046 .showHandle{}
#module_415300046 .showHandle{}
#module_415300046 a{font-size:unset;font-family:unset}

/*layout-104内容*/
.ModuleProductListGiant.layout-102 .cor-z{background: #0072d4;}
.flexs{ display: flex;  flex-wrap: wrap;  align-content: flex-start;}
.ModuleProductListGiant.layout-104 .pro-container .pro-item {margin: 0 2% 2% 0;  background-color: #f8f8f8;  box-sizing: border-box;  -webkit-transition:all 0.3s ease-out 0s;  -moz-transition: all 0.3s ease-out 0s;  -ms-transition: all 0.3s ease-out 0s;  -o-transition: all 0.3s ease-out 0s;  transition: all 0.3s ease-out 0s;  }
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-img {overflow: hidden;display: block;height: auto; border-bottom: 1px solid #eee; list-style-type: none;  display: block;  max-width: 100%;  width: 100%; position: relative }
.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-img .dummy{  padding-top: 100%;  }
.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-img img{ transition: all 0.3s linear 0s; position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%;  max-height: 100%;  display: block;  margin:auto;  padding: auto;  }
.ModuleProductListGiant.layout-104 .pro-container a:hover .pro-img img{ transform: scale(1.1); }
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-name,
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-desc { text-align: center; display: block;   font-size: 14px; margin-bottom: 6px;   }
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-name {font-size: 18px;  font-weight: bold;   overflow: hidden;  text-overflow: ellipsis; /*white-space: nowrap; */  }
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-desc {  line-height: 24px; font-size: 14px; height: 22px; overflow: hidden;  }
.ModuleProductListGiant.layout-104  .pro-container .pro-text{ width:100%;     padding:7% 5%;}
.ModuleProductListGiant.layout-104 a:active,.ModuleProductListGiant.layout-107 a:visited,.ModuleProductListGiant.layout-107 a:focus{text-decoration: none;}
.ModuleProductListGiant.layout-104 .pro-desc{word-break: break-word !important;}
.ModuleProductListGiant.layout-104 .pro-name{word-break: break-word !important;}
.ModuleProductListGiant.layout-104 .smailtool{align-items: flex-start;position: absolute; top:15px; right: 15px; display: flex; }
.ModuleProductListGiant.layout-104 .VRDiv{ display: flex; justify-content: flex-start;align-items: center; margin-right: 5px; color:#fff;font-size: 14px; background-color: rgba(0,0,0,0.4); border-radius: 8px;padding:8px 12px;}
.ModuleProductListGiant.layout-104 .VRDiv > svg{ width: 16px; height: 16px;fill: #fff;}
.ModuleProductListGiant.layout-104 .VRTipstxt{ margin-left: 8px;    text-overflow: ellipsis; overflow: hidden;white-space: nowrap;}
@media screen and (min-width: 768px){
 .ModuleProductListGiant.layout-104 .pred-filter{display: block}
 .ModuleProductListGiant.layout-104 .silder-filter,.btn-filter{display: none}
 .ModuleProductListGiant.layout-104  .pro-container .pro-item:hover {  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);  }
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-2 {width: 49%;  padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(2n).col-lg-2{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-3 {width:32%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(3n).col-lg-3{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-4 {width: 23.5%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(4n).col-lg-4{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-5 {width:18.4%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(5n).col-lg-5{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-6 {width:15%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(6n).col-lg-6{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(n).col-lg-1{ margin-right: 0 !important;}
}

.ModuleProductListGiant.layout-104 .bean-finish{background: #000;color:#fff;}
.ModuleProductListGiant.layout-104 .items-active{background: transparent;color: #000;}
.ModuleProductListGiant.layout-104 .selected-light:hover{color:#000;}
.ModuleProductListGiant.layout-104 .choosed-tab{color:#000}

@media only screen and (max-width: 767px) {
.ModuleProductListGiant.layout-104 .smailtool{ right: 5px}
.ModuleProductListGiant.layout-104 .VRDiv{max-width: 100px;overflow: hidden;}
.ModuleProductListGiant.layout-104 .pred-filter{display: none}
.ModuleProductListGiant.layout-104 .silder-filter,.btn-filter{display: block}
.ModuleProductListGiant.layout-104 .pro-container .pro-text{ width:100%;     padding:5% 5%;}
.ModuleProductListGiant.layout-104 .pro-container .pro-item { margin: 0 3.1% 3.1% 0 !important; width: 49%;  border: 5px solid #fff;  box-sizing: border-box;  border-top: 0px solid #fff;}
.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-name {  font-size: 14px;  padding-bottom: 0 }
.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-desc {  font-size: 10px;   }

 .ModuleProductListGiant.layout-104 .pro-item.col-xs-2 {width: 48.4% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(2n).col-xs-2{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-3 {width:31.1% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(3n).col-xs-3{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-4 {width: 23.5% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(4n).col-xs-4{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-5 {width:18.4% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(5n).col-xs-5{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-6 {width:15% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(6n).col-xs-6{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-1 {width: 100% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(n).col-xs-1{ margin-right: 0 !important;}
}
.ModuleProductListGiant.layout-104 .videosDiv{border-radius: 8px;padding:8px 12px;background:rgba(0,0,0,0.4);}
.ModuleProductListGiant.layout-104 .videosTis{color: #fff;font-size: 12px;}
.ModuleProductListGiant.layout-104 .videosTis > svg{ width: 12px; height: 12px;fill: #fff;}
.ModuleProductListGiant.layout-104 .pagerGiant .inputer{outline: 0;}













































.module_463080148 .ModuleHead .HeadCenter{float:none;}
#module_463080148 {
padding:0px;
}
#module_463080148 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_463080148 .ModuleHead463080148 {
display:none;
}
#module_463080148 .BodyCenter.BodyCenter463080148 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463080148 >.module_463080148 {
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_463080148 >.module_463080148{
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_463080148 .BodyCenter.BodyCenter463080148 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_463080148 .BodyCenter.BodyCenter463080148 {
padding-top:0.0000%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_463080148 >.module_463080148 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_463080148 >.module_463080148 {
margin-top:5.1873%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_463080148 >.module_463080148 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463080148:hover {
border:none;
}
#module_463080148:hover >.module_463080148 {
border-color:#ccc;
}
#module_463080148:hover >.module_463080148 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463080148 .VRDiv{background-color:rgba(0,0,0,0.4);}
#module_463080148 .VRDiv{background-image:none;}
#module_463080148 .VRDiv{background-repeat:no-repeat;}
#module_463080148 .VRDiv{}
#module_463080148 .VRDiv{}
#module_463080148 .VRDiv{}
#module_463080148 .VRDiv{border-top-left-radius:8px;}
#module_463080148 .VRDiv{border-top-right-radius:8px;}
#module_463080148 .VRDiv{border-bottom-left-radius:8px;}
#module_463080148 .VRDiv{border-bottom-right-radius:8px;}
#module_463080148 .vrIcon  {font-size:16px;}  #module_463080148 .vrIcon  > svg {width:16px; height:16px}
#module_463080148 .vrIcon  {color:#fff;} #module_463080148 .vrIcon  > svg {fill:#fff;}
#module_463080148 .VRDiv{padding-top:8px;}
#module_463080148 .VRDiv{padding-bottom:8px;}
#module_463080148 .VRDiv{padding-left:12px;}
#module_463080148 .VRDiv{padding-right:12px;}
#module_463080148 .VRTipstxt{font-size:14px;}
#module_463080148 .VRTipstxt{font-family:微软雅黑,Microsoft YaHei;}
#module_463080148 .VRTipstxt{color:#fff;}
#module_463080148 .VRTipstxt{font-weight:normal;}
#module_463080148 .VRTipstxt{text-decoration:none;}
#module_463080148 .VRTipstxt{font-style:normal;}
#module_463080148 .videosDiv{background-color:rgba(0,0,0,0.4);}
#module_463080148 .videosDiv{background-image:none;}
#module_463080148 .videosDiv{background-repeat:no-repeat;}
#module_463080148 .videosDiv{}
#module_463080148 .videosDiv{}
#module_463080148 .videosDiv{}
#module_463080148 .videosDiv{border-top-left-radius:8px;}
#module_463080148 .videosDiv{border-top-right-radius:8px;}
#module_463080148 .videosDiv{border-bottom-left-radius:8px;}
#module_463080148 .videosDiv{border-bottom-right-radius:8px;}
#module_463080148 .videosTis {font-size:16px;}  #module_463080148 .videosTis > svg {width:16px; height:16px}
#module_463080148 .videosTis {color:#fff;} #module_463080148 .videosTis > svg {fill:#fff;}
#module_463080148 .videosDiv{padding-top:8px;}
#module_463080148 .videosDiv{padding-bottom:8px;}
#module_463080148 .videosDiv{padding-left:12px;}
#module_463080148 .videosDiv{padding-right:12px;}
#module_463080148 .pro-item{margin-bottom:20px; margin-right:20px;} #module_463080148 .pro-container a.col-lg-2{width:calc((100% - 20px) / 2);} #module_463080148 .pro-container a.col-lg-3{width:calc((100% - 20px * 2) / 3);} #module_463080148 .pro-container a.col-lg-4{width:calc((100% - 20px * 3) / 4);} #module_463080148 .pro-container a.col-lg-5{width:calc((100% - 20px * 4) / 5);} #module_463080148 .pro-container a.col-lg-6{width:calc((100% - 20px * 5) / 6);}
#module_463080148 .pro-item{padding-top:0px;}
#module_463080148 .pro-item{padding-bottom:0px;}
#module_463080148 .pro-item{padding-left:0px;}
#module_463080148 .pro-item{padding-right:0px;}
#module_463080148 .pro-item{background-color:#f8f8f8;}
#module_463080148 .pro-item{background-image:none;}
#module_463080148 .pro-item{background-repeat:no-repeat;}
#module_463080148 .pro-item{}
#module_463080148 .pro-item{}
#module_463080148 .pro-item{}
#module_463080148 .pro-item{border-top-color:transparent;}
#module_463080148 .pro-item{border-top-style:none;}
#module_463080148 .pro-item{border-top-width:0px;}
#module_463080148 .pro-item{border-right-color:transparent;}
#module_463080148 .pro-item{border-right-style:none;}
#module_463080148 .pro-item{border-right-width:0px;}
#module_463080148 .pro-item{border-bottom-color:transparent;}
#module_463080148 .pro-item{border-bottom-style:none;}
#module_463080148 .pro-item{border-bottom-width:0px;}
#module_463080148 .pro-item{border-left-color:transparent;}
#module_463080148 .pro-item{border-left-style:none;}
#module_463080148 .pro-item{border-left-width:0px;}
#module_463080148 .pro-img .dummy{background-color:transparent;}
#module_463080148 .pro-img .dummy{background-image:none;}
#module_463080148 .pro-img .dummy{background-repeat:no-repeat;}
#module_463080148 .pro-img .dummy{}
#module_463080148 .pro-img .dummy{}
#module_463080148 .pro-img .dummy{}
#module_463080148 .pro-img .dummy{padding-top:100%;}
#module_463080148 .pro-img img{ object-fit:cover;}
#module_463080148 .pro-img img{ width:100%;}
#module_463080148 .pro-img img{ height:100%;}
#module_463080148 .pro-img img{border-radius:0px;}
#module_463080148 .pro-img,#module_463080148 .pro-item{border-top-left-radius:0px;}
#module_463080148 .pro-img,#module_463080148 .pro-item{border-top-right-radius:0px;}
#module_463080148 .pro-img{border-bottom-left-radius:0px;}
#module_463080148 .pro-img{border-bottom-right-radius:0px;}
#module_463080148 .pro-img{border-top-color:transparent;}
#module_463080148 .pro-img{border-top-style:none;}
#module_463080148 .pro-img{border-top-width:0px;}
#module_463080148 .pro-img{border-right-color:transparent;}
#module_463080148 .pro-img{border-right-style:none;}
#module_463080148 .pro-img{border-right-width:0px;}
#module_463080148 .pro-img{border-bottom-color:transparent;}
#module_463080148 .pro-img{border-bottom-style:none;}
#module_463080148 .pro-img{border-bottom-width:0px;}
#module_463080148 .pro-img{border-left-color:transparent;}
#module_463080148 .pro-img{border-left-style:none;}
#module_463080148 .pro-img{border-left-width:0px;}
#module_463080148 .pro-name{font-size:14px;}
#module_463080148 .pro-name{font-family:arial, helvetica,sans-serif;}
#module_463080148 .pro-name{color:#575757;}
#module_463080148 .pro-name{font-weight:normal;}
#module_463080148 .pro-name{text-decoration:none;}
#module_463080148 .pro-name{font-style:normal;}
#module_463080148 .pro-name{text-align: center;}
#module_463080148 .pro-name{margin-top:0px;}
#module_463080148 .pro-name{margin-bottom:6px;}
#module_463080148 .pro-desc{font-size:14px;line-height:calc(14px + 6px);}
#module_463080148 .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_463080148 .pro-desc{color:#666;}
#module_463080148 .pro-desc{font-weight:normal;}
#module_463080148 .pro-desc{text-decoration:none;}
#module_463080148 .pro-desc{font-style:normal;}
#module_463080148 .pro-desc{text-align: center;}
#module_463080148 .pro-desc{margin-top:0px;}
#module_463080148 .pro-desc{margin-bottom:6px;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li,#module_463080148 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_463080148 .choosed-tab, #module_463080148 .setting-screening-criteria{font-size:12px;}
#module_463080148 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_463080148 .choosed-tab, #module_463080148 .setting-screening-criteria{color:#000;}
#module_463080148 .choosed-tab{}
#module_463080148 .choosed-tab{}
#module_463080148 .choosed-tab{}
#module_463080148 .selected-light,#module_463080148 .setting-all, #module_463080148 .setting-left-bar, #module_463080148 .setting-pred-warp .setting-collapse, #module_463080148 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_463080148 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_463080148 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_463080148 .selected-light,#module_463080148 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_463080148 .selected-light,#module_463080148 .setting-left-bar,#module_463080148 .setting-reset,#module_463080148 .setting-pred-warp .setting-collapse,#module_463080148 .giantroom .btn-more{color:#000;}
#module_463080148 .selected-light{}
#module_463080148 .selected-light,#module_463080148 .setting-all{}
#module_463080148 .selected-light,#module_463080148 .setting-all{}
#module_463080148 .setting-right-temp ul li, #module_463080148 .choosed-tab{border-top-left-radius:2px;}
#module_463080148 .setting-right-temp ul li, #module_463080148 .choosed-tab{border-top-right-radius:2px;}
#module_463080148 .setting-right-temp ul li, #module_463080148 .choosed-tab{border-bottom-left-radius:2px;}
#module_463080148 .setting-right-temp ul li, #module_463080148 .choosed-tab{border-bottom-right-radius:2px;}
#module_463080148 .pred-filter, #module_463080148 .choosed-tab{border-top-color:#d6d6d6;}
#module_463080148 .pred-filter, #module_463080148 .choosed-tab{border-top-style:solid;}
#module_463080148 .pred-filter, #module_463080148 .choosed-tab, #module_463080148 .giantroom .btn-more{border-top-width:1px;} #module_463080148 .giantroom {margin-top: calc(-16px - 1px);}
#module_463080148 .pred-filter, #module_463080148 .choosed-tab, #module_463080148 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_463080148 .pred-filter, #module_463080148 .choosed-tab, #module_463080148 .giantroom .btn-more{border-bottom-style:solid;}
#module_463080148 .pred-filter, #module_463080148 .choosed-tab, #module_463080148 .giantroom .btn-more{border-bottom-width:1px;}
#module_463080148 .pred-filter, #module_463080148 .choosed-tab, #module_463080148 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_463080148 .pred-filter, #module_463080148 .choosed-tab, #module_463080148 .giantroom .btn-more{border-left-style:solid;}
#module_463080148 .pred-filter, #module_463080148 .choosed-tab, #module_463080148 .giantroom .btn-more{border-left-width:1px;}
#module_463080148 .pred-filter, #module_463080148 .choosed-tab, #module_463080148 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_463080148 .pred-filter, #module_463080148 .choosed-tab, #module_463080148 .giantroom .btn-more{border-right-style:solid;}
#module_463080148 .pred-filter, #module_463080148 .choosed-tab, #module_463080148 .giantroom .btn-more{border-right-width:1px;}
#module_463080148 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_463080148 .setting-left-bar{background-color:#fafafa;}
#module_463080148 .setting-left-bar{width:100px} #module_463080148 .setting-right-temp ul.FilterPc{width: calc( 100% - 100px );}
#module_463080148 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_463080148 .choosed-tab .icsmall{color:#999;}
#module_463080148 .setting-right-temp ul li{margin-right:10px;}
#module_463080148 .pagerGiant .text{font-size:12px;}
#module_463080148 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_463080148 .pagerGiant .text{color:#333;}
#module_463080148 .pagerGiant .text{}
#module_463080148 .pagerGiant .text{}
#module_463080148 .pagerGiant .text{}
#module_463080148 .pagerGiant .current,#module_463080148 .pagerGiant .num,#module_463080148 .pagerGiant .inputer{width:30px}
#module_463080148 .pagerGiant .current,#module_463080148 .pagerGiant .num,#module_463080148 .pagerGiant .inputer{height:30px}
#module_463080148 .pagerGiant .num{font-size:12px;}
#module_463080148 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_463080148 .pagerGiant .num{color:#333;}
#module_463080148 .pagerGiant .num{}
#module_463080148 .pagerGiant .num{}
#module_463080148 .pagerGiant .num{}
#module_463080148 .pagerGiant .submit{width:55px}
#module_463080148 .pagerGiant .submit{height:30px}
#module_463080148 .pagerGiant .current,#module_463080148 .pagerGiant .num,#module_463080148 .pagerGiant .inputer,#module_463080148 .pagerGiant .submit{border-top-left-radius:0px;}
#module_463080148 .pagerGiant .current,#module_463080148 .pagerGiant .num,#module_463080148 .pagerGiant .inputer,#module_463080148 .pagerGiant .submit{border-top-right-radius:0px;}
#module_463080148 .pagerGiant .current,#module_463080148 .pagerGiant .num,#module_463080148 .pagerGiant .inputer,#module_463080148 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_463080148 .pagerGiant .current,#module_463080148 .pagerGiant .num,#module_463080148 .pagerGiant .inputer,#module_463080148 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_463080148 .pagerGiant .next,#module_463080148 .pagerGiant .splitline{color:#ccc;}
#module_463080148 .pagerGiant .num{background-color:#fff;}
#module_463080148 .pagerGiant .num, #module_463080148 .pagerGiant .inputer{border-top-color:#ccc;}
#module_463080148 .pagerGiant .num, #module_463080148 .pagerGiant .inputer{border-top-style:solid;}
#module_463080148 .pagerGiant .num, #module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit, #module_463080148 .pagerGiant .inputer{border-top-width:1px;}
#module_463080148 .pagerGiant .num, #module_463080148 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_463080148 .pagerGiant .num, #module_463080148 .pagerGiant .inputer{border-bottom-style:solid;}
#module_463080148 .pagerGiant .num, #module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit, #module_463080148 .pagerGiant .inputer{border-bottom-width:1px;}
#module_463080148 .pagerGiant .num, #module_463080148 .pagerGiant .inputer{border-left-color:#ccc;}
#module_463080148 .pagerGiant .num, #module_463080148 .pagerGiant .inputer{border-left-style:solid;}
#module_463080148 .pagerGiant .num, #module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit, #module_463080148 .pagerGiant .inputer{border-left-width:1px;}
#module_463080148 .pagerGiant .num, #module_463080148 .pagerGiant .inputer{border-right-color:#ccc;}
#module_463080148 .pagerGiant .num, #module_463080148 .pagerGiant .inputer{border-right-style:solid;}
#module_463080148 .pagerGiant .num, #module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit, #module_463080148 .pagerGiant .inputer{border-right-width:1px;}
#module_463080148 .page-more a{font-size:16px;}
#module_463080148 .page-more a{font-family:微软雅黑,Microsoft YaHei;}
#module_463080148 .page-more a{color:#666 !important;}
#module_463080148 .page-more a{font-weight:normal;}
#module_463080148 .page-more a{text-decoration:none;}
#module_463080148 .page-more a{font-style:normal;}
#module_463080148 .page-more a{background-color:#fff;}
#module_463080148 .page-more a{border-top-color:#eee;}
#module_463080148 .page-more a{border-top-style:solid;}
#module_463080148 .page-more a{border-top-width:2px;}
#module_463080148 .page-more a{border-bottom-color:#eee;}
#module_463080148 .page-more a{border-bottom-style:solid;}
#module_463080148 .page-more a{border-bottom-width:2px;}
#module_463080148 .page-more a{border-left-color:#eee;}
#module_463080148 .page-more a{border-left-style:solid;}
#module_463080148 .page-more a{border-left-width:2px;}
#module_463080148 .page-more a{border-right-color:#eee;}
#module_463080148 .page-more a{border-right-style:solid;}
#module_463080148 .page-more a{border-right-width:2px;}
#module_463080148 .VRDiv:hover{background-color:rgba(0,0,0,0.4);}
#module_463080148 .VRDiv:hover{background-image:none;}
#module_463080148 .VRDiv:hover{background-repeat:no-repeat;}
#module_463080148 .VRDiv:hover{}
#module_463080148 .VRDiv:hover{}
#module_463080148 .VRDiv:hover{}
#module_463080148 .VRDiv:hover .vrIcon  {font-size:16px;}  #module_463080148 .VRDiv:hover .vrIcon  > svg {width:16px; height:16px}
#module_463080148 .VRDiv:hover .vrIcon  {color:#fff;} #module_463080148 .VRDiv:hover .vrIcon  > svg {fill:#fff;}
#module_463080148 .videosDiv:hover{background-color:rgba(0,0,0,0.4);}
#module_463080148 .videosDiv:hover{background-image:none;}
#module_463080148 .videosDiv:hover{background-repeat:no-repeat;}
#module_463080148 .videosDiv:hover{}
#module_463080148 .videosDiv:hover{}
#module_463080148 .videosDiv:hover{}
#module_463080148 .videosDiv:hover .videosTis {font-size:16px;} #module_463080148 .videosDiv:hover .videosTis > svg {width:16px; height:16px}
#module_463080148 .videosDiv:hover .videosTis {color:#fff;} #module_463080148 .videosDiv:hover .videosTis > svg {fill:#fff;}
#module_463080148 .pro-img:hover{background-color:transparent;}
#module_463080148 .pro-img:hover{}
#module_463080148 .pro-img:hover{background-repeat:no-repeat;}
#module_463080148 .pro-img:hover{}
#module_463080148 .pro-img:hover{}
#module_463080148 .pro-img:hover{}
#module_463080148 .pro-img:hover,#module_463080148 .pro-item:hover{border-top-left-radius:0px;}
#module_463080148 .pro-img:hover,#module_463080148 .pro-item:hover{border-top-right-radius:0px;}
#module_463080148 .pro-img:hover{border-bottom-left-radius:0px;}
#module_463080148 .pro-img:hover{border-bottom-right-radius:0px;}
#module_463080148 .pro-img:hover{border-top-color:transparent;}
#module_463080148 .pro-img:hover{border-top-style:none;}
#module_463080148 .pro-img:hover{border-top-width:0px;}
#module_463080148 .pro-img:hover{border-right-color:transparent;}
#module_463080148 .pro-img:hover{border-right-style:none;}
#module_463080148 .pro-img:hover{border-right-width:0px;}
#module_463080148 .pro-img:hover{border-bottom-color:transparent;}
#module_463080148 .pro-img:hover{border-bottom-style:none;}
#module_463080148 .pro-img:hover{border-bottom-width:0px;}
#module_463080148 .pro-img:hover{border-left-color:transparent;}
#module_463080148 .pro-img:hover{border-left-style:none;}
#module_463080148 .pro-img:hover{border-left-width:0px;}
#module_463080148 .pro-item:hover .pro-name{font-size:14px;}
#module_463080148 .pro-item:hover .pro-name{font-family:arial, helvetica,sans-serif;}
#module_463080148 .pro-item:hover .pro-name{color:#000000;}
#module_463080148 .pro-item:hover .pro-name{font-weight:normal;}
#module_463080148 .pro-item:hover .pro-name{text-decoration:none;}
#module_463080148 .pro-item:hover .pro-name{font-style:normal;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#000;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_463080148 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_463080148 .selected-light:hover,#module_463080148 .selected-light.active,#module_463080148 .items-active{font-size:12px;}
#module_463080148 .selected-light:hover,#module_463080148 .selected-light.active,#module_463080148 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_463080148 .selected-light:hover,#module_463080148 .selected-light.active,#module_463080148 .items-active{color:#000;} #module_463080148 .items-active{border-color:#000;} #module_463080148 .bean-finish{background:#000;}
#module_463080148 .selected-light:hover,#module_463080148 .selected-light.active,#module_463080148 .items-active{}
#module_463080148 .selected-light:hover,#module_463080148 .selected-light.active,#module_463080148 .items-active{}
#module_463080148 .selected-light:hover,#module_463080148 .selected-light.active,#module_463080148 .items-active{}
#module_463080148 .setting-left-bar:hover{background-color:#fafafa;}
#module_463080148 .setting-right-temp ul li:hover, #module_463080148 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_463080148 .choosed-tab .icsmall:hover{color:#999;}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit{font-size:12px;}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit{color:#fff;}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit{}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit{}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit{}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit{background-color:#000;}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit, #module_463080148 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit, #module_463080148 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit, #module_463080148 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit, #module_463080148 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit, #module_463080148 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit, #module_463080148 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit, #module_463080148 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_463080148 .pagerGiant .current, #module_463080148 .pagerGiant .submit, #module_463080148 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_463080148 .page-more a:hover{font-size:16px;}
#module_463080148 .page-more:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_463080148 .page-more a:hover{color:#666 !important;}
#module_463080148 .page-more a:hover {font-weight:normal;}
#module_463080148 .page-more a:hover {text-decoration:none;}
#module_463080148 .page-more a:hover {font-style:normal;}
#module_463080148 .page-more a:hover{background-color:#fff;}
#module_463080148 .page-more a:hover{border-top-color:#eee;}
#module_463080148 .page-more a:hover{border-top-style:solid;}
#module_463080148 .page-more a:hover{border-bottom-color:#eee;}
#module_463080148 .page-more a:hover{border-bottom-style:solid;}
#module_463080148 .page-more a:hover{border-left-color:#eee;}
#module_463080148 .page-more a:hover{border-left-style:solid;}
#module_463080148 .page-more a:hover{border-right-color:#eee;}
#module_463080148 .page-more a:hover{border-right-style:solid;}
.ModuleCustomFormGiant.layout-101 .submitbtnbox{display: flex;}
/*新验证码开始*/
.ModuleCustomFormGiant.layout-101 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine1 {
     display: none;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine2 {
   transform: rotate(180deg);
   transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-101 .VCClose{
    position: relative;
    margin-right: 20px;
    width: 30px;
    float: right;
    margin-top: 17px;
    height: 30px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .VCLine1{
     border-top:#ccc solid 2px;
     width: 18px;
     transform: rotate(45deg);
     right: 0;
     position: absolute;
     top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCLine2{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCTitle{
    color:#333;
    font-size:20px;
    font-weight: bold;
    margin-top: 41px;
    margin-bottom: 25px;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn{
     margin-top: 22px;
     text-align: right;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn1{

    width: 80px;
    height: 36px;
    background: #1e88e5;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn2{
    width: 80px;
    height: 36px;
    background: #fff;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #666666 ;
    border: 1px #ccc solid;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput::placeholder{
    color:#999999
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput{
     border:none;
     padding: 20px 0 ;
     background: #fff !important;
     border-bottom: solid #ccc 1px;
     color: #666;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .changebtn{
      text-align: right;
      display: block;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .VerificationCode{
    width: 100%;
    height: 100px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodecontext{
    padding:0 33px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv{

    position: absolute;
    bottom: 0;
    z-index: 12;
    background: #fff;
    transform: translate(-50%,-50%);
    top:auto;
    left: 50%;
    max-width: 350px;
    height: 380px;
    border-radius: 6px;
    box-shadow: 9.9px 9.9px 49px 0px rgba(0,0,0,0.11);
    display: none;
    width: 100%;
}
/*新验证码结束*/
.ModuleCustomFormGiant.layout-101 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.ModuleCustomFormGiant.layout-101 .from-Describe {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 15px;
    display: flex;
    align-content: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 input[type=text] {
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    width: 100%;
    padding: 0 10px 0 16px;
    box-sizing: border-box;
    min-height: 30px;
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 textarea {
    -webkit-appearance: none;
}
.ModuleCustomFormGiant.layout-101 .pcCitybox {
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .customFormicon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-101 .Select_Simulate li:hover {
    color: #fff;
} */
.ModuleCustomFormGiant.layout-101 label{
    line-height: 2;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate.layout1 .frist_item {

    height: 38px;
    line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .smsvaldatebox{
    height: 40px;
    line-height: 40px;
}
.ModuleCustomFormGiant.layout-101  .Browse-file {
    height: 38px;
    line-height: 38px;
 }
 .ModuleCustomFormGiant.layout-101 .Browse-img {
    height: 80px;

 }
.ModuleCustomFormGiant.layout-101 .multi-row-text
{
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 .Form-list {
    width: 100%;
    padding-top: 20px;
}
.ModuleCustomFormGiant.layout-101 .areabox .area{
  height: 38px;
  line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item{
    padding: 0 16px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .xilaImg {
    float: right;
    margin-top: 16px;
    /* margin-right:16px */
}

.ModuleCustomFormGiant.layout-101 .pcCitybox select {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    cursor: pointer;
    background: url(arrow1.png) no-repeat center right #fbfbfb;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.ModuleCustomFormGiant.layout-101 .cityval {
    box-sizing: border-box;
    background: #fbfbfb;
    width: 100%;
    text-align: left;
}

.ModuleCustomFormGiant.layout-101 .choose-time-mobile {
    font-size: 14px;
}

.ModuleCustomFormGiant.layout-101 .pcCitybox .Couty-select {
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-101 .submitbtn {
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
    min-height: 36px;
}

.ModuleCustomFormGiant.layout-101 .VerificationCode {
    width: 86px;
    height: 34px;
    float: left;
}

.ModuleCustomFormGiant.layout-101 .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-101 .file-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .Browse-file {
    /* width: 90px; height: 32px; line-height: 32px;*/
    color: #333;
    background: #f8f8f8;
    border: 1px solid #eee;
    font-size: 12px;
    text-align: center;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -moz-flex-grow: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .Browse-file:hover {
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-101 .input-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-101 .Describ-text-color {
    color: #666;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color {
    color: #fff;
    background: #000;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color:hover {
    color: #fff;
    background: #666;
}

.ModuleCustomFormGiant.layout-101 .multi-row-text, .ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item, .ModuleCustomFormGiant.layout-101 .choose-time {
    background: #fbfbfb;
}

.ModuleCustomFormGiant.layout-101 input[type=radio]:checked, .ModuleCustomFormGiant.layout-101 input[type=checkbox]:checked {
    background: #f10215;
    border: 1px solid #f10215;
}

.ModuleCustomFormGiant.layout-101 label {
    font-weight: normal;
    color: #666
}
.ModuleCustomFormGiant.layout-101 .verticalalign{
    margin-bottom: 12px;
}
.ModuleCustomFormGiant.layout-101  .customform-upload-img-preview{
    border-radius:0
}
.ModuleCustomFormGiant.layout-101  .in-formList-checkbox{
    display: flex;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-101 .in-formList-checkbox span {
    width: calc(100% - 34px);
    display: initial;
    /* vertical-align: middle; */
    min-width: 36px;
    flex:1;
    word-break: break-all;
}

@media screen and (max-width: 767px) {

    .ModuleCustomFormGiant.layout-101 .verticalalign  span {
        width: calc(100% - 34px);
        display: initial;
        vertical-align: middle;
        min-width: 36px;
    }
    .ModuleCustomFormGiant.layout-101 input[type=text], .ModuleCustomFormGiant.layout-101 .cityval,.ModuleCustomFormGiant.layout-101 .choose-time {
        line-height: 38px;
        height: 38px;
        min-height: 38px;
    }
    .ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
        width: 120px;
    }
    .ModuleCustomFormGiant.layout-101 .VerificationCode {
        height: 40px
    }
    .ModuleCustomFormGiant.layout-101 .ModuleCustomFormGiant .changebtn {
        line-height: 40px;
        min-height: 40px;
    }
    .ModuleCustomFormGiant.layout-101  .describe{ margin-top:10px}
    .ModuleCustomFormGiant.layout-101 .customFormTextarea{width:100%}
}

/*  新增*/

.ModuleCustomFormGiant.layout-101 .cityPickerBoxwb,.ModuleCustomFormGiant.layout-101 .cityPickerBox .cityPickerInput {
    height: 38px
}

.ModuleCustomFormGiant.layout-101 .select_box {
    display: none;
}

.ModuleCustomFormGiant.layout-101 .UploadFileSpan {
    line-height: 30px;
    font-size: 12px;
    /* border: 1px solid #e5e5e5;
    background: #fbfbfb; */
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 30px;
    width: 316px;
    display: none;
    padding-left: 0px;
}

.ModuleCustomFormGiant.layout-101  .iconfont-fujian {
    font-size: 19px !important;
}
.ModuleCustomFormGiant.layout-101  .imgclose {
    right: -9px;
    position: absolute;
    top: -10px;
}
.module_9988463080148 .ModuleHead .HeadCenter{float:none;}
#module_9988463080148 {
padding:0px;
}
#module_9988463080148 {
}
#module_9988463080148 .ModuleHead0 {
display:block;
}

#module_9988463080148 .title{font-size:18px;}
#module_9988463080148 .title{font-family:;}
#module_9988463080148 .title{color:#333;}
#module_9988463080148 .title{font-weight:normal;}
#module_9988463080148 .title{text-decoration:none;}
#module_9988463080148 .title{font-style:normal;}
#module_9988463080148 .title{background-color:transparent;}
#module_9988463080148 .title{}
#module_9988463080148 .title{background-repeat:no-repeat;}
#module_9988463080148 .title{background-position:50% 50%;}
#module_9988463080148 .title{background-attachment:scroll;}
#module_9988463080148 .title{}
#module_9988463080148 .title{height:50px;line-height:50px;}
#module_9988463080148 .title{text-align:center;}
#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148.customFormDatetime,#module_9988463080148 input.input-text-color,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{background-color:#fbfbfb;}
#module_9988463080148 .smsbtn,#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-top-color:#e5e5e5;}
#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-top-style:solid;}
#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-top-width:1px;}
#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-right-color:#e5e5e5;}
#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-right-style:solid;}
#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-right-width:1px;}
#module_9988463080148 .smsvcode,#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-bottom-color:#e5e5e5;}
#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-bottom-style:solid;}
#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-bottom-width:1px;}
#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-left-color:#e5e5e5;}
#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-left-style:solid;}
#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 .customFormCheckbox,#module_9988463080148 input[type=radio],#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-left-width:1px;}
#module_9988463080148 .smsbtn,#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-top-left-radius:0px;}
#module_9988463080148 .smsbtn,#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-top-right-radius:0px;}
#module_9988463080148 .smsbtn,#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-bottom-left-radius:0px;}
#module_9988463080148 .smsbtn,#module_9988463080148 .smsvcode,#module_9988463080148 .frist_item,#module_9988463080148 .VerificationCodeinput,#module_9988463080148 input.input-text-color,#module_9988463080148.customFormDatetime,#module_9988463080148 .Browse-file,#module_9988463080148 .customFormDatetime,#module_9988463080148 .pcCitybox select,#module_9988463080148 .multi-row-text{border-bottom-right-radius:0px;}
#module_9988463080148 .Describ-text-color{font-size:14px;}
#module_9988463080148 .Describ-text-color{font-family:;}
#module_9988463080148 .Describ-text-color{color:#595959;}
#module_9988463080148 .Describ-text-color{font-weight:normal;}
#module_9988463080148 .Describ-text-color{text-decoration:none;}
#module_9988463080148 .Describ-text-color{font-style:normal;}
#module_9988463080148 .smsbtn,#module_9988463080148 .smsvcode,#module_9988463080148 .input-text-color{font-size:14px;}
#module_9988463080148 .smsbtn,#module_9988463080148 .smsvcode,#module_9988463080148 .input-text-color{font-family:;}
#module_9988463080148 .smsvcode,#module_9988463080148 .input-text-color{color:#333;} #module_9988463080148 .input-text-color::-ms-input-placeholder{color:#333;} #module_9988463080148 .input-text-color::-moz-placeholder{color:#333;} #module_9988463080148 .input-text-color::-webkit-input-placeholder{color:#333;} 
#module_9988463080148 .smsbtn,#module_9988463080148 .smsvcode,#module_9988463080148 .input-text-color{font-weight:normal;}
#module_9988463080148 .smsbtn,#module_9988463080148 .smsvcode,#module_9988463080148 .input-text-color{text-decoration:none;} #module_9988463080148 .input-text-color::-ms-input-placeholder{text-decoration:none;} #module_9988463080148 .input-text-color::-moz-placeholder{text-decoration:none;} #module_9988463080148 .input-text-color::-webkit-input-placeholder{text-decoration:none;}
#module_9988463080148 .smsbtn,#module_9988463080148 .smsvcode,#module_9988463080148 .input-text-color{font-style:normal;}
#module_9988463080148 .submitbtn{font-size:14px;}
#module_9988463080148 .submitbtn{font-family:;}
#module_9988463080148 .submitbtn{color:#fff;}
#module_9988463080148 .submitbtn{font-weight:normal;}
#module_9988463080148 .submitbtn{text-decoration:none;}
#module_9988463080148 .submitbtn{font-style:normal;}
#module_9988463080148 .submitbtn{background-color:#000000;} #module_9988463080148 input[type=radio]:checked, #module_9988463080148 input[type=checkbox]:checked{background:#000000;border:1px solid #000000} 
#module_9988463080148 .submitbtn{}
#module_9988463080148 .submitbtn{background-repeat:no-repeat;}
#module_9988463080148 .submitbtn{background-position:50% 50%;}
#module_9988463080148 .submitbtn{background-attachment:scroll;}
#module_9988463080148 .submitbtn{}
#module_9988463080148 .submitbtnbox{justify-content:flex-start;}
#module_9988463080148 .submitbtn{width:100%;}
#module_9988463080148 .submitbtn{height:40px;line-height:40px;}
#module_9988463080148 .submitbtn{border-top-left-radius:0px;}
#module_9988463080148 .submitbtn{border-top-right-radius:0px;}
#module_9988463080148 .submitbtn{border-bottom-left-radius:0px;}
#module_9988463080148 .submitbtn{border-bottom-right-radius:0px;}
#module_9988463080148 .vcbtn1{background-color:#333333;}
#module_9988463080148 .vcbtn1{color:#fff;}
#module_9988463080148 .frist_item:hover,#module_9988463080148 .VerificationCodeinput:hover,#module_9988463080148 .customFormCheckbox:hover,#module_9988463080148 input[type=radio]:hover,#module_9988463080148 input.input-text-color:hover,#module_9988463080148.customFormDatetime:hover,#module_9988463080148 .Browse-file:hover,#module_9988463080148 .customFormDatetime:hover,#module_9988463080148 .pcCitybox select:hover,#module_9988463080148 .multi-row-text:hover{border-top-color:#333333;}
#module_9988463080148 .frist_item:hover,#module_9988463080148 .VerificationCodeinput:hover,#module_9988463080148 .customFormCheckbox:hover,#module_9988463080148 input[type=radio]:hover,#module_9988463080148 input.input-text-color:hover,#module_9988463080148.customFormDatetime:hover,#module_9988463080148 .Browse-file:hover,#module_9988463080148 .customFormDatetime:hover,#module_9988463080148 .pcCitybox select:hover,#module_9988463080148 .multi-row-text:hover{border-top-style:solid;}
#module_9988463080148 .frist_item:hover,#module_9988463080148 .VerificationCodeinput:hover,#module_9988463080148 .customFormCheckbox:hover,#module_9988463080148 input[type=radio]:hover,#module_9988463080148 input.input-text-color:hover,#module_9988463080148.customFormDatetime:hover,#module_9988463080148 .Browse-file:hover,#module_9988463080148 .customFormDatetime:hover,#module_9988463080148 .pcCitybox select:hover,#module_9988463080148 .multi-row-text:hover{border-right-color:#333333;}
#module_9988463080148 .frist_item:hover,#module_9988463080148 .VerificationCodeinput:hover,#module_9988463080148 .customFormCheckbox:hover,#module_9988463080148 input[type=radio]:hover,#module_9988463080148 input.input-text-color:hover,#module_9988463080148.customFormDatetime:hover,#module_9988463080148 .Browse-file:hover,#module_9988463080148 .customFormDatetime:hover,#module_9988463080148 .pcCitybox select:hover,#module_9988463080148 .multi-row-text:hover{border-right-style:solid;}
#module_9988463080148 .frist_item:hover,#module_9988463080148 .VerificationCodeinput:hover,#module_9988463080148 .customFormCheckbox:hover,#module_9988463080148 input[type=radio]:hover,#module_9988463080148 input.input-text-color:hover,#module_9988463080148.customFormDatetime:hover,#module_9988463080148 .Browse-file:hover,#module_9988463080148 .customFormDatetime:hover,#module_9988463080148 .pcCitybox select:hover,#module_9988463080148 .multi-row-text:hover{border-bottom-color:#333333;}
#module_9988463080148 .frist_item:hover,#module_9988463080148 .VerificationCodeinput:hover,#module_9988463080148 .customFormCheckbox:hover,#module_9988463080148 input[type=radio]:hover,#module_9988463080148 input.input-text-color:hover,#module_9988463080148.customFormDatetime:hover,#module_9988463080148 .Browse-file:hover,#module_9988463080148 .customFormDatetime:hover,#module_9988463080148 .pcCitybox select:hover,#module_9988463080148 .multi-row-text:hover{border-bottom-style:solid;}
#module_9988463080148 .frist_item:hover,#module_9988463080148 .VerificationCodeinput:hover,#module_9988463080148 .customFormCheckbox:hover,#module_9988463080148 input[type=radio]:hover,#module_9988463080148 input.input-text-color:hover,#module_9988463080148.customFormDatetime:hover,#module_9988463080148 .Browse-file:hover,#module_9988463080148 .customFormDatetime:hover,#module_9988463080148 .pcCitybox select:hover,#module_9988463080148 .multi-row-text:hover{border-left-color:#333333;}
#module_9988463080148 .frist_item:hover,#module_9988463080148 .VerificationCodeinput:hover,#module_9988463080148 .customFormCheckbox:hover,#module_9988463080148 input[type=radio]:hover,#module_9988463080148 input.input-text-color:hover,#module_9988463080148.customFormDatetime:hover,#module_9988463080148 .Browse-file:hover,#module_9988463080148 .customFormDatetime:hover,#module_9988463080148 .pcCitybox select:hover,#module_9988463080148 .multi-row-text:hover{border-left-style:solid;}
#module_9988463080148 .submitbtn:hover{font-size:14px;}
#module_9988463080148 .submitbtn:hover{font-family:;}
#module_9988463080148 .submitbtn:hover{color:#fff;}
#module_9988463080148 .submitbtn:hover{font-weight:normal;}
#module_9988463080148 .submitbtn:hover{text-decoration:none;}
#module_9988463080148 .submitbtn:hover{font-style:normal;}
#module_9988463080148 .submitbtn:hover{background-color:#333333;}
#module_9988463080148 .submitbtn:hover{}
#module_9988463080148 .submitbtn:hover{background-repeat:no-repeat;}
#module_9988463080148 .submitbtn:hover{background-position:50% 50%;}
#module_9988463080148 .submitbtn:hover{background-attachment:scroll;}
#module_9988463080148 .submitbtn:hover{}


.module_416195569 .ModuleHead .HeadCenter{float:none;}
#module_416195569 {
padding:0px;
}
#module_416195569 {
position:static;
z-index:0;
top:21px;
left:0px;
width:100%;
height: auto;
}
#module_416195569 .ModuleHead416195569 {
display:none;
}
#module_416195569 .BodyCenter.BodyCenter416195569 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416195569 >.module_416195569 {
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_416195569 >.module_416195569{
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_416195569 .BodyCenter.BodyCenter416195569 {
padding-top:4.1841%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:2.0921%;
}
}
@media screen and (max-width: 767px){
#module_416195569 .BodyCenter.BodyCenter416195569 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416195569 >.module_416195569 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416195569 >.module_416195569 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416195569 >.module_416195569 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416195569:hover {
border:none;
}
#module_416195569:hover >.module_416195569 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416195569 .ModuleSubContainer{background-color:transparent;}
#module_416195569 .ModuleSubContainer{background-image:none;}
#module_416195569 .ModuleSubContainer{background-repeat:no-repeat;}
#module_416195569 .ModuleSubContainer{background-position:0% 0%;}
#module_416195569 .ModuleSubContainer{background-attachment:scroll;}
#module_416195569 .ModuleSubContainer{}
#module_416195569 {!bgVideo!}{bgVideoUrl:}
#module_416195569 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_416195569 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_416195569 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer416195569 {max-width:1600px;width:auto;}
.module_416195570 .ModuleHead .HeadCenter{float:none;}
#module_416195570 {
padding:0px;
}
#module_416195570 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_416195570 .ModuleHead416195570 {
display:none;
}
#module_416195570 .BodyCenter.BodyCenter416195570 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416195570 >.module_416195570 {
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_416195570 >.module_416195570{
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_416195570 .BodyCenter.BodyCenter416195570 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416195570 .BodyCenter.BodyCenter416195570 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416195570 >.module_416195570 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416195570 >.module_416195570 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416195570 >.module_416195570 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416195570:hover {
border:none;
}
#module_416195570:hover >.module_416195570 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416195570 .ModuleImageTextGiantContent{margin-top:0px;}
#module_416195570 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_416195570 .ModuleImageTextGiantContent{margin-left:0px;}
#module_416195570 .ModuleImageTextGiantContent{margin-right:0px;}
#module_416195570 .imageTextGiant-Container{padding-top:10px;}
#module_416195570 .imageTextGiant-Container{padding-bottom:10px;}
#module_416195570 .imageTextGiant-Container{padding-left:10px;}
#module_416195570 .imageTextGiant-Container{padding-right:10px;}
#module_416195570 .showHandle .btn{font-size:14px;}
#module_416195570 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_416195570 .showHandle .btn{color:#333;}
#module_416195570 .showHandle .btn{font-weight:400;}
#module_416195570 .showHandle .btn{text-decoration:none;}
#module_416195570 .showHandle .btn{font-style:normal;}
#module_416195570 .showHandle div{border-top-color:#ddd !important;}
#module_416195570 .showHandle div{border-top-style:solid !important;}
#module_416195570 .showHandle div{border-top-width:1px !important;}
#module_416195570 .showHandle{background-color:transparent;}
#module_416195570 .showHandle{background-image:none;}
#module_416195570 .showHandle{background-repeat:no-repeat;}
#module_416195570 .showHandle{}
#module_416195570 .showHandle{}
#module_416195570 .showHandle{}
#module_416195570 a{font-size:unset;font-family:unset}
.ModuleTabContainerV2Giant.layout-110 {overflow: hidden;}
.ModuleTabContainerV2Giant.layout-110 .TabContainer-Container .Nav-Container {z-index: 3; font-size: 0; white-space: nowrap;}
.ModuleTabContainerV2Giant.layout-110 .TabContainer-Container .Nav-Container li {position: relative; color: #666; cursor: pointer; text-align: center; margin: 0; float: none; display: inline-block; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;}
.ModuleTabContainerV2Giant.layout-110 .TabContainer-Container .Nav-Container li a {display: block; position: absolute; top: 50%; width: 100%; transform: translateY(-50%); padding: 0; background: none; color: #666;}
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul {overflow: visible; -webkit-overflow-scrolling: touch; transform: translateX(0); transition: transform 0.3s linear 0s;}
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li .nav-img-logo {display: flex; align-items: center; justify-content: center; width: 65px; height: auto; margin: 0 auto; font-size: 0;}
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li .nav-img-logo img {max-width: 100%;}
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li p {margin-top: 4px; font-size: 14px; color: #666;}
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li:after {content: ''; position: absolute; display: block; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 80px; background: #e6e6e6;}
/*箭头*/
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul .tab-arrows {display: none; position: absolute; top: calc(100% + 1px); left: 50%; transform: translateX(-50%); border-top: 9px solid #1976d2; border-bottom: 0px solid transparent; border-left: 9px solid transparent !important; border-right: 9px solid transparent !important; z-index: 980;}
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li.active .tab-arrows {display: block;}
.ModuleTabContainerV2Giant.layout-110 .Nav-Container li .tab-border-top,
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li .tab-border-bottom {transition: all 1s ease;}
/*上下边框*/
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li .tab-border-top {position: absolute; left: 0; width: 100%; top: -1px;}
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li .tab-border-left {position: absolute; left: -1px; height: 100%; top: 0px;}
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li .tab-border-right {position: absolute; right: -1px; height: 100%; top: 0px;}
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li .tab-border-bottom {position: absolute; bottom: -1px; left: 0; width: 100%;}
/*新增的代码*/
div[id ^= "tab_content_clone_"] {display: block; position: absolute; height: 0; overflow: hidden; width: 100% !important; background: #f9f9f9; box-shadow: 0 2px 1px rgba(0, 0, 0, .1); z-index: 900;}
.tabContentGiant.tab-content-clone .ModuleContainer {padding: 0}
.ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li:last-child:after {content: unset;}
.ModuleTabContainerV2Giant.layout-110 .hovericon{display: none;}
.ModuleTabContainerV2Giant.layout-110 .TabContainer-Container .Nav-Container li.hover:hover .hovericon{
    display: block;
}
.ModuleTabContainerV2Giant.layout-110 .TabContainer-Container .Nav-Container li.hover:hover .defaulticon{
    display: none;
}
.ModuleTabContainerV2Giant.layout-110 .TabContainer-Container .Nav-Container li.active .hovericon{
    display: block;
}
.ModuleTabContainerV2Giant.layout-110 .TabContainer-Container .Nav-Container li.active .defaulticon{
    display: none;
}

@media (min-width: 768px) {
    .ModuleTabContainerV2Giant.layout-110 .tabContainer110 .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-110 .tabContainer110 .btnScrollRight {display: none !important;}
    .ModuleTabContainerV2Giant.layout-110 .location-left .Nav-Container,
    .ModuleTabContainerV2Giant.layout-110 .location-right .Nav-Container {display: inline-block; float: left; overflow: unset;}
    .ModuleTabContainerV2Giant.layout-110 .location-right .Nav-Container {float: right;}
    .ModuleTabContainerV2Giant.layout-110 .location-left.TabContainer-Container .Nav-Container li,
    .ModuleTabContainerV2Giant.layout-110 .location-right.TabContainer-Container .Nav-Container li {display: block; border-top: unset !important; border-bottom: unset !important;}
    .ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li.tab-link:last-child,
    .ModuleTabContainerV2Giant.layout-110 .location-left .Nav-Container ul li.tab-link,
    .ModuleTabContainerV2Giant.layout-110 .location-right .Nav-Container ul li.tab-link {margin-right: 0 !important;}
    .ModuleTabContainerV2Giant.layout-110 .location-left .Nav-Container ul li.tab-link:last-child,
    .ModuleTabContainerV2Giant.layout-110 .location-right .Nav-Container ul li.tab-link:last-child {margin-bottom: 0 !important;}
    .ModuleTabContainerV2Giant.layout-110 .location-left .Nav-Container ul li .tab-border-top,
    .ModuleTabContainerV2Giant.layout-110 .location-right .Nav-Container ul li .tab-border-top {width: auto; height: 100%; left: unset; right: 0; border-top: unset !important;}
    .ModuleTabContainerV2Giant.layout-110 .location-left .Nav-Container ul li .tab-border-bottom,
    .ModuleTabContainerV2Giant.layout-110 .location-right .Nav-Container ul li .tab-border-bottom { position: static; height: 100%; border-bottom: unset !important;}
    .ModuleTabContainerV2Giant.layout-110 .location-bottom .Nav-Container ul .tab-arrows {top: -9px; border-top: 0px solid transparent !important; border-bottom: 9px solid #1976d2 !important;}
    .ModuleTabContainerV2Giant.layout-110 .location-left .Nav-Container ul .tab-arrows {top: 50%; left: unset; right: -9px; transform: translateY(-50%); border-left: 9px solid #1976d2 !important; border-bottom: 9px solid transparent !important; border-top: 9px solid transparent !important; border-right: 0px solid transparent !important;}
    .ModuleTabContainerV2Giant.layout-110 .location-right .Nav-Container ul .tab-arrows {left: -9px; top: 50%; transform: translateY(-50%); border-left: 0px solid transparent !important; border-bottom: 9px solid transparent !important; border-top: 9px solid transparent !important; border-right: 9px solid #1976d2 !important;}
    .ModuleTabContainerV2Giant.layout-110 .location-left .Nav-Container ul li:after,
    .ModuleTabContainerV2Giant.layout-110 .location-right .Nav-Container ul li:after {top: unset; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 1px;}
    .ModuleTabContainerV2Giant.layout-110 .location-left .tabContentGiant {display: inline-block; float: left;}
    .ModuleTabContainerV2Giant.layout-110 .location-right .tabContentGiant {display: inline-block; float: right;}
    .ModuleTabContainerV2Giant.layout-110 .location-bottom .tab-location-top {display: none;}
}

@media (max-width: 767px) {
    div[id ^= "tab_content_clone_"] {display: none;}
    .ModuleTabContainerV2Giant.layout-110 .Nav-Container li {height: 120px !important; width: 120px !important;}
    .ModuleTabContainerV2Giant.layout-110 .Nav-Container li a p {font-size: 12px; margin-top: 10px;}
    .ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li .nav-img-logo {width: 32px;}
    .ModuleTabContainerV2Giant.layout-110 .Nav-Container ul li + li:before {height: 62px;}
    .ModuleTabContainerV2Giant.layout-110 .location-bottom .tab-location-bottom {display: none;}
    .ModuleTabContainerV2Giant.layout-110 .location-right .commonLabel,
    .ModuleTabContainerV2Giant.layout-110 .location-left .commonLabel {border-left-width: 0 !important; border-right-width: 0 !important;}
    .ModuleTabContainerV2Giant.layout-110 .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-110 .btnScrollRight {
        display: inline-block;
        height: 54px;
        top: 0;
        background-color: transparent;
        width: 32px;
    }
    /* .ModuleTabContainerV2Giant.layout-110 .location-left .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-110 .location-left .btnScrollRight,
    .ModuleTabContainerV2Giant.layout-110 .location-right .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-110 .location-right .btnScrollRight {display: none;} */
    .ModuleTabContainerV2Giant.layout-110 .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-110 .btnScrollRight {
        display: flex;
        width: 28px;
        height: 120px;
        top: 0;
        right: 10px;
        background-color: transparent;
        color: #fff !important;
        font-size: 15px;
        align-items: center;
        justify-content: center;
    }
    .ModuleTabContainerV2Giant.layout-110 .btnScrollLeft {left: 10px;}
    .ModuleTabContainerV2Giant.layout-110 .glyphicon:before {
        display: flex;
        width: 28px;
        height: 28px;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 28px;
        align-items: center;
        justify-content: center;
    }
}.module_416195571 .ModuleHead .HeadCenter{float:none;}
#module_416195571 {
padding:0px;
}
#module_416195571 {
position:static;
z-index:0;
top:1080px;
left:1249px;
width:100%;
height: auto;
}
#module_416195571 .ModuleHead416195571 {
display:none;
}
#module_416195571 .BodyCenter.BodyCenter416195571 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416195571 >.module_416195571 {
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_416195571 >.module_416195571{
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_416195571 .BodyCenter.BodyCenter416195571 {
padding-top:1.2500%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.5000%;
}
}
@media screen and (max-width: 767px){
#module_416195571 .BodyCenter.BodyCenter416195571 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416195571 >.module_416195571 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416195571 >.module_416195571 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416195571 >.module_416195571 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416195571:hover {
border:none;
}
#module_416195571:hover >.module_416195571 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416195571 .commonLabel{border-top-color:#e6e6e6;}#module_416195571 .location-right .commonLabel,#module_416195571 .location-left .commonLabel{border-right-color:#e6e6e6;}
#module_416195571 .commonLabel{border-top-style:solid;}#module_416195571 .location-right .commonLabel,#module_416195571 .location-left .commonLabel{border-right-style:solid;}
#module_416195571 .commonLabel{border-top-width:0px;}#module_416195571 .location-right .commonLabel,#module_416195571 .location-left .commonLabel{border-right-width:0px;}
#module_416195571 .commonLabel{border-bottom-color:#e6e6e6;}#module_416195571 .location-right .commonLabel,#module_416195571 .location-left .commonLabel{border-left-color:#e6e6e6;}
#module_416195571 .commonLabel{border-bottom-style:solid;}#module_416195571 .location-right .commonLabel,#module_416195571 .location-left .commonLabel{border-left-style:solid;}
#module_416195571 .commonLabel{border-bottom-width:0px;}#module_416195571 .location-right .commonLabel,#module_416195571 .location-left .commonLabel{border-left-width:0px;}
#module_416195571 .Nav-Container{text-align:center;}
#module_416195571 .Nav-Container{background-color:rgba(0,0,0,0);}
#module_416195571 .Nav-Container{}
#module_416195571 .Nav-Container li{background-color:#fff;}
#module_416195571 .Nav-Container li{background-image:none;}
#module_416195571 .Nav-Container li{background-repeat:no-repeat;}
#module_416195571 .Nav-Container li{}
#module_416195571 .Nav-Container li{}
#module_416195571 .Nav-Container li{}
#module_416195571 .Nav-Container a{text-align:center;}
#module_416195571 .Nav-Container li{width:170px;}
@media only screen and (min-width: 768px){#module_416195571 .location-left .tabContentGiant,#module_416195571 .location-right .tabContentGiant{width: calc(100% - 160px - 14px)}}
#module_416195571 .Nav-Container li{height:150px;}
#module_416195571 .Nav-Container ul li .nav-img-logo{width:55px;}
#module_416195571 .Nav-Container li a p{font-size:14px;}
#module_416195571 .Nav-Container li a p{font-family:微软雅黑,Microsoft YaHei;}
#module_416195571 .Nav-Container ul li a p{color:#666;}
#module_416195571 .Nav-Container li a p{font-weight:normal;}
#module_416195571 .Nav-Container li a p{text-decoration:none;}
#module_416195571 .Nav-Container li a p{font-style:normal;}
#module_416195571 .tab-link{margin-right:0px;} @media (min-width: 768px) {#module_416195571 .location-left .tab-link,#module_416195571 .location-right .tab-link{margin-bottom:0px;}}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{background-color:transparent;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{background-image:none;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{background-repeat:no-repeat;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{}
#module_416195571 {} #tab_content_clone_module_416195571.tab-content-parent{background-color:#f8f8f8;}
#module_416195571 {} #tab_content_clone_module_416195571.tab-content-parent{background-image:none;}
#module_416195571 {} #tab_content_clone_module_416195571.tab-content-parent{background-repeat:no-repeat;}
#module_416195571 {} #tab_content_clone_module_416195571.tab-content-parent{}
#module_416195571 {} #tab_content_clone_module_416195571.tab-content-parent{}
#module_416195571 {} #tab_content_clone_module_416195571.tab-content-parent{}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{padding-top:0px;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{padding-bottom:0px;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{padding-left:0px;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{padding-right:0px;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{border-top-color:transparent;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{border-top-style:none;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{border-top-width:0px;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{border-right-color:transparent;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{border-right-style:none;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{border-right-width:0px;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-paren .tab-panet{border-bottom-color:transparent;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{border-bottom-style:none;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{border-bottom-width:0px;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{border-left-color:transparent;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{border-left-style:none;}
#module_416195571 .TabContainer-Container .tab-pane,#tab_content_clone_module_416195571.tab-content-parent .tab-pane{border-left-width:0px;}
#module_416195571 .Nav-Container li.active a p{font-size:14px;}
#module_416195571 .Nav-Container li.active a p{font-family:微软雅黑,Microsoft YaHei;}
#module_416195571 .Nav-Container li.active a p{color:rgb(199, 0, 11);}
#module_416195571 .Nav-Container li.active a p{font-weight:normal;}
#module_416195571 .Nav-Container li.active a p{text-decoration:none;}
#module_416195571 .Nav-Container li.active a p{font-style:normal;}
#module_416195571 .Nav-Container li .tab-border-top{border-top-color: transparent;}#module_416195571 .Nav-Container li.active .tab-border-top{border-top-color:rgba(0,0,0,0);}#module_416195571 .location-right .Nav-Container li .tab-border-top,#module_416195571 .location-left .Nav-Container li .tab-border-top{border-right-color: transparent;}#module_416195571 .location-right .Nav-Container li.active .tab-border-top,#module_416195571 .location-left .Nav-Container li.active .tab-border-top{border-right-color:rgba(0,0,0,0);}
#module_416195571 .Nav-Container li .tab-border-top,#module_416195571 .Nav-Container li.active .tab-border-top{border-top-style:solid;}#module_416195571 .location-right .Nav-Container li .tab-border-top,#module_416195571 .location-left .Nav-Container li .tab-border-top,#module_416195571 .location-right .Nav-Container li.active .tab-border-top,#module_416195571 .location-left .Nav-Container li.active .tab-border-top{border-right-style:solid;}
#module_416195571 .Nav-Container li .tab-border-top,#module_416195571 .Nav-Container li.active .tab-border-top{border-top-width:0px;}#module_416195571 .location-right .Nav-Container li .tab-border-top,#module_416195571 .location-left .Nav-Container li .tab-border-top,#module_416195571 .location-right .Nav-Container li.active .tab-border-top,#module_416195571 .location-left .Nav-Container li.active .tab-border-top{border-right-width:0px;}
#module_416195571 .Nav-Container li .tab-border-bottom{border-bottom-color: transparent;}#module_416195571 .Nav-Container li.active .tab-border-bottom{border-bottom-color:rgba(0,0,0,0);}#module_416195571 .Nav-Container .tab-arrows{border-top-color:rgba(0,0,0,0);}@media (min-width: 768px) {#module_416195571 .location-bottom .Nav-Container .tab-arrows{border-bottom-color:rgba(0,0,0,0) !important;}#module_416195571 .location-left .Nav-Container .tab-arrows{border-left-color:rgba(0,0,0,0) !important;}#module_416195571 .location-right .Nav-Container .tab-arrows{border-right-color:rgba(0,0,0,0) !important;}}#module_416195571 .location-right .Nav-Container li .tab-border-bottom,#module_416195571 .location-left .Nav-Container li .tab-border-bottom{border-left-color: transparent;}#module_416195571 .location-right .Nav-Container li.active .tab-border-bottom,#module_416195571 .location-left .Nav-Container li.active .tab-border-bottom{border-left-color:rgba(0,0,0,0);}
#module_416195571 .Nav-Container li .tab-border-bottom,#module_416195571 .Nav-Container li.active .tab-border-bottom{border-bottom-style:solid;}#module_416195571 .location-right .Nav-Container li .tab-border-bottom,#module_416195571 .location-left .Nav-Container li .tab-border-bottom,#module_416195571 .location-right .Nav-Container li.active .tab-border-bottom,#module_416195571 .location-left .Nav-Container li.active .tab-border-bottom{border-left-style:solid;}
#module_416195571 .Nav-Container li .tab-border-bottom,#module_416195571 .Nav-Container li.active .tab-border-bottom{border-bottom-width:0px;}#module_416195571 .location-right .Nav-Container li .tab-border-bottom,#module_416195571 .location-left .Nav-Container li .tab-border-bottom,#module_416195571 .location-right .Nav-Container li.active .tab-border-bottom,#module_416195571 .location-left .Nav-Container li.active .tab-border-bottom{border-left-width:0px;}

/*#module_416195571__tabPane_0001 #Sub416195571_0001 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_416195571__tabPane_0001 #Sub416195571_0001 > .SubContainer {display: table-cell; vertical-align: top;}
#module_416195571__tabPane_0001 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_416195571__tabPane_0001 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_416195571__tabPane_0001 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_416195571__tabPane_0001:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_416195571__tabPane_0001 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_416195571__tabPane_0001 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_416195571__tabPane_0001 #Sub416195571_0001 {display: block;}
#module_416195571__tabPane_0001 #Sub416195571_0001 > .SubPadding {float:left; height: 10px;}
#module_416195571__tabPane_0001 #Sub416195571_0001 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_416195571__tabPane_0001 #Sub416195571_0001 > .SubContainer .SubDrag {display:none;}
#module_416195571__tabPane_0001 #Sub416195571_0001 > .SubPadding {width:0px; display:none;}
#module_416195571__tabPane_0001 #Sub416195571_0001 > .SubContainer {width:100% !important; height: auto;}
}
#module_416195571__tabPane_0001 #Sub416195571_Tab0001_1 {width:50.0000%;}*/

.module_463067199 .ModuleHead .HeadCenter{float:none;}
#module_463067199 {
padding:0px;
}
#module_463067199 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_463067199 .ModuleHead463067199 {
display:none;
}
#module_463067199 .BodyCenter.BodyCenter463067199 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067199 >.module_463067199 {
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_463067199 >.module_463067199{
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_463067199 .BodyCenter.BodyCenter463067199 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067199 .BodyCenter.BodyCenter463067199 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067199 >.module_463067199 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067199 >.module_463067199 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067199 >.module_463067199 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067199:hover {
border:none;
}
#module_463067199:hover >.module_463067199 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067199 img{border-top-color:transparent;}
#module_463067199 img{border-top-style:none;}
#module_463067199 img{border-top-width:0px;}
#module_463067199 img{border-right-color:transparent;}
#module_463067199 img{border-right-style:none;}
#module_463067199 img{border-right-width:0px;}
#module_463067199 img{border-bottom-color:transparent;}
#module_463067199 img{border-bottom-style:none;}
#module_463067199 img{border-bottom-width:0px;}
#module_463067199 img{border-left-color:transparent;}
#module_463067199 img{border-left-style:none;}
#module_463067199 img{border-left-width:0px;}
#module_463067199 img{border-top-left-radius:0px;}
#module_463067199 img{border-top-right-radius:0px;}
#module_463067199 img{border-bottom-left-radius:0px;}
#module_463067199 img{border-bottom-right-radius:0px;}
#module_463067199 .BodyCenter{text-align: center;}

/*#module_416195571__tabPane_0001 #Sub416195571_Tab0001_2 {width:50.0000%;}*/

.module_463067201 .ModuleHead .HeadCenter{float:none;}
#module_463067201 {
padding:0px;
}
#module_463067201 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_463067201 .ModuleHead463067201 {
display:none;
}
#module_463067201 .BodyCenter.BodyCenter463067201 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067201 >.module_463067201 {
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_463067201 >.module_463067201{
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_463067201 .BodyCenter.BodyCenter463067201 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067201 .BodyCenter.BodyCenter463067201 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067201 >.module_463067201 {
margin-top:0.0000%;
margin-left:2.9155%;
margin-right:2.9155%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067201 >.module_463067201 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067201 >.module_463067201 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067201:hover {
border:none;
}
#module_463067201:hover >.module_463067201 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067201 img{border-top-color:transparent;}
#module_463067201 img{border-top-style:none;}
#module_463067201 img{border-top-width:0px;}
#module_463067201 img{border-right-color:transparent;}
#module_463067201 img{border-right-style:none;}
#module_463067201 img{border-right-width:0px;}
#module_463067201 img{border-bottom-color:transparent;}
#module_463067201 img{border-bottom-style:none;}
#module_463067201 img{border-bottom-width:0px;}
#module_463067201 img{border-left-color:transparent;}
#module_463067201 img{border-left-style:none;}
#module_463067201 img{border-left-width:0px;}
#module_463067201 img{border-top-left-radius:0px;}
#module_463067201 img{border-top-right-radius:0px;}
#module_463067201 img{border-bottom-left-radius:0px;}
#module_463067201 img{border-bottom-right-radius:0px;}
#module_463067201 .BodyCenter{text-align: center;}


#module_416195571__tabPane_2495 #Sub416195571_2495 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_416195571__tabPane_2495 #Sub416195571_2495 > .SubContainer {display: table-cell; vertical-align: top;}
#module_416195571__tabPane_2495 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_416195571__tabPane_2495 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_416195571__tabPane_2495 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_416195571__tabPane_2495:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_416195571__tabPane_2495 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_416195571__tabPane_2495 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_416195571__tabPane_2495 #Sub416195571_2495 {display: block;}
#module_416195571__tabPane_2495 #Sub416195571_2495 > .SubPadding {float:left; height: 10px;}
#module_416195571__tabPane_2495 #Sub416195571_2495 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_416195571__tabPane_2495 #Sub416195571_2495 > .SubContainer .SubDrag {display:none;}
#module_416195571__tabPane_2495 #Sub416195571_2495 > .SubPadding {width:0px; display:none;}
#module_416195571__tabPane_2495 #Sub416195571_2495 > .SubContainer {width:100% !important; height: auto;}
}
#module_416195571__tabPane_2495 #Sub416195571_Tab2495_1 {width:50%;}
.module_463067202 .ModuleHead .HeadCenter{float:none;}
#module_463067202 {
padding:0px;
}
#module_463067202 {
position:static;
z-index:0;
top:37px;
left:0px;
width:100%;
height: auto;
}
#module_463067202 .ModuleHead463067202 {
display:none;
}
#module_463067202 .BodyCenter.BodyCenter463067202 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067202 >.module_463067202 {
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_463067202 >.module_463067202{
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_463067202 .BodyCenter.BodyCenter463067202 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067202 .BodyCenter.BodyCenter463067202 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067202 >.module_463067202 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067202 >.module_463067202 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067202 >.module_463067202 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067202:hover {
border:none;
}
#module_463067202:hover >.module_463067202 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067202 img{border-top-color:transparent;}
#module_463067202 img{border-top-style:none;}
#module_463067202 img{border-top-width:0px;}
#module_463067202 img{border-right-color:transparent;}
#module_463067202 img{border-right-style:none;}
#module_463067202 img{border-right-width:0px;}
#module_463067202 img{border-bottom-color:transparent;}
#module_463067202 img{border-bottom-style:none;}
#module_463067202 img{border-bottom-width:0px;}
#module_463067202 img{border-left-color:transparent;}
#module_463067202 img{border-left-style:none;}
#module_463067202 img{border-left-width:0px;}
#module_463067202 img{border-top-left-radius:0px;}
#module_463067202 img{border-top-right-radius:0px;}
#module_463067202 img{border-bottom-left-radius:0px;}
#module_463067202 img{border-bottom-right-radius:0px;}
#module_463067202 .BodyCenter{text-align: center;}

#module_416195571__tabPane_2495 #Sub416195571_Tab2495_2 {width:50%;}
.module_463067203 .ModuleHead .HeadCenter{float:none;}
#module_463067203 {
padding:0px;
}
#module_463067203 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_463067203 .ModuleHead463067203 {
display:none;
}
#module_463067203 .BodyCenter.BodyCenter463067203 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067203 >.module_463067203 {
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_463067203 >.module_463067203{
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_463067203 .BodyCenter.BodyCenter463067203 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067203 .BodyCenter.BodyCenter463067203 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067203 >.module_463067203 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067203 >.module_463067203 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067203 >.module_463067203 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067203:hover {
border:none;
}
#module_463067203:hover >.module_463067203 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067203 img{border-top-color:transparent;}
#module_463067203 img{border-top-style:none;}
#module_463067203 img{border-top-width:0px;}
#module_463067203 img{border-right-color:transparent;}
#module_463067203 img{border-right-style:none;}
#module_463067203 img{border-right-width:0px;}
#module_463067203 img{border-bottom-color:transparent;}
#module_463067203 img{border-bottom-style:none;}
#module_463067203 img{border-bottom-width:0px;}
#module_463067203 img{border-left-color:transparent;}
#module_463067203 img{border-left-style:none;}
#module_463067203 img{border-left-width:0px;}
#module_463067203 img{border-top-left-radius:0px;}
#module_463067203 img{border-top-right-radius:0px;}
#module_463067203 img{border-bottom-left-radius:0px;}
#module_463067203 img{border-bottom-right-radius:0px;}
#module_463067203 .BodyCenter{text-align: center;}


#module_416195571__tabPane_8743 #Sub416195571_8743 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_416195571__tabPane_8743 #Sub416195571_8743 > .SubContainer {display: table-cell; vertical-align: top;}
#module_416195571__tabPane_8743 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_416195571__tabPane_8743 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_416195571__tabPane_8743 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_416195571__tabPane_8743:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_416195571__tabPane_8743 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_416195571__tabPane_8743 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_416195571__tabPane_8743 #Sub416195571_8743 {display: block;}
#module_416195571__tabPane_8743 #Sub416195571_8743 > .SubPadding {float:left; height: 10px;}
#module_416195571__tabPane_8743 #Sub416195571_8743 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_416195571__tabPane_8743 #Sub416195571_8743 > .SubContainer .SubDrag {display:none;}
#module_416195571__tabPane_8743 #Sub416195571_8743 > .SubPadding {width:0px; display:none;}
#module_416195571__tabPane_8743 #Sub416195571_8743 > .SubContainer {width:100% !important; height: auto;}
}
#module_416195571__tabPane_8743 #Sub416195571_Tab8743_1 {width:50%;}
.module_463067204 .ModuleHead .HeadCenter{float:none;}
#module_463067204 {
padding:0px;
}
#module_463067204 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_463067204 .ModuleHead463067204 {
display:none;
}
#module_463067204 .BodyCenter.BodyCenter463067204 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067204 >.module_463067204 {
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_463067204 >.module_463067204{
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_463067204 .BodyCenter.BodyCenter463067204 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067204 .BodyCenter.BodyCenter463067204 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067204 >.module_463067204 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067204 >.module_463067204 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067204 >.module_463067204 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067204:hover {
border:none;
}
#module_463067204:hover >.module_463067204 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067204 img{border-top-color:transparent;}
#module_463067204 img{border-top-style:none;}
#module_463067204 img{border-top-width:0px;}
#module_463067204 img{border-right-color:transparent;}
#module_463067204 img{border-right-style:none;}
#module_463067204 img{border-right-width:0px;}
#module_463067204 img{border-bottom-color:transparent;}
#module_463067204 img{border-bottom-style:none;}
#module_463067204 img{border-bottom-width:0px;}
#module_463067204 img{border-left-color:transparent;}
#module_463067204 img{border-left-style:none;}
#module_463067204 img{border-left-width:0px;}
#module_463067204 img{border-top-left-radius:0px;}
#module_463067204 img{border-top-right-radius:0px;}
#module_463067204 img{border-bottom-left-radius:0px;}
#module_463067204 img{border-bottom-right-radius:0px;}
#module_463067204 .BodyCenter{text-align: center;}

#module_416195571__tabPane_8743 #Sub416195571_Tab8743_2 {width:50%;}
.module_463067206 .ModuleHead .HeadCenter{float:none;}
#module_463067206 {
padding:0px;
}
#module_463067206 {
position:static;
z-index:0;
top:22px;
left:0px;
width:100%;
height: auto;
}
#module_463067206 .ModuleHead463067206 {
display:none;
}
#module_463067206 .BodyCenter.BodyCenter463067206 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067206 >.module_463067206 {
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_463067206 >.module_463067206{
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_463067206 .BodyCenter.BodyCenter463067206 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067206 .BodyCenter.BodyCenter463067206 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067206 >.module_463067206 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067206 >.module_463067206 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067206 >.module_463067206 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067206:hover {
border:none;
}
#module_463067206:hover >.module_463067206 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067206 img{border-top-color:transparent;}
#module_463067206 img{border-top-style:none;}
#module_463067206 img{border-top-width:0px;}
#module_463067206 img{border-right-color:transparent;}
#module_463067206 img{border-right-style:none;}
#module_463067206 img{border-right-width:0px;}
#module_463067206 img{border-bottom-color:transparent;}
#module_463067206 img{border-bottom-style:none;}
#module_463067206 img{border-bottom-width:0px;}
#module_463067206 img{border-left-color:transparent;}
#module_463067206 img{border-left-style:none;}
#module_463067206 img{border-left-width:0px;}
#module_463067206 img{border-top-left-radius:0px;}
#module_463067206 img{border-top-right-radius:0px;}
#module_463067206 img{border-bottom-left-radius:0px;}
#module_463067206 img{border-bottom-right-radius:0px;}
#module_463067206 .BodyCenter{text-align: center;}


#module_416195571__tabPane_7582 #Sub416195571_7582 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_416195571__tabPane_7582 #Sub416195571_7582 > .SubContainer {display: table-cell; vertical-align: top;}
#module_416195571__tabPane_7582 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_416195571__tabPane_7582 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_416195571__tabPane_7582 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_416195571__tabPane_7582:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_416195571__tabPane_7582 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_416195571__tabPane_7582 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_416195571__tabPane_7582 #Sub416195571_7582 {display: block;}
#module_416195571__tabPane_7582 #Sub416195571_7582 > .SubPadding {float:left; height: 10px;}
#module_416195571__tabPane_7582 #Sub416195571_7582 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_416195571__tabPane_7582 #Sub416195571_7582 > .SubContainer .SubDrag {display:none;}
#module_416195571__tabPane_7582 #Sub416195571_7582 > .SubPadding {width:0px; display:none;}
#module_416195571__tabPane_7582 #Sub416195571_7582 > .SubContainer {width:100% !important; height: auto;}
}
#module_416195571__tabPane_7582 #Sub416195571_Tab7582_1 {width:50%;}
.module_463067208 .ModuleHead .HeadCenter{float:none;}
#module_463067208 {
padding:0px;
}
#module_463067208 {
position:static;
z-index:0;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_463067208 .ModuleHead463067208 {
display:none;
}
#module_463067208 .BodyCenter.BodyCenter463067208 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067208 >.module_463067208 {
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_463067208 >.module_463067208{
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_463067208 .BodyCenter.BodyCenter463067208 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067208 .BodyCenter.BodyCenter463067208 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067208 >.module_463067208 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067208 >.module_463067208 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067208 >.module_463067208 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067208:hover {
border:none;
}
#module_463067208:hover >.module_463067208 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067208 img{border-top-color:transparent;}
#module_463067208 img{border-top-style:none;}
#module_463067208 img{border-top-width:0px;}
#module_463067208 img{border-right-color:transparent;}
#module_463067208 img{border-right-style:none;}
#module_463067208 img{border-right-width:0px;}
#module_463067208 img{border-bottom-color:transparent;}
#module_463067208 img{border-bottom-style:none;}
#module_463067208 img{border-bottom-width:0px;}
#module_463067208 img{border-left-color:transparent;}
#module_463067208 img{border-left-style:none;}
#module_463067208 img{border-left-width:0px;}
#module_463067208 img{border-top-left-radius:0px;}
#module_463067208 img{border-top-right-radius:0px;}
#module_463067208 img{border-bottom-left-radius:0px;}
#module_463067208 img{border-bottom-right-radius:0px;}
#module_463067208 .BodyCenter{text-align: center;}

#module_416195571__tabPane_7582 #Sub416195571_Tab7582_2 {width:50%;}
.module_463067209 .ModuleHead .HeadCenter{float:none;}
#module_463067209 {
padding:0px;
}
#module_463067209 {
position:static;
z-index:0;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_463067209 .ModuleHead463067209 {
display:none;
}
#module_463067209 .BodyCenter.BodyCenter463067209 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067209 >.module_463067209 {
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_463067209 >.module_463067209{
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_463067209 .BodyCenter.BodyCenter463067209 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067209 .BodyCenter.BodyCenter463067209 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067209 >.module_463067209 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067209 >.module_463067209 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067209 >.module_463067209 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067209:hover {
border:none;
}
#module_463067209:hover >.module_463067209 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067209 img{border-top-color:transparent;}
#module_463067209 img{border-top-style:none;}
#module_463067209 img{border-top-width:0px;}
#module_463067209 img{border-right-color:transparent;}
#module_463067209 img{border-right-style:none;}
#module_463067209 img{border-right-width:0px;}
#module_463067209 img{border-bottom-color:transparent;}
#module_463067209 img{border-bottom-style:none;}
#module_463067209 img{border-bottom-width:0px;}
#module_463067209 img{border-left-color:transparent;}
#module_463067209 img{border-left-style:none;}
#module_463067209 img{border-left-width:0px;}
#module_463067209 img{border-top-left-radius:0px;}
#module_463067209 img{border-top-right-radius:0px;}
#module_463067209 img{border-bottom-left-radius:0px;}
#module_463067209 img{border-bottom-right-radius:0px;}
#module_463067209 .BodyCenter{text-align: center;}


#module_416195571__tabPane_4857 #Sub416195571_4857 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_416195571__tabPane_4857 #Sub416195571_4857 > .SubContainer {display: table-cell; vertical-align: top;}
#module_416195571__tabPane_4857 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_416195571__tabPane_4857 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_416195571__tabPane_4857 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_416195571__tabPane_4857:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_416195571__tabPane_4857 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_416195571__tabPane_4857 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_416195571__tabPane_4857 #Sub416195571_4857 {display: block;}
#module_416195571__tabPane_4857 #Sub416195571_4857 > .SubPadding {float:left; height: 10px;}
#module_416195571__tabPane_4857 #Sub416195571_4857 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_416195571__tabPane_4857 #Sub416195571_4857 > .SubContainer .SubDrag {display:none;}
#module_416195571__tabPane_4857 #Sub416195571_4857 > .SubPadding {width:0px; display:none;}
#module_416195571__tabPane_4857 #Sub416195571_4857 > .SubContainer {width:100% !important; height: auto;}
}
#module_416195571__tabPane_4857 #Sub416195571_Tab4857_1 {width:50%;}
.module_463067210 .ModuleHead .HeadCenter{float:none;}
#module_463067210 {
padding:0px;
}
#module_463067210 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_463067210 .ModuleHead463067210 {
display:none;
}
#module_463067210 .BodyCenter.BodyCenter463067210 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067210 >.module_463067210 {
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_463067210 >.module_463067210{
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_463067210 .BodyCenter.BodyCenter463067210 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067210 .BodyCenter.BodyCenter463067210 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067210 >.module_463067210 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067210 >.module_463067210 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067210 >.module_463067210 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067210:hover {
border:none;
}
#module_463067210:hover >.module_463067210 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067210 img{border-top-color:transparent;}
#module_463067210 img{border-top-style:none;}
#module_463067210 img{border-top-width:0px;}
#module_463067210 img{border-right-color:transparent;}
#module_463067210 img{border-right-style:none;}
#module_463067210 img{border-right-width:0px;}
#module_463067210 img{border-bottom-color:transparent;}
#module_463067210 img{border-bottom-style:none;}
#module_463067210 img{border-bottom-width:0px;}
#module_463067210 img{border-left-color:transparent;}
#module_463067210 img{border-left-style:none;}
#module_463067210 img{border-left-width:0px;}
#module_463067210 img{border-top-left-radius:0px;}
#module_463067210 img{border-top-right-radius:0px;}
#module_463067210 img{border-bottom-left-radius:0px;}
#module_463067210 img{border-bottom-right-radius:0px;}
#module_463067210 .BodyCenter{text-align: center;}

#module_416195571__tabPane_4857 #Sub416195571_Tab4857_2 {width:50%;}
.module_463067211 .ModuleHead .HeadCenter{float:none;}
#module_463067211 {
padding:0px;
}
#module_463067211 {
position:static;
z-index:0;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_463067211 .ModuleHead463067211 {
display:none;
}
#module_463067211 .BodyCenter.BodyCenter463067211 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067211 >.module_463067211 {
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_463067211 >.module_463067211{
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_463067211 .BodyCenter.BodyCenter463067211 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067211 .BodyCenter.BodyCenter463067211 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067211 >.module_463067211 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067211 >.module_463067211 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067211 >.module_463067211 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067211:hover {
border:none;
}
#module_463067211:hover >.module_463067211 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067211 img{border-top-color:transparent;}
#module_463067211 img{border-top-style:none;}
#module_463067211 img{border-top-width:0px;}
#module_463067211 img{border-right-color:transparent;}
#module_463067211 img{border-right-style:none;}
#module_463067211 img{border-right-width:0px;}
#module_463067211 img{border-bottom-color:transparent;}
#module_463067211 img{border-bottom-style:none;}
#module_463067211 img{border-bottom-width:0px;}
#module_463067211 img{border-left-color:transparent;}
#module_463067211 img{border-left-style:none;}
#module_463067211 img{border-left-width:0px;}
#module_463067211 img{border-top-left-radius:0px;}
#module_463067211 img{border-top-right-radius:0px;}
#module_463067211 img{border-bottom-left-radius:0px;}
#module_463067211 img{border-bottom-right-radius:0px;}
#module_463067211 .BodyCenter{text-align: center;}


#module_416195571__tabPane_5643 #Sub416195571_5643 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_416195571__tabPane_5643 #Sub416195571_5643 > .SubContainer {display: table-cell; vertical-align: top;}
#module_416195571__tabPane_5643 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_416195571__tabPane_5643 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_416195571__tabPane_5643 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_416195571__tabPane_5643:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_416195571__tabPane_5643 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_416195571__tabPane_5643 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_416195571__tabPane_5643 #Sub416195571_5643 {display: block;}
#module_416195571__tabPane_5643 #Sub416195571_5643 > .SubPadding {float:left; height: 10px;}
#module_416195571__tabPane_5643 #Sub416195571_5643 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_416195571__tabPane_5643 #Sub416195571_5643 > .SubContainer .SubDrag {display:none;}
#module_416195571__tabPane_5643 #Sub416195571_5643 > .SubPadding {width:0px; display:none;}
#module_416195571__tabPane_5643 #Sub416195571_5643 > .SubContainer {width:100% !important; height: auto;}
}
#module_416195571__tabPane_5643 #Sub416195571_Tab5643_1 {width:50%;}
.module_463067214 .ModuleHead .HeadCenter{float:none;}
#module_463067214 {
padding:0px;
}
#module_463067214 {
position:static;
z-index:0;
top:34px;
left:0px;
width:100%;
height: auto;
}
#module_463067214 .ModuleHead463067214 {
display:none;
}
#module_463067214 .BodyCenter.BodyCenter463067214 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067214 >.module_463067214 {
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_463067214 >.module_463067214{
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_463067214 .BodyCenter.BodyCenter463067214 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067214 .BodyCenter.BodyCenter463067214 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067214 >.module_463067214 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067214 >.module_463067214 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067214 >.module_463067214 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067214:hover {
border:none;
}
#module_463067214:hover >.module_463067214 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067214 img{border-top-color:transparent;}
#module_463067214 img{border-top-style:none;}
#module_463067214 img{border-top-width:0px;}
#module_463067214 img{border-right-color:transparent;}
#module_463067214 img{border-right-style:none;}
#module_463067214 img{border-right-width:0px;}
#module_463067214 img{border-bottom-color:transparent;}
#module_463067214 img{border-bottom-style:none;}
#module_463067214 img{border-bottom-width:0px;}
#module_463067214 img{border-left-color:transparent;}
#module_463067214 img{border-left-style:none;}
#module_463067214 img{border-left-width:0px;}
#module_463067214 img{border-top-left-radius:0px;}
#module_463067214 img{border-top-right-radius:0px;}
#module_463067214 img{border-bottom-left-radius:0px;}
#module_463067214 img{border-bottom-right-radius:0px;}
#module_463067214 .BodyCenter{text-align: center;}

#module_416195571__tabPane_5643 #Sub416195571_Tab5643_2 {width:50%;}
.module_463067212 .ModuleHead .HeadCenter{float:none;}
#module_463067212 {
padding:0px;
}
#module_463067212 {
position:static;
z-index:0;
top:22px;
left:0px;
width:100%;
height: auto;
}
#module_463067212 .ModuleHead463067212 {
display:none;
}
#module_463067212 .BodyCenter.BodyCenter463067212 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067212 >.module_463067212 {
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_463067212 >.module_463067212{
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_463067212 .BodyCenter.BodyCenter463067212 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067212 .BodyCenter.BodyCenter463067212 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067212 >.module_463067212 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067212 >.module_463067212 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067212 >.module_463067212 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067212:hover {
border:none;
}
#module_463067212:hover >.module_463067212 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067212 img{border-top-color:transparent;}
#module_463067212 img{border-top-style:none;}
#module_463067212 img{border-top-width:0px;}
#module_463067212 img{border-right-color:transparent;}
#module_463067212 img{border-right-style:none;}
#module_463067212 img{border-right-width:0px;}
#module_463067212 img{border-bottom-color:transparent;}
#module_463067212 img{border-bottom-style:none;}
#module_463067212 img{border-bottom-width:0px;}
#module_463067212 img{border-left-color:transparent;}
#module_463067212 img{border-left-style:none;}
#module_463067212 img{border-left-width:0px;}
#module_463067212 img{border-top-left-radius:0px;}
#module_463067212 img{border-top-right-radius:0px;}
#module_463067212 img{border-bottom-left-radius:0px;}
#module_463067212 img{border-bottom-right-radius:0px;}
#module_463067212 .BodyCenter{text-align: center;}


#module_416195571__tabPane_1435 #Sub416195571_1435 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_416195571__tabPane_1435 #Sub416195571_1435 > .SubContainer {display: table-cell; vertical-align: top;}
#module_416195571__tabPane_1435 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_416195571__tabPane_1435 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_416195571__tabPane_1435 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_416195571__tabPane_1435:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_416195571__tabPane_1435 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_416195571__tabPane_1435 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_416195571__tabPane_1435 #Sub416195571_1435 {display: block;}
#module_416195571__tabPane_1435 #Sub416195571_1435 > .SubPadding {float:left; height: 10px;}
#module_416195571__tabPane_1435 #Sub416195571_1435 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_416195571__tabPane_1435 #Sub416195571_1435 > .SubContainer .SubDrag {display:none;}
#module_416195571__tabPane_1435 #Sub416195571_1435 > .SubPadding {width:0px; display:none;}
#module_416195571__tabPane_1435 #Sub416195571_1435 > .SubContainer {width:100% !important; height: auto;}
}
#module_416195571__tabPane_1435 #Sub416195571_Tab1435_1 {width:50%;}
.module_463067213 .ModuleHead .HeadCenter{float:none;}
#module_463067213 {
padding:0px;
}
#module_463067213 {
position:static;
z-index:0;
top:21px;
left:0px;
width:100%;
height: auto;
}
#module_463067213 .ModuleHead463067213 {
display:none;
}
#module_463067213 .BodyCenter.BodyCenter463067213 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067213 >.module_463067213 {
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_463067213 >.module_463067213{
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_463067213 .BodyCenter.BodyCenter463067213 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067213 .BodyCenter.BodyCenter463067213 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067213 >.module_463067213 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067213 >.module_463067213 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067213 >.module_463067213 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067213:hover {
border:none;
}
#module_463067213:hover >.module_463067213 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067213 img{border-top-color:transparent;}
#module_463067213 img{border-top-style:none;}
#module_463067213 img{border-top-width:0px;}
#module_463067213 img{border-right-color:transparent;}
#module_463067213 img{border-right-style:none;}
#module_463067213 img{border-right-width:0px;}
#module_463067213 img{border-bottom-color:transparent;}
#module_463067213 img{border-bottom-style:none;}
#module_463067213 img{border-bottom-width:0px;}
#module_463067213 img{border-left-color:transparent;}
#module_463067213 img{border-left-style:none;}
#module_463067213 img{border-left-width:0px;}
#module_463067213 img{border-top-left-radius:0px;}
#module_463067213 img{border-top-right-radius:0px;}
#module_463067213 img{border-bottom-left-radius:0px;}
#module_463067213 img{border-bottom-right-radius:0px;}
#module_463067213 .BodyCenter{text-align: center;}

#module_416195571__tabPane_1435 #Sub416195571_Tab1435_2 {width:50%;}
.module_463067215 .ModuleHead .HeadCenter{float:none;}
#module_463067215 {
padding:0px;
}
#module_463067215 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_463067215 .ModuleHead463067215 {
display:none;
}
#module_463067215 .BodyCenter.BodyCenter463067215 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067215 >.module_463067215 {
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_463067215 >.module_463067215{
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_463067215 .BodyCenter.BodyCenter463067215 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067215 .BodyCenter.BodyCenter463067215 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067215 >.module_463067215 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067215 >.module_463067215 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067215 >.module_463067215 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067215:hover {
border:none;
}
#module_463067215:hover >.module_463067215 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067215 img{border-top-color:transparent;}
#module_463067215 img{border-top-style:none;}
#module_463067215 img{border-top-width:0px;}
#module_463067215 img{border-right-color:transparent;}
#module_463067215 img{border-right-style:none;}
#module_463067215 img{border-right-width:0px;}
#module_463067215 img{border-bottom-color:transparent;}
#module_463067215 img{border-bottom-style:none;}
#module_463067215 img{border-bottom-width:0px;}
#module_463067215 img{border-left-color:transparent;}
#module_463067215 img{border-left-style:none;}
#module_463067215 img{border-left-width:0px;}
#module_463067215 img{border-top-left-radius:0px;}
#module_463067215 img{border-top-right-radius:0px;}
#module_463067215 img{border-bottom-left-radius:0px;}
#module_463067215 img{border-bottom-right-radius:0px;}
#module_463067215 .BodyCenter{text-align: center;}


#module_416195571__tabPane_10526 #Sub416195571_10526 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_416195571__tabPane_10526 #Sub416195571_10526 > .SubContainer {display: table-cell; vertical-align: top;}
#module_416195571__tabPane_10526 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_416195571__tabPane_10526 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_416195571__tabPane_10526 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_416195571__tabPane_10526:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_416195571__tabPane_10526 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_416195571__tabPane_10526 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_416195571__tabPane_10526 #Sub416195571_10526 {display: block;}
#module_416195571__tabPane_10526 #Sub416195571_10526 > .SubPadding {float:left; height: 10px;}
#module_416195571__tabPane_10526 #Sub416195571_10526 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_416195571__tabPane_10526 #Sub416195571_10526 > .SubContainer .SubDrag {display:none;}
#module_416195571__tabPane_10526 #Sub416195571_10526 > .SubPadding {width:0px; display:none;}
#module_416195571__tabPane_10526 #Sub416195571_10526 > .SubContainer {width:100% !important; height: auto;}
}
#module_416195571__tabPane_10526 #Sub416195571_Tab10526_1 {width:50%;}
.module_463067218 .ModuleHead .HeadCenter{float:none;}
#module_463067218 {
padding:0px;
}
#module_463067218 {
position:static;
z-index:0;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_463067218 .ModuleHead463067218 {
display:none;
}
#module_463067218 .BodyCenter.BodyCenter463067218 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067218 >.module_463067218 {
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_463067218 >.module_463067218{
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_463067218 .BodyCenter.BodyCenter463067218 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067218 .BodyCenter.BodyCenter463067218 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067218 >.module_463067218 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067218 >.module_463067218 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067218 >.module_463067218 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067218:hover {
border:none;
}
#module_463067218:hover >.module_463067218 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067218 img{border-top-color:transparent;}
#module_463067218 img{border-top-style:none;}
#module_463067218 img{border-top-width:0px;}
#module_463067218 img{border-right-color:transparent;}
#module_463067218 img{border-right-style:none;}
#module_463067218 img{border-right-width:0px;}
#module_463067218 img{border-bottom-color:transparent;}
#module_463067218 img{border-bottom-style:none;}
#module_463067218 img{border-bottom-width:0px;}
#module_463067218 img{border-left-color:transparent;}
#module_463067218 img{border-left-style:none;}
#module_463067218 img{border-left-width:0px;}
#module_463067218 img{border-top-left-radius:0px;}
#module_463067218 img{border-top-right-radius:0px;}
#module_463067218 img{border-bottom-left-radius:0px;}
#module_463067218 img{border-bottom-right-radius:0px;}
#module_463067218 .BodyCenter{text-align: center;}

#module_416195571__tabPane_10526 #Sub416195571_Tab10526_2 {width:50%;}
.module_463067217 .ModuleHead .HeadCenter{float:none;}
#module_463067217 {
padding:0px;
}
#module_463067217 {
position:static;
z-index:0;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_463067217 .ModuleHead463067217 {
display:none;
}
#module_463067217 .BodyCenter.BodyCenter463067217 {
background:none;background-color:rgba(0,0,0,0);
}
#module_463067217 >.module_463067217 {
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_463067217 >.module_463067217{
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_463067217 .BodyCenter.BodyCenter463067217 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067217 .BodyCenter.BodyCenter463067217 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_463067217 >.module_463067217 {
margin-top:0.0000%;
margin-left:2.5000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_463067217 >.module_463067217 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_463067217 >.module_463067217 {box-shadow: 0px 0px 0px 0px #ccc}
#module_463067217:hover {
border:none;
}
#module_463067217:hover >.module_463067217 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_463067217 img{border-top-color:transparent;}
#module_463067217 img{border-top-style:none;}
#module_463067217 img{border-top-width:0px;}
#module_463067217 img{border-right-color:transparent;}
#module_463067217 img{border-right-style:none;}
#module_463067217 img{border-right-width:0px;}
#module_463067217 img{border-bottom-color:transparent;}
#module_463067217 img{border-bottom-style:none;}
#module_463067217 img{border-bottom-width:0px;}
#module_463067217 img{border-left-color:transparent;}
#module_463067217 img{border-left-style:none;}
#module_463067217 img{border-left-width:0px;}
#module_463067217 img{border-top-left-radius:0px;}
#module_463067217 img{border-top-right-radius:0px;}
#module_463067217 img{border-bottom-left-radius:0px;}
#module_463067217 img{border-bottom-right-radius:0px;}
#module_463067217 .BodyCenter{text-align: center;}



.module_416197132 .ModuleHead .HeadCenter{float:none;}
#module_416197132 {
padding:0px;
}
#module_416197132 {
position:static;
z-index:0;
top:771px;
left:0px;
width:100%;
height: auto;
}
#module_416197132 .ModuleHead416197132 {
display:none;
}
#module_416197132 .BodyCenter.BodyCenter416197132 {
background-color:transparent;
background-image:url(20220108112645fa9c98.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:0% 0%;
background-Attachment:scroll;
}
#module_416197132 >.module_416197132 {
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_416197132 >.module_416197132{
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_416197132 .BodyCenter.BodyCenter416197132 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197132 .BodyCenter.BodyCenter416197132 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416197132 >.module_416197132 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197132 >.module_416197132 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416197132 >.module_416197132 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197132:hover {
border:none;
}
#module_416197132:hover >.module_416197132 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197132 .ModuleSubContainer{background-color:transparent;}
#module_416197132 .ModuleSubContainer{background-image:none;}
#module_416197132 .ModuleSubContainer{background-repeat:no-repeat;}
#module_416197132 .ModuleSubContainer{background-position:0% 0%;}
#module_416197132 .ModuleSubContainer{background-attachment:scroll;}
#module_416197132 .ModuleSubContainer{}
#module_416197132 {!bgVideo!}{bgVideoUrl:}
#module_416197132 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_416197132 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_416197132 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer416197132 {max-width:none;width:100%;}
.module_416197133 .ModuleHead .HeadCenter{float:none;}
#module_416197133 {
padding:0px;
}
#module_416197133 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_416197133 .ModuleHead416197133 {
display:none;
}
#module_416197133 .BodyCenter.BodyCenter416197133 {
background-color:transparent;
background-image:url(202201081118307e35ca.png);
background-size:auto;
background-repeat:no-repeat;
background-position:0% 50%;
background-Attachment:scroll;
}
#module_416197133 >.module_416197133 {
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_416197133 >.module_416197133{
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_416197133 .BodyCenter.BodyCenter416197133 {
padding-top:4.1841%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_416197133 .BodyCenter.BodyCenter416197133 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416197133 >.module_416197133 {
margin-top:8.3682%;
margin-left:8.3682%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197133 >.module_416197133 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416197133 >.module_416197133 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197133:hover {
border:none;
}
#module_416197133:hover >.module_416197133 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197133 .ModuleImageTextGiantContent{margin-top:0px;}
#module_416197133 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_416197133 .ModuleImageTextGiantContent{margin-left:0px;}
#module_416197133 .ModuleImageTextGiantContent{margin-right:0px;}
#module_416197133 .imageTextGiant-Container{padding-top:10px;}
#module_416197133 .imageTextGiant-Container{padding-bottom:10px;}
#module_416197133 .imageTextGiant-Container{padding-left:10px;}
#module_416197133 .imageTextGiant-Container{padding-right:10px;}
#module_416197133 .showHandle .btn{font-size:14px;}
#module_416197133 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_416197133 .showHandle .btn{color:#333;}
#module_416197133 .showHandle .btn{font-weight:400;}
#module_416197133 .showHandle .btn{text-decoration:none;}
#module_416197133 .showHandle .btn{font-style:normal;}
#module_416197133 .showHandle div{border-top-color:#ddd !important;}
#module_416197133 .showHandle div{border-top-style:solid !important;}
#module_416197133 .showHandle div{border-top-width:1px !important;}
#module_416197133 .showHandle{background-color:transparent;}
#module_416197133 .showHandle{background-image:none;}
#module_416197133 .showHandle{background-repeat:no-repeat;}
#module_416197133 .showHandle{}
#module_416197133 .showHandle{}
#module_416197133 .showHandle{}
#module_416197133 a{font-size:unset;font-family:unset}
.module_416197134 .ModuleHead .HeadCenter{float:none;}
#module_416197134 {
padding:0px;
}
#module_416197134 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_416197134 .ModuleHead416197134 {
display:none;
}
#module_416197134 .BodyCenter.BodyCenter416197134 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416197134 >.module_416197134 {
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_416197134 >.module_416197134{
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_416197134 .BodyCenter.BodyCenter416197134 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197134 .BodyCenter.BodyCenter416197134 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416197134 >.module_416197134 {
margin-top:2.1967%;
margin-left:8.3682%;
margin-right:8.3682%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197134 >.module_416197134 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416197134 >.module_416197134 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197134:hover {
border:none;
}
#module_416197134:hover >.module_416197134 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197134 .ModuleImageTextGiantContent{margin-top:0px;}
#module_416197134 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_416197134 .ModuleImageTextGiantContent{margin-left:0px;}
#module_416197134 .ModuleImageTextGiantContent{margin-right:0px;}
#module_416197134 .imageTextGiant-Container{padding-top:10px;}
#module_416197134 .imageTextGiant-Container{padding-bottom:10px;}
#module_416197134 .imageTextGiant-Container{padding-left:10px;}
#module_416197134 .imageTextGiant-Container{padding-right:10px;}
#module_416197134 .showHandle .btn{font-size:14px;}
#module_416197134 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_416197134 .showHandle .btn{color:#333;}
#module_416197134 .showHandle .btn{font-weight:400;}
#module_416197134 .showHandle .btn{text-decoration:none;}
#module_416197134 .showHandle .btn{font-style:normal;}
#module_416197134 .showHandle div{border-top-color:#ddd !important;}
#module_416197134 .showHandle div{border-top-style:solid !important;}
#module_416197134 .showHandle div{border-top-width:1px !important;}
#module_416197134 .showHandle{background-color:transparent;}
#module_416197134 .showHandle{background-image:none;}
#module_416197134 .showHandle{background-repeat:no-repeat;}
#module_416197134 .showHandle{}
#module_416197134 .showHandle{}
#module_416197134 .showHandle{}
#module_416197134 a{font-size:unset;font-family:unset}
.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-row {
	display: flex;
	margin: auto;
	padding-top: 10px;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item {
	margin: auto;
	height: auto;
	padding-left: 0;
	padding-right: 0;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-lg-4 {
	width: 25%;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-lg-3 {
	width: 33.33333%;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-lg-2 {
	width: 50%;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-lg-1 {
	width: 100%;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {
	line-height: 1;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.digital-num-item {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	/* max-width: 90%; */
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num {
	max-width: calc(100% - 61px);
	font-weight: lighter;
	font-family: 'MicrosoftYaHeiUILight';
	/* height: 40px;
	line-height: 40px; */
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-unit {
	font-size: 14px;
	padding-left: 5px;
	top: -1em;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-title {
	font-size: 14px;
	margin-top: 14px;
	text-align: center;
}

/*平板横屏*/
/*@media (min-width:992px) and (max-width: 1199px) {*/
	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item {*/
		/*height: auto;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-md-4 {*/
		/*width: 25%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-md-3 {*/
		/*width: 33.33333%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-md-2 {*/
		/*width: 50%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-md-1 {*/
		/*width: 100%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {*/
		/*font-size: 40px;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-title {*/
		/*margin-top: 10px;*/
	/*}*/
/*}*/

/*平板竖屏、手机屏幕*/
/*@media (max-width: 991px) {*/
	/**/
/*}*/

/*@media only screen and (min-width: 768px) and (max-width: 991px) {*/
	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {*/
		/*font-size: 35px;*/
	/*}*/
/*}*/

@media (max-width: 767px) {
	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {
		font-size: 30px;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-row {
		overflow: hidden;
		display: block;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-line:nth-child(2n) {
		border-right-width: 0px !important;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item:nth-child(n+3) {
		margin-top: 20pt;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item {
		float: left;
		height: auto;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-sm-2,
	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-xs-2 {
		width: 50%;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-sm-1,
	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-xs-1 {
		width: 100%;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-title {
		margin-top: 5pt;
		font-size: 14px;
	}
}.module_416197135 .ModuleHead .HeadCenter{float:none;}
#module_416197135 {
padding:0px;
}
#module_416197135 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_416197135 .ModuleHead416197135 {
display:none;
}
#module_416197135 .BodyCenter.BodyCenter416197135 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416197135 >.module_416197135 {
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_416197135 >.module_416197135{
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_416197135 .BodyCenter.BodyCenter416197135 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197135 .BodyCenter.BodyCenter416197135 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416197135 >.module_416197135 {
margin-top:4.6025%;
margin-left:8.3682%;
margin-right:8.3682%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197135 >.module_416197135 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416197135 >.module_416197135 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197135:hover {
border:none;
}
#module_416197135:hover >.module_416197135 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197135 .digital-unit{font-size:14px;}
#module_416197135 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_416197135 .digital-unit{color:rgb(255, 255, 255);}
#module_416197135 .digital-unit{font-weight:normal;}
#module_416197135 .digital-unit{text-decoration:initial;}
#module_416197135 .digital-unit{font-style:normal;}
#module_416197135 .digital-num{font-size:44px;}#module_416197135 .digital-num-item sup{top: calc(-44px * 20 / 100);}
#module_416197135 .digital-num{font-family:impact,chicago!important;}
#module_416197135 .digital-num{color:rgb(255, 255, 255);}
#module_416197135 .digital-num{font-weight:normal;}
#module_416197135 .digital-num{text-decoration:initial!important;}
#module_416197135 .digital-num{font-style:normal;}
#module_416197135 .digital-title{font-size:14px;}
#module_416197135 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_416197135 .digital-title{color:rgb(242, 242, 242);}
#module_416197135 .digital-title{font-weight:normal;}
#module_416197135 .digital-title{text-decoration:initial;}
#module_416197135 .digital-title{font-style:normal;}
#module_416197135 .digital-title{margin-top:10px;}
#module_416197135 .digital-title{margin-left:0px;}
#module_416197135 .digital-title{margin-right:0px;}
#module_416197135 .digital-title{margin-bottom:0px;}
#module_416197135 .digital-item{background-color:transparent;}
#module_416197135 .digital-item{background-image:none;}
#module_416197135 .digital-item{background-repeat:no-repeat;}
#module_416197135 .digital-item{background-position:none;}
#module_416197135 .digital-item{background-attachment:none;}
#module_416197135 .digital-item{}
#module_416197135 .digital-unit{color:rgb(255, 255, 255);}
#module_416197135 .digital-line:not(:last-child){border-right-color:#eee;}
#module_416197135 .digital-line:not(:last-child){border-right-style:solid;}
#module_416197135 .digital-line:not(:last-child){border-right-width:0px;}

.module_416197136 .ModuleHead .HeadCenter{float:none;}
#module_416197136 {
padding:0px;
}
#module_416197136 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_416197136 .ModuleHead416197136 {
display:none;
}
#module_416197136 .BodyCenter.BodyCenter416197136 {
background:none;background-color:rgb(250, 250, 250);
}
#module_416197136 >.module_416197136 {
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_416197136 >.module_416197136{
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_416197136 .BodyCenter.BodyCenter416197136 {
padding-top:8.3682%;
padding-left:8.3682%;
padding-right:8.3682%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197136 .BodyCenter.BodyCenter416197136 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416197136 >.module_416197136 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197136 >.module_416197136 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416197136 >.module_416197136 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197136:hover {
border:none;
}
#module_416197136:hover >.module_416197136 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197136 img{border-top-color:transparent;}
#module_416197136 img{border-top-style:none;}
#module_416197136 img{border-top-width:0px;}
#module_416197136 img{border-right-color:transparent;}
#module_416197136 img{border-right-style:none;}
#module_416197136 img{border-right-width:0px;}
#module_416197136 img{border-bottom-color:transparent;}
#module_416197136 img{border-bottom-style:none;}
#module_416197136 img{border-bottom-width:0px;}
#module_416197136 img{border-left-color:transparent;}
#module_416197136 img{border-left-style:none;}
#module_416197136 img{border-left-width:0px;}
#module_416197136 img{border-top-left-radius:0px;}
#module_416197136 img{border-top-right-radius:0px;}
#module_416197136 img{border-bottom-left-radius:0px;}
#module_416197136 img{border-bottom-right-radius:0px;}
#module_416197136 .BodyCenter{text-align: center;}

.module_416197137 .ModuleHead .HeadCenter{float:none;}
#module_416197137 {
padding:0px;
}
#module_416197137 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_416197137 .ModuleHead416197137 {
display:none;
}
#module_416197137 .BodyCenter.BodyCenter416197137 {
background:none;background-color:rgb(250, 250, 250);
}
#module_416197137 >.module_416197137 {
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_416197137 >.module_416197137{
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_416197137 .BodyCenter.BodyCenter416197137 {
padding-top:0.0000%;
padding-left:6.2762%;
padding-right:0.0000%;
padding-bottom:8.3682%;
}
}
@media screen and (max-width: 767px){
#module_416197137 .BodyCenter.BodyCenter416197137 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416197137 >.module_416197137 {
margin-top:-0.5230%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197137 >.module_416197137 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416197137 >.module_416197137 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197137:hover {
border:none;
}
#module_416197137:hover >.module_416197137 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197137 .ModuleImageTextGiantContent{margin-top:0px;}
#module_416197137 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_416197137 .ModuleImageTextGiantContent{margin-left:0px;}
#module_416197137 .ModuleImageTextGiantContent{margin-right:0px;}
#module_416197137 .imageTextGiant-Container{padding-top:10px;}
#module_416197137 .imageTextGiant-Container{padding-bottom:10px;}
#module_416197137 .imageTextGiant-Container{padding-left:10px;}
#module_416197137 .imageTextGiant-Container{padding-right:10px;}
#module_416197137 .showHandle .btn{font-size:14px;}
#module_416197137 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_416197137 .showHandle .btn{color:#333;}
#module_416197137 .showHandle .btn{font-weight:400;}
#module_416197137 .showHandle .btn{text-decoration:none;}
#module_416197137 .showHandle .btn{font-style:normal;}
#module_416197137 .showHandle div{border-top-color:#ddd !important;}
#module_416197137 .showHandle div{border-top-style:solid !important;}
#module_416197137 .showHandle div{border-top-width:1px !important;}
#module_416197137 .showHandle{background-color:transparent;}
#module_416197137 .showHandle{background-image:none;}
#module_416197137 .showHandle{background-repeat:no-repeat;}
#module_416197137 .showHandle{}
#module_416197137 .showHandle{}
#module_416197137 .showHandle{}
#module_416197137 a{font-size:unset;font-family:unset}
.module_415301305 .ModuleHead .HeadCenter{float:none;}
#module_415301305 {
padding:0px;
}
#module_415301305 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415301305 .ModuleHead415301305 {
display:none;
}
#module_415301305 .BodyCenter.BodyCenter415301305 {
background-color:transparent;
background-image:url(20220108112645fa9c98.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:0% 0%;
background-Attachment:scroll;
}
#module_415301305 >.module_415301305 {
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_415301305 >.module_415301305{
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_415301305 .BodyCenter.BodyCenter415301305 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415301305 .BodyCenter.BodyCenter415301305 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415301305 >.module_415301305 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415301305 >.module_415301305 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415301305 >.module_415301305 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415301305:hover {
border:none;
}
#module_415301305:hover >.module_415301305 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415301305 .ModuleSubContainer{background-color:transparent;}
#module_415301305 .ModuleSubContainer{background-image:none;}
#module_415301305 .ModuleSubContainer{background-repeat:no-repeat;}
#module_415301305 .ModuleSubContainer{background-position:0% 0%;}
#module_415301305 .ModuleSubContainer{background-attachment:scroll;}
#module_415301305 .ModuleSubContainer{}
#module_415301305 {!bgVideo!}{bgVideoUrl:}
#module_415301305 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_415301305 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_415301305 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer415301305 {max-width:none;width:100%;}
.module_415301306 .ModuleHead .HeadCenter{float:none;}
#module_415301306 {
padding:0px;
}
#module_415301306 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415301306 .ModuleHead415301306 {
display:none;
}
#module_415301306 .BodyCenter.BodyCenter415301306 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415301306 >.module_415301306 {
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_415301306 >.module_415301306{
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_415301306 .BodyCenter.BodyCenter415301306 {
padding-top:4.1841%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_415301306 .BodyCenter.BodyCenter415301306 {
padding-top:2.8818%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_415301306 >.module_415301306 {
margin-top:8.3682%;
margin-left:8.3682%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415301306 >.module_415301306 {
margin-top:5.7637%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_415301306 >.module_415301306 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415301306:hover {
border:none;
}
#module_415301306:hover >.module_415301306 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415301306 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415301306 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415301306 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415301306 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415301306 .imageTextGiant-Container{padding-top:10px;}
#module_415301306 .imageTextGiant-Container{padding-bottom:10px;}
#module_415301306 .imageTextGiant-Container{padding-left:10px;}
#module_415301306 .imageTextGiant-Container{padding-right:10px;}
#module_415301306 .showHandle .btn{font-size:14px;}
#module_415301306 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_415301306 .showHandle .btn{color:#333;}
#module_415301306 .showHandle .btn{font-weight:400;}
#module_415301306 .showHandle .btn{text-decoration:none;}
#module_415301306 .showHandle .btn{font-style:normal;}
#module_415301306 .showHandle div{border-top-color:#ddd !important;}
#module_415301306 .showHandle div{border-top-style:solid !important;}
#module_415301306 .showHandle div{border-top-width:1px !important;}
#module_415301306 .showHandle{background-color:transparent;}
#module_415301306 .showHandle{background-image:none;}
#module_415301306 .showHandle{background-repeat:no-repeat;}
#module_415301306 .showHandle{}
#module_415301306 .showHandle{}
#module_415301306 .showHandle{}
#module_415301306 a{font-size:unset;font-family:unset}
.module_415302069 .ModuleHead .HeadCenter{float:none;}
#module_415302069 {
padding:0px;
}
#module_415302069 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415302069 .ModuleHead415302069 {
display:none;
}
#module_415302069 .BodyCenter.BodyCenter415302069 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415302069 >.module_415302069 {
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_415302069 >.module_415302069{
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_415302069 .BodyCenter.BodyCenter415302069 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302069 .BodyCenter.BodyCenter415302069 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_415302069 >.module_415302069 {
margin-top:2.1967%;
margin-left:8.3682%;
margin-right:8.3682%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302069 >.module_415302069 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_415302069 >.module_415302069 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415302069:hover {
border:none;
}
#module_415302069:hover >.module_415302069 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415302069 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415302069 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415302069 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415302069 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415302069 .imageTextGiant-Container{padding-top:10px;}
#module_415302069 .imageTextGiant-Container{padding-bottom:10px;}
#module_415302069 .imageTextGiant-Container{padding-left:10px;}
#module_415302069 .imageTextGiant-Container{padding-right:10px;}
#module_415302069 .showHandle .btn{font-size:14px;}
#module_415302069 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_415302069 .showHandle .btn{color:#333;}
#module_415302069 .showHandle .btn{font-weight:400;}
#module_415302069 .showHandle .btn{text-decoration:none;}
#module_415302069 .showHandle .btn{font-style:normal;}
#module_415302069 .showHandle div{border-top-color:#ddd !important;}
#module_415302069 .showHandle div{border-top-style:solid !important;}
#module_415302069 .showHandle div{border-top-width:1px !important;}
#module_415302069 .showHandle{background-color:transparent;}
#module_415302069 .showHandle{background-image:none;}
#module_415302069 .showHandle{background-repeat:no-repeat;}
#module_415302069 .showHandle{}
#module_415302069 .showHandle{}
#module_415302069 .showHandle{}
#module_415302069 a{font-size:unset;font-family:unset}
.module_415302084 .ModuleHead .HeadCenter{float:none;}
#module_415302084 {
padding:0px;
}
#module_415302084 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415302084 .ModuleHead415302084 {
display:none;
}
#module_415302084 .BodyCenter.BodyCenter415302084 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415302084 >.module_415302084 {
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_415302084 >.module_415302084{
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_415302084 .BodyCenter.BodyCenter415302084 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302084 .BodyCenter.BodyCenter415302084 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_415302084 >.module_415302084 {
margin-top:3.1381%;
margin-left:8.3682%;
margin-right:8.3682%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302084 >.module_415302084 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_415302084 >.module_415302084 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415302084:hover {
border:none;
}
#module_415302084:hover >.module_415302084 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415302084 .digital-unit{font-size:14px;}
#module_415302084 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_415302084 .digital-unit{color:rgb(255, 255, 255);}
#module_415302084 .digital-unit{font-weight:normal;}
#module_415302084 .digital-unit{text-decoration:initial;}
#module_415302084 .digital-unit{font-style:normal;}
#module_415302084 .digital-num{font-size:28px;}#module_415302084 .digital-num-item sup{top: calc(-28px * 20 / 100);}
#module_415302084 .digital-num{font-family:impact,chicago!important;}
#module_415302084 .digital-num{color:rgb(255, 255, 255);}
#module_415302084 .digital-num{font-weight:normal;}
#module_415302084 .digital-num{text-decoration:initial!important;}
#module_415302084 .digital-num{font-style:normal;}
#module_415302084 .digital-title{font-size:14px;}
#module_415302084 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_415302084 .digital-title{color:rgb(242, 242, 242);}
#module_415302084 .digital-title{font-weight:normal;}
#module_415302084 .digital-title{text-decoration:initial;}
#module_415302084 .digital-title{font-style:normal;}
#module_415302084 .digital-title{margin-top:10px;}
#module_415302084 .digital-title{margin-left:0px;}
#module_415302084 .digital-title{margin-right:0px;}
#module_415302084 .digital-title{margin-bottom:0px;}
#module_415302084 .digital-item{background-color:transparent;}
#module_415302084 .digital-item{background-image:none;}
#module_415302084 .digital-item{background-repeat:no-repeat;}
#module_415302084 .digital-item{background-position:none;}
#module_415302084 .digital-item{background-attachment:none;}
#module_415302084 .digital-item{}
#module_415302084 .digital-unit{color:rgb(255, 255, 255);}
#module_415302084 .digital-line:not(:last-child){border-right-color:#eee;}
#module_415302084 .digital-line:not(:last-child){border-right-style:solid;}
#module_415302084 .digital-line:not(:last-child){border-right-width:0px;}

.module_415302089 .ModuleHead .HeadCenter{float:none;}
#module_415302089 {
padding:0px;
}
#module_415302089 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415302089 .ModuleHead415302089 {
display:none;
}
#module_415302089 .BodyCenter.BodyCenter415302089 {
background:none;background-color:rgb(250, 250, 250);
}
#module_415302089 >.module_415302089 {
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_415302089 >.module_415302089{
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_415302089 .BodyCenter.BodyCenter415302089 {
padding-top:8.3682%;
padding-left:8.3682%;
padding-right:8.3682%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302089 .BodyCenter.BodyCenter415302089 {
padding-top:2.8818%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_415302089 >.module_415302089 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302089 >.module_415302089 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_415302089 >.module_415302089 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415302089:hover {
border:none;
}
#module_415302089:hover >.module_415302089 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415302089 img{border-top-color:transparent;}
#module_415302089 img{border-top-style:none;}
#module_415302089 img{border-top-width:0px;}
#module_415302089 img{border-right-color:transparent;}
#module_415302089 img{border-right-style:none;}
#module_415302089 img{border-right-width:0px;}
#module_415302089 img{border-bottom-color:transparent;}
#module_415302089 img{border-bottom-style:none;}
#module_415302089 img{border-bottom-width:0px;}
#module_415302089 img{border-left-color:transparent;}
#module_415302089 img{border-left-style:none;}
#module_415302089 img{border-left-width:0px;}
#module_415302089 img{border-top-left-radius:0px;}
#module_415302089 img{border-top-right-radius:0px;}
#module_415302089 img{border-bottom-left-radius:0px;}
#module_415302089 img{border-bottom-right-radius:0px;}
#module_415302089 .BodyCenter{text-align: center;}

.module_415302094 .ModuleHead .HeadCenter{float:none;}
#module_415302094 {
padding:0px;
}
#module_415302094 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415302094 .ModuleHead415302094 {
display:none;
}
#module_415302094 .BodyCenter.BodyCenter415302094 {
background:none;background-color:rgb(250, 250, 250);
}
#module_415302094 >.module_415302094 {
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_415302094 >.module_415302094{
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_415302094 .BodyCenter.BodyCenter415302094 {
padding-top:0.0000%;
padding-left:6.2762%;
padding-right:0.0000%;
padding-bottom:8.3682%;
}
}
@media screen and (max-width: 767px){
#module_415302094 .BodyCenter.BodyCenter415302094 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.6455%;
}
}
@media screen and (min-width: 768px){
#module_415302094 >.module_415302094 {
margin-top:-0.5230%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302094 >.module_415302094 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_415302094 >.module_415302094 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415302094:hover {
border:none;
}
#module_415302094:hover >.module_415302094 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415302094 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415302094 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415302094 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415302094 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415302094 .imageTextGiant-Container{padding-top:10px;}
#module_415302094 .imageTextGiant-Container{padding-bottom:10px;}
#module_415302094 .imageTextGiant-Container{padding-left:10px;}
#module_415302094 .imageTextGiant-Container{padding-right:10px;}
#module_415302094 .showHandle .btn{font-size:14px;}
#module_415302094 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_415302094 .showHandle .btn{color:#333;}
#module_415302094 .showHandle .btn{font-weight:400;}
#module_415302094 .showHandle .btn{text-decoration:none;}
#module_415302094 .showHandle .btn{font-style:normal;}
#module_415302094 .showHandle div{border-top-color:#ddd !important;}
#module_415302094 .showHandle div{border-top-style:solid !important;}
#module_415302094 .showHandle div{border-top-width:1px !important;}
#module_415302094 .showHandle{background-color:transparent;}
#module_415302094 .showHandle{background-image:none;}
#module_415302094 .showHandle{background-repeat:no-repeat;}
#module_415302094 .showHandle{}
#module_415302094 .showHandle{}
#module_415302094 .showHandle{}
#module_415302094 a{font-size:unset;font-family:unset}
.module_417934992 .ModuleHead .HeadCenter{float:none;}
#module_417934992 {
padding:0px;
}
#module_417934992 {
position:static;
z-index:0;
top:1785px;
left:0px;
width:100%;
height: auto;
}
#module_417934992 .ModuleHead417934992 {
display:none;
}
#module_417934992 .BodyCenter.BodyCenter417934992 {
background-color:transparent;
background-image:url(202202181542244079fc.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_417934992 >.module_417934992 {
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_417934992 >.module_417934992{
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_417934992 .BodyCenter.BodyCenter417934992 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_417934992 .BodyCenter.BodyCenter417934992 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_417934992 >.module_417934992 {
margin-top:-5.2301%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_417934992 >.module_417934992 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_417934992 >.module_417934992 {box-shadow: 0px 0px 0px 0px #ccc}
#module_417934992:hover {
border:none;
}
#module_417934992:hover >.module_417934992 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_417934992 .ModuleSubContainer{background-color:transparent;}
#module_417934992 .ModuleSubContainer{background-image:none;}
#module_417934992 .ModuleSubContainer{background-repeat:no-repeat;}
#module_417934992 .ModuleSubContainer{background-position:0% 0%;}
#module_417934992 .ModuleSubContainer{background-attachment:scroll;}
#module_417934992 .ModuleSubContainer{}
#module_417934992 {!bgVideo!}{bgVideoUrl:}
#module_417934992 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_417934992 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_417934992 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer417934992 {}
.module_417934993 .ModuleHead .HeadCenter{float:none;}
#module_417934993 {
padding:0px;
}
#module_417934993 {
position:static;
z-index:0;
top:2998px;
left:539px;
width:100%;
height: auto;
}
#module_417934993 .ModuleHead417934993 {
display:none;
}
#module_417934993 .BodyCenter.BodyCenter417934993 {
background:none;background-color:rgba(0,0,0,0);
}
#module_417934993 >.module_417934993 {
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_417934993 >.module_417934993{
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_417934993 .BodyCenter.BodyCenter417934993 {
padding-top:23.3333%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:23.3333%;
}
}
@media screen and (max-width: 767px){
#module_417934993 .BodyCenter.BodyCenter417934993 {
padding-top:14.4092%;
padding-left:25.9366%;
padding-right:25.9366%;
padding-bottom:14.4092%;
}
}
@media screen and (min-width: 768px){
#module_417934993 >.module_417934993 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_417934993 >.module_417934993 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_417934993 >.module_417934993 {box-shadow: 0px 0px 0px 0px #ccc}
#module_417934993:hover {
border:none;
}
#module_417934993:hover >.module_417934993 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_417934993 .ModuleImageTextGiantContent{margin-top:0px;}
#module_417934993 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_417934993 .ModuleImageTextGiantContent{margin-left:0px;}
#module_417934993 .ModuleImageTextGiantContent{margin-right:0px;}
#module_417934993 .imageTextGiant-Container{padding-top:10px;}
#module_417934993 .imageTextGiant-Container{padding-bottom:10px;}
#module_417934993 .imageTextGiant-Container{padding-left:10px;}
#module_417934993 .imageTextGiant-Container{padding-right:10px;}
#module_417934993 .showHandle .btn{font-size:14px;}
#module_417934993 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_417934993 .showHandle .btn{color:#333;}
#module_417934993 .showHandle .btn{font-weight:400;}
#module_417934993 .showHandle .btn{text-decoration:none;}
#module_417934993 .showHandle .btn{font-style:normal;}
#module_417934993 .showHandle div{border-top-color:#ddd !important;}
#module_417934993 .showHandle div{border-top-style:solid !important;}
#module_417934993 .showHandle div{border-top-width:1px !important;}
#module_417934993 .showHandle{background-color:transparent;}
#module_417934993 .showHandle{background-image:none;}
#module_417934993 .showHandle{background-repeat:no-repeat;}
#module_417934993 .showHandle{}
#module_417934993 .showHandle{}
#module_417934993 .showHandle{}
#module_417934993 a{font-size:unset;font-family:unset}
.module_415302113 .ModuleHead .HeadCenter{float:none;}
#module_415302113 {
padding:0px;
}
#module_415302113 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415302113 .ModuleHead415302113 {
display:none;
}
#module_415302113 .BodyCenter.BodyCenter415302113 {
background-color:transparent;
background-image:url(20220218155514972c23.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_415302113 >.module_415302113 {
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_415302113 >.module_415302113{
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_415302113 .BodyCenter.BodyCenter415302113 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302113 .BodyCenter.BodyCenter415302113 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_415302113 >.module_415302113 {
margin-top:-5.2301%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302113 >.module_415302113 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_415302113 >.module_415302113 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415302113:hover {
border:none;
}
#module_415302113:hover >.module_415302113 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415302113 .ModuleSubContainer{background-color:transparent;}
#module_415302113 .ModuleSubContainer{background-image:none;}
#module_415302113 .ModuleSubContainer{background-repeat:no-repeat;}
#module_415302113 .ModuleSubContainer{background-position:0% 0%;}
#module_415302113 .ModuleSubContainer{background-attachment:scroll;}
#module_415302113 .ModuleSubContainer{}
#module_415302113 {!bgVideo!}{bgVideoUrl:}
#module_415302113 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_415302113 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_415302113 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer415302113 {}
.module_415302116 .ModuleHead .HeadCenter{float:none;}
#module_415302116 {
padding:0px;
}
#module_415302116 {
position:static;
z-index:0;
top:2998px;
left:539px;
width:100%;
height: auto;
}
#module_415302116 .ModuleHead415302116 {
display:none;
}
#module_415302116 .BodyCenter.BodyCenter415302116 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415302116 >.module_415302116 {
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_415302116 >.module_415302116{
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_415302116 .BodyCenter.BodyCenter415302116 {
padding-top:16.6667%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:16.6667%;
}
}
@media screen and (max-width: 767px){
#module_415302116 .BodyCenter.BodyCenter415302116 {
padding-top:14.4092%;
padding-left:25.9366%;
padding-right:25.9366%;
padding-bottom:14.4092%;
}
}
@media screen and (min-width: 768px){
#module_415302116 >.module_415302116 {
margin-top:0.0000%;
margin-left:1.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302116 >.module_415302116 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_415302116 >.module_415302116 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415302116:hover {
border:none;
}
#module_415302116:hover >.module_415302116 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415302116 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415302116 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415302116 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415302116 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415302116 .imageTextGiant-Container{padding-top:10px;}
#module_415302116 .imageTextGiant-Container{padding-bottom:10px;}
#module_415302116 .imageTextGiant-Container{padding-left:10px;}
#module_415302116 .imageTextGiant-Container{padding-right:10px;}
#module_415302116 .showHandle .btn{font-size:14px;}
#module_415302116 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_415302116 .showHandle .btn{color:#333;}
#module_415302116 .showHandle .btn{font-weight:400;}
#module_415302116 .showHandle .btn{text-decoration:none;}
#module_415302116 .showHandle .btn{font-style:normal;}
#module_415302116 .showHandle div{border-top-color:#ddd !important;}
#module_415302116 .showHandle div{border-top-style:solid !important;}
#module_415302116 .showHandle div{border-top-width:1px !important;}
#module_415302116 .showHandle{background-color:transparent;}
#module_415302116 .showHandle{background-image:none;}
#module_415302116 .showHandle{background-repeat:no-repeat;}
#module_415302116 .showHandle{}
#module_415302116 .showHandle{}
#module_415302116 .showHandle{}
#module_415302116 a{font-size:unset;font-family:unset}
.module_415302119 .ModuleHead .HeadCenter{float:none;}
#module_415302119 {
padding:0px;
}
#module_415302119 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415302119 .ModuleHead415302119 {
display:none;
}
#module_415302119 .BodyCenter.BodyCenter415302119 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415302119 >.module_415302119 {
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_415302119 >.module_415302119{
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_415302119 .BodyCenter.BodyCenter415302119 {
padding-top:3.1381%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_415302119 .BodyCenter.BodyCenter415302119 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415302119 >.module_415302119 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302119 >.module_415302119 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415302119 >.module_415302119 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415302119:hover {
border:none;
}
#module_415302119:hover >.module_415302119 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415302119 .ModuleSubContainer{background-color:transparent;}
#module_415302119 .ModuleSubContainer{background-image:none;}
#module_415302119 .ModuleSubContainer{background-repeat:no-repeat;}
#module_415302119 .ModuleSubContainer{background-position:0% 0%;}
#module_415302119 .ModuleSubContainer{background-attachment:scroll;}
#module_415302119 .ModuleSubContainer{}
#module_415302119 {!bgVideo!}{bgVideoUrl:}
#module_415302119 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_415302119 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_415302119 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer415302119 {max-width:1600px;width:auto;}
.module_415302121 .ModuleHead .HeadCenter{float:none;}
#module_415302121 {
padding:0px;
}
#module_415302121 {
position:static;
z-index:0;
top:35px;
left:0px;
width:100%;
height: auto;
}
#module_415302121 .ModuleHead415302121 {
display:none;
}
#module_415302121 .BodyCenter.BodyCenter415302121 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415302121 >.module_415302121 {
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_415302121 >.module_415302121{
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_415302121 .BodyCenter.BodyCenter415302121 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302121 .BodyCenter.BodyCenter415302121 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415302121 >.module_415302121 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302121 >.module_415302121 {
margin-top:8.6455%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_415302121 >.module_415302121 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415302121:hover {
border:none;
}
#module_415302121:hover >.module_415302121 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415302121 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415302121 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415302121 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415302121 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415302121 .imageTextGiant-Container{padding-top:10px;}
#module_415302121 .imageTextGiant-Container{padding-bottom:10px;}
#module_415302121 .imageTextGiant-Container{padding-left:10px;}
#module_415302121 .imageTextGiant-Container{padding-right:10px;}
#module_415302121 .showHandle .btn{font-size:14px;}
#module_415302121 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_415302121 .showHandle .btn{color:#333;}
#module_415302121 .showHandle .btn{font-weight:400;}
#module_415302121 .showHandle .btn{text-decoration:none;}
#module_415302121 .showHandle .btn{font-style:normal;}
#module_415302121 .showHandle div{border-top-color:#ddd !important;}
#module_415302121 .showHandle div{border-top-style:solid !important;}
#module_415302121 .showHandle div{border-top-width:1px !important;}
#module_415302121 .showHandle{background-color:transparent;}
#module_415302121 .showHandle{background-image:none;}
#module_415302121 .showHandle{background-repeat:no-repeat;}
#module_415302121 .showHandle{}
#module_415302121 .showHandle{}
#module_415302121 .showHandle{}
#module_415302121 a{font-size:unset;font-family:unset}
.ModuleTabContainerV2Giant.layout-111 .tabContainer.TabContainer-Container {overflow: hidden; visibility: visible;}
.ModuleTabContainerV2Giant.layout-111 .tabContainer.TabContainer-Container .tabContainerGiantGrid {flex-shrink: 0;}
div[id ^= "tab_content_clone_"] {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    z-index: 900;
}
.tabContentGiant.tab-content-clone .ModuleContainer {padding: 0}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container {display: flex; position: absolute; z-index: 99; align-items: center;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav {margin: 0 20px;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel {width: 30px; height: 2px; float: left; background: #ccc; margin: 0;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel .OneRow {width: 0; height: 0; border-radius: 0; padding: 0; transition: all 0.2s ease-in;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel.active .OneRow {width: 100%; height: 100%; background: #333; transition: all 0.2s ease-in;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .glyphicon {width: auto; height: auto; display: inline-block; background: unset; position: static; font-size: 16px; color: #333; line-height: 1; cursor: pointer;}

@media only screen and (max-width: 767px) {
    .ModuleTabContainerV2Giant.layout-111 .Nav-Container {position: static; justify-content: center; margin-top: 28px;}
}
.module_415302122 .ModuleHead .HeadCenter{float:none;}
#module_415302122 {
padding:0px;
}
#module_415302122 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415302122 .ModuleHead415302122 {
display:none;
}

#module_415302122 .tabContainerGiantGrid{background-color:transparent;}
#module_415302122 .tabContainerGiantGrid{}
#module_415302122 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_415302122 .tabContainerGiantGrid{}
#module_415302122 .tabContainerGiantGrid{}
#module_415302122 .tabContainerGiantGrid{}
#module_415302122 .tabContainerGiantGrid{padding-top:10px;}
#module_415302122 .tabContainerGiantGrid{padding-bottom:10px;}
#module_415302122 .tabContainerGiantGrid{padding-left:10px;}
#module_415302122 .tabContainerGiantGrid{padding-right:10px;}
#module_415302122 .tabContainerGiantGrid{border-top-color:transparent;}
#module_415302122 .tabContainerGiantGrid{border-top-style:solid;}
#module_415302122 .tabContainerGiantGrid{border-top-width:0px;}
#module_415302122 .tabContainerGiantGrid{border-right-color:transparent;}
#module_415302122 .tabContainerGiantGrid{border-right-style:solid;}
#module_415302122 .tabContainerGiantGrid{border-right-width:0px;}
#module_415302122 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_415302122 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_415302122 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_415302122 .tabContainerGiantGrid{border-left-color:transparent;}
#module_415302122 .tabContainerGiantGrid{border-left-style:solid;}
#module_415302122 .tabContainerGiantGrid{border-left-width:0px;}
#module_415302122 .Nav-Container{bottom:10px;top:auto;left:10px;transform:none;}
#module_415302122 .Nav-Container .glyphicon{font-size:16px;}
#module_415302122 .Nav-Container .glyphicon{font-family:Microsoft YaHei;}
#module_415302122 .Nav-Container .glyphicon{color:#333;}
#module_415302122 .Nav-Container .glyphicon{font-weight:normal;}
#module_415302122 .Nav-Container .glyphicon{text-decoration:none;}
#module_415302122 .Nav-Container .glyphicon{font-style:normal;}
#module_415302122 .Nav-Container .commonLabel{background-color:#ccc;}
#module_415302122 .Nav-Container .glyphicon:hover{font-size:16px;}
#module_415302122 .Nav-Container .glyphicon:hover{font-family:Microsoft YaHei;}
#module_415302122 .Nav-Container .glyphicon:hover{color:#333;}
#module_415302122 .Nav-Container .glyphicon:hover{font-weight:normal;}
#module_415302122 .Nav-Container .glyphicon:hover{text-decoration:none;}
#module_415302122 .Nav-Container .glyphicon:hover{font-style:normal;}
#module_415302122 .Nav-Container .commonLabel.active .OneRow{background-color:#333;}

#module_415302122__tabPane_8147 #Sub415302122_8147 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_415302122__tabPane_8147 #Sub415302122_8147 > .SubContainer {display: table-cell; vertical-align: top;}
#module_415302122__tabPane_8147 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_415302122__tabPane_8147 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_415302122__tabPane_8147 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_415302122__tabPane_8147:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_415302122__tabPane_8147 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_415302122__tabPane_8147 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_415302122__tabPane_8147 #Sub415302122_8147 {display: block;}
#module_415302122__tabPane_8147 #Sub415302122_8147 > .SubPadding {float:left; height: 10px;}
#module_415302122__tabPane_8147 #Sub415302122_8147 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_415302122__tabPane_8147 #Sub415302122_8147 > .SubContainer .SubDrag {display:none;}
#module_415302122__tabPane_8147 #Sub415302122_8147 > .SubPadding {width:0px; display:none;}
#module_415302122__tabPane_8147 #Sub415302122_8147 > .SubContainer {width:100% !important; height: auto;}
}
#module_415302122__tabPane_8147 #Sub415302122_Tab8147_1 {width:100%;}
@keyframes liner-news-117{
	0%  {width:0%; }
	30% {width:30%; }
    60% {width:60%; }
    80% {width:80%; }
	100%{width:100%; }
}
.ModuleNewsListGiant.layout-117 .news-container { width: 100%; position: relative; }
.ModuleNewsListGiant.layout-117 .news-container li { float: left; margin: 0 5% 5% 0; }
.ModuleNewsListGiant.layout-117 .news-item { float: left; position: relative; cursor: pointer; }
.ModuleNewsListGiant.layout-117 .news-item:after {position: absolute;bottom: 0;width: 100%;width: 0;height: 1px;content: '';opacity: 0;transition: all .5s ease;}
.ModuleNewsListGiant.layout-117 .news-item .news-tit { position: relative; padding:24px 0px 0;}
.ModuleNewsListGiant.layout-117 .news-item .news-tit time { display: block; }
.ModuleNewsListGiant.layout-117 .news-item .news-tit .news-title-container {margin-bottom: 16px;}
.ModuleNewsListGiant.layout-117 .news-title{}
.ModuleNewsListGiant.layout-117 .news-item .news-tit .news-desc {margin-right:34px;overflow: hidden; max-width: 100%; line-height: 24px;}
.ModuleNewsListGiant.layout-117 .news-item .news-img { width: 100%; overflow: hidden; display: block; text-align:center; position: relative;}
.ModuleNewsListGiant.layout-117 .news-item .news-img img { transition: all .3s ease-out 0s; overflow: hidden; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block;}
.ModuleNewsListGiant.layout-117 li:hover .news-img img {transform: scale(1.2);}
.ModuleNewsListGiant.layout-117 .news-item .news-img .dummy { padding-top: 36%; }
.ModuleNewsListGiant.layout-117 .news-view-txt {display: inline-block;width: calc(100% - 107px);vertical-align: top;margin-left: 15px;margin-bottom:16px;line-height: 1;}
.ModuleNewsListGiant.layout-117 .news-view-txt.toMargin {width: calc(100% - 30px);}
.ModuleNewsListGiant.layout-117 .news-line {width: 77px;text-align: center;display: inline-block;vertical-align: middle;    line-height: 1;height: 44px;border-right:1px solid #eee;}
.ModuleNewsListGiant.layout-117 .day-of-month{padding-bottom: 12px;}
.ModuleNewsListGiant.layout-117 .news-item .news-next {display: none;}
.ModuleNewsListGiant.layout-117 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-117 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%,-50%);
}

.ModuleNewsListGiant.layout-117  .news-title {
    line-height: 1.5;
}
/*手机屏幕*/
@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-117 .news-item .news-tit .news-desc {margin-right:0px;}

    .ModuleNewsListGiant.layout-117 .news-view-txt {margin-bottom:0px;}

    .ModuleNewsListGiant.layout-117 li.col-xs-2 {
        padding-right: 0;
        padding-left: 0;
        width: 47.5%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-3 {
        padding-right: 0;
        padding-left: 0;
        width: 30%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-4 {
        padding-right: 0;
        padding-left: 0;
        width: 21.25%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-5 {
        padding-right: 0;
        padding-left: 0;
        width: 16%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-6 {
        padding-right: 0;
        padding-left: 0;
        width: 12.5%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-1 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(2n).col-xs-2 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(3n).col-xs-3 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(4n).col-xs-4 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(5n).col-xs-5 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(6n).col-xs-6 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(n).col-xs-1 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 .news-container li {
        margin-bottom: 8%;
    }

    .ModuleNewsListGiant.layout-117 .news-item:hover {
        box-shadow: unset !important;
    }
}
/*PC屏幕*/
@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-117 .news-item:hover:after {
        opacity: 1;
        -webkit-animation: liner-news-117 0.3s linear 1;
        -webkit-animation-fill-mode: both;
    }

    .ModuleNewsListGiant.layout-117 .news-desc-content {
        position: relative;
    }

    .ModuleNewsListGiant.layout-117 .news-item .news-next {
        display: block;
    }

    .ModuleNewsListGiant.layout-117 .news-item .news-next {
        position: absolute;
        top: -10px;
        right: 7px;
        border: 1px solid #ddd;
        width: 26px;
        height: 26px;
        border-radius: 3px;
        text-align: center;
        line-height: 1.6;
        color: #ddd;
        transition: all .5s ease;
        margin-top: 7px;
    }

    .ModuleNewsListGiant.layout-117 .news-item:hover {
        transition: all .5s ease;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-2 {
        padding-right: 0;
        padding-left: 0;
        width: 47.5%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-3 {
        padding-right: 0;
        padding-left: 0;
        width: 30%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-4 {
        padding-right: 0;
        padding-left: 0;
        width: 21.25%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-5 {
        padding-right: 0;
        padding-left: 0;
        width: 16%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-6 {
        padding-right: 0;
        padding-left: 0;
        width: 12.5%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-1 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(2n).col-lg-2 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(3n).col-lg-3 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(4n).col-lg-4 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(5n).col-lg-5 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(6n).col-lg-6 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(n).col-lg-1 {
        margin-right: 0;
    }
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-117 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align:middle;
}
.ModuleNewsListGiant.layout-117 .pagerGiant .inputer{outline: 0;}
.module_415302238 .ModuleHead .HeadCenter{float:none;}
#module_415302238 {
padding:0px;
}
#module_415302238 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415302238 .ModuleHead415302238 {
display:none;
}
#module_415302238 .BodyCenter.BodyCenter415302238 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415302238 >.module_415302238 {
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_415302238 >.module_415302238{
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_415302238 .BodyCenter.BodyCenter415302238 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302238 .BodyCenter.BodyCenter415302238 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415302238 >.module_415302238 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415302238 >.module_415302238 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415302238 >.module_415302238 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415302238:hover {
border:none;
}
#module_415302238:hover >.module_415302238 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415302238 .videobox .iconfont{font-size:66px;}
#module_415302238 {}@media (max-width: 767px) { #module_415302238 .videobox .iconfont{font-size:44px;}}
#module_415302238 .news-item{background-color:transparent;}
#module_415302238 .news-item{background-image:none;}
#module_415302238 .news-item{background-repeat:no-repeat;}
#module_415302238 .news-item{}
#module_415302238 .news-item{}
#module_415302238 .news-item{}
#module_415302238 .news-item{border-top-color:transparent;}
#module_415302238 .news-item{border-top-style:none;}
#module_415302238 .news-item{border-top-width:0px;}
#module_415302238 .news-item{border-right-color:transparent;}
#module_415302238 .news-item{border-right-style:none;}
#module_415302238 .news-item{border-right-width:0px;}
#module_415302238 .news-item{border-bottom-color:transparent;}
#module_415302238 .news-item{border-bottom-style:none;}
#module_415302238 .news-item{border-bottom-width:0px;}
#module_415302238 .news-item{border-left-color:transparent;}
#module_415302238 .news-item{border-left-style:none;}
#module_415302238 .news-item{border-left-width:0px;}
#module_415302238 .news-img{border-top-color:transparent;}
#module_415302238 .news-img{border-top-style:none;}
#module_415302238 .news-img{border-top-width:0px;}
#module_415302238 .news-img{border-right-color:transparent;}
#module_415302238 .news-img{border-right-style:none;}
#module_415302238 .news-img{border-right-width:0px;}
#module_415302238 .news-img{border-bottom-color:transparent;}
#module_415302238 .news-img{border-bottom-style:none;}
#module_415302238 .news-img{border-bottom-width:0px;}
#module_415302238 .news-img{border-left-color:transparent;}
#module_415302238 .news-img{border-left-style:none;}
#module_415302238 .news-img{border-left-width:0px;}
#module_415302238 .news-img .dummy{background-color:transparent;}
#module_415302238 .news-img .dummy{background-image:none;}
#module_415302238 .news-img .dummy{background-repeat:no-repeat;}
#module_415302238 .news-img .dummy{}
#module_415302238 .news-img .dummy{}
#module_415302238 .news-img .dummy{}
#module_415302238 .news-img .dummy{padding-top:60%;}
#module_415302238 .news-img .t-img{ object-fit:cover;}
#module_415302238 .news-img .t-img{ width:100%;}
#module_415302238 .news-img .t-img{ height:100%;}
#module_415302238 .news-img .t-img{border-radius:0px;}
#module_415302238 .news-title{font-size:16px;}
#module_415302238 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_415302238 .news-title{color:#333;}
#module_415302238 .news-title{font-weight:normal;}
#module_415302238 .news-title{text-decoration:none;}
#module_415302238 .news-title{font-style:normal;}
#module_415302238 .news-title-container{margin-top:0px;}
#module_415302238 .news-title-container{margin-bottom:6px;}
#module_415302238 .news-desc{font-size:14px;}
#module_415302238 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_415302238 .news-desc{color:#999;}
#module_415302238 .news-desc{font-weight:normal;}
#module_415302238 .news-desc{text-decoration:none;}
#module_415302238 .news-desc{font-style:normal;}
#module_415302238 .news-desc{margin-top:0px;}
#module_415302238 .news-desc{margin-bottom:0px;}
#module_415302238 .news-next{color:rgba(0,0,0,0);}#module_415302238 .news-next{border-color:rgba(0,0,0,0);}
#module_415302238 .news-line{margin-top:0px;}
#module_415302238 .news-line{margin-bottom:0px;}
#module_415302238 .news-item .day-of-month{font-size:20px;}
#module_415302238 .news-item .day-of-month{font-family:arial, helvetica,sans-serif;}
#module_415302238 .news-item .day-of-month{color:#666;}
#module_415302238 .news-item .day-of-month{font-weight:normal;}
#module_415302238 .news-item .day-of-month{text-decoration:none;}
#module_415302238 .news-item .day-of-month{font-style:normal;}
#module_415302238 .news-item .year{font-size:14px;}
#module_415302238 .news-item .year{font-family:arial, helvetica,sans-serif;}
#module_415302238 .news-item .year{color:#666;}
#module_415302238 .news-item .year{font-weight:normal;}
#module_415302238 .news-item .year{text-decoration:none;}
#module_415302238 .news-item .year{font-style:normal;}
#module_415302238 .pagerGiant .text{font-size:12px;}
#module_415302238 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_415302238 .pagerGiant .text{color:#333;}
#module_415302238 .pagerGiant .text{}
#module_415302238 .pagerGiant .text{}
#module_415302238 .pagerGiant .text{}
#module_415302238 .pagerGiant .current,#module_415302238 .pagerGiant .num,#module_415302238 .pagerGiant .inputer{width:30px}
#module_415302238 .pagerGiant .current,#module_415302238 .pagerGiant .num,#module_415302238 .pagerGiant .inputer{height:30px}
#module_415302238 .pagerGiant .num{font-size:12px;}
#module_415302238 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_415302238 .pagerGiant .num{color:#333;}
#module_415302238 .pagerGiant .num{}
#module_415302238 .pagerGiant .num{}
#module_415302238 .pagerGiant .num{}
#module_415302238 .pagerGiant .submit{width:55px}
#module_415302238 .pagerGiant .submit{height:30px}
#module_415302238 .pagerGiant .current,#module_415302238 .pagerGiant .num,#module_415302238 .pagerGiant .inputer,#module_415302238 .pagerGiant .submit{border-top-left-radius:0px;}
#module_415302238 .pagerGiant .current,#module_415302238 .pagerGiant .num,#module_415302238 .pagerGiant .inputer,#module_415302238 .pagerGiant .submit{border-top-right-radius:0px;}
#module_415302238 .pagerGiant .current,#module_415302238 .pagerGiant .num,#module_415302238 .pagerGiant .inputer,#module_415302238 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_415302238 .pagerGiant .current,#module_415302238 .pagerGiant .num,#module_415302238 .pagerGiant .inputer,#module_415302238 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_415302238 .pagerGiant .next,#module_415302238 .pagerGiant .splitline{color:#ccc;}
#module_415302238 .pagerGiant .num{background-color:#fff;}
#module_415302238 .pagerGiant .num, #module_415302238 .pagerGiant .inputer{border-top-color:#ccc;}
#module_415302238 .pagerGiant .num, #module_415302238 .pagerGiant .inputer{border-top-style:solid;}
#module_415302238 .pagerGiant .num, #module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit, #module_415302238 .pagerGiant .inputer{border-top-width:1px;}
#module_415302238 .pagerGiant .num, #module_415302238 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_415302238 .pagerGiant .num, #module_415302238 .pagerGiant .inputer{border-bottom-style:solid;}
#module_415302238 .pagerGiant .num, #module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit, #module_415302238 .pagerGiant .inputer{border-bottom-width:1px;}
#module_415302238 .pagerGiant .num, #module_415302238 .pagerGiant .inputer{border-left-color:#ccc;}
#module_415302238 .pagerGiant .num, #module_415302238 .pagerGiant .inputer{border-left-style:solid;}
#module_415302238 .pagerGiant .num, #module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit, #module_415302238 .pagerGiant .inputer{border-left-width:1px;}
#module_415302238 .pagerGiant .num, #module_415302238 .pagerGiant .inputer{border-right-color:#ccc;}
#module_415302238 .pagerGiant .num, #module_415302238 .pagerGiant .inputer{border-right-style:solid;}
#module_415302238 .pagerGiant .num, #module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit, #module_415302238 .pagerGiant .inputer{border-right-width:1px;}
#module_415302238 .page-more a{font-size:16px;}
#module_415302238 .page-more a{font-family:微软雅黑,Microsoft YaHei;}
#module_415302238 .page-more a{color:#666 !important;}
#module_415302238 .page-more a{font-weight:normal;}
#module_415302238 .page-more a{text-decoration:none;}
#module_415302238 .page-more a{font-style:normal;}
#module_415302238 .page-more a{background-color:#fff;}
#module_415302238 .page-more a{border-top-color:#eee;}
#module_415302238 .page-more a{border-top-style:solid;}
#module_415302238 .page-more a{border-top-width:2px;}
#module_415302238 .page-more a{border-bottom-color:#eee;}
#module_415302238 .page-more a{border-bottom-style:solid;}
#module_415302238 .page-more a{border-bottom-width:2px;}
#module_415302238 .page-more a{border-left-color:#eee;}
#module_415302238 .page-more a{border-left-style:solid;}
#module_415302238 .page-more a{border-left-width:2px;}
#module_415302238 .page-more a{border-right-color:#eee;}
#module_415302238 .page-more a{border-right-style:solid;}
#module_415302238 .page-more a{border-right-width:2px;}
#module_415302238 .news-item:hover .news-next{color:rgba(0,0,0,0);}#module_415302238    .news-item:hover .news-next{border-color:rgba(0,0,0,0);}
#module_415302238 .news-item:hover .day-of-month{font-size:20px;}
#module_415302238 .news-item:hover .day-of-month{font-family:arial, helvetica,sans-serif;}
#module_415302238 .news-item:hover .day-of-month{color:#666;}
#module_415302238 .news-item:hover .day-of-month{font-weight:normal;}
#module_415302238 .news-item:hover .day-of-month{text-decoration:none;}
#module_415302238 .news-item:hover .day-of-month{font-style:normal;}
#module_415302238 .news-item:hover .year{font-size:14px;}
#module_415302238 .news-item:hover .year{font-family:arial, helvetica,sans-serif;}
#module_415302238 .news-item:hover .year{color:#666;}
#module_415302238 .news-item:hover .year{font-weight:normal;}
#module_415302238 .news-item:hover .year{text-decoration:none;}
#module_415302238 .news-item:hover .year{font-style:normal;}
#module_415302238 .news-item:hover .news-title{font-size:16px;}
#module_415302238 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_415302238 .news-item:hover .news-title{color:rgb(192, 0, 0);}
#module_415302238 .news-item:hover .news-title{font-weight:normal;}
#module_415302238 .news-item:hover .news-title{text-decoration:none;}
#module_415302238 .news-item:hover .news-title{font-style:normal;}
#module_415302238 .news-item:hover{background-color:transparent;}
#module_415302238 .news-item:hover{background-image:none;}
#module_415302238 .news-item:hover{background-repeat:no-repeat;}
#module_415302238 .news-item:hover{}
#module_415302238 .news-item:hover{}
#module_415302238 .news-item:hover{}
#module_415302238 .news-item:hover{border-top-color:transparent;}
#module_415302238 .news-item:hover{border-top-style:solid;}
#module_415302238 .news-item:hover{border-top-width:0px;}
#module_415302238 .news-item:hover{border-right-color:transparent;}
#module_415302238 .news-item:hover{border-right-style:solid;}
#module_415302238 .news-item:hover{border-right-width:0px;}
#module_415302238 .news-item:hover{border-bottom-color:transparent;}
#module_415302238 .news-item:hover{border-bottom-style:solid;}
#module_415302238 .news-item:hover{border-bottom-width:0px;}
#module_415302238 .news-item:hover{border-left-color:transparent;}
#module_415302238 .news-item:hover{border-left-style:solid;}
#module_415302238 .news-item:hover{border-left-width:0px;}
#module_415302238 .news-item:hover .news-img{border-top-color:transparent;}
#module_415302238 .news-item:hover .news-img{border-top-style:none;}
#module_415302238 .news-item:hover .news-img{border-top-width:0px;}
#module_415302238 .news-item:hover .news-img{border-right-color:transparent;}
#module_415302238 .news-item:hover .news-img{border-right-style:none;}
#module_415302238 .news-item:hover .news-img{border-right-width:0px;}
#module_415302238 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_415302238 .news-item:hover .news-img{border-bottom-style:none;}
#module_415302238 .news-item:hover .news-img{border-bottom-width:0px;}
#module_415302238 .news-item:hover .news-img{border-left-color:transparent;}
#module_415302238 .news-item:hover .news-img{border-left-style:none;}
#module_415302238 .news-item:hover .news-img{border-left-width:0px;}
#module_415302238 .news-item:hover .news-desc{font-size:14px;}
#module_415302238 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_415302238 .news-item:hover .news-desc{color:#999;}
#module_415302238 .news-item:hover .news-desc{font-weight:normal;}
#module_415302238 .news-item:hover .news-desc{text-decoration:none;}
#module_415302238 .news-item:hover .news-desc{font-style:normal;}
#module_415302238 .news-item:after{border-bottom-color:rgb(192, 0, 0);}
#module_415302238 .news-item:after{border-bottom-style:solid;}
#module_415302238 .news-item:after{border-bottom-width:1px;}
#module_415302238 .news-item:hover{box-shadow:0 0 20px #ffffff;}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit{font-size:12px;}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit{color:#fff;}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit{}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit{}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit{}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit{background-color:#f10215;}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit, #module_415302238 .pagerGiant .inputer:hover{border-top-color:#f10215;}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit, #module_415302238 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit, #module_415302238 .pagerGiant .inputer:hover{border-bottom-color:#f10215;}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit, #module_415302238 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit, #module_415302238 .pagerGiant .inputer:hover{border-left-color:#f10215;}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit, #module_415302238 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit, #module_415302238 .pagerGiant .inputer:hover{border-right-color:#f10215;}
#module_415302238 .pagerGiant .current, #module_415302238 .pagerGiant .submit, #module_415302238 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_415302238 .page-more a:hover{font-size:16px;}
#module_415302238 .page-more:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_415302238 .page-more a:hover{color:#666 !important;}
#module_415302238 .page-more a:hover {font-weight:normal;}
#module_415302238 .page-more a:hover {text-decoration:none;}
#module_415302238 .page-more a:hover {font-style:normal;}
#module_415302238 .page-more a:hover{background-color:#fff;}
#module_415302238 .page-more a:hover{border-top-color:#eee;}
#module_415302238 .page-more a:hover{border-top-style:solid;}
#module_415302238 .page-more a:hover{border-bottom-color:#eee;}
#module_415302238 .page-more a:hover{border-bottom-style:solid;}
#module_415302238 .page-more a:hover{border-left-color:#eee;}
#module_415302238 .page-more a:hover{border-left-style:solid;}
#module_415302238 .page-more a:hover{border-right-color:#eee;}
#module_415302238 .page-more a:hover{border-right-style:solid;}

#module_415302122__tabPane_8147 #Sub415302122_Tab8147_2 {width:34.5238%;}
/*layout内容*/
.ModuleNewsListGiant.layout-124 .news-container {
    width: 100%;
    padding-bottom: 1px;
}

.ModuleNewsListGiant.layout-124 .news-item {
    background: white;
    clear: both;
    height: auto !important;
    padding: 16px 16px 16px 12px;
    border-style: solid;
}

/*文字部分*/
.ModuleNewsListGiant.layout-124 .news-tit {
    border-top: 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.ModuleNewsListGiant.layout-124 .news-box .news-tit {
    padding-left: 18px;
}

.ModuleNewsListGiant.layout-124 .default-box .news-tit {
    width: 100%;
}

.ModuleNewsListGiant.layout-124 .news-item .news-tit .news-desc span {
    display: block;
}

.ModuleNewsListGiant.layout-124 .news-item .news-tit time {
    display: block;
    color: #999;
}

.ModuleNewsListGiant.layout-124 .news-item .news-tit .news-title {
    font-size: 18px;
    color: #333;
}

/*图片部分*/
.ModuleNewsListGiant.layout-124 .news-item .dummy {
    padding-top: 100%;
}

.ModuleNewsListGiant.layout-124 .news-item .news-img {
    list-style-type: none;
    float: left;
    transition: all .3s ease-out;
    overflow: hidden;
    clear: both;
    position: relative;
    list-style-type: none;
    display: block;
    overflow: hidden;
    max-width: 100%;
    margin: auto;
}

.ModuleNewsListGiant.layout-124 .news-item .news-img img {
    transition: all .3s ease-out 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    margin: auto;
    display: inline;
}

.ModuleNewsListGiant.layout-124 .news-item:hover .news-img img {
    transform: scale(1.2);
}

.ModuleNewsListGiant.layout-124 .swiper-container-free-mode1 > .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto
}

.ModuleNewsListGiant.layout-124 .swiper-butto-next {
    background-image: unset;
    left: 0;
    right: auto;
}

.ModuleNewsListGiant.layout-124 .swiper-butto-prev {
    transform: rotate(180deg);
    top: calc(50% - 22px);
    background-image: unset;
    right: 0;
    left: auto;
}

.ModuleNewsListGiant.layout-124 .icon-icon-left {
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: block;
}

.ModuleNewsListGiant.layout-124 .swiper-button-white {
    background-color: rgba(51, 51, 51, .3);
}
/*置顶推荐*/
.ModuleNewsListGiant.layout-124 .staFun {
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}

.ModuleNewsListGiant.layout-124 .list-mode .news-container {
    display: block;
}

.ModuleNewsListGiant.layout-124 .list-mode .news-container .news-item {
    display: inline-block;
    clear: none;
}

.ModuleNewsListGiant.layout-124 .news-container .news-li {
    display: flex;
    vertical-align: middle;
}

.ModuleNewsListGiant.layout-124 .swiper-container-rtl .news-li {
    flex-direction: row-reverse;
}
.ModuleNewsListGiant.layout-124 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-124 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%,-50%);
}
@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-124 li.col-lg-1 {width: 100%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-124 .list-mode li.col-lg-1 {margin-right: 0 !important;}
    .ModuleNewsListGiant.layout-124 li.col-lg-2 {width: 50%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-124 li.col-lg-3 {width: 33%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-124 li.col-lg-4 {width: 25%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-124 li.col-lg-5 {width: 20%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-124 li.col-lg-6 {width: 14%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-124 .list-mode li.col-lg-2:nth-child(2n),
    .ModuleNewsListGiant.layout-124 .list-mode li.col-lg-3:nth-child(3n),
    .ModuleNewsListGiant.layout-124 .list-mode li.col-lg-4:nth-child(4n),
    .ModuleNewsListGiant.layout-124 .list-mode li.col-lg-5:nth-child(5n),
    .ModuleNewsListGiant.layout-124 .list-mode li.col-lg-6:nth-child(6n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-124 .news-container {width: 100%; margin: 0 auto;}
    .ModuleNewsListGiant.layout-124 .news-item {width: 100%;}
    .ModuleNewsListGiant.layout-124 .news-item .news-tit .news-title {font-size: 16px;}
    .ModuleNewsListGiant.layout-124 .news-item .news-tit .news-desc {font-size: 12px;}
    .ModuleNewsListGiant.layout-124 .news-detailbtn {display: none;}
    .ModuleNewsListGiant.layout-124 .list-mode li.col-xs-1 {width: 100%; padding-right: 0; padding-left: 0; margin-right: 0 !important;}
    .ModuleNewsListGiant.layout-124 .list-mode li.col-xs-2 {width: 50%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-124 .list-mode li.col-xs-2:nth-child(2n){margin-right: 0 !important;}
}

.ModuleNewsListGiant.layout-124 .pagerGiant .inputer {
    outline: 0;
}

.ModuleNewsListGiant.layout-124 .news-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    opacity: 0;
    transition: all .6s;
}

.ModuleNewsListGiant.layout-124 .news-item:after {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    opacity: 0;
    transition: all .6s;
}

.ModuleNewsListGiant.layout-124 .news-item a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    opacity: 0;
    transition: all .6s;
}

.ModuleNewsListGiant.layout-124 .news-item a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    opacity: 0;
    transition: all .6s;
}

.ModuleNewsListGiant.layout-124 .news-item .news-icon{
    height: 32px;
    line-height: 32px;
}

.ModuleNewsListGiant.layout-124 .news-item .news-time {
    position: absolute;
    bottom: 0;
}

.ModuleNewsListGiant.layout-124 .news-item .news-detailbtn {
    position: absolute;
    height:36px;
    right: 0;
    bottom: -4px;
    transition: all .6s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ModuleNewsListGiant.layout-124 .news-item:hover .news-detailbtn {
    transform: rotate(90deg);
}

.ModuleNewsListGiant.layout-124 .news-item .news-detailbtn .iconfont {
    text-align: center;
    display: flex;
}.module_416197611 .ModuleHead .HeadCenter{float:none;}
#module_416197611 {
padding:0px;
}
#module_416197611 {
position:static;
z-index:0;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_416197611 .ModuleHead416197611 {
display:none;
}
#module_416197611 .BodyCenter.BodyCenter416197611 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416197611 >.module_416197611 {
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_416197611 >.module_416197611{
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_416197611 .BodyCenter.BodyCenter416197611 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197611 .BodyCenter.BodyCenter416197611 {
padding-top:3.0581%;
padding-left:3.0581%;
padding-right:3.0581%;
padding-bottom:3.0581%;
}
}
@media screen and (min-width: 768px){
#module_416197611 >.module_416197611 {
margin-top:0.0000%;
margin-left:7.3394%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197611 >.module_416197611 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416197611 >.module_416197611 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197611:hover {
border:none;
}
#module_416197611:hover >.module_416197611 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197611 .videobox .iconfont{font-size:66px;}
#module_416197611 {}@media (max-width: 767px) { #module_416197611 .videobox .iconfont{font-size:44px;}}
#module_416197611 .news-item{background-color:#ffffff;}
#module_416197611 .news-item{background-image:none;}
#module_416197611 .news-item{background-repeat:no-repeat;}
#module_416197611 .news-item{}
#module_416197611 .news-item{}
#module_416197611 .news-item{}
#module_416197611 .news-item{border-color:#e3e9ee;}
#module_416197611 .news-item{border-width:1px;} #module_416197611 .news-item:before{width:1px;left:-1px;} #module_416197611 .news-item:after{width:1px;right:-1px;} #module_416197611 .news-item a:before{height:1px;top:-1px;;} #module_416197611 .news-item a:after{height:1px;bottom:-1px;} #module_416197611 .news-item:hover:before,#module_416197611 .news-item:hover:after{height: calc(100% + 1px);opacity: 1;} #module_416197611 .news-item:hover a:before,#module_416197611 .news-item:hover a:after{width: calc(100% + 1px);opacity: 1;}
#module_416197611 .news-item{padding-top:10px;}
#module_416197611 .news-item{padding-bottom:10px;}
#module_416197611 .news-item{padding-left:20px;}
#module_416197611 .news-item{padding-right:20px;}
#module_416197611 .news-detailbtn .icon-tianjia{line-height:calc(24px - 2px);width:24px;height:24px;} #module_416197611 .news-detailbtn .icon-tianjia:before{line-height:24px;font-size:24px;}
#module_416197611 .news-detailbtn .icon-tianjia{color:#d0d0d0;}
#module_416197611 .list-mode .news-item{margin-bottom:15px;}
#module_416197611 .list-mode .news-item{margin-right:15px;}@media screen and (min-width: 768px) {#module_416197611 .news-item.col-lg-2{width:calc((100% - 15px) / 2);} #module_416197611 .news-item.col-lg-3{width:calc((100% - 15px * 2) / 3);} #module_416197611 .news-item.col-lg-4{width:calc((100% - 15px * 3) / 4);} #module_416197611 .news-item.col-lg-5{width:calc((100% - 15px * 4) / 5);} #module_416197611 .news-item.col-lg-6{width:calc((100% - 15px * 5) / 6);}}@media screen and (max-width: 767px) {#module_416197611 .news-item.col-xs-2{width:calc((100% - 15px) / 2);opacity}}
#module_416197611 .news-img{width:20%;} #module_416197611 .news-box .news-tit{width: calc(100% - 20%);}
#module_416197611 {}@media (max-width: 767px) {#module_416197611 .news-img{width:30%;} #module_416197611 .news-box .news-tit{width: calc(100% - 30%);}}
#module_416197611 .news-img .dummy{background-color:#fff;}
#module_416197611 .news-img .dummy{background-image:none;}
#module_416197611 .news-img .dummy{background-repeat:no-repeat;}
#module_416197611 .news-img .dummy{}
#module_416197611 .news-img .dummy{}
#module_416197611 .news-img .dummy{}
#module_416197611 .news-img .dummy{padding-top:auto;}
#module_416197611 .news-img .t-img{ object-fit:cover;}
#module_416197611 .news-img .t-img{ width:100%;}
#module_416197611 .news-img .t-img{ height:100%;}
#module_416197611 .news-title{font-size:16px;line-height:16pt;}
#module_416197611 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_416197611 .news-title{color:rgb(38, 38, 38);}
#module_416197611 .news-title{font-weight:normal;}
#module_416197611 .news-title{text-decoration:none;}
#module_416197611 .news-title{font-style:normal;}
#module_416197611 .news-title{margin-top:0px;}
#module_416197611 .news-title{margin-bottom:0px;}
#module_416197611 .news-title{margin-left:0px;}
#module_416197611 .news-title{margin-right:0px;}
#module_416197611 .news-desc{font-size:14px;}
#module_416197611 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_416197611 .news-desc{color:rgb(127, 127, 127);}
#module_416197611 .news-desc{font-weight:normal;}
#module_416197611 .news-desc{text-decoration:none;}
#module_416197611 .news-desc{font-style:normal;}
#module_416197611 .news-desc{margin-top:15px;}
#module_416197611 .news-desc{margin-bottom:15px;}
#module_416197611 .news-desc{margin-left:0px;}
#module_416197611 .news-desc{margin-right:0px;}
#module_416197611 time{font-size:15px;}
#module_416197611 time{font-family:arial, helvetica,sans-serif;}
#module_416197611 time{color:rgb(89, 89, 89);}
#module_416197611 time{font-weight:normal;}
#module_416197611 time{text-decoration:none;}
#module_416197611 time{font-style:normal;}
#module_416197611 .icon-shijian{font-size:16px;}
#module_416197611 .icon-shijian{color:rgb(89, 89, 89);}
#module_416197611 .news-icon{margin-top:0px;}
#module_416197611 .news-icon{margin-bottom:0px;}
#module_416197611 .news-icon{margin-left:0px;}
#module_416197611 .news-icon{margin-right:0px;}
#module_416197611 .icon-icon-left{color:#fff;}
#module_416197611 .swiper-button-white{background-color:rgba(51,51,51,.3);}
#module_416197611 .pagerGiant .text{font-size:12px;}
#module_416197611 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197611 .pagerGiant .text{color:#333;}
#module_416197611 .pagerGiant .text{}
#module_416197611 .pagerGiant .text{}
#module_416197611 .pagerGiant .text{}
#module_416197611 .pagerGiant .current,#module_416197611 .pagerGiant .num,#module_416197611 .pagerGiant .inputer{width:30px}
#module_416197611 .pagerGiant .current,#module_416197611 .pagerGiant .num,#module_416197611 .pagerGiant .inputer{height:30px}
#module_416197611 .pagerGiant .num{font-size:12px;}
#module_416197611 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_416197611 .pagerGiant .num{color:#333;}
#module_416197611 .pagerGiant .num{}
#module_416197611 .pagerGiant .num{}
#module_416197611 .pagerGiant .num{}
#module_416197611 .pagerGiant .submit{width:55px}
#module_416197611 .pagerGiant .submit{height:30px}
#module_416197611 .pagerGiant .current,#module_416197611 .pagerGiant .num,#module_416197611 .pagerGiant .inputer,#module_416197611 .pagerGiant .submit{border-top-left-radius:0px;}
#module_416197611 .pagerGiant .current,#module_416197611 .pagerGiant .num,#module_416197611 .pagerGiant .inputer,#module_416197611 .pagerGiant .submit{border-top-right-radius:0px;}
#module_416197611 .pagerGiant .current,#module_416197611 .pagerGiant .num,#module_416197611 .pagerGiant .inputer,#module_416197611 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_416197611 .pagerGiant .current,#module_416197611 .pagerGiant .num,#module_416197611 .pagerGiant .inputer,#module_416197611 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_416197611 .pagerGiant .next,#module_416197611 .pagerGiant .splitline{color:#ccc;}
#module_416197611 .pagerGiant .num{background-color:#fff;}
#module_416197611 .pagerGiant .num, #module_416197611 .pagerGiant .inputer{border-top-color:#ccc;}
#module_416197611 .pagerGiant .num, #module_416197611 .pagerGiant .inputer{border-top-style:solid;}
#module_416197611 .pagerGiant .num, #module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit, #module_416197611 .pagerGiant .inputer{border-top-width:1px;}
#module_416197611 .pagerGiant .num, #module_416197611 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_416197611 .pagerGiant .num, #module_416197611 .pagerGiant .inputer{border-bottom-style:solid;}
#module_416197611 .pagerGiant .num, #module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit, #module_416197611 .pagerGiant .inputer{border-bottom-width:1px;}
#module_416197611 .pagerGiant .num, #module_416197611 .pagerGiant .inputer{border-left-color:#ccc;}
#module_416197611 .pagerGiant .num, #module_416197611 .pagerGiant .inputer{border-left-style:solid;}
#module_416197611 .pagerGiant .num, #module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit, #module_416197611 .pagerGiant .inputer{border-left-width:1px;}
#module_416197611 .pagerGiant .num, #module_416197611 .pagerGiant .inputer{border-right-color:#ccc;}
#module_416197611 .pagerGiant .num, #module_416197611 .pagerGiant .inputer{border-right-style:solid;}
#module_416197611 .pagerGiant .num, #module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit, #module_416197611 .pagerGiant .inputer{border-right-width:1px;}
#module_416197611 .page-more a{font-size:16px;}
#module_416197611 .page-more a{font-family:微软雅黑,Microsoft YaHei;}
#module_416197611 .page-more a{color:#666 !important;}
#module_416197611 .page-more a{font-weight:normal;}
#module_416197611 .page-more a{text-decoration:none;}
#module_416197611 .page-more a{font-style:normal;}
#module_416197611 .page-more a{background-color:#fff;}
#module_416197611 .page-more a{border-top-color:#eee;}
#module_416197611 .page-more a{border-top-style:solid;}
#module_416197611 .page-more a{border-top-width:2px;}
#module_416197611 .page-more a{border-bottom-color:#eee;}
#module_416197611 .page-more a{border-bottom-style:solid;}
#module_416197611 .page-more a{border-bottom-width:2px;}
#module_416197611 .page-more a{border-left-color:#eee;}
#module_416197611 .page-more a{border-left-style:solid;}
#module_416197611 .page-more a{border-left-width:2px;}
#module_416197611 .page-more a{border-right-color:#eee;}
#module_416197611 .page-more a{border-right-style:solid;}
#module_416197611 .page-more a{border-right-width:2px;}
#module_416197611 .icon-icon-left:hover{color:#fff;}
#module_416197611 .swiper-button-white:hover{background-color:rgba(51,51,51);}
#module_416197611 .news-item:hover{background-color:rgba(0,0,0,0);}
#module_416197611 .news-item:hover{background-image:none;}
#module_416197611 .news-item:hover{background-repeat:no-repeat;}
#module_416197611 .news-item:hover{}
#module_416197611 .news-item:hover{}
#module_416197611 .news-item:hover{}
#module_416197611 {} #module_416197611 .news-item:before,#module_416197611 .news-item:after,#module_416197611 .news-item a:before,#module_416197611 .news-item a:after{background:rgb(199, 0, 11);} 
#module_416197611 .news-item:hover .news-detailbtn .icon-tianjia{color:rgb(199, 0, 11);}
#module_416197611 .news-item:hover .news-title{font-size:16px;line-height:16pt;}
#module_416197611 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_416197611 .news-item:hover .news-title{color:rgb(199, 0, 11);}
#module_416197611 .news-item:hover .news-title{font-weight:normal;}
#module_416197611 .news-item:hover .news-title{text-decoration:none;}
#module_416197611 .news-item:hover .news-title{font-style:normal;}
#module_416197611 .news-item:hover .news-desc{font-size:14px;}
#module_416197611 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_416197611 .news-item:hover .news-desc{color:rgb(127, 127, 127);}
#module_416197611 .news-item:hover .news-desc{font-weight:normal;}
#module_416197611 .news-item:hover .news-desc{text-decoration:none;}
#module_416197611 .news-item:hover .news-desc{font-style:normal;}
#module_416197611 .news-item:hover time{color:rgb(89, 89, 89);}
#module_416197611 .news-item:hover .icon-shijian{color:rgb(89, 89, 89);}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit{font-size:12px;}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit{color:#fff;}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit{}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit{}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit{}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit{background-color:#8b08a2;}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit, #module_416197611 .pagerGiant .inputer:hover{border-top-color:#8b08a2;}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit, #module_416197611 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit, #module_416197611 .pagerGiant .inputer:hover{border-bottom-color:#8b08a2;}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit, #module_416197611 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit, #module_416197611 .pagerGiant .inputer:hover{border-left-color:#8b08a2;}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit, #module_416197611 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit, #module_416197611 .pagerGiant .inputer:hover{border-right-color:#8b08a2;}
#module_416197611 .pagerGiant .current, #module_416197611 .pagerGiant .submit, #module_416197611 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_416197611 .page-more a:hover{font-size:16px;}
#module_416197611 .page-more:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_416197611 .page-more a:hover{color:#666 !important;}
#module_416197611 .page-more a:hover {font-weight:normal;}
#module_416197611 .page-more a:hover {text-decoration:none;}
#module_416197611 .page-more a:hover {font-style:normal;}
#module_416197611 .page-more a:hover{background-color:#fff;}
#module_416197611 .page-more a:hover{border-top-color:#eee;}
#module_416197611 .page-more a:hover{border-top-style:solid;}
#module_416197611 .page-more a:hover{border-bottom-color:#eee;}
#module_416197611 .page-more a:hover{border-bottom-style:solid;}
#module_416197611 .page-more a:hover{border-left-color:#eee;}
#module_416197611 .page-more a:hover{border-left-style:solid;}
#module_416197611 .page-more a:hover{border-right-color:#eee;}
#module_416197611 .page-more a:hover{border-right-style:solid;}



.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 > .SubContainer.ModuleHoverBoxItem_2{display:none}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

.ModuleGridCustomGiant.layout-101 .ModuleGridContainer{
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridCustomGiant.layout-101{height: 100%;}
.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_418300443 .ModuleHead .HeadCenter{float:none;}
#module_418300443 {
padding:0px;
}
#module_418300443 {
position:static;
z-index:0;
top:4224px;
left:1633px;
width:100%;
height: auto;
}
#module_418300443 .ModuleHead418300443 {
display:none;
}
#module_418300443 .BodyCenter.BodyCenter418300443 {
background-color:transparent;
background-image:url(2022010909475187c957.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_418300443 >.module_418300443 {
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_418300443 >.module_418300443{
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_418300443 .BodyCenter.BodyCenter418300443 {
padding-top:4.1841%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_418300443 .BodyCenter.BodyCenter418300443 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_418300443 >.module_418300443 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300443 >.module_418300443 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_418300443 >.module_418300443 {box-shadow: 0px 0px 0px 0px #ccc}
#module_418300443:hover {
border:none;
}
#module_418300443:hover >.module_418300443 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_418300443 .ModuleSubContainer{background-color:transparent;}
#module_418300443 .ModuleSubContainer{background-image:none;}
#module_418300443 .ModuleSubContainer{background-repeat:no-repeat;}
#module_418300443 .ModuleSubContainer{background-position:0% 0%;}
#module_418300443 .ModuleSubContainer{background-attachment:scroll;}
#module_418300443 .ModuleSubContainer{}
#module_418300443 {!bgVideo!}{bgVideoUrl:}
#module_418300443 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_418300443 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_418300443 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer418300443 {max-width:1600px;width:auto;}
.ModuleGridContainer.ModuleGridContainer418300443 .SubPadding {width:0px;}
.module_418300444 .ModuleHead .HeadCenter{float:none;}
#module_418300444 {
padding:0px;
}
#module_418300444 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_418300444 .ModuleHead418300444 {
display:none;
}
#module_418300444 .BodyCenter.BodyCenter418300444 {
background:none;background-color:rgba(0,0,0,0);
}
#module_418300444 >.module_418300444 {
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_418300444 >.module_418300444{
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_418300444 .BodyCenter.BodyCenter418300444 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300444 .BodyCenter.BodyCenter418300444 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_418300444 >.module_418300444 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300444 >.module_418300444 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_418300444 >.module_418300444 {box-shadow: 0px 0px 0px 0px #ccc}
#module_418300444:hover {
border:none;
}
#module_418300444:hover >.module_418300444 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_418300444 .ModuleImageTextGiantContent{margin-top:0px;}
#module_418300444 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_418300444 .ModuleImageTextGiantContent{margin-left:0px;}
#module_418300444 .ModuleImageTextGiantContent{margin-right:0px;}
#module_418300444 .imageTextGiant-Container{padding-top:0px;}
#module_418300444 .imageTextGiant-Container{padding-bottom:10px;}
#module_418300444 .imageTextGiant-Container{padding-left:0px;}
#module_418300444 .imageTextGiant-Container{padding-right:10px;}
#module_418300444 .showHandle .btn{font-size:14px;}
#module_418300444 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_418300444 .showHandle .btn{color:#333;}
#module_418300444 .showHandle .btn{font-weight:400;}
#module_418300444 .showHandle .btn{text-decoration:none;}
#module_418300444 .showHandle .btn{font-style:normal;}
#module_418300444 .showHandle div{border-top-color:#ddd !important;}
#module_418300444 .showHandle div{border-top-style:solid !important;}
#module_418300444 .showHandle div{border-top-width:1px !important;}
#module_418300444 .showHandle{background-color:transparent;}
#module_418300444 .showHandle{background-image:none;}
#module_418300444 .showHandle{background-repeat:no-repeat;}
#module_418300444 .showHandle{}
#module_418300444 .showHandle{}
#module_418300444 .showHandle{}
#module_418300444 a{font-size:unset;font-family:unset}
/*全局 layout 111*/
.ModuleSearchGiant.layout-111 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .content{display:table;width: 100%;height:100%;border: 1px solid #333;overflow: hidden !important;background: rgba(0,0,0,0);}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel,
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchBtnPanel{position: relative;display:table-cell;height:36px;border:0px;vertical-align: middle;background: rgba(0,0,0,0);overflow: hidden;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel{width: 0;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchInputPanel{border:0;overflow: auto;border-left: 1px #ccc solid;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .ModuleSearchInput{vertical-align: middle;height:auto;width:100%;border: 0;text-indent: 10px;font-size:14px;outline:none;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;background: rgba(0,0,0,0);}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select .btn{padding-left: 16px;height:100%;font-size: 14px;border: 0;border-radius: 0;background-color:transparent;text-decoration: initial !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select .btn:focus{outline: none !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchBtnPanel {position: relative;width: 50px;background: rgba(0,0,0,0);border-radius: 0;text-align: center;line-height: 1;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchIcon{position: absolute;top:2px;left: 20px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .filter-option{overflow: inherit !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul{height: auto !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul{height: auto;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul li{margin:0.6rem 0 0.6rem 0}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .btn-group{min-width: 78px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .caret{margin-left: -2px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .iconfont{font-size: 20px;}
.module_418300445 .ModuleHead .HeadCenter{float:none;}
#module_418300445 {
padding:0px;
}
#module_418300445 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_418300445 .ModuleHead418300445 {
display:none;
}
#module_418300445 .BodyCenter.BodyCenter418300445 {
background:none;background-color:rgba(0,0,0,0);
}
#module_418300445 >.module_418300445 {
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_418300445 >.module_418300445{
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_418300445 .BodyCenter.BodyCenter418300445 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300445 .BodyCenter.BodyCenter418300445 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_418300445 >.module_418300445 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300445 >.module_418300445 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_418300445 >.module_418300445 {box-shadow: 0px 0px 0px 0px #ccc}
#module_418300445:hover {
border:none;
}
#module_418300445:hover >.module_418300445 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_418300445 .search-item .searchInputPanel,#module_418300445 .search-item .searchBtnPanel{height:54px;line-height:54px;}
#module_418300445 .search-item .bootstrap-select .btn ,#module_418300445 .search-item .ModuleSearchInput ,#module_418300445 .search-item .searchInputPanel ,#module_418300445 .search-item .searchBtnPanel {background-color:#fff;box-shadow: inset 0 0 0 1000px #fff} #module_418300445 .searchTypePanel select{background:#fff;}
#module_418300445 .ModuleSearchFormStyle .searchInputPanel{border-left-color:rgb(242, 242, 242);}
#module_418300445 .search-item{border-top-color:#e8e8e8;}
#module_418300445 .search-item{border-top-style:solid;}
#module_418300445 .search-item{border-top-width:0px;}
#module_418300445 .search-item{border-right-color:#e8e8e8;}
#module_418300445 .search-item{border-right-style:solid;}
#module_418300445 .search-item{border-right-width:0px;}
#module_418300445 .search-item{border-bottom-color:#e8e8e8;}
#module_418300445 .search-item{border-bottom-style:solid;}
#module_418300445 .search-item{border-bottom-width:0px;}
#module_418300445 .search-item{border-left-color:#e8e8e8;}
#module_418300445 .search-item{border-left-style:solid;}
#module_418300445 .search-item{border-left-width:0px;}
#module_418300445 .search-item .ModuleSearchInput::placeholder,#module_418300445 .search-item .ModuleSearchInput,#module_418300445 .search-item .filter-option{font-size:14px;} #module_418300445 .search-item .caret{margin-top:calc( 14px - 11px );}
#module_418300445 .search-item .bootstrap-select .btn ,#module_418300445  .search-item .ModuleSearchInput::placeholder,#module_418300445 .search-item .ModuleSearchInput{font-family:微软雅黑,Microsoft YaHei;}
#module_418300445 .search-item .bootstrap-select .btn ,#module_418300445  .search-item .ModuleSearchInput::placeholder,#module_418300445 .search-item .ModuleSearchInput{color:rgb(63, 63, 63);-webkit-text-fill-color:rgb(63, 63, 63);}
#module_418300445 .search-item .bootstrap-select .btn ,#module_418300445  .search-item .ModuleSearchInput::placeholder,#module_418300445 .search-item .ModuleSearchInput{font-weight:normal;}
#module_418300445 .search-item .bootstrap-select .btn ,#module_418300445  .search-item .ModuleSearchInput::placeholder,#module_418300445 .search-item .ModuleSearchInput{text-decoration:none;}
#module_418300445 .search-item .bootstrap-select .btn ,#module_418300445  .search-item .ModuleSearchInput::placeholder,#module_418300445 .search-item .ModuleSearchInput{font-style:normal;}
#module_418300445 .search-item .ModuleSearchInput::placeholder{color:#bababa;-webkit-text-fill-color:#bababa;}
#module_418300445 .search-item{border-top-left-radius:0px;}
#module_418300445 .search-item{border-top-right-radius:0px;}
#module_418300445 .search-item{border-bottom-left-radius:0px;}
#module_418300445 .search-item{border-bottom-right-radius:0px;}
#module_418300445 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-size:20px;} #module_418300445 .search-item .searchBtnPanel{ width:calc( 40px + 20px )}
#module_418300445 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-family:;}
#module_418300445 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{color:#999;}
#module_418300445 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-weight:normal;}
#module_418300445 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{text-decoration:none;}
#module_418300445 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-style:normal;}
#module_418300445 .search-hot ul li a{font-size:12px;}
#module_418300445 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_418300445 .search-hot ul li a{color:#666;}
#module_418300445 .search-hot ul li a{font-weight:normal;}
#module_418300445 .search-hot ul li a{text-decoration:none;}
#module_418300445 .search-hot ul li a{font-style:normal;}
#module_418300445 .search-hot ul li{border-right-color:#eee;}
#module_418300445 .search-hot ul li{border-right-style:solid;}
#module_418300445 .search-hot ul li{border-right-width:1px;}
#module_418300445 .search-item:hover .bootstrap-select .btn ,#module_418300445 .search-item:hover .ModuleSearchInput ,#module_418300445 .search-item:hover .searchInputPanel ,#module_418300445 .search-item:hover .searchBtnPanel {background-color:#fff;box-shadow: inset 0 0 0 1000px #fff}
#module_418300445 .search-item:hover{border-top-color:#f10215;}
#module_418300445 .search-item:hover{border-top-style:solid;}
#module_418300445 .search-item:hover{border-right-color:#f10215;}
#module_418300445 .search-item:hover{border-right-style:solid;}
#module_418300445 .search-item:hover{border-bottom-color:#f10215;}
#module_418300445 .search-item:hover{border-bottom-style:solid;}
#module_418300445 .search-item:hover{border-left-color:#f10215;}
#module_418300445 .search-item:hover{border-left-style:solid;}
#module_418300445 .search-item:hover .searchIcon .icon-sousuo5{font-size:20px;} #module_418300445 .search-item .searchBtnPanel{ width:calc( 40px + 20px )}
#module_418300445 .search-item:hover .searchIcon .icon-sousuo5{font-family:;}
#module_418300445 .searchBtnPanel:hover .searchIcon .icon-sousuo5{color:rgb(192, 0, 0);}
#module_418300445 .search-item:hover .searchIcon .icon-sousuo5{font-weight:normal;}
#module_418300445 .search-item:hover .searchIcon .icon-sousuo5{text-decoration:none;}
#module_418300445 .search-item:hover .searchIcon .icon-sousuo5{font-style:normal;}
#module_418300445 .search-hot ul li:hover a{font-size:12px;}
#module_418300445 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_418300445 .search-hot ul li:hover a{color:#333;}
#module_418300445 .search-hot ul li:hover a{font-weight:normal;}
#module_418300445 .search-hot ul li:hover a{text-decoration:none;}
#module_418300445 .search-hot ul li:hover a{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer418300443 #Sub418300443_1 {width:33.7500%;}
.ModuleGridContainer.ModuleGridContainer418300443 #Sub418300443_2 {width:13.7500%;}
/*图文模块 layout 105*/
.ModuleImageTextGiant.layout-105 .row{ margin-left:0; margin-right: 0;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{max-height: 100%; max-width: 100%;/*padding: 10px;*/}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .ModuleImageTextContent{padding:0; padding-left: 15px; margin: 0px }
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{height:auto;padding-left: 0;padding-right: 0}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content{align-items: center;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{text-align: left; overflow: hidden; display: block; text-align:center; position: relative;}
/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper .dummy { padding-top: 100%; }*/
/* .ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:first-child{ margin-top: 0 !important; }
.ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:last-child{ margin-bottom: 0 !important; } */


@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row .col-xs-8{padding: 0 3px;width: 91.333333%;}
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{min-width: 100%;}*/
	/*.ModuleImageTextGiant.layout-105 .col-md-2{width: 14.666667%;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
@media only screen and (min-width: 768px) {
	.ModuleImageTextGiant.layout-105 .col-lg-2 {
    width: 10%;
	}
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage{width: 100%}
}.module_418300446 .ModuleHead .HeadCenter{float:none;}
#module_418300446 {
padding:0px;
}
#module_418300446 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_418300446 .ModuleHead418300446 {
display:none;
}
#module_418300446 .BodyCenter.BodyCenter418300446 {
background:none;background-color:rgba(0,0,0,0);
}
#module_418300446 >.module_418300446 {
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_418300446 >.module_418300446{
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_418300446 .BodyCenter.BodyCenter418300446 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300446 .BodyCenter.BodyCenter418300446 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_418300446 >.module_418300446 {
margin-top:9.2857%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300446 >.module_418300446 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_418300446 >.module_418300446 {box-shadow: 0px 0px 0px 0px #ccc}
#module_418300446:hover {
border:none;
}
#module_418300446:hover >.module_418300446 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_418300446 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_418300446 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_418300446 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_418300446 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_418300446 .GraphicUpper{padding-top:0px;}
#module_418300446 .GraphicUpper{padding-bottom:0px;}
#module_418300446 .GraphicUpper{padding-left:0px;}
#module_418300446 .GraphicUpper {padding-right:0px;}
#module_418300446 .GraphicUpper{width:18%;} #module_418300446 .ModuleImageTextContent{width: calc(100% - 18%);}
#module_418300446 .MobileGraphicUpper{width:10%;} #module_418300446 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_418300446 .ModuleImageTextGiantContent{padding-top:0px;}
#module_418300446 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_418300446 .ModuleImageTextGiantContent{padding-left:15px;}
#module_418300446 .ModuleImageTextGiantContent{padding-right:0px;}
#module_418300446 .normal_ImgtextBox_content{padding-top:0px;}
#module_418300446 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_418300446 .normal_ImgtextBox_content{padding-left:0px;}
#module_418300446 .normal_ImgtextBox_content{padding-right:0px;}
#module_418300446 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_418300446 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_418300446 .normal_ImgtextBox_content{background-color:transparent;}
#module_418300446 .normal_ImgtextBox_content{background-image:none;}
#module_418300446 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_418300446 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_418300446 .normal_ImgtextBox_content{background-attachment:none;}
#module_418300446 .normal_ImgtextBox_content{}
#module_418300446 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_418300446 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_418300446 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_418300446 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_418300446 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_418300446 .normal_ImgtextBox_content{border-top-style:none;}
#module_418300446 .normal_ImgtextBox_content{border-top-width:0px;}
#module_418300446 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_418300446 .normal_ImgtextBox_content{border-right-style:none;}
#module_418300446 .normal_ImgtextBox_content{border-right-width:0px;}
#module_418300446 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_418300446 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_418300446 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_418300446 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_418300446 .normal_ImgtextBox_content{border-left-style:none;}
#module_418300446 .normal_ImgtextBox_content{border-left-width:0px;}
#module_418300446 .showHandle .btn{font-size:14px;}
#module_418300446 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_418300446 .showHandle .btn{color:#333;}
#module_418300446 .showHandle .btn{font-weight:400;}
#module_418300446 .showHandle .btn{text-decoration:none;}
#module_418300446 .showHandle .btn{font-style:normal;}
#module_418300446 .showHandle div{border-top-color:#ddd !important;}
#module_418300446 .showHandle div{border-top-style:solid !important;}
#module_418300446 .showHandle div{border-top-width:1px !important;}
#module_418300446 .showHandle{background-color:transparent;}
#module_418300446 .showHandle{background-image:none;}
#module_418300446 .showHandle{background-repeat:no-repeat;}
#module_418300446 .showHandle{}
#module_418300446 .showHandle{}
#module_418300446 .showHandle{}
#module_418300446 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_418300446 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_418300446 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_418300446 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_418300446 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_418300446 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_418300446 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_418300446 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_418300446 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_418300446 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer418300443 #Sub418300443_3 {width:17.5000%;}
.module_418300447 .ModuleHead .HeadCenter{float:none;}
#module_418300447 {
padding:0px;
}
#module_418300447 {
position:static;
z-index:0;
top:34px;
left:0px;
width:100%;
height: auto;
}
#module_418300447 .ModuleHead418300447 {
display:none;
}
#module_418300447 .BodyCenter.BodyCenter418300447 {
background:none;background-color:rgba(0,0,0,0);
}
#module_418300447 >.module_418300447 {
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_418300447 >.module_418300447{
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_418300447 .BodyCenter.BodyCenter418300447 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300447 .BodyCenter.BodyCenter418300447 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_418300447 >.module_418300447 {
margin-top:9.2857%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300447 >.module_418300447 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_418300447 >.module_418300447 {box-shadow: 0px 0px 0px 0px #ccc}
#module_418300447:hover {
border:none;
}
#module_418300447:hover >.module_418300447 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_418300447 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_418300447 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_418300447 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_418300447 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_418300447 .GraphicUpper{padding-top:0px;}
#module_418300447 .GraphicUpper{padding-bottom:0px;}
#module_418300447 .GraphicUpper{padding-left:0px;}
#module_418300447 .GraphicUpper {padding-right:0px;}
#module_418300447 .GraphicUpper{width:18%;} #module_418300447 .ModuleImageTextContent{width: calc(100% - 18%);}
#module_418300447 .MobileGraphicUpper{width:10%;} #module_418300447 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_418300447 .ModuleImageTextGiantContent{padding-top:0px;}
#module_418300447 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_418300447 .ModuleImageTextGiantContent{padding-left:15px;}
#module_418300447 .ModuleImageTextGiantContent{padding-right:0px;}
#module_418300447 .normal_ImgtextBox_content{padding-top:0px;}
#module_418300447 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_418300447 .normal_ImgtextBox_content{padding-left:0px;}
#module_418300447 .normal_ImgtextBox_content{padding-right:0px;}
#module_418300447 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_418300447 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_418300447 .normal_ImgtextBox_content{background-color:transparent;}
#module_418300447 .normal_ImgtextBox_content{background-image:none;}
#module_418300447 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_418300447 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_418300447 .normal_ImgtextBox_content{background-attachment:none;}
#module_418300447 .normal_ImgtextBox_content{}
#module_418300447 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_418300447 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_418300447 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_418300447 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_418300447 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_418300447 .normal_ImgtextBox_content{border-top-style:none;}
#module_418300447 .normal_ImgtextBox_content{border-top-width:0px;}
#module_418300447 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_418300447 .normal_ImgtextBox_content{border-right-style:none;}
#module_418300447 .normal_ImgtextBox_content{border-right-width:0px;}
#module_418300447 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_418300447 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_418300447 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_418300447 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_418300447 .normal_ImgtextBox_content{border-left-style:none;}
#module_418300447 .normal_ImgtextBox_content{border-left-width:0px;}
#module_418300447 .showHandle .btn{font-size:14px;}
#module_418300447 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_418300447 .showHandle .btn{color:#333;}
#module_418300447 .showHandle .btn{font-weight:400;}
#module_418300447 .showHandle .btn{text-decoration:none;}
#module_418300447 .showHandle .btn{font-style:normal;}
#module_418300447 .showHandle div{border-top-color:#ddd !important;}
#module_418300447 .showHandle div{border-top-style:solid !important;}
#module_418300447 .showHandle div{border-top-width:1px !important;}
#module_418300447 .showHandle{background-color:transparent;}
#module_418300447 .showHandle{background-image:none;}
#module_418300447 .showHandle{background-repeat:no-repeat;}
#module_418300447 .showHandle{}
#module_418300447 .showHandle{}
#module_418300447 .showHandle{}
#module_418300447 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_418300447 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_418300447 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_418300447 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_418300447 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_418300447 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_418300447 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_418300447 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_418300447 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_418300447 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer418300443 #Sub418300443_4 {width:17.5000%;}
.module_418300448 .ModuleHead .HeadCenter{float:none;}
#module_418300448 {
padding:0px;
}
#module_418300448 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_418300448 .ModuleHead418300448 {
display:none;
}
#module_418300448 .BodyCenter.BodyCenter418300448 {
background:none;background-color:rgba(0,0,0,0);
}
#module_418300448 >.module_418300448 {
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_418300448 >.module_418300448{
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_418300448 .BodyCenter.BodyCenter418300448 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300448 .BodyCenter.BodyCenter418300448 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_418300448 >.module_418300448 {
margin-top:9.2857%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300448 >.module_418300448 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_418300448 >.module_418300448 {box-shadow: 0px 0px 0px 0px #ccc}
#module_418300448:hover {
border:none;
}
#module_418300448:hover >.module_418300448 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_418300448 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_418300448 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_418300448 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_418300448 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_418300448 .GraphicUpper{padding-top:0px;}
#module_418300448 .GraphicUpper{padding-bottom:0px;}
#module_418300448 .GraphicUpper{padding-left:0px;}
#module_418300448 .GraphicUpper {padding-right:0px;}
#module_418300448 .GraphicUpper{width:18%;} #module_418300448 .ModuleImageTextContent{width: calc(100% - 18%);}
#module_418300448 .MobileGraphicUpper{width:10%;} #module_418300448 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_418300448 .ModuleImageTextGiantContent{padding-top:0px;}
#module_418300448 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_418300448 .ModuleImageTextGiantContent{padding-left:15px;}
#module_418300448 .ModuleImageTextGiantContent{padding-right:0px;}
#module_418300448 .normal_ImgtextBox_content{padding-top:0px;}
#module_418300448 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_418300448 .normal_ImgtextBox_content{padding-left:0px;}
#module_418300448 .normal_ImgtextBox_content{padding-right:0px;}
#module_418300448 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_418300448 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_418300448 .normal_ImgtextBox_content{background-color:transparent;}
#module_418300448 .normal_ImgtextBox_content{background-image:none;}
#module_418300448 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_418300448 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_418300448 .normal_ImgtextBox_content{background-attachment:none;}
#module_418300448 .normal_ImgtextBox_content{}
#module_418300448 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_418300448 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_418300448 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_418300448 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_418300448 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_418300448 .normal_ImgtextBox_content{border-top-style:none;}
#module_418300448 .normal_ImgtextBox_content{border-top-width:0px;}
#module_418300448 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_418300448 .normal_ImgtextBox_content{border-right-style:none;}
#module_418300448 .normal_ImgtextBox_content{border-right-width:0px;}
#module_418300448 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_418300448 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_418300448 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_418300448 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_418300448 .normal_ImgtextBox_content{border-left-style:none;}
#module_418300448 .normal_ImgtextBox_content{border-left-width:0px;}
#module_418300448 .showHandle .btn{font-size:14px;}
#module_418300448 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_418300448 .showHandle .btn{color:#333;}
#module_418300448 .showHandle .btn{font-weight:400;}
#module_418300448 .showHandle .btn{text-decoration:none;}
#module_418300448 .showHandle .btn{font-style:normal;}
#module_418300448 .showHandle div{border-top-color:#ddd !important;}
#module_418300448 .showHandle div{border-top-style:solid !important;}
#module_418300448 .showHandle div{border-top-width:1px !important;}
#module_418300448 .showHandle{background-color:transparent;}
#module_418300448 .showHandle{background-image:none;}
#module_418300448 .showHandle{background-repeat:no-repeat;}
#module_418300448 .showHandle{}
#module_418300448 .showHandle{}
#module_418300448 .showHandle{}
#module_418300448 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_418300448 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_418300448 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_418300448 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_418300448 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_418300448 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_418300448 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_418300448 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_418300448 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_418300448 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer418300443 #Sub418300443_5 {width:17.5000%;}
.module_416197366 .ModuleHead .HeadCenter{float:none;}
#module_416197366 {
padding:0px;
}
#module_416197366 {
position:static;
z-index:0;
top:3526px;
left:0px;
width:100%;
height: auto;
}
#module_416197366 .ModuleHead416197366 {
display:none;
}
#module_416197366 .BodyCenter.BodyCenter416197366 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416197366 >.module_416197366 {
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_416197366 >.module_416197366{
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_416197366 .BodyCenter.BodyCenter416197366 {
padding-top:3.1381%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_416197366 .BodyCenter.BodyCenter416197366 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416197366 >.module_416197366 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197366 >.module_416197366 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416197366 >.module_416197366 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197366:hover {
border:none;
}
#module_416197366:hover >.module_416197366 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197366 .ModuleSubContainer{background-color:transparent;}
#module_416197366 .ModuleSubContainer{background-image:none;}
#module_416197366 .ModuleSubContainer{background-repeat:no-repeat;}
#module_416197366 .ModuleSubContainer{background-position:0% 0%;}
#module_416197366 .ModuleSubContainer{background-attachment:scroll;}
#module_416197366 .ModuleSubContainer{}
#module_416197366 {!bgVideo!}{bgVideoUrl:}
#module_416197366 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_416197366 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_416197366 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer416197366 {max-width:1500px;width:auto;}
.module_416197367 .ModuleHead .HeadCenter{float:none;}
#module_416197367 {
padding:0px;
}
#module_416197367 {
position:static;
z-index:0;
top:35px;
left:0px;
width:100%;
height: auto;
}
#module_416197367 .ModuleHead416197367 {
display:none;
}
#module_416197367 .BodyCenter.BodyCenter416197367 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416197367 >.module_416197367 {
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_416197367 >.module_416197367{
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_416197367 .BodyCenter.BodyCenter416197367 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197367 .BodyCenter.BodyCenter416197367 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_416197367 >.module_416197367 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197367 >.module_416197367 {
margin-top:8.6455%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416197367 >.module_416197367 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197367:hover {
border:none;
}
#module_416197367:hover >.module_416197367 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197367 .ModuleImageTextGiantContent{margin-top:0px;}
#module_416197367 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_416197367 .ModuleImageTextGiantContent{margin-left:0px;}
#module_416197367 .ModuleImageTextGiantContent{margin-right:0px;}
#module_416197367 .imageTextGiant-Container{padding-top:10px;}
#module_416197367 .imageTextGiant-Container{padding-bottom:10px;}
#module_416197367 .imageTextGiant-Container{padding-left:10px;}
#module_416197367 .imageTextGiant-Container{padding-right:10px;}
#module_416197367 .showHandle .btn{font-size:14px;}
#module_416197367 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_416197367 .showHandle .btn{color:#333;}
#module_416197367 .showHandle .btn{font-weight:400;}
#module_416197367 .showHandle .btn{text-decoration:none;}
#module_416197367 .showHandle .btn{font-style:normal;}
#module_416197367 .showHandle div{border-top-color:#ddd !important;}
#module_416197367 .showHandle div{border-top-style:solid !important;}
#module_416197367 .showHandle div{border-top-width:1px !important;}
#module_416197367 .showHandle{background-color:transparent;}
#module_416197367 .showHandle{background-image:none;}
#module_416197367 .showHandle{background-repeat:no-repeat;}
#module_416197367 .showHandle{}
#module_416197367 .showHandle{}
#module_416197367 .showHandle{}
#module_416197367 a{font-size:unset;font-family:unset}
/*内容*/
.ModuleNewsListGiant.layout-105 .news-container{ width: 100%; margin: 0 auto;}
.ModuleNewsListGiant.layout-105 .news-item{ padding: 14px 0; border-bottom: 1px dotted #ccc;}
.ModuleNewsListGiant.layout-105 .news-item a{padding: 0 2%; display: block;}
.ModuleNewsListGiant.layout-105 .news-item .news-con{ margin-left: 5%; width:65%;}
.ModuleNewsListGiant.layout-105 .news-item .news-con .news-title{ font-size: 20px; color: #333333;}
.ModuleNewsListGiant.layout-105 .news-item .news-con .news-desc{ font-size: 14px; color: #999999; padding-top: 3px;overflow:hidden;  text-overflow:ellipsis;  -o-text-overflow:ellipsis;  -webkit-text-overflow:ellipsis;  -moz-text-overflow:ellipsis;}
.ModuleNewsListGiant.layout-105 .news-img .dummy {padding-top: 77.5%;}
.ModuleNewsListGiant.layout-105 .news-container .news-img{
	transition: all .3s ease-out;
	width: 20%;
	overflow: hidden;
	clear: both;
	position: relative;
	list-style-type: none;
	display: block;
	overflow: hidden;
	max-width: 100%;
	margin: auto;
}
.ModuleNewsListGiant.layout-105 time{
	display: block;
    margin-top: 10px;
    margin-bottom: 14px;
}
.ModuleNewsListGiant.layout-105 .news-container .news-img img{
	transition: all .3s ease-out;
	position: absolute;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	margin:auto;
	padding: auto;
	display: block;
}

.ModuleNewsListGiant.layout-105 .news-detailbtn span{transition: all .3s ease-out ;}
.ModuleNewsListGiant.layout-105 .news-detailbtn{ width: 108px; display: block; cursor: pointer; height: 30px;margin-top: 20px;background: #fff; transition: all .3s ease-out 0s; position: relative;box-shadow: 0px 0px 2px rgba(0,0,0,.2);font-size: 11px; color: #999; line-height: 30px; text-align: center;}
.ModuleNewsListGiant.layout-105 .news-detailbtn::before{  opacity:0;content: "";transition: all .3s ease-out ; transition: all .3s ease-out ; width: 32px;height: 32px; display: block; position: absolute;     top: -1px;right: 0; background: #000;}
.ModuleNewsListGiant.layout-105 .news-detailbtn::after{   opacity:0; content: ""; background: url("icon.png") no-repeat center; position: absolute;top: 4px;right: 7px;width: 20px; height: 20px; display: block;}
.ModuleNewsListGiant.layout-105 .label-box {font-size: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ModuleNewsListGiant.layout-105 .news-label {display: inline-block; font-size: 12px; color: #999; padding: 3px 12px; line-height: 1; background: #eee; margin-top: 2px; margin-right: 10px;}
.ModuleNewsListGiant.layout-105 .videobox .Mantle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-105 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
	.ModuleNewsListGiant.layout-105 .news-desc {
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		/* white-space: nowrap; */
		/* display: block !important; */
	}

	.ModuleNewsListGiant.layout-105 .news-detailbtn {
		display: none;
	}

	.ModuleNewsListGiant.layout-105 .news-container .news-img {
		overflow: hidden;
		transition: all .3s ease-out;
		width: 35%;
	}

	.ModuleNewsListGiant.layout-105 .news-item .news-con {
		width: 60%;
	}
}

@media (min-width: 768px) {
	.ModuleNewsListGiant.layout-105 .news-item:hover .news-img img {
		-webkit-transform:scale(1.2);
		transform:translate(-50%, -50%) scale(1.2);
		transition: all .3s ease-out;
	}

	.ModuleNewsListGiant.layout-105 .news-detailbtn:hover::before {
		opacity: 1;
		cursor: pointer;
	}

	.ModuleNewsListGiant.layout-105 .news-detailbtn:hover::after {
		opacity: 1;
		cursor: pointer;
	}

	.ModuleNewsListGiant.layout-105 .news-detailbtn:hover span {
		margin-left: -30px;
	}
}


/*置顶推荐*/
.ModuleNewsListGiant.layout-105 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}
.ModuleNewsListGiant.layout-105 .pagerGiant .inputer{outline: 0;}.module_416197372 .ModuleHead .HeadCenter{float:none;}
#module_416197372 {
padding:0px;
}
#module_416197372 {
position:static;
z-index:0;
top:1936px;
left:88px;
width:100%;
height: auto;
}
#module_416197372 .ModuleHead416197372 {
display:none;
}
#module_416197372 .BodyCenter.BodyCenter416197372 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416197372 >.module_416197372 {
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_416197372 >.module_416197372{
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_416197372 .BodyCenter.BodyCenter416197372 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_416197372 .BodyCenter.BodyCenter416197372 {
padding-top:0.0000%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_416197372 >.module_416197372 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_416197372 >.module_416197372 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416197372 >.module_416197372 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197372:hover {
border:none;
}
#module_416197372:hover >.module_416197372 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197372 .videobox .iconfont{font-size:66px;}
#module_416197372 {}@media (max-width: 767px) { #module_416197372 .videobox .iconfont{font-size:44px;}}
#module_416197372 .news-item{background-color:#ffffff;}
#module_416197372 .news-item{background-image:none;}
#module_416197372 .news-item{background-repeat:no-repeat;}
#module_416197372 .news-item{}
#module_416197372 .news-item{}
#module_416197372 .news-item{}
#module_416197372 .news-item{border-bottom-color:rgb(242, 242, 242);}
#module_416197372 .news-item{border-bottom-style:solid;}
#module_416197372 .news-item{border-bottom-width:1px;}
#module_416197372 .news-img .dummy{background-color:transparent;}
#module_416197372 .news-img .dummy{background-image:none;}
#module_416197372 .news-img .dummy{background-repeat:no-repeat;}
#module_416197372 .news-img .dummy{}
#module_416197372 .news-img .dummy{}
#module_416197372 .news-img .dummy{}
#module_416197372 .news-img{border-top-left-radius:0px;}
#module_416197372 .news-img{border-top-right-radius:0px;}
#module_416197372 .news-img{border-bottom-left-radius:0px;}
#module_416197372 .news-img{border-bottom-right-radius:0px;}
#module_416197372 .news-img{border-top-color:transparent;}
#module_416197372 .news-img{border-top-style:none;}
#module_416197372 .news-img{border-top-width:0px;}
#module_416197372 .news-img{border-right-color:transparent;}
#module_416197372 .news-img{border-right-style:none;}
#module_416197372 .news-img{border-right-width:0px;}
#module_416197372 .news-img{border-bottom-color:transparent;}
#module_416197372 .news-img{border-bottom-style:none;}
#module_416197372 .news-img{border-bottom-width:0px;}
#module_416197372 .news-img{border-left-color:transparent;}
#module_416197372 .news-img{border-left-style:none;}
#module_416197372 .news-img{border-left-width:0px;}
#module_416197372 .news-img{width:30%;} #module_416197372 .news-con{width:calc(100% - 30% - 7%);}
#module_416197372 {}@media (max-width: 767px) {#module_416197372 .news-img{width:35%;} #module_416197372 .news-con{width:calc(100% - 35% - 7%);}}
#module_416197372 .news-img .dummy{padding-top:auto;}
#module_416197372 .news-img .t-img{ object-fit:cover;}
#module_416197372 .news-img .t-img{ width:100%;}
#module_416197372 .news-img .t-img{ height:100%;}
#module_416197372 .news-img .t-img{border-radius:0px;}
#module_416197372 .news-title{font-size:15px;line-height:15pt;}
#module_416197372 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .news-title{color:#333;}
#module_416197372 .news-title{font-weight:normal;}
#module_416197372 .news-title{text-decoration:none;}
#module_416197372 .news-title{font-style:normal;}
#module_416197372 .news-title{margin-top:0px;}
#module_416197372 .news-title{margin-bottom:0px;}
#module_416197372 .news-desc{font-size:14px;line-height:calc( 14px + 12px )}
#module_416197372 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .news-desc{color:#999;}
#module_416197372 .news-desc{font-weight:normal;}
#module_416197372 .news-desc{text-decoration:none;}
#module_416197372 .news-desc{font-style:normal;}
#module_416197372 .news-desc{margin-top:0px;}
#module_416197372 .news-desc{margin-bottom:0px;}
#module_416197372 .news-detailbtn{font-size:12px;}
#module_416197372 .news-detailbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .news-detailbtn{color:#666;}
#module_416197372 .news-detailbtn{font-weight:normal;}
#module_416197372 .news-detailbtn{text-decoration:none;}
#module_416197372 .news-detailbtn{font-style:normal;}
#module_416197372 .news-detailbtn{background-color:#fff;}
#module_416197372 .news-detailbtn{background-image:none;}
#module_416197372 .news-detailbtn{background-repeat:no-repeat;}
#module_416197372 .news-detailbtn{}
#module_416197372 .news-detailbtn{}
#module_416197372 .news-detailbtn{}
#module_416197372 .news-item .news-detailbtn::before{background-color:#000000;}
#module_416197372 .news-item .news-detailbtn::before{background-image:none;}
#module_416197372 .news-item .news-detailbtn::before{background-repeat:no-repeat;}
#module_416197372 .news-item .news-detailbtn::before{}
#module_416197372 .news-item .news-detailbtn::before{}
#module_416197372 .news-item .news-detailbtn::before{}
#module_416197372 .news-label .a-label{font-size:12px;}
#module_416197372 .news-label .a-label{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .news-label .a-label{color:#999;}
#module_416197372 .news-label .a-label{font-weight:normal;}
#module_416197372 .news-label .a-label{text-decoration:none;}
#module_416197372 .news-label .a-label{font-style:normal;}
#module_416197372 .news-label{margin-top:15px;}
#module_416197372 .news-label{margin-bottom:0px;}
#module_416197372 .news-label{margin-left:0px;}
#module_416197372 .news-label{margin-right:10px;}
#module_416197372 .news-label{padding-top:8px;}
#module_416197372 .news-label{padding-bottom:8px;}
#module_416197372 .news-label{padding-left:12px;}
#module_416197372 .news-label{padding-right:12px;}
#module_416197372 .news-label{background-color:#eee;}
#module_416197372 .news-label{background-image:none;}
#module_416197372 .news-label{background-repeat:no-repeat;}
#module_416197372 .news-label{}
#module_416197372 .news-label{}
#module_416197372 .news-label{}
#module_416197372 .news-label{border-top-color:transparent;}
#module_416197372 .news-label{border-top-style:none;}
#module_416197372 .news-label{border-top-width:0px;}
#module_416197372 .news-label{border-right-color:transparent;}
#module_416197372 .news-label{border-right-style:none;}
#module_416197372 .news-label{border-right-width:0px;}
#module_416197372 .news-label{border-bottom-color:transparent;}
#module_416197372 .news-label{border-bottom-style:none;}
#module_416197372 .news-label{border-bottom-width:0px;}
#module_416197372 .news-label{border-left-color:transparent;}
#module_416197372 .news-label{border-left-style:none;}
#module_416197372 .news-label{border-left-width:0px;}
#module_416197372 .pagerGiant .text{font-size:12px;}
#module_416197372 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .pagerGiant .text{color:#333;}
#module_416197372 .pagerGiant .text{}
#module_416197372 .pagerGiant .text{}
#module_416197372 .pagerGiant .text{}
#module_416197372 .pagerGiant .current,#module_416197372 .pagerGiant .num,#module_416197372 .pagerGiant .inputer{width:30px}
#module_416197372 .pagerGiant .current,#module_416197372 .pagerGiant .num,#module_416197372 .pagerGiant .inputer{height:30px}
#module_416197372 .pagerGiant .num{font-size:12px;}
#module_416197372 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .pagerGiant .num{color:#333;}
#module_416197372 .pagerGiant .num{}
#module_416197372 .pagerGiant .num{}
#module_416197372 .pagerGiant .num{}
#module_416197372 .pagerGiant .submit{width:55px}
#module_416197372 .pagerGiant .submit{height:30px}
#module_416197372 .pagerGiant .current,#module_416197372 .pagerGiant .num,#module_416197372 .pagerGiant .inputer,#module_416197372 .pagerGiant .submit{border-top-left-radius:0px;}
#module_416197372 .pagerGiant .current,#module_416197372 .pagerGiant .num,#module_416197372 .pagerGiant .inputer,#module_416197372 .pagerGiant .submit{border-top-right-radius:0px;}
#module_416197372 .pagerGiant .current,#module_416197372 .pagerGiant .num,#module_416197372 .pagerGiant .inputer,#module_416197372 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_416197372 .pagerGiant .current,#module_416197372 .pagerGiant .num,#module_416197372 .pagerGiant .inputer,#module_416197372 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_416197372 .pagerGiant .next,#module_416197372 .pagerGiant .splitline{color:#ccc;}
#module_416197372 .pagerGiant .num{background-color:#fff;}
#module_416197372 .pagerGiant .num, #module_416197372 .pagerGiant .inputer{border-top-color:#ccc;}
#module_416197372 .pagerGiant .num, #module_416197372 .pagerGiant .inputer{border-top-style:solid;}
#module_416197372 .pagerGiant .num, #module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit, #module_416197372 .pagerGiant .inputer{border-top-width:1px;}
#module_416197372 .pagerGiant .num, #module_416197372 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_416197372 .pagerGiant .num, #module_416197372 .pagerGiant .inputer{border-bottom-style:solid;}
#module_416197372 .pagerGiant .num, #module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit, #module_416197372 .pagerGiant .inputer{border-bottom-width:1px;}
#module_416197372 .pagerGiant .num, #module_416197372 .pagerGiant .inputer{border-left-color:#ccc;}
#module_416197372 .pagerGiant .num, #module_416197372 .pagerGiant .inputer{border-left-style:solid;}
#module_416197372 .pagerGiant .num, #module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit, #module_416197372 .pagerGiant .inputer{border-left-width:1px;}
#module_416197372 .pagerGiant .num, #module_416197372 .pagerGiant .inputer{border-right-color:#ccc;}
#module_416197372 .pagerGiant .num, #module_416197372 .pagerGiant .inputer{border-right-style:solid;}
#module_416197372 .pagerGiant .num, #module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit, #module_416197372 .pagerGiant .inputer{border-right-width:1px;}
#module_416197372 .page-more a{font-size:16px;}
#module_416197372 .page-more a{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .page-more a{color:#666 !important;}
#module_416197372 .page-more a{font-weight:normal;}
#module_416197372 .page-more a{text-decoration:none;}
#module_416197372 .page-more a{font-style:normal;}
#module_416197372 .page-more a{background-color:#fff;}
#module_416197372 .page-more a{border-top-color:#eee;}
#module_416197372 .page-more a{border-top-style:solid;}
#module_416197372 .page-more a{border-top-width:2px;}
#module_416197372 .page-more a{border-bottom-color:#eee;}
#module_416197372 .page-more a{border-bottom-style:solid;}
#module_416197372 .page-more a{border-bottom-width:2px;}
#module_416197372 .page-more a{border-left-color:#eee;}
#module_416197372 .page-more a{border-left-style:solid;}
#module_416197372 .page-more a{border-left-width:2px;}
#module_416197372 .page-more a{border-right-color:#eee;}
#module_416197372 .page-more a{border-right-style:solid;}
#module_416197372 .page-more a{border-right-width:2px;}
#module_416197372 .news-item time{font-size:px;}
#module_416197372 .news-item time{font-family:;}
#module_416197372 .news-item time{color:;}
#module_416197372 .news-item time{}
#module_416197372 .news-item time{}
#module_416197372 .news-item time{}
#module_416197372 .news-item:hover{background-color:#ffffff;}
#module_416197372 .news-item:hover{background-image:none;}
#module_416197372 .news-item:hover{background-repeat:no-repeat;}
#module_416197372 .news-item:hover{}
#module_416197372 .news-item:hover{}
#module_416197372 .news-item:hover{}
#module_416197372 .news-item:hover{border-bottom-color:rgb(242, 242, 242);}
#module_416197372 .news-item:hover{border-bottom-style:solid;}
#module_416197372 .news-item:hover{border-bottom-width:1px;}
#module_416197372 .news-item:hover .news-img{border-top-color:transparent;}
#module_416197372 .news-item:hover .news-img{border-top-style:none;}
#module_416197372 .news-item:hover .news-img{border-top-width:0px;}
#module_416197372 .news-item:hover .news-img{border-right-color:transparent;}
#module_416197372 .news-item:hover .news-img{border-right-style:none;}
#module_416197372 .news-item:hover .news-img{border-right-width:0px;}
#module_416197372 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_416197372 .news-item:hover .news-img{border-bottom-style:none;}
#module_416197372 .news-item:hover .news-img{border-bottom-width:0px;}
#module_416197372 .news-item:hover .news-img{border-left-color:transparent;}
#module_416197372 .news-item:hover .news-img{border-left-style:none;}
#module_416197372 .news-item:hover .news-img{border-left-width:0px;}
#module_416197372 .news-item:hover .news-title{font-size:15px;line-height:15pt;}
#module_416197372 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .news-item:hover .news-title{color:rgb(192, 0, 0);}
#module_416197372 .news-item:hover .news-title{font-weight:normal;}
#module_416197372 .news-item:hover .news-title{text-decoration:none;}
#module_416197372 .news-item:hover .news-title{font-style:normal;}
#module_416197372 .news-item:hover .news-desc{font-size:14px;}
#module_416197372 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .news-item:hover .news-desc{color:#999;}
#module_416197372 .news-item:hover .news-desc{font-weight:normal;}
#module_416197372 .news-item:hover .news-desc{text-decoration:none;}
#module_416197372 .news-item:hover .news-desc{font-style:normal;}
#module_416197372 .news-item:hover time{font-size:18px;}
#module_416197372 .news-item:hover time{font-family:;}
#module_416197372 .news-item:hover time{color:#333;}
#module_416197372 .news-item:hover time{font-weight:normal;}
#module_416197372 .news-item:hover time{text-decoration:none;}
#module_416197372 .news-item:hover time{font-style:normal;}
#module_416197372 .news-item:hover .news-detailbtn{font-size:12px;}
#module_416197372 .news-item:hover .news-detailbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .news-item:hover .news-detailbtn{color:#666;}
#module_416197372 .news-item:hover .news-detailbtn{font-weight:normal;}
#module_416197372 .news-item:hover .news-detailbtn{text-decoration:none;}
#module_416197372 .news-item:hover .news-detailbtn{font-style:normal;}
#module_416197372 .news-item:hover .news-detailbtn{background-color:#fff;}
#module_416197372 .news-item:hover .news-detailbtn{background-image:none;}
#module_416197372 .news-item:hover .news-detailbtn{background-repeat:no-repeat;}
#module_416197372 .news-item:hover .news-detailbtn{}
#module_416197372 .news-item:hover .news-detailbtn{}
#module_416197372 .news-item:hover .news-detailbtn{}
#module_416197372 .news-label:hover .a-label{font-size:12px;}
#module_416197372 .news-label:hover .a-label{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .news-label:hover .a-label{color:#999;}
#module_416197372 .news-label:hover .a-label{font-weight:normal;}
#module_416197372 .news-label:hover .a-label{text-decoration:none;}
#module_416197372 .news-label:hover .a-label{font-style:normal;}
#module_416197372 .news-label:hover{background-color:#eee;}
#module_416197372 .news-label:hover{background-image:none;}
#module_416197372 .news-label:hover{background-repeat:no-repeat;}
#module_416197372 .news-label:hover{}
#module_416197372 .news-label:hover{}
#module_416197372 .news-label:hover{}
#module_416197372 .news-label:hover{border-top-color:transparent;}
#module_416197372 .news-label:hover{border-top-style:none;}
#module_416197372 .news-label:hover{border-right-color:transparent;}
#module_416197372 .news-label:hover{border-right-style:none;}
#module_416197372 .news-label:hover{border-bottom-color:transparent;}
#module_416197372 .news-label:hover{border-bottom-style:none;}
#module_416197372 .news-label:hover{border-left-color:transparent;}
#module_416197372 .news-label:hover{border-left-style:none;}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit{font-size:12px;}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit{color:#fff;}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit{}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit{}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit{}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit{background-color:#000;}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit, #module_416197372 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit, #module_416197372 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit, #module_416197372 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit, #module_416197372 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit, #module_416197372 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit, #module_416197372 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit, #module_416197372 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_416197372 .pagerGiant .current, #module_416197372 .pagerGiant .submit, #module_416197372 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_416197372 .page-more a:hover{font-size:16px;}
#module_416197372 .page-more:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_416197372 .page-more a:hover{color:#666 !important;}
#module_416197372 .page-more a:hover {font-weight:normal;}
#module_416197372 .page-more a:hover {text-decoration:none;}
#module_416197372 .page-more a:hover {font-style:normal;}
#module_416197372 .page-more a:hover{background-color:#fff;}
#module_416197372 .page-more a:hover{border-top-color:#eee;}
#module_416197372 .page-more a:hover{border-top-style:solid;}
#module_416197372 .page-more a:hover{border-bottom-color:#eee;}
#module_416197372 .page-more a:hover{border-bottom-style:solid;}
#module_416197372 .page-more a:hover{border-left-color:#eee;}
#module_416197372 .page-more a:hover{border-left-style:solid;}
#module_416197372 .page-more a:hover{border-right-color:#eee;}
#module_416197372 .page-more a:hover{border-right-style:solid;}

.module_418300241 .ModuleHead .HeadCenter{float:none;}
#module_418300241 {
padding:0px;
}
#module_418300241 {
position:static;
z-index:0;
top:2691px;
left:66px;
width:100%;
height: auto;
}
#module_418300241 .ModuleHead418300241 {
display:none;
}
#module_418300241 .BodyCenter.BodyCenter418300241 {
background-color:transparent;
background-image:url(2022010909475187c957.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_418300241 >.module_418300241 {
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_418300241 >.module_418300241{
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_418300241 .BodyCenter.BodyCenter418300241 {
padding-top:4.1841%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_418300241 .BodyCenter.BodyCenter418300241 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_418300241 >.module_418300241 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300241 >.module_418300241 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_418300241 >.module_418300241 {box-shadow: 0px 0px 0px 0px #ccc}
#module_418300241:hover {
border:none;
}
#module_418300241:hover >.module_418300241 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_418300241 .ModuleSubContainer{background-color:transparent;}
#module_418300241 .ModuleSubContainer{background-image:none;}
#module_418300241 .ModuleSubContainer{background-repeat:no-repeat;}
#module_418300241 .ModuleSubContainer{background-position:0% 0%;}
#module_418300241 .ModuleSubContainer{background-attachment:scroll;}
#module_418300241 .ModuleSubContainer{}
#module_418300241 {!bgVideo!}{bgVideoUrl:}
#module_418300241 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_418300241 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_418300241 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer418300241 {max-width:1500px;width:auto;}
.ModuleGridContainer.ModuleGridContainer418300241 .SubPadding {width:0px;}
.module_418300242 .ModuleHead .HeadCenter{float:none;}
#module_418300242 {
padding:0px;
}
#module_418300242 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_418300242 .ModuleHead418300242 {
display:none;
}
#module_418300242 .BodyCenter.BodyCenter418300242 {
background:none;background-color:rgba(0,0,0,0);
}
#module_418300242 >.module_418300242 {
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_418300242 >.module_418300242{
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_418300242 .BodyCenter.BodyCenter418300242 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300242 .BodyCenter.BodyCenter418300242 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_418300242 >.module_418300242 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300242 >.module_418300242 {
margin-top:8.6455%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_418300242 >.module_418300242 {box-shadow: 0px 0px 0px 0px #ccc}
#module_418300242:hover {
border:none;
}
#module_418300242:hover >.module_418300242 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_418300242 .ModuleImageTextGiantContent{margin-top:0px;}
#module_418300242 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_418300242 .ModuleImageTextGiantContent{margin-left:0px;}
#module_418300242 .ModuleImageTextGiantContent{margin-right:0px;}
#module_418300242 .imageTextGiant-Container{padding-top:0px;}
#module_418300242 .imageTextGiant-Container{padding-bottom:10px;}
#module_418300242 .imageTextGiant-Container{padding-left:0px;}
#module_418300242 .imageTextGiant-Container{padding-right:10px;}
#module_418300242 .showHandle .btn{font-size:14px;}
#module_418300242 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_418300242 .showHandle .btn{color:#333;}
#module_418300242 .showHandle .btn{font-weight:400;}
#module_418300242 .showHandle .btn{text-decoration:none;}
#module_418300242 .showHandle .btn{font-style:normal;}
#module_418300242 .showHandle div{border-top-color:#ddd !important;}
#module_418300242 .showHandle div{border-top-style:solid !important;}
#module_418300242 .showHandle div{border-top-width:1px !important;}
#module_418300242 .showHandle{background-color:transparent;}
#module_418300242 .showHandle{background-image:none;}
#module_418300242 .showHandle{background-repeat:no-repeat;}
#module_418300242 .showHandle{}
#module_418300242 .showHandle{}
#module_418300242 .showHandle{}
#module_418300242 a{font-size:unset;font-family:unset}
.module_418300243 .ModuleHead .HeadCenter{float:none;}
#module_418300243 {
padding:0px;
}
#module_418300243 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_418300243 .ModuleHead418300243 {
display:none;
}
#module_418300243 .BodyCenter.BodyCenter418300243 {
background:none;background-color:rgba(0,0,0,0);
}
#module_418300243 >.module_418300243 {
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_418300243 >.module_418300243{
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_418300243 .BodyCenter.BodyCenter418300243 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300243 .BodyCenter.BodyCenter418300243 {
padding-top:0.0000%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_418300243 >.module_418300243 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418300243 >.module_418300243 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_418300243 >.module_418300243 {box-shadow: 0px 0px 0px 0px #ccc}
#module_418300243:hover {
border:none;
}
#module_418300243:hover >.module_418300243 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_418300243 .search-item .searchInputPanel,#module_418300243 .search-item .searchBtnPanel{height:44px;line-height:44px;}
#module_418300243 .search-item .bootstrap-select .btn ,#module_418300243 .search-item .ModuleSearchInput ,#module_418300243 .search-item .searchInputPanel ,#module_418300243 .search-item .searchBtnPanel {background-color:#fff;box-shadow: inset 0 0 0 1000px #fff} #module_418300243 .searchTypePanel select{background:#fff;}
#module_418300243 .ModuleSearchFormStyle .searchInputPanel{border-left-color:rgb(242, 242, 242);}
#module_418300243 .search-item{border-top-color:#e8e8e8;}
#module_418300243 .search-item{border-top-style:solid;}
#module_418300243 .search-item{border-top-width:0px;}
#module_418300243 .search-item{border-right-color:#e8e8e8;}
#module_418300243 .search-item{border-right-style:solid;}
#module_418300243 .search-item{border-right-width:0px;}
#module_418300243 .search-item{border-bottom-color:#e8e8e8;}
#module_418300243 .search-item{border-bottom-style:solid;}
#module_418300243 .search-item{border-bottom-width:0px;}
#module_418300243 .search-item{border-left-color:#e8e8e8;}
#module_418300243 .search-item{border-left-style:solid;}
#module_418300243 .search-item{border-left-width:0px;}
#module_418300243 .search-item .ModuleSearchInput::placeholder,#module_418300243 .search-item .ModuleSearchInput,#module_418300243 .search-item .filter-option{font-size:14px;} #module_418300243 .search-item .caret{margin-top:calc( 14px - 11px );}
#module_418300243 .search-item .bootstrap-select .btn ,#module_418300243  .search-item .ModuleSearchInput::placeholder,#module_418300243 .search-item .ModuleSearchInput{font-family:微软雅黑,Microsoft YaHei;}
#module_418300243 .search-item .bootstrap-select .btn ,#module_418300243  .search-item .ModuleSearchInput::placeholder,#module_418300243 .search-item .ModuleSearchInput{color:#333;-webkit-text-fill-color:#333;}
#module_418300243 .search-item .bootstrap-select .btn ,#module_418300243  .search-item .ModuleSearchInput::placeholder,#module_418300243 .search-item .ModuleSearchInput{font-weight:normal;}
#module_418300243 .search-item .bootstrap-select .btn ,#module_418300243  .search-item .ModuleSearchInput::placeholder,#module_418300243 .search-item .ModuleSearchInput{text-decoration:none;}
#module_418300243 .search-item .bootstrap-select .btn ,#module_418300243  .search-item .ModuleSearchInput::placeholder,#module_418300243 .search-item .ModuleSearchInput{font-style:normal;}
#module_418300243 .search-item .ModuleSearchInput::placeholder{color:#bababa;-webkit-text-fill-color:#bababa;}
#module_418300243 .search-item{border-top-left-radius:0px;}
#module_418300243 .search-item{border-top-right-radius:0px;}
#module_418300243 .search-item{border-bottom-left-radius:0px;}
#module_418300243 .search-item{border-bottom-right-radius:0px;}
#module_418300243 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-size:20px;} #module_418300243 .search-item .searchBtnPanel{ width:calc( 40px + 20px )}
#module_418300243 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-family:;}
#module_418300243 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{color:#999;}
#module_418300243 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-weight:normal;}
#module_418300243 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{text-decoration:none;}
#module_418300243 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-style:normal;}
#module_418300243 .search-hot ul li a{font-size:12px;}
#module_418300243 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_418300243 .search-hot ul li a{color:#666;}
#module_418300243 .search-hot ul li a{font-weight:normal;}
#module_418300243 .search-hot ul li a{text-decoration:none;}
#module_418300243 .search-hot ul li a{font-style:normal;}
#module_418300243 .search-hot ul li{border-right-color:#eee;}
#module_418300243 .search-hot ul li{border-right-style:solid;}
#module_418300243 .search-hot ul li{border-right-width:1px;}
#module_418300243 .search-item:hover .bootstrap-select .btn ,#module_418300243 .search-item:hover .ModuleSearchInput ,#module_418300243 .search-item:hover .searchInputPanel ,#module_418300243 .search-item:hover .searchBtnPanel {background-color:#fff;box-shadow: inset 0 0 0 1000px #fff}
#module_418300243 .search-item:hover{border-top-color:#f10215;}
#module_418300243 .search-item:hover{border-top-style:solid;}
#module_418300243 .search-item:hover{border-right-color:#f10215;}
#module_418300243 .search-item:hover{border-right-style:solid;}
#module_418300243 .search-item:hover{border-bottom-color:#f10215;}
#module_418300243 .search-item:hover{border-bottom-style:solid;}
#module_418300243 .search-item:hover{border-left-color:#f10215;}
#module_418300243 .search-item:hover{border-left-style:solid;}
#module_418300243 .search-item:hover .searchIcon .icon-sousuo5{font-size:20px;} #module_418300243 .search-item .searchBtnPanel{ width:calc( 40px + 20px )}
#module_418300243 .search-item:hover .searchIcon .icon-sousuo5{font-family:;}
#module_418300243 .searchBtnPanel:hover .searchIcon .icon-sousuo5{color:rgb(192, 0, 0);}
#module_418300243 .search-item:hover .searchIcon .icon-sousuo5{font-weight:normal;}
#module_418300243 .search-item:hover .searchIcon .icon-sousuo5{text-decoration:none;}
#module_418300243 .search-item:hover .searchIcon .icon-sousuo5{font-style:normal;}
#module_418300243 .search-hot ul li:hover a{font-size:12px;}
#module_418300243 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_418300243 .search-hot ul li:hover a{color:#333;}
#module_418300243 .search-hot ul li:hover a{font-weight:normal;}
#module_418300243 .search-hot ul li:hover a{text-decoration:none;}
#module_418300243 .search-hot ul li:hover a{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer418300241 #Sub418300241_1 {width:33.7500%;}
.ModuleJiuGongGiant.layout-103 .nic-item ul li a {font-size: 12px;}
.ModuleJiuGongGiant.layout-103 .nic-item ul li{background-size: 100%; float: left; width: 20%; color: #333333; text-align: center; box-sizing: border-box; padding: 5px 10px 0 10px; margin-bottom: 10px;}
.ModuleJiuGongGiant.layout-103 .nic-item ul li img {width: 100%; height: auto;}
.ModuleJiuGongGiant.layout-103 .nic-item ul li i {display: block; width: 44px; margin: 0 auto; max-width: 100%}
.ModuleJiuGongGiant.layout-103 .nic-item ul li span{margin-top: 0.32rem; display: block; overflow: hidden; white-space: nowrap;}

/*PC屏幕*/
@media (min-width: 768px){
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-lg-1 {width: 100%;}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-lg-2 {width: calc(100% / 2);}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-lg-3 {width: calc(100% / 3);}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-lg-4 {width: calc(100% / 4);}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-lg-5 {width: calc(100% / 5);}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-lg-6 {width: calc(100% / 6);}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-lg-7 {width: calc(100% / 7);}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-lg-8 {width: calc(100% / 8);}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-lg-9 {width: calc(100% / 9);}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-lg-10 {width: calc(100% / 10);}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-lg-11 {width: calc(100% / 11);}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-lg-12 {width: calc(100% / 12);}
}
/*手机屏幕*/
@media (max-width: 767px) {
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-xs-1 {width: 100%;}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-xs-2 {width: calc(100% / 2);}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-xs-3 {width: calc(100% / 3);}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-xs-4 {width: 25%;}
    .ModuleJiuGongGiant.layout-103 .nic-item ul li.col-xs-5 {width: 20%;}
}.module_418300244 .ModuleHead .HeadCenter{float:none;}
#module_418300244 {
padding:0px;
}
#module_418300244 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_418300244 .ModuleHead418300244 {
display:none;
}
#module_418300244 .BodyCenter.BodyCenter418300244 {
background:none;background-color:rgba(0,0,0,0);
}
#module_418300244 >.module_418300244 {
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_418300244 >.module_418300244{
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_418300244 .BodyCenter.BodyCenter418300244 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_418300244 .BodyCenter.BodyCenter418300244 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_418300244 >.module_418300244 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_418300244 >.module_418300244 {
margin-top:5.7637%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_418300244 >.module_418300244 {box-shadow: 0px 0px 0px 0px #ccc}
#module_418300244:hover {
border:none;
}
#module_418300244:hover >.module_418300244 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_418300244 .jiugong-item{border-top-color:transparent;}
#module_418300244 .jiugong-item{border-top-style:solid;}
#module_418300244 .jiugong-item{border-top-width:1px;}
#module_418300244 .jiugong-item{border-right-color:transparent;}
#module_418300244 .jiugong-item{border-right-style:solid;}
#module_418300244 .jiugong-item{border-right-width:1px;}
#module_418300244 .jiugong-item{border-bottom-color:transparent;}
#module_418300244 .jiugong-item{border-bottom-style:solid;}
#module_418300244 .jiugong-item{border-bottom-width:1px;}
#module_418300244 .jiugong-item{border-left-color:transparent;}
#module_418300244 .jiugong-item{border-left-style:solid;}
#module_418300244 .jiugong-item{border-left-width:1px;}
#module_418300244 .jiugong-item{border-top-left-radius:0px;}
#module_418300244 .jiugong-item{border-top-right-radius:0px;}
#module_418300244 .jiugong-item{border-bottom-left-radius:0px;}
#module_418300244 .jiugong-item{border-bottom-right-radius:0px;}
#module_418300244 {}@media only screen and (min-width: 768px) {#module_418300244 .nic-item ul li i{width:25%}}
#module_418300244 {}@media only screen and (max-width: 767px) {#module_418300244 .nic-item ul li i{width:38%}}
#module_418300244 .jggMargin{margin-top:10px;}
#module_418300244 .jggMargin{margin-bottom:10px;}
#module_418300244 .jggMargin{margin-left:0px;}
#module_418300244 .jggMargin{margin-right:0px;}
#module_418300244 .jggFont{font-size:14px;}
#module_418300244 .jggFont{font-family:微软雅黑,Microsoft YaHei;}
#module_418300244 .jggFont{font-weight:normal;}
#module_418300244 .jggFont{text-decoration:none;}
#module_418300244 .jggFont{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer418300241 #Sub418300241_2 {width:13.7500%;}
.ModuleGridContainer.ModuleGridContainer418300241 #Sub418300241_3 {width:17.5000%;}
.ModuleGridContainer.ModuleGridContainer418300241 #Sub418300241_4 {width:17.5000%;}
.ModuleGridContainer.ModuleGridContainer418300241 #Sub418300241_5 {width:17.5000%;}



/*结尾公用*/
.module_416197682 .ModuleHead .HeadCenter{float:none;}
#module_416197682 {
padding:0px;
}
#module_416197682 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_416197682 .ModuleHead416197682 {
display:none;
}
#module_416197682 .BodyCenter.BodyCenter416197682 {
background:none;background-color:rgb(25, 28, 34);
}
#module_416197682 >.module_416197682 {
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_416197682 >.module_416197682{
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_416197682 .BodyCenter.BodyCenter416197682 {
padding-top:4.1841%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197682 .BodyCenter.BodyCenter416197682 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416197682 >.module_416197682 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197682 >.module_416197682 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416197682 >.module_416197682 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197682:hover {
border:none;
}
#module_416197682:hover >.module_416197682 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197682 .ModuleSubContainer{background-color:transparent;}
#module_416197682 .ModuleSubContainer{background-image:none;}
#module_416197682 .ModuleSubContainer{background-repeat:no-repeat;}
#module_416197682 .ModuleSubContainer{background-position:0% 0%;}
#module_416197682 .ModuleSubContainer{background-attachment:scroll;}
#module_416197682 .ModuleSubContainer{}
#module_416197682 {!bgVideo!}{bgVideoUrl:}
#module_416197682 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_416197682 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_416197682 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer416197682 {max-width:1500px;width:auto;}
.ModuleCommonClsGiant.layout-102 .class-title{height:40px;line-height: 40px;color:#fff;font-size: 15px;box-sizing: border-box;text-align: center}
.ModuleCommonClsGiant.layout-102 .class-title .class-title-icon{display: none}
.ModuleCommonClsGiant.layout-102 .main-class-item{box-sizing: border-box;}
.ModuleCommonClsGiant.layout-102 .main-class-item:nth-last-of-type(1){border:none !important;}
.ModuleCommonClsGiant.layout-102 .main-class-item a {color:#666;font-size: 14px;line-height: 1;display: block;}
.ModuleCommonClsGiant.layout-102 .main-class-item a .main-class-text{display:block;width: 100%;padding-left:45px;display: block;max-width: 100%;line-height: 35px;}
.ModuleCommonClsGiant.layout-102 .icon{background:none}
.ModuleCommonClsGiant.layout-102 .class-title-icon{background:none;width: 16px;fill:#fff;}
.ModuleCommonClsGiant.layout-102 .main-class-item.active{background: #f9f9f9;}
.ModuleCommonClsGiant.layout-102 .main-class-item .main-class-colorlump{width: 4px; height: 14px; background-color: #0072d4; display: none; vertical-align: middle;}
.ModuleCommonClsGiant.layout-102 .main-class-item.active .main-class-colorlump{display: inline-block;}
.ModuleCommonClsGiant.layout-102 .main-class-item.active .main-class-text{color:#0072d4;}
.ModuleCommonClsGiant.layout-102 .forceheight{
	height: auto !important;
	line-height: 1.5 !important;
  }
  #Sub416197682_2 .ModuleItem:nth-child(1){ margin-top: 30px; }
@media (max-width: 767px) {
	.ModuleCommonClsGiant.layout-102 .class-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
	}

	.ModuleCommonClsGiant.layout-102 .class-title .class-title-icon {
		display: inline-block;
	}

	.ModuleCommonClsGiant.layout-102 .main-class-item a .main-class-text {
		padding-left: 20px !important;
	}

	.ModuleCommonClsGiant.layout-102 .one-classify {
		display: none
	}
}

@media (min-width: 768px) {
	.ModuleCommonClsGiant.layout-102 .one-classify {
		display: block !important;
	}
}


.module_416197692 .ModuleHead .HeadCenter{float:none;}
#module_416197692 {
padding:0px;
}
#module_416197692 {
position:static;
z-index:0;
top:2742px;
left:56px;
width:100%;
height: auto;
}
#module_416197692 .ModuleHead416197692 {
display:none;
}
#module_416197692 .BodyCenter.BodyCenter416197692 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416197692 >.module_416197692 {
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_416197692 >.module_416197692{
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_416197692 .BodyCenter.BodyCenter416197692 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197692 .BodyCenter.BodyCenter416197692 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_416197692 >.module_416197692 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197692 >.module_416197692 {
margin-top:8.6455%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416197692 >.module_416197692 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197692:hover {
border:none;
}
#module_416197692:hover >.module_416197692 {
border-color:#ccc;
}
#module_416197692:hover >.module_416197692 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197692 .class-title .class-title-text{font-size:14px;}
#module_416197692 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197692 .class-title .class-title-text,#module_416197692 .class-title .class-title-icon {color:#fff;}
#module_416197692 .class-title .class-title-text{font-weight:normal;}
#module_416197692 .class-title .class-title-text{text-decoration:none;}
#module_416197692 .class-title .class-title-text{font-style:normal;}
#module_416197692 .class-title{background-color:rgba(0,0,0,0);}
#module_416197692 .class-title{background-image:none;}
#module_416197692 .class-title{}
#module_416197692 .class-title{}
#module_416197692 .class-title{}
#module_416197692 .class-title{}
#module_416197692 .class-title{height:44px;line-height:44px;}
#module_416197692 .main-class-text{height:px;line-height:px;}
#module_416197692 .one-classify{border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-right-color:#e5e5e5;}
#module_416197692 .one-classify{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}
#module_416197692 .one-classify{border-bottom-width:0px;border-left-width:0px;border-right-width:0px;}
#module_416197692 .main-class-item{background-color:rgba(0,0,0,0);}
#module_416197692 .main-class-item{background-image:none;}
#module_416197692 .main-class-item{}
#module_416197692 .main-class-item{}
#module_416197692 .main-class-item{}
#module_416197692 .main-class-item{}
#module_416197692 .main-class-item{border-bottom-color:#e5e5e5;}
#module_416197692 .main-class-item{border-bottom-style:solid;}
#module_416197692 .main-class-item{border-bottom-width:0px;}
#module_416197692 .main-class-item .main-class-text{font-size:14px;}
#module_416197692 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197692 .main-class-item .main-class-text{color:rgba(255, 255, 255, 0.6);}
#module_416197692 .main-class-item .main-class-text{font-weight:normal;}
#module_416197692 .main-class-item .main-class-text{text-decoration:none;}
#module_416197692 .main-class-item .main-class-text{font-style:normal;}
#module_416197692 .main-class-item .main-class-text{text-align:left;}
#module_416197692 .main-class-item .main-class-text{padding-left:10px;}
#module_416197692 .main-class-item .main-class-text{padding-right:0px;}
#module_416197692 .main-class-item .main-class-text.forceheight{padding-top:px;}
#module_416197692 .main-class-item .main-class-text.forceheight{padding-bottom:px;}
#module_416197692 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_416197692 .main-class-item.active{background-image:none;}
#module_416197692 .main-class-item.active{}
#module_416197692 .main-class-item.active{}
#module_416197692 .main-class-item.active{}
#module_416197692 .main-class-item.active{}
#module_416197692 .main-class-item.active{border-bottom-color:#e5e5e5;}
#module_416197692 .main-class-item.active{border-bottom-style:solid;}
#module_416197692 .main-class-item.active{border-bottom-width:0px;}
#module_416197692 .main-class-item.active .main-class-text{font-size:14px;}
#module_416197692 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197692 .main-class-item.active .main-class-text{color:rgb(199, 0, 11);}
#module_416197692 .main-class-item.active .main-class-text{font-weight:normal;}
#module_416197692 .main-class-item.active .main-class-text{text-decoration:none;}
#module_416197692 .main-class-item.active .main-class-text{font-style:normal;}
#module_416197692 .main-class-item.active .main-class-text{text-align:left;}
#module_416197692 .main-class-item.active .main-class-text{padding-left:10px;}
#module_416197692 .main-class-item.active .main-class-text{padding-right:0px;}
#module_416197692 .main-class-item.active .main-class-colorlump{background-color:rgba(0,0,0,0);}
#module_416197692 .main-class-item.active .main-class-colorlump{height:14px;}#module_416197692 .main-class-item.active .main-class-colorlump{margin-top: calc((45px - 14px) / 2);}


.module_416197694 .ModuleHead .HeadCenter{float:none;}
#module_416197694 {
padding:0px;
}
#module_416197694 {
position:static;
z-index:0;
top:2791px;
left:50px;
width:100%;
height: auto;
}
#module_416197694 .ModuleHead416197694 {
display:none;
}
#module_416197694 .BodyCenter.BodyCenter416197694 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416197694 >.module_416197694 {
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_416197694 >.module_416197694{
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_416197694 .BodyCenter.BodyCenter416197694 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197694 .BodyCenter.BodyCenter416197694 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_416197694 >.module_416197694 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197694 >.module_416197694 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416197694 >.module_416197694 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197694:hover {
border:none;
}
#module_416197694:hover >.module_416197694 {
border-color:#ccc;
}
#module_416197694:hover >.module_416197694 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197694 .class-title .class-title-text{font-size:14px;}
#module_416197694 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197694 .class-title .class-title-text,#module_416197694 .class-title .class-title-icon {color:#fff;}
#module_416197694 .class-title .class-title-text{font-weight:normal;}
#module_416197694 .class-title .class-title-text{text-decoration:none;}
#module_416197694 .class-title .class-title-text{font-style:normal;}
#module_416197694 .class-title{background-color:rgba(0,0,0,0);}
#module_416197694 .class-title{background-image:none;}
#module_416197694 .class-title{}
#module_416197694 .class-title{}
#module_416197694 .class-title{}
#module_416197694 .class-title{}
#module_416197694 .class-title{height:44px;line-height:44px;}
#module_416197694 .main-class-text{height:px;line-height:px;}
#module_416197694 .one-classify{border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-right-color:#e5e5e5;}
#module_416197694 .one-classify{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}
#module_416197694 .one-classify{border-bottom-width:0px;border-left-width:0px;border-right-width:0px;}
#module_416197694 .main-class-item{background-color:rgba(0,0,0,0);}
#module_416197694 .main-class-item{background-image:none;}
#module_416197694 .main-class-item{}
#module_416197694 .main-class-item{}
#module_416197694 .main-class-item{}
#module_416197694 .main-class-item{}
#module_416197694 .main-class-item{border-bottom-color:#e5e5e5;}
#module_416197694 .main-class-item{border-bottom-style:solid;}
#module_416197694 .main-class-item{border-bottom-width:0px;}
#module_416197694 .main-class-item .main-class-text{font-size:14px;}
#module_416197694 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197694 .main-class-item .main-class-text{color:rgba(255, 255, 255, 0.6);}
#module_416197694 .main-class-item .main-class-text{font-weight:normal;}
#module_416197694 .main-class-item .main-class-text{text-decoration:none;}
#module_416197694 .main-class-item .main-class-text{font-style:normal;}
#module_416197694 .main-class-item .main-class-text{text-align:left;}
#module_416197694 .main-class-item .main-class-text{padding-left:10px;}
#module_416197694 .main-class-item .main-class-text{padding-right:0px;}
#module_416197694 .main-class-item .main-class-text.forceheight{padding-top:px;}
#module_416197694 .main-class-item .main-class-text.forceheight{padding-bottom:px;}
#module_416197694 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_416197694 .main-class-item.active{background-image:none;}
#module_416197694 .main-class-item.active{}
#module_416197694 .main-class-item.active{}
#module_416197694 .main-class-item.active{}
#module_416197694 .main-class-item.active{}
#module_416197694 .main-class-item.active{border-bottom-color:#e5e5e5;}
#module_416197694 .main-class-item.active{border-bottom-style:solid;}
#module_416197694 .main-class-item.active{border-bottom-width:0px;}
#module_416197694 .main-class-item.active .main-class-text{font-size:14px;}
#module_416197694 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197694 .main-class-item.active .main-class-text{color:rgb(199, 0, 11);}
#module_416197694 .main-class-item.active .main-class-text{font-weight:normal;}
#module_416197694 .main-class-item.active .main-class-text{text-decoration:none;}
#module_416197694 .main-class-item.active .main-class-text{font-style:normal;}
#module_416197694 .main-class-item.active .main-class-text{text-align:left;}
#module_416197694 .main-class-item.active .main-class-text{padding-left:10px;}
#module_416197694 .main-class-item.active .main-class-text{padding-right:0px;}
#module_416197694 .main-class-item.active .main-class-colorlump{background-color:rgba(0,0,0,0);}
#module_416197694 .main-class-item.active .main-class-colorlump{height:14px;}#module_416197694 .main-class-item.active .main-class-colorlump{margin-top: calc((45px - 14px) / 2);}


.module_416197693 .ModuleHead .HeadCenter{float:none;}
#module_416197693 {
padding:0px;
}
#module_416197693 {
position:static;
z-index:0;
top:2791px;
left:42px;
width:100%;
height: auto;
}
#module_416197693 .ModuleHead416197693 {
display:none;
}
#module_416197693 .BodyCenter.BodyCenter416197693 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416197693 >.module_416197693 {
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_416197693 >.module_416197693{
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_416197693 .BodyCenter.BodyCenter416197693 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197693 .BodyCenter.BodyCenter416197693 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_416197693 >.module_416197693 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197693 >.module_416197693 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416197693 >.module_416197693 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197693:hover {
border:none;
}
#module_416197693:hover >.module_416197693 {
border-color:#ccc;
}
#module_416197693:hover >.module_416197693 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197693 .class-title .class-title-text{font-size:14px;}
#module_416197693 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197693 .class-title .class-title-text,#module_416197693 .class-title .class-title-icon {color:#fff;}
#module_416197693 .class-title .class-title-text{font-weight:normal;}
#module_416197693 .class-title .class-title-text{text-decoration:none;}
#module_416197693 .class-title .class-title-text{font-style:normal;}
#module_416197693 .class-title{background-color:rgba(0,0,0,0);}
#module_416197693 .class-title{background-image:none;}
#module_416197693 .class-title{}
#module_416197693 .class-title{}
#module_416197693 .class-title{}
#module_416197693 .class-title{}
#module_416197693 .class-title{height:44px;line-height:44px;}
#module_416197693 .main-class-text{height:px;line-height:px;}
#module_416197693 .one-classify{border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-right-color:#e5e5e5;}
#module_416197693 .one-classify{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}
#module_416197693 .one-classify{border-bottom-width:0px;border-left-width:0px;border-right-width:0px;}
#module_416197693 .main-class-item{background-color:rgba(0,0,0,0);}
#module_416197693 .main-class-item{background-image:none;}
#module_416197693 .main-class-item{}
#module_416197693 .main-class-item{}
#module_416197693 .main-class-item{}
#module_416197693 .main-class-item{}
#module_416197693 .main-class-item{border-bottom-color:#e5e5e5;}
#module_416197693 .main-class-item{border-bottom-style:solid;}
#module_416197693 .main-class-item{border-bottom-width:0px;}
#module_416197693 .main-class-item .main-class-text{font-size:14px;}
#module_416197693 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197693 .main-class-item .main-class-text{color:rgba(255, 255, 255, 0.6);}
#module_416197693 .main-class-item .main-class-text{font-weight:normal;}
#module_416197693 .main-class-item .main-class-text{text-decoration:none;}
#module_416197693 .main-class-item .main-class-text{font-style:normal;}
#module_416197693 .main-class-item .main-class-text{text-align:left;}
#module_416197693 .main-class-item .main-class-text{padding-left:10px;}
#module_416197693 .main-class-item .main-class-text{padding-right:0px;}
#module_416197693 .main-class-item .main-class-text.forceheight{padding-top:px;}
#module_416197693 .main-class-item .main-class-text.forceheight{padding-bottom:px;}
#module_416197693 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_416197693 .main-class-item.active{background-image:none;}
#module_416197693 .main-class-item.active{}
#module_416197693 .main-class-item.active{}
#module_416197693 .main-class-item.active{}
#module_416197693 .main-class-item.active{}
#module_416197693 .main-class-item.active{border-bottom-color:#e5e5e5;}
#module_416197693 .main-class-item.active{border-bottom-style:solid;}
#module_416197693 .main-class-item.active{border-bottom-width:0px;}
#module_416197693 .main-class-item.active .main-class-text{font-size:14px;}
#module_416197693 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197693 .main-class-item.active .main-class-text{color:rgb(199, 0, 11);}
#module_416197693 .main-class-item.active .main-class-text{font-weight:normal;}
#module_416197693 .main-class-item.active .main-class-text{text-decoration:none;}
#module_416197693 .main-class-item.active .main-class-text{font-style:normal;}
#module_416197693 .main-class-item.active .main-class-text{text-align:left;}
#module_416197693 .main-class-item.active .main-class-text{padding-left:10px;}
#module_416197693 .main-class-item.active .main-class-text{padding-right:0px;}
#module_416197693 .main-class-item.active .main-class-colorlump{background-color:rgba(0,0,0,0);}
#module_416197693 .main-class-item.active .main-class-colorlump{height:14px;}#module_416197693 .main-class-item.active .main-class-colorlump{margin-top: calc((45px - 14px) / 2);}


.module_416197695 .ModuleHead .HeadCenter{float:none;}
#module_416197695 {
padding:0px;
}
#module_416197695 {
position:static;
z-index:0;
top:2841px;
left:53px;
width:100%;
height: auto;
}
#module_416197695 .ModuleHead416197695 {
display:none;
}
#module_416197695 .BodyCenter.BodyCenter416197695 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416197695 >.module_416197695 {
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_416197695 >.module_416197695{
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_416197695 .BodyCenter.BodyCenter416197695 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197695 .BodyCenter.BodyCenter416197695 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_416197695 >.module_416197695 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197695 >.module_416197695 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416197695 >.module_416197695 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197695:hover {
border:none;
}
#module_416197695:hover >.module_416197695 {
border-color:#ccc;
}
#module_416197695:hover >.module_416197695 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197695 .class-title .class-title-text{font-size:14px;}
#module_416197695 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197695 .class-title .class-title-text,#module_416197695 .class-title .class-title-icon {color:#fff;}
#module_416197695 .class-title .class-title-text{font-weight:normal;}
#module_416197695 .class-title .class-title-text{text-decoration:none;}
#module_416197695 .class-title .class-title-text{font-style:normal;}
#module_416197695 .class-title{background-color:rgba(0,0,0,0);}
#module_416197695 .class-title{background-image:none;}
#module_416197695 .class-title{}
#module_416197695 .class-title{}
#module_416197695 .class-title{}
#module_416197695 .class-title{}
#module_416197695 .class-title{height:44px;line-height:44px;}
#module_416197695 .main-class-text{height:px;line-height:px;}
#module_416197695 .one-classify{border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-right-color:#e5e5e5;}
#module_416197695 .one-classify{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}
#module_416197695 .one-classify{border-bottom-width:0px;border-left-width:0px;border-right-width:0px;}
#module_416197695 .main-class-item{background-color:rgba(0,0,0,0);}
#module_416197695 .main-class-item{background-image:none;}
#module_416197695 .main-class-item{}
#module_416197695 .main-class-item{}
#module_416197695 .main-class-item{}
#module_416197695 .main-class-item{}
#module_416197695 .main-class-item{border-bottom-color:#e5e5e5;}
#module_416197695 .main-class-item{border-bottom-style:solid;}
#module_416197695 .main-class-item{border-bottom-width:0px;}
#module_416197695 .main-class-item .main-class-text{font-size:14px;}
#module_416197695 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197695 .main-class-item .main-class-text{color:rgba(255, 255, 255, 0.6);}
#module_416197695 .main-class-item .main-class-text{font-weight:normal;}
#module_416197695 .main-class-item .main-class-text{text-decoration:none;}
#module_416197695 .main-class-item .main-class-text{font-style:normal;}
#module_416197695 .main-class-item .main-class-text{text-align:left;}
#module_416197695 .main-class-item .main-class-text{padding-left:10px;}
#module_416197695 .main-class-item .main-class-text{padding-right:0px;}
#module_416197695 .main-class-item .main-class-text.forceheight{padding-top:px;}
#module_416197695 .main-class-item .main-class-text.forceheight{padding-bottom:px;}
#module_416197695 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_416197695 .main-class-item.active{background-image:none;}
#module_416197695 .main-class-item.active{}
#module_416197695 .main-class-item.active{}
#module_416197695 .main-class-item.active{}
#module_416197695 .main-class-item.active{}
#module_416197695 .main-class-item.active{border-bottom-color:#e5e5e5;}
#module_416197695 .main-class-item.active{border-bottom-style:solid;}
#module_416197695 .main-class-item.active{border-bottom-width:0px;}
#module_416197695 .main-class-item.active .main-class-text{font-size:14px;}
#module_416197695 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197695 .main-class-item.active .main-class-text{color:rgb(199, 0, 11);}
#module_416197695 .main-class-item.active .main-class-text{font-weight:normal;}
#module_416197695 .main-class-item.active .main-class-text{text-decoration:none;}
#module_416197695 .main-class-item.active .main-class-text{font-style:normal;}
#module_416197695 .main-class-item.active .main-class-text{text-align:left;}
#module_416197695 .main-class-item.active .main-class-text{padding-left:10px;}
#module_416197695 .main-class-item.active .main-class-text{padding-right:0px;}
#module_416197695 .main-class-item.active .main-class-colorlump{background-color:rgba(0,0,0,0);}
#module_416197695 .main-class-item.active .main-class-colorlump{height:14px;}#module_416197695 .main-class-item.active .main-class-colorlump{margin-top: calc((45px - 14px) / 2);}


.module_416197696 .ModuleHead .HeadCenter{float:none;}
#module_416197696 {
padding:0px;
}
#module_416197696 {
position:static;
z-index:0;
top:2883px;
left:43px;
width:100%;
height: auto;
}
#module_416197696 .ModuleHead416197696 {
display:none;
}
#module_416197696 .BodyCenter.BodyCenter416197696 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416197696 >.module_416197696 {
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_416197696 >.module_416197696{
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_416197696 .BodyCenter.BodyCenter416197696 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197696 .BodyCenter.BodyCenter416197696 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_416197696 >.module_416197696 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197696 >.module_416197696 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416197696 >.module_416197696 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197696:hover {
border:none;
}
#module_416197696:hover >.module_416197696 {
border-color:#ccc;
}
#module_416197696:hover >.module_416197696 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197696 .class-title .class-title-text{font-size:14px;}
#module_416197696 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197696 .class-title .class-title-text,#module_416197696 .class-title .class-title-icon {color:#fff;}
#module_416197696 .class-title .class-title-text{font-weight:normal;}
#module_416197696 .class-title .class-title-text{text-decoration:none;}
#module_416197696 .class-title .class-title-text{font-style:normal;}
#module_416197696 .class-title{background-color:rgba(0,0,0,0);}
#module_416197696 .class-title{background-image:none;}
#module_416197696 .class-title{}
#module_416197696 .class-title{}
#module_416197696 .class-title{}
#module_416197696 .class-title{}
#module_416197696 .class-title{height:44px;line-height:44px;}
#module_416197696 .main-class-text{height:px;line-height:px;}
#module_416197696 .one-classify{border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-right-color:#e5e5e5;}
#module_416197696 .one-classify{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}
#module_416197696 .one-classify{border-bottom-width:0px;border-left-width:0px;border-right-width:0px;}
#module_416197696 .main-class-item{background-color:rgba(0,0,0,0);}
#module_416197696 .main-class-item{background-image:none;}
#module_416197696 .main-class-item{}
#module_416197696 .main-class-item{}
#module_416197696 .main-class-item{}
#module_416197696 .main-class-item{}
#module_416197696 .main-class-item{border-bottom-color:#e5e5e5;}
#module_416197696 .main-class-item{border-bottom-style:solid;}
#module_416197696 .main-class-item{border-bottom-width:0px;}
#module_416197696 .main-class-item .main-class-text{font-size:14px;}
#module_416197696 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197696 .main-class-item .main-class-text{color:rgba(255, 255, 255, 0.6);}
#module_416197696 .main-class-item .main-class-text{font-weight:normal;}
#module_416197696 .main-class-item .main-class-text{text-decoration:none;}
#module_416197696 .main-class-item .main-class-text{font-style:normal;}
#module_416197696 .main-class-item .main-class-text{text-align:left;}
#module_416197696 .main-class-item .main-class-text{padding-left:10px;}
#module_416197696 .main-class-item .main-class-text{padding-right:0px;}
#module_416197696 .main-class-item .main-class-text.forceheight{padding-top:px;}
#module_416197696 .main-class-item .main-class-text.forceheight{padding-bottom:px;}
#module_416197696 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_416197696 .main-class-item.active{background-image:none;}
#module_416197696 .main-class-item.active{}
#module_416197696 .main-class-item.active{}
#module_416197696 .main-class-item.active{}
#module_416197696 .main-class-item.active{}
#module_416197696 .main-class-item.active{border-bottom-color:#e5e5e5;}
#module_416197696 .main-class-item.active{border-bottom-style:solid;}
#module_416197696 .main-class-item.active{border-bottom-width:0px;}
#module_416197696 .main-class-item.active .main-class-text{font-size:14px;}
#module_416197696 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416197696 .main-class-item.active .main-class-text{color:rgb(199, 0, 11);}
#module_416197696 .main-class-item.active .main-class-text{font-weight:normal;}
#module_416197696 .main-class-item.active .main-class-text{text-decoration:none;}
#module_416197696 .main-class-item.active .main-class-text{font-style:normal;}
#module_416197696 .main-class-item.active .main-class-text{text-align:left;}
#module_416197696 .main-class-item.active .main-class-text{padding-left:10px;}
#module_416197696 .main-class-item.active .main-class-text{padding-right:0px;}
#module_416197696 .main-class-item.active .main-class-colorlump{background-color:rgba(0,0,0,0);}
#module_416197696 .main-class-item.active .main-class-colorlump{height:14px;}#module_416197696 .main-class-item.active .main-class-colorlump{margin-top: calc((45px - 14px) / 2);}


.module_415513226 .ModuleHead .HeadCenter{float:none;}
#module_415513226 {
padding:0px;
}
#module_415513226 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415513226 .ModuleHead415513226 {
display:none;
}
#module_415513226 .BodyCenter.BodyCenter415513226 {
background:none;background-color:rgb(25, 28, 34);
}
#module_415513226 >.module_415513226 {
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_415513226 >.module_415513226{
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_415513226 .BodyCenter.BodyCenter415513226 {
padding-top:4.1841%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513226 .BodyCenter.BodyCenter415513226 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513226 >.module_415513226 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513226 >.module_415513226 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415513226 >.module_415513226 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513226:hover {
border:none;
}
#module_415513226:hover >.module_415513226 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513226 .ModuleSubContainer{background-color:transparent;}
#module_415513226 .ModuleSubContainer{background-image:none;}
#module_415513226 .ModuleSubContainer{background-repeat:no-repeat;}
#module_415513226 .ModuleSubContainer{background-position:0% 0%;}
#module_415513226 .ModuleSubContainer{background-attachment:scroll;}
#module_415513226 .ModuleSubContainer{}
#module_415513226 {!bgVideo!}{bgVideoUrl:}
#module_415513226 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_415513226 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_415513226 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer415513226 {max-width:1600px;width:auto;}
.module_415513231 .ModuleHead .HeadCenter{float:none;}
#module_415513231 {
padding:0px;
}
#module_415513231 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415513231 .ModuleHead415513231 {
display:none;
}
#module_415513231 .BodyCenter.BodyCenter415513231 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415513231 >.module_415513231 {
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_415513231 >.module_415513231{
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_415513231 .BodyCenter.BodyCenter415513231 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513231 .BodyCenter.BodyCenter415513231 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513231 >.module_415513231 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513231 >.module_415513231 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415513231 >.module_415513231 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513231:hover {
border:none;
}
#module_415513231:hover >.module_415513231 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513231 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415513231 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415513231 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415513231 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415513231 .imageTextGiant-Container{padding-top:10px;}
#module_415513231 .imageTextGiant-Container{padding-bottom:10px;}
#module_415513231 .imageTextGiant-Container{padding-left:10px;}
#module_415513231 .imageTextGiant-Container{padding-right:10px;}
#module_415513231 .showHandle .btn{font-size:14px;}
#module_415513231 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_415513231 .showHandle .btn{color:#333;}
#module_415513231 .showHandle .btn{font-weight:400;}
#module_415513231 .showHandle .btn{text-decoration:none;}
#module_415513231 .showHandle .btn{font-style:normal;}
#module_415513231 .showHandle div{border-top-color:#ddd !important;}
#module_415513231 .showHandle div{border-top-style:solid !important;}
#module_415513231 .showHandle div{border-top-width:1px !important;}
#module_415513231 .showHandle{background-color:transparent;}
#module_415513231 .showHandle{background-image:none;}
#module_415513231 .showHandle{background-repeat:no-repeat;}
#module_415513231 .showHandle{}
#module_415513231 .showHandle{}
#module_415513231 .showHandle{}
#module_415513231 a{font-size:unset;font-family:unset}
.module_415513232 .ModuleHead .HeadCenter{float:none;}
#module_415513232 {
padding:0px;
}
#module_415513232 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415513232 .ModuleHead415513232 {
display:none;
}
#module_415513232 .BodyCenter.BodyCenter415513232 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415513232 >.module_415513232 {
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_415513232 >.module_415513232{
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_415513232 .BodyCenter.BodyCenter415513232 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513232 .BodyCenter.BodyCenter415513232 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513232 >.module_415513232 {
margin-top:12.2500%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513232 >.module_415513232 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415513232 >.module_415513232 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513232:hover {
border:none;
}
#module_415513232:hover >.module_415513232 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513232 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415513232 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415513232 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415513232 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415513232 .imageTextGiant-Container{padding-top:10px;}
#module_415513232 .imageTextGiant-Container{padding-bottom:10px;}
#module_415513232 .imageTextGiant-Container{padding-left:10px;}
#module_415513232 .imageTextGiant-Container{padding-right:10px;}
#module_415513232 .showHandle .btn{font-size:14px;}
#module_415513232 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_415513232 .showHandle .btn{color:#333;}
#module_415513232 .showHandle .btn{font-weight:400;}
#module_415513232 .showHandle .btn{text-decoration:none;}
#module_415513232 .showHandle .btn{font-style:normal;}
#module_415513232 .showHandle div{border-top-color:#ddd !important;}
#module_415513232 .showHandle div{border-top-style:solid !important;}
#module_415513232 .showHandle div{border-top-width:1px !important;}
#module_415513232 .showHandle{background-color:transparent;}
#module_415513232 .showHandle{background-image:none;}
#module_415513232 .showHandle{background-repeat:no-repeat;}
#module_415513232 .showHandle{}
#module_415513232 .showHandle{}
#module_415513232 .showHandle{}
#module_415513232 a{font-size:unset;font-family:unset}
.ModuleTabContainerV2Giant.layout-112 .tabContainer.TabContainer-Container {overflow: hidden; visibility: visible;}
.ModuleTabContainerV2Giant.layout-112 .tabContainer.TabContainer-Container .tabContainerGiantGrid {flex-shrink: 0;}
.ModuleTabContainerV2Giant.layout-112  div[id ^= "tab_content_clone_"] {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    z-index: 900;
}
.ModuleTabContainerV2Giant.layout-112  .tabContentGiant.tab-content-clone .ModuleContainer {padding: 0;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container {display: flex;  align-items: center;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav {margin: 0 20px;}

.ModuleTabContainerV2Giant.layout-112  .Nav-Container .glyphicon {display: inline-block; background: unset; position: static; font-size: 16px; color: #333;cursor: pointer;}

/** xiaxiao **/
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav{position:absolute;z-index: 99;display: flex;margin:0!important;padding-right: 20px;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li{width:6px;height:6px;border-radius:3px;background:#cccccc;margin-left:10px;
transition: width 350ms;
-moz-transition: width 350ms;	/* Firefox 4 */
-webkit-transition: width 350ms;	/* Safari 和 Chrome */
-o-transition: width 350ms;
}
.ModuleTabContainerV2Giant.layout-112 .Nav-Container .nav li:first-of-type{margin-left:0;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li a:hover{background:none;width:auto;height:auto;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li.active{width:24px;background:#E4CEAE;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title{position:absolute;z-index:99;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon{width:55px;height:55px;position: relative;
transition: all 350ms;
-moz-transition: all 350ms;
-webkit-transition: all 350ms;
-o-transition: all 350ms;
overflow:hidden;
top: 0;

}
.ModuleTabContainerV2Giant.layout-112  .tabContainerCommon .btnScrollLeft{
    left: -8px;
}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon:before{border-top-color:transparent}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon span{color:#333;    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon span:before{transition: all 350ms;-moz-transition: all 350ms;-webkit-transition: all 350ms;-o-transition: all 350ms;}

.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .btnScrollRight{margin-left:15px;margin-right:20px;}

.ModuleTabContainerV2Giant.layout-112  .moduleContainerHelper{margin-top: -5px;}
.ModuleTabContainerV2Giant.layout-112  .moduleContainerHelper .moduleContainerHelpers{margin-right: 3px;}
.ModuleTabContainerV2Giant.layout-112  .ModuleTabContainerV2Giant .addnewhelper{min-height:80px!important;padding:20px 10px;}
@media only screen and (max-width: 768px) {
    .ModuleTabContainerV2Giant.layout-112  .ModuleTabContainerV2Giant.layout-112 .Nav-Container {position: static; justify-content: center; margin-top: 28px;}
	.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .btnScrollRight{ margin-left:15px!important; }
	/* .ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon{max-width:50px!important;max-height:50px!important;} */
}


.module_415513233 .ModuleHead .HeadCenter{float:none;}
#module_415513233 {
padding:0px;
}
#module_415513233 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415513233 .ModuleHead415513233 {
display:none;
}
#module_415513233 .BodyCenter.BodyCenter415513233 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415513233 >.module_415513233 {
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_415513233 >.module_415513233{
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_415513233 .BodyCenter.BodyCenter415513233 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513233 .BodyCenter.BodyCenter415513233 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513233 >.module_415513233 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513233 >.module_415513233 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415513233 >.module_415513233 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513233:hover {
border:none;
}
#module_415513233:hover >.module_415513233 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513233 .tabContainerGiantGrid{background-color:transparent;}
#module_415513233 .tabContainerGiantGrid{background-image:none;}
#module_415513233 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_415513233 .tabContainerGiantGrid{}
#module_415513233 .tabContainerGiantGrid{}
#module_415513233 .tabContainerGiantGrid{}
#module_415513233 .tabContainerGiantGrid{padding-top:10px;}
#module_415513233 .tabContainerGiantGrid{padding-bottom:10px;}
#module_415513233 .tabContainerGiantGrid{padding-left:10px;}
#module_415513233 .tabContainerGiantGrid{padding-right:10px;}
#module_415513233 .tabContainerGiantGrid{border-top-color:transparent;}
#module_415513233 .tabContainerGiantGrid{border-top-style:solid;}
#module_415513233 .tabContainerGiantGrid{border-top-width:0px;}
#module_415513233 .tabContainerGiantGrid{border-right-color:transparent;}
#module_415513233 .tabContainerGiantGrid{border-right-style:solid;}
#module_415513233 .tabContainerGiantGrid{border-right-width:0px;}
#module_415513233 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_415513233 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_415513233 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_415513233 .tabContainerGiantGrid{border-left-color:transparent;}
#module_415513233 .tabContainerGiantGrid{border-left-style:solid;}
#module_415513233 .tabContainerGiantGrid{border-left-width:0px;}
#module_415513233 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_415513233 .Nav-Container .title .glyphicon{border-top-color:#000000;}
#module_415513233 .Nav-Container .title .glyphicon{border-top-style:solid;}
#module_415513233 .Nav-Container .title .glyphicon{border-top-width:1px;}
#module_415513233 .Nav-Container .title .glyphicon{border-right-color:#000000;}
#module_415513233 .Nav-Container .title .glyphicon{border-right-style:solid;}
#module_415513233 .Nav-Container .title .glyphicon{border-right-width:1px;}
#module_415513233 .Nav-Container .title .glyphicon{border-bottom-color:#000000;}
#module_415513233 .Nav-Container .title .glyphicon{border-bottom-style:solid;}
#module_415513233 .Nav-Container .title .glyphicon{border-bottom-width:1px;}
#module_415513233 .Nav-Container .title .glyphicon{border-left-color:#000000;}
#module_415513233 .Nav-Container .title .glyphicon{border-left-style:solid;}
#module_415513233 .Nav-Container .title .glyphicon{border-left-width:1px;}
#module_415513233 .Nav-Container .title .glyphicon{border-top-left-radius:5px;}
#module_415513233 .Nav-Container .title .glyphicon{border-top-right-radius:5px;}
#module_415513233 .Nav-Container .title .glyphicon{border-bottom-left-radius:5px;}
#module_415513233 .Nav-Container .title .glyphicon{border-bottom-right-radius:5px;}
#module_415513233 .Nav-Container .title .glyphicon{background-color:#000000;} #module_415513233 .nav li{background-color:#000000;}
#module_415513233 .Nav-Container .title .glyphicon{}
#module_415513233 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_415513233 .Nav-Container .title .glyphicon{width:55px;}
#module_415513233 .Nav-Container .title .glyphicon{height:55px;line-height:55px}
#module_415513233 .Nav-Container .title .glyphicon span{font-size:16px;}
#module_415513233 .Nav-Container .title .glyphicon span{color:#fff;}
#module_415513233 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_415513233 .Nav-Container .nav li{background-color:#333333;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-top-color:#333333;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-top-style:solid;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-top-width:1px;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-right-color:#333333;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-right-style:solid;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-right-width:1px;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-bottom-color:#333333;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-bottom-style:solid;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-bottom-width:1px;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-left-color:#333333;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-left-style:solid;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-left-width:1px;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-top-left-radius:5px;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-top-right-radius:5px;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-bottom-left-radius:5px;}
#module_415513233 .Nav-Container .title .glyphicon:hover{border-bottom-right-radius:5px;}
#module_415513233 .Nav-Container .title .glyphicon:hover{background-color:#333333;background-image:none;}
#module_415513233 .Nav-Container .title .glyphicon:hover{}
#module_415513233 .Nav-Container .title .glyphicon:hover{width:55px;}
#module_415513233 .Nav-Container .title .glyphicon:hover{height:55px;line-height:55px}
#module_415513233 .Nav-Container .title .glyphicon:hover span{font-size:16px;}
#module_415513233 .Nav-Container .title .glyphicon:hover span{color:#fff;}
#module_415513233 .Nav-Container .nav li.active{background-color:#000000;}

#module_415513233__tabPane_1891 #Sub415513233_1891 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_415513233__tabPane_1891 #Sub415513233_1891 > .SubContainer {display: table-cell; vertical-align: top;}
#module_415513233__tabPane_1891 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_415513233__tabPane_1891 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_415513233__tabPane_1891 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_415513233__tabPane_1891:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_415513233__tabPane_1891 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_415513233__tabPane_1891 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_415513233__tabPane_1891 #Sub415513233_1891 {display: block;}
#module_415513233__tabPane_1891 #Sub415513233_1891 > .SubPadding {float:left; height: 10px;}
#module_415513233__tabPane_1891 #Sub415513233_1891 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_415513233__tabPane_1891 #Sub415513233_1891 > .SubContainer .SubDrag {display:none;}
#module_415513233__tabPane_1891 #Sub415513233_1891 > .SubPadding {width:0px; display:none;}
#module_415513233__tabPane_1891 #Sub415513233_1891 > .SubContainer {width:100% !important; height: auto;}
}
#module_415513233__tabPane_1891 #Sub415513233_Tab1891_1 {width:20%;}
.module_415513236 .ModuleHead .HeadCenter{float:none;}
#module_415513236 {
padding:0px;
}
#module_415513236 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415513236 .ModuleHead415513236 {
display:none;
}

#module_415513236 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415513236 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415513236 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415513236 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415513236 .imageTextGiant-Container{padding-top:10px;}
#module_415513236 .imageTextGiant-Container{padding-bottom:10px;}
#module_415513236 .imageTextGiant-Container{padding-left:10px;}
#module_415513236 .imageTextGiant-Container{padding-right:10px;}
#module_415513236 .showHandle .btn{font-size:14px;}
#module_415513236 .showHandle .btn{font-family:;}
#module_415513236 .showHandle .btn{color:#333;}
#module_415513236 .showHandle .btn{font-weight:400;}
#module_415513236 .showHandle .btn{text-decoration:none;}
#module_415513236 .showHandle .btn{font-style:normal;}
#module_415513236 .showHandle div{border-top-color:#ddd !important;}
#module_415513236 .showHandle div{border-top-style:solid !important;}
#module_415513236 .showHandle div{border-top-width:1px !important;}
#module_415513236 .showHandle{background-color:transparent;}
#module_415513236 .showHandle{}
#module_415513236 .showHandle{background-repeat:no-repeat;}
#module_415513236 .showHandle{}
#module_415513236 .showHandle{}
#module_415513236 .showHandle{}
#module_415513236 a{font-size:unset;font-family:unset}
.module_415513247 .ModuleHead .HeadCenter{float:none;}
#module_415513247 {
padding:0px;
}
#module_415513247 {
position:static;
z-index:0;
top:3737px;
left:730px;
width:100%;
height: auto;
}
#module_415513247 .ModuleHead415513247 {
display:none;
}
#module_415513247 .BodyCenter.BodyCenter415513247 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415513247 >.module_415513247 {
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_415513247 >.module_415513247{
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_415513247 .BodyCenter.BodyCenter415513247 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513247 .BodyCenter.BodyCenter415513247 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513247 >.module_415513247 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513247 >.module_415513247 {
margin-top:0px;
margin-left:10px;
margin-right:10px;
margin-bottom:0px;
}
}
#module_415513247 >.module_415513247 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513247:hover {
border:none;
}
#module_415513247:hover >.module_415513247 {
border-color:#ccc;
}
#module_415513247:hover >.module_415513247 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513247 .class-title .class-title-text{font-size:16px;}
#module_415513247 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513247 .class-title .class-title-text,#module_415513247 .class-title .class-title-icon {color:#fff;}
#module_415513247 .class-title .class-title-text{font-weight:normal;}
#module_415513247 .class-title .class-title-text{text-decoration:none;}
#module_415513247 .class-title .class-title-text{font-style:normal;}
#module_415513247 .class-title{background-color:#1e88e5;}
#module_415513247 .class-title{background-image:none;}
#module_415513247 .class-title{}
#module_415513247 .class-title{}
#module_415513247 .class-title{}
#module_415513247 .class-title{}
#module_415513247 .class-title{height:auto;line-height:initial;}
#module_415513247 .main-class-text{height:px;line-height:px;}
#module_415513247 .one-classify{border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-right-color:#e5e5e5;}
#module_415513247 .one-classify{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}
#module_415513247 .one-classify{border-bottom-width:0px;border-left-width:0px;border-right-width:0px;}
#module_415513247 .main-class-item{background-color:rgba(0,0,0,0);}
#module_415513247 .main-class-item{background-image:none;}
#module_415513247 .main-class-item{}
#module_415513247 .main-class-item{}
#module_415513247 .main-class-item{}
#module_415513247 .main-class-item{}
#module_415513247 .main-class-item{border-bottom-color:#e5e5e5;}
#module_415513247 .main-class-item{border-bottom-style:solid;}
#module_415513247 .main-class-item{border-bottom-width:0px;}
#module_415513247 .main-class-item .main-class-text{font-size:14px;}
#module_415513247 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513247 .main-class-item .main-class-text{color:rgba(255, 255, 255, 0.6);}
#module_415513247 .main-class-item .main-class-text{font-weight:normal;}
#module_415513247 .main-class-item .main-class-text{text-decoration:none;}
#module_415513247 .main-class-item .main-class-text{font-style:normal;}
#module_415513247 .main-class-item .main-class-text{text-align:left;}
#module_415513247 .main-class-item .main-class-text{padding-left:10px;}
#module_415513247 .main-class-item .main-class-text{padding-right:0px;}
#module_415513247 .main-class-item .main-class-text.forceheight{padding-top:px;}
#module_415513247 .main-class-item .main-class-text.forceheight{padding-bottom:px;}
#module_415513247 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_415513247 .main-class-item.active{background-image:none;}
#module_415513247 .main-class-item.active{}
#module_415513247 .main-class-item.active{}
#module_415513247 .main-class-item.active{}
#module_415513247 .main-class-item.active{}
#module_415513247 .main-class-item.active{border-bottom-color:#e5e5e5;}
#module_415513247 .main-class-item.active{border-bottom-style:solid;}
#module_415513247 .main-class-item.active{border-bottom-width:0px;}
#module_415513247 .main-class-item.active .main-class-text{font-size:14px;}
#module_415513247 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513247 .main-class-item.active .main-class-text{color:rgb(199, 0, 11);}
#module_415513247 .main-class-item.active .main-class-text{font-weight:normal;}
#module_415513247 .main-class-item.active .main-class-text{text-decoration:none;}
#module_415513247 .main-class-item.active .main-class-text{font-style:normal;}
#module_415513247 .main-class-item.active .main-class-text{text-align:left;}
#module_415513247 .main-class-item.active .main-class-text{padding-left:10px;}
#module_415513247 .main-class-item.active .main-class-text{padding-right:0px;}
#module_415513247 .main-class-item.active .main-class-colorlump{background-color:rgba(0,0,0,0);}
#module_415513247 .main-class-item.active .main-class-colorlump{height:14px;}#module_415513247 .main-class-item.active .main-class-colorlump{margin-top: calc((45px - 14px) / 2);}


#module_415513233__tabPane_1891 #Sub415513233_Tab1891_2 {width:20%;}
.module_415513238 .ModuleHead .HeadCenter{float:none;}
#module_415513238 {
padding:0px;
}
#module_415513238 {
position:static;
z-index:0;
top:4841px;
left:1005px;
width:100%;
height: auto;
}
#module_415513238 .ModuleHead415513238 {
display:none;
}

#module_415513238 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415513238 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415513238 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415513238 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415513238 .imageTextGiant-Container{padding-top:10px;}
#module_415513238 .imageTextGiant-Container{padding-bottom:10px;}
#module_415513238 .imageTextGiant-Container{padding-left:10px;}
#module_415513238 .imageTextGiant-Container{padding-right:10px;}
#module_415513238 .showHandle .btn{font-size:14px;}
#module_415513238 .showHandle .btn{font-family:;}
#module_415513238 .showHandle .btn{color:#333;}
#module_415513238 .showHandle .btn{font-weight:400;}
#module_415513238 .showHandle .btn{text-decoration:none;}
#module_415513238 .showHandle .btn{font-style:normal;}
#module_415513238 .showHandle div{border-top-color:#ddd !important;}
#module_415513238 .showHandle div{border-top-style:solid !important;}
#module_415513238 .showHandle div{border-top-width:1px !important;}
#module_415513238 .showHandle{background-color:transparent;}
#module_415513238 .showHandle{}
#module_415513238 .showHandle{background-repeat:no-repeat;}
#module_415513238 .showHandle{}
#module_415513238 .showHandle{}
#module_415513238 .showHandle{}
#module_415513238 a{font-size:unset;font-family:unset}
.module_415513251 .ModuleHead .HeadCenter{float:none;}
#module_415513251 {
padding:0px;
}
#module_415513251 {
position:static;
z-index:0;
top:4886px;
left:969px;
width:100%;
height: auto;
}
#module_415513251 .ModuleHead415513251 {
display:none;
}
#module_415513251 .BodyCenter.BodyCenter415513251 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415513251 >.module_415513251 {
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_415513251 >.module_415513251{
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_415513251 .BodyCenter.BodyCenter415513251 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513251 .BodyCenter.BodyCenter415513251 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513251 >.module_415513251 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513251 >.module_415513251 {
margin-top:0px;
margin-left:10px;
margin-right:10px;
margin-bottom:0px;
}
}
#module_415513251 >.module_415513251 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513251:hover {
border:none;
}
#module_415513251:hover >.module_415513251 {
border-color:#ccc;
}
#module_415513251:hover >.module_415513251 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513251 .class-title .class-title-text{font-size:16px;}
#module_415513251 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513251 .class-title .class-title-text,#module_415513251 .class-title .class-title-icon {color:#fff;}
#module_415513251 .class-title .class-title-text{font-weight:normal;}
#module_415513251 .class-title .class-title-text{text-decoration:none;}
#module_415513251 .class-title .class-title-text{font-style:normal;}
#module_415513251 .class-title{background-color:#1e88e5;}
#module_415513251 .class-title{background-image:none;}
#module_415513251 .class-title{}
#module_415513251 .class-title{}
#module_415513251 .class-title{}
#module_415513251 .class-title{}
#module_415513251 .class-title{height:auto;line-height:initial;}
#module_415513251 .main-class-text{height:px;line-height:px;}
#module_415513251 .one-classify{border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-right-color:#e5e5e5;}
#module_415513251 .one-classify{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}
#module_415513251 .one-classify{border-bottom-width:0px;border-left-width:0px;border-right-width:0px;}
#module_415513251 .main-class-item{background-color:rgba(0,0,0,0);}
#module_415513251 .main-class-item{background-image:none;}
#module_415513251 .main-class-item{}
#module_415513251 .main-class-item{}
#module_415513251 .main-class-item{}
#module_415513251 .main-class-item{}
#module_415513251 .main-class-item{border-bottom-color:#e5e5e5;}
#module_415513251 .main-class-item{border-bottom-style:solid;}
#module_415513251 .main-class-item{border-bottom-width:0px;}
#module_415513251 .main-class-item .main-class-text{font-size:14px;}
#module_415513251 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513251 .main-class-item .main-class-text{color:rgba(255, 255, 255, 0.6);}
#module_415513251 .main-class-item .main-class-text{font-weight:normal;}
#module_415513251 .main-class-item .main-class-text{text-decoration:none;}
#module_415513251 .main-class-item .main-class-text{font-style:normal;}
#module_415513251 .main-class-item .main-class-text{text-align:left;}
#module_415513251 .main-class-item .main-class-text{padding-left:10px;}
#module_415513251 .main-class-item .main-class-text{padding-right:0px;}
#module_415513251 .main-class-item .main-class-text.forceheight{padding-top:px;}
#module_415513251 .main-class-item .main-class-text.forceheight{padding-bottom:px;}
#module_415513251 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_415513251 .main-class-item.active{background-image:none;}
#module_415513251 .main-class-item.active{}
#module_415513251 .main-class-item.active{}
#module_415513251 .main-class-item.active{}
#module_415513251 .main-class-item.active{}
#module_415513251 .main-class-item.active{border-bottom-color:#e5e5e5;}
#module_415513251 .main-class-item.active{border-bottom-style:solid;}
#module_415513251 .main-class-item.active{border-bottom-width:0px;}
#module_415513251 .main-class-item.active .main-class-text{font-size:14px;}
#module_415513251 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513251 .main-class-item.active .main-class-text{color:rgb(199, 0, 11);}
#module_415513251 .main-class-item.active .main-class-text{font-weight:normal;}
#module_415513251 .main-class-item.active .main-class-text{text-decoration:none;}
#module_415513251 .main-class-item.active .main-class-text{font-style:normal;}
#module_415513251 .main-class-item.active .main-class-text{text-align:left;}
#module_415513251 .main-class-item.active .main-class-text{padding-left:10px;}
#module_415513251 .main-class-item.active .main-class-text{padding-right:0px;}
#module_415513251 .main-class-item.active .main-class-colorlump{background-color:rgba(0,0,0,0);}
#module_415513251 .main-class-item.active .main-class-colorlump{height:14px;}#module_415513251 .main-class-item.active .main-class-colorlump{margin-top: calc((45px - 14px) / 2);}


#module_415513233__tabPane_1891 #Sub415513233_Tab1891_3 {width:20%;}
.module_415513237 .ModuleHead .HeadCenter{float:none;}
#module_415513237 {
padding:0px;
}
#module_415513237 {
position:static;
z-index:0;
top:4864px;
left:1180px;
width:100%;
height: auto;
}
#module_415513237 .ModuleHead415513237 {
display:none;
}

#module_415513237 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415513237 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415513237 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415513237 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415513237 .imageTextGiant-Container{padding-top:10px;}
#module_415513237 .imageTextGiant-Container{padding-bottom:10px;}
#module_415513237 .imageTextGiant-Container{padding-left:10px;}
#module_415513237 .imageTextGiant-Container{padding-right:10px;}
#module_415513237 .showHandle .btn{font-size:14px;}
#module_415513237 .showHandle .btn{font-family:;}
#module_415513237 .showHandle .btn{color:#333;}
#module_415513237 .showHandle .btn{font-weight:400;}
#module_415513237 .showHandle .btn{text-decoration:none;}
#module_415513237 .showHandle .btn{font-style:normal;}
#module_415513237 .showHandle div{border-top-color:#ddd !important;}
#module_415513237 .showHandle div{border-top-style:solid !important;}
#module_415513237 .showHandle div{border-top-width:1px !important;}
#module_415513237 .showHandle{background-color:transparent;}
#module_415513237 .showHandle{}
#module_415513237 .showHandle{background-repeat:no-repeat;}
#module_415513237 .showHandle{}
#module_415513237 .showHandle{}
#module_415513237 .showHandle{}
#module_415513237 a{font-size:unset;font-family:unset}
.module_415513250 .ModuleHead .HeadCenter{float:none;}
#module_415513250 {
padding:0px;
}
#module_415513250 {
position:static;
z-index:0;
top:4927px;
left:1155px;
width:100%;
height: auto;
}
#module_415513250 .ModuleHead415513250 {
display:none;
}
#module_415513250 .BodyCenter.BodyCenter415513250 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415513250 >.module_415513250 {
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_415513250 >.module_415513250{
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_415513250 .BodyCenter.BodyCenter415513250 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513250 .BodyCenter.BodyCenter415513250 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513250 >.module_415513250 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513250 >.module_415513250 {
margin-top:0px;
margin-left:10px;
margin-right:10px;
margin-bottom:0px;
}
}
#module_415513250 >.module_415513250 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513250:hover {
border:none;
}
#module_415513250:hover >.module_415513250 {
border-color:#ccc;
}
#module_415513250:hover >.module_415513250 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513250 .class-title .class-title-text{font-size:16px;}
#module_415513250 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513250 .class-title .class-title-text,#module_415513250 .class-title .class-title-icon {color:#fff;}
#module_415513250 .class-title .class-title-text{font-weight:normal;}
#module_415513250 .class-title .class-title-text{text-decoration:none;}
#module_415513250 .class-title .class-title-text{font-style:normal;}
#module_415513250 .class-title{background-color:#1e88e5;}
#module_415513250 .class-title{background-image:none;}
#module_415513250 .class-title{}
#module_415513250 .class-title{}
#module_415513250 .class-title{}
#module_415513250 .class-title{}
#module_415513250 .class-title{height:auto;line-height:initial;}
#module_415513250 .main-class-text{height:px;line-height:px;}
#module_415513250 .one-classify{border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-right-color:#e5e5e5;}
#module_415513250 .one-classify{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}
#module_415513250 .one-classify{border-bottom-width:0px;border-left-width:0px;border-right-width:0px;}
#module_415513250 .main-class-item{background-color:rgba(0,0,0,0);}
#module_415513250 .main-class-item{background-image:none;}
#module_415513250 .main-class-item{}
#module_415513250 .main-class-item{}
#module_415513250 .main-class-item{}
#module_415513250 .main-class-item{}
#module_415513250 .main-class-item{border-bottom-color:#e5e5e5;}
#module_415513250 .main-class-item{border-bottom-style:solid;}
#module_415513250 .main-class-item{border-bottom-width:0px;}
#module_415513250 .main-class-item .main-class-text{font-size:14px;}
#module_415513250 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513250 .main-class-item .main-class-text{color:rgba(255, 255, 255, 0.6);}
#module_415513250 .main-class-item .main-class-text{font-weight:normal;}
#module_415513250 .main-class-item .main-class-text{text-decoration:none;}
#module_415513250 .main-class-item .main-class-text{font-style:normal;}
#module_415513250 .main-class-item .main-class-text{text-align:left;}
#module_415513250 .main-class-item .main-class-text{padding-left:10px;}
#module_415513250 .main-class-item .main-class-text{padding-right:0px;}
#module_415513250 .main-class-item .main-class-text.forceheight{padding-top:px;}
#module_415513250 .main-class-item .main-class-text.forceheight{padding-bottom:px;}
#module_415513250 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_415513250 .main-class-item.active{background-image:none;}
#module_415513250 .main-class-item.active{}
#module_415513250 .main-class-item.active{}
#module_415513250 .main-class-item.active{}
#module_415513250 .main-class-item.active{}
#module_415513250 .main-class-item.active{border-bottom-color:#e5e5e5;}
#module_415513250 .main-class-item.active{border-bottom-style:solid;}
#module_415513250 .main-class-item.active{border-bottom-width:0px;}
#module_415513250 .main-class-item.active .main-class-text{font-size:14px;}
#module_415513250 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513250 .main-class-item.active .main-class-text{color:rgb(199, 0, 11);}
#module_415513250 .main-class-item.active .main-class-text{font-weight:normal;}
#module_415513250 .main-class-item.active .main-class-text{text-decoration:none;}
#module_415513250 .main-class-item.active .main-class-text{font-style:normal;}
#module_415513250 .main-class-item.active .main-class-text{text-align:left;}
#module_415513250 .main-class-item.active .main-class-text{padding-left:10px;}
#module_415513250 .main-class-item.active .main-class-text{padding-right:0px;}
#module_415513250 .main-class-item.active .main-class-colorlump{background-color:rgba(0,0,0,0);}
#module_415513250 .main-class-item.active .main-class-colorlump{height:14px;}#module_415513250 .main-class-item.active .main-class-colorlump{margin-top: calc((45px - 14px) / 2);}


#module_415513233__tabPane_1891 #Sub415513233_Tab1891_4 {width:20%;}
.module_415513239 .ModuleHead .HeadCenter{float:none;}
#module_415513239 {
padding:0px;
}
#module_415513239 {
position:static;
z-index:0;
top:21px;
left:0px;
width:100%;
height: auto;
}
#module_415513239 .ModuleHead415513239 {
display:none;
}
#module_415513239 {
border:none;
}
@media screen and (min-width: 768px){
#module_415513239 >.module_415513239 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513239 >.module_415513239 {
}
}

#module_415513239 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415513239 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415513239 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415513239 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415513239 .imageTextGiant-Container{padding-top:10px;}
#module_415513239 .imageTextGiant-Container{padding-bottom:10px;}
#module_415513239 .imageTextGiant-Container{padding-left:10px;}
#module_415513239 .imageTextGiant-Container{padding-right:10px;}
#module_415513239 .showHandle .btn{font-size:14px;}
#module_415513239 .showHandle .btn{font-family:;}
#module_415513239 .showHandle .btn{color:#333;}
#module_415513239 .showHandle .btn{font-weight:400;}
#module_415513239 .showHandle .btn{text-decoration:none;}
#module_415513239 .showHandle .btn{font-style:normal;}
#module_415513239 .showHandle div{border-top-color:#ddd !important;}
#module_415513239 .showHandle div{border-top-style:solid !important;}
#module_415513239 .showHandle div{border-top-width:1px !important;}
#module_415513239 .showHandle{background-color:transparent;}
#module_415513239 .showHandle{}
#module_415513239 .showHandle{background-repeat:no-repeat;}
#module_415513239 .showHandle{}
#module_415513239 .showHandle{}
#module_415513239 .showHandle{}
#module_415513239 a{font-size:unset;font-family:unset}
.module_415513252 .ModuleHead .HeadCenter{float:none;}
#module_415513252 {
padding:0px;
}
#module_415513252 {
position:static;
z-index:0;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_415513252 .ModuleHead415513252 {
display:none;
}
#module_415513252 .BodyCenter.BodyCenter415513252 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415513252 >.module_415513252 {
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_415513252 >.module_415513252{
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_415513252 .BodyCenter.BodyCenter415513252 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513252 .BodyCenter.BodyCenter415513252 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513252 >.module_415513252 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513252 >.module_415513252 {
margin-top:0px;
margin-left:10px;
margin-right:10px;
margin-bottom:0px;
}
}
#module_415513252 >.module_415513252 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513252:hover {
border:none;
}
#module_415513252:hover >.module_415513252 {
border-color:#ccc;
}
#module_415513252:hover >.module_415513252 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513252 .class-title .class-title-text{font-size:16px;}
#module_415513252 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513252 .class-title .class-title-text,#module_415513252 .class-title .class-title-icon {color:#fff;}
#module_415513252 .class-title .class-title-text{font-weight:normal;}
#module_415513252 .class-title .class-title-text{text-decoration:none;}
#module_415513252 .class-title .class-title-text{font-style:normal;}
#module_415513252 .class-title{background-color:#1e88e5;}
#module_415513252 .class-title{background-image:none;}
#module_415513252 .class-title{}
#module_415513252 .class-title{}
#module_415513252 .class-title{}
#module_415513252 .class-title{}
#module_415513252 .class-title{height:auto;line-height:initial;}
#module_415513252 .main-class-text{height:px;line-height:px;}
#module_415513252 .one-classify{border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-right-color:#e5e5e5;}
#module_415513252 .one-classify{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}
#module_415513252 .one-classify{border-bottom-width:0px;border-left-width:0px;border-right-width:0px;}
#module_415513252 .main-class-item{background-color:rgba(0,0,0,0);}
#module_415513252 .main-class-item{background-image:none;}
#module_415513252 .main-class-item{}
#module_415513252 .main-class-item{}
#module_415513252 .main-class-item{}
#module_415513252 .main-class-item{}
#module_415513252 .main-class-item{border-bottom-color:#e5e5e5;}
#module_415513252 .main-class-item{border-bottom-style:solid;}
#module_415513252 .main-class-item{border-bottom-width:0px;}
#module_415513252 .main-class-item .main-class-text{font-size:14px;}
#module_415513252 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513252 .main-class-item .main-class-text{color:rgba(255, 255, 255, 0.6);}
#module_415513252 .main-class-item .main-class-text{font-weight:normal;}
#module_415513252 .main-class-item .main-class-text{text-decoration:none;}
#module_415513252 .main-class-item .main-class-text{font-style:normal;}
#module_415513252 .main-class-item .main-class-text{text-align:left;}
#module_415513252 .main-class-item .main-class-text{padding-left:10px;}
#module_415513252 .main-class-item .main-class-text{padding-right:0px;}
#module_415513252 .main-class-item .main-class-text.forceheight{padding-top:px;}
#module_415513252 .main-class-item .main-class-text.forceheight{padding-bottom:px;}
#module_415513252 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_415513252 .main-class-item.active{background-image:none;}
#module_415513252 .main-class-item.active{}
#module_415513252 .main-class-item.active{}
#module_415513252 .main-class-item.active{}
#module_415513252 .main-class-item.active{}
#module_415513252 .main-class-item.active{border-bottom-color:#e5e5e5;}
#module_415513252 .main-class-item.active{border-bottom-style:solid;}
#module_415513252 .main-class-item.active{border-bottom-width:0px;}
#module_415513252 .main-class-item.active .main-class-text{font-size:14px;}
#module_415513252 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513252 .main-class-item.active .main-class-text{color:rgb(199, 0, 11);}
#module_415513252 .main-class-item.active .main-class-text{font-weight:normal;}
#module_415513252 .main-class-item.active .main-class-text{text-decoration:none;}
#module_415513252 .main-class-item.active .main-class-text{font-style:normal;}
#module_415513252 .main-class-item.active .main-class-text{text-align:left;}
#module_415513252 .main-class-item.active .main-class-text{padding-left:10px;}
#module_415513252 .main-class-item.active .main-class-text{padding-right:0px;}
#module_415513252 .main-class-item.active .main-class-colorlump{background-color:rgba(0,0,0,0);}
#module_415513252 .main-class-item.active .main-class-colorlump{height:14px;}#module_415513252 .main-class-item.active .main-class-colorlump{margin-top: calc((45px - 14px) / 2);}


#module_415513233__tabPane_1891 #Sub415513233_Tab1891_5 {width:20%;}
.module_415513240 .ModuleHead .HeadCenter{float:none;}
#module_415513240 {
padding:0px;
}
#module_415513240 {
position:static;
z-index:0;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_415513240 .ModuleHead415513240 {
display:none;
}

#module_415513240 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415513240 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415513240 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415513240 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415513240 .imageTextGiant-Container{padding-top:10px;}
#module_415513240 .imageTextGiant-Container{padding-bottom:10px;}
#module_415513240 .imageTextGiant-Container{padding-left:10px;}
#module_415513240 .imageTextGiant-Container{padding-right:10px;}
#module_415513240 .showHandle .btn{font-size:14px;}
#module_415513240 .showHandle .btn{font-family:;}
#module_415513240 .showHandle .btn{color:#333;}
#module_415513240 .showHandle .btn{font-weight:400;}
#module_415513240 .showHandle .btn{text-decoration:none;}
#module_415513240 .showHandle .btn{font-style:normal;}
#module_415513240 .showHandle div{border-top-color:#ddd !important;}
#module_415513240 .showHandle div{border-top-style:solid !important;}
#module_415513240 .showHandle div{border-top-width:1px !important;}
#module_415513240 .showHandle{background-color:transparent;}
#module_415513240 .showHandle{}
#module_415513240 .showHandle{background-repeat:no-repeat;}
#module_415513240 .showHandle{}
#module_415513240 .showHandle{}
#module_415513240 .showHandle{}
#module_415513240 a{font-size:unset;font-family:unset}
.module_415513253 .ModuleHead .HeadCenter{float:none;}
#module_415513253 {
padding:0px;
}
#module_415513253 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_415513253 .ModuleHead415513253 {
display:none;
}
#module_415513253 .BodyCenter.BodyCenter415513253 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415513253 >.module_415513253 {
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_415513253 >.module_415513253{
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_415513253 .BodyCenter.BodyCenter415513253 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513253 .BodyCenter.BodyCenter415513253 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513253 >.module_415513253 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513253 >.module_415513253 {
margin-top:0px;
margin-left:10px;
margin-right:10px;
margin-bottom:0px;
}
}
#module_415513253 >.module_415513253 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513253:hover {
border:none;
}
#module_415513253:hover >.module_415513253 {
border-color:#ccc;
}
#module_415513253:hover >.module_415513253 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513253 .class-title .class-title-text{font-size:16px;}
#module_415513253 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513253 .class-title .class-title-text,#module_415513253 .class-title .class-title-icon {color:#fff;}
#module_415513253 .class-title .class-title-text{font-weight:normal;}
#module_415513253 .class-title .class-title-text{text-decoration:none;}
#module_415513253 .class-title .class-title-text{font-style:normal;}
#module_415513253 .class-title{background-color:#1e88e5;}
#module_415513253 .class-title{background-image:none;}
#module_415513253 .class-title{}
#module_415513253 .class-title{}
#module_415513253 .class-title{}
#module_415513253 .class-title{}
#module_415513253 .class-title{height:auto;line-height:initial;}
#module_415513253 .main-class-text{height:px;line-height:px;}
#module_415513253 .one-classify{border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-right-color:#e5e5e5;}
#module_415513253 .one-classify{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}
#module_415513253 .one-classify{border-bottom-width:0px;border-left-width:0px;border-right-width:0px;}
#module_415513253 .main-class-item{background-color:rgba(0,0,0,0);}
#module_415513253 .main-class-item{background-image:none;}
#module_415513253 .main-class-item{}
#module_415513253 .main-class-item{}
#module_415513253 .main-class-item{}
#module_415513253 .main-class-item{}
#module_415513253 .main-class-item{border-bottom-color:#e5e5e5;}
#module_415513253 .main-class-item{border-bottom-style:solid;}
#module_415513253 .main-class-item{border-bottom-width:0px;}
#module_415513253 .main-class-item .main-class-text{font-size:14px;}
#module_415513253 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513253 .main-class-item .main-class-text{color:rgba(255, 255, 255, 0.6);}
#module_415513253 .main-class-item .main-class-text{font-weight:normal;}
#module_415513253 .main-class-item .main-class-text{text-decoration:none;}
#module_415513253 .main-class-item .main-class-text{font-style:normal;}
#module_415513253 .main-class-item .main-class-text{text-align:left;}
#module_415513253 .main-class-item .main-class-text{padding-left:10px;}
#module_415513253 .main-class-item .main-class-text{padding-right:0px;}
#module_415513253 .main-class-item .main-class-text.forceheight{padding-top:px;}
#module_415513253 .main-class-item .main-class-text.forceheight{padding-bottom:px;}
#module_415513253 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_415513253 .main-class-item.active{background-image:none;}
#module_415513253 .main-class-item.active{}
#module_415513253 .main-class-item.active{}
#module_415513253 .main-class-item.active{}
#module_415513253 .main-class-item.active{}
#module_415513253 .main-class-item.active{border-bottom-color:#e5e5e5;}
#module_415513253 .main-class-item.active{border-bottom-style:solid;}
#module_415513253 .main-class-item.active{border-bottom-width:0px;}
#module_415513253 .main-class-item.active .main-class-text{font-size:14px;}
#module_415513253 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_415513253 .main-class-item.active .main-class-text{color:rgb(199, 0, 11);}
#module_415513253 .main-class-item.active .main-class-text{font-weight:normal;}
#module_415513253 .main-class-item.active .main-class-text{text-decoration:none;}
#module_415513253 .main-class-item.active .main-class-text{font-style:normal;}
#module_415513253 .main-class-item.active .main-class-text{text-align:left;}
#module_415513253 .main-class-item.active .main-class-text{padding-left:10px;}
#module_415513253 .main-class-item.active .main-class-text{padding-right:0px;}
#module_415513253 .main-class-item.active .main-class-colorlump{background-color:rgba(0,0,0,0);}
#module_415513253 .main-class-item.active .main-class-colorlump{height:14px;}#module_415513253 .main-class-item.active .main-class-colorlump{margin-top: calc((45px - 14px) / 2);}




.module_416197701 .ModuleHead .HeadCenter{float:none;}
#module_416197701 {
padding:0px;
}
#module_416197701 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_416197701 .ModuleHead416197701 {
display:none;
}
#module_416197701 .BodyCenter.BodyCenter416197701 {
background:none;background-color:rgb(25, 28, 34);
}
#module_416197701 >.module_416197701 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
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_416197701 >.module_416197701{
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_416197701 .BodyCenter.BodyCenter416197701 {
padding-top:3.1381%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:2.0921%;
}
}
@media screen and (max-width: 767px){
#module_416197701 .BodyCenter.BodyCenter416197701 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416197701 >.module_416197701 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197701 >.module_416197701 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416197701 >.module_416197701 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197701:hover {
border:none;
}
#module_416197701:hover >.module_416197701 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197701 .ModuleSubContainer{background-color:transparent;}
#module_416197701 .ModuleSubContainer{background-image:none;}
#module_416197701 .ModuleSubContainer{background-repeat:no-repeat;}
#module_416197701 .ModuleSubContainer{background-position:0% 0%;}
#module_416197701 .ModuleSubContainer{background-attachment:scroll;}
#module_416197701 .ModuleSubContainer{}
#module_416197701 {!bgVideo!}{bgVideoUrl:}
#module_416197701 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_416197701 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_416197701 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer416197701 {max-width:1500px;width:auto;}
.ModuleShareGiant.layout-101  .social-share a { text-decoration: none;}
.ModuleShareGiant.layout-101  .social-share,.ModuleShareGiant.layout-101 .tips{ display: inline-block; }
.ModuleShareGiant.layout-101  .mvertical {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ModuleShareGiant.layout-101  .social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 36px;
    border: 1px solid #ccc;
    color: #999;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}
/* .ModuleShareGiant.layout-101  .social-share .icon-default-WeChat:hover{ color: #3dbe5b !important;  border-color: #3dbe5b !important;}
.ModuleShareGiant.layout-101  .social-share .type-weibo:hover{ color: #ff5757 !important;  border-color: #ff5757 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-kefulei_huabanfuben11:hover{ color: #21b3f7 !important;  border-color: #21b3f7 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-kongjian:hover{  color: #f8c514 !important;  border-color: #f8c514 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-Facebook2:hover{  color: #3D5A98 !important;  border-color: #3D5A98 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-Twitter1:hover{  color: #1DA1F3 !important;  border-color: #1DA1F3 !important;} */
.ModuleShareGiant.layout-101  .social-share .icon-wechat .mwechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat:hover .mwechat-qrcode {
    display: block;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.ModuleShareGiant.layout-101  .mshareMask{ top: 0;
	left: 0; position: fixed; z-index: 999;  height: 100%; width: 100%; background: #000;  opacity: 0.6; display: none;}

.ModuleShareGiant.layout-101  .share-wx-qrcode-img .help p{ width: 40%; margin: 0 auto; color:#999;  display: block; line-height: 20px; height: auto; }
.ModuleShareGiant.layout-101  .share-wx-qrcode-img,.mwechat-qrcode { border-radius: 5px; top:0px; position: fixed;z-index:9999; top: 50%;
    left: 50%;box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
    transform: translate(-50%,-50%);text-align: center; width: 270px;  background: #fff; visibility: hidden;}
.ModuleShareGiant.layout-101  #mwx-qrcode{ width: 224px; height: 224px; margin: 0 auto;}
.ModuleShareGiant.layout-101 .share-wx-qrcode-img h4{border-top-right-radius: 5px;
    border-top-left-radius: 5px;background: #F7F8FA; height: 40px; line-height: 40px; font-size: 16px; color: #666; font-weight: bold; margin-bottom: 13px;}
.ModuleShareGiant.layout-101 .share-wx-qrcode-img .help{ margin-top: 12px; margin-bottom: 19px; color: #999;font-size: 14px; line-height: 20px;}
.ModuleShareGiant.layout-101  .share-wx-tips{ display: none;    z-index: 99999;
    position: fixed;
    top: 10px;
	right: 35px;    color: #fff; font-size: 24px; text-align: center;}.module_416197706 .ModuleHead .HeadCenter{float:none;}
#module_416197706 {
padding:0px;
}
#module_416197706 {
position:static;
z-index:0;
top:3133px;
left:97px;
width:100%;
height: auto;
}
#module_416197706 .ModuleHead416197706 {
display:none;
}
#module_416197706 .BodyCenter.BodyCenter416197706 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416197706 >.module_416197706 {
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_416197706 >.module_416197706{
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_416197706 .BodyCenter.BodyCenter416197706 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197706 .BodyCenter.BodyCenter416197706 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_416197706 >.module_416197706 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416197706 >.module_416197706 {
margin-top:2.3055%;
margin-left:4.3228%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416197706 >.module_416197706 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416197706:hover {
border:none;
}
#module_416197706:hover >.module_416197706 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416197706 .ModuleSharediv{text-align: center;}
#module_416197706 .social-share-icon{color:rgba(255, 255, 255, 0.74);}
#module_416197706 .social-share-icon{font-size:15px;}
#module_416197706 .social-share-icon{ margin-right:6px;margin-left:6px;} #module_416197706 .mvertical{margin-top:6px;margin-bottom:6px;}
#module_416197706 .social-share-icon{height:36px; width:36px;line-height:36px}
#module_416197706 .social-share-icon{border-top-color:#ccc;}
#module_416197706 .social-share-icon{border-top-style:solid;}
#module_416197706 .social-share-icon{border-top-width:0px;}
#module_416197706 .social-share-icon{border-right-color:#ccc;}
#module_416197706 .social-share-icon{border-right-style:solid;}
#module_416197706 .social-share-icon{border-right-width:0px;}
#module_416197706 .social-share-icon{border-bottom-color:#ccc;}
#module_416197706 .social-share-icon{border-bottom-style:solid;}
#module_416197706 .social-share-icon{border-bottom-width:0px;}
#module_416197706 .social-share-icon{border-left-color:#ccc;}
#module_416197706 .social-share-icon{border-left-style:solid;}
#module_416197706 .social-share-icon{border-left-width:0px;}
#module_416197706 .social-share-icon{background-color:rgba(255, 255, 255, 0.09);}
#module_416197706 .social-share-icon{}
#module_416197706 .social-share-icon:hover{background-color:rgb(199, 0, 11);}
#module_416197706 .social-share-icon:hover{}
#module_416197706 .social-share-icon:hover{color:rgb(255, 255, 255);}
#module_416197706 .social-share-icon:hover{font-size:15px;}
#module_416197706 .social-share-icon:hover{border-top-color:#ccc;}
#module_416197706 .social-share-icon:hover{border-top-style:solid;}
#module_416197706 .social-share-icon:hover{border-top-width:0px;}
#module_416197706 .social-share-icon:hover{border-right-color:#ccc;}
#module_416197706 .social-share-icon:hover{border-right-style:solid;}
#module_416197706 .social-share-icon:hover{border-right-width:0px;}
#module_416197706 .social-share-icon:hover{border-bottom-color:#ccc;}
#module_416197706 .social-share-icon:hover{border-bottom-style:solid;}
#module_416197706 .social-share-icon:hover{border-bottom-width:0px;}
#module_416197706 .social-share-icon:hover{border-left-color:#ccc;}
#module_416197706 .social-share-icon:hover{border-left-style:solid;}
#module_416197706 .social-share-icon:hover{border-left-width:0px;}

.module_416198311 .ModuleHead .HeadCenter{float:none;}
#module_416198311 {
padding:0px;
}
#module_416198311 {
position:static;
z-index:0;
top:3186px;
left:39px;
width:100%;
height: auto;
}
#module_416198311 .ModuleHead416198311 {
display:none;
}
#module_416198311 .BodyCenter.BodyCenter416198311 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416198311 >.module_416198311 {
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_416198311 >.module_416198311{
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_416198311 .BodyCenter.BodyCenter416198311 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_416198311 .BodyCenter.BodyCenter416198311 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_416198311 >.module_416198311 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416198311 >.module_416198311 {
margin-top:4.6110%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416198311 >.module_416198311 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416198311:hover {
border:none;
}
#module_416198311:hover >.module_416198311 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416198311 .ModuleImageTextGiantContent{margin-top:0px;}
#module_416198311 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_416198311 .ModuleImageTextGiantContent{margin-left:0px;}
#module_416198311 .ModuleImageTextGiantContent{margin-right:0px;}
#module_416198311 .imageTextGiant-Container{padding-top:0px;}
#module_416198311 .imageTextGiant-Container{padding-bottom:0px;}
#module_416198311 .imageTextGiant-Container{padding-left:10px;}
#module_416198311 .imageTextGiant-Container{padding-right:10px;}
#module_416198311 .showHandle .btn{font-size:14px;}
#module_416198311 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_416198311 .showHandle .btn{color:#333;}
#module_416198311 .showHandle .btn{font-weight:400;}
#module_416198311 .showHandle .btn{text-decoration:none;}
#module_416198311 .showHandle .btn{font-style:normal;}
#module_416198311 .showHandle div{border-top-color:#ddd !important;}
#module_416198311 .showHandle div{border-top-style:solid !important;}
#module_416198311 .showHandle div{border-top-width:1px !important;}
#module_416198311 .showHandle{background-color:transparent;}
#module_416198311 .showHandle{background-image:none;}
#module_416198311 .showHandle{background-repeat:no-repeat;}
#module_416198311 .showHandle{}
#module_416198311 .showHandle{}
#module_416198311 .showHandle{}
#module_416198311 a{font-size:unset;font-family:unset}
.module_416198313 .ModuleHead .HeadCenter{float:none;}
#module_416198313 {
padding:0px;
}
#module_416198313 {
position:static;
z-index:0;
top:3188px;
left:44px;
width:100%;
height: auto;
}
#module_416198313 .ModuleHead416198313 {
display:none;
}
#module_416198313 .BodyCenter.BodyCenter416198313 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416198313 >.module_416198313 {
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_416198313 >.module_416198313{
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_416198313 .BodyCenter.BodyCenter416198313 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_416198313 .BodyCenter.BodyCenter416198313 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_416198313 >.module_416198313 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_416198313 >.module_416198313 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416198313 >.module_416198313 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416198313:hover {
border:none;
}
#module_416198313:hover >.module_416198313 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416198313 .ModuleImageTextGiantContent{margin-top:0px;}
#module_416198313 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_416198313 .ModuleImageTextGiantContent{margin-left:0px;}
#module_416198313 .ModuleImageTextGiantContent{margin-right:0px;}
#module_416198313 .imageTextGiant-Container{padding-top:0px;}
#module_416198313 .imageTextGiant-Container{padding-bottom:10px;}
#module_416198313 .imageTextGiant-Container{padding-left:10px;}
#module_416198313 .imageTextGiant-Container{padding-right:10px;}
#module_416198313 .showHandle .btn{font-size:14px;}
#module_416198313 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_416198313 .showHandle .btn{color:#333;}
#module_416198313 .showHandle .btn{font-weight:400;}
#module_416198313 .showHandle .btn{text-decoration:none;}
#module_416198313 .showHandle .btn{font-style:normal;}
#module_416198313 .showHandle div{border-top-color:#ddd !important;}
#module_416198313 .showHandle div{border-top-style:solid !important;}
#module_416198313 .showHandle div{border-top-width:1px !important;}
#module_416198313 .showHandle{background-color:transparent;}
#module_416198313 .showHandle{background-image:none;}
#module_416198313 .showHandle{background-repeat:no-repeat;}
#module_416198313 .showHandle{}
#module_416198313 .showHandle{}
#module_416198313 .showHandle{}
#module_416198313 a{font-size:unset;font-family:unset}
.module_415513286 .ModuleHead .HeadCenter{float:none;}
#module_415513286 {
padding:0px;
}
#module_415513286 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415513286 .ModuleHead415513286 {
display:none;
}
#module_415513286 .BodyCenter.BodyCenter415513286 {
background:none;background-color:rgb(25, 28, 34);
}
#module_415513286 >.module_415513286 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
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_415513286 >.module_415513286{
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_415513286 .BodyCenter.BodyCenter415513286 {
padding-top:4.1841%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_415513286 .BodyCenter.BodyCenter415513286 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513286 >.module_415513286 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513286 >.module_415513286 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415513286 >.module_415513286 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513286:hover {
border:none;
}
#module_415513286:hover >.module_415513286 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513286 .ModuleSubContainer{background-color:transparent;}
#module_415513286 .ModuleSubContainer{background-image:none;}
#module_415513286 .ModuleSubContainer{background-repeat:no-repeat;}
#module_415513286 .ModuleSubContainer{background-position:0% 0%;}
#module_415513286 .ModuleSubContainer{background-attachment:scroll;}
#module_415513286 .ModuleSubContainer{}
#module_415513286 {!bgVideo!}{bgVideoUrl:}
#module_415513286 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_415513286 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_415513286 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer415513286 {max-width:1600px;width:auto;}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container{max-height: 100%; max-width: 100%;padding: 10px;}
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container .GraphicUpper{text-align: center;}
.ModuleImageTextGiant.layout-103 .ModuleImageTextContent{width: 100%;}

.module_416338048 .ModuleHead .HeadCenter{float:none;}
#module_416338048 {
padding:0px;
}
#module_416338048 {
position:static;
z-index:0;
top:46px;
left:0px;
width:100%;
height: auto;
}
#module_416338048 .ModuleHead416338048 {
display:none;
}
#module_416338048 .BodyCenter.BodyCenter416338048 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416338048 >.module_416338048 {
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_416338048 >.module_416338048{
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_416338048 .BodyCenter.BodyCenter416338048 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416338048 .BodyCenter.BodyCenter416338048 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416338048 >.module_416338048 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416338048 >.module_416338048 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416338048 >.module_416338048 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416338048:hover {
border:none;
}
#module_416338048:hover >.module_416338048 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416338048 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_416338048 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_416338048 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_416338048 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_416338048 .GraphicUpper .TextImage{margin-top:0px;}
#module_416338048 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_416338048 .GraphicUpper .TextImage{margin-left:0px;}
#module_416338048 .GraphicUpper .TextImage{margin-right:0px;}
#module_416338048 .TextImage{width:10%;}
#module_416338048 .MobileTextImage{width:50%;}
#module_416338048 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_416338048 .imageTextGiant-Container{padding-top:10px;}
#module_416338048 .imageTextGiant-Container{padding-bottom:10px;}
#module_416338048 .imageTextGiant-Container{padding-left:10px;}
#module_416338048 .imageTextGiant-Container{padding-right:10px;}
#module_416338048 .ModuleImageTextGiantContent{padding-top:0px;}
#module_416338048 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_416338048 .ModuleImageTextGiantContent{padding-left:0px;}
#module_416338048 .ModuleImageTextGiantContent{padding-right:0px;}
#module_416338048 .imageTextGiant-Container{padding-top:0px;}
#module_416338048 .imageTextGiant-Container{padding-bottom:0px;}
#module_416338048 .imageTextGiant-Container{padding-left:0px;}
#module_416338048 .imageTextGiant-Container{padding-right:0px;}
#module_416338048 .showHandle .btn{font-size:14px;}
#module_416338048 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_416338048 .showHandle .btn{color:#333;}
#module_416338048 .showHandle .btn{font-weight:400;}
#module_416338048 .showHandle .btn{text-decoration:none;}
#module_416338048 .showHandle .btn{font-style:normal;}
#module_416338048 .showHandle div{border-top-color:#ddd !important;}
#module_416338048 .showHandle div{border-top-style:solid !important;}
#module_416338048 .showHandle div{border-top-width:1px !important;}
#module_416338048 .showHandle{background-color:transparent;}
#module_416338048 .showHandle{background-image:none;}
#module_416338048 .showHandle{background-repeat:no-repeat;}
#module_416338048 .showHandle{}
#module_416338048 .showHandle{}
#module_416338048 .showHandle{}
#module_416338048 a{font-size:unset;font-family:unset}
.module_416338047 .ModuleHead .HeadCenter{float:none;}
#module_416338047 {
padding:0px;
}
#module_416338047 {
position:static;
z-index:0;
top:12px;
left:0px;
width:100%;
height: auto;
}
#module_416338047 .ModuleHead416338047 {
display:none;
}
#module_416338047 .BodyCenter.BodyCenter416338047 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416338047 >.module_416338047 {
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_416338047 >.module_416338047{
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_416338047 .BodyCenter.BodyCenter416338047 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416338047 .BodyCenter.BodyCenter416338047 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416338047 >.module_416338047 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416338047 >.module_416338047 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416338047 >.module_416338047 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416338047:hover {
border:none;
}
#module_416338047:hover >.module_416338047 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416338047 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_416338047 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_416338047 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_416338047 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_416338047 .GraphicUpper .TextImage{margin-top:0px;}
#module_416338047 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_416338047 .GraphicUpper .TextImage{margin-left:0px;}
#module_416338047 .GraphicUpper .TextImage{margin-right:0px;}
#module_416338047 .TextImage{width:10%;}
#module_416338047 .MobileTextImage{width:50%;}
#module_416338047 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_416338047 .imageTextGiant-Container{padding-top:10px;}
#module_416338047 .imageTextGiant-Container{padding-bottom:10px;}
#module_416338047 .imageTextGiant-Container{padding-left:10px;}
#module_416338047 .imageTextGiant-Container{padding-right:10px;}
#module_416338047 .ModuleImageTextGiantContent{padding-top:0px;}
#module_416338047 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_416338047 .ModuleImageTextGiantContent{padding-left:0px;}
#module_416338047 .ModuleImageTextGiantContent{padding-right:0px;}
#module_416338047 .imageTextGiant-Container{padding-top:0px;}
#module_416338047 .imageTextGiant-Container{padding-bottom:0px;}
#module_416338047 .imageTextGiant-Container{padding-left:0px;}
#module_416338047 .imageTextGiant-Container{padding-right:0px;}
#module_416338047 .showHandle .btn{font-size:14px;}
#module_416338047 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_416338047 .showHandle .btn{color:#333;}
#module_416338047 .showHandle .btn{font-weight:400;}
#module_416338047 .showHandle .btn{text-decoration:none;}
#module_416338047 .showHandle .btn{font-style:normal;}
#module_416338047 .showHandle div{border-top-color:#ddd !important;}
#module_416338047 .showHandle div{border-top-style:solid !important;}
#module_416338047 .showHandle div{border-top-width:1px !important;}
#module_416338047 .showHandle{background-color:transparent;}
#module_416338047 .showHandle{background-image:none;}
#module_416338047 .showHandle{background-repeat:no-repeat;}
#module_416338047 .showHandle{}
#module_416338047 .showHandle{}
#module_416338047 .showHandle{}
#module_416338047 a{font-size:unset;font-family:unset}
.module_416338035 .ModuleHead .HeadCenter{float:none;}
#module_416338035 {
padding:0px;
}
#module_416338035 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_416338035 .ModuleHead416338035 {
display:none;
}
#module_416338035 .BodyCenter.BodyCenter416338035 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416338035 >.module_416338035 {
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_416338035 >.module_416338035{
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_416338035 .BodyCenter.BodyCenter416338035 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416338035 .BodyCenter.BodyCenter416338035 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416338035 >.module_416338035 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416338035 >.module_416338035 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416338035 >.module_416338035 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416338035:hover {
border:none;
}
#module_416338035:hover >.module_416338035 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416338035 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_416338035 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_416338035 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_416338035 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_416338035 .GraphicUpper .TextImage{margin-top:0px;}
#module_416338035 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_416338035 .GraphicUpper .TextImage{margin-left:0px;}
#module_416338035 .GraphicUpper .TextImage{margin-right:0px;}
#module_416338035 .TextImage{width:10%;}
#module_416338035 .MobileTextImage{width:50%;}
#module_416338035 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_416338035 .imageTextGiant-Container{padding-top:10px;}
#module_416338035 .imageTextGiant-Container{padding-bottom:10px;}
#module_416338035 .imageTextGiant-Container{padding-left:10px;}
#module_416338035 .imageTextGiant-Container{padding-right:10px;}
#module_416338035 .ModuleImageTextGiantContent{padding-top:0px;}
#module_416338035 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_416338035 .ModuleImageTextGiantContent{padding-left:0px;}
#module_416338035 .ModuleImageTextGiantContent{padding-right:0px;}
#module_416338035 .imageTextGiant-Container{padding-top:0px;}
#module_416338035 .imageTextGiant-Container{padding-bottom:0px;}
#module_416338035 .imageTextGiant-Container{padding-left:0px;}
#module_416338035 .imageTextGiant-Container{padding-right:0px;}
#module_416338035 .showHandle .btn{font-size:14px;}
#module_416338035 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_416338035 .showHandle .btn{color:#333;}
#module_416338035 .showHandle .btn{font-weight:400;}
#module_416338035 .showHandle .btn{text-decoration:none;}
#module_416338035 .showHandle .btn{font-style:normal;}
#module_416338035 .showHandle div{border-top-color:#ddd !important;}
#module_416338035 .showHandle div{border-top-style:solid !important;}
#module_416338035 .showHandle div{border-top-width:1px !important;}
#module_416338035 .showHandle{background-color:transparent;}
#module_416338035 .showHandle{background-image:none;}
#module_416338035 .showHandle{background-repeat:no-repeat;}
#module_416338035 .showHandle{}
#module_416338035 .showHandle{}
#module_416338035 .showHandle{}
#module_416338035 a{font-size:unset;font-family:unset}
.module_415513329 .ModuleHead .HeadCenter{float:none;}
#module_415513329 {
padding:0px;
}
#module_415513329 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415513329 .ModuleHead415513329 {
display:none;
}
#module_415513329 .BodyCenter.BodyCenter415513329 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415513329 >.module_415513329 {
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_415513329 >.module_415513329{
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_415513329 .BodyCenter.BodyCenter415513329 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513329 .BodyCenter.BodyCenter415513329 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513329 >.module_415513329 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513329 >.module_415513329 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415513329 >.module_415513329 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513329:hover {
border:none;
}
#module_415513329:hover >.module_415513329 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513329 .ModuleSharediv{text-align: right;}
#module_415513329 .social-share-icon{color:rgba(255, 255, 255, 0.74);}
#module_415513329 .social-share-icon{font-size:18px;}
#module_415513329 .social-share-icon{ margin-right:6px;margin-left:6px;} #module_415513329 .mvertical{margin-top:6px;margin-bottom:6px;}
#module_415513329 .social-share-icon{height:41px; width:41px;line-height:41px}
#module_415513329 .social-share-icon{border-top-color:#ccc;}
#module_415513329 .social-share-icon{border-top-style:solid;}
#module_415513329 .social-share-icon{border-top-width:0px;}
#module_415513329 .social-share-icon{border-right-color:#ccc;}
#module_415513329 .social-share-icon{border-right-style:solid;}
#module_415513329 .social-share-icon{border-right-width:0px;}
#module_415513329 .social-share-icon{border-bottom-color:#ccc;}
#module_415513329 .social-share-icon{border-bottom-style:solid;}
#module_415513329 .social-share-icon{border-bottom-width:0px;}
#module_415513329 .social-share-icon{border-left-color:#ccc;}
#module_415513329 .social-share-icon{border-left-style:solid;}
#module_415513329 .social-share-icon{border-left-width:0px;}
#module_415513329 .social-share-icon{background-color:rgba(255, 255, 255, 0.09);}
#module_415513329 .social-share-icon{}
#module_415513329 .social-share-icon:hover{background-color:rgb(199, 0, 11);}
#module_415513329 .social-share-icon:hover{}
#module_415513329 .social-share-icon:hover{color:rgb(255, 255, 255);}
#module_415513329 .social-share-icon:hover{font-size:18px;}
#module_415513329 .social-share-icon:hover{border-top-color:#ccc;}
#module_415513329 .social-share-icon:hover{border-top-style:solid;}
#module_415513329 .social-share-icon:hover{border-top-width:0px;}
#module_415513329 .social-share-icon:hover{border-right-color:#ccc;}
#module_415513329 .social-share-icon:hover{border-right-style:solid;}
#module_415513329 .social-share-icon:hover{border-right-width:0px;}
#module_415513329 .social-share-icon:hover{border-bottom-color:#ccc;}
#module_415513329 .social-share-icon:hover{border-bottom-style:solid;}
#module_415513329 .social-share-icon:hover{border-bottom-width:0px;}
#module_415513329 .social-share-icon:hover{border-left-color:#ccc;}
#module_415513329 .social-share-icon:hover{border-left-style:solid;}
#module_415513329 .social-share-icon:hover{border-left-width:0px;}

.module_415513341 .ModuleHead .HeadCenter{float:none;}
#module_415513341 {
padding:0px;
}
#module_415513341 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_415513341 .ModuleHead415513341 {
display:none;
}
#module_415513341 .BodyCenter.BodyCenter415513341 {
background:none;background-color:rgb(0, 0, 0);
}
#module_415513341 >.module_415513341 {
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_415513341 >.module_415513341{
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_415513341 .BodyCenter.BodyCenter415513341 {
padding-top:0.7845%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:0.7845%;
}
}
@media screen and (max-width: 767px){
#module_415513341 .BodyCenter.BodyCenter415513341 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513341 >.module_415513341 {
margin-top:-0.2615%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513341 >.module_415513341 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415513341 >.module_415513341 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513341:hover {
border:none;
}
#module_415513341:hover >.module_415513341 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513341 .ModuleSubContainer{background-color:transparent;}
#module_415513341 .ModuleSubContainer{background-image:none;}
#module_415513341 .ModuleSubContainer{background-repeat:no-repeat;}
#module_415513341 .ModuleSubContainer{background-position:0% 0%;}
#module_415513341 .ModuleSubContainer{background-attachment:scroll;}
#module_415513341 .ModuleSubContainer{}
#module_415513341 {!bgVideo!}{bgVideoUrl:}
#module_415513341 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_415513341 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_415513341 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer415513341 {max-width:1600px;width:auto;}
.module_415513348 .ModuleHead .HeadCenter{float:none;}
#module_415513348 {
padding:0px;
}
#module_415513348 {
position:static;
z-index:0;
top:3973px;
left:83px;
width:100%;
height: auto;
}
#module_415513348 .ModuleHead415513348 {
display:none;
}
#module_415513348 .BodyCenter.BodyCenter415513348 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415513348 >.module_415513348 {
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_415513348 >.module_415513348{
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_415513348 .BodyCenter.BodyCenter415513348 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513348 .BodyCenter.BodyCenter415513348 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513348 >.module_415513348 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513348 >.module_415513348 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415513348 >.module_415513348 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513348:hover {
border:none;
}
#module_415513348:hover >.module_415513348 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513348 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415513348 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415513348 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415513348 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415513348 .imageTextGiant-Container{padding-top:10px;}
#module_415513348 .imageTextGiant-Container{padding-bottom:10px;}
#module_415513348 .imageTextGiant-Container{padding-left:10px;}
#module_415513348 .imageTextGiant-Container{padding-right:10px;}
#module_415513348 .showHandle .btn{font-size:14px;}
#module_415513348 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_415513348 .showHandle .btn{color:#333;}
#module_415513348 .showHandle .btn{font-weight:400;}
#module_415513348 .showHandle .btn{text-decoration:none;}
#module_415513348 .showHandle .btn{font-style:normal;}
#module_415513348 .showHandle div{border-top-color:#ddd !important;}
#module_415513348 .showHandle div{border-top-style:solid !important;}
#module_415513348 .showHandle div{border-top-width:1px !important;}
#module_415513348 .showHandle{background-color:transparent;}
#module_415513348 .showHandle{background-image:none;}
#module_415513348 .showHandle{background-repeat:no-repeat;}
#module_415513348 .showHandle{}
#module_415513348 .showHandle{}
#module_415513348 .showHandle{}
#module_415513348 a{font-size:unset;font-family:unset}
.module_415513351 .ModuleHead .HeadCenter{float:none;}
#module_415513351 {
padding:0px;
}
#module_415513351 {
position:static;
z-index:0;
top:-106px;
left:0px;
width:100%;
height: auto;
}
#module_415513351 .ModuleHead415513351 {
display:none;
}
#module_415513351 .BodyCenter.BodyCenter415513351 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415513351 >.module_415513351 {
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_415513351 >.module_415513351{
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_415513351 .BodyCenter.BodyCenter415513351 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513351 .BodyCenter.BodyCenter415513351 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_415513351 >.module_415513351 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_415513351 >.module_415513351 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_415513351 >.module_415513351 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415513351:hover {
border:none;
}
#module_415513351:hover >.module_415513351 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415513351 .ModuleImageTextGiantContent{margin-top:0px;}
#module_415513351 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_415513351 .ModuleImageTextGiantContent{margin-left:0px;}
#module_415513351 .ModuleImageTextGiantContent{margin-right:0px;}
#module_415513351 .imageTextGiant-Container{padding-top:10px;}
#module_415513351 .imageTextGiant-Container{padding-bottom:10px;}
#module_415513351 .imageTextGiant-Container{padding-left:10px;}
#module_415513351 .imageTextGiant-Container{padding-right:10px;}
#module_415513351 .showHandle .btn{font-size:14px;}
#module_415513351 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_415513351 .showHandle .btn{color:#333;}
#module_415513351 .showHandle .btn{font-weight:400;}
#module_415513351 .showHandle .btn{text-decoration:none;}
#module_415513351 .showHandle .btn{font-style:normal;}
#module_415513351 .showHandle div{border-top-color:#ddd !important;}
#module_415513351 .showHandle div{border-top-style:solid !important;}
#module_415513351 .showHandle div{border-top-width:1px !important;}
#module_415513351 .showHandle{background-color:transparent;}
#module_415513351 .showHandle{background-image:none;}
#module_415513351 .showHandle{background-repeat:no-repeat;}
#module_415513351 .showHandle{}
#module_415513351 .showHandle{}
#module_415513351 .showHandle{}
#module_415513351 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: 30px;
    /* 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_415299971 .ModuleHead .HeadCenter{float:none;}
#module_415299971 {
padding:0px;
}
#module_415299971 {
}
#module_415299971 .ModuleHead415299971 {
display:none;
}
#module_415299971 .BodyCenter.BodyCenter415299971 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415299971 >.module_415299971 {
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_415299971 >.module_415299971{
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_415299971 .BodyCenter.BodyCenter415299971 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_415299971 .BodyCenter.BodyCenter415299971 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_415299971 >.module_415299971 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_415299971 >.module_415299971 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_415299971 >.module_415299971 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415299971:hover {
border:none;
}
#module_415299971:hover >.module_415299971 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415299971 .langlistbox{background-color:#fff} #module_415299971 .langlistbox .jt{border-bottom-color:#fff}
#module_415299971 .langlistbox .langinfo{color:#E50B1C}
#module_415299971 .langlistbox .langinfo{background-color:#fff}
#module_415299971 .langlistbox .langinfo{border-color:#E50B1C}
#module_415299971 .langlistbox .langtxt{ font-size:16px }
#module_415299971 .langlistbox .langtxt{ color:#E50B1C }
#module_415299971 {}#module_415299971.layout-101 #header{border-bottom-color:transparent;}
#module_415299971 {}#module_415299971.layout-101 #header{border-bottom-style:none;}
#module_415299971 {}#module_415299971.layout-101 #header{border-bottom-width:0px;}
#module_415299971 {}#module_415299971.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_415299971 {}#module_415299971.layout-101 #MobileNav{background-color: transparent;} #module_415299971.layout-101 #header{background-color:rgb(255, 255, 255);}
#module_415299971 {}#module_415299971.layout-101 #header{}
#module_415299971 {}#module_415299971.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_415299971 {}#module_415299971.layout-101 #header p{font-size:16px;}
#module_415299971 {}#module_415299971.layout-101 #header p{color:rgb(127, 127, 127);}
#module_415299971 {}#module_415299971.layout-101 #header p{font-weight:normal;}
#module_415299971 {}#module_415299971.layout-101 #header p{text-decoration:none;}
#module_415299971 {}#module_415299971.layout-101 #header p{font-style:normal;}
#module_415299971 {}#module_415299971.layout-101 .lcitem .rect{background:rgb(89, 89, 89);} #module_415299971.layout-101 .icons{color:rgb(89, 89, 89);} #module_415299971.layout-101 .svgdiv svg>*{fill:rgb(89, 89, 89);}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item ul li{border-bottom-color:rgb(242, 242, 242);}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item,#module_415299971.layout-101 #MobileNavFloatLayer{background-color:rgb(255, 255, 255);}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item,#module_415299971.layout-101 #MobileNavFloatLayer{}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li>a{background:rgb(255, 255, 255);}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li>a{}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li>a,#module_415299971.layout-101 .micro-nav-item>ul>li>a p{color:rgb(63, 63, 63);}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li .subnav a{background:rgb(255, 255, 255);}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li .subnav a,#module_415299971.layout-101 .micro-nav-item>ul>li .subnav a p{color:rgb(63, 63, 63);}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li>a,#module_415299971.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li>a,#module_415299971.layout-101 .micro-nav-item>ul>li>a p{font-size:14px;}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li .subnav a,#module_415299971.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li .subnav a,#module_415299971.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:14px;}
#module_415299971 .langlistbox li:hover .langinfo,#module_415299971 .langactive .langinfo {color:#fff}
#module_415299971 .langlistbox li:hover .langinfo,#module_415299971 .langactive .langinfo{background-color:#E50B1C}
#module_415299971 .langlistbox li:hover .langinfo,#module_415299971 .langactive .langinfo{border-color:#E50B1C}
#module_415299971 .langlistbox li:hover .langtxt,#module_415299971 .langactive .langtxt{ color:#E50B1C }
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li>a:hover,#module_415299971.layout-101 .micro-nav-item>ul>li>a:hover p{color:rgb(192, 0, 0);}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:rgb(242, 242, 242);}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:rgb(242, 242, 242);}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_415299971 {}#module_415299971.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_415299971.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:rgb(192, 0, 0);}
.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_415299972 .ModuleHead .HeadCenter{float:none;}
#module_415299972 {
padding:0px;
}
#module_415299972 {
}
#module_415299972 .ModuleHead415299972 {
display:none;
}
#module_415299972 .BodyCenter.BodyCenter415299972 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415299972 >.module_415299972 {
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_415299972 >.module_415299972{
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_415299972 .BodyCenter.BodyCenter415299972 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_415299972 .BodyCenter.BodyCenter415299972 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_415299972 >.module_415299972 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_415299972 >.module_415299972 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_415299972 >.module_415299972 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415299972:hover {
border:none;
}
#module_415299972:hover >.module_415299972 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415299972 .defaultbtn{background-color:#fff}
#module_415299972 .defaultbtn{}
#module_415299972 .spotgroup{color:rgb(0, 0, 0)}
#module_415299972 .itembtn{background-color:#fff}
#module_415299972 .itembtn{}
#module_415299972 .itemicon{color:rgb(63, 63, 63)} #module_415299972 svg>*{fill:rgb(63, 63, 63)}
#module_415299972 .itemtext{background-color:#fff} #module_415299972 .itemtextright::before{border-left-color:#fff} #module_415299972 .itemtextleft::before{border-right-color:#fff}
#module_415299972 .itemtext{}
#module_415299972 .itemtext{font-size:12px;}
#module_415299972 .itemtext{font-family:微软雅黑,Microsoft YaHei;}
#module_415299972 .itemtext{color:#666 !important;}
#module_415299972 .itemtext{font-weight:normal;}
#module_415299972 .itemtext{text-decoration:none;}
#module_415299972 .itemtext{font-style:normal;}
#module_415299972 .defaultbtnbghover{background-color:rgb(192, 0, 0)}
#module_415299972 .defaultbtnbghover{}
#module_415299972 .defaultbtniconbghover{color:rgb(255, 255, 255)}
.module_415299973 .ModuleHead .HeadCenter{float:none;}
#module_415299973 {
padding:0px;
}
#module_415299973 {
}
#module_415299973 .ModuleHead415299973 {
display:none;
}
#module_415299973 .BodyCenter.BodyCenter415299973 {
background:none;background-color:rgba(0,0,0,0);
}
#module_415299973 >.module_415299973 {
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_415299973 >.module_415299973{
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_415299973 .BodyCenter.BodyCenter415299973 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_415299973 .BodyCenter.BodyCenter415299973 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_415299973 >.module_415299973 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_415299973 >.module_415299973 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_415299973 >.module_415299973 {box-shadow: 0px 0px 0px 0px #ccc}
#module_415299973:hover {
border:none;
}
#module_415299973:hover >.module_415299973 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_415299973 .foot-nav-list{background-color:rgb(255, 255, 255) !important;}
#module_415299973 .foot-nav-list{border-top-color:transparent;}
#module_415299973 .foot-nav-list{border-top-style:none;}
#module_415299973 .foot-nav-list{border-top-width:0px;}
#module_415299973 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_415299973 .icon{color:rgb(191, 191, 191) !important;} #module_415299973 .icon svg >*{fill:rgb(191, 191, 191)}
#module_415299973 .itemText{font-size:12px;}
#module_415299973 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_415299973 .itemText{color:rgb(127, 127, 127) !important;}
#module_415299973 .itemText{font-weight:normal;}
#module_415299973 .itemText{text-decoration:none;}
#module_415299973 .itemText{font-style:normal;}
#module_415299973 .iconh{color:rgb(199, 0, 11) !important;}  #module_415299973 .iconh svg >*{fill:rgb(199, 0, 11)}
#module_415299973 .itemTexth{font-size:12px;}
#module_415299973 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_415299973 .itemTexth{color:rgb(199, 0, 11) !important;}
#module_415299973 .itemTexth{font-weight:normal;}
#module_415299973 .itemTexth{text-decoration:none;}
#module_415299973 .itemTexth{font-style:normal;}

.banq{ font-size: 12px; line-height: 20px; color: #999; }
.banq a{ color: #999; }
.banq a:hover{ color: #fff; text-decoration: underline; }


.module_416195412 .ModuleHead .HeadCenter{float:none;}
#module_416195412 {
padding:0px;
}
#module_416195412 {
position:static;
z-index:0;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_416195412 .ModuleHead416195412 {
display:none;
}
#module_416195412 .BodyCenter.BodyCenter416195412 {
background:none;background-color:rgba(242, 242, 242, 0.6);
}
#module_416195412 >.module_416195412 {
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_416195412 >.module_416195412{
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_416195412 .BodyCenter.BodyCenter416195412 {
padding-top:0.5230%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:0.5230%;
}
}
@media screen and (max-width: 767px){
#module_416195412 .BodyCenter.BodyCenter416195412 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416195412 >.module_416195412 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416195412 >.module_416195412 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416195412 >.module_416195412 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416195412:hover {
border:none;
}
#module_416195412:hover >.module_416195412 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416195412 .ModuleSubContainer{background-color:transparent;}
#module_416195412 .ModuleSubContainer{background-image:none;}
#module_416195412 .ModuleSubContainer{background-repeat:no-repeat;}
#module_416195412 .ModuleSubContainer{background-position:0% 0%;}
#module_416195412 .ModuleSubContainer{background-attachment:scroll;}
#module_416195412 .ModuleSubContainer{}
#module_416195412 {!bgVideo!}{bgVideoUrl:}
#module_416195412 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_416195412 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_416195412 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer416195412 {max-width:1700px;width:auto;}


/*当前位置 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_416195413 .ModuleHead .HeadCenter{float:none;}
#module_416195413 {
padding:0px;
}
#module_416195413 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_416195413 .ModuleHead416195413 {
display:none;
}
#module_416195413 .BodyCenter.BodyCenter416195413 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416195413 >.module_416195413 {
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_416195413 >.module_416195413{
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_416195413 .BodyCenter.BodyCenter416195413 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416195413 .BodyCenter.BodyCenter416195413 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416195413 >.module_416195413 {
margin-top:1.4109%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416195413 >.module_416195413 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416195413 >.module_416195413 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416195413:hover {
border:none;
}
#module_416195413:hover >.module_416195413 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416195413 .BreadIcon{font-size:16px;} #module_416195413 .BreadsvgIcon svg{width:16px;height:16px;}
#module_416195413 .BreadIcon{color:rgb(199, 0, 11);} #module_416195413 .BreadsvgIcon svg>*{fill:rgb(199, 0, 11);}
#module_416195413 .BreadIcon,#module_416195413 .BreadsvgIcon{margin-left:0px;}
#module_416195413 .BreadIcon,#module_416195413 .BreadsvgIcon{margin-right:10px;}
#module_416195413 .bcs-item,#module_416195413 .bcs-item a{font-size:14px;}
#module_416195413 .bcs-item,#module_416195413 .bcs-item a{font-family:arial, helvetica,sans-serif;}
#module_416195413 .bcs-item,#module_416195413 .bcs-item a{color:rgb(89, 89, 89);}
#module_416195413 .bcs-item,#module_416195413 .bcs-item a{font-weight:normal;}
#module_416195413 .bcs-item,#module_416195413 .bcs-item a{text-decoration:none;}
#module_416195413 .bcs-item,#module_416195413 .bcs-item a{font-style:normal;}
#module_416195413 .breadcrumb{text-align:left;}
#module_416195413 .breadcrumb .separator{margin-left:14px;margin-right:14px;}
#module_416195413 .breadcrumb .separator{font-size:14px;}
#module_416195413 .breadcrumb .separator{font-family:arial, helvetica,sans-serif;}
#module_416195413 .breadcrumb .separator{color:#333;}
#module_416195413 .breadcrumb .separator{font-weight:normal;}
#module_416195413 .breadcrumb .separator{text-decoration:none;}
#module_416195413 .breadcrumb .separator{font-style:normal;}
#module_416195413 .breadcrumb:hover .BreadIcon{color:rgb(199, 0, 11)} #module_416195413 .breadcrumb:hover .BreadsvgIcon svg>*{fill:rgb(199, 0, 11);}
#module_416195413 .bcs-item:hover,#module_416195413 .bcs-item a:hover{font-size:14px;}
#module_416195413 .bcs-item:hover,#module_416195413 .bcs-item a:hover{font-family:arial, helvetica,sans-serif;}
#module_416195413 .bcs-item:hover,#module_416195413 .bcs-item a:hover{color:rgb(199, 0, 11);}
#module_416195413 .bcs-item:hover,#module_416195413 .bcs-item a:hover{font-weight:normal;}
#module_416195413 .bcs-item:hover,#module_416195413 .bcs-item a:hover{text-decoration:none;}
#module_416195413 .bcs-item:hover,#module_416195413 .bcs-item a:hover{font-style:normal;}

.ModuleCommonClsGiant.layout-105 .one-classify-box{white-space:nowrap;overflow-x:auto;overflow-y: hidden;font-size: 0;}
.ModuleCommonClsGiant.layout-105 .one-classify-box.show{white-space:normal;}
.ModuleCommonClsGiant.layout-105 .one-classify-box.show .main-class-item{margin-bottom: 5px;}
/*到手机应该隐藏*/
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar{height:4px}
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar-thumb {height:4px;width: 40px;background-color: rgba(94,94,94,.5);border-radius: 2px}
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar-track-piece{height:8px;width: 40px;background-color: #fff}
.ModuleCommonClsGiant.layout-105 .main-class-item{background: #fff;border-top:0;color:#666;width: auto;display:inline-flex;align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  float:none;
}
.ModuleCommonClsGiant.layout-105  .ItemCount .main-class-item {
  float:left;
}
.ModuleCommonClsGiant.layout-105 .main-class-text{
  font-size:12px;width:100%;padding: 0 10px;color:#666;overflow: hidden;   text-align: center;
 }

.ModuleCommonClsGiant.layout-105 .main-class-item.active{background: #303135}
.ModuleCommonClsGiant.layout-105 .main-class-item.active .main-class-text{color:#fff;}


/*PC屏幕*/
@media (min-width: 768px){
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-1 {width: 100% !important; }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2 {width: calc((100% - 5px) / 2) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2 {width: calc((100% - 5px) / 2) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-3 {width: calc((100% - 5px) / 3) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-4 {width: calc((100% - 5px) / 4) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-5 {width: calc((100% - 5px) / 5) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-6 {width: calc((100% - 5px) / 6) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-7 {width: calc((100% - 5px) / 7) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-8 {width: calc((100% - 5px) / 8) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-9 {width: calc((100% - 5px) / 9) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-10 {width: calc((100% - 5px) / 10) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11 {width: calc((100% - 5px) / 11) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-12 {width: calc((100% - 5px) / 12) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2:nth-child(2n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-3:nth-child(3n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-4:nth-child(4n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-5:nth-child(5n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-6:nth-child(6n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-7:nth-child(7n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-8:nth-child(8n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-9:nth-child(9n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-10:nth-child(10n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11:nth-child(11n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11:nth-child(12n) {margin-right: 0 !important;}
}


@media (max-width: 767px) {
  .ModuleCommonClsGiant.layout-105 .main-class-text {
    font-size: 12px;
    line-height: 30px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
  }
  .ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar {  display: none!important;  width: 0px;  height: 0px; }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-1 {width: 100% !important; }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-2:nth-child(2n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-3:nth-child(3n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-4:nth-child(4n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-5:nth-child(5n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-2 {width: calc((100% - 5px) / 2) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-3 {width: calc((100% - 5px * 2) / 3) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-4 {width: calc((100% - 5px * 3) / 4) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-5 {width: calc((100% - 5px * 4) / 5) !important;}

}.module_416195415 .ModuleHead .HeadCenter{float:none;}
#module_416195415 {
padding:0px;
}
#module_416195415 {
position:static;
z-index:0;
top:17px;
left:0px;
width:100%;
height: auto;
}
#module_416195415 .ModuleHead416195415 {
display:none;
}
#module_416195415 .BodyCenter.BodyCenter416195415 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416195415 >.module_416195415 {
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_416195415 >.module_416195415{
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_416195415 .BodyCenter.BodyCenter416195415 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416195415 .BodyCenter.BodyCenter416195415 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416195415 >.module_416195415 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416195415 >.module_416195415 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416195415 >.module_416195415 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416195415:hover {
border:none;
}
#module_416195415:hover >.module_416195415 {
border-color:#ccc;
}
#module_416195415:hover >.module_416195415 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416195415 .one-classify-box{text-align:right;}
#module_416195415 .main-class-item{background-color:transparent;}
#module_416195415 .main-class-item{background-image:none;}
#module_416195415 .main-class-item{background-repeat:no-repeat;}
#module_416195415 .main-class-item{}
#module_416195415 .main-class-item{}
#module_416195415 .main-class-item{}
#module_416195415 .main-class-item{height:60px;}
#module_416195415 .main-class-item{border-top-color:#000;}
#module_416195415 .main-class-item{border-top-style:solid;}
#module_416195415 .main-class-item{border-top-width:0px;}
#module_416195415 .main-class-item{border-right-color:#000;}
#module_416195415 .main-class-item{border-right-style:solid;}
#module_416195415 .main-class-item{border-right-width:0px;}
#module_416195415 .main-class-item{border-bottom-color:#000;}
#module_416195415 .main-class-item{border-bottom-style:solid;}
#module_416195415 .main-class-item{border-bottom-width:0px;}
#module_416195415 .main-class-item{border-left-color:#000;}
#module_416195415 .main-class-item{border-left-style:solid;}
#module_416195415 .main-class-item{border-left-width:0px;}
#module_416195415 .main-class-item{border-top-left-radius:0px;}
#module_416195415 .main-class-item{border-top-right-radius:0px;}
#module_416195415 .main-class-item{border-bottom-left-radius:0px;}
#module_416195415 .main-class-item{border-bottom-right-radius:0px;}
#module_416195415 .main-class-item{margin-right:5px;} @media (max-width: 767px){#module_416195415 .ItemCount li.col-xs-2 {width: calc((100% - 5px) / 2) !important;}#module_416195415 .ItemCount li.col-xs-3 {width: calc((100% - 5px * 2) / 3) !important;}#module_416195415 .ItemCount li.col-xs-4 {width: calc((100% - 5px * 3) / 4) !important;}#module_416195415 .ItemCount li.col-xs-5 {width: calc((100% - 5px * 4) / 5) !important;}} @media (min-width: 768px){#module_416195415 .ItemCount li.col-lg-2 {width: calc((100% - 5px) / 2) !important;}#module_416195415 .ItemCount li.col-lg-3 {width: calc((100% - 5px * 2) / 3) !important;}#module_416195415 .ItemCount li.col-lg-4 {width: calc((100% - 5px * 3) / 4) !important;}#module_416195415 .ItemCount li.col-lg-5 {width: calc((100% - 5px * 4) / 5) !important;}#module_416195415 .ItemCount li.col-lg-6 {width: calc((100% - 5px * 5) / 6) !important;}#module_416195415 .ItemCount li.col-lg-7 {width: calc((100% - 5px * 6) / 7) !important;}#module_416195415 .ItemCount li.col-lg-8 {width: calc((100% - 5px * 7) / 8) !important;}#module_416195415 .ItemCount li.col-lg-9 {width: calc((100% - 5px * 8) / 9) !important;}#module_416195415 .ItemCount li.col-lg-10 {width: calc((100% - 5px * 9) / 10) !important;}#module_416195415 .ItemCount li.col-lg-11 {width: calc((100% - 5px * 10) / 11) !important;}#module_416195415 .ItemCount li.col-lg-12 {width: calc((100% - 5px * 11) / 12) !important;}}
#module_416195415 .main-class-item{margin-Bottom:px;} 
#module_416195415 .main-class-text{font-size:15px;}
#module_416195415 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416195415 .main-class-text{color:#666;}
#module_416195415 .main-class-text{font-weight:normal;}
#module_416195415 .main-class-text{text-decoration:none;}
#module_416195415 .main-class-text{font-style:normal;}
#module_416195415 .main-class-item{width:100px;width:100;}
#module_416195415 .main-class-text{padding-left:10px;}
#module_416195415 .main-class-text{padding-right:10px}
#module_416195415 .main-class-item:hover{border-top-color:;}
#module_416195415 .main-class-item:hover{border-top-style:;}
#module_416195415 .main-class-item:hover{border-right-color:;}
#module_416195415 .main-class-item:hover{border-right-style:;}
#module_416195415 .main-class-item:hover{border-bottom-color:;}
#module_416195415 .main-class-item:hover{border-bottom-style:;}
#module_416195415 .main-class-item:hover{border-left-color:;}
#module_416195415 .main-class-item:hover{border-left-style:;}
#module_416195415 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_416195415 .main-class-item.active{background-image:none;}
#module_416195415 .main-class-item.active{background-repeat:no-repeat;}
#module_416195415 .main-class-item.active{}
#module_416195415 .main-class-item.active{}
#module_416195415 .main-class-item.active{}
#module_416195415 .main-class-item.active .main-class-text{font-size:15px;}
#module_416195415 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_416195415 .main-class-item.active .main-class-text{color:rgb(199, 0, 11);}
#module_416195415 .main-class-item.active .main-class-text{font-weight:normal;}
#module_416195415 .main-class-item.active .main-class-text{text-decoration:none;}
#module_416195415 .main-class-item.active .main-class-text{font-style:normal;}


.module_418111064 .ModuleHead .HeadCenter{float:none;}
#module_418111064 {
padding:0px;
}
#module_418111064 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_418111064 .ModuleHead418111064 {
display:none;
}
#module_418111064 .BodyCenter.BodyCenter418111064 {
background:none;background-color:rgba(0,0,0,0);
}
#module_418111064 >.module_418111064 {
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_418111064 >.module_418111064{
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_418111064 .BodyCenter.BodyCenter418111064 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418111064 .BodyCenter.BodyCenter418111064 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_418111064 >.module_418111064 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_418111064 >.module_418111064 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_418111064 >.module_418111064 {box-shadow: 0px 0px 0px 0px #ccc}
#module_418111064:hover {
border:none;
}
#module_418111064:hover >.module_418111064 {
border-color:#ccc;
}
#module_418111064:hover >.module_418111064 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_418111064 .one-classify-box{text-align:center;}
#module_418111064 .main-class-item{background-color:transparent;}
#module_418111064 .main-class-item{background-image:none;}
#module_418111064 .main-class-item{background-repeat:no-repeat;}
#module_418111064 .main-class-item{}
#module_418111064 .main-class-item{}
#module_418111064 .main-class-item{}
#module_418111064 .main-class-item{height:50px;}
#module_418111064 .main-class-item{border-top-color:#000;}
#module_418111064 .main-class-item{border-top-style:solid;}
#module_418111064 .main-class-item{border-top-width:0px;}
#module_418111064 .main-class-item{border-right-color:#000;}
#module_418111064 .main-class-item{border-right-style:solid;}
#module_418111064 .main-class-item{border-right-width:0px;}
#module_418111064 .main-class-item{border-bottom-color:#000;}
#module_418111064 .main-class-item{border-bottom-style:solid;}
#module_418111064 .main-class-item{border-bottom-width:0px;}
#module_418111064 .main-class-item{border-left-color:#000;}
#module_418111064 .main-class-item{border-left-style:solid;}
#module_418111064 .main-class-item{border-left-width:0px;}
#module_418111064 .main-class-item{border-top-left-radius:0px;}
#module_418111064 .main-class-item{border-top-right-radius:0px;}
#module_418111064 .main-class-item{border-bottom-left-radius:0px;}
#module_418111064 .main-class-item{border-bottom-right-radius:0px;}
#module_418111064 .main-class-item{margin-right:5px;} @media (max-width: 767px){#module_418111064 .ItemCount li.col-xs-2 {width: calc((100% - 5px) / 2) !important;}#module_418111064 .ItemCount li.col-xs-3 {width: calc((100% - 5px * 2) / 3) !important;}#module_418111064 .ItemCount li.col-xs-4 {width: calc((100% - 5px * 3) / 4) !important;}#module_418111064 .ItemCount li.col-xs-5 {width: calc((100% - 5px * 4) / 5) !important;}} @media (min-width: 768px){#module_418111064 .ItemCount li.col-lg-2 {width: calc((100% - 5px) / 2) !important;}#module_418111064 .ItemCount li.col-lg-3 {width: calc((100% - 5px * 2) / 3) !important;}#module_418111064 .ItemCount li.col-lg-4 {width: calc((100% - 5px * 3) / 4) !important;}#module_418111064 .ItemCount li.col-lg-5 {width: calc((100% - 5px * 4) / 5) !important;}#module_418111064 .ItemCount li.col-lg-6 {width: calc((100% - 5px * 5) / 6) !important;}#module_418111064 .ItemCount li.col-lg-7 {width: calc((100% - 5px * 6) / 7) !important;}#module_418111064 .ItemCount li.col-lg-8 {width: calc((100% - 5px * 7) / 8) !important;}#module_418111064 .ItemCount li.col-lg-9 {width: calc((100% - 5px * 8) / 9) !important;}#module_418111064 .ItemCount li.col-lg-10 {width: calc((100% - 5px * 9) / 10) !important;}#module_418111064 .ItemCount li.col-lg-11 {width: calc((100% - 5px * 10) / 11) !important;}#module_418111064 .ItemCount li.col-lg-12 {width: calc((100% - 5px * 11) / 12) !important;}}
#module_418111064 .main-class-item{margin-Bottom:px;} 
#module_418111064 .main-class-text{font-size:14px;}
#module_418111064 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_418111064 .main-class-text{color:#666;}
#module_418111064 .main-class-text{font-weight:normal;}
#module_418111064 .main-class-text{text-decoration:none;}
#module_418111064 .main-class-text{font-style:normal;}
#module_418111064 .main-class-item{width:autopx;width:auto;}
#module_418111064 .main-class-text{padding-left:10px;}
#module_418111064 .main-class-text{padding-right:10px}
#module_418111064 .main-class-item:hover{border-top-color:;}
#module_418111064 .main-class-item:hover{border-top-style:;}
#module_418111064 .main-class-item:hover{border-right-color:;}
#module_418111064 .main-class-item:hover{border-right-style:;}
#module_418111064 .main-class-item:hover{border-bottom-color:;}
#module_418111064 .main-class-item:hover{border-bottom-style:;}
#module_418111064 .main-class-item:hover{border-left-color:;}
#module_418111064 .main-class-item:hover{border-left-style:;}
#module_418111064 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_418111064 .main-class-item.active{background-image:none;}
#module_418111064 .main-class-item.active{background-repeat:no-repeat;}
#module_418111064 .main-class-item.active{}
#module_418111064 .main-class-item.active{}
#module_418111064 .main-class-item.active{}
#module_418111064 .main-class-item.active .main-class-text{font-size:14px;}
#module_418111064 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_418111064 .main-class-item.active .main-class-text{color:rgb(199, 0, 11);}
#module_418111064 .main-class-item.active .main-class-text{font-weight:normal;}
#module_418111064 .main-class-item.active .main-class-text{text-decoration:none;}
#module_418111064 .main-class-item.active .main-class-text{font-style:normal;}

.feny{ text-align: center; margin-top: 30px; }
.feny a{ display: inline-block; padding: 0 10px; position: relative; font-size: 14px; color: #333; }
.feny a:before{ content: ""; display: block; width: 1px; height: 100%; background: #999; right: -2px; top: 0; position: absolute; }
.feny a.on{ color: rgb(199, 0, 11); }
.feny a:nth-child(1):before,.feny a:nth-last-child(1):before,.feny a:nth-last-child(2):before{ display: none; }
@media screen and (max-width: 767px){
.feny a{ padding: 0 5px; font-size: 12px; }
}

.tishi{ width: 100%; text-align: center; }

.module_416166594 .ModuleHead .HeadCenter{float:none;}
#module_416166594 {
padding:0px;
}
#module_416166594 {
position:static;
z-index:0;
top:164px;
left:1867px;
width:100%;
height: auto;
}
#module_416166594 .ModuleHead416166594 {
display:none;
}
#module_416166594 .BodyCenter.BodyCenter416166594 {
background-color:transparent;
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_416166594 >.module_416166594 {
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_416166594 >.module_416166594{
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_416166594 .BodyCenter.BodyCenter416166594 {
padding-top:13.0753%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:13.0753%;
}
}
@media screen and (max-width: 767px){
#module_416166594 .BodyCenter.BodyCenter416166594 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_416166594 >.module_416166594 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416166594 >.module_416166594 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416166594 >.module_416166594 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416166594:hover {
border:none;
}
#module_416166594:hover >.module_416166594 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416166594 .ModuleSubContainer{background-color:transparent;}
#module_416166594 .ModuleSubContainer{background-image:none;}
#module_416166594 .ModuleSubContainer{background-repeat:no-repeat;}
#module_416166594 .ModuleSubContainer{background-position:0% 0%;}
#module_416166594 .ModuleSubContainer{background-attachment:scroll;}
#module_416166594 .ModuleSubContainer{}
#module_416166594 {!bgVideo!}{bgVideoUrl:}
#module_416166594 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_416166594 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_416166594 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer416166594 {max-width:1600px;width:auto;}
/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {font-size: 14px;}
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden; position: relative;}.module_416166596 .ModuleHead .HeadCenter{float:none;}
#module_416166596 {
padding:0px;
}
#module_416166596 {
position:static;
z-index:0;
top:52px;
left:0px;
width:100%;
height: auto;
}
#module_416166596 .ModuleHead416166596 {
display:none;
}
#module_416166596 .BodyCenter.BodyCenter416166596 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416166596 >.module_416166596 {
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_416166596 >.module_416166596{
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_416166596 .BodyCenter.BodyCenter416166596 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416166596 .BodyCenter.BodyCenter416166596 {
padding-top:14.4092%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:14.4092%;
}
}
@media screen and (min-width: 768px){
#module_416166596 >.module_416166596 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416166596 >.module_416166596 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_416166596 >.module_416166596 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416166596:hover {
border:none;
}
#module_416166596:hover >.module_416166596 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416166596 .ModuleImageTextGiantContent{margin-top:0px;}
#module_416166596 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_416166596 .ModuleImageTextGiantContent{margin-left:0px;}
#module_416166596 .ModuleImageTextGiantContent{margin-right:0px;}
#module_416166596 .imageTextGiant-Container{padding-top:10px;}
#module_416166596 .imageTextGiant-Container{padding-bottom:10px;}
#module_416166596 .imageTextGiant-Container{padding-left:10px;}
#module_416166596 .imageTextGiant-Container{padding-right:10px;}
#module_416166596 .showHandle .btn{font-size:14px;}
#module_416166596 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_416166596 .showHandle .btn{color:#333;}
#module_416166596 .showHandle .btn{font-weight:400;}
#module_416166596 .showHandle .btn{text-decoration:none;}
#module_416166596 .showHandle .btn{font-style:normal;}
#module_416166596 .showHandle div{border-top-color:#ddd !important;}
#module_416166596 .showHandle div{border-top-style:solid !important;}
#module_416166596 .showHandle div{border-top-width:1px !important;}
#module_416166596 .showHandle{background-color:transparent;}
#module_416166596 .showHandle{background-image:none;}
#module_416166596 .showHandle{background-repeat:no-repeat;}
#module_416166596 .showHandle{}
#module_416166596 .showHandle{}
#module_416166596 .showHandle{}
#module_416166596 a{font-size:unset;font-family:unset}
.module_416166595 .ModuleHead .HeadCenter{float:none;}
#module_416166595 {
padding:0px;
}
#module_416166595 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_416166595 .ModuleHead416166595 {
display:none;
}
#module_416166595 .BodyCenter.BodyCenter416166595 {
background:none;background-color:rgba(0,0,0,0);
}
#module_416166595 >.module_416166595 {
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_416166595 >.module_416166595{
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_416166595 .BodyCenter.BodyCenter416166595 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416166595 .BodyCenter.BodyCenter416166595 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_416166595 >.module_416166595 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_416166595 >.module_416166595 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_416166595 >.module_416166595 {box-shadow: 0px 0px 0px 0px #ccc}
#module_416166595:hover {
border:none;
}
#module_416166595:hover >.module_416166595 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_416166595 .ModuleImageTextGiantContent{margin-top:0px;}
#module_416166595 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_416166595 .ModuleImageTextGiantContent{margin-left:0px;}
#module_416166595 .ModuleImageTextGiantContent{margin-right:0px;}
#module_416166595 .imageTextGiant-Container{padding-top:10px;}
#module_416166595 .imageTextGiant-Container{padding-bottom:10px;}
#module_416166595 .imageTextGiant-Container{padding-left:10px;}
#module_416166595 .imageTextGiant-Container{padding-right:10px;}
#module_416166595 .showHandle .btn{font-size:14px;}
#module_416166595 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_416166595 .showHandle .btn{color:#333;}
#module_416166595 .showHandle .btn{font-weight:400;}
#module_416166595 .showHandle .btn{text-decoration:none;}
#module_416166595 .showHandle .btn{font-style:normal;}
#module_416166595 .showHandle div{border-top-color:#ddd !important;}
#module_416166595 .showHandle div{border-top-style:solid !important;}
#module_416166595 .showHandle div{border-top-width:1px !important;}
#module_416166595 .showHandle{background-color:transparent;}
#module_416166595 .showHandle{background-image:none;}
#module_416166595 .showHandle{background-repeat:no-repeat;}
#module_416166595 .showHandle{}
#module_416166595 .showHandle{}
#module_416166595 .showHandle{}
#module_416166595 a{font-size:unset;font-family:unset}

.module_472352621 .ModuleHead .HeadCenter{float:none;}
#module_472352621 {
padding:0px;
}
#module_472352621 {
position:static;
z-index:0;
top:710px;
left:0%;
width:100%;
height: auto;
}
#module_472352621 .ModuleHead472352621 {
display:none;
}
#module_472352621 .BodyCenter.BodyCenter472352621 {
background:none;background-color:rgb(247, 247, 247);
}
#module_472352621 >.module_472352621 {
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_472352621 >.module_472352621{
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_472352621 .BodyCenter.BodyCenter472352621 {
padding-top:1.0460%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_472352621 .BodyCenter.BodyCenter472352621 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_472352621 >.module_472352621 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_472352621 >.module_472352621 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_472352621 >.module_472352621 {box-shadow: 0px 0px 0px 0px #ccc}
#module_472352621:hover {
border:none;
}
#module_472352621:hover >.module_472352621 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_472352621 .ModuleSubContainer{background-color:transparent;}
#module_472352621 .ModuleSubContainer{background-image:none;}
#module_472352621 .ModuleSubContainer{background-repeat:no-repeat;}
#module_472352621 .ModuleSubContainer{background-position:0% 0%;}
#module_472352621 .ModuleSubContainer{background-attachment:scroll;}
#module_472352621 .ModuleSubContainer{}
#module_472352621 {!bgVideo!}{bgVideoUrl:}
#module_472352621 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_472352621 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_472352621 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer472352621 {max-width:1600px;width:auto;}
.module_472352624 .ModuleHead .HeadCenter{float:none;}
#module_472352624 {
padding:0px;
}
#module_472352624 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_472352624 .ModuleHead472352624 {
display:none;
}
#module_472352624 .BodyCenter.BodyCenter472352624 {
background:none;background-color:rgba(0,0,0,0);
}
#module_472352624 >.module_472352624 {
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_472352624 >.module_472352624{
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_472352624 .BodyCenter.BodyCenter472352624 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_472352624 .BodyCenter.BodyCenter472352624 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_472352624 >.module_472352624 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_472352624 >.module_472352624 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_472352624 >.module_472352624 {box-shadow: 0px 0px 0px 0px #ccc}
#module_472352624:hover {
border:none;
}
#module_472352624:hover >.module_472352624 {
border-color:#ccc;
}
#module_472352624:hover >.module_472352624 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_472352624 .one-classify-box{text-align:left;}
#module_472352624 .main-class-item{background-color:transparent;}
#module_472352624 .main-class-item{background-image:none;}
#module_472352624 .main-class-item{background-repeat:no-repeat;}
#module_472352624 .main-class-item{}
#module_472352624 .main-class-item{}
#module_472352624 .main-class-item{}
#module_472352624 .main-class-item{height:60px;}
#module_472352624 .main-class-item{border-top-color:#000;}
#module_472352624 .main-class-item{border-top-style:solid;}
#module_472352624 .main-class-item{border-top-width:0px;}
#module_472352624 .main-class-item{border-right-color:#000;}
#module_472352624 .main-class-item{border-right-style:solid;}
#module_472352624 .main-class-item{border-right-width:0px;}
#module_472352624 .main-class-item{border-bottom-color:#000;}
#module_472352624 .main-class-item{border-bottom-style:solid;}
#module_472352624 .main-class-item{border-bottom-width:0px;}
#module_472352624 .main-class-item{border-left-color:#000;}
#module_472352624 .main-class-item{border-left-style:solid;}
#module_472352624 .main-class-item{border-left-width:0px;}
#module_472352624 .main-class-item{border-top-left-radius:0px;}
#module_472352624 .main-class-item{border-top-right-radius:0px;}
#module_472352624 .main-class-item{border-bottom-left-radius:0px;}
#module_472352624 .main-class-item{border-bottom-right-radius:0px;}
#module_472352624 .main-class-item{margin-right:9px;} @media (max-width: 767px){#module_472352624 .ItemCount li.col-xs-2 {width: calc((100% - 9px) / 2) !important;}#module_472352624 .ItemCount li.col-xs-3 {width: calc((100% - 9px * 2) / 3) !important;}#module_472352624 .ItemCount li.col-xs-4 {width: calc((100% - 9px * 3) / 4) !important;}#module_472352624 .ItemCount li.col-xs-5 {width: calc((100% - 9px * 4) / 5) !important;}} @media (min-width: 768px){#module_472352624 .ItemCount li.col-lg-2 {width: calc((100% - 9px) / 2) !important;}#module_472352624 .ItemCount li.col-lg-3 {width: calc((100% - 9px * 2) / 3) !important;}#module_472352624 .ItemCount li.col-lg-4 {width: calc((100% - 9px * 3) / 4) !important;}#module_472352624 .ItemCount li.col-lg-5 {width: calc((100% - 9px * 4) / 5) !important;}#module_472352624 .ItemCount li.col-lg-6 {width: calc((100% - 9px * 5) / 6) !important;}#module_472352624 .ItemCount li.col-lg-7 {width: calc((100% - 9px * 6) / 7) !important;}#module_472352624 .ItemCount li.col-lg-8 {width: calc((100% - 9px * 7) / 8) !important;}#module_472352624 .ItemCount li.col-lg-9 {width: calc((100% - 9px * 8) / 9) !important;}#module_472352624 .ItemCount li.col-lg-10 {width: calc((100% - 9px * 9) / 10) !important;}#module_472352624 .ItemCount li.col-lg-11 {width: calc((100% - 9px * 10) / 11) !important;}#module_472352624 .ItemCount li.col-lg-12 {width: calc((100% - 9px * 11) / 12) !important;}}
#module_472352624 .main-class-item{margin-Bottom:5px;} 
#module_472352624 .main-class-text{font-size:15px;}
#module_472352624 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_472352624 .main-class-text{color:rgb(63, 63, 63);}
#module_472352624 .main-class-text{font-weight:normal;}
#module_472352624 .main-class-text{text-decoration:none;}
#module_472352624 .main-class-text{font-style:normal;}
#module_472352624 .main-class-item{width:autopx;width:auto;}
#module_472352624 .main-class-text{padding-left:10px;}
#module_472352624 .main-class-text{padding-right:10px}
#module_472352624 .main-class-item:hover{border-top-color:transparent;}
#module_472352624 .main-class-item:hover{border-top-style:solid;}
#module_472352624 .main-class-item:hover{border-right-color:transparent;}
#module_472352624 .main-class-item:hover{border-right-style:solid;}
#module_472352624 .main-class-item:hover{border-bottom-color:transparent;}
#module_472352624 .main-class-item:hover{border-bottom-style:solid;}
#module_472352624 .main-class-item:hover{border-left-color:transparent;}
#module_472352624 .main-class-item:hover{border-left-style:solid;}
#module_472352624 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_472352624 .main-class-item.active{background-image:none;}
#module_472352624 .main-class-item.active{background-repeat:no-repeat;}
#module_472352624 .main-class-item.active{}
#module_472352624 .main-class-item.active{}
#module_472352624 .main-class-item.active{}
#module_472352624 .main-class-item.active .main-class-text{font-size:15px;}
#module_472352624 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_472352624 .main-class-item.active .main-class-text{color:rgb(192, 0, 0);}
#module_472352624 .main-class-item.active .main-class-text{font-weight:normal;}
#module_472352624 .main-class-item.active .main-class-text{text-decoration:none;}
#module_472352624 .main-class-item.active .main-class-text{font-style:normal;}


.module_472352622 .ModuleHead .HeadCenter{float:none;}
#module_472352622 {
padding:0px;
}
#module_472352622 {
position:static;
z-index:0;
top:822px;
left:242px;
width:100%;
height: auto;
}
#module_472352622 .ModuleHead472352622 {
display:none;
}
#module_472352622 .BodyCenter.BodyCenter472352622 {
background:none;background-color:rgba(0,0,0,0);
}
#module_472352622 >.module_472352622 {
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_472352622 >.module_472352622{
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_472352622 .BodyCenter.BodyCenter472352622 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_472352622 .BodyCenter.BodyCenter472352622 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_472352622 >.module_472352622 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_472352622 >.module_472352622 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_472352622 >.module_472352622 {box-shadow: 0px 0px 0px 0px #ccc}
#module_472352622:hover {
border:none;
}
#module_472352622:hover >.module_472352622 {
border-color:#ccc;
}
#module_472352622:hover >.module_472352622 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_472352622 .one-classify-box{text-align:center;}
#module_472352622 .main-class-item{background-color:transparent;}
#module_472352622 .main-class-item{background-image:none;}
#module_472352622 .main-class-item{background-repeat:no-repeat;}
#module_472352622 .main-class-item{}
#module_472352622 .main-class-item{}
#module_472352622 .main-class-item{}
#module_472352622 .main-class-item{height:60px;}
#module_472352622 .main-class-item{border-top-color:#000;}
#module_472352622 .main-class-item{border-top-style:solid;}
#module_472352622 .main-class-item{border-top-width:0px;}
#module_472352622 .main-class-item{border-right-color:#000;}
#module_472352622 .main-class-item{border-right-style:solid;}
#module_472352622 .main-class-item{border-right-width:0px;}
#module_472352622 .main-class-item{border-bottom-color:#000;}
#module_472352622 .main-class-item{border-bottom-style:solid;}
#module_472352622 .main-class-item{border-bottom-width:0px;}
#module_472352622 .main-class-item{border-left-color:#000;}
#module_472352622 .main-class-item{border-left-style:solid;}
#module_472352622 .main-class-item{border-left-width:0px;}
#module_472352622 .main-class-item{border-top-left-radius:0px;}
#module_472352622 .main-class-item{border-top-right-radius:0px;}
#module_472352622 .main-class-item{border-bottom-left-radius:0px;}
#module_472352622 .main-class-item{border-bottom-right-radius:0px;}
#module_472352622 .main-class-item{margin-right:-1px;} @media (max-width: 767px){#module_472352622 .ItemCount li.col-xs-2 {width: calc((100% - -1px) / 2) !important;}#module_472352622 .ItemCount li.col-xs-3 {width: calc((100% - -1px * 2) / 3) !important;}#module_472352622 .ItemCount li.col-xs-4 {width: calc((100% - -1px * 3) / 4) !important;}#module_472352622 .ItemCount li.col-xs-5 {width: calc((100% - -1px * 4) / 5) !important;}} @media (min-width: 768px){#module_472352622 .ItemCount li.col-lg-2 {width: calc((100% - -1px) / 2) !important;}#module_472352622 .ItemCount li.col-lg-3 {width: calc((100% - -1px * 2) / 3) !important;}#module_472352622 .ItemCount li.col-lg-4 {width: calc((100% - -1px * 3) / 4) !important;}#module_472352622 .ItemCount li.col-lg-5 {width: calc((100% - -1px * 4) / 5) !important;}#module_472352622 .ItemCount li.col-lg-6 {width: calc((100% - -1px * 5) / 6) !important;}#module_472352622 .ItemCount li.col-lg-7 {width: calc((100% - -1px * 6) / 7) !important;}#module_472352622 .ItemCount li.col-lg-8 {width: calc((100% - -1px * 7) / 8) !important;}#module_472352622 .ItemCount li.col-lg-9 {width: calc((100% - -1px * 8) / 9) !important;}#module_472352622 .ItemCount li.col-lg-10 {width: calc((100% - -1px * 9) / 10) !important;}#module_472352622 .ItemCount li.col-lg-11 {width: calc((100% - -1px * 10) / 11) !important;}#module_472352622 .ItemCount li.col-lg-12 {width: calc((100% - -1px * 11) / 12) !important;}}
#module_472352622 .main-class-item{margin-Bottom:5px;} 
#module_472352622 .main-class-text{font-size:14px;}
#module_472352622 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_472352622 .main-class-text{color:rgb(63, 63, 63);}
#module_472352622 .main-class-text{font-weight:normal;}
#module_472352622 .main-class-text{text-decoration:none;}
#module_472352622 .main-class-text{font-style:normal;}
#module_472352622 .main-class-item{width:autopx;width:auto;}
#module_472352622 .main-class-text{padding-left:0px;}
#module_472352622 .main-class-text{padding-right:0px}
#module_472352622 .main-class-item:hover{border-top-color:transparent;}
#module_472352622 .main-class-item:hover{border-top-style:solid;}
#module_472352622 .main-class-item:hover{border-right-color:transparent;}
#module_472352622 .main-class-item:hover{border-right-style:solid;}
#module_472352622 .main-class-item:hover{border-bottom-color:transparent;}
#module_472352622 .main-class-item:hover{border-bottom-style:solid;}
#module_472352622 .main-class-item:hover{border-left-color:transparent;}
#module_472352622 .main-class-item:hover{border-left-style:solid;}
#module_472352622 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_472352622 .main-class-item.active{background-image:none;}
#module_472352622 .main-class-item.active{background-repeat:no-repeat;}
#module_472352622 .main-class-item.active{}
#module_472352622 .main-class-item.active{}
#module_472352622 .main-class-item.active{}
#module_472352622 .main-class-item.active .main-class-text{font-size:14px;}
#module_472352622 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_472352622 .main-class-item.active .main-class-text{color:rgb(192, 0, 0);}
#module_472352622 .main-class-item.active .main-class-text{font-weight:normal;}
#module_472352622 .main-class-item.active .main-class-text{text-decoration:none;}
#module_472352622 .main-class-item.active .main-class-text{font-style:normal;}


.module_472352623 .ModuleHead .HeadCenter{float:none;}
#module_472352623 {
padding:0px;
}
#module_472352623 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_472352623 .ModuleHead472352623 {
display:none;
}
#module_472352623 .BodyCenter.BodyCenter472352623 {
background:none;background-color:rgba(0,0,0,0);
}
#module_472352623 >.module_472352623 {
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_472352623 >.module_472352623{
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_472352623 .BodyCenter.BodyCenter472352623 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_472352623 .BodyCenter.BodyCenter472352623 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_472352623 >.module_472352623 {
margin-top:0.5997%;
margin-left:37.4813%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_472352623 >.module_472352623 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_472352623 >.module_472352623 {box-shadow: 0px 0px 0px 0px #ccc}
#module_472352623:hover {
border:none;
}
#module_472352623:hover >.module_472352623 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_472352623 .search-item .searchBtnPanel,#module_472352623 .search-item .searchInputPanel,#module_472352623 .bootstrap-select .btn,#module_472352623 .search-item .searchTypePanel, #module_472352623 .search-item .searchBtnPanel{height:50px;line-height:calc(50px - 11px)};
#module_472352623 .search-item{}
#module_472352623 .search-item{background-repeat:no-repeat;}
#module_472352623 .search-item{}
#module_472352623 .search-item{}
#module_472352623 .search-item{border-top-color:#000000;}
#module_472352623 .search-item{border-top-style:solid;}
#module_472352623 .search-item{border-top-width:0px;}
#module_472352623 .search-item{border-right-color:#000000;}
#module_472352623 .search-item{border-right-style:solid;}
#module_472352623 .search-item{border-right-width:0px;}
#module_472352623 .search-item{border-bottom-color:#000000;}
#module_472352623 .search-item{border-bottom-style:solid;}
#module_472352623 .search-item{border-bottom-width:0px;}
#module_472352623 .search-item{border-left-color:#000000;}
#module_472352623 .search-item{border-left-style:solid;}
#module_472352623 .search-item{border-left-width:0px;}
#module_472352623 .search-item .bootstrap-select .btn ,#module_472352623 .search-item .ModuleSearchInput {background-color:rgb(255, 255, 255);}
#module_472352623 .search-item .bootstrap-select .btn ,#module_472352623 .search-item .ModuleSearchInput{}
#module_472352623 .search-item .ModuleSearchInput::placeholder,#module_472352623 .search-item .ModuleSearchInput{font-size:14px;}
#module_472352623 .search-item .bootstrap-select .btn ,#module_472352623  .search-item .ModuleSearchInput::placeholder,#module_472352623 .search-item .ModuleSearchInput{font-family:微软雅黑,Microsoft YaHei;}
#module_472352623 .search-item .bootstrap-select .btn , #module_472352623 .search-item .searchIcon,#module_472352623  .search-item .ModuleSearchInput::placeholder,#module_472352623 .search-item .ModuleSearchInput{color:rgb(127, 127, 127);}
#module_472352623 .search-item .bootstrap-select .btn ,#module_472352623  .search-item .ModuleSearchInput::placeholder,#module_472352623 .search-item .ModuleSearchInput{font-weight:normal;}
#module_472352623 .search-item .bootstrap-select .btn ,#module_472352623  .search-item .ModuleSearchInput::placeholder,#module_472352623 .search-item .ModuleSearchInput{text-decoration:none;}
#module_472352623 .search-item .searchBtnPanel .searchIcon .icon-sousuo1{font-size:22px;}
#module_472352623 .search-item .searchBtnPanel .searchIcon .icon-sousuo1{font-family:微软雅黑,Microsoft YaHei;}
#module_472352623 .search-item .searchBtnPanel .searchIcon .icon-sousuo1{color:#999;}
#module_472352623 .search-item .searchBtnPanel .searchIcon .icon-sousuo1{font-weight:normal;}
#module_472352623 .search-item .searchBtnPanel .searchIcon .icon-sousuo1{text-decoration:none;}
#module_472352623 .search-item .searchBtnPanel .searchIcon .icon-sousuo1{font-style:normal;}
#module_472352623 .search-item .searchBtnPanel{background-color:#fff;}
#module_472352623 .search-item .searchBtnPanel{background-image:none;}
#module_472352623 .search-item .searchBtnPanel{background-repeat:no-repeat;}
#module_472352623 .search-item .searchBtnPanel{}
#module_472352623 .search-item .searchBtnPanel{}
#module_472352623 .search-item .searchBtnPanel{}
#module_472352623 .search-hot ul li{border-top-color:#e3e3e3;}
#module_472352623 .search-hot ul li{border-top-style:solid;}
#module_472352623 .search-hot ul li{border-top-width:0px;}
#module_472352623 .search-hot ul li{border-right-color:#e3e3e3;}
#module_472352623 .search-hot ul li{border-right-style:solid;}
#module_472352623 .search-hot ul li{border-right-width:1px;}
#module_472352623 .search-hot ul li{border-bottom-color:#e3e3e3;}
#module_472352623 .search-hot ul li{border-bottom-style:solid;}
#module_472352623 .search-hot ul li{border-bottom-width:0px;}
#module_472352623 .search-hot ul li{border-left-color:#e3e3e3;}
#module_472352623 .search-hot ul li{border-left-style:solid;}
#module_472352623 .search-hot ul li{border-left-width:0px;}
#module_472352623 .search-hot ul li a{font-size:12px;}
#module_472352623 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_472352623 .search-hot ul li a{color:#666;}
#module_472352623 .search-hot ul li a{font-weight:normal;}
#module_472352623 .search-hot ul li a{text-decoration:none;}
#module_472352623 .search-hot ul li a{font-style:normal;}
#module_472352623 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-size:22px;}
#module_472352623 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-family:微软雅黑,Microsoft YaHei;}
#module_472352623 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{color:rgb(192, 0, 0);}
#module_472352623 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-weight:normal;}
#module_472352623 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{text-decoration:none;}
#module_472352623 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-style:normal;}
#module_472352623 .search-hot ul li:hover a{font-size:12px;}
#module_472352623 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_472352623 .search-hot ul li:hover a{color:#333;}
#module_472352623 .search-hot ul li:hover a{font-weight:normal;}
#module_472352623 .search-hot ul li:hover a{text-decoration:none;}
#module_472352623 .search-hot ul li:hover a{font-style:normal;}

.inphone{ position: absolute; right: 135px; top: 50%; padding-left: 45px; margin-top: -35px; }
.inphone i{ position: absolute; left: 0; top: 50%; margin-top: -17px; display: block; width: 34px; height: 34px; line-height: 30px; border: 2px solid rgb(199, 0, 11); font-size: 18px; color: rgb(199, 0, 11); border-radius: 50%; text-align: center; }
.inphone .stit{ font-size: 14px; color: #666； }
.inphone .sz{ font-size: 22px; font-weight: bold; color: rgb(199, 0, 11); line-height: 25px; }