/*read from redis*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

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

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

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_183078345 .ModuleHead .HeadCenter{float:none;}
#module_183078345 {
padding:0px;
}
#module_183078345 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_183078345 .ModuleHead183078345 {
display:none;
}
#module_183078345 .BodyCenter.BodyCenter183078345 {
background:none;background-color:#676767;
}
#module_183078345 >.module_183078345 {
border-top-style:solid;
border-top-color:#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_183078345 >.module_183078345{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183078345 .BodyCenter.BodyCenter183078345 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183078345 .BodyCenter.BodyCenter183078345 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183078345 >.module_183078345 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183078345 >.module_183078345 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183078345 >.module_183078345 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183078345:hover {
border:none;
}
#module_183078345:hover >.module_183078345 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183078345 .ModuleSubContainer{background-color:transparent;}
#module_183078345 .ModuleSubContainer{background-image:none;}
#module_183078345 .ModuleSubContainer{background-repeat:no-repeat;}
#module_183078345 .ModuleSubContainer{background-position:0% 0%;}
#module_183078345 .ModuleSubContainer{background-attachment:scroll;}
#module_183078345 .ModuleSubContainer{}
#module_183078345 {!bgVideo!}{bgVideoUrl:none}
#module_183078345 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_183078345 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_183078345 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer183078345 {}
.ModuleGridContainer.ModuleGridContainer183078345 .SubPadding {width:0px;}
/*图文模块 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_183078656 .ModuleHead .HeadCenter{float:none;}
#module_183078656 {
padding:0px;
}
#module_183078656 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_183078656 .ModuleHead183078656 {
display:none;
}

#module_183078656 .ModuleImageTextGiantContent{margin-top:0px;}
#module_183078656 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_183078656 .ModuleImageTextGiantContent{margin-left:0px;}
#module_183078656 .ModuleImageTextGiantContent{margin-right:0px;}
#module_183078656 .imageTextGiant-Container{padding-top:10px;}
#module_183078656 .imageTextGiant-Container{padding-bottom:10px;}
#module_183078656 .imageTextGiant-Container{padding-left:10px;}
#module_183078656 .imageTextGiant-Container{padding-right:10px;}
#module_183078656 .showHandle .btn{font-size:14px;}
#module_183078656 .showHandle .btn{font-family:;}
#module_183078656 .showHandle .btn{color:#333;}
#module_183078656 .showHandle .btn{font-weight:400;}
#module_183078656 .showHandle .btn{text-decoration:none;}
#module_183078656 .showHandle .btn{font-style:normal;}
#module_183078656 .showHandle div{border-top-color:#ddd !important;}
#module_183078656 .showHandle div{border-top-style:solid !important;}
#module_183078656 .showHandle div{border-top-width:1px !important;}
#module_183078656 .showHandle{background-color:transparent;}
#module_183078656 .showHandle{}
#module_183078656 .showHandle{background-repeat:no-repeat;}
#module_183078656 .showHandle{}
#module_183078656 .showHandle{}
#module_183078656 .showHandle{}
#module_183078656 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer183078345 #Sub183078345_1 {width:33.2500%;}
.module_183078709 .ModuleHead .HeadCenter{float:none;}
#module_183078709 {
padding:0px;
}
#module_183078709 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_183078709 .ModuleHead183078709 {
display:none;
}

#module_183078709 .ModuleImageTextGiantContent{margin-top:0px;}
#module_183078709 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_183078709 .ModuleImageTextGiantContent{margin-left:0px;}
#module_183078709 .ModuleImageTextGiantContent{margin-right:0px;}
#module_183078709 .imageTextGiant-Container{padding-top:10px;}
#module_183078709 .imageTextGiant-Container{padding-bottom:10px;}
#module_183078709 .imageTextGiant-Container{padding-left:10px;}
#module_183078709 .imageTextGiant-Container{padding-right:10px;}
#module_183078709 .showHandle .btn{font-size:14px;}
#module_183078709 .showHandle .btn{font-family:;}
#module_183078709 .showHandle .btn{color:#333;}
#module_183078709 .showHandle .btn{font-weight:400;}
#module_183078709 .showHandle .btn{text-decoration:none;}
#module_183078709 .showHandle .btn{font-style:normal;}
#module_183078709 .showHandle div{border-top-color:#ddd !important;}
#module_183078709 .showHandle div{border-top-style:solid !important;}
#module_183078709 .showHandle div{border-top-width:1px !important;}
#module_183078709 .showHandle{background-color:transparent;}
#module_183078709 .showHandle{}
#module_183078709 .showHandle{background-repeat:no-repeat;}
#module_183078709 .showHandle{}
#module_183078709 .showHandle{}
#module_183078709 .showHandle{}
#module_183078709 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer183078345 #Sub183078345_2 {width:57.0000%;}
.ModuleLangSwitchGiant.layout-101 .lang-container{
	display: inline-block;
	height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
	width: auto;
}
.ModuleLangSwitchGiant.layout-101 .lang-text{
	font-size:12px;
	color:#666666;
	padding-left:14px;
	padding-right:8px;
	vertical-align: top;
	display:inline-block;
	text-align: left;
}

.ModuleLangSwitchGiant.layout-101 .icon-xiangxiajiantou,.ModuleLangSwitchGiant.layout-101 .icon-xiangshangjiantou{
	font-size:8px;
	padding-right:14px;
	display:inline-block;
}


.ModuleLangSwitchGiant.layout-101 .lang-selection{
	background:#fff;
	display:none;
	border: 1px solid #e5e5e5;
	border-top: none;
	width: auto;
}

.ModuleLangSwitchGiant.layout-101 .lang-selection li{
	height: 30px;
    line-height: 30px;
	cursor:pointer;
}
.ModuleLangSwitchGiant.layout-101 .lang-selection li:hover .lang-text{
	color:#f10215;
}
.ModuleLangSwitchGiant.layout-101 .icon-xiangxiajiantou, .ModuleLangSwitchGiant.layout-101 .icon-xiangshangjiantou{
	padding-right: 0px;
}
.module_183078710 .ModuleHead .HeadCenter{float:none;}
#module_183078710 {
padding:0px;
}
#module_183078710 {
position:static;
z-index:0;
top:25px;
left:1417px;
width:100%;
height: auto;
}
#module_183078710 .ModuleHead183078710 {
display:none;
}
#module_183078710 .BodyCenter.BodyCenter183078710 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183078710 >.module_183078710 {
border-top-style:solid;
border-top-color:#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_183078710 >.module_183078710{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183078710 .BodyCenter.BodyCenter183078710 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183078710 .BodyCenter.BodyCenter183078710 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183078710 >.module_183078710 {
margin-top:3.4188%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183078710 >.module_183078710 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183078710 >.module_183078710 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183078710:hover {
border:none;
}
#module_183078710:hover >.module_183078710 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183078710 .BodyCenter{text-align:right;}
#module_183078710 .lang-text,#clone_module_183078710 .lang-text{font-size:12px;}
#module_183078710 .lang-text,#clone_module_183078710 .lang-text{font-family:微软雅黑,Microsoft YaHei;}
#module_183078710 .lang-text,#clone_module_183078710 .lang-text{color:rgb(255, 255, 255);}
#module_183078710 .lang-text,#clone_module_183078710 .lang-text{font-weight:normal;}
#module_183078710 .lang-text,#clone_module_183078710 .lang-text{text-decoration:initial;}
#module_183078710 .lang-text,#clone_module_183078710 .lang-text{font-style:normal;}
#module_183078710 {} #clone_module_183078710 .lang-selection{border:1px solid ;}
#module_183078710 {} #clone_module_183078710 .lang-selection,#module_183078710 .lang-container{background-color:rgb(0, 49, 130);}
#module_183078710 {} #clone_module_183078710 .lang-selection,#module_183078710 .lang-container{background-image:none;}
#module_183078710 {} #clone_module_183078710 .lang-selection,#module_183078710 .lang-container{background-repeat:no-repeat;}
#module_183078710 {} #clone_module_183078710 .lang-selection,#module_183078710 .lang-container{}
#module_183078710 {} #clone_module_183078710 .lang-selection,#module_183078710 .lang-container{}
#module_183078710 {} #clone_module_183078710 .lang-selection,#module_183078710 .lang-container{}
#module_183078710 {} #clone_module_183078710 .lang-text{width:calc( px + 17px)} #module_183078710 .lang-container{width:calc( px + 20px)} #module_183078710 .lang-text{width:px} 
#module_183078710 .lang-selection .lang-text:hover,#clone_module_183078710 .lang-selection .lang-text:hover{font-size:12px;}
#module_183078710 .lang-selection .lang-text:hover,#clone_module_183078710 .lang-selection .lang-text:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_183078710 .lang-selection .lang-text:hover,#clone_module_183078710 .lang-selection .lang-text:hover{color:rgb(241, 2, 21);}
#module_183078710 .lang-selection .lang-text:hover,#clone_module_183078710 .lang-selection .lang-text:hover{font-weight:normal;}
#module_183078710 .lang-selection .lang-text:hover,#clone_module_183078710 .lang-selection .lang-text:hover{text-decoration:initial;}
#module_183078710 .lang-selection .lang-text:hover,#clone_module_183078710 .lang-selection .lang-text:hover{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer183078345 #Sub183078345_3 {width:9.749999999999995%;}
@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_185354570 .ModuleHead .HeadCenter{float:none;}
#module_185354570 {
padding:0px;
}
#module_185354570 {
position:absolute;
z-index:4001;
top:460px;
left:0px;
width:100%;
height:126px;
}
#module_185354570 .ModuleHead185354570 {
display:none;
}

#module_185354570 .animated-circles.animated .c-1,#module_185354570 .animated-circles.animated .c-2,#module_185354570 .animated-circles.animated.c-3{opacity: 0.25; background-color:#1e88e5;} #module_185354570 .animated-circles2:after{background-image:linear-gradient(to bottom, #1e88e5, #1e88e5)}
#module_185354570 .online-service-nav .head{background-color:#FFFFFF;}
#module_185354570 .online-service{border-width:0px;}
#module_185354570 .online-service{border-style:;}
#module_185354570 .online-service{border-color:;}
#module_185354570 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_185354570 .online-service-content{background-color:#fff;}
#module_185354570 .online-service-content{border-top-left-radius:20px;}
#module_185354570 .online-service-content{border-bottom-left-radius:20px;}
#module_185354570 .online-service-content{border-bottom-right-radius:20px;}
#module_185354570 .online-service-content{border-top-right-radius:20px;}
#module_185354570 .online-service-content-tab .content-tab{background-color:transparent;}
#module_185354570 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_185354570 .content-close::after{border-width:1px;}
#module_185354570 .content-close::after{border-style:solid;}
#module_185354570 .content-close::after{border-color:#eeeeee;}
#module_185354570 .content-close span{background-color:#999999;}
#module_185354570 .online-service-top{background-color:#ffffff;}
#module_185354570 .online-service-top .iconfont{color:#1e88e5;}
#module_185354570 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_185354570 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_185354570 .online-service:hover{border-width:0px;}
#module_185354570 .online-service:hover{border-style:;}
#module_185354570 .online-service:hover{border-color:;}
#module_185354570 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_185354570 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_185354570 .online-service:hover .online-service-hint{background-color:#1976d2;}
#module_185354570 .online-service-content-tab .content-tabh:hover{background-color:#1976d2;}
#module_185354570 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_185354570 .content-close:hover span{background-color:#999999;}
#module_185354570 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_185354570 .online-service-top:hover{background-color:#ffffff;}
#module_185354570 .online-service-top:hover .iconfont{color:#1976d2;}
#module_185354570 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
.module_185356650 .ModuleHead .HeadCenter{float:none;}
#module_185356650 {
padding:0px;
}
#module_185356650 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_185356650 .ModuleHead185356650 {
display:none;
}
#module_185356650 .BodyCenter.BodyCenter185356650 {
background:none;background-color:rgba(0,0,0,0);
}
#module_185356650 >.module_185356650 {
border-top-style:solid;
border-top-color:#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_185356650 >.module_185356650{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_185356650 .BodyCenter.BodyCenter185356650 {
padding-top:1.4706%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.4706%;
}
}
@media screen and (max-width: 767px){
#module_185356650 .BodyCenter.BodyCenter185356650 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_185356650 >.module_185356650 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_185356650 >.module_185356650 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_185356650 >.module_185356650 {box-shadow: 0px 0px 0px 0px #ccc}
#module_185356650:hover {
border:none;
}
#module_185356650:hover >.module_185356650 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_185356650 .ModuleSubContainer{background-color:transparent;}
#module_185356650 .ModuleSubContainer{background-image:none;}
#module_185356650 .ModuleSubContainer{background-repeat:no-repeat;}
#module_185356650 .ModuleSubContainer{background-position:0% 0%;}
#module_185356650 .ModuleSubContainer{background-attachment:scroll;}
#module_185356650 .ModuleSubContainer{}
#module_185356650 {!bgVideo!}{bgVideoUrl:none}
#module_185356650 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_185356650 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_185356650 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer185356650 {}
.ModuleGridContainer.ModuleGridContainer185356650 .SubPadding {width:0px;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_185356651 .ModuleHead .HeadCenter{float:none;}
#module_185356651 {
padding:0px;
}
#module_185356651 {
position:static;
z-index:0;
top:23px;
width:100%;
height: auto;
}
#module_185356651 .ModuleHead185356651 {
display:none;
}
#module_185356651 .BodyCenter.BodyCenter185356651 {
background:none;background-color:rgba(0,0,0,0);
}
#module_185356651 >.module_185356651 {
border-top-style:solid;
border-top-color:#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_185356651 >.module_185356651{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_185356651 .BodyCenter.BodyCenter185356651 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_185356651 .BodyCenter.BodyCenter185356651 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_185356651 >.module_185356651 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_185356651 >.module_185356651 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_185356651 >.module_185356651 {box-shadow: 0px 0px 0px 0px #ccc}
#module_185356651:hover {
border:none;
}
#module_185356651:hover >.module_185356651 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer185356650 #Sub185356650_1 {width:55.6667%;}
/*全局搜索 layout102*/
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-102 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .content{display:table;width: 100%;height:auto;border: 0;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .group{display:table;width: 100%;height:auto;border:0;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .searchTypePanel{position: relative;display:table-cell;height:auto;border:0px;vertical-align: middle;}
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .searchTypePanel{width: 1%;}
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .searchBtnPanel{position: relative;display:block;height:36px;border:0px;}
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .searchIcon{position: absolute;margin-top:-10px;top: 50%;left: 10px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .ModuleSearchInput{float: none;display:block;width: 100%;height: 36px;border: 1px solid #ccc;border-right:0px !important;border-radius: 0;text-indent: 40px;font-size:14px;outline: none;}
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;}
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .bootstrap-select{float: left;height: auto;border: 0;border-radius: 0;}
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .bootstrap-select .btn{padding-top: 0;padding-bottom: 0;height: 36px;border: 1px solid #ccc;border-left-width: 1px;border-radius: 0;line-height: 34px;}
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .bootstrap-select .btn span{font-size: 12px;}
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .ModuleSearchButton{float: left;display: block;min-width: 65px;width: 100%;height: 100% !important;border: 0;border-radius: 0;font-family: 微软雅黑,Microsoft YaHei;font-size: 12px;color:#fff;font-weight:normal;}.module_211389002 .ModuleHead .HeadCenter{float:none;}
#module_211389002 {
padding:0px;
}
#module_211389002 {
position:static;
z-index:1;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_211389002 .ModuleHead211389002 {
display:none;
}
#module_211389002 .BodyCenter.BodyCenter211389002 {
background:none;background-color:rgba(0,0,0,0);
}
#module_211389002 >.module_211389002 {
border-top-style:solid;
border-top-color:#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_211389002 >.module_211389002{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_211389002 .BodyCenter.BodyCenter211389002 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_211389002 .BodyCenter.BodyCenter211389002 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_211389002 >.module_211389002 {
margin-top:5.4614%;
margin-left:41.2429%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_211389002 >.module_211389002 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_211389002 >.module_211389002 {box-shadow: 0px 0px 0px 0px #ccc}
#module_211389002:hover {
border:none;
}
#module_211389002:hover >.module_211389002 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_211389002 .search-item .bootstrap-select .btn,#module_211389002 .search-item .searchBtnPanel,#module_211389002 .search-item .ModuleSearchInput{height:36px;line-height:36px}
#module_211389002 .search-item{}
#module_211389002 .search-item{background-repeat:no-repeat;}
#module_211389002 .search-item{}
#module_211389002 .search-item{}
#module_211389002 .search-item .bootstrap-select .btn,#module_211389002 .search-item .ModuleSearchInput{border-top-color:rgb(216, 216, 216);}
#module_211389002 .search-item .bootstrap-select .btn,#module_211389002 .search-item .ModuleSearchInput{border-top-style:solid;}
#module_211389002 .search-item .bootstrap-select .btn,#module_211389002 .search-item .ModuleSearchInput{border-top-width:1px;}
#module_211389002 .search-item .ModuleSearchInput{border-right-color:rgb(216, 216, 216);}
#module_211389002 .search-item .ModuleSearchInput{border-right-style:solid;}
#module_211389002 .search-item .ModuleSearchInput{border-right-width:1px;}
#module_211389002 .search-item .bootstrap-select .btn,#module_211389002 .search-item .ModuleSearchInput{border-bottom-color:rgb(216, 216, 216);}
#module_211389002 .search-item .bootstrap-select .btn,#module_211389002 .search-item .ModuleSearchInput{border-bottom-style:solid;}
#module_211389002 .search-item .bootstrap-select .btn,#module_211389002 .search-item .ModuleSearchInput{border-bottom-width:1px;}
#module_211389002 .search-item .bootstrap-select .btn,#module_211389002 .search-item .ModuleSearchInput{border-left-color:rgb(216, 216, 216);}
#module_211389002 #module_211389002 .search-item .bootstrap-select .btn,#module_211389002 .search-item .ModuleSearchInput{border-left-style:solid;}
#module_211389002 .search-item .bootstrap-select .btn,#module_211389002 .search-item .ModuleSearchInput{border-left-width:1px;}
#module_211389002 .search-item .bootstrap-select .btn ,#module_211389002 .search-item .ModuleSearchInput {background-color:;}
#module_211389002 .search-item .bootstrap-select .btn ,#module_211389002 .search-item .ModuleSearchInput{}
#module_211389002 .search-item .ModuleSearchInput::placeholder,#module_211389002 .search-item .ModuleSearchInput{font-size:12px;}
#module_211389002 .search-item .bootstrap-select .btn ,#module_211389002  .search-item .ModuleSearchInput::placeholder,#module_211389002 .search-item .ModuleSearchInput{font-family:微软雅黑,Microsoft YaHei;}
#module_211389002 .search-item .bootstrap-select .btn , #module_211389002 .search-item .searchIcon,#module_211389002  .search-item .ModuleSearchInput::placeholder,#module_211389002 .search-item .ModuleSearchInput{color:rgb(89, 89, 89);}
#module_211389002 .search-item .bootstrap-select .btn ,#module_211389002  .search-item .ModuleSearchInput::placeholder,#module_211389002 .search-item .ModuleSearchInput{font-weight:normal;}
#module_211389002 .search-item .bootstrap-select .btn ,#module_211389002  .search-item .ModuleSearchInput::placeholder,#module_211389002 .search-item .ModuleSearchInput{text-decoration:none;}
#module_211389002 .search-item .bootstrap-select .btn ,#module_211389002  .search-item .ModuleSearchInput::placeholder,#module_211389002 .search-item .ModuleSearchInput{font-style:normal;}
#module_211389002 .search-item .ModuleSearchButton{font-size:12px;}
#module_211389002 .search-item .ModuleSearchButton{font-family:微软雅黑,Microsoft YaHei;}
#module_211389002 .search-item .ModuleSearchButton{color:#fff;}
#module_211389002 .search-item .ModuleSearchButton{font-weight:normal;}
#module_211389002 .search-item .ModuleSearchButton{text-decoration:none;}
#module_211389002 .search-item .ModuleSearchButton{font-style:normal;}
#module_211389002 .search-item .ModuleSearchButton{background-color:rgb(219, 73, 57);}
#module_211389002 .search-item .ModuleSearchButton{background-image:none;}
#module_211389002 .search-item .ModuleSearchButton{background-repeat:no-repeat;}
#module_211389002 .search-item .ModuleSearchButton{}
#module_211389002 .search-item .ModuleSearchButton{}
#module_211389002 .search-item .ModuleSearchButton{}
#module_211389002 .search-hot ul li{border-top-color:#e3e3e3;}
#module_211389002 .search-hot ul li{border-top-style:solid;}
#module_211389002 .search-hot ul li{border-top-width:0px;}
#module_211389002 .search-hot ul li{border-right-color:#e3e3e3;}
#module_211389002 .search-hot ul li{border-right-style:solid;}
#module_211389002 .search-hot ul li{border-right-width:1px;}
#module_211389002 .search-hot ul li{border-bottom-color:#e3e3e3;}
#module_211389002 .search-hot ul li{border-bottom-style:solid;}
#module_211389002 .search-hot ul li{border-bottom-width:0px;}
#module_211389002 .search-hot ul li{border-left-color:#e3e3e3;}
#module_211389002 .search-hot ul li{border-left-style:solid;}
#module_211389002 .search-hot ul li{border-left-width:0px;}
#module_211389002 .search-hot ul li a{font-size:12px;}
#module_211389002 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_211389002 .search-hot ul li a{color:rgb(89, 89, 89);}
#module_211389002 .search-hot ul li a{font-weight:normal;}
#module_211389002 .search-hot ul li a{text-decoration:none;}
#module_211389002 .search-hot ul li a{font-style:normal;}
#module_211389002 .search-item .ModuleSearchButton:hover{background-color:rgb(24, 68, 165);}
#module_211389002 .search-item .ModuleSearchButton:hover{background-image:none;}
#module_211389002 .search-item .ModuleSearchButton:hover{background-repeat:no-repeat;}
#module_211389002 .search-item .ModuleSearchButton:hover{}
#module_211389002 .search-item .ModuleSearchButton:hover{}
#module_211389002 .search-item .ModuleSearchButton:hover{}
#module_211389002 .search-item .ModuleSearchButton:hover{font-size:12px;}
#module_211389002 .search-item .ModuleSearchButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_211389002 .search-item .ModuleSearchButton:hover{color:#fff;}
#module_211389002 .search-item .ModuleSearchButton:hover{font-weight:normal;}
#module_211389002 .search-item .ModuleSearchButton:hover{text-decoration:none;}
#module_211389002 .search-item .ModuleSearchButton:hover{font-style:normal;}
#module_211389002 .search-hot ul li:hover a{font-size:12px;}
#module_211389002 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_211389002 .search-hot ul li:hover a{color:#333;}
#module_211389002 .search-hot ul li:hover a{font-weight:normal;}
#module_211389002 .search-hot ul li:hover a{text-decoration:none;}
#module_211389002 .search-hot ul li:hover a{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer185356650 #Sub185356650_2 {width:44.333299999999994%;}
/*轮播图样式*/
.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_183110884 .ModuleHead .HeadCenter{float:none;}
#module_183110884 {
padding:0px;
}
#module_183110884 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_183110884 .ModuleHead183110884 {
display:none;
}

#module_183110884 .slick-dots li button:before{background-color:#1976d2;}
#module_183110884 .slick-dots li button{border-color:rgba(25, 118, 210, 0);}
#module_183110884 .slick-dots li.slick-active button:before, #module_183110884 .slick-dots li:hover button:before{background-color:#1976d2;}
#module_183110884 .slick-dots li.slick-active button, #module_183110884 .slick-dots li button:hover{border-color:rgba(25, 118, 210, 1);}
#module_183110884 .SubContainer {}
.module_270027191 .ModuleHead .HeadCenter{float:none;}
#module_270027191 {
padding:0px;
}
#module_270027191 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_270027191 .ModuleHead270027191 {
display:none;
}

