/*read from redis*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

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

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

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

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

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

.turn{
	animation:turn 1s linear ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

#module_360979792 .animated-circles.animated .c-1,#module_360979792 .animated-circles.animated .c-2,#module_360979792 .animated-circles.animated.c-3{opacity: 0.25; background-color:#f10215;} #module_360979792 .animated-circles2:after{background-image:linear-gradient(to bottom, #f10215, #f10215)}
#module_360979792 .online-service-nav .head{background-color:#FFFFFF;}
#module_360979792 .online-service{border-width:0px;}
#module_360979792 .online-service{border-style:;}
#module_360979792 .online-service{border-color:;}
#module_360979792 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_360979792 .online-service-content{background-color:#fff;}
#module_360979792 .online-service-content{border-top-left-radius:20px;}
#module_360979792 .online-service-content{border-bottom-left-radius:20px;}
#module_360979792 .online-service-content{border-bottom-right-radius:20px;}
#module_360979792 .online-service-content{border-top-right-radius:20px;}
#module_360979792 .online-service-content-tab .content-tab{background-color:transparent;}
#module_360979792 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_360979792 .content-close::after{border-width:1px;}
#module_360979792 .content-close::after{border-style:solid;}
#module_360979792 .content-close::after{border-color:#eeeeee;}
#module_360979792 .content-close span{background-color:#999999;}
#module_360979792 .online-service-top{background-color:#ffffff;}
#module_360979792 .online-service-top .iconfont{color:#8F011D;}
#module_360979792 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_360979792 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_360979792 .online-service:hover{border-width:0px;}
#module_360979792 .online-service:hover{border-style:;}
#module_360979792 .online-service:hover{border-color:;}
#module_360979792 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_360979792 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_360979792 .online-service:hover .online-service-hint{background-color:#8F011D;}
#module_360979792 .online-service-content-tab .content-tabh:hover{background-color:#8F011D;}
#module_360979792 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_360979792 .content-close:hover span{background-color:#999999;}
#module_360979792 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_360979792 .online-service-top:hover{background-color:#ffffff;}
#module_360979792 .online-service-top:hover .iconfont{color:#e50b1c;}
#module_360979792 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:736px}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

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

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

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

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_360963983 .ModuleHead .HeadCenter{float:none;}
#module_360963983 {
padding:0px;
}
#module_360963983 {
position:static;
z-index:999;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_360963983 .ModuleHead360963983 {
display:none;
}
#module_360963983 .BodyCenter.BodyCenter360963983 {
background:none;background-color:rgba(12, 12, 12, 0.95);
}
#module_360963983 >.module_360963983 {
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_360963983 >.module_360963983{
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_360963983 .BodyCenter.BodyCenter360963983 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360963983 .BodyCenter.BodyCenter360963983 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360963983 >.module_360963983 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360963983 >.module_360963983 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360963983 >.module_360963983 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360963983:hover {
border:none;
}
#module_360963983:hover >.module_360963983 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360963983 .ModuleSubContainer{background-color:transparent;}
#module_360963983 .ModuleSubContainer{background-image:none;}
#module_360963983 .ModuleSubContainer{background-repeat:no-repeat;}
#module_360963983 .ModuleSubContainer{background-position:0% 0%;}
#module_360963983 .ModuleSubContainer{background-attachment:scroll;}
#module_360963983 .ModuleSubContainer{}
#module_360963983 {!bgVideo!}{bgVideoUrl:none}
#module_360963983 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_360963983 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_360963983 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer360963983 {max-width:none;width:100%;}
/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {font-size: 14px;}
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_360965559 .ModuleHead .HeadCenter{float:none;}
#module_360965559 {
padding:0px;
}
#module_360965559 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360965559 .ModuleHead360965559 {
display:none;
}
#module_360965559 .BodyCenter.BodyCenter360965559 {
background:none;background-color:#8F011D;
}
#module_360965559 >.module_360965559 {
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_360965559 >.module_360965559{
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_360965559 .BodyCenter.BodyCenter360965559 {
padding-top:4.7022%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.1348%;
}
}
@media screen and (max-width: 767px){
#module_360965559 .BodyCenter.BodyCenter360965559 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360965559 >.module_360965559 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360965559 >.module_360965559 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360965559 >.module_360965559 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360965559:hover {
border:none;
}
#module_360965559:hover >.module_360965559 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360965559 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360965559 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360965559 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360965559 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360965559 .imageTextGiant-Container{padding-top:10px;}
#module_360965559 .imageTextGiant-Container{padding-bottom:10px;}
#module_360965559 .imageTextGiant-Container{padding-left:10px;}
#module_360965559 .imageTextGiant-Container{padding-right:10px;}
#module_360965559 .showHandle .btn{font-size:14px;}
#module_360965559 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360965559 .showHandle .btn{color:#333;}
#module_360965559 .showHandle .btn{font-weight:400;}
#module_360965559 .showHandle .btn{text-decoration:none;}
#module_360965559 .showHandle .btn{font-style:normal;}
#module_360965559 .showHandle div{border-top-color:#ddd !important;}
#module_360965559 .showHandle div{border-top-style:solid !important;}
#module_360965559 .showHandle div{border-top-width:1px !important;}
#module_360965559 .showHandle{background-color:transparent;}
#module_360965559 .showHandle{background-image:none;}
#module_360965559 .showHandle{background-repeat:no-repeat;}
#module_360965559 .showHandle{}
#module_360965559 .showHandle{}
#module_360965559 .showHandle{}
#module_360965559 a{font-size:unset;font-family:unset}
.ModuleNavGiant.layout-102 .main-nav-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; 
  -o-transition: all 0.3s;
  line-height: 0;
  overflow: hidden;
}
.ModuleNavGiant.layout-102 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-102 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-102 .moveMenuRight, .ModuleNavGiant.layout-102 .moveMenuLeft{
   display: inline-block;
   width: 36px;
   height: 36px;
   line-height: 36px;
   font-size: 16px;
   color:#666;
   text-align: center;
   border:1px solid rgba(0,0,0,.1);
   border-radius: 5px;
   cursor: pointer;
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

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

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

#module_360965586 .main-nav-item{height:100px;line-height:100px} #module_360965586 .main-nav-content{height:100px;}
#module_360965586 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_360965586 .main-nav-content{background-image:none;}
#module_360965586 .main-nav-content{background-repeat:no-repeat;}
#module_360965586 .main-nav-content{}
#module_360965586 .main-nav-content{}
#module_360965586 .main-nav-content{}
#module_360965586 .main-nav-content, #module_360965586 .verticalMenu .main-nav-item-group{text-align:right;}
#module_360965586 .main-nav-item{font-size:16px;}
#module_360965586 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_360965586 .main-nav-item{color:rgb(255, 255, 255);}
#module_360965586 .main-nav-item{font-weight:normal;}
#module_360965586 .main-nav-item{text-decoration:none;}
#module_360965586 .main-nav-item{font-style:normal;}
#module_360965586 .main-nav-item{background-color:transparent;}
#module_360965586 .main-nav-item{background-image:none;}
#module_360965586 .main-nav-item{background-repeat:no-repeat;}
#module_360965586 .main-nav-item{}
#module_360965586 .main-nav-item{}
#module_360965586 .main-nav-item{}
#module_360965586 .main-nav-item{width:auto;}
#module_360965586 .main-nav-item{padding-left:36px;padding-right:36px;} #module_360965586 .verticalMenu .main-nav-item-group{margin-bottom:36px;}
#module_360965586 .sub-nav-item-group{border-top-color:#333;}
#module_360965586 .sub-nav-item-group{border-top-style:solid;}
#module_360965586 .sub-nav-item-group{border-top-width:2px;}
#module_360965586 .sub-nav-item-group{border-right-color:transparent;}
#module_360965586 .sub-nav-item-group{border-right-style:none;}
#module_360965586 .sub-nav-item-group{border-right-width:0px;}
#module_360965586 .sub-nav-item-group{border-bottom-color:transparent;}
#module_360965586 .sub-nav-item-group{border-bottom-style:none;}
#module_360965586 .sub-nav-item-group{border-bottom-width:0px;}
#module_360965586 .sub-nav-item-group{border-left-color:transparent;}
#module_360965586 .sub-nav-item-group{border-left-style:none;}
#module_360965586 .sub-nav-item-group{border-left-width:0px;}
#module_360965586 .sub-nav-item-group{width:192px;}
#module_360965586 .sub-nav-item{height:40px;line-height:40px}
#module_360965586 .sub-nav-item{font-size:12px;}
#module_360965586 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_360965586 .sub-nav-item{color:#000;}
#module_360965586 .sub-nav-item{font-weight:normal;}
#module_360965586 .sub-nav-item{text-decoration:none;}
#module_360965586 .sub-nav-item{font-style:normal;}
#module_360965586 .sub-nav-item{background-color:#fff;}
#module_360965586 .sub-nav-item{background-image:none;}
#module_360965586 .sub-nav-item{background-repeat:no-repeat;}
#module_360965586 .sub-nav-item{}
#module_360965586 .sub-nav-item{}
#module_360965586 .sub-nav-item{}
#module_360965586 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_360965586 .sub-nav-item{border-bottom-style:solid;}
#module_360965586 .sub-nav-item{border-bottom-width:1px;}
#module_360965586 .sub-nav-item{margin-top:0px;}
#module_360965586 .main-nav-item-hover{font-size:16px;}
#module_360965586 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360965586 .main-nav-item-hover{color:rgb(255, 255, 255);}
#module_360965586 .main-nav-item-hover{font-weight:normal;}
#module_360965586 .main-nav-item-hover{text-decoration:none;}
#module_360965586 .main-nav-item-hover{font-style:normal;}
#module_360965586 .main-nav-item-hover{background-color:transparent;}
#module_360965586 .main-nav-item-hover{background-image:none;}
#module_360965586 .main-nav-item-hover{background-repeat:no-repeat;}
#module_360965586 .main-nav-item-hover{}
#module_360965586 .main-nav-item-hover{}
#module_360965586 .main-nav-item-hover{}
#module_360965586 .main-nav-item-hover::before,#module_360965586 .main-nav-item::before{border-bottom-color:#8F011D;}
#module_360965586 .main-nav-item-hover::before{border-bottom-style:solid;}
#module_360965586 .main-nav-item-hover::before{border-bottom-width:3px;}
#module_360965586 .sub-nav-item:hover{font-size:12px;}
#module_360965586 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360965586 .sub-nav-item:hover{color:#000;}
#module_360965586 .sub-nav-item:hover{font-weight:normal;}
#module_360965586 .sub-nav-item:hover{text-decoration:none;}
#module_360965586 .sub-nav-item:hover{font-style:normal;}
#module_360965586 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_360965586 .sub-nav-item:hover{background-image:none;}
#module_360965586 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_360965586 .sub-nav-item:hover{}
#module_360965586 .sub-nav-item:hover{}
#module_360965586 .sub-nav-item:hover{}


.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

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

#module_361067131 img{border-top-color:transparent;}
#module_361067131 img{border-top-style:none;}
#module_361067131 img{border-top-width:0px;}
#module_361067131 img{border-right-color:transparent;}
#module_361067131 img{border-right-style:none;}
#module_361067131 img{border-right-width:0px;}
#module_361067131 img{border-bottom-color:transparent;}
#module_361067131 img{border-bottom-style:none;}
#module_361067131 img{border-bottom-width:0px;}
#module_361067131 img{border-left-color:transparent;}
#module_361067131 img{border-left-style:none;}
#module_361067131 img{border-left-width:0px;}
#module_361067131 img{border-top-left-radius:0px;}
#module_361067131 img{border-top-right-radius:0px;}
#module_361067131 img{border-bottom-left-radius:0px;}
#module_361067131 img{border-bottom-right-radius:0px;}
#module_361067131 .BodyCenter{text-align: center;}
.module_360964146 .ModuleHead .HeadCenter{float:none;}
#module_360964146 {
padding:0px;
}
#module_360964146 {
position:static;
z-index:0;
top:359px;
left:348px;
width:100%;
height: auto;
}
#module_360964146 .ModuleHead360964146 {
display:none;
}
#module_360964146 .BodyCenter.BodyCenter360964146 {
background:none;background-color:rgb(242, 242, 242);
}
#module_360964146 >.module_360964146 {
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_360964146 >.module_360964146{
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_360964146 .BodyCenter.BodyCenter360964146 {
padding-top:3.2068%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.3447%;
}
}
@media screen and (max-width: 767px){
#module_360964146 .BodyCenter.BodyCenter360964146 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_360964146 >.module_360964146 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964146 >.module_360964146 {
margin-top:0.0000%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:0.0000%;
}
}
#module_360964146 >.module_360964146 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964146:hover {
border:none;
}
#module_360964146:hover >.module_360964146 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964146 .ModuleSubContainer{background-color:transparent;}
#module_360964146 .ModuleSubContainer{background-image:none;}
#module_360964146 .ModuleSubContainer{background-repeat:no-repeat;}
#module_360964146 .ModuleSubContainer{background-position:0% 0%;}
#module_360964146 .ModuleSubContainer{background-attachment:scroll;}
#module_360964146 .ModuleSubContainer{}
#module_360964146 {!bgVideo!}{bgVideoUrl:none}
#module_360964146 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_360964146 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_360964146 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer360964146 {max-width:1400px;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{white-space:nowrap; 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_360964150 .ModuleHead .HeadCenter{float:none;}
#module_360964150 {
padding:0px;
}
#module_360964150 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_360964150 .ModuleHead360964150 {
display:none;
}
#module_360964150 .BodyCenter.BodyCenter360964150 {
background:none;background-color:rgb(255, 255, 255);
}
#module_360964150 >.module_360964150 {
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:rgb(242, 242, 242);
border-bottom-width:1px;
}
#module_360964150 >.module_360964150{
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_360964150 .BodyCenter.BodyCenter360964150 {
padding-top:0.4167%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.4167%;
}
}
@media screen and (max-width: 767px){
#module_360964150 .BodyCenter.BodyCenter360964150 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964150 >.module_360964150 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.9048%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964150 >.module_360964150 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964150 >.module_360964150 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964150:hover {
border:none;
}
#module_360964150:hover >.module_360964150 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964150 .BreadIcon{font-size:16px;} #module_360964150 .BreadsvgIcon svg{width:16px;height:16px;}
#module_360964150 .BreadIcon{color:#666;} #module_360964150 .BreadsvgIcon svg>*{fill:#666;}
#module_360964150 .BreadIcon,#module_360964150 .BreadsvgIcon{margin-left:0px;}
#module_360964150 .BreadIcon,#module_360964150 .BreadsvgIcon{margin-right:10px;}
#module_360964150 .bcs-item,#module_360964150 .bcs-item a{font-size:12px;}
#module_360964150 .bcs-item,#module_360964150 .bcs-item a{font-family:微软雅黑,Microsoft YaHei;}
#module_360964150 .bcs-item,#module_360964150 .bcs-item a{color:#333;}
#module_360964150 .bcs-item,#module_360964150 .bcs-item a{font-weight:normal;}
#module_360964150 .bcs-item,#module_360964150 .bcs-item a{text-decoration:none;}
#module_360964150 .bcs-item,#module_360964150 .bcs-item a{font-style:normal;}
#module_360964150 .breadcrumb{text-align:left;}
#module_360964150 .breadcrumb .separator{margin-left:10px;margin-right:10px;}
#module_360964150 .breadcrumb .separator{font-size:12px;}
#module_360964150 .breadcrumb .separator{font-family:微软雅黑,Microsoft YaHei;}
#module_360964150 .breadcrumb .separator{color:#333;}
#module_360964150 .breadcrumb .separator{font-weight:normal;}
#module_360964150 .breadcrumb .separator{text-decoration:none;}
#module_360964150 .breadcrumb .separator{font-style:normal;}
#module_360964150 .breadcrumb:hover .BreadIcon{color:#666} #module_360964150 .breadcrumb:hover .BreadsvgIcon svg>*{fill:#666;}
#module_360964150 .bcs-item:hover,#module_360964150 .bcs-item a:hover{font-size:12px;}
#module_360964150 .bcs-item:hover,#module_360964150 .bcs-item a:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360964150 .bcs-item:hover,#module_360964150 .bcs-item a:hover{color:#333;}
#module_360964150 .bcs-item:hover,#module_360964150 .bcs-item a:hover{font-weight:normal;}
#module_360964150 .bcs-item:hover,#module_360964150 .bcs-item a:hover{text-decoration:none;}
#module_360964150 .bcs-item:hover,#module_360964150 .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;}
.ModuleCommonClsGiant.layout-105 .main-class-text{
  text-align: center;
  font-size:12px;width:100%;padding: 0 10px;color:#666;overflow: hidden;
  /*display: inline-block;vertical-align:top;;line-height: 38px;*/}

