/* cache file /mnt/YouZhan/youzhannew-eyunshe/caches/csscache/9/93136/93136_1891624_1_.cache exists */
/*md5:4c5f98297e03932a11c13e8618f6e6f5*/
/*time: 2021-12-19 06:16:58*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
	width: 66px;
	float: right;
}
.ModuleOnLineServiceGiant.layout-109 .qrcodetips{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	 text-align: center;
	  margin-top:4px;
	  color:#666
	}

@keyframes scaleToggleOne {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes turn{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}

.turn{
	animation:turn 1s linear ;
}

.ModuleOnLineServiceGiant.layout-109  .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.ModuleOnLineServiceGiant.layout-109 .online-service {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	/* position:fixed;
	bottom:0;
	right:40px; */
	opacity: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	/* z-index:700; */
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.ModuleOnLineServiceGiant.layout-109 .online-service:focus {
	outline: 0
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animated {
	opacity: 1;
	/* transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px) */
	margin-bottom: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 51;
	background: transparent;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 50
}

.ModuleOnLineServiceGiant.layout-109 .online-service .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles .circle {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-1 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-2 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-3 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	min-height: 44px;
	z-index: 0;
	-webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
	transition: all .3s cubic-bezier(.86, 0, .07, 1);
	width: 180px;
	/* background-color: #1E88E5; */
	color: #fff;
	text-align: left;
	border-radius: 15px 15px 0px 15px;
	box-shadow: 0px 0px 20px 0px rgba(30, 136, 229, 0.08);
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.ModuleOnLineServiceGiant.layout-109 .online-service-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fffefe;
	box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
	text-align: center;
	line-height: 40px;
	transform: rotate(180deg);
	color: #1E88E5;
	margin: 0 auto;
	cursor: pointer;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content {
	width: 66px;
	background: #fffefe;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	bottom: 60px;
	text-align: center;
	padding-top: 20px;
	display: none;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-tab {
	min-height: 40px;
	height: auto;
	/*max-height: 60px;
    padding-bottom: 10px;
	padding-top: 5px; */
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	width: 100%;
    height: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .imitem{
	width: 190px;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3{
	width: 2px;
	height: 18px;
	display: inline-block;
	background-color:#666;
	position: absolute;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3:before{ content: '';}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .topline{
	/* visibility: hidden; */
	transform: rotate(45deg);
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .bottomline{
	/* visibility: hidden; */
	transform: rotate(-45deg);
}
@keyframes topline{
	0%{
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	100%{
		transform: rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
}
@keyframes bottomline{
	0%{
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}

	100%{
		transform: rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .topline {
	animation: 0.5s topline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .bottomline {
	animation: 0.5s bottomline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .iconfont {
	font-size: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .active {
	background: #1E88E5;
	color: #fff;
	padding: 5px 0;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close::after {
	position: absolute;
	content: '';
	width: 29px;
	height: 1px;
	border: 1px solid #eeeeee;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.54s;
}
.ModuleOnLineServiceGiant.layout-109 .content-tab-name.tabnameshow {
	min-height: 20px;
	/* overflow:visible; */
	opacity: 1;
	height: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .hoverdiv {
	position: absolute;
	width: 100%;
	left: -45px;
	height: 100%;
	transform: translatey(-50%);
	top: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content {
	max-width: 450px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	display: flex;
	padding: 20px;
	position: absolute;
	right: 40px;
	flex-wrap: wrap;
	text-align: left;
	width:max-content;
}

.ModuleOnLineServiceGiant.layout-109 .content-common {
	left: auto;
	top: 50%;
	transform: translate(0,-50%);
	right: 40px;
	visibility: hidden;
}
.ModuleOnLineServiceGiant.layout-109 .content-common.showami{
	visibility:visible;
	transform: translate(-10px, -50%);
	transition:all 0.3s;
}

.ModuleOnLineServiceGiant.layout-109 .content-common::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 8px solid #fff;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	/* right: 40px;  */
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a {
	width: calc((100% - 30px) / 2);
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:first {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:nth-child(2n+1) {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IconType img {
	width: 14px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IMType {
	color: #999999;
	font-size: 12px;
	margin-left: 5px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content {
	padding: 14px 0px;
	border-top: 1px solid #eeeeee;
	margin-top: 2px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .IMName {
	width: calc(100% - 50px);
	margin-left: 10px;
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.ModuleOnLineServiceGiant.layout-109 .Contacts-content {
	max-width: 324px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
	cursor: text;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item {
	/* align-items: flex-start;
	align-content: flex-start;*/
	display: flex;
	margin-bottom: 25px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item:last-child {
	margin-bottom: 0;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon{
    width: 12px;
	margin-top: -3px;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon img {
	width: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item-name {
	margin-right: 30px;
	color: #999999;
	font-size: 12px;
	max-width: 100px;
	text-align: left;
	display: inline-block;
	vertical-align: top;

}

.ModuleOnLineServiceGiant.layout-109 .ContactContent {
	color: #333;
	font-size: 12px;
	word-break: break-word;
	width:  calc(100% - 17px);
	margin-left: 5px;
	max-width: 270px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content {
    max-width: 100%;
	display: flex;
}

.ModuleOnLineServiceGiant.layout-109 .QRcode-content {
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
	width: 170px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top
}
.ModuleOnLineServiceGiant.layout-109 .qrcode-content .img{
	max-height:170px;
}

.ModuleOnLineServiceGiant.layout-109 .nodata {
	min-width: 180px;
	border-radius: 10px;
	color: #999999;
	font-size: 12px;
	background: #FEFEFE;
	text-align: center;

}
.module_387054970 .ModuleHead .HeadCenter{float:none;}
#module_387054970 {
padding:0px;
}
#module_387054970 {
position:absolute;
z-index:4001;
top:460px;
left:0px;
width:100%;
height:126px;
}
#module_387054970 .ModuleHead387054970 {
display:none;
}

#module_387054970 .animated-circles.animated .c-1,#module_387054970 .animated-circles.animated .c-2,#module_387054970 .animated-circles.animated.c-3{opacity: 0.25; background-color:#6b3a2b;} #module_387054970 .animated-circles2:after{background-image:linear-gradient(to bottom, #6b3a2b, #6b3a2b)}
#module_387054970 .online-service-nav .head{background-color:#FFFFFF;}
#module_387054970 .online-service{border-width:0px;}
#module_387054970 .online-service{border-style:;}
#module_387054970 .online-service{border-color:;}
#module_387054970 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_387054970 .online-service-content{background-color:#fff;}
#module_387054970 .online-service-content{border-top-left-radius:20px;}
#module_387054970 .online-service-content{border-bottom-left-radius:20px;}
#module_387054970 .online-service-content{border-bottom-right-radius:20px;}
#module_387054970 .online-service-content{border-top-right-radius:20px;}
#module_387054970 .online-service-content-tab .content-tab{background-color:transparent;}
#module_387054970 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_387054970 .content-close::after{border-width:1px;}
#module_387054970 .content-close::after{border-style:solid;}
#module_387054970 .content-close::after{border-color:#eeeeee;}
#module_387054970 .content-close span{background-color:#999999;}
#module_387054970 .online-service-top{background-color:#ffffff;}
#module_387054970 .online-service-top .iconfont{color:#6b3a2b;}
#module_387054970 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_387054970 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_387054970 .online-service:hover{border-width:0px;}
#module_387054970 .online-service:hover{border-style:;}
#module_387054970 .online-service:hover{border-color:;}
#module_387054970 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_387054970 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_387054970 .online-service:hover .online-service-hint{background-color:#5c2e20;}
#module_387054970 .online-service-content-tab .content-tabh:hover{background-color:#5c2e20;}
#module_387054970 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_387054970 .content-close:hover span{background-color:#999999;}
#module_387054970 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_387054970 .online-service-top:hover{background-color:#ffffff;}
#module_387054970 .online-service-top:hover .iconfont{color:#5c2e20;}
#module_387054970 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:586px}
.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_386730367 .ModuleHead .HeadCenter{float:none;}
#module_386730367 {
padding:0px;
}
#module_386730367 {
position:static;
z-index:999;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_386730367 .ModuleHead386730367 {
display:none;
}
#module_386730367 .BodyCenter.BodyCenter386730367 {
background:none;background-color:rgba(95, 54, 22, 0.7);
}
#module_386730367 >.module_386730367 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_386730367 >.module_386730367{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_386730367 .BodyCenter.BodyCenter386730367 {
padding-top:0.2615%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.2615%;
}
}
@media screen and (max-width: 767px){
#module_386730367 .BodyCenter.BodyCenter386730367 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_386730367 >.module_386730367 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386730367 >.module_386730367 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_386730367 >.module_386730367 {box-shadow: 0px 0px 0px 0px #ccc}
#module_386730367:hover {
border:none;
}
#module_386730367:hover >.module_386730367 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_386730367 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_386730367 .ModuleSubContainer{background-image:none;}
#module_386730367 .ModuleSubContainer{background-repeat:no-repeat;}
#module_386730367 .ModuleSubContainer{background-position:0% 0%;}
#module_386730367 .ModuleSubContainer{background-attachment:scroll;}
#module_386730367 .ModuleSubContainer{}
#module_386730367 {!bgVideo!}{bgVideoUrl:}
#module_386730367 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_386730367 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_386730367 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer386730367 {}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_386730390 .ModuleHead .HeadCenter{float:none;}
#module_386730390 {
padding:0px;
}
#module_386730390 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_386730390 .ModuleHead386730390 {
display:none;
}
#module_386730390 {
border:none;
}
@media screen and (min-width: 768px){
#module_386730390 >.module_386730390 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:29.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386730390 >.module_386730390 {
}
}

#module_386730390 img{border-top-color:transparent;}
#module_386730390 img{border-top-style:none;}
#module_386730390 img{border-top-width:0px;}
#module_386730390 img{border-right-color:transparent;}
#module_386730390 img{border-right-style:none;}
#module_386730390 img{border-right-width:0px;}
#module_386730390 img{border-bottom-color:transparent;}
#module_386730390 img{border-bottom-style:none;}
#module_386730390 img{border-bottom-width:0px;}
#module_386730390 img{border-left-color:transparent;}
#module_386730390 img{border-left-style:none;}
#module_386730390 img{border-left-width:0px;}
#module_386730390 img{border-top-left-radius:0px;}
#module_386730390 img{border-top-right-radius:0px;}
#module_386730390 img{border-bottom-left-radius:0px;}
#module_386730390 img{border-bottom-right-radius:0px;}
#module_386730390 .BodyCenter{text-align: center;}

.ModuleNavGiant.layout-105 .main-nav-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  overflow:hidden;
}
.ModuleNavGiant.layout-105 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-105 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-105 .moveMenuRight, .ModuleNavGiant.layout-105 .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-105 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-105 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

}
.ModuleNavGiant.layout-105 .moveMenuRight:hover, .ModuleNavGiant.layout-105 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-105 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-105 .main-nav-item-group {
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
 -webkit-box-sizing:border-box;
  height: 80px;
  line-height: 80px;
  text-align: center;
  float: left;
}
.ModuleNavGiant.layout-105 .main-nav-item {
  box-sizing: content-box;
  -moz-box-sizing:content-box; 
 -webkit-box-sizing:content-box;
  padding: 0 25px;
  color: #000000;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.ModuleNavGiant.layout-105 .main-nav-item::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 50%;
  left: 50%;
  transform: translateY(-50%);
   -ms-transform:translateY(-50%);
  -moz-transform:translateY(-50%); 
  -webkit-transform:translateY(-50%);
  -o-transform:translateY(-50%); 
  top: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
}

.ModuleNavGiant.layout-105 .main-nav-item-hover {
  color: #fff;
}
.ModuleNavGiant.layout-105 .main-nav-item-hover::before {
  width: 100%;
  left: 0;
  opacity: 1;
}
.ModuleNavGiant.layout-105 .sub-nav-item-group {
  z-index: 3;
  height: 200px;
  bottom: -220px;
  left: -49px;
  width: 192px;
  padding-top: 20px;
  text-align: center;
  display: none;
}
.ModuleNavGiant.layout-105 .sub-nav-item-box {
  width: 100%;
  position: relative;
}
/*
.ModuleNavGiant.layout-105 .sub-nav-item-box ::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -5px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
*/
.ModuleNavGiant.layout-105 .sub-nav-item-group{
	position: relative;
}
.ModuleNavGiant.layout-105 .arrow{
	top:13px;
	width:15px;
	height:15px;
	background:#fff;
	position: absolute;
	left: 50%;
  margin-left: -7.5px;
	z-index:-1;
	transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -moz-transform:rotate(45deg); 
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg); 
	transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
}

.ModuleNavGiant.layout-105 .sub-nav-item:first-child {
  border-top: none!important;
}
.ModuleNavGiant.layout-105 .sub-nav-item:last-child {
  border-bottom: none!important;
}
.ModuleNavGiant.layout-105 .sub-nav-item {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  font-size: 12px;
  padding-left: 0;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-105 .sub-nav-item .inner{
  display: block;
  height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  }
.ModuleNavGiant.layout-105 .sub-nav-item:hover {
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-105 .sub-nav-item:hover .inner {
    padding-left: 10px;
}
.ModuleNavGiant.layout-105 .sub-nav-item-group.current {
  display: block;
}
.ModuleNavGiant.layout-105 .main-nav-item-group.current .main-nav-item {
  color: #fff;
}
.ModuleNavGiant.layout-105 .main-nav-item-group.current .main-nav-item::after {
  content: '';
  width: 100%;
  left: 0;
  top: 20px;
  height: 40px;
  position: absolute;
  z-index: -1;
  background: #e91e63;
  border-radius: 20px;
}
.ModuleNavGiant.layout-105 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-105 .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-105 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-105 .sub-nav-item-group.sub-menu{
    display: none !important;
}.module_386730386 .ModuleHead .HeadCenter{float:none;}
#module_386730386 {
padding:0px;
}
#module_386730386 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_386730386 .ModuleHead386730386 {
display:none;
}
#module_386730386 .BodyCenter.BodyCenter386730386 {
background:none;background-color:rgba(0,0,0,0);
}
#module_386730386 >.module_386730386 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_386730386 >.module_386730386{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_386730386 .BodyCenter.BodyCenter386730386 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386730386 .BodyCenter.BodyCenter386730386 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_386730386 >.module_386730386 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386730386 >.module_386730386 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_386730386 >.module_386730386 {box-shadow: 0px 0px 0px 0px #ccc}
#module_386730386:hover {
border:none;
}
#module_386730386:hover >.module_386730386 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_386730386 .main-nav-item-group{height:80px;line-height:80px;} #module_386730386 .main-nav-content{height:80px}
#module_386730386 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_386730386 .main-nav-content{background-image:none;}
#module_386730386 .main-nav-content{background-repeat:no-repeat;}
#module_386730386 .main-nav-content{}
#module_386730386 .main-nav-content{}
#module_386730386 .main-nav-content{}
#module_386730386 .main-nav-content{text-align:center;}
#module_386730386 .main-nav-item{font-size:14px;}
#module_386730386 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_386730386 .main-nav-item{color:rgb(255, 255, 255);}
#module_386730386 .main-nav-item{font-weight:normal;}
#module_386730386 .main-nav-item{text-decoration:none;}
#module_386730386 .main-nav-item{font-style:normal;}
#module_386730386 .main-nav-item{width:auto;}
#module_386730386 .main-nav-item{padding-left:25px;padding-right:25px;}
#module_386730386 .main-nav-item{background-image:none;}
#module_386730386 .main-nav-item{background-color:transparent;}
#module_386730386 .main-nav-item{background-repeat:no-repeat;}
#module_386730386 .main-nav-item{}
#module_386730386 .main-nav-item{}
#module_386730386 .main-nav-item{}
#module_386730386 .main-nav-item-group{border-right-color:#f2f2f2;}
#module_386730386 .main-nav-item-group{border-right-style:solid;}
#module_386730386 .main-nav-item-group{border-right-width:0px;}
#module_386730386 .sub-nav-item-group{width:192px;}
#module_386730386 .sub-nav-item{height:40px;line-height:40px;} #module_386730386 .sub-nav-item .inner {line-height: calc(100% + (40px - 10px));}
#module_386730386 .sub-nav-item .inner{font-size:12px;}
#module_386730386 .sub-nav-item .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_386730386 .sub-nav-item .inner{color:#000;}
#module_386730386 .sub-nav-item .inner{font-weight:normal;}
#module_386730386 .sub-nav-item .inner{text-decoration:none;}
#module_386730386 .sub-nav-item .inner{font-style:normal;}
#module_386730386 .sub-nav-item .inner,#module_386730386 .arrow,#module_386730386 .sub-normal-color{background-color:#fff;}
#module_386730386 .sub-nav-item .inner{background-image:none;}
#module_386730386 .sub-nav-item .inner{background-repeat:no-repeat;}
#module_386730386 .sub-nav-item .inner{}
#module_386730386 .sub-nav-item .inner{}
#module_386730386 .sub-nav-item .inner{}
#module_386730386 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_386730386 .sub-nav-item{border-bottom-style:solid;}
#module_386730386 .sub-nav-item{border-bottom-width:1px;}
#module_386730386 .sub-nav-item{margin-bottom:0px;}
#module_386730386 .main-nav-item-hover{font-size:14px;}
#module_386730386 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_386730386 .main-nav-item-hover{color:rgb(0, 0, 0);}
#module_386730386 .main-nav-item-hover{font-weight:normal;}
#module_386730386 .main-nav-item-hover{text-decoration:none;}
#module_386730386 .main-nav-item-hover{font-style:normal;}
#module_386730386 .main-nav-item-hover::before{background-color:rgb(236, 195, 87);}
#module_386730386 .main-nav-item-hover::before{background-image:none;}
#module_386730386 .main-nav-item-hover::before{background-repeat:no-repeat;}
#module_386730386 .main-nav-item-hover::before{}
#module_386730386 .main-nav-item-hover::before{}
#module_386730386 .main-nav-item-hover::before{}
#module_386730386 .sub-nav-item:hover .inner{font-size:12px;}
#module_386730386 .sub-nav-item:hover .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_386730386 .sub-nav-item:hover .inner{color:#000;}
#module_386730386 .sub-nav-item:hover .inner{font-weight:normal;}
#module_386730386 .sub-nav-item:hover .inner{text-decoration:none;}
#module_386730386 .sub-nav-item:hover .inner{font-style:normal;}
#module_386730386 .sub-nav-item:hover .inner,#module_386730386 .sub-hover-color{background-color:#f2f2f2;}
#module_386730386 .sub-nav-item:hover .inner{background-image:none;}
#module_386730386 .sub-nav-item:hover .inner{background-repeat:no-repeat;}
#module_386730386 .sub-nav-item:hover .inner{}
#module_386730386 .sub-nav-item:hover .inner{}
#module_386730386 .sub-nav-item:hover .inner{}


.ModuleLangSwitchGiant.layout-106 .lang-list{
    display: inline-block;
    vertical-align: top;
}
.ModuleLangSwitchGiant.layout-106 .lang-list li{
	float:left;
	text-align: center;
	margin-right: 20px;
	line-height: 20px;
}
.ModuleLangSwitchGiant.layout-106 .lang-list li:last-child {
	margin-right: 0;
}
.ModuleLangSwitchGiant.layout-106 .lang-list li a{
	font-size: unset;
}
.ModuleLangSwitchGiant.layout-106 .lang-list li p{
	width: 32px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-right: 8px;
}
.ModuleLangSwitchGiant.layout-106 .lang-list li p img{
	width: 32px;
	max-width: 100%;
	max-height: 100%;
}.module_386730912 .ModuleHead .HeadCenter{float:none;}
#module_386730912 {
padding:0px;
}
#module_386730912 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_386730912 .ModuleHead386730912 {
display:none;
}
#module_386730912 .BodyCenter.BodyCenter386730912 {
background:none;background-color:rgba(0,0,0,0);
}
#module_386730912 >.module_386730912 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_386730912 >.module_386730912{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_386730912 .BodyCenter.BodyCenter386730912 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386730912 .BodyCenter.BodyCenter386730912 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_386730912 >.module_386730912 {
margin-top:16.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386730912 >.module_386730912 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_386730912 >.module_386730912 {box-shadow: 0px 0px 0px 0px #ccc}
#module_386730912:hover {
border:none;
}
#module_386730912:hover >.module_386730912 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_386730912 .BodyCenter{text-align:right;}
#module_386730912 .lang-text{font-size:12px;}
#module_386730912 .lang-text{font-family:微软雅黑,Microsoft YaHei;}
#module_386730912 .lang-text{color:rgb(255, 255, 255);}
#module_386730912 .lang-text{font-weight:normal;}
#module_386730912 .lang-text{text-decoration:initial;}
#module_386730912 .lang-text{font-style:normal;}
#module_386730912 .lang-list{background-color:rgba(0,0,0,0);}
#module_386730912 .lang-list{background-image:none;}
#module_386730912 .lang-list{background-repeat:no-repeat;}
#module_386730912 .lang-list{}
#module_386730912 .lang-list{}
#module_386730912 .lang-list{}
#module_386730912 li:hover .lang-text,#module_386730912 .lang-text.current{font-size:12px;}
#module_386730912 li:hover .lang-text,#module_386730912 .lang-text.current{font-family:微软雅黑,Microsoft YaHei;}
#module_386730912 li:hover .lang-text,#module_386730912 .lang-text.current{color:rgb(237, 183, 42);}
#module_386730912 li:hover .lang-text,#module_386730912 .lang-text.current{font-weight:normal;}
#module_386730912 li:hover .lang-text,#module_386730912 .lang-text.current{text-decoration:initial;}
#module_386730912 li:hover .lang-text,#module_386730912 .lang-text.current{font-style:normal;}

/*轮播图样式*/
.ModuleSlideV2Giant.layout-101 .slider-layout-101 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slider-layout-101 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-101 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-101 .slide-box .swiperImg {width:100% !important;}
.ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li {width: auto; height: auto; margin: 0 12px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 18px; height: 18px; padding: 6px; border-radius: 18px; border: unset; border: 1px solid rgba(255, 255, 255, 0);}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 6px; height: 6px; opacity: 1; font-size: 0; background-color: #fff; border-radius: 6px; top: 6px; left: 6px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:hover {border: 1px solid #fff;}
.ModuleSlideV2Giant.layout-101 .slick-dots li.slick-active button {border-color: rgba(255, 255, 255, 1);}

@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 6%}
    .ModuleSlideV2Giant.layout-101 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-101 .slick-next {right:2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8%}
    /* .ModuleSlideV2Giant.layout-101 .slick-active{ margin: 0 10px;} */
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 16px;height:16px; border-radius: 16px;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8% !important}
    .ModuleSlideV2Giant.layout-101 .slick-active{  margin: 0 8px !important;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 12px !important; height: 12px !important;border-radius: 12px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before{width: 4px !important;height: 4px !important;  border-radius: 4px;}


}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li {margin: 0 7.5px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 15px; height: 15px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 5px; height: 5px; top: 5px; left: 5px;}
}.module_387054949 .ModuleHead .HeadCenter{float:none;}
#module_387054949 {
padding:0px;
}
#module_387054949 {
position:static;
z-index:1;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_387054949 .ModuleHead387054949 {
display:none;
}
#module_387054949 .BodyCenter.BodyCenter387054949 {
background:none;background-color:rgba(0,0,0,0);
}
#module_387054949 >.module_387054949 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_387054949 >.module_387054949{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_387054949 .BodyCenter.BodyCenter387054949 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_387054949 .BodyCenter.BodyCenter387054949 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_387054949 >.module_387054949 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_387054949 >.module_387054949 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_387054949 >.module_387054949 {box-shadow: 0px 0px 0px 0px #ccc}
#module_387054949:hover {
border:none;
}
#module_387054949:hover >.module_387054949 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_387054949 .slick-dots li button:before{background-color:rgba(0,0,0,0);}
#module_387054949 .slick-dots li button{border-color:rgba(0,0,0,0);}
#module_387054949 .slick-dots li.slick-active button:before, #module_387054949 .slick-dots li:hover button:before{background-color:rgba(0,0,0,0);}
#module_387054949 .slick-dots li.slick-active button, #module_387054949 .slick-dots li button:hover{border-color:rgba(0,0,0,0);}
#module_387054949 .SubContainer {}
.module_387054950 .ModuleHead .HeadCenter{float:none;}
#module_387054950 {
padding:0px;
}
#module_387054950 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_387054950 .ModuleHead387054950 {
display:none;
}

#module_387054950 .ModuleSubContainer{background-color:transparent;}
#module_387054950 .ModuleSubContainer{}
#module_387054950 .ModuleSubContainer{background-repeat:no-repeat;}
#module_387054950 .ModuleSubContainer{background-position:0% 0%;}
#module_387054950 .ModuleSubContainer{background-attachment:scroll;}
#module_387054950 .ModuleSubContainer{}
#module_387054950 {!bgVideo!}{bgVideoUrl:}
#module_387054950 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_387054950 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_387054950 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer387054950 {}
/*当前位置 layout 101*/
.ModuleBreadcrumbsGiant.layout-101 .menu:hover { text-decoration: underline; }
.ModuleBreadcrumbsGiant.layout-101 ol{ margin: 0;padding: 10px;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb{background-color: transparent;margin:0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li,.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li a{white-space:nowrap; vertical-align: middle;  display: inline-block;font-family: 'Microsoft YaHei', SimSun, Arial; font-size: 12px; color: #333333; font-weight: normal; font-style: normal;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li+li:before{content: "";padding: 0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb .separator{margin-left: 10px; margin-right: 10px; font-size: 12px; color: #333333;}.module_387054951 .ModuleHead .HeadCenter{float:none;}
#module_387054951 {
padding:0px;
}
#module_387054951 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_387054951 .ModuleHead387054951 {
display:none;
}

#module_387054951 .BreadIcon{font-size:16px;} #module_387054951 .BreadsvgIcon svg{width:16px;height:16px;}
#module_387054951 .BreadIcon{color:#666;} #module_387054951 .BreadsvgIcon svg>*{fill:#666;}
#module_387054951 .BreadIcon,#module_387054951 .BreadsvgIcon{margin-left:0px;}
#module_387054951 .BreadIcon,#module_387054951 .BreadsvgIcon{margin-right:10px;}
#module_387054951 .bcs-item,#module_387054951 .bcs-item a{font-size:12px;}
#module_387054951 .bcs-item,#module_387054951 .bcs-item a{font-family:;}
#module_387054951 .bcs-item,#module_387054951 .bcs-item a{color:#333;}
#module_387054951 .bcs-item,#module_387054951 .bcs-item a{font-weight:normal;}
#module_387054951 .bcs-item,#module_387054951 .bcs-item a{text-decoration:none;}
#module_387054951 .bcs-item,#module_387054951 .bcs-item a{font-style:normal;}
#module_387054951 .breadcrumb{text-align:left;}
#module_387054951 .breadcrumb .separator{margin-left:10px;margin-right:10px;}
#module_387054951 .breadcrumb .separator{font-size:12px;}
#module_387054951 .breadcrumb .separator{font-family:;}
#module_387054951 .breadcrumb .separator{color:#333;}
#module_387054951 .breadcrumb .separator{font-weight:normal;}
#module_387054951 .breadcrumb .separator{text-decoration:none;}
#module_387054951 .breadcrumb .separator{font-style:normal;}
#module_387054951 .breadcrumb:hover .BreadIcon{color:#666} #module_387054951 .breadcrumb:hover .BreadsvgIcon svg>*{fill:#666;}
#module_387054951 .bcs-item:hover,#module_387054951 .bcs-item a:hover{font-size:12px;}
#module_387054951 .bcs-item:hover,#module_387054951 .bcs-item a:hover{font-family:;}
#module_387054951 .bcs-item:hover,#module_387054951 .bcs-item a:hover{color:#333;}
#module_387054951 .bcs-item:hover,#module_387054951 .bcs-item a:hover{font-weight:normal;}
#module_387054951 .bcs-item:hover,#module_387054951 .bcs-item a:hover{text-decoration:none;}
#module_387054951 .bcs-item:hover,#module_387054951 .bcs-item a:hover{font-style:normal;}

.module_387054939 .ModuleHead .HeadCenter{float:none;}
#module_387054939 {
padding:0px;
}
#module_387054939 {
position:static;
z-index:1;
top:120px;
left:0px;
width:100%;
height: auto;
}
#module_387054939 .ModuleHead387054939 {
display:none;
}
#module_387054939 .BodyCenter.BodyCenter387054939 {
background:none;background-color:rgba(0,0,0,0);
}
#module_387054939 >.module_387054939 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_387054939 >.module_387054939{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_387054939 .BodyCenter.BodyCenter387054939 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6151%;
}
}
@media screen and (max-width: 767px){
#module_387054939 .BodyCenter.BodyCenter387054939 {
padding-top:0.0000%;
padding-left:1.4409%;
padding-right:1.4409%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_387054939 >.module_387054939 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_387054939 >.module_387054939 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_387054939 >.module_387054939 {box-shadow: 0px 0px 0px 0px #ccc}
#module_387054939:hover {
border:none;
}
#module_387054939:hover >.module_387054939 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_387054939 .ModuleSubContainer{background-color:transparent;}
#module_387054939 .ModuleSubContainer{background-image:none;}
#module_387054939 .ModuleSubContainer{background-repeat:no-repeat;}
#module_387054939 .ModuleSubContainer{background-position:0% 0%;}
#module_387054939 .ModuleSubContainer{background-attachment:scroll;}
#module_387054939 .ModuleSubContainer{}
#module_387054939 {!bgVideo!}{bgVideoUrl:}
#module_387054939 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_387054939 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_387054939 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer387054939 {}
.ModuleCommonClsGiant.layout-102 .class-title{height:60px;line-height: 60px;background: #0072d4;color:#fff;font-size: 18px;box-sizing: border-box;text-align: center}
.ModuleCommonClsGiant.layout-102 .class-title .class-title-icon{display: none}
.ModuleCommonClsGiant.layout-102 .main-class-item{box-sizing: border-box;background: #fff;}
.ModuleCommonClsGiant.layout-102 .one-classify{border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
.ModuleCommonClsGiant.layout-102 .main-class-item:nth-last-of-type(1){border:none !important;}
.ModuleCommonClsGiant.layout-102 .main-class-item a {color:#666;font-size: 14px;line-height: 1;display: block;}
.ModuleCommonClsGiant.layout-102 .main-class-item a .main-class-text{display:block;width: 100%;padding-left:45px;display: block;max-width: 100%;line-height: 45px;}
.ModuleCommonClsGiant.layout-102 .icon{background:none}
.ModuleCommonClsGiant.layout-102 .class-title-icon{background:none;width: 16px;fill:#fff;}
.ModuleCommonClsGiant.layout-102 .main-class-item.active{background: #f9f9f9;}
.ModuleCommonClsGiant.layout-102 .main-class-item .main-class-colorlump{width: 4px; height: 14px; background-color: #0072d4; display: none; vertical-align: middle;}
.ModuleCommonClsGiant.layout-102 .main-class-item.active .main-class-colorlump{display: inline-block;}
.ModuleCommonClsGiant.layout-102 .main-class-item.active .main-class-text{color:#0072d4;}

@media (max-width: 767px) {
	.ModuleCommonClsGiant.layout-102 .class-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
	}

	.ModuleCommonClsGiant.layout-102 .class-title .class-title-icon {
		display: inline-block;
	}

	.ModuleCommonClsGiant.layout-102 .main-class-item a .main-class-text {
		padding-left: 20px !important;
	}

	.ModuleCommonClsGiant.layout-102 .one-classify {
		display: none
	}
}

@media (min-width: 768px) {
	.ModuleCommonClsGiant.layout-102 .one-classify {
		display: block !important;
	}
}


.module_387054940 .ModuleHead .HeadCenter{float:none;}
#module_387054940 {
padding:0px;
}
#module_387054940 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_387054940 .ModuleHead387054940 {
display:none;
}
#module_387054940 .BodyCenter.BodyCenter387054940 {
background:none;background-color:rgba(0,0,0,0);
}
#module_387054940 >.module_387054940 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_387054940 >.module_387054940{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_387054940 .BodyCenter.BodyCenter387054940 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_387054940 .BodyCenter.BodyCenter387054940 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_387054940 >.module_387054940 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_387054940 >.module_387054940 {
margin-top:0px;
margin-left:10px;
margin-right:10px;
margin-bottom:0px;
}
}
#module_387054940 >.module_387054940 {box-shadow: 0px 0px 0px 0px #ccc}
#module_387054940:hover {
border:none;
}
#module_387054940:hover >.module_387054940 {
border-color:#ccc;
}
#module_387054940:hover >.module_387054940 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_387054940 .class-title .class-title-text{font-size:16px;}
#module_387054940 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei;}
#module_387054940 .class-title .class-title-text,#module_387054940 .class-title .class-title-icon {color:#fff;}
#module_387054940 .class-title .class-title-text{font-weight:normal;}
#module_387054940 .class-title .class-title-text{text-decoration:none;}
#module_387054940 .class-title .class-title-text{font-style:normal;}
#module_387054940 .class-title{background-color:#6b3a2b;}
#module_387054940 .class-title{background-image:none;}
#module_387054940 .class-title{}
#module_387054940 .class-title{}
#module_387054940 .class-title{}
#module_387054940 .class-title{background:none;background-image:-webkit-linear-gradient(90deg , rgb(95, 54, 22) 0% , rgb(223, 130, 58) 100%);background-image:-moz-linear-gradient(90deg , rgb(95, 54, 22) 0% , rgb(223, 130, 58) 100%);background-image:-ms-linear-gradient(90deg , rgb(95, 54, 22) 0% , rgb(223, 130, 58) 100%);background-image:-o-linear-gradient(90deg , rgb(95, 54, 22) 0% , rgb(223, 130, 58) 100%);background-image:linear-gradient(90deg , rgb(95, 54, 22) 0% , rgb(223, 130, 58) 100%);
}
#module_387054940 .class-title{height:60px;line-height:60px;}
#module_387054940 .one-classify{border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-right-color:#e5e5e5;}
#module_387054940 .one-classify{border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}
#module_387054940 .one-classify{border-bottom-width:1px;border-left-width:1px;border-right-width:1px;}
#module_387054940 .main-class-item{background-color:#ffffff;}
#module_387054940 .main-class-item{background-image:none;}
#module_387054940 .main-class-item{}
#module_387054940 .main-class-item{}
#module_387054940 .main-class-item{}
#module_387054940 .main-class-item{}
#module_387054940 .main-class-item{border-bottom-color:#e5e5e5;}
#module_387054940 .main-class-item{border-bottom-style:solid;}
#module_387054940 .main-class-item{border-bottom-width:1px;}
#module_387054940 .main-class-item .main-class-text{font-size:14px;}
#module_387054940 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_387054940 .main-class-item .main-class-text{color:#666;}
#module_387054940 .main-class-item .main-class-text{font-weight:normal;}
#module_387054940 .main-class-item .main-class-text{text-decoration:none;}
#module_387054940 .main-class-item .main-class-text{font-style:normal;}
#module_387054940 .main-class-item .main-class-text{text-align:left;}
#module_387054940 .main-class-item .main-class-text{padding-left:45px;}
#module_387054940 .main-class-item .main-class-text{padding-right:0px;}
#module_387054940 .main-class-item.active{background-color:#f9f9f9;}
#module_387054940 .main-class-item.active{background-image:none;}
#module_387054940 .main-class-item.active{}
#module_387054940 .main-class-item.active{}
#module_387054940 .main-class-item.active{}
#module_387054940 .main-class-item.active{}
#module_387054940 .main-class-item.active{border-bottom-color:#e5e5e5;}
#module_387054940 .main-class-item.active{border-bottom-style:solid;}
#module_387054940 .main-class-item.active{border-bottom-width:1px;}
#module_387054940 .main-class-item.active .main-class-text{font-size:14px;}
#module_387054940 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_387054940 .main-class-item.active .main-class-text{color:#6b3a2b;}
#module_387054940 .main-class-item.active .main-class-text{font-weight:normal;}
#module_387054940 .main-class-item.active .main-class-text{text-decoration:none;}
#module_387054940 .main-class-item.active .main-class-text{font-style:normal;}
#module_387054940 .main-class-item.active .main-class-text{text-align:left;}
#module_387054940 .main-class-item.active .main-class-text{padding-left:50px;}
#module_387054940 .main-class-item.active .main-class-text{padding-right:0px;}
#module_387054940 .main-class-item.active .main-class-colorlump{background-color:rgb(95, 54, 22);}
#module_387054940 .main-class-item.active .main-class-colorlump{height:14px;}#module_387054940 .main-class-item.active .main-class-colorlump{margin-top: calc((45px - 14px) / 2);}