.module_186963833 .ModuleHead .HeadCenter{float:none;}
#module_186963833 {
padding:0px;
}
#module_186963833 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_186963833 .ModuleHead186963833 {
display:none;
}
#module_186963833 .BodyCenter.BodyCenter186963833 {
background:none;background-color:rgba(0,0,0,0);
}
#module_186963833 >.module_186963833 {
border-top-style:solid;
border-top-color:#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_186963833 >.module_186963833{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_186963833 .BodyCenter.BodyCenter186963833 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_186963833 .BodyCenter.BodyCenter186963833 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_186963833 >.module_186963833 {
margin-top:-0.1471%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_186963833 >.module_186963833 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_186963833 >.module_186963833 {box-shadow: 0px 0px 0px 0px #ccc}
#module_186963833:hover {
border:none;
}
#module_186963833:hover >.module_186963833 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_186963833 .slick-dots li button:before{background-color:#1976d2;}
#module_186963833 .slick-dots li button{border-color:rgba(25, 118, 210, 0);}
#module_186963833 .slick-dots li.slick-active button:before, #module_186963833 .slick-dots li:hover button:before{background-color:#1976d2;}
#module_186963833 .slick-dots li.slick-active button, #module_186963833 .slick-dots li button:hover{border-color:rgba(25, 118, 210, 1);}
#module_186963833 .SubContainer {}
#HeaderZone{height:586px}
.module_189822373 .ModuleHead .HeadCenter{float:none;}
#module_189822373 {
padding:0px;
}
#module_189822373 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_189822373 .ModuleHead189822373 {
display:none;
}
#module_189822373 .BodyCenter.BodyCenter189822373 {
background:none;background-color:rgb(237, 242, 246);
}
#module_189822373 >.module_189822373 {
border-top-style:solid;
border-top-color:#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_189822373 >.module_189822373{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_189822373 .BodyCenter.BodyCenter189822373 {
padding-top:0.9412%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.9412%;
}
}
@media screen and (max-width: 767px){
#module_189822373 .BodyCenter.BodyCenter189822373 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_189822373 >.module_189822373 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_189822373 >.module_189822373 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_189822373 >.module_189822373 {box-shadow: 0px 0px 0px 0px #ccc}
#module_189822373:hover {
border:none;
}
#module_189822373:hover >.module_189822373 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_189822373 .ModuleSubContainer{background-color:transparent;}
#module_189822373 .ModuleSubContainer{background-image:none;}
#module_189822373 .ModuleSubContainer{background-repeat:no-repeat;}
#module_189822373 .ModuleSubContainer{background-position:0% 0%;}
#module_189822373 .ModuleSubContainer{background-attachment:scroll;}
#module_189822373 .ModuleSubContainer{}
#module_189822373 {!bgVideo!}{bgVideoUrl:none}
#module_189822373 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_189822373 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_189822373 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer189822373 {}
.ModuleGridContainer.ModuleGridContainer189822373 .SubPadding {width:0px;}
/*当前位置 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_185354620 .ModuleHead .HeadCenter{float:none;}
#module_185354620 {
padding:0px;
}
#module_185354620 {
position:static;
z-index:0;
top:896px;
left:670px;
width:100%;
height: auto;
}
#module_185354620 .ModuleHead185354620 {
display:none;
}
#module_185354620 .BodyCenter.BodyCenter185354620 {
background:none;background-color:rgba(0,0,0,0);
}
#module_185354620 >.module_185354620 {
border-top-style:solid;
border-top-color:#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_185354620 >.module_185354620{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_185354620 .BodyCenter.BodyCenter185354620 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_185354620 .BodyCenter.BodyCenter185354620 {
padding-top:2.8818%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_185354620 >.module_185354620 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_185354620 >.module_185354620 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_185354620 >.module_185354620 {box-shadow: 0px 0px 0px 0px #ccc}
#module_185354620:hover {
border:none;
}
#module_185354620:hover >.module_185354620 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_185354620 .BreadIcon{font-size:16px;} #module_185354620 .BreadsvgIcon svg{width:16px;height:16px;}
#module_185354620 .BreadIcon{color:#666;} #module_185354620 .BreadsvgIcon svg>*{fill:#666;}
#module_185354620 .BreadIcon,#module_185354620 .BreadsvgIcon{margin-left:0px;}
#module_185354620 .BreadIcon,#module_185354620 .BreadsvgIcon{margin-right:10px;}
#module_185354620 .bcs-item,#module_185354620 .bcs-item a{font-size:14px;}
#module_185354620 .bcs-item,#module_185354620 .bcs-item a{font-family:微软雅黑,Microsoft YaHei;}
#module_185354620 .bcs-item,#module_185354620 .bcs-item a{color:rgb(182, 182, 182);}
#module_185354620 .bcs-item,#module_185354620 .bcs-item a{font-weight:normal;}
#module_185354620 .bcs-item,#module_185354620 .bcs-item a{text-decoration:none;}
#module_185354620 .bcs-item,#module_185354620 .bcs-item a{font-style:normal;}
#module_185354620 .breadcrumb{text-align:left;}
#module_185354620 .breadcrumb .separator{margin-left:10px;margin-right:10px;}
#module_185354620 .breadcrumb .separator{font-size:12px;}
#module_185354620 .breadcrumb .separator{font-family:微软雅黑,Microsoft YaHei;}
#module_185354620 .breadcrumb .separator{color:rgb(182, 182, 182);}
#module_185354620 .breadcrumb .separator{font-weight:normal;}
#module_185354620 .breadcrumb .separator{text-decoration:none;}
#module_185354620 .breadcrumb .separator{font-style:normal;}
#module_185354620 .breadcrumb:hover .BreadIcon{color:#666} #module_185354620 .breadcrumb:hover .BreadsvgIcon svg>*{fill:#666;}
#module_185354620 .bcs-item:hover,#module_185354620 .bcs-item a:hover{font-size:14px;}
#module_185354620 .bcs-item:hover,#module_185354620 .bcs-item a:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_185354620 .bcs-item:hover,#module_185354620 .bcs-item a:hover{color:rgb(0, 48, 89);}
#module_185354620 .bcs-item:hover,#module_185354620 .bcs-item a:hover{font-weight:normal;}
#module_185354620 .bcs-item:hover,#module_185354620 .bcs-item a:hover{text-decoration:none;}
#module_185354620 .bcs-item:hover,#module_185354620 .bcs-item a:hover{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer189822373 #Sub189822373_1 {width:50%;}
.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_351669640 .ModuleHead .HeadCenter{float:none;}
#module_351669640 {
padding:0px;
}
#module_351669640 {
position:static;
z-index:0;
top:26px;
width:100%;
height: auto;
}
#module_351669640 .ModuleHead351669640 {
display:none;
}
#module_351669640 .BodyCenter.BodyCenter351669640 {
background:none;background-color:rgba(0,0,0,0);
}
#module_351669640 >.module_351669640 {
border-top-style:solid;
border-top-color:#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_351669640 >.module_351669640{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_351669640 .BodyCenter.BodyCenter351669640 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_351669640 .BodyCenter.BodyCenter351669640 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_351669640 >.module_351669640 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_351669640 >.module_351669640 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_351669640 >.module_351669640 {box-shadow: 0px 0px 0px 0px #ccc}
#module_351669640:hover {
border:none;
}
#module_351669640:hover >.module_351669640 {
border-color:#ccc;
}
#module_351669640:hover >.module_351669640 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_351669640 .one-classify-box{text-align:right;}
#module_351669640 .main-class-item{background-color:transparent;}
#module_351669640 .main-class-item{background-image:none;}
#module_351669640 .main-class-item{background-repeat:no-repeat;}
#module_351669640 .main-class-item{}
#module_351669640 .main-class-item{}
#module_351669640 .main-class-item{}
#module_351669640 .main-class-item{height:40px;}
#module_351669640 .main-class-item{border-top-color:#000;}
#module_351669640 .main-class-item{border-top-style:solid;}
#module_351669640 .main-class-item{border-top-width:0px;}
#module_351669640 .main-class-item{border-right-color:rgb(242, 242, 242);}
#module_351669640 .main-class-item{border-right-style:solid;}
#module_351669640 .main-class-item{border-right-width:1px;}
#module_351669640 .main-class-item{border-bottom-color:#000;}
#module_351669640 .main-class-item{border-bottom-style:solid;}
#module_351669640 .main-class-item{border-bottom-width:0px;}
#module_351669640 .main-class-item{border-left-color:#000;}
#module_351669640 .main-class-item{border-left-style:solid;}
#module_351669640 .main-class-item{border-left-width:0px;}
#module_351669640 .main-class-item{border-top-left-radius:0px;}
#module_351669640 .main-class-item{border-top-right-radius:0px;}
#module_351669640 .main-class-item{border-bottom-left-radius:0px;}
#module_351669640 .main-class-item{border-bottom-right-radius:0px;}
#module_351669640 .main-class-item{margin-right:5px;}
#module_351669640 .main-class-text{font-size:16px;}
#module_351669640 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_351669640 .main-class-text{color:rgb(42, 42, 42);}
#module_351669640 .main-class-text{font-weight:normal;}
#module_351669640 .main-class-text{text-decoration:none;}
#module_351669640 .main-class-text{font-style:normal;}
#module_351669640 .main-class-item{}
#module_351669640 .main-class-text{padding-left:px;}
#module_351669640 .main-class-text{padding-right:px}
#module_351669640 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_351669640 .main-class-item.active{background-image:none;}
#module_351669640 .main-class-item.active{background-repeat:no-repeat;}
#module_351669640 .main-class-item.active{}
#module_351669640 .main-class-item.active{}
#module_351669640 .main-class-item.active{}
#module_351669640 .main-class-item.active .main-class-text{font-size:16px;}
#module_351669640 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_351669640 .main-class-item.active .main-class-text{color:rgb(0, 48, 89);}
#module_351669640 .main-class-item.active .main-class-text{font-weight:bold;}
#module_351669640 .main-class-item.active .main-class-text{text-decoration:none;}
#module_351669640 .main-class-item.active .main-class-text{font-style:normal;}


.ModuleGridContainer.ModuleGridContainer189822373 #Sub189822373_2 {width:50%;}
.module_183407490 .ModuleHead .HeadCenter{float:none;}
#module_183407490 {
padding:0px;
}
#module_183407490 {
position:static;
z-index:0;
top:1086px;
left:1847px;
width:100%;
height: auto;
}
#module_183407490 .ModuleHead183407490 {
display:none;
}
#module_183407490 .BodyCenter.BodyCenter183407490 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183407490 >.module_183407490 {
border-top-style:solid;
border-top-color:#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_183407490 >.module_183407490{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183407490 .BodyCenter.BodyCenter183407490 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183407490 .BodyCenter.BodyCenter183407490 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183407490 >.module_183407490 {
margin-top:2.9412%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.9412%;
}
}
@media screen and (max-width: 767px){
#module_183407490 >.module_183407490 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183407490 >.module_183407490 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183407490:hover {
border:none;
}
#module_183407490:hover >.module_183407490 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183407490 .ModuleSubContainer{background-color:transparent;}
#module_183407490 .ModuleSubContainer{background-image:none;}
#module_183407490 .ModuleSubContainer{background-repeat:no-repeat;}
#module_183407490 .ModuleSubContainer{background-position:0% 0%;}
#module_183407490 .ModuleSubContainer{background-attachment:scroll;}
#module_183407490 .ModuleSubContainer{}
#module_183407490 {!bgVideo!}{bgVideoUrl:none}
#module_183407490 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_183407490 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_183407490 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer183407490 {}
.ModuleGridContainer.ModuleGridContainer183407490 .SubPadding {width:20px;}
.module_183407498 .ModuleHead .HeadCenter{float:none;}
#module_183407498 {
padding:0px;
}
#module_183407498 {
position:static;
z-index:1;
top:989px;
left:1056px;
width:100%;
height: auto;
}
#module_183407498 .ModuleHead183407498 {
display:none;
}
#module_183407498 .BodyCenter.BodyCenter183407498 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183407498 >.module_183407498 {
border-top-style:solid;
border-top-color:#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_183407498 >.module_183407498{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183407498 .BodyCenter.BodyCenter183407498 {
padding-top:1.1136%;
padding-left:1.1136%;
padding-right:0.0000%;
padding-bottom:1.1136%;
}
}
@media screen and (max-width: 767px){
#module_183407498 .BodyCenter.BodyCenter183407498 {
padding-top:2.8169%;
padding-left:2.8169%;
padding-right:2.8169%;
padding-bottom:2.8169%;
}
}
@media screen and (min-width: 768px){
#module_183407498 >.module_183407498 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183407498 >.module_183407498 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_183407498 >.module_183407498 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183407498:hover {
border:none;
}
#module_183407498:hover >.module_183407498 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183407498 .ModuleImageTextGiantContent{margin-top:0px;}
#module_183407498 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_183407498 .ModuleImageTextGiantContent{margin-left:0px;}
#module_183407498 .ModuleImageTextGiantContent{margin-right:0px;}
#module_183407498 .imageTextGiant-Container{padding-top:0px;}
#module_183407498 .imageTextGiant-Container{padding-bottom:0px;}
#module_183407498 .imageTextGiant-Container{padding-left:0px;}
#module_183407498 .imageTextGiant-Container{padding-right:0px;}
#module_183407498 .showHandle .btn{font-size:14px;}
#module_183407498 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_183407498 .showHandle .btn{color:#333;}
#module_183407498 .showHandle .btn{font-weight:400;}
#module_183407498 .showHandle .btn{text-decoration:none;}
#module_183407498 .showHandle .btn{font-style:normal;}
#module_183407498 .showHandle div{border-top-color:#ddd !important;}
#module_183407498 .showHandle div{border-top-style:solid !important;}
#module_183407498 .showHandle div{border-top-width:1px !important;}
#module_183407498 .showHandle{background-color:transparent;}
#module_183407498 .showHandle{background-image:none;}
#module_183407498 .showHandle{background-repeat:no-repeat;}
#module_183407498 .showHandle{}
#module_183407498 .showHandle{}
#module_183407498 .showHandle{}
#module_183407498 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer183407490 #Sub183407490_1 {width:67.8814%;}
.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(/skinp/modules/ModuleCustomFormGiant/images/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(/skinp/modules/ModuleCustomFormGiant/images/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(/skinp/modules/ModuleCustomFormGiant/images/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;
    }
}


.lykk {
	position:fixed !important;
	z-index:999 !important;
	top:210px !important;
	right:0 !important;
	left: auto !important;
	width:15% !important;
	height: auto;
}




.module_189822315 .ModuleHead .HeadCenter{float:none;}
#module_189822315 {
padding:0px;
}

#module_189822315 {
position:static;
z-index:0;
top:1416px;
left:1355px;
width:100%;
height: auto;
}
#module_189822315 .ModuleHead189822315 {
display:none;
}
#module_189822315 .BodyCenter.BodyCenter189822315 {
background:none;background-color:rgb(0, 48, 89);
}
#module_189822315 >.module_189822315 {
border-top-style:solid;
border-top-color:#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_189822315 >.module_189822315{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_189822315 .BodyCenter.BodyCenter189822315 {
padding-top:3.8730%;
padding-left:3.9683%;
padding-right:3.9683%;
padding-bottom:10.5820%;
}
}
@media screen and (max-width: 767px){
#module_189822315 .BodyCenter.BodyCenter189822315 {
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}
}
@media screen and (min-width: 768px){
#module_189822315 >.module_189822315 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_189822315 >.module_189822315 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_189822315 >.module_189822315 {box-shadow: 0px 0px 0px 0px #ccc}
#module_189822315:hover {
border:none;
}
#module_189822315:hover >.module_189822315 {
border-color:#ccc;
}
#module_189822315:hover >.module_189822315 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_189822315 .vcbtn1{background-color:#1e88e5;}
#module_189822315 .vcbtn1{color:#fff;}
#module_189822315 .title{font-size:8px;}
#module_189822315 .title{font-family:微软雅黑,Microsoft YaHei;}
#module_189822315 .title{color:#333;}
#module_189822315 .title{font-weight:normal;}
#module_189822315 .title{text-decoration:none;}
#module_189822315 .title{font-style:normal;}
#module_189822315 .title{background-color:transparent;}
#module_189822315 .title{background-image:none;}
#module_189822315 .title{background-repeat:no-repeat;}
#module_189822315 .title{background-position:50% 50%;}
#module_189822315 .title{background-attachment:scroll;}
#module_189822315 .title{}
#module_189822315 .title{height:30px;line-height:30px;}
#module_189822315 .title{text-align:center;}
#module_189822315 .Describ-text-color{font-size:14px;}
#module_189822315 .Describ-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_189822315 .Describ-text-color{color:#666;},
#module_189822315 .Describ-text-color{font-weight:normal;}
#module_189822315 .Describ-text-color{text-decoration:none;}
#module_189822315 .Describ-text-color{font-style:normal;}
#module_189822315 .submitbtn{font-size:16px;}
#module_189822315 .submitbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_189822315 .submitbtn{color:#fff;}
#module_189822315 .submitbtn{font-weight:normal;}
#module_189822315 .submitbtn{text-decoration:none;}
#module_189822315 .submitbtn{font-style:normal;}
#module_189822315 .submitbtn{width:100%;}
#module_189822315 .submitbtn{height:50px;line-height:50px;}
#module_189822315 .submitbtnbox{justify-content:flex-start;}
#module_189822315 .submitbtn{background-color:rgb(78, 127, 195);} #module_189822315 input[type=radio]:checked, #module_189822315 input[type=checkbox]:checked{background:rgb(78, 127, 195);border:1px solid rgb(78, 127, 195)}
#module_189822315 .submitbtn{background-image:none;}
#module_189822315 .submitbtn{background-repeat:no-repeat;}
#module_189822315 .submitbtn{background-position:50% 50%;}
#module_189822315 .submitbtn{background-attachment:scroll;}
#module_189822315 .submitbtn input[type="submit"]{background-color:#4e7fc3; width:100%;}
#module_189822315 .smsvcode,#module_189822315 .VerificationCodeinput,#module_189822315 .Browse-file,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315 .formList-content-no-style,#module_189822315 .customFormTextarea,#module_189822315 .in-formList-content,#module_189822315 .frist_item,#module_189822315 .Browse-file-input,#module_189822315 input[type=text],#module_189822315 .VerificationCodeinputWb,#module_189822315 .frist-city-select,#module_189822315 .pcCitybox select{background-color:#fff;}
#module_189822315 .smsvcode,#module_189822315 .Pc-formList-content .in-formList-content,#module_189822315 .Browse-file,#module_189822315 .VerificationCodeinput,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315  .in-formList-content,#module_189822315 .frist-city-select,#module_189822315 .Couty-select,#module_189822315 .City-select,#module_189822315 .VerificationCodeinputWb{border-top-color:#ccc;}
#module_189822315 .smsvcode,#module_189822315 .Pc-formList-content .in-formList-content,#module_189822315 .Browse-file,#module_189822315 .VerificationCodeinput,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315  .in-formList-content,#module_189822315 .frist-city-select,#module_189822315 .Couty-select,#module_189822315 .City-select,#module_189822315 .VerificationCodeinputWb{border-top-style:solid;}
#module_189822315 .smsvcode,#module_189822315 .Pc-formList-content .in-formList-content,#module_189822315 .Browse-file,#module_189822315 .VerificationCodeinput,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315  .in-formList-content,#module_189822315 .frist-city-select,#module_189822315 .Couty-select,#module_189822315 .City-select,#module_189822315 .VerificationCodeinputWb{border-top-width:0px;}
#module_189822315 .smsvcode,#module_189822315 .Pc-formList-content .in-formList-content,#module_189822315 .Browse-file,#module_189822315 .VerificationCodeinput,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315  .in-formList-content,#module_189822315 .frist-city-select,#module_189822315 .Couty-select,#module_189822315 .City-select,#module_189822315 .VerificationCodeinputWb{border-right-color:#ccc;}
#module_189822315 .smsvcode,#module_189822315 .Pc-formList-content .in-formList-content,#module_189822315 .Browse-file,#module_189822315 .VerificationCodeinput,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315  .in-formList-content,#module_189822315 .frist-city-select,#module_189822315 .Couty-select,#module_189822315 .City-select,#module_189822315 .VerificationCodeinputWb{border-right-style:solid;}
#module_189822315 .smsvcode,#module_189822315 .Pc-formList-content .in-formList-content,#module_189822315 .Browse-file,#module_189822315 .VerificationCodeinput,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315  .in-formList-content,#module_189822315 .frist-city-select,#module_189822315 .Couty-select,#module_189822315 .City-select,#module_189822315 .VerificationCodeinputWb{border-right-width:0px;}
#module_189822315 .smsvcode,#module_189822315 .Pc-formList-content .in-formList-content,#module_189822315 .Browse-file,#module_189822315 .VerificationCodeinput,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315  .in-formList-content,#module_189822315 .frist-city-select,#module_189822315 .Couty-select,#module_189822315 .City-select,#module_189822315 .VerificationCodeinputWb{border-bottom-color:#ccc;}
#module_189822315 .smsvcode,#module_189822315 .Pc-formList-content .in-formList-content,#module_189822315 .Browse-file,#module_189822315 .VerificationCodeinput,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315  .in-formList-content,#module_189822315 .frist-city-select,#module_189822315 .Couty-select,#module_189822315 .City-select,#module_189822315 .VerificationCodeinputWb{border-bottom-style:solid;}
#module_189822315 .smsvcode,#module_189822315 .Pc-formList-content .in-formList-content,#module_189822315 .Browse-file,#module_189822315 .VerificationCodeinput,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315  .in-formList-content,#module_189822315 .frist-city-select,#module_189822315 .Couty-select,#module_189822315 .City-select,#module_189822315 .VerificationCodeinputWb{border-bottom-width:0px;}
#module_189822315 .smsvcode,#module_189822315 .Pc-formList-content .in-formList-content,#module_189822315 .Browse-file,#module_189822315 .VerificationCodeinput,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315  .in-formList-content,#module_189822315 .frist-city-select,#module_189822315 .Couty-select,#module_189822315 .City-select,#module_189822315 .VerificationCodeinputWb{border-left-color:#ccc;}
#module_189822315 .smsvcode,#module_189822315 .Pc-formList-content .in-formList-content,#module_189822315 .Browse-file,#module_189822315 .VerificationCodeinput,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315  .in-formList-content,#module_189822315 .frist-city-select,#module_189822315 .Couty-select,#module_189822315 .City-select,#module_189822315 .VerificationCodeinputWb{border-left-style:solid;}
#module_189822315 .smsvcode,#module_189822315 .Pc-formList-content .in-formList-content,#module_189822315 .Browse-file,#module_189822315 .VerificationCodeinput,#module_189822315 .customFormCheckbox,#module_189822315 input[type=radio],#module_189822315  .in-formList-content,#module_189822315 .frist-city-select,#module_189822315 .Couty-select,#module_189822315 .City-select,#module_189822315 .VerificationCodeinputWb{border-left-width:0px;}
#module_189822315 .smsbtn,#module_189822315 .smsvcode,#module_189822315 .input-text-color{font-size:14px;}
#module_189822315 .smsbtn,#module_189822315 .smsvcode,#module_189822315 .input-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_189822315 .smsvcode,#module_189822315 .input-text-color{color:#999;} #module_189822315 .input-text-color::-ms-input-placeholder{color:#999;} #module_189822315 .input-text-color::-moz-placeholder{color:#999;} #module_189822315 .input-text-color::-webkit-input-placeholder{color:#999;} 
#module_189822315 .smsbtn,#module_189822315 .smsvcode,#module_189822315 .input-text-color{font-weight:normal;}
#module_189822315 .smsbtn,#module_189822315 .smsvcode,#module_189822315 .input-text-color{text-decoration:none;} #module_189822315 .input-text-color::-ms-input-placeholder{text-decoration:none;} #module_189822315 .input-text-color::-moz-placeholder{text-decoration:none;} #module_189822315 .input-text-color::-webkit-input-placeholder{text-decoration:none;}
#module_189822315 .smsbtn,#module_189822315 .smsvcode,#module_189822315 .input-text-color{font-style:normal;}
#module_189822315 .smsvcode:hover,#module_189822315  .Pc-formList-content .in-formList-content:hover,#module_189822315 .Browse-file:hover,#module_189822315 .VerificationCodeinput:hover,#module_189822315 .customFormCheckbox:hover,#module_189822315 input[type=radio]:hover,#module_189822315  .in-formList-content:hover,#module_189822315 .frist-city-select:hover,#module_189822315 .Couty-select:hover,#module_189822315 .City-select:hover,#module_189822315 .VerificationCodeinputWb:hover{border-top-color:#1976d2;}
#module_189822315 .smsvcode:hover,#module_189822315 .Pc-formList-content .in-formList-content:hover,#module_189822315 .Browse-file:hover,#module_189822315 .VerificationCodeinput:hover,#module_189822315 .customFormCheckbox:hover,#module_189822315 input[type=radio]:hover,#module_189822315  .in-formList-content:hover,#module_189822315 .frist-city-select:hover,#module_189822315 .Couty-select:hover,#module_189822315 .City-select:hover,#module_189822315 .VerificationCodeinputWb:hover{border-top-style:none;}
#module_189822315 .smsvcode:hover,#module_189822315 .Pc-formList-content .in-formList-content:hover,#module_189822315 .Browse-file:hover,#module_189822315 .VerificationCodeinput:hover,#module_189822315 .customFormCheckbox:hover,#module_189822315 input[type=radio]:hover,#module_189822315  .in-formList-content:hover,#module_189822315 .frist-city-select:hover,#module_189822315 .Couty-select:hover,#module_189822315 .City-select:hover,#module_189822315 .VerificationCodeinputWb:hover{border-right-color:#1976d2;}
#module_189822315 .smsvcode:hover,#module_189822315 .Pc-formList-content .in-formList-content:hover,#module_189822315 .Browse-file:hover,#module_189822315 .VerificationCodeinput:hover,#module_189822315 .customFormCheckbox:hover,#module_189822315 input[type=radio]:hover,#module_189822315  .in-formList-content:hover,#module_189822315 .frist-city-select:hover,#module_189822315 .Couty-select:hover,#module_189822315 .City-select:hover,#module_189822315 .VerificationCodeinputWb{border-right-style:none;}
#module_189822315 .smsvcode:hover,#module_189822315 .Pc-formList-content .in-formList-content:hover,#module_189822315 .Browse-file:hover,#module_189822315 .VerificationCodeinput:hover,#module_189822315 .customFormCheckbox:hover,#module_189822315 input[type=radio]:hover,#module_189822315  .in-formList-content:hover,#module_189822315 .frist-city-select:hover,#module_189822315 .Couty-select:hover,#module_189822315 .City-select:hover,#module_189822315 .VerificationCodeinputWb:hover{border-bottom-color:#1976d2;}
#module_189822315 .smsvcode:hover,#module_189822315 .Pc-formList-content .in-formList-content:hover,#module_189822315 .Browse-file:hover,#module_189822315 .VerificationCodeinput:hover,#module_189822315 .customFormCheckbox:hover,#module_189822315 input[type=radio]:hover,#module_189822315  .in-formList-content:hover,#module_189822315 .frist-city-select:hover,#module_189822315 .Couty-select:hover,#module_189822315 .City-select:hover,#module_189822315 .VerificationCodeinputWb:hover{border-bottom-style:none;}
#module_189822315 .smsvcode:hover,#module_189822315 .Pc-formList-content .in-formList-content:hover,#module_189822315 .Browse-file:hover,#module_189822315 .VerificationCodeinput:hover,#module_189822315 .customFormCheckbox:hover,#module_189822315 input[type=radio]:hover,#module_189822315  .in-formList-content:hover,#module_189822315 .frist-city-select:hover,#module_189822315 .Couty-select:hover,#module_189822315 .City-select:hover,#module_189822315 .VerificationCodeinputWb:hover{border-left-color:#1976d2;}
#module_189822315 .smsvcode:hover,#module_189822315 .Pc-formList-content .in-formList-content:hover,#module_189822315 .Browse-file:hover,#module_189822315 .VerificationCodeinput:hover,#module_189822315 .customFormCheckbox:hover,#module_189822315 input[type=radio]:hover,#module_189822315  .in-formList-content:hover,#module_189822315 .frist-city-select:hover,#module_189822315 .Couty-select:hover,#module_189822315 .City-select:hover,#module_189822315 .VerificationCodeinputWb:hover{border-left-style:none;}
#module_189822315 .submitbtn:hover{font-size:16px;}
#module_189822315 .submitbtn:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_189822315 .submitbtn:hover{color:#fff;}
#module_189822315 .submitbtn:hover{font-weight:normal;}
#module_189822315 .submitbtn:hover{text-decoration:none;}
#module_189822315 .submitbtn:hover{font-style:normal;}
#module_189822315 .submitbtn:hover{background-color:rgb(78, 127, 195);}
#module_189822315 .submitbtn:hover{background-image:none;}
#module_189822315 .submitbtn:hover{background-repeat:no-repeat;}
#module_189822315 .submitbtn:hover{background-position:50% 50%;}
#module_189822315 .submitbtn:hover{background-attachment:scroll;}
#module_189822315 .submitbtn:hover{}

.module_189823137 .ModuleHead .HeadCenter{float:none;}
#module_189823137 {
padding:0px;
}
#module_189823137 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_189823137 .ModuleHead189823137 {
display:none;
}
#module_189823137 .BodyCenter.BodyCenter189823137 {
background:none;background-color:rgba(0,0,0,0);
}
#module_189823137 >.module_189823137 {
border-top-style:solid;
border-top-color:#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_189823137 >.module_189823137{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_189823137 .BodyCenter.BodyCenter189823137 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_189823137 .BodyCenter.BodyCenter189823137 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_189823137 >.module_189823137 {
margin-top:5.2910%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:5.2910%;
}
}
@media screen and (max-width: 767px){
#module_189823137 >.module_189823137 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_189823137 >.module_189823137 {box-shadow: 0px 0px 0px 0px #ccc}
#module_189823137:hover {
border:none;
}
#module_189823137:hover >.module_189823137 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleButtonGiant.layout-104 .moduleButton{
	background-color: #000;
	font-size: 12px;
	height: 50px;
	width:180px;
	color:#fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	max-width:100%;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
	 /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-104 .buttonbox{
	display: flex;
    justify-content: center;
    align-items: center;
}
.ModuleButtonGiant.layout-104 .buttonbox > span{
	display:inline-flex;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover{
    color:#fff;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover:before{
    background: #333;
}
.ModuleButtonGiant.layout-104 .hvr-sweep-to-right:before,.ModuleButtonGiant.layout-104 .hvr-sweep-to-top:before,.ModuleButtonGiant.layout-104 .Radial-Out:before,.ModuleButtonGiant.layout-104 .RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Vertical:before{
    background: #333
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon{
	flex-direction: column;
	justify-content: center;
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-104 .BreadIcon{
    font-size: 16px;
}.module_189823147 .ModuleHead .HeadCenter{float:none;}
#module_189823147 {
padding:0px;
display:none;
}
#module_189823147 {
position:static;
z-index:1;
top:1554px;
left:1509px;
width:100%;
height: auto;
}
#module_189823147 .ModuleHead189823147 {
display:none;
}
#module_189823147 .BodyCenter.BodyCenter189823147 {
background:none;background-color:rgb(0, 48, 89);
}
#module_189823147 >.module_189823147 {
border-top-style:solid;
border-top-color:#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_189823147 >.module_189823147{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_189823147 .BodyCenter.BodyCenter189823147 {
padding-top:3.9683%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.9683%;
}
}
@media screen and (max-width: 767px){
#module_189823147 .BodyCenter.BodyCenter189823147 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_189823147 >.module_189823147 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_189823147 >.module_189823147 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_189823147 >.module_189823147 {box-shadow: 0px 0px 0px 0px #ccc}
#module_189823147:hover {
border:none;
}
#module_189823147:hover >.module_189823147 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleDownListGiant.layout-102 .load-wrapper{width: 100%;height: auto; padding: 10px;}
.ModuleDownListGiant.layout-102 .loader-title{color:#3b8cff;border-bottom: 2px solid #3b8cff;height: 30px; }
.ModuleDownListGiant.layout-102 .loader-title h2{font-weight: bold;font-size: 16px}
.ModuleDownListGiant.layout-102 .loader-all{font-size:12px;color:#666;}
.ModuleDownListGiant.layout-102 .loader-all ul li{border-bottom: 1px solid #f5f5f5} 
.ModuleDownListGiant.layout-102 .loader-head-row{width: 100%;border-bottom: 1px solid #f5f5f5;text-align: left;height: 50px;line-height: 50px}
.ModuleDownListGiant.layout-102 .loader-inner-row{width: 100%;height: auto; margin-bottom: 18px;}
.ModuleDownListGiant.layout-102 .loader-inner-row:first-child{margin-top: 15px;font-size: 14px;}
.ModuleDownListGiant.layout-102 .color66{color:#666 ! important; font-size: 12px;}
.ModuleDownListGiant.layout-102 .color99{color:#999 ! important;}
.ModuleDownListGiant.layout-102 .down-title{color:#333;display:block;font-size:14px;width: 98%; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 1.5}
.ModuleDownListGiant.layout-102 .col-os-5{width: 41.666665%}
.ModuleDownListGiant.layout-102 .col-os-2{width: 16.666666%}
.ModuleDownListGiant.layout-102 .col-os-4{width: 33.333332%}
.ModuleDownListGiant.layout-102 .pointer{font-size:12px}
.ModuleDownListGiant.layout-102 .pointer:hover{cursor: pointer ! important;}
.ModuleDownListGiant.layout-102 .pull-right{float: right;}
.ModuleDownListGiant.layout-102 .loader-head-row div.col-os-5,.col-os-4,.col-os-2{float: left}
.ModuleDownListGiant.layout-102 .loader-load{text-align: left;width: 100%}
.ModuleDownListGiant.layout-102 .ccc{color: #ccc;}
.ModuleDownListGiant.layout-102 .download-detail{margin-right: 20px;}

@media only screen and (max-width: 767px) {
    .ModuleDownListGiant.layout-102 .download-detail{margin-right: 10px;}
}
.ModuleDownListGiant.layout-102 .pagerGiant .inputer{outline: 0;}.module_189823140 .ModuleHead .HeadCenter{float:none;}
#module_189823140 {
padding:0px;
display:none;
}
#module_189823140 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_189823140 .ModuleHead189823140 {
display:none;
}
#module_189823140 .BodyCenter.BodyCenter189823140 {
background:none;background-color:rgb(235, 235, 235);
}
#module_189823140 >.module_189823140 {
border-top-style:solid;
border-top-color:#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_189823140 >.module_189823140{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_189823140 .BodyCenter.BodyCenter189823140 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_189823140 .BodyCenter.BodyCenter189823140 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_189823140 >.module_189823140 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_189823140 >.module_189823140 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_189823140 >.module_189823140 {box-shadow: 0px 0px 0px 0px #ccc}
#module_189823140:hover {
border:none;
}
#module_189823140:hover >.module_189823140 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_189823140 .download-container li{border-bottom-color:#eee;}
#module_189823140 .download-container li{border-bottom-style:solid;}
#module_189823140 .download-container li{border-bottom-width:1px;}
#module_189823140 .down-title{font-size:14px;}
#module_189823140 .down-title{font-family:微软雅黑,Microsoft YaHei;}
#module_189823140 .down-title{color:rgb(0, 48, 89);}
#module_189823140 .down-title{font-weight:normal;}
#module_189823140 .down-title{text-decoration:none;}
#module_189823140 .down-title{font-style:normal;}
#module_189823140 .loader-inner-size{font-size:12px; line-height:12px;}
#module_189823140 .loader-inner-size{font-family:微软雅黑,Microsoft YaHei;}
#module_189823140 .loader-inner-size{color:rgb(153, 153, 153);}
#module_189823140 .loader-inner-size{font-weight:normal;}
#module_189823140 .loader-inner-size{text-decoration:none;}
#module_189823140 .loader-inner-size{font-style:normal;}
#module_189823140 .loader-inner-time, #module_189823140 .loader-inner-time-icon{font-size:12px; line-height:12px;}
#module_189823140 .loader-inner-time{font-family:微软雅黑,Microsoft YaHei;}
#module_189823140 .loader-inner-time, #module_189823140 .loader-inner-time-icon{color:rgb(153, 153, 153);}
#module_189823140 .loader-inner-time{font-weight:normal;}
#module_189823140 .loader-inner-time{text-decoration:none;}
#module_189823140 .loader-inner-time{font-style:normal;}
#module_189823140 .pointer{font-size:12px; line-height:12px;}
#module_189823140 .pointer{font-family:微软雅黑,Microsoft YaHei;}
#module_189823140 .pointer{color:#333;}
#module_189823140 .pointer{font-weight:normal;}
#module_189823140 .pointer{text-decoration:none;}
#module_189823140 .pointer{font-style:normal;}
#module_189823140 .pagerGiant .text{font-size:px;}
#module_189823140 .pagerGiant .text{font-family:;}
#module_189823140 .pagerGiant .text{color:;}
#module_189823140 .pagerGiant .text{}
#module_189823140 .pagerGiant .text{}
#module_189823140 .pagerGiant .text{}
#module_189823140 .pagerGiant .current,#module_189823140 .pagerGiant .num,#module_189823140 .pagerGiant .inputer{width:px}
#module_189823140 .pagerGiant .current,#module_189823140 .pagerGiant .num,#module_189823140 .pagerGiant .inputer{height:px}
#module_189823140 .pagerGiant .num{font-size:px;}
#module_189823140 .pagerGiant .num{font-family:;}
#module_189823140 .pagerGiant .num{color:;}
#module_189823140 .pagerGiant .num{}
#module_189823140 .pagerGiant .num{}
#module_189823140 .pagerGiant .num{}
#module_189823140 .pagerGiant .submit{width:px}
#module_189823140 .pagerGiant .submit{height:px}
#module_189823140 .pagerGiant .current,#module_189823140 .pagerGiant .num,#module_189823140 .pagerGiant .inputer,#module_189823140 .pagerGiant .submit{border-top-left-radius:px;}
#module_189823140 .pagerGiant .current,#module_189823140 .pagerGiant .num,#module_189823140 .pagerGiant .inputer,#module_189823140 .pagerGiant .submit{border-top-right-radius:px;}
#module_189823140 .pagerGiant .current,#module_189823140 .pagerGiant .num,#module_189823140 .pagerGiant .inputer,#module_189823140 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_189823140 .pagerGiant .current,#module_189823140 .pagerGiant .num,#module_189823140 .pagerGiant .inputer,#module_189823140 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_189823140 .pagerGiant .next,#module_189823140 .pagerGiant .splitline{color:;}
#module_189823140 .pagerGiant .num{background-color:;}
#module_189823140 .pagerGiant .num, #module_189823140 .pagerGiant .inputer{border-top-color:;}
#module_189823140 .pagerGiant .num, #module_189823140 .pagerGiant .inputer{border-top-style:;}
#module_189823140 .pagerGiant .num, #module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit, #module_189823140 .pagerGiant .inputer{border-top-width:px;}
#module_189823140 .pagerGiant .num, #module_189823140 .pagerGiant .inputer{border-bottom-color:;}
#module_189823140 .pagerGiant .num, #module_189823140 .pagerGiant .inputer{border-bottom-style:;}
#module_189823140 .pagerGiant .num, #module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit, #module_189823140 .pagerGiant .inputer{border-bottom-width:px;}
#module_189823140 .pagerGiant .num, #module_189823140 .pagerGiant .inputer{border-left-color:;}
#module_189823140 .pagerGiant .num, #module_189823140 .pagerGiant .inputer{border-left-style:;}
#module_189823140 .pagerGiant .num, #module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit, #module_189823140 .pagerGiant .inputer{border-left-width:px;}
#module_189823140 .pagerGiant .num, #module_189823140 .pagerGiant .inputer{border-right-color:;}
#module_189823140 .pagerGiant .num, #module_189823140 .pagerGiant .inputer{border-right-style:;}
#module_189823140 .pagerGiant .num, #module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit, #module_189823140 .pagerGiant .inputer{border-right-width:px;}
#module_189823140 .page-more a{color: !important;}
#module_189823140 .page-more a{background-color:;}
#module_189823140 .page-more a{border-top-color:;}
#module_189823140 .page-more a{border-top-style:;}
#module_189823140 .page-more a{border-top-width:px;}
#module_189823140 .page-more a{border-bottom-color:;}
#module_189823140 .page-more a{border-bottom-style:;}
#module_189823140 .page-more a{border-bottom-width:px;}
#module_189823140 .page-more a{border-left-color:;}
#module_189823140 .page-more a{border-left-style:;}
#module_189823140 .page-more a{border-left-width:px;}
#module_189823140 .page-more a{border-right-color:;}
#module_189823140 .page-more a{border-right-style:;}
#module_189823140 .page-more a{border-right-width:px;}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit{font-size:px;}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit{font-family:;}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit{color:;}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit{}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit{}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit{}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit{background-color:;}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit, #module_189823140 .pagerGiant .inputer:hover{border-top-color:;}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit, #module_189823140 .pagerGiant .inputer:hover{border-top-style:;}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit, #module_189823140 .pagerGiant .inputer:hover{border-bottom-color:;}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit, #module_189823140 .pagerGiant .inputer:hover{border-bottom-style:;}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit, #module_189823140 .pagerGiant .inputer:hover{border-left-color:;}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit, #module_189823140 .pagerGiant .inputer:hover{border-left-style:;}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit, #module_189823140 .pagerGiant .inputer:hover{border-right-color:;}
#module_189823140 .pagerGiant .current, #module_189823140 .pagerGiant .submit, #module_189823140 .pagerGiant .inputer:hover{border-right-style:;}
#module_189823140 .page-more a:hover{color: !important;}
#module_189823140 .page-more a:hover{background-color:;}
#module_189823140 .page-more a:hover{border-top-color:;}
#module_189823140 .page-more a:hover{border-top-style:;}
#module_189823140 .page-more a:hover{border-top-width:px;}
#module_189823140 .page-more a:hover{border-bottom-color:;}
#module_189823140 .page-more a:hover{border-bottom-style:;}
#module_189823140 .page-more a:hover{border-bottom-width:px;}
#module_189823140 .page-more a:hover{border-left-color:;}
#module_189823140 .page-more a:hover{border-left-style:;}
#module_189823140 .page-more a:hover{border-left-width:px;}
#module_189823140 .page-more a:hover{border-right-color:;}
#module_189823140 .page-more a:hover{border-right-style:;}
#module_189823140 .page-more a:hover{border-right-width:px;}

.module_183407495 .ModuleHead .HeadCenter{float:none;}
#module_183407495 {
padding:0px;
}
#module_183407495 {
position:static;
z-index:1;
top:1718px;
left:1295px;
width:100%;
height: auto;
}
#module_183407495 .ModuleHead183407495 {
display:none;
}
#module_183407495 .BodyCenter.BodyCenter183407495 {
background:none;background-color:rgb(78, 127, 195);
}
#module_183407495 >.module_183407495 {
border-top-style:solid;
border-top-color:#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_183407495 >.module_183407495{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183407495 .BodyCenter.BodyCenter183407495 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183407495 .BodyCenter.BodyCenter183407495 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183407495 >.module_183407495 {
margin-top:5.2910%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183407495 >.module_183407495 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183407495 >.module_183407495 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183407495:hover {
border:none;
}
#module_183407495:hover >.module_183407495 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.module_183407496 .ModuleHead .HeadCenter{float:none;}
#module_183407496 {
padding:0px;
}
#module_183407496 {
position:static;
z-index:1;
top:1923px;
left:1293px;
width:100%;
height: auto;
}
#module_183407496 .ModuleHead183407496 {
display:none;
}
#module_183407496 .BodyCenter.BodyCenter183407496 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183407496 >.module_183407496 {
border-top-style:solid;
border-top-color:#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_183407496 >.module_183407496{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183407496 .BodyCenter.BodyCenter183407496 {
padding-top:3.5842%;
padding-left:3.5842%;
padding-right:0.0000%;
padding-bottom:3.5842%;
}
}
@media screen and (max-width: 767px){
#module_183407496 .BodyCenter.BodyCenter183407496 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183407496 >.module_183407496 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183407496 >.module_183407496 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183407496 >.module_183407496 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183407496:hover {
border:none;
}
#module_183407496:hover >.module_183407496 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183407496 .ModuleImageTextGiantContent{margin-top:0px;}
#module_183407496 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_183407496 .ModuleImageTextGiantContent{margin-left:0px;}
#module_183407496 .ModuleImageTextGiantContent{margin-right:0px;}
#module_183407496 .imageTextGiant-Container{padding-top:0px;}
#module_183407496 .imageTextGiant-Container{padding-bottom:0px;}
#module_183407496 .imageTextGiant-Container{padding-left:0px;}
#module_183407496 .imageTextGiant-Container{padding-right:0px;}
#module_183407496 .showHandle .btn{font-size:14px;}
#module_183407496 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_183407496 .showHandle .btn{color:#333;}
#module_183407496 .showHandle .btn{font-weight:400;}
#module_183407496 .showHandle .btn{text-decoration:none;}
#module_183407496 .showHandle .btn{font-style:normal;}
#module_183407496 .showHandle div{border-top-color:#ddd !important;}
#module_183407496 .showHandle div{border-top-style:solid !important;}
#module_183407496 .showHandle div{border-top-width:1px !important;}
#module_183407496 .showHandle{background-color:transparent;}
#module_183407496 .showHandle{background-image:none;}
#module_183407496 .showHandle{background-repeat:no-repeat;}
#module_183407496 .showHandle{}
#module_183407496 .showHandle{}
#module_183407496 .showHandle{}
#module_183407496 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer183407490 #Sub183407490_2 {width:32.1186%;}
.module_183111511 .ModuleHead .HeadCenter{float:none;}
#module_183111511 {
padding:0px;
}
#module_183111511 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_183111511 .ModuleHead183111511 {
display:none;
}
#module_183111511 .BodyCenter.BodyCenter183111511 {
background:none;background-color:rgb(242, 242, 242);
}
#module_183111511 >.module_183111511 {
border-top-style:solid;
border-top-color:rgb(90, 90, 90);
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_183111511 >.module_183111511{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183111511 .BodyCenter.BodyCenter183111511 {
padding-top:1.0460%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_183111511 .BodyCenter.BodyCenter183111511 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183111511 >.module_183111511 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183111511 >.module_183111511 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183111511 >.module_183111511 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183111511:hover {
border:none;
}
#module_183111511:hover >.module_183111511 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183111511 .ModuleSubContainer{background-color:transparent;}
#module_183111511 .ModuleSubContainer{background-image:none;}
#module_183111511 .ModuleSubContainer{background-repeat:no-repeat;}
#module_183111511 .ModuleSubContainer{background-position:0% 0%;}
#module_183111511 .ModuleSubContainer{background-attachment:scroll;}
#module_183111511 .ModuleSubContainer{}
#module_183111511 {!bgVideo!}{bgVideoUrl:none}
#module_183111511 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_183111511 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_183111511 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer183111511 {}
.ModuleGridContainer.ModuleGridContainer183111511 .SubPadding {width:0px;}
.module_183111528 .ModuleHead .HeadCenter{float:none;}
#module_183111528 {
padding:0px;
}
#module_183111528 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_183111528 .ModuleHead183111528 {
display:none;
}
#module_183111528 .BodyCenter.BodyCenter183111528 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183111528 >.module_183111528 {
border-top-style:solid;
border-top-color:#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_183111528 >.module_183111528{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183111528 .BodyCenter.BodyCenter183111528 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183111528 .BodyCenter.BodyCenter183111528 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183111528 >.module_183111528 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183111528 >.module_183111528 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183111528 >.module_183111528 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183111528:hover {
border:none;
}
#module_183111528:hover >.module_183111528 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183111528 .ModuleImageTextGiantContent{margin-top:0px;}
#module_183111528 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_183111528 .ModuleImageTextGiantContent{margin-left:0px;}
#module_183111528 .ModuleImageTextGiantContent{margin-right:0px;}
#module_183111528 .imageTextGiant-Container{padding-top:4px;}
#module_183111528 .imageTextGiant-Container{padding-bottom:0px;}
#module_183111528 .imageTextGiant-Container{padding-left:0px;}
#module_183111528 .imageTextGiant-Container{padding-right:0px;}
#module_183111528 .showHandle .btn{font-size:14px;}
#module_183111528 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_183111528 .showHandle .btn{color:#333;}
#module_183111528 .showHandle .btn{font-weight:400;}
#module_183111528 .showHandle .btn{text-decoration:none;}
#module_183111528 .showHandle .btn{font-style:normal;}
#module_183111528 .showHandle div{border-top-color:#ddd !important;}
#module_183111528 .showHandle div{border-top-style:solid !important;}
#module_183111528 .showHandle div{border-top-width:1px !important;}
#module_183111528 .showHandle{background-color:transparent;}
#module_183111528 .showHandle{background-image:none;}
#module_183111528 .showHandle{background-repeat:no-repeat;}
#module_183111528 .showHandle{}
#module_183111528 .showHandle{}
#module_183111528 .showHandle{}
#module_183111528 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer183111511 #Sub183111511_1 {width:6.0000%;}
/*友情链接 layout 101*/