.ModuleCommonClsGiant.layout-105 .main-class-item.active{background: #303135}
.ModuleCommonClsGiant.layout-105 .main-class-item.active .main-class-text{color:#fff;}

@media (max-width: 767px) {
  .ModuleCommonClsGiant.layout-105 .main-class-text {
    font-size: 12px;
    line-height: 30px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    padding: 0 5px;
  } 
}.module_360964161 .ModuleHead .HeadCenter{float:none;}
#module_360964161 {
padding:0px;
}
#module_360964161 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_360964161 .ModuleHead360964161 {
display:none;
}
#module_360964161 .BodyCenter.BodyCenter360964161 {
background:none;background-color:rgb(255, 255, 255);
}
#module_360964161 >.module_360964161 {
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_360964161 >.module_360964161{
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_360964161 .BodyCenter.BodyCenter360964161 {
padding-top:1.9048%;
padding-left:1.9048%;
padding-right:0.0000%;
padding-bottom:1.9048%;
}
}
@media screen and (max-width: 767px){
#module_360964161 .BodyCenter.BodyCenter360964161 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.0581%;
}
}
@media screen and (min-width: 768px){
#module_360964161 >.module_360964161 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.9048%;
margin-bottom:0.9524%;
}
}
@media screen and (max-width: 767px){
#module_360964161 >.module_360964161 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_360964161 >.module_360964161 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964161:hover {
border:none;
}
#module_360964161:hover >.module_360964161 {
border-color:#ccc;
}
#module_360964161:hover >.module_360964161 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964161 .one-classify-box{text-align:left;}
#module_360964161 .main-class-item{background-color:rgb(255, 255, 255);}
#module_360964161 .main-class-item{background-image:none;}
#module_360964161 .main-class-item{background-repeat:no-repeat;}
#module_360964161 .main-class-item{}
#module_360964161 .main-class-item{}
#module_360964161 .main-class-item{}
#module_360964161 .main-class-item{height:50px;}
#module_360964161 .main-class-item{border-top-color:rgb(216, 216, 216);}
#module_360964161 .main-class-item{border-top-style:solid;}
#module_360964161 .main-class-item{border-top-width:1px;}
#module_360964161 .main-class-item{border-right-color:rgb(216, 216, 216);}
#module_360964161 .main-class-item{border-right-style:solid;}
#module_360964161 .main-class-item{border-right-width:1px;}
#module_360964161 .main-class-item{border-bottom-color:rgb(216, 216, 216);}
#module_360964161 .main-class-item{border-bottom-style:solid;}
#module_360964161 .main-class-item{border-bottom-width:1px;}
#module_360964161 .main-class-item{border-left-color:rgb(216, 216, 216);}
#module_360964161 .main-class-item{border-left-style:solid;}
#module_360964161 .main-class-item{border-left-width:1px;}
#module_360964161 .main-class-item{border-top-left-radius:0px;}
#module_360964161 .main-class-item{border-top-right-radius:0px;}
#module_360964161 .main-class-item{border-bottom-left-radius:0px;}
#module_360964161 .main-class-item{border-bottom-right-radius:0px;}
#module_360964161 .main-class-item{margin-right:10px;}
#module_360964161 .main-class-text{font-size:14px;}
#module_360964161 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_360964161 .main-class-text{color:rgb(127, 127, 127);}
#module_360964161 .main-class-text{font-weight:normal;}
#module_360964161 .main-class-text{text-decoration:none;}
#module_360964161 .main-class-text{font-style:normal;}
#module_360964161 .main-class-item{width:130px;}
#module_360964161 .main-class-item.active{background-color:#8F011D;}
#module_360964161 .main-class-item.active{background-image:none;}
#module_360964161 .main-class-item.active{background-repeat:no-repeat;}
#module_360964161 .main-class-item.active{}
#module_360964161 .main-class-item.active{}
#module_360964161 .main-class-item.active{}
#module_360964161 .main-class-item.active .main-class-text{font-size:14px;}
#module_360964161 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_360964161 .main-class-item.active .main-class-text{color:#fff;}
#module_360964161 .main-class-item.active .main-class-text{font-weight:normal;}
#module_360964161 .main-class-item.active .main-class-text{text-decoration:none;}
#module_360964161 .main-class-item.active .main-class-text{font-style:normal;}