/*图文模块 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_387054941 .ModuleHead .HeadCenter{float:none;}
#module_387054941 {
padding:0px;
}
#module_387054941 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_387054941 .ModuleHead387054941 {
display:none;
}
#module_387054941 .BodyCenter.BodyCenter387054941 {
background:none;background-color:rgba(0,0,0,0);
}
#module_387054941 >.module_387054941 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_387054941 >.module_387054941{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_387054941 .BodyCenter.BodyCenter387054941 {
padding-top:0.0000%;
padding-left:2.7778%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_387054941 .BodyCenter.BodyCenter387054941 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_387054941 >.module_387054941 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_387054941 >.module_387054941 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_387054941 >.module_387054941 {box-shadow: 0px 0px 0px 0px #ccc}
#module_387054941:hover {
border:none;
}
#module_387054941:hover >.module_387054941 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_387054941 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_387054941 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_387054941 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_387054941 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_387054941 .GraphicUpper{padding-top:0px;}
#module_387054941 .GraphicUpper{padding-bottom:0px;}
#module_387054941 .GraphicUpper{padding-left:0px;}
#module_387054941 .GraphicUpper {padding-right:0px;}
#module_387054941 .GraphicUpper{width:9%;} #module_387054941 .ModuleImageTextContent{width: calc(100% - 9%);}
#module_387054941 .MobileGraphicUpper{width:10%;} #module_387054941 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_387054941 .ModuleImageTextGiantContent{padding-top:9px;}
#module_387054941 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_387054941 .ModuleImageTextGiantContent{padding-left:15px;}
#module_387054941 .ModuleImageTextGiantContent{padding-right:0px;}
#module_387054941 .normal_ImgtextBox_content{padding-top:0px;}
#module_387054941 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_387054941 .normal_ImgtextBox_content{padding-left:0px;}
#module_387054941 .normal_ImgtextBox_content{padding-right:0px;}
#module_387054941 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_387054941 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_387054941 .normal_ImgtextBox_content{background-color:transparent;}
#module_387054941 .normal_ImgtextBox_content{background-image:none;}
#module_387054941 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_387054941 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_387054941 .normal_ImgtextBox_content{background-attachment:none;}
#module_387054941 .normal_ImgtextBox_content{}
#module_387054941 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_387054941 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_387054941 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_387054941 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_387054941 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_387054941 .normal_ImgtextBox_content{border-top-style:none;}
#module_387054941 .normal_ImgtextBox_content{border-top-width:0px;}
#module_387054941 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_387054941 .normal_ImgtextBox_content{border-right-style:none;}
#module_387054941 .normal_ImgtextBox_content{border-right-width:0px;}
#module_387054941 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_387054941 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_387054941 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_387054941 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_387054941 .normal_ImgtextBox_content{border-left-style:none;}
#module_387054941 .normal_ImgtextBox_content{border-left-width:0px;}
#module_387054941 .showHandle .btn{font-size:14px;}
#module_387054941 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_387054941 .showHandle .btn{color:#333;}
#module_387054941 .showHandle .btn{font-weight:400;}
#module_387054941 .showHandle .btn{text-decoration:none;}
#module_387054941 .showHandle .btn{font-style:normal;}
#module_387054941 .showHandle div{border-top-color:#ddd !important;}
#module_387054941 .showHandle div{border-top-style:solid !important;}
#module_387054941 .showHandle div{border-top-width:1px !important;}
#module_387054941 .showHandle{background-color:transparent;}
#module_387054941 .showHandle{background-image:none;}
#module_387054941 .showHandle{background-repeat:no-repeat;}
#module_387054941 .showHandle{}
#module_387054941 .showHandle{}
#module_387054941 .showHandle{}
#module_387054941 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_387054941 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_387054941 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_387054941 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_387054941 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_387054941 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_387054941 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_387054941 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_387054941 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_387054941 a{font-size:unset;font-family:unset}
.module_388471030 .ModuleHead .HeadCenter{float:none;}
#module_388471030 {
padding:0px;
}
#module_388471030 {
position:static;
z-index:1;
top:717px;
left:881px;
width:100%;
height: auto;
}
#module_388471030 .ModuleHead388471030 {
display:none;
}
#module_388471030 .BodyCenter.BodyCenter388471030 {
background:none;background-color:rgba(0,0,0,0);
}
#module_388471030 >.module_388471030 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_388471030 >.module_388471030{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_388471030 .BodyCenter.BodyCenter388471030 {
padding-top:0.0000%;
padding-left:2.7778%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_388471030 .BodyCenter.BodyCenter388471030 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_388471030 >.module_388471030 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_388471030 >.module_388471030 {
margin-top:1.4837%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_388471030 >.module_388471030 {box-shadow: 0px 0px 0px 0px #ccc}
#module_388471030:hover {
border:none;
}
#module_388471030:hover >.module_388471030 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_388471030 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_388471030 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_388471030 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_388471030 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_388471030 .GraphicUpper{padding-top:0px;}
#module_388471030 .GraphicUpper{padding-bottom:0px;}
#module_388471030 .GraphicUpper{padding-left:0px;}
#module_388471030 .GraphicUpper {padding-right:0px;}
#module_388471030 .GraphicUpper{width:9%;} #module_388471030 .ModuleImageTextContent{width: calc(100% - 9%);}
#module_388471030 .MobileGraphicUpper{width:25%;} #module_388471030 .ModuleMobileImageTextContent{width: calc(100% - 25%);}
#module_388471030 .ModuleImageTextGiantContent{padding-top:9px;}
#module_388471030 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_388471030 .ModuleImageTextGiantContent{padding-left:15px;}
#module_388471030 .ModuleImageTextGiantContent{padding-right:0px;}
#module_388471030 .normal_ImgtextBox_content{padding-top:0px;}
#module_388471030 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_388471030 .normal_ImgtextBox_content{padding-left:0px;}
#module_388471030 .normal_ImgtextBox_content{padding-right:0px;}
#module_388471030 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_388471030 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_388471030 .normal_ImgtextBox_content{background-color:transparent;}
#module_388471030 .normal_ImgtextBox_content{background-image:none;}
#module_388471030 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_388471030 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_388471030 .normal_ImgtextBox_content{background-attachment:none;}
#module_388471030 .normal_ImgtextBox_content{}
#module_388471030 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_388471030 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_388471030 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_388471030 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_388471030 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_388471030 .normal_ImgtextBox_content{border-top-style:none;}
#module_388471030 .normal_ImgtextBox_content{border-top-width:0px;}
#module_388471030 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_388471030 .normal_ImgtextBox_content{border-right-style:none;}
#module_388471030 .normal_ImgtextBox_content{border-right-width:0px;}
#module_388471030 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_388471030 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_388471030 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_388471030 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_388471030 .normal_ImgtextBox_content{border-left-style:none;}
#module_388471030 .normal_ImgtextBox_content{border-left-width:0px;}
#module_388471030 .showHandle .btn{font-size:14px;}
#module_388471030 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_388471030 .showHandle .btn{color:#333;}
#module_388471030 .showHandle .btn{font-weight:400;}
#module_388471030 .showHandle .btn{text-decoration:none;}
#module_388471030 .showHandle .btn{font-style:normal;}
#module_388471030 .showHandle div{border-top-color:#ddd !important;}
#module_388471030 .showHandle div{border-top-style:solid !important;}
#module_388471030 .showHandle div{border-top-width:1px !important;}
#module_388471030 .showHandle{background-color:transparent;}
#module_388471030 .showHandle{background-image:none;}
#module_388471030 .showHandle{background-repeat:no-repeat;}
#module_388471030 .showHandle{}
#module_388471030 .showHandle{}
#module_388471030 .showHandle{}
#module_388471030 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_388471030 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_388471030 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_388471030 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_388471030 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_388471030 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_388471030 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_388471030 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_388471030 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_388471030 a{font-size:unset;font-family:unset}
.ModuleHorizontalGiant.layout-101 .hr-line {
	margin:0 auto;
	width: auto;
	/* border: 1px solid #333; */
	border-top: 0 !important;
}
.ModuleHorizontalGiant.layout-101 {position: relative;}.module_387054942 .ModuleHead .HeadCenter{float:none;}
#module_387054942 {
padding:0px;
}
#module_387054942 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_387054942 .ModuleHead387054942 {
display:none;
}
#module_387054942 .BodyCenter.BodyCenter387054942 {
background:none;background-color:rgba(0,0,0,0);
}
#module_387054942 >.module_387054942 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_387054942 >.module_387054942{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_387054942 .BodyCenter.BodyCenter387054942 {
padding-top:0.0000%;
padding-left:2.7778%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_387054942 .BodyCenter.BodyCenter387054942 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_387054942 >.module_387054942 {
margin-top:0.5556%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.5556%;
}
}
@media screen and (max-width: 767px){
#module_387054942 >.module_387054942 {
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
}
}
#module_387054942 >.module_387054942 {box-shadow: 0px 0px 0px 0px #ccc}
#module_387054942:hover {
border:none;
}
#module_387054942:hover >.module_387054942 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_387054942 .hr-line{width:auto;max-width:autopx;}
#module_387054942 .hr-line{border-bottom-color:rgb(95, 54, 22);}
#module_387054942 .hr-line{border-bottom-style:solid;}
#module_387054942 .hr-line{border-bottom-width:2px;}

