/*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:68.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;
}
.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;
	line-height:15px;
}

.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: 60%;
	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}
#HeaderZone{height:auto !important;}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

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

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

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

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_183111155 .ModuleHead .HeadCenter{float:none;}
#module_183111155 {
padding:0px;
}
#module_183111155 {
position:static;
z-index:0;
top:1077px;
left:1823px;
width:100%;
height: auto;
}
#module_183111155 .ModuleHead183111155 {
display:none;
}

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

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

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

#module_183112181 .ModuleSubContainer{background-color:transparent;}
#module_183112181 .ModuleSubContainer{}
#module_183112181 .ModuleSubContainer{background-repeat:no-repeat;}
#module_183112181 .ModuleSubContainer{background-position:0% 0%;}
#module_183112181 .ModuleSubContainer{background-attachment:scroll;}
#module_183112181 .ModuleSubContainer{}
#module_183112181 {!bgVideo!}{bgVideoUrl:}
#module_183112181 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_183112181 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_183112181 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer183112181 {}
.ModuleSiteGalleryV2Giant.layout-105 .gallery-list{padding-top: 74.375%;height: 0 !important;position: relative;}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105{
    position: absolute;
    width: 23.125%;
    padding-top: 23.125%;
    cursor: pointer;
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105:first-child,
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105:nth-child(6){
    width: 48.75%;
    padding-top: 48.75%;
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105:first-child{top: 0 !important;left: 0 !important;}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105:nth-child(2){top: 0 !important;left: 51.25% !important;}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105:nth-child(3){top: 0 !important;left: 76.875% !important;}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105:nth-child(4){top: 68.907563% !important;left: 0 !important;}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105:nth-child(5){top: 68.907563% !important;left: 25.625% !important;}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105:nth-child(6){top: 34.453781% !important;left: 51.25% !important;}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 img{width: 100%;}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-box,
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-cover{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-cover{
    left: -100%;
    bottom: -100%;
    background: rgba(0,0,0,0);
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-cover{
    -webkit-transition: background 0.3s ease 0.1s,left 0.3s ease 0s,bottom  0.3s ease 0s;
    -o-transition: background 0.3s ease 0.1s,left 0.3s ease 0s,bottom  0.3s ease 0s;
    transition: background 0.3s ease 0.1s,left 0.3s ease 0s,bottom  0.3s ease 0s;
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-msg{
    opacity: 0;
    /* -webkit-transition: opacity 0.7s ease 0s;
    -webkit-transition: opacity 0.7s ease 0s;
    -webkit-transition: opacity 0.7s ease 0s;  */
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105:hover .image-content .image-msg{opacity: 1;}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105:hover .image-content .image-cover{
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #ffffff;
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom span{
    display: inline;
    background: rgba(0,0,0,0.6);
    font-size: 24px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom{
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in 0.3s;
    -webkit-transition: opacity 0.4s ease-in 0.3s;
    -webkit-transition: opacity 0.4s ease-in 0.3s;
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105:hover .title-bottom{
    opacity: 0;
    -webkit-transition: opacity 0.7s ease-out 0s;
    -webkit-transition: opacity 0.7s ease-out 0s;
    -webkit-transition: opacity 0.7s ease-out 0s;
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105>div{
    height: 100%;
}
.ModuleSiteGalleryV2Giant.layout-105 div[class*="new-skitter-"].image-animate{
	opacity: 0;
	-moz-animation: skitterAnimationScaleUpFadeIn 1s forwards;
	-o-animation: skitterAnimationScaleUpFadeIn 1s forwards;
	-webkit-animation: skitterAnimationScaleUpFadeIn 1s forwards;
	animation: skitterAnimationScaleUpFadeIn 1s forwards;
}
.ModuleSiteGalleryV2Giant.layout-105 div[class*="old-skitter-"].image-animate{
	opacity: 1;
	-moz-animation: skitterAnimationFallDown 1s forwards;
	-o-animation: skitterAnimationFallDown 1s forwards;
	-webkit-animation: skitterAnimationFallDown 1s forwards;
	animation: skitterAnimationFallDown 1s forwards;
}
.ModuleSiteGalleryV2Giant.layout-105 .image-animate{overflow: hidden;}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-msg{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-family: "Microsoft YaHei";
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-msg .image-title{
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 9%;
}
.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-msg .image-intro{
    color: #f3f3f3;
    font-size: 12px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    padding: 0 17.43%;
}
.lg-sub-html .SiteGalleryGiantTitle105{font-size: 14px;}
.lg-sub-html p.SiteGalleryGiantText105{color:#fff;}
.lg-sub-html .SiteGalleryGiantLink105{font-size: 12px;color:#fff;line-height: 16px}
.lg-sub-html .SiteGalleryGiantLink105 .icon-sousuo{font-size: 12px;margin-right: 5px;margin-top: 2px}
@media only screen and (max-width: 767px) {
    .ModuleSiteGalleryV2Giant.layout-105 .gallery-list{padding-top: 62.698412%;}
    .ModuleSiteGalleryV2Giant.layout-105 .image-item-105:first-child{top: 0 !important;left: 2.645502% !important;}
    .ModuleSiteGalleryV2Giant.layout-105 .image-item-105:nth-child(2){top: 0 !important;left: 34.656084% !important;}
    .ModuleSiteGalleryV2Giant.layout-105 .image-item-105:nth-child(3){top: 0 !important;left: 66.666666% !important;}
    .ModuleSiteGalleryV2Giant.layout-105 .image-item-105:nth-child(4){top: 51.054691% !important;left: 2.645502% !important;}
    .ModuleSiteGalleryV2Giant.layout-105 .image-item-105:nth-child(5){top: 51.054691% !important;left: 34.656084% !important;}
    .ModuleSiteGalleryV2Giant.layout-105 .image-item-105:nth-child(6){top: 51.054691% !important;left: 66.666666% !important;}
    .ModuleSiteGalleryV2Giant.layout-105 .image-item-105{
        width: 30.68773% !important;
        padding-top: 30.68773% !important;
    }
    .ModuleSiteGalleryV2Giant.layout-105 .image-item-105:hover .image-content .image-cover{
        opacity: 0  !important;
        background: rgba(0,0,0,0) !important;
    }
    .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom span{padding: 0 12px;}
    .ModuleSiteGalleryV2Giant.layout-105 .image-item-105:hover .title-bottom{
        opacity: 1;
    }
    .ModuleSiteGalleryV2Giant.layout-105 .image-item-105:hover .image-content .image-msg{opacity: 0;}
    .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom{
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
}
/*@media only screen and (max-width: 767px) {*/
    /*.ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom{*/
        /*height: 20px;*/
        /*line-height: 20px;*/
        /*font-size: 12px;*/
    /*}*/
/*}*/
/*普通的淡入淡出效果*/
@-moz-keyframes skitterAnimationFallDown {
	to { opacity: 0; }
}

@-o-keyframes skitterAnimationFallDown {
	to { opacity: 0;}
}

@-webkit-keyframes skitterAnimationFallDown {
	to { opacity: 0; }
}

@keyframes skitterAnimationFallDown {
	to { opacity: 0; }
}

@-moz-keyframes skitterAnimationScaleUpFadeIn {
	from { opacity: 0;}
	to { visibility: visible; opacity: 1; }
}

@-o-keyframes skitterAnimationScaleUpFadeIn {
	from { opacity: 0; }
	to { visibility: visible; opacity: 1; }
}

@-webkit-keyframes skitterAnimationScaleUpFadeIn {
	from { opacity: 0;}
	to { visibility: visible; opacity: 1; }
}

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

#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom span{background:;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom span{}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom span{font-size:16px;} @media only screen and (max-width: 991px) {#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom span{font-size:calc(16px * 7 / 8);}}  @media only screen and (max-width: 767px) {#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom span{font-size:calc(16px * 3 / 4);}}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom span{font-family:微软雅黑,Microsoft YaHei;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom span{color:#fff;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom span{font-weight:normal;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom span{text-decoration:none;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .title-bottom span{}
#module_183112182 .image-item-105:hover .image-content .image-cover{background:;}
#module_183112182 .image-item-105:hover .image-content .image-cover{}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-title{font-size:24px;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-title{color:#fff;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-title{font-weight:normal;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-title{text-decoration:none;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-title{}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-intro{font-size:12px;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-intro{font-family:微软雅黑,Microsoft YaHei;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-intro{color:#f3f3f3;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-intro{font-weight:normal;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-intro{text-decoration:none;}
#module_183112182 .ModuleSiteGalleryV2Giant.layout-105 .image-item-105 .image-content .image-intro{}

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

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

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

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

#module_209677757 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_209677757 .ModuleSubContainer {
    /*background-image: url(../images/20210223143549a12ec0.jpg);*/
	/*background-color:#4e7fc4;*/
	/*border:1px solid #dedede;*/
}
#module_209677757 .ModuleSubContainer{background-repeat:repeat-y;}
#module_209677757 .ModuleSubContainer{background-position:50% 0%;}
#module_209677757 .ModuleSubContainer{background-attachment:scroll;}
#module_209677757 .ModuleSubContainer{}
#module_209677757 {!bgVideo!}{bgVideoUrl:none}
#module_209677757 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_209677757 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_209677757 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer209677757 {}
.ModuleGridContainer.ModuleGridContainer209677757 .SubPadding {width:0px;}
.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_209677639 .ModuleHead .HeadCenter{float:none;}
#module_209677639 {
padding:0px;
}
#module_209677639 {
position:static;
z-index:0;
top:2055px;
left:579px;
width:100%;
height: auto;
}
#module_209677639 .ModuleHead209677639 {
display:none;
}
#module_209677639 .BodyCenter.BodyCenter209677639 {
background:none;background-color:rgba(0,0,0,0);
}
#module_209677639 >.module_209677639 {
border-top-style:solid;
border-top-color:#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_209677639 >.module_209677639{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_209677639 .BodyCenter.BodyCenter209677639 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_209677639 .BodyCenter.BodyCenter209677639 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_209677639 >.module_209677639 {
margin-top:10.4712%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:10.4712%;
}
}
@media screen and (max-width: 767px){
#module_209677639 >.module_209677639 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_209677639 >.module_209677639 {box-shadow: 0px 0px 0px 0px #ccc}
#module_209677639:hover {
border:none;
}
#module_209677639:hover >.module_209677639 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_209677639 .BodyCenter{text-align:center;}
#module_209677639 .moduleButton{font-size:14px;}
#module_209677639 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_209677639 .moduleButton{color:#fff;}
#module_209677639 .moduleButton{font-weight:normal;}
#module_209677639 .moduleButton{text-decoration:none;}
#module_209677639 .moduleButton{font-style:normal;}
#module_209677639 .moduleButton, #module_209677639 .moduleButton:before{background-color:rgb(0, 47, 88);}
#module_209677639 .moduleButton, #module_209677639 .moduleButton:before{}
#module_209677639 .moduleButton, #module_209677639 .moduleButton:before{}
#module_209677639 .moduleButton, #module_209677639 .moduleButton:before{}
#module_209677639 .moduleButton, #module_209677639 .moduleButton:before{}
#module_209677639 .moduleButton, #module_209677639 .moduleButton:before{}
#module_209677639 .moduleButton{border-color:rgb(0, 47, 88);}
#module_209677639 .moduleButton{border-style:solid;}
#module_209677639 .moduleButton{border-width:0px;}
#module_209677639 .moduleButton{width:160px;}
#module_209677639 .moduleButton,#module_209677639 .BreadsvgIcon{height:45px;line-height:45px;}
#module_209677639 .BodyCenter{color:#fff;}
#module_209677639 .moduleButton{border-top-left-radius:0px;}
#module_209677639 .moduleButton{border-top-right-radius:0px;}
#module_209677639 .moduleButton{border-bottom-left-radius:0px;}
#module_209677639 .moduleButton{border-bottom-right-radius:0px;}
#module_209677639 .BreadIcon{font-size:16px;} #module_209677639 .BreadsvgIcon svg{width:16px;height:16px;}
#module_209677639 .BreadIcon{color:#fff;} #module_209677639 .BreadsvgIcon svg>*{fill:#fff;}
#module_209677639 .BreadIcon,#module_209677639 .BreadsvgIcon{margin-left:10px;}
#module_209677639 .BreadIcon,#module_209677639 .BreadsvgIcon{margin-right:10px;}
#module_209677639 .moduleButton{box-shadow:;}
#module_209677639 .moduleButton:hover .BreadIcon{font-size:16px;} #module_209677639 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_209677639 .moduleButton:hover .BreadIcon{color:#fff} #module_209677639 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_209677639 .moduleButton:hover{font-size:14px;}
#module_209677639 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_209677639 .moduleButton:hover{color:#fff;}
#module_209677639 .moduleButton:hover{font-weight:normal;}
#module_209677639 .moduleButton:hover{text-decoration:none;}
#module_209677639 .moduleButton:hover{font-style:normal;}
#module_209677639 .moduleButton:hover, #module_209677639 .moduleButton:hover:before{background-image: unset;background-color:rgba(0, 47, 88, 0.8);}
#module_209677639 .moduleButton:hover, #module_209677639 .moduleButton:hover:before{}
#module_209677639 .moduleButton:hover, #module_209677639 .moduleButton:hover:before{}
#module_209677639 .moduleButton:hover, #module_209677639 .moduleButton:hover:before{}
#module_209677639 .moduleButton:hover, #module_209677639 .moduleButton:hover:before{}
#module_209677639 .moduleButton:hover, #module_209677639 .moduleButton:hover:before{}
#module_209677639 .moduleButton:hover{border-color:rgb(0, 47, 88);}
#module_209677639 .moduleButton:hover{border-style:solid;}
#module_209677639 .moduleButton:hover{border-width:0px;}
#module_209677639 .moduleButton:hover{box-shadow:;}

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

#module_209678054 .BodyCenter{text-align:center;}
#module_209678054 .moduleButton{font-size:14px;}
#module_209678054 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_209678054 .moduleButton{color:#fff;}
#module_209678054 .moduleButton{font-weight:normal;}
#module_209678054 .moduleButton{text-decoration:none;}
#module_209678054 .moduleButton{font-style:normal;}
#module_209678054 .moduleButton, #module_209678054 .moduleButton:before{background-color:rgb(0, 47, 88);}
#module_209678054 .moduleButton, #module_209678054 .moduleButton:before{}
#module_209678054 .moduleButton, #module_209678054 .moduleButton:before{}
#module_209678054 .moduleButton, #module_209678054 .moduleButton:before{}
#module_209678054 .moduleButton, #module_209678054 .moduleButton:before{}
#module_209678054 .moduleButton, #module_209678054 .moduleButton:before{}
#module_209678054 .moduleButton{border-color:rgb(0, 47, 88);}
#module_209678054 .moduleButton{border-style:solid;}
#module_209678054 .moduleButton{border-width:0px;}
#module_209678054 .moduleButton{width:160px;}
#module_209678054 .moduleButton,#module_209678054 .BreadsvgIcon{height:45px;line-height:45px;}
#module_209678054 .BodyCenter{color:#fff;}
#module_209678054 .moduleButton{border-top-left-radius:0px;}
#module_209678054 .moduleButton{border-top-right-radius:0px;}
#module_209678054 .moduleButton{border-bottom-left-radius:0px;}
#module_209678054 .moduleButton{border-bottom-right-radius:0px;}
#module_209678054 .BreadIcon{font-size:16px;} #module_209678054 .BreadsvgIcon svg{width:16px;height:16px;}
#module_209678054 .BreadIcon{color:#fff;} #module_209678054 .BreadsvgIcon svg>*{fill:#fff;}
#module_209678054 .BreadIcon,#module_209678054 .BreadsvgIcon{margin-left:10px;}
#module_209678054 .BreadIcon,#module_209678054 .BreadsvgIcon{margin-right:10px;}
#module_209678054 .moduleButton{box-shadow:;}
#module_209678054 .moduleButton:hover .BreadIcon{font-size:16px;} #module_209678054 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_209678054 .moduleButton:hover .BreadIcon{color:#fff} #module_209678054 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_209678054 .moduleButton:hover{font-size:14px;}
#module_209678054 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_209678054 .moduleButton:hover{color:#fff;}
#module_209678054 .moduleButton:hover{font-weight:normal;}
#module_209678054 .moduleButton:hover{text-decoration:none;}
#module_209678054 .moduleButton:hover{font-style:normal;}
#module_209678054 .moduleButton:hover, #module_209678054 .moduleButton:hover:before{background-image: unset;background-color:rgba(0, 47, 88, 0.8);}
#module_209678054 .moduleButton:hover, #module_209678054 .moduleButton:hover:before{}
#module_209678054 .moduleButton:hover, #module_209678054 .moduleButton:hover:before{}
#module_209678054 .moduleButton:hover, #module_209678054 .moduleButton:hover:before{}
#module_209678054 .moduleButton:hover, #module_209678054 .moduleButton:hover:before{}
#module_209678054 .moduleButton:hover, #module_209678054 .moduleButton:hover:before{}
#module_209678054 .moduleButton:hover{border-color:rgb(0, 47, 88);}
#module_209678054 .moduleButton:hover{border-style:solid;}
#module_209678054 .moduleButton:hover{border-width:0px;}
#module_209678054 .moduleButton:hover{box-shadow:;}

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

#module_209678063 .BodyCenter{text-align:center;}
#module_209678063 .moduleButton{font-size:14px;}
#module_209678063 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_209678063 .moduleButton{color:#fff;}
#module_209678063 .moduleButton{font-weight:normal;}
#module_209678063 .moduleButton{text-decoration:none;}
#module_209678063 .moduleButton{font-style:normal;}
#module_209678063 .moduleButton, #module_209678063 .moduleButton:before{background-color:rgb(0, 47, 88);}
#module_209678063 .moduleButton, #module_209678063 .moduleButton:before{}
#module_209678063 .moduleButton, #module_209678063 .moduleButton:before{}
#module_209678063 .moduleButton, #module_209678063 .moduleButton:before{}
#module_209678063 .moduleButton, #module_209678063 .moduleButton:before{}
#module_209678063 .moduleButton, #module_209678063 .moduleButton:before{}
#module_209678063 .moduleButton{border-color:rgb(0, 47, 88);}
#module_209678063 .moduleButton{border-style:solid;}
#module_209678063 .moduleButton{border-width:0px;}
#module_209678063 .moduleButton{width:160px;}
#module_209678063 .moduleButton,#module_209678063 .BreadsvgIcon{height:45px;line-height:45px;}
#module_209678063 .BodyCenter{color:#fff;}
#module_209678063 .moduleButton{border-top-left-radius:0px;}
#module_209678063 .moduleButton{border-top-right-radius:0px;}
#module_209678063 .moduleButton{border-bottom-left-radius:0px;}
#module_209678063 .moduleButton{border-bottom-right-radius:0px;}
#module_209678063 .BreadIcon{font-size:16px;} #module_209678063 .BreadsvgIcon svg{width:16px;height:16px;}
#module_209678063 .BreadIcon{color:#fff;} #module_209678063 .BreadsvgIcon svg>*{fill:#fff;}
#module_209678063 .BreadIcon,#module_209678063 .BreadsvgIcon{margin-left:10px;}
#module_209678063 .BreadIcon,#module_209678063 .BreadsvgIcon{margin-right:10px;}
#module_209678063 .moduleButton{box-shadow:;}
#module_209678063 .moduleButton:hover .BreadIcon{font-size:16px;} #module_209678063 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_209678063 .moduleButton:hover .BreadIcon{color:#fff} #module_209678063 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_209678063 .moduleButton:hover{font-size:14px;}
#module_209678063 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_209678063 .moduleButton:hover{color:#fff;}
#module_209678063 .moduleButton:hover{font-weight:normal;}
#module_209678063 .moduleButton:hover{text-decoration:none;}
#module_209678063 .moduleButton:hover{font-style:normal;}
#module_209678063 .moduleButton:hover, #module_209678063 .moduleButton:hover:before{background-image: unset;background-color:rgba(0, 47, 88, 0.8);}
#module_209678063 .moduleButton:hover, #module_209678063 .moduleButton:hover:before{}
#module_209678063 .moduleButton:hover, #module_209678063 .moduleButton:hover:before{}
#module_209678063 .moduleButton:hover, #module_209678063 .moduleButton:hover:before{}
#module_209678063 .moduleButton:hover, #module_209678063 .moduleButton:hover:before{}
#module_209678063 .moduleButton:hover, #module_209678063 .moduleButton:hover:before{}
#module_209678063 .moduleButton:hover{border-color:rgb(0, 47, 88);}
#module_209678063 .moduleButton:hover{border-style:solid;}
#module_209678063 .moduleButton:hover{border-width:0px;}
#module_209678063 .moduleButton:hover{box-shadow:;}

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

#module_209678238 .BodyCenter{text-align:center;}
#module_209678238 .moduleButton{font-size:14px;}
#module_209678238 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_209678238 .moduleButton{color:#fff;}
#module_209678238 .moduleButton{font-weight:normal;}
#module_209678238 .moduleButton{text-decoration:none;}
#module_209678238 .moduleButton{font-style:normal;}
#module_209678238 .moduleButton, #module_209678238 .moduleButton:before{background-color:rgb(0, 47, 88);}
#module_209678238 .moduleButton, #module_209678238 .moduleButton:before{}
#module_209678238 .moduleButton, #module_209678238 .moduleButton:before{}
#module_209678238 .moduleButton, #module_209678238 .moduleButton:before{}
#module_209678238 .moduleButton, #module_209678238 .moduleButton:before{}
#module_209678238 .moduleButton, #module_209678238 .moduleButton:before{}
#module_209678238 .moduleButton{border-color:rgb(0, 47, 88);}
#module_209678238 .moduleButton{border-style:solid;}
#module_209678238 .moduleButton{border-width:0px;}
#module_209678238 .moduleButton{width:160px;}
#module_209678238 .moduleButton,#module_209678238 .BreadsvgIcon{height:45px;line-height:45px;}
#module_209678238 .BodyCenter{color:#fff;}
#module_209678238 .moduleButton{border-top-left-radius:0px;}
#module_209678238 .moduleButton{border-top-right-radius:0px;}
#module_209678238 .moduleButton{border-bottom-left-radius:0px;}
#module_209678238 .moduleButton{border-bottom-right-radius:0px;}
#module_209678238 .BreadIcon{font-size:16px;} #module_209678238 .BreadsvgIcon svg{width:16px;height:16px;}
#module_209678238 .BreadIcon{color:#fff;} #module_209678238 .BreadsvgIcon svg>*{fill:#fff;}
#module_209678238 .BreadIcon,#module_209678238 .BreadsvgIcon{margin-left:10px;}
#module_209678238 .BreadIcon,#module_209678238 .BreadsvgIcon{margin-right:10px;}
#module_209678238 .moduleButton{box-shadow:;}
#module_209678238 .moduleButton:hover .BreadIcon{font-size:16px;} #module_209678238 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_209678238 .moduleButton:hover .BreadIcon{color:#fff} #module_209678238 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_209678238 .moduleButton:hover{font-size:14px;}
#module_209678238 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_209678238 .moduleButton:hover{color:#fff;}
#module_209678238 .moduleButton:hover{font-weight:normal;}
#module_209678238 .moduleButton:hover{text-decoration:none;}
#module_209678238 .moduleButton:hover{font-style:normal;}
#module_209678238 .moduleButton:hover, #module_209678238 .moduleButton:hover:before{background-image: unset;background-color:rgba(0, 47, 88, 0.8);}
#module_209678238 .moduleButton:hover, #module_209678238 .moduleButton:hover:before{}
#module_209678238 .moduleButton:hover, #module_209678238 .moduleButton:hover:before{}
#module_209678238 .moduleButton:hover, #module_209678238 .moduleButton:hover:before{}
#module_209678238 .moduleButton:hover, #module_209678238 .moduleButton:hover:before{}
#module_209678238 .moduleButton:hover, #module_209678238 .moduleButton:hover:before{}
#module_209678238 .moduleButton:hover{border-color:rgb(0, 47, 88);}
#module_209678238 .moduleButton:hover{border-style:solid;}
#module_209678238 .moduleButton:hover{border-width:0px;}
#module_209678238 .moduleButton:hover{box-shadow:;}

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

#module_209678180 .BodyCenter{text-align:center;}
#module_209678180 .moduleButton{font-size:16px;}
#module_209678180 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_209678180 .moduleButton{color:#fff;}
#module_209678180 .moduleButton{font-weight:normal;}
#module_209678180 .moduleButton{text-decoration:none;}
#module_209678180 .moduleButton{font-style:normal;}
#module_209678180 .moduleButton, #module_209678180 .moduleButton:before{background-color:rgb(78, 127, 195);}
#module_209678180 .moduleButton, #module_209678180 .moduleButton:before{}
#module_209678180 .moduleButton, #module_209678180 .moduleButton:before{}
#module_209678180 .moduleButton, #module_209678180 .moduleButton:before{}
#module_209678180 .moduleButton, #module_209678180 .moduleButton:before{}
#module_209678180 .moduleButton, #module_209678180 .moduleButton:before{}
#module_209678180 .moduleButton{border-color:rgb(0, 47, 88);}
#module_209678180 .moduleButton{border-style:solid;}
#module_209678180 .moduleButton{border-width:0px;}
#module_209678180 .moduleButton{width:160px;}
#module_209678180 .moduleButton,#module_209678180 .BreadsvgIcon{height:45px;line-height:45px;}
#module_209678180 .BodyCenter{color:#fff;}
#module_209678180 .moduleButton{border-top-left-radius:0px;}
#module_209678180 .moduleButton{border-top-right-radius:0px;}
#module_209678180 .moduleButton{border-bottom-left-radius:0px;}
#module_209678180 .moduleButton{border-bottom-right-radius:0px;}
#module_209678180 .BreadIcon{font-size:16px;} #module_209678180 .BreadsvgIcon svg{width:16px;height:16px;}
#module_209678180 .BreadIcon{color:#fff;} #module_209678180 .BreadsvgIcon svg>*{fill:#fff;}
#module_209678180 .BreadIcon,#module_209678180 .BreadsvgIcon{margin-left:10px;}
#module_209678180 .BreadIcon,#module_209678180 .BreadsvgIcon{margin-right:10px;}
#module_209678180 .moduleButton{box-shadow:;}
#module_209678180 .moduleButton:hover .BreadIcon{font-size:16px;} #module_209678180 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_209678180 .moduleButton:hover .BreadIcon{color:#fff} #module_209678180 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_209678180 .moduleButton:hover{font-size:16px;}
#module_209678180 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_209678180 .moduleButton:hover{color:#fff;}
#module_209678180 .moduleButton:hover{font-weight:normal;}
#module_209678180 .moduleButton:hover{text-decoration:none;}
#module_209678180 .moduleButton:hover{font-style:normal;}
#module_209678180 .moduleButton:hover, #module_209678180 .moduleButton:hover:before{background-image: unset;background-color:rgba(78, 127, 195, 0.8);}
#module_209678180 .moduleButton:hover, #module_209678180 .moduleButton:hover:before{}
#module_209678180 .moduleButton:hover, #module_209678180 .moduleButton:hover:before{}
#module_209678180 .moduleButton:hover, #module_209678180 .moduleButton:hover:before{}
#module_209678180 .moduleButton:hover, #module_209678180 .moduleButton:hover:before{}
#module_209678180 .moduleButton:hover, #module_209678180 .moduleButton:hover:before{}
#module_209678180 .moduleButton:hover{border-color:rgb(0, 47, 88);}
#module_209678180 .moduleButton:hover{border-style:solid;}
#module_209678180 .moduleButton:hover{border-width:0px;}
#module_209678180 .moduleButton:hover{box-shadow:;}

.ModuleGridContainer.ModuleGridContainer209677757 #Sub209677757_5 {width:36.1666%;}
.module_183113165 .ModuleHead .HeadCenter{float:none;}
#module_183113165 {
padding:0px;
}
#module_183113165 {
position:static;
z-index:1;
top:3219px;
left:1526px;
width:100%;
height: auto;
}
#module_183113165 .ModuleHead183113165 {
display:none;
}
#module_183113165 .BodyCenter.BodyCenter183113165 {
background:none;background-color:rgb(235, 235, 235);
}
#module_183113165 >.module_183113165 {
border-top-style:solid;
border-top-color:#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_183113165 >.module_183113165{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183113165 .BodyCenter.BodyCenter183113165 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183113165 .BodyCenter.BodyCenter183113165 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_183113165 >.module_183113165 {
margin-top:0.9804%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183113165 >.module_183113165 {
margin-top:5.7637%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_183113165 >.module_183113165 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183113165:hover {
border:none;
}
#module_183113165:hover >.module_183113165 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183113165 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_183113165 .ModuleSubContainer{background-image:url(../images/20210205094848279f04.png);}
#module_183113165 .ModuleSubContainer{background-repeat:repeat-x;}
#module_183113165 .ModuleSubContainer{background-position:50% 0%;}
#module_183113165 .ModuleSubContainer{background-attachment:scroll;}
#module_183113165 .ModuleSubContainer{}
#module_183113165 {!bgVideo!}{bgVideoUrl:none}
#module_183113165 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_183113165 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_183113165 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer183113165 {max-width:1700px;width:auto;}
.module_183113167 .ModuleHead .HeadCenter{float:none;}
#module_183113167 {
padding:0px;
}
#module_183113167 {
position:static;
z-index:0;
top:2012px;
left:190px;
width:100%;
height: auto;
}
#module_183113167 .ModuleHead183113167 {
display:none;
}
#module_183113167 .BodyCenter.BodyCenter183113167 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183113167 >.module_183113167 {
border-top-style:solid;
border-top-color:#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_183113167 >.module_183113167{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183113167 .BodyCenter.BodyCenter183113167 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183113167 .BodyCenter.BodyCenter183113167 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183113167 >.module_183113167 {
margin-top:2.5000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.5000%;
}
}
@media screen and (max-width: 767px){
#module_183113167 >.module_183113167 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183113167 >.module_183113167 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183113167:hover {
border:none;
}
#module_183113167:hover >.module_183113167 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_183113166 .ModuleImageTextGiantContent{margin-top:0px;}
#module_183113166 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_183113166 .ModuleImageTextGiantContent{margin-left:0px;}
#module_183113166 .ModuleImageTextGiantContent{margin-right:0px;}
#module_183113166 .imageTextGiant-Container{padding-top:10px;}
#module_183113166 .imageTextGiant-Container{padding-bottom:10px;}
#module_183113166 .imageTextGiant-Container{padding-left:10px;}
#module_183113166 .imageTextGiant-Container{padding-right:10px;}
#module_183113166 .showHandle .btn{font-size:14px;}
#module_183113166 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_183113166 .showHandle .btn{color:#333;}
#module_183113166 .showHandle .btn{font-weight:400;}
#module_183113166 .showHandle .btn{text-decoration:none;}
#module_183113166 .showHandle .btn{font-style:normal;}
#module_183113166 .showHandle div{border-top-color:#ddd !important;}
#module_183113166 .showHandle div{border-top-style:solid !important;}
#module_183113166 .showHandle div{border-top-width:1px !important;}
#module_183113166 .showHandle{background-color:transparent;}
#module_183113166 .showHandle{background-image:none;}
#module_183113166 .showHandle{background-repeat:no-repeat;}
#module_183113166 .showHandle{}
#module_183113166 .showHandle{}
#module_183113166 .showHandle{}
#module_183113166 a{font-size:unset;font-family:unset}
/*layout内容*/
.ModuleNewsListGiant.layout-104 .news-item{border-bottom: 1px solid #ccc; width: 100%; margin: 0 auto;clear:both;padding:30px !important; position: relative;}
.ModuleNewsListGiant.layout-104 .news-item .news-img{width: 55%;  float: right;  background: #ccc;  overflow: hidden;}
.ModuleNewsListGiant.layout-104 .news-item .news-con{width: 42%;float: left;padding-right: 8%;}
.ModuleNewsListGiant.layout-104 .news-item .news-con .news-title{ font-size:20px; color: #333333;word-break:break-all;}
.ModuleNewsListGiant.layout-104 .news-item time{ font-size: 18px; color: #333333;display: block;}
.ModuleNewsListGiant.layout-104 .news-item  .news-con .news-desc{ font-size: 12px; color: #999999;  margin-top: 10px;overflow: hidden;}
.ModuleNewsListGiant.layout-104 .news-item  .news-con .news-detailbtn{height: 38px; line-height: 38px; display: block; position: relative; background: transparent; border:1px solid  #5dcacc; color: #5dcacc;max-width: 40%; width: auto;  text-align: center; cursor: pointer;}
.ModuleNewsListGiant.layout-104 .news-item  .news-con .news-detailbtn:before {  content: "";  position: absolute;  z-index: -1;  top: 0;  left: 0;  right: 0;  bottom: 0; -webkit-transform: scaleX(0);  transform: scaleX(0);  -webkit-transform-origin: 0 50%;  transform-origin: 0 50%;  transition: all .3s ease-out;  }
.ModuleNewsListGiant.layout-104 .news-item  .news-con .news-detailbtn:hover {  color: white;  }
.ModuleNewsListGiant.layout-104 .news-item  .news-con .news-detailbtn:hover:before{-webkit-transform: scaleX(1);  transform: scaleX(1);  }

.ModuleNewsListGiant.layout-104 .news-item .news-img .dummy {padding-top: 66%;}
.ModuleNewsListGiant.layout-104 .news-item .news-img{list-style-type: none;display: block;overflow: hidden;width: 55%;position: relative}
.ModuleNewsListGiant.layout-104 .news-item .news-img img{transition: all .3s ease-out 0s;position: absolute; top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%; width: 100%; margin:auto;  padding: auto;  display: block;}
.ModuleNewsListGiant.layout-104 .news-item:hover .news-img img{transform: scale(1.2);}

.ModuleNewsListGiant.layout-104 .swiper-butto-next{background-image: unset;left:0;right: auto;}
.ModuleNewsListGiant.layout-104 .swiper-butto-prev{transform: rotate(180deg); top: calc(50% - 22px);background-image: unset;right: 0; left: auto;}
.ModuleNewsListGiant.layout-104 .icon-icon-left{font-size: 30px; color: #fff; text-align: center;}
.ModuleNewsListGiant.layout-104 .swiper-button-white {background-color: rgba(51,51,51,.3);}
.ModuleNewsListGiant.layout-104 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-104 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 84px;
    color: #fff;
    transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px) {
    .ModuleNewsListGiant.layout-104 .news-item {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .ModuleNewsListGiant.layout-104 .news-item .news-img {
        width: 100% !important;
        float: right;
        overflow: hidden;
        height: 191px;
    }

    .ModuleNewsListGiant.layout-104 .news-item .news-con {
        width: 100% !important;
        margin: 10px 0 0 0;
        box-sizing: border-box;
        border-top: 0;
    }

    .ModuleNewsListGiant.layout-104 .news-item .news-con .news-detailbtn {
        background: transparent;
        border: 1px solid #5dcacc;
        color: #5dcacc;
        text-align: center;
        line-height: 38px;
    }

    .ModuleNewsListGiant.layout-104 .news-item .news-con .news-desc {
        margin-top: 5px;
        width: 100%;
    }
    .ModuleNewsListGiant.layout-104 .icon-icon-left {
        font-size: 19.5px;
    }
    .ModuleNewsListGiant.layout-104 .news-item .news-con .news-title {
        color: #333333;
    }
    .ModuleNewsListGiant.layout-104 .news-item .news-con .news-desc {
        margin-top: 5px;
    }
    .ModuleNewsListGiant.layout-104 .swiper-butto-next {
        border-radius: 27px;
        width: 27px;
        height: 27px;
        /* background-position-x: -3px;
        background-position-y: -11px; */
    }
    .ModuleNewsListGiant.layout-104 .swiper-butto-prev {
        border-radius: 27px;
        width: 27px;
        height: 27px;
        /* background-position-x: 0px;
        background-position-y: -11px; */
        top: calc(50% - 13.5px);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleNewsListGiant.layout-104 .news-item .news-con {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }


    .ModuleNewsListGiant.layout-104 .swiper-butto-next {
        border-radius: 44px;
        width: 44px;
        background-position-x: 5px;
        background-position-y: -1px;
    }
    .ModuleNewsListGiant.layout-104 .swiper-butto-prev {
        border-radius: 44px;
        width: 44px;
        background-position-x: 8px;
        background-position-y: -2px;
    }

}
.ModuleNewsListGiant.layout-104 .swiper-butto-next:hover,.ModuleNewsListGiant.layout-104 .swiper-butto-prev:hover
{
    background-repeat:repeat !important;
}
/*置顶推荐*/
.ModuleNewsListGiant.layout-104 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}
.module_183113196 .ModuleHead .HeadCenter{float:none;}
#module_183113196 {
padding:0px;
}
#module_183113196 {
position:static;
z-index:0;
top:3501px;
left:1128px;
width:100%;
height: auto;
}
#module_183113196 .ModuleHead183113196 {
display:none;
}
#module_183113196 .BodyCenter.BodyCenter183113196 {
background:none;background-color:rgb(255, 255, 255);
}
#module_183113196 >.module_183113196 {
border-top-style:solid;
border-top-color:#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_183113196 >.module_183113196{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183113196 .BodyCenter.BodyCenter183113196 {
padding-top:0.0000%;
padding-left:1.1765%;
padding-right:1.1765%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183113196 .BodyCenter.BodyCenter183113196 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183113196 >.module_183113196 {
margin-top:-1.1765%;
margin-left:14.7059%;
margin-right:14.7059%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183113196 >.module_183113196 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183113196 >.module_183113196 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183113196:hover {
border:none;
}
#module_183113196:hover >.module_183113196 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183113196 .videobox .iconfont{font-size:px;}
#module_183113196 {}@media (max-width: 767px) { #module_183113196 .videobox .iconfont{font-size:px;}}
#module_183113196 .news-item{background-color:#ffffff;}
#module_183113196 .news-item{background-image:none;}
#module_183113196 .news-item{background-repeat:no-repeat;}
#module_183113196 .news-item{}
#module_183113196 .news-item{}
#module_183113196 .news-item{}
#module_183113196 .news-item{border-bottom-color:#ccc;}
#module_183113196 .news-item{border-bottom-style:solid;}
#module_183113196 .news-item{border-bottom-width:0px;}
#module_183113196 .news-img .dummy{background-color:rgba(0,0,0,0);}
#module_183113196 .news-img .dummy{background-image:none;}
#module_183113196 .news-img .dummy{background-repeat:no-repeat;}
#module_183113196 .news-img .dummy{}
#module_183113196 .news-img .dummy{}
#module_183113196 .news-img .dummy{}
#module_183113196 .news-img{border-top-left-radius:0px;}
#module_183113196 .news-img{border-top-right-radius:0px;}
#module_183113196 .news-img{border-bottom-left-radius:0px;}
#module_183113196 .news-img{border-bottom-right-radius:0px;}
#module_183113196 .news-img{border-top-color:rgb(242, 242, 242);}
#module_183113196 .news-img{border-top-style:solid;}
#module_183113196 .news-img{border-top-width:2px;}
#module_183113196 .news-img{border-right-color:rgb(242, 242, 242);}
#module_183113196 .news-img{border-right-style:solid;}
#module_183113196 .news-img{border-right-width:2px;}
#module_183113196 .news-img{border-bottom-color:rgb(242, 242, 242);}
#module_183113196 .news-img{border-bottom-style:solid;}
#module_183113196 .news-img{border-bottom-width:2px;}
#module_183113196 .news-img{border-left-color:rgb(242, 242, 242);}
#module_183113196 .news-img{border-left-style:solid;}
#module_183113196 .news-img{border-left-width:2px;}
#module_183113196 .news-img{width:50%;} #module_183113196 .news-con{width:calc(100% - 50% - 30px);}
#module_183113196 .news-img .dummy{padding-top:75%;}
#module_183113196 .news-img .t-img{ object-fit:cover;}
#module_183113196 .news-img .t-img{ width:100%;}
#module_183113196 .news-img .t-img{ height:100%;}
#module_183113196 .news-img .t-img{border-radius:0px;}
#module_183113196 .news-title{font-size:20px;line-height:20pt;}
#module_183113196 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183113196 .news-title{color:rgb(42, 42, 42);}
#module_183113196 .news-title{font-weight:normal;}
#module_183113196 .news-title{text-decoration:none;}
#module_183113196 .news-title{font-style:normal;}
#module_183113196 .news-title{margin-top:0px;}
#module_183113196 .news-title{margin-bottom:10px;}
#module_183113196 .news-desc{font-size:14px;}
#module_183113196 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_183113196 .news-desc{color:rgb(153, 153, 153);}
#module_183113196 .news-desc{font-weight:normal;}
#module_183113196 .news-desc{text-decoration:none;}
#module_183113196 .news-desc{font-style:normal;}
#module_183113196 .news-desc{margin-top:10px;}
#module_183113196 .news-desc{margin-bottom:20px;}
#module_183113196 time{font-size:18px;}
#module_183113196 time{font-family:微软雅黑,Microsoft YaHei;}
#module_183113196 time{color:rgb(42, 42, 42);}
#module_183113196 time{font-weight:normal;}
#module_183113196 time{text-decoration:none;}
#module_183113196 time{font-style:normal;}
#module_183113196 time{margin-top:0px;}
#module_183113196 time{margin-bottom:0px;}
#module_183113196 .news-detailbtn{font-size:14px;}
#module_183113196 .news-detailbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_183113196 .news-detailbtn{color:rgb(78, 127, 195);}
#module_183113196 .news-detailbtn{font-weight:normal;}
#module_183113196 .news-detailbtn{text-decoration:none;}
#module_183113196 .news-detailbtn{font-style:normal;}
#module_183113196 .news-item  .news-con .news-detailbtn{background-color:#fff;}
#module_183113196 .news-detailbtn{background-image:none;}
#module_183113196 .news-detailbtn{background-repeat:no-repeat;}
#module_183113196 .news-detailbtn{}
#module_183113196 .news-detailbtn{}
#module_183113196 .news-detailbtn{}
#module_183113196 .news-detailbtn{border-top-color:rgb(78, 127, 195);}
#module_183113196 .news-detailbtn{border-top-style:solid;}
#module_183113196 .news-detailbtn{border-top-width:1px;}
#module_183113196 .news-detailbtn{border-right-color:rgb(78, 127, 195);}
#module_183113196 .news-detailbtn{border-right-style:solid;}
#module_183113196 .news-detailbtn{border-right-width:1px;}
#module_183113196 .news-detailbtn{border-bottom-color:rgb(78, 127, 195);}
#module_183113196 .news-detailbtn{border-bottom-style:solid;}
#module_183113196 .news-detailbtn{border-bottom-width:1px;}
#module_183113196 .news-detailbtn{border-left-color:rgb(78, 127, 195);}
#module_183113196 .news-detailbtn{border-left-style:solid;}
#module_183113196 .news-detailbtn{border-left-width:1px;}
#module_183113196 .icon-icon-left{color:#fff;}
#module_183113196 .swiper-button-white{background-color:rgb(150, 150, 150);}
#module_183113196 .icon-icon-left:hover{color:#fff;}
#module_183113196 .swiper-button-white:hover{background-color:rgb(78, 127, 195);}
#module_183113196 .news-item:hover{background-color:#ffffff;}
#module_183113196 .news-item:hover{background-image:none;}
#module_183113196 .news-item:hover{background-repeat:no-repeat;}
#module_183113196 .news-item:hover{}
#module_183113196 .news-item:hover{}
#module_183113196 .news-item:hover{}
#module_183113196 .news-item:hover{border-bottom-color:#ccc;}
#module_183113196 .news-item:hover{border-bottom-style:solid;}
#module_183113196 .news-item:hover{border-bottom-width:1px;}
#module_183113196 .news-item:hover .news-img{border-top-color:rgb(235, 235, 235);}
#module_183113196 .news-item:hover .news-img{border-top-style:solid;}
#module_183113196 .news-item:hover .news-img{border-top-width:1px;}
#module_183113196 .news-item:hover .news-img{border-right-color:rgb(235, 235, 235);}
#module_183113196 .news-item:hover .news-img{border-right-style:none;}
#module_183113196 .news-item:hover .news-img{border-right-width:0px;}
#module_183113196 .news-item:hover .news-img{border-bottom-color:rgb(235, 235, 235);}
#module_183113196 .news-item:hover .news-img{border-bottom-style:none;}
#module_183113196 .news-item:hover .news-img{border-bottom-width:0px;}
#module_183113196 .news-item:hover .news-img{border-left-color:rgb(235, 235, 235);}
#module_183113196 .news-item:hover .news-img{border-left-style:none;}
#module_183113196 .news-item:hover .news-img{border-left-width:0px;}
#module_183113196 .news-item:hover .news-title{font-size:20px;line-height:20pt;}
#module_183113196 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183113196 .news-item:hover .news-title{color:rgb(0, 47, 88);}
#module_183113196 .news-item:hover .news-title{font-weight:normal;}
#module_183113196 .news-item:hover .news-title{text-decoration:none;}
#module_183113196 .news-item:hover .news-title{font-style:normal;}
#module_183113196 .news-item:hover .news-desc{font-size:14px;}
#module_183113196 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_183113196 .news-item:hover .news-desc{color:rgb(165, 165, 165);}
#module_183113196 .news-item:hover .news-desc{font-weight:normal;}
#module_183113196 .news-item:hover .news-desc{text-decoration:none;}
#module_183113196 .news-item:hover .news-desc{font-style:normal;}
#module_183113196 .news-item:hover time{font-size:18px;}
#module_183113196 .news-item:hover time{font-family:微软雅黑,Microsoft YaHei;}
#module_183113196 .news-item:hover time{color:rgb(0, 47, 88);}
#module_183113196 .news-item:hover time{font-weight:normal;}
#module_183113196 .news-item:hover time{text-decoration:none;}
#module_183113196 .news-item:hover time{font-style:normal;}
#module_183113196 .news-detailbtn:hover{font-size:14px;}
#module_183113196 .news-detailbtn:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_183113196 .news-detailbtn:hover{color:#fff;}
#module_183113196 .news-detailbtn:hover{font-weight:normal;}
#module_183113196 .news-detailbtn:hover{text-decoration:none;}
#module_183113196 .news-detailbtn:hover{font-style:normal;}
#module_183113196 .news-item  .news-con .news-detailbtn:hover{background-color:rgb(0, 47, 88);}
#module_183113196 .news-detailbtn:hover{background-image:none;}
#module_183113196 .news-detailbtn:hover{background-repeat:no-repeat;}
#module_183113196 .news-detailbtn:hover{}
#module_183113196 .news-detailbtn:hover{}
#module_183113196 .news-detailbtn:hover{}
#module_183113196 .news-detailbtn:hover{border-top-color:rgb(0, 47, 88);}
#module_183113196 .news-detailbtn:hover{border-top-style:solid;}
#module_183113196 .news-detailbtn:hover{border-top-width:1px;}
#module_183113196 .news-detailbtn:hover{border-right-color:rgb(0, 47, 88);}
#module_183113196 .news-detailbtn:hover{border-right-style:solid;}
#module_183113196 .news-detailbtn:hover{border-right-width:1px;}
#module_183113196 .news-detailbtn:hover{border-bottom-color:rgb(0, 47, 88);}
#module_183113196 .news-detailbtn:hover{border-bottom-style:solid;}
#module_183113196 .news-detailbtn:hover{border-bottom-width:1px;}
#module_183113196 .news-detailbtn:hover{border-left-color:rgb(0, 47, 88);}
#module_183113196 .news-detailbtn:hover{border-left-style:solid;}
#module_183113196 .news-detailbtn:hover{border-left-width:1px;}

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

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

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

#module_183113174 .ModuleSubContainer{background-color:transparent;}
#module_183113174 .ModuleSubContainer{background-image:none;}
#module_183113174 .ModuleSubContainer{background-repeat:no-repeat;}
#module_183113174 .ModuleSubContainer{background-position:0% 0%;}
#module_183113174 .ModuleSubContainer{background-attachment:scroll;}
#module_183113174 .ModuleSubContainer{}
#module_183113174 {!bgVideo!}{bgVideoUrl:none}
#module_183113174 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_183113174 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_183113174 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer183113174 {}
.module_183113535 .ModuleHead .HeadCenter{float:none;}
#module_183113535 {
padding:0px;
}
#module_183113535 {
position:static;
z-index:0;
top:3183px;
left:1823px;
width:100%;
height: auto;
}
#module_183113535 .ModuleHead183113535 {
display:none;
}

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

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

#module_183113537 .ModuleImageTextGiantContent{margin-top:0px;}
#module_183113537 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_183113537 .ModuleImageTextGiantContent{margin-left:0px;}
#module_183113537 .ModuleImageTextGiantContent{margin-right:0px;}
#module_183113537 .imageTextGiant-Container{padding-top:10px;}
#module_183113537 .imageTextGiant-Container{padding-bottom:10px;}
#module_183113537 .imageTextGiant-Container{padding-left:10px;}
#module_183113537 .imageTextGiant-Container{padding-right:10px;}
#module_183113537 .showHandle .btn{font-size:14px;}
#module_183113537 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_183113537 .showHandle .btn{color:#333;}
#module_183113537 .showHandle .btn{font-weight:400;}
#module_183113537 .showHandle .btn{text-decoration:none;}
#module_183113537 .showHandle .btn{font-style:normal;}
#module_183113537 .showHandle div{border-top-color:#ddd !important;}
#module_183113537 .showHandle div{border-top-style:solid !important;}
#module_183113537 .showHandle div{border-top-width:1px !important;}
#module_183113537 .showHandle{background-color:transparent;}
#module_183113537 .showHandle{background-image:none;}
#module_183113537 .showHandle{background-repeat:no-repeat;}
#module_183113537 .showHandle{}
#module_183113537 .showHandle{}
#module_183113537 .showHandle{}
#module_183113537 a{font-size:unset;font-family:unset}
.module_183113542 .ModuleHead .HeadCenter{float:none;}
#module_183113542 {
padding:0px;
}
#module_183113542 {
position:static;
z-index:0;
top:3535px;
left:0px;
width:100%;
height: auto;
}
#module_183113542 .ModuleHead183113542 {
display:none;
}
#module_183113542 .BodyCenter.BodyCenter183113542 {
background-color:transparent;
background-image:url(../images/20210206142903cbedc8.png);
background-size:auto;
background-repeat:repeat-x;
background-position:50% 0%;
background-Attachment:scroll;
}
#module_183113542 >.module_183113542 {
border-top-style:solid;
border-top-color:#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_183113542 >.module_183113542{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183113542 .BodyCenter.BodyCenter183113542 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183113542 .BodyCenter.BodyCenter183113542 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183113542 >.module_183113542 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183113542 >.module_183113542 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183113542 >.module_183113542 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183113542:hover {
border:none;
}
#module_183113542:hover >.module_183113542 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183113542 .ModuleSubContainer{background-color:transparent;}
#module_183113542 .ModuleSubContainer{background-image:none;}
#module_183113542 .ModuleSubContainer{background-repeat:no-repeat;}
#module_183113542 .ModuleSubContainer{background-position:0% 0%;}
#module_183113542 .ModuleSubContainer{background-attachment:scroll;}
#module_183113542 .ModuleSubContainer{}
#module_183113542 {!bgVideo!}{bgVideoUrl:none}
#module_183113542 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_183113542 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_183113542 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer183113542 {}
.ModuleTabContainerV2Giant.layout-103 .location-right{    display: flex;
    flex-direction: row-reverse;}