.ModuleLinkListGiant.layout-101{min-height: 29px;}
.ModuleLinkListGiant.layout-101 .LinkHor{display: inline-block;white-space: nowrap;}
.ModuleLinkListGiant.layout-101 .LinkVer{display:block;}
.ModuleLinkListGiant.layout-101 .btn:hover{text-decoration:underline;}.module_183111529 .ModuleHead .HeadCenter{float:none;}
#module_183111529 {
padding:0px;
}
#module_183111529 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_183111529 .ModuleHead183111529 {
display:none;
}
#module_183111529 .BodyCenter.BodyCenter183111529 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183111529 >.module_183111529 {
border-top-style:solid;
border-top-color:#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_183111529 >.module_183111529{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183111529 .BodyCenter.BodyCenter183111529 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183111529 .BodyCenter.BodyCenter183111529 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183111529 >.module_183111529 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183111529 >.module_183111529 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183111529 >.module_183111529 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183111529:hover {
border:none;
}
#module_183111529:hover >.module_183111529 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183111529 .BodyCenter{text-align:left;}
#module_183111529 .link-item .LinkHor .btn-link{font-size:12px;}
#module_183111529 .link-item .LinkHor .btn-link{font-family:微软雅黑,Microsoft YaHei;}
#module_183111529 .link-item .LinkHor .btn-link{color:rgb(63, 63, 63);}
#module_183111529 .link-item .LinkHor .btn-link{font-weight:normal;}
#module_183111529 .link-item .LinkHor .btn-link{text-decoration:none;}
#module_183111529 .link-item .LinkHor .btn-link{font-style:normal;}
#module_183111529 .link-item .LinkHor .btn-link:hover{font-size:12px;}
#module_183111529 .link-item .LinkHor .btn-link:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_183111529 .link-item .LinkHor .btn-link:hover{color:rgb(63, 63, 63);}
#module_183111529 .link-item .LinkHor .btn-link:hover{font-weight:normal;}
#module_183111529 .link-item .LinkHor .btn-link:hover{text-decoration:underline;}
#module_183111529 .link-item .LinkHor .btn-link:hover{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer183111511 #Sub183111511_2 {width:94.0000%;}
.module_183111267 .ModuleHead .HeadCenter{float:none;}
#module_183111267 {
padding:0px;
}
#module_183111267 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_183111267 .ModuleHead183111267 {
display:none;
}
#module_183111267 .BodyCenter.BodyCenter183111267 {
background:none;background-color:#003182;
}
#module_183111267 >.module_183111267 {
border-top-style:solid;
border-top-color:#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_183111267 >.module_183111267{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183111267 .BodyCenter.BodyCenter183111267 {
padding-top:3.1348%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.1348%;
}
}
@media screen and (max-width: 767px){
#module_183111267 .BodyCenter.BodyCenter183111267 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183111267 >.module_183111267 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183111267 >.module_183111267 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183111267 >.module_183111267 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183111267:hover {
border:none;
}
#module_183111267:hover >.module_183111267 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183111267 .ModuleSubContainer{background-color:transparent;}
#module_183111267 .ModuleSubContainer{background-image:none;}
#module_183111267 .ModuleSubContainer{background-repeat:no-repeat;}
#module_183111267 .ModuleSubContainer{background-position:0% 0%;}
#module_183111267 .ModuleSubContainer{background-attachment:scroll;}
#module_183111267 .ModuleSubContainer{}
#module_183111267 {!bgVideo!}{bgVideoUrl:none}
#module_183111267 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_183111267 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_183111267 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer183111267 {}
.ModuleGridContainer.ModuleGridContainer183111267 .SubPadding {width:0px;}
.module_183111422 .ModuleHead .HeadCenter{float:none;}
#module_183111422 {
padding:0px;
}
#module_183111422 {
position:static;
z-index:0;
top:7874px;
left:746px;
width:100%;
height: auto;
}
#module_183111422 .ModuleHead183111422 {
display:none;
}
#module_183111422 .BodyCenter.BodyCenter183111422 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183111422 >.module_183111422 {
border-top-style:solid;
border-top-color:#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_183111422 >.module_183111422{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183111422 .BodyCenter.BodyCenter183111422 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183111422 .BodyCenter.BodyCenter183111422 {
padding-top:0.0000%;
padding-left:2.8818%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_183111422 >.module_183111422 {
margin-top:0.0000%;
margin-left:1.2605%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183111422 >.module_183111422 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_183111422 >.module_183111422 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183111422:hover {
border:none;
}
#module_183111422:hover >.module_183111422 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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


.module_183111425 .ModuleHead .HeadCenter{float:none;}
#module_183111425 {
padding:0px;
}
#module_183111425 {
position:static;
z-index:0;
top:7816px;
left:861px;
width:100%;
height: auto;
}
#module_183111425 .ModuleHead183111425 {
display:none;
}