.module_386732652 .ModuleHead .HeadCenter{float:none;}
#module_386732652 {
padding:0px;
}
#module_386732652 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_386732652 .ModuleHead386732652 {
display:none;
}
#module_386732652 .BodyCenter.BodyCenter386732652 {
background:none;background-color:rgb(95, 54, 22);
}
#module_386732652 >.module_386732652 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_386732652 >.module_386732652{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_386732652 .BodyCenter.BodyCenter386732652 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732652 .BodyCenter.BodyCenter386732652 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_386732652 >.module_386732652 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732652 >.module_386732652 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_386732652 >.module_386732652 {box-shadow: 0px 0px 0px 0px #ccc}
#module_386732652:hover {
border:none;
}
#module_386732652:hover >.module_386732652 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_386732652 .ModuleSubContainer{background-color:transparent;}
#module_386732652 .ModuleSubContainer{background-image:none;}
#module_386732652 .ModuleSubContainer{background-repeat:no-repeat;}
#module_386732652 .ModuleSubContainer{background-position:0% 0%;}
#module_386732652 .ModuleSubContainer{background-attachment:scroll;}
#module_386732652 .ModuleSubContainer{}
#module_386732652 {!bgVideo!}{bgVideoUrl:}
#module_386732652 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_386732652 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_386732652 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer386732652 {}
.ModuleCustomFormGiant.layout-102 .submitbtnbox{display: flex;}
/*新验证码开始*/
.ModuleCustomFormGiant.layout-102 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-102 .VCClose:hover .VCLine1 {
    display: none;
}
.ModuleCustomFormGiant.layout-102 .VCClose:hover .VCLine2 {
  transform: rotate(180deg);
  transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-102 .VCClose{
   position: relative;
   margin-right: 20px;
   width: 30px;
   float: right;
   margin-top: 17px;
   height: 30px;
   cursor: pointer;
}
.ModuleCustomFormGiant.layout-102 .VCLine1{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(45deg);
    right: 0;
    position: absolute;
    top: 9px;

}
.ModuleCustomFormGiant.layout-102 .VCLine2{
   border-top:#ccc solid 2px;
   width: 18px;
   transform: rotate(-45deg);
   right: 0;
   position: absolute;
   top: 9px;

}
.ModuleCustomFormGiant.layout-102 .VCTitle{
   color:#333;
   font-size:20px;
   font-weight: bold;
   margin-top: 41px;
   margin-bottom: 25px;

}
.ModuleCustomFormGiant.layout-102 .VerificationCodediv .vcbtn{
    margin-top: 22px;
    text-align: right;
}
.ModuleCustomFormGiant.layout-102 .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-102 .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-102 .VerificationCodediv .vcinput::placeholder{
   color:#999999
}
.ModuleCustomFormGiant.layout-102 .VerificationCodediv .vcinput{
    border:none;
    padding: 20px 0 ;
    background: #fff !important;
    border-bottom: solid #ccc 1px;
    color: #666;
    line-height: 1;
}
.ModuleCustomFormGiant.layout-102 .VerificationCodediv .changebtn{
     text-align: right;
     display: block;

}
.ModuleCustomFormGiant.layout-102 .VerificationCodediv .VerificationCode{
   width: 100%;
   height: 100px;
}
.ModuleCustomFormGiant.layout-102 .VerificationCodecontext{
   padding:0 33px;
}
.ModuleCustomFormGiant.layout-102 .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-102 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.ModuleCustomFormGiant.layout-102 input[type=text] {
    font-size: 14px;
    border: none;
    background: #fff;
    padding: 0 0 0 10px;
    /* flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ModuleCustomFormGiant.layout-102 .customFormicon {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
    display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-102 .Select_Simulate li:hover {
    color: #fff
} */

.ModuleCustomFormGiant.layout-102 .content-title {
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    /* max-width: 30%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ModuleCustomFormGiant.layout-102 .in-formList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-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;
    width: 100%;
}

.ModuleCustomFormGiant.layout-102 .formList-content {
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 16px;
    width: 100%;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ModuleCustomFormGiant.layout-102  .areabox .area ul{
    top:55px
}
.ModuleCustomFormGiant.layout-102 .pcCitybox .City-select,.ModuleCustomFormGiant.layout-102 .pcCitybox .Couty-select {
    flex-grow: 1;
    flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    height: 44px;
    line-height: 44px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    /* background: url(../image/arrow1.png) no-repeat center right; */
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .frist-city-select select {
    border: 0;
    border-radius: 0;
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .frist-city-select .frist-city-title {
    font-size: 14px;
    margin-left: 16px;
    white-space: nowrap;
}
.ModuleCustomFormGiant.layout-102 .Browse-file{
    line-height: 44px;
    height: 44px;
}
.ModuleCustomFormGiant.layout-102 .Browse-img{

    height: 80px;
}
.ModuleCustomFormGiant.layout-102 .pcCitybox .frist-city-select {
    border-radius: 5px;
    border: 1px solid #ccc;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    /* background: url(../image/arrow1.png) no-repeat center right; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-102 .choose-time-mobile {
    font-size: 14px;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .Couty-select {
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .Province-select {
    height: 40px;
    margin-top: 1px;
    width:100%
}

.ModuleCustomFormGiant.layout-102  .areabox .frist_item{
    height: 100%;
}
.ModuleCustomFormGiant.layout-102 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
}

.ModuleCustomFormGiant.layout-102 .VerificationCode {
    width: 90px;
    height: 50px;
    display: inline-block;
}

.ModuleCustomFormGiant.layout-102 .file-box .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-102 .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-102 .Browse-file {
    border: 1px solid #eee;
    border-radius:5px;
}

.ModuleCustomFormGiant.layout-102 .Browse-file:hover {
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-102 .input-text-color {
    color: #999;
    display: flex;
    align-items: center;
    line-height: 1.5;
}
.ModuleCustomFormGiant.layout-102 .smsvaldatebox {
   height: 44px;
   line-height: 44px;
}
.ModuleCustomFormGiant.layout-102  .smsvcode,.ModuleCustomFormGiant.layout-102  .smsbtn{
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-102 .Describ-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-102 .submibtn-color {
    color: #fff;
    background: #1e88e5;
    border-radius: 5px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-102 .areabox .frist_item{
    padding-right: 4px;
}
.ModuleCustomFormGiant.layout-102 .Select_Simulate .Select_sanjiao {
    border: 0;
    height: 44px;
    width: 30px;
    background: url(../image/arrow2.png) no-repeat center right;
    line-height: 44px;
    margin: 0;
    margin-right: 16px;
}

.ModuleCustomFormGiant.layout-102 .formList-content.mgb0 {
    margin-bottom: 0
}

.ModuleCustomFormGiant.layout-102 .in-formList-content.pdLf0 {
    padding-left: 0
}

.ModuleCustomFormGiant.layout-102 .Select_Simulate.layout2 li {
    padding: 0 16px;
}

.ModuleCustomFormGiant.layout-102 .Select_Simulate .frist_item {
    padding-right: 0;
}

.ModuleCustomFormGiant.layout-102 .submitbtn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-top: 16px;
}

.ModuleCustomFormGiant.layout-102 .submibtn-color:hover {
    color: #fff;
    background: #1976d2;
}

.ModuleCustomFormGiant.layout-102 .pd-0 {
    padding: 0;
}

.ModuleCustomFormGiant.layout-102 .formList-content-no-style .in-formList {
    align-items: flex-start;
}

.ModuleCustomFormGiant.layout-102 .multi-row-text {
    margin-top: 3px;
    border: 0;
    padding-left: 10px;
}

.ModuleCustomFormGiant.layout-102 .formList-content-no-border {
    border: none;
    padding-left: 0;
}
.ModuleCustomFormGiant.layout-102 .in-formList-checkbox {
    white-space: normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ModuleCustomFormGiant.layout-102  .vertical{
    width: auto;
    display: initial;
}
.ModuleCustomFormGiant.layout-102 input[type=radio],.ModuleCustomFormGiant.layout-102 input[type=checkbox]{
    top:0;
    margin-top:0
}

.ModuleCustomFormGiant.layout-102 .formList-content-no-border .in-formList {
    /* align-items: flex-start; */
}

.ModuleCustomFormGiant.layout-102 .content-title-checkbox {
    margin-right: 16px;
}

.ModuleCustomFormGiant .in-formList-checkbox label {
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.ModuleCustomFormGiant.layout-102 .choose-time {
    border: none;
    line-height: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ModuleCustomFormGiant.layout-102 .chooseTimeicon {
    margin-top: 0;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: auto;
    margin-right: 8px;
    padding-left: 16px;
    display: inline-block;
    height: 50px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ModuleCustomFormGiant.layout-102 .verifica{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb .input-text-checking {
    width: 66.5%;
    vertical-align: top;
    margin-top: 1px;
}

.ModuleCustomFormGiant.layout-102 .changebtn {
    line-height: 50px
}

.ModuleCustomFormGiant.layout-102 .cityPickerBox {
    border: 0;
}

.ModuleCustomFormGiant.layout-102 .cityval {
    line-height: 48px;
    height: 48px;
    display: none;
    width: 100%;
}

.ModuleCustomFormGiant.layout-102 .choose-city-content {
    font-size: 14px;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 97%;
    display: block;
}

.ModuleCustomFormGiant.layout-102 .cityPickerBoxwb {
    height: 44px;
}

.ModuleCustomFormGiant.layout-102 .padL16 {
    padding-left: 16px;
    line-height: 1;
    height: auto;
    margin-top: 0;
    margin-right: 16px;
}

.ModuleCustomFormGiant.layout-102 .padL16.radioBox {
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-102 .formList-content.mg0 {
    margin-bottom: 0
}

.ModuleCustomFormGiant.layout-102 .Select_Simulate.layout2 .frist_item {
    padding-left: 0;
}

.ModuleCustomFormGiant.layout-102 .in-formList-content {
    border: 1px solid #ccc;
    padding-left: 16px;
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-102 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ModuleCustomFormGiant.layout-102 .select_box {
    display: none;
}

.ModuleCustomFormGiant.layout-102 .in-formList-img {
    min-height: 60px;
    height: auto;
}
.ModuleCustomFormGiant.layout-102 .file-operation{
    display: flex;
}
.ModuleCustomFormGiant.layout-102 .file-operation .content-title {
    max-width: 100%;
}
.ModuleCustomFormGiant.layout-102 .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-102 .textbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ModuleCustomFormGiant.layout-102 .w-100{
    width: 100%;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-102  .desctxt{
    max-width: 100%;
    overflow: inherit;
    white-space: normal;
    line-height: 1.5;
    height: 100%;
}
.ModuleCustomFormGiant.layout-102 .customform-upload-img-preview {  border-radius: 5px;}
.ModuleCustomFormGiant.layout-102 .in-formList-checkbox  label span {
    min-width: 36px;
    display: initial;
    word-break: break-all;
}
.ModuleCustomFormGiant.layout-102 .customFormTextarea::placeholder{  white-space: nowrap; width:100%;  text-overflow: ellipsis; overflow: hidden;}
@media screen and (max-width: 767px) {


    .ModuleCustomFormGiant.layout-102 .vertical{
        margin-left:16px ;
    }
    .ModuleCustomFormGiant.layout-102 .textbox{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-102 .multi-row-text{
        padding: 5px 10px 10px 10px;
    }
    }
    .ModuleCustomFormGiant.layout-102 .content-title{
        max-width: 75%;
    }
    .ModuleCustomFormGiant.layout-102 .desctxt{
        max-width: 100%;
    }
    .ModuleCustomFormGiant.layout-102 .choose-time-mobile{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 30px);
        display: block;

    }
    .ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb .input-text-checking {
        width: 120px;
    }
    .ModuleCustomFormGiant.layout-102 .dq{
    margin-bottom: 0;
    }
    .ModuleCustomFormGiant.layout-102 .VerificationCode {
        width: 90px;
        height: 50px;
    }
    .ModuleCustomFormGiant.layout-102 .formList-content.mg0 {
        margin-bottom: 16px;
    }
    .ModuleCustomFormGiant.layout-102 .InsidePage-title-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 76px);
        display: inline-block;
    }
}


@media screen and (max-width: 768px) {
    .ModuleCustomFormGiant.layout-102 .vertical{
        display: flex;
    }
    .ModuleCustomFormGiant.layout-102 .Pc-formList-content{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-102 .in-formList-checkbox{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb .input-text-checking {
        width: 65%;
        padding: 0;
    }
    .ModuleCustomFormGiant.layout-102 .textbox{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb .Describ-text-color {
        padding-left:13px;


    }
    .ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb {
        width: 100%;
        padding-left: 5px;
    }
    .ModuleCustomFormGiant.layout-102 .VerificationCode {
        width: 90px;
        height: 50px;
    }
    .ModuleCustomFormGiant.layout-102 .formList-content.mg0 {
        margin-bottom: 16px;
    }
    .ModuleCustomFormGiant.layout-102 input[type=text] {
        line-height: 48px;
    }
}

.module_388470999 .ModuleHead .HeadCenter{float:none;}
#module_388470999 {
padding:0px;
}
#module_388470999 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_388470999 .ModuleHead388470999 {
display:none;
}
#module_388470999 .BodyCenter.BodyCenter388470999 {
background:none;background-color:rgba(255,255,255,1);
}
#module_388470999 >.module_388470999 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_388470999 >.module_388470999{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_388470999 .BodyCenter.BodyCenter388470999 {
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}
}
@media screen and (max-width: 767px){
#module_388470999 .BodyCenter.BodyCenter388470999 {
padding-top:4.3228%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:4.3228%;
}
}
@media screen and (min-width: 768px){
#module_388470999 >.module_388470999 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_388470999 >.module_388470999 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_388470999 >.module_388470999 {box-shadow: 0px 0px 0px 0px #ccc}
#module_388470999:hover {
border:none;
}
#module_388470999:hover >.module_388470999 {
border-color:#ccc;
}
#module_388470999:hover >.module_388470999 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_388470999 .vcbtn1{background-color:#6b3a2b;}
#module_388470999 .vcbtn1{color:#fff;}
#module_388470999 .title{font-size:14px;}
#module_388470999 .title{font-family:微软雅黑,Microsoft YaHei;}
#module_388470999 .title{color:#333;}
#module_388470999 .title{font-weight:normal;}
#module_388470999 .title{text-decoration:none;}
#module_388470999 .title{font-style:normal;}
#module_388470999 .title{background-color:transparent;}
#module_388470999 .title{background-image:none;}
#module_388470999 .title{background-repeat:no-repeat;}
#module_388470999 .title{background-position:50% 50%;}
#module_388470999 .title{background-attachment:scroll;}
#module_388470999 .title{}
#module_388470999 .title{height:50px;line-height:50px;}
#module_388470999 .title{text-align:center;}
#module_388470999 .Describ-text-color{font-size:12px;}
#module_388470999 .Describ-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_388470999 .Describ-text-color{color:#666;},
#module_388470999 .Describ-text-color{font-weight:normal;}
#module_388470999 .Describ-text-color{text-decoration:none;}
#module_388470999 .Describ-text-color{font-style:normal;}
#module_388470999 .submitbtn{font-size:14px;}
#module_388470999 .submitbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_388470999 .submitbtn{color:#fff;}
#module_388470999 .submitbtn{font-weight:normal;}
#module_388470999 .submitbtn{text-decoration:none;}
#module_388470999 .submitbtn{font-style:normal;}
#module_388470999 .submitbtn{width:%;}
#module_388470999 .submitbtn{height:px;line-height:px;}
#module_388470999 .submitbtnbox{justify-content:;}
#module_388470999 .submitbtn{background-color:rgb(104, 54, 15);} #module_388470999 input[type=radio]:checked, #module_388470999 input[type=checkbox]:checked{background:rgb(104, 54, 15);border:1px solid rgb(104, 54, 15)}
#module_388470999 .submitbtn{background-image:none;}
#module_388470999 .submitbtn{background-repeat:no-repeat;}
#module_388470999 .submitbtn{background-position:50% 50%;}
#module_388470999 .submitbtn{background-attachment:scroll;}
#module_388470999 .submitbtn{}
#module_388470999 .smsvcode,#module_388470999 .VerificationCodeinput,#module_388470999 .Browse-file,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999 .formList-content-no-style,#module_388470999 .customFormTextarea,#module_388470999 .in-formList-content,#module_388470999 .frist_item,#module_388470999 .Browse-file-input,#module_388470999 input[type=text],#module_388470999 .VerificationCodeinputWb,#module_388470999 .frist-city-select,#module_388470999 .pcCitybox select{background-color:#fff;}
#module_388470999 .smsvcode,#module_388470999 .Pc-formList-content .in-formList-content,#module_388470999 .Browse-file,#module_388470999 .VerificationCodeinput,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999  .in-formList-content,#module_388470999 .frist-city-select,#module_388470999 .Couty-select,#module_388470999 .City-select,#module_388470999 .VerificationCodeinputWb{border-top-color:#ccc;}
#module_388470999 .smsvcode,#module_388470999 .Pc-formList-content .in-formList-content,#module_388470999 .Browse-file,#module_388470999 .VerificationCodeinput,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999  .in-formList-content,#module_388470999 .frist-city-select,#module_388470999 .Couty-select,#module_388470999 .City-select,#module_388470999 .VerificationCodeinputWb{border-top-style:solid;}
#module_388470999 .smsvcode,#module_388470999 .Pc-formList-content .in-formList-content,#module_388470999 .Browse-file,#module_388470999 .VerificationCodeinput,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999  .in-formList-content,#module_388470999 .frist-city-select,#module_388470999 .Couty-select,#module_388470999 .City-select,#module_388470999 .VerificationCodeinputWb{border-top-width:1px;}
#module_388470999 .smsvcode,#module_388470999 .Pc-formList-content .in-formList-content,#module_388470999 .Browse-file,#module_388470999 .VerificationCodeinput,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999  .in-formList-content,#module_388470999 .frist-city-select,#module_388470999 .Couty-select,#module_388470999 .City-select,#module_388470999 .VerificationCodeinputWb{border-right-color:#ccc;}
#module_388470999 .smsvcode,#module_388470999 .Pc-formList-content .in-formList-content,#module_388470999 .Browse-file,#module_388470999 .VerificationCodeinput,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999  .in-formList-content,#module_388470999 .frist-city-select,#module_388470999 .Couty-select,#module_388470999 .City-select,#module_388470999 .VerificationCodeinputWb{border-right-style:solid;}
#module_388470999 .smsvcode,#module_388470999 .Pc-formList-content .in-formList-content,#module_388470999 .Browse-file,#module_388470999 .VerificationCodeinput,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999  .in-formList-content,#module_388470999 .frist-city-select,#module_388470999 .Couty-select,#module_388470999 .City-select,#module_388470999 .VerificationCodeinputWb{border-right-width:1px;}
#module_388470999 .smsvcode,#module_388470999 .Pc-formList-content .in-formList-content,#module_388470999 .Browse-file,#module_388470999 .VerificationCodeinput,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999  .in-formList-content,#module_388470999 .frist-city-select,#module_388470999 .Couty-select,#module_388470999 .City-select,#module_388470999 .VerificationCodeinputWb{border-bottom-color:#ccc;}
#module_388470999 .smsvcode,#module_388470999 .Pc-formList-content .in-formList-content,#module_388470999 .Browse-file,#module_388470999 .VerificationCodeinput,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999  .in-formList-content,#module_388470999 .frist-city-select,#module_388470999 .Couty-select,#module_388470999 .City-select,#module_388470999 .VerificationCodeinputWb{border-bottom-style:solid;}
#module_388470999 .smsvcode,#module_388470999 .Pc-formList-content .in-formList-content,#module_388470999 .Browse-file,#module_388470999 .VerificationCodeinput,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999  .in-formList-content,#module_388470999 .frist-city-select,#module_388470999 .Couty-select,#module_388470999 .City-select,#module_388470999 .VerificationCodeinputWb{border-bottom-width:1px;}
#module_388470999 .smsvcode,#module_388470999 .Pc-formList-content .in-formList-content,#module_388470999 .Browse-file,#module_388470999 .VerificationCodeinput,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999  .in-formList-content,#module_388470999 .frist-city-select,#module_388470999 .Couty-select,#module_388470999 .City-select,#module_388470999 .VerificationCodeinputWb{border-left-color:#ccc;}
#module_388470999 .smsvcode,#module_388470999 .Pc-formList-content .in-formList-content,#module_388470999 .Browse-file,#module_388470999 .VerificationCodeinput,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999  .in-formList-content,#module_388470999 .frist-city-select,#module_388470999 .Couty-select,#module_388470999 .City-select,#module_388470999 .VerificationCodeinputWb{border-left-style:solid;}
#module_388470999 .smsvcode,#module_388470999 .Pc-formList-content .in-formList-content,#module_388470999 .Browse-file,#module_388470999 .VerificationCodeinput,#module_388470999 .customFormCheckbox,#module_388470999 input[type=radio],#module_388470999  .in-formList-content,#module_388470999 .frist-city-select,#module_388470999 .Couty-select,#module_388470999 .City-select,#module_388470999 .VerificationCodeinputWb{border-left-width:1px;}
#module_388470999 .smsbtn,#module_388470999 .smsvcode,#module_388470999 .input-text-color{font-size:12px;}
#module_388470999 .smsbtn,#module_388470999 .smsvcode,#module_388470999 .input-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_388470999 .smsvcode,#module_388470999 .input-text-color{color:#999;} #module_388470999 .input-text-color::-ms-input-placeholder{color:#999;} #module_388470999 .input-text-color::-moz-placeholder{color:#999;} #module_388470999 .input-text-color::-webkit-input-placeholder{color:#999;} 
#module_388470999 .smsbtn,#module_388470999 .smsvcode,#module_388470999 .input-text-color{font-weight:normal;}
#module_388470999 .smsbtn,#module_388470999 .smsvcode,#module_388470999 .input-text-color{text-decoration:none;} #module_388470999 .input-text-color::-ms-input-placeholder{text-decoration:none;} #module_388470999 .input-text-color::-moz-placeholder{text-decoration:none;} #module_388470999 .input-text-color::-webkit-input-placeholder{text-decoration:none;}
#module_388470999 .smsbtn,#module_388470999 .smsvcode,#module_388470999 .input-text-color{font-style:normal;}
#module_388470999 .smsvcode:hover,#module_388470999  .Pc-formList-content .in-formList-content:hover,#module_388470999 .Browse-file:hover,#module_388470999 .VerificationCodeinput:hover,#module_388470999 .customFormCheckbox:hover,#module_388470999 input[type=radio]:hover,#module_388470999  .in-formList-content:hover,#module_388470999 .frist-city-select:hover,#module_388470999 .Couty-select:hover,#module_388470999 .City-select:hover,#module_388470999 .VerificationCodeinputWb:hover{border-top-color:#5c2e20;}
#module_388470999 .smsvcode:hover,#module_388470999 .Pc-formList-content .in-formList-content:hover,#module_388470999 .Browse-file:hover,#module_388470999 .VerificationCodeinput:hover,#module_388470999 .customFormCheckbox:hover,#module_388470999 input[type=radio]:hover,#module_388470999  .in-formList-content:hover,#module_388470999 .frist-city-select:hover,#module_388470999 .Couty-select:hover,#module_388470999 .City-select:hover,#module_388470999 .VerificationCodeinputWb:hover{border-top-style:solid;}
#module_388470999 .smsvcode:hover,#module_388470999 .Pc-formList-content .in-formList-content:hover,#module_388470999 .Browse-file:hover,#module_388470999 .VerificationCodeinput:hover,#module_388470999 .customFormCheckbox:hover,#module_388470999 input[type=radio]:hover,#module_388470999  .in-formList-content:hover,#module_388470999 .frist-city-select:hover,#module_388470999 .Couty-select:hover,#module_388470999 .City-select:hover,#module_388470999 .VerificationCodeinputWb:hover{border-right-color:#5c2e20;}
#module_388470999 .smsvcode:hover,#module_388470999 .Pc-formList-content .in-formList-content:hover,#module_388470999 .Browse-file:hover,#module_388470999 .VerificationCodeinput:hover,#module_388470999 .customFormCheckbox:hover,#module_388470999 input[type=radio]:hover,#module_388470999  .in-formList-content:hover,#module_388470999 .frist-city-select:hover,#module_388470999 .Couty-select:hover,#module_388470999 .City-select:hover,#module_388470999 .VerificationCodeinputWb{border-right-style:solid;}
#module_388470999 .smsvcode:hover,#module_388470999 .Pc-formList-content .in-formList-content:hover,#module_388470999 .Browse-file:hover,#module_388470999 .VerificationCodeinput:hover,#module_388470999 .customFormCheckbox:hover,#module_388470999 input[type=radio]:hover,#module_388470999  .in-formList-content:hover,#module_388470999 .frist-city-select:hover,#module_388470999 .Couty-select:hover,#module_388470999 .City-select:hover,#module_388470999 .VerificationCodeinputWb:hover{border-bottom-color:#5c2e20;}
#module_388470999 .smsvcode:hover,#module_388470999 .Pc-formList-content .in-formList-content:hover,#module_388470999 .Browse-file:hover,#module_388470999 .VerificationCodeinput:hover,#module_388470999 .customFormCheckbox:hover,#module_388470999 input[type=radio]:hover,#module_388470999  .in-formList-content:hover,#module_388470999 .frist-city-select:hover,#module_388470999 .Couty-select:hover,#module_388470999 .City-select:hover,#module_388470999 .VerificationCodeinputWb:hover{border-bottom-style:solid;}
#module_388470999 .smsvcode:hover,#module_388470999 .Pc-formList-content .in-formList-content:hover,#module_388470999 .Browse-file:hover,#module_388470999 .VerificationCodeinput:hover,#module_388470999 .customFormCheckbox:hover,#module_388470999 input[type=radio]:hover,#module_388470999  .in-formList-content:hover,#module_388470999 .frist-city-select:hover,#module_388470999 .Couty-select:hover,#module_388470999 .City-select:hover,#module_388470999 .VerificationCodeinputWb:hover{border-left-color:#5c2e20;}
#module_388470999 .smsvcode:hover,#module_388470999 .Pc-formList-content .in-formList-content:hover,#module_388470999 .Browse-file:hover,#module_388470999 .VerificationCodeinput:hover,#module_388470999 .customFormCheckbox:hover,#module_388470999 input[type=radio]:hover,#module_388470999  .in-formList-content:hover,#module_388470999 .frist-city-select:hover,#module_388470999 .Couty-select:hover,#module_388470999 .City-select:hover,#module_388470999 .VerificationCodeinputWb:hover{border-left-style:solid;}
#module_388470999 .submitbtn:hover{font-size:14px;}
#module_388470999 .submitbtn:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_388470999 .submitbtn:hover{color:#fff;}
#module_388470999 .submitbtn:hover{font-weight:normal;}
#module_388470999 .submitbtn:hover{text-decoration:none;}
#module_388470999 .submitbtn:hover{font-style:normal;}
#module_388470999 .submitbtn:hover{background-color:#5c2e20;}
#module_388470999 .submitbtn:hover{background-image:none;}
#module_388470999 .submitbtn:hover{background-repeat:no-repeat;}
#module_388470999 .submitbtn:hover{background-position:50% 50%;}
#module_388470999 .submitbtn:hover{background-attachment:scroll;}
#module_388470999 .submitbtn:hover{}

/*新验证码开始*/
.ModuleCustomFormGiant.layout-105 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-105 .VCClose:hover .VCLine1 {
     display: none;
}
.ModuleCustomFormGiant.layout-105 .VCClose:hover .VCLine2 {
   transform: rotate(180deg);
   transition:all 0.5s;

}
.ModuleCustomFormGiant.layout-105 .VCClose{
    position: relative;
    margin-right: 20px;
    width: 30px;
    float: right;
    margin-top: 17px;
    height: 30px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-105 .VCLine1{
     border-top:#ccc solid 2px;
     width: 18px;
     transform: rotate(45deg);
     right: 0;
     position: absolute;
     top: 9px;

}
.ModuleCustomFormGiant.layout-105 .VCLine2{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    top: 9px;

}
.ModuleCustomFormGiant.layout-105 .VCTitle{
    color:#333;
    font-size:20px;
    font-weight: bold;
    margin-top: 41px;
    margin-bottom: 25px;

}
.ModuleCustomFormGiant.layout-105 .VerificationCodediv .vcbtn{
     margin-top: 22px;
     text-align: right;
}
.ModuleCustomFormGiant.layout-105 .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-105 .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-105 .VerificationCodediv .vcinput::placeholder{
    color:#999999
}
.ModuleCustomFormGiant.layout-105 .VerificationCodediv .vcinput{
     border:none;
     padding: 20px 0 ;
     background: #fff !important;
     border-bottom: solid #ccc 1px;
     color: #666;
     width: 100%;
}
.ModuleCustomFormGiant.layout-105 .VerificationCodediv .changebtn{
      text-align: right;
      display: block;

}
.ModuleCustomFormGiant.layout-105 .VerificationCodediv .VerificationCode{
    width: 100%;
    height: 100px;
     position: unset;
}
.ModuleCustomFormGiant.layout-105 .VerificationCodecontext{
    padding:0 33px;
}
.ModuleCustomFormGiant.layout-105 .VerificationCodediv{

    position: absolute;
    z-index: 12;
    background: #fff;
    transform: translateX(-50%);
    bottom: 0;
    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-105 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.ModuleCustomFormGiant.layout-105 .customForm {
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    width: 100%;
}
.ModuleCustomFormGiant.layout-105 .customFormbox {
    display: flex;
}

.ModuleCustomFormGiant.layout-105 input[type=text] {
    font-size: 14px;
    border: none;
    background: #fff;
    padding: 1px 10px 1px 10px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    /* border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; */
    height: 99%;
    width: 40%;
}

.ModuleCustomFormGiant.layout-105 .customFormicon {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
    display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-105 .Select_Simulate li:hover {
    color: #fff
} */

.ModuleCustomFormGiant.layout-105 .content-title {
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    /* max-width: 30%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
}


.ModuleCustomFormGiant.layout-105 .in-formList {
    /* 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;
    display:inline-flex;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ModuleCustomFormGiant.layout-105 .Select_Simulate.layout2 .select_box {
    position: unset !important;
}

.ModuleCustomFormGiant.layout-105 .formList-content {
    box-sizing: border-box;
    /* border-radius: 5px; */
    margin-bottom: 16px;
    margin-right: 18px;
    display:inline-block;
    flex:1;
    width: 100%;
}

.ModuleCustomFormGiant.layout-105 .pcCitybox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-105 .pcCitybox .City-select,.ModuleCustomFormGiant.layout-105 .pcCitybox .Couty-select {
    flex: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
    /* border-radius: 5px; */
    border: 1px solid #ccc;
    /* background: url(../image/arrow1.png) no-repeat center right; */
    /* height: 99% !important; */
}

.ModuleCustomFormGiant.layout-105 .pcCitybox .frist-city-select select {
    border: 0;
    border-radius: 0;
    margin-right: 0;
    padding-left: 1px;
}

.ModuleCustomFormGiant.layout-105 .pcCitybox .frist-city-select .frist-city-title {
    font-size: 14px;
    margin-left: 16px;
    padding-right: 10px;
}

.ModuleCustomFormGiant.layout-105 .pcCitybox .frist-city-select {
    /* border-radius: 5px; */
    border: 1px solid #ccc;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    /* background: url(../image/arrow1.png) no-repeat center right; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-105 .choose-time-mobile {
    font-size: 14px;
}

.ModuleCustomFormGiant.layout-105 .pcCitybox .Couty-select {
    margin-right: 0;
}
.ModuleCustomFormGiant.layout-105 .smsvaldatebox{
    line-height: 48px;
    height:48px;
}

.ModuleCustomFormGiant.layout-105 .pcCitybox .Province-select {
   /* height: 48px;
     margin-top: 1px; */
     width:100%;
     height:100%;
     line-height: inherit;
}
.ModuleCustomFormGiant.layout-105 .areabox .frist_item{
    height:100%;

}
.ModuleCustomFormGiant.layout-105  .areabox .area ul{
    top:55px;
}

.ModuleCustomFormGiant.layout-105 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
}

.ModuleCustomFormGiant.layout-105 .VerificationCode {
    width: 90px;
    height: 48px;
    /* margin-top: 2px; */
    position: absolute;
    right: 0px;
    display: inline-block;
    /* line-height: 25px; */
    /* border-radius: 5px; */
}



.ModuleCustomFormGiant.layout-105 .file-box .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    /* border-radius: 5px; */
}
.ModuleCustomFormGiant.layout-105 .UploadFileSpan  .customform-upload-file-preview
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ModuleCustomFormGiant.layout-105 .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; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-105 .Browse-file {
    /* width: 180px; */
    line-height: 50px;
    color: #333;
    background: #f8f8f8;
    border: 1px solid #eee;
    font-size: 14px;
    text-align: center;
    height: 50px;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -moz-flex-grow: 0;
    box-sizing: border-box;
    cursor: pointer;
    /* border-radius: 3px; */
    font-size: 14px;
    margin-left: 14px;
    display:  inline-block;
}

.ModuleCustomFormGiant.layout-105 .Browse-file:hover {
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-105 .input-text-color {
    color: #999;
}

.ModuleCustomFormGiant.layout-105 .Describ-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-105 .submibtn-color {
    color: #fff;
    background: #1e88e5;
    /* border-radius: 5px; */
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-105 .Select_Simulate .Select_sanjiao {
    border: 0;
    height: 48px;
    width: 30px;
    background: url(../image/arrow1.png) no-repeat center right;
    line-height: 48px;
    margin: 0;
}

.ModuleCustomFormGiant.layout-105 .formList-content.mgb0 {
    margin-bottom: 0
}

.ModuleCustomFormGiant.layout-105 .in-formList-content.pdLf0 {
    padding-left: 0
}

.ModuleCustomFormGiant.layout-105 .Select_Simulate.layout2 li {
    padding: 0 16px;
}

.ModuleCustomFormGiant.layout-105 .Select_Simulate .frist_item {
    padding-right: 0;
}

.ModuleCustomFormGiant.layout-105 .submitbtn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    max-width: 190px;
    padding: 0 16px;
    width: 190px;
    /* margin-top: 16px; */
}

.ModuleCustomFormGiant.layout-105 .submibtn-color:hover {
    color: #fff;
    background: #1976d2;
}

.ModuleCustomFormGiant.layout-105 .pd-0 {
    padding: 0;
}

.ModuleCustomFormGiant.layout-105 .formList-content-no-style .in-formList {
    align-items: flex-start;
}

.ModuleCustomFormGiant.layout-105 .multi-row-text {
    margin-top: 8px;
    border: 0;
    padding-left: 10px;
}

.ModuleCustomFormGiant.layout-105 .formList-content-no-border {
    border: none;
    padding-left: 0;
}

.ModuleCustomFormGiant.layout-105 .in-formList-checkbox {
    white-space: normal;
}

.ModuleCustomFormGiant.layout-105 .formList-content-no-border .in-formList {
    align-items: flex-start;
}

.ModuleCustomFormGiant.layout-105 .content-title-checkbox {
    float: left;
}

.ModuleCustomFormGiant .in-formList-checkbox label {
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.ModuleCustomFormGiant.layout-105 .choose-time {
    border: none;
    line-height: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.ModuleCustomFormGiant.layout-105 .chooseTimeicon {
    margin-top: 0;
    margin-right: 10px;
    float: right;
}

.ModuleCustomFormGiant.layout-105 .VerificationCodeinputWb {
    border: 1px solid #ccc;
    /* border-radius: 5px; */
    position: relative;
    /* width: 300px; */
    margin-right: 8px;
    padding-left: 16px;
    display: inline-block;
    height: 50px;
    /* padding-right: 20px; */
    width: 100%;
}

.ModuleCustomFormGiant.layout-105 .VerificationCodeinputWb .input-text-checking {

    vertical-align: top;
    /* height: 98%;
    margin-top: 1px; */
}

.ModuleCustomFormGiant.layout-105 .changebtn {
    line-height: 50px
}

.ModuleCustomFormGiant.layout-105 .cityPickerBox {
    border: 0;
}

.ModuleCustomFormGiant.layout-105 .cityval {
    line-height: 48px;
    height: 48px;
    display: none;
    width: 100%;
    /* position: relative;; */
    z-index: 2;
    top: 0;
    left: 0;
    text-align: center;
}

.ModuleCustomFormGiant.layout-105 .choose-city-content {
    font-size: 14px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 97%;
    display: block;
}

.ModuleCustomFormGiant.layout-105 .cityPickerBoxwb {
    height: 50px;
}

.ModuleCustomFormGiant.layout-105 .padL16 {
    /* padding-left: 16px; */
    line-height: 1.5;
    height: auto;
    margin-top: 8px;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-105 .padL16.radioBox {
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-105 .formList-content.mg0 {
    margin-bottom: 0
}

.ModuleCustomFormGiant.layout-105 .Select_Simulate.layout2 .frist_item {
    padding-left: 0;
}

.ModuleCustomFormGiant.layout-105 .in-formList-content {
    border: 1px solid #ccc;
    padding-left: 16px;
    /* border-radius: 5px; */
    padding-right: 1px;
    width: 100%;
}

.ModuleCustomFormGiant.layout-105 .Select_Simulate.layout2 .select_box{

    border: unset;

}


.ModuleCustomFormGiant.layout-105 .theData {
    line-height: 50px !important;
    height: 50px !important;
}

.ModuleCustomFormGiant.layout-105 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* .ModuleCustomFormGiant.layout-105 .select_box {
    display: none;
} */

.ModuleCustomFormGiant.layout-105 .in-formList-img {
    min-height: 60px;
    height: auto;
}

.ModuleCustomFormGiant.layout-105 .file-operation .content-title {
    max-width: 100%;
}

.ModuleCustomFormGiant.layout-105 .textbox {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.ModuleCustomFormGiant.layout-105  .Select_Simulate.layout2 .frist_item{
    line-height: 48px;
    height: 48px;
}

@media screen and (max-width: 1199px) {
    .ModuleCustomFormGiant.layout-105 .VerificationCode {
        right: 1px;
    }
    .ModuleCustomFormGiant.layout-105 .Select_Simulate.layout2 {
        padding: 1px;
    }
    .ModuleCustomFormGiant.layout-105 .frist-city-select {
        padding: 1px;
    }
}

@media screen and (max-width: 767px) {
    .ModuleCustomFormGiant.layout-105 .customFormbox {
        display: block;
    }
    .ModuleCustomFormGiant.layout-105 .in-formList-checkbox  label span {
        width: calc(100% - 34px);
        display: initial;
        vertical-align: middle;
        min-width: 36px;
        flex:1;
        word-break: break-all;

   }
    .ModuleCustomFormGiant.layout-105 .content-title{
        max-width: 100%;
    }
    .ModuleCustomFormGiant.layout-105 .submitbtn{
        max-width: 100%;
    }
    .ModuleCustomFormGiant.layout-105 .choose-time-mobile{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 30px);
        display: block;

    }
    .ModuleCustomFormGiant.layout-105 .VerificationCodeinputWb .input-text-checking {
        width: 120px;
    }
    /* .ModuleCustomFormGiant.layout-105 .VerificationCode {
        width: 90px;
        height: 50px;
    } */
    .ModuleCustomFormGiant.layout-105 .formList-content.mg0 {
        margin-bottom: 16px;
    }
    .ModuleCustomFormGiant.layout-105 .InsidePage-title-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 76px);
        display: inline-block;
    }
    .ModuleCustomFormGiant.layout-105 .VerificationCodediv{
        bottom: 40px;
    }
    /* .ModuleCustomFormGiant.layout-105 input[type=text] {
         width:100%;
    } */
    .ModuleCustomFormGiant .multi-row-text{    width: 70vw;}
    .ModuleCustomFormGiant.layout-105 .formList-content{ flex: auto; margin-right: 0px; }
}

@media screen and (max-width: 406px) {

    .ModuleCustomFormGiant.layout-105 .VerificationCodeinputWb .input-text-checking {
        width: 65%;
        padding: 0;
    }
    .ModuleCustomFormGiant.layout-105 .VerificationCodeinputWb {
        width: 100%;
        padding-left: 5px;
    }
    .ModuleCustomFormGiant.layout-105 .VerificationCode {
        /* width: 90px;
        height: 50px; */
    }
    .ModuleCustomFormGiant.layout-105 .formList-content.mg0 {
        margin-bottom: 16px;
    }
    .ModuleCustomFormGiant.layout-105 input[type=text] {
        line-height: 48px;
    }
    .ModuleCustomFormGiant.layout-105 .customForm {
        display: block;
    }
    .ModuleCustomFormGiant.layout-105 .formList-content {
        margin-right: 0px;
        display: block;
        width: 100%;
        flex: auto;
    }
}

.ModuleCustomFormGiant.layout-105 .customform-upload-img-preview {
    margin-top: 0px;
    margin-left: 12px;
    width: 53px;
    height: 53px;
    padding: 0px;
    margin-right:0
}

.ModuleCustomFormGiant.layout-105 .UploadFileSpan {
    line-height: 30px;
    font-size: 12px;
    padding: 0 14px;
    box-sizing: border-box;
    min-height: 30px;
    width: 300px;
    display: none;

}

.ModuleCustomFormGiant.layout-105 .customform-upload-file-preview {
    margin-left: 8px;
    margin-right: 8px;
}

.ModuleCustomFormGiant.layout-105 .customform-upload-img-preview img {
    width: 53px;
    height: 53px;
}

.ModuleCustomFormGiant.layout-105 .Browse-file-img {
    width: 53px !important;
    height: 53px !important;
}.module_386732653 .ModuleHead .HeadCenter{float:none;}
#module_386732653 {
padding:0px;
}
#module_386732653 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_386732653 .ModuleHead386732653 {
display:none;
}
#module_386732653 .BodyCenter.BodyCenter386732653 {
background:none;background-color:rgba(0,0,0,0);
}
#module_386732653 >.module_386732653 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_386732653 >.module_386732653{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_386732653 .BodyCenter.BodyCenter386732653 {
padding-top:1.2500%;
padding-left:1.2500%;
padding-right:1.2500%;
padding-bottom:1.2500%;
}
}
@media screen and (max-width: 767px){
#module_386732653 .BodyCenter.BodyCenter386732653 {
padding-top:4.3228%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:4.3228%;
}
}
@media screen and (min-width: 768px){
#module_386732653 >.module_386732653 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732653 >.module_386732653 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_386732653 >.module_386732653 {box-shadow: 0px 0px 0px 0px #ccc}
#module_386732653:hover {
border:none;
}
#module_386732653:hover >.module_386732653 {
border-color:#ccc;
}
#module_386732653:hover >.module_386732653 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_386732653 .vcbtn1{background-color:#1e88e5;}
#module_386732653 .vcbtn1{color:#fff;}
#module_386732653 .title{font-size:24px;}
#module_386732653 .title{font-family:微软雅黑,Microsoft YaHei;}
#module_386732653 .title{color:rgb(255, 255, 255);}
#module_386732653 .title{font-weight:normal;}
#module_386732653 .title{text-decoration:none;}
#module_386732653 .title{font-style:normal;}
#module_386732653 .title{background-color:transparent;}
#module_386732653 .title{background-image:none;}
#module_386732653 .title{background-repeat:no-repeat;}
#module_386732653 .title{background-position:50% 50%;}
#module_386732653 .title{background-attachment:scroll;}
#module_386732653 .title{}
#module_386732653 .title{height:50px;line-height:50px;}
#module_386732653 .title{text-align:center;}
#module_386732653 .Describ-text-color{font-size:14px;}
#module_386732653 .Describ-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_386732653 .Describ-text-color{color:rgb(255, 255, 255);},
#module_386732653 .Describ-text-color{font-weight:normal;}
#module_386732653 .Describ-text-color{text-decoration:none;}
#module_386732653 .Describ-text-color{font-style:normal;}
#module_386732653 .submitbtn{font-size:16px;}
#module_386732653 .submitbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_386732653 .submitbtn{color:rgb(149, 70, 9);}
#module_386732653 .submitbtn{font-weight:normal;}
#module_386732653 .submitbtn{text-decoration:none;}
#module_386732653 .submitbtn{font-style:normal;}
#module_386732653 .submitbtn{background-color:rgb(235, 195, 84);} #module_386732653 input[type=radio]:checked, #module_386732653 input[type=checkbox]:checked{background:rgb(235, 195, 84);border:1px solid rgb(235, 195, 84)} 
#module_386732653 .submitbtn{background-image:none;}
#module_386732653 .submitbtn{background-repeat:no-repeat;}
#module_386732653 .submitbtn{background-position:50% 50%;}
#module_386732653 .submitbtn{background-attachment:scroll;}
#module_386732653 .submitbtn{}
#module_386732653 .smsvcode,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653 .formList-content-no-style,#module_386732653 .customFormTextarea,#module_386732653 .in-formList-content,#module_386732653 .frist_item,#module_386732653 .Browse-file-input,#module_386732653 input[type=text],#module_386732653 .VerificationCodeinputWb,#module_386732653 .frist-city-select,#module_386732653 .pcCitybox select{background-color:rgba(0,0,0,0);}
#module_386732653 .smsvcode,#module_386732653 .Pc-formList-content .in-formList-content,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653  .in-formList-content,#module_386732653 .frist-city-select,#module_386732653 .Couty-select,#module_386732653 .City-select,#module_386732653 .VerificationCodeinputWb{border-top-color:#ccc;}
#module_386732653 .smsvcode,#module_386732653 .Pc-formList-content .in-formList-content,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653  .in-formList-content,#module_386732653 .frist-city-select,#module_386732653 .Couty-select,#module_386732653 .City-select,#module_386732653 .VerificationCodeinputWb{border-top-style:solid;}
#module_386732653 .smsvcode,#module_386732653 .Pc-formList-content .in-formList-content,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653  .in-formList-content,#module_386732653 .frist-city-select,#module_386732653 .Couty-select,#module_386732653 .City-select,#module_386732653 .VerificationCodeinputWb{border-top-width:1px;}
#module_386732653 .smsvcode,#module_386732653 .Pc-formList-content .in-formList-content,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653  .in-formList-content,#module_386732653 .frist-city-select,#module_386732653 .Couty-select,#module_386732653 .City-select,#module_386732653 .VerificationCodeinputWb{border-right-color:#ccc;}
#module_386732653 .smsvcode,#module_386732653 .Pc-formList-content .in-formList-content,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653  .in-formList-content,#module_386732653 .frist-city-select,#module_386732653 .Couty-select,#module_386732653 .City-select,#module_386732653 .VerificationCodeinputWb{border-right-style:solid;}
#module_386732653 .smsvcode,#module_386732653 .Pc-formList-content .in-formList-content,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653  .in-formList-content,#module_386732653 .frist-city-select,#module_386732653 .Couty-select,#module_386732653 .City-select,#module_386732653 .VerificationCodeinputWb{border-right-width:1px;}
#module_386732653 .smsvcode,#module_386732653 .Pc-formList-content .in-formList-content,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653  .in-formList-content,#module_386732653 .frist-city-select,#module_386732653 .Couty-select,#module_386732653 .City-select,#module_386732653 .VerificationCodeinputWb{border-bottom-color:#ccc;}
#module_386732653 .smsvcode,#module_386732653 .Pc-formList-content .in-formList-content,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653  .in-formList-content,#module_386732653 .frist-city-select,#module_386732653 .Couty-select,#module_386732653 .City-select,#module_386732653 .VerificationCodeinputWb{border-bottom-style:solid;}
#module_386732653 .smsvcode,#module_386732653 .Pc-formList-content .in-formList-content,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653  .in-formList-content,#module_386732653 .frist-city-select,#module_386732653 .Couty-select,#module_386732653 .City-select,#module_386732653 .VerificationCodeinputWb{border-bottom-width:1px;}
#module_386732653 .smsvcode,#module_386732653 .Pc-formList-content .in-formList-content,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653  .in-formList-content,#module_386732653 .frist-city-select,#module_386732653 .Couty-select,#module_386732653 .City-select,#module_386732653 .VerificationCodeinputWb{border-left-color:#ccc;}
#module_386732653 .smsvcode,#module_386732653 .Pc-formList-content .in-formList-content,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653  .in-formList-content,#module_386732653 .frist-city-select,#module_386732653 .Couty-select,#module_386732653 .City-select,#module_386732653 .VerificationCodeinputWb{border-left-style:solid;}
#module_386732653 .smsvcode,#module_386732653 .Pc-formList-content .in-formList-content,#module_386732653 .VerificationCodeinput,#module_386732653 .customFormCheckbox,#module_386732653 input[type=radio],#module_386732653  .in-formList-content,#module_386732653 .Couty-select,#module_386732653 .City-select,#module_386732653 .VerificationCodeinputWb{border-left-width:1px;}
#module_386732653 .smsbtn,#module_386732653 .smsvcode,#module_386732653 .input-text-color{font-size:12px;}
#module_386732653 .smsbtn,#module_386732653 .smsvcode,#module_386732653 .input-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_386732653 .smsvcode,#module_386732653 .input-text-color{color:rgb(255, 255, 255);} #module_386732653 .input-text-color::-ms-input-placeholder{color:rgb(255, 255, 255);} #module_386732653 .input-text-color::-moz-placeholder{color:rgb(255, 255, 255);} #module_386732653 .input-text-color::-webkit-input-placeholder{color:rgb(255, 255, 255);} 
#module_386732653 .smsbtn,#module_386732653 .smsvcode,#module_386732653 .input-text-color{font-weight:normal;}
#module_386732653 .smsbtn,#module_386732653 .smsvcode,#module_386732653 .input-text-color{text-decoration:none;} #module_386732653 .input-text-color::-ms-input-placeholder{text-decoration:none;} #module_386732653 .input-text-color::-moz-placeholder{text-decoration:none;} #module_386732653 .input-text-color::-webkit-input-placeholder{text-decoration:none;}
#module_386732653 .smsbtn,#module_386732653 .smsvcode,#module_386732653 .input-text-color{font-style:normal;}
#module_386732653 .smsvcode:hover,#module_386732653 .Pc-formList-content .in-formList-content:hover,#module_386732653 .VerificationCodeinput:hover,#module_386732653 .customFormCheckbox:hover,#module_386732653 input[type=radio]:hover,#module_386732653  .in-formList-content:hover,#module_386732653 .frist-city-select:hover,#module_386732653 .Couty-select:hover,#module_386732653 .City-select:hover,#module_386732653 .VerificationCodeinputWb:hover{border-top-color:rgb(255, 255, 255);}
#module_386732653 .smsvcode:hover,#module_386732653 .Pc-formList-content .in-formList-content:hover,#module_386732653 .VerificationCodeinput:hover,#module_386732653 .customFormCheckbox:hover,#module_386732653 input[type=radio]:hover,#module_386732653  .in-formList-content:hover,#module_386732653 .frist-city-select:hover,#module_386732653 .Couty-select:hover,#module_386732653 .City-select:hover,#module_386732653 .VerificationCodeinputWb:hover{border-top-style:solid;}
#module_386732653 .smsvcode:hover,#module_386732653 .Pc-formList-content .in-formList-content:hover,#module_386732653 .VerificationCodeinput:hover,#module_386732653 .customFormCheckbox:hover,#module_386732653 input[type=radio]:hover,#module_386732653  .in-formList-content:hover,#module_386732653 .frist-city-select:hover,#module_386732653 .Couty-select:hover,#module_386732653 .City-select:hover,#module_386732653 .VerificationCodeinputWb:hover{border-right-color:rgb(255, 255, 255);}
#module_386732653 .smsvcode:hover,#module_386732653 .Pc-formList-content .in-formList-content:hover,#module_386732653 .VerificationCodeinput:hover,#module_386732653 .customFormCheckbox:hover,#module_386732653 input[type=radio]:hover,#module_386732653  .in-formList-content:hover,#module_386732653 .frist-city-select:hover,#module_386732653 .Couty-select:hover,#module_386732653 .City-select:hover,#module_386732653 .VerificationCodeinputWb{border-right-style:solid;}
#module_386732653 .smsvcode:hover,#module_386732653 .Pc-formList-content .in-formList-content:hover,#module_386732653 .VerificationCodeinput:hover,#module_386732653 .customFormCheckbox:hover,#module_386732653 input[type=radio]:hover,#module_386732653  .in-formList-content:hover,#module_386732653 .frist-city-select:hover,#module_386732653 .Couty-select:hover,#module_386732653 .City-select:hover,#module_386732653 .VerificationCodeinputWb:hover{border-bottom-color:rgb(255, 255, 255);}
#module_386732653 .smsvcode:hover,#module_386732653 .Pc-formList-content .in-formList-content:hover,#module_386732653 .VerificationCodeinput:hover,#module_386732653 .customFormCheckbox:hover,#module_386732653 input[type=radio]:hover,#module_386732653  .in-formList-content:hover,#module_386732653 .frist-city-select:hover,#module_386732653 .Couty-select:hover,#module_386732653 .City-select:hover,#module_386732653 .VerificationCodeinputWb:hover{border-bottom-style:solid;}
#module_386732653 .smsvcode:hover,#module_386732653 .Pc-formList-content .in-formList-content:hover,#module_386732653 .VerificationCodeinput:hover,#module_386732653 .customFormCheckbox:hover,#module_386732653 input[type=radio]:hover,#module_386732653  .in-formList-content:hover,#module_386732653 .frist-city-select:hover,#module_386732653 .Couty-select:hover,#module_386732653 .City-select:hover,#module_386732653 .VerificationCodeinputWb:hover{border-left-color:rgb(255, 255, 255);}
#module_386732653 .smsvcode:hover,#module_386732653 .Pc-formList-content .in-formList-content:hover,#module_386732653 .VerificationCodeinput:hover,#module_386732653 .customFormCheckbox:hover,#module_386732653 input[type=radio]:hover,#module_386732653  .in-formList-content:hover,#module_386732653 .frist-city-select:hover,#module_386732653 .Couty-select:hover,#module_386732653 .City-select:hover,#module_386732653 .VerificationCodeinputWb:hover{border-left-style:solid;}
#module_386732653 .submitbtn:hover{font-size:16px;}
#module_386732653 .submitbtn:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_386732653 .submitbtn:hover{color:rgb(149, 70, 9);}
#module_386732653 .submitbtn:hover{font-weight:normal;}
#module_386732653 .submitbtn:hover{text-decoration:none;}
#module_386732653 .submitbtn:hover{font-style:normal;}
#module_386732653 .submitbtn:hover{background-color:rgb(235, 195, 84);}
#module_386732653 .submitbtn:hover{background-image:none;}
#module_386732653 .submitbtn:hover{background-repeat:no-repeat;}
#module_386732653 .submitbtn:hover{background-position:50% 50%;}
#module_386732653 .submitbtn:hover{background-attachment:scroll;}
#module_386732653 .submitbtn:hover{}

.module_386732668 .ModuleHead .HeadCenter{float:none;}
#module_386732668 {
padding:0px;
}
#module_386732668 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_386732668 .ModuleHead386732668 {
display:none;
}
#module_386732668 .BodyCenter.BodyCenter386732668 {
background:none;background-color:rgb(95, 54, 22);
}
#module_386732668 >.module_386732668 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_386732668 >.module_386732668{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_386732668 .BodyCenter.BodyCenter386732668 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732668 .BodyCenter.BodyCenter386732668 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_386732668 >.module_386732668 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732668 >.module_386732668 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_386732668 >.module_386732668 {box-shadow: 0px 0px 0px 0px #ccc}
#module_386732668:hover {
border:none;
}
#module_386732668:hover >.module_386732668 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_386732668 .ModuleSubContainer{background-color:transparent;}
#module_386732668 .ModuleSubContainer{background-image:none;}
#module_386732668 .ModuleSubContainer{background-repeat:no-repeat;}
#module_386732668 .ModuleSubContainer{background-position:0% 0%;}
#module_386732668 .ModuleSubContainer{background-attachment:scroll;}
#module_386732668 .ModuleSubContainer{}
#module_386732668 {!bgVideo!}{bgVideoUrl:}
#module_386732668 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_386732668 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_386732668 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer386732668 {}
.module_386732654 .ModuleHead .HeadCenter{float:none;}
#module_386732654 {
padding:0px;
}
#module_386732654 {
position:static;
z-index:0;
top:5060px;
left:599px;
width:100%;
height: auto;
}
#module_386732654 .ModuleHead386732654 {
display:none;
}
#module_386732654 .BodyCenter.BodyCenter386732654 {
background:none;background-color:rgba(0,0,0,0);
}
#module_386732654 >.module_386732654 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_386732654 >.module_386732654{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_386732654 .BodyCenter.BodyCenter386732654 {
padding-top:0.0000%;
padding-left:17.5000%;
padding-right:17.5000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732654 .BodyCenter.BodyCenter386732654 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_386732654 >.module_386732654 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732654 >.module_386732654 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_386732654 >.module_386732654 {box-shadow: 0px 0px 0px 0px #ccc}
#module_386732654:hover {
border:none;
}
#module_386732654:hover >.module_386732654 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_386732654 img{border-top-color:transparent;}
#module_386732654 img{border-top-style:none;}
#module_386732654 img{border-top-width:0px;}
#module_386732654 img{border-right-color:transparent;}
#module_386732654 img{border-right-style:none;}
#module_386732654 img{border-right-width:0px;}
#module_386732654 img{border-bottom-color:transparent;}
#module_386732654 img{border-bottom-style:none;}
#module_386732654 img{border-bottom-width:0px;}
#module_386732654 img{border-left-color:transparent;}
#module_386732654 img{border-left-style:none;}
#module_386732654 img{border-left-width:0px;}
#module_386732654 img{border-top-left-radius:0px;}
#module_386732654 img{border-top-right-radius:0px;}
#module_386732654 img{border-bottom-left-radius:0px;}
#module_386732654 img{border-bottom-right-radius:0px;}
#module_386732654 .BodyCenter{text-align: center;}