/*内容*/
.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 .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("/skinp/modules/ModuleNewsListGiant/images/layout-105/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;}

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

#module_360964151 .news-item{background-color:#ffffff;}
#module_360964151 .news-item{background-image:none;}
#module_360964151 .news-item{background-repeat:no-repeat;}
#module_360964151 .news-item{}
#module_360964151 .news-item{}
#module_360964151 .news-item{}
#module_360964151 .news-item{border-bottom-color:#ccc;}
#module_360964151 .news-item{border-bottom-style:dashed;}
#module_360964151 .news-item{border-bottom-width:1px;}
#module_360964151 .news-img .dummy{background-color:transparent;}
#module_360964151 .news-img .dummy{background-image:none;}
#module_360964151 .news-img .dummy{background-repeat:no-repeat;}
#module_360964151 .news-img .dummy{}
#module_360964151 .news-img .dummy{}
#module_360964151 .news-img .dummy{}
#module_360964151 .news-img{border-top-left-radius:0px;}
#module_360964151 .news-img{border-top-right-radius:0px;}
#module_360964151 .news-img{border-bottom-left-radius:0px;}
#module_360964151 .news-img{border-bottom-right-radius:0px;}
#module_360964151 .news-img{border-top-color:transparent;}
#module_360964151 .news-img{border-top-style:none;}
#module_360964151 .news-img{border-top-width:0px;}
#module_360964151 .news-img{border-right-color:transparent;}
#module_360964151 .news-img{border-right-style:none;}
#module_360964151 .news-img{border-right-width:0px;}
#module_360964151 .news-img{border-bottom-color:transparent;}
#module_360964151 .news-img{border-bottom-style:none;}
#module_360964151 .news-img{border-bottom-width:0px;}
#module_360964151 .news-img{border-left-color:transparent;}
#module_360964151 .news-img{border-left-style:none;}
#module_360964151 .news-img{border-left-width:0px;}
#module_360964151 .news-img{width:20%;} #module_360964151 .news-con{width:calc(100% - 20% - 7%);}
#module_360964151 {}@media (max-width: 767px) {#module_360964151 .news-img{width:30%;} #module_360964151 .news-con{width:calc(100% - 30% - 7%);}}
#module_360964151 .news-img .dummy{padding-top:auto;}
#module_360964151 .news-img .t-img{ object-fit:cover;}
#module_360964151 .news-img .t-img{ width:100%;}
#module_360964151 .news-img .t-img{ height:100%;}
#module_360964151 .news-img .t-img{border-radius:0px;}
#module_360964151 .news-title{font-size:18px;line-height:18pt;}
#module_360964151 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_360964151 .news-title{color:#333;}
#module_360964151 .news-title{font-weight:normal;}
#module_360964151 .news-title{text-decoration:none;}
#module_360964151 .news-title{font-style:normal;}
#module_360964151 .news-title{margin-top:0px;}
#module_360964151 .news-title{margin-bottom:0px;}
#module_360964151 .news-desc{font-size:14px;line-height:calc( 14px + 12px )}
#module_360964151 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_360964151 .news-desc{color:#999;}
#module_360964151 .news-desc{font-weight:normal;}
#module_360964151 .news-desc{text-decoration:none;}
#module_360964151 .news-desc{font-style:normal;}
#module_360964151 .news-desc{margin-top:3px;}
#module_360964151 .news-desc{margin-bottom:0px;}
#module_360964151 .news-detailbtn{font-size:12px;}
#module_360964151 .news-detailbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964151 .news-detailbtn{color:#666;}
#module_360964151 .news-detailbtn{font-weight:normal;}
#module_360964151 .news-detailbtn{text-decoration:none;}
#module_360964151 .news-detailbtn{font-style:normal;}
#module_360964151 .news-detailbtn{background-color:#fff;}
#module_360964151 .news-detailbtn{background-image:none;}
#module_360964151 .news-detailbtn{background-repeat:no-repeat;}
#module_360964151 .news-detailbtn{}
#module_360964151 .news-detailbtn{}
#module_360964151 .news-detailbtn{}
#module_360964151 .news-item .news-detailbtn::before{background-color:rgb(255, 192, 0);}
#module_360964151 .news-item .news-detailbtn::before{background-image:none;}
#module_360964151 .news-item .news-detailbtn::before{background-repeat:no-repeat;}
#module_360964151 .news-item .news-detailbtn::before{}
#module_360964151 .news-item .news-detailbtn::before{}
#module_360964151 .news-item .news-detailbtn::before{}
#module_360964151 .news-label a{font-size:12px;}
#module_360964151 .news-label a{font-family:微软雅黑,Microsoft YaHei;}
#module_360964151 .news-label a{color:#999;}
#module_360964151 .news-label a{font-weight:normal;}
#module_360964151 .news-label a{text-decoration:none;}
#module_360964151 .news-label a{font-style:normal;}
#module_360964151 .news-label{margin-top:15px;}
#module_360964151 .news-label{margin-bottom:0px;}
#module_360964151 .news-label{margin-left:0px;}
#module_360964151 .news-label{margin-right:10px;}
#module_360964151 .news-label{padding-top:8px;}
#module_360964151 .news-label{padding-bottom:8px;}
#module_360964151 .news-label{padding-left:12px;}
#module_360964151 .news-label{padding-right:12px;}
#module_360964151 .news-label{background-color:#eee;}
#module_360964151 .news-label{background-image:none;}
#module_360964151 .news-label{background-repeat:no-repeat;}
#module_360964151 .news-label{}
#module_360964151 .news-label{}
#module_360964151 .news-label{}
#module_360964151 .news-label{border-top-color:transparent;}
#module_360964151 .news-label{border-top-style:none;}
#module_360964151 .news-label{border-top-width:0px;}
#module_360964151 .news-label{border-right-color:transparent;}
#module_360964151 .news-label{border-right-style:none;}
#module_360964151 .news-label{border-right-width:0px;}
#module_360964151 .news-label{border-bottom-color:transparent;}
#module_360964151 .news-label{border-bottom-style:none;}
#module_360964151 .news-label{border-bottom-width:0px;}
#module_360964151 .news-label{border-left-color:transparent;}
#module_360964151 .news-label{border-left-style:none;}
#module_360964151 .news-label{border-left-width:0px;}
#module_360964151 .pagerGiant .text{font-size:px;}
#module_360964151 .pagerGiant .text{font-family:;}
#module_360964151 .pagerGiant .text{color:;}
#module_360964151 .pagerGiant .text{}
#module_360964151 .pagerGiant .text{}
#module_360964151 .pagerGiant .text{}
#module_360964151 .pagerGiant .current,#module_360964151 .pagerGiant .num,#module_360964151 .pagerGiant .inputer{width:px}
#module_360964151 .pagerGiant .current,#module_360964151 .pagerGiant .num,#module_360964151 .pagerGiant .inputer{height:px}
#module_360964151 .pagerGiant .num{font-size:px;}
#module_360964151 .pagerGiant .num{font-family:;}
#module_360964151 .pagerGiant .num{color:;}
#module_360964151 .pagerGiant .num{}
#module_360964151 .pagerGiant .num{}
#module_360964151 .pagerGiant .num{}
#module_360964151 .pagerGiant .submit{width:px}
#module_360964151 .pagerGiant .submit{height:px}
#module_360964151 .pagerGiant .current,#module_360964151 .pagerGiant .num,#module_360964151 .pagerGiant .inputer,#module_360964151 .pagerGiant .submit{border-top-left-radius:px;}
#module_360964151 .pagerGiant .current,#module_360964151 .pagerGiant .num,#module_360964151 .pagerGiant .inputer,#module_360964151 .pagerGiant .submit{border-top-right-radius:px;}
#module_360964151 .pagerGiant .current,#module_360964151 .pagerGiant .num,#module_360964151 .pagerGiant .inputer,#module_360964151 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_360964151 .pagerGiant .current,#module_360964151 .pagerGiant .num,#module_360964151 .pagerGiant .inputer,#module_360964151 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_360964151 .pagerGiant .next,#module_360964151 .pagerGiant .splitline{color:;}
#module_360964151 .pagerGiant .num{background-color:#fff;}
#module_360964151 .pagerGiant .num, #module_360964151 .pagerGiant .inputer{border-top-color:#ccc;}
#module_360964151 .pagerGiant .num, #module_360964151 .pagerGiant .inputer{border-top-style:solid;}
#module_360964151 .pagerGiant .num, #module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit, #module_360964151 .pagerGiant .inputer{border-top-width:1px;}
#module_360964151 .pagerGiant .num, #module_360964151 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_360964151 .pagerGiant .num, #module_360964151 .pagerGiant .inputer{border-bottom-style:solid;}
#module_360964151 .pagerGiant .num, #module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit, #module_360964151 .pagerGiant .inputer{border-bottom-width:1px;}
#module_360964151 .pagerGiant .num, #module_360964151 .pagerGiant .inputer{border-left-color:#ccc;}
#module_360964151 .pagerGiant .num, #module_360964151 .pagerGiant .inputer{border-left-style:solid;}
#module_360964151 .pagerGiant .num, #module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit, #module_360964151 .pagerGiant .inputer{border-left-width:1px;}
#module_360964151 .pagerGiant .num, #module_360964151 .pagerGiant .inputer{border-right-color:#ccc;}
#module_360964151 .pagerGiant .num, #module_360964151 .pagerGiant .inputer{border-right-style:solid;}
#module_360964151 .pagerGiant .num, #module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit, #module_360964151 .pagerGiant .inputer{border-right-width:1px;}
#module_360964151 .page-more a{color:#666 !important;}
#module_360964151 .page-more a{background-color:#fff;}
#module_360964151 .page-more a{border-top-color:#eee;}
#module_360964151 .page-more a{border-top-style:solid;}
#module_360964151 .page-more a{border-top-width:2px;}
#module_360964151 .page-more a{border-bottom-color:#eee;}
#module_360964151 .page-more a{border-bottom-style:solid;}
#module_360964151 .page-more a{border-bottom-width:2px;}
#module_360964151 .page-more a{border-left-color:#eee;}
#module_360964151 .page-more a{border-left-style:solid;}
#module_360964151 .page-more a{border-left-width:2px;}
#module_360964151 .page-more a{border-right-color:#eee;}
#module_360964151 .page-more a{border-right-style:solid;}
#module_360964151 .page-more a{border-right-width:2px;}
#module_360964151 .news-item:hover{background-color:#ffffff;}
#module_360964151 .news-item:hover{background-image:none;}
#module_360964151 .news-item:hover{background-repeat:no-repeat;}
#module_360964151 .news-item:hover{}
#module_360964151 .news-item:hover{}
#module_360964151 .news-item:hover{}
#module_360964151 .news-item:hover{border-bottom-color:#ccc;}
#module_360964151 .news-item:hover{border-bottom-style:dotted;}
#module_360964151 .news-item:hover{border-bottom-width:1px;}
#module_360964151 .news-item:hover .news-img{border-top-color:transparent;}
#module_360964151 .news-item:hover .news-img{border-top-style:none;}
#module_360964151 .news-item:hover .news-img{border-top-width:0px;}
#module_360964151 .news-item:hover .news-img{border-right-color:transparent;}
#module_360964151 .news-item:hover .news-img{border-right-style:none;}
#module_360964151 .news-item:hover .news-img{border-right-width:0px;}
#module_360964151 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_360964151 .news-item:hover .news-img{border-bottom-style:none;}
#module_360964151 .news-item:hover .news-img{border-bottom-width:0px;}
#module_360964151 .news-item:hover .news-img{border-left-color:transparent;}
#module_360964151 .news-item:hover .news-img{border-left-style:none;}
#module_360964151 .news-item:hover .news-img{border-left-width:0px;}
#module_360964151 .news-item:hover .news-title{font-size:18px;line-height:18pt;}
#module_360964151 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_360964151 .news-item:hover .news-title{color:#8F011D;}
#module_360964151 .news-item:hover .news-title{font-weight:normal;}
#module_360964151 .news-item:hover .news-title{text-decoration:none;}
#module_360964151 .news-item:hover .news-title{font-style:normal;}
#module_360964151 .news-item:hover .news-desc{font-size:14px;}
#module_360964151 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_360964151 .news-item:hover .news-desc{color:#999;}
#module_360964151 .news-item:hover .news-desc{font-weight:normal;}
#module_360964151 .news-item:hover .news-desc{text-decoration:none;}
#module_360964151 .news-item:hover .news-desc{font-style:normal;}
#module_360964151 .news-item:hover time{font-size:18px;}
#module_360964151 .news-item:hover time{font-family:;}
#module_360964151 .news-item:hover time{color:#333;}
#module_360964151 .news-item:hover time{font-weight:normal;}
#module_360964151 .news-item:hover time{text-decoration:none;}
#module_360964151 .news-item:hover time{font-style:normal;}
#module_360964151 .news-item:hover .news-detailbtn{font-size:12px;}
#module_360964151 .news-item:hover .news-detailbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964151 .news-item:hover .news-detailbtn{color:#666;}
#module_360964151 .news-item:hover .news-detailbtn{font-weight:normal;}
#module_360964151 .news-item:hover .news-detailbtn{text-decoration:none;}
#module_360964151 .news-item:hover .news-detailbtn{font-style:normal;}
#module_360964151 .news-item:hover .news-detailbtn{background-color:#fff;}
#module_360964151 .news-item:hover .news-detailbtn{background-image:none;}
#module_360964151 .news-item:hover .news-detailbtn{background-repeat:no-repeat;}
#module_360964151 .news-item:hover .news-detailbtn{}
#module_360964151 .news-item:hover .news-detailbtn{}
#module_360964151 .news-item:hover .news-detailbtn{}
#module_360964151 .news-label:hover a{font-size:12px;}
#module_360964151 .news-label:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_360964151 .news-label:hover a{color:#999;}
#module_360964151 .news-label:hover a{font-weight:normal;}
#module_360964151 .news-label:hover a{text-decoration:none;}
#module_360964151 .news-label:hover a{font-style:normal;}
#module_360964151 .news-label:hover{background-color:#eee;}
#module_360964151 .news-label:hover{background-image:none;}
#module_360964151 .news-label:hover{background-repeat:no-repeat;}
#module_360964151 .news-label:hover{}
#module_360964151 .news-label:hover{}
#module_360964151 .news-label:hover{}
#module_360964151 .news-label:hover{border-top-color:transparent;}
#module_360964151 .news-label:hover{border-top-style:none;}
#module_360964151 .news-label:hover{border-right-color:transparent;}
#module_360964151 .news-label:hover{border-right-style:none;}
#module_360964151 .news-label:hover{border-bottom-color:transparent;}
#module_360964151 .news-label:hover{border-bottom-style:none;}
#module_360964151 .news-label:hover{border-left-color:transparent;}
#module_360964151 .news-label:hover{border-left-style:none;}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit{font-size:px;}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit{font-family:;}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit{color:;}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit{}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit{}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit{}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit{background-color:#8F011D;}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit, #module_360964151 .pagerGiant .inputer:hover{border-top-color:#8F011D;}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit, #module_360964151 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit, #module_360964151 .pagerGiant .inputer:hover{border-bottom-color:#8F011D;}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit, #module_360964151 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit, #module_360964151 .pagerGiant .inputer:hover{border-left-color:#8F011D;}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit, #module_360964151 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit, #module_360964151 .pagerGiant .inputer:hover{border-right-color:#8F011D;}
#module_360964151 .pagerGiant .current, #module_360964151 .pagerGiant .submit, #module_360964151 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_360964151 .page-more a:hover{color:#666 !important;}
#module_360964151 .page-more a:hover{background-color:#fff;}
#module_360964151 .page-more a:hover{border-top-color:#eee;}
#module_360964151 .page-more a:hover{border-top-style:solid;}
#module_360964151 .page-more a:hover{border-bottom-color:#eee;}
#module_360964151 .page-more a:hover{border-bottom-style:solid;}
#module_360964151 .page-more a:hover{border-left-color:#eee;}
#module_360964151 .page-more a:hover{border-left-style:solid;}
#module_360964151 .page-more a:hover{border-right-color:#eee;}
#module_360964151 .page-more a:hover{border-right-style:solid;}

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

#module_360964162 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360964162 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360964162 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360964162 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360964162 .imageTextGiant-Container{padding-top:10px;}
#module_360964162 .imageTextGiant-Container{padding-bottom:10px;}
#module_360964162 .imageTextGiant-Container{padding-left:10px;}
#module_360964162 .imageTextGiant-Container{padding-right:10px;}
#module_360964162 .showHandle .btn{font-size:14px;}
#module_360964162 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964162 .showHandle .btn{color:#333;}
#module_360964162 .showHandle .btn{font-weight:400;}
#module_360964162 .showHandle .btn{text-decoration:none;}
#module_360964162 .showHandle .btn{font-style:normal;}
#module_360964162 .showHandle div{border-top-color:#ddd !important;}
#module_360964162 .showHandle div{border-top-style:solid !important;}
#module_360964162 .showHandle div{border-top-width:1px !important;}
#module_360964162 .showHandle{background-color:transparent;}
#module_360964162 .showHandle{background-image:none;}
#module_360964162 .showHandle{background-repeat:no-repeat;}
#module_360964162 .showHandle{}
#module_360964162 .showHandle{}
#module_360964162 .showHandle{}
#module_360964162 a{font-size:unset;font-family:unset}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-111 .slider-layout-111-box {width: 100%; height: auto; position: relative; font-size: 0;}
.ModuleSlideV2Giant.layout-111 .slider-layout-111-box .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-111 .slider-layout-111 {width: 100%; height: auto; margin: auto;}
.ModuleSlideV2Giant.layout-111 .imgBox img {max-width: 100%;position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-111 .bigImgBox img{transition: all .3s ease-out 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.ModuleSlideV2Giant.layout-111 .slide-box .dummy{
    padding-top: 37%;
}

.ModuleSlideV2Giant.layout-111 .slider-layout-111-nav {height: 90px;margin-top:12px;margin-bottom:12px;}
.ModuleSlideV2Giant.layout-111 .slider-layout-111-nav div {height: 100%;}
.ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-slide {margin: 0 6px; cursor: pointer;}
.ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slide-box {height: 100%; border: 1px solid #fff;}
.ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slide-box img {width: 100%; height: 100%; object-fit: cover; top: 50%; transform: translate(-50%, -50%);}
.ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-prev, .ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-next {font-size: 0; z-index: 1; width: 38px;height: 100%; line-height: 1;}
.ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-prev {left: -45px;}
.ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-next {right: -45px;}
.ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-prev:before,
.ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-next:before {display: inline-block; content: ""; height: 10.6px; width: 10.6px; transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);}
.ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-prev:before {border-width: 0 0 1px 1px; margin-right: -6px;    float: right;}
.ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-next:before {border-width: 1px 1px 0 0; margin-left: -6px;    float: left;}

@media (min-width: 1000px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-111 .slick-prev{width: 32px; height: 32px;}
    .ModuleSlideV2Giant.layout-111 .slick-slide {width:100px;height:70px}
}


@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-111 .slider-layout-111-nav {position: relative; width: 288px; height: 50px; bottom: 0; left: unset; transform: unset; margin-top: 10px;}
    .ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-slide {padding: 0 4.5px; cursor: pointer;}
    .ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-prev, .ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-next {width: 24px; height: 24px;}
    .ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-prev {left: -34px;}
    .ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-next {right: -34px;}
    .ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-prev:before,
    .ModuleSlideV2Giant.layout-111 .slider-layout-111-nav .slick-next:before {width: 5.6px; height: 5.6px;}
}


/*轮播图样式*/
.ModuleSlideV2Giant.layout-111 .iconzuo{float: left;margin-left: 25%;}
.ModuleSlideV2Giant.layout-111 .iconyou{float: right;margin-right: 25%;}
.ModuleSlideV2Giant.layout-111 .slick-active:focus{outline:0px;}
.ModuleSlideV2Giant.layout-111 .slick-dots{display:none;}
.ModuleSlideV2Giant.layout-111 .slick-dots {bottom: 50px;}
.ModuleSlideV2Giant.layout-111 .slick-dots li {border-radius: 8px; width: 8px; height: 8px; margin-left: unset; margin-right: 15px; margin-top: 15px; background-color: rgba(255, 255, 255, 1);}
.ModuleSlideV2Giant.layout-111 .slick-dots li:last-child {margin-right: unset;}
.ModuleSlideV2Giant.layout-111 .slick-dots li button {width: 100%; height: 100%; border: unset; padding: 0}
.ModuleSlideV2Giant.layout-111 .slick-dots li button:before {content: unset;}
.ModuleSlideV2Giant.layout-111 .slick-dots li:hover {background-color: rgba(255, 255, 255, 1);}
.ModuleSlideV2Giant.layout-111 .slick-dots li.slick-active {background-color: rgba(255, 255, 255, 1);width: 30px; margin-right: 5px;}

@media (min-width: 1000px) {
    .ModuleSlideV2Giant.layout-111 .slick-dots {bottom: 6%;}
}

@media (min-width: 999px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-111 .slick-dots {bottom: 8% !important;}
}

@media only screen and (min-width: 768px) {
    .ModuleSlideV2Giant.layout-111 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-111 .slick-dots li {width: 10px; height: 10px; border-radius: 10px}
    .ModuleSlideV2Giant.layout-111 .slick-dots li button {width: 10px; height: 10px;border-radius: 4px}
    .ModuleSlideV2Giant.layout-111 .slick-dots li.slick-active {background-color: rgba(255, 255, 255, 1);width: 40px; margin-right: 5px;}
    .ModuleSlideV2Giant.layout-111 .slick-dots li.slick-active button{width: 40px; margin-right: 5px;}
}


@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-111 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-111 .slick-dots li {width: 6px; height: 6px; margin: 0px 5px 5px 5px;border-radius: 6px}
    .ModuleSlideV2Giant.layout-111 .slick-dots li button {width: 6px; height: 6px;border-radius: 4px}
    .ModuleSlideV2Giant.layout-111 .slick-dots li.slick-active {background-color: rgba(255, 255, 255, 1);width: 20px; margin-right: 5px;}
    .ModuleSlideV2Giant.layout-111 .slick-dots li.slick-active button{width: 20px; margin-right: 5px;}
}
.module_360964147 .ModuleHead .HeadCenter{float:none;}
#module_360964147 {
padding:0px;
}
#module_360964147 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964147 .ModuleHead360964147 {
display:none;
}
#module_360964147 .BodyCenter.BodyCenter360964147 {
background:none;background-color:rgb(255, 255, 255);
}
#module_360964147 >.module_360964147 {
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_360964147 >.module_360964147{
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_360964147 .BodyCenter.BodyCenter360964147 {
padding-top:5.7143%;
padding-left:5.7143%;
padding-right:5.7143%;
padding-bottom:5.7143%;
}
}
@media screen and (max-width: 767px){
#module_360964147 .BodyCenter.BodyCenter360964147 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964147 >.module_360964147 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964147 >.module_360964147 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964147 >.module_360964147 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964147:hover {
border:none;
}
#module_360964147:hover >.module_360964147 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964147 .bigImgBox .t-img{border-top-color:transparent;}
#module_360964147 .bigImgBox .t-img{border-top-style:none;}
#module_360964147 .bigImgBox .t-img{border-top-width:0px;}
#module_360964147 .bigImgBox .t-img{border-right-color:transparent;}
#module_360964147 .bigImgBox .t-img{border-right-style:none;}
#module_360964147 .bigImgBox .t-img{border-right-width:0px;}
#module_360964147 .bigImgBox .t-img{border-bottom-color:transparent;}
#module_360964147 .bigImgBox .t-img{border-bottom-style:none;}
#module_360964147 .bigImgBox .t-img{border-bottom-width:0px;}
#module_360964147 .bigImgBox .t-img{border-left-color:transparent;}
#module_360964147 .bigImgBox .t-img{border-left-style:none;}
#module_360964147 .bigImgBox .t-img{border-left-width:0px;}
#module_360964147 .bigImgBox img{ object-fit:cover;}
#module_360964147 .bigImgBox img{ width:100%;}
#module_360964147 .bigImgBox img{ height:100%;}
#module_360964147 .bigImgBox img{border-radius:0px;}
#module_360964147 .bigImgBox .dummy{background-color:#fff;}
#module_360964147 .bigImgBox .dummy{background-image:none;}
#module_360964147 .bigImgBox .dummy{background-repeat:no-repeat;}
#module_360964147 .bigImgBox .dummy{}
#module_360964147 .bigImgBox .dummy{}
#module_360964147 .bigImgBox .dummy{}
#module_360964147 .bigImgBox .dummy{padding-top:auto;}
#module_360964147 .iconfont{color:#434242;}
#module_360964147 .slick-prev, #module_360964147 .slick-next,#module_360964147 .slick-dots li{background-color:#F6F6F6}
#module_360964147 .slick-son,#module_360964147 .slick-dots button{}
#module_360964147 .slick-prev, #module_360964147 .slick-next,#module_360964147 .slick-dots li{background-image:none;}
#module_360964147 .slick-slide .slide-box{border-color:#ffffff;}
#module_360964147 .iconfont:hover{color:#ffffff;}
#module_360964147 .slick-prev:hover, #module_360964147 .slick-next:hover,#module_360964147 .slick-dots li:hover, #module_360964147 .slick-dots li.slick-active{background-color:#8F011D}
#module_360964147 .slick-son:hover,#module_360964147 .slick-dots button:hover, #module_360964147 .slick-dots li.slick-active button{}
#module_360964147 .slick-prev:hover, #module_360964147 .slick-next:hover,#module_360964147 .slick-dots li:hover, #module_360964147 .slick-dots li.slick-active{background-image:none;}
#module_360964147 .slick-slide:hover .slide-box,#module_360964147 .slick-current .slide-box{border-color:#8F011D;}
#module_360964147 .SubContainer {}

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