#module_183111425 .ModuleImageTextGiantContent{margin-top:0px;}
#module_183111425 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_183111425 .ModuleImageTextGiantContent{margin-left:0px;}
#module_183111425 .ModuleImageTextGiantContent{margin-right:0px;}
#module_183111425 .imageTextGiant-Container{padding-top:10px;}
#module_183111425 .imageTextGiant-Container{padding-bottom:10px;}
#module_183111425 .imageTextGiant-Container{padding-left:10px;}
#module_183111425 .imageTextGiant-Container{padding-right:10px;}
#module_183111425 .showHandle .btn{font-size:14px;}
#module_183111425 .showHandle .btn{font-family:;}
#module_183111425 .showHandle .btn{color:#333;}
#module_183111425 .showHandle .btn{font-weight:400;}
#module_183111425 .showHandle .btn{text-decoration:none;}
#module_183111425 .showHandle .btn{font-style:normal;}
#module_183111425 .showHandle div{border-top-color:#ddd !important;}
#module_183111425 .showHandle div{border-top-style:solid !important;}
#module_183111425 .showHandle div{border-top-width:1px !important;}
#module_183111425 .showHandle{background-color:transparent;}
#module_183111425 .showHandle{}
#module_183111425 .showHandle{background-repeat:no-repeat;}
#module_183111425 .showHandle{}
#module_183111425 .showHandle{}
#module_183111425 .showHandle{}
#module_183111425 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer183111267 #Sub183111267_1 {width:59.5833%;}
.module_183111405 .ModuleHead .HeadCenter{float:none;}
#module_183111405 {
padding:0px;
}
#module_183111405 {
position:static;
z-index:0;
top:7854px;
left:1381px;
width:100%;
height: auto;
}
#module_183111405 .ModuleHead183111405 {
display:none;
}
#module_183111405 {
border:none;
}
@media screen and (min-width: 768px){
#module_183111405 >.module_183111405 {
margin-top:10.7216%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183111405 >.module_183111405 {
}
}