.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_386732662 .ModuleHead .HeadCenter{float:none;}
#module_386732662 {
padding:0px;
}
#module_386732662 {
position:static;
z-index:0;
top:5261px;
left:576px;
width:100%;
height: auto;
}
#module_386732662 .ModuleHead386732662 {
display:none;
}
#module_386732662 .BodyCenter.BodyCenter386732662 {
background:none;background-color:rgba(0,0,0,0);
}
#module_386732662 >.module_386732662 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_386732662 >.module_386732662{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_386732662 .BodyCenter.BodyCenter386732662 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732662 .BodyCenter.BodyCenter386732662 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_386732662 >.module_386732662 {
margin-top:7.5000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732662 >.module_386732662 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_386732662 >.module_386732662 {box-shadow: 0px 0px 0px 0px #ccc}
#module_386732662:hover {
border:none;
}
#module_386732662:hover >.module_386732662 {
border-color:#ccc;
}
#module_386732662:hover >.module_386732662 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_386732662 .one-classify-box{text-align:center;}
#module_386732662 .main-class-item{background-color:rgba(0,0,0,0);}
#module_386732662 .main-class-item{background-image:none;}
#module_386732662 .main-class-item{background-repeat:no-repeat;}
#module_386732662 .main-class-item{}
#module_386732662 .main-class-item{}
#module_386732662 .main-class-item{}
#module_386732662 .main-class-item{height:30px;}
#module_386732662 .main-class-item{border-top-color:rgb(255, 255, 255);}
#module_386732662 .main-class-item{border-top-style:solid;}
#module_386732662 .main-class-item{border-top-width:1px;}
#module_386732662 .main-class-item{border-right-color:rgb(255, 255, 255);}
#module_386732662 .main-class-item{border-right-style:solid;}
#module_386732662 .main-class-item{border-right-width:1px;}
#module_386732662 .main-class-item{border-bottom-color:rgb(255, 255, 255);}
#module_386732662 .main-class-item{border-bottom-style:solid;}
#module_386732662 .main-class-item{border-bottom-width:1px;}
#module_386732662 .main-class-item{border-left-color:rgb(255, 255, 255);}
#module_386732662 .main-class-item{border-left-style:solid;}
#module_386732662 .main-class-item{border-left-width:1px;}
#module_386732662 .main-class-item{border-top-left-radius:0px;}
#module_386732662 .main-class-item{border-top-right-radius:0px;}
#module_386732662 .main-class-item{border-bottom-left-radius:0px;}
#module_386732662 .main-class-item{border-bottom-right-radius:0px;}
#module_386732662 .main-class-item{margin-right:5px;}
#module_386732662 .main-class-text{font-size:11px;}
#module_386732662 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_386732662 .main-class-text{color:rgb(255, 255, 255);}
#module_386732662 .main-class-text{font-weight:normal;}
#module_386732662 .main-class-text{text-decoration:none;}
#module_386732662 .main-class-text{font-style:normal;}
#module_386732662 .main-class-item{width:112px;width:112;}
#module_386732662 .main-class-text{padding-left:px;}
#module_386732662 .main-class-text{padding-right:px}
#module_386732662 .main-class-item.active{background-color:rgb(255, 255, 255);}
#module_386732662 .main-class-item.active{background-image:none;}
#module_386732662 .main-class-item.active{background-repeat:no-repeat;}
#module_386732662 .main-class-item.active{}
#module_386732662 .main-class-item.active{}
#module_386732662 .main-class-item.active{}
#module_386732662 .main-class-item.active .main-class-text{font-size:12px;}
#module_386732662 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_386732662 .main-class-item.active .main-class-text{color:rgb(188, 104, 39);}
#module_386732662 .main-class-item.active .main-class-text{font-weight:normal;}
#module_386732662 .main-class-item.active .main-class-text{text-decoration:none;}
#module_386732662 .main-class-item.active .main-class-text{font-style:normal;}