.ModuleTabContainerV2Giant.layout-103 .location-left{ display: flex}
.ModuleTabContainerV2Giant.layout-103 .tabContainer.TabContainer-Container {
    overflow: hidden;
}

.ModuleTabContainerV2Giant.layout-103 .TabContainer-Container .nav-box {
    background: #e0e0e0;
    position: relative;
}

.ModuleTabContainerV2Giant.layout-103 .TabContainer-Container .Nav-Container {
    font-size: 0;
    white-space: nowrap;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    transform: translateX(0);
    transition: transform 0.3s linear 0s;
}

.ModuleTabContainerV2Giant.layout-103 .TabContainer-Container .Nav-Container li {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    float: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.ModuleTabContainerV2Giant.layout-103 .TabContainer-Container .nav-pills>li+li {
    margin-left: 0;
}

.ModuleTabContainerV2Giant.layout-103 .nav-pills>li>a {
    border-radius: 0;
}

.ModuleTabContainerV2Giant.layout-103 .TabContainer-Container .Nav-Container li a {
    color: #333;
    font-size: 16px;
    display: block;
    background: none;
    padding: 0;
}

.ModuleTabContainerV2Giant.layout-103 .TabContainer-Container .Nav-Container li.active, .ModuleTabContainerV2Giant.layout-103 .TabContainer-Container .Nav-Container li:hover {
    background: #10aa9c;
}

.ModuleTabContainerV2Giant.layout-103 .TabContainer-Container .Nav-Container li.active a, .ModuleTabContainerV2Giant.layout-103 .TabContainer-Container .Nav-Container li:hover a {
    color: #fff;
}

.ModuleTabContainerV2Giant.layout-103 .Nav-Container li.active {
    transition: all 0.4s linear;
}

div[id ^="tab_content_clone_"] {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    z-index: 900;
}

.tabContentGiant.tab-content-clone .ModuleContainer {
    padding: 0
}

@media only screen and (min-width: 768px) {
    .ModuleTabContainerV2Giant.layout-103 .tabContainer .btnScrollLeft, .ModuleTabContainerV2Giant.layout-103 .tabContainer .btnScrollRight {
        display: none !important;
    }
    .ModuleTabContainerV2Giant.layout-103 .location-left .Nav-Container, .ModuleTabContainerV2Giant.layout-103 .location-right .Nav-Container {
        display: inline-block;
        float: left;
        overflow: hidden;
    }
    .ModuleTabContainerV2Giant.layout-103 .location-right .Nav-Container {
        float: right;
    }
    .ModuleTabContainerV2Giant.layout-103 .location-left.TabContainer-Container .Nav-Container li, .ModuleTabContainerV2Giant.layout-103 .location-right.TabContainer-Container .Nav-Container li {
        display: block;
    }
    .ModuleTabContainerV2Giant.layout-103 .Nav-Container li.tab-link:last-child, .ModuleTabContainerV2Giant.layout-103 .location-left .Nav-Container li.tab-link, .ModuleTabContainerV2Giant.layout-103 .location-right .Nav-Container li.tab-link {
        margin-right: 0 !important;
    }
    .ModuleTabContainerV2Giant.layout-103 .location-left .Nav-Container li.tab-link:last-child, .ModuleTabContainerV2Giant.layout-103 .location-right .Nav-Container li.tab-link:last-child {
        margin-bottom: 0 !important;
    }
    .ModuleTabContainerV2Giant.layout-103 .location-left .tabContentGiant {
        display: inline-block;
        float: left;
    }
    .ModuleTabContainerV2Giant.layout-103 .location-right .tabContentGiant {
        display: inline-block;
        float: right;
    }
    .ModuleTabContainerV2Giant.layout-103 .location-bottom .tab-location-top {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .ModuleTabContainerV2Giant.layout-103 .btnScrollLeft, .ModuleTabContainerV2Giant.layout-103 .btnScrollRight {
        display: inline-block;
        height: 54px;
        top: 0;
        background-color: transparent;
        width: 32px;
    }
    /* .ModuleTabContainerV2Giant.layout-103 .location-left .btnScrollLeft, .ModuleTabContainerV2Giant.layout-103 .location-left .btnScrollRight, .ModuleTabContainerV2Giant.layout-103 .location-right .btnScrollLeft, .ModuleTabContainerV2Giant.layout-103 .location-right .btnScrollRight {
        display: none;
    } */
    .ModuleTabContainerV2Giant.layout-103 .btnScrollLeft, .ModuleTabContainerV2Giant.layout-103 .btnScrollRight {
        display: flex;
        width: 28px;
        height: auto;
        top: 50%;
        right: 10px;
        background-color: transparent;
        color: #fff !important;
        font-size: 15px;
        align-items: center;
        justify-content: center;
        position: absolute;
        transform: translateY(-50%);

    }
    .ModuleTabContainerV2Giant.layout-103 .btnScrollLeft {
        left: 10px;
    }
    .ModuleTabContainerV2Giant.layout-103 .glyphicon:before {
        display: flex;
        width: 28px;
        height: 28px;
        background-color: rgba(0,0,0,0.4);
        border-radius: 28px;
        align-items: center;
        justify-content: center;
    }
    .ModuleTabContainerV2Giant.layout-103 .location-bottom .tab-location-bottom {
        display: none;
    }
    .ModuleTabContainerV2Giant.layout-103 .location-left,.ModuleTabContainerV2Giant.layout-103 .location-right{
        flex-direction: column;
    }
}.module_187461517 .ModuleHead .HeadCenter{float:none;}
#module_187461517 {
padding:0px;
}
#module_187461517 {
position:static;
z-index:0;
top:1504px;
left:142px;
width:100%;
height: auto;
}
#module_187461517 .ModuleHead187461517 {
display:none;
}
#module_187461517 .BodyCenter.BodyCenter187461517 {
background:none;background-color:rgba(0,0,0,0);
}
#module_187461517 >.module_187461517 {
border-top-style:solid;
border-top-color:#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_187461517 >.module_187461517{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_187461517 .BodyCenter.BodyCenter187461517 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.0000%;
}
}
@media screen and (max-width: 767px){
#module_187461517 .BodyCenter.BodyCenter187461517 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_187461517 >.module_187461517 {
margin-top:2.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_187461517 >.module_187461517 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_187461517 >.module_187461517 {box-shadow: 0px 0px 0px 0px #ccc}
#module_187461517:hover {
border:none;
}
#module_187461517:hover >.module_187461517 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_187461517 .nav-box{text-align:center;}
#module_187461517 .nav-box{background-color:rgba(0,0,0,0);}
#module_187461517 .nav-box{background-image:none;}
#module_187461517 .nav-box{background-repeat:no-repeat;}
#module_187461517 .nav-box{}
#module_187461517 .nav-box{}
#module_187461517 .nav-box{}
#module_187461517 .Nav-Container a{text-align:center;}
#module_187461517 .nav-box{border-top-color:transparent;}
#module_187461517 .nav-box{border-top-style:none;}
#module_187461517 .nav-box{border-top-width:0px;}
#module_187461517 .nav-box{border-right-color:transparent;}
#module_187461517 .nav-box{border-right-style:none;}
#module_187461517 .nav-box{border-right-width:0px;}
#module_187461517 .nav-box{border-bottom-color:transparent;}
#module_187461517 .nav-box{border-bottom-style:none;}
#module_187461517 .nav-box{border-bottom-width:0px;}
#module_187461517 .nav-box{border-left-color:transparent;}
#module_187461517 .nav-box{border-left-style:none;}
#module_187461517 .nav-box{border-left-width:0px;}
#module_187461517 .Nav-Container li{background-color:#003182;}
#module_187461517 .Nav-Container li{background-image:none;}
#module_187461517 .Nav-Container li{background-repeat:no-repeat;}
#module_187461517 .Nav-Container li{}
#module_187461517 .Nav-Container li{}
#module_187461517 .Nav-Container li{}
#module_187461517 .Nav-Container li{border-top-color:transparent;}
#module_187461517 .Nav-Container li{border-top-style:none;}
#module_187461517 .Nav-Container li{border-top-width:0px;}
#module_187461517 .Nav-Container li{border-right-color:transparent;}
#module_187461517 .Nav-Container li{border-right-style:none;}
#module_187461517 .Nav-Container li{border-right-width:0px;}
#module_187461517 .Nav-Container li{border-bottom-color:transparent;}
#module_187461517 .Nav-Container li{border-bottom-style:none;}
#module_187461517 .Nav-Container li{border-bottom-width:0px;}
#module_187461517 .Nav-Container li{border-left-color:transparent;}
#module_187461517 .Nav-Container li{border-left-style:none;}
#module_187461517 .Nav-Container li{border-left-width:0px;}
#module_187461517 .Nav-Container li a{width:165px;}@media only screen and (min-width: 768px){#module_187461517 .location-left .tabContentGiant,#module_187461517 .location-right .tabContentGiant{width: calc(100% - 165px - 14px)}}
#module_187461517 .Nav-Container li a{height:55px;line-height:55px;}
#module_187461517 .Nav-Container li a{font-size:16px;}
#module_187461517 .Nav-Container li a{font-family:微软雅黑,Microsoft YaHei;}
#module_187461517 .Nav-Container li a{color:rgb(255, 255, 255);}
#module_187461517 .Nav-Container li a{font-weight:normal;}
#module_187461517 .Nav-Container li a{text-decoration:none;}
#module_187461517 .Nav-Container li a{font-style:normal;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{background-color:transparent;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{background-image:none;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{background-repeat:no-repeat;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{}
#module_187461517 {} #tab_content_clone_module_187461517.tab-content-parent{background-color:#f8f8f8;}
#module_187461517 {} #tab_content_clone_module_187461517.tab-content-parent{background-image:none;}
#module_187461517 {} #tab_content_clone_module_187461517.tab-content-parent{background-repeat:no-repeat;}
#module_187461517 {} #tab_content_clone_module_187461517.tab-content-parent{}
#module_187461517 {} #tab_content_clone_module_187461517.tab-content-parent{}
#module_187461517 {} #tab_content_clone_module_187461517.tab-content-parent{}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{padding-top:10px;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{padding-bottom:10px;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{padding-left:10px;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{padding-right:10px;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{border-top-color:#e5e5e5;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{border-top-style:none;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{border-top-width:0px;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{border-right-color:#e5e5e5;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{border-right-style:solid;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{border-right-width:1px;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{border-bottom-color:#e5e5e5;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{border-bottom-style:solid;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{border-bottom-width:1px;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{border-left-color:#e5e5e5;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{border-left-style:solid;}
#module_187461517 .TabContainer-Container .tab-pane,#tab_content_clone_module_187461517.tab-content-parent .tab-pane{border-left-width:1px;}
#module_187461517 .tab-link{margin-right:2px;} @media (min-width: 768px) {#module_187461517 .location-left .tab-link,#module_187461517 .location-right .tab-link{margin-bottom:2px;}}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{background-image:none;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{background-repeat:no-repeat;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{background-color:#004fd2;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{}
#module_187461517 .Nav-Container li:hover a,#module_187461517 .Nav-Container li.active a{font-size:16px;}
#module_187461517 .Nav-Container li:hover a,#module_187461517 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
#module_187461517 .Nav-Container li:hover a,#module_187461517 .Nav-Container li.active a{color:rgb(255, 255, 255);}
#module_187461517 .Nav-Container li:hover a,#module_187461517 .Nav-Container li.active a{font-weight:normal;}
#module_187461517 .Nav-Container li:hover a,#module_187461517 .Nav-Container li.active a{text-decoration:none;}
#module_187461517 .Nav-Container li:hover a,#module_187461517 .Nav-Container li.active a{font-style:normal;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{border-top-color:transparent;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{border-top-style:none;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{border-top-width:0px;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{border-right-color:transparent;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{border-right-style:none;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{border-right-width:0px;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{border-bottom-color:transparent;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{border-bottom-style:none;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{border-bottom-width:0px;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{border-left-color:transparent;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{border-left-style:none;}
#module_187461517 .Nav-Container li:hover,#module_187461517 .Nav-Container li.active{border-left-width:0px;}


/*layout-104内容*/
.ModuleProductListGiant.layout-102 .cor-z{background: #0072d4;}
.flexs{ display: flex;  flex-wrap: wrap;  align-content: flex-start;}
.ModuleProductListGiant.layout-104 .pro-container .pro-item {margin: 0 2% 2% 0;  background-color: #f8f8f8;  box-sizing: border-box;  -webkit-transition:all 0.3s ease-out 0s;  -moz-transition: all 0.3s ease-out 0s;  -ms-transition: all 0.3s ease-out 0s;  -o-transition: all 0.3s ease-out 0s;  transition: all 0.3s ease-out 0s;  }
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-img {overflow: hidden;display: block;height: auto; border-bottom: 1px solid #eee; list-style-type: none;  display: block;  max-width: 100%;  width: 100%; position: relative }
.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-img .dummy{  padding-top: 100%;  }
.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-img img{ transition: all 0.3s linear 0s; position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%;  max-height: 100%;  display: block;  margin:auto;  padding: auto;  }
.ModuleProductListGiant.layout-104 .pro-container a:hover .pro-img img{ transform: scale(1.1); }
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-name,
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-desc { text-align: center; display: block;   font-size: 14px; margin-bottom: 6px;   }
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-name {font-size: 18px;  font-weight: bold;   overflow: hidden;  text-overflow: ellipsis; /*white-space: nowrap; */  }
.ModuleProductListGiant.layout-104  .pro-container .pro-item .pro-desc {  line-height: 24px; font-size: 14px; height: 22px; overflow: hidden;  }
.ModuleProductListGiant.layout-104  .pro-container .pro-text{ width:100%;     padding:7% 5%;}
.ModuleProductListGiant.layout-104 a:active,.ModuleProductListGiant.layout-107 a:visited,.ModuleProductListGiant.layout-107 a:focus{text-decoration: none;}
.ModuleProductListGiant.layout-104 .pro-desc{word-break: break-word !important;}
.ModuleProductListGiant.layout-104 .pro-name{word-break: break-word !important;}
.ModuleProductListGiant.layout-104 .smailtool{align-items: flex-start;position: absolute; top:15px; right: 15px; display: flex; }
.ModuleProductListGiant.layout-104 .VRDiv{ display: flex; justify-content: flex-start;align-items: center; margin-right: 5px; color:#fff;font-size: 14px; background-color: rgba(0,0,0,0.4); border-radius: 8px;padding:8px 12px;}
.ModuleProductListGiant.layout-104 .VRDiv > svg{ width: 16px; height: 16px;fill: #fff;}
.ModuleProductListGiant.layout-104 .VRTipstxt{ margin-left: 8px;    text-overflow: ellipsis; overflow: hidden;white-space: nowrap;}
@media screen and (min-width: 768px){
 .ModuleProductListGiant.layout-104 .pred-filter{display: block}
 .ModuleProductListGiant.layout-104 .silder-filter,.btn-filter{display: none}
 .ModuleProductListGiant.layout-104  .pro-container .pro-item:hover {  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);  }
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-2 {width: 49%;  padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(2n).col-lg-2{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-3 {width:32%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(3n).col-lg-3{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-4 {width: 23.5%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(4n).col-lg-4{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-5 {width:18.4%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(5n).col-lg-5{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-6 {width:15%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(6n).col-lg-6{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(n).col-lg-1{ margin-right: 0 !important;}
}

.ModuleProductListGiant.layout-104 .bean-finish{background: #000;color:#fff;}
.ModuleProductListGiant.layout-104 .items-active{background: transparent;color: #000;}
.ModuleProductListGiant.layout-104 .selected-light:hover{color:#000;}
.ModuleProductListGiant.layout-104 .choosed-tab{color:#000}

@media only screen and (max-width: 767px) {
.ModuleProductListGiant.layout-104 .smailtool{ right: 5px}
.ModuleProductListGiant.layout-104 .VRDiv{max-width: 100px;overflow: hidden;}
.ModuleProductListGiant.layout-104 .pred-filter{display: none}
.ModuleProductListGiant.layout-104 .silder-filter,.btn-filter{display: block}
.ModuleProductListGiant.layout-104 .pro-container .pro-text{ width:100%;     padding:5% 5%;}
.ModuleProductListGiant.layout-104 .pro-container .pro-item { margin: 0 3.1% 3.1% 0 !important; width: 49%;  border: 5px solid #fff;  box-sizing: border-box;  border-top: 0px solid #fff;}
.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-name {  font-size: 14px;  padding-bottom: 0 }
.ModuleProductListGiant.layout-104 .pro-container .pro-item .pro-desc {  font-size: 10px;   }

 .ModuleProductListGiant.layout-104 .pro-item.col-xs-2 {width: 48.4% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(2n).col-xs-2{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-3 {width:31.1% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(3n).col-xs-3{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-4 {width: 23.5% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(4n).col-xs-4{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-5 {width:18.4% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(5n).col-xs-5{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-6 {width:15% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(6n).col-xs-6{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-104 .pro-item.col-xs-1 {width: 100% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-104 .pro-item:nth-child(n).col-xs-1{ margin-right: 0 !important;}
}
.ModuleProductListGiant.layout-104 .videosDiv{border-radius: 8px;padding:8px 12px;background:rgba(0,0,0,0.4);}
.ModuleProductListGiant.layout-104 .videosTis{color: #fff;font-size: 12px;}
.ModuleProductListGiant.layout-104 .videosTis > svg{ width: 12px; height: 12px;fill: #fff;}
.ModuleProductListGiant.layout-104 .pagerGiant .inputer{outline: 0;}













































.module_187461519 .ModuleHead .HeadCenter{float:none;}
#module_187461519 {
padding:0px;
}
#module_187461519 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_187461519 .ModuleHead187461519 {
display:none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  新增*/

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

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

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

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

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


.result-box {padding-left: 65px;margin: 45px 0;min-height:100px;cursor: pointer}
.result-box .arrow-base {position: absolute;left: 15px;top: 3px;-webkit-transition: all .2s;transition: all .2s}
.result-box .title {color: #003059;font-size: 20px;font-weight: 700; padding:15px 20px; background-color: #eaeaea;}
.result-box .abstract {padding-top: 5px;height: 100px;overflow: hidden; background-color: #eaeaea; padding: 0 20px; border-bottom: 3px solid #0075c2;}
.result-box:hover .arrow-base {left: 20px}
.result-box:before {content: "";position: absolute;margin: 0 auto;left: 0;right: 0;bottom: 0;height: 1px;width: 90%;}
.arrow-lightblue {margin: 0px 0 0 10px;display: inline-block;height: 20px;position: relative;width: 30px;-webkit-transition: all .2s;transition: all .2s;}

.module_354464305 .ModuleHead .HeadCenter{float:none;}
#module_354464305 {
padding:0px;
}
#module_354464305 {
position:static;
z-index:1;
top:4816px;
left:885px;
width:100%;
height: auto;
}
#module_354464305 .ModuleHead354464305 {
display:none;
}

#module_354464305 .VRDiv{background-color:;}
#module_354464305 .VRDiv{}
#module_354464305 .VRDiv{}
#module_354464305 .VRDiv{}
#module_354464305 .VRDiv{}
#module_354464305 .VRDiv{}
#module_354464305 .VRDiv{border-top-left-radius:px;}
#module_354464305 .VRDiv{border-top-right-radius:px;}
#module_354464305 .VRDiv{border-bottom-left-radius:px;}
#module_354464305 .VRDiv{border-bottom-right-radius:px;}
#module_354464305 .vrIcon  {font-size:px;}  #module_354464305 .vrIcon  > svg {width:px; height:px}
#module_354464305 .vrIcon  {color:;} #module_354464305 .vrIcon  > svg {fill:;}
#module_354464305 .VRDiv{padding-top:px;}
#module_354464305 .VRDiv{padding-bottom:px;}
#module_354464305 .VRDiv{padding-left:px;}
#module_354464305 .VRDiv{padding-right:px;}
#module_354464305 .VRTipstxt{font-size:px;}
#module_354464305 .VRTipstxt{font-family:;}
#module_354464305 .VRTipstxt{color:;}
#module_354464305 .VRTipstxt{}
#module_354464305 .VRTipstxt{}
#module_354464305 .VRTipstxt{}
#module_354464305 .videosDiv{background-color:;}
#module_354464305 .videosDiv{}
#module_354464305 .videosDiv{}
#module_354464305 .videosDiv{}
#module_354464305 .videosDiv{}
#module_354464305 .videosDiv{}
#module_354464305 .videosDiv{border-top-left-radius:px;}
#module_354464305 .videosDiv{border-top-right-radius:px;}
#module_354464305 .videosDiv{border-bottom-left-radius:px;}
#module_354464305 .videosDiv{border-bottom-right-radius:px;}
#module_354464305 .videosTis {font-size:px;}  #module_354464305 .videosTis > svg {width:px; height:px}
#module_354464305 .videosTis {color:;} #module_354464305 .videosTis > svg {fill:;}
#module_354464305 .videosDiv{padding-top:px;}
#module_354464305 .videosDiv{padding-bottom:px;}
#module_354464305 .videosDiv{padding-left:px;}
#module_354464305 .videosDiv{padding-right:px;}
#module_354464305 .pro-item{margin-bottom:20px; margin-right:20px;} #module_354464305 .pro-container a.col-lg-2{width:calc((100% - 20px) / 2);} #module_354464305 .pro-container a.col-lg-3{width:calc((100% - 20px * 2) / 3);} #module_354464305 .pro-container a.col-lg-4{width:calc((100% - 20px * 3) / 4);} #module_354464305 .pro-container a.col-lg-5{width:calc((100% - 20px * 4) / 5);} #module_354464305 .pro-container a.col-lg-6{width:calc((100% - 20px * 5) / 6);}
#module_354464305 .pro-item{padding-top:0px;}
#module_354464305 .pro-item{padding-bottom:0px;}
#module_354464305 .pro-item{padding-left:0px;}
#module_354464305 .pro-item{padding-right:0px;}
#module_354464305 .pro-item{background-color:#f8f8f8;}
#module_354464305 .pro-item{}
#module_354464305 .pro-item{background-repeat:no-repeat;}
#module_354464305 .pro-item{}
#module_354464305 .pro-item{}
#module_354464305 .pro-item{}
#module_354464305 .pro-item{border-top-color:transparent;}
#module_354464305 .pro-item{border-top-style:none;}
#module_354464305 .pro-item{border-top-width:0px;}
#module_354464305 .pro-item{border-right-color:transparent;}
#module_354464305 .pro-item{border-right-style:none;}
#module_354464305 .pro-item{border-right-width:0px;}
#module_354464305 .pro-item{border-bottom-color:transparent;}
#module_354464305 .pro-item{border-bottom-style:none;}
#module_354464305 .pro-item{border-bottom-width:0px;}
#module_354464305 .pro-item{border-left-color:transparent;}
#module_354464305 .pro-item{border-left-style:none;}
#module_354464305 .pro-item{border-left-width:0px;}
#module_354464305 .pro-img .dummy{background-color:transparent;}
#module_354464305 .pro-img .dummy{}
#module_354464305 .pro-img .dummy{background-repeat:no-repeat;}
#module_354464305 .pro-img .dummy{}
#module_354464305 .pro-img .dummy{}
#module_354464305 .pro-img .dummy{}
#module_354464305 .pro-img .dummy{padding-top:100%;}
#module_354464305 .pro-img img{ object-fit:cover;}
#module_354464305 .pro-img img{ width:100%;}
#module_354464305 .pro-img img{ height:100%;}
#module_354464305 .pro-img img{border-radius:0px;}
#module_354464305 .pro-img,#module_354464305 .pro-item{border-top-left-radius:0px;}
#module_354464305 .pro-img,#module_354464305 .pro-item{border-top-right-radius:0px;}
#module_354464305 .pro-img{border-bottom-left-radius:0px;}
#module_354464305 .pro-img{border-bottom-right-radius:0px;}
#module_354464305 .pro-img{border-top-color:transparent;}
#module_354464305 .pro-img{border-top-style:none;}
#module_354464305 .pro-img{border-top-width:0px;}
#module_354464305 .pro-img{border-right-color:transparent;}
#module_354464305 .pro-img{border-right-style:none;}
#module_354464305 .pro-img{border-right-width:0px;}
#module_354464305 .pro-img{border-bottom-color:transparent;}
#module_354464305 .pro-img{border-bottom-style:none;}
#module_354464305 .pro-img{border-bottom-width:0px;}
#module_354464305 .pro-img{border-left-color:transparent;}
#module_354464305 .pro-img{border-left-style:none;}
#module_354464305 .pro-img{border-left-width:0px;}
#module_354464305 .pro-name{font-size:16px;}
#module_354464305 .pro-name{font-family:;}
#module_354464305 .pro-name{color:#000;}
#module_354464305 .pro-name{font-weight:normal;}
#module_354464305 .pro-name{text-decoration:none;}
#module_354464305 .pro-name{font-style:normal;}
#module_354464305 .pro-name{text-align: center;}
#module_354464305 .pro-name{margin-top:0px;}
#module_354464305 .pro-name{margin-bottom:6px;}
#module_354464305 .pro-desc{font-size:14px;line-height:calc(14px + 6px);}
#module_354464305 .pro-desc{font-family:;}
#module_354464305 .pro-desc{color:#000;}
#module_354464305 .pro-desc{font-weight:normal;}
#module_354464305 .pro-desc{text-decoration:none;}
#module_354464305 .pro-desc{font-style:normal;}
#module_354464305 .pro-desc{text-align: ;}
#module_354464305 .pro-desc{margin-top:0px;}
#module_354464305 .pro-desc{margin-bottom:6px;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li{font-family:;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li,#module_354464305 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_354464305 .choosed-tab, #module_354464305 .setting-screening-criteria{font-size:12px;}
#module_354464305 .choosed-tab{font-family:;}
#module_354464305 .choosed-tab, #module_354464305 .setting-screening-criteria{color:#000;}
#module_354464305 .choosed-tab{}
#module_354464305 .choosed-tab{}
#module_354464305 .choosed-tab{}
#module_354464305 .selected-light,#module_354464305 .setting-all, #module_354464305 .setting-left-bar, #module_354464305 .setting-pred-warp .setting-collapse, #module_354464305 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_354464305 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_354464305 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_354464305 .selected-light,#module_354464305 .setting-all{font-family:;}
#module_354464305 .selected-light,#module_354464305 .setting-left-bar,#module_354464305 .setting-reset,#module_354464305 .setting-pred-warp .setting-collapse,#module_354464305 .giantroom .btn-more{color:#000;}
#module_354464305 .selected-light{}
#module_354464305 .selected-light,#module_354464305 .setting-all{}
#module_354464305 .selected-light,#module_354464305 .setting-all{}
#module_354464305 .setting-right-temp ul li, #module_354464305 .choosed-tab{border-top-left-radius:2px;}
#module_354464305 .setting-right-temp ul li, #module_354464305 .choosed-tab{border-top-right-radius:2px;}
#module_354464305 .setting-right-temp ul li, #module_354464305 .choosed-tab{border-bottom-left-radius:2px;}
#module_354464305 .setting-right-temp ul li, #module_354464305 .choosed-tab{border-bottom-right-radius:2px;}
#module_354464305 .pred-filter, #module_354464305 .choosed-tab{border-top-color:#d6d6d6;}
#module_354464305 .pred-filter, #module_354464305 .choosed-tab{border-top-style:solid;}
#module_354464305 .pred-filter, #module_354464305 .choosed-tab, #module_354464305 .giantroom .btn-more{border-top-width:1px;} #module_354464305 .giantroom {margin-top: calc(-16px - 1px);}
#module_354464305 .pred-filter, #module_354464305 .choosed-tab, #module_354464305 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_354464305 .pred-filter, #module_354464305 .choosed-tab, #module_354464305 .giantroom .btn-more{border-bottom-style:solid;}
#module_354464305 .pred-filter, #module_354464305 .choosed-tab, #module_354464305 .giantroom .btn-more{border-bottom-width:1px;}
#module_354464305 .pred-filter, #module_354464305 .choosed-tab, #module_354464305 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_354464305 .pred-filter, #module_354464305 .choosed-tab, #module_354464305 .giantroom .btn-more{border-left-style:solid;}
#module_354464305 .pred-filter, #module_354464305 .choosed-tab, #module_354464305 .giantroom .btn-more{border-left-width:1px;}
#module_354464305 .pred-filter, #module_354464305 .choosed-tab, #module_354464305 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_354464305 .pred-filter, #module_354464305 .choosed-tab, #module_354464305 .giantroom .btn-more{border-right-style:solid;}
#module_354464305 .pred-filter, #module_354464305 .choosed-tab, #module_354464305 .giantroom .btn-more{border-right-width:1px;}
#module_354464305 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_354464305 .setting-left-bar{background-color:#fafafa;}
#module_354464305 .setting-left-bar{width:px} #module_354464305 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_354464305 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_354464305 .choosed-tab .icsmall{color:#999;}
#module_354464305 .setting-right-temp ul li{margin-right:10px;}
#module_354464305 .pagerGiant .text{font-size:px;}
#module_354464305 .pagerGiant .text{font-family:;}
#module_354464305 .pagerGiant .text{color:;}
#module_354464305 .pagerGiant .text{}
#module_354464305 .pagerGiant .text{}
#module_354464305 .pagerGiant .text{}
#module_354464305 .pagerGiant .current,#module_354464305 .pagerGiant .num,#module_354464305 .pagerGiant .inputer{width:px}
#module_354464305 .pagerGiant .current,#module_354464305 .pagerGiant .num,#module_354464305 .pagerGiant .inputer{height:px}
#module_354464305 .pagerGiant .num{font-size:px;}
#module_354464305 .pagerGiant .num{font-family:;}
#module_354464305 .pagerGiant .num{color:;}
#module_354464305 .pagerGiant .num{}
#module_354464305 .pagerGiant .num{}
#module_354464305 .pagerGiant .num{}
#module_354464305 .pagerGiant .submit{width:px}
#module_354464305 .pagerGiant .submit{height:px}
#module_354464305 .pagerGiant .current,#module_354464305 .pagerGiant .num,#module_354464305 .pagerGiant .inputer,#module_354464305 .pagerGiant .submit{border-top-left-radius:px;}
#module_354464305 .pagerGiant .current,#module_354464305 .pagerGiant .num,#module_354464305 .pagerGiant .inputer,#module_354464305 .pagerGiant .submit{border-top-right-radius:px;}
#module_354464305 .pagerGiant .current,#module_354464305 .pagerGiant .num,#module_354464305 .pagerGiant .inputer,#module_354464305 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_354464305 .pagerGiant .current,#module_354464305 .pagerGiant .num,#module_354464305 .pagerGiant .inputer,#module_354464305 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_354464305 .pagerGiant .next,#module_354464305 .pagerGiant .splitline{color:;}
#module_354464305 .pagerGiant .num{background-color:#fff;}
#module_354464305 .pagerGiant .num, #module_354464305 .pagerGiant .inputer{border-top-color:#ccc;}
#module_354464305 .pagerGiant .num, #module_354464305 .pagerGiant .inputer{border-top-style:solid;}
#module_354464305 .pagerGiant .num, #module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit, #module_354464305 .pagerGiant .inputer{border-top-width:1px;}
#module_354464305 .pagerGiant .num, #module_354464305 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_354464305 .pagerGiant .num, #module_354464305 .pagerGiant .inputer{border-bottom-style:solid;}
#module_354464305 .pagerGiant .num, #module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit, #module_354464305 .pagerGiant .inputer{border-bottom-width:1px;}
#module_354464305 .pagerGiant .num, #module_354464305 .pagerGiant .inputer{border-left-color:#ccc;}
#module_354464305 .pagerGiant .num, #module_354464305 .pagerGiant .inputer{border-left-style:solid;}
#module_354464305 .pagerGiant .num, #module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit, #module_354464305 .pagerGiant .inputer{border-left-width:1px;}
#module_354464305 .pagerGiant .num, #module_354464305 .pagerGiant .inputer{border-right-color:#ccc;}
#module_354464305 .pagerGiant .num, #module_354464305 .pagerGiant .inputer{border-right-style:solid;}
#module_354464305 .pagerGiant .num, #module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit, #module_354464305 .pagerGiant .inputer{border-right-width:1px;}
#module_354464305 .page-more a{font-size:px;}
#module_354464305 .page-more a{font-family:;}
#module_354464305 .page-more a{color: !important;}
#module_354464305 .page-more a{}
#module_354464305 .page-more a{}
#module_354464305 .page-more a{}
#module_354464305 .page-more a{background-color:#fff;}
#module_354464305 .page-more a{border-top-color:#eee;}
#module_354464305 .page-more a{border-top-style:solid;}
#module_354464305 .page-more a{border-top-width:2px;}
#module_354464305 .page-more a{border-bottom-color:#eee;}
#module_354464305 .page-more a{border-bottom-style:solid;}
#module_354464305 .page-more a{border-bottom-width:2px;}
#module_354464305 .page-more a{border-left-color:#eee;}
#module_354464305 .page-more a{border-left-style:solid;}
#module_354464305 .page-more a{border-left-width:2px;}
#module_354464305 .page-more a{border-right-color:#eee;}
#module_354464305 .page-more a{border-right-style:solid;}
#module_354464305 .page-more a{border-right-width:2px;}
#module_354464305 .VRDiv:hover{background-color:;}
#module_354464305 .VRDiv:hover{}
#module_354464305 .VRDiv:hover{}
#module_354464305 .VRDiv:hover{}
#module_354464305 .VRDiv:hover{}
#module_354464305 .VRDiv:hover{}
#module_354464305 .VRDiv:hover .vrIcon  {font-size:px;}  #module_354464305 .VRDiv:hover .vrIcon  > svg {width:px; height:px}
#module_354464305 .VRDiv:hover .vrIcon  {color:;} #module_354464305 .VRDiv:hover .vrIcon  > svg {fill:;}
#module_354464305 .videosDiv:hover{background-color:;}
#module_354464305 .videosDiv:hover{}
#module_354464305 .videosDiv:hover{}
#module_354464305 .videosDiv:hover{}
#module_354464305 .videosDiv:hover{}
#module_354464305 .videosDiv:hover{}
#module_354464305 .videosDiv:hover .videosTis {font-size:px;} #module_354464305 .videosDiv:hover .videosTis > svg {width:px; height:px}
#module_354464305 .videosDiv:hover .videosTis {color:;} #module_354464305 .videosDiv:hover .videosTis > svg {fill:;}
#module_354464305 .pro-img:hover{background-color:transparent;}
#module_354464305 .pro-img:hover{}
#module_354464305 .pro-img:hover{background-repeat:no-repeat;}
#module_354464305 .pro-img:hover{}
#module_354464305 .pro-img:hover{}
#module_354464305 .pro-img:hover{}
#module_354464305 .pro-img:hover,#module_354464305 .pro-item:hover{border-top-left-radius:0px;}
#module_354464305 .pro-img:hover,#module_354464305 .pro-item:hover{border-top-right-radius:0px;}
#module_354464305 .pro-img:hover{border-bottom-left-radius:0px;}
#module_354464305 .pro-img:hover{border-bottom-right-radius:0px;}
#module_354464305 .pro-img:hover{border-top-color:transparent;}
#module_354464305 .pro-img:hover{border-top-style:none;}
#module_354464305 .pro-img:hover{border-top-width:0px;}
#module_354464305 .pro-img:hover{border-right-color:transparent;}
#module_354464305 .pro-img:hover{border-right-style:none;}
#module_354464305 .pro-img:hover{border-right-width:0px;}
#module_354464305 .pro-img:hover{border-bottom-color:transparent;}
#module_354464305 .pro-img:hover{border-bottom-style:none;}
#module_354464305 .pro-img:hover{border-bottom-width:0px;}
#module_354464305 .pro-img:hover{border-left-color:transparent;}
#module_354464305 .pro-img:hover{border-left-style:none;}
#module_354464305 .pro-img:hover{border-left-width:0px;}
#module_354464305 .pro-item:hover .pro-name{font-size:16px;}
#module_354464305 .pro-item:hover .pro-name{font-family:;}
#module_354464305 .pro-item:hover .pro-name{color:#000000;}
#module_354464305 .pro-item:hover .pro-name{font-weight:normal;}
#module_354464305 .pro-item:hover .pro-name{text-decoration:none;}
#module_354464305 .pro-item:hover .pro-name{font-style:normal;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#000;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_354464305 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_354464305 .selected-light:hover,#module_354464305 .selected-light.active,#module_354464305 .items-active{font-size:12px;}
#module_354464305 .selected-light:hover,#module_354464305 .selected-light.active,#module_354464305 .items-active{font-family:;}
#module_354464305 .selected-light:hover,#module_354464305 .selected-light.active,#module_354464305 .items-active{color:#000;} #module_354464305 .items-active{border-color:#000;} #module_354464305 .bean-finish{background:#000;}
#module_354464305 .selected-light:hover,#module_354464305 .selected-light.active,#module_354464305 .items-active{}
#module_354464305 .selected-light:hover,#module_354464305 .selected-light.active,#module_354464305 .items-active{}
#module_354464305 .selected-light:hover,#module_354464305 .selected-light.active,#module_354464305 .items-active{}
#module_354464305 .setting-left-bar:hover{background-color:#fafafa;}
#module_354464305 .setting-right-temp ul li:hover, #module_354464305 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_354464305 .choosed-tab .icsmall:hover{color:#999;}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit{font-size:px;}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit{font-family:;}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit{color:;}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit{}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit{}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit{}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit{background-color:#000;}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit, #module_354464305 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit, #module_354464305 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit, #module_354464305 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit, #module_354464305 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit, #module_354464305 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit, #module_354464305 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit, #module_354464305 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_354464305 .pagerGiant .current, #module_354464305 .pagerGiant .submit, #module_354464305 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_354464305 .page-more a:hover{font-size:px;}
#module_354464305 .page-more:hover a{font-family:;}
#module_354464305 .page-more a:hover{color: !important;}
#module_354464305 .page-more a:hover {}
#module_354464305 .page-more a:hover {}
#module_354464305 .page-more a:hover {}
#module_354464305 .page-more a:hover{background-color:#fff;}
#module_354464305 .page-more a:hover{border-top-color:#eee;}
#module_354464305 .page-more a:hover{border-top-style:solid;}
#module_354464305 .page-more a:hover{border-bottom-color:#eee;}
#module_354464305 .page-more a:hover{border-bottom-style:solid;}
#module_354464305 .page-more a:hover{border-left-color:#eee;}
#module_354464305 .page-more a:hover{border-left-style:solid;}
#module_354464305 .page-more a:hover{border-right-color:#eee;}
#module_354464305 .page-more a:hover{border-right-style:solid;}
.module_9988354464305 .ModuleHead .HeadCenter{float:none;}
#module_9988354464305 {
padding:0px;
}
#module_9988354464305 {
}
#module_9988354464305 .ModuleHead0 {
display:block;
}

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


.result-box {padding-left: 65px;margin: 25px 0;min-height:100px;cursor: pointer}
.result-box .arrow-base {position: absolute;left: 15px;top: 3px;-webkit-transition: all .2s;transition: all .2s}
.result-box .title {color: #003059;font-size: 20px;font-weight: 700; background-color:#f7f7f7;}
.result-box .abstract {padding-top: 5px;height: 94px;overflow: hidden; background-color:#f7f7f7;}
.result-box .title:hover{background-color:#dcdcdc;}
.result-box .abstract:hover{background-color:#dcdcdc;}
.result-box:hover .arrow-base {left: 20px}
.result-box:before {content: "";position: absolute;margin: 0 auto;left: 0;right: 0;bottom: 0;height: 1px;width: 90%;}
.arrow-lightblue {margin: 0px 0 0 10px;display: inline-block;height: 20px;position: relative;width: 30px;-webkit-transition: all .2s;transition: all .2s;}

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

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


.ModuleProductListGiant.layout-101  .flexs{ justify-content: center; display: flex;  flex-wrap: wrap;  align-content: flex-start;}
.ModuleProductListGiant.layout-101 .pro-container .pro-item{     border: 1px solid #eee; margin-right: 2%;transition: all 0.3s ease-out 0s;  position: relative;}
.ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content { padding: 10px; }
.ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-img { display: block;    transition: all ease-out .3s;
  display: block;
  height: auto;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  display: block;
  max-width: 100%;
  width: 35%;
  position: relative;overflow: hidden;  }
.ModuleProductListGiant.layout-101 .pro-img .dummy {  padding-top: 100%;
}
.ModuleProductListGiant.layout-101 .pro-desc>span{word-break: break-word !important;}
.ModuleProductListGiant.layout-101 .pro-name{word-break: break-word !important;}
.ModuleProductListGiant.layout-101 .pro-params .param{line-height: 1.5; overflow: hidden;white-space: nowrap; text-overflow: ellipsis}
.ModuleProductListGiant.layout-101 .pro-container .pro-item{margin-top: 2%;}
.ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-img img {position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%;  max-height: 100%;  display: block;  margin: auto; }
.ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text {    padding-left: 5%;  width: 65%; box-sizing: border-box;margin-top: 6px;  }
.ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-name,
.ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-desc {  display: block;  width: 100%;  /*overflow: hidden;  text-overflow: ellipsis;*/ }
.ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-name {     /*white-space: nowrap;*/  overflow: hidden;  text-overflow: ellipsis;  font-size: 18px;color: #333; height: 23px; overflow: hidden;  }
.ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-desc {    color: #5a5a5a; margin-top: 6px;overflow: hidden; }
.ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-buybtn {  width: 100px;  height: 25px;  font-size: 12px;  color: #fff;  text-align: center;  line-height: 25px;  background-color: #e23905;display: block; margin-top: 5%;overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;}
.ModuleProductListGiant.layout-101 .pro-container .pro-item .last-pro-content {  margin-right: 0;  }
.ModuleProductListGiant.layout-101 .pro-container .pro-item:hover {  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);  }
.ModuleProductListGiant.layout-101 .pro-buybtn{cursor: pointer;}
.ModuleProductListGiant.layout-101 .pro-container .pro-item{background-color: #fff;}
.ModuleProductListGiant.layout-101 a:active,.ModuleProductListGiant.layout-101 a:visited,.ModuleProductListGiant.layout-101 a:focus{text-decoration: none;}

@media only screen and (min-width: 768px)  {
  .ModuleProductListGiant.layout-101  div.col-lg-2 {width: 49%; padding-right:0;  padding-left:0;}
  .ModuleProductListGiant.layout-101  div:nth-child(2n).col-lg-2{ margin-right: 0 !important;}
  .ModuleProductListGiant.layout-101  div:nth-child(1).col-lg-2{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(2).col-lg-2{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div.col-lg-3 {width:32%; padding-right:0;  padding-left:0;}
  .ModuleProductListGiant.layout-101  div:nth-child(3n).col-lg-3{ margin-right: 0 !important;}
  .ModuleProductListGiant.layout-101  div:nth-child(1).col-lg-3{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(2).col-lg-3{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(3).col-lg-3{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div.col-lg-4 {width: 23.5%; padding-right:0;  padding-left:0;}
  .ModuleProductListGiant.layout-101  div:nth-child(4n).col-lg-4{ margin-right: 0 !important;}
  .ModuleProductListGiant.layout-101  div:nth-child(1).col-lg-4{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(2).col-lg-4{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(3).col-lg-4{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(4).col-lg-4{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div.col-lg-5 {width:18.4%; padding-right:0;  padding-left:0;}
  .ModuleProductListGiant.layout-101  div:nth-child(5n).col-lg-5{ margin-right: 0 !important;}
  .ModuleProductListGiant.layout-101  div:nth-child(1).col-lg-5{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(2).col-lg-5{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(3).col-lg-5{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(4).col-lg-5{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(5).col-lg-5{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div.col-lg-6 {width:15%; padding-right:0;  padding-left:0;}
  .ModuleProductListGiant.layout-101  div:nth-child(6n).col-lg-6{ margin-right: 0 !important;}
  .ModuleProductListGiant.layout-101  div:nth-child(1).col-lg-6{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(2).col-lg-6{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(3).col-lg-6{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(4).col-lg-6{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(5).col-lg-6{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(6).col-lg-6{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div.col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
  .ModuleProductListGiant.layout-101  div:nth-child(n).col-lg-1{ margin-right: 0 !important;}
  .ModuleProductListGiant.layout-101  div:nth-child(1).col-lg-1{ margin-top: 0;}
}
@media only screen and (max-width: 767px) {
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-img {overflow: hidden;  }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text {  /*white-space: nowrap;*/  overflow: hidden;  text-overflow: ellipsis;  }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-name { /* font-size: 16px;*/  padding-top: 0;  }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-desc {  /*height: 20px;  font-size: 12px;*/   }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-name,
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-desc {  overflow: hidden;  text-overflow: ellipsis;  }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-buybtn {  width: 80px;  height: 20px;  line-height: 20px;  }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content.last-pro-content {  margin: 0px;  }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-desc {  margin-top: 2px;  }


  .ModuleProductListGiant.layout-101  div.col-xs-2 {width: 49% !important;  padding-right:0;  padding-left:0;}
  .ModuleProductListGiant.layout-101  div:nth-child(1).col-xs-2{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(2).col-xs-2{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(2n).col-xs-2{ margin-right: 0 !important;}
  .ModuleProductListGiant.layout-101  div.col-xs-3 {width:32% !important; padding-right:0;  padding-left:0;}
  .ModuleProductListGiant.layout-101  div:nth-child(1).col-xs-3{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(2).col-xs-3{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(3).col-xs-3{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(3n).col-xs-3{ margin-right: 0 !important;}
  .ModuleProductListGiant.layout-101  div.col-xs-4 {width: 23.5% !important; padding-right:0;  padding-left:0;}
  .ModuleProductListGiant.layout-101  div:nth-child(4n).col-xs-4{ margin-right: 0 !important;}
  .ModuleProductListGiant.layout-101  div:nth-child(1).col-xs-4{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(2).col-xs-4{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(3).col-xs-4{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(4).col-xs-4{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div.col-xs-5 {width:18.4% !important; padding-right:0;  padding-left:0;}
  .ModuleProductListGiant.layout-101  div:nth-child(5n).col-xs-5{ margin-right: 0 !important;}
  .ModuleProductListGiant.layout-101  div:nth-child(1).col-xs-5{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(2).col-xs-5{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(3).col-xs-5{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(4).col-xs-5{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(5).col-xs-5{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div.col-xs-6 {width:15% !important; padding-right:0;  padding-left:0;}
  .ModuleProductListGiant.layout-101  div:nth-child(6n).col-xs-6{ margin-right: 0 !important;}
  .ModuleProductListGiant.layout-101  div:nth-child(1).col-xs-6{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(2).col-xs-6{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(3).col-xs-6{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(4).col-xs-6{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(5).col-xs-6{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(6).col-xs-6{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div.col-xs-1 {width: 100% !important; padding-right:0;  padding-left:0;}
  .ModuleProductListGiant.layout-101  div:nth-child(1).col-xs-1{ margin-top: 0;}
  .ModuleProductListGiant.layout-101  div:nth-child(1n).col-xs-1{ margin-right: 0 !important;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .ModuleProductListGiant.layout-101 .pro-container{ width: 90%; margin: 0 auto;}
  .ModuleProductListGiant.layout-101 .pro-container .pro-item {   margin-bottom: 10px; width: 48.23%;  }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content {  margin-right: 5px;  }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-img {  width: 20%;  }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-img { height: 95px;overflow: hidden;  }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text {  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;  }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-name {  /*white-space: nowrap; */ overflow: hidden;  text-overflow: ellipsis;  font-size: 18px;  margin-top: 0px;  }
  .ModuleProductListGiant.layout-101 .pro-container .pro-item .pro-content .pro-text .pro-desc {   overflow: hidden;  text-overflow: ellipsis;  font-size: 14px;  padding-bottom: 14px;
  }
}

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

#module_187461520 .pro-item{margin-right:20px;} #module_187461520 .pro-container li.col-lg-2{width:calc((100% - 20px) / 2);} #module_187461520 .pro-container li.col-lg-3{width:calc((100% - 20px * 2) / 3);} #module_187461520 .pro-container li.col-lg-4{width:calc((100% - 20px * 3) / 4);} #module_187461520 .pro-container li.col-lg-5{width:calc((100% - 20px * 4) / 5);} #module_187461520 .pro-container li.col-lg-6{width:calc((100% - 20px * 5) / 6);}
#module_187461520 .pro-item{padding-top:0px;}
#module_187461520 .pro-item{padding-bottom:0px;}
#module_187461520 .pro-item{padding-left:0px;}
#module_187461520 .pro-item{padding-right:0px;}
#module_187461520 .pro-item{background-color:#ffffff;}
#module_187461520 .pro-item{background-image:none;}
#module_187461520 .pro-item{background-repeat:no-repeat;}
#module_187461520 .pro-item{}
#module_187461520 .pro-item{}
#module_187461520 .pro-item{}
#module_187461520 .pro-item{border-top-color:rgb(242, 242, 242);}
#module_187461520 .pro-item{border-top-style:solid;}
#module_187461520 .pro-item{border-top-width:1px;}
#module_187461520 .pro-item{border-right-color:rgb(242, 242, 242);}
#module_187461520 .pro-item{border-right-style:solid;}
#module_187461520 .pro-item{border-right-width:1px;}
#module_187461520 .pro-item{border-bottom-color:rgb(242, 242, 242);}
#module_187461520 .pro-item{border-bottom-style:solid;}
#module_187461520 .pro-item{border-bottom-width:1px;}
#module_187461520 .pro-item{border-left-color:rgb(242, 242, 242);}
#module_187461520 .pro-item{border-left-style:solid;}
#module_187461520 .pro-item{border-left-width:1px;}
#module_187461520 .pro-img .dummy{background-color:transparent;}
#module_187461520 .pro-img .dummy{background-image:none;}
#module_187461520 .pro-img .dummy{background-repeat:no-repeat;}
#module_187461520 .pro-img .dummy{}
#module_187461520 .pro-img .dummy{}
#module_187461520 .pro-img .dummy{}
#module_187461520 .pro-img{width:35%;} #module_187461520 .pro-text{width: calc(100% - 35%);}
#module_187461520 .pro-img .dummy{padding-top:100%;}
#module_187461520 .pro-img img{ object-fit:cover;}
#module_187461520 .pro-img img{ width:100%;}
#module_187461520 .pro-img img{ height:100%;}
#module_187461520 .pro-img img{border-radius:0px;}
#module_187461520 .pro-img{border-top-left-radius:0px;}
#module_187461520 .pro-img{border-top-right-radius:0px;}
#module_187461520 .pro-img{border-bottom-left-radius:0px;}
#module_187461520 .pro-img{border-bottom-right-radius:0px;}
#module_187461520 .pro-img{border-top-color:transparent;}
#module_187461520 .pro-img{border-top-style:none;}
#module_187461520 .pro-img{border-top-width:0px;}
#module_187461520 .pro-img{border-right-color:transparent;}
#module_187461520 .pro-img{border-right-style:none;}
#module_187461520 .pro-img{border-right-width:0px;}
#module_187461520 .pro-img{border-bottom-color:transparent;}
#module_187461520 .pro-img{border-bottom-style:none;}
#module_187461520 .pro-img{border-bottom-width:0px;}
#module_187461520 .pro-img{border-left-color:transparent;}
#module_187461520 .pro-img{border-left-style:none;}
#module_187461520 .pro-img{border-left-width:0px;}
#module_187461520 .pro-item .pro-name{font-size:16px;}
#module_187461520 .pro-item .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_187461520 .pro-item .pro-name{color:#333;}
#module_187461520 .pro-item .pro-name{font-weight:normal;}
#module_187461520 .pro-item .pro-name{text-decoration:none;}
#module_187461520 .pro-item .pro-name{font-style:normal;}
#module_187461520 .pro-item .pro-name{margin-top:0px;}
#module_187461520 .pro-item .pro-name{margin-bottom:0px;}
#module_187461520 .pro-item .pro-desc{margin-top:6px;}
#module_187461520 .pro-item .pro-desc{margin-bottom:0px;}
#module_187461520 .pro-item .pro-desc{font-size:12px;}
#module_187461520 .pro-item .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_187461520 .pro-item .pro-desc{color:#999;}
#module_187461520 .pro-item .pro-desc{font-weight:normal;}
#module_187461520 .pro-item .pro-desc{text-decoration:none;}
#module_187461520 .pro-item .pro-desc{font-style:normal;}
#module_187461520 .pro-item .pro-buybtn{font-size:12px;}
#module_187461520 .pro-item .pro-buybtn{font-family:微软雅黑,Microsoft YaHei;}
#module_187461520 .pro-item .pro-buybtn{color:#fff;}
#module_187461520 .pro-item .pro-buybtn{font-weight:normal;}
#module_187461520 .pro-item .pro-buybtn{text-decoration:none;}
#module_187461520 .pro-item .pro-buybtn{font-style:normal;}
#module_187461520 .pro-item .pro-buybtn{background-color:#1e88e5;}
#module_187461520 .pro-item .pro-buybtn{background-image:none;}
#module_187461520 .pro-item .pro-buybtn{background-repeat:no-repeat;}
#module_187461520 .pro-item .pro-buybtn{}
#module_187461520 .pro-item .pro-buybtn{}
#module_187461520 .pro-item .pro-buybtn{}
#module_187461520 .pro-item .pro-buybtn{border-top-left-radius:0px;}
#module_187461520 .pro-item .pro-buybtn{border-top-right-radius:0px;}
#module_187461520 .pro-item .pro-buybtn{border-bottom-left-radius:0px;}
#module_187461520 .pro-item .pro-buybtn{border-bottom-right-radius:0px;}
#module_187461520 .pro-item .pro-buybtn{border-top-color:transparent;}
#module_187461520 .pro-item .pro-buybtn{border-top-style:none;}
#module_187461520 .pro-item .pro-buybtn{border-top-width:0px;}
#module_187461520 .pro-item .pro-buybtn{border-right-color:transparent;}
#module_187461520 .pro-item .pro-buybtn{border-right-style:none;}
#module_187461520 .pro-item .pro-buybtn{border-right-width:0px;}
#module_187461520 .pro-item .pro-buybtn{border-bottom-color:transparent;}
#module_187461520 .pro-item .pro-buybtn{border-bottom-style:none;}
#module_187461520 .pro-item .pro-buybtn{border-bottom-width:0px;}
#module_187461520 .pro-item .pro-buybtn{border-left-color:transparent;}
#module_187461520 .pro-item .pro-buybtn{border-left-style:none;}
#module_187461520 .pro-item .pro-buybtn{border-left-width:0px;}
#module_187461520 .pro-paramname{font-size:12px;}
#module_187461520 .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_187461520 .pro-paramname{color:#666;}
#module_187461520 .pro-paramname{font-weight:normal;}
#module_187461520 .pro-paramname{text-decoration:none;}
#module_187461520 .pro-paramname{font-style:normal;}
#module_187461520 .pro-paramvalue{font-size:12px;}
#module_187461520 .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_187461520 .pro-paramvalue{color:#666;}
#module_187461520 .pro-paramvalue{font-weight:normal;}
#module_187461520 .pro-paramvalue{text-decoration:none;}
#module_187461520 .pro-paramvalue{font-style:normal;}
#module_187461520 .pro-params{margin-top:15px;}
#module_187461520 .pro-params{margin-right:0px;}
#module_187461520 .pro-params{margin-left:0px;}
#module_187461520 .pro-params{margin-bottom:15px;}
#module_187461520 .pro-item:hover .pro-paramname{font-size:12px;}
#module_187461520 .pro-item:hover .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_187461520 .pro-item:hover .pro-paramname{color:#666;}
#module_187461520 .pro-item:hover .pro-paramname{font-weight:normal;}
#module_187461520 .pro-item:hover .pro-paramname{text-decoration:none;}
#module_187461520 .pro-item:hover .pro-paramname{font-style:normal;}
#module_187461520 .pro-item:hover .pro-paramvalue:hover{font-size:12px;}
#module_187461520 .pro-item:hover .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_187461520 .pro-item:hover .pro-paramvalue,#module_187461520 .pro-item:hover .param{color:#666;}
#module_187461520 .pro-item:hover .pro-paramvalue{font-weight:normal;}
#module_187461520 .pro-item:hover .pro-paramvalue{text-decoration:none;}
#module_187461520 .pro-item:hover .pro-paramvalue{font-style:normal;}
#module_187461520 .pro-img:hover{border-top-left-radius:0px;}
#module_187461520 .pro-img:hover{border-top-right-radius:0px;}
#module_187461520 .pro-img:hover{border-bottom-left-radius:0px;}
#module_187461520 .pro-img:hover{border-bottom-right-radius:0px;}
#module_187461520 .pro-img:hover{border-top-color:transparent;}
#module_187461520 .pro-img:hover{border-top-style:none;}
#module_187461520 .pro-img:hover{border-top-width:0px;}
#module_187461520 .pro-img:hover{border-right-color:transparent;}
#module_187461520 .pro-img:hover{border-right-style:none;}
#module_187461520 .pro-img:hover{border-right-width:0px;}
#module_187461520 .pro-img:hover{border-bottom-color:transparent;}
#module_187461520 .pro-img:hover{border-bottom-style:none;}
#module_187461520 .pro-img:hover{border-bottom-width:0px;}
#module_187461520 .pro-img:hover{border-left-color:transparent;}
#module_187461520 .pro-img:hover{border-left-style:none;}
#module_187461520 .pro-img:hover{border-left-width:0px;}
#module_187461520 .pro-item:hover .pro-name{font-size:16px;}
#module_187461520 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_187461520 .pro-item:hover .pro-name{color:rgb(0, 47, 88);}
#module_187461520 .pro-item:hover .pro-name{font-weight:normal;}
#module_187461520 .pro-item:hover .pro-name{text-decoration:none;}
#module_187461520 .pro-item:hover .pro-name{font-style:normal;}
#module_187461520 .pro-item:hover .pro-buybtn{font-size:12px;}
#module_187461520 .pro-item:hover .pro-buybtn{font-family:微软雅黑,Microsoft YaHei;}
#module_187461520 .pro-item:hover .pro-buybtn{color:#fff;}
#module_187461520 .pro-item:hover .pro-buybtn{font-weight:normal;}
#module_187461520 .pro-item:hover .pro-buybtn{text-decoration:none;}
#module_187461520 .pro-item:hover .pro-buybtn{font-style:normal;}
#module_187461520 .pro-item:hover .pro-buybtn{background-color:#1e88e5;}
#module_187461520 .pro-item:hover .pro-buybtn{background-image:none;}
#module_187461520 .pro-item:hover .pro-buybtn{background-repeat:no-repeat;}
#module_187461520 .pro-item:hover .pro-buybtn{}
#module_187461520 .pro-item:hover .pro-buybtn{}
#module_187461520 .pro-item:hover .pro-buybtn{}
#module_187461520 .pro-item:hover .pro-buybtn{border-top-color:transparent;}
#module_187461520 .pro-item:hover .pro-buybtn{border-top-style:none;}
#module_187461520 .pro-item:hover .pro-buybtn{border-top-width:1px;}
#module_187461520 .pro-item:hover .pro-buybtn{border-right-color:transparent;}
#module_187461520 .pro-item:hover .pro-buybtn{border-right-style:none;}
#module_187461520 .pro-item:hover .pro-buybtn{border-right-width:1px;}
#module_187461520 .pro-item:hover .pro-buybtn{border-bottom-color:transparent;}
#module_187461520 .pro-item:hover .pro-buybtn{border-bottom-style:none;}
#module_187461520 .pro-item:hover .pro-buybtn{border-bottom-width:1px;}
#module_187461520 .pro-item:hover .pro-buybtn{border-left-color:transparent;}
#module_187461520 .pro-item:hover .pro-buybtn{border-left-style:none;}
#module_187461520 .pro-item:hover .pro-buybtn{border-left-width:1px;}
.module_9988187461520 .ModuleHead .HeadCenter{float:none;}
#module_9988187461520 {
padding:0px;
}
#module_9988187461520 {
}
#module_9988187461520 .ModuleHead0 {
display:block;
}

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


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

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


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

#module_187461521 .pro-item{margin-right:20px;} #module_187461521 .pro-container li.col-lg-2{width:calc((100% - 20px) / 2);} #module_187461521 .pro-container li.col-lg-3{width:calc((100% - 20px * 2) / 3);} #module_187461521 .pro-container li.col-lg-4{width:calc((100% - 20px * 3) / 4);} #module_187461521 .pro-container li.col-lg-5{width:calc((100% - 20px * 4) / 5);} #module_187461521 .pro-container li.col-lg-6{width:calc((100% - 20px * 5) / 6);}
#module_187461521 .pro-item{padding-top:0px;}
#module_187461521 .pro-item{padding-bottom:0px;}
#module_187461521 .pro-item{padding-left:0px;}
#module_187461521 .pro-item{padding-right:0px;}
#module_187461521 .pro-item{background-color:#ffffff;}
#module_187461521 .pro-item{background-image:none;}
#module_187461521 .pro-item{background-repeat:no-repeat;}
#module_187461521 .pro-item{}
#module_187461521 .pro-item{}
#module_187461521 .pro-item{}
#module_187461521 .pro-item{border-top-color:rgb(242, 242, 242);}
#module_187461521 .pro-item{border-top-style:solid;}
#module_187461521 .pro-item{border-top-width:1px;}
#module_187461521 .pro-item{border-right-color:rgb(242, 242, 242);}
#module_187461521 .pro-item{border-right-style:solid;}
#module_187461521 .pro-item{border-right-width:1px;}
#module_187461521 .pro-item{border-bottom-color:rgb(242, 242, 242);}
#module_187461521 .pro-item{border-bottom-style:solid;}
#module_187461521 .pro-item{border-bottom-width:1px;}
#module_187461521 .pro-item{border-left-color:rgb(242, 242, 242);}
#module_187461521 .pro-item{border-left-style:solid;}
#module_187461521 .pro-item{border-left-width:1px;}
#module_187461521 .pro-img .dummy{background-color:transparent;}
#module_187461521 .pro-img .dummy{background-image:none;}
#module_187461521 .pro-img .dummy{background-repeat:no-repeat;}
#module_187461521 .pro-img .dummy{}
#module_187461521 .pro-img .dummy{}
#module_187461521 .pro-img .dummy{}
#module_187461521 .pro-img{width:35%;} #module_187461521 .pro-text{width: calc(100% - 35%);}
#module_187461521 .pro-img .dummy{padding-top:100%;}
#module_187461521 .pro-img img{ object-fit:cover;}
#module_187461521 .pro-img img{ width:100%;}
#module_187461521 .pro-img img{ height:100%;}
#module_187461521 .pro-img img{border-radius:0px;}
#module_187461521 .pro-img{border-top-left-radius:0px;}
#module_187461521 .pro-img{border-top-right-radius:0px;}
#module_187461521 .pro-img{border-bottom-left-radius:0px;}
#module_187461521 .pro-img{border-bottom-right-radius:0px;}
#module_187461521 .pro-img{border-top-color:transparent;}
#module_187461521 .pro-img{border-top-style:none;}
#module_187461521 .pro-img{border-top-width:0px;}
#module_187461521 .pro-img{border-right-color:transparent;}
#module_187461521 .pro-img{border-right-style:none;}
#module_187461521 .pro-img{border-right-width:0px;}
#module_187461521 .pro-img{border-bottom-color:transparent;}
#module_187461521 .pro-img{border-bottom-style:none;}
#module_187461521 .pro-img{border-bottom-width:0px;}
#module_187461521 .pro-img{border-left-color:transparent;}
#module_187461521 .pro-img{border-left-style:none;}
#module_187461521 .pro-img{border-left-width:0px;}
#module_187461521 .pro-item .pro-name{font-size:16px;}
#module_187461521 .pro-item .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_187461521 .pro-item .pro-name{color:#333;}
#module_187461521 .pro-item .pro-name{font-weight:normal;}
#module_187461521 .pro-item .pro-name{text-decoration:none;}
#module_187461521 .pro-item .pro-name{font-style:normal;}
#module_187461521 .pro-item .pro-name{margin-top:0px;}
#module_187461521 .pro-item .pro-name{margin-bottom:0px;}
#module_187461521 .pro-item .pro-desc{margin-top:6px;}
#module_187461521 .pro-item .pro-desc{margin-bottom:0px;}
#module_187461521 .pro-item .pro-desc{font-size:12px;}
#module_187461521 .pro-item .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_187461521 .pro-item .pro-desc{color:#999;}
#module_187461521 .pro-item .pro-desc{font-weight:normal;}
#module_187461521 .pro-item .pro-desc{text-decoration:none;}
#module_187461521 .pro-item .pro-desc{font-style:normal;}
#module_187461521 .pro-item .pro-buybtn{font-size:12px;}
#module_187461521 .pro-item .pro-buybtn{font-family:微软雅黑,Microsoft YaHei;}
#module_187461521 .pro-item .pro-buybtn{color:#fff;}
#module_187461521 .pro-item .pro-buybtn{font-weight:normal;}
#module_187461521 .pro-item .pro-buybtn{text-decoration:none;}
#module_187461521 .pro-item .pro-buybtn{font-style:normal;}
#module_187461521 .pro-item .pro-buybtn{background-color:#1e88e5;}
#module_187461521 .pro-item .pro-buybtn{background-image:none;}
#module_187461521 .pro-item .pro-buybtn{background-repeat:no-repeat;}
#module_187461521 .pro-item .pro-buybtn{}
#module_187461521 .pro-item .pro-buybtn{}
#module_187461521 .pro-item .pro-buybtn{}
#module_187461521 .pro-item .pro-buybtn{border-top-left-radius:0px;}
#module_187461521 .pro-item .pro-buybtn{border-top-right-radius:0px;}
#module_187461521 .pro-item .pro-buybtn{border-bottom-left-radius:0px;}
#module_187461521 .pro-item .pro-buybtn{border-bottom-right-radius:0px;}
#module_187461521 .pro-item .pro-buybtn{border-top-color:transparent;}
#module_187461521 .pro-item .pro-buybtn{border-top-style:none;}
#module_187461521 .pro-item .pro-buybtn{border-top-width:0px;}
#module_187461521 .pro-item .pro-buybtn{border-right-color:transparent;}
#module_187461521 .pro-item .pro-buybtn{border-right-style:none;}
#module_187461521 .pro-item .pro-buybtn{border-right-width:0px;}
#module_187461521 .pro-item .pro-buybtn{border-bottom-color:transparent;}
#module_187461521 .pro-item .pro-buybtn{border-bottom-style:none;}
#module_187461521 .pro-item .pro-buybtn{border-bottom-width:0px;}
#module_187461521 .pro-item .pro-buybtn{border-left-color:transparent;}
#module_187461521 .pro-item .pro-buybtn{border-left-style:none;}
#module_187461521 .pro-item .pro-buybtn{border-left-width:0px;}
#module_187461521 .pro-paramname{font-size:12px;}
#module_187461521 .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_187461521 .pro-paramname{color:#666;}
#module_187461521 .pro-paramname{font-weight:normal;}
#module_187461521 .pro-paramname{text-decoration:none;}
#module_187461521 .pro-paramname{font-style:normal;}
#module_187461521 .pro-paramvalue{font-size:12px;}
#module_187461521 .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_187461521 .pro-paramvalue{color:#666;}
#module_187461521 .pro-paramvalue{font-weight:normal;}
#module_187461521 .pro-paramvalue{text-decoration:none;}
#module_187461521 .pro-paramvalue{font-style:normal;}
#module_187461521 .pro-params{margin-top:15px;}
#module_187461521 .pro-params{margin-right:0px;}
#module_187461521 .pro-params{margin-left:0px;}
#module_187461521 .pro-params{margin-bottom:15px;}
#module_187461521 .pro-item:hover .pro-paramname{font-size:12px;}
#module_187461521 .pro-item:hover .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_187461521 .pro-item:hover .pro-paramname{color:#666;}
#module_187461521 .pro-item:hover .pro-paramname{font-weight:normal;}
#module_187461521 .pro-item:hover .pro-paramname{text-decoration:none;}
#module_187461521 .pro-item:hover .pro-paramname{font-style:normal;}
#module_187461521 .pro-item:hover .pro-paramvalue:hover{font-size:12px;}
#module_187461521 .pro-item:hover .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_187461521 .pro-item:hover .pro-paramvalue,#module_187461521 .pro-item:hover .param{color:#666;}
#module_187461521 .pro-item:hover .pro-paramvalue{font-weight:normal;}
#module_187461521 .pro-item:hover .pro-paramvalue{text-decoration:none;}
#module_187461521 .pro-item:hover .pro-paramvalue{font-style:normal;}
#module_187461521 .pro-img:hover{border-top-left-radius:0px;}
#module_187461521 .pro-img:hover{border-top-right-radius:0px;}
#module_187461521 .pro-img:hover{border-bottom-left-radius:0px;}
#module_187461521 .pro-img:hover{border-bottom-right-radius:0px;}
#module_187461521 .pro-img:hover{border-top-color:transparent;}
#module_187461521 .pro-img:hover{border-top-style:none;}
#module_187461521 .pro-img:hover{border-top-width:0px;}
#module_187461521 .pro-img:hover{border-right-color:transparent;}
#module_187461521 .pro-img:hover{border-right-style:none;}
#module_187461521 .pro-img:hover{border-right-width:0px;}
#module_187461521 .pro-img:hover{border-bottom-color:transparent;}
#module_187461521 .pro-img:hover{border-bottom-style:none;}
#module_187461521 .pro-img:hover{border-bottom-width:0px;}
#module_187461521 .pro-img:hover{border-left-color:transparent;}
#module_187461521 .pro-img:hover{border-left-style:none;}
#module_187461521 .pro-img:hover{border-left-width:0px;}
#module_187461521 .pro-item:hover .pro-name{font-size:16px;}
#module_187461521 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_187461521 .pro-item:hover .pro-name{color:rgb(0, 47, 88);}
#module_187461521 .pro-item:hover .pro-name{font-weight:normal;}
#module_187461521 .pro-item:hover .pro-name{text-decoration:none;}
#module_187461521 .pro-item:hover .pro-name{font-style:normal;}
#module_187461521 .pro-item:hover .pro-buybtn{font-size:12px;}
#module_187461521 .pro-item:hover .pro-buybtn{font-family:微软雅黑,Microsoft YaHei;}
#module_187461521 .pro-item:hover .pro-buybtn{color:#fff;}
#module_187461521 .pro-item:hover .pro-buybtn{font-weight:normal;}
#module_187461521 .pro-item:hover .pro-buybtn{text-decoration:none;}
#module_187461521 .pro-item:hover .pro-buybtn{font-style:normal;}
#module_187461521 .pro-item:hover .pro-buybtn{background-color:#1e88e5;}
#module_187461521 .pro-item:hover .pro-buybtn{background-image:none;}
#module_187461521 .pro-item:hover .pro-buybtn{background-repeat:no-repeat;}
#module_187461521 .pro-item:hover .pro-buybtn{}
#module_187461521 .pro-item:hover .pro-buybtn{}
#module_187461521 .pro-item:hover .pro-buybtn{}
#module_187461521 .pro-item:hover .pro-buybtn{border-top-color:transparent;}
#module_187461521 .pro-item:hover .pro-buybtn{border-top-style:none;}
#module_187461521 .pro-item:hover .pro-buybtn{border-top-width:1px;}
#module_187461521 .pro-item:hover .pro-buybtn{border-right-color:transparent;}
#module_187461521 .pro-item:hover .pro-buybtn{border-right-style:none;}
#module_187461521 .pro-item:hover .pro-buybtn{border-right-width:1px;}
#module_187461521 .pro-item:hover .pro-buybtn{border-bottom-color:transparent;}
#module_187461521 .pro-item:hover .pro-buybtn{border-bottom-style:none;}
#module_187461521 .pro-item:hover .pro-buybtn{border-bottom-width:1px;}
#module_187461521 .pro-item:hover .pro-buybtn{border-left-color:transparent;}
#module_187461521 .pro-item:hover .pro-buybtn{border-left-style:none;}
#module_187461521 .pro-item:hover .pro-buybtn{border-left-width:1px;}
.module_9988187461521 .ModuleHead .HeadCenter{float:none;}
#module_9988187461521 {
padding:0px;
}
#module_9988187461521 {
}
#module_9988187461521 .ModuleHead0 {
display:block;
}

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


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

#module_354464395 .pro-item{margin-right:20px;} #module_354464395 .pro-container li.col-lg-2{width:calc((100% - 20px) / 2);} #module_354464395 .pro-container li.col-lg-3{width:calc((100% - 20px * 2) / 3);} #module_354464395 .pro-container li.col-lg-4{width:calc((100% - 20px * 3) / 4);} #module_354464395 .pro-container li.col-lg-5{width:calc((100% - 20px * 4) / 5);} #module_354464395 .pro-container li.col-lg-6{width:calc((100% - 20px * 5) / 6);}
#module_354464395 .pro-item{padding-top:0px;}
#module_354464395 .pro-item{padding-bottom:0px;}
#module_354464395 .pro-item{padding-left:0px;}
#module_354464395 .pro-item{padding-right:0px;}
#module_354464395 .pro-item{background-color:#ffffff;}
#module_354464395 .pro-item{background-image:none;}
#module_354464395 .pro-item{background-repeat:no-repeat;}
#module_354464395 .pro-item{}
#module_354464395 .pro-item{}
#module_354464395 .pro-item{}
#module_354464395 .pro-item{border-top-color:rgb(242, 242, 242);}
#module_354464395 .pro-item{border-top-style:solid;}
#module_354464395 .pro-item{border-top-width:1px;}
#module_354464395 .pro-item{border-right-color:rgb(242, 242, 242);}
#module_354464395 .pro-item{border-right-style:solid;}
#module_354464395 .pro-item{border-right-width:1px;}
#module_354464395 .pro-item{border-bottom-color:rgb(242, 242, 242);}
#module_354464395 .pro-item{border-bottom-style:solid;}
#module_354464395 .pro-item{border-bottom-width:1px;}
#module_354464395 .pro-item{border-left-color:rgb(242, 242, 242);}
#module_354464395 .pro-item{border-left-style:solid;}
#module_354464395 .pro-item{border-left-width:1px;}
#module_354464395 .pro-img .dummy{background-color:transparent;}
#module_354464395 .pro-img .dummy{background-image:none;}
#module_354464395 .pro-img .dummy{background-repeat:no-repeat;}
#module_354464395 .pro-img .dummy{}
#module_354464395 .pro-img .dummy{}
#module_354464395 .pro-img .dummy{}
#module_354464395 .pro-img{width:35%;} #module_354464395 .pro-text{width: calc(100% - 35%);}
#module_354464395 .pro-img .dummy{padding-top:100%;}
#module_354464395 .pro-img img{ object-fit:cover;}
#module_354464395 .pro-img img{ width:100%;}
#module_354464395 .pro-img img{ height:100%;}
#module_354464395 .pro-img img{border-radius:0px;}
#module_354464395 .pro-img{border-top-left-radius:0px;}
#module_354464395 .pro-img{border-top-right-radius:0px;}
#module_354464395 .pro-img{border-bottom-left-radius:0px;}
#module_354464395 .pro-img{border-bottom-right-radius:0px;}
#module_354464395 .pro-img{border-top-color:transparent;}
#module_354464395 .pro-img{border-top-style:none;}
#module_354464395 .pro-img{border-top-width:0px;}
#module_354464395 .pro-img{border-right-color:transparent;}
#module_354464395 .pro-img{border-right-style:none;}
#module_354464395 .pro-img{border-right-width:0px;}
#module_354464395 .pro-img{border-bottom-color:transparent;}
#module_354464395 .pro-img{border-bottom-style:none;}
#module_354464395 .pro-img{border-bottom-width:0px;}
#module_354464395 .pro-img{border-left-color:transparent;}
#module_354464395 .pro-img{border-left-style:none;}
#module_354464395 .pro-img{border-left-width:0px;}
#module_354464395 .pro-item .pro-name{font-size:16px;}
#module_354464395 .pro-item .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_354464395 .pro-item .pro-name{color:#333;}
#module_354464395 .pro-item .pro-name{font-weight:normal;}
#module_354464395 .pro-item .pro-name{text-decoration:none;}
#module_354464395 .pro-item .pro-name{font-style:normal;}
#module_354464395 .pro-item .pro-name{margin-top:0px;}
#module_354464395 .pro-item .pro-name{margin-bottom:0px;}
#module_354464395 .pro-item .pro-desc{margin-top:6px;}
#module_354464395 .pro-item .pro-desc{margin-bottom:0px;}
#module_354464395 .pro-item .pro-desc{font-size:12px;}
#module_354464395 .pro-item .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_354464395 .pro-item .pro-desc{color:#999;}
#module_354464395 .pro-item .pro-desc{font-weight:normal;}
#module_354464395 .pro-item .pro-desc{text-decoration:none;}
#module_354464395 .pro-item .pro-desc{font-style:normal;}
#module_354464395 .pro-item .pro-buybtn{font-size:12px;}
#module_354464395 .pro-item .pro-buybtn{font-family:微软雅黑,Microsoft YaHei;}
#module_354464395 .pro-item .pro-buybtn{color:#fff;}
#module_354464395 .pro-item .pro-buybtn{font-weight:normal;}
#module_354464395 .pro-item .pro-buybtn{text-decoration:none;}
#module_354464395 .pro-item .pro-buybtn{font-style:normal;}
#module_354464395 .pro-item .pro-buybtn{background-color:#1e88e5;}
#module_354464395 .pro-item .pro-buybtn{background-image:none;}
#module_354464395 .pro-item .pro-buybtn{background-repeat:no-repeat;}
#module_354464395 .pro-item .pro-buybtn{}
#module_354464395 .pro-item .pro-buybtn{}
#module_354464395 .pro-item .pro-buybtn{}
#module_354464395 .pro-item .pro-buybtn{border-top-left-radius:0px;}
#module_354464395 .pro-item .pro-buybtn{border-top-right-radius:0px;}
#module_354464395 .pro-item .pro-buybtn{border-bottom-left-radius:0px;}
#module_354464395 .pro-item .pro-buybtn{border-bottom-right-radius:0px;}
#module_354464395 .pro-item .pro-buybtn{border-top-color:transparent;}
#module_354464395 .pro-item .pro-buybtn{border-top-style:none;}
#module_354464395 .pro-item .pro-buybtn{border-top-width:0px;}
#module_354464395 .pro-item .pro-buybtn{border-right-color:transparent;}
#module_354464395 .pro-item .pro-buybtn{border-right-style:none;}
#module_354464395 .pro-item .pro-buybtn{border-right-width:0px;}
#module_354464395 .pro-item .pro-buybtn{border-bottom-color:transparent;}
#module_354464395 .pro-item .pro-buybtn{border-bottom-style:none;}
#module_354464395 .pro-item .pro-buybtn{border-bottom-width:0px;}
#module_354464395 .pro-item .pro-buybtn{border-left-color:transparent;}
#module_354464395 .pro-item .pro-buybtn{border-left-style:none;}
#module_354464395 .pro-item .pro-buybtn{border-left-width:0px;}
#module_354464395 .pro-paramname{font-size:12px;}
#module_354464395 .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_354464395 .pro-paramname{color:#666;}
#module_354464395 .pro-paramname{font-weight:normal;}
#module_354464395 .pro-paramname{text-decoration:none;}
#module_354464395 .pro-paramname{font-style:normal;}
#module_354464395 .pro-paramvalue{font-size:12px;}
#module_354464395 .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_354464395 .pro-paramvalue{color:#666;}
#module_354464395 .pro-paramvalue{font-weight:normal;}
#module_354464395 .pro-paramvalue{text-decoration:none;}
#module_354464395 .pro-paramvalue{font-style:normal;}
#module_354464395 .pro-params{margin-top:15px;}
#module_354464395 .pro-params{margin-right:0px;}
#module_354464395 .pro-params{margin-left:0px;}
#module_354464395 .pro-params{margin-bottom:15px;}
#module_354464395 .pro-item:hover .pro-paramname{font-size:12px;}
#module_354464395 .pro-item:hover .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_354464395 .pro-item:hover .pro-paramname{color:#666;}
#module_354464395 .pro-item:hover .pro-paramname{font-weight:normal;}
#module_354464395 .pro-item:hover .pro-paramname{text-decoration:none;}
#module_354464395 .pro-item:hover .pro-paramname{font-style:normal;}
#module_354464395 .pro-item:hover .pro-paramvalue:hover{font-size:12px;}
#module_354464395 .pro-item:hover .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_354464395 .pro-item:hover .pro-paramvalue,#module_354464395 .pro-item:hover .param{color:#666;}
#module_354464395 .pro-item:hover .pro-paramvalue{font-weight:normal;}
#module_354464395 .pro-item:hover .pro-paramvalue{text-decoration:none;}
#module_354464395 .pro-item:hover .pro-paramvalue{font-style:normal;}
#module_354464395 .pro-img:hover{border-top-left-radius:0px;}
#module_354464395 .pro-img:hover{border-top-right-radius:0px;}
#module_354464395 .pro-img:hover{border-bottom-left-radius:0px;}
#module_354464395 .pro-img:hover{border-bottom-right-radius:0px;}
#module_354464395 .pro-img:hover{border-top-color:transparent;}
#module_354464395 .pro-img:hover{border-top-style:none;}
#module_354464395 .pro-img:hover{border-top-width:0px;}
#module_354464395 .pro-img:hover{border-right-color:transparent;}
#module_354464395 .pro-img:hover{border-right-style:none;}
#module_354464395 .pro-img:hover{border-right-width:0px;}
#module_354464395 .pro-img:hover{border-bottom-color:transparent;}
#module_354464395 .pro-img:hover{border-bottom-style:none;}
#module_354464395 .pro-img:hover{border-bottom-width:0px;}
#module_354464395 .pro-img:hover{border-left-color:transparent;}
#module_354464395 .pro-img:hover{border-left-style:none;}
#module_354464395 .pro-img:hover{border-left-width:0px;}
#module_354464395 .pro-item:hover .pro-name{font-size:16px;}
#module_354464395 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_354464395 .pro-item:hover .pro-name{color:rgb(0, 47, 88);}
#module_354464395 .pro-item:hover .pro-name{font-weight:normal;}
#module_354464395 .pro-item:hover .pro-name{text-decoration:none;}
#module_354464395 .pro-item:hover .pro-name{font-style:normal;}
#module_354464395 .pro-item:hover .pro-buybtn{font-size:12px;}
#module_354464395 .pro-item:hover .pro-buybtn{font-family:微软雅黑,Microsoft YaHei;}
#module_354464395 .pro-item:hover .pro-buybtn{color:#fff;}
#module_354464395 .pro-item:hover .pro-buybtn{font-weight:normal;}
#module_354464395 .pro-item:hover .pro-buybtn{text-decoration:none;}
#module_354464395 .pro-item:hover .pro-buybtn{font-style:normal;}
#module_354464395 .pro-item:hover .pro-buybtn{background-color:#1e88e5;}
#module_354464395 .pro-item:hover .pro-buybtn{background-image:none;}
#module_354464395 .pro-item:hover .pro-buybtn{background-repeat:no-repeat;}
#module_354464395 .pro-item:hover .pro-buybtn{}
#module_354464395 .pro-item:hover .pro-buybtn{}
#module_354464395 .pro-item:hover .pro-buybtn{}
#module_354464395 .pro-item:hover .pro-buybtn{border-top-color:transparent;}
#module_354464395 .pro-item:hover .pro-buybtn{border-top-style:none;}
#module_354464395 .pro-item:hover .pro-buybtn{border-top-width:1px;}
#module_354464395 .pro-item:hover .pro-buybtn{border-right-color:transparent;}
#module_354464395 .pro-item:hover .pro-buybtn{border-right-style:none;}
#module_354464395 .pro-item:hover .pro-buybtn{border-right-width:1px;}
#module_354464395 .pro-item:hover .pro-buybtn{border-bottom-color:transparent;}
#module_354464395 .pro-item:hover .pro-buybtn{border-bottom-style:none;}
#module_354464395 .pro-item:hover .pro-buybtn{border-bottom-width:1px;}
#module_354464395 .pro-item:hover .pro-buybtn{border-left-color:transparent;}
#module_354464395 .pro-item:hover .pro-buybtn{border-left-style:none;}
#module_354464395 .pro-item:hover .pro-buybtn{border-left-width:1px;}
.module_9988354464395 .ModuleHead .HeadCenter{float:none;}
#module_9988354464395 {
padding:0px;
}
#module_9988354464395 {
}
#module_9988354464395 .ModuleHead0 {
display:block;
}

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


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

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



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

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

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

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

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

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

.ModuleGridContainer.ModuleGridContainer183113569 #Sub183113569_1 {width:45.0000%;}
.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-row {
	display: flex;
	margin: auto;
	padding-top: 10px;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item {
	margin: auto;
	height: auto;
	padding-left: 0;
	padding-right: 0;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-lg-4 {
	width: 25%;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-lg-3 {
	width: 33.33333%;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-lg-2 {
	width: 50%;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-lg-1 {
	width: 100%;
}


.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item .ico{
	width: 50px;
    height: 50px;
	margin: 0 auto;
    margin-bottom: 22px;

}
.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item .ico img{
	width: 50px;
    height: 50px;

}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num-item {
	line-height: 1;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num {
	white-space: nowrap;
	font-weight: bold;
	font-family: 'Arial';
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 40px;

}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-unit {
	font-size: 14px;
	padding-left: 5px;
	top: 10px;
	font-weight: bold;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-title {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	font-family: 'MicrosoftYaHei';
	color: #666666;
}

/*平板横屏*/
/*@media (min-width:992px) and (max-width: 1199px) {*/
	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item {*/
		/*height: auto;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-md-4 {*/
		/*width: 25%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-md-3 {*/
		/*width: 33.33333%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-md-2 {*/
		/*width: 50%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-md-1 {*/
		/*width: 100%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num-item {*/
		/*font-size: 40px;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-title {*/
		/*margin-top: 10px;*/
	/*}*/
/*}*/

/*平板竖屏、手机屏幕*/
/*@media (max-width: 991px) {*/
	/**/
/*}*/

/*@media only screen and (min-width: 768px) and (max-width: 991px) {*/
	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num-item {*/
		/*font-size: 35px;*/
	/*}*/
/*}*/

@media (max-width: 767px) {
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-row {
		overflow: hidden;
		display: block;
		padding-top: 0;
	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-line:nth-child(2n) {
		border-right-width: 0px !important;
	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item:nth-child(n+3) {
		margin-top: 40px;
	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item {
		float: left;
		height: auto;

	}
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num
	{

		height: 20px;
		line-height: 20px;
		font-size: 20px;
	}
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-unit
	{

		top: 0.3em;
	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-sm-2,
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-xs-2 {
		width: 50%;
	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-sm-1,
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-xs-1 {
		width: 100%;
	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-title {
		margin-top: 8pt;
		font-size: 14px;
		height: 16px;
		line-height: 16px;

	}
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item .ico {
		width: 40px;
		height: 40px;
		margin-bottom: 14px;
	}
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item .ico img{
		width: 40px;
		height: 40px;

	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num-item {
		font-size: 30px;
	}
}.module_183113931 .ModuleHead .HeadCenter{float:none;}
#module_183113931 {
padding:0px;
}
#module_183113931 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_183113931 .ModuleHead183113931 {
display:none;
}
#module_183113931 .BodyCenter.BodyCenter183113931 {
background:none;background-color:rgb(235, 235, 235);
}
#module_183113931 >.module_183113931 {
border-top-style:solid;
border-top-color:#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_183113931 >.module_183113931{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183113931 .BodyCenter.BodyCenter183113931 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183113931 .BodyCenter.BodyCenter183113931 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_183113931 >.module_183113931 {
margin-top:8.9728%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183113931 >.module_183113931 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_183113931 >.module_183113931 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183113931:hover {
border:none;
}
#module_183113931:hover >.module_183113931 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183113931 .digital-num{font-size:40px;line-height: 40px;height: 40px;}#module_183113931 .digital-unit{top: calc(40px * 5 / 20);}
#module_183113931 .digital-num{font-family:微软雅黑,Microsoft YaHei!important;}
#module_183113931 .digital-num{color:rgb(78, 127, 195);}
#module_183113931 .digital-num{font-weight:normal;}
#module_183113931 .digital-num{text-decoration:initial!important;}
#module_183113931 .digital-num{font-style:normal;}
#module_183113931 .digital-unit{font-size:14px;}
#module_183113931 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_183113931 .digital-unit{color:#1e88e5;}
#module_183113931 .digital-unit{font-weight:normal;}
#module_183113931 .digital-unit{text-decoration:initial;}
#module_183113931 .digital-unit{font-style:normal;}
#module_183113931 .digital-title{margin-top:px;}
#module_183113931 .digital-title{margin-left:px;}
#module_183113931 .digital-title{margin-right:px;}
#module_183113931 .digital-title{margin-bottom:px;}
#module_183113931 .digital-title{font-size:14px;}
#module_183113931 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183113931 .digital-title{color:#333;}
#module_183113931 .digital-title{font-weight:normal;}
#module_183113931 .digital-title{text-decoration:initial;}
#module_183113931 .digital-title{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer183113569 #Sub183113569_2 {width:54.99999999999999%;}
.module_183110380 .ModuleHead .HeadCenter{float:none;}
#module_183110380 {
padding:0px;
}
#module_183110380 {
position:static;
z-index:0;
top:6778px;
left:1932px;
width:100%;
height: auto;
}
#module_183110380 .ModuleHead183110380 {
display:none;
}

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

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

#module_183110394 .ModuleImageTextGiantContent{margin-top:0px;}
#module_183110394 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_183110394 .ModuleImageTextGiantContent{margin-left:0px;}
#module_183110394 .ModuleImageTextGiantContent{margin-right:0px;}
#module_183110394 .imageTextGiant-Container{padding-top:10px;}
#module_183110394 .imageTextGiant-Container{padding-bottom:10px;}
#module_183110394 .imageTextGiant-Container{padding-left:10px;}
#module_183110394 .imageTextGiant-Container{padding-right:10px;}
#module_183110394 .showHandle .btn{font-size:14px;}
#module_183110394 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_183110394 .showHandle .btn{color:#333;}
#module_183110394 .showHandle .btn{font-weight:400;}
#module_183110394 .showHandle .btn{text-decoration:none;}
#module_183110394 .showHandle .btn{font-style:normal;}
#module_183110394 .showHandle div{border-top-color:#ddd !important;}
#module_183110394 .showHandle div{border-top-style:solid !important;}
#module_183110394 .showHandle div{border-top-width:1px !important;}
#module_183110394 .showHandle{background-color:transparent;}
#module_183110394 .showHandle{background-image:none;}
#module_183110394 .showHandle{background-repeat:no-repeat;}
#module_183110394 .showHandle{}
#module_183110394 .showHandle{}
#module_183110394 .showHandle{}
#module_183110394 a{font-size:unset;font-family:unset}
.module_183110934 .ModuleHead .HeadCenter{float:none;}
#module_183110934 {
padding:0px;
}
#module_183110934 {
position:static;
z-index:0;
top:6391px;
left:1337px;
width:100%;
height: auto;
}
#module_183110934 .ModuleHead183110934 {
display:none;
}
#module_183110934 .BodyCenter.BodyCenter183110934 {
background-color:transparent;
background-image:url(../images/20210204220100bc98f9.png);
background-size:auto;
background-repeat:repeat-x;
background-position:50% 0%;
background-Attachment:scroll;
}
#module_183110934 >.module_183110934 {
border-top-style:solid;
border-top-color:#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_183110934 >.module_183110934{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183110934 .BodyCenter.BodyCenter183110934 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183110934 .BodyCenter.BodyCenter183110934 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183110934 >.module_183110934 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183110934 >.module_183110934 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183110934 >.module_183110934 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183110934:hover {
border:none;
}
#module_183110934:hover >.module_183110934 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183110934 .ModuleSubContainer{background-color:transparent;}
#module_183110934 .ModuleSubContainer{background-image:none;}
#module_183110934 .ModuleSubContainer{background-repeat:no-repeat;}
#module_183110934 .ModuleSubContainer{background-position:0% 0%;}
#module_183110934 .ModuleSubContainer{background-attachment:scroll;}
#module_183110934 .ModuleSubContainer{}
#module_183110934 {!bgVideo!}{bgVideoUrl:none}
#module_183110934 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_183110934 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_183110934 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer183110934 {}
.module_183110940 .ModuleHead .HeadCenter{float:none;}
#module_183110940 {
padding:0px;
}
#module_183110940 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_183110940 .ModuleHead183110940 {
display:none;
}
#module_183110940 .BodyCenter.BodyCenter183110940 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183110940 >.module_183110940 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(255, 255, 255);
border-bottom-width:0px;
}
#module_183110940 >.module_183110940{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183110940 .BodyCenter.BodyCenter183110940 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183110940 .BodyCenter.BodyCenter183110940 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183110940 >.module_183110940 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183110940 >.module_183110940 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183110940 >.module_183110940 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183110940:hover {
border:none;
}
#module_183110940:hover >.module_183110940 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183110940 .nav-box{text-align:center;}
#module_183110940 .nav-box{background-color:rgba(0,0,0,0);}
#module_183110940 .nav-box{background-image:none;}
#module_183110940 .nav-box{background-repeat:no-repeat;}
#module_183110940 .nav-box{}
#module_183110940 .nav-box{}
#module_183110940 .nav-box{}
#module_183110940 .Nav-Container a{text-align:center;}
#module_183110940 .nav-box{border-top-color:transparent;}
#module_183110940 .nav-box{border-top-style:none;}
#module_183110940 .nav-box{border-top-width:0px;}
#module_183110940 .nav-box{border-right-color:transparent;}
#module_183110940 .nav-box{border-right-style:none;}
#module_183110940 .nav-box{border-right-width:0px;}
#module_183110940 .nav-box{border-bottom-color:rgb(255, 255, 255);}
#module_183110940 .nav-box{border-bottom-style:solid;}
#module_183110940 .nav-box{border-bottom-width:0px;}
#module_183110940 .nav-box{border-left-color:transparent;}
#module_183110940 .nav-box{border-left-style:none;}
#module_183110940 .nav-box{border-left-width:0px;}
#module_183110940 .Nav-Container li{background-color:rgba(0,0,0,0);}
#module_183110940 .Nav-Container li{background-image:none;}
#module_183110940 .Nav-Container li{background-repeat:no-repeat;}
#module_183110940 .Nav-Container li{}
#module_183110940 .Nav-Container li{}
#module_183110940 .Nav-Container li{}
#module_183110940 .Nav-Container li{border-top-color:rgb(255, 255, 255);}
#module_183110940 .Nav-Container li{border-top-style:solid;}
#module_183110940 .Nav-Container li{border-top-width:0px;}
#module_183110940 .Nav-Container li{border-right-color:transparent;}
#module_183110940 .Nav-Container li{border-right-style:none;}
#module_183110940 .Nav-Container li{border-right-width:0px;}
#module_183110940 .Nav-Container li{border-bottom-color:rgb(255, 255, 255);}
#module_183110940 .Nav-Container li{border-bottom-style:solid;}
#module_183110940 .Nav-Container li{border-bottom-width:0px;}
#module_183110940 .Nav-Container li{border-left-color:transparent;}
#module_183110940 .Nav-Container li{border-left-style:none;}
#module_183110940 .Nav-Container li{border-left-width:0px;}
#module_183110940 .Nav-Container li a{width:165px;}@media only screen and (min-width: 768px){#module_183110940 .location-left .tabContentGiant,#module_183110940 .location-right .tabContentGiant{width: calc(100% - 165px - 14px)}}
#module_183110940 .Nav-Container li a{height:48px;line-height:48px;}
#module_183110940 .Nav-Container li a{font-size:16px;}
#module_183110940 .Nav-Container li a{font-family:微软雅黑,Microsoft YaHei;}
#module_183110940 .Nav-Container li a{color:rgb(255, 255, 255);}
#module_183110940 .Nav-Container li a{font-weight:normal;}
#module_183110940 .Nav-Container li a{text-decoration:none;}
#module_183110940 .Nav-Container li a{font-style:normal;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{background-color:transparent;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{background-image:none;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{background-repeat:no-repeat;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{}
#module_183110940 {} #tab_content_clone_module_183110940.tab-content-parent{background-color:#f8f8f8;}
#module_183110940 {} #tab_content_clone_module_183110940.tab-content-parent{background-image:none;}
#module_183110940 {} #tab_content_clone_module_183110940.tab-content-parent{background-repeat:no-repeat;}
#module_183110940 {} #tab_content_clone_module_183110940.tab-content-parent{}
#module_183110940 {} #tab_content_clone_module_183110940.tab-content-parent{}
#module_183110940 {} #tab_content_clone_module_183110940.tab-content-parent{}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{padding-top:10px;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{padding-bottom:10px;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{padding-left:10px;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{padding-right:10px;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{border-top-color:#e5e5e5;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{border-top-style:none;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{border-top-width:0px;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{border-right-color:#e5e5e5;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{border-right-style:solid;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{border-right-width:1px;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{border-bottom-color:#e5e5e5;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{border-bottom-style:solid;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{border-bottom-width:1px;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{border-left-color:#e5e5e5;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{border-left-style:solid;}
#module_183110940 .TabContainer-Container .tab-pane,#tab_content_clone_module_183110940.tab-content-parent .tab-pane{border-left-width:1px;}
#module_183110940 .tab-link{margin-right:20px;} @media (min-width: 768px) {#module_183110940 .location-left .tab-link,#module_183110940 .location-right .tab-link{margin-bottom:20px;}}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{background-image:none;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{background-repeat:no-repeat;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{background-color:rgb(0, 48, 89);}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{}
#module_183110940 .Nav-Container li:hover a,#module_183110940 .Nav-Container li.active a{font-size:16px;}
#module_183110940 .Nav-Container li:hover a,#module_183110940 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
#module_183110940 .Nav-Container li:hover a,#module_183110940 .Nav-Container li.active a{color:#fff;}
#module_183110940 .Nav-Container li:hover a,#module_183110940 .Nav-Container li.active a{font-weight:normal;}
#module_183110940 .Nav-Container li:hover a,#module_183110940 .Nav-Container li.active a{text-decoration:none;}
#module_183110940 .Nav-Container li:hover a,#module_183110940 .Nav-Container li.active a{font-style:normal;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{border-top-color:transparent;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{border-top-style:none;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{border-top-width:0px;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{border-right-color:transparent;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{border-right-style:none;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{border-right-width:0px;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{border-bottom-color:rgb(255, 255, 255);}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{border-bottom-style:solid;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{border-bottom-width:2px;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{border-left-color:transparent;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{border-left-style:none;}
#module_183110940 .Nav-Container li:hover,#module_183110940 .Nav-Container li.active{border-left-width:0px;}

/*layout-121*/
.ModuleNewsListGiant.layout-122 .news-module-container{overflow: hidden;position: relative;}
.ModuleNewsListGiant.layout-122 .news-container{ font-size: 0;}
/* .ModuleNewsListGiant.layout-122 .news-item[index = '0']{display: none;} */
.ModuleNewsListGiant.layout-122 .news-left,
.ModuleNewsListGiant.layout-122 .news-right,
.ModuleNewsListGiant.layout-122 .timebox,
.ModuleNewsListGiant.layout-122 .titbox{height: auto; display: inline-block; vertical-align: top; }
.ModuleNewsListGiant.layout-122 .news-left .news-tit{background-color:#1E88E5;}
.ModuleNewsListGiant.layout-122 .news-left .contentbox{ font-size: 0;padding-top:35px;padding-right: 40px;padding-left: 49px;}
.ModuleNewsListGiant.layout-122 .news-left { width:40%;}
.ModuleNewsListGiant.layout-122 .news-right { width:60%}
.ModuleNewsListGiant.layout-122 .dummy {
  padding-top: 56%;
}
.ModuleNewsListGiant.layout-122 .news-img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.ModuleNewsListGiant.layout-122 .swiper-slide-active .news-tit{
  margin-left:0 !important;
}
.ModuleNewsListGiant.layout-122 .news-img img{position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  margin: auto;
  padding: auto;
  display: block;
  transition:all 1s;
}
.ModuleNewsListGiant.layout-122 .news-img:hover img{
  transform:scale(1.3);
}

.ModuleNewsListGiant.layout-122 .news-left .timebox{width: 15%;margin-right: 30px;}
/* .ModuleNewsListGiant.layout-122 .news-left .titbox{width: calc(85% - 30px);} */
.ModuleNewsListGiant.layout-122 .day{    display: block;font-size: 62px;color:#fff;line-height: 1;}
.ModuleNewsListGiant.layout-122 .yaermonth{font-size: 16px;color:#fff;line-height: 1;    display: block;}
.ModuleNewsListGiant.layout-122 .news-title{line-height:1.5;max-width:600px; font-size: 22px;color: #ffffff;}
.ModuleNewsListGiant.layout-122 .left-line {transition: width 0.3s ease-in-out;  width: 64px;height: 3px; border-top: 3px solid rgba(255,255,255,0.61);margin:33px 0 30px 0 ;}
.ModuleNewsListGiant.layout-122 .news-desc {line-height: 2;color: rgba(255,255,255,0.8);font-size: 14px;}
.ModuleNewsListGiant.layout-122 .news-left .label-box{overflow: hidden; max-height: 80px; padding-left: 49px; margin-top: 35px; border-top: 1px solid rgba(255,255,255,0.3);}
.ModuleNewsListGiant.layout-122 .news-right .label-box{overflow: hidden; max-height: 80px; margin-top: 35px; border-top: 1px solid #eeeeee;}
.ModuleNewsListGiant.layout-122 .news-label{margin-top: 20px; margin-bottom: 20px; margin-right: 15px; display: inline-block;padding: 0 16px;font-size: 12px; background: rgba(255,255,255,0.6);border-radius: 16px;}
.ModuleNewsListGiant.layout-122 .news-label a{color: #2196F3; }
.ModuleNewsListGiant.layout-122 .news-right{font-size: 0;  }
.ModuleNewsListGiant.layout-122 .news-item{ padding: 0; height:500px;}
.ModuleNewsListGiant.layout-122 .news-right .timebox,.ModuleNewsListGiant.layout-122 .news-right .titbox{ display: block;}
.ModuleNewsListGiant.layout-122 .news-right .day{color:#D2D2D2;}
.ModuleNewsListGiant.layout-122 .news-right .yaermonth{color:#D2D2D2;}
.ModuleNewsListGiant.layout-122 .paginations{ display: block; text-align: right;  width: 100%; height:auto;}
.ModuleNewsListGiant.layout-122 .prev{ margin-right: 15px;}
.ModuleNewsListGiant.layout-122 .next{transform: rotate(180deg);}
.ModuleNewsListGiant.layout-122 .news-right .news-title{ max-width:440px; font-size: 18px;color: #333333;}
.ModuleNewsListGiant.layout-122 .right-line {transition: width 0.3s ease-in-out; width: 64px;height: 3px; border-top: 3px solid #eeeeee;/*margin:33px 0 30px 0 ;*/}
.ModuleNewsListGiant.layout-122 .news-right .news-desc {margin-top: 30px; color: #A1A1A1;font-size: 14px;}
.ModuleNewsListGiant.layout-122  .news-left:hover .left-line{
    width: 100%;
}
.ModuleNewsListGiant.layout-122  .news-right .news-tit:hover .right-line{
  width: 100%;
}
.ModuleNewsListGiant.layout-122 .prev,.ModuleNewsListGiant.layout-122  .next{   cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 48px; width: 48px; height: 48px;background: #1e88e5;color: #fff;}
    .ModuleNewsListGiant.layout-122 .paginationbtn{ position: relative;}
.ModuleNewsListGiant.layout-122 .icon-icon-left{ font-size: 20px; position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); }
.ModuleNewsListGiant.layout-122 .videobox .Mantle{
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .3;
  z-index: 9;
}
.ModuleNewsListGiant.layout-122 .videobox .iconfont{
   display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 10;
  font-size: 66px;
  color: #fff;
  transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
  .ModuleNewsListGiant.layout-122 .news-item[index = '0']{display:block;}
  .ModuleNewsListGiant.layout-122 .news-right {width: 100% !important;margin-left:0 !important}
  .ModuleNewsListGiant.layout-122 .titbox{width: 100% !important;}
  .ModuleNewsListGiant.layout-122 .news-left{display: none;}
}
/*置顶推荐*/
.ModuleNewsListGiant.layout-122 .staFun{
  border: 1px solid #e50b1c;
  font-size: 12px;
  padding: 0px 2px;
  color: #e50b1c;
  font-weight: bold;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  vertical-align: text-top;
}

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

#module_183110972 .videobox .iconfont{font-size:px;}
#module_183110972 {}@media (max-width: 767px) { #module_183110972 .videobox .iconfont{font-size:px;}}
#module_183110972 .topnews .news-tit{background-color:rgb(78, 127, 196);}
#module_183110972 .topnews .news-tit{background-image:none;}
#module_183110972 .topnews .news-tit{background-repeat:no-repeat;}
#module_183110972 .topnews .news-tit{}
#module_183110972 .topnews .news-tit{}
#module_183110972 .topnews .contentbox{padding-top:35px;}
#module_183110972 .topnews .contentbox{padding-bottom:0px;}
#module_183110972 .topnews .contentbox{padding-left:49px;}
#module_183110972 .topnews .contentbox{padding-right:49px;}
#module_183110972 .news-right .news-tit{margin-right: 40px;} #module_183110972 .news-right{ width: calc(60% - 40px);  margin-left: 40px;}
#module_183110972 {} @media (max-width: 767px) { #module_183110972 .news-right .news-tit{margin-left: 20px;}}
#module_183110972 .news-right .news-img{margin-top:30px;}
#module_183110972 .news-right .news-img{margin-bottom:30px;}
#module_183110972 .news-img .dummy{background-color:#fff;}
#module_183110972 .news-img .dummy{background-image:none;}
#module_183110972 .news-img .dummy{background-repeat:no-repeat;}
#module_183110972 .news-img .dummy{}
#module_183110972 .news-img .dummy{}
#module_183110972 .news-img .dummy{}
#module_183110972 .news-img .dummy{padding-top:75%;}
#module_183110972 .news-img .t-img{ object-fit:cover;}
#module_183110972 .news-img .t-img{ width:100%;}
#module_183110972 .news-img .t-img{ height:100%;}
#module_183110972 .right-line{border-top-style:solid;}
#module_183110972 .right-line{border-top-width:3px;}
#module_183110972 .right-line{border-top-color:#eeeeee;}
#module_183110972 .left-line{border-top-style:solid;}
#module_183110972 .left-line{border-top-width:2px;}
#module_183110972 .left-line{border-top-color:#fff;}
#module_183110972 .news-title{margin-top:0px;}
#module_183110972 .news-title{margin-bottom:30px;}
#module_183110972 .topnews .news-title{font-size:18px;}
#module_183110972 .topnews .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .topnews .news-title{color:#fff;}
#module_183110972 .topnews .news-title{font-weight:normal;}
#module_183110972 .topnews .news-title{text-decoration:none;}
#module_183110972 .topnews .news-title{font-style:normal;}
#module_183110972 .news-right .news-title{font-size:16px;line-height: calc( 12px + 16px);} #module_183110972 .staFun{line-height: 16pt;}
#module_183110972 .news-right  .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .news-right .news-title{color:rgb(42, 42, 42);}
#module_183110972 .news-right .news-title{font-weight:normal;}
#module_183110972 .news-right  .news-title{text-decoration:none;}
#module_183110972 .news-right .news-title{font-style:normal;}
#module_183110972 .news-desc{margin-top:0px;}
#module_183110972 .news-desc{margin-bottom:40px;}
#module_183110972 .topnews .news-desc{font-size:14px;}
#module_183110972 .topnews .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .topnews .news-desc{color:#fff;}
#module_183110972 .topnews .news-desc{font-weight:normal;}
#module_183110972 .topnews .news-desc{text-decoration:none;}
#module_183110972 .topnews .news-desc{font-style:normal;}
#module_183110972 .news-right .news-desc{font-size:14px;}
#module_183110972 .news-right  .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .news-right .news-desc{color:#A1A1A1;}
#module_183110972 .news-right .news-desc{font-weight:normal;}
#module_183110972 .news-right  .news-desc{text-decoration:none;}
#module_183110972 .news-right .news-desc{font-style:normal;}
#module_183110972 .news-right .day{margin-top:30px;}
#module_183110972 .news-right .day{margin-bottom:0px;}
#module_183110972 .news-right .day{font-size:48px;}
#module_183110972 .news-right .day{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .news-right .day{color:#D2D2D2;}
#module_183110972 .news-right .day{font-weight:normal;}
#module_183110972 .news-right .day{text-decoration:none;}
#module_183110972 .news-right .day{font-style:normal;}
#module_183110972 .news-right .yaermonth{margin-top:0px;}
#module_183110972 .news-right .yaermonth{margin-bottom:40px;}
#module_183110972 .news-right .yaermonth{font-size:12px;}
#module_183110972 .news-right .yaermonth{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .news-right .yaermonth{color:#D2D2D2;}
#module_183110972 .news-right .yaermonth{font-weight:normal;}
#module_183110972 .news-right .yaermonth{text-decoration:none;}
#module_183110972 .news-right .yaermonth{font-style:normal;}
#module_183110972 .news-right .news-label{font-size:12px;}
#module_183110972 .news-right  .news-label{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .news-right  .news-label{color:#999;}
#module_183110972 .news-right  .news-label{font-weight:normal;}
#module_183110972 .news-right  .news-label{text-decoration:none;}
#module_183110972 .news-right .news-label{font-style:normal;}
#module_183110972 .topnews .news-label{font-size:12 px;}
#module_183110972 .topnews .news-label{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .topnews .news-label{color:#1E88E5;}
#module_183110972 .topnews .news-label{font-weight:normal;}
#module_183110972 .topnews .news-label{text-decoration:none;}
#module_183110972 .topnews .news-label{font-style:normal;}
#module_183110972 .topnews .news-label{background-color:rgba(255,255,255,0.6);}
#module_183110972 .topnews .news-label{background-image:none;}
#module_183110972 .topnews .news-label{background-repeat:no-repeat;}
#module_183110972 .topnews .news-label{}
#module_183110972 .topnews .news-label{}
#module_183110972 .news-right .news-label{background-color:rgba(246,246,246,0.8);}
#module_183110972 .news-right .news-label{background-image:none;}
#module_183110972 .news-right .news-label{background-repeat:no-repeat;}
#module_183110972 .news-right .news-label{}
#module_183110972 .news-right .news-label{}
#module_183110972 .news-label{border-top-left-radius:16px;}
#module_183110972 .news-label{border-top-right-radius:16px;}
#module_183110972 .news-label{border-bottom-left-radius:16px;}
#module_183110972 .news-label{border-bottom-right-radius:16px;}
#module_183110972 .news-right .label-box{border-top-color:#EEEEEE;}
#module_183110972 .topnews .label-box{border-top-color:rgba(255,255,255,0.3);}
#module_183110972 .news-label{margin-top:20px;}
#module_183110972 .news-label{margin-bottom:20px;}
#module_183110972 .news-label{margin-left:0px;}
#module_183110972 .news-label{margin-right:15px;}
#module_183110972 .news-label{padding-top:10px;}
#module_183110972 .news-label{padding-bottom:10px;}
#module_183110972 .news-label{padding-left:16px;}
#module_183110972 .news-label{padding-right:16px;}
#module_183110972 .news-right .news-label{border-top-color:#fff;}
#module_183110972 .news-right .news-label{border-top-style:none;}
#module_183110972 .news-right .news-label{border-top-width:0px;}
#module_183110972 .news-right .news-label{border-right-color:#fff;}
#module_183110972 .news-right .news-label{border-right-style:none;}
#module_183110972 .news-right .news-label{border-right-width:0px;}
#module_183110972 .news-right .news-label{border-bottom-color:#fff;}
#module_183110972 .news-right .news-label{border-bottom-style:none;}
#module_183110972 .news-right .news-label{border-bottom-width:0px;}
#module_183110972 .news-right .news-label{border-left-color:#fff;}
#module_183110972 .news-right .news-label{border-left-style:none;}
#module_183110972 .news-right .news-label{border-left-width:0px;}
#module_183110972 .topnews .news-label{border-top-color:#fff;}
#module_183110972 .topnews .news-label{border-top-style:none;}
#module_183110972 .topnews .news-label{border-top-width:0px;}
#module_183110972 .topnews .news-label{border-right-color:#fff;}
#module_183110972 .topnews .news-label{border-right-style:none;}
#module_183110972 .topnews .news-label{border-right-width:0px;}
#module_183110972 .topnews .news-label{border-bottom-color:#fff;}
#module_183110972 .topnews .news-label{border-bottom-style:none;}
#module_183110972 .topnews .news-label{border-bottom-width:0px;}
#module_183110972 .topnews .news-label{border-left-color:#fff;}
#module_183110972 .topnews .news-label{border-left-style:none;}
#module_183110972 .topnews .news-label{border-left-width:0px;}
#module_183110972 .paginations{text-align:right;}
#module_183110972 .icon-icon-left{font-size:20px;}
#module_183110972 .icon-icon-left{color:#fff;}
#module_183110972 .paginationbtn{border-top-color:#fff;}
#module_183110972 .paginationbtn{border-top-style:none;}
#module_183110972 .paginationbtn{border-top-width:0px;}
#module_183110972 .paginationbtn{border-right-color:#fff;}
#module_183110972 .paginationbtn{border-right-style:none;}
#module_183110972 .paginationbtn{border-right-width:0px;}
#module_183110972 .paginationbtn{border-bottom-color:#fff;}
#module_183110972 .paginationbtn{border-bottom-style:none;}
#module_183110972 .paginationbtn{border-bottom-width:0px;}
#module_183110972 .paginationbtn{border-left-color:#fff;}
#module_183110972 .paginationbtn{border-left-style:none;}
#module_183110972 .paginationbtn{border-left-width:0px;}
#module_183110972 .paginationbtn{background-color:rgb(78, 127, 196);}
#module_183110972 .paginationbtn{background-image:none;}
#module_183110972 .paginationbtn{background-repeat:no-repeat;}
#module_183110972 .paginationbtn{}
#module_183110972 .paginationbtn{}
#module_183110972 .paginationbtn{border-top-left-radius:0px;}
#module_183110972 .paginationbtn{border-top-right-radius:0px;}
#module_183110972 .paginationbtn{border-bottom-left-radius:0px;}
#module_183110972 .paginationbtn{border-bottom-right-radius:0px;}
#module_183110972 .paginationbtn{margin-top:0px;}
#module_183110972 .paginationbtn{margin-bottom:0px;}
#module_183110972 .paginationbtn{margin-left:0px;}
#module_183110972 .paginationbtn{margin-right:15px;}
#module_183110972 .paginationbtn{width:48px;}
#module_183110972 .paginationbtn{height:48px;line-height:48px}
#module_183110972 .topnews:hover .news-tit{background-color:rgb(0, 48, 89);}
#module_183110972 .topnews:hover .news-tit{background-image:none;}
#module_183110972 .topnews:hover .news-tit{background-repeat:no-repeat;}
#module_183110972 .topnews:hover .news-tit{}
#module_183110972 .topnews:hover .news-tit{}
#module_183110972 .news-right .news-tit:hover .right-line{border-top-style:solid;}
#module_183110972 .news-right .news-tit:hover .right-line{border-top-color:#eeeeee;}
#module_183110972 .topnews:hover .left-line{border-top-style:solid;}
#module_183110972 .topnews:hover .left-line{border-top-color:#fff;}
#module_183110972 .topnews:hover .news-title{font-size:18px;}
#module_183110972 .topnews:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .topnews:hover .news-title{color:#fff;}
#module_183110972 .topnews:hover .news-title{font-weight:normal;}
#module_183110972 .topnews:hover .news-title{text-decoration:none;}
#module_183110972 .topnews:hover .news-title{font-style:normal;}
#module_183110972 .news-right .news-tit:hover .news-title{font-size:16px;line-height: calc( 12px + 16px);} #module_183110972 .news-right .news-tit:hover .staFun{line-height: 16pt;}
#module_183110972 .news-righthover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .news-right .news-tit:hover .news-title{color:rgb(0, 48, 89);}
#module_183110972 .news-right .news-tit:hover .news-title{font-weight:normal;}
#module_183110972 .news-right .news-tit:hover  .news-title{text-decoration:none;}
#module_183110972 .news-right .news-tit:hover .news-title{font-style:normal;}
#module_183110972 .topnews:hover .news-desc{font-size:14px;}
#module_183110972 .topnews:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .topnews:hover .news-desc{color:rgba(255,255,255,0.8);}
#module_183110972 .topnews:hover .news-desc{font-weight:normal;}
#module_183110972 .topnews:hover .news-desc{text-decoration:none;}
#module_183110972 .topnews:hover .news-desc{font-style:normal;}
#module_183110972 .news-right .news-tit:hover .news-desc{font-size:14px;}
#module_183110972 .news-right .news-tit:hover  .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .news-right .news-tit:hover .news-desc{color:#A1A1A1;}
#module_183110972 .news-right .news-tit:hover .news-desc{font-weight:normal;}
#module_183110972 .news-right .news-tit:hover  .news-desc{text-decoration:none;}
#module_183110972 .news-right .news-tit:hover .news-desc{font-style:normal;}
#module_183110972 .news-right .news-tit:hover .day{font-size:48px;}
#module_183110972 .news-right .news-tit:hover .day{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .news-right .news-tit:hover .day{color:#D2D2D2;}
#module_183110972 .news-right .news-tit:hover .day{font-weight:normal;}
#module_183110972 .news-right .news-tit:hover .day{text-decoration:none;}
#module_183110972 .news-right .news-tit:hover .day{font-style:normal;}
#module_183110972 .news-right .news-tit:hover .yaermonth{font-size:12px;}
#module_183110972 .news-right .news-tit:hover .yaermonth{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .news-right .news-tit:hover .yaermonth{color:#D2D2D2;}
#module_183110972 .news-right .news-tit:hover .yaermonth{font-weight:normal;}
#module_183110972 .news-right .news-tit:hover .yaermonth{text-decoration:none;}
#module_183110972 .news-right .news-tit:hover .yaermonth{font-style:normal;}
#module_183110972 .news-right .news-label:hover{font-size:12px;}
#module_183110972 .news-right .news-label:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .news-right .news-label:hover{color:#999999;}
#module_183110972 .news-right .news-label:hover{font-weight:normal;}
#module_183110972 .news-right .news-label:hover{text-decoration:none;}
#module_183110972 .news-right .news-label:hover{font-style:normal;}
#module_183110972 .topnews .news-label:hover{font-size:12px;}
#module_183110972 .topnews .news-label:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_183110972 .topnews .news-label:hover{color:#2196F3;}
#module_183110972 .topnews .news-label:hover{font-weight:normal;}
#module_183110972 .topnews .news-label:hover {text-decoration:none;}
#module_183110972 .topnews .news-label:hover {font-style:normal;}
#module_183110972 .topnews .news-label:hover{background-color:#fff;}
#module_183110972 .topnews .news-label:hover{background-image:none;}
#module_183110972 .topnews .news-label:hover{background-repeat:no-repeat;}
#module_183110972 .topnews .news-label:hover{}
#module_183110972 .topnews .news-label:hover{}
#module_183110972 .news-right .news-tit .news-label:hover{background-color:rgba(246,246,246,0.8);}
#module_183110972 .news-right .news-tit .news-label:hover{background-image:none;}
#module_183110972 .news-right .news-tit .news-label:hover{background-repeat:no-repeat;}
#module_183110972 .news-right .news-tit .news-label:hover{}
#module_183110972 .news-right .news-tit .news-label:hover{}
#module_183110972 .news-right .news-tit:hover .label-box{border-top-color:#EEEEEE;}
#module_183110972 .topnews:hover .label-box{border-top-color:rgba(255,255,255,0.3);}
#module_183110972 .news-right .news-tit .news-label:hover{border-top-color:#fff;}
#module_183110972 .news-right .news-tit .news-label:hover{border-top-style:none;}
#module_183110972 .news-right .news-tit .news-label:hover{border-right-color:#fff;}
#module_183110972 .news-right .news-tit .news-label:hover{border-right-style:none;}
#module_183110972 .news-right .news-tit .news-label:hover{border-bottom-color:#fff;}
#module_183110972 .news-right .news-tit .news-label:hover{border-bottom-style:none;}
#module_183110972 .news-right .news-tit .news-label:hover{border-left-color:#fff;}
#module_183110972 .news-right .news-tit .news-label:hover{border-left-style:none;}
#module_183110972 .topnews .news-label:hover{border-top-color:#fff;}
#module_183110972 .topnews .news-label:hover{border-top-style:none;}
#module_183110972 .topnews .news-label:hover{border-right-color:#fff;}
#module_183110972 .topnews .news-label:hover{border-right-style:none;}
#module_183110972 .topnews .news-label:hover{border-bottom-color:#fff;}
#module_183110972 .topnews .news-label:hover{border-bottom-style:none;}
#module_183110972 .topnews .news-label:hover{border-left-color:#fff;}
#module_183110972 .topnews .news-label:hover{border-left-style:none;}
#module_183110972 .paginationbtn:hover .icon-icon-left{font-size:20px;}
#module_183110972 .paginationbtn:hover .icon-icon-left{color:#fff;}
#module_183110972 .paginationbtn:hover{border-top-color:#fff;}
#module_183110972 .paginationbtn:hover{border-top-style:none;}
#module_183110972 .paginationbtn:hover{border-right-color:#fff;}
#module_183110972 .paginationbtn:hover{border-right-style:none;}
#module_183110972 .paginationbtn:hover{border-bottom-color:#fff;}
#module_183110972 .paginationbtn:hover{border-bottom-style:none;}
#module_183110972 .paginationbtn:hover{border-left-color:#fff;}
#module_183110972 .paginationbtn:hover{border-left-style:none;}
#module_183110972 .paginationbtn:hover{background-color:rgb(0, 48, 89);}
#module_183110972 .paginationbtn:hover{background-image:none;}
#module_183110972 .paginationbtn:hover{background-repeat:no-repeat;}
#module_183110972 .paginationbtn:hover{}
#module_183110972 .paginationbtn:hover{}


.ModuleNewsListGiant.layout-102 .news-container{ width: 100%; margin: 0 auto;}
.ModuleNewsListGiant.layout-102 .news-span1{width: 16.66666667%;min-width: 125px;}
.ModuleNewsListGiant.layout-102 .news-span2{max-width: calc(100% - 125px);width: calc(100% - 16.7%);}
.ModuleNewsListGiant.layout-102 .news-item{position: relative;  overflow: hidden;  padding: 10px 0;  margin: 4px 0;}
.ModuleNewsListGiant.layout-102 .news-item .news-time{ padding: 6px 0;  border-right: 1px solid #eee;  text-align: center;  color: #666666;  -webkit-transition: all .3s;  -moz-transition: all .3s;  -ms-transition: all .3s;  transition: all .3s;}
.ModuleNewsListGiant.layout-102 .news-action{ padding: 12px 12px 12px 40px; box-sizing: border-box; }
.ModuleNewsListGiant.layout-102 .news-item .news-time .news-time-date{ font-size: 32px;}
.ModuleNewsListGiant.layout-102 .news-item .news-title{position: relative;  font-size: 18px;  color: #666666;  line-height: 24px; -webkit-transition: all .3s;  -moz-transition: all .3s;  -ms-transition: all .3s;  transition: all .3s; }
.ModuleNewsListGiant.layout-102 .news-item .news-desc{
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    margin-top: 12px;
}
.ModuleNewsListGiant.layout-102 .news-item .news-tit{position: relative;z-index: 10;}
.ModuleNewsListGiant.layout-102 .news-item:after { content: "";  position: absolute;top: 0;  left: 0;  width:0;height:100%;  z-index: 0;  display:block ;  -webkit-transition: all .3s;  -moz-transition: all .3s;  -ms-transition: all .3s;  transition: all .3s;  }
.ModuleNewsListGiant.layout-102 .news-item:hover:after { width: 100%; }
.ModuleNewsListGiant.layout-102 .label-box {font-size: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ModuleNewsListGiant.layout-102 .news-label {display: inline-block; font-size: 12px; color: #999; padding: 0 10px; margin-top: 18px; border-left: 1px solid #eee; line-height: 1.5;}
.ModuleNewsListGiant.layout-102 .news-item:hover .news-label {color: #fff;}
.ModuleNewsListGiant.layout-102 .news-title-oneline{
  overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;
}
@media (max-width: 767px) {
  .ModuleNewsListGiant.layout-102 .news-container {
    width: 100%;
  }

  .ModuleNewsListGiant.layout-102 .news-container {
    width: 100%;
  }

  .ModuleNewsListGiant.layout-102 .news-span1 {
    width: 31.4%;
  }

  .ModuleNewsListGiant.layout-102 .news-span2 {
    width: 65.6%;
  }

  .ModuleNewsListGiant.layout-102 .news-action {
    padding: 8px 12px 12px 13%;
    box-sizing: border-box;
  }

  .ModuleNewsListGiant.layout-102 .news-item .news-time .news-time-date { /*font-size: 24px !important;*/
  }
  .ModuleNewsListGiant.layout-102 .news-item .news-desc {
    margin-top: 6px;
  }

/** xiaxiao 2020.11.24 start **/
.ModuleNewsListGiant.layout-102 .news-span1 .news-time{margin-right: 12px;}
.ModuleNewsListGiant.layout-102 .news-span2{width: auto;max-width: none;display: block;float: none;}
.ModuleNewsListGiant.layout-102 .news-action{padding: 8px 12px 12px 12px;}
/** xiaxiao 2020.11.24 end**/
}

@media (min-width: 768px) {
  .ModuleNewsListGiant.layout-102 .news-item:hover .news-title,
  .ModuleNewsListGiant.layout-102 .news-item:hover .news-desc,
  .ModuleNewsListGiant.layout-102 .news-item:hover .news-time {
    color: #ffffff;
  }
}
/*置顶推荐*/
.ModuleNewsListGiant.layout-102 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}
.ModuleNewsListGiant.layout-102 .pagerGiant .inputer{outline: 0;}.module_183111005 .ModuleHead .HeadCenter{float:none;}
#module_183111005 {
padding:0px;
}
#module_183111005 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_183111005 .ModuleHead183111005 {
display:none;
}
#module_183111005 .BodyCenter.BodyCenter183111005 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183111005 >.module_183111005 {
border-top-style:solid;
border-top-color:#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_183111005 >.module_183111005{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183111005 .BodyCenter.BodyCenter183111005 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183111005 .BodyCenter.BodyCenter183111005 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183111005 >.module_183111005 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183111005 >.module_183111005 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183111005 >.module_183111005 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183111005:hover {
border:none;
}
#module_183111005:hover >.module_183111005 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_183111005 .news-item{border-top-color:#fff;}
#module_183111005 .news-item{border-top-style:none;}
#module_183111005 .news-item{border-top-width:0px;}
#module_183111005 .news-item{border-right-color:#fff;}
#module_183111005 .news-item{border-right-style:none;}
#module_183111005 .news-item{border-right-width:0px;}
#module_183111005 .news-item{border-bottom-color:#fff;}
#module_183111005 .news-item{border-bottom-style:none;}
#module_183111005 .news-item{border-bottom-width:0px;}
#module_183111005 .news-item{border-left-color:#fff;}
#module_183111005 .news-item{border-left-style:none;}
#module_183111005 .news-item{border-left-width:0px;}
#module_183111005 .news-title{font-size:16px;line-height:16pt;}
#module_183111005 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183111005 .news-title{color:#000;}
#module_183111005 .news-title{font-weight:normal;}
#module_183111005 .news-title{text-decoration:none;}
#module_183111005 .news-title{font-style:normal;}
#module_183111005 .news-title{margin-top:0px;}
#module_183111005 .news-title{margin-bottom:0px;}
#module_183111005 .news-title{margin-left:0px;}
#module_183111005 .news-title{margin-right:0px;}
#module_183111005 .news-desc{font-size:12px;}
#module_183111005 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_183111005 .news-desc{color:rgb(127, 127, 127);}
#module_183111005 .news-desc{font-weight:normal;}
#module_183111005 .news-desc{text-decoration:none;}
#module_183111005 .news-desc{font-style:normal;}
#module_183111005 .news-time-date{font-size:20px;}
#module_183111005 .news-time-date{font-family:微软雅黑,Microsoft YaHei;}
#module_183111005 .news-time-date{color:#4e7fc4;}
#module_183111005 .news-time-date{font-weight:normal;}
#module_183111005 .news-time-date{text-decoration:none;}
#module_183111005 .news-time-date{font-style:normal;}
#module_183111005 .news-time-year{font-size:14px;}
#module_183111005 .news-time-year{font-family:微软雅黑,Microsoft YaHei;}
#module_183111005 .news-time-year{color:#666;}
#module_183111005 .news-time-year{font-weight:normal;}
#module_183111005 .news-time-year{text-decoration:none;}
#module_183111005 .news-time-year{font-style:normal;}
#module_183111005 .news-time{border-right-color:#ccc;}
#module_183111005 .news-time{border-right-style:solid;}
#module_183111005 .news-time{border-right-width:1px;}
#module_183111005 .news-label a{font-size:12px;}
#module_183111005 .news-label a{font-family:微软雅黑,Microsoft YaHei;}
#module_183111005 .news-label a{color:#999;}
#module_183111005 .news-label a{font-weight:normal;}
#module_183111005 .news-label a{text-decoration:none;}
#module_183111005 .news-label a{font-style:normal;}
#module_183111005 .news-label{margin-top:18px;}
#module_183111005 .news-label{margin-bottom:0px;}
#module_183111005 .news-label{margin-left:0px;}
#module_183111005 .news-label{margin-right:0px;}
#module_183111005 .news-label{padding-top:0px;}
#module_183111005 .news-label{padding-bottom:0px;}
#module_183111005 .news-label{padding-left:10px;}
#module_183111005 .news-label{padding-right:10px;}
#module_183111005 .news-label{background-color:rgba(255, 255, 255, 0);}
#module_183111005 .news-label{background-image:none;}
#module_183111005 .news-label{background-repeat:no-repeat;}
#module_183111005 .news-label{}
#module_183111005 .news-label{}
#module_183111005 .news-label{}
#module_183111005 .news-label{border-top-color:transparent;}
#module_183111005 .news-label{border-top-style:none;}
#module_183111005 .news-label{border-top-width:0px;}
#module_183111005 .news-label{border-right-color:transparent;}
#module_183111005 .news-label{border-right-style:none;}
#module_183111005 .news-label{border-right-width:0px;}
#module_183111005 .news-label{border-bottom-color:transparent;}
#module_183111005 .news-label{border-bottom-style:none;}
#module_183111005 .news-label{border-bottom-width:0px;}
#module_183111005 .news-label{border-left-color:#eee;}
#module_183111005 .news-label{border-left-style:solid;}
#module_183111005 .news-label{border-left-width:1px;}
#module_183111005 .pagerGiant .text{font-size:px;}
#module_183111005 .pagerGiant .text{font-family:;}
#module_183111005 .pagerGiant .text{color:;}
#module_183111005 .pagerGiant .text{}
#module_183111005 .pagerGiant .text{}
#module_183111005 .pagerGiant .text{}
#module_183111005 .pagerGiant .current,#module_183111005 .pagerGiant .num,#module_183111005 .pagerGiant .inputer{width:px}
#module_183111005 .pagerGiant .current,#module_183111005 .pagerGiant .num,#module_183111005 .pagerGiant .inputer{height:px}
#module_183111005 .pagerGiant .num{font-size:px;}
#module_183111005 .pagerGiant .num{font-family:;}
#module_183111005 .pagerGiant .num{color:;}
#module_183111005 .pagerGiant .num{}
#module_183111005 .pagerGiant .num{}
#module_183111005 .pagerGiant .num{}
#module_183111005 .pagerGiant .submit{width:px}
#module_183111005 .pagerGiant .submit{height:px}
#module_183111005 .pagerGiant .current,#module_183111005 .pagerGiant .num,#module_183111005 .pagerGiant .inputer,#module_183111005 .pagerGiant .submit{border-top-left-radius:px;}
#module_183111005 .pagerGiant .current,#module_183111005 .pagerGiant .num,#module_183111005 .pagerGiant .inputer,#module_183111005 .pagerGiant .submit{border-top-right-radius:px;}
#module_183111005 .pagerGiant .current,#module_183111005 .pagerGiant .num,#module_183111005 .pagerGiant .inputer,#module_183111005 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_183111005 .pagerGiant .current,#module_183111005 .pagerGiant .num,#module_183111005 .pagerGiant .inputer,#module_183111005 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_183111005 .pagerGiant .next,#module_183111005 .pagerGiant .splitline{color:;}
#module_183111005 .pagerGiant .num{background-color:#fff;}
#module_183111005 .pagerGiant .num, #module_183111005 .pagerGiant .inputer{border-top-color:#ccc;}
#module_183111005 .pagerGiant .num, #module_183111005 .pagerGiant .inputer{border-top-style:solid;}
#module_183111005 .pagerGiant .num, #module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit, #module_183111005 .pagerGiant .inputer{border-top-width:1px;}
#module_183111005 .pagerGiant .num, #module_183111005 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_183111005 .pagerGiant .num, #module_183111005 .pagerGiant .inputer{border-bottom-style:solid;}
#module_183111005 .pagerGiant .num, #module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit, #module_183111005 .pagerGiant .inputer{border-bottom-width:1px;}
#module_183111005 .pagerGiant .num, #module_183111005 .pagerGiant .inputer{border-left-color:#ccc;}
#module_183111005 .pagerGiant .num, #module_183111005 .pagerGiant .inputer{border-left-style:solid;}
#module_183111005 .pagerGiant .num, #module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit, #module_183111005 .pagerGiant .inputer{border-left-width:1px;}
#module_183111005 .pagerGiant .num, #module_183111005 .pagerGiant .inputer{border-right-color:#ccc;}
#module_183111005 .pagerGiant .num, #module_183111005 .pagerGiant .inputer{border-right-style:solid;}
#module_183111005 .pagerGiant .num, #module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit, #module_183111005 .pagerGiant .inputer{border-right-width:1px;}
#module_183111005 .page-more a{font-size:px;}
#module_183111005 .page-more a{font-family:;}
#module_183111005 .page-more a{color:#666 !important;}
#module_183111005 .page-more a{}
#module_183111005 .page-more a{}
#module_183111005 .page-more a{}
#module_183111005 .page-more a{background-color:#fff;}
#module_183111005 .page-more a{border-top-color:#eee;}
#module_183111005 .page-more a{border-top-style:solid;}
#module_183111005 .page-more a{border-top-width:2px;}
#module_183111005 .page-more a{border-bottom-color:#eee;}
#module_183111005 .page-more a{border-bottom-style:solid;}
#module_183111005 .page-more a{border-bottom-width:2px;}
#module_183111005 .page-more a{border-left-color:#eee;}
#module_183111005 .page-more a{border-left-style:solid;}
#module_183111005 .page-more a{border-left-width:2px;}
#module_183111005 .page-more a{border-right-color:#eee;}
#module_183111005 .page-more a{border-right-style:solid;}
#module_183111005 .page-more a{border-right-width:2px;}
#module_183111005 .news-item:hover:after{background-color:#4e7fc4;}
#module_183111005 .news-item:hover{border-top-color:transparent;}
#module_183111005 .news-item:hover{border-top-style:solid;}
#module_183111005 .news-item:hover{border-top-width:0px;}
#module_183111005 .news-item:hover{border-right-color:transparent;}
#module_183111005 .news-item:hover{border-right-style:solid;}
#module_183111005 .news-item:hover{border-right-width:0px;}
#module_183111005 .news-item:hover{border-bottom-color:transparent;}
#module_183111005 .news-item:hover{border-bottom-style:solid;}
#module_183111005 .news-item:hover{border-bottom-width:0px;}
#module_183111005 .news-item:hover{border-left-color:transparent;}
#module_183111005 .news-item:hover{border-left-style:solid;}
#module_183111005 .news-item:hover{border-left-width:0px;}
#module_183111005 .news-item:hover .news-title{font-size:16px;line-height:16pt;}
#module_183111005 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183111005 .news-item:hover .news-title{color:rgb(255, 255, 255);}
#module_183111005 .news-item:hover .news-title{font-weight:normal;}
#module_183111005 .news-item:hover .news-title{text-decoration:none;}
#module_183111005 .news-item:hover .news-title{font-style:normal;}
#module_183111005 .news-item:hover .news-desc{font-size:12px;}
#module_183111005 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_183111005 .news-item:hover .news-desc{color:#fff;}
#module_183111005 .news-item:hover .news-desc{font-weight:normal;}
#module_183111005 .news-item:hover .news-desc{text-decoration:none;}
#module_183111005 .news-item:hover .news-desc{font-style:normal;}
#module_183111005 .news-item:hover .news-time-date{font-size:28px;}
#module_183111005 .news-item:hover .news-time-date{font-family:微软雅黑,Microsoft YaHei;}
#module_183111005 .news-item:hover .news-time-date{color:#fff;}
#module_183111005 .news-item:hover .news-time-date{font-weight:normal;}
#module_183111005 .news-item:hover .news-time-date{text-decoration:none;}
#module_183111005 .news-item:hover .news-time-date{font-style:normal;}
#module_183111005 .news-item:hover .news-time-year{font-size:14px;}
#module_183111005 .news-item:hover .news-time-year{font-family:微软雅黑,Microsoft YaHei;}
#module_183111005 .news-item:hover .news-time-year{color:#fff;}
#module_183111005 .news-item:hover .news-time-year{font-weight:normal;}
#module_183111005 .news-item:hover .news-time-year{text-decoration:none;}
#module_183111005 .news-item:hover .news-time-year{font-style:normal;}
#module_183111005 .news-item:hover .news-time{border-right-color:#fff;}
#module_183111005 .news-item:hover .news-time{border-right-style:solid;}
#module_183111005 .news-item:hover .news-time{border-right-width:1px;}
#module_183111005 .news-label:hover a{font-size:12px;}
#module_183111005 .news-label:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_183111005 .news-item:hover .news-label,#module_183111005 .news-label:hover a{color:#fff;}
#module_183111005 .news-label:hover a{font-weight:normal;}
#module_183111005 .news-label:hover a{text-decoration:none;}
#module_183111005 .news-label:hover a{font-style:normal;}
#module_183111005 .news-label:hover{background-color:rgba(255, 255, 255, 0);}
#module_183111005 .news-label:hover{background-image:none;}
#module_183111005 .news-label:hover{background-repeat:no-repeat;}
#module_183111005 .news-label:hover{}
#module_183111005 .news-label:hover{}
#module_183111005 .news-label:hover{}
#module_183111005 .news-label:hover{border-top-color:transparent;}
#module_183111005 .news-label:hover{border-top-style:none;}
#module_183111005 .news-label:hover{border-right-color:transparent;}
#module_183111005 .news-label:hover{border-right-style:none;}
#module_183111005 .news-label:hover{border-bottom-color:transparent;}
#module_183111005 .news-label:hover{border-bottom-style:none;}
#module_183111005 .news-label:hover{border-left-color:#eee;}
#module_183111005 .news-label:hover{border-left-style:solid;}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit{font-size:px;}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit{font-family:;}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit{color:;}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit{}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit{}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit{}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit{background-color:#1e88e5;}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit, #module_183111005 .pagerGiant .inputer:hover{border-top-color:#1e88e5;}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit, #module_183111005 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit, #module_183111005 .pagerGiant .inputer:hover{border-bottom-color:#1e88e5;}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit, #module_183111005 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit, #module_183111005 .pagerGiant .inputer:hover{border-left-color:#1e88e5;}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit, #module_183111005 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit, #module_183111005 .pagerGiant .inputer:hover{border-right-color:#1e88e5;}
#module_183111005 .pagerGiant .current, #module_183111005 .pagerGiant .submit, #module_183111005 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_183111005 .page-more a:hover{font-size:px;}
#module_183111005 .page-more:hover a{font-family:;}
#module_183111005 .page-more a:hover{color:#666 !important;}
#module_183111005 .page-more a:hover {}
#module_183111005 .page-more a:hover {}
#module_183111005 .page-more a:hover {}
#module_183111005 .page-more a:hover{background-color:#fff;}
#module_183111005 .page-more a:hover{border-top-color:#eee;}
#module_183111005 .page-more a:hover{border-top-style:solid;}
#module_183111005 .page-more a:hover{border-bottom-color:#eee;}
#module_183111005 .page-more a:hover{border-bottom-style:solid;}
#module_183111005 .page-more a:hover{border-left-color:#eee;}
#module_183111005 .page-more a:hover{border-left-style:solid;}
#module_183111005 .page-more a:hover{border-right-color:#eee;}
#module_183111005 .page-more a:hover{border-right-style:solid;}


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

#module_183111026 .news-item{border-top-color:#fff;}
#module_183111026 .news-item{border-top-style:none;}
#module_183111026 .news-item{border-top-width:0px;}
#module_183111026 .news-item{border-right-color:#fff;}
#module_183111026 .news-item{border-right-style:none;}
#module_183111026 .news-item{border-right-width:0px;}
#module_183111026 .news-item{border-bottom-color:#fff;}
#module_183111026 .news-item{border-bottom-style:none;}
#module_183111026 .news-item{border-bottom-width:0px;}
#module_183111026 .news-item{border-left-color:#fff;}
#module_183111026 .news-item{border-left-style:none;}
#module_183111026 .news-item{border-left-width:0px;}
#module_183111026 .news-title{font-size:16px;line-height:16pt;}
#module_183111026 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183111026 .news-title{color:#000;}
#module_183111026 .news-title{font-weight:normal;}
#module_183111026 .news-title{text-decoration:none;}
#module_183111026 .news-title{font-style:normal;}
#module_183111026 .news-title{margin-top:0px;}
#module_183111026 .news-title{margin-bottom:0px;}
#module_183111026 .news-title{margin-left:0px;}
#module_183111026 .news-title{margin-right:0px;}
#module_183111026 .news-desc{font-size:12px;}
#module_183111026 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_183111026 .news-desc{color:rgb(127, 127, 127);}
#module_183111026 .news-desc{font-weight:normal;}
#module_183111026 .news-desc{text-decoration:none;}
#module_183111026 .news-desc{font-style:normal;}
#module_183111026 .news-time-date{font-size:20px;}
#module_183111026 .news-time-date{font-family:微软雅黑,Microsoft YaHei;}
#module_183111026 .news-time-date{color:#4e7fc4;}
#module_183111026 .news-time-date{font-weight:normal;}
#module_183111026 .news-time-date{text-decoration:none;}
#module_183111026 .news-time-date{font-style:normal;}
#module_183111026 .news-time-year{font-size:14px;}
#module_183111026 .news-time-year{font-family:微软雅黑,Microsoft YaHei;}
#module_183111026 .news-time-year{color:#666;}
#module_183111026 .news-time-year{font-weight:normal;}
#module_183111026 .news-time-year{text-decoration:none;}
#module_183111026 .news-time-year{font-style:normal;}
#module_183111026 .news-time{border-right-color:#ccc;}
#module_183111026 .news-time{border-right-style:solid;}
#module_183111026 .news-time{border-right-width:1px;}
#module_183111026 .news-label a{font-size:12px;}
#module_183111026 .news-label a{font-family:微软雅黑,Microsoft YaHei;}
#module_183111026 .news-label a{color:#999;}
#module_183111026 .news-label a{font-weight:normal;}
#module_183111026 .news-label a{text-decoration:none;}
#module_183111026 .news-label a{font-style:normal;}
#module_183111026 .news-label{margin-top:18px;}
#module_183111026 .news-label{margin-bottom:0px;}
#module_183111026 .news-label{margin-left:0px;}
#module_183111026 .news-label{margin-right:0px;}
#module_183111026 .news-label{padding-top:0px;}
#module_183111026 .news-label{padding-bottom:0px;}
#module_183111026 .news-label{padding-left:10px;}
#module_183111026 .news-label{padding-right:10px;}
#module_183111026 .news-label{background-color:rgba(255, 255, 255, 0);}
#module_183111026 .news-label{background-image:none;}
#module_183111026 .news-label{background-repeat:no-repeat;}
#module_183111026 .news-label{}
#module_183111026 .news-label{}
#module_183111026 .news-label{}
#module_183111026 .news-label{border-top-color:transparent;}
#module_183111026 .news-label{border-top-style:none;}
#module_183111026 .news-label{border-top-width:0px;}
#module_183111026 .news-label{border-right-color:transparent;}
#module_183111026 .news-label{border-right-style:none;}
#module_183111026 .news-label{border-right-width:0px;}
#module_183111026 .news-label{border-bottom-color:transparent;}
#module_183111026 .news-label{border-bottom-style:none;}
#module_183111026 .news-label{border-bottom-width:0px;}
#module_183111026 .news-label{border-left-color:#eee;}
#module_183111026 .news-label{border-left-style:solid;}
#module_183111026 .news-label{border-left-width:1px;}
#module_183111026 .pagerGiant .text{font-size:px;}
#module_183111026 .pagerGiant .text{font-family:;}
#module_183111026 .pagerGiant .text{color:;}
#module_183111026 .pagerGiant .text{}
#module_183111026 .pagerGiant .text{}
#module_183111026 .pagerGiant .text{}
#module_183111026 .pagerGiant .current,#module_183111026 .pagerGiant .num,#module_183111026 .pagerGiant .inputer{width:px}
#module_183111026 .pagerGiant .current,#module_183111026 .pagerGiant .num,#module_183111026 .pagerGiant .inputer{height:px}
#module_183111026 .pagerGiant .num{font-size:px;}
#module_183111026 .pagerGiant .num{font-family:;}
#module_183111026 .pagerGiant .num{color:;}
#module_183111026 .pagerGiant .num{}
#module_183111026 .pagerGiant .num{}
#module_183111026 .pagerGiant .num{}
#module_183111026 .pagerGiant .submit{width:px}
#module_183111026 .pagerGiant .submit{height:px}
#module_183111026 .pagerGiant .current,#module_183111026 .pagerGiant .num,#module_183111026 .pagerGiant .inputer,#module_183111026 .pagerGiant .submit{border-top-left-radius:px;}
#module_183111026 .pagerGiant .current,#module_183111026 .pagerGiant .num,#module_183111026 .pagerGiant .inputer,#module_183111026 .pagerGiant .submit{border-top-right-radius:px;}
#module_183111026 .pagerGiant .current,#module_183111026 .pagerGiant .num,#module_183111026 .pagerGiant .inputer,#module_183111026 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_183111026 .pagerGiant .current,#module_183111026 .pagerGiant .num,#module_183111026 .pagerGiant .inputer,#module_183111026 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_183111026 .pagerGiant .next,#module_183111026 .pagerGiant .splitline{color:;}
#module_183111026 .pagerGiant .num{background-color:#fff;}
#module_183111026 .pagerGiant .num, #module_183111026 .pagerGiant .inputer{border-top-color:#ccc;}
#module_183111026 .pagerGiant .num, #module_183111026 .pagerGiant .inputer{border-top-style:solid;}
#module_183111026 .pagerGiant .num, #module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit, #module_183111026 .pagerGiant .inputer{border-top-width:1px;}
#module_183111026 .pagerGiant .num, #module_183111026 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_183111026 .pagerGiant .num, #module_183111026 .pagerGiant .inputer{border-bottom-style:solid;}
#module_183111026 .pagerGiant .num, #module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit, #module_183111026 .pagerGiant .inputer{border-bottom-width:1px;}
#module_183111026 .pagerGiant .num, #module_183111026 .pagerGiant .inputer{border-left-color:#ccc;}
#module_183111026 .pagerGiant .num, #module_183111026 .pagerGiant .inputer{border-left-style:solid;}
#module_183111026 .pagerGiant .num, #module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit, #module_183111026 .pagerGiant .inputer{border-left-width:1px;}
#module_183111026 .pagerGiant .num, #module_183111026 .pagerGiant .inputer{border-right-color:#ccc;}
#module_183111026 .pagerGiant .num, #module_183111026 .pagerGiant .inputer{border-right-style:solid;}
#module_183111026 .pagerGiant .num, #module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit, #module_183111026 .pagerGiant .inputer{border-right-width:1px;}
#module_183111026 .page-more a{font-size:px;}
#module_183111026 .page-more a{font-family:;}
#module_183111026 .page-more a{color:#666 !important;}
#module_183111026 .page-more a{}
#module_183111026 .page-more a{}
#module_183111026 .page-more a{}
#module_183111026 .page-more a{background-color:#fff;}
#module_183111026 .page-more a{border-top-color:#eee;}
#module_183111026 .page-more a{border-top-style:solid;}
#module_183111026 .page-more a{border-top-width:2px;}
#module_183111026 .page-more a{border-bottom-color:#eee;}
#module_183111026 .page-more a{border-bottom-style:solid;}
#module_183111026 .page-more a{border-bottom-width:2px;}
#module_183111026 .page-more a{border-left-color:#eee;}
#module_183111026 .page-more a{border-left-style:solid;}
#module_183111026 .page-more a{border-left-width:2px;}
#module_183111026 .page-more a{border-right-color:#eee;}
#module_183111026 .page-more a{border-right-style:solid;}
#module_183111026 .page-more a{border-right-width:2px;}
#module_183111026 .news-item:hover:after{background-color:#4e7fc4;}
#module_183111026 .news-item:hover{border-top-color:transparent;}
#module_183111026 .news-item:hover{border-top-style:solid;}
#module_183111026 .news-item:hover{border-top-width:0px;}
#module_183111026 .news-item:hover{border-right-color:transparent;}
#module_183111026 .news-item:hover{border-right-style:solid;}
#module_183111026 .news-item:hover{border-right-width:0px;}
#module_183111026 .news-item:hover{border-bottom-color:transparent;}
#module_183111026 .news-item:hover{border-bottom-style:solid;}
#module_183111026 .news-item:hover{border-bottom-width:0px;}
#module_183111026 .news-item:hover{border-left-color:transparent;}
#module_183111026 .news-item:hover{border-left-style:solid;}
#module_183111026 .news-item:hover{border-left-width:0px;}
#module_183111026 .news-item:hover .news-title{font-size:16px;line-height:16pt;}
#module_183111026 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183111026 .news-item:hover .news-title{color:#FFF;}
#module_183111026 .news-item:hover .news-title{font-weight:normal;}
#module_183111026 .news-item:hover .news-title{text-decoration:none;}
#module_183111026 .news-item:hover .news-title{font-style:normal;}
#module_183111026 .news-item:hover .news-desc{font-size:12px;}
#module_183111026 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_183111026 .news-item:hover .news-desc{color:#fff;}
#module_183111026 .news-item:hover .news-desc{font-weight:normal;}
#module_183111026 .news-item:hover .news-desc{text-decoration:none;}
#module_183111026 .news-item:hover .news-desc{font-style:normal;}
#module_183111026 .news-item:hover .news-time-date{font-size:28px;}
#module_183111026 .news-item:hover .news-time-date{font-family:微软雅黑,Microsoft YaHei;}
#module_183111026 .news-item:hover .news-time-date{color:#fff;}
#module_183111026 .news-item:hover .news-time-date{font-weight:normal;}
#module_183111026 .news-item:hover .news-time-date{text-decoration:none;}
#module_183111026 .news-item:hover .news-time-date{font-style:normal;}
#module_183111026 .news-item:hover .news-time-year{font-size:14px;}
#module_183111026 .news-item:hover .news-time-year{font-family:微软雅黑,Microsoft YaHei;}
#module_183111026 .news-item:hover .news-time-year{color:#fff;}
#module_183111026 .news-item:hover .news-time-year{font-weight:normal;}
#module_183111026 .news-item:hover .news-time-year{text-decoration:none;}
#module_183111026 .news-item:hover .news-time-year{font-style:normal;}
#module_183111026 .news-item:hover .news-time{border-right-color:#fff;}
#module_183111026 .news-item:hover .news-time{border-right-style:solid;}
#module_183111026 .news-item:hover .news-time{border-right-width:1px;}
#module_183111026 .news-label:hover a{font-size:12px;}
#module_183111026 .news-label:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_183111026 .news-item:hover .news-label,#module_183111026 .news-label:hover a{color:#fff;}
#module_183111026 .news-label:hover a{font-weight:normal;}
#module_183111026 .news-label:hover a{text-decoration:none;}
#module_183111026 .news-label:hover a{font-style:normal;}
#module_183111026 .news-label:hover{background-color:rgba(255, 255, 255, 0);}
#module_183111026 .news-label:hover{background-image:none;}
#module_183111026 .news-label:hover{background-repeat:no-repeat;}
#module_183111026 .news-label:hover{}
#module_183111026 .news-label:hover{}
#module_183111026 .news-label:hover{}
#module_183111026 .news-label:hover{border-top-color:transparent;}
#module_183111026 .news-label:hover{border-top-style:none;}
#module_183111026 .news-label:hover{border-right-color:transparent;}
#module_183111026 .news-label:hover{border-right-style:none;}
#module_183111026 .news-label:hover{border-bottom-color:transparent;}
#module_183111026 .news-label:hover{border-bottom-style:none;}
#module_183111026 .news-label:hover{border-left-color:#eee;}
#module_183111026 .news-label:hover{border-left-style:solid;}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit{font-size:px;}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit{font-family:;}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit{color:;}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit{}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit{}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit{}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit{background-color:#1e88e5;}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit, #module_183111026 .pagerGiant .inputer:hover{border-top-color:#1e88e5;}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit, #module_183111026 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit, #module_183111026 .pagerGiant .inputer:hover{border-bottom-color:#1e88e5;}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit, #module_183111026 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit, #module_183111026 .pagerGiant .inputer:hover{border-left-color:#1e88e5;}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit, #module_183111026 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit, #module_183111026 .pagerGiant .inputer:hover{border-right-color:#1e88e5;}
#module_183111026 .pagerGiant .current, #module_183111026 .pagerGiant .submit, #module_183111026 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_183111026 .page-more a:hover{font-size:px;}
#module_183111026 .page-more:hover a{font-family:;}
#module_183111026 .page-more a:hover{color:#666 !important;}
#module_183111026 .page-more a:hover {}
#module_183111026 .page-more a:hover {}
#module_183111026 .page-more a:hover {}
#module_183111026 .page-more a:hover{background-color:#fff;}
#module_183111026 .page-more a:hover{border-top-color:#eee;}
#module_183111026 .page-more a:hover{border-top-style:solid;}
#module_183111026 .page-more a:hover{border-bottom-color:#eee;}
#module_183111026 .page-more a:hover{border-bottom-style:solid;}
#module_183111026 .page-more a:hover{border-left-color:#eee;}
#module_183111026 .page-more a:hover{border-left-style:solid;}
#module_183111026 .page-more a:hover{border-right-color:#eee;}
#module_183111026 .page-more a:hover{border-right-style:solid;}


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

#module_183111027 .news-item{border-top-color:#fff;}
#module_183111027 .news-item{border-top-style:none;}
#module_183111027 .news-item{border-top-width:0px;}
#module_183111027 .news-item{border-right-color:#fff;}
#module_183111027 .news-item{border-right-style:none;}
#module_183111027 .news-item{border-right-width:0px;}
#module_183111027 .news-item{border-bottom-color:#fff;}
#module_183111027 .news-item{border-bottom-style:none;}
#module_183111027 .news-item{border-bottom-width:0px;}
#module_183111027 .news-item{border-left-color:#fff;}
#module_183111027 .news-item{border-left-style:none;}
#module_183111027 .news-item{border-left-width:0px;}
#module_183111027 .news-title{font-size:16px;line-height:16pt;}
#module_183111027 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183111027 .news-title{color:#000;}
#module_183111027 .news-title{font-weight:normal;}
#module_183111027 .news-title{text-decoration:none;}
#module_183111027 .news-title{font-style:normal;}
#module_183111027 .news-title{margin-top:0px;}
#module_183111027 .news-title{margin-bottom:0px;}
#module_183111027 .news-title{margin-left:0px;}
#module_183111027 .news-title{margin-right:0px;}
#module_183111027 .news-desc{font-size:12px;}
#module_183111027 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_183111027 .news-desc{color:rgb(127, 127, 127);}
#module_183111027 .news-desc{font-weight:normal;}
#module_183111027 .news-desc{text-decoration:none;}
#module_183111027 .news-desc{font-style:normal;}
#module_183111027 .news-time-date{font-size:20px;}
#module_183111027 .news-time-date{font-family:微软雅黑,Microsoft YaHei;}
#module_183111027 .news-time-date{color:#4e7fc4;}
#module_183111027 .news-time-date{font-weight:normal;}
#module_183111027 .news-time-date{text-decoration:none;}
#module_183111027 .news-time-date{font-style:normal;}
#module_183111027 .news-time-year{font-size:14px;}
#module_183111027 .news-time-year{font-family:微软雅黑,Microsoft YaHei;}
#module_183111027 .news-time-year{color:#666;}
#module_183111027 .news-time-year{font-weight:normal;}
#module_183111027 .news-time-year{text-decoration:none;}
#module_183111027 .news-time-year{font-style:normal;}
#module_183111027 .news-time{border-right-color:#ccc;}
#module_183111027 .news-time{border-right-style:solid;}
#module_183111027 .news-time{border-right-width:1px;}
#module_183111027 .news-label a{font-size:12px;}
#module_183111027 .news-label a{font-family:微软雅黑,Microsoft YaHei;}
#module_183111027 .news-label a{color:#999;}
#module_183111027 .news-label a{font-weight:normal;}
#module_183111027 .news-label a{text-decoration:none;}
#module_183111027 .news-label a{font-style:normal;}
#module_183111027 .news-label{margin-top:18px;}
#module_183111027 .news-label{margin-bottom:0px;}
#module_183111027 .news-label{margin-left:0px;}
#module_183111027 .news-label{margin-right:0px;}
#module_183111027 .news-label{padding-top:0px;}
#module_183111027 .news-label{padding-bottom:0px;}
#module_183111027 .news-label{padding-left:10px;}
#module_183111027 .news-label{padding-right:10px;}
#module_183111027 .news-label{background-color:rgba(255, 255, 255, 0);}
#module_183111027 .news-label{background-image:none;}
#module_183111027 .news-label{background-repeat:no-repeat;}
#module_183111027 .news-label{}
#module_183111027 .news-label{}
#module_183111027 .news-label{}
#module_183111027 .news-label{border-top-color:transparent;}
#module_183111027 .news-label{border-top-style:none;}
#module_183111027 .news-label{border-top-width:0px;}
#module_183111027 .news-label{border-right-color:transparent;}
#module_183111027 .news-label{border-right-style:none;}
#module_183111027 .news-label{border-right-width:0px;}
#module_183111027 .news-label{border-bottom-color:transparent;}
#module_183111027 .news-label{border-bottom-style:none;}
#module_183111027 .news-label{border-bottom-width:0px;}
#module_183111027 .news-label{border-left-color:#eee;}
#module_183111027 .news-label{border-left-style:solid;}
#module_183111027 .news-label{border-left-width:1px;}
#module_183111027 .pagerGiant .text{font-size:px;}
#module_183111027 .pagerGiant .text{font-family:;}
#module_183111027 .pagerGiant .text{color:;}
#module_183111027 .pagerGiant .text{}
#module_183111027 .pagerGiant .text{}
#module_183111027 .pagerGiant .text{}
#module_183111027 .pagerGiant .current,#module_183111027 .pagerGiant .num,#module_183111027 .pagerGiant .inputer{width:px}
#module_183111027 .pagerGiant .current,#module_183111027 .pagerGiant .num,#module_183111027 .pagerGiant .inputer{height:px}
#module_183111027 .pagerGiant .num{font-size:px;}
#module_183111027 .pagerGiant .num{font-family:;}
#module_183111027 .pagerGiant .num{color:;}
#module_183111027 .pagerGiant .num{}
#module_183111027 .pagerGiant .num{}
#module_183111027 .pagerGiant .num{}
#module_183111027 .pagerGiant .submit{width:px}
#module_183111027 .pagerGiant .submit{height:px}
#module_183111027 .pagerGiant .current,#module_183111027 .pagerGiant .num,#module_183111027 .pagerGiant .inputer,#module_183111027 .pagerGiant .submit{border-top-left-radius:px;}
#module_183111027 .pagerGiant .current,#module_183111027 .pagerGiant .num,#module_183111027 .pagerGiant .inputer,#module_183111027 .pagerGiant .submit{border-top-right-radius:px;}
#module_183111027 .pagerGiant .current,#module_183111027 .pagerGiant .num,#module_183111027 .pagerGiant .inputer,#module_183111027 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_183111027 .pagerGiant .current,#module_183111027 .pagerGiant .num,#module_183111027 .pagerGiant .inputer,#module_183111027 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_183111027 .pagerGiant .next,#module_183111027 .pagerGiant .splitline{color:;}
#module_183111027 .pagerGiant .num{background-color:#fff;}
#module_183111027 .pagerGiant .num, #module_183111027 .pagerGiant .inputer{border-top-color:#ccc;}
#module_183111027 .pagerGiant .num, #module_183111027 .pagerGiant .inputer{border-top-style:solid;}
#module_183111027 .pagerGiant .num, #module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit, #module_183111027 .pagerGiant .inputer{border-top-width:1px;}
#module_183111027 .pagerGiant .num, #module_183111027 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_183111027 .pagerGiant .num, #module_183111027 .pagerGiant .inputer{border-bottom-style:solid;}
#module_183111027 .pagerGiant .num, #module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit, #module_183111027 .pagerGiant .inputer{border-bottom-width:1px;}
#module_183111027 .pagerGiant .num, #module_183111027 .pagerGiant .inputer{border-left-color:#ccc;}
#module_183111027 .pagerGiant .num, #module_183111027 .pagerGiant .inputer{border-left-style:solid;}
#module_183111027 .pagerGiant .num, #module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit, #module_183111027 .pagerGiant .inputer{border-left-width:1px;}
#module_183111027 .pagerGiant .num, #module_183111027 .pagerGiant .inputer{border-right-color:#ccc;}
#module_183111027 .pagerGiant .num, #module_183111027 .pagerGiant .inputer{border-right-style:solid;}
#module_183111027 .pagerGiant .num, #module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit, #module_183111027 .pagerGiant .inputer{border-right-width:1px;}
#module_183111027 .page-more a{font-size:px;}
#module_183111027 .page-more a{font-family:;}
#module_183111027 .page-more a{color:#666 !important;}
#module_183111027 .page-more a{}
#module_183111027 .page-more a{}
#module_183111027 .page-more a{}
#module_183111027 .page-more a{background-color:#fff;}
#module_183111027 .page-more a{border-top-color:#eee;}
#module_183111027 .page-more a{border-top-style:solid;}
#module_183111027 .page-more a{border-top-width:2px;}
#module_183111027 .page-more a{border-bottom-color:#eee;}
#module_183111027 .page-more a{border-bottom-style:solid;}
#module_183111027 .page-more a{border-bottom-width:2px;}
#module_183111027 .page-more a{border-left-color:#eee;}
#module_183111027 .page-more a{border-left-style:solid;}
#module_183111027 .page-more a{border-left-width:2px;}
#module_183111027 .page-more a{border-right-color:#eee;}
#module_183111027 .page-more a{border-right-style:solid;}
#module_183111027 .page-more a{border-right-width:2px;}
#module_183111027 .news-item:hover:after{background-color:#4e7fc4;}
#module_183111027 .news-item:hover{border-top-color:transparent;}
#module_183111027 .news-item:hover{border-top-style:solid;}
#module_183111027 .news-item:hover{border-top-width:0px;}
#module_183111027 .news-item:hover{border-right-color:transparent;}
#module_183111027 .news-item:hover{border-right-style:solid;}
#module_183111027 .news-item:hover{border-right-width:0px;}
#module_183111027 .news-item:hover{border-bottom-color:transparent;}
#module_183111027 .news-item:hover{border-bottom-style:solid;}
#module_183111027 .news-item:hover{border-bottom-width:0px;}
#module_183111027 .news-item:hover{border-left-color:transparent;}
#module_183111027 .news-item:hover{border-left-style:solid;}
#module_183111027 .news-item:hover{border-left-width:0px;}
#module_183111027 .news-item:hover .news-title{font-size:16px;line-height:16pt;}
#module_183111027 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_183111027 .news-item:hover .news-title{color:rgb(255, 255, 255);}
#module_183111027 .news-item:hover .news-title{font-weight:normal;}
#module_183111027 .news-item:hover .news-title{text-decoration:none;}
#module_183111027 .news-item:hover .news-title{font-style:normal;}
#module_183111027 .news-item:hover .news-desc{font-size:12px;}
#module_183111027 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_183111027 .news-item:hover .news-desc{color:#fff;}
#module_183111027 .news-item:hover .news-desc{font-weight:normal;}
#module_183111027 .news-item:hover .news-desc{text-decoration:none;}
#module_183111027 .news-item:hover .news-desc{font-style:normal;}
#module_183111027 .news-item:hover .news-time-date{font-size:28px;}
#module_183111027 .news-item:hover .news-time-date{font-family:微软雅黑,Microsoft YaHei;}
#module_183111027 .news-item:hover .news-time-date{color:#fff;}
#module_183111027 .news-item:hover .news-time-date{font-weight:normal;}
#module_183111027 .news-item:hover .news-time-date{text-decoration:none;}
#module_183111027 .news-item:hover .news-time-date{font-style:normal;}
#module_183111027 .news-item:hover .news-time-year{font-size:14px;}
#module_183111027 .news-item:hover .news-time-year{font-family:微软雅黑,Microsoft YaHei;}
#module_183111027 .news-item:hover .news-time-year{color:#fff;}
#module_183111027 .news-item:hover .news-time-year{font-weight:normal;}
#module_183111027 .news-item:hover .news-time-year{text-decoration:none;}
#module_183111027 .news-item:hover .news-time-year{font-style:normal;}
#module_183111027 .news-item:hover .news-time{border-right-color:#fff;}
#module_183111027 .news-item:hover .news-time{border-right-style:solid;}
#module_183111027 .news-item:hover .news-time{border-right-width:1px;}
#module_183111027 .news-label:hover a{font-size:12px;}
#module_183111027 .news-label:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_183111027 .news-item:hover .news-label,#module_183111027 .news-label:hover a{color:#fff;}
#module_183111027 .news-label:hover a{font-weight:normal;}
#module_183111027 .news-label:hover a{text-decoration:none;}
#module_183111027 .news-label:hover a{font-style:normal;}
#module_183111027 .news-label:hover{background-color:rgba(255, 255, 255, 0);}
#module_183111027 .news-label:hover{background-image:none;}
#module_183111027 .news-label:hover{background-repeat:no-repeat;}
#module_183111027 .news-label:hover{}
#module_183111027 .news-label:hover{}
#module_183111027 .news-label:hover{}
#module_183111027 .news-label:hover{border-top-color:transparent;}
#module_183111027 .news-label:hover{border-top-style:none;}
#module_183111027 .news-label:hover{border-right-color:transparent;}
#module_183111027 .news-label:hover{border-right-style:none;}
#module_183111027 .news-label:hover{border-bottom-color:transparent;}
#module_183111027 .news-label:hover{border-bottom-style:none;}
#module_183111027 .news-label:hover{border-left-color:#eee;}
#module_183111027 .news-label:hover{border-left-style:solid;}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit{font-size:px;}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit{font-family:;}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit{color:;}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit{}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit{}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit{}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit{background-color:#1e88e5;}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit, #module_183111027 .pagerGiant .inputer:hover{border-top-color:#1e88e5;}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit, #module_183111027 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit, #module_183111027 .pagerGiant .inputer:hover{border-bottom-color:#1e88e5;}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit, #module_183111027 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit, #module_183111027 .pagerGiant .inputer:hover{border-left-color:#1e88e5;}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit, #module_183111027 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit, #module_183111027 .pagerGiant .inputer:hover{border-right-color:#1e88e5;}
#module_183111027 .pagerGiant .current, #module_183111027 .pagerGiant .submit, #module_183111027 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_183111027 .page-more a:hover{font-size:px;}
#module_183111027 .page-more:hover a{font-family:;}
#module_183111027 .page-more a:hover{color:#666 !important;}
#module_183111027 .page-more a:hover {}
#module_183111027 .page-more a:hover {}
#module_183111027 .page-more a:hover {}
#module_183111027 .page-more a:hover{background-color:#fff;}
#module_183111027 .page-more a:hover{border-top-color:#eee;}
#module_183111027 .page-more a:hover{border-top-style:solid;}
#module_183111027 .page-more a:hover{border-bottom-color:#eee;}
#module_183111027 .page-more a:hover{border-bottom-style:solid;}
#module_183111027 .page-more a:hover{border-left-color:#eee;}
#module_183111027 .page-more a:hover{border-left-style:solid;}
#module_183111027 .page-more a:hover{border-right-color:#eee;}
#module_183111027 .page-more a:hover{border-right-style:solid;}



.module_183115052 .ModuleHead .HeadCenter{float:none;}
#module_183115052 {
padding:0px;
}
#module_183115052 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_183115052 .ModuleHead183115052 {
display:none;
}

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

#module_183115413 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_183115413 .ModuleSubContainer{background-image:url(../images/202102051100527f5a90.jpg);}
#module_183115413 .ModuleSubContainer{background-repeat:no-repeat;}
#module_183115413 .ModuleSubContainer{background-position:0% 0%;}
#module_183115413 .ModuleSubContainer{background-attachment:scroll;}
#module_183115413 .ModuleSubContainer{}
#module_183115413 {!bgVideo!}{bgVideoUrl:none}
#module_183115413 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_183115413 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_183115413 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer183115413 {}
.module_183115415 .ModuleHead .HeadCenter{float:none;}
#module_183115415 {
padding:0px;
}
#module_183115415 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_183115415 .ModuleHead183115415 {
display:none;
}
#module_183115415 .BodyCenter.BodyCenter183115415 {
background:none;background-color:rgba(0,0,0,0);
}
#module_183115415 >.module_183115415 {
border-top-style:solid;
border-top-color:#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_183115415 >.module_183115415{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_183115415 .BodyCenter.BodyCenter183115415 {
padding-top:4.1667%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1667%;
}
}
@media screen and (max-width: 767px){
#module_183115415 .BodyCenter.BodyCenter183115415 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_183115415 >.module_183115415 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_183115415 >.module_183115415 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_183115415 >.module_183115415 {box-shadow: 0px 0px 0px 0px #ccc}
#module_183115415:hover {
border:none;
}
#module_183115415:hover >.module_183115415 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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



.incase {
	padding: 60px 0
}

.incase .lmtit {
	font-size: 35px;
	text-align: center;
	margin-bottom: 5px
}

.incase .lmjj {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 50px
}

.incase .nr {
	position: relative;
	min-height: 360px
}

.incase .nr .hd {
	position: absolute;
	width: 530px;
	right: 0;
	top: 0
}

.incase .nr .bd {
	width: 750px
}

.incase .nr .hd ul li {
	display: block;
	width: 48%;
	margin: 0 1% 1%;
	float: left;
	text-align: center;
	padding: 94px 10px;
	background: #787878;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box
}

.incase .nr .hd ul li .ico {
	height:60px;
	line-height: 60px
}

.incase .nr .hd ul li .cn {
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.incase .nr .hd ul li .en {
	font-size: 12px;
	color: #ccc;
	text-transform: uppercase;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.incase .nr .hd ul li.on {
	background: #003182
}

.incase .nr .bd ul li .wz {
	background: #eaeaea;
	padding: 15px
}

.incase .nr .bd ul li .wz .tit {
	margin-bottom: 5px;
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.incase .nr .bd ul li .wz .jj {
	font-size: 14px;
	color: #999;
	height: 44px;
	line-height: 22px;
	overflow: hidden
}

.incase .nr .bd ul li .wz .jj a {
	color: #0075c2;
	font-size:14px;
}


.content {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}

.content2 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}

.content3 {
    width: 600px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}

.tupian {
    width: 100%;
    background: #f1f1f1;
}





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

  .incase {
    padding: 20px 0;
  }
  .incase .lmtit {
    font-size: 20px;
  }
  .incase .lmjj {
    margin-bottom: 20px;
  }
  .incase .nr {
    padding: 0;
    min-height: inherit;
  }
  .incase .nr .hd {
    position: static;
    width: auto;
    margin-bottom: 10px;
  }
  .incase .nr .hd ul li {
    padding: 10px 0 15px;
  }
  .incase .nr .bd ul li .wz .tit {
    font-size: 16px;
  }
}


@media only screen and (max-width : 1300px) {
  .content {
    width: 1200px;
  }
}

@media only screen and (max-width : 850px) {
  .content {
    width: auto;
    padding: 0 10px;
  }
}





/*公司简介*/
.in_about {
	margin-top: 60px;
	height: auto;
	overflow: hidden
}

.in_about_l {
	width: 575px;
	float: left;
}

.in_about_l h3 {
	position: relative;
	padding-top: 30px;
	padding-left: 30px;
	color: #000;
}

.in_about_l h3 b {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #f3f3f3;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: normal;
	line-height: 60px;
	text-transform: uppercase;
}

.in_about_l h3 a {
	position: relative;
	font-size: 36px;
	font-weight: bold;
}

.in_about_l p {
	margin-top: 27px;
	line-height:40px;
	font-size:16px;
	text-align: justify;
	text-indent:2em;
}

.in_about_l span {
	margin-top: 20px;
	float:right;
	display: block
}

.in_about_l span a {
	width: 105px;
	border: 1px solid #4e7fc4;
	color: #4e7fc4;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 30px;
	display: block
}

.in_about_r {
	width: 48%;
	float: right;
}

.in_about_r a img {
	width: 85%;
	height: auto;
	overflow: hidden
}

@media screen and (max-width:1199px) {
	.in_about_l {
		width: 42%;
		margin-top: 0
	}

	.in_about_r {
		width: 55%
	}
}

@media screen and (max-width:768px) {
	.in_about {
		margin-top: 0;
	}
	.in_about_l {
		width: 100%;
		float: none;
		margin-top: 0
	}

	.in_about_r {
		width: 100%;
		float: none;
		margin-top: 20px
	}

	.in_about_l h3 {
		padding-left: 0px;
		padding-top: 10px;
		text-align: center;
		color: #000;
	}

	.in_about_l h3 b {
		width: 100%;
		font-size: 22px;
		line-height: 30px;
	}

	.in_about_l h3 a {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		border-bottom: 2px solid #4e7fc4;
		padding-bottom: 20px;
		display: inline-block
	}
	
	.in_about_l span {
		margin-top: 30px;
	}
}


.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;}






.cprzbox{width:1200px; margin:0 auto;}
.cprz1{width:300px; height:500px; float:left;}
.cprz1img{width:100%; height:370px;}
.cprz1img img{width:100%; height:370px;}
.cprz1tit{width:100%; height:40px; line-height:40px; font-size:16px; font-weight:bold;}
.cprz1con{width:100%; height:40px; line-height:20px; font-size:13px; overflow:hidden;}


.cprz2{width:880px; height:500px; float:right;}
.cprz2 ul li{width:280px; height:220px; float:left; margin-left:10px; margin-bottom:10px;}
.cprz2img{width:100%; height:180px; float:left;}
.cprz2img img{width:100%; height:180px;}
.cprz2tit{width:100%; height:40px; line-height:40px; font-size:14px; text-align:center; float:left;}


/*.cprzbox{width:1200px; margin:0 auto;}
.cprz1{width:30%; height:500px; float:left;}
.cprz1img{width:100%; height:370px;}
.cprz1img img{width:100%; height:370px;}
.cprz1tit{width:100%; height:40px; line-height:40px; font-size:16px; font-weight:bold;}
.cprz1con{width:100%; height:40px; line-height:20px; font-size:13px; overflow:hidden;}


.cprz2{width:68%; height:500px; float:right;}
.cprz2 ul li{width:32%; height:220px; float:left; margin-left:10px; margin-bottom:10px;}
.cprz2img{width:100%; height:180px; float:left;}
.cprz2img img{width:100%; height:180px;}
.cprz2tit{width:100%; height:40px; line-height:40px; font-size:14px; text-align:center; float:left;}*/


@media only screen and (max-width: 850px){
	.cprzbox {display:none;}
	.in_about_l{width:34%; padding-left: 20px;}
	.in_about_l h3 a{font-size:28px;}
	.in_about_r{width:40%; padding-left: 20px;}
	.in_about_l span{margin-bottom:10px;}
}

.sec{max-width:1200px; margin:0 auto; margin-top:30px;}
.secl{float:left; width:28%; height:350px;}
.secc{float:left; width:35%; height:350px;}
.secr{float:right; width:35%; height:350px;}
.bn{padding:46px; background-color:#002f58 !important; width:180px; font-size:18px; color:#FFF; border-bottom:1px solid #1b578c !important;}

.lxs{margin-top:30px;}
.lxs ul li{border-bottom:1px solid #dedede; line-height:58px !important;}
.lxs ul li img{margin-top:21px !important;}