#module_183111405 .ModuleImageTextGiantContent{margin-top:0px;}
#module_183111405 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_183111405 .ModuleImageTextGiantContent{margin-left:0px;}
#module_183111405 .ModuleImageTextGiantContent{margin-right:0px;}
#module_183111405 .imageTextGiant-Container{padding-top:10px;}
#module_183111405 .imageTextGiant-Container{padding-bottom:10px;}
#module_183111405 .imageTextGiant-Container{padding-left:10px;}
#module_183111405 .imageTextGiant-Container{padding-right:10px;}
#module_183111405 .showHandle .btn{font-size:14px;}
#module_183111405 .showHandle .btn{font-family:;}
#module_183111405 .showHandle .btn{color:#333;}
#module_183111405 .showHandle .btn{font-weight:400;}
#module_183111405 .showHandle .btn{text-decoration:none;}
#module_183111405 .showHandle .btn{font-style:normal;}
#module_183111405 .showHandle div{border-top-color:#ddd !important;}
#module_183111405 .showHandle div{border-top-style:solid !important;}
#module_183111405 .showHandle div{border-top-width:1px !important;}
#module_183111405 .showHandle{background-color:transparent;}
#module_183111405 .showHandle{}
#module_183111405 .showHandle{background-repeat:no-repeat;}
#module_183111405 .showHandle{}
#module_183111405 .showHandle{}
#module_183111405 .showHandle{}
#module_183111405 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer183111267 #Sub183111267_2 {width:40.4167%;}
#module_417885296{display:none;}
.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: 25px;
    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_183065522 .ModuleHead .HeadCenter{float:none;}