#module_360964148 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360964148 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360964148 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360964148 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360964148 .imageTextGiant-Container{padding-top:10px;}
#module_360964148 .imageTextGiant-Container{padding-bottom:10px;}
#module_360964148 .imageTextGiant-Container{padding-left:10px;}
#module_360964148 .imageTextGiant-Container{padding-right:10px;}
#module_360964148 .showHandle .btn{font-size:14px;}
#module_360964148 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964148 .showHandle .btn{color:#333;}
#module_360964148 .showHandle .btn{font-weight:400;}
#module_360964148 .showHandle .btn{text-decoration:none;}
#module_360964148 .showHandle .btn{font-style:normal;}
#module_360964148 .showHandle div{border-top-color:#ddd !important;}
#module_360964148 .showHandle div{border-top-style:solid !important;}
#module_360964148 .showHandle div{border-top-width:1px !important;}
#module_360964148 .showHandle{background-color:transparent;}
#module_360964148 .showHandle{background-image:none;}
#module_360964148 .showHandle{background-repeat:no-repeat;}
#module_360964148 .showHandle{}
#module_360964148 .showHandle{}
#module_360964148 .showHandle{}
#module_360964148 a{font-size:unset;font-family:unset}
/*内容*/
.ModuleNewsListGiant.layout-106 .news-container{ width: 100%; margin: 20px auto 0; }
/*内容*/
.ModuleNewsListGiant.layout-106 .news-container{ width: 100%;max-width:5000px; margin: 0 auto;  }
.ModuleNewsListGiant.layout-106 .news-item{ padding: 8px 5px; box-sizing: border-box;}
.ModuleNewsListGiant.layout-106 .news-item .news-con{ margin-left: 14px; width: 65%;}
.ModuleNewsListGiant.layout-106 .news-item .news-con .news-title{  position:relative;font-size: 14px; margin-top: 10px; line-height: 22px; color: #333333;  padding-bottom: 6px; border-bottom: 1px solid #eee;}
.ModuleNewsListGiant.layout-106 .news-item .news-con .news-desc{ font-size: 14px; color: #999999; padding-top: 3px;}
.ModuleNewsListGiant.layout-106 .news-container .news-img{width: 30%; height:70px;background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height:104px;overflow: hidden; transition: all .3s ease-out ;}
.ModuleNewsListGiant.layout-106 .news-container .news-img img{transition: all .3s ease-out ; position:relative;}
.ModuleNewsListGiant.layout-106 .news-item:hover .news-title{ color: #052f6f; border-bottom-color:#052f6f; }

@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-106 .news-container {
        width: 100%;
    }

    .ModuleNewsListGiant.layout-106 .news-container {
        width: 96%;
        margin: 0 auto;
    }

    .ModuleNewsListGiant.layout-106 .news-item .news-con .news-title {
        margin-top: 5px;
    }

    .ModuleNewsListGiant.layout-106 .news-container .news-img {
        width: 34%;
        height: 80px;
        overflow: hidden;
        transition: all .3s ease-out;
    }

    .ModuleNewsListGiant.layout-106 .news-item .news-con {
        margin-left: 14px;
        width: 60%;
    }
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-106 .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;
}.module_360964149 .ModuleHead .HeadCenter{float:none;}
#module_360964149 {
padding:0px;
}
#module_360964149 {
position:static;
z-index:0;
top:584px;
left:1492px;
width:100%;
height: auto;
}
#module_360964149 .ModuleHead360964149 {
display:none;
}
#module_360964149 .BodyCenter.BodyCenter360964149 {
background:none;background-color:rgb(255, 255, 255);
}
#module_360964149 >.module_360964149 {
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_360964149 >.module_360964149{
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_360964149 .BodyCenter.BodyCenter360964149 {
padding-top:2.5000%;
padding-left:2.5000%;
padding-right:2.5000%;
padding-bottom:2.5000%;
}
}
@media screen and (max-width: 767px){
#module_360964149 .BodyCenter.BodyCenter360964149 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964149 >.module_360964149 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964149 >.module_360964149 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964149 >.module_360964149 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964149:hover {
border:none;
}
#module_360964149:hover >.module_360964149 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964149 .news-item{background-color:#ffffff;}
#module_360964149 .news-item{background-image:none;}
#module_360964149 .news-item{background-repeat:no-repeat;}
#module_360964149 .news-item{}
#module_360964149 .news-item{}
#module_360964149 .news-item{}
#module_360964149 .news-item{border-top-color:transparent;}
#module_360964149 .news-item{border-top-style:none;}
#module_360964149 .news-item{border-top-width:0px;}
#module_360964149 .news-item{border-right-color:transparent;}
#module_360964149 .news-item{border-right-style:none;}
#module_360964149 .news-item{border-right-width:0px;}
#module_360964149 .news-item{border-bottom-color:transparent;}
#module_360964149 .news-item{border-bottom-style:none;}
#module_360964149 .news-item{border-bottom-width:0px;}
#module_360964149 .news-item{border-left-color:transparent;}
#module_360964149 .news-item{border-left-style:none;}
#module_360964149 .news-item{border-left-width:0px;}
#module_360964149 .news-img{background-color:transparent;}
#module_360964149 .news-img{}
#module_360964149 .news-img{background-repeat:no-repeat;}
#module_360964149 .news-img{}
#module_360964149 .news-img{}
#module_360964149 .news-img{}
#module_360964149 .news-img{border-top-left-radius:0px;}
#module_360964149 .news-img{border-top-right-radius:0px;}
#module_360964149 .news-img{border-bottom-left-radius:0px;}
#module_360964149 .news-img{border-bottom-right-radius:0px;}
#module_360964149 .news-img{border-top-color:transparent;}
#module_360964149 .news-img{border-top-style:none;}
#module_360964149 .news-img{border-top-width:0px;}
#module_360964149 .news-img{border-right-color:transparent;}
#module_360964149 .news-img{border-right-style:none;}
#module_360964149 .news-img{border-right-width:0px;}
#module_360964149 .news-img{border-bottom-color:transparent;}
#module_360964149 .news-img{border-bottom-style:none;}
#module_360964149 .news-img{border-bottom-width:0px;}
#module_360964149 .news-img{border-left-color:transparent;}
#module_360964149 .news-img{border-left-style:none;}
#module_360964149 .news-img{border-left-width:0px;}
#module_360964149 .news-title{font-size:14px;line-height: calc(14px + 12px);} #module_360964149 .staFun{line-height:14pt;}
#module_360964149 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_360964149 .news-title{color:#333;}
#module_360964149 .news-title{font-weight:normal;}
#module_360964149 .news-title{text-decoration:none;}
#module_360964149 .news-title{font-style:normal;}
#module_360964149 .news-title{border-bottom-color:#eee;}
#module_360964149 .news-title{border-bottom-style:solid;}
#module_360964149 .news-title{border-bottom-width:1px;}
#module_360964149 .news-item:hover{background-color:#ffffff;}
#module_360964149 .news-item:hover{background-image:none;}
#module_360964149 .news-item:hover{background-repeat:no-repeat;}
#module_360964149 .news-item:hover{}
#module_360964149 .news-item:hover{}
#module_360964149 .news-item:hover{}
#module_360964149 .news-item:hover{border-top-color:transparent;}
#module_360964149 .news-item:hover{border-top-style:none;}
#module_360964149 .news-item:hover{border-top-width:0px;}
#module_360964149 .news-item:hover{border-right-color:transparent;}
#module_360964149 .news-item:hover{border-right-style:none;}
#module_360964149 .news-item:hover{border-right-width:0px;}
#module_360964149 .news-item:hover{border-bottom-color:transparent;}
#module_360964149 .news-item:hover{border-bottom-style:none;}
#module_360964149 .news-item:hover{border-bottom-width:0px;}
#module_360964149 .news-item:hover{border-left-color:transparent;}
#module_360964149 .news-item:hover{border-left-style:none;}
#module_360964149 .news-item:hover{border-left-width:0px;}
#module_360964149 .news-item:hover .news-img{background-color:transparent;}
#module_360964149 .news-item:hover .news-img{}
#module_360964149 .news-item:hover .news-img{background-repeat:no-repeat;}
#module_360964149 .news-item:hover .news-img{}
#module_360964149 .news-item:hover .news-img{}
#module_360964149 .news-item:hover .news-img{}
#module_360964149 .news-item:hover .news-img{border-top-left-radius:0px;}
#module_360964149 .news-item:hover .news-img{border-top-right-radius:0px;}
#module_360964149 .news-item:hover .news-img{border-bottom-left-radius:0px;}
#module_360964149 .news-item:hover .news-img{border-bottom-right-radius:0px;}
#module_360964149 .news-item:hover .news-img{border-top-color:transparent;}
#module_360964149 .news-item:hover .news-img{border-top-style:none;}
#module_360964149 .news-item:hover .news-img{border-top-width:0px;}
#module_360964149 .news-item:hover .news-img{border-right-color:transparent;}
#module_360964149 .news-item:hover .news-img{border-right-style:none;}
#module_360964149 .news-item:hover .news-img{border-right-width:0px;}
#module_360964149 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_360964149 .news-item:hover .news-img{border-bottom-style:none;}
#module_360964149 .news-item:hover .news-img{border-bottom-width:0px;}
#module_360964149 .news-item:hover .news-img{border-left-color:transparent;}
#module_360964149 .news-item:hover .news-img{border-left-style:none;}
#module_360964149 .news-item:hover .news-img{border-left-width:0px;}
#module_360964149 .news-item:hover .news-title{font-size:14px;line-height: calc(14px + 12px);} #module_360964149 .news-item:hover .staFun{line-height:14pt;}
#module_360964149 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_360964149 .news-item:hover .news-title{color:rgb(38, 38, 38);}
#module_360964149 .news-item:hover .news-title{font-weight:normal;}
#module_360964149 .news-item:hover .news-title{text-decoration:none;}
#module_360964149 .news-item:hover .news-title{font-style:normal;}
#module_360964149 .news-item:hover .news-title{border-bottom-color:rgb(255, 173, 1);}
#module_360964149 .news-item:hover .news-title{border-bottom-style:solid;}
#module_360964149 .news-item:hover .news-title{border-bottom-width:1px;}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

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

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: block;}
    .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 > .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;}
}.module_360964025 .ModuleHead .HeadCenter{float:none;}
#module_360964025 {
padding:0px;
}
#module_360964025 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964025 .ModuleHead360964025 {
display:none;
}
#module_360964025 .BodyCenter.BodyCenter360964025 {
background:none;background-color:#8F011D;
}
#module_360964025 >.module_360964025 {
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_360964025 >.module_360964025{
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_360964025 .BodyCenter.BodyCenter360964025 {
padding-top:1.5690%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964025 .BodyCenter.BodyCenter360964025 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964025 >.module_360964025 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964025 >.module_360964025 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964025 >.module_360964025 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964025:hover {
border:none;
}
#module_360964025:hover >.module_360964025 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964025 .ModuleSubContainer{background-color:transparent;}
#module_360964025 .ModuleSubContainer{background-image:none;}
#module_360964025 .ModuleSubContainer{background-repeat:no-repeat;}
#module_360964025 .ModuleSubContainer{background-position:0% 0%;}
#module_360964025 .ModuleSubContainer{background-attachment:scroll;}
#module_360964025 .ModuleSubContainer{}
#module_360964025 {!bgVideo!}{bgVideoUrl:none}
#module_360964025 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_360964025 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_360964025 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer360964025 {max-width:1600px;width:auto;}
.ModuleGridContainer.ModuleGridContainer360964025 .SubPadding {width:0px;}
/*图文模块 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_360964024 .ModuleHead .HeadCenter{float:none;}
#module_360964024 {
padding:0px;
}
#module_360964024 {
position:static;
z-index:0;
top:946px;
left:500px;
width:100%;
height: auto;
}
#module_360964024 .ModuleHead360964024 {
display:none;
}
#module_360964024 .BodyCenter.BodyCenter360964024 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964024 >.module_360964024 {
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_360964024 >.module_360964024{
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_360964024 .BodyCenter.BodyCenter360964024 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964024 .BodyCenter.BodyCenter360964024 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964024 >.module_360964024 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964024 >.module_360964024 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964024 >.module_360964024 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964024:hover {
border:none;
}
#module_360964024:hover >.module_360964024 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964024 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_360964024 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_360964024 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_360964024 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_360964024 .GraphicUpper{padding-top:0px;}
#module_360964024 .GraphicUpper{padding-bottom:0px;}
#module_360964024 .GraphicUpper{padding-left:0px;}
#module_360964024 .GraphicUpper {padding-right:0px;}
#module_360964024 .GraphicUpper{width:10%;} #module_360964024 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_360964024 .MobileGraphicUpper{width:10%;} #module_360964024 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_360964024 .ModuleImageTextGiantContent{padding-top:0px;}
#module_360964024 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_360964024 .ModuleImageTextGiantContent{padding-left:15px;}
#module_360964024 .ModuleImageTextGiantContent{padding-right:0px;}
#module_360964024 .normal_ImgtextBox_content{padding-top:0px;}
#module_360964024 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_360964024 .normal_ImgtextBox_content{padding-left:0px;}
#module_360964024 .normal_ImgtextBox_content{padding-right:0px;}
#module_360964024 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_360964024 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_360964024 .normal_ImgtextBox_content{background-color:transparent;}
#module_360964024 .normal_ImgtextBox_content{background-image:none;}
#module_360964024 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_360964024 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_360964024 .normal_ImgtextBox_content{background-attachment:none;}
#module_360964024 .normal_ImgtextBox_content{}
#module_360964024 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_360964024 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_360964024 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_360964024 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_360964024 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content{border-top-style:none;}
#module_360964024 .normal_ImgtextBox_content{border-top-width:0px;}
#module_360964024 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content{border-right-style:none;}
#module_360964024 .normal_ImgtextBox_content{border-right-width:0px;}
#module_360964024 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_360964024 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_360964024 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content{border-left-style:none;}
#module_360964024 .normal_ImgtextBox_content{border-left-width:0px;}
#module_360964024 .showHandle .btn{font-size:14px;}
#module_360964024 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964024 .showHandle .btn{color:#333;}
#module_360964024 .showHandle .btn{font-weight:400;}
#module_360964024 .showHandle .btn{text-decoration:none;}
#module_360964024 .showHandle .btn{font-style:normal;}
#module_360964024 .showHandle div{border-top-color:#ddd !important;}
#module_360964024 .showHandle div{border-top-style:solid !important;}
#module_360964024 .showHandle div{border-top-width:1px !important;}
#module_360964024 .showHandle{background-color:transparent;}
#module_360964024 .showHandle{background-image:none;}
#module_360964024 .showHandle{background-repeat:no-repeat;}
#module_360964024 .showHandle{}
#module_360964024 .showHandle{}
#module_360964024 .showHandle{}
#module_360964024 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_360964024 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_360964024 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_360964024 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_360964024 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_360964024 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer360964025 #Sub360964025_1 {width:26.6875%;}
.ModuleButtonGiant.layout-102 .moduleButton{
    background-color: #fff;
    font-size: 12px;
    height: 40px;
    width:100px;
    color:#333;
    border:1px solid #000;
    text-align: center;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2 !important;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover{
	color:#fff;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover:before{
    background-color: #333;
}
.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-right:before,.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-top:before,.ModuleButtonGiant.layout-102 .moduleButton.Radial-Out:before,.ModuleButtonGiant.layout-102 .moduleButton.RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Vertical:before{
	background-color: #333
}
.ModuleButtonGiant.layout-102 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-102 .BreadIcon{
    font-size: 16px;
}.module_360964026 .ModuleHead .HeadCenter{float:none;}
#module_360964026 {
padding:0px;
}
#module_360964026 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964026 .ModuleHead360964026 {
display:none;
}
#module_360964026 .BodyCenter.BodyCenter360964026 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964026 >.module_360964026 {
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:rgba(255, 255, 255, 0.41);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_360964026 >.module_360964026{
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_360964026 .BodyCenter.BodyCenter360964026 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964026 .BodyCenter.BodyCenter360964026 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964026 >.module_360964026 {
margin-top:0.0000%;
margin-left:69.1689%;
margin-right:7.2386%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964026 >.module_360964026 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964026 >.module_360964026 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964026:hover {
border:none;
}
#module_360964026:hover >.module_360964026 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964026 .BodyCenter{text-align:left;}
#module_360964026 .moduleButton{font-size:12px;}
#module_360964026 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_360964026 .moduleButton{color:#000000;}
#module_360964026 .moduleButton{font-weight:normal;}
#module_360964026 .moduleButton{text-decoration:none;}
#module_360964026 .moduleButton{font-style:normal;}
#module_360964026 .moduleButton, #module_360964026 .moduleButton.faded:before{background-color:rgb(255, 255, 255);}
#module_360964026 .moduleButton, #module_360964026 .moduleButton.faded:before{}
#module_360964026 .moduleButton{border-color:#000000;}
#module_360964026 .moduleButton{border-style:solid;}
#module_360964026 .moduleButton{border-width:0px;}
#module_360964026 .moduleButton{width:50px;}
#module_360964026 .moduleButton{height:50px;line-height:50px;}
#module_360964026 .BodyCenter{color:#000;}
#module_360964026 .moduleButton{border-top-left-radius:0px;}
#module_360964026 .moduleButton{border-top-right-radius:0px;}
#module_360964026 .moduleButton{border-bottom-left-radius:0px;}
#module_360964026 .moduleButton{border-bottom-right-radius:0px;}
#module_360964026 .BreadIcon{font-size:20px;} #module_360964026 .BreadsvgIcon svg{width:20px;height:20px;}
#module_360964026 .BreadIcon{color:#8F011D;} #module_360964026 .BreadsvgIcon svg>*{fill:#8F011D;}
#module_360964026 .BreadIcon,#module_360964026 .BreadsvgIcon{margin-left:10px;}
#module_360964026 .BreadIcon,#module_360964026 .BreadsvgIcon{margin-right:10px;}
#module_360964026 .moduleButton:hover .BreadIcon{font-size:16px;} #module_360964026 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_360964026 .moduleButton:hover .BreadIcon{color:#fff} #module_360964026 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_360964026 .moduleButton:hover{font-size:12px;}
#module_360964026 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360964026 .moduleButton:hover{color:#fff;}
#module_360964026 .moduleButton:hover{font-weight:normal;}
#module_360964026 .moduleButton:hover{text-decoration:none;}
#module_360964026 .moduleButton:hover{font-style:normal;}
#module_360964026 .moduleButton:before, #module_360964026 .moduleButton.faded:before{background-color:rgb(255, 173, 1);}
#module_360964026 .moduleButton:before, #module_360964026 .moduleButton.faded:before{}
#module_360964026 .moduleButton:hover{border-color:rgb(255, 255, 255);}
#module_360964026 .moduleButton:hover{border-style:solid;}
#module_360964026 .moduleButton:hover{border-width:0px;}

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

#module_360964027 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_360964027 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_360964027 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_360964027 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_360964027 .GraphicUpper{padding-top:0px;}
#module_360964027 .GraphicUpper{padding-bottom:0px;}
#module_360964027 .GraphicUpper{padding-left:0px;}
#module_360964027 .GraphicUpper {padding-right:0px;}
#module_360964027 .GraphicUpper{width:17%;} #module_360964027 .ModuleImageTextContent{width: calc(100% - 17%);}
#module_360964027 .MobileGraphicUpper{width:10%;} #module_360964027 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_360964027 .ModuleImageTextGiantContent{padding-top:0px;}
#module_360964027 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_360964027 .ModuleImageTextGiantContent{padding-left:15px;}
#module_360964027 .ModuleImageTextGiantContent{padding-right:0px;}
#module_360964027 .normal_ImgtextBox_content{padding-top:0px;}
#module_360964027 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_360964027 .normal_ImgtextBox_content{padding-left:0px;}
#module_360964027 .normal_ImgtextBox_content{padding-right:0px;}
#module_360964027 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_360964027 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_360964027 .normal_ImgtextBox_content{background-color:transparent;}
#module_360964027 .normal_ImgtextBox_content{background-image:none;}
#module_360964027 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_360964027 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_360964027 .normal_ImgtextBox_content{background-attachment:none;}
#module_360964027 .normal_ImgtextBox_content{}
#module_360964027 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_360964027 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_360964027 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_360964027 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_360964027 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content{border-top-style:none;}
#module_360964027 .normal_ImgtextBox_content{border-top-width:0px;}
#module_360964027 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content{border-right-style:none;}
#module_360964027 .normal_ImgtextBox_content{border-right-width:0px;}
#module_360964027 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_360964027 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_360964027 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content{border-left-style:none;}
#module_360964027 .normal_ImgtextBox_content{border-left-width:0px;}
#module_360964027 .showHandle .btn{font-size:14px;}
#module_360964027 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964027 .showHandle .btn{color:#333;}
#module_360964027 .showHandle .btn{font-weight:400;}
#module_360964027 .showHandle .btn{text-decoration:none;}
#module_360964027 .showHandle .btn{font-style:normal;}
#module_360964027 .showHandle div{border-top-color:#ddd !important;}
#module_360964027 .showHandle div{border-top-style:solid !important;}
#module_360964027 .showHandle div{border-top-width:1px !important;}
#module_360964027 .showHandle{background-color:transparent;}
#module_360964027 .showHandle{background-image:none;}
#module_360964027 .showHandle{background-repeat:no-repeat;}
#module_360964027 .showHandle{}
#module_360964027 .showHandle{}
#module_360964027 .showHandle{}
#module_360964027 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_360964027 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_360964027 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_360964027 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_360964027 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_360964027 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer360964025 #Sub360964025_3 {width:25.0000%;}
.module_360964028 .ModuleHead .HeadCenter{float:none;}
#module_360964028 {
padding:0px;
}
#module_360964028 {
position:static;
z-index:0;
top:-111px;
left:0px;
width:100%;
height: auto;
}
#module_360964028 .ModuleHead360964028 {
display:none;
}
#module_360964028 .BodyCenter.BodyCenter360964028 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964028 >.module_360964028 {
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:rgba(17, 33, 108, 0.59);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_360964028 >.module_360964028{
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_360964028 .BodyCenter.BodyCenter360964028 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964028 .BodyCenter.BodyCenter360964028 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964028 >.module_360964028 {
margin-top:0.0000%;
margin-left:69.2500%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964028 >.module_360964028 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964028 >.module_360964028 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964028:hover {
border:none;
}
#module_360964028:hover >.module_360964028 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964028 .BodyCenter{text-align:left;}
#module_360964028 .moduleButton{font-size:12px;}
#module_360964028 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_360964028 .moduleButton{color:#000000;}
#module_360964028 .moduleButton{font-weight:normal;}
#module_360964028 .moduleButton{text-decoration:none;}
#module_360964028 .moduleButton{font-style:normal;}
#module_360964028 .moduleButton, #module_360964028 .moduleButton.faded:before{background-color:rgb(255, 255, 255);}
#module_360964028 .moduleButton, #module_360964028 .moduleButton.faded:before{}
#module_360964028 .moduleButton{border-color:#000000;}
#module_360964028 .moduleButton{border-style:solid;}
#module_360964028 .moduleButton{border-width:0px;}
#module_360964028 .moduleButton{width:50px;}
#module_360964028 .moduleButton{height:50px;line-height:50px;}
#module_360964028 .BodyCenter{color:#000;}
#module_360964028 .moduleButton{border-top-left-radius:0px;}
#module_360964028 .moduleButton{border-top-right-radius:0px;}
#module_360964028 .moduleButton{border-bottom-left-radius:0px;}
#module_360964028 .moduleButton{border-bottom-right-radius:0px;}
#module_360964028 .BreadIcon{font-size:20px;} #module_360964028 .BreadsvgIcon svg{width:20px;height:20px;}
#module_360964028 .BreadIcon{color:#8F011D;} #module_360964028 .BreadsvgIcon svg>*{fill:#8F011D;}
#module_360964028 .BreadIcon,#module_360964028 .BreadsvgIcon{margin-left:10px;}
#module_360964028 .BreadIcon,#module_360964028 .BreadsvgIcon{margin-right:10px;}
#module_360964028 .moduleButton:hover .BreadIcon{font-size:16px;} #module_360964028 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_360964028 .moduleButton:hover .BreadIcon{color:#fff} #module_360964028 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_360964028 .moduleButton:hover{font-size:12px;}
#module_360964028 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360964028 .moduleButton:hover{color:#fff;}
#module_360964028 .moduleButton:hover{font-weight:normal;}
#module_360964028 .moduleButton:hover{text-decoration:none;}
#module_360964028 .moduleButton:hover{font-style:normal;}
#module_360964028 .moduleButton:before, #module_360964028 .moduleButton.faded:before{background-color:rgb(255, 173, 1);}
#module_360964028 .moduleButton:before, #module_360964028 .moduleButton.faded:before{}
#module_360964028 .moduleButton:hover{border-color:rgb(255, 255, 255);}
#module_360964028 .moduleButton:hover{border-style:solid;}
#module_360964028 .moduleButton:hover{border-width:0px;}

.ModuleGridContainer.ModuleGridContainer360964025 #Sub360964025_4 {width:25.0000%;}
.module_360964029 .ModuleHead .HeadCenter{float:none;}
#module_360964029 {
padding:0px;
}
#module_360964029 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964029 .ModuleHead360964029 {
display:none;
}
#module_360964029 .BodyCenter.BodyCenter360964029 {
background:none;background-color:rgb(24, 24, 25);
}
#module_360964029 >.module_360964029 {
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_360964029 >.module_360964029{
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_360964029 .BodyCenter.BodyCenter360964029 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6151%;
}
}
@media screen and (max-width: 767px){
#module_360964029 .BodyCenter.BodyCenter360964029 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964029 >.module_360964029 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964029 >.module_360964029 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964029 >.module_360964029 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964029:hover {
border:none;
}
#module_360964029:hover >.module_360964029 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964029 .ModuleSubContainer{background-color:transparent;}
#module_360964029 .ModuleSubContainer{background-image:none;}
#module_360964029 .ModuleSubContainer{background-repeat:no-repeat;}
#module_360964029 .ModuleSubContainer{background-position:0% 0%;}
#module_360964029 .ModuleSubContainer{background-attachment:scroll;}
#module_360964029 .ModuleSubContainer{}
#module_360964029 {!bgVideo!}{bgVideoUrl:none}
#module_360964029 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_360964029 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_360964029 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer360964029 {max-width:1600px;width:auto;}
.module_360964030 .ModuleHead .HeadCenter{float:none;}
#module_360964030 {
padding:0px;
}
#module_360964030 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964030 .ModuleHead360964030 {
display:none;
}
#module_360964030 .BodyCenter.BodyCenter360964030 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964030 >.module_360964030 {
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:rgb(38, 38, 38);
border-bottom-width:1px;
}
#module_360964030 >.module_360964030{
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_360964030 .BodyCenter.BodyCenter360964030 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964030 .BodyCenter.BodyCenter360964030 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964030 >.module_360964030 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:1.2500%;
}
}
@media screen and (max-width: 767px){
#module_360964030 >.module_360964030 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964030 >.module_360964030 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964030:hover {
border:none;
}
#module_360964030:hover >.module_360964030 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964030 .main-nav-item{height:80px;line-height:80px} #module_360964030 .main-nav-content{height:80px;}
#module_360964030 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_360964030 .main-nav-content{background-image:none;}
#module_360964030 .main-nav-content{background-repeat:no-repeat;}
#module_360964030 .main-nav-content{}
#module_360964030 .main-nav-content{}
#module_360964030 .main-nav-content{}
#module_360964030 .main-nav-content, #module_360964030 .verticalMenu .main-nav-item-group{text-align:left;}
#module_360964030 .main-nav-item{font-size:16px;}
#module_360964030 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_360964030 .main-nav-item{color:rgb(255, 255, 255);}
#module_360964030 .main-nav-item{font-weight:normal;}
#module_360964030 .main-nav-item{text-decoration:none;}
#module_360964030 .main-nav-item{font-style:normal;}
#module_360964030 .main-nav-item{background-color:transparent;}
#module_360964030 .main-nav-item{background-image:none;}
#module_360964030 .main-nav-item{background-repeat:no-repeat;}
#module_360964030 .main-nav-item{}
#module_360964030 .main-nav-item{}
#module_360964030 .main-nav-item{}
#module_360964030 .main-nav-item{width:auto;}
#module_360964030 .main-nav-item{padding-left:51px;padding-right:51px;} #module_360964030 .verticalMenu .main-nav-item-group{margin-bottom:51px;}
#module_360964030 .sub-nav-item-group{border-top-color:#333;}
#module_360964030 .sub-nav-item-group{border-top-style:solid;}
#module_360964030 .sub-nav-item-group{border-top-width:2px;}
#module_360964030 .sub-nav-item-group{border-right-color:transparent;}
#module_360964030 .sub-nav-item-group{border-right-style:none;}
#module_360964030 .sub-nav-item-group{border-right-width:0px;}
#module_360964030 .sub-nav-item-group{border-bottom-color:transparent;}
#module_360964030 .sub-nav-item-group{border-bottom-style:none;}
#module_360964030 .sub-nav-item-group{border-bottom-width:0px;}
#module_360964030 .sub-nav-item-group{border-left-color:transparent;}
#module_360964030 .sub-nav-item-group{border-left-style:none;}
#module_360964030 .sub-nav-item-group{border-left-width:0px;}
#module_360964030 .sub-nav-item-group{width:192px;}
#module_360964030 .sub-nav-item{height:40px;line-height:40px}
#module_360964030 .sub-nav-item{font-size:12px;}
#module_360964030 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_360964030 .sub-nav-item{color:#000;}
#module_360964030 .sub-nav-item{font-weight:normal;}
#module_360964030 .sub-nav-item{text-decoration:none;}
#module_360964030 .sub-nav-item{font-style:normal;}
#module_360964030 .sub-nav-item{background-color:#fff;}
#module_360964030 .sub-nav-item{background-image:none;}
#module_360964030 .sub-nav-item{background-repeat:no-repeat;}
#module_360964030 .sub-nav-item{}
#module_360964030 .sub-nav-item{}
#module_360964030 .sub-nav-item{}
#module_360964030 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_360964030 .sub-nav-item{border-bottom-style:solid;}
#module_360964030 .sub-nav-item{border-bottom-width:1px;}
#module_360964030 .sub-nav-item{margin-top:0px;}
#module_360964030 .main-nav-item-hover{font-size:16px;}
#module_360964030 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360964030 .main-nav-item-hover{color:rgb(255, 255, 255);}
#module_360964030 .main-nav-item-hover{font-weight:normal;}
#module_360964030 .main-nav-item-hover{text-decoration:none;}
#module_360964030 .main-nav-item-hover{font-style:normal;}
#module_360964030 .main-nav-item-hover{background-color:transparent;}
#module_360964030 .main-nav-item-hover{background-image:none;}
#module_360964030 .main-nav-item-hover{background-repeat:no-repeat;}
#module_360964030 .main-nav-item-hover{}
#module_360964030 .main-nav-item-hover{}
#module_360964030 .main-nav-item-hover{}
#module_360964030 .main-nav-item-hover::before,#module_360964030 .main-nav-item::before{border-bottom-color:rgb(255, 173, 1);}
#module_360964030 .main-nav-item-hover::before{border-bottom-style:solid;}
#module_360964030 .main-nav-item-hover::before{border-bottom-width:0px;}
#module_360964030 .sub-nav-item:hover{font-size:12px;}
#module_360964030 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360964030 .sub-nav-item:hover{color:#000;}
#module_360964030 .sub-nav-item:hover{font-weight:normal;}
#module_360964030 .sub-nav-item:hover{text-decoration:none;}
#module_360964030 .sub-nav-item:hover{font-style:normal;}
#module_360964030 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_360964030 .sub-nav-item:hover{background-image:none;}
#module_360964030 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_360964030 .sub-nav-item:hover{}
#module_360964030 .sub-nav-item:hover{}
#module_360964030 .sub-nav-item:hover{}


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

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

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

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

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

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

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

.ModuleShareGiant.layout-101  .social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 36px;
    border: 1px solid #ccc;
    color: #999;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}
/* .ModuleShareGiant.layout-101  .social-share .icon-default-WeChat:hover{ color: #3dbe5b !important;  border-color: #3dbe5b !important;}
.ModuleShareGiant.layout-101  .social-share .type-weibo:hover{ color: #ff5757 !important;  border-color: #ff5757 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-kefulei_huabanfuben11:hover{ color: #21b3f7 !important;  border-color: #21b3f7 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-kongjian:hover{  color: #f8c514 !important;  border-color: #f8c514 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-Facebook2:hover{  color: #3D5A98 !important;  border-color: #3D5A98 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-Twitter1:hover{  color: #1DA1F3 !important;  border-color: #1DA1F3 !important;} */
.ModuleShareGiant.layout-101  .social-share .icon-wechat .mwechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat:hover .mwechat-qrcode {
    display: block;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.ModuleShareGiant.layout-101  .mshareMask{ top: 0;
	left: 0; position: fixed; z-index: 999;  height: 100%; width: 100%; background: #000;  opacity: 0.6; display: none;}

.ModuleShareGiant.layout-101  .share-wx-qrcode-img .help p{ width: 40%; margin: 0 auto; color:#999;  display: block; line-height: 20px; height: auto; }
.ModuleShareGiant.layout-101  .share-wx-qrcode-img,.mwechat-qrcode { border-radius: 5px; top:0px; position: fixed;z-index:9999; top: 50%;
    left: 50%;box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
    transform: translate(-50%,-50%);text-align: center; width: 270px;  background: #fff; visibility: hidden;}
.ModuleShareGiant.layout-101  #mwx-qrcode{ width: 224px; height: 224px; margin: 0 auto;}
.ModuleShareGiant.layout-101 .share-wx-qrcode-img h4{border-top-right-radius: 5px;
    border-top-left-radius: 5px;background: #F7F8FA; height: 40px; line-height: 40px; font-size: 16px; color: #666; font-weight: bold; margin-bottom: 13px;}
.ModuleShareGiant.layout-101 .share-wx-qrcode-img .help{ margin-top: 12px; margin-bottom: 19px; color: #999;font-size: 14px; line-height: 20px;}
.ModuleShareGiant.layout-101  .share-wx-tips{ display: none;    z-index: 99999;
    position: fixed;
    top: 10px;
	right: 35px;    color: #fff; font-size: 24px; text-align: center;}.module_360964034 .ModuleHead .HeadCenter{float:none;}
#module_360964034 {
padding:0px;
}
#module_360964034 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964034 .ModuleHead360964034 {
display:none;
}
#module_360964034 .BodyCenter.BodyCenter360964034 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964034 >.module_360964034 {
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_360964034 >.module_360964034{
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_360964034 .BodyCenter.BodyCenter360964034 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964034 .BodyCenter.BodyCenter360964034 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964034 >.module_360964034 {
margin-top:6.5666%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964034 >.module_360964034 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964034 >.module_360964034 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964034:hover {
border:none;
}
#module_360964034:hover >.module_360964034 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964034 .ModuleSharediv{text-align: left;}
#module_360964034 .social-share-icon{color:#999;}
#module_360964034 .social-share-icon{font-size:20px;}
#module_360964034 .social-share-icon{ margin-right:7px;margin-left:7px;} #module_360964034 .mvertical{margin-top:7px;margin-bottom:7px;}
#module_360964034 .social-share-icon{height:36px; width:36px;line-height:36px}
#module_360964034 .social-share-icon{border-top-color:rgb(38, 38, 38);}
#module_360964034 .social-share-icon{border-top-style:solid;}
#module_360964034 .social-share-icon{border-top-width:1px;}
#module_360964034 .social-share-icon{border-right-color:rgb(38, 38, 38);}
#module_360964034 .social-share-icon{border-right-style:solid;}
#module_360964034 .social-share-icon{border-right-width:1px;}
#module_360964034 .social-share-icon{border-bottom-color:rgb(38, 38, 38);}
#module_360964034 .social-share-icon{border-bottom-style:solid;}
#module_360964034 .social-share-icon{border-bottom-width:1px;}
#module_360964034 .social-share-icon{border-left-color:rgb(38, 38, 38);}
#module_360964034 .social-share-icon{border-left-style:solid;}
#module_360964034 .social-share-icon{border-left-width:1px;}
#module_360964034 .social-share-icon{background-color:transparent;}
#module_360964034 .social-share-icon{}
#module_360964034 .social-share-icon:hover{background-color:transparent;}
#module_360964034 .social-share-icon:hover{}
#module_360964034 .social-share-icon:hover{color:rgb(255, 173, 1);}
#module_360964034 .social-share-icon:hover{font-size:20px;}
#module_360964034 .social-share-icon:hover{border-top-color:rgb(255, 173, 1);}
#module_360964034 .social-share-icon:hover{border-top-style:solid;}
#module_360964034 .social-share-icon:hover{border-top-width:1px;}
#module_360964034 .social-share-icon:hover{border-right-color:#ccc;}
#module_360964034 .social-share-icon:hover{border-right-style:solid;}
#module_360964034 .social-share-icon:hover{border-right-width:0px;}
#module_360964034 .social-share-icon:hover{border-bottom-color:#ccc;}
#module_360964034 .social-share-icon:hover{border-bottom-style:solid;}
#module_360964034 .social-share-icon:hover{border-bottom-width:0px;}
#module_360964034 .social-share-icon:hover{border-left-color:#ccc;}
#module_360964034 .social-share-icon:hover{border-left-style:solid;}
#module_360964034 .social-share-icon:hover{border-left-width:0px;}

.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*滚动条*/

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

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

/*二级导航*/

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

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

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

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



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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

#module_360963981 .defaultbtn{background-color:#fff}
#module_360963981 .defaultbtn{}
#module_360963981 .spotgroup{color:#000}
#module_360963981 .itembtn{background-color:#fff}
#module_360963981 .itembtn{}
#module_360963981 .itemicon{color:#666} #module_360963981 svg>*{fill:#666}
#module_360963981 .itemtext{background-color:#fff} #module_360963981 .itemtextright::before{border-left-color:#fff} #module_360963981 .itemtextleft::before{border-right-color:#fff}
#module_360963981 .itemtext{}
#module_360963981 .itemtext{font-size:12px;}
#module_360963981 .itemtext{font-family:;}
#module_360963981 .itemtext{color:#666 !important;}
#module_360963981 .itemtext{font-weight:normal;}
#module_360963981 .itemtext{text-decoration:none;}
#module_360963981 .itemtext{font-style:normal;}
#module_360963981 .defaultbtnbghover{background-color:#000000}
#module_360963981 .defaultbtnbghover{}
#module_360963981 .defaultbtniconbghover{color:#fff}
.module_360963982 .ModuleHead .HeadCenter{float:none;}
#module_360963982 {
padding:0px;
}
#module_360963982 {
}
#module_360963982 .ModuleHead360963982 {
display:none;
}
#module_360963982 .BodyCenter.BodyCenter360963982 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360963982 >.module_360963982 {
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_360963982 >.module_360963982{
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_360963982 .BodyCenter.BodyCenter360963982 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_360963982 .BodyCenter.BodyCenter360963982 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_360963982 >.module_360963982 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_360963982 >.module_360963982 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_360963982 >.module_360963982 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360963982:hover {
border:none;
}
#module_360963982:hover >.module_360963982 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360963982 .foot-nav-list{background-color:#8F011D !important;}
#module_360963982 .foot-nav-list{border-top-color:transparent;}
#module_360963982 .foot-nav-list{border-top-style:none;}
#module_360963982 .foot-nav-list{border-top-width:0px;}
#module_360963982 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_360963982 .icon{color:#fff !important;} #module_360963982 .icon svg >*{fill:#fff}
#module_360963982 .itemText{font-size:12px;}
#module_360963982 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_360963982 .itemText{color:#fff !important;}
#module_360963982 .itemText{font-weight:normal;}
#module_360963982 .itemText{text-decoration:none;}
#module_360963982 .itemText{font-style:normal;}
#module_360963982 .iconh{color:#fff !important;}  #module_360963982 .iconh svg >*{fill:#fff}
#module_360963982 .itemTexth{font-size:12px;}
#module_360963982 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_360963982 .itemTexth{color:#fff !important;}
#module_360963982 .itemTexth{font-weight:normal;}
#module_360963982 .itemTexth{text-decoration:none;}
#module_360963982 .itemTexth{font-style:normal;}
