



.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
.breadcrumb a{font-size:12px;}
/*分页*/
.pglist {list-style:none;margin:0;padding:0;display: inline-block;
    vertical-align: bottom;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;}
.pglist li {display:inline-block!important;border:solid 1px #EBEBEB;border-radius:4px}
.pglist a {color:#333; font-size:12px;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pglist a:hover{color:#fff; background:#ff6000;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pglist .disabled a:link,.pglist .disabled a:visited,.pglist .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pglist .active {pointer-events:none}
.pglist .active,.pglist a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pglist-group {border-right:solid 1px #EBEBEB;border-radius:4px}
.pglist-group li {float:left;border-right:0;border-radius:0}
.pglist-group li:not(:first-child):not(:last-child) {border-radius:0}
.pglist-group li:first-child {border-radius:4px 0 0 4px}
.pglist-group li:last-child {border-radius:0 4px 4px 0}
.pglist-group .active,.pglist-group a:hover {background:#f5f5f5;border-radius:0}
.pglist-big a {padding:10px 16px;font-size:16px}
.pglist-small a {padding:5px 10px;font-size:12px}
.pglist.border-main .active a,.pglist.border-sub .active a,.pglist.border-dot .active a,.pglist.border-black .active a,.pglist.border-gray .active a,.pglist.border-red .active a,.pglist.border-yellow .active a,.pglist.border-blue .active a,.pglist.border-green .active a {color:#fff}


/*分页*/


.submibtn-color{    background: #ff6000;
    cursor: pointer;line-height: 50px;
    height: 50px;
    text-align: center;
    margin-top: 16px;
    width: 300px;
    margin-top: 12px;
    border-radius: 5px;color:#fff;} 


.pro-tit-left{font-size:13px;margin-top:15px;}
.pro-tit-left:hover p{color:#fff;}
.pro-img:hover p{color:#fff;}

.pager {list-style:none;padding:0;text-align:center;clear:both}
.pager li {display:inline-block}
.pager li a {color:#333;border:solid 1px #EBEBEB;border-radius:15px;padding:5px 15px;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pager li a:hover {background-color:#f5f5f5;transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pager-prev,.pager .pager-prev,.pager-next,.pager .pager-next {font-size:36px;padding:0;color:#FFF;background-color:rgba(255,255,255,.3);width:50px;height:50px;line-height:45px;display:inline-block;border-radius:50%;text-align:center;cursor:pointer}
.pager-prev:hover,.pager-next:hover {background-color:rgba(0,0,0,.6)}
.pager-group li {float:left;display:inline-block}
.pager-group li:not(:first-child):not(:last-child) {border-radius:0}
.pager-group li a:first-child {border-radius:4px 0 0 4px}
.pager-group li a:last-child {border-radius:0 4px 4px 0}
.topline{
position: absolute;
    z-index: 100;
    top: 15px;
    height: 40px;
    right: 30px;
    /* height: 100px; */
    color: #f37021;
    z-index: 900 !important;}

@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

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

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

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

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

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

.turn{
	animation:turn 1s linear ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

}
.module_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}
#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:rgb(220, 33, 40);}
#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:rgb(220, 33, 40);}
#module_360979792 .online-service-content-tab .content-tabh:hover{background-color:rgb(220, 33, 40);}
#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(50, 53, 58, 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}
#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:rgb(243, 112, 33);
}
#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}
#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}
#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:hover{ border-bottom:3px #ccc solid;    background-color: rgb(243, 112, 33);}
#module_360965586 .main-nav-item{padding-left:26px;padding-right:26px;} #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:rgb(205, 4, 12);}
#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{}


/*轮播图样式*/
.ModuleSlideV2Giant.layout-103 .slider-layout-103 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .scaleBigToSmall {-webkit-animation: scaleBigToSmall .9s linear; animation: scaleBigToSmall .9s linear;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .nextScalePage {-webkit-animation: nextScalePage .9s linear; animation: nextScalePage .9s linear;}
.ModuleSlideV2Giant.layout-103 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-103 .slide-box .swiperImg {width:100%;}
.ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-103 .slick-dots li {width: 12px; height: 12px; margin-left: unset; margin-right: 20px; padding: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dots li:last-child {margin-right: unset;}
.ModuleSlideV2Giant.layout-103 .slick-dots li button {width: 12px; height: 12px; padding: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dots li button:before {line-height: 12px; width: 12px; height: 12px; opacity: 1;}
.ModuleSlideV2Giant.layout-103 .slick-dots li:hover button:before {color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-dots li.slick-active button:before {color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-prev, .ModuleSlideV2Giant.layout-103 .slick-next {font-size: 0; z-index: 1; width: 30px; height: 70px; border-radius: 4px; background-color: rgba(0, 0, 0, .5); line-height: 70px;}
.ModuleSlideV2Giant.layout-103 .slick-prev {left: 20px; padding: 2px 2px 2px 0;}
.ModuleSlideV2Giant.layout-103 .slick-next {right: 20px; padding: 2px 0 2px 2px;}
.ModuleSlideV2Giant.layout-103 .slick-prev:before,
.ModuleSlideV2Giant.layout-103 .slick-next:before {content: unset;}
.ModuleSlideV2Giant.layout-103 .icon-leftMenu {color: #fff; font-size: 16px; display: inline-block;}
.ModuleSlideV2Giant.layout-103 .slick-prev .icon-leftMenu {transform: rotateY(180deg);}
.ModuleSlideV2Giant.layout-103 .slick-prev div, .ModuleSlideV2Giant.layout-103 .slick-next div {width: 100px; height: 100%; position: relative; display: none;}
.ModuleSlideV2Giant.layout-103 .slick-prev div {float: right;}
.ModuleSlideV2Giant.layout-103 .slick-next div {float: left;}
.ModuleSlideV2Giant.layout-103 .slick-prev img, .ModuleSlideV2Giant.layout-103 .slick-next img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.ModuleSlideV2Giant.layout-103 .slick-prev:hover,
.ModuleSlideV2Giant.layout-103 .slick-next:hover{width: 130px; background-color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-prev:hover div,
.ModuleSlideV2Giant.layout-103 .slick-next:hover div {display: inline-block;}

@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 6%;}
    .ModuleSlideV2Giant.layout-103 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next {right:2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom:9%;}
    .ModuleSlideV2Giant.layout-103 .icon-leftMenu{font-size: 14px;}
    .ModuleSlideV2Giant.layout-103 .slick-active{width: 6px; height: 6px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev .slick-arrow{width: 26px; height: 58px; line-height: 58px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev{left: 3.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next{right: 3.5%;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom:10% !important;}
    .ModuleSlideV2Giant.layout-103 .icon-leftMenu{font-size: 12px;}
    .ModuleSlideV2Giant.layout-103 .slick-active{width: 4px; height: 4px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev .slick-arrow{width: 22px;height: 48px;line-height: 48px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev{left: 3.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next{right: 3.5%;}
}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li {width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li button {width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li button:before {line-height: 9px; width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev, .ModuleSlideV2Giant.layout-103 .slick-next {display: none !important;}
}.module_360963984 .ModuleHead .HeadCenter{float:none;}
#module_360963984 {
padding:0px;
}
#module_360963984 {
position:static;
z-index:0;
top:522px;
left:1910px;
width:100%;
height: auto;
}
#module_360963984 .ModuleHead360963984 {
display:none;
}

#module_360963984 .slick-dots li button:before{color:rgba(255, 201, 5, .3);}
#module_360963984 .slick-prev .icon-leftMenu, #module_360963984 .slick-next .icon-leftMenu{color:#000;}
#module_360963984 .slick-prev, #module_360963984 .slick-next {background-color:rgba(255, 201, 5, .5);}
#module_360963984 .slick-dots li:hover button:before, #module_360963984 .slick-dots li.slick-active button:before{color:rgba(255, 201, 5, 1);}
#module_360963984 .slick-prev:hover .icon-leftMenu, #module_360963984 .slick-next:hover .icon-leftMenu{color:#000;}
#module_360963984 .slick-prev:hover, #module_360963984 .slick-next:hover {background-color:rgba(255, 201, 5, 1);}
.module_360978065 .ModuleHead .HeadCenter{float:none;}
#module_360978065 {
padding:0px;
}
#module_360978065 {
position:absolute;
z-index:99;
top:39%;
left:0%;
width:41%;
height:8%;
}
#module_360978065 .ModuleHead360978065 {
display:none;
}
#module_360978065 .BodyCenter.BodyCenter360978065 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360978065 >.module_360978065 {
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_360978065 >.module_360978065{
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_360978065 .BodyCenter.BodyCenter360978065 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360978065 .BodyCenter.BodyCenter360978065 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360978065 >.module_360978065 {
margin-top:0.0000%;
margin-left:3.0488%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360978065 >.module_360978065 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360978065 >.module_360978065 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360978065:hover {
border:none;
}
#module_360978065:hover >.module_360978065 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_360978522 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360978522 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360978522 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360978522 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360978522 .imageTextGiant-Container{padding-top:10px;}
#module_360978522 .imageTextGiant-Container{padding-bottom:10px;}
#module_360978522 .imageTextGiant-Container{padding-left:10px;}
#module_360978522 .imageTextGiant-Container{padding-right:10px;}
#module_360978522 .showHandle .btn{font-size:14px;}
#module_360978522 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360978522 .showHandle .btn{color:#333;}
#module_360978522 .showHandle .btn{font-weight:400;}
#module_360978522 .showHandle .btn{text-decoration:none;}
#module_360978522 .showHandle .btn{font-style:normal;}
#module_360978522 .showHandle div{border-top-color:#ddd !important;}
#module_360978522 .showHandle div{border-top-style:solid !important;}
#module_360978522 .showHandle div{border-top-width:1px !important;}
#module_360978522 .showHandle{background-color:transparent;}
#module_360978522 .showHandle{background-image:none;}
#module_360978522 .showHandle{background-repeat:no-repeat;}
#module_360978522 .showHandle{}
#module_360978522 .showHandle{}
#module_360978522 .showHandle{}
#module_360978522 a{font-size:unset;font-family:unset}
.ModuleButtonGiant.layout-104 .moduleButton{
	background-color: #000;
	font-size: 12px;
	height: 50px;
	width:180px;
	color:#fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	max-width:100%;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
	 /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-104 .buttonbox{
	display: flex;
    justify-content: center;
    align-items: center;
}
.ModuleButtonGiant.layout-104 .buttonbox > span{
	display:inline-flex;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover{
    color:#fff;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover:before{
    background: #333;
}
.ModuleButtonGiant.layout-104 .hvr-sweep-to-right:before,.ModuleButtonGiant.layout-104 .hvr-sweep-to-top:before,.ModuleButtonGiant.layout-104 .Radial-Out:before,.ModuleButtonGiant.layout-104 .RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Vertical:before{
    background: #333
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon{
	flex-direction: column;
	justify-content: center;
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-104 .BreadIcon{
    font-size: 16px;
}.module_360978529 .ModuleHead .HeadCenter{float:none;}
#module_360978529 {
padding:0px;
}
#module_360978529 {
position:absolute;
z-index:99;
top:71%;
left:1%;
width:15%;
height:21%;
}
#module_360978529 .ModuleHead360978529 {
display:none;
}
#module_360978529 .BodyCenter.BodyCenter360978529 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360978529 >.module_360978529 {
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_360978529 >.module_360978529{
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_360978529 .BodyCenter.BodyCenter360978529 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360978529 .BodyCenter.BodyCenter360978529 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360978529 >.module_360978529 {
margin-top:0.0000%;
margin-left:8.1197%;
margin-right:8.9744%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360978529 >.module_360978529 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360978529 >.module_360978529 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360978529:hover {
border:none;
}
#module_360978529:hover >.module_360978529 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360978529 .BodyCenter{text-align:left;}
#module_360978529 .moduleButton{font-size:12px;}
#module_360978529 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_360978529 .moduleButton{color:#fff;}
#module_360978529 .moduleButton{font-weight:normal;}
#module_360978529 .moduleButton{text-decoration:none;}
#module_360978529 .moduleButton{font-style:normal;}
#module_360978529 .moduleButton, #module_360978529 .moduleButton:before{background-color:rgba(0,0,0,0);}
#module_360978529 .moduleButton, #module_360978529 .moduleButton:before{}
#module_360978529 .moduleButton, #module_360978529 .moduleButton:before{}
#module_360978529 .moduleButton, #module_360978529 .moduleButton:before{}
#module_360978529 .moduleButton, #module_360978529 .moduleButton:before{}
#module_360978529 .moduleButton, #module_360978529 .moduleButton:before{}
#module_360978529 .moduleButton{border-color:rgba(255, 255, 255, 0.22);}
#module_360978529 .moduleButton{border-style:solid;}
#module_360978529 .moduleButton{border-width:1px;}
#module_360978529 .moduleButton{width:180px;}
#module_360978529 .moduleButton,#module_360978529 .BreadsvgIcon{height:50px;line-height:50px;}
#module_360978529 .BodyCenter{color:#fff;}
#module_360978529 .moduleButton{border-top-left-radius:0px;}
#module_360978529 .moduleButton{border-top-right-radius:0px;}
#module_360978529 .moduleButton{border-bottom-left-radius:0px;}
#module_360978529 .moduleButton{border-bottom-right-radius:0px;}
#module_360978529 .BreadIcon{font-size:16px;} #module_360978529 .BreadsvgIcon svg{width:16px;height:16px;}
#module_360978529 .BreadIcon{color:#fff;} #module_360978529 .BreadsvgIcon svg>*{fill:#fff;}
#module_360978529 .BreadIcon,#module_360978529 .BreadsvgIcon{margin-left:10px;}
#module_360978529 .BreadIcon,#module_360978529 .BreadsvgIcon{margin-right:10px;}
#module_360978529 .moduleButton{box-shadow:;}
#module_360978529 .moduleButton:hover .BreadIcon{font-size:16px;} #module_360978529 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_360978529 .moduleButton:hover .BreadIcon{color:#fff} #module_360978529 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_360978529 .moduleButton:hover{font-size:12px;}
#module_360978529 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360978529 .moduleButton:hover{color:#fff;}
#module_360978529 .moduleButton:hover{font-weight:normal;}
#module_360978529 .moduleButton:hover{text-decoration:none;}
#module_360978529 .moduleButton:hover{font-style:normal;}
#module_360978529 .moduleButton:hover, #module_360978529 .moduleButton:hover:before{background-image: unset;background-color:rgb(255, 26, 35);}
#module_360978529 .moduleButton:hover, #module_360978529 .moduleButton:hover:before{}
#module_360978529 .moduleButton:hover, #module_360978529 .moduleButton:hover:before{}
#module_360978529 .moduleButton:hover, #module_360978529 .moduleButton:hover:before{}
#module_360978529 .moduleButton:hover, #module_360978529 .moduleButton:hover:before{}
#module_360978529 .moduleButton:hover, #module_360978529 .moduleButton:hover:before{}
#module_360978529 .moduleButton:hover{border-color:transparent;}
#module_360978529 .moduleButton:hover{border-style:solid;}
#module_360978529 .moduleButton:hover{border-width:0px;}
#module_360978529 .moduleButton:hover{box-shadow:;}

#module_360963984 .SubContainer {max-width:1600px !important;}
.module_361068439 .ModuleHead .HeadCenter{float:none;}
#module_361068439 {
padding:0px;
}
#module_361068439 {
position:static;
z-index:0;
top:338px;
width:100%;
height: auto;
}
#module_361068439 .ModuleHead361068439 {
display:none;
}
#module_361068439 .BodyCenter.BodyCenter361068439 {
background:none;background-color:rgb(243, 243, 243);
}
#module_361068439 >.module_361068439 {
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_361068439 >.module_361068439{
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_361068439 .BodyCenter.BodyCenter361068439 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361068439 .BodyCenter.BodyCenter361068439 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_361068439 >.module_361068439 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361068439 >.module_361068439 {
margin-top:2.8818%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:2.8818%;
}
}
#module_361068439 >.module_361068439 {box-shadow: 0px 0px 0px 0px #ccc}
#module_361068439:hover {
border:none;
}
#module_361068439:hover >.module_361068439 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_361068439 .ModuleSubContainer{background-color:transparent;}
#module_361068439 .ModuleSubContainer{background-image:none;}
#module_361068439 .ModuleSubContainer{background-repeat:no-repeat;}
#module_361068439 .ModuleSubContainer{background-position:0% 0%;}
#module_361068439 .ModuleSubContainer{background-attachment:scroll;}
#module_361068439 .ModuleSubContainer{}
#module_361068439 {!bgVideo!}{bgVideoUrl:none}
#module_361068439 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_361068439 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_361068439 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer361068439 {max-width:1560px;width:auto;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxContainer{margin-right: auto; margin-left: auto; padding-right: 0; padding-left: 0;}
.ModuleHoverBoxGiant.layout-101 .ModuleSubContainer{position: relative; width:100%; overflow: hidden;}
.ModuleHoverBoxGiant.layout-101 .row{margin-right: 0px; margin-left: 0px;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxContainer{width: 100%; height: 100%}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_1{position: relative; overflow: hidden;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2{overflow: hidden; position: absolute;	top: -100%; left: 0; height: 0; opacity: 0; display: none; background: #fff;}
@media only screen and (min-width: 769px) {
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .ModuleHoverBoxItem_2{height: 100%; opacity: 1; top: 0; display: inline-block; visibility: visible;}
	/* 弹现 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFadeIn{-webkit-animation: fadeIn .6s ease forwards; animation: fadeIn .6s ease forwards;}
	/* 从上淡入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFadeInDown{-webkit-animation: fadeInDown .6s ease forwards; animation: fadeInDown .6s ease forwards;}
	/* 从下淡入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFadeInUp{-webkit-animation: fadeInUp .6s ease forwards; animation: fadeInUp .6s ease forwards;}
	/* 从上滑入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchSlideInDown{-webkit-animation: slideInDown .6s ease forwards; animation: slideInDown .6s ease forwards;}
	/* 从下滑入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchSlideInUp{-webkit-animation: slideInUp .6s ease forwards; animation: slideInUp .6s ease forwards;}
	/* 从里弹入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchBounceIn{-webkit-animation: bounceIn .6s ease forwards; animation: bounceIn .6s ease forwards;}
	/* 从左弹入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchBounceInLeft{-webkit-animation: bounceInLeft .6s ease forwards; animation: bounceInLeft .6s ease forwards;}
	/* 从右弹入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchBounceInRight{-webkit-animation: bounceInRight .6s ease forwards; animation: bounceInRight .6s ease forwards;}
	/* 跳动 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchPulse{-webkit-animation: pulse .6s ease forwards; animation: pulse .6s ease forwards;}
	/* 放大 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchZoomIn{-webkit-animation: zoomIn .6s ease forwards; animation: zoomIn .6s ease forwards;}
	/* Y轴翻转 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFlipInY{-webkit-animation: flipInY .6s ease forwards; animation: flipInY .6s ease forwards;}
}

@media only screen and (max-width: 768px) {
	.ModuleHoverBoxGiant.layout-101 .ModuleShowHover .ModuleHoverBoxItem_2{display: block !important; height: 100% !important; opacity: 1 !important; top: 0 !important;}
	.ModuleHoverBoxGiant.layout-101 .ModuleShowNormal .ModuleHoverBoxItem_2{display: none !important;}
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .wow{visibility: visible !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeIn{animation-name:fadeIn !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeInLeft{animation-name:fadeInLeft !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeInRight{animation-name:fadeInRight !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeInUp{animation-name:fadeInUp !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeInDown{animation-name:fadeInDown !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .slideInUp{animation-name:slideInUp !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .slideInDown{animation-name:slideInDown !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .slideInLeft{animation-name:slideInLeft !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .slideInRight{animation-name:slideInRight !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .zoomIn{animation-name:zoomIn !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .flipInX{animation-name:flipInX !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .flipInY{animation-name:flipInY !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .bounce{animation-name:bounce !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .flash{animation-name:flash !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .pulse{animation-name:pulse !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .rotateInDownLeft{animation-name:rotateInDownLeft !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .rotateInDownRight{animation-name:rotateInDownRight !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .bounceIn{animation-name:bounceIn !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .bounceInLeft{animation-name:bounceInLeft !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .bounceInRight{animation-name:bounceInRight !important;}.module_361068446 .ModuleHead .HeadCenter{float:none;}
#module_361068446 {
padding:0px;
}
#module_361068446 {
position:static;
z-index:0;
top:40px;
left:0px;
width:100%;
height: auto;
}
#module_361068446 .ModuleHead361068446 {
display:none;
}
#module_361068446 >.module_361068446 {
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(216, 216, 216);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(220, 33, 40);
border-bottom-width:0px;
}
#module_361068446 >.module_361068446{
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_361068446 .BodyCenter.BodyCenter361068446 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361068446 .BodyCenter.BodyCenter361068446 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_361068446 >.module_361068446 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361068446 >.module_361068446 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_361068446 >.module_361068446 {box-shadow: 0px 0px 0px 0px #ccc}
#module_361068446:hover {
border:none;
}
#module_361068446:hover >.module_361068446 {
border-color:#ccc;
}
#module_361068446:hover >.module_361068446 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_361068446 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_361068446 .ModuleHoverBoxItem_1{background-image:none;}
#module_361068446 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_361068446 .ModuleHoverBoxItem_1{}
#module_361068446 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_361068446 .ModuleHoverBoxItem_1{}
#module_361068446 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_361068446 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_361068446 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_361068446 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_361068446 .ModuleHoverBoxItem_2{background-color:rgb(220, 33, 40);}
#module_361068446 .ModuleHoverBoxItem_2{background-image:none;}
#module_361068446 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_361068446 .ModuleHoverBoxItem_2{}
#module_361068446 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_361068446 .ModuleHoverBoxItem_2{}
#module_361068446 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_361068446 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_361068446 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_361068446 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_361068446 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_361068447 .ModuleHead .HeadCenter{float:none;}
#module_361068447 {
padding:0px;
}
#module_361068447 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_361068447 .ModuleHead361068447 {
display:none;
}
#module_361068447 .BodyCenter.BodyCenter361068447 {
background:none;background-color:rgba(0,0,0,0);
}
#module_361068447 >.module_361068447 {
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_361068447 >.module_361068447{
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_361068447 .BodyCenter.BodyCenter361068447 {
padding-top:5.1282%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361068447 .BodyCenter.BodyCenter361068447 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_361068447 >.module_361068447 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361068447 >.module_361068447 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_361068447 >.module_361068447 {box-shadow: 0px 0px 0px 0px #ccc}
#module_361068447:hover {
border:none;
}
#module_361068447:hover >.module_361068447 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_361068441 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_361068441 .ModuleHoverBoxItem_1{background-image:none;}
#module_361068441 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_361068441 .ModuleHoverBoxItem_1{}
#module_361068441 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_361068441 .ModuleHoverBoxItem_1{}
#module_361068441 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_361068441 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_361068441 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_361068441 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_361068441 .ModuleHoverBoxItem_2{background-color:rgb(220, 33, 40);}
#module_361068441 .ModuleHoverBoxItem_2{background-image:none;}
#module_361068441 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_361068441 .ModuleHoverBoxItem_2{}
#module_361068441 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_361068441 .ModuleHoverBoxItem_2{}
#module_361068441 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_361068441 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_361068441 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_361068441 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_361068441 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_361068442 .ModuleHead .HeadCenter{float:none;}
#module_361068442 {
padding:0px;
}
#module_361068442 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_361068442 .ModuleHead361068442 {
display:none;
}
#module_361068442 .BodyCenter.BodyCenter361068442 {
background:none;background-color:rgba(0,0,0,0);
}
#module_361068442 >.module_361068442 {
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_361068442 >.module_361068442{
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_361068442 .BodyCenter.BodyCenter361068442 {
padding-top:5.1282%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361068442 .BodyCenter.BodyCenter361068442 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_361068442 >.module_361068442 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361068442 >.module_361068442 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_361068442 >.module_361068442 {box-shadow: 0px 0px 0px 0px #ccc}
#module_361068442:hover {
border:none;
}
#module_361068442:hover >.module_361068442 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_361068451 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_361068451 .ModuleHoverBoxItem_1{background-image:none;}
#module_361068451 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_361068451 .ModuleHoverBoxItem_1{}
#module_361068451 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_361068451 .ModuleHoverBoxItem_1{}
#module_361068451 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_361068451 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_361068451 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_361068451 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_361068451 .ModuleHoverBoxItem_2{background-color:rgb(220, 33, 40);}
#module_361068451 .ModuleHoverBoxItem_2{background-image:none;}
#module_361068451 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_361068451 .ModuleHoverBoxItem_2{}
#module_361068451 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_361068451 .ModuleHoverBoxItem_2{}
#module_361068451 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_361068451 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_361068451 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_361068451 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_361068451 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_361068452 .ModuleHead .HeadCenter{float:none;}
#module_361068452 {
padding:0px;
}
#module_361068452 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_361068452 .ModuleHead361068452 {
display:none;
}
#module_361068452 .BodyCenter.BodyCenter361068452 {
background:none;background-color:rgba(0,0,0,0);
}
#module_361068452 >.module_361068452 {
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_361068452 >.module_361068452{
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_361068452 .BodyCenter.BodyCenter361068452 {
padding-top:5.1282%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361068452 .BodyCenter.BodyCenter361068452 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_361068452 >.module_361068452 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361068452 >.module_361068452 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_361068452 >.module_361068452 {box-shadow: 0px 0px 0px 0px #ccc}
#module_361068452:hover {
border:none;
}
#module_361068452:hover >.module_361068452 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_361068456 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_361068456 .ModuleHoverBoxItem_1{background-image:none;}
#module_361068456 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_361068456 .ModuleHoverBoxItem_1{}
#module_361068456 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_361068456 .ModuleHoverBoxItem_1{}
#module_361068456 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_361068456 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_361068456 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_361068456 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_361068456 .ModuleHoverBoxItem_2{background-color:rgb(220, 33, 40);}
#module_361068456 .ModuleHoverBoxItem_2{background-image:none;}
#module_361068456 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_361068456 .ModuleHoverBoxItem_2{}
#module_361068456 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_361068456 .ModuleHoverBoxItem_2{}
#module_361068456 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_361068456 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_361068456 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_361068456 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_361068456 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_361068457 .ModuleHead .HeadCenter{float:none;}
#module_361068457 {
padding:0px;
}
#module_361068457 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_361068457 .ModuleHead361068457 {
display:none;
}
#module_361068457 .BodyCenter.BodyCenter361068457 {
background:none;background-color:rgba(0,0,0,0);
}
#module_361068457 >.module_361068457 {
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_361068457 >.module_361068457{
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_361068457 .BodyCenter.BodyCenter361068457 {
padding-top:5.1282%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361068457 .BodyCenter.BodyCenter361068457 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_361068457 >.module_361068457 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361068457 >.module_361068457 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_361068457 >.module_361068457 {box-shadow: 0px 0px 0px 0px #ccc}
#module_361068457:hover {
border:none;
}
#module_361068457:hover >.module_361068457 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

#module_361068460 .ModuleImageTextGiantContent{margin-top:0px;}
#module_361068460 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_361068460 .ModuleImageTextGiantContent{margin-left:0px;}
#module_361068460 .ModuleImageTextGiantContent{margin-right:0px;}
#module_361068460 .imageTextGiant-Container{padding-top:10px;}
#module_361068460 .imageTextGiant-Container{padding-bottom:10px;}
#module_361068460 .imageTextGiant-Container{padding-left:10px;}
#module_361068460 .imageTextGiant-Container{padding-right:10px;}
#module_361068460 .showHandle .btn{font-size:14px;}
#module_361068460 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_361068460 .showHandle .btn{color:#333;}
#module_361068460 .showHandle .btn{font-weight:400;}
#module_361068460 .showHandle .btn{text-decoration:none;}
#module_361068460 .showHandle .btn{font-style:normal;}
#module_361068460 .showHandle div{border-top-color:#ddd !important;}
#module_361068460 .showHandle div{border-top-style:solid !important;}
#module_361068460 .showHandle div{border-top-width:1px !important;}
#module_361068460 .showHandle{background-color:transparent;}
#module_361068460 .showHandle{background-image:none;}
#module_361068460 .showHandle{background-repeat:no-repeat;}
#module_361068460 .showHandle{}
#module_361068460 .showHandle{}
#module_361068460 .showHandle{}
#module_361068460 a{font-size:unset;font-family:unset}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-109 .slider-layout-109 {width: 100%; height: auto; margin: auto; position: relative;}
.ModuleSlideV2Giant.layout-109 .slider-layout-109 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-109 .slick-track {font-size: 0;}
.ModuleSlideV2Giant.layout-109 .slick-dotted.slick-slider {margin-bottom: 0; padding: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-109 .slick-slide {position: relative; transition: unset !important; opacity: 1 !important;}
.ModuleSlideV2Giant.layout-109 .slick-slide .slick-slide-box{transform: matrix(1, 0, 0, 1, 0, 0);}
.ModuleSlideV2Giant.layout-109 .slick-slide .slick-box{transform: matrix(1.1, 0, 0, 1.1, 0, 0); transform-origin: 100% 50%;}
.ModuleSlideV2Giant.layout-109 .slick-slide.slick-current .slick-box{transform: matrix(1, 0, 0, 1, 0, 0); transform-origin: 0% 50%;}
.ModuleSlideV2Giant.layout-109 .slick-slide.prevScalePage {-moz-animation: prevScalePage 1s ease-in-out; -webkit-animation: prevScalePage 1s ease-in-out; animation: prevScalePage 1s ease-in-out;}
.ModuleSlideV2Giant.layout-109 .slick-slide.nextScalePage {-moz-animation: nextScalePageUBox 1s ease-in-out; -webkit-animation: nextScalePageUBox 1s ease-in-out; animation: nextScalePageUBox 1s ease-in-out;}
.ModuleSlideV2Giant.layout-109 .slick-slide.nextScalePage .slick-slide-box {-moz-animation: nextScalePageBox 1s ease-in-out; -webkit-animation: nextScalePageBox 1s ease-in-out; animation: nextScalePageBox 1s ease-in-out;}
.ModuleSlideV2Giant.layout-109 .slick-slide.nextScalePage .slick-box{-moz-animation: nextScalePage 1s ease-in-out; -webkit-animation: nextScalePage 1s ease-in-out; animation: nextScalePage 1s ease-in-out;}
.ModuleSlideV2Giant.layout-109 .slick-slide.nextScalePageInversion .slick-slide-box {-moz-animation: nextScalePageBoxInversion 1s ease-in-out; -webkit-animation: nextScalePageBoxInversion 1s ease-in-out; animation: nextScalePageBoxInversion 1s ease-in-out;}
.ModuleSlideV2Giant.layout-109 .slick-slide.nextScalePageInversion .slick-box{-moz-animation: nextScalePageInversion 1s ease-in-out; -webkit-animation: nextScalePageInversion 1s ease-in-out; animation: nextScalePageInversion 1s ease-in-out;}
.ModuleSlideV2Giant.layout-109 .slide-box img {position: relative; left: 50%; transform: translate(-50%); width: 100%;}
.ModuleSlideV2Giant.layout-101 .slide-box .swiperImg {width:100%;}
.ModuleSlideV2Giant.layout-109 .slick-dots {bottom: 50px; font-size: 0;}
.ModuleSlideV2Giant.layout-109 .slick-dots li {position: relative; font-size: 0; width: 60px; height: 2px; margin-left: unset; margin-right: unset; background-color: rgba(19, 157, 143, .4); cursor: unset;}
.ModuleSlideV2Giant.layout-109 .slick-dots li button {width: 100%; height: 100%; border: unset; padding: 0; cursor: unset;}
.ModuleSlideV2Giant.layout-109 .slick-dots li button:before {content: unset;}
.ModuleSlideV2Giant.layout-109 .slick-dots li.slick-active {background-color: rgba(19, 157, 143, 1);}
.ModuleSlideV2Giant.layout-109 .slick-prev, .ModuleSlideV2Giant.layout-109 .slick-next {display: inline-block !important; position: relative; bottom: -12px; font-size: 16px; color: #fff; z-index: 1; width: auto; height: auto; line-height: 1;}
.ModuleSlideV2Giant.layout-109 .slick-prev {left: -20px;}
.ModuleSlideV2Giant.layout-109 .slick-next {right: -20px;}
.ModuleSlideV2Giant.layout-109 .slick-prev:before,
.ModuleSlideV2Giant.layout-109 .slick-next:before {content: unset;}
.ModuleSlideV2Giant.layout-109 .tab-pages {width: auto; height: auto; position: absolute; top: 50%; right: 40px; transform: translateY(-50%); font-size: 16px;}
.ModuleSlideV2Giant.layout-109 .tab-pages p {line-height: 1;}
.ModuleSlideV2Giant.layout-109 .tab-pages p.current-page::after {content: ''; width: 100%; height: 2px; background: #000; display: block; margin-top: 15px; margin-bottom: 15px;}

@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-109 .slick-dots {bottom: 6%;}
    .ModuleSlideV2Giant.layout-109 .tab-pages {right: 2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-109 .slick-dots {bottom: 9%; font-size: 14px;}
    .ModuleSlideV2Giant.layout-109 .tab-pages {right:3%;font-size:14px;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-109 .slick-dots {bottom: 10% !important; font-size: 12px;}
    .ModuleSlideV2Giant.layout-109 .tab-pages {right:5%;height:1px;}
    .ModuleSlideV2Giant.layout-109 .tab-pages::after {height:1px;}
    .ModuleSlideV2Giant.layout-109 .slick-active{width:45px;/*height:1px;*/}

}

@-moz-keyframes prevScalePage {
    0% {transform: scale(1, 1)}
    10% {transform: scale(1.02, 1.02)}
    20% {transform: scale(1.04, 1.04)}
    30% {transform: scale(1.06, 1.06)}
    40% {transform: scale(1.08, 1.08)}
    50%, 60%, 70%, 80%, 90%, 100% {transform: scale(1.1, 1.1)}
}
@-webkit-keyframes prevScalePage {
    0% {transform: scale(1, 1)}
    10% {transform: scale(1.02, 1.02)}
    20% {transform: scale(1.04, 1.04)}
    30% {transform: scale(1.06, 1.06)}
    40% {transform: scale(1.08, 1.08)}
    50%, 60%, 70%, 80%, 90%, 100% {transform: scale(1.1, 1.1)}
}
@keyframes prevScalePage {
    0% {transform: scale(1, 1)}
    10% {transform: scale(1.02, 1.02)}
    20% {transform: scale(1.04, 1.04)}
    30% {transform: scale(1.06, 1.06)}
    40% {transform: scale(1.08, 1.08)}
    50%, 60%, 70%, 80%, 90%, 100% {transform: scale(1.1, 1.1)}
}

@-moz-keyframes nextScalePageUBox {
    0% {transform: scale(1, 1)}
    10%, 20% {transform: scale(1.02, 1.02)}
    30%, 40% {transform: scale(1.06, 1.06)}
    50% {transform: scale(1.1, 1.1)}
    60% {transform: scale(1.08, 1.08)}
    70% {transform: scale(1.06, 1.06)}
    80% {transform: scale(1.04, 1.04)}
    90% {transform: scale(1.02, 1.02)}
    100% {transform: scale(1, 1)}
}
@-webkit-keyframes nextScalePageUBox {
    0% {transform: scale(1, 1)}
    10%, 20% {transform: scale(1.02, 1.02)}
    30%, 40% {transform: scale(1.06, 1.06)}
    50% {transform: scale(1.1, 1.1)}
    60% {transform: scale(1.08, 1.08)}
    70% {transform: scale(1.06, 1.06)}
    80% {transform: scale(1.04, 1.04)}
    90% {transform: scale(1.02, 1.02)}
    100% {transform: scale(1, 1)}
}
@keyframes nextScalePageUBox {
    0% {transform: scale(1, 1)}
    10%, 20% {transform: scale(1.02, 1.02)}
    30%, 40% {transform: scale(1.06, 1.06)}
    50% {transform: scale(1.1, 1.1)}
    60% {transform: scale(1.08, 1.08)}
    70% {transform: scale(1.06, 1.06)}
    80% {transform: scale(1.04, 1.04)}
    90% {transform: scale(1.02, 1.02)}
    100% {transform: scale(1, 1)}
}

@-moz-keyframes nextScalePageBox {
    0% {transform: translate(100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@-webkit-keyframes nextScalePageBox {
    0% {transform: translate(100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@keyframes nextScalePageBox {
    0% {transform: translate(100%, 0%);}
    100% {transform: translate(0%, 0%);}
}

@-moz-keyframes nextScalePage {
    0% {transform: translate(-100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@-webkit-keyframes nextScalePage {
    0% {transform: translate(-100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@keyframes nextScalePage {
    0% {transform: translate(-100%, 0%);}
    100% {transform: translate(0%, 0%);}
}

@-moz-keyframes nextScalePageBoxInversion {
    0% {transform: translate(-100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@-webkit-keyframes nextScalePageBoxInversion {
    0% {transform: translate(-100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@keyframes nextScalePageBoxInversion {
    0% {transform: translate(-100%, 0%);}
    100% {transform: translate(0%, 0%);}
}

@-moz-keyframes nextScalePageInversion {
    0% {transform: translate(100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@-webkit-keyframes nextScalePageInversion {
    0% {transform: translate(100%, 0%);}
    100% {transform: translate(0%, 0%);}
}
@keyframes nextScalePageInversion {
    0% {transform: translate(100%, 0%);}
    100% {transform: translate(0%, 0%);}
}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-109 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-109 .slick-dots li {width: 30px;}
    .ModuleSlideV2Giant.layout-109 .slick-prev, .ModuleSlideV2Giant.layout-109 .slick-next {font-size: 12px;}
    .ModuleSlideV2Giant.layout-109 .slick-prev {left: -10px;}
    .ModuleSlideV2Giant.layout-109 .slick-next {right: -10px;}
    .ModuleSlideV2Giant.layout-109 .tab-pages {display: none;}
}.module_361069486 .ModuleHead .HeadCenter{float:none;}
#module_361069486 {
padding:0px;
}
#module_361069486 {
position:static;
z-index:0;
top:118px;
left:117px;
width:100%;
height: auto;
}
#module_361069486 .ModuleHead361069486 {
display:none;
}

#module_361069486 .tab-pages p{color:rgba(255, 255, 255, .5);}
#module_361069486 .tab-pages p.current-page::after{background-color:rgba(255, 255, 255, 1);}
#module_361069486 .slick-dots li{background-color:rgba(209, 209, 209, .3);}
#module_361069486 .slick-prev, #module_361069486 .slick-next{color:rgba(255, 255, 255, 1);}
#module_361069486 .tab-pages p.current-page{color:rgba(255, 255, 255, 1);}
#module_361069486 .slick-dots li.slick-active{background-color:rgba(255, 255, 255, 1);}
#module_361069486 .slick-prev:hover, #module_361069486 .slick-next:hover{color:rgba(255, 255, 255, 1);}
#module_361069486 .SubContainer {}
.module_360965598 .ModuleHead .HeadCenter{float:none;}
#module_360965598 {
padding:0px;
}
#module_360965598 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_360965598 .ModuleHead360965598 {
display:none;
}
#module_360965598 .BodyCenter.BodyCenter360965598 {
background:none;background-color:rgb(243, 243, 243);
}
#module_360965598 >.module_360965598 {
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_360965598 >.module_360965598{
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_360965598 .BodyCenter.BodyCenter360965598 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360965598 .BodyCenter.BodyCenter360965598 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_360965598 >.module_360965598 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360965598 >.module_360965598 {
margin-top:2.8818%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:2.8818%;
}
}
#module_360965598 >.module_360965598 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360965598:hover {
border:none;
}
#module_360965598:hover >.module_360965598 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360965598 .ModuleSubContainer{background-color:transparent;}
#module_360965598 .ModuleSubContainer{background-image:none;}
#module_360965598 .ModuleSubContainer{background-repeat:no-repeat;}
#module_360965598 .ModuleSubContainer{background-position:0% 0%;}
#module_360965598 .ModuleSubContainer{background-attachment:scroll;}
#module_360965598 .ModuleSubContainer{}
#module_360965598 {!bgVideo!}{bgVideoUrl:none}
#module_360965598 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_360965598 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_360965598 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer360965598 {max-width:1560px;width:auto;}
.module_360967097 .ModuleHead .HeadCenter{float:none;}
#module_360967097 {
padding:0px;
}
#module_360967097 {
position:static;
z-index:0;
top:40px;
left:0px;
width:100%;
height: auto;
}
#module_360967097 .ModuleHead360967097 {
display:none;
}
#module_360967097 >.module_360967097 {
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(216, 216, 216);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(220, 33, 40);
border-bottom-width:0px;
}
#module_360967097 >.module_360967097{
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_360967097 .BodyCenter.BodyCenter360967097 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360967097 .BodyCenter.BodyCenter360967097 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360967097 >.module_360967097 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360967097 >.module_360967097 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360967097 >.module_360967097 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360967097:hover {
border:none;
}
#module_360967097:hover >.module_360967097 {
border-color:#ccc;
}
#module_360967097:hover >.module_360967097 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360967097 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_360967097 .ModuleHoverBoxItem_1{background-image:none;}
#module_360967097 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_360967097 .ModuleHoverBoxItem_1{}
#module_360967097 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_360967097 .ModuleHoverBoxItem_1{}
#module_360967097 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_360967097 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_360967097 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_360967097 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_360967097 .ModuleHoverBoxItem_2{background-color:rgb(220, 33, 40);}
#module_360967097 .ModuleHoverBoxItem_2{background-image:none;}
#module_360967097 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_360967097 .ModuleHoverBoxItem_2{}
#module_360967097 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_360967097 .ModuleHoverBoxItem_2{}
#module_360967097 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_360967097 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_360967097 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_360967097 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_360967097 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_360967098 .ModuleHead .HeadCenter{float:none;}
#module_360967098 {
padding:0px;
}
#module_360967098 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_360967098 .ModuleHead360967098 {
display:none;
}
#module_360967098 .BodyCenter.BodyCenter360967098 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360967098 >.module_360967098 {
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_360967098 >.module_360967098{
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_360967098 .BodyCenter.BodyCenter360967098 {
padding-top:5.1282%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360967098 .BodyCenter.BodyCenter360967098 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360967098 >.module_360967098 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360967098 >.module_360967098 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360967098 >.module_360967098 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360967098:hover {
border:none;
}
#module_360967098:hover >.module_360967098 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_360967046 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_360967046 .ModuleHoverBoxItem_1{background-image:none;}
#module_360967046 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_360967046 .ModuleHoverBoxItem_1{}
#module_360967046 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_360967046 .ModuleHoverBoxItem_1{}
#module_360967046 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_360967046 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_360967046 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_360967046 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_360967046 .ModuleHoverBoxItem_2{background-color:rgb(220, 33, 40);}
#module_360967046 .ModuleHoverBoxItem_2{background-image:none;}
#module_360967046 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_360967046 .ModuleHoverBoxItem_2{}
#module_360967046 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_360967046 .ModuleHoverBoxItem_2{}
#module_360967046 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_360967046 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_360967046 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_360967046 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_360967046 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_360967047 .ModuleHead .HeadCenter{float:none;}
#module_360967047 {
padding:0px;
}
#module_360967047 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_360967047 .ModuleHead360967047 {
display:none;
}
#module_360967047 .BodyCenter.BodyCenter360967047 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360967047 >.module_360967047 {
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_360967047 >.module_360967047{
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_360967047 .BodyCenter.BodyCenter360967047 {
padding-top:5.1282%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360967047 .BodyCenter.BodyCenter360967047 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360967047 >.module_360967047 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360967047 >.module_360967047 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360967047 >.module_360967047 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360967047:hover {
border:none;
}
#module_360967047:hover >.module_360967047 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_360967108 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_360967108 .ModuleHoverBoxItem_1{background-image:none;}
#module_360967108 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_360967108 .ModuleHoverBoxItem_1{}
#module_360967108 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_360967108 .ModuleHoverBoxItem_1{}
#module_360967108 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_360967108 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_360967108 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_360967108 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_360967108 .ModuleHoverBoxItem_2{background-color:rgb(220, 33, 40);}
#module_360967108 .ModuleHoverBoxItem_2{background-image:none;}
#module_360967108 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_360967108 .ModuleHoverBoxItem_2{}
#module_360967108 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_360967108 .ModuleHoverBoxItem_2{}
#module_360967108 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_360967108 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_360967108 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_360967108 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_360967108 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_360967109 .ModuleHead .HeadCenter{float:none;}
#module_360967109 {
padding:0px;
}
#module_360967109 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_360967109 .ModuleHead360967109 {
display:none;
}
#module_360967109 .BodyCenter.BodyCenter360967109 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360967109 >.module_360967109 {
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_360967109 >.module_360967109{
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_360967109 .BodyCenter.BodyCenter360967109 {
padding-top:5.1282%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360967109 .BodyCenter.BodyCenter360967109 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360967109 >.module_360967109 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360967109 >.module_360967109 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360967109 >.module_360967109 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360967109:hover {
border:none;
}
#module_360967109:hover >.module_360967109 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_360967113 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_360967113 .ModuleHoverBoxItem_1{background-image:none;}
#module_360967113 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_360967113 .ModuleHoverBoxItem_1{}
#module_360967113 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_360967113 .ModuleHoverBoxItem_1{}
#module_360967113 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_360967113 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_360967113 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_360967113 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_360967113 .ModuleHoverBoxItem_2{background-color:rgb(220, 33, 40);}
#module_360967113 .ModuleHoverBoxItem_2{background-image:none;}
#module_360967113 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_360967113 .ModuleHoverBoxItem_2{}
#module_360967113 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_360967113 .ModuleHoverBoxItem_2{}
#module_360967113 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_360967113 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_360967113 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_360967113 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_360967113 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_360967114 .ModuleHead .HeadCenter{float:none;}
#module_360967114 {
padding:0px;
}
#module_360967114 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_360967114 .ModuleHead360967114 {
display:none;
}
#module_360967114 .BodyCenter.BodyCenter360967114 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360967114 >.module_360967114 {
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_360967114 >.module_360967114{
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_360967114 .BodyCenter.BodyCenter360967114 {
padding-top:5.1282%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360967114 .BodyCenter.BodyCenter360967114 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360967114 >.module_360967114 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360967114 >.module_360967114 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360967114 >.module_360967114 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360967114:hover {
border:none;
}
#module_360967114:hover >.module_360967114 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_360964047 .ModuleSubContainer{background-color:transparent;}
#module_360964047 .ModuleSubContainer{background-image:none;}
#module_360964047 .ModuleSubContainer{background-repeat:no-repeat;}
#module_360964047 .ModuleSubContainer{background-position:0% 0%;}
#module_360964047 .ModuleSubContainer{background-attachment:scroll;}
#module_360964047 .ModuleSubContainer{}
#module_360964047 {!bgVideo!}{bgVideoUrl:none}
#module_360964047 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_360964047 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_360964047 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer360964047 {max-width:1560px;width:auto;}
.module_360964048 .ModuleHead .HeadCenter{float:none;}
#module_360964048 {
padding:0px;
}
#module_360964048 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964048 .ModuleHead360964048 {
display:none;
}
#module_360964048 .BodyCenter.BodyCenter360964048 {
background-color:#f37021;
 
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_360964048 >.module_360964048 {
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_360964048 >.module_360964048{
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_360964048 .BodyCenter.BodyCenter360964048 {
padding-top:7.6923%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.6923%;
}
}
@media screen and (max-width: 767px){
#module_360964048 .BodyCenter.BodyCenter360964048 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964048 >.module_360964048 {
margin-top:11.5385%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964048 >.module_360964048 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964048 >.module_360964048 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360964048:hover {
border:none;
}
#module_360964048:hover >.module_360964048 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964048 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360964048 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360964048 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360964048 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360964048 .imageTextGiant-Container{padding-top:10px;}
#module_360964048 .imageTextGiant-Container{padding-bottom:10px;}
#module_360964048 .imageTextGiant-Container{padding-left:10px;}
#module_360964048 .imageTextGiant-Container{padding-right:10px;}
#module_360964048 .showHandle .btn{font-size:14px;}
#module_360964048 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964048 .showHandle .btn{color:#333;}
#module_360964048 .showHandle .btn{font-weight:400;}
#module_360964048 .showHandle .btn{text-decoration:none;}
#module_360964048 .showHandle .btn{font-style:normal;}
#module_360964048 .showHandle div{border-top-color:#ddd !important;}
#module_360964048 .showHandle div{border-top-style:solid !important;}
#module_360964048 .showHandle div{border-top-width:1px !important;}
#module_360964048 .showHandle{background-color:transparent;}
#module_360964048 .showHandle{background-image:none;}
#module_360964048 .showHandle{background-repeat:no-repeat;}
#module_360964048 .showHandle{}
#module_360964048 .showHandle{}
#module_360964048 .showHandle{}
#module_360964048 a{font-size:unset;font-family:unset}
.ModuleCommonClsGiant.layout-103 .main-class-item{background: #f5f5f5;border-bottom:2px solid #fff;display: flex;justify-content:center;align-items: center;}
.ModuleCommonClsGiant.layout-103 .main-class-item:nth-last-of-type(1){border:none !important;}
.ModuleCommonClsGiant.layout-103 .main-class-text{display:block;width:100%;text-align:center;padding-right: 6px;color:#666;font-size: 14px;height:60px;line-height: 60px;transition: all .2s ease-out 0s;}
.ModuleCommonClsGiant.layout-103 .main-class-item.active .main-class-text{color:#fff;}
.ModuleCommonClsGiant.layout-103 .main-class-item.active{background: #1b75e3}
.ModuleCommonClsGiant.layout-103 .main-class-title{display: none}
.ModuleCommonClsGiant.layout-103 .main-class-item.active .main-class-text{height:100px;line-height: 100px;}

@media (max-width: 767px) {
	.ModuleCommonClsGiant.layout-103 .one-classify {
		-webkit-align-items: flex-end;
		align-items: flex-end;
		align-items: center;
		overflow-x: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		    margin-right: 10px;
	}

	.ModuleCommonClsGiant.layout-103 .main-class-item {
		width: 30%;
		text-align: center;
		flex-shrink: 0
	}

	.ModuleCommonClsGiant.layout-103 .main-class-text {
		height: 60px;
		line-height: 60px;
		padding:0 !important;
		text-align: center !important;
	}
}.module_360964049 .ModuleHead .HeadCenter{float:none;}
#module_360964049 {
padding:0px;
}
#module_360964049 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964049 .ModuleHead360964049 {
display:none;
}
#module_360964049 .BodyCenter.BodyCenter360964049 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964049 >.module_360964049 {
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_360964049 >.module_360964049{
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_360964049 .BodyCenter.BodyCenter360964049 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964049 .BodyCenter.BodyCenter360964049 {
padding-top:5.7637%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_360964049 >.module_360964049 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964049 >.module_360964049 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_360964049 >.module_360964049 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360964049:hover {
border:none;
}
#module_360964049:hover >.module_360964049 {
border-color:#ccc;
}
#module_360964049:hover >.module_360964049 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964049 .main-class-text{padding-top:px;}
#module_360964049 .main-class-text{padding-bottom:px;}
#module_360964049 .main-class-text{padding-left:px;}
#module_360964049 .main-class-text{padding-right:px;}
#module_360964049 .main-class-text{text-align:;}
#module_360964049 .main-class-item{background-color:rgb(255, 255, 255);}
#module_360964049 .main-class-item{background-image:none;}
#module_360964049 .main-class-item{}
#module_360964049 .main-class-item{}
#module_360964049 .main-class-item{}
#module_360964049 .main-class-item{}
#module_360964049 .main-class-item{border-bottom-color:rgb(242, 242, 242);}
#module_360964049 .main-class-item{border-bottom-style:solid;}
#module_360964049 .main-class-item{border-bottom-width:1px;margin-right: 5px;}
#module_360964049 .main-class-item .main-class-text{font-size:16px;}
#module_360964049 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_360964049 .main-class-item .main-class-text{color:rgb(127, 127, 127);}
#module_360964049 .main-class-item .main-class-text{font-weight:normal;}
#module_360964049 .main-class-item .main-class-text{text-decoration:none;}
#module_360964049 .main-class-item .main-class-text{font-style:normal;}
#module_360964049 .main-class-text{height:60px;line-height:60px;}
#module_360964049 .main-class-item.active{background-color:rgb(220, 33, 40);}
#module_360964049 .main-class-item.active{background-image:none;}
#module_360964049 .main-class-item.active{}
#module_360964049 .main-class-item.active{}
#module_360964049 .main-class-item.active{}
#module_360964049 .main-class-item.active{}
#module_360964049 .main-class-item.active{border-bottom-color:#fff;}
#module_360964049 .main-class-item.active{border-bottom-style:solid;}
#module_360964049 .main-class-item.active{border-bottom-width:2px;}
#module_360964049 .main-class-item.active .main-class-text{font-size:16px;}
#module_360964049 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_360964049 .main-class-item.active .main-class-text{color:#fff;}
#module_360964049 .main-class-item.active .main-class-text{font-weight:normal;}
#module_360964049 .main-class-item.active .main-class-text{text-decoration:none;}
#module_360964049 .main-class-item.active .main-class-text{font-style:normal;}
#module_360964049 {}@media only screen and (min-width: 769px){#module_360964049 .main-class-item.active .main-class-text{height:60px;line-height:60px;}}


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

#module_360964050 .BodyCenter{text-align:center;}
#module_360964050 .moduleButton{font-size:14px;}
#module_360964050 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_360964050 .moduleButton{color:rgb(127, 127, 127);}
#module_360964050 .moduleButton{font-weight:normal;}
#module_360964050 .moduleButton{text-decoration:none;}
#module_360964050 .moduleButton{font-style:normal;}
#module_360964050 .moduleButton, #module_360964050 .moduleButton:before{background-color:rgb(255, 255, 255);}
#module_360964050 .moduleButton, #module_360964050 .moduleButton:before{}
#module_360964050 .moduleButton, #module_360964050 .moduleButton:before{}
#module_360964050 .moduleButton, #module_360964050 .moduleButton:before{}
#module_360964050 .moduleButton, #module_360964050 .moduleButton:before{}
#module_360964050 .moduleButton, #module_360964050 .moduleButton:before{}
#module_360964050 .moduleButton{border-color:rgb(237, 237, 237);}
#module_360964050 .moduleButton{border-style:solid;}
#module_360964050 .moduleButton{border-width:1px;}
#module_360964050 .moduleButton{width:180px;}
#module_360964050 .moduleButton,#module_360964050 .BreadsvgIcon{height:50px;line-height:50px;}
#module_360964050 .BodyCenter{color:#fff;}
#module_360964050 .moduleButton{border-top-left-radius:0px;}
#module_360964050 .moduleButton{border-top-right-radius:0px;}
#module_360964050 .moduleButton{border-bottom-left-radius:0px;}
#module_360964050 .moduleButton{border-bottom-right-radius:0px;}
#module_360964050 .BreadIcon{font-size:16px;} #module_360964050 .BreadsvgIcon svg{width:16px;height:16px;}
#module_360964050 .BreadIcon{color:#fff;} #module_360964050 .BreadsvgIcon svg>*{fill:#fff;}
#module_360964050 .BreadIcon,#module_360964050 .BreadsvgIcon{margin-left:10px;}
#module_360964050 .BreadIcon,#module_360964050 .BreadsvgIcon{margin-right:10px;}
#module_360964050 .moduleButton{box-shadow:;}
#module_360964050 .moduleButton:hover .BreadIcon{font-size:16px;} #module_360964050 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_360964050 .moduleButton:hover .BreadIcon{color:#fff} #module_360964050 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_360964050 .moduleButton:hover{font-size:14px;}
#module_360964050 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360964050 .moduleButton:hover{color:#fff;}
#module_360964050 .moduleButton:hover{font-weight:normal;}
#module_360964050 .moduleButton:hover{text-decoration:none;}
#module_360964050 .moduleButton:hover{font-style:normal;}
#module_360964050 .moduleButton:hover, #module_360964050 .moduleButton:hover:before{background-image: unset;background-color:rgb(220, 33, 40);}
#module_360964050 .moduleButton:hover, #module_360964050 .moduleButton:hover:before{}
#module_360964050 .moduleButton:hover, #module_360964050 .moduleButton:hover:before{}
#module_360964050 .moduleButton:hover, #module_360964050 .moduleButton:hover:before{}
#module_360964050 .moduleButton:hover, #module_360964050 .moduleButton:hover:before{}
#module_360964050 .moduleButton:hover, #module_360964050 .moduleButton:hover:before{}
#module_360964050 .moduleButton:hover{border-color:rgb(220, 33, 40);}
#module_360964050 .moduleButton:hover{border-style:solid;}
#module_360964050 .moduleButton:hover{border-width:1px;}
#module_360964050 .moduleButton:hover{box-shadow:;}

/*layout-121内容*/
.flexs{ display: flex;  flex-wrap: wrap;  align-content: flex-start;}

.ModuleProductListGiant.layout-121 .pro-container>li {position: relative; padding: 10px 5px 27px 5px;transition: transform .5s ease-out 0s,background-color .5s ease-out 0s;top:0;}

.ModuleProductListGiant.layout-121 .pro-container li {float: left; margin: 10px 0px 5px 0px; border-bottom: 2px solid #333333; background-color: #f7f7f7; font-size: 16px; cursor: pointer;}
.ModuleProductListGiant.layout-121 .pro-container li .pro-img { list-style-type: none; display: block; overflow: hidden; position: relative;}
.ModuleProductListGiant.layout-121 .pro-container li .pro-img .dummy{ padding-top: 100%; background-color: #fff; }
.ModuleProductListGiant.layout-121 .pro-container li .pro-img img{  transition: all .3s ease-out 0s; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; margin:auto; padding: auto;}
.ModuleProductListGiant.layout-121 .pro-container li:hover .pro-img img{transform: scale(1.1);}
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit-left{padding-left: 20px;}
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit-right{position:absolute;right: 2px;width: 46px; top:0;}
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit-right .rotate90{transform:rotate(89deg);text-align: center;}

.ModuleProductListGiant.layout-121 .pro-container li .pro-tit { position: relative;}
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-name{ margin-top: 18px; text-overflow: ellipsis; overflow: hidden; /*white-space: nowrap;*/ text-align: left; font-size: 14px; color: #444444;  width: 80%; }
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-desc{padding-right: 18px; text-overflow: ellipsis;  overflow: hidden;  /*white-space: nowrap;*/ margin-top: 10px; text-align: left; height: 45px;font-size: 12px;color: #a0a0a0; }
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-price{ font-size: 18px; color: rgb(241,2,20); font-weight: bold;}
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-price del{ color:rgb( 102,102,102);font-weight: 100; padding-left: 5px; }
.ModuleProductListGiant.layout-121 .pro-container li:hover .pro-tit-right{color: #fff;margin-left:2px;border-left: 1px solid rgba(255,255, 255,.3);}
.ModuleProductListGiant.layout-121 a:active,.ModuleProductListGiant.layout-121 a:visited,.ModuleProductListGiant.layout-121 a:focus{text-decoration: none;}
.ModuleProductListGiant.layout-121 .pro-params .param{line-height: 1.5; overflow: hidden;white-space: nowrap; text-overflow: ellipsis}
.ModuleProductListGiant.layout-121 .pro-desc{word-break: break-word !important;}
.ModuleProductListGiant.layout-121 .pro-name{word-break: break-word !important;}

.ModuleProductListGiant.layout-121 .smailtool{align-items: flex-start; position: absolute; top:15px; right: 15px; display: flex; }
.ModuleProductListGiant.layout-121 .VRDiv{ display: flex; justify-content: flex-start;align-items: center; margin-right: 5px; color:#fff;font-size: 14px; background-color: rgba(0,0,0,0.4); border-radius: 8px;padding:8px 12px;}
.ModuleProductListGiant.layout-121 .VRDiv > svg{ width: 16px; height: 16px;fill: #fff;}
.ModuleProductListGiant.layout-121 .VRTipstxt{ margin-left: 8px;    text-overflow: ellipsis; overflow: hidden;white-space: nowrap;}
/* 把悬停变高变低的动画移开了，ipad上这种操作是不允许的，会造成一瞬间的列表错位 */
@media screen and (min-width: 1200px) {
    .ModuleProductListGiant.layout-121 .pro-container li:hover {box-shadow:0px 8px 30px rgb(214, 213, 213);transform: translateY(-5px);-webkit-transform: translateY(-5px);box-sizing: border-box;}
}
@media screen and (min-width: 768px) {
    .ModuleProductListGiant.layout-121 .pro-container li:hover .pro-tit{ background: transparent;}
    .ModuleProductListGiant.layout-121 .pro-container li:hover .pro-tit .pro-name ,
    .ModuleProductListGiant.layout-121 .pro-container li:hover .pro-tit .pro-desc ,
    .ModuleProductListGiant.layout-121 .pro-container li:hover .pro-tit .pro-price,
    .ModuleProductListGiant.layout-121 .pro-container li:hover .pro-tit .pro-price del{ color: #fff;}
    .ModuleProductListGiant.layout-121 .pred-filter{display: block}
    .ModuleProductListGiant.layout-121 .silder-filter,.btn-filter{display: none}
    .ModuleProductListGiant.layout-121 li.col-lg-1 {width: 100%; margin: 0;}
    .ModuleProductListGiant.layout-121 li.col-lg-2 {width: calc(50% - 10px);}
    .ModuleProductListGiant.layout-121 li.col-lg-3 {width: calc(33.3333% - 10px);}
    .ModuleProductListGiant.layout-121 li.col-lg-4 {width: calc(25% - 10px);}
    .ModuleProductListGiant.layout-121 li.col-lg-5 {width: calc(20% - 10px);}
    .ModuleProductListGiant.layout-121 li.col-lg-6 {width: calc(16.6667% - 10px);}
    .ModuleProductListGiant.layout-121 li:nth-child(2n).col-lg-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li:nth-child(3n).col-lg-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li:nth-child(4n).col-lg-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li:nth-child(5n).col-lg-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li:nth-child(6n).col-lg-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li:nth-child(n).col-lg-1{ margin-right: 0 !important;}
}

.ModuleProductListGiant.layout-121 .bean-finish{background: #f10215;color:#fff;}
.ModuleProductListGiant.layout-121 .items-active{background: transparent;border: 1px solid transparent;color: #f10215;}
.ModuleProductListGiant.layout-121 .selected-light:hover{color:#f10215;}
.ModuleProductListGiant.layout-121 .choosed-tab{color:#f10215}


@media only screen and (max-width: 767px) {
    .ModuleProductListGiant.layout-121 .smailtool{ right: 5px}
    .ModuleProductListGiant.layout-121 .VRDiv{max-width: 100px;overflow: hidden;}
    .ModuleProductListGiant.layout-121 .pred-filter { display: none }
    .ModuleProductListGiant.layout-121 .silder-filter,.btn-filter { display: block }
    .ModuleProductListGiant.layout-121 .pro-container { width: 100%; }
    .ModuleProductListGiant.layout-121 .pro-container li { margin: 0 2% 2% 0 !important; }

    .ModuleProductListGiant.layout-121 .pro-container li { width: 49%;  background: #fff; font-size: 15px; }
    .ModuleProductListGiant.layout-121 .pro-container>li { padding-bottom: 12px; }
    .ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-price { font-size: 14px; font-weight: normal; }
    .ModuleProductListGiant.layout-121 .pro-container li .pro-img { overflow: hidden; display: block; }
    .ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-name { margin-top: 12px; width: 44px;}
    .ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-desc { margin-top: 7px;padding-right: 0px; }
    .ModuleProductListGiant.layout-121 .pro-container li .pro-tit-left{padding-left: 0px;}
    .ModuleProductListGiant.layout-121 .pro-container li .pro-tit-right{position:absolute;right: 0px;width: 26px; top:0;}

    .ModuleProductListGiant.layout-121 li.col-xs-2 {width: 49% !important; }
    .ModuleProductListGiant.layout-121 li.col-xs-2 .pro-tit .pro-name {width: 80%; }
    .ModuleProductListGiant.layout-121 li:nth-child(2n).col-xs-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li.col-xs-3 {width:32% !important; }
    .ModuleProductListGiant.layout-121 li:nth-child(3n).col-xs-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li.col-xs-4 {width: 23.5% !important; }
    .ModuleProductListGiant.layout-121 li:nth-child(4n).col-xs-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li.col-xs-5 {width:18.4% !important; }
    .ModuleProductListGiant.layout-121 li:nth-child(5n).col-xs-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li.col-xs-6 {width:15% !important; }
    .ModuleProductListGiant.layout-121 li:nth-child(6n).col-xs-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li.col-xs-1 {width: 100% !important;}
    .ModuleProductListGiant.layout-121 li.col-xs-1 .pro-tit .pro-name {width: 80% !important; }
    .ModuleProductListGiant.layout-121 li:nth-child(n).col-xs-1{ margin-right: 0 !important;}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleProductListGiant.layout-121 .pro-container li { width: 47%; background: #fff; font-size: 15px;}
    .ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-name { margin-top: 12px; width: 60%}
}
.ModuleProductListGiant.layout-121 .videosDiv{border-radius: 8px;padding:8px 12px;background:rgba(0,0,0,0.4);}
.ModuleProductListGiant.layout-121 .videosTis{color: #fff;font-size: 12px;}
.ModuleProductListGiant.layout-121 .videosTis > svg{ width: 12px; height: 12px;fill: #fff;}
.ModuleProductListGiant.layout-122 .pagerGiant .inputer{outline: 0;}
.module_360964051 .ModuleHead .HeadCenter{float:none;}
#module_360964051 {
padding:0px;
}
#module_360964051 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964051 .ModuleHead360964051 {
display:none;
}
#module_360964051 .BodyCenter.BodyCenter360964051 {
background:none;background-color:rgb(255, 255, 255);
}
#module_360964051 >.module_360964051 {
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_360964051 >.module_360964051{
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_360964051 .BodyCenter.BodyCenter360964051 {
padding-top:1.1538%;
padding-left:1.5385%;
padding-right:1.5385%;
padding-bottom:7.6923%;
}
}
@media screen and (max-width: 767px){
#module_360964051 .BodyCenter.BodyCenter360964051 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_360964051 >.module_360964051 {
margin-top:3.0769%;
margin-left:1.6154%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964051 >.module_360964051 {
margin-top:0.0000%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:11.5274%;
}
}
#module_360964051 >.module_360964051 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360964051:hover {
border:none;
}
#module_360964051:hover >.module_360964051 {
border-color:#ccc;
}
#module_360964051:hover >.module_360964051 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964051 .videosDiv{background-color:;}
#module_360964051 .videosDiv{}
#module_360964051 .videosDiv{}
#module_360964051 .videosDiv{}
#module_360964051 .videosDiv{}
#module_360964051 .videosDiv{}
#module_360964051 .videosDiv{border-top-left-radius:px;}
#module_360964051 .videosDiv{border-top-right-radius:px;}
#module_360964051 .videosDiv{border-bottom-left-radius:px;}
#module_360964051 .videosDiv{border-bottom-right-radius:px;}
#module_360964051 .videosTis {font-size:px;}  #module_360964051 .videosTis > svg {width:px; height:px}
#module_360964051 .videosTis {color:;} #module_360964051 .videosTis > svg {fill:;}
#module_360964051 .videosDiv{padding-top:px;}
#module_360964051 .videosDiv{padding-bottom:px;}
#module_360964051 .videosDiv{padding-left:px;}
#module_360964051 .videosDiv{padding-right:px;}
#module_360964051 .VRDiv{background-color:;}
#module_360964051 .VRDiv{}
#module_360964051 .VRDiv{}
#module_360964051 .VRDiv{}
#module_360964051 .VRDiv{}
#module_360964051 .VRDiv{}
#module_360964051 .VRDiv{border-top-left-radius:px;}
#module_360964051 .VRDiv{border-top-right-radius:px;}
#module_360964051 .VRDiv{border-bottom-left-radius:px;}
#module_360964051 .VRDiv{border-bottom-right-radius:px;}
#module_360964051 .vrIcon  {font-size:px;}  #module_360964051 .vrIcon  > svg {width:px; height:px}
#module_360964051 .vrIcon  {color:;} #module_360964051 .vrIcon  > svg {fill:;}
#module_360964051 .VRDiv{padding-top:px;}
#module_360964051 .VRDiv{padding-bottom:px;}
#module_360964051 .VRDiv{padding-left:px;}
#module_360964051 .VRDiv{padding-right:px;}
#module_360964051 .VRTipstxt{font-size:px;}
#module_360964051 .VRTipstxt{font-family:;}
#module_360964051 .VRTipstxt{color:;}
#module_360964051 .VRTipstxt{}
#module_360964051 .VRTipstxt{}
#module_360964051 .VRTipstxt{}
#module_360964051 .pro-item{margin-bottom:10px; margin-right:10px;} #module_360964051 .pro-container li.col-lg-2{width:calc((100% - 10px) / 2);} #module_360964051 .pro-container li.col-lg-3{width:calc((100% - 10px * 2) / 3);} #module_360964051 .pro-container li.col-lg-4{width:calc((100% - 10px * 3) / 4);} #module_360964051 .pro-container li.col-lg-5{width:calc((100% - 10px * 4) / 5);} #module_360964051 .pro-container li.col-lg-6{width:calc((100% - 10px * 5) / 6);}
#module_360964051 .pro-item{padding-top:10px;}
#module_360964051 .pro-item{padding-bottom:20px;}
#module_360964051 .pro-item{padding-left:10px;}
#module_360964051 .pro-item{padding-right:10px;}
#module_360964051 .pro-item{border-top-color:transparent;}
#module_360964051 .pro-item{border-top-style:solid;}
#module_360964051 .pro-item{border-top-width:0px;}
#module_360964051 .pro-item{border-right-color:transparent;}
#module_360964051 .pro-item{border-right-style:solid;}
#module_360964051 .pro-item{border-right-width:0px;}
#module_360964051 .pro-item{border-bottom-color:transparent;}
#module_360964051 .pro-item{border-bottom-style:solid;}
#module_360964051 .pro-item{border-bottom-width:0px;}
#module_360964051 .pro-item{border-left-color:transparent;}
#module_360964051 .pro-item{border-left-style:solid;}
#module_360964051 .pro-item{border-left-width:0px;}
#module_360964051 .pro-item{background-color:rgba(0,0,0,0);}
#module_360964051 .pro-item{background-image:none;}
#module_360964051 .pro-item{background-repeat:no-repeat;}
#module_360964051 .pro-item{}
#module_360964051 .pro-item{}
#module_360964051 .pro-item{}
#module_360964051 .pro-img .dummy{background-color:transparent;}
#module_360964051 .pro-img .dummy{background-image:none;}
#module_360964051 .pro-img .dummy{background-repeat:no-repeat;}
#module_360964051 .pro-img .dummy{}
#module_360964051 .pro-img .dummy{}
#module_360964051 .pro-img .dummy{}
#module_360964051 .pro-img .dummy{padding-top:56%;}
#module_360964051 .pro-img img{ object-fit:cover;}
#module_360964051 .pro-img img{ width:100%;}
#module_360964051 .pro-img img{ height:100%;}
#module_360964051 .pro-img img{border-radius:0px;}
#module_360964051 .pro-name{font-size:16px;}
#module_360964051 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .pro-name{color:#666;}
#module_360964051 .pro-name{font-weight:normal;}
#module_360964051 .pro-name{text-decoration:none;}
#module_360964051 .pro-name{}
#module_360964051 .pro-name{margin-top:18px;}
#module_360964051 .pro-name{margin-bottom:0px;}
#module_360964051 .pro-desc{margin-top:10px;}
#module_360964051 .pro-desc{margin-bottom:0px;}
#module_360964051 .pro-desc{font-size:12px;}
#module_360964051 .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .pro-desc{color:#999999;}
#module_360964051 .pro-desc{font-weight:normal;}
#module_360964051 .pro-desc{text-decoration:none;}
#module_360964051 .pro-desc{}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li,#module_360964051 .productListOrderCtrlTab .summary .totalProduct{color:#000000;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li{}
#module_360964051 .choosed-tab, #module_360964051 .setting-screening-criteria{font-size:12px;}
#module_360964051 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .choosed-tab, #module_360964051 .setting-screening-criteria{color:#fd6e27;}
#module_360964051 .choosed-tab{}
#module_360964051 .choosed-tab{}
#module_360964051 .choosed-tab{}
#module_360964051 .selected-light,#module_360964051 .setting-all, #module_360964051 .setting-left-bar, #module_360964051 .setting-pred-warp .setting-collapse, #module_360964051 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_360964051 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_360964051 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_360964051 .selected-light,#module_360964051 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .selected-light,#module_360964051 .setting-left-bar,#module_360964051 .setting-reset,#module_360964051 .setting-pred-warp .setting-collapse,#module_360964051 .giantroom .btn-more{color:#000;}
#module_360964051 .selected-light{}
#module_360964051 .selected-light,#module_360964051 .setting-all{}
#module_360964051 .selected-light,#module_360964051 .setting-all{}
#module_360964051 .setting-right-temp ul li, #module_360964051 .choosed-tab{border-top-left-radius:2px;}
#module_360964051 .setting-right-temp ul li, #module_360964051 .choosed-tab{border-top-right-radius:2px;}
#module_360964051 .setting-right-temp ul li, #module_360964051 .choosed-tab{border-bottom-left-radius:2px;}
#module_360964051 .setting-right-temp ul li, #module_360964051 .choosed-tab{border-bottom-right-radius:2px;}
#module_360964051 .pred-filter, #module_360964051 .choosed-tab{border-top-color:#d6d6d6;}
#module_360964051 .pred-filter, #module_360964051 .choosed-tab{border-top-style:solid;}
#module_360964051 .pred-filter, #module_360964051 .choosed-tab, #module_360964051 .giantroom .btn-more{border-top-width:1px;} #module_360964051 .giantroom {margin-top: calc(-16px - 1px);}
#module_360964051 .pred-filter, #module_360964051 .choosed-tab, #module_360964051 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_360964051 .pred-filter, #module_360964051 .choosed-tab, #module_360964051 .giantroom .btn-more{border-bottom-style:solid;}
#module_360964051 .pred-filter, #module_360964051 .choosed-tab, #module_360964051 .giantroom .btn-more{border-bottom-width:1px;}
#module_360964051 .pred-filter, #module_360964051 .choosed-tab, #module_360964051 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_360964051 .pred-filter, #module_360964051 .choosed-tab, #module_360964051 .giantroom .btn-more{border-left-style:solid;}
#module_360964051 .pred-filter, #module_360964051 .choosed-tab, #module_360964051 .giantroom .btn-more{border-left-width:1px;}
#module_360964051 .pred-filter, #module_360964051 .choosed-tab, #module_360964051 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_360964051 .pred-filter, #module_360964051 .choosed-tab, #module_360964051 .giantroom .btn-more{border-right-style:solid;}
#module_360964051 .pred-filter, #module_360964051 .choosed-tab, #module_360964051 .giantroom .btn-more{border-right-width:1px;}
#module_360964051 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_360964051 .setting-left-bar{background-color:#fafafa;}
#module_360964051 .setting-left-bar{width:px} #module_360964051 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_360964051 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_360964051 .choosed-tab .icsmall{color:#999;}
#module_360964051 .setting-right-temp ul li{margin-right:10px;}
#module_360964051 .pro-buybtn{color:#444;}
#module_360964051 .pro-paramname{font-size:14px;}
#module_360964051 .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .pro-paramname{color:#666;}
#module_360964051 .pro-paramname{font-weight:normal;}
#module_360964051 .pro-paramname{text-decoration:none;}
#module_360964051 .pro-paramname{font-style:normal;}
#module_360964051 .pro-paramvalue{font-size:14px;}
#module_360964051 .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .pro-paramvalue{color:#666;}
#module_360964051 .pro-paramvalue{font-weight:normal;}
#module_360964051 .pro-paramvalue{text-decoration:none;}
#module_360964051 .pro-paramvalue{font-style:normal;}
#module_360964051 .pro-params{margin-top:15px;}
#module_360964051 .pro-params{margin-right:0px;}
#module_360964051 .pro-params{margin-left:0px;}
#module_360964051 .pro-params{margin-bottom:15px;}
#module_360964051 .pagerGiant .text{font-size:px;}
#module_360964051 .pagerGiant .text{font-family:;}
#module_360964051 .pagerGiant .text{color:;}
#module_360964051 .pagerGiant .text{}
#module_360964051 .pagerGiant .text{}
#module_360964051 .pagerGiant .text{}
#module_360964051 .pagerGiant .current,#module_360964051 .pagerGiant .num,#module_360964051 .pagerGiant .inputer{width:px}
#module_360964051 .pagerGiant .current,#module_360964051 .pagerGiant .num,#module_360964051 .pagerGiant .inputer{height:px}
#module_360964051 .pagerGiant .num{font-size:px;}
#module_360964051 .pagerGiant .num{font-family:;}
#module_360964051 .pagerGiant .num{color:;}
#module_360964051 .pagerGiant .num{}
#module_360964051 .pagerGiant .num{}
#module_360964051 .pagerGiant .num{}
#module_360964051 .pagerGiant .submit{width:px}
#module_360964051 .pagerGiant .submit{height:px}
#module_360964051 .pagerGiant .current,#module_360964051 .pagerGiant .num,#module_360964051 .pagerGiant .inputer,#module_360964051 .pagerGiant .submit{border-top-left-radius:px;}
#module_360964051 .pagerGiant .current,#module_360964051 .pagerGiant .num,#module_360964051 .pagerGiant .inputer,#module_360964051 .pagerGiant .submit{border-top-right-radius:px;}
#module_360964051 .pagerGiant .current,#module_360964051 .pagerGiant .num,#module_360964051 .pagerGiant .inputer,#module_360964051 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_360964051 .pagerGiant .current,#module_360964051 .pagerGiant .num,#module_360964051 .pagerGiant .inputer,#module_360964051 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_360964051 .pagerGiant .next,#module_360964051 .pagerGiant .splitline{color:;}
#module_360964051 .pagerGiant .num{background-color:#fff;}
#module_360964051 .pagerGiant .num, #module_360964051 .pagerGiant .inputer{border-top-color:#ccc;}
#module_360964051 .pagerGiant .num, #module_360964051 .pagerGiant .inputer{border-top-style:solid;}
#module_360964051 .pagerGiant .num, #module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit, #module_360964051 .pagerGiant .inputer{border-top-width:1px;}
#module_360964051 .pagerGiant .num, #module_360964051 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_360964051 .pagerGiant .num, #module_360964051 .pagerGiant .inputer{border-bottom-style:solid;}
#module_360964051 .pagerGiant .num, #module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit, #module_360964051 .pagerGiant .inputer{border-bottom-width:1px;}
#module_360964051 .pagerGiant .num, #module_360964051 .pagerGiant .inputer{border-left-color:#ccc;}
#module_360964051 .pagerGiant .num, #module_360964051 .pagerGiant .inputer{border-left-style:solid;}
#module_360964051 .pagerGiant .num, #module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit, #module_360964051 .pagerGiant .inputer{border-left-width:1px;}
#module_360964051 .pagerGiant .num, #module_360964051 .pagerGiant .inputer{border-right-color:#ccc;}
#module_360964051 .pagerGiant .num, #module_360964051 .pagerGiant .inputer{border-right-style:solid;}
#module_360964051 .pagerGiant .num, #module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit, #module_360964051 .pagerGiant .inputer{border-right-width:1px;}
#module_360964051 .page-more a{font-size:px;}
#module_360964051 .page-more a{font-family:;}
#module_360964051 .page-more a{color: !important;}
#module_360964051 .page-more a{}
#module_360964051 .page-more a{}
#module_360964051 .page-more a{}
#module_360964051 .page-more a{background-color:#fff;}
#module_360964051 .page-more a{border-top-color:#eee;}
#module_360964051 .page-more a{border-top-style:solid;}
#module_360964051 .page-more a{border-top-width:2px;}
#module_360964051 .page-more a{border-bottom-color:#eee;}
#module_360964051 .page-more a{border-bottom-style:solid;}
#module_360964051 .page-more a{border-bottom-width:2px;}
#module_360964051 .page-more a{border-left-color:#eee;}
#module_360964051 .page-more a{border-left-style:solid;}
#module_360964051 .page-more a{border-left-width:2px;}
#module_360964051 .page-more a{border-right-color:#eee;}
#module_360964051 .page-more a{border-right-style:solid;}
#module_360964051 .page-more a{border-right-width:2px;}
#module_360964051 .VRDiv:hover{background-color:;}
#module_360964051 .VRDiv:hover{}
#module_360964051 .VRDiv:hover{}
#module_360964051 .VRDiv:hover{}
#module_360964051 .VRDiv:hover{}
#module_360964051 .VRDiv:hover{}
#module_360964051 .VRDiv:hover .vrIcon  {font-size:px;}  #module_360964051 .VRDiv:hover .vrIcon  > svg {width:px; height:px}
#module_360964051 .VRDiv:hover .vrIcon  {color:;} #module_360964051 .VRDiv:hover .vrIcon  > svg {fill:;}
#module_360964051 .videosDiv:hover{background-color:;}
#module_360964051 .videosDiv:hover{}
#module_360964051 .videosDiv:hover{}
#module_360964051 .videosDiv:hover{}
#module_360964051 .videosDiv:hover{}
#module_360964051 .videosDiv:hover{}
#module_360964051 .videosDiv:hover .videosTis {font-size:px;} #module_360964051 .videosDiv:hover .videosTis > svg {width:px; height:px}
#module_360964051 .videosDiv:hover .videosTis {color:;} #module_360964051 .videosDiv:hover .videosTis > svg {fill:;}
#module_360964051 .pro-item:hover .pro-paramname{font-size:14px;}
#module_360964051 .pro-item:hover .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .pro-item:hover .pro-paramname{color:#fff;}
#module_360964051 .pro-item:hover .pro-paramname{font-weight:normal;}
#module_360964051 .pro-item:hover .pro-paramname{text-decoration:none;}
#module_360964051 .pro-item:hover .pro-paramname{font-style:normal;}
#module_360964051 .pro-item:hover .pro-paramvalue{font-size:14px;}
#module_360964051 .pro-item:hover .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .pro-item:hover .pro-paramvalue,#module_360964051 .pro-item:hover .param{color:#fff;}
#module_360964051 .pro-item:hover .pro-paramvalue{font-weight:normal;}
#module_360964051 .pro-item:hover .pro-paramvalue{text-decoration:none;}
#module_360964051 .pro-item:hover .pro-paramvalue{font-style:normal;}
#module_360964051 .pro-item:hover{border-top-color:#eee;}
#module_360964051 .pro-item:hover{border-top-style:solid;}
#module_360964051 .pro-item:hover{border-top-width:0px;}
#module_360964051 .pro-item:hover{border-right-color:#eee;}
#module_360964051 .pro-item:hover{border-right-style:solid;}
#module_360964051 .pro-item:hover{border-right-width:0px;}
#module_360964051 .pro-item:hover{border-bottom-color:#eee;}
#module_360964051 .pro-item:hover{border-bottom-style:solid;}
#module_360964051 .pro-item:hover{border-bottom-width:0px;}
#module_360964051 .pro-item:hover{border-left-color:#eee;}
#module_360964051 .pro-item:hover{border-left-style:solid;}
#module_360964051 .pro-item:hover{border-left-width:0px;}
#module_360964051 .pro-item:hover{background-color:rgb(243, 112, 33);}
#module_360964051 .pro-item:hover{background-image:none;}
#module_360964051 .pro-item:hover{background-repeat:no-repeat;}
#module_360964051 .pro-item:hover{}
#module_360964051 .pro-item:hover{}
#module_360964051 .pro-item:hover{}
#module_360964051 .pro-item:hover .pro-name{font-size:16px;}
#module_360964051 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .pro-item:hover .pro-name{color:#fff;}
#module_360964051 .pro-item:hover .pro-name{font-weight:normal;}
#module_360964051 .pro-item:hover .pro-name{text-decoration:none;}
#module_360964051 .pro-item:hover .pro-name{}
#module_360964051 .pro-item:hover .pro-desc{font-size:12px;}
#module_360964051 .pro-item:hover .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .pro-item:hover .pro-desc{color:#ffffff;}
#module_360964051 .pro-item:hover .pro-desc{font-weight:normal;}
#module_360964051 .pro-item:hover .pro-desc{text-decoration:none;}
#module_360964051 .pro-item:hover .pro-desc{}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#ffffff;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#fd6e27;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964051 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_360964051 .selected-light:hover,#module_360964051 .selected-light.active,#module_360964051 .items-active{font-size:12px;}
#module_360964051 .selected-light:hover,#module_360964051 .selected-light.active,#module_360964051 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_360964051 .selected-light:hover,#module_360964051 .selected-light.active,#module_360964051 .items-active{color:#fd6e27;} #module_360964051 .items-active{border-color:#fd6e27;} #module_360964051 .bean-finish{background:#fd6e27;}
#module_360964051 .selected-light:hover,#module_360964051 .selected-light.active,#module_360964051 .items-active{}
#module_360964051 .selected-light:hover,#module_360964051 .selected-light.active,#module_360964051 .items-active{}
#module_360964051 .selected-light:hover,#module_360964051 .selected-light.active,#module_360964051 .items-active{}
#module_360964051 .setting-left-bar:hover{background-color:#fafafa;}
#module_360964051 .setting-right-temp ul li:hover, #module_360964051 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_360964051 .choosed-tab .icsmall:hover{color:#999;}
#module_360964051 .pro-item:hover .pro-buybtn,#module_360964051 .pro-item:hover .pro-tit-right{color:#fff;border-left-color:#fff;}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit{font-size:px;}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit{font-family:;}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit{color:;}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit{}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit{}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit{}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit{background-color:#fd6e27;}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit, #module_360964051 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit, #module_360964051 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit, #module_360964051 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit, #module_360964051 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit, #module_360964051 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit, #module_360964051 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit, #module_360964051 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_360964051 .pagerGiant .current, #module_360964051 .pagerGiant .submit, #module_360964051 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_360964051 .page-more a:hover{font-size:px;}
#module_360964051 .page-more:hover a{font-family:;}
#module_360964051 .page-more a:hover{color: !important;}
#module_360964051 .page-more a:hover {}
#module_360964051 .page-more a:hover {}
#module_360964051 .page-more a:hover {}
#module_360964051 .page-more a:hover{background-color:#fff;}
#module_360964051 .page-more a:hover{border-top-color:#eee;}
#module_360964051 .page-more a:hover{border-top-style:solid;}
#module_360964051 .page-more a:hover{border-bottom-color:#eee;}
#module_360964051 .page-more a:hover{border-bottom-style:solid;}
#module_360964051 .page-more a:hover{border-left-color:#eee;}
#module_360964051 .page-more a:hover{border-left-style:solid;}
#module_360964051 .page-more a:hover{border-right-color:#eee;}
#module_360964051 .page-more a:hover{border-right-style:solid;}
.ModuleCustomFormGiant.layout-101 .submitbtnbox{display: flex;}
/*新验证码开始*/
.ModuleCustomFormGiant.layout-101 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine1 {
     display: none;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine2 {
   transform: rotate(180deg);
   transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-101 .VCClose{
    position: relative;
    margin-right: 20px;
    width: 30px;
    float: right;
    margin-top: 17px;
    height: 30px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .VCLine1{
     border-top:#ccc solid 2px;
     width: 18px;
     transform: rotate(45deg);
     right: 0;
     position: absolute;
     top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCLine2{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCTitle{
    color:#333;
    font-size:20px;
    font-weight: bold;
    margin-top: 41px;
    margin-bottom: 25px;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn{
     margin-top: 22px;
     text-align: right;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn1{

    width: 80px;
    height: 36px;
    background: #1e88e5;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn2{
    width: 80px;
    height: 36px;
    background: #fff;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #666666 ;
    border: 1px #ccc solid;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput::placeholder{
    color:#999999
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput{
     border:none;
     padding: 20px 0 ;
     background: #fff !important;
     border-bottom: solid #ccc 1px;
     color: #666;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .changebtn{
      text-align: right;
      display: block;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .VerificationCode{
    width: 100%;
    height: 100px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodecontext{
    padding:0 33px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv{

    position: absolute;
    bottom: 0;
    z-index: 12;
    background: #fff;
    transform: translate(-50%,-50%);
    top:auto;
    left: 50%;
    max-width: 350px;
    height: 380px;
    border-radius: 6px;
    box-shadow: 9.9px 9.9px 49px 0px rgba(0,0,0,0.11);
    display: none;
    width: 100%;
}
/*新验证码结束*/
.ModuleCustomFormGiant.layout-101 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.ModuleCustomFormGiant.layout-101 .from-Describe {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 15px;
    display: flex;
    align-content: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 input[type=text] {
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    width: 100%;
    padding: 0 10px 0 16px;
    box-sizing: border-box;
    min-height: 30px;
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 textarea {
    -webkit-appearance: none;
}
.ModuleCustomFormGiant.layout-101 .pcCitybox {
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .customFormicon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-101 .Select_Simulate li:hover {
    color: #fff;
} */
.ModuleCustomFormGiant.layout-101 label{
    line-height: 2;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate.layout1 .frist_item {

    height: 38px;
    line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .smsvaldatebox{
    height: 40px;
    line-height: 40px;
}
.ModuleCustomFormGiant.layout-101  .Browse-file {
    height: 38px;
    line-height: 38px;
 }
 .ModuleCustomFormGiant.layout-101 .Browse-img {
    height: 80px;

 }
.ModuleCustomFormGiant.layout-101 .multi-row-text
{
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 .Form-list {
    width: 100%;
    padding-top: 20px;
}
.ModuleCustomFormGiant.layout-101 .areabox .area{
  height: 38px;
  line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item{
    padding: 0 16px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .xilaImg {
    float: right;
    margin-top: 16px;
    /* margin-right:16px */
}

.ModuleCustomFormGiant.layout-101 .pcCitybox select {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    cursor: pointer;
    background: url(skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right #fbfbfb;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.ModuleCustomFormGiant.layout-101 .cityval {
    box-sizing: border-box;
    background: #fbfbfb;
    width: 100%;
    text-align: left;
}

.ModuleCustomFormGiant.layout-101 .choose-time-mobile {
    font-size: 14px;
}

.ModuleCustomFormGiant.layout-101 .pcCitybox .Couty-select {
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-101 .submitbtn {
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
    min-height: 36px;
}

.ModuleCustomFormGiant.layout-101 .VerificationCode {
    width: 86px;
    height: 34px;
    float: left;
}

.ModuleCustomFormGiant.layout-101 .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-101 .file-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .Browse-file {
    /* width: 90px; height: 32px; line-height: 32px;*/
    color: #333;
    background: #f8f8f8;
    border: 1px solid #eee;
    font-size: 12px;
    text-align: center;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -moz-flex-grow: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .Browse-file:hover {
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-101 .input-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-101 .Describ-text-color {
    color: #666;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color {
    color: #fff;
    background: #000;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color:hover {
    color: #fff;
    background: #666;
}

.ModuleCustomFormGiant.layout-101 .multi-row-text, .ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item, .ModuleCustomFormGiant.layout-101 .choose-time {
    background: #fbfbfb;
}

.ModuleCustomFormGiant.layout-101 input[type=radio]:checked, .ModuleCustomFormGiant.layout-101 input[type=checkbox]:checked {
    background: #f10215;
    border: 1px solid #f10215;
}

.ModuleCustomFormGiant.layout-101 label {
    font-weight: normal;
    color: #666
}
.ModuleCustomFormGiant.layout-101 .verticalalign{
    margin-bottom: 12px;
}
.ModuleCustomFormGiant.layout-101  .customform-upload-img-preview{
    border-radius:0
}
.ModuleCustomFormGiant.layout-101  .in-formList-checkbox{
    display: flex;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-101 .in-formList-checkbox span {
    width: calc(100% - 34px);
    display: initial;
    vertical-align: middle;
    min-width: 36px;
    flex:1;
    word-break: break-all;
}

@media screen and (max-width: 767px) {

    .ModuleCustomFormGiant.layout-101 .verticalalign  span {
        width: calc(100% - 34px);
        display: initial;
        vertical-align: middle;
        min-width: 36px;
    }
    .ModuleCustomFormGiant.layout-101 input[type=text], .ModuleCustomFormGiant.layout-101 .cityval,.ModuleCustomFormGiant.layout-101 .choose-time {
        line-height: 38px;
        height: 38px;
        min-height: 38px;
    }
    .ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
        width: 120px;
    }
    .ModuleCustomFormGiant.layout-101 .VerificationCode {
        height: 40px
    }
    .ModuleCustomFormGiant.layout-101 .ModuleCustomFormGiant .changebtn {
        line-height: 40px;
        min-height: 40px;
    }
    .ModuleCustomFormGiant.layout-101  .describe{ margin-top:10px}
    .ModuleCustomFormGiant.layout-101 .customFormTextarea{width:100%}
}

/*  新增*/

.ModuleCustomFormGiant.layout-101 .cityPickerBoxwb,.ModuleCustomFormGiant.layout-101 .cityPickerBox .cityPickerInput {
    height: 38px
}

.ModuleCustomFormGiant.layout-101 .select_box {
    display: none;
}

.ModuleCustomFormGiant.layout-101 .UploadFileSpan {
    line-height: 30px;
    font-size: 12px;
    /* border: 1px solid #e5e5e5;
    background: #fbfbfb; */
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 30px;
    width: 316px;
    display: none;
    padding-left: 0px;
}

.ModuleCustomFormGiant.layout-101  .iconfont-fujian {
    font-size: 19px !important;
}
.ModuleCustomFormGiant.layout-101  .imgclose {
    right: -9px;
    position: absolute;
    top: -10px;
}
.module_9988360964051 .ModuleHead .HeadCenter{float:none;}
#module_9988360964051 {
padding:0px;
}
#module_9988360964051 {
}
#module_9988360964051 .ModuleHead0 {
display:block;
}

#module_9988360964051 .title{font-size:18px;}
#module_9988360964051 .title{font-family:;}
#module_9988360964051 .title{color:#333;}
#module_9988360964051 .title{font-weight:normal;}
#module_9988360964051 .title{text-decoration:none;}
#module_9988360964051 .title{font-style:normal;}
#module_9988360964051 .title{background-color:transparent;}
#module_9988360964051 .title{}
#module_9988360964051 .title{background-repeat:no-repeat;}
#module_9988360964051 .title{background-position:50% 50%;}
#module_9988360964051 .title{background-attachment:scroll;}
#module_9988360964051 .title{}
#module_9988360964051 .title{height:50px;line-height:50px;}
#module_9988360964051 .title{text-align:center;}
#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051.customFormDatetime,#module_9988360964051 input.input-text-color,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{background-color:#fbfbfb;}
#module_9988360964051 .smsbtn,#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051 input.input-text-color,#module_9988360964051.customFormDatetime,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{border-top-color:#e5e5e5;}
#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051 input.input-text-color,#module_9988360964051.customFormDatetime,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{border-top-style:solid;}
#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051 input.input-text-color,#module_9988360964051.customFormDatetime,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{border-top-width:1px;}
#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051 input.input-text-color,#module_9988360964051.customFormDatetime,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{border-right-color:#e5e5e5;}
#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051 input.input-text-color,#module_9988360964051.customFormDatetime,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{border-right-style:solid;}
#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051 input.input-text-color,#module_9988360964051.customFormDatetime,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{border-right-width:1px;}
#module_9988360964051 .smsvcode,#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051 input.input-text-color,#module_9988360964051.customFormDatetime,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{border-bottom-color:#e5e5e5;}
#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051 input.input-text-color,#module_9988360964051.customFormDatetime,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{border-bottom-style:solid;}
#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051 input.input-text-color,#module_9988360964051.customFormDatetime,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{border-bottom-width:1px;}
#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051 input.input-text-color,#module_9988360964051.customFormDatetime,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{border-left-color:#e5e5e5;}
#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051 input.input-text-color,#module_9988360964051.customFormDatetime,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{border-left-style:solid;}
#module_9988360964051 .smsvcode,#module_9988360964051 .frist_item,#module_9988360964051 .VerificationCodeinput,#module_9988360964051 .customFormCheckbox,#module_9988360964051 input[type=radio],#module_9988360964051 input.input-text-color,#module_9988360964051.customFormDatetime,#module_9988360964051 .Browse-file,#module_9988360964051 .customFormDatetime,#module_9988360964051 .pcCitybox select,#module_9988360964051 .multi-row-text{border-left-width:1px;}
#module_9988360964051 .Describ-text-color{font-size:14px;}
#module_9988360964051 .Describ-text-color{font-family:;}
#module_9988360964051 .Describ-text-color{color:#595959;}
#module_9988360964051 .Describ-text-color{font-weight:normal;}
#module_9988360964051 .Describ-text-color{text-decoration:none;}
#module_9988360964051 .Describ-text-color{font-style:normal;}
#module_9988360964051 .smsbtn,#module_9988360964051 .smsvcode,#module_9988360964051 .input-text-color{font-size:14px;}
#module_9988360964051 .smsbtn,#module_9988360964051 .smsvcode,#module_9988360964051 .input-text-color{font-family:;}
#module_9988360964051 .smsvcode,#module_9988360964051 .input-text-color{color:#333;} #module_9988360964051 .input-text-color::-ms-input-placeholder{color:#333;} #module_9988360964051 .input-text-color::-moz-placeholder{color:#333;} #module_9988360964051 .input-text-color::-webkit-input-placeholder{color:#333;} 
#module_9988360964051 .smsbtn,#module_9988360964051 .smsvcode,#module_9988360964051 .input-text-color{font-weight:normal;}
#module_9988360964051 .smsbtn,#module_9988360964051 .smsvcode,#module_9988360964051 .input-text-color{text-decoration:none;} #module_9988360964051 .input-text-color::-ms-input-placeholder{text-decoration:none;} #module_9988360964051 .input-text-color::-moz-placeholder{text-decoration:none;} #module_9988360964051 .input-text-color::-webkit-input-placeholder{text-decoration:none;}
#module_9988360964051 .smsbtn,#module_9988360964051 .smsvcode,#module_9988360964051 .input-text-color{font-style:normal;}
#module_9988360964051 .submitbtn{font-size:14px;}
#module_9988360964051 .submitbtn{font-family:;}
#module_9988360964051 .submitbtn{color:#fff;}
#module_9988360964051 .submitbtn{font-weight:normal;}
#module_9988360964051 .submitbtn{text-decoration:none;}
#module_9988360964051 .submitbtn{font-style:normal;}
#module_9988360964051 .submitbtn{background-color:#fd6e27;} #module_9988360964051 input[type=radio]:checked, #module_9988360964051 input[type=checkbox]:checked{background:#fd6e27;border:1px solid #fd6e27} 
#module_9988360964051 .submitbtn{}
#module_9988360964051 .submitbtn{background-repeat:no-repeat;}
#module_9988360964051 .submitbtn{background-position:50% 50%;}
#module_9988360964051 .submitbtn{background-attachment:scroll;}
#module_9988360964051 .submitbtn{}
#module_9988360964051 .submitbtnbox{justify-content:flex-start;}
#module_9988360964051 .submitbtn{width:100%;}
#module_9988360964051 .submitbtn{height:40px;line-height:40px;}
#module_9988360964051 .vcbtn1{background-color:#fd6e27;}
#module_9988360964051 .vcbtn1{color:#fff;}
#module_9988360964051 .frist_item:hover,#module_9988360964051 .VerificationCodeinput:hover,#module_9988360964051 .customFormCheckbox:hover,#module_9988360964051 input[type=radio]:hover,#module_9988360964051 input.input-text-color:hover,#module_9988360964051.customFormDatetime:hover,#module_9988360964051 .Browse-file:hover,#module_9988360964051 .customFormDatetime:hover,#module_9988360964051 .pcCitybox select:hover,#module_9988360964051 .multi-row-text:hover{border-top-color:#f65e12;}
#module_9988360964051 .frist_item:hover,#module_9988360964051 .VerificationCodeinput:hover,#module_9988360964051 .customFormCheckbox:hover,#module_9988360964051 input[type=radio]:hover,#module_9988360964051 input.input-text-color:hover,#module_9988360964051.customFormDatetime:hover,#module_9988360964051 .Browse-file:hover,#module_9988360964051 .customFormDatetime:hover,#module_9988360964051 .pcCitybox select:hover,#module_9988360964051 .multi-row-text:hover{border-top-style:solid;}
#module_9988360964051 .frist_item:hover,#module_9988360964051 .VerificationCodeinput:hover,#module_9988360964051 .customFormCheckbox:hover,#module_9988360964051 input[type=radio]:hover,#module_9988360964051 input.input-text-color:hover,#module_9988360964051.customFormDatetime:hover,#module_9988360964051 .Browse-file:hover,#module_9988360964051 .customFormDatetime:hover,#module_9988360964051 .pcCitybox select:hover,#module_9988360964051 .multi-row-text:hover{border-right-color:#f65e12;}
#module_9988360964051 .frist_item:hover,#module_9988360964051 .VerificationCodeinput:hover,#module_9988360964051 .customFormCheckbox:hover,#module_9988360964051 input[type=radio]:hover,#module_9988360964051 input.input-text-color:hover,#module_9988360964051.customFormDatetime:hover,#module_9988360964051 .Browse-file:hover,#module_9988360964051 .customFormDatetime:hover,#module_9988360964051 .pcCitybox select:hover,#module_9988360964051 .multi-row-text:hover{border-right-style:solid;}
#module_9988360964051 .frist_item:hover,#module_9988360964051 .VerificationCodeinput:hover,#module_9988360964051 .customFormCheckbox:hover,#module_9988360964051 input[type=radio]:hover,#module_9988360964051 input.input-text-color:hover,#module_9988360964051.customFormDatetime:hover,#module_9988360964051 .Browse-file:hover,#module_9988360964051 .customFormDatetime:hover,#module_9988360964051 .pcCitybox select:hover,#module_9988360964051 .multi-row-text:hover{border-bottom-color:#f65e12;}
#module_9988360964051 .frist_item:hover,#module_9988360964051 .VerificationCodeinput:hover,#module_9988360964051 .customFormCheckbox:hover,#module_9988360964051 input[type=radio]:hover,#module_9988360964051 input.input-text-color:hover,#module_9988360964051.customFormDatetime:hover,#module_9988360964051 .Browse-file:hover,#module_9988360964051 .customFormDatetime:hover,#module_9988360964051 .pcCitybox select:hover,#module_9988360964051 .multi-row-text:hover{border-bottom-style:solid;}
#module_9988360964051 .frist_item:hover,#module_9988360964051 .VerificationCodeinput:hover,#module_9988360964051 .customFormCheckbox:hover,#module_9988360964051 input[type=radio]:hover,#module_9988360964051 input.input-text-color:hover,#module_9988360964051.customFormDatetime:hover,#module_9988360964051 .Browse-file:hover,#module_9988360964051 .customFormDatetime:hover,#module_9988360964051 .pcCitybox select:hover,#module_9988360964051 .multi-row-text:hover{border-left-color:#f65e12;}
#module_9988360964051 .frist_item:hover,#module_9988360964051 .VerificationCodeinput:hover,#module_9988360964051 .customFormCheckbox:hover,#module_9988360964051 input[type=radio]:hover,#module_9988360964051 input.input-text-color:hover,#module_9988360964051.customFormDatetime:hover,#module_9988360964051 .Browse-file:hover,#module_9988360964051 .customFormDatetime:hover,#module_9988360964051 .pcCitybox select:hover,#module_9988360964051 .multi-row-text:hover{border-left-style:solid;}
#module_9988360964051 .submitbtn:hover{font-size:14px;}
#module_9988360964051 .submitbtn:hover{font-family:;}
#module_9988360964051 .submitbtn:hover{color:#fff;}
#module_9988360964051 .submitbtn:hover{font-weight:normal;}
#module_9988360964051 .submitbtn:hover{text-decoration:none;}
#module_9988360964051 .submitbtn:hover{font-style:normal;}
#module_9988360964051 .submitbtn:hover{background-color:#f65e12;}
#module_9988360964051 .submitbtn:hover{}
#module_9988360964051 .submitbtn:hover{background-repeat:no-repeat;}
#module_9988360964051 .submitbtn:hover{background-position:50% 50%;}
#module_9988360964051 .submitbtn:hover{background-attachment:scroll;}
#module_9988360964051 .submitbtn:hover{}


.module_361085347 .ModuleHead .HeadCenter{float:none;}
#module_361085347 {
padding:0px;
}
#module_361085347 {
position:static;
z-index:1;
top:450px;
left:0px;
width:100%;
height: auto;
}
#module_361085347 .ModuleHead361085347 {
display:none;
}
#module_361085347 .BodyCenter.BodyCenter361085347 {
background:none;background-color:rgb(255, 255, 255);
}
#module_361085347 >.module_361085347 {
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_361085347 >.module_361085347{
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_361085347 .BodyCenter.BodyCenter361085347 {
padding-top:1.1538%;
padding-left:1.5385%;
padding-right:1.5385%;
padding-bottom:7.6923%;
}
}
@media screen and (max-width: 767px){
#module_361085347 .BodyCenter.BodyCenter361085347 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_361085347 >.module_361085347 {
margin-top:3.0769%;
margin-left:1.6154%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361085347 >.module_361085347 {
margin-top:0.0000%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:11.5274%;
}
}
#module_361085347 >.module_361085347 {box-shadow: 0px 0px 0px 0px #ccc}
#module_361085347:hover {
border:none;
}
#module_361085347:hover >.module_361085347 {
border-color:#ccc;
}
#module_361085347:hover >.module_361085347 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_361085347 .videosDiv{background-color:;}
#module_361085347 .videosDiv{}
#module_361085347 .videosDiv{}
#module_361085347 .videosDiv{}
#module_361085347 .videosDiv{}
#module_361085347 .videosDiv{}
#module_361085347 .videosDiv{border-top-left-radius:px;}
#module_361085347 .videosDiv{border-top-right-radius:px;}
#module_361085347 .videosDiv{border-bottom-left-radius:px;}
#module_361085347 .videosDiv{border-bottom-right-radius:px;}
#module_361085347 .videosTis {font-size:px;}  #module_361085347 .videosTis > svg {width:px; height:px}
#module_361085347 .videosTis {color:;} #module_361085347 .videosTis > svg {fill:;}
#module_361085347 .videosDiv{padding-top:px;}
#module_361085347 .videosDiv{padding-bottom:px;}
#module_361085347 .videosDiv{padding-left:px;}
#module_361085347 .videosDiv{padding-right:px;}
#module_361085347 .VRDiv{background-color:;}
#module_361085347 .VRDiv{}
#module_361085347 .VRDiv{}
#module_361085347 .VRDiv{}
#module_361085347 .VRDiv{}
#module_361085347 .VRDiv{}
#module_361085347 .VRDiv{border-top-left-radius:px;}
#module_361085347 .VRDiv{border-top-right-radius:px;}
#module_361085347 .VRDiv{border-bottom-left-radius:px;}
#module_361085347 .VRDiv{border-bottom-right-radius:px;}
#module_361085347 .vrIcon  {font-size:px;}  #module_361085347 .vrIcon  > svg {width:px; height:px}
#module_361085347 .vrIcon  {color:;} #module_361085347 .vrIcon  > svg {fill:;}
#module_361085347 .VRDiv{padding-top:px;}
#module_361085347 .VRDiv{padding-bottom:px;}
#module_361085347 .VRDiv{padding-left:px;}
#module_361085347 .VRDiv{padding-right:px;}
#module_361085347 .VRTipstxt{font-size:px;}
#module_361085347 .VRTipstxt{font-family:;}
#module_361085347 .VRTipstxt{color:;}
#module_361085347 .VRTipstxt{}
#module_361085347 .VRTipstxt{}
#module_361085347 .VRTipstxt{}
#module_361085347 .pro-item{margin-bottom:10px; margin-right:10px;} #module_361085347 .pro-container li.col-lg-2{width:calc((100% - 10px) / 2);} #module_361085347 .pro-container li.col-lg-3{width:calc((100% - 10px * 2) / 3);} #module_361085347 .pro-container li.col-lg-4{width:calc((100% - 10px * 3) / 4);} #module_361085347 .pro-container li.col-lg-5{width:calc((100% - 10px * 4) / 5);} #module_361085347 .pro-container li.col-lg-6{width:calc((100% - 10px * 5) / 6);}
#module_361085347 .pro-item{padding-top:3.0581%;}
#module_361085347 .pro-item{padding-bottom:4.8930%;}
#module_361085347 .pro-item{padding-left:3.0581%;}
#module_361085347 .pro-item{padding-right:3.0581%;}
#module_361085347 .pro-item{border-top-color:transparent;}
#module_361085347 .pro-item{border-top-style:solid;}
#module_361085347 .pro-item{border-top-width:0px;}
#module_361085347 .pro-item{border-right-color:transparent;}
#module_361085347 .pro-item{border-right-style:solid;}
#module_361085347 .pro-item{border-right-width:0px;}
#module_361085347 .pro-item{border-bottom-color:transparent;}
#module_361085347 .pro-item{border-bottom-style:solid;}
#module_361085347 .pro-item{border-bottom-width:0px;}
#module_361085347 .pro-item{border-left-color:transparent;}
#module_361085347 .pro-item{border-left-style:solid;}
#module_361085347 .pro-item{border-left-width:0px;}
#module_361085347 .pro-item{background-color:rgba(0,0,0,0);}
#module_361085347 .pro-item{background-image:none;}
#module_361085347 .pro-item{background-repeat:no-repeat;}
#module_361085347 .pro-item{}
#module_361085347 .pro-item{}
#module_361085347 .pro-item{}
#module_361085347 .pro-img .dummy{background-color:transparent;}
#module_361085347 .pro-img .dummy{background-image:none;}
#module_361085347 .pro-img .dummy{background-repeat:no-repeat;}
#module_361085347 .pro-img .dummy{}
#module_361085347 .pro-img .dummy{}
#module_361085347 .pro-img .dummy{}
#module_361085347 .pro-img .dummy{padding-top:56%;}
#module_361085347 .pro-img img{ object-fit:cover;}
#module_361085347 .pro-img img{ width:100%;}
#module_361085347 .pro-img img{ height:100%;}
#module_361085347 .pro-img img{border-radius:0px;}
#module_361085347 .pro-name{font-size:12px;}
#module_361085347 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .pro-name{color:#666;}
#module_361085347 .pro-name{font-weight:normal;}
#module_361085347 .pro-name{text-decoration:none;}
#module_361085347 .pro-name{}
#module_361085347 .pro-name{margin-top:18px;}
#module_361085347 .pro-name{margin-bottom:0px;}
#module_361085347 .pro-desc{margin-top:10px;}
#module_361085347 .pro-desc{margin-bottom:0px;}
#module_361085347 .pro-desc{font-size:12px;}
#module_361085347 .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .pro-desc{color:#999999;}
#module_361085347 .pro-desc{font-weight:normal;}
#module_361085347 .pro-desc{text-decoration:none;}
#module_361085347 .pro-desc{}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li,#module_361085347 .productListOrderCtrlTab .summary .totalProduct{color:#000000;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li{}
#module_361085347 .choosed-tab, #module_361085347 .setting-screening-criteria{font-size:12px;}
#module_361085347 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .choosed-tab, #module_361085347 .setting-screening-criteria{color:#fd6e27;}
#module_361085347 .choosed-tab{}
#module_361085347 .choosed-tab{}
#module_361085347 .choosed-tab{}
#module_361085347 .selected-light,#module_361085347 .setting-all, #module_361085347 .setting-left-bar, #module_361085347 .setting-pred-warp .setting-collapse, #module_361085347 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_361085347 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_361085347 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_361085347 .selected-light,#module_361085347 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .selected-light,#module_361085347 .setting-left-bar,#module_361085347 .setting-reset,#module_361085347 .setting-pred-warp .setting-collapse,#module_361085347 .giantroom .btn-more{color:#000;}
#module_361085347 .selected-light{}
#module_361085347 .selected-light,#module_361085347 .setting-all{}
#module_361085347 .selected-light,#module_361085347 .setting-all{}
#module_361085347 .setting-right-temp ul li, #module_361085347 .choosed-tab{border-top-left-radius:2px;}
#module_361085347 .setting-right-temp ul li, #module_361085347 .choosed-tab{border-top-right-radius:2px;}
#module_361085347 .setting-right-temp ul li, #module_361085347 .choosed-tab{border-bottom-left-radius:2px;}
#module_361085347 .setting-right-temp ul li, #module_361085347 .choosed-tab{border-bottom-right-radius:2px;}
#module_361085347 .pred-filter, #module_361085347 .choosed-tab{border-top-color:#d6d6d6;}
#module_361085347 .pred-filter, #module_361085347 .choosed-tab{border-top-style:solid;}
#module_361085347 .pred-filter, #module_361085347 .choosed-tab, #module_361085347 .giantroom .btn-more{border-top-width:1px;} #module_361085347 .giantroom {margin-top: calc(-16px - 1px);}
#module_361085347 .pred-filter, #module_361085347 .choosed-tab, #module_361085347 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_361085347 .pred-filter, #module_361085347 .choosed-tab, #module_361085347 .giantroom .btn-more{border-bottom-style:solid;}
#module_361085347 .pred-filter, #module_361085347 .choosed-tab, #module_361085347 .giantroom .btn-more{border-bottom-width:1px;}
#module_361085347 .pred-filter, #module_361085347 .choosed-tab, #module_361085347 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_361085347 .pred-filter, #module_361085347 .choosed-tab, #module_361085347 .giantroom .btn-more{border-left-style:solid;}
#module_361085347 .pred-filter, #module_361085347 .choosed-tab, #module_361085347 .giantroom .btn-more{border-left-width:1px;}
#module_361085347 .pred-filter, #module_361085347 .choosed-tab, #module_361085347 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_361085347 .pred-filter, #module_361085347 .choosed-tab, #module_361085347 .giantroom .btn-more{border-right-style:solid;}
#module_361085347 .pred-filter, #module_361085347 .choosed-tab, #module_361085347 .giantroom .btn-more{border-right-width:1px;}
#module_361085347 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_361085347 .setting-left-bar{background-color:#fafafa;}
#module_361085347 .setting-left-bar{width:px} #module_361085347 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_361085347 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_361085347 .choosed-tab .icsmall{color:#999;}
#module_361085347 .setting-right-temp ul li{margin-right:10px;}
#module_361085347 .pro-buybtn{color:#444;}
#module_361085347 .pro-paramname{font-size:14px;}
#module_361085347 .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .pro-paramname{color:#666;}
#module_361085347 .pro-paramname{font-weight:normal;}
#module_361085347 .pro-paramname{text-decoration:none;}
#module_361085347 .pro-paramname{font-style:normal;}
#module_361085347 .pro-paramvalue{font-size:14px;}
#module_361085347 .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .pro-paramvalue{color:#666;}
#module_361085347 .pro-paramvalue{font-weight:normal;}
#module_361085347 .pro-paramvalue{text-decoration:none;}
#module_361085347 .pro-paramvalue{font-style:normal;}
#module_361085347 .pro-params{margin-top:15px;}
#module_361085347 .pro-params{margin-right:0px;}
#module_361085347 .pro-params{margin-left:0px;}
#module_361085347 .pro-params{margin-bottom:15px;}
#module_361085347 .pagerGiant .text{font-size:px;}
#module_361085347 .pagerGiant .text{font-family:;}
#module_361085347 .pagerGiant .text{color:;}
#module_361085347 .pagerGiant .text{}
#module_361085347 .pagerGiant .text{}
#module_361085347 .pagerGiant .text{}
#module_361085347 .pagerGiant .current,#module_361085347 .pagerGiant .num,#module_361085347 .pagerGiant .inputer{width:px}
#module_361085347 .pagerGiant .current,#module_361085347 .pagerGiant .num,#module_361085347 .pagerGiant .inputer{height:px}
#module_361085347 .pagerGiant .num{font-size:px;}
#module_361085347 .pagerGiant .num{font-family:;}
#module_361085347 .pagerGiant .num{color:;}
#module_361085347 .pagerGiant .num{}
#module_361085347 .pagerGiant .num{}
#module_361085347 .pagerGiant .num{}
#module_361085347 .pagerGiant .submit{width:px}
#module_361085347 .pagerGiant .submit{height:px}
#module_361085347 .pagerGiant .current,#module_361085347 .pagerGiant .num,#module_361085347 .pagerGiant .inputer,#module_361085347 .pagerGiant .submit{border-top-left-radius:px;}
#module_361085347 .pagerGiant .current,#module_361085347 .pagerGiant .num,#module_361085347 .pagerGiant .inputer,#module_361085347 .pagerGiant .submit{border-top-right-radius:px;}
#module_361085347 .pagerGiant .current,#module_361085347 .pagerGiant .num,#module_361085347 .pagerGiant .inputer,#module_361085347 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_361085347 .pagerGiant .current,#module_361085347 .pagerGiant .num,#module_361085347 .pagerGiant .inputer,#module_361085347 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_361085347 .pagerGiant .next,#module_361085347 .pagerGiant .splitline{color:;}
#module_361085347 .pagerGiant .num{background-color:#fff;}
#module_361085347 .pagerGiant .num, #module_361085347 .pagerGiant .inputer{border-top-color:#ccc;}
#module_361085347 .pagerGiant .num, #module_361085347 .pagerGiant .inputer{border-top-style:solid;}
#module_361085347 .pagerGiant .num, #module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit, #module_361085347 .pagerGiant .inputer{border-top-width:1px;}
#module_361085347 .pagerGiant .num, #module_361085347 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_361085347 .pagerGiant .num, #module_361085347 .pagerGiant .inputer{border-bottom-style:solid;}
#module_361085347 .pagerGiant .num, #module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit, #module_361085347 .pagerGiant .inputer{border-bottom-width:1px;}
#module_361085347 .pagerGiant .num, #module_361085347 .pagerGiant .inputer{border-left-color:#ccc;}
#module_361085347 .pagerGiant .num, #module_361085347 .pagerGiant .inputer{border-left-style:solid;}
#module_361085347 .pagerGiant .num, #module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit, #module_361085347 .pagerGiant .inputer{border-left-width:1px;}
#module_361085347 .pagerGiant .num, #module_361085347 .pagerGiant .inputer{border-right-color:#ccc;}
#module_361085347 .pagerGiant .num, #module_361085347 .pagerGiant .inputer{border-right-style:solid;}
#module_361085347 .pagerGiant .num, #module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit, #module_361085347 .pagerGiant .inputer{border-right-width:1px;}
#module_361085347 .page-more a{font-size:px;}
#module_361085347 .page-more a{font-family:;}
#module_361085347 .page-more a{color: !important;}
#module_361085347 .page-more a{}
#module_361085347 .page-more a{}
#module_361085347 .page-more a{}
#module_361085347 .page-more a{background-color:#fff;}
#module_361085347 .page-more a{border-top-color:#eee;}
#module_361085347 .page-more a{border-top-style:solid;}
#module_361085347 .page-more a{border-top-width:2px;}
#module_361085347 .page-more a{border-bottom-color:#eee;}
#module_361085347 .page-more a{border-bottom-style:solid;}
#module_361085347 .page-more a{border-bottom-width:2px;}
#module_361085347 .page-more a{border-left-color:#eee;}
#module_361085347 .page-more a{border-left-style:solid;}
#module_361085347 .page-more a{border-left-width:2px;}
#module_361085347 .page-more a{border-right-color:#eee;}
#module_361085347 .page-more a{border-right-style:solid;}
#module_361085347 .page-more a{border-right-width:2px;}
#module_361085347 .VRDiv:hover{background-color:;}
#module_361085347 .VRDiv:hover{}
#module_361085347 .VRDiv:hover{}
#module_361085347 .VRDiv:hover{}
#module_361085347 .VRDiv:hover{}
#module_361085347 .VRDiv:hover{}
#module_361085347 .VRDiv:hover .vrIcon  {font-size:px;}  #module_361085347 .VRDiv:hover .vrIcon  > svg {width:px; height:px}
#module_361085347 .VRDiv:hover .vrIcon  {color:;} #module_361085347 .VRDiv:hover .vrIcon  > svg {fill:;}
#module_361085347 .videosDiv:hover{background-color:;}
#module_361085347 .videosDiv:hover{}
#module_361085347 .videosDiv:hover{}
#module_361085347 .videosDiv:hover{}
#module_361085347 .videosDiv:hover{}
#module_361085347 .videosDiv:hover{}
#module_361085347 .videosDiv:hover .videosTis {font-size:px;} #module_361085347 .videosDiv:hover .videosTis > svg {width:px; height:px}
#module_361085347 .videosDiv:hover .videosTis {color:;} #module_361085347 .videosDiv:hover .videosTis > svg {fill:;}
#module_361085347 .pro-item:hover .pro-paramname{font-size:14px;}
#module_361085347 .pro-item:hover .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .pro-item:hover .pro-paramname{color:#fff;}
#module_361085347 .pro-item:hover .pro-paramname{font-weight:normal;}
#module_361085347 .pro-item:hover .pro-paramname{text-decoration:none;}
#module_361085347 .pro-item:hover .pro-paramname{font-style:normal;}
#module_361085347 .pro-item:hover .pro-paramvalue{font-size:14px;}
#module_361085347 .pro-item:hover .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .pro-item:hover .pro-paramvalue,#module_361085347 .pro-item:hover .param{color:#fff;}
#module_361085347 .pro-item:hover .pro-paramvalue{font-weight:normal;}
#module_361085347 .pro-item:hover .pro-paramvalue{text-decoration:none;}
#module_361085347 .pro-item:hover .pro-paramvalue{font-style:normal;}
#module_361085347 .pro-item:hover{border-top-color:#eee;}
#module_361085347 .pro-item:hover{border-top-style:solid;}
#module_361085347 .pro-item:hover{border-top-width:0px;}
#module_361085347 .pro-item:hover{border-right-color:#eee;}
#module_361085347 .pro-item:hover{border-right-style:solid;}
#module_361085347 .pro-item:hover{border-right-width:0px;}
#module_361085347 .pro-item:hover{border-bottom-color:#eee;}
#module_361085347 .pro-item:hover{border-bottom-style:solid;}
#module_361085347 .pro-item:hover{border-bottom-width:0px;}
#module_361085347 .pro-item:hover{border-left-color:#eee;}
#module_361085347 .pro-item:hover{border-left-style:solid;}
#module_361085347 .pro-item:hover{border-left-width:0px;}
#module_361085347 .pro-item:hover{background-color:rgb(220, 33, 40);}
#module_361085347 .pro-item:hover{background-image:none;}
#module_361085347 .pro-item:hover{background-repeat:no-repeat;}
#module_361085347 .pro-item:hover{}
#module_361085347 .pro-item:hover{}
#module_361085347 .pro-item:hover{}
#module_361085347 .pro-item:hover .pro-name{font-size:12px;}
#module_361085347 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .pro-item:hover .pro-name{color:#fff;}
#module_361085347 .pro-item:hover .pro-name{font-weight:normal;}
#module_361085347 .pro-item:hover .pro-name{text-decoration:none;}
#module_361085347 .pro-item:hover .pro-name{}
#module_361085347 .pro-item:hover .pro-desc{font-size:12px;}
#module_361085347 .pro-item:hover .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .pro-item:hover .pro-desc{color:#ffffff;}
#module_361085347 .pro-item:hover .pro-desc{font-weight:normal;}
#module_361085347 .pro-item:hover .pro-desc{text-decoration:none;}
#module_361085347 .pro-item:hover .pro-desc{}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#ffffff;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#fd6e27;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361085347 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_361085347 .selected-light:hover,#module_361085347 .selected-light.active,#module_361085347 .items-active{font-size:12px;}
#module_361085347 .selected-light:hover,#module_361085347 .selected-light.active,#module_361085347 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_361085347 .selected-light:hover,#module_361085347 .selected-light.active,#module_361085347 .items-active{color:#fd6e27;} #module_361085347 .items-active{border-color:#fd6e27;} #module_361085347 .bean-finish{background:#fd6e27;}
#module_361085347 .selected-light:hover,#module_361085347 .selected-light.active,#module_361085347 .items-active{}
#module_361085347 .selected-light:hover,#module_361085347 .selected-light.active,#module_361085347 .items-active{}
#module_361085347 .selected-light:hover,#module_361085347 .selected-light.active,#module_361085347 .items-active{}
#module_361085347 .setting-left-bar:hover{background-color:#fafafa;}
#module_361085347 .setting-right-temp ul li:hover, #module_361085347 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_361085347 .choosed-tab .icsmall:hover{color:#999;}
#module_361085347 .pro-item:hover .pro-buybtn,#module_361085347 .pro-item:hover .pro-tit-right{color:#fff;border-left-color:#fff;}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit{font-size:px;}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit{font-family:;}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit{color:;}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit{}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit{}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit{}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit{background-color:#fd6e27;}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit, #module_361085347 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit, #module_361085347 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit, #module_361085347 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit, #module_361085347 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit, #module_361085347 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit, #module_361085347 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit, #module_361085347 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_361085347 .pagerGiant .current, #module_361085347 .pagerGiant .submit, #module_361085347 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_361085347 .page-more a:hover{font-size:px;}
#module_361085347 .page-more:hover a{font-family:;}
#module_361085347 .page-more a:hover{color: !important;}
#module_361085347 .page-more a:hover {}
#module_361085347 .page-more a:hover {}
#module_361085347 .page-more a:hover {}
#module_361085347 .page-more a:hover{background-color:#fff;}
#module_361085347 .page-more a:hover{border-top-color:#eee;}
#module_361085347 .page-more a:hover{border-top-style:solid;}
#module_361085347 .page-more a:hover{border-bottom-color:#eee;}
#module_361085347 .page-more a:hover{border-bottom-style:solid;}
#module_361085347 .page-more a:hover{border-left-color:#eee;}
#module_361085347 .page-more a:hover{border-left-style:solid;}
#module_361085347 .page-more a:hover{border-right-color:#eee;}
#module_361085347 .page-more a:hover{border-right-style:solid;}
.module_9988361085347 .ModuleHead .HeadCenter{float:none;}
#module_9988361085347 {
padding:0px;
}
#module_9988361085347 {
}
#module_9988361085347 .ModuleHead0 {
display:block;
}

#module_9988361085347 .title{font-size:18px;}
#module_9988361085347 .title{font-family:;}
#module_9988361085347 .title{color:#333;}
#module_9988361085347 .title{font-weight:normal;}
#module_9988361085347 .title{text-decoration:none;}
#module_9988361085347 .title{font-style:normal;}
#module_9988361085347 .title{background-color:transparent;}
#module_9988361085347 .title{}
#module_9988361085347 .title{background-repeat:no-repeat;}
#module_9988361085347 .title{background-position:50% 50%;}
#module_9988361085347 .title{background-attachment:scroll;}
#module_9988361085347 .title{}
#module_9988361085347 .title{height:50px;line-height:50px;}
#module_9988361085347 .title{text-align:center;}
#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347.customFormDatetime,#module_9988361085347 input.input-text-color,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{background-color:#fbfbfb;}
#module_9988361085347 .smsbtn,#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347 input.input-text-color,#module_9988361085347.customFormDatetime,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{border-top-color:#e5e5e5;}
#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347 input.input-text-color,#module_9988361085347.customFormDatetime,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{border-top-style:solid;}
#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347 input.input-text-color,#module_9988361085347.customFormDatetime,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{border-top-width:1px;}
#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347 input.input-text-color,#module_9988361085347.customFormDatetime,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{border-right-color:#e5e5e5;}
#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347 input.input-text-color,#module_9988361085347.customFormDatetime,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{border-right-style:solid;}
#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347 input.input-text-color,#module_9988361085347.customFormDatetime,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{border-right-width:1px;}
#module_9988361085347 .smsvcode,#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347 input.input-text-color,#module_9988361085347.customFormDatetime,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{border-bottom-color:#e5e5e5;}
#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347 input.input-text-color,#module_9988361085347.customFormDatetime,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{border-bottom-style:solid;}
#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347 input.input-text-color,#module_9988361085347.customFormDatetime,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{border-bottom-width:1px;}
#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347 input.input-text-color,#module_9988361085347.customFormDatetime,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{border-left-color:#e5e5e5;}
#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347 input.input-text-color,#module_9988361085347.customFormDatetime,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{border-left-style:solid;}
#module_9988361085347 .smsvcode,#module_9988361085347 .frist_item,#module_9988361085347 .VerificationCodeinput,#module_9988361085347 .customFormCheckbox,#module_9988361085347 input[type=radio],#module_9988361085347 input.input-text-color,#module_9988361085347.customFormDatetime,#module_9988361085347 .Browse-file,#module_9988361085347 .customFormDatetime,#module_9988361085347 .pcCitybox select,#module_9988361085347 .multi-row-text{border-left-width:1px;}
#module_9988361085347 .Describ-text-color{font-size:14px;}
#module_9988361085347 .Describ-text-color{font-family:;}
#module_9988361085347 .Describ-text-color{color:#595959;}
#module_9988361085347 .Describ-text-color{font-weight:normal;}
#module_9988361085347 .Describ-text-color{text-decoration:none;}
#module_9988361085347 .Describ-text-color{font-style:normal;}
#module_9988361085347 .smsbtn,#module_9988361085347 .smsvcode,#module_9988361085347 .input-text-color{font-size:14px;}
#module_9988361085347 .smsbtn,#module_9988361085347 .smsvcode,#module_9988361085347 .input-text-color{font-family:;}
#module_9988361085347 .smsvcode,#module_9988361085347 .input-text-color{color:#333;} #module_9988361085347 .input-text-color::-ms-input-placeholder{color:#333;} #module_9988361085347 .input-text-color::-moz-placeholder{color:#333;} #module_9988361085347 .input-text-color::-webkit-input-placeholder{color:#333;} 
#module_9988361085347 .smsbtn,#module_9988361085347 .smsvcode,#module_9988361085347 .input-text-color{font-weight:normal;}
#module_9988361085347 .smsbtn,#module_9988361085347 .smsvcode,#module_9988361085347 .input-text-color{text-decoration:none;} #module_9988361085347 .input-text-color::-ms-input-placeholder{text-decoration:none;} #module_9988361085347 .input-text-color::-moz-placeholder{text-decoration:none;} #module_9988361085347 .input-text-color::-webkit-input-placeholder{text-decoration:none;}
#module_9988361085347 .smsbtn,#module_9988361085347 .smsvcode,#module_9988361085347 .input-text-color{font-style:normal;}
#module_9988361085347 .submitbtn{font-size:14px;}
#module_9988361085347 .submitbtn{font-family:;}
#module_9988361085347 .submitbtn{color:#fff;}
#module_9988361085347 .submitbtn{font-weight:normal;}
#module_9988361085347 .submitbtn{text-decoration:none;}
#module_9988361085347 .submitbtn{font-style:normal;}
#module_9988361085347 .submitbtn{background-color:#fd6e27;} #module_9988361085347 input[type=radio]:checked, #module_9988361085347 input[type=checkbox]:checked{background:#fd6e27;border:1px solid #fd6e27} 
#module_9988361085347 .submitbtn{}
#module_9988361085347 .submitbtn{background-repeat:no-repeat;}
#module_9988361085347 .submitbtn{background-position:50% 50%;}
#module_9988361085347 .submitbtn{background-attachment:scroll;}
#module_9988361085347 .submitbtn{}
#module_9988361085347 .submitbtnbox{justify-content:flex-start;}
#module_9988361085347 .submitbtn{width:100%;}
#module_9988361085347 .submitbtn{height:40px;line-height:40px;}
#module_9988361085347 .vcbtn1{background-color:#fd6e27;}
#module_9988361085347 .vcbtn1{color:#fff;}
#module_9988361085347 .frist_item:hover,#module_9988361085347 .VerificationCodeinput:hover,#module_9988361085347 .customFormCheckbox:hover,#module_9988361085347 input[type=radio]:hover,#module_9988361085347 input.input-text-color:hover,#module_9988361085347.customFormDatetime:hover,#module_9988361085347 .Browse-file:hover,#module_9988361085347 .customFormDatetime:hover,#module_9988361085347 .pcCitybox select:hover,#module_9988361085347 .multi-row-text:hover{border-top-color:#f65e12;}
#module_9988361085347 .frist_item:hover,#module_9988361085347 .VerificationCodeinput:hover,#module_9988361085347 .customFormCheckbox:hover,#module_9988361085347 input[type=radio]:hover,#module_9988361085347 input.input-text-color:hover,#module_9988361085347.customFormDatetime:hover,#module_9988361085347 .Browse-file:hover,#module_9988361085347 .customFormDatetime:hover,#module_9988361085347 .pcCitybox select:hover,#module_9988361085347 .multi-row-text:hover{border-top-style:solid;}
#module_9988361085347 .frist_item:hover,#module_9988361085347 .VerificationCodeinput:hover,#module_9988361085347 .customFormCheckbox:hover,#module_9988361085347 input[type=radio]:hover,#module_9988361085347 input.input-text-color:hover,#module_9988361085347.customFormDatetime:hover,#module_9988361085347 .Browse-file:hover,#module_9988361085347 .customFormDatetime:hover,#module_9988361085347 .pcCitybox select:hover,#module_9988361085347 .multi-row-text:hover{border-right-color:#f65e12;}
#module_9988361085347 .frist_item:hover,#module_9988361085347 .VerificationCodeinput:hover,#module_9988361085347 .customFormCheckbox:hover,#module_9988361085347 input[type=radio]:hover,#module_9988361085347 input.input-text-color:hover,#module_9988361085347.customFormDatetime:hover,#module_9988361085347 .Browse-file:hover,#module_9988361085347 .customFormDatetime:hover,#module_9988361085347 .pcCitybox select:hover,#module_9988361085347 .multi-row-text:hover{border-right-style:solid;}
#module_9988361085347 .frist_item:hover,#module_9988361085347 .VerificationCodeinput:hover,#module_9988361085347 .customFormCheckbox:hover,#module_9988361085347 input[type=radio]:hover,#module_9988361085347 input.input-text-color:hover,#module_9988361085347.customFormDatetime:hover,#module_9988361085347 .Browse-file:hover,#module_9988361085347 .customFormDatetime:hover,#module_9988361085347 .pcCitybox select:hover,#module_9988361085347 .multi-row-text:hover{border-bottom-color:#f65e12;}
#module_9988361085347 .frist_item:hover,#module_9988361085347 .VerificationCodeinput:hover,#module_9988361085347 .customFormCheckbox:hover,#module_9988361085347 input[type=radio]:hover,#module_9988361085347 input.input-text-color:hover,#module_9988361085347.customFormDatetime:hover,#module_9988361085347 .Browse-file:hover,#module_9988361085347 .customFormDatetime:hover,#module_9988361085347 .pcCitybox select:hover,#module_9988361085347 .multi-row-text:hover{border-bottom-style:solid;}
#module_9988361085347 .frist_item:hover,#module_9988361085347 .VerificationCodeinput:hover,#module_9988361085347 .customFormCheckbox:hover,#module_9988361085347 input[type=radio]:hover,#module_9988361085347 input.input-text-color:hover,#module_9988361085347.customFormDatetime:hover,#module_9988361085347 .Browse-file:hover,#module_9988361085347 .customFormDatetime:hover,#module_9988361085347 .pcCitybox select:hover,#module_9988361085347 .multi-row-text:hover{border-left-color:#f65e12;}
#module_9988361085347 .frist_item:hover,#module_9988361085347 .VerificationCodeinput:hover,#module_9988361085347 .customFormCheckbox:hover,#module_9988361085347 input[type=radio]:hover,#module_9988361085347 input.input-text-color:hover,#module_9988361085347.customFormDatetime:hover,#module_9988361085347 .Browse-file:hover,#module_9988361085347 .customFormDatetime:hover,#module_9988361085347 .pcCitybox select:hover,#module_9988361085347 .multi-row-text:hover{border-left-style:solid;}
#module_9988361085347 .submitbtn:hover{font-size:14px;}
#module_9988361085347 .submitbtn:hover{font-family:;}
#module_9988361085347 .submitbtn:hover{color:#fff;}
#module_9988361085347 .submitbtn:hover{font-weight:normal;}
#module_9988361085347 .submitbtn:hover{text-decoration:none;}
#module_9988361085347 .submitbtn:hover{font-style:normal;}
#module_9988361085347 .submitbtn:hover{background-color:#f65e12;}
#module_9988361085347 .submitbtn:hover{}
#module_9988361085347 .submitbtn:hover{background-repeat:no-repeat;}
#module_9988361085347 .submitbtn:hover{background-position:50% 50%;}
#module_9988361085347 .submitbtn:hover{background-attachment:scroll;}
#module_9988361085347 .submitbtn:hover{}


.module_360977104 .ModuleHead .HeadCenter{float:none;}
#module_360977104 {
padding:0px;
}
#module_360977104 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_360977104 .ModuleHead360977104 {
display:none;
}
#module_360977104 .BodyCenter.BodyCenter360977104 {
background-color:transparent;
background-image:url(comdata/1136/202106/20210601152613f4b9e9.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_360977104 >.module_360977104 {
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_360977104 >.module_360977104{
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_360977104 .BodyCenter.BodyCenter360977104 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360977104 .BodyCenter.BodyCenter360977104 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_360977104 >.module_360977104 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360977104 >.module_360977104 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_360977104 >.module_360977104 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360977104:hover {
border:none;
}
#module_360977104:hover >.module_360977104 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_360977329 .ModuleHoverBoxItem_1{background-color:rgba(0,0,0,0);}
#module_360977329 .ModuleHoverBoxItem_1{background-image:url(comdata/1136/202106/2021060115445926c900.png);}
#module_360977329 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_360977329 .ModuleHoverBoxItem_1{}
#module_360977329 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_360977329 .ModuleHoverBoxItem_1{}
#module_360977329 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_360977329 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_360977329 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_360977329 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_360977329 .ModuleHoverBoxItem_2{background-color:rgba(0,0,0,0);}
#module_360977329 .ModuleHoverBoxItem_2{background-image:none;}
#module_360977329 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_360977329 .ModuleHoverBoxItem_2{}
#module_360977329 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_360977329 .ModuleHoverBoxItem_2{}
#module_360977329 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_360977329 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_360977329 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_360977329 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_360977329 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_360977313 .ModuleHead .HeadCenter{float:none;}
#module_360977313 {
padding:0px;
}
#module_360977313 {
position:static;
z-index:0;
top:2024px;
left:895px;
width:100%;
height: auto;
}
#module_360977313 .ModuleHead360977313 {
display:none;
}
#module_360977313 .BodyCenter.BodyCenter360977313 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360977313 >.module_360977313 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgba(255, 255, 255, 0.19);
border-bottom-width:1px;
}
#module_360977313 >.module_360977313{
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_360977313 .BodyCenter.BodyCenter360977313 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.1397%;
}
}
@media screen and (max-width: 767px){
#module_360977313 .BodyCenter.BodyCenter360977313 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360977313 >.module_360977313 {
margin-top:31.3972%;
margin-left:36.1068%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360977313 >.module_360977313 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360977313 >.module_360977313 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360977313:hover {
border:none;
}
#module_360977313:hover >.module_360977313 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

#module_360977375 .BodyCenter{text-align:left;}
#module_360977375 .moduleButton{font-size:12px;}
#module_360977375 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_360977375 .moduleButton{color:#fff;}
#module_360977375 .moduleButton{font-weight:normal;}
#module_360977375 .moduleButton{text-decoration:none;}
#module_360977375 .moduleButton{font-style:normal;}
#module_360977375 .moduleButton, #module_360977375 .moduleButton:before{background-color:rgb(255, 45, 53);}
#module_360977375 .moduleButton, #module_360977375 .moduleButton:before{}
#module_360977375 .moduleButton, #module_360977375 .moduleButton:before{}
#module_360977375 .moduleButton, #module_360977375 .moduleButton:before{}
#module_360977375 .moduleButton, #module_360977375 .moduleButton:before{}
#module_360977375 .moduleButton, #module_360977375 .moduleButton:before{}
#module_360977375 .moduleButton{border-color:#000;}
#module_360977375 .moduleButton{border-style:solid;}
#module_360977375 .moduleButton{border-width:0px;}
#module_360977375 .moduleButton{width:180px;}
#module_360977375 .moduleButton,#module_360977375 .BreadsvgIcon{height:50px;line-height:50px;}
#module_360977375 .BodyCenter{color:#fff;}
#module_360977375 .moduleButton{border-top-left-radius:0px;}
#module_360977375 .moduleButton{border-top-right-radius:0px;}
#module_360977375 .moduleButton{border-bottom-left-radius:0px;}
#module_360977375 .moduleButton{border-bottom-right-radius:0px;}
#module_360977375 .BreadIcon{font-size:16px;} #module_360977375 .BreadsvgIcon svg{width:16px;height:16px;}
#module_360977375 .BreadIcon{color:#fff;} #module_360977375 .BreadsvgIcon svg>*{fill:#fff;}
#module_360977375 .BreadIcon,#module_360977375 .BreadsvgIcon{margin-left:10px;}
#module_360977375 .BreadIcon,#module_360977375 .BreadsvgIcon{margin-right:10px;}
#module_360977375 .moduleButton{box-shadow:;}
#module_360977375 .moduleButton:hover .BreadIcon{font-size:16px;} #module_360977375 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_360977375 .moduleButton:hover .BreadIcon{color:#fff} #module_360977375 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_360977375 .moduleButton:hover{font-size:12px;}
#module_360977375 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360977375 .moduleButton:hover{color:#fff;}
#module_360977375 .moduleButton:hover{font-weight:normal;}
#module_360977375 .moduleButton:hover{text-decoration:none;}
#module_360977375 .moduleButton:hover{font-style:normal;}
#module_360977375 .moduleButton:hover, #module_360977375 .moduleButton:hover:before{background-image: unset;background-color:#333333;}
#module_360977375 .moduleButton:hover, #module_360977375 .moduleButton:hover:before{}
#module_360977375 .moduleButton:hover, #module_360977375 .moduleButton:hover:before{}
#module_360977375 .moduleButton:hover, #module_360977375 .moduleButton:hover:before{}
#module_360977375 .moduleButton:hover, #module_360977375 .moduleButton:hover:before{}
#module_360977375 .moduleButton:hover, #module_360977375 .moduleButton:hover:before{}
#module_360977375 .moduleButton:hover{border-color:transparent;}
#module_360977375 .moduleButton:hover{border-style:solid;}
#module_360977375 .moduleButton:hover{border-width:0px;}
#module_360977375 .moduleButton:hover{box-shadow:;}
.module_360977568 .ModuleHead .HeadCenter{float:none;}
#module_360977568 {
padding:0px;
}
#module_360977568 {
position:static;
z-index:0;
top:34px;
left:0px;
width:100%;
height: auto;
}
#module_360977568 .ModuleHead360977568 {
display:none;
}
#module_360977568 .BodyCenter.BodyCenter360977568 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360977568 >.module_360977568 {
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_360977568 >.module_360977568{
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_360977568 .BodyCenter.BodyCenter360977568 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360977568 .BodyCenter.BodyCenter360977568 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360977568 >.module_360977568 {
margin-top:109.1052%;
margin-left:36.1068%;
margin-right:0.0000%;
margin-bottom:18.8383%;
}
}
@media screen and (max-width: 767px){
#module_360977568 >.module_360977568 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360977568 >.module_360977568 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360977568:hover {
border:none;
}
#module_360977568:hover >.module_360977568 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360977568 .BodyCenter{text-align:left;}
#module_360977568 .moduleButton{font-size:12px;}
#module_360977568 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_360977568 .moduleButton{color:#fff;}
#module_360977568 .moduleButton{font-weight:normal;}
#module_360977568 .moduleButton{text-decoration:none;}
#module_360977568 .moduleButton{font-style:normal;}
#module_360977568 .moduleButton, #module_360977568 .moduleButton:before{background-color:rgb(255, 45, 53);}
#module_360977568 .moduleButton, #module_360977568 .moduleButton:before{}
#module_360977568 .moduleButton, #module_360977568 .moduleButton:before{}
#module_360977568 .moduleButton, #module_360977568 .moduleButton:before{}
#module_360977568 .moduleButton, #module_360977568 .moduleButton:before{}
#module_360977568 .moduleButton, #module_360977568 .moduleButton:before{}
#module_360977568 .moduleButton{border-color:#000;}
#module_360977568 .moduleButton{border-style:solid;}
#module_360977568 .moduleButton{border-width:0px;}
#module_360977568 .moduleButton{width:180px;}
#module_360977568 .moduleButton,#module_360977568 .BreadsvgIcon{height:50px;line-height:50px;}
#module_360977568 .BodyCenter{color:#fff;}
#module_360977568 .moduleButton{border-top-left-radius:0px;}
#module_360977568 .moduleButton{border-top-right-radius:0px;}
#module_360977568 .moduleButton{border-bottom-left-radius:0px;}
#module_360977568 .moduleButton{border-bottom-right-radius:0px;}
#module_360977568 .BreadIcon{font-size:16px;} #module_360977568 .BreadsvgIcon svg{width:16px;height:16px;}
#module_360977568 .BreadIcon{color:#fff;} #module_360977568 .BreadsvgIcon svg>*{fill:#fff;}
#module_360977568 .BreadIcon,#module_360977568 .BreadsvgIcon{margin-left:10px;}
#module_360977568 .BreadIcon,#module_360977568 .BreadsvgIcon{margin-right:10px;}
#module_360977568 .moduleButton{box-shadow:;}
#module_360977568 .moduleButton:hover .BreadIcon{font-size:16px;} #module_360977568 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_360977568 .moduleButton:hover .BreadIcon{color:#fff} #module_360977568 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_360977568 .moduleButton:hover{font-size:12px;}
#module_360977568 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360977568 .moduleButton:hover{color:#fff;}
#module_360977568 .moduleButton:hover{font-weight:normal;}
#module_360977568 .moduleButton:hover{text-decoration:none;}
#module_360977568 .moduleButton:hover{font-style:normal;}
#module_360977568 .moduleButton:hover, #module_360977568 .moduleButton:hover:before{background-image: unset;background-color:#333333;}
#module_360977568 .moduleButton:hover, #module_360977568 .moduleButton:hover:before{}
#module_360977568 .moduleButton:hover, #module_360977568 .moduleButton:hover:before{}
#module_360977568 .moduleButton:hover, #module_360977568 .moduleButton:hover:before{}
#module_360977568 .moduleButton:hover, #module_360977568 .moduleButton:hover:before{}
#module_360977568 .moduleButton:hover, #module_360977568 .moduleButton:hover:before{}
#module_360977568 .moduleButton:hover{border-color:transparent;}
#module_360977568 .moduleButton:hover{border-style:solid;}
#module_360977568 .moduleButton:hover{border-width:0px;}
#module_360977568 .moduleButton:hover{box-shadow:;}

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

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

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

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

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

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

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

.module_361069518 .ModuleHead .HeadCenter{float:none;}
#module_361069518 {
padding:0px;
}
#module_361069518 {
position:static;
z-index:0;
top:302px;
left:0px;
width:100%;
height: auto;
}
#module_361069518 .ModuleHead361069518 {
display:none;
}
#module_361069518 .BodyCenter.BodyCenter361069518 {
background:none;background-color:rgba(0,0,0,0);
}
#module_361069518 >.module_361069518 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgba(255, 255, 255, 0.19);
border-bottom-width:1px;
}
#module_361069518 >.module_361069518{
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_361069518 .BodyCenter.BodyCenter361069518 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.1397%;
}
}
@media screen and (max-width: 767px){
#module_361069518 .BodyCenter.BodyCenter361069518 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_361069518 >.module_361069518 {
margin-top:0.0000%;
margin-left:36.0833%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361069518 >.module_361069518 {
margin-top:0.0000%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:0.0000%;
}
}
#module_361069518 >.module_361069518 {box-shadow: 0px 0px 0px 0px #ccc}
#module_361069518:hover {
border:none;
}
#module_361069518:hover >.module_361069518 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

#module_361069668 .BodyCenter{text-align:center;}
#module_361069668 .moduleButton{font-size:12px;}
#module_361069668 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_361069668 .moduleButton{color:#fff;}
#module_361069668 .moduleButton{font-weight:normal;}
#module_361069668 .moduleButton{text-decoration:none;}
#module_361069668 .moduleButton{font-style:normal;}
#module_361069668 .moduleButton, #module_361069668 .moduleButton:before{background-color:rgb(255, 45, 53);}
#module_361069668 .moduleButton, #module_361069668 .moduleButton:before{}
#module_361069668 .moduleButton, #module_361069668 .moduleButton:before{}
#module_361069668 .moduleButton, #module_361069668 .moduleButton:before{}
#module_361069668 .moduleButton, #module_361069668 .moduleButton:before{}
#module_361069668 .moduleButton, #module_361069668 .moduleButton:before{}
#module_361069668 .moduleButton{border-color:#000;}
#module_361069668 .moduleButton{border-style:solid;}
#module_361069668 .moduleButton{border-width:0px;}
#module_361069668 .moduleButton{width:180px;}
#module_361069668 .moduleButton,#module_361069668 .BreadsvgIcon{height:50px;line-height:50px;}
#module_361069668 .BodyCenter{color:#fff;}
#module_361069668 .moduleButton{border-top-left-radius:0px;}
#module_361069668 .moduleButton{border-top-right-radius:0px;}
#module_361069668 .moduleButton{border-bottom-left-radius:0px;}
#module_361069668 .moduleButton{border-bottom-right-radius:0px;}
#module_361069668 .BreadIcon{font-size:16px;} #module_361069668 .BreadsvgIcon svg{width:16px;height:16px;}
#module_361069668 .BreadIcon{color:#fff;} #module_361069668 .BreadsvgIcon svg>*{fill:#fff;}
#module_361069668 .BreadIcon,#module_361069668 .BreadsvgIcon{margin-left:10px;}
#module_361069668 .BreadIcon,#module_361069668 .BreadsvgIcon{margin-right:10px;}
#module_361069668 .moduleButton{box-shadow:;}
#module_361069668 .moduleButton:hover .BreadIcon{font-size:16px;} #module_361069668 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_361069668 .moduleButton:hover .BreadIcon{color:#fff} #module_361069668 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_361069668 .moduleButton:hover{font-size:12px;}
#module_361069668 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_361069668 .moduleButton:hover{color:#fff;}
#module_361069668 .moduleButton:hover{font-weight:normal;}
#module_361069668 .moduleButton:hover{text-decoration:none;}
#module_361069668 .moduleButton:hover{font-style:normal;}
#module_361069668 .moduleButton:hover, #module_361069668 .moduleButton:hover:before{background-image: unset;background-color:#333333;}
#module_361069668 .moduleButton:hover, #module_361069668 .moduleButton:hover:before{}
#module_361069668 .moduleButton:hover, #module_361069668 .moduleButton:hover:before{}
#module_361069668 .moduleButton:hover, #module_361069668 .moduleButton:hover:before{}
#module_361069668 .moduleButton:hover, #module_361069668 .moduleButton:hover:before{}
#module_361069668 .moduleButton:hover, #module_361069668 .moduleButton:hover:before{}
#module_361069668 .moduleButton:hover{border-color:transparent;}
#module_361069668 .moduleButton:hover{border-style:solid;}
#module_361069668 .moduleButton:hover{border-width:0px;}
#module_361069668 .moduleButton:hover{box-shadow:;}

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

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

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

#module_360973141 .one-classify-box{text-align:left;}
#module_360973141 .main-class-item{background-color:rgb(255, 255, 255);}
#module_360973141 .main-class-item{background-image:none;}
#module_360973141 .main-class-item{background-repeat:no-repeat;}
#module_360973141 .main-class-item{}
#module_360973141 .main-class-item{}
#module_360973141 .main-class-item{}
#module_360973141 .main-class-item{height:48px;}
#module_360973141 .main-class-item{border-top-color:rgb(242, 242, 242);}
#module_360973141 .main-class-item{border-top-style:solid;}
#module_360973141 .main-class-item{border-top-width:1px;}
#module_360973141 .main-class-item{border-right-color:rgb(242, 242, 242);}
#module_360973141 .main-class-item{border-right-style:solid;}
#module_360973141 .main-class-item{border-right-width:1px;}
#module_360973141 .main-class-item{border-bottom-color:rgb(242, 242, 242);}
#module_360973141 .main-class-item{border-bottom-style:solid;}
#module_360973141 .main-class-item{border-bottom-width:1px;}
#module_360973141 .main-class-item{border-left-color:rgb(242, 242, 242);}
#module_360973141 .main-class-item{border-left-style:solid;}
#module_360973141 .main-class-item{border-left-width:1px;}
#module_360973141 .main-class-item{border-top-left-radius:0px;}
#module_360973141 .main-class-item{border-top-right-radius:0px;}
#module_360973141 .main-class-item{border-bottom-left-radius:0px;}
#module_360973141 .main-class-item{border-bottom-right-radius:0px;}
#module_360973141 .main-class-item{margin-right:8px;}
#module_360973141 .main-class-text{font-size:14px;}
#module_360973141 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_360973141 .main-class-text{color:#666;}
#module_360973141 .main-class-text{font-weight:normal;}
#module_360973141 .main-class-text{text-decoration:none;}
#module_360973141 .main-class-text{font-style:normal;}
#module_360973141 .main-class-item{width:138px;}
#module_360973141 .main-class-item.active{background-color:rgb(220, 33, 40);}
#module_360973141 .main-class-item.active{background-image:none;}
#module_360973141 .main-class-item.active{background-repeat:no-repeat;}
#module_360973141 .main-class-item.active{}
#module_360973141 .main-class-item.active{}
#module_360973141 .main-class-item.active{}
#module_360973141 .main-class-item.active .main-class-text{font-size:14px;}
#module_360973141 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_360973141 .main-class-item.active .main-class-text{color:#fff;}
#module_360973141 .main-class-item.active .main-class-text{font-weight:normal;}
#module_360973141 .main-class-item.active .main-class-text{text-decoration:none;}
#module_360973141 .main-class-item.active .main-class-text{font-style:normal;}


.ModuleNewsListGiant.layout-113 .news-container { width: 100%; position: relative; }
.ModuleNewsListGiant.layout-113 .news-container li { float: left; margin: 0 2% 2% 0; }
.ModuleNewsListGiant.layout-113 .news-item { float: left; position: relative; cursor: pointer; }
.ModuleNewsListGiant.layout-113 .news-item .news-tit { position: relative; }
.ModuleNewsListGiant.layout-113 .news-item .news-tit time { display: block; margin-top: 5px; margin-bottom: 16px; }
.ModuleNewsListGiant.layout-113 .news-item .news-tit .news-title-container { margin-top: 8px;  }
.ModuleNewsListGiant.layout-113 .news-item .news-tit .news-desc { margin-top: 13px; overflow: hidden; height: 72px; line-height: 1.8; }
.ModuleNewsListGiant.layout-113 .news-item .news-img { width: 100%; overflow: hidden; display: block; text-align:center; margin-top: 17px; position: relative;}
.ModuleNewsListGiant.layout-113 .news-item .news-img img { transition: all .3s ease-out 0s; overflow: hidden; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; width:100%; }
.ModuleNewsListGiant.layout-113 .news-item .news-img .dummy { padding-top: 56%; }
.ModuleNewsListGiant.layout-113 .news-item .news-detail-btn { display:none; padding: 8px 12px; color: #ffffff; font-weight: bold; position: absolute; left: 50%; bottom: calc(50% - 19px); width: 38px; height: 38px; background: rgba(0,0,0,0.6); margin-left: -19px; }

/*手机屏幕*/
@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-113 li.col-xs-2 {
        padding-right: 0;
        padding-left: 0;
        width: 49%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-3 {
        padding-right: 0;
        padding-left: 0;
        width: 32%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-4 {
        padding-right: 0;
        padding-left: 0;
        width: 23.5%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-5 {
        padding-right: 0;
        padding-left: 0;
        width: 18.4%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-6 {
        padding-right: 0;
        padding-left: 0;
        width: 15%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-1 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(2n).col-xs-2 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(3n).col-xs-3 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(4n).col-xs-4 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(5n).col-xs-5 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(6n).col-xs-6 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(n).col-xs-1 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 .news-container li {
        margin-bottom: 8%;
    }

    .ModuleNewsListGiant.layout-113 .news-item:hover .news-detail-btn {
        display: none !important;
    }
}

/*PC*/
@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-113 li.col-lg-2 {
        padding-right: 0;
        padding-left: 0;
        width: 49%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-3 {
        padding-right: 0;
        padding-left: 0;
        width: 32%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-4 {
        padding-right: 0;
        padding-left: 0;
        width: 23.5%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-5 {
        padding-right: 0;
        padding-left: 0;
        width: 18.4%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-6 {
        padding-right: 0;
        padding-left: 0;
        width: 15%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-1 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(2n).col-lg-2 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(3n).col-lg-3 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(4n).col-lg-4 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(5n).col-lg-5 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(6n).col-lg-6 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(n).col-lg-1 {
        margin-right: 0;
    }
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-113 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: middle;
}
.ModuleNewsListGiant.layout-113 .pagerGiant .inputer{outline: 0;}
.module_360974234 .ModuleHead .HeadCenter{float:none;}
#module_360974234 {
padding:0px;
}
#module_360974234 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360974234 .ModuleHead360974234 {
display:none;
}
#module_360974234 .BodyCenter.BodyCenter360974234 {
background:none;background-color:rgb(255, 255, 255);
}
#module_360974234 >.module_360974234 {
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_360974234 >.module_360974234{
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_360974234 .BodyCenter.BodyCenter360974234 {
padding-top:0.0000%;
padding-left:4.1841%;
padding-right:2.0921%;
padding-bottom:8.3682%;
}
}
@media screen and (max-width: 767px){
#module_360974234 .BodyCenter.BodyCenter360974234 {
padding-top:0.0000%;
padding-left:3.0581%;
padding-right:3.0581%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_360974234 >.module_360974234 {
margin-top:0.0000%;
margin-left:17.7824%;
margin-right:0.0000%;
margin-bottom:0%;
}
}
@media screen and (max-width: 767px){
#module_360974234 >.module_360974234 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_360974234 >.module_360974234 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360974234:hover {
border:none;
}
#module_360974234:hover >.module_360974234 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360974234 .news-item{background-color:transparent;}
#module_360974234 .news-item{background-image:none;}
#module_360974234 .news-item{background-repeat:no-repeat;}
#module_360974234 .news-item{}
#module_360974234 .news-item{}
#module_360974234 .news-item{}
#module_360974234 .news-item{border-top-color:transparent;}
#module_360974234 .news-item{border-top-style:none;}
#module_360974234 .news-item{border-top-width:0px;}
#module_360974234 .news-item{border-right-color:transparent;}
#module_360974234 .news-item{border-right-style:none;}
#module_360974234 .news-item{border-right-width:0px;}
#module_360974234 .news-item{border-bottom-color:transparent;}
#module_360974234 .news-item{border-bottom-style:none;}
#module_360974234 .news-item{border-bottom-width:0px;}
#module_360974234 .news-item{border-left-color:transparent;}
#module_360974234 .news-item{border-left-style:none;}
#module_360974234 .news-item{border-left-width:0px;}
#module_360974234 .news-img{border-top-color:transparent;}
#module_360974234 .news-img{border-top-style:none;}
#module_360974234 .news-img{border-top-width:0px;}
#module_360974234 .news-img{border-right-color:transparent;}
#module_360974234 .news-img{border-right-style:none;}
#module_360974234 .news-img{border-right-width:0px;}
#module_360974234 .news-img{border-bottom-color:transparent;}
#module_360974234 .news-img{border-bottom-style:none;}
#module_360974234 .news-img{border-bottom-width:0px;}
#module_360974234 .news-img{border-left-color:transparent;}
#module_360974234 .news-img{border-left-style:none;}
#module_360974234 .news-img{border-left-width:0px;}
#module_360974234 .news-img .dummy{background-color:transparent;}
#module_360974234 .news-img .dummy{background-image:none;}
#module_360974234 .news-img .dummy{background-repeat:no-repeat;}
#module_360974234 .news-img .dummy{}
#module_360974234 .news-img .dummy{}
#module_360974234 .news-img .dummy{}
#module_360974234 .news-img .dummy{padding-top:auto;}
#module_360974234 .news-img .t-img{ object-fit:cover;}
#module_360974234 .news-img .t-img{ width:100%;}
#module_360974234 .news-img .t-img{ height:100%;}
#module_360974234 .news-img .t-img{border-radius:0px;}
#module_360974234 .news-title{font-size:16px;}
#module_360974234 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_360974234 .news-title{color:#333;}
#module_360974234 .news-title{font-weight:normal;}
#module_360974234 .news-title{text-decoration:none;}
#module_360974234 .news-title{font-style:normal;}
#module_360974234 .news-title-container{margin-top:20px;}
#module_360974234 .news-title-container{margin-bottom:0px;}
#module_360974234 .news-desc{font-size:14px;}
#module_360974234 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_360974234 .news-desc{color:#999;}
#module_360974234 .news-desc{font-weight:normal;}
#module_360974234 .news-desc{text-decoration:none;}
#module_360974234 .news-desc{font-style:normal;}
#module_360974234 .news-desc{margin-top:10px;}
#module_360974234 .news-desc{margin-bottom:30px;}
#module_360974234 time{font-size:16px;}
#module_360974234 time{font-family:Calibri;}
#module_360974234 time{color:#999999;}
#module_360974234 time{font-weight:normal;}
#module_360974234 time{text-decoration:none;}
#module_360974234 time{font-style:normal;}
#module_360974234 time{margin-top:5px;}
#module_360974234 time{margin-bottom:15px;}
#module_360974234 .news-line{border-bottom-color:#eeeeee;}
#module_360974234 .news-line{border-bottom-style:solid;}
#module_360974234 .news-line{border-bottom-width:1px;}
#module_360974234 .news-detail-btn{display:none;}
#module_360974234 .pagerGiant .text{font-size:px;}
#module_360974234 .pagerGiant .text{font-family:;}
#module_360974234 .pagerGiant .text{color:;}
#module_360974234 .pagerGiant .text{}
#module_360974234 .pagerGiant .text{}
#module_360974234 .pagerGiant .text{}
#module_360974234 .pagerGiant .current,#module_360974234 .pagerGiant .num,#module_360974234 .pagerGiant .inputer{width:px}
#module_360974234 .pagerGiant .current,#module_360974234 .pagerGiant .num,#module_360974234 .pagerGiant .inputer{height:px}
#module_360974234 .pagerGiant .num{font-size:px;}
#module_360974234 .pagerGiant .num{font-family:;}
#module_360974234 .pagerGiant .num{color:;}
#module_360974234 .pagerGiant .num{}
#module_360974234 .pagerGiant .num{}
#module_360974234 .pagerGiant .num{}
#module_360974234 .pagerGiant .submit{width:px}
#module_360974234 .pagerGiant .submit{height:px}
#module_360974234 .pagerGiant .current,#module_360974234 .pagerGiant .num,#module_360974234 .pagerGiant .inputer,#module_360974234 .pagerGiant .submit{border-top-left-radius:px;}
#module_360974234 .pagerGiant .current,#module_360974234 .pagerGiant .num,#module_360974234 .pagerGiant .inputer,#module_360974234 .pagerGiant .submit{border-top-right-radius:px;}
#module_360974234 .pagerGiant .current,#module_360974234 .pagerGiant .num,#module_360974234 .pagerGiant .inputer,#module_360974234 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_360974234 .pagerGiant .current,#module_360974234 .pagerGiant .num,#module_360974234 .pagerGiant .inputer,#module_360974234 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_360974234 .pagerGiant .next,#module_360974234 .pagerGiant .splitline{color:;}
#module_360974234 .pagerGiant .num{background-color:#fff;}
#module_360974234 .pagerGiant .num, #module_360974234 .pagerGiant .inputer{border-top-color:#ccc;}
#module_360974234 .pagerGiant .num, #module_360974234 .pagerGiant .inputer{border-top-style:solid;}
#module_360974234 .pagerGiant .num, #module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit, #module_360974234 .pagerGiant .inputer{border-top-width:1px;}
#module_360974234 .pagerGiant .num, #module_360974234 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_360974234 .pagerGiant .num, #module_360974234 .pagerGiant .inputer{border-bottom-style:solid;}
#module_360974234 .pagerGiant .num, #module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit, #module_360974234 .pagerGiant .inputer{border-bottom-width:1px;}
#module_360974234 .pagerGiant .num, #module_360974234 .pagerGiant .inputer{border-left-color:#ccc;}
#module_360974234 .pagerGiant .num, #module_360974234 .pagerGiant .inputer{border-left-style:solid;}
#module_360974234 .pagerGiant .num, #module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit, #module_360974234 .pagerGiant .inputer{border-left-width:1px;}
#module_360974234 .pagerGiant .num, #module_360974234 .pagerGiant .inputer{border-right-color:#ccc;}
#module_360974234 .pagerGiant .num, #module_360974234 .pagerGiant .inputer{border-right-style:solid;}
#module_360974234 .pagerGiant .num, #module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit, #module_360974234 .pagerGiant .inputer{border-right-width:1px;}
#module_360974234 .page-more a{font-size:px;}
#module_360974234 .page-more a{font-family:;}
#module_360974234 .page-more a{color:#666 !important;}
#module_360974234 .page-more a{}
#module_360974234 .page-more a{}
#module_360974234 .page-more a{}
#module_360974234 .page-more a{background-color:#fff;}
#module_360974234 .page-more a{border-top-color:#eee;}
#module_360974234 .page-more a{border-top-style:solid;}
#module_360974234 .page-more a{border-top-width:2px;}
#module_360974234 .page-more a{border-bottom-color:#eee;}
#module_360974234 .page-more a{border-bottom-style:solid;}
#module_360974234 .page-more a{border-bottom-width:2px;}
#module_360974234 .page-more a{border-left-color:#eee;}
#module_360974234 .page-more a{border-left-style:solid;}
#module_360974234 .page-more a{border-left-width:2px;}
#module_360974234 .page-more a{border-right-color:#eee;}
#module_360974234 .page-more a{border-right-style:solid;}
#module_360974234 .page-more a{border-right-width:2px;}
#module_360974234 .news-item:hover{background-color:transparent;}
#module_360974234 .news-item:hover{background-image:none;}
#module_360974234 .news-item:hover{background-repeat:no-repeat;}
#module_360974234 .news-item:hover{}
#module_360974234 .news-item:hover{}
#module_360974234 .news-item:hover{}
#module_360974234 .news-item:hover{border-top-color:transparent;}
#module_360974234 .news-item:hover{border-top-style:none;}
#module_360974234 .news-item:hover{border-top-width:0px;}
#module_360974234 .news-item:hover{border-right-color:transparent;}
#module_360974234 .news-item:hover{border-right-style:none;}
#module_360974234 .news-item:hover{border-right-width:0px;}
#module_360974234 .news-item:hover{border-bottom-color:transparent;}
#module_360974234 .news-item:hover{border-bottom-style:none;}
#module_360974234 .news-item:hover{border-bottom-width:0px;}
#module_360974234 .news-item:hover{border-left-color:transparent;}
#module_360974234 .news-item:hover{border-left-style:none;}
#module_360974234 .news-item:hover{border-left-width:0px;}
#module_360974234 .news-item:hover .news-img{border-top-color:transparent;}
#module_360974234 .news-item:hover .news-img{border-top-style:none;}
#module_360974234 .news-item:hover .news-img{border-top-width:0px;}
#module_360974234 .news-item:hover .news-img{border-right-color:transparent;}
#module_360974234 .news-item:hover .news-img{border-right-style:none;}
#module_360974234 .news-item:hover .news-img{border-right-width:0px;}
#module_360974234 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_360974234 .news-item:hover .news-img{border-bottom-style:none;}
#module_360974234 .news-item:hover .news-img{border-bottom-width:0px;}
#module_360974234 .news-item:hover .news-img{border-left-color:transparent;}
#module_360974234 .news-item:hover .news-img{border-left-style:none;}
#module_360974234 .news-item:hover .news-img{border-left-width:0px;}
#module_360974234 .news-item:hover .news-title{font-size:16px;}
#module_360974234 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_360974234 .news-item:hover .news-title{color:rgb(206, 23, 30);}
#module_360974234 .news-item:hover .news-title{font-weight:normal;}
#module_360974234 .news-item:hover .news-title{text-decoration:none;}
#module_360974234 .news-item:hover .news-title{font-style:normal;}
#module_360974234 .news-item:hover .news-desc{font-size:14px;}
#module_360974234 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_360974234 .news-item:hover .news-desc{color:#999;}
#module_360974234 .news-item:hover .news-desc{font-weight:normal;}
#module_360974234 .news-item:hover .news-desc{text-decoration:none;}
#module_360974234 .news-item:hover .news-desc{font-style:normal;}
#module_360974234 .news-item:hover time{font-size:16px;}
#module_360974234 .news-item:hover time{font-family:Calibri;}
#module_360974234 .news-item:hover time{color:rgb(206, 23, 30);}
#module_360974234 .news-item:hover time{font-weight:normal;}
#module_360974234 .news-item:hover time{text-decoration:none;}
#module_360974234 .news-item:hover time{font-style:normal;}
#module_360974234 .news-item:hover .news-line{border-bottom-color:rgb(216, 216, 216);}
#module_360974234 .news-item:hover .news-line{border-bottom-style:solid;}
#module_360974234 .news-item:hover .news-line{border-bottom-width:1px;}
#module_360974234 .news-item:hover .news-detail-btn{display:block;}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit{font-size:px;}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit{font-family:;}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit{color:;}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit{}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit{}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit{}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit{background-color:#fd6e27;}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit, #module_360974234 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit, #module_360974234 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit, #module_360974234 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit, #module_360974234 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit, #module_360974234 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit, #module_360974234 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit, #module_360974234 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_360974234 .pagerGiant .current, #module_360974234 .pagerGiant .submit, #module_360974234 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_360974234 .page-more a:hover{font-size:px;}
#module_360974234 .page-more:hover a{font-family:;}
#module_360974234 .page-more a:hover{color:#666 !important;}
#module_360974234 .page-more a:hover {}
#module_360974234 .page-more a:hover {}
#module_360974234 .page-more a:hover {}
#module_360974234 .page-more a:hover{background-color:#fff;}
#module_360974234 .page-more a:hover{border-top-color:#eee;}
#module_360974234 .page-more a:hover{border-top-style:solid;}
#module_360974234 .page-more a:hover{border-bottom-color:#eee;}
#module_360974234 .page-more a:hover{border-bottom-style:solid;}
#module_360974234 .page-more a:hover{border-left-color:#eee;}
#module_360974234 .page-more a:hover{border-left-style:solid;}
#module_360974234 .page-more a:hover{border-right-color:#eee;}
#module_360974234 .page-more a:hover{border-right-style:solid;}

.ModuleImageGiant.layout-107 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-107 img{
	margin: auto;
    max-width: 100%;
	border: none;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition-duration: 500ms;
    -webkit-transition-duration:500ms;
}

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

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

.module_360975955 .ModuleHead .HeadCenter{float:none;}
#module_360975955 {
padding:0px;
}
#module_360975955 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360975955 .ModuleHead360975955 {
display:none;
}
#module_360975955 .BodyCenter .news_right_css {
background-color:transparent;
background:#ccc;
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_360975955 >.module_360975955 {
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_360975955 >.module_360975955{
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_360975955 .BodyCenter.BodyCenter360975955 {
padding-top:7.3222%;
padding-left:29.2887%;
padding-right:0.0000%;
padding-bottom:8.3682%;
}
}
@media screen and (max-width: 767px){
#module_360975955 .BodyCenter.BodyCenter360975955 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360975955 >.module_360975955 {
margin-top:-34.2050%;
margin-left:0;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360975955 >.module_360975955 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360975955 >.module_360975955 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360975955:hover {
border:none;
}
#module_360975955:hover >.module_360975955 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360975955 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360975955 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360975955 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360975955 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360975955 .imageTextGiant-Container{padding-top:10px;}
#module_360975955 .imageTextGiant-Container{padding-bottom:10px;}
#module_360975955 .imageTextGiant-Container{padding-left:10px;}
#module_360975955 .imageTextGiant-Container{padding-right:10px;}
#module_360975955 .showHandle .btn{font-size:14px;}
#module_360975955 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360975955 .showHandle .btn{color:#333;}
#module_360975955 .showHandle .btn{font-weight:400;}
#module_360975955 .showHandle .btn{text-decoration:none;}
#module_360975955 .showHandle .btn{font-style:normal;}
#module_360975955 .showHandle div{border-top-color:#ddd !important;}
#module_360975955 .showHandle div{border-top-style:solid !important;}
#module_360975955 .showHandle div{border-top-width:1px !important;}
#module_360975955 .showHandle{background-color:transparent;}
#module_360975955 .showHandle{background-image:none;}
#module_360975955 .showHandle{background-repeat:no-repeat;}
#module_360975955 .showHandle{}
#module_360975955 .showHandle{}
#module_360975955 .showHandle{}
#module_360975955 a{font-size:unset;font-family:unset}
.ModuleButtonGiant.layout-102 .moduleButton{
    background-color: #fff;
    font-size: 12px;
    height: 40px;
    width:100px;
    color:#333;
    border:1px solid #000;
    text-align: center;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2 !important;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover{
	color:#fff;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover:before{
    background-color: #333;
}
.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-right:before,.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-top:before,.ModuleButtonGiant.layout-102 .moduleButton.Radial-Out:before,.ModuleButtonGiant.layout-102 .moduleButton.RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Vertical:before{
	background-color: #333
}
.ModuleButtonGiant.layout-102 .BreadsvgIcon{
    flex-direction: column;
    justify-content: center;
}
.ModuleButtonGiant.layout-102 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-102 .BreadIcon{
    font-size: 16px;
}.module_360976082 .ModuleHead .HeadCenter{float:none;}
#module_360976082 {
padding:0px;
}
#module_360976082 {
position:static;
z-index:0;
top:581px;
left:0px;
width:100%;
height: auto;
}
#module_360976082 .ModuleHead360976082 {
display:none;
}
#module_360976082 .BodyCenter.BodyCenter360976082 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360976082 >.module_360976082 {
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_360976082 >.module_360976082{
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_360976082 .BodyCenter.BodyCenter360976082 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360976082 .BodyCenter.BodyCenter360976082 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360976082 >.module_360976082 {
margin-top:-24.5816%;
margin-left:0.0000%;
margin-right:29.2887%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360976082 >.module_360976082 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360976082 >.module_360976082 {box-shadow: 0px 0px 0px 0px #ccc}
#module_360976082:hover {
border:none;
}
#module_360976082:hover >.module_360976082 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_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:#3b4149;
}
#module_360964025 .foot1{background-color:#3b4149;line-height:50px;padding:20px 0px;}
#module_360964025 .foot1_in{max-width: 1600px;    width: auto;margin:0px auto;}
#module_360964025 .foot1_in .foot1_in_text{font-size:20px; color:#ff6000;}
#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}
#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}
#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%;}
.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}
#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, #module_360964026 .moduleButton.faded:before{}
#module_360964026 .moduleButton, #module_360964026 .moduleButton.faded:before{}
#module_360964026 .moduleButton, #module_360964026 .moduleButton.faded:before{}
#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,#module_360964026 .BreadsvgIcon{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:rgb(220, 33, 40);} #module_360964026 .BreadsvgIcon svg>*{fill:rgb(220, 33, 40);}
#module_360964026 .BreadIcon,#module_360964026 .BreadsvgIcon{margin-left:10px;}
#module_360964026 .BreadIcon,#module_360964026 .BreadsvgIcon{margin-right:10px;}
#module_360964026 .moduleButton{box-shadow:;}
#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:before, #module_360964026 .moduleButton.faded:before{}
#module_360964026 .moduleButton:before, #module_360964026 .moduleButton.faded:before{}
#module_360964026 .moduleButton:before, #module_360964026 .moduleButton.faded:before{}
#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;}
#module_360964026 .moduleButton:hover{box-shadow:;}

.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}
#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}
#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, #module_360964028 .moduleButton.faded:before{}
#module_360964028 .moduleButton, #module_360964028 .moduleButton.faded:before{}
#module_360964028 .moduleButton, #module_360964028 .moduleButton.faded:before{}
#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,#module_360964028 .BreadsvgIcon{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:rgb(220, 33, 40);} #module_360964028 .BreadsvgIcon svg>*{fill:rgb(220, 33, 40);}
#module_360964028 .BreadIcon,#module_360964028 .BreadsvgIcon{margin-left:10px;}
#module_360964028 .BreadIcon,#module_360964028 .BreadsvgIcon{margin-right:10px;}
#module_360964028 .moduleButton{box-shadow:;}
#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:before, #module_360964028 .moduleButton.faded:before{}
#module_360964028 .moduleButton:before, #module_360964028 .moduleButton.faded:before{}
#module_360964028 .moduleButton:before, #module_360964028 .moduleButton.faded:before{}
#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;}
#module_360964028 .moduleButton:hover{box-shadow:;}

.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:#3f444a;
}
#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}
#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}
#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}
#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 {
 
}
#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}
#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}
#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}
#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}
#module_360964075:hover {
border:none;
}

.foot_h1{color:#fff;font-size:20px;font-weight:200;}
.foot_li{line-height:34px;}
.foot_li a{color:#9ba2b0}
.foot_li a:hover{color:#ff6000;}
#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}
#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}
#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}
#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:rgba(50, 53, 58, 0.95);}
#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%;
}
.topline{display:none;}
}
#module_360963982 >.module_360963982 {box-shadow: 0px 0px 0px 0px #ccc}
#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:rgba(50, 53, 58, 0.95) !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;}