#module_183065522 {
padding:0px;
}
#module_183065522 {
}
#module_183065522 .ModuleHead183065522 {
display:none;
}
#module_183065522 .BodyCenter.BodyCenter183065522 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183065522 >.module_183065522 {
border-top-style:solid;
border-top-color:#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_183065522 >.module_183065522{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183065522 .BodyCenter.BodyCenter183065522 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_183065522 .BodyCenter.BodyCenter183065522 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_183065522 >.module_183065522 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_183065522 >.module_183065522 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_183065522 >.module_183065522 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183065522:hover {
border:none;
}
#module_183065522:hover >.module_183065522 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183065522 .langlistbox{background-color:} #module_183065522 .langlistbox .jt{border-bottom-color:}
#module_183065522 .langlistbox .langinfo{color:}
#module_183065522 .langlistbox .langinfo{background-color:}
#module_183065522 .langlistbox .langinfo{border-color:}
#module_183065522 .langlistbox .langtxt{ font-size:px }
#module_183065522 .langlistbox .langtxt{ color: }
#module_183065522 {}#module_183065522.layout-101 #header{border-bottom-color:transparent;}
#module_183065522 {}#module_183065522.layout-101 #header{border-bottom-style:none;}
#module_183065522 {}#module_183065522.layout-101 #header{border-bottom-width:0px;}
#module_183065522 {}#module_183065522.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_183065522 {}#module_183065522.layout-101 #MobileNav{background-color: transparent;} #module_183065522.layout-101 #header{background-color:rgb(75, 137, 223);}
#module_183065522 {}#module_183065522.layout-101 #header{}
#module_183065522 {}#module_183065522.layout-101 #header p{font-Family:;}
#module_183065522 {}#module_183065522.layout-101 #header p{font-size:px;}
#module_183065522 {}#module_183065522.layout-101 #header p{color:#fff;}
#module_183065522 {}#module_183065522.layout-101 #header p{}
#module_183065522 {}#module_183065522.layout-101 #header p{}
#module_183065522 {}#module_183065522.layout-101 #header p{}
#module_183065522 {}#module_183065522.layout-101 .lcitem .rect{background:#fff;} #module_183065522.layout-101 .icons{color:#fff;} #module_183065522.layout-101 .svgdiv svg>*{fill:#fff;}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item ul li{border-bottom-color:rgb(127, 178, 250);}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item,#module_183065522.layout-101 #MobileNavFloatLayer{background-color:rgb(75, 137, 223);}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item,#module_183065522.layout-101 #MobileNavFloatLayer{}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li>a{background:rgb(75, 137, 223);}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li>a{}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li>a,#module_183065522.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li .subnav a{background:rgb(0, 48, 89);}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li .subnav a,#module_183065522.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li>a,#module_183065522.layout-101 .micro-nav-item>ul>li>a p{font-family:;}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li>a,#module_183065522.layout-101 .micro-nav-item>ul>li>a p{font-size:px;}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li .subnav a,#module_183065522.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:;}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li .subnav a,#module_183065522.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:px;}
#module_183065522 .langlistbox li:hover .langinfo,#module_183065522 .langactive .langinfo {color:}
#module_183065522 .langlistbox li:hover .langinfo,#module_183065522 .langactive .langinfo{background-color:}
#module_183065522 .langlistbox li:hover .langinfo,#module_183065522 .langactive .langinfo{border-color:}
#module_183065522 .langlistbox li:hover .langtxt,#module_183065522 .langactive .langtxt{ color: }
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li>a:hover,#module_183065522.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:#888;}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:rgb(75, 137, 223);}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_183065522 {}#module_183065522.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_183065522.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_183065527 .ModuleHead .HeadCenter{float:none;}
#module_183065527 {
padding:0px;
}
#module_183065527 {
}
#module_183065527 .ModuleHead183065527 {
display:none;
}

