/*time: 2023-06-12 16:35:30*/
.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 > .SubContainer.ModuleHoverBoxItem_2{display:none}
.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_115956361 .ModuleHead .HeadCenter{float:none;}
#module_115956361 {
padding:0px;
}
#module_115956361 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956361 .ModuleHead115956361 {
display:none;
}
#module_115956361 .BodyCenter.BodyCenter115956361 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956361 >.module_115956361 {
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(239, 239, 239);
border-bottom-width:1px;
}
#module_115956361 >.module_115956361{
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_115956361 .BodyCenter.BodyCenter115956361 {
padding-top:0.7845%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:0.7845%;
}
}
@media screen and (max-width: 767px){
#module_115956361 .BodyCenter.BodyCenter115956361 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956361 >.module_115956361 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956361 >.module_115956361 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956361 >.module_115956361 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956361:hover {
border:none;
}
#module_115956361:hover >.module_115956361 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956361 .ModuleSubContainer{background-color:transparent;}
#module_115956361 .ModuleSubContainer{background-image:none;}
#module_115956361 .ModuleSubContainer{background-repeat:no-repeat;}
#module_115956361 .ModuleSubContainer{background-position:0% 0%;}
#module_115956361 .ModuleSubContainer{background-attachment:scroll;}
#module_115956361 .ModuleSubContainer{}
#module_115956361 {!bgVideo!}{bgVideoUrl:none}
#module_115956361 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_115956361 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_115956361 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer115956361 {max-width:1280px;width:auto;}
.ModuleGridContainer.ModuleGridContainer115956361 .SubPadding {width:0px;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_115959968 .ModuleHead .HeadCenter{float:none;}
#module_115959968 {
padding:0px;
}
#module_115959968 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115959968 .ModuleHead115959968 {
display:none;
}
#module_115959968 .BodyCenter.BodyCenter115959968 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115959968 >.module_115959968 {
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_115959968 >.module_115959968{
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_115959968 .BodyCenter.BodyCenter115959968 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115959968 .BodyCenter.BodyCenter115959968 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115959968 >.module_115959968 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:62.9442%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115959968 >.module_115959968 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115959968 >.module_115959968 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115959968:hover {
border:none;
}
#module_115959968:hover >.module_115959968 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115959968 img{border-top-color:transparent;}
#module_115959968 img{border-top-style:none;}
#module_115959968 img{border-top-width:0px;}
#module_115959968 img{border-right-color:transparent;}
#module_115959968 img{border-right-style:none;}
#module_115959968 img{border-right-width:0px;}
#module_115959968 img{border-bottom-color:transparent;}
#module_115959968 img{border-bottom-style:none;}
#module_115959968 img{border-bottom-width:0px;}
#module_115959968 img{border-left-color:transparent;}
#module_115959968 img{border-left-style:none;}
#module_115959968 img{border-left-width:0px;}
#module_115959968 img{border-top-left-radius:0px;}
#module_115959968 img{border-top-right-radius:0px;}
#module_115959968 img{border-bottom-left-radius:0px;}
#module_115959968 img{border-bottom-right-radius:0px;}
#module_115959968 .BodyCenter{text-align: left;}

.ModuleGridContainer.ModuleGridContainer115956361 #Sub115956361_1 {width:46.1719%;}
/*图文模块 layout 105*/
.ModuleImageTextGiant.layout-105 .row{ margin-left:0; margin-right: 0;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{max-height: 100%; max-width: 100%;/*padding: 10px;*/}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .ModuleImageTextContent{padding:0; padding-left: 15px; margin: 0px }
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{height:auto;padding-left: 0;padding-right: 0}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content{align-items: center;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{text-align: left; overflow: hidden; display: block; text-align:center; position: relative;}
/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper .dummy { padding-top: 100%; }*/
/* .ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:first-child{ margin-top: 0 !important; }
.ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:last-child{ margin-bottom: 0 !important; } */


@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row .col-xs-8{padding: 0 3px;width: 91.333333%;}
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{min-width: 100%;}*/
	/*.ModuleImageTextGiant.layout-105 .col-md-2{width: 14.666667%;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
@media only screen and (min-width: 768px) {
	.ModuleImageTextGiant.layout-105 .col-lg-2 {
    width: 10%;
	}
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage{width: 100%}
}.module_115956363 .ModuleHead .HeadCenter{float:none;}
#module_115956363 {
padding:0px;
}
#module_115956363 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956363 .ModuleHead115956363 {
display:none;
}
#module_115956363 .BodyCenter.BodyCenter115956363 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956363 >.module_115956363 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_115956363 >.module_115956363{
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_115956363 .BodyCenter.BodyCenter115956363 {
padding-top:0.0000%;
padding-left:8.9286%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956363 .BodyCenter.BodyCenter115956363 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956363 >.module_115956363 {
margin-top:8.9286%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956363 >.module_115956363 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956363 >.module_115956363 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956363:hover {
border:none;
}
#module_115956363:hover >.module_115956363 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956363 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_115956363 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_115956363 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_115956363 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_115956363 .GraphicUpper{padding-top:0px;}
#module_115956363 .GraphicUpper{padding-bottom:0px;}
#module_115956363 .GraphicUpper{padding-left:0px;}
#module_115956363 .GraphicUpper {padding-right:0px;}
#module_115956363 .GraphicUpper{width:9%;} #module_115956363 .ModuleImageTextContent{width: calc(100% - 9%);}
#module_115956363 .MobileGraphicUpper{width:9%;} #module_115956363 .ModuleMobileImageTextContent{width: calc(100% - 9%);}
#module_115956363 .ModuleImageTextGiantContent{padding-top:0px;}
#module_115956363 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_115956363 .ModuleImageTextGiantContent{padding-left:10px;}
#module_115956363 .ModuleImageTextGiantContent{padding-right:0px;}
#module_115956363 .normal_ImgtextBox_content{padding-top:0px;}
#module_115956363 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_115956363 .normal_ImgtextBox_content{padding-left:0px;}
#module_115956363 .normal_ImgtextBox_content{padding-right:0px;}
#module_115956363 .normal_ImgtextBox_content{margin-top:px;margin-bottom:px;}
#module_115956363 .normal_ImgtextBox_content{box-shadow:;}
#module_115956363 .normal_ImgtextBox_content{background-color:;}
#module_115956363 .normal_ImgtextBox_content{}
#module_115956363 .normal_ImgtextBox_content{}
#module_115956363 .normal_ImgtextBox_content{}
#module_115956363 .normal_ImgtextBox_content{}
#module_115956363 .normal_ImgtextBox_content{}
#module_115956363 .normal_ImgtextBox_content{border-top-left-radius:px;}
#module_115956363 .normal_ImgtextBox_content{border-top-right-radius:px;}
#module_115956363 .normal_ImgtextBox_content{border-bottom-left-radius:px;}
#module_115956363 .normal_ImgtextBox_content{border-bottom-right-radius:px;}
#module_115956363 .normal_ImgtextBox_content{border-top-color:;}
#module_115956363 .normal_ImgtextBox_content{border-top-style:;}
#module_115956363 .normal_ImgtextBox_content{border-top-width:px;}
#module_115956363 .normal_ImgtextBox_content{border-right-color:;}
#module_115956363 .normal_ImgtextBox_content{border-right-style:;}
#module_115956363 .normal_ImgtextBox_content{border-right-width:px;}
#module_115956363 .normal_ImgtextBox_content{border-bottom-color:;}
#module_115956363 .normal_ImgtextBox_content{border-bottom-style:;}
#module_115956363 .normal_ImgtextBox_content{border-bottom-width:px;}
#module_115956363 .normal_ImgtextBox_content{border-left-color:;}
#module_115956363 .normal_ImgtextBox_content{border-left-style:;}
#module_115956363 .normal_ImgtextBox_content{border-left-width:px;}
#module_115956363 .showHandle .btn{font-size:px;}
#module_115956363 .showHandle .btn{font-family:;}
#module_115956363 .showHandle .btn{color:;}
#module_115956363 .showHandle .btn{}
#module_115956363 .showHandle .btn{}
#module_115956363 .showHandle .btn{}
#module_115956363 .showHandle div{border-top-color: !important;}
#module_115956363 .showHandle div{border-top-style: !important;}
#module_115956363 .showHandle div{border-top-width:px !important;}
#module_115956363 .showHandle{background-color:;}
#module_115956363 .showHandle{}
#module_115956363 .showHandle{}
#module_115956363 .showHandle{}
#module_115956363 .showHandle{}
#module_115956363 .showHandle{}
#module_115956363 .normal_ImgtextBox_content:hover{box-shadow:;}
#module_115956363 .normal_ImgtextBox_content:hover{border-top-color:;}
#module_115956363 .normal_ImgtextBox_content:hover{border-top-style:;}
#module_115956363 .normal_ImgtextBox_content:hover{border-right-color:;}
#module_115956363 .normal_ImgtextBox_content:hover{border-right-style:;}
#module_115956363 .normal_ImgtextBox_content:hover{border-bottom-color:;}
#module_115956363 .normal_ImgtextBox_content:hover{border-bottom-style:;}
#module_115956363 .normal_ImgtextBox_content:hover{border-left-color:;}
#module_115956363 .normal_ImgtextBox_content:hover{border-left-style:;}
#module_115956363 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer115956361 #Sub115956361_2 {width:17.5000%;}
.module_115956364 .ModuleHead .HeadCenter{float:none;}
#module_115956364 {
padding:0px;
}
#module_115956364 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_115956364 .ModuleHead115956364 {
display:none;
}
#module_115956364 .BodyCenter.BodyCenter115956364 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956364 >.module_115956364 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_115956364 >.module_115956364{
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_115956364 .BodyCenter.BodyCenter115956364 {
padding-top:0.0000%;
padding-left:9.6154%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956364 .BodyCenter.BodyCenter115956364 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956364 >.module_115956364 {
margin-top:9.6122%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956364 >.module_115956364 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956364 >.module_115956364 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956364:hover {
border:none;
}
#module_115956364:hover >.module_115956364 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956364 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_115956364 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_115956364 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_115956364 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_115956364 .GraphicUpper{padding-top:0px;}
#module_115956364 .GraphicUpper{padding-bottom:0px;}
#module_115956364 .GraphicUpper{padding-left:0px;}
#module_115956364 .GraphicUpper {padding-right:0px;}
#module_115956364 .GraphicUpper{width:9%;} #module_115956364 .ModuleImageTextContent{width: calc(100% - 9%);}
#module_115956364 .MobileGraphicUpper{width:9%;} #module_115956364 .ModuleMobileImageTextContent{width: calc(100% - 9%);}
#module_115956364 .ModuleImageTextGiantContent{padding-top:0px;}
#module_115956364 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_115956364 .ModuleImageTextGiantContent{padding-left:10px;}
#module_115956364 .ModuleImageTextGiantContent{padding-right:0px;}
#module_115956364 .normal_ImgtextBox_content{padding-top:0px;}
#module_115956364 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_115956364 .normal_ImgtextBox_content{padding-left:0px;}
#module_115956364 .normal_ImgtextBox_content{padding-right:0px;}
#module_115956364 .normal_ImgtextBox_content{margin-top:px;margin-bottom:px;}
#module_115956364 .normal_ImgtextBox_content{box-shadow:;}
#module_115956364 .normal_ImgtextBox_content{background-color:;}
#module_115956364 .normal_ImgtextBox_content{}
#module_115956364 .normal_ImgtextBox_content{}
#module_115956364 .normal_ImgtextBox_content{}
#module_115956364 .normal_ImgtextBox_content{}
#module_115956364 .normal_ImgtextBox_content{}
#module_115956364 .normal_ImgtextBox_content{border-top-left-radius:px;}
#module_115956364 .normal_ImgtextBox_content{border-top-right-radius:px;}
#module_115956364 .normal_ImgtextBox_content{border-bottom-left-radius:px;}
#module_115956364 .normal_ImgtextBox_content{border-bottom-right-radius:px;}
#module_115956364 .normal_ImgtextBox_content{border-top-color:;}
#module_115956364 .normal_ImgtextBox_content{border-top-style:;}
#module_115956364 .normal_ImgtextBox_content{border-top-width:px;}
#module_115956364 .normal_ImgtextBox_content{border-right-color:;}
#module_115956364 .normal_ImgtextBox_content{border-right-style:;}
#module_115956364 .normal_ImgtextBox_content{border-right-width:px;}
#module_115956364 .normal_ImgtextBox_content{border-bottom-color:;}
#module_115956364 .normal_ImgtextBox_content{border-bottom-style:;}
#module_115956364 .normal_ImgtextBox_content{border-bottom-width:px;}
#module_115956364 .normal_ImgtextBox_content{border-left-color:;}
#module_115956364 .normal_ImgtextBox_content{border-left-style:;}
#module_115956364 .normal_ImgtextBox_content{border-left-width:px;}
#module_115956364 .showHandle .btn{font-size:px;}
#module_115956364 .showHandle .btn{font-family:;}
#module_115956364 .showHandle .btn{color:;}
#module_115956364 .showHandle .btn{}
#module_115956364 .showHandle .btn{}
#module_115956364 .showHandle .btn{}
#module_115956364 .showHandle div{border-top-color: !important;}
#module_115956364 .showHandle div{border-top-style: !important;}
#module_115956364 .showHandle div{border-top-width:px !important;}
#module_115956364 .showHandle{background-color:;}
#module_115956364 .showHandle{}
#module_115956364 .showHandle{}
#module_115956364 .showHandle{}
#module_115956364 .showHandle{}
#module_115956364 .showHandle{}
#module_115956364 .normal_ImgtextBox_content:hover{box-shadow:;}
#module_115956364 .normal_ImgtextBox_content:hover{border-top-color:;}
#module_115956364 .normal_ImgtextBox_content:hover{border-top-style:;}
#module_115956364 .normal_ImgtextBox_content:hover{border-right-color:;}
#module_115956364 .normal_ImgtextBox_content:hover{border-right-style:;}
#module_115956364 .normal_ImgtextBox_content:hover{border-bottom-color:;}
#module_115956364 .normal_ImgtextBox_content:hover{border-bottom-style:;}
#module_115956364 .normal_ImgtextBox_content:hover{border-left-color:;}
#module_115956364 .normal_ImgtextBox_content:hover{border-left-style:;}
#module_115956364 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer115956361 #Sub115956361_3 {width:17.5000%;}
.module_115956365 .ModuleHead .HeadCenter{float:none;}
#module_115956365 {
padding:0px;
}
#module_115956365 {
position:static;
z-index:0;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_115956365 .ModuleHead115956365 {
display:none;
}
#module_115956365 .BodyCenter.BodyCenter115956365 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956365 >.module_115956365 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_115956365 >.module_115956365{
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_115956365 .BodyCenter.BodyCenter115956365 {
padding-top:0.0000%;
padding-left:8.3333%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956365 .BodyCenter.BodyCenter115956365 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956365 >.module_115956365 {
margin-top:8.9258%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956365 >.module_115956365 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956365 >.module_115956365 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956365:hover {
border:none;
}
#module_115956365:hover >.module_115956365 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956365 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_115956365 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_115956365 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_115956365 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_115956365 .GraphicUpper{padding-top:0px;}
#module_115956365 .GraphicUpper{padding-bottom:0px;}
#module_115956365 .GraphicUpper{padding-left:0px;}
#module_115956365 .GraphicUpper {padding-right:0px;}
#module_115956365 .GraphicUpper{width:10%;} #module_115956365 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_115956365 .MobileGraphicUpper{width:10%;} #module_115956365 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_115956365 .ModuleImageTextGiantContent{padding-top:0px;}
#module_115956365 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_115956365 .ModuleImageTextGiantContent{padding-left:10px;}
#module_115956365 .ModuleImageTextGiantContent{padding-right:0px;}
#module_115956365 .normal_ImgtextBox_content{padding-top:0px;}
#module_115956365 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_115956365 .normal_ImgtextBox_content{padding-left:0px;}
#module_115956365 .normal_ImgtextBox_content{padding-right:0px;}
#module_115956365 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_115956365 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_115956365 .normal_ImgtextBox_content{background-color:transparent;}
#module_115956365 .normal_ImgtextBox_content{background-image:none;}
#module_115956365 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_115956365 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_115956365 .normal_ImgtextBox_content{background-attachment:none;}
#module_115956365 .normal_ImgtextBox_content{}
#module_115956365 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_115956365 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_115956365 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_115956365 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_115956365 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_115956365 .normal_ImgtextBox_content{border-top-style:none;}
#module_115956365 .normal_ImgtextBox_content{border-top-width:0px;}
#module_115956365 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_115956365 .normal_ImgtextBox_content{border-right-style:none;}
#module_115956365 .normal_ImgtextBox_content{border-right-width:0px;}
#module_115956365 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_115956365 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_115956365 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_115956365 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_115956365 .normal_ImgtextBox_content{border-left-style:none;}
#module_115956365 .normal_ImgtextBox_content{border-left-width:0px;}
#module_115956365 .showHandle .btn{font-size:14px;}
#module_115956365 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_115956365 .showHandle .btn{color:#333;}
#module_115956365 .showHandle .btn{font-weight:400;}
#module_115956365 .showHandle .btn{text-decoration:none;}
#module_115956365 .showHandle .btn{font-style:normal;}
#module_115956365 .showHandle div{border-top-color:#ddd !important;}
#module_115956365 .showHandle div{border-top-style:solid !important;}
#module_115956365 .showHandle div{border-top-width:1px !important;}
#module_115956365 .showHandle{background-color:transparent;}
#module_115956365 .showHandle{background-image:none;}
#module_115956365 .showHandle{background-repeat:no-repeat;}
#module_115956365 .showHandle{}
#module_115956365 .showHandle{}
#module_115956365 .showHandle{}
#module_115956365 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px #000;}
#module_115956365 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_115956365 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_115956365 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_115956365 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_115956365 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_115956365 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_115956365 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_115956365 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_115956365 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer115956361 #Sub115956361_4 {width:18.828100000000006%;}
.module_115956360 .ModuleHead .HeadCenter{float:none;}
#module_115956360 {
padding:0px;
}
#module_115956360 {
position:static;
z-index:999;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_115956360 .ModuleHead115956360 {
display:none;
}
#module_115956360 .BodyCenter.BodyCenter115956360 {
background:none;background-color:rgb(255, 255, 255);
}
#module_115956360 >.module_115956360 {
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_115956360 >.module_115956360{
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_115956360 .BodyCenter.BodyCenter115956360 {
padding-top:0.0000%;
padding-left:4.1667%;
padding-right:4.1667%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956360 .BodyCenter.BodyCenter115956360 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956360 >.module_115956360 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956360 >.module_115956360 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956360 >.module_115956360 {box-shadow: 0px 4px 4px 0px rgba(204, 204, 204, 0.2)}
#module_115956360:hover {
border:none;
}
#module_115956360:hover >.module_115956360 {box-shadow: 0px 4px 4px 0px rgba(204, 204, 204, 0.3);transition: box-shadow 0.5s ease 0s;}

#module_115956360 .ModuleSubContainer{background-color:transparent;}
#module_115956360 .ModuleSubContainer{background-image:none;}
#module_115956360 .ModuleSubContainer{background-repeat:no-repeat;}
#module_115956360 .ModuleSubContainer{background-position:0% 0%;}
#module_115956360 .ModuleSubContainer{background-attachment:scroll;}
#module_115956360 .ModuleSubContainer{}
#module_115956360 {!bgVideo!}{bgVideoUrl:none}
#module_115956360 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_115956360 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_115956360 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer115956360 {max-width:1310px;width:auto;}
.ModuleGridContainer.ModuleGridContainer115956360 .SubPadding {width:0px;}
.ModuleNavGiant.layout-102 .main-nav-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  line-height: 0;
  overflow: hidden;
}
.ModuleNavGiant.layout-102 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-102 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-102 .moveMenuRight, .ModuleNavGiant.layout-102 .moveMenuLeft{
   display: inline-block;
   width: 36px;
   height: 36px;
   line-height: 36px;
   font-size: 16px;
   color:#666;
   text-align: center;
   border:1px solid rgba(0,0,0,.1);
   border-radius: 5px;
   cursor: pointer;
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

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

.ModuleNavGiant.layout-102 .menu{
    font-size: 12px;
    opacity: 0.6;
    float: right;
    margin-left: 8px;
    margin-top: 1px;
    transform:rotate(0deg);
    transition: all .3s linear;
    -webkit-transform:rotate(0deg);
    -webkit-transition: all .3s linear;
}
.ModuleNavGiant.layout-102 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-102 .sub-menu{
    display: none !important;
}.module_115956366 .ModuleHead .HeadCenter{float:none;}
#module_115956366 {
padding:0px;
}
#module_115956366 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956366 .ModuleHead115956366 {
display:none;
}
#module_115956366 .BodyCenter.BodyCenter115956366 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956366 >.module_115956366 {
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_115956366 >.module_115956366{
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_115956366 .BodyCenter.BodyCenter115956366 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956366 .BodyCenter.BodyCenter115956366 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956366 >.module_115956366 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956366 >.module_115956366 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956366 >.module_115956366 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956366:hover {
border:none;
}
#module_115956366:hover >.module_115956366 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956366 .main-nav-item{height:80px;line-height:80px} #module_115956366 .main-nav-content{height:80px;}
#module_115956366 .main-nav-content{background-color:#fff;}
#module_115956366 .main-nav-content{background-image:none;}
#module_115956366 .main-nav-content{background-repeat:no-repeat;}
#module_115956366 .main-nav-content{}
#module_115956366 .main-nav-content{}
#module_115956366 .main-nav-content{}
#module_115956366 .main-nav-content, #module_115956366 .verticalMenu .main-nav-item-group{text-align:left;}
#module_115956366 .main-nav-item{font-size:14px;}
#module_115956366 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_115956366 .main-nav-item{color:#333;}
#module_115956366 .main-nav-item{font-weight:bold;}
#module_115956366 .main-nav-item{text-decoration:none;}
#module_115956366 .main-nav-item{font-style:normal;}
#module_115956366 .main-nav-item{background-color:transparent;}
#module_115956366 .main-nav-item{background-image:none;}
#module_115956366 .main-nav-item{background-repeat:no-repeat;}
#module_115956366 .main-nav-item{}
#module_115956366 .main-nav-item{}
#module_115956366 .main-nav-item{}
#module_115956366 .main-nav-item{width:auto;}
#module_115956366 .main-nav-item{padding-left:25px;padding-right:25px;} #module_115956366 .verticalMenu .main-nav-item-group{margin-bottom:25px;}
#module_115956366 .sub-nav-item-group{border-top-color:#333;}
#module_115956366 .sub-nav-item-group{border-top-style:solid;}
#module_115956366 .sub-nav-item-group{border-top-width:2px;}
#module_115956366 .sub-nav-item-group{border-right-color:transparent;}
#module_115956366 .sub-nav-item-group{border-right-style:none;}
#module_115956366 .sub-nav-item-group{border-right-width:0px;}
#module_115956366 .sub-nav-item-group{border-bottom-color:transparent;}
#module_115956366 .sub-nav-item-group{border-bottom-style:none;}
#module_115956366 .sub-nav-item-group{border-bottom-width:0px;}
#module_115956366 .sub-nav-item-group{border-left-color:transparent;}
#module_115956366 .sub-nav-item-group{border-left-style:none;}
#module_115956366 .sub-nav-item-group{border-left-width:0px;}
#module_115956366 .sub-nav-item-group{width:192px;}
#module_115956366 .sub-nav-item{height:40px;line-height:40px}
#module_115956366 .sub-nav-item{font-size:12px;}
#module_115956366 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_115956366 .sub-nav-item{color:#000;}
#module_115956366 .sub-nav-item{font-weight:normal;}
#module_115956366 .sub-nav-item{text-decoration:none;}
#module_115956366 .sub-nav-item{font-style:normal;}
#module_115956366 .sub-nav-item{background-color:#fff;}
#module_115956366 .sub-nav-item{background-image:none;}
#module_115956366 .sub-nav-item{background-repeat:no-repeat;}
#module_115956366 .sub-nav-item{}
#module_115956366 .sub-nav-item{}
#module_115956366 .sub-nav-item{}
#module_115956366 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_115956366 .sub-nav-item{border-bottom-style:solid;}
#module_115956366 .sub-nav-item{border-bottom-width:1px;}
#module_115956366 .sub-nav-item{margin-top:0px;}
#module_115956366 .main-nav-item-hover{font-size:14px;}
#module_115956366 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_115956366 .main-nav-item-hover{color:rgb(23, 63, 125);}
#module_115956366 .main-nav-item-hover{font-weight:bold;}
#module_115956366 .main-nav-item-hover{text-decoration:none;}
#module_115956366 .main-nav-item-hover{font-style:normal;}
#module_115956366 .main-nav-item-hover{background-color:transparent;}
#module_115956366 .main-nav-item-hover{background-image:none;}
#module_115956366 .main-nav-item-hover{background-repeat:no-repeat;}
#module_115956366 .main-nav-item-hover{}
#module_115956366 .main-nav-item-hover{}
#module_115956366 .main-nav-item-hover{}
#module_115956366 .main-nav-item-hover::before,#module_115956366 .main-nav-item::before{border-bottom-color:rgb(23, 63, 125);}
#module_115956366 .main-nav-item-hover::before{border-bottom-style:solid;}
#module_115956366 .main-nav-item-hover::before{border-bottom-width:4px;}
#module_115956366 .main-nav-item-hover::before{width:%}
#module_115956366 .sub-nav-item:hover{font-size:12px;}
#module_115956366 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_115956366 .sub-nav-item:hover{color:#000;}
#module_115956366 .sub-nav-item:hover{font-weight:normal;}
#module_115956366 .sub-nav-item:hover{text-decoration:none;}
#module_115956366 .sub-nav-item:hover{font-style:normal;}
#module_115956366 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_115956366 .sub-nav-item:hover{background-image:none;}
#module_115956366 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_115956366 .sub-nav-item:hover{}
#module_115956366 .sub-nav-item:hover{}
#module_115956366 .sub-nav-item:hover{}


.ModuleGridContainer.ModuleGridContainer115956360 #Sub115956360_1 {width:85.9542%;}
.ModuleLangSwitchGiant.layout-104 .lang-container{
	display: inline-block;
    border: 1px solid #e5e5e5;
	width:auto;
}

.ModuleLangSwitchGiant.layout-104 .lang-text{
	font-size:12px;
	color:#666666;
	vertical-align: top;
	width:95px;
	height: 30px;
	line-height: 32px;
	display:inline-block;
	text-align: left;
	padding-left:14px;
}

.ModuleLangSwitchGiant.layout-104 .icoBox{
	width: 21px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #9a9a9a;
}

.ModuleLangSwitchGiant.layout-104 .lang-container:hover .icoBox{
	transform: rotate(180deg);
	transition: ease-in-out .3s;
}

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

.ModuleLangSwitchGiant.layout-104 .lang-selection li{
	height: 32px;
    line-height: 32px;
	cursor:pointer;
	padding-right: 21px;
}
.ModuleLangSwitchGiant.layout-104 .lang-selection li:hover .lang-text{
	color:#f10215;
}
.module_115960122 .ModuleHead .HeadCenter{float:none;}
#module_115960122 {
padding:0px;
}
#module_115960122 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115960122 .ModuleHead115960122 {
display:none;
}
#module_115960122 .BodyCenter.BodyCenter115960122 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115960122 >.module_115960122 {
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_115960122 >.module_115960122{
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_115960122 .BodyCenter.BodyCenter115960122 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115960122 .BodyCenter.BodyCenter115960122 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115960122 >.module_115960122 {
margin-top:18.4397%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115960122 >.module_115960122 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115960122 >.module_115960122 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115960122:hover {
border:none;
}
#module_115960122:hover >.module_115960122 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115960122 .BodyCenter{text-align:left;}
#module_115960122 .lang-text,#clone_module_115960122 .lang-text{font-size:12px;}
#module_115960122 .lang-text,#clone_module_115960122 .lang-text{font-family:微软雅黑,Microsoft YaHei;}
#module_115960122 .lang-text,#clone_module_115960122 .lang-text{color:#333;}
#module_115960122 .lang-text,#clone_module_115960122 .lang-text{font-weight:normal;}
#module_115960122 .lang-text,#clone_module_115960122 .lang-text{text-decoration:initial;}
#module_115960122 .lang-text,#clone_module_115960122 .lang-text{font-style:normal;}
#module_115960122 {} #clone_module_115960122 .lang-selection{border-color:#e5e5e5;} #module_115960122 .lang-text{border-right:1px solid #e5e5e5;}
#module_115960122 {} #clone_module_115960122 .lang-selection,#module_115960122 .lang-container{background-color:#fff;}
#module_115960122 {} #clone_module_115960122 .lang-selection,#module_115960122 .lang-container{background-image:none;}
#module_115960122 {} #clone_module_115960122 .lang-selection,#module_115960122 .lang-container{background-repeat:no-repeat;}
#module_115960122 {} #clone_module_115960122 .lang-selection,#module_115960122 .lang-container{}
#module_115960122 {} #clone_module_115960122 .lang-selection,#module_115960122 .lang-container{}
#module_115960122 {} #clone_module_115960122 .lang-selection,#module_115960122 .lang-container{}
#module_115960122 {} #clone_module_115960122 .lang-text,#module_115960122 .lang-text{width:78px}
#module_115960122 .lang-selection .lang-text:hover,#clone_module_115960122 .lang-selection .lang-text:hover{font-size:12px;}
#module_115960122 .lang-selection .lang-text:hover,#clone_module_115960122 .lang-selection .lang-text:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_115960122 .lang-selection .lang-text:hover,#clone_module_115960122 .lang-selection .lang-text:hover{color:#f10215;}
#module_115960122 .lang-selection .lang-text:hover,#clone_module_115960122 .lang-selection .lang-text:hover{font-weight:normal;}
#module_115960122 .lang-selection .lang-text:hover,#clone_module_115960122 .lang-selection .lang-text:hover{text-decoration:initial;}
#module_115960122 .lang-selection .lang-text:hover,#clone_module_115960122 .lang-selection .lang-text:hover{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer115956360 #Sub115956360_2 {width:10.7634%;}
/*全局搜索 layout102*/
.ModuleSearchGiant.layout-108 .searchform-fixed{position: fixed;z-index: 9999;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-108 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .content { opacity: 0; visibility: hidden; position: fixed; z-index: 999;background: #FFF;top: 0px;left: 0px; display:table;width: 100%;height:auto;border: 0;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group{display: table;padding:0 2%;  border-bottom:1px solid #eee;width: 100%;height:60px;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel{position: relative;display:table-cell;height:auto;border:0px;vertical-align: middle;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel{ width: calc(100% - 30px);}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel{width: 1%;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchBtnPanel{width: 30px;display: table-cell;position: relative;height:auto;border:0px;}
.ModuleSearchGiant.layout-108 .searchIcon{ font-size: 18px; font-weight: bold;position: absolute;margin-top:-12px;top: 50%;left: 10px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .closeIcon{ cursor: pointer; font-size: 18px; font-weight: bold;position: absolute;margin-top:-12px;top: 50%;left: 10px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchInput{    padding-right: 50px;float: none;display:block;width: 100%;height: 59px;border: 1px solid #fff;border-right:0px !important;border-radius: 0;text-indent: 10px;font-size:16px;outline: none;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select{float: left;height: auto;border: 0;border-radius: 0;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn{border: unset !important;padding-top: 0;padding-bottom: 0;height: 59px;border: 1px solid #fff;border-left-width: 1px;border-radius: 0;line-height: 59px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn span{font-size: 16px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .icon-cuowu{right: 10px; left: unset; color: #333333}
.ModuleSearchGiant.layout-108  .icon-sousuo4{ color: #333333}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchButton{ height: 59px !important; padding-right: 0px;padding-left: 0px;background:#fff;float: left;display: block; min-width: 10px; width: 100%;border: 0;border-radius: 0;font-family: 微软雅黑,Microsoft YaHei;font-size: 12px;color:#fff;font-weight:normal;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .index_mark{display: none;  z-index: 999; background: #000;height:100vh; position:fixed; width: 100%;    top: 0px;left: 0px; opacity: 0.48; }
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot{  display: flex; align-items: center;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul{    margin-bottom: 15px; padding:0 2%; height: auto;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li{ margin-top: 15px!important; padding:unset !important;line-height: 32px; height: 32px;min-width: 64px;text-align: center; border-right:unset !important;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a{height: 32px;display: block;line-height: 32px;padding: 0 20px;border-radius: 30px; margin-right: 15px;border-radius: 30px;color:#666;background: #eee;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a:hover{background:#dedede;}
.searchform-slide{-webkit-animation: am-gn-searchform-slide 1s both; animation: am-gn-searchform-slide 1s both;}
.searchform-fade{-webkit-animation: am-searchform-fade 400ms both;animation: am-searchform-fade 400ms both;}
.ModuleSearchGiant.layout-108   .btnicon{margin: 0 auto;display:block;font-size: 18px;font-weight: bold;    padding: 10px;cursor: pointer;}
.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .bootstrap-select .btn:active{-webkit-box-shadow:unset;box-shadow:unset;}
.bootstrap-select.btn-group .dropdown-menu{ z-index: 9999 !important;}
.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .bootstrap-select .dropdown-toggle:focus{outline:none !important;}
  a:focus {outline:none !important;}

.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default{
    background-color:unset;
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before {
    transform: rotateZ(45deg);
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    background: #000;
    margin: 0;
    position: absolute;
    z-index: 0;
    top: 33%;
    right: 15px;
    
   
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transition: 0.3s ease 0s;
    height: 28px;
    background: #666;
    content: '';
    width: 2px;
    vertical-align: top;
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transform: rotateZ(-45deg);
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    position: relative;
    margin: 0 auto;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    background: none;
    opacity: 0;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-i {
    transition: 0.5s ease 0.5s;
    overflow: hidden;
    width: 30px;
    text-align: center;
    cursor: pointer;
    height: 59px;
    position: absolute;
    top:0;
    right: 0;

}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:after {
    transform:rotateZ(90deg);
}
@media (max-width: 767px) {
    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after{
        right: 20px;
      
    }
    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group{ padding:unset}

}

@-webkit-keyframes am-gn-searchform-slide {
	0% {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
		animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes am-gn-searchform-slide {
	0% {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
		animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes am-searchform-fade {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
		animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
	}

	100% {
		opacity: 1
	}
}

@keyframes am-searchform-fade {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
		animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
	}

	100% {
		opacity: 1
	}
}.module_115956368 .ModuleHead .HeadCenter{float:none;}
#module_115956368 {
padding:0px;
}
#module_115956368 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956368 .ModuleHead115956368 {
display:none;
}
#module_115956368 .BodyCenter.BodyCenter115956368 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956368 >.module_115956368 {
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_115956368 >.module_115956368{
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_115956368 .BodyCenter.BodyCenter115956368 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956368 .BodyCenter.BodyCenter115956368 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956368 >.module_115956368 {
margin-top:45.2381%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956368 >.module_115956368 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956368 >.module_115956368 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956368:hover {
border:none;
}
#module_115956368:hover >.module_115956368 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956368 .btnicon{font-size:22px;}
#module_115956368 .btnicon{font-family:;}
#module_115956368 .btnicon{color:rgb(38, 48, 54);}
#module_115956368 .btnicon{font-weight:normal;}
#module_115956368  .btnicon{text-decoration:none;}
#module_115956368 .btnicon{font-style:normal;}
#module_115956368 .btnicon{background-color:rgba(0, 0, 0, 0);}
#module_115956368 .btnicon{background-image:none;}
#module_115956368 .btnicon{background-repeat:no-repeat;}
#module_115956368 .btnicon{}
#module_115956368 .btnicon{}
#module_115956368 .btnicon{}
#module_115956368 .btnicon{text-align:right;}
#module_115956368 .search-hot ul li a{font-size:12px;}
#module_115956368 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_115956368 .search-hot ul li a{color:#666;}
#module_115956368 .search-hot ul li a{font-weight:normal;}
#module_115956368 .search-hot ul li a{text-decoration:none;}
#module_115956368 .search-hot ul li a{font-style:normal;}
#module_115956368 .search-hot ul li a{background-color:#eee;}
#module_115956368 .search-hot ul li a{}
#module_115956368  .btnicon:hover{background-color:rgba(0, 0, 0, 0);}
#module_115956368  .btnicon:hover{background-image:none;}
#module_115956368  .btnicon:hover{background-repeat:no-repeat;}
#module_115956368  .btnicon:hover{}
#module_115956368  .btnicon:hover{}
#module_115956368 .btnicon:hover{}
#module_115956368  .btnicon:hover{font-size:22px;}
#module_115956368 .ModuleSearchButton:hover{font-family:;}
#module_115956368  .btnicon:hover{color:rgb(7, 108, 236);}
#module_115956368  .btnicon:hover{font-weight:normal;}
#module_115956368  .btnicon:hover{text-decoration:none;}
#module_115956368  .btnicon:hover{font-style:normal;}
#module_115956368 .search-hot ul li:hover a{font-size:12px;}
#module_115956368 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_115956368 .search-hot ul li:hover a{color:#666;}
#module_115956368 .search-hot ul li:hover a{font-weight:normal;}
#module_115956368 .search-hot ul li:hover a{text-decoration:none;}
#module_115956368 .search-hot ul li:hover a{font-style:normal;}
#module_115956368 .search-hot ul li a:hover{background-color:#dedede;}
#module_115956368 .search-hot ul li a:hover{}

.ModuleGridContainer.ModuleGridContainer115956360 #Sub115956360_3 {width:3.2824000000000035%;}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-103 .slider-layout-103 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .scaleBigToSmall {-webkit-animation: scaleBigToSmall .9s linear; animation: scaleBigToSmall .9s linear;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .nextScalePage {-webkit-animation: nextScalePage .9s linear; animation: nextScalePage .9s linear;}
.ModuleSlideV2Giant.layout-103 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-103 .slide-box .swiperImg {width:100%;}
.ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-103 .slick-dots li {width: 12px; height: 12px; margin-left: unset; margin-right: 20px; padding: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dots li:last-child {margin-right: unset;}
.ModuleSlideV2Giant.layout-103 .slick-dots li button {width: 12px; height: 12px; padding: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dots li button:before {line-height: 12px; width: 12px; height: 12px; opacity: 1;}
.ModuleSlideV2Giant.layout-103 .slick-dots li:hover button:before {color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-dots li.slick-active button:before {color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-prev, .ModuleSlideV2Giant.layout-103 .slick-next {font-size: 0; z-index: 1; width: 30px; height: 70px; border-radius: 4px; background-color: rgba(0, 0, 0, .5); line-height: 70px;}
.ModuleSlideV2Giant.layout-103 .slick-prev {left: 20px; padding: 2px 2px 2px 0;}
.ModuleSlideV2Giant.layout-103 .slick-next {right: 20px; padding: 2px 0 2px 2px;}
.ModuleSlideV2Giant.layout-103 .slick-prev:before,
.ModuleSlideV2Giant.layout-103 .slick-next:before {content: unset;}
.ModuleSlideV2Giant.layout-103 .icon-leftMenu {color: #fff; font-size: 16px; display: inline-block;}
.ModuleSlideV2Giant.layout-103 .slick-prev .icon-leftMenu {transform: rotateY(180deg);}
.ModuleSlideV2Giant.layout-103 .slick-prev div, .ModuleSlideV2Giant.layout-103 .slick-next div {width: 100px; height: 100%; position: relative; display: none;}
.ModuleSlideV2Giant.layout-103 .slick-prev div {float: right;}
.ModuleSlideV2Giant.layout-103 .slick-next div {float: left;}
.ModuleSlideV2Giant.layout-103 .slick-prev img, .ModuleSlideV2Giant.layout-103 .slick-next img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.ModuleSlideV2Giant.layout-103 .slick-prev:hover,
.ModuleSlideV2Giant.layout-103 .slick-next:hover{width: 130px; background-color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-prev:hover div,
.ModuleSlideV2Giant.layout-103 .slick-next:hover div {display: inline-block;}
.ModuleSlideV2Giant.layout-103 .slide-box video{
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}
@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 6%;}
    .ModuleSlideV2Giant.layout-103 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next {right:2.5%;}
}

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

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

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li {width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li button {width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li button:before {line-height: 9px; width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev, .ModuleSlideV2Giant.layout-103 .slick-next {display: none !important;}
}.module_118191604 .ModuleHead .HeadCenter{float:none;}
#module_118191604 {
padding:0px;
}
#module_118191604 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_118191604 .ModuleHead118191604 {
display:none;
}
#module_118191604 .BodyCenter.BodyCenter118191604 {
background:none;background-color:rgba(0,0,0,0);
}
#module_118191604 >.module_118191604 {
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_118191604 >.module_118191604{
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_118191604 .BodyCenter.BodyCenter118191604 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_118191604 .BodyCenter.BodyCenter118191604 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_118191604 >.module_118191604 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_118191604 >.module_118191604 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_118191604 >.module_118191604 {box-shadow: 0px 0px 0px 0px #ccc}
#module_118191604:hover {
border:none;
}
#module_118191604:hover >.module_118191604 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_118191604 .slick-dots li button:before{color:rgba(25, 118, 210, .3);}
#module_118191604 .slick-prev .icon-leftMenu, #module_118191604 .slick-next .icon-leftMenu{color:#fff;}
#module_118191604 .slick-prev, #module_118191604 .slick-next {background-color:rgba(25, 118, 210, .5);}
#module_118191604 .slick-dots li:hover button:before, #module_118191604 .slick-dots li.slick-active button:before{color:rgba(25, 118, 210, 1);}
#module_118191604 .slick-prev:hover .icon-leftMenu, #module_118191604 .slick-next:hover .icon-leftMenu{color:#fff;}
#module_118191604 .slick-prev:hover, #module_118191604 .slick-next:hover {background-color:rgba(25, 118, 210, 1);}
/*图文模块 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; position: relative;}.module_118191609 .ModuleHead .HeadCenter{float:none;}
#module_118191609 {
padding:0px;
}
#module_118191609 {
position:absolute;
z-index:99;
top:28%;
left:19%;
width:66%;
height:33%;
}
#module_118191609 .ModuleHead118191609 {
display:none;
}
#module_118191609 .BodyCenter.BodyCenter118191609 {
background:none;background-color:rgba(24, 62, 124, 0.73);
}
#module_118191609 >.module_118191609 {
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_118191609 >.module_118191609{
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_118191609 .BodyCenter.BodyCenter118191609 {
padding-top:3.4091%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5758%;
}
}
@media screen and (max-width: 767px){
#module_118191609 .BodyCenter.BodyCenter118191609 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_118191609 >.module_118191609 {
margin-top:4.2929%;
margin-left:0.0000%;
margin-right:3.6675%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_118191609 >.module_118191609 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_118191609 >.module_118191609 {box-shadow: 0px 0px 0px 0px #ccc}
#module_118191609:hover {
border:none;
}
#module_118191609:hover >.module_118191609 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_118191609 .ModuleImageTextGiantContent{margin-top:0px;}
#module_118191609 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_118191609 .ModuleImageTextGiantContent{margin-left:0px;}
#module_118191609 .ModuleImageTextGiantContent{margin-right:0px;}
#module_118191609 .imageTextGiant-Container{padding-top:10px;}
#module_118191609 .imageTextGiant-Container{padding-bottom:10px;}
#module_118191609 .imageTextGiant-Container{padding-left:10px;}
#module_118191609 .imageTextGiant-Container{padding-right:10px;}
#module_118191609 .showHandle .btn{font-size:14px;}
#module_118191609 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_118191609 .showHandle .btn{color:#333;}
#module_118191609 .showHandle .btn{font-weight:400;}
#module_118191609 .showHandle .btn{text-decoration:none;}
#module_118191609 .showHandle .btn{font-style:normal;}
#module_118191609 .showHandle div{border-top-color:#ddd !important;}
#module_118191609 .showHandle div{border-top-style:solid !important;}
#module_118191609 .showHandle div{border-top-width:1px !important;}
#module_118191609 .showHandle{background-color:transparent;}
#module_118191609 .showHandle{background-image:none;}
#module_118191609 .showHandle{background-repeat:no-repeat;}
#module_118191609 .showHandle{}
#module_118191609 .showHandle{}
#module_118191609 .showHandle{}
#module_118191609 a{font-size:unset;font-family:unset}
.module_118191635 .ModuleHead .HeadCenter{float:none;}
#module_118191635 {
padding:0px;
}
#module_118191635 {
position:absolute;
z-index:99;
top:25%;
left:7%;
width:91%;
height:37%;
}
#module_118191635 .ModuleHead118191635 {
display:none;
}
#module_118191635 .BodyCenter.BodyCenter118191635 {
background:none;background-color:rgba(24, 62, 124, 0.73);
}
#module_118191635 >.module_118191635 {
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_118191635 >.module_118191635{
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_118191635 .BodyCenter.BodyCenter118191635 {
padding-top:3.4091%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5758%;
}
}
@media screen and (max-width: 767px){
#module_118191635 .BodyCenter.BodyCenter118191635 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_118191635 >.module_118191635 {
margin-top:4.2926%;
margin-left:3.1934%;
margin-right:9.0500%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_118191635 >.module_118191635 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_118191635 >.module_118191635 {box-shadow: 0px 0px 0px 0px #ccc}
#module_118191635:hover {
border:none;
}
#module_118191635:hover >.module_118191635 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_118191635 .ModuleImageTextGiantContent{margin-top:0px;}
#module_118191635 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_118191635 .ModuleImageTextGiantContent{margin-left:0px;}
#module_118191635 .ModuleImageTextGiantContent{margin-right:0px;}
#module_118191635 .imageTextGiant-Container{padding-top:10px;}
#module_118191635 .imageTextGiant-Container{padding-bottom:10px;}
#module_118191635 .imageTextGiant-Container{padding-left:10px;}
#module_118191635 .imageTextGiant-Container{padding-right:10px;}
#module_118191635 .showHandle .btn{font-size:14px;}
#module_118191635 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_118191635 .showHandle .btn{color:#333;}
#module_118191635 .showHandle .btn{font-weight:400;}
#module_118191635 .showHandle .btn{text-decoration:none;}
#module_118191635 .showHandle .btn{font-style:normal;}
#module_118191635 .showHandle div{border-top-color:#ddd !important;}
#module_118191635 .showHandle div{border-top-style:solid !important;}
#module_118191635 .showHandle div{border-top-width:1px !important;}
#module_118191635 .showHandle{background-color:transparent;}
#module_118191635 .showHandle{background-image:none;}
#module_118191635 .showHandle{background-repeat:no-repeat;}
#module_118191635 .showHandle{}
#module_118191635 .showHandle{}
#module_118191635 .showHandle{}
#module_118191635 a{font-size:unset;font-family:unset}
.module_118191638 .ModuleHead .HeadCenter{float:none;}
#module_118191638 {
padding:0px;
}
#module_118191638 {
position:absolute;
z-index:99;
top:28%;
left:2%;
width:100%;
height:51%;
}
#module_118191638 .ModuleHead118191638 {
display:none;
}
#module_118191638 .BodyCenter.BodyCenter118191638 {
background:none;background-color:rgba(24, 62, 124, 0.73);
}
#module_118191638 >.module_118191638 {
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_118191638 >.module_118191638{
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_118191638 .BodyCenter.BodyCenter118191638 {
padding-top:3.4091%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5758%;
}
}
@media screen and (max-width: 767px){
#module_118191638 .BodyCenter.BodyCenter118191638 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_118191638 >.module_118191638 {
margin-top:0.0000%;
margin-left:9.9230%;
margin-right:4.7249%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_118191638 >.module_118191638 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_118191638 >.module_118191638 {box-shadow: 0px 0px 0px 0px #ccc}
#module_118191638:hover {
border:none;
}
#module_118191638:hover >.module_118191638 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_118191638 .ModuleImageTextGiantContent{margin-top:0px;}
#module_118191638 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_118191638 .ModuleImageTextGiantContent{margin-left:0px;}
#module_118191638 .ModuleImageTextGiantContent{margin-right:0px;}
#module_118191638 .imageTextGiant-Container{padding-top:10px;}
#module_118191638 .imageTextGiant-Container{padding-bottom:10px;}
#module_118191638 .imageTextGiant-Container{padding-left:10px;}
#module_118191638 .imageTextGiant-Container{padding-right:10px;}
#module_118191638 .showHandle .btn{font-size:14px;}
#module_118191638 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_118191638 .showHandle .btn{color:#333;}
#module_118191638 .showHandle .btn{font-weight:400;}
#module_118191638 .showHandle .btn{text-decoration:none;}
#module_118191638 .showHandle .btn{font-style:normal;}
#module_118191638 .showHandle div{border-top-color:#ddd !important;}
#module_118191638 .showHandle div{border-top-style:solid !important;}
#module_118191638 .showHandle div{border-top-width:1px !important;}
#module_118191638 .showHandle{background-color:transparent;}
#module_118191638 .showHandle{background-image:none;}
#module_118191638 .showHandle{background-repeat:no-repeat;}
#module_118191638 .showHandle{}
#module_118191638 .showHandle{}
#module_118191638 .showHandle{}
#module_118191638 a{font-size:unset;font-family:unset}
#module_118191604 .SubContainer {}
.module_115956371 .ModuleHead .HeadCenter{float:none;}
#module_115956371 {
padding:0px;
}
#module_115956371 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956371 .ModuleHead115956371 {
display:none;
}
#module_115956371 .BodyCenter.BodyCenter115956371 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956371 >.module_115956371 {
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_115956371 >.module_115956371{
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_115956371 .BodyCenter.BodyCenter115956371 {
padding-top:0.0000%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956371 .BodyCenter.BodyCenter115956371 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956371 >.module_115956371 {
margin-top:0.4184%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956371 >.module_115956371 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956371 >.module_115956371 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956371:hover {
border:none;
}
#module_115956371:hover >.module_115956371 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956371 .ModuleSubContainer{background-color:transparent;}
#module_115956371 .ModuleSubContainer{background-image:none;}
#module_115956371 .ModuleSubContainer{background-repeat:no-repeat;}
#module_115956371 .ModuleSubContainer{background-position:0% 0%;}
#module_115956371 .ModuleSubContainer{background-attachment:scroll;}
#module_115956371 .ModuleSubContainer{}
#module_115956371 {!bgVideo!}{bgVideoUrl:}
#module_115956371 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_115956371 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_115956371 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer115956371 {max-width:1280px;width:auto;}
.ModuleGridContainer.ModuleGridContainer115956371 .SubPadding {width:0px;}
.module_115956372 .ModuleHead .HeadCenter{float:none;}
#module_115956372 {
padding:0px;
}
#module_115956372 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956372 .ModuleHead115956372 {
display:none;
}
#module_115956372 .BodyCenter.BodyCenter115956372 {
background:none;background-color:rgb(246, 246, 246);
}
#module_115956372 >.module_115956372 {
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_115956372 >.module_115956372{
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_115956372 .BodyCenter.BodyCenter115956372 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_115956372 .BodyCenter.BodyCenter115956372 {
padding-top:8.1744%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:21.7984%;
}
}
@media screen and (min-width: 768px){
#module_115956372 >.module_115956372 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_115956372 >.module_115956372 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956372 >.module_115956372 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956372:hover {
border:none;
}
#module_115956372:hover >.module_115956372 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956372 .ModuleImageTextGiantContent{margin-top:0px;}
#module_115956372 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_115956372 .ModuleImageTextGiantContent{margin-left:0px;}
#module_115956372 .ModuleImageTextGiantContent{margin-right:10px;}
#module_115956372 .imageTextGiant-Container{padding-top:10px;}
#module_115956372 .imageTextGiant-Container{padding-bottom:10px;}
#module_115956372 .imageTextGiant-Container{padding-left:10px;}
#module_115956372 .imageTextGiant-Container{padding-right:10px;}
#module_115956372 .showHandle .btn{font-size:px;}
#module_115956372 .showHandle .btn{font-family:;}
#module_115956372 .showHandle .btn{color:;}
#module_115956372 .showHandle .btn{}
#module_115956372 .showHandle .btn{}
#module_115956372 .showHandle .btn{}
#module_115956372 .showHandle div{border-top-color: !important;}
#module_115956372 .showHandle div{border-top-style: !important;}
#module_115956372 .showHandle div{border-top-width:px !important;}
#module_115956372 .showHandle{background-color:;}
#module_115956372 .showHandle{}
#module_115956372 .showHandle{}
#module_115956372 .showHandle{}
#module_115956372 .showHandle{}
#module_115956372 .showHandle{}
#module_115956372 a{font-size:unset;font-family:unset}

.ModuleButtonGiant.layout-106 .moduleButton{
    background-color: #1e88e5;
    font-size: 14px;
    height: 50px;
    width:180px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    border-radius:5px;
    cursor: pointer;
    overflow: hidden;
	max-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-grid;
    outline: 0;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-106 .buttonbox{
	display: flex;
    justify-content: center;
    align-items: center;
}
.ModuleButtonGiant.layout-106 .buttonbox > span{
	display:inline-flex;
}
.ModuleButtonGiant.layout-106 .moduleButton:hover{
    color:#fff;
}
.ModuleButtonGiant.layout-106 .moduleButton:hover:before{
    background: #1976d2;
}
.ModuleButtonGiant.layout-106 .moduleButton.hvr-sweep-to-right:before,.ModuleButtonGiant.layout-106 .moduleButton.hvr-sweep-to-top:before,.ModuleButtonGiant.layout-106 .moduleButton.Radial-Out:before,.ModuleButtonGiant.layout-106 .moduleButton.RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-106 .moduleButton.Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-106 .moduleButton.Shutter-Out-Vertical:before{
    background: #1976d2
}
.ModuleButtonGiant.layout-106 .BreadsvgIcon{
    flex-direction: column;
    justify-content: center;
}
.ModuleButtonGiant.layout-106 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-106 .BreadIcon{
    font-size: 16px;
}
.ModuleButtonGiant.layout-106 .share{ display: flex;}
.ModuleButtonGiant.layout-106  .horizontal{display: none;}
.ModuleButtonGiant.layout-106  .verticalshare{ overflow:auto !important; position: relative;}.module_115956373 .ModuleHead .HeadCenter{float:none;}
#module_115956373 {
padding:0px;
}
#module_115956373 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956373 .ModuleHead115956373 {
display:none;
}
#module_115956373 .BodyCenter.BodyCenter115956373 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956373 >.module_115956373 {
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_115956373 >.module_115956373{
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_115956373 .BodyCenter.BodyCenter115956373 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956373 .BodyCenter.BodyCenter115956373 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_115956373 >.module_115956373 {
margin-top:-11.8053%;
margin-left:4.9680%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956373 >.module_115956373 {
margin-top:-27.2480%;
margin-left:5.4496%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956373 >.module_115956373 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956373:hover {
border:none;
}
#module_115956373:hover >.module_115956373 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956373 .BodyCenter{text-align:left;}
#module_115956373 .moduleButton{font-size:14px;}
#module_115956373 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_115956373 .moduleButton{color:#fff;}
#module_115956373 .moduleButton{font-weight:normal;}
#module_115956373 .moduleButton{text-decoration:none;}
#module_115956373 .moduleButton{font-style:normal;}
#module_115956373 .moduleButton, #module_115956373 .moduleButton:before{background-color:rgb(7, 108, 236);}
#module_115956373 .moduleButton, #module_115956373 .moduleButton:before{}
#module_115956373 .moduleButton, #module_115956373 .moduleButton:before{}
#module_115956373 .moduleButton, #module_115956373 .moduleButton:before{}
#module_115956373 .moduleButton, #module_115956373 .moduleButton:before{}
#module_115956373 .moduleButton, #module_115956373 .moduleButton:before{}
#module_115956373 .moduleButton{border-color:#000;}
#module_115956373 .moduleButton{border-style:solid;}
#module_115956373 .moduleButton{border-width:0px;}
#module_115956373 .moduleButton{width:160px;}
#module_115956373 .moduleButton,#module_115956373 .BreadsvgIcon{height:50px;line-height:1.5;}
#module_115956373 .BodyCenter{color:#fff;}
#module_115956373 .moduleButton{border-top-left-radius:4px;}
#module_115956373 .moduleButton{border-top-right-radius:5px;}
#module_115956373 .moduleButton{border-bottom-left-radius:4px;}
#module_115956373 .moduleButton{border-bottom-right-radius:5px;}
#module_115956373 .BreadIcon{font-size:px;} #module_115956373 .BreadsvgIcon svg{width:px;height:px;}
#module_115956373 .BreadIcon{color:;} #module_115956373 .BreadsvgIcon svg>*{fill:;}
#module_115956373 .BreadIcon,#module_115956373 .BreadsvgIcon{margin-left:px;}
#module_115956373 .BreadIcon,#module_115956373 .BreadsvgIcon{margin-right:px;}
#module_115956373 .moduleButton{box-shadow:;}
#module_115956373 .moduleButton:hover .BreadIcon{font-size:px;} #module_115956373 .moduleButton:hover .BreadsvgIcon svg{width:px;height:px;}
#module_115956373 .moduleButton:hover .BreadIcon{color:} #module_115956373 .moduleButton:hover .BreadsvgIcon svg>*{fill:;}
#module_115956373 .moduleButton:hover{font-size:14px;}
#module_115956373 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_115956373 .moduleButton:hover{color:#fff;}
#module_115956373 .moduleButton:hover{font-weight:normal;}
#module_115956373 .moduleButton:hover{text-decoration:none;}
#module_115956373 .moduleButton:hover{font-style:normal;}
#module_115956373 .moduleButton:hover, #module_115956373 .moduleButton:hover:before{background-image: unset;background-color:rgb(53, 142, 255);}
#module_115956373 .moduleButton:hover, #module_115956373 .moduleButton:hover:before{}
#module_115956373 .moduleButton:hover, #module_115956373 .moduleButton:hover:before{}
#module_115956373 .moduleButton:hover, #module_115956373 .moduleButton:hover:before{}
#module_115956373 .moduleButton:hover, #module_115956373 .moduleButton:hover:before{}
#module_115956373 .moduleButton:hover, #module_115956373 .moduleButton:hover:before{}
#module_115956373 .moduleButton:hover{border-color:transparent;}
#module_115956373 .moduleButton:hover{border-style:solid;}
#module_115956373 .moduleButton:hover{border-width:0px;}
#module_115956373 .moduleButton:hover{box-shadow:;}

.module_115957994 .ModuleHead .HeadCenter{float:none;}
#module_115957994 {
padding:0px;
}
#module_115957994 {
position:static;
z-index:0;
top:108px;
left:183px;
width:100%;
height: auto;
}
#module_115957994 .ModuleHead115957994 {
display:none;
}
#module_115957994 .BodyCenter.BodyCenter115957994 {
background-color:transparent;
background-image:url(/comdata/103607/202010/20201012155754bbd9a0.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:100% 50%;
background-Attachment:scroll;
}
#module_115957994 >.module_115957994 {
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_115957994 >.module_115957994{
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_115957994 .BodyCenter.BodyCenter115957994 {
padding-top:3.8554%;
padding-left:4.8193%;
padding-right:30.1205%;
padding-bottom:14.5783%;
}
}
@media screen and (max-width: 767px){
#module_115957994 .BodyCenter.BodyCenter115957994 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:27.2480%;
}
}
@media screen and (min-width: 768px){
#module_115957994 >.module_115957994 {
margin-top:6.3950%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115957994 >.module_115957994 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115957994 >.module_115957994 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115957994:hover {
border:none;
}
#module_115957994:hover >.module_115957994 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115957994 .ModuleImageTextGiantContent{margin-top:0px;}
#module_115957994 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_115957994 .ModuleImageTextGiantContent{margin-left:0px;}
#module_115957994 .ModuleImageTextGiantContent{margin-right:10px;}
#module_115957994 .imageTextGiant-Container{padding-top:10px;}
#module_115957994 .imageTextGiant-Container{padding-bottom:10px;}
#module_115957994 .imageTextGiant-Container{padding-left:10px;}
#module_115957994 .imageTextGiant-Container{padding-right:10px;}
#module_115957994 .showHandle .btn{font-size:14px;}
#module_115957994 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_115957994 .showHandle .btn{color:#333;}
#module_115957994 .showHandle .btn{font-weight:400;}
#module_115957994 .showHandle .btn{text-decoration:none;}
#module_115957994 .showHandle .btn{font-style:normal;}
#module_115957994 .showHandle div{border-top-color:#ddd !important;}
#module_115957994 .showHandle div{border-top-style:solid !important;}
#module_115957994 .showHandle div{border-top-width:1px !important;}
#module_115957994 .showHandle{background-color:transparent;}
#module_115957994 .showHandle{background-image:none;}
#module_115957994 .showHandle{background-repeat:no-repeat;}
#module_115957994 .showHandle{}
#module_115957994 .showHandle{}
#module_115957994 .showHandle{}
#module_115957994 a{font-size:unset;font-family:unset}
.module_115957998 .ModuleHead .HeadCenter{float:none;}
#module_115957998 {
padding:0px;
}
#module_115957998 {
position:static;
z-index:0;
top:644px;
left:0px;
width:100%;
height: auto;
}
#module_115957998 .ModuleHead115957998 {
display:none;
}
#module_115957998 .BodyCenter.BodyCenter115957998 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115957998 >.module_115957998 {
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_115957998 >.module_115957998{
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_115957998 .BodyCenter.BodyCenter115957998 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115957998 .BodyCenter.BodyCenter115957998 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_115957998 >.module_115957998 {
margin-top:-11.8053%;
margin-left:4.9680%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115957998 >.module_115957998 {
margin-top:-27.2480%;
margin-left:5.4496%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115957998 >.module_115957998 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115957998:hover {
border:none;
}
#module_115957998:hover >.module_115957998 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115957998 .BodyCenter{text-align:left;}
#module_115957998 .moduleButton{font-size:14px;}
#module_115957998 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_115957998 .moduleButton{color:#fff;}
#module_115957998 .moduleButton{font-weight:normal;}
#module_115957998 .moduleButton{text-decoration:none;}
#module_115957998 .moduleButton{font-style:normal;}
#module_115957998 .moduleButton, #module_115957998 .moduleButton:before{background-color:rgb(44, 97, 200);}
#module_115957998 .moduleButton, #module_115957998 .moduleButton:before{}
#module_115957998 .moduleButton, #module_115957998 .moduleButton:before{}
#module_115957998 .moduleButton, #module_115957998 .moduleButton:before{}
#module_115957998 .moduleButton, #module_115957998 .moduleButton:before{}
#module_115957998 .moduleButton, #module_115957998 .moduleButton:before{}
#module_115957998 .moduleButton{border-color:#000;}
#module_115957998 .moduleButton{border-style:solid;}
#module_115957998 .moduleButton{border-width:0px;}
#module_115957998 .moduleButton{width:160px;}
#module_115957998 .moduleButton,#module_115957998 .BreadsvgIcon{height:50px;line-height:1.5;}
#module_115957998 .BodyCenter{color:#fff;}
#module_115957998 .moduleButton{border-top-left-radius:4px;}
#module_115957998 .moduleButton{border-top-right-radius:5px;}
#module_115957998 .moduleButton{border-bottom-left-radius:4px;}
#module_115957998 .moduleButton{border-bottom-right-radius:5px;}
#module_115957998 .BreadIcon{font-size:px;} #module_115957998 .BreadsvgIcon svg{width:px;height:px;}
#module_115957998 .BreadIcon{color:;} #module_115957998 .BreadsvgIcon svg>*{fill:;}
#module_115957998 .BreadIcon,#module_115957998 .BreadsvgIcon{margin-left:px;}
#module_115957998 .BreadIcon,#module_115957998 .BreadsvgIcon{margin-right:px;}
#module_115957998 .moduleButton{box-shadow:;}
#module_115957998 .moduleButton:hover .BreadIcon{font-size:px;} #module_115957998 .moduleButton:hover .BreadsvgIcon svg{width:px;height:px;}
#module_115957998 .moduleButton:hover .BreadIcon{color:} #module_115957998 .moduleButton:hover .BreadsvgIcon svg>*{fill:;}
#module_115957998 .moduleButton:hover{font-size:14px;}
#module_115957998 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_115957998 .moduleButton:hover{color:#fff;}
#module_115957998 .moduleButton:hover{font-weight:normal;}
#module_115957998 .moduleButton:hover{text-decoration:none;}
#module_115957998 .moduleButton:hover{font-style:normal;}
#module_115957998 .moduleButton:hover, #module_115957998 .moduleButton:hover:before{background-image: unset;background-color:rgb(7, 108, 236);}
#module_115957998 .moduleButton:hover, #module_115957998 .moduleButton:hover:before{}
#module_115957998 .moduleButton:hover, #module_115957998 .moduleButton:hover:before{}
#module_115957998 .moduleButton:hover, #module_115957998 .moduleButton:hover:before{}
#module_115957998 .moduleButton:hover, #module_115957998 .moduleButton:hover:before{}
#module_115957998 .moduleButton:hover, #module_115957998 .moduleButton:hover:before{}
#module_115957998 .moduleButton:hover{border-color:transparent;}
#module_115957998 .moduleButton:hover{border-style:solid;}
#module_115957998 .moduleButton:hover{border-width:0px;}
#module_115957998 .moduleButton:hover{box-shadow:;}

.ModuleGridContainer.ModuleGridContainer115956371 #Sub115956371_1 {width:64.8438%;}
.module_115956374 .ModuleHead .HeadCenter{float:none;}
#module_115956374 {
padding:0px;
}
#module_115956374 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956374 .ModuleHead115956374 {
display:none;
}
#module_115956374 .BodyCenter.BodyCenter115956374 {
background:none;background-color:rgb(21, 63, 143);
}
#module_115956374 >.module_115956374 {
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_115956374 >.module_115956374{
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_115956374 .BodyCenter.BodyCenter115956374 {
padding-top:8.9087%;
padding-left:8.9087%;
padding-right:11.1359%;
padding-bottom:9.3541%;
}
}
@media screen and (max-width: 767px){
#module_115956374 .BodyCenter.BodyCenter115956374 {
padding-top:10.8992%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:13.6240%;
}
}
@media screen and (min-width: 768px){
#module_115956374 >.module_115956374 {
margin-top:12.0233%;
margin-left:4.8998%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956374 >.module_115956374 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956374 >.module_115956374 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956374:hover {
border:none;
}
#module_115956374:hover >.module_115956374 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956374 .ModuleImageTextGiantContent{margin-top:0px;}
#module_115956374 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_115956374 .ModuleImageTextGiantContent{margin-left:0px;}
#module_115956374 .ModuleImageTextGiantContent{margin-right:10px;}
#module_115956374 .imageTextGiant-Container{padding-top:10px;}
#module_115956374 .imageTextGiant-Container{padding-bottom:10px;}
#module_115956374 .imageTextGiant-Container{padding-left:10px;}
#module_115956374 .imageTextGiant-Container{padding-right:10px;}
#module_115956374 .showHandle .btn{font-size:14px;}
#module_115956374 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_115956374 .showHandle .btn{color:#333;}
#module_115956374 .showHandle .btn{font-weight:400;}
#module_115956374 .showHandle .btn{text-decoration:none;}
#module_115956374 .showHandle .btn{font-style:normal;}
#module_115956374 .showHandle div{border-top-color:#ddd !important;}
#module_115956374 .showHandle div{border-top-style:solid !important;}
#module_115956374 .showHandle div{border-top-width:1px !important;}
#module_115956374 .showHandle{background-color:transparent;}
#module_115956374 .showHandle{background-image:none;}
#module_115956374 .showHandle{background-repeat:no-repeat;}
#module_115956374 .showHandle{}
#module_115956374 .showHandle{}
#module_115956374 .showHandle{}
#module_115956374 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer115956371 #Sub115956371_2 {width:35.156200000000005%;}
.module_133560661 .ModuleHead .HeadCenter{float:none;}
#module_133560661 {
padding:0px;
}
#module_133560661 {
position:static;
z-index:0;
top:283px;
left:359px;
width:100%;
height: auto;
}
#module_133560661 .ModuleHead133560661 {
display:none;
}
#module_133560661 .BodyCenter.BodyCenter133560661 {
background:none;background-color:rgba(0,0,0,0);
}
#module_133560661 >.module_133560661 {
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_133560661 >.module_133560661{
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_133560661 .BodyCenter.BodyCenter133560661 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_133560661 .BodyCenter.BodyCenter133560661 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_133560661 >.module_133560661 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_133560661 >.module_133560661 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_133560661 >.module_133560661 {box-shadow: 0px 0px 0px 0px #ccc}
#module_133560661:hover {
border:none;
}
#module_133560661:hover >.module_133560661 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_133560661 .slick-dots li button:before{color:rgba(19, 157, 143, .3);}
#module_133560661 .slick-prev .icon-leftMenu, #module_133560661 .slick-next .icon-leftMenu{color:#fff;}
#module_133560661 .slick-prev, #module_133560661 .slick-next {background-color:rgba(0, 0, 0, 0.47);}
#module_133560661 .slick-dots li:hover button:before, #module_133560661 .slick-dots li.slick-active button:before{color:rgba(19, 157, 143, 1);}
#module_133560661 .slick-prev:hover .icon-leftMenu, #module_133560661 .slick-next:hover .icon-leftMenu{color:#fff;}
#module_133560661 .slick-prev:hover, #module_133560661 .slick-next:hover {background-color:rgba(24, 62, 124, 0.78);}
.module_156378654 .ModuleHead .HeadCenter{float:none;}
#module_156378654 {
padding:0px;
}
#module_156378654 {
position:absolute;
z-index:100;
top:90%;
left:0%;
width:100%;
height:6409%;
}
#module_156378654 .ModuleHead156378654 {
display:none;
}
#module_156378654 .BodyCenter.BodyCenter156378654 {
background:none;background-color:rgba(24, 62, 124, 0.73);
}
#module_156378654 >.module_156378654 {
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_156378654 >.module_156378654{
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_156378654 .BodyCenter.BodyCenter156378654 {
padding-top:3.4091%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5758%;
}
}
@media screen and (max-width: 767px){
#module_156378654 .BodyCenter.BodyCenter156378654 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_156378654 >.module_156378654 {
margin-top:4.2929%;
margin-left:0.0000%;
margin-right:3.6675%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_156378654 >.module_156378654 {
margin-top:13.6986%;
margin-left:5.4795%;
margin-right:5.4795%;
margin-bottom:0.0000%;
}
}
#module_156378654 >.module_156378654 {box-shadow: 0px 0px 0px 0px #ccc}
#module_156378654:hover {
border:none;
}
#module_156378654:hover >.module_156378654 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_156378654 .ModuleImageTextGiantContent{margin-top:0px;}
#module_156378654 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_156378654 .ModuleImageTextGiantContent{margin-left:0px;}
#module_156378654 .ModuleImageTextGiantContent{margin-right:0px;}
#module_156378654 .imageTextGiant-Container{padding-top:10px;}
#module_156378654 .imageTextGiant-Container{padding-bottom:10px;}
#module_156378654 .imageTextGiant-Container{padding-left:10px;}
#module_156378654 .imageTextGiant-Container{padding-right:10px;}
#module_156378654 .showHandle .btn{font-size:14px;}
#module_156378654 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_156378654 .showHandle .btn{color:#333;}
#module_156378654 .showHandle .btn{font-weight:400;}
#module_156378654 .showHandle .btn{text-decoration:none;}
#module_156378654 .showHandle .btn{font-style:normal;}
#module_156378654 .showHandle div{border-top-color:#ddd !important;}
#module_156378654 .showHandle div{border-top-style:solid !important;}
#module_156378654 .showHandle div{border-top-width:1px !important;}
#module_156378654 .showHandle{background-color:transparent;}
#module_156378654 .showHandle{background-image:none;}
#module_156378654 .showHandle{background-repeat:no-repeat;}
#module_156378654 .showHandle{}
#module_156378654 .showHandle{}
#module_156378654 .showHandle{}
#module_156378654 a{font-size:unset;font-family:unset}
.module_133560663 .ModuleHead .HeadCenter{float:none;}
#module_133560663 {
padding:0px;
}
#module_133560663 {
position:absolute;
z-index:99;
top:0%;
left:0%;
width:100%;
height:129%;
}
#module_133560663 .ModuleHead133560663 {
display:none;
}
#module_133560663 .BodyCenter.BodyCenter133560663 {
background:none;background-color:rgba(24, 62, 124, 0.73);
}
#module_133560663 >.module_133560663 {
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_133560663 >.module_133560663{
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_133560663 .BodyCenter.BodyCenter133560663 {
padding-top:3.4091%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5758%;
}
}
@media screen and (max-width: 767px){
#module_133560663 .BodyCenter.BodyCenter133560663 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_133560663 >.module_133560663 {
margin-top:4.2926%;
margin-left:3.1934%;
margin-right:9.0500%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_133560663 >.module_133560663 {
margin-top:13.6986%;
margin-left:5.4795%;
margin-right:5.4795%;
margin-bottom:0.0000%;
}
}
#module_133560663 >.module_133560663 {box-shadow: 0px 0px 0px 0px #ccc}
#module_133560663:hover {
border:none;
}
#module_133560663:hover >.module_133560663 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_133560663 .ModuleImageTextGiantContent{margin-top:0px;}
#module_133560663 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_133560663 .ModuleImageTextGiantContent{margin-left:0px;}
#module_133560663 .ModuleImageTextGiantContent{margin-right:0px;}
#module_133560663 .imageTextGiant-Container{padding-top:10px;}
#module_133560663 .imageTextGiant-Container{padding-bottom:10px;}
#module_133560663 .imageTextGiant-Container{padding-left:10px;}
#module_133560663 .imageTextGiant-Container{padding-right:10px;}
#module_133560663 .showHandle .btn{font-size:14px;}
#module_133560663 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_133560663 .showHandle .btn{color:#333;}
#module_133560663 .showHandle .btn{font-weight:400;}
#module_133560663 .showHandle .btn{text-decoration:none;}
#module_133560663 .showHandle .btn{font-style:normal;}
#module_133560663 .showHandle div{border-top-color:#ddd !important;}
#module_133560663 .showHandle div{border-top-style:solid !important;}
#module_133560663 .showHandle div{border-top-width:1px !important;}
#module_133560663 .showHandle{background-color:transparent;}
#module_133560663 .showHandle{background-image:none;}
#module_133560663 .showHandle{background-repeat:no-repeat;}
#module_133560663 .showHandle{}
#module_133560663 .showHandle{}
#module_133560663 .showHandle{}
#module_133560663 a{font-size:unset;font-family:unset}
.module_133560664 .ModuleHead .HeadCenter{float:none;}
#module_133560664 {
padding:0px;
}
#module_133560664 {
position:absolute;
z-index:99;
top:0%;
left:0%;
width:100%;
height:125%;
}
#module_133560664 .ModuleHead133560664 {
display:none;
}
#module_133560664 .BodyCenter.BodyCenter133560664 {
background:none;background-color:rgba(24, 62, 124, 0.73);
}
#module_133560664 >.module_133560664 {
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_133560664 >.module_133560664{
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_133560664 .BodyCenter.BodyCenter133560664 {
padding-top:3.4091%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5758%;
}
}
@media screen and (max-width: 767px){
#module_133560664 .BodyCenter.BodyCenter133560664 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_133560664 >.module_133560664 {
margin-top:0.0000%;
margin-left:9.9230%;
margin-right:4.7249%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_133560664 >.module_133560664 {
margin-top:8.8816%;
margin-left:2.9605%;
margin-right:1.6447%;
margin-bottom:0.0000%;
}
}
#module_133560664 >.module_133560664 {box-shadow: 0px 0px 0px 0px #ccc}
#module_133560664:hover {
border:none;
}
#module_133560664:hover >.module_133560664 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_133560664 .ModuleImageTextGiantContent{margin-top:0px;}
#module_133560664 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_133560664 .ModuleImageTextGiantContent{margin-left:0px;}
#module_133560664 .ModuleImageTextGiantContent{margin-right:0px;}
#module_133560664 .imageTextGiant-Container{padding-top:10px;}
#module_133560664 .imageTextGiant-Container{padding-bottom:10px;}
#module_133560664 .imageTextGiant-Container{padding-left:10px;}
#module_133560664 .imageTextGiant-Container{padding-right:10px;}
#module_133560664 .showHandle .btn{font-size:14px;}
#module_133560664 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_133560664 .showHandle .btn{color:#333;}
#module_133560664 .showHandle .btn{font-weight:400;}
#module_133560664 .showHandle .btn{text-decoration:none;}
#module_133560664 .showHandle .btn{font-style:normal;}
#module_133560664 .showHandle div{border-top-color:#ddd !important;}
#module_133560664 .showHandle div{border-top-style:solid !important;}
#module_133560664 .showHandle div{border-top-width:1px !important;}
#module_133560664 .showHandle{background-color:transparent;}
#module_133560664 .showHandle{background-image:none;}
#module_133560664 .showHandle{background-repeat:no-repeat;}
#module_133560664 .showHandle{}
#module_133560664 .showHandle{}
#module_133560664 .showHandle{}
#module_133560664 a{font-size:unset;font-family:unset}
.module_133560662 .ModuleHead .HeadCenter{float:none;}
#module_133560662 {
padding:0px;
}
#module_133560662 {
position:absolute;
z-index:99;
top:0%;
left:0%;
width:100%;
height:129%;
}
#module_133560662 .ModuleHead133560662 {
display:none;
}
#module_133560662 .BodyCenter.BodyCenter133560662 {
background:none;background-color:rgba(24, 62, 124, 0.73);
}
#module_133560662 >.module_133560662 {
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_133560662 >.module_133560662{
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_133560662 .BodyCenter.BodyCenter133560662 {
padding-top:3.4091%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5758%;
}
}
@media screen and (max-width: 767px){
#module_133560662 .BodyCenter.BodyCenter133560662 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_133560662 >.module_133560662 {
margin-top:4.2929%;
margin-left:0.0000%;
margin-right:3.6675%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_133560662 >.module_133560662 {
margin-top:13.6986%;
margin-left:5.4795%;
margin-right:5.4795%;
margin-bottom:0.0000%;
}
}
#module_133560662 >.module_133560662 {box-shadow: 0px 0px 0px 0px #ccc}
#module_133560662:hover {
border:none;
}
#module_133560662:hover >.module_133560662 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_133560662 .ModuleImageTextGiantContent{margin-top:0px;}
#module_133560662 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_133560662 .ModuleImageTextGiantContent{margin-left:0px;}
#module_133560662 .ModuleImageTextGiantContent{margin-right:0px;}
#module_133560662 .imageTextGiant-Container{padding-top:10px;}
#module_133560662 .imageTextGiant-Container{padding-bottom:10px;}
#module_133560662 .imageTextGiant-Container{padding-left:10px;}
#module_133560662 .imageTextGiant-Container{padding-right:10px;}
#module_133560662 .showHandle .btn{font-size:14px;}
#module_133560662 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_133560662 .showHandle .btn{color:#333;}
#module_133560662 .showHandle .btn{font-weight:400;}
#module_133560662 .showHandle .btn{text-decoration:none;}
#module_133560662 .showHandle .btn{font-style:normal;}
#module_133560662 .showHandle div{border-top-color:#ddd !important;}
#module_133560662 .showHandle div{border-top-style:solid !important;}
#module_133560662 .showHandle div{border-top-width:1px !important;}
#module_133560662 .showHandle{background-color:transparent;}
#module_133560662 .showHandle{background-image:none;}
#module_133560662 .showHandle{background-repeat:no-repeat;}
#module_133560662 .showHandle{}
#module_133560662 .showHandle{}
#module_133560662 .showHandle{}
#module_133560662 a{font-size:unset;font-family:unset}
.module_156377738 .ModuleHead .HeadCenter{float:none;}
#module_156377738 {
padding:0px;
}
#module_156377738 {
position:absolute;
z-index:100;
top:82%;
left:0%;
width:100%;
height:148%;
}
#module_156377738 .ModuleHead156377738 {
display:none;
}
#module_156377738 .BodyCenter.BodyCenter156377738 {
background:none;background-color:rgba(24, 62, 124, 0.73);
}
#module_156377738 >.module_156377738 {
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_156377738 >.module_156377738{
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_156377738 .BodyCenter.BodyCenter156377738 {
padding-top:3.4091%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5758%;
}
}
@media screen and (max-width: 767px){
#module_156377738 .BodyCenter.BodyCenter156377738 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_156377738 >.module_156377738 {
margin-top:4.2926%;
margin-left:3.1934%;
margin-right:9.0500%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_156377738 >.module_156377738 {
margin-top:13.6986%;
margin-left:5.4795%;
margin-right:5.4795%;
margin-bottom:0.0000%;
}
}
#module_156377738 >.module_156377738 {box-shadow: 0px 0px 0px 0px #ccc}
#module_156377738:hover {
border:none;
}
#module_156377738:hover >.module_156377738 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_156377738 .ModuleImageTextGiantContent{margin-top:0px;}
#module_156377738 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_156377738 .ModuleImageTextGiantContent{margin-left:0px;}
#module_156377738 .ModuleImageTextGiantContent{margin-right:0px;}
#module_156377738 .imageTextGiant-Container{padding-top:10px;}
#module_156377738 .imageTextGiant-Container{padding-bottom:10px;}
#module_156377738 .imageTextGiant-Container{padding-left:10px;}
#module_156377738 .imageTextGiant-Container{padding-right:10px;}
#module_156377738 .showHandle .btn{font-size:14px;}
#module_156377738 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_156377738 .showHandle .btn{color:#333;}
#module_156377738 .showHandle .btn{font-weight:400;}
#module_156377738 .showHandle .btn{text-decoration:none;}
#module_156377738 .showHandle .btn{font-style:normal;}
#module_156377738 .showHandle div{border-top-color:#ddd !important;}
#module_156377738 .showHandle div{border-top-style:solid !important;}
#module_156377738 .showHandle div{border-top-width:1px !important;}
#module_156377738 .showHandle{background-color:transparent;}
#module_156377738 .showHandle{background-image:none;}
#module_156377738 .showHandle{background-repeat:no-repeat;}
#module_156377738 .showHandle{}
#module_156377738 .showHandle{}
#module_156377738 .showHandle{}
#module_156377738 a{font-size:unset;font-family:unset}
#module_133560661 .SubContainer {}
.module_115956375 .ModuleHead .HeadCenter{float:none;}
#module_115956375 {
padding:0px;
}
#module_115956375 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956375 .ModuleHead115956375 {
display:none;
}
#module_115956375 .BodyCenter.BodyCenter115956375 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956375 >.module_115956375 {
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_115956375 >.module_115956375{
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_115956375 .BodyCenter.BodyCenter115956375 {
padding-top:0.0000%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956375 .BodyCenter.BodyCenter115956375 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956375 >.module_115956375 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956375 >.module_115956375 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956375 >.module_115956375 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956375:hover {
border:none;
}
#module_115956375:hover >.module_115956375 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956375 .ModuleSubContainer{background-color:transparent;}
#module_115956375 .ModuleSubContainer{background-image:none;}
#module_115956375 .ModuleSubContainer{background-repeat:no-repeat;}
#module_115956375 .ModuleSubContainer{background-position:0% 0%;}
#module_115956375 .ModuleSubContainer{background-attachment:scroll;}
#module_115956375 .ModuleSubContainer{}
#module_115956375 {!bgVideo!}{bgVideoUrl:none}
#module_115956375 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_115956375 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_115956375 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer115956375 {max-width:1280px;width:auto;}
.ModuleGridContainer.ModuleGridContainer115956375 .SubPadding {width:0px;}
.module_115956377 .ModuleHead .HeadCenter{float:none;}
#module_115956377 {
padding:0px;
}
#module_115956377 {
position:static;
z-index:0;
top:34px;
left:0px;
width:100%;
height: auto;
}
#module_115956377 .ModuleHead115956377 {
display:none;
}
#module_115956377 .BodyCenter.BodyCenter115956377 {
background:none;background-color:rgb(44, 97, 200);
}
#module_115956377 >.module_115956377 {
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_115956377 >.module_115956377{
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_115956377 .BodyCenter.BodyCenter115956377 {
padding-top:8.6957%;
padding-left:8.6957%;
padding-right:0.0000%;
padding-bottom:12.1739%;
}
}
@media screen and (max-width: 767px){
#module_115956377 .BodyCenter.BodyCenter115956377 {
padding-top:10.8992%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.8992%;
}
}
@media screen and (min-width: 768px){
#module_115956377 >.module_115956377 {
margin-top:4.6026%;
margin-left:0.0000%;
margin-right:4.3410%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956377 >.module_115956377 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956377 >.module_115956377 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956377:hover {
border:none;
}
#module_115956377:hover >.module_115956377 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956377 .ModuleImageTextGiantContent{margin-top:0px;}
#module_115956377 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_115956377 .ModuleImageTextGiantContent{margin-left:0px;}
#module_115956377 .ModuleImageTextGiantContent{margin-right:10px;}
#module_115956377 .imageTextGiant-Container{padding-top:10px;}
#module_115956377 .imageTextGiant-Container{padding-bottom:10px;}
#module_115956377 .imageTextGiant-Container{padding-left:10px;}
#module_115956377 .imageTextGiant-Container{padding-right:10px;}
#module_115956377 .showHandle .btn{font-size:14px;}
#module_115956377 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_115956377 .showHandle .btn{color:#333;}
#module_115956377 .showHandle .btn{font-weight:400;}
#module_115956377 .showHandle .btn{text-decoration:none;}
#module_115956377 .showHandle .btn{font-style:normal;}
#module_115956377 .showHandle div{border-top-color:#ddd !important;}
#module_115956377 .showHandle div{border-top-style:solid !important;}
#module_115956377 .showHandle div{border-top-width:1px !important;}
#module_115956377 .showHandle{background-color:transparent;}
#module_115956377 .showHandle{background-image:none;}
#module_115956377 .showHandle{background-repeat:no-repeat;}
#module_115956377 .showHandle{}
#module_115956377 .showHandle{}
#module_115956377 .showHandle{}
#module_115956377 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer115956375 #Sub115956375_1 {width:36.0156%;}
.module_115956376 .ModuleHead .HeadCenter{float:none;}
#module_115956376 {
padding:0px;
}
#module_115956376 {
position:static;
z-index:0;
top:1103px;
left:183px;
width:100%;
height: auto;
}
#module_115956376 .ModuleHead115956376 {
display:none;
}
#module_115956376 .BodyCenter.BodyCenter115956376 {
background-color:transparent;
background-image:url(/comdata/103703/202009/20200917170318d8f96b.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_115956376 >.module_115956376 {
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_115956376 >.module_115956376{
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_115956376 .BodyCenter.BodyCenter115956376 {
padding-top:2.1978%;
padding-left:4.8840%;
padding-right:30.5250%;
padding-bottom:17.3382%;
}
}
@media screen and (max-width: 767px){
#module_115956376 .BodyCenter.BodyCenter115956376 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:27.2480%;
}
}
@media screen and (min-width: 768px){
#module_115956376 >.module_115956376 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956376 >.module_115956376 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956376 >.module_115956376 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956376:hover {
border:none;
}
#module_115956376:hover >.module_115956376 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956376 .ModuleImageTextGiantContent{margin-top:0px;}
#module_115956376 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_115956376 .ModuleImageTextGiantContent{margin-left:0px;}
#module_115956376 .ModuleImageTextGiantContent{margin-right:10px;}
#module_115956376 .imageTextGiant-Container{padding-top:10px;}
#module_115956376 .imageTextGiant-Container{padding-bottom:10px;}
#module_115956376 .imageTextGiant-Container{padding-left:10px;}
#module_115956376 .imageTextGiant-Container{padding-right:10px;}
#module_115956376 .showHandle .btn{font-size:14px;}
#module_115956376 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_115956376 .showHandle .btn{color:#333;}
#module_115956376 .showHandle .btn{font-weight:400;}
#module_115956376 .showHandle .btn{text-decoration:none;}
#module_115956376 .showHandle .btn{font-style:normal;}
#module_115956376 .showHandle div{border-top-color:#ddd !important;}
#module_115956376 .showHandle div{border-top-style:solid !important;}
#module_115956376 .showHandle div{border-top-width:1px !important;}
#module_115956376 .showHandle{background-color:transparent;}
#module_115956376 .showHandle{background-image:none;}
#module_115956376 .showHandle{background-repeat:no-repeat;}
#module_115956376 .showHandle{}
#module_115956376 .showHandle{}
#module_115956376 .showHandle{}
#module_115956376 a{font-size:unset;font-family:unset}
.module_115956497 .ModuleHead .HeadCenter{float:none;}
#module_115956497 {
padding:0px;
}
#module_115956497 {
position:static;
z-index:0;
top:1430px;
left:942px;
width:100%;
height: auto;
}
#module_115956497 .ModuleHead115956497 {
display:none;
}
#module_115956497 .BodyCenter.BodyCenter115956497 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956497 >.module_115956497 {
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_115956497 >.module_115956497{
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_115956497 .BodyCenter.BodyCenter115956497 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956497 .BodyCenter.BodyCenter115956497 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_115956497 >.module_115956497 {
margin-top:-13.4310%;
margin-left:5.6872%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956497 >.module_115956497 {
margin-top:-23.1608%;
margin-left:3.2698%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956497 >.module_115956497 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956497:hover {
border:none;
}
#module_115956497:hover >.module_115956497 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956497 .BodyCenter{text-align:left;}
#module_115956497 .moduleButton{font-size:14px;}
#module_115956497 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_115956497 .moduleButton{color:#fff;}
#module_115956497 .moduleButton{font-weight:normal;}
#module_115956497 .moduleButton{text-decoration:none;}
#module_115956497 .moduleButton{font-style:normal;}
#module_115956497 .moduleButton, #module_115956497 .moduleButton:before{background-color:rgb(21, 63, 143);}
#module_115956497 .moduleButton, #module_115956497 .moduleButton:before{}
#module_115956497 .moduleButton, #module_115956497 .moduleButton:before{}
#module_115956497 .moduleButton, #module_115956497 .moduleButton:before{}
#module_115956497 .moduleButton, #module_115956497 .moduleButton:before{}
#module_115956497 .moduleButton, #module_115956497 .moduleButton:before{}
#module_115956497 .moduleButton{border-color:#000;}
#module_115956497 .moduleButton{border-style:solid;}
#module_115956497 .moduleButton{border-width:0px;}
#module_115956497 .moduleButton{width:160px;}
#module_115956497 .moduleButton,#module_115956497 .BreadsvgIcon{height:50px;line-height:1.5;}
#module_115956497 .BodyCenter{color:#fff;}
#module_115956497 .moduleButton{border-top-left-radius:4px;}
#module_115956497 .moduleButton{border-top-right-radius:5px;}
#module_115956497 .moduleButton{border-bottom-left-radius:5px;}
#module_115956497 .moduleButton{border-bottom-right-radius:5px;}
#module_115956497 .BreadIcon{font-size:px;} #module_115956497 .BreadsvgIcon svg{width:px;height:px;}
#module_115956497 .BreadIcon{color:;} #module_115956497 .BreadsvgIcon svg>*{fill:;}
#module_115956497 .BreadIcon,#module_115956497 .BreadsvgIcon{margin-left:px;}
#module_115956497 .BreadIcon,#module_115956497 .BreadsvgIcon{margin-right:px;}
#module_115956497 .moduleButton{box-shadow:;}
#module_115956497 .moduleButton:hover .BreadIcon{font-size:px;} #module_115956497 .moduleButton:hover .BreadsvgIcon svg{width:px;height:px;}
#module_115956497 .moduleButton:hover .BreadIcon{color:} #module_115956497 .moduleButton:hover .BreadsvgIcon svg>*{fill:;}
#module_115956497 .moduleButton:hover{font-size:14px;}
#module_115956497 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_115956497 .moduleButton:hover{color:#fff;}
#module_115956497 .moduleButton:hover{font-weight:normal;}
#module_115956497 .moduleButton:hover{text-decoration:none;}
#module_115956497 .moduleButton:hover{font-style:normal;}
#module_115956497 .moduleButton:hover, #module_115956497 .moduleButton:hover:before{background-image: unset;background-color:rgb(7, 108, 236);}
#module_115956497 .moduleButton:hover, #module_115956497 .moduleButton:hover:before{}
#module_115956497 .moduleButton:hover, #module_115956497 .moduleButton:hover:before{}
#module_115956497 .moduleButton:hover, #module_115956497 .moduleButton:hover:before{}
#module_115956497 .moduleButton:hover, #module_115956497 .moduleButton:hover:before{}
#module_115956497 .moduleButton:hover, #module_115956497 .moduleButton:hover:before{}
#module_115956497 .moduleButton:hover{border-color:transparent;}
#module_115956497 .moduleButton:hover{border-style:solid;}
#module_115956497 .moduleButton:hover{border-width:0px;}
#module_115956497 .moduleButton:hover{box-shadow:;}

.ModuleGridContainer.ModuleGridContainer115956375 #Sub115956375_2 {width:63.98440000000001%;}
.module_123117779 .ModuleHead .HeadCenter{float:none;}
#module_123117779 {
padding:0px;
}
#module_123117779 {
position:static;
z-index:0;
top:223px;
left:0px;
width:100%;
height: auto;
}
#module_123117779 .ModuleHead123117779 {
display:none;
}
#module_123117779 .BodyCenter.BodyCenter123117779 {
background-color:transparent;
background-image:url(/comdata/103607/202010/2020101215545951416d.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 0%;
background-Attachment:scroll;
}
#module_123117779 >.module_123117779 {
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_123117779 >.module_123117779{
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_123117779 .BodyCenter.BodyCenter123117779 {
padding-top:8.3333%;
padding-left:2.4167%;
padding-right:0.0000%;
padding-bottom:4.5833%;
}
}
@media screen and (max-width: 767px){
#module_123117779 .BodyCenter.BodyCenter123117779 {
padding-top:8.1744%;
padding-left:6.8120%;
padding-right:0.0000%;
padding-bottom:5.1771%;
}
}
@media screen and (min-width: 768px){
#module_123117779 >.module_123117779 {
margin-top:2.8320%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_123117779 >.module_123117779 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_123117779 >.module_123117779 {box-shadow: 0px 0px 0px 0px #ccc}
#module_123117779:hover {
border:none;
}
#module_123117779:hover >.module_123117779 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_123117779 .ModuleImageTextGiantContent{margin-top:0px;}
#module_123117779 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_123117779 .ModuleImageTextGiantContent{margin-left:0px;}
#module_123117779 .ModuleImageTextGiantContent{margin-right:0px;}
#module_123117779 .imageTextGiant-Container{padding-top:10px;}
#module_123117779 .imageTextGiant-Container{padding-bottom:10px;}
#module_123117779 .imageTextGiant-Container{padding-left:10px;}
#module_123117779 .imageTextGiant-Container{padding-right:10px;}
#module_123117779 .showHandle .btn{font-size:14px;}
#module_123117779 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_123117779 .showHandle .btn{color:#333;}
#module_123117779 .showHandle .btn{font-weight:400;}
#module_123117779 .showHandle .btn{text-decoration:none;}
#module_123117779 .showHandle .btn{font-style:normal;}
#module_123117779 .showHandle div{border-top-color:#ddd !important;}
#module_123117779 .showHandle div{border-top-style:solid !important;}
#module_123117779 .showHandle div{border-top-width:0px !important;}
#module_123117779 .showHandle{background-color:transparent;}
#module_123117779 .showHandle{background-image:none;}
#module_123117779 .showHandle{background-repeat:no-repeat;}
#module_123117779 .showHandle{}
#module_123117779 .showHandle{}
#module_123117779 .showHandle{}
#module_123117779 a{font-size:unset;font-family:unset}.module_123524372 .ModuleHead .HeadCenter{float:none;}
#module_123524372 {
padding:0px;
}
#module_123524372 {
position:static;
z-index:0;
top:1090px;
left:235px;
width:100%;
height: auto;
}
#module_123524372 .ModuleHead123524372 {
display:none;
}
#module_123524372 .BodyCenter.BodyCenter123524372 {
background:none;background-color:rgba(0,0,0,0);
}
#module_123524372 >.module_123524372 {
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_123524372 >.module_123524372{
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_123524372 .BodyCenter.BodyCenter123524372 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_123524372 .BodyCenter.BodyCenter123524372 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_123524372 >.module_123524372 {
margin-top:-11.8053%;
margin-left:4.9680%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_123524372 >.module_123524372 {
margin-top:-25.0681%;
margin-left:7.0845%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_123524372 >.module_123524372 {box-shadow: 0px 0px 0px 0px #ccc}
#module_123524372:hover {
border:none;
}
#module_123524372:hover >.module_123524372 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_123524372 .BodyCenter{text-align:left;}
#module_123524372 .moduleButton{font-size:14px;}
#module_123524372 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_123524372 .moduleButton{color:#fff;}
#module_123524372 .moduleButton{font-weight:normal;}
#module_123524372 .moduleButton{text-decoration:none;}
#module_123524372 .moduleButton{font-style:normal;}
#module_123524372 .moduleButton, #module_123524372 .moduleButton:before{background-color:rgb(44, 97, 200);}
#module_123524372 .moduleButton, #module_123524372 .moduleButton:before{}
#module_123524372 .moduleButton, #module_123524372 .moduleButton:before{}
#module_123524372 .moduleButton, #module_123524372 .moduleButton:before{}
#module_123524372 .moduleButton, #module_123524372 .moduleButton:before{}
#module_123524372 .moduleButton, #module_123524372 .moduleButton:before{}
#module_123524372 .moduleButton{border-color:#000;}
#module_123524372 .moduleButton{border-style:solid;}
#module_123524372 .moduleButton{border-width:0px;}
#module_123524372 .moduleButton{width:160px;}
#module_123524372 .moduleButton,#module_123524372 .BreadsvgIcon{height:50px;line-height:1.5;}
#module_123524372 .BodyCenter{color:#fff;}
#module_123524372 .moduleButton{border-top-left-radius:4px;}
#module_123524372 .moduleButton{border-top-right-radius:5px;}
#module_123524372 .moduleButton{border-bottom-left-radius:4px;}
#module_123524372 .moduleButton{border-bottom-right-radius:5px;}
#module_123524372 .BreadIcon{font-size:px;} #module_123524372 .BreadsvgIcon svg{width:px;height:px;}
#module_123524372 .BreadIcon{color:;} #module_123524372 .BreadsvgIcon svg>*{fill:;}
#module_123524372 .BreadIcon,#module_123524372 .BreadsvgIcon{margin-left:px;}
#module_123524372 .BreadIcon,#module_123524372 .BreadsvgIcon{margin-right:px;}
#module_123524372 .moduleButton{box-shadow:;}
#module_123524372 .moduleButton:hover .BreadIcon{font-size:px;} #module_123524372 .moduleButton:hover .BreadsvgIcon svg{width:px;height:px;}
#module_123524372 .moduleButton:hover .BreadIcon{color:} #module_123524372 .moduleButton:hover .BreadsvgIcon svg>*{fill:;}
#module_123524372 .moduleButton:hover{font-size:14px;}
#module_123524372 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_123524372 .moduleButton:hover{color:#fff;}
#module_123524372 .moduleButton:hover{font-weight:normal;}
#module_123524372 .moduleButton:hover{text-decoration:none;}
#module_123524372 .moduleButton:hover{font-style:normal;}
#module_123524372 .moduleButton:hover, #module_123524372 .moduleButton:hover:before{background-image: unset;background-color:rgb(7, 108, 236);}
#module_123524372 .moduleButton:hover, #module_123524372 .moduleButton:hover:before{}
#module_123524372 .moduleButton:hover, #module_123524372 .moduleButton:hover:before{}
#module_123524372 .moduleButton:hover, #module_123524372 .moduleButton:hover:before{}
#module_123524372 .moduleButton:hover, #module_123524372 .moduleButton:hover:before{}
#module_123524372 .moduleButton:hover, #module_123524372 .moduleButton:hover:before{}
#module_123524372 .moduleButton:hover{border-color:transparent;}
#module_123524372 .moduleButton:hover{border-style:solid;}
#module_123524372 .moduleButton:hover{border-width:0px;}
#module_123524372 .moduleButton:hover{box-shadow:;}
.module_123516682 .ModuleHead .HeadCenter{float:none;}
#module_123516682 {
padding:0px;
}
#module_123516682 {
position:static;
z-index:0;
top:1099px;
left:251px;
width:100%;
height: auto;
}
#module_123516682 .ModuleHead123516682 {
display:none;
}
#module_123516682 .BodyCenter.BodyCenter123516682 {
background:none;background-color:rgb(21, 63, 143);
}
#module_123516682 >.module_123516682 {
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_123516682 >.module_123516682{
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_123516682 .BodyCenter.BodyCenter123516682 {
padding-top:8.9087%;
padding-left:8.9087%;
padding-right:11.1359%;
padding-bottom:9.3541%;
}
}
@media screen and (max-width: 767px){
#module_123516682 .BodyCenter.BodyCenter123516682 {
padding-top:9.8093%;
padding-left:5.1771%;
padding-right:0.0000%;
padding-bottom:13.6240%;
}
}
@media screen and (min-width: 768px){
#module_123516682 >.module_123516682 {
margin-top:12.0222%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_123516682 >.module_123516682 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_123516682 >.module_123516682 {box-shadow: 0px 0px 0px 0px #ccc}
#module_123516682:hover {
border:none;
}
#module_123516682:hover >.module_123516682 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_123516682 .ModuleImageTextGiantContent{margin-top:0px;}
#module_123516682 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_123516682 .ModuleImageTextGiantContent{margin-left:0px;}
#module_123516682 .ModuleImageTextGiantContent{margin-right:10px;}
#module_123516682 .imageTextGiant-Container{padding-top:10px;}
#module_123516682 .imageTextGiant-Container{padding-bottom:10px;}
#module_123516682 .imageTextGiant-Container{padding-left:10px;}
#module_123516682 .imageTextGiant-Container{padding-right:10px;}
#module_123516682 .showHandle .btn{font-size:14px;}
#module_123516682 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_123516682 .showHandle .btn{color:#333;}
#module_123516682 .showHandle .btn{font-weight:400;}
#module_123516682 .showHandle .btn{text-decoration:none;}
#module_123516682 .showHandle .btn{font-style:normal;}
#module_123516682 .showHandle div{border-top-color:#ddd !important;}
#module_123516682 .showHandle div{border-top-style:solid !important;}
#module_123516682 .showHandle div{border-top-width:1px !important;}
#module_123516682 .showHandle{background-color:transparent;}
#module_123516682 .showHandle{background-image:none;}
#module_123516682 .showHandle{background-repeat:no-repeat;}
#module_123516682 .showHandle{}
#module_123516682 .showHandle{}
#module_123516682 .showHandle{}
#module_123516682 a{font-size:unset;font-family:unset}.module_123516692 .ModuleHead .HeadCenter{float:none;}
#module_123516692 {
padding:0px;
}
#module_123516692 {
position:static;
z-index:0;
top:1406px;
left:262px;
width:100%;
height: auto;
}
#module_123516692 .ModuleHead123516692 {
display:none;
}
#module_123516692 .BodyCenter.BodyCenter123516692 {
background:none;background-color:rgb(44, 97, 200);
}
#module_123516692 >.module_123516692 {
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_123516692 >.module_123516692{
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_123516692 .BodyCenter.BodyCenter123516692 {
padding-top:8.6957%;
padding-left:8.6957%;
padding-right:0.0000%;
padding-bottom:12.1739%;
}
}
@media screen and (max-width: 767px){
#module_123516692 .BodyCenter.BodyCenter123516692 {
padding-top:8.1744%;
padding-left:4.6322%;
padding-right:0.0000%;
padding-bottom:10.8992%;
}
}
@media screen and (min-width: 768px){
#module_123516692 >.module_123516692 {
margin-top:4.6016%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_123516692 >.module_123516692 {
margin-top:1.3624%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_123516692 >.module_123516692 {box-shadow: 0px 0px 0px 0px #ccc}
#module_123516692:hover {
border:none;
}
#module_123516692:hover >.module_123516692 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_123516692 .ModuleImageTextGiantContent{margin-top:0px;}
#module_123516692 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_123516692 .ModuleImageTextGiantContent{margin-left:0px;}
#module_123516692 .ModuleImageTextGiantContent{margin-right:10px;}
#module_123516692 .imageTextGiant-Container{padding-top:10px;}
#module_123516692 .imageTextGiant-Container{padding-bottom:10px;}
#module_123516692 .imageTextGiant-Container{padding-left:10px;}
#module_123516692 .imageTextGiant-Container{padding-right:10px;}
#module_123516692 .showHandle .btn{font-size:14px;}
#module_123516692 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_123516692 .showHandle .btn{color:#333;}
#module_123516692 .showHandle .btn{font-weight:400;}
#module_123516692 .showHandle .btn{text-decoration:none;}
#module_123516692 .showHandle .btn{font-style:normal;}
#module_123516692 .showHandle div{border-top-color:#ddd !important;}
#module_123516692 .showHandle div{border-top-style:solid !important;}
#module_123516692 .showHandle div{border-top-width:1px !important;}
#module_123516692 .showHandle{background-color:transparent;}
#module_123516692 .showHandle{background-image:none;}
#module_123516692 .showHandle{background-repeat:no-repeat;}
#module_123516692 .showHandle{}
#module_123516692 .showHandle{}
#module_123516692 .showHandle{}
#module_123516692 a{font-size:unset;font-family:unset}.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_123117771 .ModuleHead .HeadCenter{float:none;}
#module_123117771 {
padding:0px;
}
#module_123117771 {
position:static;
z-index:0;
top:461px;
left:261px;
width:100%;
height: auto;
}
#module_123117771 .ModuleHead123117771 {
display:none;
}
#module_123117771 .BodyCenter.BodyCenter123117771 {
background:none;background-color:rgba(0,0,0,0);
}
#module_123117771 >.module_123117771 {
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_123117771 >.module_123117771{
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_123117771 .BodyCenter.BodyCenter123117771 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_123117771 .BodyCenter.BodyCenter123117771 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_123117771 >.module_123117771 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_123117771 >.module_123117771 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_123117771 >.module_123117771 {box-shadow: 0px 0px 0px 0px #ccc}
#module_123117771:hover {
border:none;
}
#module_123117771:hover >.module_123117771 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_123117771 .ModuleSubContainer{background-color:transparent;}
#module_123117771 .ModuleSubContainer{background-image:none;}
#module_123117771 .ModuleSubContainer{background-repeat:no-repeat;}
#module_123117771 .ModuleSubContainer{background-position:0% 0%;}
#module_123117771 .ModuleSubContainer{background-attachment:scroll;}
#module_123117771 .ModuleSubContainer{}
#module_123117771 {!bgVideo!}{bgVideoUrl:none}
#module_123117771 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_123117771 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_123117771 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer123117771 {}
.module_123519109 .ModuleHead .HeadCenter{float:none;}
#module_123519109 {
padding:0px;
}
#module_123519109 {
position:static;
z-index:0;
top:1703px;
left:0px;
width:100%;
height: auto;
}
#module_123519109 .ModuleHead123519109 {
display:none;
}
#module_123519109 .BodyCenter.BodyCenter123519109 {
background-color:transparent;
background-image:url(/comdata/103703/202009/202009251536302f1671.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 0%;
background-Attachment:scroll;
}
#module_123519109 >.module_123519109 {
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_123519109 >.module_123519109{
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_123519109 .BodyCenter.BodyCenter123519109 {
padding-top:8.3333%;
padding-left:2.4167%;
padding-right:0.0000%;
padding-bottom:4.5833%;
}
}
@media screen and (max-width: 767px){
#module_123519109 .BodyCenter.BodyCenter123519109 {
padding-top:8.1744%;
padding-left:6.8120%;
padding-right:0.0000%;
padding-bottom:5.1771%;
}
}
@media screen and (min-width: 768px){
#module_123519109 >.module_123519109 {
margin-top:2.8320%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_123519109 >.module_123519109 {
margin-top:1.3624%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_123519109 >.module_123519109 {box-shadow: 0px 0px 0px 0px #ccc}
#module_123519109:hover {
border:none;
}
#module_123519109:hover >.module_123519109 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_123519109 .ModuleImageTextGiantContent{margin-top:0px;}
#module_123519109 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_123519109 .ModuleImageTextGiantContent{margin-left:0px;}
#module_123519109 .ModuleImageTextGiantContent{margin-right:0px;}
#module_123519109 .imageTextGiant-Container{padding-top:10px;}
#module_123519109 .imageTextGiant-Container{padding-bottom:10px;}
#module_123519109 .imageTextGiant-Container{padding-left:10px;}
#module_123519109 .imageTextGiant-Container{padding-right:10px;}
#module_123519109 .showHandle .btn{font-size:14px;}
#module_123519109 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_123519109 .showHandle .btn{color:#333;}
#module_123519109 .showHandle .btn{font-weight:400;}
#module_123519109 .showHandle .btn{text-decoration:none;}
#module_123519109 .showHandle .btn{font-style:normal;}
#module_123519109 .showHandle div{border-top-color:#ddd !important;}
#module_123519109 .showHandle div{border-top-style:solid !important;}
#module_123519109 .showHandle div{border-top-width:0px !important;}
#module_123519109 .showHandle{background-color:transparent;}
#module_123519109 .showHandle{background-image:none;}
#module_123519109 .showHandle{background-repeat:no-repeat;}
#module_123519109 .showHandle{}
#module_123519109 .showHandle{}
#module_123519109 .showHandle{}
#module_123519109 a{font-size:unset;font-family:unset}
.module_123519122 .ModuleHead .HeadCenter{float:none;}
#module_123519122 {
padding:0px;
}
#module_123519122 {
position:static;
z-index:0;
top:2111px;
left:0px;
width:100%;
height: auto;
}
#module_123519122 .ModuleHead123519122 {
display:none;
}
#module_123519122 .BodyCenter.BodyCenter123519122 {
background:none;background-color:rgba(0,0,0,0);
}
#module_123519122 >.module_123519122 {
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_123519122 >.module_123519122{
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_123519122 .BodyCenter.BodyCenter123519122 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_123519122 .BodyCenter.BodyCenter123519122 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_123519122 >.module_123519122 {
margin-top:-13.4310%;
margin-left:5.6872%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_123519122 >.module_123519122 {
margin-top:-23.1608%;
margin-left:9.5368%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_123519122 >.module_123519122 {box-shadow: 0px 0px 0px 0px #ccc}
#module_123519122:hover {
border:none;
}
#module_123519122:hover >.module_123519122 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_123519122 .BodyCenter{text-align:left;}
#module_123519122 .moduleButton{font-size:14px;}
#module_123519122 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_123519122 .moduleButton{color:#fff;}
#module_123519122 .moduleButton{font-weight:normal;}
#module_123519122 .moduleButton{text-decoration:none;}
#module_123519122 .moduleButton{font-style:normal;}
#module_123519122 .moduleButton, #module_123519122 .moduleButton:before{background-color:rgb(21, 63, 143);}
#module_123519122 .moduleButton, #module_123519122 .moduleButton:before{}
#module_123519122 .moduleButton, #module_123519122 .moduleButton:before{}
#module_123519122 .moduleButton, #module_123519122 .moduleButton:before{}
#module_123519122 .moduleButton, #module_123519122 .moduleButton:before{}
#module_123519122 .moduleButton, #module_123519122 .moduleButton:before{}
#module_123519122 .moduleButton{border-color:#000;}
#module_123519122 .moduleButton{border-style:solid;}
#module_123519122 .moduleButton{border-width:0px;}
#module_123519122 .moduleButton{width:160px;}
#module_123519122 .moduleButton,#module_123519122 .BreadsvgIcon{height:50px;line-height:1.5;}
#module_123519122 .BodyCenter{color:#fff;}
#module_123519122 .moduleButton{border-top-left-radius:4px;}
#module_123519122 .moduleButton{border-top-right-radius:5px;}
#module_123519122 .moduleButton{border-bottom-left-radius:5px;}
#module_123519122 .moduleButton{border-bottom-right-radius:5px;}
#module_123519122 .BreadIcon{font-size:px;} #module_123519122 .BreadsvgIcon svg{width:px;height:px;}
#module_123519122 .BreadIcon{color:;} #module_123519122 .BreadsvgIcon svg>*{fill:;}
#module_123519122 .BreadIcon,#module_123519122 .BreadsvgIcon{margin-left:px;}
#module_123519122 .BreadIcon,#module_123519122 .BreadsvgIcon{margin-right:px;}
#module_123519122 .moduleButton{box-shadow:;}
#module_123519122 .moduleButton:hover .BreadIcon{font-size:px;} #module_123519122 .moduleButton:hover .BreadsvgIcon svg{width:px;height:px;}
#module_123519122 .moduleButton:hover .BreadIcon{color:} #module_123519122 .moduleButton:hover .BreadsvgIcon svg>*{fill:;}
#module_123519122 .moduleButton:hover{font-size:14px;}
#module_123519122 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_123519122 .moduleButton:hover{color:#fff;}
#module_123519122 .moduleButton:hover{font-weight:normal;}
#module_123519122 .moduleButton:hover{text-decoration:none;}
#module_123519122 .moduleButton:hover{font-style:normal;}
#module_123519122 .moduleButton:hover, #module_123519122 .moduleButton:hover:before{background-image: unset;background-color:rgb(7, 108, 236);}
#module_123519122 .moduleButton:hover, #module_123519122 .moduleButton:hover:before{}
#module_123519122 .moduleButton:hover, #module_123519122 .moduleButton:hover:before{}
#module_123519122 .moduleButton:hover, #module_123519122 .moduleButton:hover:before{}
#module_123519122 .moduleButton:hover, #module_123519122 .moduleButton:hover:before{}
#module_123519122 .moduleButton:hover, #module_123519122 .moduleButton:hover:before{}
#module_123519122 .moduleButton:hover{border-color:transparent;}
#module_123519122 .moduleButton:hover{border-style:solid;}
#module_123519122 .moduleButton:hover{border-width:0px;}
#module_123519122 .moduleButton:hover{box-shadow:;}

.module_115956378 .ModuleHead .HeadCenter{float:none;}
#module_115956378 {
padding:0px;
}
#module_115956378 {
position:static;
z-index:0;
top:2178px;
left:947px;
width:100%;
height: auto;
}
#module_115956378 .ModuleHead115956378 {
display:none;
}
#module_115956378 .BodyCenter.BodyCenter115956378 {
background-color:transparent;
background-image:url(../img/centerbg.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 100%;
background-Attachment:fixed;
}
#module_115956378 >.module_115956378 {
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_115956378 >.module_115956378{
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_115956378 .BodyCenter.BodyCenter115956378 {
padding-top:2.3536%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956378 .BodyCenter.BodyCenter115956378 {
padding-top:8.1744%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:13.6240%;
}
}
@media screen and (min-width: 768px){
#module_115956378 >.module_115956378 {
margin-top:0%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956378 >.module_115956378 {
margin-top:1.3624%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956378 >.module_115956378 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956378:hover {
border:none;
}
#module_115956378:hover >.module_115956378 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956378 .ModuleSubContainer{background-color:transparent;}
#module_115956378 .ModuleSubContainer{background-image:none;}
#module_115956378 .ModuleSubContainer{background-repeat:no-repeat;}
#module_115956378 .ModuleSubContainer{background-position:0% 0%;}
#module_115956378 .ModuleSubContainer{background-attachment:scroll;}
#module_115956378 .ModuleSubContainer{}
#module_115956378 {!bgVideo!}{bgVideoUrl:none}
#module_115956378 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_115956378 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_115956378 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer115956378 {max-width:1280px;width:auto;}
.module_115956379 .ModuleHead .HeadCenter{float:none;}
#module_115956379 {
padding:0px;
}
#module_115956379 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956379 .ModuleHead115956379 {
display:none;
}
#module_115956379 .BodyCenter.BodyCenter115956379 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956379 >.module_115956379 {
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_115956379 >.module_115956379{
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_115956379 .BodyCenter.BodyCenter115956379 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956379 .BodyCenter.BodyCenter115956379 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956379 >.module_115956379 {
margin-top:1.7188%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956379 >.module_115956379 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956379 >.module_115956379 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956379:hover {
border:none;
}
#module_115956379:hover >.module_115956379 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956379 .ModuleImageTextGiantContent{margin-top:0px;}
#module_115956379 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_115956379 .ModuleImageTextGiantContent{margin-left:0px;}
#module_115956379 .ModuleImageTextGiantContent{margin-right:10px;}
#module_115956379 .imageTextGiant-Container{padding-top:10px;}
#module_115956379 .imageTextGiant-Container{padding-bottom:10px;}
#module_115956379 .imageTextGiant-Container{padding-left:10px;}
#module_115956379 .imageTextGiant-Container{padding-right:10px;}
#module_115956379 .showHandle .btn{font-size:px;}
#module_115956379 .showHandle .btn{font-family:;}
#module_115956379 .showHandle .btn{color:;}
#module_115956379 .showHandle .btn{}
#module_115956379 .showHandle .btn{}
#module_115956379 .showHandle .btn{}
#module_115956379 .showHandle div{border-top-color: !important;}
#module_115956379 .showHandle div{border-top-style: !important;}
#module_115956379 .showHandle div{border-top-width:px !important;}
#module_115956379 .showHandle{background-color:;}
#module_115956379 .showHandle{}
#module_115956379 .showHandle{}
#module_115956379 .showHandle{}
#module_115956379 .showHandle{}
#module_115956379 .showHandle{}
#module_115956379 a{font-size:unset;font-family:unset}
.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-row {
	display: flex;
	margin: auto;
	padding-top: 10px;
}

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

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

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

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

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

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {
	line-height: 1;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.digital-num-item {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	/* max-width: 90%; */
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num {
	max-width: calc(100% - 61px);
	font-weight: lighter;
	font-family: 'MicrosoftYaHeiUILight';
	/* height: 40px;
	line-height: 40px; */
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-unit {
	font-size: 14px;
	padding-left: 5px;
	top: -1em;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-title {
	font-size: 14px;
	margin-top: 14px;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {
		font-size: 30px;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-row {
		overflow: hidden;
		display: block;
	}

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

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item:nth-child(n+3) {
		margin-top: 20pt;
	}

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

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

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

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-title {
		margin-top: 5pt;
		font-size: 14px;
	}
}.module_115956380 .ModuleHead .HeadCenter{float:none;}
#module_115956380 {
padding:0px;
}
#module_115956380 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956380 .ModuleHead115956380 {
display:none;
}
#module_115956380 .BodyCenter.BodyCenter115956380 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956380 >.module_115956380 {
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_115956380 >.module_115956380{
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_115956380 .BodyCenter.BodyCenter115956380 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956380 .BodyCenter.BodyCenter115956380 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956380 >.module_115956380 {
margin-top:3.9063%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.1250%;
}
}
@media screen and (max-width: 767px){
#module_115956380 >.module_115956380 {
margin-top:7.6294%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956380 >.module_115956380 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956380:hover {
border:none;
}
#module_115956380:hover >.module_115956380 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956380 .digital-unit{font-size:12px;}
#module_115956380 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_115956380 .digital-unit{color:rgb(255, 255, 255);}
#module_115956380 .digital-unit{font-weight:normal;}
#module_115956380 .digital-unit{text-decoration:initial;}
#module_115956380 .digital-unit{font-style:normal;}
#module_115956380 .digital-num{font-size:42px;}#module_115956380 .digital-num-item sup{top: calc(-42px * 20 / 100);}
#module_115956380 .digital-num{font-family:微软雅黑,Microsoft YaHei!important;}
#module_115956380 .digital-num{color:rgb(255, 255, 255);}
#module_115956380 .digital-num{font-weight:normal;}
#module_115956380 .digital-num{text-decoration:initial!important;}
#module_115956380 .digital-num{font-style:normal;}
#module_115956380 .digital-title{font-size:14px;}
#module_115956380 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_115956380 .digital-title{color:rgba(255, 255, 255, 0.43);}
#module_115956380 .digital-title{font-weight:normal;}
#module_115956380 .digital-title{text-decoration:initial;}
#module_115956380 .digital-title{font-style:normal;}
#module_115956380 .digital-title{margin-top:px;}
#module_115956380 .digital-title{margin-left:px;}
#module_115956380 .digital-title{margin-right:px;}
#module_115956380 .digital-title{margin-bottom:px;}
#module_115956380 .digital-item{background-color:transparent;}
#module_115956380 .digital-item{}
#module_115956380 .digital-item{}
#module_115956380 .digital-item{}
#module_115956380 .digital-item{}
#module_115956380 .digital-item{}
#module_115956380 .digital-unit{color:rgb(255, 255, 255);}
#module_115956380 .digital-line:not(:last-child){border-right-color:rgba(255, 255, 255, 0.3);}
#module_115956380 .digital-line:not(:last-child){border-right-style:solid;}
#module_115956380 .digital-line:not(:last-child){border-right-width:1px;}

.module_115956486 .ModuleHead .HeadCenter{float:none;}
#module_115956486 {
padding:0px;
}
#module_115956486 {
position:static;
z-index:0;
top:213px;
width:100%;
height: auto;
}
#module_115956486 .ModuleHead115956486 {
display:none;
}
#module_115956486 .BodyCenter.BodyCenter115956486 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956486 >.module_115956486 {
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_115956486 >.module_115956486{
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_115956486 .BodyCenter.BodyCenter115956486 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956486 .BodyCenter.BodyCenter115956486 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_115956486 >.module_115956486 {
margin-top:2.3438%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:7.0313%;
}
}
@media screen and (max-width: 767px){
#module_115956486 >.module_115956486 {
margin-top:10.6225%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:8.1744%;
}
}
#module_115956486 >.module_115956486 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956486:hover {
border:none;
}
#module_115956486:hover >.module_115956486 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956486 .BodyCenter{text-align:center;}
#module_115956486 .moduleButton{font-size:14px;}
#module_115956486 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_115956486 .moduleButton{color:#fff;}
#module_115956486 .moduleButton{font-weight:normal;}
#module_115956486 .moduleButton{text-decoration:none;}
#module_115956486 .moduleButton{font-style:normal;}
#module_115956486 .moduleButton, #module_115956486 .moduleButton:before{background-color:rgb(7, 108, 236);}
#module_115956486 .moduleButton, #module_115956486 .moduleButton:before{}
#module_115956486 .moduleButton, #module_115956486 .moduleButton:before{}
#module_115956486 .moduleButton, #module_115956486 .moduleButton:before{}
#module_115956486 .moduleButton, #module_115956486 .moduleButton:before{}
#module_115956486 .moduleButton, #module_115956486 .moduleButton:before{}
#module_115956486 .moduleButton{border-color:#000;}
#module_115956486 .moduleButton{border-style:solid;}
#module_115956486 .moduleButton{border-width:0px;}
#module_115956486 .moduleButton{width:160px;}
#module_115956486 .moduleButton,#module_115956486 .BreadsvgIcon{height:50px;line-height:1.5;}
#module_115956486 .BodyCenter{color:#fff;}
#module_115956486 .moduleButton{border-top-left-radius:4px;}
#module_115956486 .moduleButton{border-top-right-radius:5px;}
#module_115956486 .moduleButton{border-bottom-left-radius:5px;}
#module_115956486 .moduleButton{border-bottom-right-radius:5px;}
#module_115956486 .BreadIcon{font-size:px;} #module_115956486 .BreadsvgIcon svg{width:px;height:px;}
#module_115956486 .BreadIcon{color:;} #module_115956486 .BreadsvgIcon svg>*{fill:;}
#module_115956486 .BreadIcon,#module_115956486 .BreadsvgIcon{margin-left:px;}
#module_115956486 .BreadIcon,#module_115956486 .BreadsvgIcon{margin-right:px;}
#module_115956486 .moduleButton{box-shadow:;}
#module_115956486 .moduleButton:hover .BreadIcon{font-size:px;} #module_115956486 .moduleButton:hover .BreadsvgIcon svg{width:px;height:px;}
#module_115956486 .moduleButton:hover .BreadIcon{color:} #module_115956486 .moduleButton:hover .BreadsvgIcon svg>*{fill:;}
#module_115956486 .moduleButton:hover{font-size:14px;}
#module_115956486 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_115956486 .moduleButton:hover{color:#fff;}
#module_115956486 .moduleButton:hover{font-weight:normal;}
#module_115956486 .moduleButton:hover{text-decoration:none;}
#module_115956486 .moduleButton:hover{font-style:normal;}
#module_115956486 .moduleButton:hover, #module_115956486 .moduleButton:hover:before{background-image: unset;background-color:rgb(53, 142, 255);}
#module_115956486 .moduleButton:hover, #module_115956486 .moduleButton:hover:before{}
#module_115956486 .moduleButton:hover, #module_115956486 .moduleButton:hover:before{}
#module_115956486 .moduleButton:hover, #module_115956486 .moduleButton:hover:before{}
#module_115956486 .moduleButton:hover, #module_115956486 .moduleButton:hover:before{}
#module_115956486 .moduleButton:hover, #module_115956486 .moduleButton:hover:before{}
#module_115956486 .moduleButton:hover{border-color:transparent;}
#module_115956486 .moduleButton:hover{border-style:solid;}
#module_115956486 .moduleButton:hover{border-width:0px;}
#module_115956486 .moduleButton:hover{box-shadow:;}

.module_115956381 .ModuleHead .HeadCenter{float:none;}
#module_115956381 {
padding:0px;
}
#module_115956381 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956381 .ModuleHead115956381 {
display:none;
}
#module_115956381 .BodyCenter.BodyCenter115956381 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956381 >.module_115956381 {
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_115956381 >.module_115956381{
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_115956381 .BodyCenter.BodyCenter115956381 {
padding-top:0.0000%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956381 .BodyCenter.BodyCenter115956381 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956381 >.module_115956381 {
margin-top:2.5%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.2301%;
}
}
@media screen and (max-width: 767px){
#module_115956381 >.module_115956381 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956381 >.module_115956381 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956381:hover {
border:none;
}
#module_115956381:hover >.module_115956381 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956381 .ModuleSubContainer{background-color:transparent;}
#module_115956381 .ModuleSubContainer{background-image:none;}
#module_115956381 .ModuleSubContainer{background-repeat:no-repeat;}
#module_115956381 .ModuleSubContainer{background-position:0% 0%;}
#module_115956381 .ModuleSubContainer{background-attachment:scroll;}
#module_115956381 .ModuleSubContainer{}
#module_115956381 {!bgVideo!}{bgVideoUrl:none}
#module_115956381 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_115956381 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_115956381 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer115956381 {max-width:1280px;width:auto;}
.module_115956382 .ModuleHead .HeadCenter{float:none;}
#module_115956382 {
padding:0px;
}
#module_115956382 {
position:static;
z-index:0;
top:1759px;
left:184px;
width:100%;
height: auto;
}
#module_115956382 .ModuleHead115956382 {
display:none;
}
#module_115956382 .BodyCenter.BodyCenter115956382 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956382 >.module_115956382 {
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_115956382 >.module_115956382{
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_115956382 .BodyCenter.BodyCenter115956382 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956382 .BodyCenter.BodyCenter115956382 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_115956382 >.module_115956382 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956382 >.module_115956382 {
margin-top:10.8992%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:5.4496%;
}
}
#module_115956382 >.module_115956382 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956382:hover {
border:none;
}
#module_115956382:hover >.module_115956382 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956382 .ModuleImageTextGiantContent{margin-top:0px;}
#module_115956382 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_115956382 .ModuleImageTextGiantContent{margin-left:0px;}
#module_115956382 .ModuleImageTextGiantContent{margin-right:10px;}
#module_115956382 .imageTextGiant-Container{padding-top:10px;}
#module_115956382 .imageTextGiant-Container{padding-bottom:10px;}
#module_115956382 .imageTextGiant-Container{padding-left:10px;}
#module_115956382 .imageTextGiant-Container{padding-right:10px;}
#module_115956382 .showHandle .btn{font-size:px;}
#module_115956382 .showHandle .btn{font-family:;}
#module_115956382 .showHandle .btn{color:;}
#module_115956382 .showHandle .btn{}
#module_115956382 .showHandle .btn{}
#module_115956382 .showHandle .btn{}
#module_115956382 .showHandle div{border-top-color: !important;}
#module_115956382 .showHandle div{border-top-style: !important;}
#module_115956382 .showHandle div{border-top-width:px !important;}
#module_115956382 .showHandle{background-color:;}
#module_115956382 .showHandle{}
#module_115956382 .showHandle{}
#module_115956382 .showHandle{}
#module_115956382 .showHandle{}
#module_115956382 .showHandle{}
#module_115956382 a{font-size:unset;font-family:unset}
.ModuleTabContainerV2Giant.layout-105 .location-right{    display: flex;
    flex-direction: row-reverse;}
    .ModuleTabContainerV2Giant.layout-105 .location-left{ display: flex}
.ModuleTabContainerV2Giant.layout-105 .nav-box{position: relative;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container{position: relative; font-size: 0;white-space:nowrap; overflow: visible; -webkit-overflow-scrolling: touch; transform: translateX(0); transition: transform 0.3s linear 0s;display:block;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li{overflow:hidden;cursor: pointer;text-align: center;background: #fff;float: none;display: inline-block;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li a{display: block;width: auto;background: transparent;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li.active,
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li:hover{background: #fd6e27;color:#fff;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li.active a,
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li:hover a{color:#fff;}
.ModuleTabContainerV2Giant.layout-105 .nav-pills>li>a{border-radius: 0;padding: 0;}
.ModuleTabContainerV2Giant.layout-105 .Nav-Container li.active{transition: all 0.4s linear;}
.ModuleTabContainerV2Giant.layout-105 .tab-content>.active{ display:flex !important;}

@media (min-width: 768px) {
    .ModuleTabContainerV2Giant.layout-105 .tabContainer .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-105 .tabContainer .btnScrollRight {display: none !important;}
    .ModuleTabContainerV2Giant.layout-105 .tabContainer .Nav-Container {overflow-x: auto;}
    .ModuleTabContainerV2Giant.layout-105 .location-left .Nav-Container,
    .ModuleTabContainerV2Giant.layout-105 .location-right .Nav-Container {display: inline-block; float: left; overflow: hidden;}
    .ModuleTabContainerV2Giant.layout-105 .location-right .Nav-Container {float: right;}
    .ModuleTabContainerV2Giant.layout-105 .location-left.TabContainer-Container .Nav-Container li,
    .ModuleTabContainerV2Giant.layout-105 .location-right.TabContainer-Container .Nav-Container li {display: block;}
    .ModuleTabContainerV2Giant.layout-105 .location-left .tabContentGiant {display: inline-block; float: left;}
    .ModuleTabContainerV2Giant.layout-105 .location-right .tabContentGiant {display: inline-block; float: right;}
    .ModuleTabContainerV2Giant.layout-105 .location-bottom .tab-location-top {display: none;}
}

@media (max-width: 767px) {
    .ModuleTabContainerV2Giant.layout-105 .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-105 .btnScrollRight {
        display: flex;
        width: 28px;
        height: 50px;
        top:50%;
        transform: translateY(-50%);
        right: 10px;
        background-color: transparent;
        color: #fff !important;
        font-size: 15px;
        align-items: center;
        justify-content: center;
    }
    .ModuleTabContainerV2Giant.layout-105 .btnScrollLeft {left: 10px;}
    .ModuleTabContainerV2Giant.layout-105 .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-105 .location-bottom .tab-location-bottom {display: none;}
    .ModuleTabContainerV2Giant.layout-105 .location-left,.ModuleTabContainerV2Giant.layout-105 .location-right{
        flex-direction: column;
    }
}
.module_115956408 .ModuleHead .HeadCenter{float:none;}
#module_115956408 {
padding:0px;
}
#module_115956408 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_115956408 .ModuleHead115956408 {
display:none;
}
#module_115956408 .BodyCenter.BodyCenter115956408 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956408 >.module_115956408 {
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_115956408 >.module_115956408{
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_115956408 .BodyCenter.BodyCenter115956408 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956408 .BodyCenter.BodyCenter115956408 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_115956408 >.module_115956408 {
margin-top:3.1250%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956408 >.module_115956408 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:13.6240%;
}
}
#module_115956408 >.module_115956408 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956408:hover {
border:none;
}
#module_115956408:hover >.module_115956408 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956408 .nav-box{text-align:center;}
#module_115956408 .nav-box{background-color:transparent;}
#module_115956408 .nav-box{background-image:none;}
#module_115956408 .nav-box{background-repeat:no-repeat;}
#module_115956408 .nav-box{}
#module_115956408 .nav-box{}
#module_115956408 .nav-box{}
#module_115956408 .Nav-Container a{text-align:center;}
#module_115956408 .Nav-Container a {padding-top:0px;}
#module_115956408 .Nav-Container a {padding-bottom:3px;}
#module_115956408 .Nav-Container a {padding-left:10px;}
#module_115956408 .Nav-Container a {padding-right:10px;}
#module_115956408 .Nav-Container li{background-color:#fff;}
#module_115956408 .Nav-Container li{background-image:none;}
#module_115956408 .Nav-Container li{background-repeat:no-repeat;}
#module_115956408 .Nav-Container li{}
#module_115956408 .Nav-Container li{}
#module_115956408 .Nav-Container li{}
#module_115956408 .Nav-Container li{border-top-color:rgba(0,0,0,0);}
#module_115956408 .Nav-Container li{border-top-style:solid;}
#module_115956408 .Nav-Container li{border-top-width:1px;}
#module_115956408 .Nav-Container li{border-right-color:rgba(0,0,0,0);}
#module_115956408 .Nav-Container li{border-right-style:solid;}
#module_115956408 .Nav-Container li{border-right-width:1px;}
#module_115956408 .Nav-Container li{border-bottom-color:rgba(0,0,0,0);}
#module_115956408 .Nav-Container li{border-bottom-style:solid;}
#module_115956408 .Nav-Container li{border-bottom-width:1px;}
#module_115956408 .Nav-Container li{border-left-color:rgba(0,0,0,0);}
#module_115956408 .Nav-Container li{border-left-style:solid;}
#module_115956408 .Nav-Container li{border-left-width:1px;}
#module_115956408 .Nav-Container li a{width:160px;}@media only screen and (min-width: 768px){#module_115956408 .location-left .tabContentGiant,#module_115956408 .location-right .tabContentGiant{width: calc(100% - 160px - 60px)}}
#module_115956408 .Nav-Container li a{height:40px;line-height:40px;}
#module_115956408 .Nav-Container li{margin-top:10px;}
#module_115956408 .Nav-Container li{margin-bottom:9px;}
#module_115956408 .Nav-Container li{margin-left:10px;}
#module_115956408 .Nav-Container li{margin-right:10px;}
#module_115956408 .Nav-Container li a{font-size:15px;}
#module_115956408 .Nav-Container li a{font-family:微软雅黑,Microsoft YaHei;}
#module_115956408 .Nav-Container li a{color:#666;}
#module_115956408 .Nav-Container li a{font-weight:bold;}
#module_115956408 .Nav-Container li a{text-decoration:none;}
#module_115956408 .Nav-Container li a{font-style:normal;}
#module_115956408 .Nav-Container li{border-top-left-radius:10px;}
#module_115956408 .Nav-Container li{border-top-right-radius:9px;}
#module_115956408 .Nav-Container li{border-bottom-left-radius:9px;}
#module_115956408 .Nav-Container li{border-bottom-right-radius:9px;}
#module_115956408 .TabContainer-Container .tab-pane{background-color:transparent;}
#module_115956408 .TabContainer-Container .tab-pane{}
#module_115956408 .TabContainer-Container .tab-pane{}
#module_115956408 .TabContainer-Container .tab-pane{}
#module_115956408 .TabContainer-Container .tab-pane{}
#module_115956408 .TabContainer-Container .tab-pane{}
#module_115956408 .TabContainer-Container .tab-pane{padding-top:0px;}
#module_115956408 .TabContainer-Container .tab-pane{padding-bottom:0px;}
#module_115956408 .TabContainer-Container .tab-pane{padding-left:0px;}
#module_115956408 .TabContainer-Container .tab-pane{padding-right:0px;}
#module_115956408 .TabContainer-Container .tab-pane{border-top-color:transparent;}
#module_115956408 .TabContainer-Container .tab-pane{border-top-style:none;}
#module_115956408 .TabContainer-Container .tab-pane{border-top-width:0px;}
#module_115956408 .TabContainer-Container .tab-pane{border-right-color:transparent;}
#module_115956408 .TabContainer-Container .tab-pane{border-right-style:none;}
#module_115956408 .TabContainer-Container .tab-pane{border-right-width:0px;}
#module_115956408 .TabContainer-Container .tab-pane{border-bottom-color:transparent;}
#module_115956408 .TabContainer-Container .tab-pane{border-bottom-style:none;}
#module_115956408 .TabContainer-Container .tab-pane{border-bottom-width:0px;}
#module_115956408 .TabContainer-Container .tab-pane{border-left-color:transparent;}
#module_115956408 .TabContainer-Container .tab-pane{border-left-style:none;}
#module_115956408 .TabContainer-Container .tab-pane{border-left-width:0px;}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{background-image:none;}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{background-repeat:no-repeat;}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{background-color:rgb(21, 63, 143);}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{}
#module_115956408 .Nav-Container li:hover a,#module_115956408 .Nav-Container li.active a{font-size:16px;}
#module_115956408 .Nav-Container li:hover a,#module_115956408 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
#module_115956408 .Nav-Container li:hover a,#module_115956408 .Nav-Container li.active a{color:#fff;}
#module_115956408 .Nav-Container li:hover a,#module_115956408 .Nav-Container li.active a{font-weight:normal;}
#module_115956408 .Nav-Container li:hover a,#module_115956408 .Nav-Container li.active a{text-decoration:none;}
#module_115956408 .Nav-Container li:hover a,#module_115956408 .Nav-Container li.active a{font-style:normal;}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{border-top-color:transparent;}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{border-top-style:solid;}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{border-right-color:transparent;}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{border-right-style:solid;}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{border-bottom-color:transparent;}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{border-bottom-style:solid;}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{border-left-color:transparent;}
#module_115956408 .Nav-Container li:hover,#module_115956408 .Nav-Container li.active{border-left-style:solid;}

/*模块样式*/

.ModuleProductListGiant.layout-108  .pro-img { transition: all ease-out .3s; display: block;height: auto; border-bottom: 1px solid #eee; list-style-type: none;  max-width: 100%;  width: 100%; position: relative }
.ModuleProductListGiant.layout-108  .pro-img .dummy{  padding-top: 100%;  }
.ModuleProductListGiant.layout-108  .pro-img img{ transition: all ease-out .3s;position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%;  max-height: 100%;  display: block;  margin:auto;  padding: auto;  }
.ModuleProductListGiant.layout-108 .pro-container>li{ position: relative; float: left; overflow: hidden;box-shadow: 0 0px 10px rgba(0,0,0,.16); cursor: pointer; margin: 0 1% 12px 0; font-size: 16px;}
.ModuleProductListGiant.layout-108 .pro-price{color:#ff6637;font-weight: 400; line-height: 1; text-align: center;}
.ModuleProductListGiant.layout-108 .pro-price del{ font-size: 10px;color:#0071d4; display: block; display: inline-block;}
.ModuleProductListGiant.layout-108  .pro-name{overflow: hidden;  text-overflow: ellipsis; /* white-space: nowrap;*/}
.ModuleProductListGiant.layout-108 .pro-params{position: absolute;  bottom: 20px;transition: all ease-out .3s;}
.ModuleProductListGiant.layout-108 .pro-params ul li{ display: inline-block; border: 1px solid #e5e5e5; font-size: 12px; color: #6e6e6e; padding: 5px; display: inline-block;}
.ModuleProductListGiant.layout-108 .pro-container li a{display: block; overflow: hidden; position: relative;}
.ModuleProductListGiant.layout-108 .pro-container li .pro-img .rectborder {  width: calc(100% + 30px);  height: calc(100% + 30px);  position: absolute;  left: -10px;  top: -10px;  border: rgba(255,255,255,.7) 10px solid;  transition: all ease-out .3s;  }
.ModuleProductListGiant.layout-108 .pro-tit{ background: transparent;padding: 16px 20px; position: relative;  overflow: hidden;}
.ModuleProductListGiant.layout-108 .pro-container li:hover .rectborder {  width: calc(100% );  height: calc(100% );  left: 0;  top: 0;  }
.ModuleProductListGiant.layout-108 .pro-container li .pro-img img{}
.ModuleProductListGiant.layout-108 .pro-desc{word-break: break-word !important;}
.ModuleProductListGiant.layout-108 .pro-name{word-break: break-word !important;}
.ModuleProductListGiant.layout-108 .pro-desc{ font-size: 12px; color: #6e6e6e; line-height: 20px;}
.ModuleProductListGiant.layout-108 .pro-buybtn{
  width: calc(100% - 55px);
  display: block;
  height: 34px;
  border: 1px solid #ff6637;
  margin: 10px auto 0;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.ModuleProductListGiant.layout-108 .pro-buybtn .pro-buybtn-hov{ display: none;margin-top: -37px; overflow: hidden; position: relative;}
.ModuleProductListGiant.layout-108 .pro-buybtn .pro-buybtn-hov span{ display: inline-block;}
.ModuleProductListGiant.layout-108 .pro-price{ margin: 8px 0;}
.ModuleProductListGiant.layout-108 .pro-price .pro-jf{font-size: 24px;}
.ModuleProductListGiant.layout-108 .pro-price .pro-jia{font-size: 16px;}
.ModuleProductListGiant.layout-108 .pro-price .pro-yuan{font-size: 16px;}
.ModuleProductListGiant.layout-108 .pro-price .pro-surplus{font-size: 16px;}
.ModuleProductListGiant.layout-108 .pro-price .pro-point{font-size: 14px;}
.ModuleProductListGiant.layout-108 .soldOut{text-align: center;font-size: 14px}
.ModuleProductListGiant.layout-108 .pro-item:hover .soldOut{color:#fff;}
.ModuleProductListGiant.layout-108 a:active,.ModuleProductListGiant.layout-108 a:visited,.ModuleProductListGiant.layout-108 a:focus{text-decoration: none;}

 .ModuleProductListGiant.layout-108 .pred-filter{display: block}
 .ModuleProductListGiant.layout-108 .silder-filter,.btn-filter{display: none}
 .ModuleProductListGiant.layout-108 .pro-container li:hover .pro-img img {  transform: scale(1.1, 1.1);}
 .ModuleProductListGiant.layout-108 .pro-container>li:hover .pro-tit{transition: all ease-out .3s; }
 .ModuleProductListGiant.layout-108 .pro-container>li:hover .pro-tit .pro-price,.pro-container>li:hover .pro-tit .pro-name{ color: #fff;}
 .ModuleProductListGiant.layout-108 .pro-container>li:hover .pro-buybtn .pro-buybtn-hov{ display: block;transition: all ease-out .3s;}
 .ModuleProductListGiant.layout-108 .pro-container>li:hover .pro-buybtn .pro-buybtn-pic{ opacity: 0;transition: all ease-out .3s;}
 .ModuleProductListGiant.layout-108 .pro-container>li:hover .pro-buybtn { border-color: #fff;transition: all ease-out .3s;}

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

@media screen and (min-width: 768px) {
 .ModuleProductListGiant.layout-108   li.col-lg-2 {width:49.5%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-108   li:nth-child(2n).col-lg-2{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-108  li.col-lg-3 {width:32.65%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-108   li:nth-child(3n).col-lg-3{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-108   li.col-lg-4 {width: 24.25%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-108   li:nth-child(4n).col-lg-4{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-108   li.col-lg-5 {width:19.2%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-108   li:nth-child(5n).col-lg-5{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-108   li.col-lg-6 {width:15.82%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-108   li:nth-child(6n).col-lg-6{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-108   li.col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-108  li:nth-child(n).col-lg-1{ margin-right: 0 !important;}
}
@media only screen and (max-width: 767px)  {
 .ModuleProductListGiant.layout-108 .pred-filter{display: none}
 .ModuleProductListGiant.layout-108 .silder-filter,.btn-filter{display: block}
 .ModuleProductListGiant.layout-108   .pro-container{ width: 100%;}
 .ModuleProductListGiant.layout-108  .pro-container>li{ margin: 0 3%  10px  0 !important;}
 .ModuleProductListGiant.layout-108  .pro-container>li{   background: #fff; font-size: 14px; color: #fff;}
 .ModuleProductListGiant.layout-108    .pro-name{color: #fff;}
 .ModuleProductListGiant.layout-108    .rectborder{visibility:hidden;}
 .ModuleProductListGiant.layout-108    .pro-price{ font-size: 20px;}
 .ModuleProductListGiant.layout-108  .pro-tit{padding: 8px 10px 14px 10px; height: auto;}
 .ModuleProductListGiant.layout-108  .pro-params{ visibility:hidden;}
 .ModuleProductListGiant.layout-108 .pro-buybtn {  height: 24px;}
 .ModuleProductListGiant.layout-108   .pro-container>li .pro-buybtn { border-color: #fff;}
 .ModuleProductListGiant.layout-108   .pro-container>li .pro-tit .pro-price{ color: #fff;}
 .ModuleProductListGiant.layout-108  .pro-container>li:hover .pro-buybtn .pro-buybtn-pic{ opacity: 1}
 .ModuleProductListGiant.layout-108  .pro-container>li:hover .pro-buybtn .pro-buybtn-hov{ display: none;}
 .ModuleProductListGiant.layout-108   li.col-xs-2 {width:48.5% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-108   li:nth-child(2n).col-xs-2{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-108  li.col-xs-3 {width:31.3% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-108   li:nth-child(3n).col-xs-3{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-108   li.col-xs-4 { width: 22.7% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-108   li:nth-child(4n).col-xs-4{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-108   li.col-xs-5 {width:17.6% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-108   li:nth-child(5n).col-xs-5{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-108   li.col-xs-6 {width:14.15% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-108   li:nth-child(6n).col-xs-6{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-108   li.col-xs-1 {width: 100% !important; padding-right:0;  padding-left:0;}
 .ModuleProductListGiant.layout-108  li:nth-child(n).col-xs-1{ margin-right: 0 !important;}
 .ModuleProductListGiant.layout-108 .pro-buybtn {  line-height: 24px; }
}
.ModuleProductListGiant.layout-108 .pagerGiant .inputer{outline: 0;}
.module_115956383 .ModuleHead .HeadCenter{float:none;}
#module_115956383 {
padding:0px;
}
#module_115956383 {
position:static;
z-index:0;
top:2928px;
left:924px;
width:100%;
height: auto;
}
#module_115956383 .ModuleHead115956383 {
display:none;
}
#module_115956383 .BodyCenter.BodyCenter115956383 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956383 >.module_115956383 {
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_115956383 >.module_115956383{
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_115956383 .BodyCenter.BodyCenter115956383 {
padding-top:0.7813%;
padding-left:0.7813%;
padding-right:1.1719%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956383 .BodyCenter.BodyCenter115956383 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_115956383 >.module_115956383 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956383 >.module_115956383 {
margin-top:2.4928%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956383 >.module_115956383 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956383:hover {
border:none;
}
#module_115956383:hover >.module_115956383 {
border-color:#ccc;
}
#module_115956383:hover >.module_115956383 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956383 .pro-item{margin-bottom:40px; margin-right:40px;} #module_115956383 .pro-container li.col-lg-2{width:calc((100% - 40px) / 2);} #module_115956383 .pro-container li.col-lg-3{width:calc((100% - 40px * 2) / 3);} #module_115956383 .pro-container li.col-lg-4{width:calc((100% - 40px * 3) / 4);} #module_115956383 .pro-container li.col-lg-5{width:calc((100% - 40px * 4) / 5);} #module_115956383 .pro-container li.col-lg-6{width:calc((100% - 40px * 5) / 6);}
#module_115956383 .pro-item .pro-tit{background-color:rgb(255, 255, 255);}
#module_115956383 .pro-item .pro-tit{background-image:none;}
#module_115956383 .pro-item .pro-tit{background-repeat:no-repeat;}
#module_115956383 .pro-item .pro-tit{}
#module_115956383 .pro-item .pro-tit{}
#module_115956383 .pro-item .pro-tit{}
#module_115956383 .pro-item{border-top-color:transparent;}
#module_115956383 .pro-item{border-top-style:none;}
#module_115956383 .pro-item{border-top-width:0px;}
#module_115956383 .pro-item{border-right-color:transparent;}
#module_115956383 .pro-item{border-right-style:none;}
#module_115956383 .pro-item{border-right-width:0px;}
#module_115956383 .pro-item{border-bottom-color:transparent;}
#module_115956383 .pro-item{border-bottom-style:none;}
#module_115956383 .pro-item{border-bottom-width:0px;}
#module_115956383 .pro-item{border-left-color:transparent;}
#module_115956383 .pro-item{border-left-style:none;}
#module_115956383 .pro-item{border-left-width:0px;}
#module_115956383 .pro-img .dummy{background-color:rgba(242, 242, 242, 0.39);}
#module_115956383 .pro-img .dummy{background-image:none;}
#module_115956383 .pro-img .dummy{background-repeat:no-repeat;}
#module_115956383 .pro-img .dummy{}
#module_115956383 .pro-img .dummy{}
#module_115956383 .pro-img .dummy{}
#module_115956383 .pro-img .dummy{padding-top:100%;}
#module_115956383 .pro-img img{ object-fit:unset;}
#module_115956383 .pro-img img{ width:auto;}
#module_115956383 .pro-img img{ height:auto;}
#module_115956383 .pro-img img{border-radius:0px;}
#module_115956383 .pro-img{border-top-color:transparent;}
#module_115956383 .pro-img{border-top-style:none;}
#module_115956383 .pro-img{border-top-width:0px;}
#module_115956383 .pro-img{border-right-color:transparent;}
#module_115956383 .pro-img{border-right-style:none;}
#module_115956383 .pro-img{border-right-width:0px;}
#module_115956383 .pro-img{border-bottom-color:transparent;}
#module_115956383 .pro-img{border-bottom-style:none;}
#module_115956383 .pro-img{border-bottom-width:0px;}
#module_115956383 .pro-img{border-left-color:transparent;}
#module_115956383 .pro-img{border-left-style:none;}
#module_115956383 .pro-img{border-left-width:0px;}
#module_115956383 .pro-name{font-size:16px;}
#module_115956383 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_115956383 .pro-name{color:#262626;}
#module_115956383 .pro-name{font-weight:normal;}
#module_115956383 .pro-name{text-decoration:none;}
#module_115956383 .pro-name{font-style:normal;}
#module_115956383 .pro-name{margin-top:0px;}
#module_115956383 .pro-name{margin-bottom:0px;}
#module_115956383 .pro-price{font-size:20px;}
#module_115956383 .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_115956383 .pro-price{color:rgb(44, 97, 200);}
#module_115956383 .pro-price{font-weight:normal;}
#module_115956383 .pro-price{text-decoration:none;}
#module_115956383 .pro-price{font-style:normal;}
#module_115956383 .pro-buybtn{background-color:transparent;}
#module_115956383 .pro-buybtn{background-image:none;}
#module_115956383 .pro-buybtn{background-repeat:no-repeat;}
#module_115956383 .pro-buybtn{}
#module_115956383 .pro-buybtn{}
#module_115956383 .pro-buybtn{}
#module_115956383 .pro-buybtn{border-top-color:#fd6e27;}
#module_115956383 .pro-buybtn{border-top-style:solid;}
#module_115956383 .pro-buybtn{border-top-width:1px;}
#module_115956383 .pro-buybtn{border-right-color:#fd6e27;}
#module_115956383 .pro-buybtn{border-right-style:solid;}
#module_115956383 .pro-buybtn{border-right-width:1px;}
#module_115956383 .pro-buybtn{border-bottom-color:#fd6e27;}
#module_115956383 .pro-buybtn{border-bottom-style:solid;}
#module_115956383 .pro-buybtn{border-bottom-width:1px;}
#module_115956383 .pro-buybtn{border-left-color:#fd6e27;}
#module_115956383 .pro-buybtn{border-left-style:solid;}
#module_115956383 .pro-buybtn{border-left-width:1px;}
#module_115956383 .pro-buybtn .icon-gouwuche,#module_115956383 .pro-buybtn .icon-xunpan1{font-size:16px;}
#module_115956383 .pro-buybtn .icon-gouwuche,#module_115956383 .pro-buybtn .icon-xunpan1{font-family:;}
#module_115956383 .pro-buybtn .icon-gouwuche,#module_115956383 .pro-buybtn .icon-xunpan1{color:#fd6e27;}
#module_115956383 .pro-buybtn .icon-gouwuche,#module_115956383 .pro-buybtn .icon-xunpan1{font-weight:normal;}
#module_115956383 .pro-buybtn .icon-gouwuche,#module_115956383 .pro-buybtn .icon-xunpan1{text-decoration:none;}
#module_115956383 .pro-buybtn .icon-gouwuche,#module_115956383 .pro-buybtn .icon-xunpan1{font-style:normal;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li,#module_115956383 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_115956383 .choosed-tab, #module_115956383 .setting-screening-criteria{font-size:12px;}
#module_115956383 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_115956383 .choosed-tab, #module_115956383 .setting-screening-criteria{color:#fd6e27;}
#module_115956383 .choosed-tab{font-weight:normal;}
#module_115956383 .choosed-tab{text-decoration:initial;}
#module_115956383 .choosed-tab{font-style:normal;}
#module_115956383 .selected-light,#module_115956383 .setting-all, #module_115956383 .setting-left-bar, #module_115956383 .setting-pred-warp .setting-collapse, #module_115956383 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_115956383 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_115956383 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_115956383 .selected-light,#module_115956383 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_115956383 .selected-light,#module_115956383 .setting-left-bar,#module_115956383 .setting-reset,#module_115956383 .setting-pred-warp .setting-collapse,#module_115956383 .giantroom .btn-more{color:#666;}
#module_115956383 .selected-light{font-weight:normal;}
#module_115956383 .selected-light,#module_115956383 .setting-all{text-decoration:none;}
#module_115956383 .selected-light,#module_115956383 .setting-all{}
#module_115956383 .setting-right-temp ul li, #module_115956383 .choosed-tab{border-top-left-radius:2px;}
#module_115956383 .setting-right-temp ul li, #module_115956383 .choosed-tab{border-top-right-radius:2px;}
#module_115956383 .setting-right-temp ul li, #module_115956383 .choosed-tab{border-bottom-left-radius:2px;}
#module_115956383 .setting-right-temp ul li, #module_115956383 .choosed-tab{border-bottom-right-radius:2px;}
#module_115956383 .pred-filter, #module_115956383 .choosed-tab{border-top-color:#d6d6d6;}
#module_115956383 .pred-filter, #module_115956383 .choosed-tab{border-top-style:solid;}
#module_115956383 .pred-filter, #module_115956383 .choosed-tab, #module_115956383 .giantroom .btn-more{border-top-width:1px;} #module_115956383 .giantroom {margin-top: calc(-16px - 1px);}
#module_115956383 .pred-filter, #module_115956383 .choosed-tab, #module_115956383 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_115956383 .pred-filter, #module_115956383 .choosed-tab, #module_115956383 .giantroom .btn-more{border-bottom-style:solid;}
#module_115956383 .pred-filter, #module_115956383 .choosed-tab, #module_115956383 .giantroom .btn-more{border-bottom-width:1px;}
#module_115956383 .pred-filter, #module_115956383 .choosed-tab, #module_115956383 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_115956383 .pred-filter, #module_115956383 .choosed-tab, #module_115956383 .giantroom .btn-more{border-left-style:solid;}
#module_115956383 .pred-filter, #module_115956383 .choosed-tab, #module_115956383 .giantroom .btn-more{border-left-width:1px;}
#module_115956383 .pred-filter, #module_115956383 .choosed-tab, #module_115956383 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_115956383 .pred-filter, #module_115956383 .choosed-tab, #module_115956383 .giantroom .btn-more{border-right-style:solid;}
#module_115956383 .pred-filter, #module_115956383 .choosed-tab, #module_115956383 .giantroom .btn-more{border-right-width:1px;}
#module_115956383 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_115956383 .setting-left-bar{background-color:#fafafa;}
#module_115956383 .setting-left-bar{width:px} #module_115956383 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_115956383 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_115956383 .choosed-tab .icsmall{color:#999;}
#module_115956383 .setting-right-temp ul li{margin-right:10px;}
#module_115956383 .pagerGiant .text{font-size:px;}
#module_115956383 .pagerGiant .text{font-family:;}
#module_115956383 .pagerGiant .text{color:;}
#module_115956383 .pagerGiant .text{}
#module_115956383 .pagerGiant .text{}
#module_115956383 .pagerGiant .text{}
#module_115956383 .pagerGiant .current,#module_115956383 .pagerGiant .num,#module_115956383 .pagerGiant .inputer{width:px}
#module_115956383 .pagerGiant .current,#module_115956383 .pagerGiant .num,#module_115956383 .pagerGiant .inputer{height:px}
#module_115956383 .pagerGiant .num{font-size:px;}
#module_115956383 .pagerGiant .num{font-family:;}
#module_115956383 .pagerGiant .num{color:;}
#module_115956383 .pagerGiant .num{}
#module_115956383 .pagerGiant .num{}
#module_115956383 .pagerGiant .num{}
#module_115956383 .pagerGiant .submit{width:px}
#module_115956383 .pagerGiant .submit{height:px}
#module_115956383 .pagerGiant .current,#module_115956383 .pagerGiant .num,#module_115956383 .pagerGiant .inputer,#module_115956383 .pagerGiant .submit{border-top-left-radius:px;}
#module_115956383 .pagerGiant .current,#module_115956383 .pagerGiant .num,#module_115956383 .pagerGiant .inputer,#module_115956383 .pagerGiant .submit{border-top-right-radius:px;}
#module_115956383 .pagerGiant .current,#module_115956383 .pagerGiant .num,#module_115956383 .pagerGiant .inputer,#module_115956383 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_115956383 .pagerGiant .current,#module_115956383 .pagerGiant .num,#module_115956383 .pagerGiant .inputer,#module_115956383 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_115956383 .pagerGiant .next,#module_115956383 .pagerGiant .splitline{color:;}
#module_115956383 .pagerGiant .num{background-color:#fff;}
#module_115956383 .pagerGiant .num, #module_115956383 .pagerGiant .inputer{border-top-color:#ccc;}
#module_115956383 .pagerGiant .num, #module_115956383 .pagerGiant .inputer{border-top-style:solid;}
#module_115956383 .pagerGiant .num, #module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit, #module_115956383 .pagerGiant .inputer{border-top-width:1px;}
#module_115956383 .pagerGiant .num, #module_115956383 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_115956383 .pagerGiant .num, #module_115956383 .pagerGiant .inputer{border-bottom-style:solid;}
#module_115956383 .pagerGiant .num, #module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit, #module_115956383 .pagerGiant .inputer{border-bottom-width:1px;}
#module_115956383 .pagerGiant .num, #module_115956383 .pagerGiant .inputer{border-left-color:#ccc;}
#module_115956383 .pagerGiant .num, #module_115956383 .pagerGiant .inputer{border-left-style:solid;}
#module_115956383 .pagerGiant .num, #module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit, #module_115956383 .pagerGiant .inputer{border-left-width:1px;}
#module_115956383 .pagerGiant .num, #module_115956383 .pagerGiant .inputer{border-right-color:#ccc;}
#module_115956383 .pagerGiant .num, #module_115956383 .pagerGiant .inputer{border-right-style:solid;}
#module_115956383 .pagerGiant .num, #module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit, #module_115956383 .pagerGiant .inputer{border-right-width:1px;}
#module_115956383 .page-more a{font-size:px;}
#module_115956383 .page-more a{font-family:;}
#module_115956383 .page-more a{color: !important;}
#module_115956383 .page-more a{}
#module_115956383 .page-more a{}
#module_115956383 .page-more a{}
#module_115956383 .page-more a{background-color:#fff;}
#module_115956383 .page-more a{border-top-color:#eee;}
#module_115956383 .page-more a{border-top-style:solid;}
#module_115956383 .page-more a{border-top-width:2px;}
#module_115956383 .page-more a{border-bottom-color:#eee;}
#module_115956383 .page-more a{border-bottom-style:solid;}
#module_115956383 .page-more a{border-bottom-width:2px;}
#module_115956383 .page-more a{border-left-color:#eee;}
#module_115956383 .page-more a{border-left-style:solid;}
#module_115956383 .page-more a{border-left-width:2px;}
#module_115956383 .page-more a{border-right-color:#eee;}
#module_115956383 .page-more a{border-right-style:solid;}
#module_115956383 .page-more a{border-right-width:2px;}
#module_115956383 .pro-item:hover .pro-tit{background-color:rgb(24, 62, 124);}
#module_115956383 .pro-item:hover .pro-tit{background-image:none;}
#module_115956383 .pro-item:hover .pro-tit{background-repeat:no-repeat;}
#module_115956383 .pro-item:hover .pro-tit{}
#module_115956383 .pro-item:hover .pro-tit{}
#module_115956383 .pro-item:hover .pro-tit{}
#module_115956383 .pro-item:hover{border-top-color:transparent;}
#module_115956383 .pro-item:hover{border-top-style:none;}
#module_115956383 .pro-item:hover{border-top-width:0px;}
#module_115956383 .pro-item:hover{border-right-color:transparent;}
#module_115956383 .pro-item:hover{border-right-style:none;}
#module_115956383 .pro-item:hover{border-right-width:0px;}
#module_115956383 .pro-item:hover{border-bottom-color:transparent;}
#module_115956383 .pro-item:hover{border-bottom-style:none;}
#module_115956383 .pro-item:hover{border-bottom-width:0px;}
#module_115956383 .pro-item:hover{border-left-color:transparent;}
#module_115956383 .pro-item:hover{border-left-style:none;}
#module_115956383 .pro-item:hover{border-left-width:0px;}
#module_115956383 .pro-img:hover{border-top-color:transparent;}
#module_115956383 .pro-img:hover{border-top-style:none;}
#module_115956383 .pro-img:hover{border-top-width:0px;}
#module_115956383 .pro-img:hover{border-right-color:transparent;}
#module_115956383 .pro-img:hover{border-right-style:none;}
#module_115956383 .pro-img:hover{border-right-width:0px;}
#module_115956383 .pro-img:hover{border-bottom-color:transparent;}
#module_115956383 .pro-img:hover{border-bottom-style:none;}
#module_115956383 .pro-img:hover{border-bottom-width:0px;}
#module_115956383 .pro-img:hover{border-left-color:transparent;}
#module_115956383 .pro-img:hover{border-left-style:none;}
#module_115956383 .pro-img:hover{border-left-width:0px;}
#module_115956383 .pro-item:hover .pro-name{font-size:16px;}
#module_115956383 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_115956383 .pro-item:hover .pro-name{color:#fff;}
#module_115956383 .pro-item:hover .pro-name{font-weight:normal;}
#module_115956383 .pro-item:hover .pro-name{text-decoration:none;}
#module_115956383 .pro-item:hover .pro-name{font-style:normal;}
#module_115956383 .pro-item:hover .pro-price{font-size:20px;}
#module_115956383 .pro-item:hover .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_115956383 .pro-item:hover .pro-price{color:#fff;}
#module_115956383 .pro-item:hover .pro-price{font-weight:normal;}
#module_115956383 .pro-item:hover .pro-price{text-decoration:none;}
#module_115956383 .pro-item:hover .pro-price{font-style:normal;}
#module_115956383 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-size:15px;}
#module_115956383 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-family:微软雅黑,Microsoft YaHei;}
#module_115956383 .pro-item:hover .pro-buybtn .pro-buybtn-txt{color:#fff;}
#module_115956383 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-weight:normal;}
#module_115956383 .pro-item:hover .pro-buybtn .pro-buybtn-txt{text-decoration:none;}
#module_115956383 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-style:normal;}
#module_115956383 .pro-item:hover .pro-buybtn{background-color:transparent;}
#module_115956383 .pro-item:hover .pro-buybtn{background-image:none;}
#module_115956383 .pro-item:hover .pro-buybtn{background-repeat:no-repeat;}
#module_115956383 .pro-item:hover .pro-buybtn{}
#module_115956383 .pro-item:hover .pro-buybtn{}
#module_115956383 .pro-item:hover .pro-buybtn{}
#module_115956383 .pro-item:hover .pro-buybtn{border-top-color:#fff;}
#module_115956383 .pro-item:hover .pro-buybtn{border-top-style:solid;}
#module_115956383 .pro-item:hover .pro-buybtn{border-top-width:1px;}
#module_115956383 .pro-item:hover .pro-buybtn{border-right-color:#fff;}
#module_115956383 .pro-item:hover .pro-buybtn{border-right-style:solid;}
#module_115956383 .pro-item:hover .pro-buybtn{border-right-width:1px;}
#module_115956383 .pro-item:hover .pro-buybtn{border-bottom-color:#fff;}
#module_115956383 .pro-item:hover .pro-buybtn{border-bottom-style:solid;}
#module_115956383 .pro-item:hover .pro-buybtn{border-bottom-width:1px;}
#module_115956383 .pro-item:hover .pro-buybtn{border-left-color:#fff;}
#module_115956383 .pro-item:hover .pro-buybtn{border-left-style:solid;}
#module_115956383 .pro-item:hover .pro-buybtn{border-left-width:1px;}
#module_115956383 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_115956383 .pro-item:hover .pro-buybtn .icon-xunpan1{font-size:16px;}
#module_115956383 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_115956383  .pro-item:hover .pro-buybtn .icon-xunpan1{font-family:;}
#module_115956383 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_115956383  .pro-item:hover .pro-buybtn .icon-xunpan1{color:#fff;}
#module_115956383 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_115956383  .pro-item:hover .pro-buybtn .icon-xunpan1{font-weight:normal;}
#module_115956383 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_115956383  .pro-item:hover .pro-buybtn .icon-xunpan1{text-decoration:none;}
#module_115956383 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_115956383  .pro-item:hover .pro-buybtn .icon-xunpan1{font-style:normal;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#fd6e27;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_115956383 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_115956383 .selected-light:hover,#module_115956383 .selected-light.active,#module_115956383 .items-active{font-size:12px;}
#module_115956383 .selected-light:hover,#module_115956383 .selected-light.active,#module_115956383 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_115956383 .selected-light:hover,#module_115956383 .selected-light.active,#module_115956383 .items-active{color:#fd6e27;} #module_115956383 .items-active{border-color:#fd6e27;} #module_115956383 .bean-finish{background:#fd6e27;}
#module_115956383 .selected-light:hover,#module_115956383 .selected-light.active,#module_115956383 .items-active{font-weight:normal;}
#module_115956383 .selected-light:hover,#module_115956383 .selected-light.active,#module_115956383 .items-active{text-decoration:none;}
#module_115956383 .selected-light:hover,#module_115956383 .selected-light.active,#module_115956383 .items-active{}
#module_115956383 .setting-left-bar:hover{background-color:#fafafa;}
#module_115956383 .setting-right-temp ul li:hover, #module_115956383 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_115956383 .choosed-tab .icsmall:hover{color:#999;}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit{font-size:px;}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit{font-family:;}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit{color:;}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit{}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit{}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit{}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit{background-color:#fd6e27;}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit, #module_115956383 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit, #module_115956383 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit, #module_115956383 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit, #module_115956383 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit, #module_115956383 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit, #module_115956383 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit, #module_115956383 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_115956383 .pagerGiant .current, #module_115956383 .pagerGiant .submit, #module_115956383 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_115956383 .page-more a:hover{font-size:px;}
#module_115956383 .page-more:hover a{font-family:;}
#module_115956383 .page-more a:hover{color: !important;}
#module_115956383 .page-more a:hover {}
#module_115956383 .page-more a:hover {}
#module_115956383 .page-more a:hover {}
#module_115956383 .page-more a:hover{background-color:#fff;}
#module_115956383 .page-more a:hover{border-top-color:#eee;}
#module_115956383 .page-more a:hover{border-top-style:solid;}
#module_115956383 .page-more a:hover{border-bottom-color:#eee;}
#module_115956383 .page-more a:hover{border-bottom-style:solid;}
#module_115956383 .page-more a:hover{border-left-color:#eee;}
#module_115956383 .page-more a:hover{border-left-style:solid;}
#module_115956383 .page-more a:hover{border-right-color:#eee;}
#module_115956383 .page-more a:hover{border-right-style:solid;}



.module_135244529 .ModuleHead .HeadCenter{float:none;}
#module_135244529 {
padding:0px;
}
#module_135244529 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_135244529 .ModuleHead135244529 {
display:none;
}
#module_135244529 .BodyCenter.BodyCenter135244529 {
background:none;background-color:rgba(0,0,0,0);
}
#module_135244529 >.module_135244529 {
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_135244529 >.module_135244529{
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_135244529 .BodyCenter.BodyCenter135244529 {
padding-top:0.7813%;
padding-left:0.7813%;
padding-right:1.1719%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_135244529 .BodyCenter.BodyCenter135244529 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_135244529 >.module_135244529 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_135244529 >.module_135244529 {
margin-top:7.4928%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_135244529 >.module_135244529 {box-shadow: 0px 0px 0px 0px #ccc}
#module_135244529:hover {
border:none;
}
#module_135244529:hover >.module_135244529 {
border-color:#ccc;
}
#module_135244529:hover >.module_135244529 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_135244529 .pro-item{margin-bottom:40px; margin-right:40px;} #module_135244529 .pro-container li.col-lg-2{width:calc((100% - 40px) / 2);} #module_135244529 .pro-container li.col-lg-3{width:calc((100% - 40px * 2) / 3);} #module_135244529 .pro-container li.col-lg-4{width:calc((100% - 40px * 3) / 4);} #module_135244529 .pro-container li.col-lg-5{width:calc((100% - 40px * 4) / 5);} #module_135244529 .pro-container li.col-lg-6{width:calc((100% - 40px * 5) / 6);}
#module_135244529 .pro-item .pro-tit{background-color:rgb(255, 255, 255);}
#module_135244529 .pro-item .pro-tit{background-image:none;}
#module_135244529 .pro-item .pro-tit{background-repeat:no-repeat;}
#module_135244529 .pro-item .pro-tit{}
#module_135244529 .pro-item .pro-tit{}
#module_135244529 .pro-item .pro-tit{}
#module_135244529 .pro-item{border-top-color:transparent;}
#module_135244529 .pro-item{border-top-style:none;}
#module_135244529 .pro-item{border-top-width:0px;}
#module_135244529 .pro-item{border-right-color:transparent;}
#module_135244529 .pro-item{border-right-style:none;}
#module_135244529 .pro-item{border-right-width:0px;}
#module_135244529 .pro-item{border-bottom-color:transparent;}
#module_135244529 .pro-item{border-bottom-style:none;}
#module_135244529 .pro-item{border-bottom-width:0px;}
#module_135244529 .pro-item{border-left-color:transparent;}
#module_135244529 .pro-item{border-left-style:none;}
#module_135244529 .pro-item{border-left-width:0px;}
#module_135244529 .pro-img .dummy{background-color:rgba(242, 242, 242, 0.39);}
#module_135244529 .pro-img .dummy{background-image:none;}
#module_135244529 .pro-img .dummy{background-repeat:no-repeat;}
#module_135244529 .pro-img .dummy{}
#module_135244529 .pro-img .dummy{}
#module_135244529 .pro-img .dummy{}
#module_135244529 .pro-img .dummy{padding-top:100%;}
#module_135244529 .pro-img img{ object-fit:unset;}
#module_135244529 .pro-img img{ width:auto;}
#module_135244529 .pro-img img{ height:auto;}
#module_135244529 .pro-img img{border-radius:0px;}
#module_135244529 .pro-img{border-top-color:transparent;}
#module_135244529 .pro-img{border-top-style:none;}
#module_135244529 .pro-img{border-top-width:0px;}
#module_135244529 .pro-img{border-right-color:transparent;}
#module_135244529 .pro-img{border-right-style:none;}
#module_135244529 .pro-img{border-right-width:0px;}
#module_135244529 .pro-img{border-bottom-color:transparent;}
#module_135244529 .pro-img{border-bottom-style:none;}
#module_135244529 .pro-img{border-bottom-width:0px;}
#module_135244529 .pro-img{border-left-color:transparent;}
#module_135244529 .pro-img{border-left-style:none;}
#module_135244529 .pro-img{border-left-width:0px;}
#module_135244529 .pro-name{font-size:16px;}
#module_135244529 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_135244529 .pro-name{color:#262626;}
#module_135244529 .pro-name{font-weight:normal;}
#module_135244529 .pro-name{text-decoration:none;}
#module_135244529 .pro-name{font-style:normal;}
#module_135244529 .pro-name{margin-top:0px;}
#module_135244529 .pro-name{margin-bottom:0px;}
#module_135244529 .pro-price{font-size:20px;}
#module_135244529 .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_135244529 .pro-price{color:rgb(44, 97, 200);}
#module_135244529 .pro-price{font-weight:normal;}
#module_135244529 .pro-price{text-decoration:none;}
#module_135244529 .pro-price{font-style:normal;}
#module_135244529 .pro-buybtn{background-color:transparent;}
#module_135244529 .pro-buybtn{background-image:none;}
#module_135244529 .pro-buybtn{background-repeat:no-repeat;}
#module_135244529 .pro-buybtn{}
#module_135244529 .pro-buybtn{}
#module_135244529 .pro-buybtn{}
#module_135244529 .pro-buybtn{border-top-color:#fd6e27;}
#module_135244529 .pro-buybtn{border-top-style:solid;}
#module_135244529 .pro-buybtn{border-top-width:1px;}
#module_135244529 .pro-buybtn{border-right-color:#fd6e27;}
#module_135244529 .pro-buybtn{border-right-style:solid;}
#module_135244529 .pro-buybtn{border-right-width:1px;}
#module_135244529 .pro-buybtn{border-bottom-color:#fd6e27;}
#module_135244529 .pro-buybtn{border-bottom-style:solid;}
#module_135244529 .pro-buybtn{border-bottom-width:1px;}
#module_135244529 .pro-buybtn{border-left-color:#fd6e27;}
#module_135244529 .pro-buybtn{border-left-style:solid;}
#module_135244529 .pro-buybtn{border-left-width:1px;}
#module_135244529 .pro-buybtn .icon-gouwuche,#module_135244529 .pro-buybtn .icon-xunpan1{font-size:16px;}
#module_135244529 .pro-buybtn .icon-gouwuche,#module_135244529 .pro-buybtn .icon-xunpan1{font-family:;}
#module_135244529 .pro-buybtn .icon-gouwuche,#module_135244529 .pro-buybtn .icon-xunpan1{color:#fd6e27;}
#module_135244529 .pro-buybtn .icon-gouwuche,#module_135244529 .pro-buybtn .icon-xunpan1{font-weight:normal;}
#module_135244529 .pro-buybtn .icon-gouwuche,#module_135244529 .pro-buybtn .icon-xunpan1{text-decoration:none;}
#module_135244529 .pro-buybtn .icon-gouwuche,#module_135244529 .pro-buybtn .icon-xunpan1{font-style:normal;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li,#module_135244529 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_135244529 .choosed-tab, #module_135244529 .setting-screening-criteria{font-size:12px;}
#module_135244529 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_135244529 .choosed-tab, #module_135244529 .setting-screening-criteria{color:#fd6e27;}
#module_135244529 .choosed-tab{font-weight:normal;}
#module_135244529 .choosed-tab{text-decoration:initial;}
#module_135244529 .choosed-tab{font-style:normal;}
#module_135244529 .selected-light,#module_135244529 .setting-all, #module_135244529 .setting-left-bar, #module_135244529 .setting-pred-warp .setting-collapse, #module_135244529 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_135244529 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_135244529 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_135244529 .selected-light,#module_135244529 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_135244529 .selected-light,#module_135244529 .setting-left-bar,#module_135244529 .setting-reset,#module_135244529 .setting-pred-warp .setting-collapse,#module_135244529 .giantroom .btn-more{color:#666;}
#module_135244529 .selected-light{font-weight:normal;}
#module_135244529 .selected-light,#module_135244529 .setting-all{text-decoration:none;}
#module_135244529 .selected-light,#module_135244529 .setting-all{}
#module_135244529 .setting-right-temp ul li, #module_135244529 .choosed-tab{border-top-left-radius:2px;}
#module_135244529 .setting-right-temp ul li, #module_135244529 .choosed-tab{border-top-right-radius:2px;}
#module_135244529 .setting-right-temp ul li, #module_135244529 .choosed-tab{border-bottom-left-radius:2px;}
#module_135244529 .setting-right-temp ul li, #module_135244529 .choosed-tab{border-bottom-right-radius:2px;}
#module_135244529 .pred-filter, #module_135244529 .choosed-tab{border-top-color:#d6d6d6;}
#module_135244529 .pred-filter, #module_135244529 .choosed-tab{border-top-style:solid;}
#module_135244529 .pred-filter, #module_135244529 .choosed-tab, #module_135244529 .giantroom .btn-more{border-top-width:1px;} #module_135244529 .giantroom {margin-top: calc(-16px - 1px);}
#module_135244529 .pred-filter, #module_135244529 .choosed-tab, #module_135244529 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_135244529 .pred-filter, #module_135244529 .choosed-tab, #module_135244529 .giantroom .btn-more{border-bottom-style:solid;}
#module_135244529 .pred-filter, #module_135244529 .choosed-tab, #module_135244529 .giantroom .btn-more{border-bottom-width:1px;}
#module_135244529 .pred-filter, #module_135244529 .choosed-tab, #module_135244529 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_135244529 .pred-filter, #module_135244529 .choosed-tab, #module_135244529 .giantroom .btn-more{border-left-style:solid;}
#module_135244529 .pred-filter, #module_135244529 .choosed-tab, #module_135244529 .giantroom .btn-more{border-left-width:1px;}
#module_135244529 .pred-filter, #module_135244529 .choosed-tab, #module_135244529 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_135244529 .pred-filter, #module_135244529 .choosed-tab, #module_135244529 .giantroom .btn-more{border-right-style:solid;}
#module_135244529 .pred-filter, #module_135244529 .choosed-tab, #module_135244529 .giantroom .btn-more{border-right-width:1px;}
#module_135244529 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_135244529 .setting-left-bar{background-color:#fafafa;}
#module_135244529 .setting-left-bar{width:px} #module_135244529 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_135244529 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_135244529 .choosed-tab .icsmall{color:#999;}
#module_135244529 .setting-right-temp ul li{margin-right:10px;}
#module_135244529 .pagerGiant .text{font-size:px;}
#module_135244529 .pagerGiant .text{font-family:;}
#module_135244529 .pagerGiant .text{color:;}
#module_135244529 .pagerGiant .text{}
#module_135244529 .pagerGiant .text{}
#module_135244529 .pagerGiant .text{}
#module_135244529 .pagerGiant .current,#module_135244529 .pagerGiant .num,#module_135244529 .pagerGiant .inputer{width:px}
#module_135244529 .pagerGiant .current,#module_135244529 .pagerGiant .num,#module_135244529 .pagerGiant .inputer{height:px}
#module_135244529 .pagerGiant .num{font-size:px;}
#module_135244529 .pagerGiant .num{font-family:;}
#module_135244529 .pagerGiant .num{color:;}
#module_135244529 .pagerGiant .num{}
#module_135244529 .pagerGiant .num{}
#module_135244529 .pagerGiant .num{}
#module_135244529 .pagerGiant .submit{width:px}
#module_135244529 .pagerGiant .submit{height:px}
#module_135244529 .pagerGiant .current,#module_135244529 .pagerGiant .num,#module_135244529 .pagerGiant .inputer,#module_135244529 .pagerGiant .submit{border-top-left-radius:px;}
#module_135244529 .pagerGiant .current,#module_135244529 .pagerGiant .num,#module_135244529 .pagerGiant .inputer,#module_135244529 .pagerGiant .submit{border-top-right-radius:px;}
#module_135244529 .pagerGiant .current,#module_135244529 .pagerGiant .num,#module_135244529 .pagerGiant .inputer,#module_135244529 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_135244529 .pagerGiant .current,#module_135244529 .pagerGiant .num,#module_135244529 .pagerGiant .inputer,#module_135244529 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_135244529 .pagerGiant .next,#module_135244529 .pagerGiant .splitline{color:;}
#module_135244529 .pagerGiant .num{background-color:#fff;}
#module_135244529 .pagerGiant .num, #module_135244529 .pagerGiant .inputer{border-top-color:#ccc;}
#module_135244529 .pagerGiant .num, #module_135244529 .pagerGiant .inputer{border-top-style:solid;}
#module_135244529 .pagerGiant .num, #module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit, #module_135244529 .pagerGiant .inputer{border-top-width:1px;}
#module_135244529 .pagerGiant .num, #module_135244529 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_135244529 .pagerGiant .num, #module_135244529 .pagerGiant .inputer{border-bottom-style:solid;}
#module_135244529 .pagerGiant .num, #module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit, #module_135244529 .pagerGiant .inputer{border-bottom-width:1px;}
#module_135244529 .pagerGiant .num, #module_135244529 .pagerGiant .inputer{border-left-color:#ccc;}
#module_135244529 .pagerGiant .num, #module_135244529 .pagerGiant .inputer{border-left-style:solid;}
#module_135244529 .pagerGiant .num, #module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit, #module_135244529 .pagerGiant .inputer{border-left-width:1px;}
#module_135244529 .pagerGiant .num, #module_135244529 .pagerGiant .inputer{border-right-color:#ccc;}
#module_135244529 .pagerGiant .num, #module_135244529 .pagerGiant .inputer{border-right-style:solid;}
#module_135244529 .pagerGiant .num, #module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit, #module_135244529 .pagerGiant .inputer{border-right-width:1px;}
#module_135244529 .page-more a{font-size:px;}
#module_135244529 .page-more a{font-family:;}
#module_135244529 .page-more a{color: !important;}
#module_135244529 .page-more a{}
#module_135244529 .page-more a{}
#module_135244529 .page-more a{}
#module_135244529 .page-more a{background-color:#fff;}
#module_135244529 .page-more a{border-top-color:#eee;}
#module_135244529 .page-more a{border-top-style:solid;}
#module_135244529 .page-more a{border-top-width:2px;}
#module_135244529 .page-more a{border-bottom-color:#eee;}
#module_135244529 .page-more a{border-bottom-style:solid;}
#module_135244529 .page-more a{border-bottom-width:2px;}
#module_135244529 .page-more a{border-left-color:#eee;}
#module_135244529 .page-more a{border-left-style:solid;}
#module_135244529 .page-more a{border-left-width:2px;}
#module_135244529 .page-more a{border-right-color:#eee;}
#module_135244529 .page-more a{border-right-style:solid;}
#module_135244529 .page-more a{border-right-width:2px;}
#module_135244529 .pro-item:hover .pro-tit{background-color:rgb(24, 62, 124);}
#module_135244529 .pro-item:hover .pro-tit{background-image:none;}
#module_135244529 .pro-item:hover .pro-tit{background-repeat:no-repeat;}
#module_135244529 .pro-item:hover .pro-tit{}
#module_135244529 .pro-item:hover .pro-tit{}
#module_135244529 .pro-item:hover .pro-tit{}
#module_135244529 .pro-item:hover{border-top-color:transparent;}
#module_135244529 .pro-item:hover{border-top-style:none;}
#module_135244529 .pro-item:hover{border-top-width:0px;}
#module_135244529 .pro-item:hover{border-right-color:transparent;}
#module_135244529 .pro-item:hover{border-right-style:none;}
#module_135244529 .pro-item:hover{border-right-width:0px;}
#module_135244529 .pro-item:hover{border-bottom-color:transparent;}
#module_135244529 .pro-item:hover{border-bottom-style:none;}
#module_135244529 .pro-item:hover{border-bottom-width:0px;}
#module_135244529 .pro-item:hover{border-left-color:transparent;}
#module_135244529 .pro-item:hover{border-left-style:none;}
#module_135244529 .pro-item:hover{border-left-width:0px;}
#module_135244529 .pro-img:hover{border-top-color:transparent;}
#module_135244529 .pro-img:hover{border-top-style:none;}
#module_135244529 .pro-img:hover{border-top-width:0px;}
#module_135244529 .pro-img:hover{border-right-color:transparent;}
#module_135244529 .pro-img:hover{border-right-style:none;}
#module_135244529 .pro-img:hover{border-right-width:0px;}
#module_135244529 .pro-img:hover{border-bottom-color:transparent;}
#module_135244529 .pro-img:hover{border-bottom-style:none;}
#module_135244529 .pro-img:hover{border-bottom-width:0px;}
#module_135244529 .pro-img:hover{border-left-color:transparent;}
#module_135244529 .pro-img:hover{border-left-style:none;}
#module_135244529 .pro-img:hover{border-left-width:0px;}
#module_135244529 .pro-item:hover .pro-name{font-size:16px;}
#module_135244529 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_135244529 .pro-item:hover .pro-name{color:#fff;}
#module_135244529 .pro-item:hover .pro-name{font-weight:normal;}
#module_135244529 .pro-item:hover .pro-name{text-decoration:none;}
#module_135244529 .pro-item:hover .pro-name{font-style:normal;}
#module_135244529 .pro-item:hover .pro-price{font-size:20px;}
#module_135244529 .pro-item:hover .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_135244529 .pro-item:hover .pro-price{color:#fff;}
#module_135244529 .pro-item:hover .pro-price{font-weight:normal;}
#module_135244529 .pro-item:hover .pro-price{text-decoration:none;}
#module_135244529 .pro-item:hover .pro-price{font-style:normal;}
#module_135244529 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-size:15px;}
#module_135244529 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-family:微软雅黑,Microsoft YaHei;}
#module_135244529 .pro-item:hover .pro-buybtn .pro-buybtn-txt{color:#fff;}
#module_135244529 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-weight:normal;}
#module_135244529 .pro-item:hover .pro-buybtn .pro-buybtn-txt{text-decoration:none;}
#module_135244529 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-style:normal;}
#module_135244529 .pro-item:hover .pro-buybtn{background-color:transparent;}
#module_135244529 .pro-item:hover .pro-buybtn{background-image:none;}
#module_135244529 .pro-item:hover .pro-buybtn{background-repeat:no-repeat;}
#module_135244529 .pro-item:hover .pro-buybtn{}
#module_135244529 .pro-item:hover .pro-buybtn{}
#module_135244529 .pro-item:hover .pro-buybtn{}
#module_135244529 .pro-item:hover .pro-buybtn{border-top-color:#fff;}
#module_135244529 .pro-item:hover .pro-buybtn{border-top-style:solid;}
#module_135244529 .pro-item:hover .pro-buybtn{border-top-width:1px;}
#module_135244529 .pro-item:hover .pro-buybtn{border-right-color:#fff;}
#module_135244529 .pro-item:hover .pro-buybtn{border-right-style:solid;}
#module_135244529 .pro-item:hover .pro-buybtn{border-right-width:1px;}
#module_135244529 .pro-item:hover .pro-buybtn{border-bottom-color:#fff;}
#module_135244529 .pro-item:hover .pro-buybtn{border-bottom-style:solid;}
#module_135244529 .pro-item:hover .pro-buybtn{border-bottom-width:1px;}
#module_135244529 .pro-item:hover .pro-buybtn{border-left-color:#fff;}
#module_135244529 .pro-item:hover .pro-buybtn{border-left-style:solid;}
#module_135244529 .pro-item:hover .pro-buybtn{border-left-width:1px;}
#module_135244529 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244529 .pro-item:hover .pro-buybtn .icon-xunpan1{font-size:16px;}
#module_135244529 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244529  .pro-item:hover .pro-buybtn .icon-xunpan1{font-family:;}
#module_135244529 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244529  .pro-item:hover .pro-buybtn .icon-xunpan1{color:#fff;}
#module_135244529 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244529  .pro-item:hover .pro-buybtn .icon-xunpan1{font-weight:normal;}
#module_135244529 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244529  .pro-item:hover .pro-buybtn .icon-xunpan1{text-decoration:none;}
#module_135244529 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244529  .pro-item:hover .pro-buybtn .icon-xunpan1{font-style:normal;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#fd6e27;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244529 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_135244529 .selected-light:hover,#module_135244529 .selected-light.active,#module_135244529 .items-active{font-size:12px;}
#module_135244529 .selected-light:hover,#module_135244529 .selected-light.active,#module_135244529 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_135244529 .selected-light:hover,#module_135244529 .selected-light.active,#module_135244529 .items-active{color:#fd6e27;} #module_135244529 .items-active{border-color:#fd6e27;} #module_135244529 .bean-finish{background:#fd6e27;}
#module_135244529 .selected-light:hover,#module_135244529 .selected-light.active,#module_135244529 .items-active{font-weight:normal;}
#module_135244529 .selected-light:hover,#module_135244529 .selected-light.active,#module_135244529 .items-active{text-decoration:none;}
#module_135244529 .selected-light:hover,#module_135244529 .selected-light.active,#module_135244529 .items-active{}
#module_135244529 .setting-left-bar:hover{background-color:#fafafa;}
#module_135244529 .setting-right-temp ul li:hover, #module_135244529 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_135244529 .choosed-tab .icsmall:hover{color:#999;}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit{font-size:px;}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit{font-family:;}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit{color:;}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit{}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit{}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit{}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit{background-color:#fd6e27;}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit, #module_135244529 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit, #module_135244529 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit, #module_135244529 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit, #module_135244529 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit, #module_135244529 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit, #module_135244529 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit, #module_135244529 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_135244529 .pagerGiant .current, #module_135244529 .pagerGiant .submit, #module_135244529 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_135244529 .page-more a:hover{font-size:px;}
#module_135244529 .page-more:hover a{font-family:;}
#module_135244529 .page-more a:hover{color: !important;}
#module_135244529 .page-more a:hover {}
#module_135244529 .page-more a:hover {}
#module_135244529 .page-more a:hover {}
#module_135244529 .page-more a:hover{background-color:#fff;}
#module_135244529 .page-more a:hover{border-top-color:#eee;}
#module_135244529 .page-more a:hover{border-top-style:solid;}
#module_135244529 .page-more a:hover{border-bottom-color:#eee;}
#module_135244529 .page-more a:hover{border-bottom-style:solid;}
#module_135244529 .page-more a:hover{border-left-color:#eee;}
#module_135244529 .page-more a:hover{border-left-style:solid;}
#module_135244529 .page-more a:hover{border-right-color:#eee;}
#module_135244529 .page-more a:hover{border-right-style:solid;}



.module_135244532 .ModuleHead .HeadCenter{float:none;}
#module_135244532 {
padding:0px;
}
#module_135244532 {
position:static;
z-index:0;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_135244532 .ModuleHead135244532 {
display:none;
}
#module_135244532 .BodyCenter.BodyCenter135244532 {
background:none;background-color:rgba(0,0,0,0);
}
#module_135244532 >.module_135244532 {
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_135244532 >.module_135244532{
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_135244532 .BodyCenter.BodyCenter135244532 {
padding-top:0.7813%;
padding-left:0.7813%;
padding-right:1.1719%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_135244532 .BodyCenter.BodyCenter135244532 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_135244532 >.module_135244532 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_135244532 >.module_135244532 {
margin-top:7.4928%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_135244532 >.module_135244532 {box-shadow: 0px 0px 0px 0px #ccc}
#module_135244532:hover {
border:none;
}
#module_135244532:hover >.module_135244532 {
border-color:#ccc;
}
#module_135244532:hover >.module_135244532 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_135244532 .pro-item{margin-bottom:40px; margin-right:40px;} #module_135244532 .pro-container li.col-lg-2{width:calc((100% - 40px) / 2);} #module_135244532 .pro-container li.col-lg-3{width:calc((100% - 40px * 2) / 3);} #module_135244532 .pro-container li.col-lg-4{width:calc((100% - 40px * 3) / 4);} #module_135244532 .pro-container li.col-lg-5{width:calc((100% - 40px * 4) / 5);} #module_135244532 .pro-container li.col-lg-6{width:calc((100% - 40px * 5) / 6);}
#module_135244532 .pro-item .pro-tit{background-color:rgb(255, 255, 255);}
#module_135244532 .pro-item .pro-tit{background-image:none;}
#module_135244532 .pro-item .pro-tit{background-repeat:no-repeat;}
#module_135244532 .pro-item .pro-tit{}
#module_135244532 .pro-item .pro-tit{}
#module_135244532 .pro-item .pro-tit{}
#module_135244532 .pro-item{border-top-color:transparent;}
#module_135244532 .pro-item{border-top-style:none;}
#module_135244532 .pro-item{border-top-width:0px;}
#module_135244532 .pro-item{border-right-color:transparent;}
#module_135244532 .pro-item{border-right-style:none;}
#module_135244532 .pro-item{border-right-width:0px;}
#module_135244532 .pro-item{border-bottom-color:transparent;}
#module_135244532 .pro-item{border-bottom-style:none;}
#module_135244532 .pro-item{border-bottom-width:0px;}
#module_135244532 .pro-item{border-left-color:transparent;}
#module_135244532 .pro-item{border-left-style:none;}
#module_135244532 .pro-item{border-left-width:0px;}
#module_135244532 .pro-img .dummy{background-color:rgba(242, 242, 242, 0.39);}
#module_135244532 .pro-img .dummy{background-image:none;}
#module_135244532 .pro-img .dummy{background-repeat:no-repeat;}
#module_135244532 .pro-img .dummy{}
#module_135244532 .pro-img .dummy{}
#module_135244532 .pro-img .dummy{}
#module_135244532 .pro-img .dummy{padding-top:100%;}
#module_135244532 .pro-img img{ object-fit:unset;}
#module_135244532 .pro-img img{ width:auto;}
#module_135244532 .pro-img img{ height:auto;}
#module_135244532 .pro-img img{border-radius:0px;}
#module_135244532 .pro-img{border-top-color:transparent;}
#module_135244532 .pro-img{border-top-style:none;}
#module_135244532 .pro-img{border-top-width:0px;}
#module_135244532 .pro-img{border-right-color:transparent;}
#module_135244532 .pro-img{border-right-style:none;}
#module_135244532 .pro-img{border-right-width:0px;}
#module_135244532 .pro-img{border-bottom-color:transparent;}
#module_135244532 .pro-img{border-bottom-style:none;}
#module_135244532 .pro-img{border-bottom-width:0px;}
#module_135244532 .pro-img{border-left-color:transparent;}
#module_135244532 .pro-img{border-left-style:none;}
#module_135244532 .pro-img{border-left-width:0px;}
#module_135244532 .pro-name{font-size:16px;}
#module_135244532 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_135244532 .pro-name{color:#262626;}
#module_135244532 .pro-name{font-weight:normal;}
#module_135244532 .pro-name{text-decoration:none;}
#module_135244532 .pro-name{font-style:normal;}
#module_135244532 .pro-name{margin-top:0px;}
#module_135244532 .pro-name{margin-bottom:0px;}
#module_135244532 .pro-price{font-size:20px;}
#module_135244532 .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_135244532 .pro-price{color:rgb(44, 97, 200);}
#module_135244532 .pro-price{font-weight:normal;}
#module_135244532 .pro-price{text-decoration:none;}
#module_135244532 .pro-price{font-style:normal;}
#module_135244532 .pro-buybtn{background-color:transparent;}
#module_135244532 .pro-buybtn{background-image:none;}
#module_135244532 .pro-buybtn{background-repeat:no-repeat;}
#module_135244532 .pro-buybtn{}
#module_135244532 .pro-buybtn{}
#module_135244532 .pro-buybtn{}
#module_135244532 .pro-buybtn{border-top-color:#fd6e27;}
#module_135244532 .pro-buybtn{border-top-style:solid;}
#module_135244532 .pro-buybtn{border-top-width:1px;}
#module_135244532 .pro-buybtn{border-right-color:#fd6e27;}
#module_135244532 .pro-buybtn{border-right-style:solid;}
#module_135244532 .pro-buybtn{border-right-width:1px;}
#module_135244532 .pro-buybtn{border-bottom-color:#fd6e27;}
#module_135244532 .pro-buybtn{border-bottom-style:solid;}
#module_135244532 .pro-buybtn{border-bottom-width:1px;}
#module_135244532 .pro-buybtn{border-left-color:#fd6e27;}
#module_135244532 .pro-buybtn{border-left-style:solid;}
#module_135244532 .pro-buybtn{border-left-width:1px;}
#module_135244532 .pro-buybtn .icon-gouwuche,#module_135244532 .pro-buybtn .icon-xunpan1{font-size:16px;}
#module_135244532 .pro-buybtn .icon-gouwuche,#module_135244532 .pro-buybtn .icon-xunpan1{font-family:;}
#module_135244532 .pro-buybtn .icon-gouwuche,#module_135244532 .pro-buybtn .icon-xunpan1{color:#fd6e27;}
#module_135244532 .pro-buybtn .icon-gouwuche,#module_135244532 .pro-buybtn .icon-xunpan1{font-weight:normal;}
#module_135244532 .pro-buybtn .icon-gouwuche,#module_135244532 .pro-buybtn .icon-xunpan1{text-decoration:none;}
#module_135244532 .pro-buybtn .icon-gouwuche,#module_135244532 .pro-buybtn .icon-xunpan1{font-style:normal;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li,#module_135244532 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_135244532 .choosed-tab, #module_135244532 .setting-screening-criteria{font-size:12px;}
#module_135244532 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_135244532 .choosed-tab, #module_135244532 .setting-screening-criteria{color:#fd6e27;}
#module_135244532 .choosed-tab{font-weight:normal;}
#module_135244532 .choosed-tab{text-decoration:initial;}
#module_135244532 .choosed-tab{font-style:normal;}
#module_135244532 .selected-light,#module_135244532 .setting-all, #module_135244532 .setting-left-bar, #module_135244532 .setting-pred-warp .setting-collapse, #module_135244532 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_135244532 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_135244532 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_135244532 .selected-light,#module_135244532 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_135244532 .selected-light,#module_135244532 .setting-left-bar,#module_135244532 .setting-reset,#module_135244532 .setting-pred-warp .setting-collapse,#module_135244532 .giantroom .btn-more{color:#666;}
#module_135244532 .selected-light{font-weight:normal;}
#module_135244532 .selected-light,#module_135244532 .setting-all{text-decoration:none;}
#module_135244532 .selected-light,#module_135244532 .setting-all{}
#module_135244532 .setting-right-temp ul li, #module_135244532 .choosed-tab{border-top-left-radius:2px;}
#module_135244532 .setting-right-temp ul li, #module_135244532 .choosed-tab{border-top-right-radius:2px;}
#module_135244532 .setting-right-temp ul li, #module_135244532 .choosed-tab{border-bottom-left-radius:2px;}
#module_135244532 .setting-right-temp ul li, #module_135244532 .choosed-tab{border-bottom-right-radius:2px;}
#module_135244532 .pred-filter, #module_135244532 .choosed-tab{border-top-color:#d6d6d6;}
#module_135244532 .pred-filter, #module_135244532 .choosed-tab{border-top-style:solid;}
#module_135244532 .pred-filter, #module_135244532 .choosed-tab, #module_135244532 .giantroom .btn-more{border-top-width:1px;} #module_135244532 .giantroom {margin-top: calc(-16px - 1px);}
#module_135244532 .pred-filter, #module_135244532 .choosed-tab, #module_135244532 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_135244532 .pred-filter, #module_135244532 .choosed-tab, #module_135244532 .giantroom .btn-more{border-bottom-style:solid;}
#module_135244532 .pred-filter, #module_135244532 .choosed-tab, #module_135244532 .giantroom .btn-more{border-bottom-width:1px;}
#module_135244532 .pred-filter, #module_135244532 .choosed-tab, #module_135244532 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_135244532 .pred-filter, #module_135244532 .choosed-tab, #module_135244532 .giantroom .btn-more{border-left-style:solid;}
#module_135244532 .pred-filter, #module_135244532 .choosed-tab, #module_135244532 .giantroom .btn-more{border-left-width:1px;}
#module_135244532 .pred-filter, #module_135244532 .choosed-tab, #module_135244532 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_135244532 .pred-filter, #module_135244532 .choosed-tab, #module_135244532 .giantroom .btn-more{border-right-style:solid;}
#module_135244532 .pred-filter, #module_135244532 .choosed-tab, #module_135244532 .giantroom .btn-more{border-right-width:1px;}
#module_135244532 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_135244532 .setting-left-bar{background-color:#fafafa;}
#module_135244532 .setting-left-bar{width:px} #module_135244532 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_135244532 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_135244532 .choosed-tab .icsmall{color:#999;}
#module_135244532 .setting-right-temp ul li{margin-right:10px;}
#module_135244532 .pagerGiant .text{font-size:px;}
#module_135244532 .pagerGiant .text{font-family:;}
#module_135244532 .pagerGiant .text{color:;}
#module_135244532 .pagerGiant .text{}
#module_135244532 .pagerGiant .text{}
#module_135244532 .pagerGiant .text{}
#module_135244532 .pagerGiant .current,#module_135244532 .pagerGiant .num,#module_135244532 .pagerGiant .inputer{width:px}
#module_135244532 .pagerGiant .current,#module_135244532 .pagerGiant .num,#module_135244532 .pagerGiant .inputer{height:px}
#module_135244532 .pagerGiant .num{font-size:px;}
#module_135244532 .pagerGiant .num{font-family:;}
#module_135244532 .pagerGiant .num{color:;}
#module_135244532 .pagerGiant .num{}
#module_135244532 .pagerGiant .num{}
#module_135244532 .pagerGiant .num{}
#module_135244532 .pagerGiant .submit{width:px}
#module_135244532 .pagerGiant .submit{height:px}
#module_135244532 .pagerGiant .current,#module_135244532 .pagerGiant .num,#module_135244532 .pagerGiant .inputer,#module_135244532 .pagerGiant .submit{border-top-left-radius:px;}
#module_135244532 .pagerGiant .current,#module_135244532 .pagerGiant .num,#module_135244532 .pagerGiant .inputer,#module_135244532 .pagerGiant .submit{border-top-right-radius:px;}
#module_135244532 .pagerGiant .current,#module_135244532 .pagerGiant .num,#module_135244532 .pagerGiant .inputer,#module_135244532 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_135244532 .pagerGiant .current,#module_135244532 .pagerGiant .num,#module_135244532 .pagerGiant .inputer,#module_135244532 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_135244532 .pagerGiant .next,#module_135244532 .pagerGiant .splitline{color:;}
#module_135244532 .pagerGiant .num{background-color:#fff;}
#module_135244532 .pagerGiant .num, #module_135244532 .pagerGiant .inputer{border-top-color:#ccc;}
#module_135244532 .pagerGiant .num, #module_135244532 .pagerGiant .inputer{border-top-style:solid;}
#module_135244532 .pagerGiant .num, #module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit, #module_135244532 .pagerGiant .inputer{border-top-width:1px;}
#module_135244532 .pagerGiant .num, #module_135244532 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_135244532 .pagerGiant .num, #module_135244532 .pagerGiant .inputer{border-bottom-style:solid;}
#module_135244532 .pagerGiant .num, #module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit, #module_135244532 .pagerGiant .inputer{border-bottom-width:1px;}
#module_135244532 .pagerGiant .num, #module_135244532 .pagerGiant .inputer{border-left-color:#ccc;}
#module_135244532 .pagerGiant .num, #module_135244532 .pagerGiant .inputer{border-left-style:solid;}
#module_135244532 .pagerGiant .num, #module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit, #module_135244532 .pagerGiant .inputer{border-left-width:1px;}
#module_135244532 .pagerGiant .num, #module_135244532 .pagerGiant .inputer{border-right-color:#ccc;}
#module_135244532 .pagerGiant .num, #module_135244532 .pagerGiant .inputer{border-right-style:solid;}
#module_135244532 .pagerGiant .num, #module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit, #module_135244532 .pagerGiant .inputer{border-right-width:1px;}
#module_135244532 .page-more a{font-size:px;}
#module_135244532 .page-more a{font-family:;}
#module_135244532 .page-more a{color: !important;}
#module_135244532 .page-more a{}
#module_135244532 .page-more a{}
#module_135244532 .page-more a{}
#module_135244532 .page-more a{background-color:#fff;}
#module_135244532 .page-more a{border-top-color:#eee;}
#module_135244532 .page-more a{border-top-style:solid;}
#module_135244532 .page-more a{border-top-width:2px;}
#module_135244532 .page-more a{border-bottom-color:#eee;}
#module_135244532 .page-more a{border-bottom-style:solid;}
#module_135244532 .page-more a{border-bottom-width:2px;}
#module_135244532 .page-more a{border-left-color:#eee;}
#module_135244532 .page-more a{border-left-style:solid;}
#module_135244532 .page-more a{border-left-width:2px;}
#module_135244532 .page-more a{border-right-color:#eee;}
#module_135244532 .page-more a{border-right-style:solid;}
#module_135244532 .page-more a{border-right-width:2px;}
#module_135244532 .pro-item:hover .pro-tit{background-color:rgb(24, 62, 124);}
#module_135244532 .pro-item:hover .pro-tit{background-image:none;}
#module_135244532 .pro-item:hover .pro-tit{background-repeat:no-repeat;}
#module_135244532 .pro-item:hover .pro-tit{}
#module_135244532 .pro-item:hover .pro-tit{}
#module_135244532 .pro-item:hover .pro-tit{}
#module_135244532 .pro-item:hover{border-top-color:transparent;}
#module_135244532 .pro-item:hover{border-top-style:none;}
#module_135244532 .pro-item:hover{border-top-width:0px;}
#module_135244532 .pro-item:hover{border-right-color:transparent;}
#module_135244532 .pro-item:hover{border-right-style:none;}
#module_135244532 .pro-item:hover{border-right-width:0px;}
#module_135244532 .pro-item:hover{border-bottom-color:transparent;}
#module_135244532 .pro-item:hover{border-bottom-style:none;}
#module_135244532 .pro-item:hover{border-bottom-width:0px;}
#module_135244532 .pro-item:hover{border-left-color:transparent;}
#module_135244532 .pro-item:hover{border-left-style:none;}
#module_135244532 .pro-item:hover{border-left-width:0px;}
#module_135244532 .pro-img:hover{border-top-color:transparent;}
#module_135244532 .pro-img:hover{border-top-style:none;}
#module_135244532 .pro-img:hover{border-top-width:0px;}
#module_135244532 .pro-img:hover{border-right-color:transparent;}
#module_135244532 .pro-img:hover{border-right-style:none;}
#module_135244532 .pro-img:hover{border-right-width:0px;}
#module_135244532 .pro-img:hover{border-bottom-color:transparent;}
#module_135244532 .pro-img:hover{border-bottom-style:none;}
#module_135244532 .pro-img:hover{border-bottom-width:0px;}
#module_135244532 .pro-img:hover{border-left-color:transparent;}
#module_135244532 .pro-img:hover{border-left-style:none;}
#module_135244532 .pro-img:hover{border-left-width:0px;}
#module_135244532 .pro-item:hover .pro-name{font-size:16px;}
#module_135244532 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_135244532 .pro-item:hover .pro-name{color:#fff;}
#module_135244532 .pro-item:hover .pro-name{font-weight:normal;}
#module_135244532 .pro-item:hover .pro-name{text-decoration:none;}
#module_135244532 .pro-item:hover .pro-name{font-style:normal;}
#module_135244532 .pro-item:hover .pro-price{font-size:20px;}
#module_135244532 .pro-item:hover .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_135244532 .pro-item:hover .pro-price{color:#fff;}
#module_135244532 .pro-item:hover .pro-price{font-weight:normal;}
#module_135244532 .pro-item:hover .pro-price{text-decoration:none;}
#module_135244532 .pro-item:hover .pro-price{font-style:normal;}
#module_135244532 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-size:15px;}
#module_135244532 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-family:微软雅黑,Microsoft YaHei;}
#module_135244532 .pro-item:hover .pro-buybtn .pro-buybtn-txt{color:#fff;}
#module_135244532 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-weight:normal;}
#module_135244532 .pro-item:hover .pro-buybtn .pro-buybtn-txt{text-decoration:none;}
#module_135244532 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-style:normal;}
#module_135244532 .pro-item:hover .pro-buybtn{background-color:transparent;}
#module_135244532 .pro-item:hover .pro-buybtn{background-image:none;}
#module_135244532 .pro-item:hover .pro-buybtn{background-repeat:no-repeat;}
#module_135244532 .pro-item:hover .pro-buybtn{}
#module_135244532 .pro-item:hover .pro-buybtn{}
#module_135244532 .pro-item:hover .pro-buybtn{}
#module_135244532 .pro-item:hover .pro-buybtn{border-top-color:#fff;}
#module_135244532 .pro-item:hover .pro-buybtn{border-top-style:solid;}
#module_135244532 .pro-item:hover .pro-buybtn{border-top-width:1px;}
#module_135244532 .pro-item:hover .pro-buybtn{border-right-color:#fff;}
#module_135244532 .pro-item:hover .pro-buybtn{border-right-style:solid;}
#module_135244532 .pro-item:hover .pro-buybtn{border-right-width:1px;}
#module_135244532 .pro-item:hover .pro-buybtn{border-bottom-color:#fff;}
#module_135244532 .pro-item:hover .pro-buybtn{border-bottom-style:solid;}
#module_135244532 .pro-item:hover .pro-buybtn{border-bottom-width:1px;}
#module_135244532 .pro-item:hover .pro-buybtn{border-left-color:#fff;}
#module_135244532 .pro-item:hover .pro-buybtn{border-left-style:solid;}
#module_135244532 .pro-item:hover .pro-buybtn{border-left-width:1px;}
#module_135244532 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244532 .pro-item:hover .pro-buybtn .icon-xunpan1{font-size:16px;}
#module_135244532 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244532  .pro-item:hover .pro-buybtn .icon-xunpan1{font-family:;}
#module_135244532 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244532  .pro-item:hover .pro-buybtn .icon-xunpan1{color:#fff;}
#module_135244532 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244532  .pro-item:hover .pro-buybtn .icon-xunpan1{font-weight:normal;}
#module_135244532 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244532  .pro-item:hover .pro-buybtn .icon-xunpan1{text-decoration:none;}
#module_135244532 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244532  .pro-item:hover .pro-buybtn .icon-xunpan1{font-style:normal;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#fd6e27;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244532 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_135244532 .selected-light:hover,#module_135244532 .selected-light.active,#module_135244532 .items-active{font-size:12px;}
#module_135244532 .selected-light:hover,#module_135244532 .selected-light.active,#module_135244532 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_135244532 .selected-light:hover,#module_135244532 .selected-light.active,#module_135244532 .items-active{color:#fd6e27;} #module_135244532 .items-active{border-color:#fd6e27;} #module_135244532 .bean-finish{background:#fd6e27;}
#module_135244532 .selected-light:hover,#module_135244532 .selected-light.active,#module_135244532 .items-active{font-weight:normal;}
#module_135244532 .selected-light:hover,#module_135244532 .selected-light.active,#module_135244532 .items-active{text-decoration:none;}
#module_135244532 .selected-light:hover,#module_135244532 .selected-light.active,#module_135244532 .items-active{}
#module_135244532 .setting-left-bar:hover{background-color:#fafafa;}
#module_135244532 .setting-right-temp ul li:hover, #module_135244532 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_135244532 .choosed-tab .icsmall:hover{color:#999;}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit{font-size:px;}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit{font-family:;}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit{color:;}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit{}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit{}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit{}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit{background-color:#fd6e27;}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit, #module_135244532 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit, #module_135244532 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit, #module_135244532 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit, #module_135244532 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit, #module_135244532 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit, #module_135244532 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit, #module_135244532 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_135244532 .pagerGiant .current, #module_135244532 .pagerGiant .submit, #module_135244532 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_135244532 .page-more a:hover{font-size:px;}
#module_135244532 .page-more:hover a{font-family:;}
#module_135244532 .page-more a:hover{color: !important;}
#module_135244532 .page-more a:hover {}
#module_135244532 .page-more a:hover {}
#module_135244532 .page-more a:hover {}
#module_135244532 .page-more a:hover{background-color:#fff;}
#module_135244532 .page-more a:hover{border-top-color:#eee;}
#module_135244532 .page-more a:hover{border-top-style:solid;}
#module_135244532 .page-more a:hover{border-bottom-color:#eee;}
#module_135244532 .page-more a:hover{border-bottom-style:solid;}
#module_135244532 .page-more a:hover{border-left-color:#eee;}
#module_135244532 .page-more a:hover{border-left-style:solid;}
#module_135244532 .page-more a:hover{border-right-color:#eee;}
#module_135244532 .page-more a:hover{border-right-style:solid;}



.module_135244537 .ModuleHead .HeadCenter{float:none;}
#module_135244537 {
padding:0px;
}
#module_135244537 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_135244537 .ModuleHead135244537 {
display:none;
}
#module_135244537 .BodyCenter.BodyCenter135244537 {
background:none;background-color:rgba(0,0,0,0);
}
#module_135244537 >.module_135244537 {
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_135244537 >.module_135244537{
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_135244537 .BodyCenter.BodyCenter135244537 {
padding-top:0.7813%;
padding-left:0.7813%;
padding-right:1.1719%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_135244537 .BodyCenter.BodyCenter135244537 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_135244537 >.module_135244537 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_135244537 >.module_135244537 {
margin-top:7.4928%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_135244537 >.module_135244537 {box-shadow: 0px 0px 0px 0px #ccc}
#module_135244537:hover {
border:none;
}
#module_135244537:hover >.module_135244537 {
border-color:#ccc;
}
#module_135244537:hover >.module_135244537 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_135244537 .pro-item{margin-bottom:40px; margin-right:40px;} #module_135244537 .pro-container li.col-lg-2{width:calc((100% - 40px) / 2);} #module_135244537 .pro-container li.col-lg-3{width:calc((100% - 40px * 2) / 3);} #module_135244537 .pro-container li.col-lg-4{width:calc((100% - 40px * 3) / 4);} #module_135244537 .pro-container li.col-lg-5{width:calc((100% - 40px * 4) / 5);} #module_135244537 .pro-container li.col-lg-6{width:calc((100% - 40px * 5) / 6);}
#module_135244537 .pro-item .pro-tit{background-color:rgb(255, 255, 255);}
#module_135244537 .pro-item .pro-tit{background-image:none;}
#module_135244537 .pro-item .pro-tit{background-repeat:no-repeat;}
#module_135244537 .pro-item .pro-tit{}
#module_135244537 .pro-item .pro-tit{}
#module_135244537 .pro-item .pro-tit{}
#module_135244537 .pro-item{border-top-color:transparent;}
#module_135244537 .pro-item{border-top-style:none;}
#module_135244537 .pro-item{border-top-width:0px;}
#module_135244537 .pro-item{border-right-color:transparent;}
#module_135244537 .pro-item{border-right-style:none;}
#module_135244537 .pro-item{border-right-width:0px;}
#module_135244537 .pro-item{border-bottom-color:transparent;}
#module_135244537 .pro-item{border-bottom-style:none;}
#module_135244537 .pro-item{border-bottom-width:0px;}
#module_135244537 .pro-item{border-left-color:transparent;}
#module_135244537 .pro-item{border-left-style:none;}
#module_135244537 .pro-item{border-left-width:0px;}
#module_135244537 .pro-img .dummy{background-color:rgba(242, 242, 242, 0.39);}
#module_135244537 .pro-img .dummy{background-image:none;}
#module_135244537 .pro-img .dummy{background-repeat:no-repeat;}
#module_135244537 .pro-img .dummy{}
#module_135244537 .pro-img .dummy{}
#module_135244537 .pro-img .dummy{}
#module_135244537 .pro-img .dummy{padding-top:100%;}
#module_135244537 .pro-img img{ object-fit:unset;}
#module_135244537 .pro-img img{ width:auto;}
#module_135244537 .pro-img img{ height:auto;}
#module_135244537 .pro-img img{border-radius:0px;}
#module_135244537 .pro-img{border-top-color:transparent;}
#module_135244537 .pro-img{border-top-style:none;}
#module_135244537 .pro-img{border-top-width:0px;}
#module_135244537 .pro-img{border-right-color:transparent;}
#module_135244537 .pro-img{border-right-style:none;}
#module_135244537 .pro-img{border-right-width:0px;}
#module_135244537 .pro-img{border-bottom-color:transparent;}
#module_135244537 .pro-img{border-bottom-style:none;}
#module_135244537 .pro-img{border-bottom-width:0px;}
#module_135244537 .pro-img{border-left-color:transparent;}
#module_135244537 .pro-img{border-left-style:none;}
#module_135244537 .pro-img{border-left-width:0px;}
#module_135244537 .pro-name{font-size:16px;}
#module_135244537 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_135244537 .pro-name{color:#262626;}
#module_135244537 .pro-name{font-weight:normal;}
#module_135244537 .pro-name{text-decoration:none;}
#module_135244537 .pro-name{font-style:normal;}
#module_135244537 .pro-name{margin-top:0px;}
#module_135244537 .pro-name{margin-bottom:0px;}
#module_135244537 .pro-price{font-size:20px;}
#module_135244537 .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_135244537 .pro-price{color:rgb(44, 97, 200);}
#module_135244537 .pro-price{font-weight:normal;}
#module_135244537 .pro-price{text-decoration:none;}
#module_135244537 .pro-price{font-style:normal;}
#module_135244537 .pro-buybtn{background-color:transparent;}
#module_135244537 .pro-buybtn{background-image:none;}
#module_135244537 .pro-buybtn{background-repeat:no-repeat;}
#module_135244537 .pro-buybtn{}
#module_135244537 .pro-buybtn{}
#module_135244537 .pro-buybtn{}
#module_135244537 .pro-buybtn{border-top-color:#fd6e27;}
#module_135244537 .pro-buybtn{border-top-style:solid;}
#module_135244537 .pro-buybtn{border-top-width:1px;}
#module_135244537 .pro-buybtn{border-right-color:#fd6e27;}
#module_135244537 .pro-buybtn{border-right-style:solid;}
#module_135244537 .pro-buybtn{border-right-width:1px;}
#module_135244537 .pro-buybtn{border-bottom-color:#fd6e27;}
#module_135244537 .pro-buybtn{border-bottom-style:solid;}
#module_135244537 .pro-buybtn{border-bottom-width:1px;}
#module_135244537 .pro-buybtn{border-left-color:#fd6e27;}
#module_135244537 .pro-buybtn{border-left-style:solid;}
#module_135244537 .pro-buybtn{border-left-width:1px;}
#module_135244537 .pro-buybtn .icon-gouwuche,#module_135244537 .pro-buybtn .icon-xunpan1{font-size:16px;}
#module_135244537 .pro-buybtn .icon-gouwuche,#module_135244537 .pro-buybtn .icon-xunpan1{font-family:;}
#module_135244537 .pro-buybtn .icon-gouwuche,#module_135244537 .pro-buybtn .icon-xunpan1{color:#fd6e27;}
#module_135244537 .pro-buybtn .icon-gouwuche,#module_135244537 .pro-buybtn .icon-xunpan1{font-weight:normal;}
#module_135244537 .pro-buybtn .icon-gouwuche,#module_135244537 .pro-buybtn .icon-xunpan1{text-decoration:none;}
#module_135244537 .pro-buybtn .icon-gouwuche,#module_135244537 .pro-buybtn .icon-xunpan1{font-style:normal;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li,#module_135244537 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_135244537 .choosed-tab, #module_135244537 .setting-screening-criteria{font-size:12px;}
#module_135244537 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_135244537 .choosed-tab, #module_135244537 .setting-screening-criteria{color:#fd6e27;}
#module_135244537 .choosed-tab{font-weight:normal;}
#module_135244537 .choosed-tab{text-decoration:initial;}
#module_135244537 .choosed-tab{font-style:normal;}
#module_135244537 .selected-light,#module_135244537 .setting-all, #module_135244537 .setting-left-bar, #module_135244537 .setting-pred-warp .setting-collapse, #module_135244537 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_135244537 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_135244537 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_135244537 .selected-light,#module_135244537 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_135244537 .selected-light,#module_135244537 .setting-left-bar,#module_135244537 .setting-reset,#module_135244537 .setting-pred-warp .setting-collapse,#module_135244537 .giantroom .btn-more{color:#666;}
#module_135244537 .selected-light{font-weight:normal;}
#module_135244537 .selected-light,#module_135244537 .setting-all{text-decoration:none;}
#module_135244537 .selected-light,#module_135244537 .setting-all{}
#module_135244537 .setting-right-temp ul li, #module_135244537 .choosed-tab{border-top-left-radius:2px;}
#module_135244537 .setting-right-temp ul li, #module_135244537 .choosed-tab{border-top-right-radius:2px;}
#module_135244537 .setting-right-temp ul li, #module_135244537 .choosed-tab{border-bottom-left-radius:2px;}
#module_135244537 .setting-right-temp ul li, #module_135244537 .choosed-tab{border-bottom-right-radius:2px;}
#module_135244537 .pred-filter, #module_135244537 .choosed-tab{border-top-color:#d6d6d6;}
#module_135244537 .pred-filter, #module_135244537 .choosed-tab{border-top-style:solid;}
#module_135244537 .pred-filter, #module_135244537 .choosed-tab, #module_135244537 .giantroom .btn-more{border-top-width:1px;} #module_135244537 .giantroom {margin-top: calc(-16px - 1px);}
#module_135244537 .pred-filter, #module_135244537 .choosed-tab, #module_135244537 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_135244537 .pred-filter, #module_135244537 .choosed-tab, #module_135244537 .giantroom .btn-more{border-bottom-style:solid;}
#module_135244537 .pred-filter, #module_135244537 .choosed-tab, #module_135244537 .giantroom .btn-more{border-bottom-width:1px;}
#module_135244537 .pred-filter, #module_135244537 .choosed-tab, #module_135244537 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_135244537 .pred-filter, #module_135244537 .choosed-tab, #module_135244537 .giantroom .btn-more{border-left-style:solid;}
#module_135244537 .pred-filter, #module_135244537 .choosed-tab, #module_135244537 .giantroom .btn-more{border-left-width:1px;}
#module_135244537 .pred-filter, #module_135244537 .choosed-tab, #module_135244537 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_135244537 .pred-filter, #module_135244537 .choosed-tab, #module_135244537 .giantroom .btn-more{border-right-style:solid;}
#module_135244537 .pred-filter, #module_135244537 .choosed-tab, #module_135244537 .giantroom .btn-more{border-right-width:1px;}
#module_135244537 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_135244537 .setting-left-bar{background-color:#fafafa;}
#module_135244537 .setting-left-bar{width:px} #module_135244537 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_135244537 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_135244537 .choosed-tab .icsmall{color:#999;}
#module_135244537 .setting-right-temp ul li{margin-right:10px;}
#module_135244537 .pagerGiant .text{font-size:px;}
#module_135244537 .pagerGiant .text{font-family:;}
#module_135244537 .pagerGiant .text{color:;}
#module_135244537 .pagerGiant .text{}
#module_135244537 .pagerGiant .text{}
#module_135244537 .pagerGiant .text{}
#module_135244537 .pagerGiant .current,#module_135244537 .pagerGiant .num,#module_135244537 .pagerGiant .inputer{width:px}
#module_135244537 .pagerGiant .current,#module_135244537 .pagerGiant .num,#module_135244537 .pagerGiant .inputer{height:px}
#module_135244537 .pagerGiant .num{font-size:px;}
#module_135244537 .pagerGiant .num{font-family:;}
#module_135244537 .pagerGiant .num{color:;}
#module_135244537 .pagerGiant .num{}
#module_135244537 .pagerGiant .num{}
#module_135244537 .pagerGiant .num{}
#module_135244537 .pagerGiant .submit{width:px}
#module_135244537 .pagerGiant .submit{height:px}
#module_135244537 .pagerGiant .current,#module_135244537 .pagerGiant .num,#module_135244537 .pagerGiant .inputer,#module_135244537 .pagerGiant .submit{border-top-left-radius:px;}
#module_135244537 .pagerGiant .current,#module_135244537 .pagerGiant .num,#module_135244537 .pagerGiant .inputer,#module_135244537 .pagerGiant .submit{border-top-right-radius:px;}
#module_135244537 .pagerGiant .current,#module_135244537 .pagerGiant .num,#module_135244537 .pagerGiant .inputer,#module_135244537 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_135244537 .pagerGiant .current,#module_135244537 .pagerGiant .num,#module_135244537 .pagerGiant .inputer,#module_135244537 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_135244537 .pagerGiant .next,#module_135244537 .pagerGiant .splitline{color:;}
#module_135244537 .pagerGiant .num{background-color:#fff;}
#module_135244537 .pagerGiant .num, #module_135244537 .pagerGiant .inputer{border-top-color:#ccc;}
#module_135244537 .pagerGiant .num, #module_135244537 .pagerGiant .inputer{border-top-style:solid;}
#module_135244537 .pagerGiant .num, #module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit, #module_135244537 .pagerGiant .inputer{border-top-width:1px;}
#module_135244537 .pagerGiant .num, #module_135244537 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_135244537 .pagerGiant .num, #module_135244537 .pagerGiant .inputer{border-bottom-style:solid;}
#module_135244537 .pagerGiant .num, #module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit, #module_135244537 .pagerGiant .inputer{border-bottom-width:1px;}
#module_135244537 .pagerGiant .num, #module_135244537 .pagerGiant .inputer{border-left-color:#ccc;}
#module_135244537 .pagerGiant .num, #module_135244537 .pagerGiant .inputer{border-left-style:solid;}
#module_135244537 .pagerGiant .num, #module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit, #module_135244537 .pagerGiant .inputer{border-left-width:1px;}
#module_135244537 .pagerGiant .num, #module_135244537 .pagerGiant .inputer{border-right-color:#ccc;}
#module_135244537 .pagerGiant .num, #module_135244537 .pagerGiant .inputer{border-right-style:solid;}
#module_135244537 .pagerGiant .num, #module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit, #module_135244537 .pagerGiant .inputer{border-right-width:1px;}
#module_135244537 .page-more a{font-size:px;}
#module_135244537 .page-more a{font-family:;}
#module_135244537 .page-more a{color: !important;}
#module_135244537 .page-more a{}
#module_135244537 .page-more a{}
#module_135244537 .page-more a{}
#module_135244537 .page-more a{background-color:#fff;}
#module_135244537 .page-more a{border-top-color:#eee;}
#module_135244537 .page-more a{border-top-style:solid;}
#module_135244537 .page-more a{border-top-width:2px;}
#module_135244537 .page-more a{border-bottom-color:#eee;}
#module_135244537 .page-more a{border-bottom-style:solid;}
#module_135244537 .page-more a{border-bottom-width:2px;}
#module_135244537 .page-more a{border-left-color:#eee;}
#module_135244537 .page-more a{border-left-style:solid;}
#module_135244537 .page-more a{border-left-width:2px;}
#module_135244537 .page-more a{border-right-color:#eee;}
#module_135244537 .page-more a{border-right-style:solid;}
#module_135244537 .page-more a{border-right-width:2px;}
#module_135244537 .pro-item:hover .pro-tit{background-color:rgb(24, 62, 124);}
#module_135244537 .pro-item:hover .pro-tit{background-image:none;}
#module_135244537 .pro-item:hover .pro-tit{background-repeat:no-repeat;}
#module_135244537 .pro-item:hover .pro-tit{}
#module_135244537 .pro-item:hover .pro-tit{}
#module_135244537 .pro-item:hover .pro-tit{}
#module_135244537 .pro-item:hover{border-top-color:transparent;}
#module_135244537 .pro-item:hover{border-top-style:none;}
#module_135244537 .pro-item:hover{border-top-width:0px;}
#module_135244537 .pro-item:hover{border-right-color:transparent;}
#module_135244537 .pro-item:hover{border-right-style:none;}
#module_135244537 .pro-item:hover{border-right-width:0px;}
#module_135244537 .pro-item:hover{border-bottom-color:transparent;}
#module_135244537 .pro-item:hover{border-bottom-style:none;}
#module_135244537 .pro-item:hover{border-bottom-width:0px;}
#module_135244537 .pro-item:hover{border-left-color:transparent;}
#module_135244537 .pro-item:hover{border-left-style:none;}
#module_135244537 .pro-item:hover{border-left-width:0px;}
#module_135244537 .pro-img:hover{border-top-color:transparent;}
#module_135244537 .pro-img:hover{border-top-style:none;}
#module_135244537 .pro-img:hover{border-top-width:0px;}
#module_135244537 .pro-img:hover{border-right-color:transparent;}
#module_135244537 .pro-img:hover{border-right-style:none;}
#module_135244537 .pro-img:hover{border-right-width:0px;}
#module_135244537 .pro-img:hover{border-bottom-color:transparent;}
#module_135244537 .pro-img:hover{border-bottom-style:none;}
#module_135244537 .pro-img:hover{border-bottom-width:0px;}
#module_135244537 .pro-img:hover{border-left-color:transparent;}
#module_135244537 .pro-img:hover{border-left-style:none;}
#module_135244537 .pro-img:hover{border-left-width:0px;}
#module_135244537 .pro-item:hover .pro-name{font-size:16px;}
#module_135244537 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_135244537 .pro-item:hover .pro-name{color:#fff;}
#module_135244537 .pro-item:hover .pro-name{font-weight:normal;}
#module_135244537 .pro-item:hover .pro-name{text-decoration:none;}
#module_135244537 .pro-item:hover .pro-name{font-style:normal;}
#module_135244537 .pro-item:hover .pro-price{font-size:20px;}
#module_135244537 .pro-item:hover .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_135244537 .pro-item:hover .pro-price{color:#fff;}
#module_135244537 .pro-item:hover .pro-price{font-weight:normal;}
#module_135244537 .pro-item:hover .pro-price{text-decoration:none;}
#module_135244537 .pro-item:hover .pro-price{font-style:normal;}
#module_135244537 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-size:15px;}
#module_135244537 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-family:微软雅黑,Microsoft YaHei;}
#module_135244537 .pro-item:hover .pro-buybtn .pro-buybtn-txt{color:#fff;}
#module_135244537 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-weight:normal;}
#module_135244537 .pro-item:hover .pro-buybtn .pro-buybtn-txt{text-decoration:none;}
#module_135244537 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-style:normal;}
#module_135244537 .pro-item:hover .pro-buybtn{background-color:transparent;}
#module_135244537 .pro-item:hover .pro-buybtn{background-image:none;}
#module_135244537 .pro-item:hover .pro-buybtn{background-repeat:no-repeat;}
#module_135244537 .pro-item:hover .pro-buybtn{}
#module_135244537 .pro-item:hover .pro-buybtn{}
#module_135244537 .pro-item:hover .pro-buybtn{}
#module_135244537 .pro-item:hover .pro-buybtn{border-top-color:#fff;}
#module_135244537 .pro-item:hover .pro-buybtn{border-top-style:solid;}
#module_135244537 .pro-item:hover .pro-buybtn{border-top-width:1px;}
#module_135244537 .pro-item:hover .pro-buybtn{border-right-color:#fff;}
#module_135244537 .pro-item:hover .pro-buybtn{border-right-style:solid;}
#module_135244537 .pro-item:hover .pro-buybtn{border-right-width:1px;}
#module_135244537 .pro-item:hover .pro-buybtn{border-bottom-color:#fff;}
#module_135244537 .pro-item:hover .pro-buybtn{border-bottom-style:solid;}
#module_135244537 .pro-item:hover .pro-buybtn{border-bottom-width:1px;}
#module_135244537 .pro-item:hover .pro-buybtn{border-left-color:#fff;}
#module_135244537 .pro-item:hover .pro-buybtn{border-left-style:solid;}
#module_135244537 .pro-item:hover .pro-buybtn{border-left-width:1px;}
#module_135244537 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244537 .pro-item:hover .pro-buybtn .icon-xunpan1{font-size:16px;}
#module_135244537 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244537  .pro-item:hover .pro-buybtn .icon-xunpan1{font-family:;}
#module_135244537 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244537  .pro-item:hover .pro-buybtn .icon-xunpan1{color:#fff;}
#module_135244537 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244537  .pro-item:hover .pro-buybtn .icon-xunpan1{font-weight:normal;}
#module_135244537 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244537  .pro-item:hover .pro-buybtn .icon-xunpan1{text-decoration:none;}
#module_135244537 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135244537  .pro-item:hover .pro-buybtn .icon-xunpan1{font-style:normal;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#fd6e27;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135244537 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_135244537 .selected-light:hover,#module_135244537 .selected-light.active,#module_135244537 .items-active{font-size:12px;}
#module_135244537 .selected-light:hover,#module_135244537 .selected-light.active,#module_135244537 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_135244537 .selected-light:hover,#module_135244537 .selected-light.active,#module_135244537 .items-active{color:#fd6e27;} #module_135244537 .items-active{border-color:#fd6e27;} #module_135244537 .bean-finish{background:#fd6e27;}
#module_135244537 .selected-light:hover,#module_135244537 .selected-light.active,#module_135244537 .items-active{font-weight:normal;}
#module_135244537 .selected-light:hover,#module_135244537 .selected-light.active,#module_135244537 .items-active{text-decoration:none;}
#module_135244537 .selected-light:hover,#module_135244537 .selected-light.active,#module_135244537 .items-active{}
#module_135244537 .setting-left-bar:hover{background-color:#fafafa;}
#module_135244537 .setting-right-temp ul li:hover, #module_135244537 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_135244537 .choosed-tab .icsmall:hover{color:#999;}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit{font-size:px;}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit{font-family:;}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit{color:;}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit{}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit{}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit{}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit{background-color:#fd6e27;}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit, #module_135244537 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit, #module_135244537 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit, #module_135244537 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit, #module_135244537 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit, #module_135244537 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit, #module_135244537 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit, #module_135244537 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_135244537 .pagerGiant .current, #module_135244537 .pagerGiant .submit, #module_135244537 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_135244537 .page-more a:hover{font-size:px;}
#module_135244537 .page-more:hover a{font-family:;}
#module_135244537 .page-more a:hover{color: !important;}
#module_135244537 .page-more a:hover {}
#module_135244537 .page-more a:hover {}
#module_135244537 .page-more a:hover {}
#module_135244537 .page-more a:hover{background-color:#fff;}
#module_135244537 .page-more a:hover{border-top-color:#eee;}
#module_135244537 .page-more a:hover{border-top-style:solid;}
#module_135244537 .page-more a:hover{border-bottom-color:#eee;}
#module_135244537 .page-more a:hover{border-bottom-style:solid;}
#module_135244537 .page-more a:hover{border-left-color:#eee;}
#module_135244537 .page-more a:hover{border-left-style:solid;}
#module_135244537 .page-more a:hover{border-right-color:#eee;}
#module_135244537 .page-more a:hover{border-right-style:solid;}



.module_135242768 .ModuleHead .HeadCenter{float:none;}
#module_135242768 {
padding:0px;
}
#module_135242768 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_135242768 .ModuleHead135242768 {
display:none;
}
#module_135242768 .BodyCenter.BodyCenter135242768 {
background:none;background-color:rgba(0,0,0,0);
}
#module_135242768 >.module_135242768 {
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_135242768 >.module_135242768{
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_135242768 .BodyCenter.BodyCenter135242768 {
padding-top:0.7813%;
padding-left:0.7813%;
padding-right:1.1719%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_135242768 .BodyCenter.BodyCenter135242768 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_135242768 >.module_135242768 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_135242768 >.module_135242768 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_135242768 >.module_135242768 {box-shadow: 0px 0px 0px 0px #ccc}
#module_135242768:hover {
border:none;
}
#module_135242768:hover >.module_135242768 {
border-color:#ccc;
}
#module_135242768:hover >.module_135242768 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_135242768 .pro-item{margin-bottom:40px; margin-right:40px;} #module_135242768 .pro-container li.col-lg-2{width:calc((100% - 40px) / 2);} #module_135242768 .pro-container li.col-lg-3{width:calc((100% - 40px * 2) / 3);} #module_135242768 .pro-container li.col-lg-4{width:calc((100% - 40px * 3) / 4);} #module_135242768 .pro-container li.col-lg-5{width:calc((100% - 40px * 4) / 5);} #module_135242768 .pro-container li.col-lg-6{width:calc((100% - 40px * 5) / 6);}
#module_135242768 .pro-item .pro-tit{background-color:#ffffff;}
#module_135242768 .pro-item .pro-tit{background-image:none;}
#module_135242768 .pro-item .pro-tit{background-repeat:no-repeat;}
#module_135242768 .pro-item .pro-tit{}
#module_135242768 .pro-item .pro-tit{}
#module_135242768 .pro-item .pro-tit{}
#module_135242768 .pro-item{border-top-color:transparent;}
#module_135242768 .pro-item{border-top-style:none;}
#module_135242768 .pro-item{border-top-width:0px;}
#module_135242768 .pro-item{border-right-color:transparent;}
#module_135242768 .pro-item{border-right-style:none;}
#module_135242768 .pro-item{border-right-width:0px;}
#module_135242768 .pro-item{border-bottom-color:transparent;}
#module_135242768 .pro-item{border-bottom-style:none;}
#module_135242768 .pro-item{border-bottom-width:0px;}
#module_135242768 .pro-item{border-left-color:transparent;}
#module_135242768 .pro-item{border-left-style:none;}
#module_135242768 .pro-item{border-left-width:0px;}
#module_135242768 .pro-img .dummy{background-color:transparent;}
#module_135242768 .pro-img .dummy{background-image:none;}
#module_135242768 .pro-img .dummy{background-repeat:no-repeat;}
#module_135242768 .pro-img .dummy{}
#module_135242768 .pro-img .dummy{}
#module_135242768 .pro-img .dummy{}
#module_135242768 .pro-img .dummy{padding-top:100%;}
#module_135242768 .pro-img img{ object-fit:unset;}
#module_135242768 .pro-img img{ width:auto;}
#module_135242768 .pro-img img{ height:auto;}
#module_135242768 .pro-img img{border-radius:0px;}
#module_135242768 .pro-img{border-top-color:transparent;}
#module_135242768 .pro-img{border-top-style:none;}
#module_135242768 .pro-img{border-top-width:0px;}
#module_135242768 .pro-img{border-right-color:transparent;}
#module_135242768 .pro-img{border-right-style:none;}
#module_135242768 .pro-img{border-right-width:0px;}
#module_135242768 .pro-img{border-bottom-color:transparent;}
#module_135242768 .pro-img{border-bottom-style:none;}
#module_135242768 .pro-img{border-bottom-width:0px;}
#module_135242768 .pro-img{border-left-color:transparent;}
#module_135242768 .pro-img{border-left-style:none;}
#module_135242768 .pro-img{border-left-width:0px;}
#module_135242768 .pro-name{font-size:16px;}
#module_135242768 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_135242768 .pro-name{color:#262626;}
#module_135242768 .pro-name{font-weight:normal;}
#module_135242768 .pro-name{text-decoration:none;}
#module_135242768 .pro-name{font-style:normal;}
#module_135242768 .pro-name{margin-top:0px;}
#module_135242768 .pro-name{margin-bottom:0px;}
#module_135242768 .pro-price{font-size:20px;}
#module_135242768 .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_135242768 .pro-price{color:rgb(44, 86, 155);}
#module_135242768 .pro-price{font-weight:normal;}
#module_135242768 .pro-price{text-decoration:none;}
#module_135242768 .pro-price{font-style:normal;}
#module_135242768 .pro-buybtn{background-color:transparent;}
#module_135242768 .pro-buybtn{background-image:none;}
#module_135242768 .pro-buybtn{background-repeat:no-repeat;}
#module_135242768 .pro-buybtn{}
#module_135242768 .pro-buybtn{}
#module_135242768 .pro-buybtn{}
#module_135242768 .pro-buybtn{border-top-color:#fd6e27;}
#module_135242768 .pro-buybtn{border-top-style:solid;}
#module_135242768 .pro-buybtn{border-top-width:1px;}
#module_135242768 .pro-buybtn{border-right-color:#fd6e27;}
#module_135242768 .pro-buybtn{border-right-style:solid;}
#module_135242768 .pro-buybtn{border-right-width:1px;}
#module_135242768 .pro-buybtn{border-bottom-color:#fd6e27;}
#module_135242768 .pro-buybtn{border-bottom-style:solid;}
#module_135242768 .pro-buybtn{border-bottom-width:1px;}
#module_135242768 .pro-buybtn{border-left-color:#fd6e27;}
#module_135242768 .pro-buybtn{border-left-style:solid;}
#module_135242768 .pro-buybtn{border-left-width:1px;}
#module_135242768 .pro-buybtn .icon-gouwuche,#module_135242768 .pro-buybtn .icon-xunpan1{font-size:16px;}
#module_135242768 .pro-buybtn .icon-gouwuche,#module_135242768 .pro-buybtn .icon-xunpan1{font-family:;}
#module_135242768 .pro-buybtn .icon-gouwuche,#module_135242768 .pro-buybtn .icon-xunpan1{color:#fd6e27;}
#module_135242768 .pro-buybtn .icon-gouwuche,#module_135242768 .pro-buybtn .icon-xunpan1{font-weight:normal;}
#module_135242768 .pro-buybtn .icon-gouwuche,#module_135242768 .pro-buybtn .icon-xunpan1{text-decoration:none;}
#module_135242768 .pro-buybtn .icon-gouwuche,#module_135242768 .pro-buybtn .icon-xunpan1{font-style:normal;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li,#module_135242768 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_135242768 .choosed-tab, #module_135242768 .setting-screening-criteria{font-size:12px;}
#module_135242768 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_135242768 .choosed-tab, #module_135242768 .setting-screening-criteria{color:#fd6e27;}
#module_135242768 .choosed-tab{font-weight:normal;}
#module_135242768 .choosed-tab{text-decoration:initial;}
#module_135242768 .choosed-tab{font-style:normal;}
#module_135242768 .selected-light,#module_135242768 .setting-all, #module_135242768 .setting-left-bar, #module_135242768 .setting-pred-warp .setting-collapse, #module_135242768 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_135242768 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_135242768 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_135242768 .selected-light,#module_135242768 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_135242768 .selected-light,#module_135242768 .setting-left-bar,#module_135242768 .setting-reset,#module_135242768 .setting-pred-warp .setting-collapse,#module_135242768 .giantroom .btn-more{color:#666;}
#module_135242768 .selected-light{font-weight:normal;}
#module_135242768 .selected-light,#module_135242768 .setting-all{text-decoration:none;}
#module_135242768 .selected-light,#module_135242768 .setting-all{}
#module_135242768 .setting-right-temp ul li, #module_135242768 .choosed-tab{border-top-left-radius:2px;}
#module_135242768 .setting-right-temp ul li, #module_135242768 .choosed-tab{border-top-right-radius:2px;}
#module_135242768 .setting-right-temp ul li, #module_135242768 .choosed-tab{border-bottom-left-radius:2px;}
#module_135242768 .setting-right-temp ul li, #module_135242768 .choosed-tab{border-bottom-right-radius:2px;}
#module_135242768 .pred-filter, #module_135242768 .choosed-tab{border-top-color:#d6d6d6;}
#module_135242768 .pred-filter, #module_135242768 .choosed-tab{border-top-style:solid;}
#module_135242768 .pred-filter, #module_135242768 .choosed-tab, #module_135242768 .giantroom .btn-more{border-top-width:1px;} #module_135242768 .giantroom {margin-top: calc(-16px - 1px);}
#module_135242768 .pred-filter, #module_135242768 .choosed-tab, #module_135242768 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_135242768 .pred-filter, #module_135242768 .choosed-tab, #module_135242768 .giantroom .btn-more{border-bottom-style:solid;}
#module_135242768 .pred-filter, #module_135242768 .choosed-tab, #module_135242768 .giantroom .btn-more{border-bottom-width:1px;}
#module_135242768 .pred-filter, #module_135242768 .choosed-tab, #module_135242768 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_135242768 .pred-filter, #module_135242768 .choosed-tab, #module_135242768 .giantroom .btn-more{border-left-style:solid;}
#module_135242768 .pred-filter, #module_135242768 .choosed-tab, #module_135242768 .giantroom .btn-more{border-left-width:1px;}
#module_135242768 .pred-filter, #module_135242768 .choosed-tab, #module_135242768 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_135242768 .pred-filter, #module_135242768 .choosed-tab, #module_135242768 .giantroom .btn-more{border-right-style:solid;}
#module_135242768 .pred-filter, #module_135242768 .choosed-tab, #module_135242768 .giantroom .btn-more{border-right-width:1px;}
#module_135242768 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_135242768 .setting-left-bar{background-color:#fafafa;}
#module_135242768 .setting-left-bar{width:px} #module_135242768 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_135242768 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_135242768 .choosed-tab .icsmall{color:#999;}
#module_135242768 .setting-right-temp ul li{margin-right:10px;}
#module_135242768 .pagerGiant .text{font-size:px;}
#module_135242768 .pagerGiant .text{font-family:;}
#module_135242768 .pagerGiant .text{color:;}
#module_135242768 .pagerGiant .text{}
#module_135242768 .pagerGiant .text{}
#module_135242768 .pagerGiant .text{}
#module_135242768 .pagerGiant .current,#module_135242768 .pagerGiant .num,#module_135242768 .pagerGiant .inputer{width:px}
#module_135242768 .pagerGiant .current,#module_135242768 .pagerGiant .num,#module_135242768 .pagerGiant .inputer{height:px}
#module_135242768 .pagerGiant .num{font-size:px;}
#module_135242768 .pagerGiant .num{font-family:;}
#module_135242768 .pagerGiant .num{color:;}
#module_135242768 .pagerGiant .num{}
#module_135242768 .pagerGiant .num{}
#module_135242768 .pagerGiant .num{}
#module_135242768 .pagerGiant .submit{width:px}
#module_135242768 .pagerGiant .submit{height:px}
#module_135242768 .pagerGiant .current,#module_135242768 .pagerGiant .num,#module_135242768 .pagerGiant .inputer,#module_135242768 .pagerGiant .submit{border-top-left-radius:px;}
#module_135242768 .pagerGiant .current,#module_135242768 .pagerGiant .num,#module_135242768 .pagerGiant .inputer,#module_135242768 .pagerGiant .submit{border-top-right-radius:px;}
#module_135242768 .pagerGiant .current,#module_135242768 .pagerGiant .num,#module_135242768 .pagerGiant .inputer,#module_135242768 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_135242768 .pagerGiant .current,#module_135242768 .pagerGiant .num,#module_135242768 .pagerGiant .inputer,#module_135242768 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_135242768 .pagerGiant .next,#module_135242768 .pagerGiant .splitline{color:;}
#module_135242768 .pagerGiant .num{background-color:#fff;}
#module_135242768 .pagerGiant .num, #module_135242768 .pagerGiant .inputer{border-top-color:#ccc;}
#module_135242768 .pagerGiant .num, #module_135242768 .pagerGiant .inputer{border-top-style:solid;}
#module_135242768 .pagerGiant .num, #module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit, #module_135242768 .pagerGiant .inputer{border-top-width:1px;}
#module_135242768 .pagerGiant .num, #module_135242768 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_135242768 .pagerGiant .num, #module_135242768 .pagerGiant .inputer{border-bottom-style:solid;}
#module_135242768 .pagerGiant .num, #module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit, #module_135242768 .pagerGiant .inputer{border-bottom-width:1px;}
#module_135242768 .pagerGiant .num, #module_135242768 .pagerGiant .inputer{border-left-color:#ccc;}
#module_135242768 .pagerGiant .num, #module_135242768 .pagerGiant .inputer{border-left-style:solid;}
#module_135242768 .pagerGiant .num, #module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit, #module_135242768 .pagerGiant .inputer{border-left-width:1px;}
#module_135242768 .pagerGiant .num, #module_135242768 .pagerGiant .inputer{border-right-color:#ccc;}
#module_135242768 .pagerGiant .num, #module_135242768 .pagerGiant .inputer{border-right-style:solid;}
#module_135242768 .pagerGiant .num, #module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit, #module_135242768 .pagerGiant .inputer{border-right-width:1px;}
#module_135242768 .page-more a{font-size:px;}
#module_135242768 .page-more a{font-family:;}
#module_135242768 .page-more a{color: !important;}
#module_135242768 .page-more a{}
#module_135242768 .page-more a{}
#module_135242768 .page-more a{}
#module_135242768 .page-more a{background-color:#fff;}
#module_135242768 .page-more a{border-top-color:#eee;}
#module_135242768 .page-more a{border-top-style:solid;}
#module_135242768 .page-more a{border-top-width:2px;}
#module_135242768 .page-more a{border-bottom-color:#eee;}
#module_135242768 .page-more a{border-bottom-style:solid;}
#module_135242768 .page-more a{border-bottom-width:2px;}
#module_135242768 .page-more a{border-left-color:#eee;}
#module_135242768 .page-more a{border-left-style:solid;}
#module_135242768 .page-more a{border-left-width:2px;}
#module_135242768 .page-more a{border-right-color:#eee;}
#module_135242768 .page-more a{border-right-style:solid;}
#module_135242768 .page-more a{border-right-width:2px;}
#module_135242768 .pro-item:hover .pro-tit{background-color:rgb(24, 62, 124);}
#module_135242768 .pro-item:hover .pro-tit{background-image:none;}
#module_135242768 .pro-item:hover .pro-tit{background-repeat:no-repeat;}
#module_135242768 .pro-item:hover .pro-tit{}
#module_135242768 .pro-item:hover .pro-tit{}
#module_135242768 .pro-item:hover .pro-tit{}
#module_135242768 .pro-item:hover{border-top-color:transparent;}
#module_135242768 .pro-item:hover{border-top-style:none;}
#module_135242768 .pro-item:hover{border-top-width:0px;}
#module_135242768 .pro-item:hover{border-right-color:transparent;}
#module_135242768 .pro-item:hover{border-right-style:none;}
#module_135242768 .pro-item:hover{border-right-width:0px;}
#module_135242768 .pro-item:hover{border-bottom-color:transparent;}
#module_135242768 .pro-item:hover{border-bottom-style:none;}
#module_135242768 .pro-item:hover{border-bottom-width:0px;}
#module_135242768 .pro-item:hover{border-left-color:transparent;}
#module_135242768 .pro-item:hover{border-left-style:none;}
#module_135242768 .pro-item:hover{border-left-width:0px;}
#module_135242768 .pro-img:hover{border-top-color:transparent;}
#module_135242768 .pro-img:hover{border-top-style:none;}
#module_135242768 .pro-img:hover{border-top-width:0px;}
#module_135242768 .pro-img:hover{border-right-color:transparent;}
#module_135242768 .pro-img:hover{border-right-style:none;}
#module_135242768 .pro-img:hover{border-right-width:0px;}
#module_135242768 .pro-img:hover{border-bottom-color:transparent;}
#module_135242768 .pro-img:hover{border-bottom-style:none;}
#module_135242768 .pro-img:hover{border-bottom-width:0px;}
#module_135242768 .pro-img:hover{border-left-color:transparent;}
#module_135242768 .pro-img:hover{border-left-style:none;}
#module_135242768 .pro-img:hover{border-left-width:0px;}
#module_135242768 .pro-item:hover .pro-name{font-size:16px;}
#module_135242768 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_135242768 .pro-item:hover .pro-name{color:#fff;}
#module_135242768 .pro-item:hover .pro-name{font-weight:normal;}
#module_135242768 .pro-item:hover .pro-name{text-decoration:none;}
#module_135242768 .pro-item:hover .pro-name{font-style:normal;}
#module_135242768 .pro-item:hover .pro-price{font-size:20px;}
#module_135242768 .pro-item:hover .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_135242768 .pro-item:hover .pro-price{color:#fff;}
#module_135242768 .pro-item:hover .pro-price{font-weight:normal;}
#module_135242768 .pro-item:hover .pro-price{text-decoration:none;}
#module_135242768 .pro-item:hover .pro-price{font-style:normal;}
#module_135242768 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-size:16px;}
#module_135242768 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-family:微软雅黑,Microsoft YaHei;}
#module_135242768 .pro-item:hover .pro-buybtn .pro-buybtn-txt{color:#fff;}
#module_135242768 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-weight:normal;}
#module_135242768 .pro-item:hover .pro-buybtn .pro-buybtn-txt{text-decoration:none;}
#module_135242768 .pro-item:hover .pro-buybtn .pro-buybtn-txt{font-style:normal;}
#module_135242768 .pro-item:hover .pro-buybtn{background-color:transparent;}
#module_135242768 .pro-item:hover .pro-buybtn{background-image:none;}
#module_135242768 .pro-item:hover .pro-buybtn{background-repeat:no-repeat;}
#module_135242768 .pro-item:hover .pro-buybtn{}
#module_135242768 .pro-item:hover .pro-buybtn{}
#module_135242768 .pro-item:hover .pro-buybtn{}
#module_135242768 .pro-item:hover .pro-buybtn{border-top-color:#fff;}
#module_135242768 .pro-item:hover .pro-buybtn{border-top-style:solid;}
#module_135242768 .pro-item:hover .pro-buybtn{border-top-width:1px;}
#module_135242768 .pro-item:hover .pro-buybtn{border-right-color:#fff;}
#module_135242768 .pro-item:hover .pro-buybtn{border-right-style:solid;}
#module_135242768 .pro-item:hover .pro-buybtn{border-right-width:1px;}
#module_135242768 .pro-item:hover .pro-buybtn{border-bottom-color:#fff;}
#module_135242768 .pro-item:hover .pro-buybtn{border-bottom-style:solid;}
#module_135242768 .pro-item:hover .pro-buybtn{border-bottom-width:1px;}
#module_135242768 .pro-item:hover .pro-buybtn{border-left-color:#fff;}
#module_135242768 .pro-item:hover .pro-buybtn{border-left-style:solid;}
#module_135242768 .pro-item:hover .pro-buybtn{border-left-width:1px;}
#module_135242768 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135242768 .pro-item:hover .pro-buybtn .icon-xunpan1{font-size:16px;}
#module_135242768 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135242768  .pro-item:hover .pro-buybtn .icon-xunpan1{font-family:;}
#module_135242768 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135242768  .pro-item:hover .pro-buybtn .icon-xunpan1{color:#fff;}
#module_135242768 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135242768  .pro-item:hover .pro-buybtn .icon-xunpan1{font-weight:normal;}
#module_135242768 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135242768  .pro-item:hover .pro-buybtn .icon-xunpan1{text-decoration:none;}
#module_135242768 .pro-item:hover .pro-buybtn .icon-gouwuche,#module_135242768  .pro-item:hover .pro-buybtn .icon-xunpan1{font-style:normal;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#fd6e27;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_135242768 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_135242768 .selected-light:hover,#module_135242768 .selected-light.active,#module_135242768 .items-active{font-size:12px;}
#module_135242768 .selected-light:hover,#module_135242768 .selected-light.active,#module_135242768 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_135242768 .selected-light:hover,#module_135242768 .selected-light.active,#module_135242768 .items-active{color:#fd6e27;} #module_135242768 .items-active{border-color:#fd6e27;} #module_135242768 .bean-finish{background:#fd6e27;}
#module_135242768 .selected-light:hover,#module_135242768 .selected-light.active,#module_135242768 .items-active{font-weight:normal;}
#module_135242768 .selected-light:hover,#module_135242768 .selected-light.active,#module_135242768 .items-active{text-decoration:none;}
#module_135242768 .selected-light:hover,#module_135242768 .selected-light.active,#module_135242768 .items-active{}
#module_135242768 .setting-left-bar:hover{background-color:#fafafa;}
#module_135242768 .setting-right-temp ul li:hover, #module_135242768 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_135242768 .choosed-tab .icsmall:hover{color:#999;}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit{font-size:px;}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit{font-family:;}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit{color:;}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit{}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit{}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit{}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit{background-color:#fd6e27;}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit, #module_135242768 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit, #module_135242768 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit, #module_135242768 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit, #module_135242768 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit, #module_135242768 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit, #module_135242768 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit, #module_135242768 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_135242768 .pagerGiant .current, #module_135242768 .pagerGiant .submit, #module_135242768 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_135242768 .page-more a:hover{font-size:px;}
#module_135242768 .page-more:hover a{font-family:;}
#module_135242768 .page-more a:hover{color: !important;}
#module_135242768 .page-more a:hover {}
#module_135242768 .page-more a:hover {}
#module_135242768 .page-more a:hover {}
#module_135242768 .page-more a:hover{background-color:#fff;}
#module_135242768 .page-more a:hover{border-top-color:#eee;}
#module_135242768 .page-more a:hover{border-top-style:solid;}
#module_135242768 .page-more a:hover{border-bottom-color:#eee;}
#module_135242768 .page-more a:hover{border-bottom-style:solid;}
#module_135242768 .page-more a:hover{border-left-color:#eee;}
#module_135242768 .page-more a:hover{border-left-style:solid;}
#module_135242768 .page-more a:hover{border-right-color:#eee;}
#module_135242768 .page-more a:hover{border-right-style:solid;}




.module_115956384 .ModuleHead .HeadCenter{float:none;}
#module_115956384 {
padding:0px;
}
#module_115956384 {
position:static;
z-index:0;
top:3930px;
left:1157px;
width:100%;
height: auto;
}
#module_115956384 .ModuleHead115956384 {
display:none;
}
#module_115956384 .BodyCenter.BodyCenter115956384 {
background:none;background-color:rgb(246, 246, 246);
}
#module_115956384 >.module_115956384 {
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_115956384 >.module_115956384{
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_115956384 .BodyCenter.BodyCenter115956384 {
padding-top:2.0000%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:2.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956384 .BodyCenter.BodyCenter115956384 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956384 >.module_115956384 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956384 >.module_115956384 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956384 >.module_115956384 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956384:hover {
border:none;
}
#module_115956384:hover >.module_115956384 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956384 .ModuleSubContainer{background-color:transparent;}
#module_115956384 .ModuleSubContainer{background-image:none;}
#module_115956384 .ModuleSubContainer{background-repeat:no-repeat;}
#module_115956384 .ModuleSubContainer{background-position:0% 0%;}
#module_115956384 .ModuleSubContainer{background-attachment:scroll;}
#module_115956384 .ModuleSubContainer{}
#module_115956384 {!bgVideo!}{bgVideoUrl:none}
#module_115956384 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_115956384 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_115956384 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer115956384 {max-width:1280px;width:auto;}
.module_115956386 .ModuleHead .HeadCenter{float:none;}
#module_115956386 {
padding:0px;
}
#module_115956386 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956386 .ModuleHead115956386 {
display:none;
}
#module_115956386 .BodyCenter.BodyCenter115956386 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956386 >.module_115956386 {
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_115956386 >.module_115956386{
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_115956386 .BodyCenter.BodyCenter115956386 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956386 .BodyCenter.BodyCenter115956386 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956386 >.module_115956386 {
margin-top:2.4063%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956386 >.module_115956386 {
margin-top:10.3542%;
margin-left:2.7248%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956386 >.module_115956386 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956386:hover {
border:none;
}
#module_115956386:hover >.module_115956386 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956386 .ModuleImageTextGiantContent{margin-top:0px;}
#module_115956386 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_115956386 .ModuleImageTextGiantContent{margin-left:0px;}
#module_115956386 .ModuleImageTextGiantContent{margin-right:0px;}
#module_115956386 .imageTextGiant-Container{padding-top:10px;}
#module_115956386 .imageTextGiant-Container{padding-bottom:10px;}
#module_115956386 .imageTextGiant-Container{padding-left:0px;}
#module_115956386 .imageTextGiant-Container{padding-right:10px;}
#module_115956386 .showHandle .btn{font-size:px;}
#module_115956386 .showHandle .btn{font-family:;}
#module_115956386 .showHandle .btn{color:;}
#module_115956386 .showHandle .btn{}
#module_115956386 .showHandle .btn{}
#module_115956386 .showHandle .btn{}
#module_115956386 .showHandle div{border-top-color: !important;}
#module_115956386 .showHandle div{border-top-style: !important;}
#module_115956386 .showHandle div{border-top-width:px !important;}
#module_115956386 .showHandle{background-color:;}
#module_115956386 .showHandle{}
#module_115956386 .showHandle{}
#module_115956386 .showHandle{}
#module_115956386 .showHandle{}
#module_115956386 .showHandle{}
#module_115956386 a{font-size:unset;font-family:unset}
.module_115956387 .ModuleHead .HeadCenter{float:none;}
#module_115956387 {
padding:0px;
}
#module_115956387 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956387 .ModuleHead115956387 {
display:none;
}
#module_115956387 .BodyCenter.BodyCenter115956387 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956387 >.module_115956387 {
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_115956387 >.module_115956387{
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_115956387 .BodyCenter.BodyCenter115956387 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956387 .BodyCenter.BodyCenter115956387 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956387 >.module_115956387 {
margin-top:3.1250%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956387 >.module_115956387 {
margin-top:0.0000%;
margin-left:2.7248%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956387 >.module_115956387 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956387:hover {
border:none;
}
#module_115956387:hover >.module_115956387 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956387 .ModuleImageTextGiantContent{margin-top:0px;}
#module_115956387 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_115956387 .ModuleImageTextGiantContent{margin-left:0px;}
#module_115956387 .ModuleImageTextGiantContent{margin-right:10px;}
#module_115956387 .imageTextGiant-Container{padding-top:10px;}
#module_115956387 .imageTextGiant-Container{padding-bottom:10px;}
#module_115956387 .imageTextGiant-Container{padding-left:0px;}
#module_115956387 .imageTextGiant-Container{padding-right:10px;}
#module_115956387 .showHandle .btn{font-size:px;}
#module_115956387 .showHandle .btn{font-family:;}
#module_115956387 .showHandle .btn{color:;}
#module_115956387 .showHandle .btn{}
#module_115956387 .showHandle .btn{}
#module_115956387 .showHandle .btn{}
#module_115956387 .showHandle div{border-top-color: !important;}
#module_115956387 .showHandle div{border-top-style: !important;}
#module_115956387 .showHandle div{border-top-width:px !important;}
#module_115956387 .showHandle{background-color:;}
#module_115956387 .showHandle{}
#module_115956387 .showHandle{}
#module_115956387 .showHandle{}
#module_115956387 .showHandle{}
#module_115956387 .showHandle{}
#module_115956387 a{font-size:unset;font-family:unset}
.module_115956388 .ModuleHead .HeadCenter{float:none;}
#module_115956388 {
padding:0px;
}
#module_115956388 {
position:static;
z-index:0;
top:250px;
width:100%;
height: auto;
}
#module_115956388 .ModuleHead115956388 {
display:none;
}
#module_115956388 .BodyCenter.BodyCenter115956388 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956388 >.module_115956388 {
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_115956388 >.module_115956388{
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_115956388 .BodyCenter.BodyCenter115956388 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956388 .BodyCenter.BodyCenter115956388 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956388 >.module_115956388 {
margin-top:4.6875%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956388 >.module_115956388 {
margin-top:7.0845%;
margin-left:2.7248%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956388 >.module_115956388 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956388:hover {
border:none;
}
#module_115956388:hover >.module_115956388 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956388 .BodyCenter{text-align:left;}
#module_115956388 .moduleButton{font-size:14px;}
#module_115956388 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_115956388 .moduleButton{color:#fff;}
#module_115956388 .moduleButton{font-weight:normal;}
#module_115956388 .moduleButton{text-decoration:none;}
#module_115956388 .moduleButton{font-style:normal;}
#module_115956388 .moduleButton, #module_115956388 .moduleButton:before{background-color:rgb(24, 63, 124);}
#module_115956388 .moduleButton, #module_115956388 .moduleButton:before{}
#module_115956388 .moduleButton, #module_115956388 .moduleButton:before{}
#module_115956388 .moduleButton, #module_115956388 .moduleButton:before{}
#module_115956388 .moduleButton, #module_115956388 .moduleButton:before{}
#module_115956388 .moduleButton, #module_115956388 .moduleButton:before{}
#module_115956388 .moduleButton{border-color:#000;}
#module_115956388 .moduleButton{border-style:solid;}
#module_115956388 .moduleButton{border-width:0px;}
#module_115956388 .moduleButton{width:160px;}
#module_115956388 .moduleButton,#module_115956388 .BreadsvgIcon{height:50px;line-height:1.5;}
#module_115956388 .BodyCenter{color:#fff;}
#module_115956388 .moduleButton{border-top-left-radius:4px;}
#module_115956388 .moduleButton{border-top-right-radius:5px;}
#module_115956388 .moduleButton{border-bottom-left-radius:5px;}
#module_115956388 .moduleButton{border-bottom-right-radius:5px;}
#module_115956388 .BreadIcon{font-size:px;} #module_115956388 .BreadsvgIcon svg{width:px;height:px;}
#module_115956388 .BreadIcon{color:;} #module_115956388 .BreadsvgIcon svg>*{fill:;}
#module_115956388 .BreadIcon,#module_115956388 .BreadsvgIcon{margin-left:px;}
#module_115956388 .BreadIcon,#module_115956388 .BreadsvgIcon{margin-right:px;}
#module_115956388 .moduleButton{box-shadow:;}
#module_115956388 .moduleButton:hover .BreadIcon{font-size:px;} #module_115956388 .moduleButton:hover .BreadsvgIcon svg{width:px;height:px;}
#module_115956388 .moduleButton:hover .BreadIcon{color:} #module_115956388 .moduleButton:hover .BreadsvgIcon svg>*{fill:;}
#module_115956388 .moduleButton:hover{font-size:14px;}
#module_115956388 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_115956388 .moduleButton:hover{color:#fff;}
#module_115956388 .moduleButton:hover{font-weight:normal;}
#module_115956388 .moduleButton:hover{text-decoration:none;}
#module_115956388 .moduleButton:hover{font-style:normal;}
#module_115956388 .moduleButton:hover, #module_115956388 .moduleButton:hover:before{background-image: unset;background-color:rgb(38, 87, 182);}
#module_115956388 .moduleButton:hover, #module_115956388 .moduleButton:hover:before{}
#module_115956388 .moduleButton:hover, #module_115956388 .moduleButton:hover:before{}
#module_115956388 .moduleButton:hover, #module_115956388 .moduleButton:hover:before{}
#module_115956388 .moduleButton:hover, #module_115956388 .moduleButton:hover:before{}
#module_115956388 .moduleButton:hover, #module_115956388 .moduleButton:hover:before{}
#module_115956388 .moduleButton:hover{border-color:transparent;}
#module_115956388 .moduleButton:hover{border-style:solid;}
#module_115956388 .moduleButton:hover{border-width:0px;}
#module_115956388 .moduleButton:hover{box-shadow:;}

.module_115956385 .ModuleHead .HeadCenter{float:none;}
#module_115956385 {
padding:0px;
}
#module_115956385 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956385 .ModuleHead115956385 {
display:none;
}
#module_115956385 .BodyCenter.BodyCenter115956385 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956385 >.module_115956385 {
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_115956385 >.module_115956385{
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_115956385 .BodyCenter.BodyCenter115956385 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956385 .BodyCenter.BodyCenter115956385 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956385 >.module_115956385 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956385 >.module_115956385 {
margin-top:33px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956385 >.module_115956385 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956385:hover {
border:none;
}
#module_115956385:hover >.module_115956385 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956385 img{border-top-color:transparent;}
#module_115956385 img{border-top-style:none;}
#module_115956385 img{border-top-width:0px;}
#module_115956385 img{border-right-color:transparent;}
#module_115956385 img{border-right-style:none;}
#module_115956385 img{border-right-width:0px;}
#module_115956385 img{border-bottom-color:transparent;}
#module_115956385 img{border-bottom-style:none;}
#module_115956385 img{border-bottom-width:0px;}
#module_115956385 img{border-left-color:transparent;}
#module_115956385 img{border-left-style:none;}
#module_115956385 img{border-left-width:0px;}
#module_115956385 img{border-top-left-radius:0px;}
#module_115956385 img{border-top-right-radius:0px;}
#module_115956385 img{border-bottom-left-radius:0px;}
#module_115956385 img{border-bottom-right-radius:0px;}
#module_115956385 .BodyCenter{text-align: center;}

.module_115956403 .ModuleHead .HeadCenter{float:none;}
#module_115956403 {
padding:0px;
}
#module_115956403 {
position:static;
z-index:0;
top:5937px;
left:0px;
width:100%;
height: auto;
}
#module_115956403 .ModuleHead115956403 {
display:none;
}
#module_115956403 .BodyCenter.BodyCenter115956403 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956403 >.module_115956403 {
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_115956403 >.module_115956403{
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_115956403 .BodyCenter.BodyCenter115956403 {
padding-top:0.0000%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956403 .BodyCenter.BodyCenter115956403 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956403 >.module_115956403 {
margin-top:2.5%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_115956403 >.module_115956403 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956403 >.module_115956403 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956403:hover {
border:none;
}
#module_115956403:hover >.module_115956403 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956403 .ModuleSubContainer{background-color:transparent;}
#module_115956403 .ModuleSubContainer{background-image:none;}
#module_115956403 .ModuleSubContainer{background-repeat:no-repeat;}
#module_115956403 .ModuleSubContainer{background-position:0% 0%;}
#module_115956403 .ModuleSubContainer{background-attachment:scroll;}
#module_115956403 .ModuleSubContainer{}
#module_115956403 {!bgVideo!}{bgVideoUrl:none}
#module_115956403 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_115956403 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_115956403 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer115956403 {max-width:1280px;width:auto;}
.module_115956404 .ModuleHead .HeadCenter{float:none;}
#module_115956404 {
padding:0px;
}
#module_115956404 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956404 .ModuleHead115956404 {
display:none;
}
#module_115956404 .BodyCenter.BodyCenter115956404 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956404 >.module_115956404 {
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_115956404 >.module_115956404{
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_115956404 .BodyCenter.BodyCenter115956404 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956404 .BodyCenter.BodyCenter115956404 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956404 >.module_115956404 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956404 >.module_115956404 {
margin-top:40px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956404 >.module_115956404 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956404:hover {
border:none;
}
#module_115956404:hover >.module_115956404 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956404 .ModuleImageTextGiantContent{margin-top:0px;}
#module_115956404 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_115956404 .ModuleImageTextGiantContent{margin-left:0px;}
#module_115956404 .ModuleImageTextGiantContent{margin-right:10px;}
#module_115956404 .imageTextGiant-Container{padding-top:10px;}
#module_115956404 .imageTextGiant-Container{padding-bottom:10px;}
#module_115956404 .imageTextGiant-Container{padding-left:10px;}
#module_115956404 .imageTextGiant-Container{padding-right:10px;}
#module_115956404 .showHandle .btn{font-size:px;}
#module_115956404 .showHandle .btn{font-family:;}
#module_115956404 .showHandle .btn{color:;}
#module_115956404 .showHandle .btn{}
#module_115956404 .showHandle .btn{}
#module_115956404 .showHandle .btn{}
#module_115956404 .showHandle div{border-top-color: !important;}
#module_115956404 .showHandle div{border-top-style: !important;}
#module_115956404 .showHandle div{border-top-width:px !important;}
#module_115956404 .showHandle{background-color:;}
#module_115956404 .showHandle{}
#module_115956404 .showHandle{}
#module_115956404 .showHandle{}
#module_115956404 .showHandle{}
#module_115956404 .showHandle{}
#module_115956404 a{font-size:unset;font-family:unset}
.module_143285509 .ModuleHead .HeadCenter{float:none;}
#module_143285509 {
padding:0px;
}
#module_143285509 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_143285509 .ModuleHead143285509 {
display:none;
}

#module_143285509 .ModuleSubContainer{background-color:transparent;}
#module_143285509 .ModuleSubContainer{}
#module_143285509 .ModuleSubContainer{background-repeat:no-repeat;}
#module_143285509 .ModuleSubContainer{background-position:0% 0%;}
#module_143285509 .ModuleSubContainer{background-attachment:scroll;}
#module_143285509 .ModuleSubContainer{}
#module_143285509 {!bgVideo!}{bgVideoUrl:}
#module_143285509 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_143285509 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_143285509 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer143285509 {max-width:1300px;width:auto;}
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box { width: 100%; height: 100%; position: relative }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-prev { position: absolute; top: 50%; left: 0; margin-top: -24px; cursor: pointer;z-index: 999}
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-next { position: absolute; top: 50%; right: 0; margin-top: -24px; cursor: pointer;z-index: 999}
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-prev .iconfont { font-size: 24px; display: none }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-next .iconfont { font-size: 24px; display: none }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container { width: calc(100% - 116px); position: relative; overflow: hidden; padding: 10px }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide {  box-sizing: border-box; transition: all .2s linear; }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide:hover { -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1); box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1); border-radius: 2px }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .head {position: relative; overflow: hidden; display: block; width: 100%; height: 100%; text-align: center; line-height: 1; }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content { width: 100%; position: relative }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content .title { width: 100%; min-height: 21px;text-align: center; margin-top: 22px; margin-bottom: 10px }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content .desc { margin-bottom: 30px; margin-left: auto; margin-right: auto; padding: 0px 20px }

.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .head .dummy { padding-top: 49%; }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .head img{-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;overflow: hidden; margin: auto; width: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block;  }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 0px; padding-right: 0px }

/* 手机 */
@media only screen and (max-width: 767px) {
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container { width: calc(100% - 10px); padding: 10px 0px }
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide {  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1); box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1); border-radius: 2px }
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide:hover { -webkit-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1); box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1); }
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content .title {margin-top: 15px; margin-bottom: 5px;}
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content .desc {margin-bottom: 5px; padding: 0;}
}
.module_143285516 .ModuleHead .HeadCenter{float:none;}
#module_143285516 {
padding:0px;
}
#module_143285516 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_143285516 .ModuleHead143285516 {
display:none;
}
#module_143285516 .BodyCenter.BodyCenter143285516 {
background:none;background-color:rgba(0,0,0,0);
}
#module_143285516 >.module_143285516 {
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_143285516 >.module_143285516{
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_143285516 .BodyCenter.BodyCenter143285516 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_143285516 .BodyCenter.BodyCenter143285516 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_143285516 >.module_143285516 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_143285516 >.module_143285516 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_143285516 >.module_143285516 {box-shadow: 0px 0px 0px 0px #ccc}
#module_143285516:hover {
border:none;
}
#module_143285516:hover >.module_143285516 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_143285516 .Photo_box .swiper-container .swiper-slide .content .title,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .desc{text-align:;}
#module_143285516 {}@media only screen and (min-width: 768px) {#module_143285516 .Photo_box .swiper-container .swiper-slide .content{padding-top:px;}}
#module_143285516 {}@media only screen and (min-width: 768px) {#module_143285516 .Photo_box .swiper-container .swiper-slide .content{padding-bottom:px;}}
#module_143285516 {}@media only screen and (min-width: 768px) {#module_143285516 .Photo_box .swiper-container .swiper-slide .content{padding-left:px;}}
#module_143285516 {}@media only screen and (min-width: 768px) {#module_143285516 .Photo_box .swiper-container .swiper-slide .content{padding-right:px;}}
#module_143285516 {}@media only screen and (max-width: 767px) {#module_143285516 .Photo_box .swiper-container .swiper-slide .content{padding-top:px;}}
#module_143285516 {}@media only screen and (max-width: 767px) {#module_143285516 .Photo_box .swiper-container .swiper-slide .content{padding-bottom:px;}}
#module_143285516 {}@media only screen and (max-width: 767px) {#module_143285516 .Photo_box .swiper-container .swiper-slide .content{padding-left:px;}}
#module_143285516 {}@media only screen and (max-width: 767px) {#module_143285516 .Photo_box .swiper-container .swiper-slide .content{padding-right:px;}}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .title{font-size:14px;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .title{font-family:微软雅黑,Microsoft YaHei;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .title{color:#333333;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .title{font-weight:normal;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .title{text-decoration:none;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .title{font-style:normal;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .desc{font-size:12px;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .desc{font-family:微软雅黑,Microsoft YaHei;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .desc{color:#999;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .desc{font-weight:normal;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .desc{text-decoration:none;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_143285516 .Photo_box .swiper-container .swiper-slide .content .desc{font-style:normal;}
#module_143285516 .head .dummy{padding-top:auto;}
#module_143285516 .head img{ object-fit:unset;}
#module_143285516 .head img{ height:auto;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_143285516 .Photo_box .swiper-container .swiper-slide .content{background-color:transparent;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_143285516 .Photo_box .swiper-container .swiper-slide .content{background-image:none;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content ,#module_143285516 .Photo_box .swiper-container .swiper-slide .content{background-repeat:no-repeat;}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_143285516 .Photo_box .swiper-container .swiper-slide .content{}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_143285516 .Photo_box .swiper-container .swiper-slide .content{}
#module_143285516 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_143285516 .Photo_box .swiper-container .swiper-slide .content{}

.module_115956415 .ModuleHead .HeadCenter{float:none;}
#module_115956415 {
padding:0px;
}
#module_115956415 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956415 .ModuleHead115956415 {
display:none;
}
#module_115956415 .BodyCenter.BodyCenter115956415 {
background-color:transparent;
background-size:auto;
background-repeat:repeat-y;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_115956415 >.module_115956415 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(27, 35, 47);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_115956415 >.module_115956415{
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_115956415 .BodyCenter.BodyCenter115956415 {
padding-top:2.6151%;
padding-left:1.8305%;
padding-right:0.3661%;
padding-bottom:2.8243%;
}
}
@media screen and (max-width: 767px){
#module_115956415 .BodyCenter.BodyCenter115956415 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956415 >.module_115956415 {
margin-top:0%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956415 >.module_115956415 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956415 >.module_115956415 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956415:hover {
border:none;
}
#module_115956415:hover >.module_115956415 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956415 .ModuleSubContainer{background-color:transparent;}
#module_115956415 .ModuleSubContainer{background-image:none;}
#module_115956415 .ModuleSubContainer{background-repeat:no-repeat;}
#module_115956415 .ModuleSubContainer{background-position:0% 0%;}
#module_115956415 .ModuleSubContainer{background-attachment:scroll;}
#module_115956415 .ModuleSubContainer{}
#module_115956415 {!bgVideo!}{bgVideoUrl:none}
#module_115956415 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_115956415 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_115956415 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer115956415 {max-width:1279px;width:auto;}
.module_116284513 .ModuleHead .HeadCenter{float:none;}
#module_116284513 {
padding:0px;
}
#module_116284513 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_116284513 .ModuleHead116284513 {
display:none;
}
#module_116284513 {
border:none;
}
@media screen and (min-width: 768px){
#module_116284513 >.module_116284513 {
margin-top:0%;
margin-left:0%;
margin-right:47.4582%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_116284513 >.module_116284513 {
}
}

#module_116284513 img{border-top-color:transparent;}
#module_116284513 img{border-top-style:none;}
#module_116284513 img{border-top-width:0px;}
#module_116284513 img{border-right-color:transparent;}
#module_116284513 img{border-right-style:none;}
#module_116284513 img{border-right-width:0px;}
#module_116284513 img{border-bottom-color:transparent;}
#module_116284513 img{border-bottom-style:none;}
#module_116284513 img{border-bottom-width:0px;}
#module_116284513 img{border-left-color:transparent;}
#module_116284513 img{border-left-style:none;}
#module_116284513 img{border-left-width:0px;}
#module_116284513 img{border-top-left-radius:0px;}
#module_116284513 img{border-top-right-radius:0px;}
#module_116284513 img{border-bottom-left-radius:0px;}
#module_116284513 img{border-bottom-right-radius:0px;}
#module_116284513 .BodyCenter{text-align: center;}

.module_115956496 .ModuleHead .HeadCenter{float:none;}
#module_115956496 {
padding:0px;
}
#module_115956496 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_115956496 .ModuleHead115956496 {
display:none;
}
#module_115956496 .BodyCenter.BodyCenter115956496 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956496 >.module_115956496 {
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_115956496 >.module_115956496{
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_115956496 .BodyCenter.BodyCenter115956496 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956496 .BodyCenter.BodyCenter115956496 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956496 >.module_115956496 {
margin-top:2.5000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956496 >.module_115956496 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956496 >.module_115956496 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956496:hover {
border:none;
}
#module_115956496:hover >.module_115956496 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956496 .ModuleImageTextGiantContent{margin-top:0px;}
#module_115956496 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_115956496 .ModuleImageTextGiantContent{margin-left:0px;}
#module_115956496 .ModuleImageTextGiantContent{margin-right:10px;}
#module_115956496 .imageTextGiant-Container{padding-top:10px;}
#module_115956496 .imageTextGiant-Container{padding-bottom:9px;}
#module_115956496 .imageTextGiant-Container{padding-left:10px;}
#module_115956496 .imageTextGiant-Container{padding-right:10px;}
#module_115956496 .showHandle .btn{font-size:14px;}
#module_115956496 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_115956496 .showHandle .btn{color:#333;}
#module_115956496 .showHandle .btn{font-weight:400;}
#module_115956496 .showHandle .btn{text-decoration:none;}
#module_115956496 .showHandle .btn{font-style:normal;}
#module_115956496 .showHandle div{border-top-color:#ddd !important;}
#module_115956496 .showHandle div{border-top-style:solid !important;}
#module_115956496 .showHandle div{border-top-width:1px !important;}
#module_115956496 .showHandle{background-color:transparent;}
#module_115956496 .showHandle{background-image:none;}
#module_115956496 .showHandle{background-repeat:no-repeat;}
#module_115956496 .showHandle{}
#module_115956496 .showHandle{}
#module_115956496 .showHandle{}
#module_115956496 a{font-size:unset;font-family:unset}
.module_116287729 .ModuleHead .HeadCenter{float:none;}
#module_116287729 {
padding:0px;
}
#module_116287729 {
position:static;
z-index:0;
top:4501px;
left:1354px;
width:100%;
height: auto;
}
#module_116287729 .ModuleHead116287729 {
display:none;
}
#module_116287729 {
border:none;
}
@media screen and (min-width: 768px){
#module_116287729 >.module_116287729 {
margin-top:2.0313%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_116287729 >.module_116287729 {
}
}

#module_116287729 .ModuleImageTextGiantContent{margin-top:0px;}
#module_116287729 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_116287729 .ModuleImageTextGiantContent{margin-left:0px;}
#module_116287729 .ModuleImageTextGiantContent{margin-right:0px;}
#module_116287729 .imageTextGiant-Container{padding-top:10px;}
#module_116287729 .imageTextGiant-Container{padding-bottom:10px;}
#module_116287729 .imageTextGiant-Container{padding-left:10px;}
#module_116287729 .imageTextGiant-Container{padding-right:10px;}
#module_116287729 .showHandle .btn{font-size:14px;}
#module_116287729 .showHandle .btn{font-family:;}
#module_116287729 .showHandle .btn{color:#333;}
#module_116287729 .showHandle .btn{font-weight:400;}
#module_116287729 .showHandle .btn{text-decoration:none;}
#module_116287729 .showHandle .btn{font-style:normal;}
#module_116287729 .showHandle div{border-top-color:#ddd !important;}
#module_116287729 .showHandle div{border-top-style:solid !important;}
#module_116287729 .showHandle div{border-top-width:1px !important;}
#module_116287729 .showHandle{background-color:transparent;}
#module_116287729 .showHandle{}
#module_116287729 .showHandle{background-repeat:no-repeat;}
#module_116287729 .showHandle{}
#module_116287729 .showHandle{}
#module_116287729 .showHandle{}
#module_116287729 a{font-size:unset;font-family:unset}
.module_156377310 .ModuleHead .HeadCenter{float:none;}
#module_156377310 {
padding:0px;
}
#module_156377310 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_156377310 .ModuleHead156377310 {
display:none;
}
#module_156377310 {
border:none;
}
@media screen and (min-width: 768px){
#module_156377310 >.module_156377310 {
margin-top:2.0000%;
margin-left:29.1080%;
margin-right:0%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_156377310 >.module_156377310 {
}
}

#module_156377310 img{border-top-color:transparent;}
#module_156377310 img{border-top-style:none;}
#module_156377310 img{border-top-width:0px;}
#module_156377310 img{border-right-color:transparent;}
#module_156377310 img{border-right-style:none;}
#module_156377310 img{border-right-width:0px;}
#module_156377310 img{border-bottom-color:transparent;}
#module_156377310 img{border-bottom-style:none;}
#module_156377310 img{border-bottom-width:0px;}
#module_156377310 img{border-left-color:transparent;}
#module_156377310 img{border-left-style:none;}
#module_156377310 img{border-left-width:0px;}
#module_156377310 img{border-top-left-radius:0px;}
#module_156377310 img{border-top-right-radius:0px;}
#module_156377310 img{border-bottom-left-radius:0px;}
#module_156377310 img{border-bottom-right-radius:0px;}
#module_156377310 .BodyCenter{text-align: center;}

.ModuleShareGiant.layout-101  .social-share a { text-decoration: none;}
.ModuleShareGiant.layout-101  .social-share,.ModuleShareGiant.layout-101 .tips{ display: inline-block; }
.ModuleShareGiant.layout-101  .mvertical {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

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

.ModuleShareGiant.layout-101  .share-wx-qrcode-img .help p{ width: 40%; margin: 0 auto; color:#999;  display: block; line-height: 20px; height: auto; }
.ModuleShareGiant.layout-101  .share-wx-qrcode-img,.mwechat-qrcode { border-radius: 5px; top:0px; position: fixed;z-index:9999; top: 50%;
    left: 50%;box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
    transform: translate(-50%,-50%);text-align: center; width: 270px;  background: #fff; visibility: hidden;}
.ModuleShareGiant.layout-101  #mwx-qrcode{ width: 224px; height: 224px; margin: 0 auto;}
.ModuleShareGiant.layout-101 .share-wx-qrcode-img h4{border-top-right-radius: 5px;
    border-top-left-radius: 5px;background: #F7F8FA; height: 40px; line-height: 40px; font-size: 16px; color: #666; font-weight: bold; margin-bottom: 13px;}
.ModuleShareGiant.layout-101 .share-wx-qrcode-img .help{ margin-top: 12px; margin-bottom: 19px; color: #999;font-size: 14px; line-height: 20px;}
.ModuleShareGiant.layout-101  .share-wx-tips{ display: none;    z-index: 99999;
    position: fixed;
    top: 10px;
	right: 35px;    color: #fff; font-size: 24px; text-align: center;}.module_115956495 .ModuleHead .HeadCenter{float:none;}
#module_115956495 {
padding:0px;
}
#module_115956495 {
position:static;
z-index:0;
top:4864px;
left:1314px;
width:100%;
height: auto;
}
#module_115956495 .ModuleHead115956495 {
display:none;
}
#module_115956495 .BodyCenter.BodyCenter115956495 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956495 >.module_115956495 {
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_115956495 >.module_115956495{
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_115956495 .BodyCenter.BodyCenter115956495 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956495 .BodyCenter.BodyCenter115956495 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_115956495 >.module_115956495 {
margin-top:7.5117%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_115956495 >.module_115956495 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_115956495 >.module_115956495 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956495:hover {
border:none;
}
#module_115956495:hover >.module_115956495 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956495 .ModuleSharediv{text-align: center;}
#module_115956495 .social-share-icon{color:rgb(255, 255, 255);}
#module_115956495 .social-share-icon{font-size:20px;}
#module_115956495 .social-share-icon{ margin-right:0px;margin-left:0px;} #module_115956495 .mvertical{margin-top:0px;margin-bottom:0px;}
#module_115956495 .social-share-icon{height:36px; width:36px;line-height:36px}
#module_115956495 .social-share-icon{border-top-color:#ccc;}
#module_115956495 .social-share-icon{border-top-style:solid;}
#module_115956495 .social-share-icon{border-top-width:0px;}
#module_115956495 .social-share-icon{border-right-color:#ccc;}
#module_115956495 .social-share-icon{border-right-style:solid;}
#module_115956495 .social-share-icon{border-right-width:0px;}
#module_115956495 .social-share-icon{border-bottom-color:#ccc;}
#module_115956495 .social-share-icon{border-bottom-style:solid;}
#module_115956495 .social-share-icon{border-bottom-width:0px;}
#module_115956495 .social-share-icon{border-left-color:#ccc;}
#module_115956495 .social-share-icon{border-left-style:solid;}
#module_115956495 .social-share-icon{border-left-width:0px;}
#module_115956495 .social-share-icon{background-color:transparent;}
#module_115956495 .social-share-icon{}
#module_115956495 .social-share-icon:hover{background-color:transparent;}
#module_115956495 .social-share-icon:hover{}
#module_115956495 .social-share-icon:hover{color:rgb(53, 142, 255);}
#module_115956495 .social-share-icon:hover{font-size:20px;}
#module_115956495 .social-share-icon:hover{border-top-color:#ccc;}
#module_115956495 .social-share-icon:hover{border-top-style:solid;}
#module_115956495 .social-share-icon:hover{border-top-width:0px;}
#module_115956495 .social-share-icon:hover{border-right-color:#ccc;}
#module_115956495 .social-share-icon:hover{border-right-style:solid;}
#module_115956495 .social-share-icon:hover{border-right-width:0px;}
#module_115956495 .social-share-icon:hover{border-bottom-color:#ccc;}
#module_115956495 .social-share-icon:hover{border-bottom-style:solid;}
#module_115956495 .social-share-icon:hover{border-bottom-width:0px;}
#module_115956495 .social-share-icon:hover{border-left-color:#ccc;}
#module_115956495 .social-share-icon:hover{border-left-style:solid;}
#module_115956495 .social-share-icon:hover{border-left-width:0px;}

.module_116288820 .ModuleHead .HeadCenter{float:none;}
#module_116288820 {
padding:0px;
}
#module_116288820 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_116288820 .ModuleHead116288820 {
display:none;
}
#module_116288820 .BodyCenter.BodyCenter116288820 {
background:none;background-color:#426887;
}
#module_116288820 >.module_116288820 {
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_116288820 >.module_116288820{
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_116288820 .BodyCenter.BodyCenter116288820 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_116288820 .BodyCenter.BodyCenter116288820 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_116288820 >.module_116288820 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_116288820 >.module_116288820 {
margin-top:8.1744%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_116288820 >.module_116288820 {box-shadow: 0px 0px 0px 0px #ccc}
#module_116288820:hover {
border:none;
}
#module_116288820:hover >.module_116288820 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_116288820 .ModuleSubContainer{background-color:transparent;}
#module_116288820 .ModuleSubContainer{background-image:none;}
#module_116288820 .ModuleSubContainer{background-repeat:no-repeat;}
#module_116288820 .ModuleSubContainer{background-position:0% 0%;}
#module_116288820 .ModuleSubContainer{background-attachment:scroll;}
#module_116288820 .ModuleSubContainer{}
#module_116288820 {!bgVideo!}{bgVideoUrl:none}
#module_116288820 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_116288820 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_116288820 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer116288820 {max-width:1279px;width:auto;}
.module_116287505 .ModuleHead .HeadCenter{float:none;}
#module_116287505 {
padding:0px;
}
#module_116287505 {
position:static;
z-index:0;
top:5041px;
left:1166px;
width:100%;
height: auto;
}
#module_116287505 .ModuleHead116287505 {
display:none;
}
#module_116287505 .BodyCenter.BodyCenter116287505 {
background:none;
}
#module_116287505 >.module_116287505 {
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_116287505 >.module_116287505{
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_116287505 .BodyCenter.BodyCenter116287505 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_116287505 .BodyCenter.BodyCenter116287505 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_116287505 >.module_116287505 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_116287505 >.module_116287505 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_116287505 >.module_116287505 {box-shadow: 0px 0px 0px 0px #ccc}
#module_116287505:hover {
border:none;
}
#module_116287505:hover >.module_116287505 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_116287505 .ModuleImageTextGiantContent{margin-top:0px;}
#module_116287505 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_116287505 .ModuleImageTextGiantContent{margin-left:0px;}
#module_116287505 .ModuleImageTextGiantContent{margin-right:0px;}
#module_116287505 .imageTextGiant-Container{padding-top:10px;}
#module_116287505 .imageTextGiant-Container{padding-bottom:10px;}
#module_116287505 .imageTextGiant-Container{padding-left:10px;}
#module_116287505 .imageTextGiant-Container{padding-right:10px;}
#module_116287505 .showHandle .btn{font-size:14px;}
#module_116287505 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_116287505 .showHandle .btn{color:#333;}
#module_116287505 .showHandle .btn{font-weight:400;}
#module_116287505 .showHandle .btn{text-decoration:none;}
#module_116287505 .showHandle .btn{font-style:normal;}
#module_116287505 .showHandle div{border-top-color:#ddd !important;}
#module_116287505 .showHandle div{border-top-style:solid !important;}
#module_116287505 .showHandle div{border-top-width:1px !important;}
#module_116287505 .showHandle{background-color:transparent;}
#module_116287505 .showHandle{background-image:none;}
#module_116287505 .showHandle{background-repeat:no-repeat;}
#module_116287505 .showHandle{}
#module_116287505 .showHandle{}
#module_116287505 .showHandle{}
#module_116287505 a{font-size:unset;font-family:unset}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*滚动条*/

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

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

/*二级导航*/

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

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

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

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



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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_115956356 .ModuleHead .HeadCenter{float:none;}
#module_115956356 {
padding:0px;
}
#module_115956356 {
}
#module_115956356 .ModuleHead115956356 {
display:none;
}
#module_115956356 .BodyCenter.BodyCenter115956356 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956356 >.module_115956356 {
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_115956356 >.module_115956356{
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_115956356 .BodyCenter.BodyCenter115956356 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_115956356 .BodyCenter.BodyCenter115956356 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_115956356 >.module_115956356 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_115956356 >.module_115956356 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956356 >.module_115956356 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956356:hover {
border:none;
}
#module_115956356:hover >.module_115956356 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956356 .langlistbox{background-color:} #module_115956356 .langlistbox .jt{border-bottom-color:}
#module_115956356 .langlistbox .langinfo{color:}
#module_115956356 .langlistbox .langinfo{background-color:}
#module_115956356 .langlistbox .langinfo{border-color:}
#module_115956356 .langlistbox .langtxt{ font-size:px }
#module_115956356 .langlistbox .langtxt{ color: }
#module_115956356 {}#module_115956356.layout-101 #header{border-bottom-color:transparent;}
#module_115956356 {}#module_115956356.layout-101 #header{border-bottom-style:none;}
#module_115956356 {}#module_115956356.layout-101 #header{border-bottom-width:0px;}
#module_115956356 {}#module_115956356.layout-101 #header{box-shadow:-1px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_115956356 {}#module_115956356.layout-101 #MobileNav{background-color: transparent;} #module_115956356.layout-101 #header{background-color:rgb(24, 62, 124);}
#module_115956356 {}#module_115956356.layout-101 #header{}
#module_115956356 {}#module_115956356.layout-101 #header p{font-Family:;}
#module_115956356 {}#module_115956356.layout-101 #header p{font-size:px;}
#module_115956356 {}#module_115956356.layout-101 #header p{color:#fff;}
#module_115956356 {}#module_115956356.layout-101 #header p{}
#module_115956356 {}#module_115956356.layout-101 #header p{}
#module_115956356 {}#module_115956356.layout-101 #header p{}
#module_115956356 {}#module_115956356.layout-101 .lcitem .rect{background:#fff;} #module_115956356.layout-101 .icons{color:#fff;} #module_115956356.layout-101 .svgdiv svg>*{fill:#fff;}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item ul li{border-bottom-color:rgba(255, 255, 255, 0.09);}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item,#module_115956356.layout-101 #MobileNavFloatLayer{background-color:rgb(24, 62, 124);}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item,#module_115956356.layout-101 #MobileNavFloatLayer{}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li>a{background:rgb(24, 62, 124);}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li>a{}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li>a,#module_115956356.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li .subnav a{background:rgb(44, 86, 155);}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li .subnav a,#module_115956356.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li>a,#module_115956356.layout-101 .micro-nav-item>ul>li>a p{font-family:;}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li>a,#module_115956356.layout-101 .micro-nav-item>ul>li>a p{font-size:px;}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li .subnav a,#module_115956356.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:;}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li .subnav a,#module_115956356.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:px;}
#module_115956356 .langlistbox li:hover .langinfo,#module_115956356 .langactive .langinfo {color:}
#module_115956356 .langlistbox li:hover .langinfo,#module_115956356 .langactive .langinfo{background-color:}
#module_115956356 .langlistbox li:hover .langinfo,#module_115956356 .langactive .langinfo{border-color:}
#module_115956356 .langlistbox li:hover .langtxt,#module_115956356 .langactive .langtxt{ color: }
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li>a:hover,#module_115956356.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:rgb(0, 32, 96);}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:rgb(24, 62, 124);}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_115956356 {}#module_115956356.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_115956356.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:rgb(53, 142, 255);}
.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;
    white-space: nowrap;
    /* 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_115956357 .ModuleHead .HeadCenter{float:none;}
#module_115956357 {
padding:0px;
}
#module_115956357 {
}
#module_115956357 .ModuleHead0 {
display:none;
}

#module_115956357 .defaultbtn{background-color:#fff}
#module_115956357 .defaultbtn{}
#module_115956357 .spotgroup{color:#000}
#module_115956357 .itembtn{background-color:#fff}
#module_115956357 .itembtn{}
#module_115956357 .itemicon{color:#666} #module_115956357 svg>*{fill:#666}
#module_115956357 .itemtext{background-color:#fff} #module_115956357 .itemtextright::before{border-left-color:#fff} #module_115956357 .itemtextleft::before{border-right-color:#fff}
#module_115956357 .itemtext{}
#module_115956357 .itemtext{font-size:12px;}
#module_115956357 .itemtext{font-family:;}
#module_115956357 .itemtext{color:#666 !important;}
#module_115956357 .itemtext{font-weight:normal;}
#module_115956357 .itemtext{text-decoration:none;}
#module_115956357 .itemtext{font-style:normal;}
#module_115956357 .defaultbtnbghover{background-color:#000000}
#module_115956357 .defaultbtnbghover{}
#module_115956357 .defaultbtniconbghover{color:#fff}
.module_115956358 .ModuleHead .HeadCenter{float:none;}
#module_115956358 {
padding:0px;
}
#module_115956358 {
}
#module_115956358 .ModuleHead115956358 {
display:none;
}
#module_115956358 .BodyCenter.BodyCenter115956358 {
background:none;background-color:rgba(0,0,0,0);
}
#module_115956358 >.module_115956358 {
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_115956358 >.module_115956358{
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_115956358 .BodyCenter.BodyCenter115956358 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_115956358 .BodyCenter.BodyCenter115956358 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_115956358 >.module_115956358 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_115956358 >.module_115956358 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_115956358 >.module_115956358 {box-shadow: 0px 0px 0px 0px #ccc}
#module_115956358:hover {
border:none;
}
#module_115956358:hover >.module_115956358 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_115956358 .foot-nav-list{background-color:rgb(24, 62, 124) !important;}
#module_115956358 .foot-nav-list{border-top-color:rgb(242, 242, 242);}
#module_115956358 .foot-nav-list{border-top-style:solid;}
#module_115956358 .foot-nav-list{border-top-width:0px;}
#module_115956358 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_115956358 .icon{color:rgb(255, 255, 255) !important;}  #module_115956358 .icon svg >*{fill:rgb(255, 255, 255)}
#module_115956358 .itemText{font-size:12px;}
#module_115956358 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_115956358 .itemText{color:rgb(255, 255, 255) !important;}
#module_115956358 .itemText{font-weight:normal;}
#module_115956358 .itemText{text-decoration:none;}
#module_115956358 .itemText{font-style:normal;}
#module_115956358 .iconh{color:rgb(255, 255, 255) !important;}  #module_115956358 .iconh svg >*{fill:rgb(255, 255, 255)}
#module_115956358 .itemTexth{font-size:12px;}
#module_115956358 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_115956358 .itemTexth{color:rgb(255, 255, 255) !important;}
#module_115956358 .itemTexth{font-weight:normal;}
#module_115956358 .itemTexth{text-decoration:none;}
#module_115956358 .itemTexth{font-style:normal;}