/*图文模块 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_386732666 .ModuleHead .HeadCenter{float:none;}
#module_386732666 {
padding:0px;
}
#module_386732666 {
position:static;
z-index:0;
top:5018px;
left:841px;
width:100%;
height: auto;
}
#module_386732666 .ModuleHead386732666 {
display:none;
}

#module_386732666 .ModuleImageTextGiantContent{margin-top:0px;}
#module_386732666 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_386732666 .ModuleImageTextGiantContent{margin-left:0px;}
#module_386732666 .ModuleImageTextGiantContent{margin-right:0px;}
#module_386732666 .imageTextGiant-Container{padding-top:10px;}
#module_386732666 .imageTextGiant-Container{padding-bottom:10px;}
#module_386732666 .imageTextGiant-Container{padding-left:10px;}
#module_386732666 .imageTextGiant-Container{padding-right:10px;}
#module_386732666 .showHandle .btn{font-size:14px;}
#module_386732666 .showHandle .btn{font-family:;}
#module_386732666 .showHandle .btn{color:#333;}
#module_386732666 .showHandle .btn{font-weight:400;}
#module_386732666 .showHandle .btn{text-decoration:none;}
#module_386732666 .showHandle .btn{font-style:normal;}
#module_386732666 .showHandle div{border-top-color:#ddd !important;}
#module_386732666 .showHandle div{border-top-style:solid !important;}
#module_386732666 .showHandle div{border-top-width:1px !important;}
#module_386732666 .showHandle{background-color:transparent;}
#module_386732666 .showHandle{}
#module_386732666 .showHandle{background-repeat:no-repeat;}
#module_386732666 .showHandle{}
#module_386732666 .showHandle{}
#module_386732666 .showHandle{}
#module_386732666 a{font-size:unset;font-family:unset}
.module_386732663 .ModuleHead .HeadCenter{float:none;}
#module_386732663 {
padding:0px;
}
#module_386732663 {
position:static;
z-index:0;
top:5084px;
left:869px;
width:100%;
height: auto;
}
#module_386732663 .ModuleHead386732663 {
display:none;
}
#module_386732663 .BodyCenter.BodyCenter386732663 {
background:none;background-color:rgba(0,0,0,0);
}
#module_386732663 >.module_386732663 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_386732663 >.module_386732663{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_386732663 .BodyCenter.BodyCenter386732663 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732663 .BodyCenter.BodyCenter386732663 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_386732663 >.module_386732663 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732663 >.module_386732663 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_386732663 >.module_386732663 {box-shadow: 0px 0px 0px 0px #ccc}
#module_386732663:hover {
border:none;
}
#module_386732663:hover >.module_386732663 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_386732663 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_386732663 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_386732663 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_386732663 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_386732663 .GraphicUpper{padding-top:0px;}
#module_386732663 .GraphicUpper{padding-bottom:0px;}
#module_386732663 .GraphicUpper{padding-left:0px;}
#module_386732663 .GraphicUpper {padding-right:0px;}
#module_386732663 .GraphicUpper{width:7%;} #module_386732663 .ModuleImageTextContent{width: calc(100% - 7%);}
#module_386732663 .MobileGraphicUpper{width:10%;} #module_386732663 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_386732663 .ModuleImageTextGiantContent{padding-top:0px;}
#module_386732663 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_386732663 .ModuleImageTextGiantContent{padding-left:15px;}
#module_386732663 .ModuleImageTextGiantContent{padding-right:0px;}
#module_386732663 .normal_ImgtextBox_content{padding-top:0px;}
#module_386732663 .normal_ImgtextBox_content{padding-bottom:11px;}
#module_386732663 .normal_ImgtextBox_content{padding-left:0px;}
#module_386732663 .normal_ImgtextBox_content{padding-right:0px;}
#module_386732663 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_386732663 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_386732663 .normal_ImgtextBox_content{background-color:transparent;}
#module_386732663 .normal_ImgtextBox_content{background-image:none;}
#module_386732663 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_386732663 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_386732663 .normal_ImgtextBox_content{background-attachment:none;}
#module_386732663 .normal_ImgtextBox_content{}
#module_386732663 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_386732663 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_386732663 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_386732663 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_386732663 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_386732663 .normal_ImgtextBox_content{border-top-style:none;}
#module_386732663 .normal_ImgtextBox_content{border-top-width:0px;}
#module_386732663 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_386732663 .normal_ImgtextBox_content{border-right-style:none;}
#module_386732663 .normal_ImgtextBox_content{border-right-width:0px;}
#module_386732663 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_386732663 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_386732663 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_386732663 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_386732663 .normal_ImgtextBox_content{border-left-style:none;}
#module_386732663 .normal_ImgtextBox_content{border-left-width:0px;}
#module_386732663 .showHandle .btn{font-size:14px;}
#module_386732663 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_386732663 .showHandle .btn{color:#333;}
#module_386732663 .showHandle .btn{font-weight:400;}
#module_386732663 .showHandle .btn{text-decoration:none;}
#module_386732663 .showHandle .btn{font-style:normal;}
#module_386732663 .showHandle div{border-top-color:#ddd !important;}
#module_386732663 .showHandle div{border-top-style:solid !important;}
#module_386732663 .showHandle div{border-top-width:1px !important;}
#module_386732663 .showHandle{background-color:transparent;}
#module_386732663 .showHandle{background-image:none;}
#module_386732663 .showHandle{background-repeat:no-repeat;}
#module_386732663 .showHandle{}
#module_386732663 .showHandle{}
#module_386732663 .showHandle{}
#module_386732663 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_386732663 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_386732663 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_386732663 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_386732663 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_386732663 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_386732663 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_386732663 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_386732663 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_386732663 a{font-size:unset;font-family:unset}
.module_386732665 .ModuleHead .HeadCenter{float:none;}
#module_386732665 {
padding:0px;
}
#module_386732665 {
position:static;
z-index:0;
top:5060px;
left:1372px;
width:100%;
height: auto;
}
#module_386732665 .ModuleHead386732665 {
display:none;
}
#module_386732665 {
border:none;
}
@media screen and (min-width: 768px){
#module_386732665 >.module_386732665 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732665 >.module_386732665 {
}
}

#module_386732665 .ModuleImageTextGiantContent{margin-top:0px;}
#module_386732665 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_386732665 .ModuleImageTextGiantContent{margin-left:0px;}
#module_386732665 .ModuleImageTextGiantContent{margin-right:0px;}
#module_386732665 .imageTextGiant-Container{padding-top:10px;}
#module_386732665 .imageTextGiant-Container{padding-bottom:10px;}
#module_386732665 .imageTextGiant-Container{padding-left:10px;}
#module_386732665 .imageTextGiant-Container{padding-right:10px;}
#module_386732665 .showHandle .btn{font-size:14px;}
#module_386732665 .showHandle .btn{font-family:;}
#module_386732665 .showHandle .btn{color:#333;}
#module_386732665 .showHandle .btn{font-weight:400;}
#module_386732665 .showHandle .btn{text-decoration:none;}
#module_386732665 .showHandle .btn{font-style:normal;}
#module_386732665 .showHandle div{border-top-color:#ddd !important;}
#module_386732665 .showHandle div{border-top-style:solid !important;}
#module_386732665 .showHandle div{border-top-width:1px !important;}
#module_386732665 .showHandle{background-color:transparent;}
#module_386732665 .showHandle{}
#module_386732665 .showHandle{background-repeat:no-repeat;}
#module_386732665 .showHandle{}
#module_386732665 .showHandle{}
#module_386732665 .showHandle{}
#module_386732665 a{font-size:unset;font-family:unset}
.module_386732664 .ModuleHead .HeadCenter{float:none;}
#module_386732664 {
padding:0px;
}
#module_386732664 {
position:static;
z-index:0;
top:5074px;
left:1336px;
width:100%;
height: auto;
}
#module_386732664 .ModuleHead386732664 {
display:none;
}
#module_386732664 .BodyCenter.BodyCenter386732664 {
background:none;background-color:rgba(0,0,0,0);
}
#module_386732664 >.module_386732664 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_386732664 >.module_386732664{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_386732664 .BodyCenter.BodyCenter386732664 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732664 .BodyCenter.BodyCenter386732664 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_386732664 >.module_386732664 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732664 >.module_386732664 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_386732664 >.module_386732664 {box-shadow: 0px 0px 0px 0px #ccc}
#module_386732664:hover {
border:none;
}
#module_386732664:hover >.module_386732664 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_386732664 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_386732664 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_386732664 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_386732664 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_386732664 .GraphicUpper{padding-top:0px;}
#module_386732664 .GraphicUpper{padding-bottom:0px;}
#module_386732664 .GraphicUpper{padding-left:0px;}
#module_386732664 .GraphicUpper {padding-right:0px;}
#module_386732664 .GraphicUpper{width:7%;} #module_386732664 .ModuleImageTextContent{width: calc(100% - 7%);}
#module_386732664 .MobileGraphicUpper{width:10%;} #module_386732664 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_386732664 .ModuleImageTextGiantContent{padding-top:0px;}
#module_386732664 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_386732664 .ModuleImageTextGiantContent{padding-left:15px;}
#module_386732664 .ModuleImageTextGiantContent{padding-right:0px;}
#module_386732664 .normal_ImgtextBox_content{padding-top:0px;}
#module_386732664 .normal_ImgtextBox_content{padding-bottom:10px;}
#module_386732664 .normal_ImgtextBox_content{padding-left:0px;}
#module_386732664 .normal_ImgtextBox_content{padding-right:0px;}
#module_386732664 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_386732664 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_386732664 .normal_ImgtextBox_content{background-color:transparent;}
#module_386732664 .normal_ImgtextBox_content{background-image:none;}
#module_386732664 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_386732664 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_386732664 .normal_ImgtextBox_content{background-attachment:none;}
#module_386732664 .normal_ImgtextBox_content{}
#module_386732664 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_386732664 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_386732664 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_386732664 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_386732664 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_386732664 .normal_ImgtextBox_content{border-top-style:none;}
#module_386732664 .normal_ImgtextBox_content{border-top-width:0px;}
#module_386732664 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_386732664 .normal_ImgtextBox_content{border-right-style:none;}
#module_386732664 .normal_ImgtextBox_content{border-right-width:0px;}
#module_386732664 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_386732664 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_386732664 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_386732664 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_386732664 .normal_ImgtextBox_content{border-left-style:none;}
#module_386732664 .normal_ImgtextBox_content{border-left-width:0px;}
#module_386732664 .showHandle .btn{font-size:14px;}
#module_386732664 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_386732664 .showHandle .btn{color:#333;}
#module_386732664 .showHandle .btn{font-weight:400;}
#module_386732664 .showHandle .btn{text-decoration:none;}
#module_386732664 .showHandle .btn{font-style:normal;}
#module_386732664 .showHandle div{border-top-color:#ddd !important;}
#module_386732664 .showHandle div{border-top-style:solid !important;}
#module_386732664 .showHandle div{border-top-width:1px !important;}
#module_386732664 .showHandle{background-color:transparent;}
#module_386732664 .showHandle{background-image:none;}
#module_386732664 .showHandle{background-repeat:no-repeat;}
#module_386732664 .showHandle{}
#module_386732664 .showHandle{}
#module_386732664 .showHandle{}
#module_386732664 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_386732664 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_386732664 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_386732664 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_386732664 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_386732664 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_386732664 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_386732664 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_386732664 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_386732664 a{font-size:unset;font-family:unset}
.module_386732669 .ModuleHead .HeadCenter{float:none;}
#module_386732669 {
padding:0px;
}
#module_386732669 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_386732669 .ModuleHead386732669 {
display:none;
}
#module_386732669 .BodyCenter.BodyCenter386732669 {
background:none;background-color:rgb(49, 24, 4);
}
#module_386732669 >.module_386732669 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_386732669 >.module_386732669{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_386732669 .BodyCenter.BodyCenter386732669 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732669 .BodyCenter.BodyCenter386732669 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_386732669 >.module_386732669 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_386732669 >.module_386732669 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_386732669 >.module_386732669 {box-shadow: 0px 0px 0px 0px #ccc}
#module_386732669:hover {
border:none;
}
#module_386732669:hover >.module_386732669 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_386732669 .ModuleSubContainer{background-color:transparent;}
#module_386732669 .ModuleSubContainer{background-image:none;}
#module_386732669 .ModuleSubContainer{background-repeat:no-repeat;}
#module_386732669 .ModuleSubContainer{background-position:0% 0%;}
#module_386732669 .ModuleSubContainer{background-attachment:scroll;}
#module_386732669 .ModuleSubContainer{}
#module_386732669 {!bgVideo!}{bgVideoUrl:}
#module_386732669 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_386732669 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_386732669 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer386732669 {}
.module_386732670 .ModuleHead .HeadCenter{float:none;}
#module_386732670 {
padding:0px;
}
#module_386732670 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_386732670 .ModuleHead386732670 {
display:none;
}

#module_386732670 .ModuleImageTextGiantContent{margin-top:0px;}
#module_386732670 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_386732670 .ModuleImageTextGiantContent{margin-left:0px;}
#module_386732670 .ModuleImageTextGiantContent{margin-right:0px;}
#module_386732670 .imageTextGiant-Container{padding-top:10px;}
#module_386732670 .imageTextGiant-Container{padding-bottom:10px;}
#module_386732670 .imageTextGiant-Container{padding-left:10px;}
#module_386732670 .imageTextGiant-Container{padding-right:10px;}
#module_386732670 .showHandle .btn{font-size:14px;}
#module_386732670 .showHandle .btn{font-family:;}
#module_386732670 .showHandle .btn{color:#333;}
#module_386732670 .showHandle .btn{font-weight:400;}
#module_386732670 .showHandle .btn{text-decoration:none;}
#module_386732670 .showHandle .btn{font-style:normal;}
#module_386732670 .showHandle div{border-top-color:#ddd !important;}
#module_386732670 .showHandle div{border-top-style:solid !important;}
#module_386732670 .showHandle div{border-top-width:1px !important;}
#module_386732670 .showHandle{background-color:transparent;}
#module_386732670 .showHandle{}
#module_386732670 .showHandle{background-repeat:no-repeat;}
#module_386732670 .showHandle{}
#module_386732670 .showHandle{}
#module_386732670 .showHandle{}
#module_386732670 a{font-size:unset;font-family:unset}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}



.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }
    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }
    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_385371552 .ModuleHead .HeadCenter{float:none;}
#module_385371552 {
padding:0px;
}
#module_385371552 {
}
#module_385371552 .ModuleHead385371552 {
display:none;
}
#module_385371552 .BodyCenter.BodyCenter385371552 {
background:none;background-color:rgba(0,0,0,0);
}
#module_385371552 >.module_385371552 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_385371552 >.module_385371552{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_385371552 .BodyCenter.BodyCenter385371552 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_385371552 .BodyCenter.BodyCenter385371552 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_385371552 >.module_385371552 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_385371552 >.module_385371552 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_385371552 >.module_385371552 {box-shadow: 0px 0px 0px 0px #ccc}
#module_385371552:hover {
border:none;
}
#module_385371552:hover >.module_385371552 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_385371552 .langlistbox{background-color:rgb(255, 255, 255)} #module_385371552 .langlistbox .jt{border-bottom-color:rgb(255, 255, 255)}
#module_385371552 .langlistbox .langinfo{color:rgb(255, 255, 255)}
#module_385371552 .langlistbox .langinfo{background-color:rgb(104, 54, 15)}
#module_385371552 .langlistbox .langinfo{border-color:rgb(104, 54, 15)}
#module_385371552 .langlistbox .langtxt{ font-size:16px }
#module_385371552 .langlistbox .langtxt{ color:rgb(235, 195, 84) }
#module_385371552 {}#module_385371552.layout-101 #header{border-bottom-color:transparent;}
#module_385371552 {}#module_385371552.layout-101 #header{border-bottom-style:none;}
#module_385371552 {}#module_385371552.layout-101 #header{border-bottom-width:0px;}
#module_385371552 {}#module_385371552.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_385371552 {}#module_385371552.layout-101 #MobileNav{background-color: transparent;} #module_385371552.layout-101 #header{background-color:#000000;}
#module_385371552 {}#module_385371552.layout-101 #header{background:none;background-image:-webkit-linear-gradient(180deg , rgb(108, 61, 24) 0% , rgb(223, 130, 58) 100%);background-image:-moz-linear-gradient(180deg , rgb(108, 61, 24) 0% , rgb(223, 130, 58) 100%);background-image:-ms-linear-gradient(180deg , rgb(108, 61, 24) 0% , rgb(223, 130, 58) 100%);background-image:-o-linear-gradient(180deg , rgb(108, 61, 24) 0% , rgb(223, 130, 58) 100%);background-image:linear-gradient(180deg , rgb(108, 61, 24) 0% , rgb(223, 130, 58) 100%);
}
#module_385371552 {}#module_385371552.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_385371552 {}#module_385371552.layout-101 #header p{font-size:16px;}
#module_385371552 {}#module_385371552.layout-101 #header p{color:#fff;}
#module_385371552 {}#module_385371552.layout-101 #header p{font-weight:normal;}
#module_385371552 {}#module_385371552.layout-101 #header p{text-decoration:none;}
#module_385371552 {}#module_385371552.layout-101 #header p{font-style:normal;}
#module_385371552 {}#module_385371552.layout-101 .lcitem .rect{background:rgb(235, 195, 84);} #module_385371552.layout-101 .icons{color:rgb(235, 195, 84);} #module_385371552.layout-101 .svgdiv svg>*{fill:rgb(235, 195, 84);}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item ul li{border-bottom-color:rgb(255, 255, 255);}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item,#module_385371552.layout-101 #MobileNavFloatLayer{background-color:#3c3c3c;}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item,#module_385371552.layout-101 #MobileNavFloatLayer{background:none;background-image:-webkit-linear-gradient(90deg , rgb(108, 61, 24) 0% , rgb(234, 119, 31) 100%);background-image:-moz-linear-gradient(90deg , rgb(108, 61, 24) 0% , rgb(234, 119, 31) 100%);background-image:-ms-linear-gradient(90deg , rgb(108, 61, 24) 0% , rgb(234, 119, 31) 100%);background-image:-o-linear-gradient(90deg , rgb(108, 61, 24) 0% , rgb(234, 119, 31) 100%);background-image:linear-gradient(90deg , rgb(108, 61, 24) 0% , rgb(234, 119, 31) 100%);
}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li>a{background:#3c3c3c;}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li>a{background:none;background-image:-webkit-linear-gradient(90deg , rgb(108, 61, 24) 0% , rgb(234, 119, 31) 95%);background-image:-moz-linear-gradient(90deg , rgb(108, 61, 24) 0% , rgb(234, 119, 31) 95%);background-image:-ms-linear-gradient(90deg , rgb(108, 61, 24) 0% , rgb(234, 119, 31) 95%);background-image:-o-linear-gradient(90deg , rgb(108, 61, 24) 0% , rgb(234, 119, 31) 95%);background-image:linear-gradient(90deg , rgb(108, 61, 24) 0% , rgb(234, 119, 31) 95%);
}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li>a,#module_385371552.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li .subnav a{background:#353535;}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li .subnav a{background:none;background-image:-webkit-linear-gradient(91deg , rgb(108, 61, 24) 0% , rgb(223, 130, 58) 97%);background-image:-moz-linear-gradient(91deg , rgb(108, 61, 24) 0% , rgb(223, 130, 58) 97%);background-image:-ms-linear-gradient(91deg , rgb(108, 61, 24) 0% , rgb(223, 130, 58) 97%);background-image:-o-linear-gradient(91deg , rgb(108, 61, 24) 0% , rgb(223, 130, 58) 97%);background-image:linear-gradient(91deg , rgb(108, 61, 24) 0% , rgb(223, 130, 58) 97%);
}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li .subnav a,#module_385371552.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li>a,#module_385371552.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li>a,#module_385371552.layout-101 .micro-nav-item>ul>li>a p{font-size:15px;}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li .subnav a,#module_385371552.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li .subnav a,#module_385371552.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:13px;}
#module_385371552 .langlistbox li:hover .langinfo,#module_385371552 .langactive .langinfo {color:#fff}
#module_385371552 .langlistbox li:hover .langinfo,#module_385371552 .langactive .langinfo{background-color:#333333}
#module_385371552 .langlistbox li:hover .langinfo,#module_385371552 .langactive .langinfo{border-color:#333333}
#module_385371552 .langlistbox li:hover .langtxt,#module_385371552 .langactive .langtxt{ color:#333333 }
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li>a:hover,#module_385371552.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:rgb(198, 103, 29);}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:rgb(104, 54, 15);}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_385371552 {}#module_385371552.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_385371552.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_385371553 .ModuleHead .HeadCenter{float:none;}
#module_385371553 {
padding:0px;
}
#module_385371553 {
}
#module_385371553 .ModuleHead385371553 {
display:none;
}
#module_385371553 .BodyCenter.BodyCenter385371553 {
background:none;background-color:rgba(0,0,0,0);
}
#module_385371553 >.module_385371553 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_385371553 >.module_385371553{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_385371553 .BodyCenter.BodyCenter385371553 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_385371553 .BodyCenter.BodyCenter385371553 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_385371553 >.module_385371553 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_385371553 >.module_385371553 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_385371553 >.module_385371553 {box-shadow: 0px 0px 0px 0px #ccc}
#module_385371553:hover {
border:none;
}
#module_385371553:hover >.module_385371553 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_385371553 .defaultbtn{background-color:rgb(104, 54, 15)}
#module_385371553 .defaultbtn{}
#module_385371553 .spotgroup{color:rgb(255, 255, 255)}
#module_385371553 .itembtn{background-color:rgb(255, 255, 255)}
#module_385371553 .itembtn{}
#module_385371553 .itemicon{color:#666} #module_385371553 svg>*{fill:#666}
#module_385371553 .itemtext{background-color:#fff} #module_385371553 .itemtextright::before{border-left-color:#fff} #module_385371553 .itemtextleft::before{border-right-color:#fff}
#module_385371553 .itemtext{}
#module_385371553 .itemtext{font-size:12px;}
#module_385371553 .itemtext{font-family:微软雅黑,Microsoft YaHei;}
#module_385371553 .itemtext{color:#666 !important;}
#module_385371553 .itemtext{font-weight:normal;}
#module_385371553 .itemtext{text-decoration:none;}
#module_385371553 .itemtext{font-style:normal;}
#module_385371553 .defaultbtnbghover{background-color:rgb(104, 54, 15)}
#module_385371553 .defaultbtnbghover{}
#module_385371553 .defaultbtniconbghover{color:#fff}
.module_385371554 .ModuleHead .HeadCenter{float:none;}
#module_385371554 {
padding:0px;
}
#module_385371554 {
}
#module_385371554 .ModuleHead385371554 {
display:none;
}
#module_385371554 .BodyCenter.BodyCenter385371554 {
background:none;background-color:rgba(0,0,0,0);
}
#module_385371554 >.module_385371554 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_385371554 >.module_385371554{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_385371554 .BodyCenter.BodyCenter385371554 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_385371554 .BodyCenter.BodyCenter385371554 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_385371554 >.module_385371554 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_385371554 >.module_385371554 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_385371554 >.module_385371554 {box-shadow: 0px 0px 0px 0px #ccc}
#module_385371554:hover {
border:none;
}
#module_385371554:hover >.module_385371554 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_385371554 .foot-nav-list{background-color:rgb(95, 54, 22) !important;}
#module_385371554 .foot-nav-list{border-top-color:transparent;}
#module_385371554 .foot-nav-list{border-top-style:none;}
#module_385371554 .foot-nav-list{border-top-width:0px;}
#module_385371554 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_385371554 .icon{color:rgb(235, 195, 84) !important;} #module_385371554 .icon svg >*{fill:rgb(235, 195, 84)}
#module_385371554 .itemText{font-size:12px;}
#module_385371554 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_385371554 .itemText{color:rgb(235, 195, 84) !important;}
#module_385371554 .itemText{font-weight:normal;}
#module_385371554 .itemText{text-decoration:none;}
#module_385371554 .itemText{font-style:normal;}
#module_385371554 .iconh{color:#fff !important;}  #module_385371554 .iconh svg >*{fill:#fff}
#module_385371554 .itemTexth{font-size:12px;}
#module_385371554 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_385371554 .itemTexth{color:#fff !important;}
#module_385371554 .itemTexth{font-weight:normal;}
#module_385371554 .itemTexth{text-decoration:none;}
#module_385371554 .itemTexth{font-style:normal;}