#module_183065527 .defaultbtn{background-color:#fff}
#module_183065527 .defaultbtn{}
#module_183065527 .spotgroup{color:#1e88e5}
#module_183065527 .itembtn{background-color:}
#module_183065527 .itembtn{}
#module_183065527 .itemicon{color:} #module_183065527 svg>*{fill:}
#module_183065527 .itemtext{background-color:} #module_183065527 .itemtextright::before{border-left-color:} #module_183065527 .itemtextleft::before{border-right-color:}
#module_183065527 .itemtext{}
#module_183065527 .itemtext{font-size:px;}
#module_183065527 .itemtext{font-family:;}
#module_183065527 .itemtext{color: !important;}
#module_183065527 .itemtext{}
#module_183065527 .itemtext{}
#module_183065527 .itemtext{}
#module_183065527 .defaultbtnbghover{background-color:#1e88e5}
#module_183065527 .defaultbtnbghover{}
#module_183065527 .defaultbtniconbghover{color:#fff}
.module_183065523 .ModuleHead .HeadCenter{float:none;}
#module_183065523 {
padding:0px;
}
#module_183065523 {
}
#module_183065523 .ModuleHead183065523 {
display:none;
}
#module_183065523 .BodyCenter.BodyCenter183065523 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183065523 >.module_183065523 {
border-top-style:solid;
border-top-color:#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_183065523 >.module_183065523{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183065523 .BodyCenter.BodyCenter183065523 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_183065523 .BodyCenter.BodyCenter183065523 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_183065523 >.module_183065523 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_183065523 >.module_183065523 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_183065523 >.module_183065523 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183065523:hover {
border:none;
}
#module_183065523:hover >.module_183065523 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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




.lianxius ul li{color:#eaeaea !important;}

.booNavigation li.navItem > a{font-weight:bold;}

.navItem2{line-height:22px; float:right; padding:15px 5px; background-color:#003182; color:#FFF;}
.navItem2 span{font-size:15px; font-weight:bold; letter-spacing:0.5px;}
.dbsj{letter-spacing:1px !important;}



.ag7-main{width:1200px;margin:0 auto;}
.ag7-main .phone-index-banner{display:none}
.ag7-bannerslide{position:relative;}
.ag7-bannerslide .slidebox{position:relative;height:350px}
.ag7-bannerslide .slidebox li{display:block;position:absolute;width:100%;height:100%;left:0;top:0}
.ag7-bannerslide a img{display:block;width:1140px;height:350px}
.ag7-bannerslide .slideinfo{width:100%;position:absolute;left:0;bottom:0;z-index:10}
.ag7-bannerslide .slidetitle{width:1140px;color:#fff;background:rgba(0,0,0,.2)}
.ag7-bannerslide .slidetitle h2{font-size:18px;height:40px;line-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 15px}
.ag7-bannerslide .slidelist{position:absolute;right:0;bottom:0;width:60px;height:350px;color:#fff;font-size:14px;background-color:#222}
.ag7-bannerslide .slidelist ul{position:absolute;z-index:10;width:100%;text-align:center}
.ag7-bannerslide .slidelist ul li{width:100%; height:60px; line-height:60px;margin:5px 0 10px;cursor:pointer}
.ag7-bannerslide .slidelist .mask{width:70px;height:60px;position:absolute;left:-10px;top:5px;background:url(../images/mask_03.png) no-repeat center center;display:block}


.cxt{margin:0 2%;}

.frist_item select{height:44px; width:100%; border:none; outline:none;}

.clearfix{clear:both;}

#ifr .container{background-color:#003182 !important;}


.lytit{background-color:#003059 !important;}
.lytit p{color:#FFF; font-size:24px;}






















