/*read from redis*/
@font-face {font-family:"Opensans";src: url('static/font/Opensans-Regular/font.woff2') format('woff2')}
@font-face {font-family:"poppins";src: url('static/font/Poppins-Regular/font.woff2') format('woff2')}
.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_483173566 .ModuleHead .HeadCenter{float:none;}
#module_483173566 {
padding:0px;
}
#module_483173566 {
position:static;
z-index:4000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_483173566 .ModuleHead483173566 {
display:none;
}
#module_483173566 .BodyCenter.BodyCenter483173566 {
background:none;background-color:rgb(255, 255, 255);
}
#module_483173566 >.module_483173566 {
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_483173566 >.module_483173566{
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_483173566 .BodyCenter.BodyCenter483173566 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483173566 .BodyCenter.BodyCenter483173566 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483173566 >.module_483173566 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483173566 >.module_483173566 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483173566 >.module_483173566 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483173566:hover {
border:none;
}
#module_483173566:hover >.module_483173566 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483173566 .ModuleSubContainer{background-color:transparent;}
#module_483173566 .ModuleSubContainer{background-image:none;}
#module_483173566 .ModuleSubContainer{background-repeat:no-repeat;}
#module_483173566 .ModuleSubContainer{background-position:0% 0%;}
#module_483173566 .ModuleSubContainer{background-attachment:scroll;}
#module_483173566 .ModuleSubContainer{}
#module_483173566 {!bgVideo!}{bgVideoUrl:}
#module_483173566 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_483173566 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_483173566 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer483173566 {max-width:1800px;width:auto;}
.ModuleGridContainer.ModuleGridContainer483173566 .SubPadding {width:0px;}
/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {font-size: 14px;}
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden; position: relative;}.module_484196917 .ModuleHead .HeadCenter{float:none;}
#module_484196917 {
padding:0px;
}
#module_484196917 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_484196917 .ModuleHead484196917 {
display:none;
}
#module_484196917 {
border:none;
}
@media screen and (min-width: 768px){
#module_484196917 >.module_484196917 {
margin-top:19.9461%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_484196917 >.module_484196917 {
}
}

#module_484196917 .ModuleImageTextGiantContent{margin-top:0px;}
#module_484196917 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_484196917 .ModuleImageTextGiantContent{margin-left:0px;}
#module_484196917 .ModuleImageTextGiantContent{margin-right:0px;}
#module_484196917 .imageTextGiant-Container{padding-top:10px;}
#module_484196917 .imageTextGiant-Container{padding-bottom:10px;}
#module_484196917 .imageTextGiant-Container{padding-left:10px;}
#module_484196917 .imageTextGiant-Container{padding-right:10px;}
#module_484196917 .showHandle .btn{font-size:14px;}
#module_484196917 .showHandle .btn{font-family:;}
#module_484196917 .showHandle .btn{color:#333;}
#module_484196917 .showHandle .btn{font-weight:400;}
#module_484196917 .showHandle .btn{text-decoration:none;}
#module_484196917 .showHandle .btn{font-style:normal;}
#module_484196917 .showHandle div{border-top-color:#ddd !important;}
#module_484196917 .showHandle div{border-top-style:solid !important;}
#module_484196917 .showHandle div{border-top-width:1px !important;}
#module_484196917 .showHandle{background-color:transparent;}
#module_484196917 .showHandle{}
#module_484196917 .showHandle{background-repeat:no-repeat;}
#module_484196917 .showHandle{}
#module_484196917 .showHandle{}
#module_484196917 .showHandle{}
#module_484196917 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer483173566 #Sub483173566_1 {width:20.6111%;}
.module_483173734 .ModuleHead .HeadCenter{float:none;}
#module_483173734 {
padding:0px;
}
#module_483173734 {
position:static;
z-index:0;
top:33px;
left:842px;
width:100%;
height: auto;
}
#module_483173734 .ModuleHead483173734 {
display:none;
}
#module_483173734 .BodyCenter.BodyCenter483173734 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483173734 >.module_483173734 {
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_483173734 >.module_483173734{
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_483173734 .BodyCenter.BodyCenter483173734 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483173734 .BodyCenter.BodyCenter483173734 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483173734 >.module_483173734 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483173734 >.module_483173734 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483173734 >.module_483173734 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483173734:hover {
border:none;
}
#module_483173734:hover >.module_483173734 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483173734 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483173734 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483173734 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483173734 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483173734 .imageTextGiant-Container{padding-top:10px;}
#module_483173734 .imageTextGiant-Container{padding-bottom:10px;}
#module_483173734 .imageTextGiant-Container{padding-left:10px;}
#module_483173734 .imageTextGiant-Container{padding-right:10px;}
#module_483173734 .showHandle .btn{font-size:14px;}
#module_483173734 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_483173734 .showHandle .btn{color:#333;}
#module_483173734 .showHandle .btn{font-weight:400;}
#module_483173734 .showHandle .btn{text-decoration:none;}
#module_483173734 .showHandle .btn{font-style:normal;}
#module_483173734 .showHandle div{border-top-color:#ddd !important;}
#module_483173734 .showHandle div{border-top-style:solid !important;}
#module_483173734 .showHandle div{border-top-width:1px !important;}
#module_483173734 .showHandle{background-color:transparent;}
#module_483173734 .showHandle{background-image:none;}
#module_483173734 .showHandle{background-repeat:no-repeat;}
#module_483173734 .showHandle{}
#module_483173734 .showHandle{}
#module_483173734 .showHandle{}
#module_483173734 a{font-size:unset;font-family:unset}
.ModuleNavGiant.layout-103 .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;
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
 -webkit-box-sizing:border-box; 
  line-height: 0;
  overflow:hidden;
}
.ModuleNavGiant.layout-103 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-103 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-103 .moveMenuRight, .ModuleNavGiant.layout-103 .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-103 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-103 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px
}
.ModuleNavGiant.layout-103 .moveMenuRight:hover, .ModuleNavGiant.layout-103 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-103 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-103 .navBorderTop {
  position: absolute;
  width: auto;
  height: 80px;
  left: 0px;
  bottom:initial;
  background-color: #1e88e5;
  display:none;
}
.ModuleNavGiant.layout-103 .main-nav-item-group {
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
 -webkit-box-sizing:border-box;
  width: auto;
  text-align: center;
  float: left;
}
.ModuleNavGiant.layout-103 .main-nav-item {
  box-sizing: content-box;
  width: auto;
  height:80px;
  line-height:80px;
  color: #000000;
  display: inline-block;
  position: relative;
  transition:all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  text-decoration: none;
}
.ModuleNavGiant.layout-103 .main-nav-item span{
	display:block;
	width:100%;
	height:100%;
	position:relative;
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;
}
.ModuleNavGiant.layout-103 .sub-nav-item-group {
  z-index: 3;
  width: 192px;
  height: auto;
  line-height: 40px;
  text-align: center;
  border-top: 2px solid #333;
  display: none;
}
.ModuleNavGiant.layout-103 .sub-nav-item {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding-left: 0;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-103 .sub-nav-item:last-child{
  border-bottom: none!important;
}
.ModuleNavGiant.layout-103 .sub-nav-item:hover {
  padding-left: 10px;
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-103 .main-nav-item-hover span{
  color: #fff;
  top: -7px;
   -webkit-animation: layout-103-nav-active 0.5s;
  -moz-animation: layout-103-nav-active 0.5s;
  -o-animation: layout-103-nav-active 0.5s;
  animation: layout-103-nav-active 0.5s;
}

.ModuleNavGiant.layout-103 .main-nav-item-hover::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-animation: layout-103-nav-active2 0.5s;
  -moz-animation: layout-103-nav-active2 0.5s;
  -o-animation: layout-103-nav-active2 0.5s;
  animation: layout-103-nav-active2 0.5s;
  bottom: 25%;
}
@keyframes layout-103-nav-active {
  from {
    top: 0px;
  }
  to {
    top: -7px;
  }
}
@-webkit-keyframes layout-103-nav-active
 { 
  from {
    top: 0px;
  }
  to {
    top: -7px;
  }
 } 
 
  
 @-moz-keyframes layout-103-nav-active
 { 
   from {
     top: 0px;
   }
   to {
    top: -7px;
   }
 }
 @-o-keyframes layout-103-nav-active
 { 
   from {
     top: 0px;
   }
   to {
    top: -7px;
   }
 }  
@keyframes layout-103-nav-active2 {
  from {
    bottom: 20%;
  }
  to {
    bottom: 25%;
  }
}
@-webkit-keyframes layout-103-nav-active2
 { 
  from {
    bottom: 20%;
  }
  to {
    bottom: 25%;
  }
 } 
 
  
 @-moz-keyframes layout-103-nav-active2
 { 
  from {
    bottom: 20%;
  }
  to {
    bottom: 25%;
  }
 }
 @-o-keyframes layout-103-nav-active2
 { 
  from {
    bottom: 20%;
  }
  to {
    bottom: 25%;
  }
 }  
.ModuleNavGiant.layout-103 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-103 .sub-nav-item-group.sub-menu{
    display: none !important;
}.module_483173571 .ModuleHead .HeadCenter{float:none;}
#module_483173571 {
padding:0px;
}
#module_483173571 {
position:static;
z-index:0;
top:55px;
left:742px;
width:100%;
height: auto;
}
#module_483173571 .ModuleHead483173571 {
display:none;
}
#module_483173571 .BodyCenter.BodyCenter483173571 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483173571 >.module_483173571 {
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_483173571 >.module_483173571{
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_483173571 .BodyCenter.BodyCenter483173571 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483173571 .BodyCenter.BodyCenter483173571 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483173571 >.module_483173571 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483173571 >.module_483173571 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483173571 >.module_483173571 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483173571:hover {
border:none;
}
#module_483173571:hover >.module_483173571 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483173571 .main-nav-item-group{height:40px;}#module_483173571 .main-nav-item{height:40px;line-height:40px}#module_483173571 .navBorderTop{height:40px;}#module_483173571 .main-nav-content{height:40px}
#module_483173571 .main-nav-content{background-color:#fff;}
#module_483173571 .main-nav-content{background-image:none;}
#module_483173571 .main-nav-content{background-repeat:no-repeat;}
#module_483173571 .main-nav-content{}
#module_483173571 .main-nav-content{}
#module_483173571 .main-nav-content{}
#module_483173571 .main-nav-content{text-align:center;}
#module_483173571 .main-nav-item span{font-size:16px;}
#module_483173571 .main-nav-item span{font-family:Opensans;}
#module_483173571 .main-nav-item span{color:#333;}
#module_483173571 .main-nav-item span{font-weight:normal;}
#module_483173571 .main-nav-item span{text-decoration:none;}
#module_483173571 .main-nav-item span{font-style:normal;}
#module_483173571 .main-nav-item{background-color:transparent;}
#module_483173571 .main-nav-item{background-image:none;}
#module_483173571 .main-nav-item{background-repeat:no-repeat;}
#module_483173571 .main-nav-item{}
#module_483173571 .main-nav-item{}
#module_483173571 .main-nav-item{}
#module_483173571 .main-nav-item span{width:auto;}
#module_483173571 .main-nav-item span{padding-left:60px;padding-right:60px;}
#module_483173571 .sub-nav-item-group{border-top-color:#333;}
#module_483173571 .sub-nav-item-group{border-top-style:solid;}
#module_483173571 .sub-nav-item-group{border-top-width:2px;}
#module_483173571 .sub-nav-item-group{border-right-color:transparent;}
#module_483173571 .sub-nav-item-group{border-right-style:none;}
#module_483173571 .sub-nav-item-group{border-right-width:0px;}
#module_483173571 .sub-nav-item-group{border-bottom-color:transparent;}
#module_483173571 .sub-nav-item-group{border-bottom-style:none;}
#module_483173571 .sub-nav-item-group{border-bottom-width:0px;}
#module_483173571 .sub-nav-item-group{border-left-color:transparent;}
#module_483173571 .sub-nav-item-group{border-left-style:none;}
#module_483173571 .sub-nav-item-group{border-left-width:0px;}
#module_483173571 .sub-nav-item-group{width:192px;}
#module_483173571 .sub-nav-item{height:40px;line-height:40px}
#module_483173571 .sub-nav-item{font-size:12px;}
#module_483173571 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_483173571 .sub-nav-item{color:#000;}
#module_483173571 .sub-nav-item{font-weight:normal;}
#module_483173571 .sub-nav-item{text-decoration:none;}
#module_483173571 .sub-nav-item{font-style:normal;}
#module_483173571 .sub-nav-item{background-color:#fff;}
#module_483173571 .sub-nav-item{background-image:none;}
#module_483173571 .sub-nav-item{background-repeat:no-repeat;}
#module_483173571 .sub-nav-item{}
#module_483173571 .sub-nav-item{}
#module_483173571 .sub-nav-item{}
#module_483173571 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_483173571 .sub-nav-item{border-bottom-style:solid;}
#module_483173571 .sub-nav-item{border-bottom-width:1px;}
#module_483173571 .sub-nav-item{margin-top:0px;}
#module_483173571 .main-nav-item-hover span{font-size:16px;}
#module_483173571 .main-nav-item-hover span{font-family:Opensans;}
#module_483173571 .main-nav-item-hover span{color:rgb(86, 202, 191);}#module_483173571 .main-nav-item-hover::after{background-color:rgb(86, 202, 191);}
#module_483173571 .main-nav-item-hover span{font-weight:bold;}
#module_483173571 .main-nav-item-hover span{text-decoration:none;}
#module_483173571 .main-nav-item-hover span{font-style:normal;}
#module_483173571 .navBorderTop{background-color:rgba(0,0,0,0);}
#module_483173571 .navBorderTop{background-image:none;}
#module_483173571 .navBorderTop{background-repeat:no-repeat;}
#module_483173571 .navBorderTop{}
#module_483173571 .navBorderTop{}
#module_483173571 .navBorderTop{}
#module_483173571 .sub-nav-item:hover{font-size:12px;}
#module_483173571 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_483173571 .sub-nav-item:hover{color:#000;}
#module_483173571 .sub-nav-item:hover{font-weight:normal;}
#module_483173571 .sub-nav-item:hover{text-decoration:none;}
#module_483173571 .sub-nav-item:hover{font-style:normal;}
#module_483173571 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_483173571 .sub-nav-item:hover{background-image:none;}
#module_483173571 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_483173571 .sub-nav-item:hover{}
#module_483173571 .sub-nav-item:hover{}
#module_483173571 .sub-nav-item:hover{}


.ModuleGridContainer.ModuleGridContainer483173566 #Sub483173566_2 {width:56.1111%;}
/*全局 layout 111*/
.ModuleSearchGiant.layout-111 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .content{display:table;width: 100%;height:100%;border: 1px solid #333;overflow: hidden !important;background: rgba(0,0,0,0);}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel,
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchBtnPanel{position: relative;display:table-cell;height:36px;border:0px;vertical-align: middle;background: rgba(0,0,0,0);overflow: hidden;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel{width: 1%;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchInputPanel{border:0;overflow: auto;border-left: 1px #ccc solid;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .ModuleSearchInput{vertical-align: middle;height:auto;width:100%;border: 0;text-indent: 10px;font-size:14px;outline:none;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;background: rgba(0,0,0,0);}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select .btn{padding-left: 16px;height:100%;font-size: 14px;border: 0;border-radius: 0;background-color:transparent;text-decoration: initial !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select .btn:focus{outline: none !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchBtnPanel {position: relative;width: 50px;background: rgba(0,0,0,0);border-radius: 0;text-align: center;line-height: 1;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchIcon{position: absolute;top:2px;left: 20px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .filter-option{overflow: inherit !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul{height: auto !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul{height: auto;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul li{margin:0.6rem 0 0.6rem 0}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .btn-group{min-width: 78px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .caret{margin-left: -2px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .iconfont{font-size: 20px;}
.module_483173587 .ModuleHead .HeadCenter{float:none;}
#module_483173587 {
padding:0px;
}
#module_483173587 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483173587 .ModuleHead483173587 {
display:none;
}
#module_483173587 .BodyCenter.BodyCenter483173587 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483173587 >.module_483173587 {
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_483173587 >.module_483173587{
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_483173587 .BodyCenter.BodyCenter483173587 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483173587 .BodyCenter.BodyCenter483173587 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483173587 >.module_483173587 {
margin-top:16.9451%;
margin-left:36.5155%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483173587 >.module_483173587 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483173587 >.module_483173587 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483173587:hover {
border:none;
}
#module_483173587:hover >.module_483173587 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483173587 .search-item .searchInputPanel,#module_483173587 .search-item .searchBtnPanel{height:42px;line-height:42px;}
#module_483173587 .search-item .bootstrap-select .btn ,#module_483173587 .search-item .ModuleSearchInput ,#module_483173587 .search-item .searchInputPanel ,#module_483173587 .search-item .searchBtnPanel {background-color:#fff;box-shadow: inset 0 0 0 1000px #fff} #module_483173587 .searchTypePanel select{background:#fff;}
#module_483173587 .ModuleSearchFormStyle .searchInputPanel{border-left-color:rgba(0,0,0,0);}
#module_483173587 .search-item{border-top-color:#e8e8e8;}
#module_483173587 .search-item{border-top-style:solid;}
#module_483173587 .search-item{border-top-width:0px;}
#module_483173587 .search-item{border-right-color:#e8e8e8;}
#module_483173587 .search-item{border-right-style:solid;}
#module_483173587 .search-item{border-right-width:0px;}
#module_483173587 .search-item{border-bottom-color:#e8e8e8;}
#module_483173587 .search-item{border-bottom-style:solid;}
#module_483173587 .search-item{border-bottom-width:1px;}
#module_483173587 .search-item{border-left-color:#e8e8e8;}
#module_483173587 .search-item{border-left-style:solid;}
#module_483173587 .search-item{border-left-width:0px;}
#module_483173587 .search-item .ModuleSearchInput::placeholder,#module_483173587 .search-item .ModuleSearchInput,#module_483173587 .search-item .filter-option{font-size:14px;} #module_483173587 .search-item .caret{margin-top:calc( 14px - 11px );}
#module_483173587 .search-item .bootstrap-select .btn ,#module_483173587  .search-item .ModuleSearchInput::placeholder,#module_483173587 .search-item .ModuleSearchInput{font-family:微软雅黑,Microsoft YaHei;}
#module_483173587 .search-item .bootstrap-select .btn ,#module_483173587  .search-item .ModuleSearchInput::placeholder,#module_483173587 .search-item .ModuleSearchInput{color:#333;-webkit-text-fill-color:#333;}
#module_483173587 .search-item .bootstrap-select .btn ,#module_483173587  .search-item .ModuleSearchInput::placeholder,#module_483173587 .search-item .ModuleSearchInput{font-weight:normal;}
#module_483173587 .search-item .bootstrap-select .btn ,#module_483173587  .search-item .ModuleSearchInput::placeholder,#module_483173587 .search-item .ModuleSearchInput{text-decoration:none;}
#module_483173587 .search-item .bootstrap-select .btn ,#module_483173587  .search-item .ModuleSearchInput::placeholder,#module_483173587 .search-item .ModuleSearchInput{font-style:normal;}
#module_483173587 .search-item .ModuleSearchInput::placeholder{color:#bababa;-webkit-text-fill-color:#bababa;}
#module_483173587 .search-item{border-top-left-radius:5px;}
#module_483173587 .search-item{border-top-right-radius:5px;}
#module_483173587 .search-item{border-bottom-left-radius:5px;}
#module_483173587 .search-item{border-bottom-right-radius:5px;}
#module_483173587 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-size:20px;} #module_483173587 .search-item .searchBtnPanel{ width:calc( 40px + 20px )}
#module_483173587 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-family:;}
#module_483173587 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{color:#999;}
#module_483173587 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-weight:normal;}
#module_483173587 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{text-decoration:none;}
#module_483173587 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-style:normal;}
#module_483173587 .search-hot ul li a{font-size:12px;}
#module_483173587 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_483173587 .search-hot ul li a{color:#666;}
#module_483173587 .search-hot ul li a{font-weight:normal;}
#module_483173587 .search-hot ul li a{text-decoration:none;}
#module_483173587 .search-hot ul li a{font-style:normal;}
#module_483173587 .search-hot ul li{border-right-color:#eee;}
#module_483173587 .search-hot ul li{border-right-style:solid;}
#module_483173587 .search-hot ul li{border-right-width:1px;}
#module_483173587 .search-item:hover .bootstrap-select .btn ,#module_483173587 .search-item:hover .ModuleSearchInput ,#module_483173587 .search-item:hover .searchInputPanel ,#module_483173587 .search-item:hover .searchBtnPanel {background-color:#fff;box-shadow: inset 0 0 0 1000px #fff}
#module_483173587 .search-item:hover{border-top-color:rgb(86, 202, 191);}
#module_483173587 .search-item:hover{border-top-style:solid;}
#module_483173587 .search-item:hover{border-right-color:rgb(86, 202, 191);}
#module_483173587 .search-item:hover{border-right-style:solid;}
#module_483173587 .search-item:hover{border-bottom-color:rgb(86, 202, 191);}
#module_483173587 .search-item:hover{border-bottom-style:solid;}
#module_483173587 .search-item:hover{border-left-color:rgb(86, 202, 191);}
#module_483173587 .search-item:hover{border-left-style:solid;}
#module_483173587 .search-item:hover .searchIcon .icon-sousuo5{font-size:23px;} #module_483173587 .search-item .searchBtnPanel{ width:calc( 40px + 23px )}
#module_483173587 .search-item:hover .searchIcon .icon-sousuo5{font-family:;}
#module_483173587 .searchBtnPanel:hover .searchIcon .icon-sousuo5{color:rgb(86, 202, 191);}
#module_483173587 .search-item:hover .searchIcon .icon-sousuo5{font-weight:normal;}
#module_483173587 .search-item:hover .searchIcon .icon-sousuo5{text-decoration:none;}
#module_483173587 .search-item:hover .searchIcon .icon-sousuo5{font-style:normal;}
#module_483173587 .search-hot ul li:hover a{font-size:12px;}
#module_483173587 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_483173587 .search-hot ul li:hover a{color:#333;}
#module_483173587 .search-hot ul li:hover a{font-weight:normal;}
#module_483173587 .search-hot ul li:hover a{text-decoration:none;}
#module_483173587 .search-hot ul li:hover a{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer483173566 #Sub483173566_3 {width:23.2778%;}
.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_483572596 .ModuleHead .HeadCenter{float:none;}
#module_483572596 {
padding:0px;
}
#module_483572596 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483572596 .ModuleHead483572596 {
display:none;
}
#module_483572596 .BodyCenter.BodyCenter483572596 {
background-color:transparent;
background-image:url(comdata/109254/202304/2023040114452494ad57.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_483572596 >.module_483572596 {
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_483572596 >.module_483572596{
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_483572596 .BodyCenter.BodyCenter483572596 {
padding-top:5.3419%;
padding-left:1.0684%;
padding-right:1.0684%;
padding-bottom:5.3419%;
}
}
@media screen and (max-width: 767px){
#module_483572596 .BodyCenter.BodyCenter483572596 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483572596 >.module_483572596 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572596 >.module_483572596 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483572596 >.module_483572596 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572596:hover {
border:none;
}
#module_483572596:hover >.module_483572596 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572596 .ModuleSubContainer{background-color:transparent;}
#module_483572596 .ModuleSubContainer{background-image:none;}
#module_483572596 .ModuleSubContainer{background-repeat:no-repeat;}
#module_483572596 .ModuleSubContainer{background-position:0% 0%;}
#module_483572596 .ModuleSubContainer{background-attachment:scroll;}
#module_483572596 .ModuleSubContainer{}
#module_483572596 {!bgVideo!}{bgVideoUrl:}
#module_483572596 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_483572596 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_483572596 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer483572596 {max-width:1800px;width:auto;}
.module_483572600 .ModuleHead .HeadCenter{float:none;}
#module_483572600 {
padding:0px;
}
#module_483572600 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483572600 .ModuleHead483572600 {
display:none;
}
#module_483572600 .BodyCenter.BodyCenter483572600 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483572600 >.module_483572600 {
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_483572600 >.module_483572600{
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_483572600 .BodyCenter.BodyCenter483572600 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572600 .BodyCenter.BodyCenter483572600 {
padding-top:0.0000%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_483572600 >.module_483572600 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572600 >.module_483572600 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483572600 >.module_483572600 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572600:hover {
border:none;
}
#module_483572600:hover >.module_483572600 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572600 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483572600 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483572600 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483572600 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483572600 .imageTextGiant-Container{padding-top:10px;}
#module_483572600 .imageTextGiant-Container{padding-bottom:10px;}
#module_483572600 .imageTextGiant-Container{padding-left:10px;}
#module_483572600 .imageTextGiant-Container{padding-right:10px;}
#module_483572600 .showHandle .btn{font-size:14px;}
#module_483572600 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_483572600 .showHandle .btn{color:#333;}
#module_483572600 .showHandle .btn{font-weight:400;}
#module_483572600 .showHandle .btn{text-decoration:none;}
#module_483572600 .showHandle .btn{font-style:normal;}
#module_483572600 .showHandle div{border-top-color:#ddd !important;}
#module_483572600 .showHandle div{border-top-style:solid !important;}
#module_483572600 .showHandle div{border-top-width:1px !important;}
#module_483572600 .showHandle{background-color:transparent;}
#module_483572600 .showHandle{background-image:none;}
#module_483572600 .showHandle{background-repeat:no-repeat;}
#module_483572600 .showHandle{}
#module_483572600 .showHandle{}
#module_483572600 .showHandle{}
#module_483572600 a{font-size:unset;font-family:unset}
.module_483572798 .ModuleHead .HeadCenter{float:none;}
#module_483572798 {
padding:0px;
}
#module_483572798 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_483572798 .ModuleHead483572798 {
display:none;
}
#module_483572798 .BodyCenter.BodyCenter483572798 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483572798 >.module_483572798 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:1px;
}
#module_483572798 >.module_483572798{
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_483572798 .BodyCenter.BodyCenter483572798 {
padding-top:0.0000%;
padding-left:1.0684%;
padding-right:1.0684%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572798 .BodyCenter.BodyCenter483572798 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483572798 >.module_483572798 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572798 >.module_483572798 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483572798 >.module_483572798 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572798:hover {
border:none;
}
#module_483572798:hover >.module_483572798 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572798 .ModuleSubContainer{background-color:transparent;}
#module_483572798 .ModuleSubContainer{background-image:none;}
#module_483572798 .ModuleSubContainer{background-repeat:no-repeat;}
#module_483572798 .ModuleSubContainer{background-position:0% 0%;}
#module_483572798 .ModuleSubContainer{background-attachment:scroll;}
#module_483572798 .ModuleSubContainer{}
#module_483572798 {!bgVideo!}{bgVideoUrl:}
#module_483572798 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_483572798 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_483572798 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer483572798 {max-width:1800px;width:auto;}
/*当前位置 layout 101*/
.ModuleBreadcrumbsGiant.layout-101 .menu:hover { text-decoration: underline; }
.ModuleBreadcrumbsGiant.layout-101 ol{ margin: 0;padding: 10px;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb{background-color: transparent;margin:0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li,.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li a{word-break: break-all;vertical-align: middle;  display: inline-block;font-family: 'Microsoft YaHei', SimSun, Arial; font-size: 12px; color: #333333; font-weight: normal; font-style: normal;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li+li:before{content: "";padding: 0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb .separator{margin-left: 10px; margin-right: 10px; font-size: 12px; color: #333333;}.module_483572797 .ModuleHead .HeadCenter{float:none;}
#module_483572797 {
padding:0px;
}
#module_483572797 {
position:static;
z-index:0;
top:490px;
left:202px;
width:100%;
height: auto;
}
#module_483572797 .ModuleHead483572797 {
display:none;
}
#module_483572797 .BodyCenter.BodyCenter483572797 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483572797 >.module_483572797 {
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_483572797 >.module_483572797{
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_483572797 .BodyCenter.BodyCenter483572797 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483572797 .BodyCenter.BodyCenter483572797 {
padding-top:0.0000%;
padding-left:2.8818%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_483572797 >.module_483572797 {
margin-top:0.2778%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572797 >.module_483572797 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483572797 >.module_483572797 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572797:hover {
border:none;
}
#module_483572797:hover >.module_483572797 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572797 .BreadIcon{font-size:16px;} #module_483572797 .BreadsvgIcon svg{width:16px;height:16px;}
#module_483572797 .BreadIcon{color:#666;} #module_483572797 .BreadsvgIcon svg>*{fill:#666;}
#module_483572797 .BreadIcon,#module_483572797 .BreadsvgIcon{margin-left:0px;}
#module_483572797 .BreadIcon,#module_483572797 .BreadsvgIcon{margin-right:10px;}
#module_483572797 .bcs-item,#module_483572797 .bcs-item a{font-size:12px;}
#module_483572797 .bcs-item,#module_483572797 .bcs-item a{font-family:微软雅黑,Microsoft YaHei;}
#module_483572797 .bcs-item,#module_483572797 .bcs-item a{color:#333;}
#module_483572797 .bcs-item,#module_483572797 .bcs-item a{font-weight:normal;}
#module_483572797 .bcs-item,#module_483572797 .bcs-item a{text-decoration:none;}
#module_483572797 .bcs-item,#module_483572797 .bcs-item a{font-style:normal;}
#module_483572797 .breadcrumb{text-align:left;}
#module_483572797 .breadcrumb .separator{margin-left:10px;margin-right:10px;}
#module_483572797 .breadcrumb .separator{font-size:12px;}
#module_483572797 .breadcrumb .separator{font-family:微软雅黑,Microsoft YaHei;}
#module_483572797 .breadcrumb .separator{color:#333;}
#module_483572797 .breadcrumb .separator{font-weight:normal;}
#module_483572797 .breadcrumb .separator{text-decoration:none;}
#module_483572797 .breadcrumb .separator{font-style:normal;}
#module_483572797 .breadcrumb:hover .BreadIcon{color:#666} #module_483572797 .breadcrumb:hover .BreadsvgIcon svg>*{fill:#666;}
#module_483572797 .bcs-item:hover,#module_483572797 .bcs-item a:hover{font-size:12px;}
#module_483572797 .bcs-item:hover,#module_483572797 .bcs-item a:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_483572797 .bcs-item:hover,#module_483572797 .bcs-item a:hover{color:#333;}
#module_483572797 .bcs-item:hover,#module_483572797 .bcs-item a:hover{font-weight:normal;}
#module_483572797 .bcs-item:hover,#module_483572797 .bcs-item a:hover{text-decoration:none;}
#module_483572797 .bcs-item:hover,#module_483572797 .bcs-item a:hover{font-style:normal;}

.module_483572608 .ModuleHead .HeadCenter{float:none;}
#module_483572608 {
padding:0px;
}
#module_483572608 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483572608 .ModuleHead483572608 {
display:none;
}
#module_483572608 .BodyCenter.BodyCenter483572608 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483572608 >.module_483572608 {
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_483572608 >.module_483572608{
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_483572608 .BodyCenter.BodyCenter483572608 {
padding-top:3.2051%;
padding-left:1.0684%;
padding-right:1.0684%;
padding-bottom:3.2051%;
}
}
@media screen and (max-width: 767px){
#module_483572608 .BodyCenter.BodyCenter483572608 {
padding-top:0.0000%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_483572608 >.module_483572608 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572608 >.module_483572608 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483572608 >.module_483572608 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572608:hover {
border:none;
}
#module_483572608:hover >.module_483572608 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572608 .ModuleSubContainer{background-color:transparent;}
#module_483572608 .ModuleSubContainer{background-image:none;}
#module_483572608 .ModuleSubContainer{background-repeat:no-repeat;}
#module_483572608 .ModuleSubContainer{background-position:0% 0%;}
#module_483572608 .ModuleSubContainer{background-attachment:scroll;}
#module_483572608 .ModuleSubContainer{}
#module_483572608 {!bgVideo!}{bgVideoUrl:}
#module_483572608 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_483572608 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_483572608 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer483572608 {max-width:none;width:100%;}
.module_483572613 .ModuleHead .HeadCenter{float:none;}
#module_483572613 {
padding:0px;
}
#module_483572613 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483572613 .ModuleHead483572613 {
display:none;
}
#module_483572613 .BodyCenter.BodyCenter483572613 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483572613 >.module_483572613 {
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_483572613 >.module_483572613{
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_483572613 .BodyCenter.BodyCenter483572613 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572613 .BodyCenter.BodyCenter483572613 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483572613 >.module_483572613 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
text-align:center;
}
}
@media screen and (max-width: 767px){
#module_483572613 >.module_483572613 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483572613 >.module_483572613 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572613:hover {
border:none;
}
#module_483572613:hover >.module_483572613 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572613 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483572613 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483572613 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483572613 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483572613 .imageTextGiant-Container{padding-top:10px;}
#module_483572613 .imageTextGiant-Container{padding-bottom:10px;}
#module_483572613 .imageTextGiant-Container{padding-left:10px;}
#module_483572613 .imageTextGiant-Container{padding-right:10px;}
#module_483572613 .showHandle .btn{font-size:14px;}
#module_483572613 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_483572613 .showHandle .btn{color:#333;}
#module_483572613 .showHandle .btn{font-weight:400;}
#module_483572613 .showHandle .btn{text-decoration:none;}
#module_483572613 .showHandle .btn{font-style:normal;}
#module_483572613 .showHandle div{border-top-color:#ddd !important;}
#module_483572613 .showHandle div{border-top-style:solid !important;}
#module_483572613 .showHandle div{border-top-width:1px !important;}
#module_483572613 .showHandle{background-color:transparent;}
#module_483572613 .showHandle{background-image:none;}
#module_483572613 .showHandle{background-repeat:no-repeat;}
#module_483572613 .showHandle{}
#module_483572613 .showHandle{}
#module_483572613 .showHandle{}
#module_483572613 a{font-size:unset;font-family:unset}
.module_483572628 .ModuleHead .HeadCenter{float:none;}
#module_483572628 {
padding:0px;
}
#module_483572628 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483572628 .ModuleHead483572628 {
display:none;
}
#module_483572628 .BodyCenter.BodyCenter483572628 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483572628 >.module_483572628 {
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_483572628 >.module_483572628{
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_483572628 .BodyCenter.BodyCenter483572628 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572628 .BodyCenter.BodyCenter483572628 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483572628 >.module_483572628 {
margin-top:0.0000%;
margin-left:20.0000%;
margin-right:20.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572628 >.module_483572628 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483572628 >.module_483572628 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572628:hover {
border:none;
}
#module_483572628:hover >.module_483572628 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572628 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483572628 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483572628 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483572628 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483572628 .imageTextGiant-Container{padding-top:10px;}
#module_483572628 .imageTextGiant-Container{padding-bottom:10px;}
#module_483572628 .imageTextGiant-Container{padding-left:10px;}
#module_483572628 .imageTextGiant-Container{padding-right:10px;}
#module_483572628 .showHandle .btn{font-size:14px;}
#module_483572628 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_483572628 .showHandle .btn{color:#333;}
#module_483572628 .showHandle .btn{font-weight:400;}
#module_483572628 .showHandle .btn{text-decoration:none;}
#module_483572628 .showHandle .btn{font-style:normal;}
#module_483572628 .showHandle div{border-top-color:#ddd !important;}
#module_483572628 .showHandle div{border-top-style:solid !important;}
#module_483572628 .showHandle div{border-top-width:1px !important;}
#module_483572628 .showHandle{background-color:transparent;}
#module_483572628 .showHandle{background-image:none;}
#module_483572628 .showHandle{background-repeat:no-repeat;}
#module_483572628 .showHandle{}
#module_483572628 .showHandle{}
#module_483572628 .showHandle{}
#module_483572628 a{font-size:unset;font-family:unset}
.ModuleImageGiant.layout-107 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-107 img{
	margin: auto;
    max-width: 100%;
	border: none;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition-duration: 500ms;
    -webkit-transition-duration:500ms;
}

.module_483572633 .ModuleHead .HeadCenter{float:none;}
#module_483572633 {
padding:0px;
}
#module_483572633 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483572633 .ModuleHead483572633 {
display:none;
}
#module_483572633 .BodyCenter.BodyCenter483572633 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483572633 >.module_483572633 {
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_483572633 >.module_483572633{
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_483572633 .BodyCenter.BodyCenter483572633 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572633 .BodyCenter.BodyCenter483572633 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483572633 >.module_483572633 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572633 >.module_483572633 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483572633 >.module_483572633 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572633:hover {
border:none;
}
#module_483572633:hover >.module_483572633 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572633 img{border-top-color:transparent;}
#module_483572633 img{border-top-style:none;}
#module_483572633 img{border-top-width:0px;}
#module_483572633 img{border-right-color:transparent;}
#module_483572633 img{border-right-style:none;}
#module_483572633 img{border-right-width:0px;}
#module_483572633 img{border-bottom-color:transparent;}
#module_483572633 img{border-bottom-style:none;}
#module_483572633 img{border-bottom-width:0px;}
#module_483572633 img{border-left-color:transparent;}
#module_483572633 img{border-left-style:none;}
#module_483572633 img{border-left-width:0px;}
#module_483572633 img{border-top-left-radius:0px;}
#module_483572633 img{border-top-right-radius:0px;}
#module_483572633 img{border-bottom-left-radius:0px;}
#module_483572633 img{border-bottom-right-radius:0px;}
#module_483572633 .BodyCenter{text-align: center;}

.module_483572616 .ModuleHead .HeadCenter{float:none;}
#module_483572616 {
padding:0px;
}
#module_483572616 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483572616 .ModuleHead483572616 {
display:none;
}
#module_483572616 .BodyCenter.BodyCenter483572616 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483572616 >.module_483572616 {
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_483572616 >.module_483572616{
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_483572616 .BodyCenter.BodyCenter483572616 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572616 .BodyCenter.BodyCenter483572616 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483572616 >.module_483572616 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572616 >.module_483572616 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483572616 >.module_483572616 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572616:hover {
border:none;
}
#module_483572616:hover >.module_483572616 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572616 img{border-top-color:transparent;}
#module_483572616 img{border-top-style:none;}
#module_483572616 img{border-top-width:0px;}
#module_483572616 img{border-right-color:transparent;}
#module_483572616 img{border-right-style:none;}
#module_483572616 img{border-right-width:0px;}
#module_483572616 img{border-bottom-color:transparent;}
#module_483572616 img{border-bottom-style:none;}
#module_483572616 img{border-bottom-width:0px;}
#module_483572616 img{border-left-color:transparent;}
#module_483572616 img{border-left-style:none;}
#module_483572616 img{border-left-width:0px;}
#module_483572616 img{border-top-left-radius:0px;}
#module_483572616 img{border-top-right-radius:0px;}
#module_483572616 img{border-bottom-left-radius:0px;}
#module_483572616 img{border-bottom-right-radius:0px;}
#module_483572616 .BodyCenter{text-align: center;}

.module_483572639 .ModuleHead .HeadCenter{float:none;}
#module_483572639 {
padding:0px;
}
#module_483572639 {
position:static;
z-index:0;
top:1143px;
left:1193px;
width:100%;
height: auto;
}
#module_483572639 .ModuleHead483572639 {
display:none;
}
#module_483572639 .BodyCenter.BodyCenter483572639 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483572639 >.module_483572639 {
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_483572639 >.module_483572639{
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_483572639 .BodyCenter.BodyCenter483572639 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572639 .BodyCenter.BodyCenter483572639 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483572639 >.module_483572639 {
margin-top:15.1747%;
margin-left:9.7162%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572639 >.module_483572639 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483572639 >.module_483572639 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572639:hover {
border:none;
}
#module_483572639:hover >.module_483572639 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572639 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483572639 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483572639 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483572639 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483572639 .imageTextGiant-Container{padding-top:10px;}
#module_483572639 .imageTextGiant-Container{padding-bottom:10px;}
#module_483572639 .imageTextGiant-Container{padding-left:10px;}
#module_483572639 .imageTextGiant-Container{padding-right:10px;}
#module_483572639 .showHandle .btn{font-size:14px;}
#module_483572639 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_483572639 .showHandle .btn{color:#333;}
#module_483572639 .showHandle .btn{font-weight:400;}
#module_483572639 .showHandle .btn{text-decoration:none;}
#module_483572639 .showHandle .btn{font-style:normal;}
#module_483572639 .showHandle div{border-top-color:#ddd !important;}
#module_483572639 .showHandle div{border-top-style:solid !important;}
#module_483572639 .showHandle div{border-top-width:1px !important;}
#module_483572639 .showHandle{background-color:transparent;}
#module_483572639 .showHandle{background-image:none;}
#module_483572639 .showHandle{background-repeat:no-repeat;}
#module_483572639 .showHandle{}
#module_483572639 .showHandle{}
#module_483572639 .showHandle{}
#module_483572639 a{font-size:unset;font-family:unset}
.module_483572652 .ModuleHead .HeadCenter{float:none;}
#module_483572652 {
padding:0px;
}
#module_483572652 {
position:static;
z-index:0;
top:1427px;
left:1096px;
width:100%;
height: auto;
}
#module_483572652 .ModuleHead483572652 {
display:none;
}
#module_483572652 .BodyCenter.BodyCenter483572652 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483572652 >.module_483572652 {
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_483572652 >.module_483572652{
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_483572652 .BodyCenter.BodyCenter483572652 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572652 .BodyCenter.BodyCenter483572652 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.1162%;
}
}
@media screen and (min-width: 768px){
#module_483572652 >.module_483572652 {
margin-top:0.0000%;
margin-left:10.3712%;
margin-right:28.9301%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572652 >.module_483572652 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483572652 >.module_483572652 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572652:hover {
border:none;
}
#module_483572652:hover >.module_483572652 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572652 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483572652 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483572652 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483572652 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483572652 .imageTextGiant-Container{padding-top:10px;}
#module_483572652 .imageTextGiant-Container{padding-bottom:10px;}
#module_483572652 .imageTextGiant-Container{padding-left:10px;}
#module_483572652 .imageTextGiant-Container{padding-right:10px;}
#module_483572652 .showHandle .btn{font-size:14px;}
#module_483572652 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_483572652 .showHandle .btn{color:#333;}
#module_483572652 .showHandle .btn{font-weight:400;}
#module_483572652 .showHandle .btn{text-decoration:none;}
#module_483572652 .showHandle .btn{font-style:normal;}
#module_483572652 .showHandle div{border-top-color:#ddd !important;}
#module_483572652 .showHandle div{border-top-style:solid !important;}
#module_483572652 .showHandle div{border-top-width:1px !important;}
#module_483572652 .showHandle{background-color:transparent;}
#module_483572652 .showHandle{background-image:none;}
#module_483572652 .showHandle{background-repeat:no-repeat;}
#module_483572652 .showHandle{}
#module_483572652 .showHandle{}
#module_483572652 .showHandle{}
#module_483572652 a{font-size:unset;font-family:unset}
.module_483572786 .ModuleHead .HeadCenter{float:none;}
#module_483572786 {
padding:0px;
}
#module_483572786 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483572786 .ModuleHead483572786 {
display:none;
}
#module_483572786 .BodyCenter.BodyCenter483572786 {
background-color:transparent;
background-image:url(comdata/109254/202304/20230401144524806dc3.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_483572786 >.module_483572786 {
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_483572786 >.module_483572786{
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_483572786 .BodyCenter.BodyCenter483572786 {
padding-top:6.4103%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.4103%;
}
}
@media screen and (max-width: 767px){
#module_483572786 .BodyCenter.BodyCenter483572786 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483572786 >.module_483572786 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572786 >.module_483572786 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483572786 >.module_483572786 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572786:hover {
border:none;
}
#module_483572786:hover >.module_483572786 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572786 .ModuleSubContainer{background-color:transparent;}
#module_483572786 .ModuleSubContainer{background-image:none;}
#module_483572786 .ModuleSubContainer{background-repeat:no-repeat;}
#module_483572786 .ModuleSubContainer{background-position:0% 0%;}
#module_483572786 .ModuleSubContainer{background-attachment:scroll;}
#module_483572786 .ModuleSubContainer{}
#module_483572786 {!bgVideo!}{bgVideoUrl:}
#module_483572786 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_483572786 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_483572786 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer483572786 {max-width:none;width:100%;}
.module_483572789 .ModuleHead .HeadCenter{float:none;}
#module_483572789 {
padding:0px;
}
#module_483572789 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483572789 .ModuleHead483572789 {
display:none;
}
#module_483572789 .BodyCenter.BodyCenter483572789 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483572789 >.module_483572789 {
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_483572789 >.module_483572789{
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_483572789 .BodyCenter.BodyCenter483572789 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572789 .BodyCenter.BodyCenter483572789 {
padding-top:8.6455%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_483572789 >.module_483572789 {
margin-top:1.9231%;
margin-left:12.6603%;
margin-right:63.6218%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483572789 >.module_483572789 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483572789 >.module_483572789 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483572789:hover {
border:none;
}
#module_483572789:hover >.module_483572789 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483572789 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483572789 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483572789 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483572789 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483572789 .imageTextGiant-Container{padding-top:10px;}
#module_483572789 .imageTextGiant-Container{padding-bottom:10px;}
#module_483572789 .imageTextGiant-Container{padding-left:10px;}
#module_483572789 .imageTextGiant-Container{padding-right:10px;}
#module_483572789 .showHandle .btn{font-size:14px;}
#module_483572789 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_483572789 .showHandle .btn{color:#333;}
#module_483572789 .showHandle .btn{font-weight:400;}
#module_483572789 .showHandle .btn{text-decoration:none;}
#module_483572789 .showHandle .btn{font-style:normal;}
#module_483572789 .showHandle div{border-top-color:#ddd !important;}
#module_483572789 .showHandle div{border-top-style:solid !important;}
#module_483572789 .showHandle div{border-top-width:1px !important;}
#module_483572789 .showHandle{background-color:transparent;}
#module_483572789 .showHandle{background-image:none;}
#module_483572789 .showHandle{background-repeat:no-repeat;}
#module_483572789 .showHandle{}
#module_483572789 .showHandle{}
#module_483572789 .showHandle{}
#module_483572789 a{font-size:unset;font-family:unset}
.module_483345755 .ModuleHead .HeadCenter{float:none;}
#module_483345755 {
padding:0px;
}
#module_483345755 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483345755 .ModuleHead483345755 {
display:none;
}
#module_483345755 .BodyCenter.BodyCenter483345755 {
background:none;background-color:rgb(86, 202, 191);
}
#module_483345755 >.module_483345755 {
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_483345755 >.module_483345755{
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_483345755 .BodyCenter.BodyCenter483345755 {
padding-top:0.0000%;
padding-left:1.0684%;
padding-right:1.0684%;
padding-bottom:1.0684%;
}
}
@media screen and (max-width: 767px){
#module_483345755 .BodyCenter.BodyCenter483345755 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483345755 >.module_483345755 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483345755 >.module_483345755 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483345755 >.module_483345755 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483345755:hover {
border:none;
}
#module_483345755:hover >.module_483345755 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483345755 .ModuleSubContainer{background-color:transparent;}
#module_483345755 .ModuleSubContainer{background-image:none;}
#module_483345755 .ModuleSubContainer{background-repeat:no-repeat;}
#module_483345755 .ModuleSubContainer{background-position:0% 0%;}
#module_483345755 .ModuleSubContainer{background-attachment:scroll;}
#module_483345755 .ModuleSubContainer{}
#module_483345755 {!bgVideo!}{bgVideoUrl:}
#module_483345755 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_483345755 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_483345755 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer483345755 {max-width:none;width:100%;}
.module_483511537 .ModuleHead .HeadCenter{float:none;}
#module_483511537 {
padding:0px;
}
#module_483511537 {
position:static;
z-index:0;
top:5266px;
left:1065px;
width:100%;
height: auto;
}
#module_483511537 .ModuleHead483511537 {
display:none;
}
#module_483511537 {
border:none;
}
@media screen and (min-width: 768px){
#module_483511537 >.module_483511537 {
margin-top:2.6175%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483511537 >.module_483511537 {
}
}

#module_483511537 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483511537 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483511537 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483511537 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483511537 .imageTextGiant-Container{padding-top:10px;}
#module_483511537 .imageTextGiant-Container{padding-bottom:10px;}
#module_483511537 .imageTextGiant-Container{padding-left:10px;}
#module_483511537 .imageTextGiant-Container{padding-right:10px;}
#module_483511537 .showHandle .btn{font-size:14px;}
#module_483511537 .showHandle .btn{font-family:;}
#module_483511537 .showHandle .btn{color:#333;}
#module_483511537 .showHandle .btn{font-weight:400;}
#module_483511537 .showHandle .btn{text-decoration:none;}
#module_483511537 .showHandle .btn{font-style:normal;}
#module_483511537 .showHandle div{border-top-color:#ddd !important;}
#module_483511537 .showHandle div{border-top-style:solid !important;}
#module_483511537 .showHandle div{border-top-width:1px !important;}
#module_483511537 .showHandle{background-color:transparent;}
#module_483511537 .showHandle{}
#module_483511537 .showHandle{background-repeat:no-repeat;}
#module_483511537 .showHandle{}
#module_483511537 .showHandle{}
#module_483511537 .showHandle{}
#module_483511537 a{font-size:unset;font-family:unset}
.ModuleTabContainerV2Giant.layout-111 .tabContainer.TabContainer-Container {overflow: hidden; visibility: visible;}
.ModuleTabContainerV2Giant.layout-111 .tabContainer.TabContainer-Container .tabContainerGiantGrid {flex-shrink: 0;}
div[id ^= "tab_content_clone_"] {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    z-index: 900;
}
.tabContentGiant.tab-content-clone .ModuleContainer {padding: 0}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container {display: flex; position: absolute; z-index: 99; align-items: center;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav {margin: 0 20px;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel {width: 30px; height: 2px; float: left; background: #ccc; margin: 0;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel .OneRow {width: 0; height: 0; border-radius: 0; padding: 0; transition: all 0.2s ease-in;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel.active .OneRow {width: 100%; height: 100%; background: #333; transition: all 0.2s ease-in;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .glyphicon {width: auto; height: auto; display: inline-block; background: unset; position: static; font-size: 16px; color: #333; line-height: 1; cursor: pointer;}

@media only screen and (max-width: 767px) {
    .ModuleTabContainerV2Giant.layout-111 .Nav-Container {position: static; justify-content: center; margin-top: 28px;}
}
.module_483511538 .ModuleHead .HeadCenter{float:none;}
#module_483511538 {
padding:0px;
}
#module_483511538 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483511538 .ModuleHead483511538 {
display:none;
}

#module_483511538 .tabContainerGiantGrid{background-color:transparent;}
#module_483511538 .tabContainerGiantGrid{}
#module_483511538 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_483511538 .tabContainerGiantGrid{}
#module_483511538 .tabContainerGiantGrid{}
#module_483511538 .tabContainerGiantGrid{}
#module_483511538 .tabContainerGiantGrid{padding-top:10px;}
#module_483511538 .tabContainerGiantGrid{padding-bottom:10px;}
#module_483511538 .tabContainerGiantGrid{padding-left:10px;}
#module_483511538 .tabContainerGiantGrid{padding-right:10px;}
#module_483511538 .tabContainerGiantGrid{border-top-color:transparent;}
#module_483511538 .tabContainerGiantGrid{border-top-style:solid;}
#module_483511538 .tabContainerGiantGrid{border-top-width:0px;}
#module_483511538 .tabContainerGiantGrid{border-right-color:transparent;}
#module_483511538 .tabContainerGiantGrid{border-right-style:solid;}
#module_483511538 .tabContainerGiantGrid{border-right-width:0px;}
#module_483511538 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_483511538 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_483511538 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_483511538 .tabContainerGiantGrid{border-left-color:transparent;}
#module_483511538 .tabContainerGiantGrid{border-left-style:solid;}
#module_483511538 .tabContainerGiantGrid{border-left-width:0px;}
#module_483511538 .Nav-Container{bottom:10px;top:auto;left:10px;transform:none;}
#module_483511538 .Nav-Container .glyphicon{font-size:16px;}
#module_483511538 .Nav-Container .glyphicon{font-family:Microsoft YaHei;}
#module_483511538 .Nav-Container .glyphicon{color:#333;}
#module_483511538 .Nav-Container .glyphicon{font-weight:normal;}
#module_483511538 .Nav-Container .glyphicon{text-decoration:none;}
#module_483511538 .Nav-Container .glyphicon{font-style:normal;}
#module_483511538 .Nav-Container .commonLabel{background-color:#ccc;}
#module_483511538 .Nav-Container .glyphicon:hover{font-size:16px;}
#module_483511538 .Nav-Container .glyphicon:hover{font-family:Microsoft YaHei;}
#module_483511538 .Nav-Container .glyphicon:hover{color:#333;}
#module_483511538 .Nav-Container .glyphicon:hover{font-weight:normal;}
#module_483511538 .Nav-Container .glyphicon:hover{text-decoration:none;}
#module_483511538 .Nav-Container .glyphicon:hover{font-style:normal;}
#module_483511538 .Nav-Container .commonLabel.active .OneRow{background-color:#333;}

#module_483511538__tabPane_8092 #Sub483511538_8092 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_483511538__tabPane_8092 #Sub483511538_8092 > .SubContainer {display: table-cell; vertical-align: top;}
#module_483511538__tabPane_8092 .SubPadding {width:30px; height: 100%; position: relative; display: table-cell;}
#module_483511538__tabPane_8092 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_483511538__tabPane_8092 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_483511538__tabPane_8092:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_483511538__tabPane_8092 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_483511538__tabPane_8092 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_483511538__tabPane_8092 #Sub483511538_8092 {display: block;}
#module_483511538__tabPane_8092 #Sub483511538_8092 > .SubPadding {float:left; height: 10px;}
#module_483511538__tabPane_8092 #Sub483511538_8092 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_483511538__tabPane_8092 #Sub483511538_8092 > .SubContainer .SubDrag {display:none;}
#module_483511538__tabPane_8092 #Sub483511538_8092 > .SubPadding {width:5px;}
#module_483511538__tabPane_8092 #Sub483511538_8092 > .SubContainer {width:calc((100% - 5px) / 2) !important;}
#module_483511538__tabPane_8092 #Sub483511538_8092 > .SubPadding2 {display:none;}
#module_483511538__tabPane_8092 #Sub483511538_8092 > .SubPadding4 {display:none;}
#module_483511538__tabPane_8092 #Sub483511538_8092 > .SubPadding6 {display:none;}
#module_483511538__tabPane_8092 #Sub483511538_8092 > .SubPadding8 {display:none;}
}
#module_483511538__tabPane_8092 #Sub483511538_Tab8092_1 {width:22.9738%;}
.module_483511539 .ModuleHead .HeadCenter{float:none;}
#module_483511539 {
padding:0px;
}
#module_483511539 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483511539 .ModuleHead483511539 {
display:none;
}

#module_483511539 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483511539 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483511539 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483511539 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483511539 .imageTextGiant-Container{padding-top:10px;}
#module_483511539 .imageTextGiant-Container{padding-bottom:10px;}
#module_483511539 .imageTextGiant-Container{padding-left:10px;}
#module_483511539 .imageTextGiant-Container{padding-right:10px;}
#module_483511539 .showHandle .btn{font-size:14px;}
#module_483511539 .showHandle .btn{font-family:;}
#module_483511539 .showHandle .btn{color:#333;}
#module_483511539 .showHandle .btn{font-weight:400;}
#module_483511539 .showHandle .btn{text-decoration:none;}
#module_483511539 .showHandle .btn{font-style:normal;}
#module_483511539 .showHandle div{border-top-color:#ddd !important;}
#module_483511539 .showHandle div{border-top-style:solid !important;}
#module_483511539 .showHandle div{border-top-width:1px !important;}
#module_483511539 .showHandle{background-color:transparent;}
#module_483511539 .showHandle{}
#module_483511539 .showHandle{background-repeat:no-repeat;}
#module_483511539 .showHandle{}
#module_483511539 .showHandle{}
#module_483511539 .showHandle{}
#module_483511539 a{font-size:unset;font-family:unset}
#module_483511538__tabPane_8092 #Sub483511538_Tab8092_2 {width:23.3236%;}
.module_483511540 .ModuleHead .HeadCenter{float:none;}
#module_483511540 {
padding:0px;
}
#module_483511540 {
position:static;
z-index:1;
top:8px;
left:0px;
width:100%;
height: auto;
}
#module_483511540 .ModuleHead483511540 {
display:none;
}

#module_483511540 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483511540 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483511540 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483511540 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483511540 .imageTextGiant-Container{padding-top:10px;}
#module_483511540 .imageTextGiant-Container{padding-bottom:10px;}
#module_483511540 .imageTextGiant-Container{padding-left:10px;}
#module_483511540 .imageTextGiant-Container{padding-right:10px;}
#module_483511540 .showHandle .btn{font-size:14px;}
#module_483511540 .showHandle .btn{font-family:;}
#module_483511540 .showHandle .btn{color:#333;}
#module_483511540 .showHandle .btn{font-weight:400;}
#module_483511540 .showHandle .btn{text-decoration:none;}
#module_483511540 .showHandle .btn{font-style:normal;}
#module_483511540 .showHandle div{border-top-color:#ddd !important;}
#module_483511540 .showHandle div{border-top-style:solid !important;}
#module_483511540 .showHandle div{border-top-width:1px !important;}
#module_483511540 .showHandle{background-color:transparent;}
#module_483511540 .showHandle{}
#module_483511540 .showHandle{background-repeat:no-repeat;}
#module_483511540 .showHandle{}
#module_483511540 .showHandle{}
#module_483511540 .showHandle{}
#module_483511540 a{font-size:unset;font-family:unset}
#module_483511538__tabPane_8092 #Sub483511538_Tab8092_3 {width:28.7464%;}
.module_483511541 .ModuleHead .HeadCenter{float:none;}
#module_483511541 {
padding:0px;
}
#module_483511541 {
position:static;
z-index:1;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_483511541 .ModuleHead483511541 {
display:none;
}

#module_483511541 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483511541 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483511541 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483511541 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483511541 .imageTextGiant-Container{padding-top:10px;}
#module_483511541 .imageTextGiant-Container{padding-bottom:10px;}
#module_483511541 .imageTextGiant-Container{padding-left:10px;}
#module_483511541 .imageTextGiant-Container{padding-right:10px;}
#module_483511541 .showHandle .btn{font-size:14px;}
#module_483511541 .showHandle .btn{font-family:;}
#module_483511541 .showHandle .btn{color:#333;}
#module_483511541 .showHandle .btn{font-weight:400;}
#module_483511541 .showHandle .btn{text-decoration:none;}
#module_483511541 .showHandle .btn{font-style:normal;}
#module_483511541 .showHandle div{border-top-color:#ddd !important;}
#module_483511541 .showHandle div{border-top-style:solid !important;}
#module_483511541 .showHandle div{border-top-width:1px !important;}
#module_483511541 .showHandle{background-color:transparent;}
#module_483511541 .showHandle{}
#module_483511541 .showHandle{background-repeat:no-repeat;}
#module_483511541 .showHandle{}
#module_483511541 .showHandle{}
#module_483511541 .showHandle{}
#module_483511541 a{font-size:unset;font-family:unset}
#module_483511538__tabPane_8092 #Sub483511538_Tab8092_4 {width:25.0146%;}
.ModuleCustomFormGiant.layout-107  .smsvaldatebox,
.ModuleCustomFormGiant.layout-107 .frist_item,
.ModuleCustomFormGiant.layout-107 .VerificationCodeinput,
.ModuleCustomFormGiant.layout-107 .formList-content.textbox ,
.ModuleCustomFormGiant.layout-107 .customFormDatetime,
.ModuleCustomFormGiant.layout-107 .pcCitybox select
{
    height:44px ;
    line-height: 44px;
}
.ModuleCustomFormGiant.layout-107 .submitbtnbox{display: flex; width: 20%; margin-bottom: 0px;}
.ModuleCustomFormGiant.layout-107 .icon-riqixuanze{
    padding-right: 10px;
    position: absolute;
    right: 0;
    color: #b3b6b7;
}
/*新验证码开始*/
.ModuleCustomFormGiant.layout-107 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-107 .VCClose:hover .VCLine1 {
    display: none;
}
.ModuleCustomFormGiant.layout-107 .VCClose:hover .VCLine2 {
  transform: rotate(180deg);
  transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-107 .VCClose{
   position: relative;
   margin-right: 20px;
   width: 30px;
   float: right;
   margin-top: 17px;
   height: 30px;
   cursor: pointer;
}
.ModuleCustomFormGiant.layout-107 .VCLine1{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(45deg);
    right: 0;
    position: absolute;
    top: 9px;

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

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

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

   width: 80px;
   height: 36px;
   background: #1e88e5;
   border-radius: 18px;
   line-height: 36px;
   text-align: center;
   color: #fff;
   display: inline-block;
   margin-left: 10px;
   cursor: pointer;
   font-size: 16px;
}
.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcbtn2{

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

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

   position: absolute;;
   bottom: 0;
   z-index: 999999999;
   background: #fff;
   transform: translate(-50%,-50%);
   top:auto;
   left: 50%;
   max-width: 350px;
   height: 380px;
   border-radius: 6px;
   box-shadow: 9.9px 9.9px 49px 0px rgba(0,0,0,0.11);
   display: none;
   width: 100%;
}
/*新验证码结束*/


.ModuleCustomFormGiant.layout-107 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}
.ModuleCustomFormGiant.layout-107 .multi-row-text {
    width: 90%;
}
.ModuleCustomFormGiant.layout-107 input[type=text] {
    font-size: 14px;
    border: none;
    background: #fff;
    padding: 0 0 0 10px;
    /* flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

/* .ModuleCustomFormGiant.layout-107 .Select_Simulate li:hover {
    color: #fff
} */

.ModuleCustomFormGiant.layout-107 .content-title {
    font-size: 14px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    /* max-width: 30%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ModuleCustomFormGiant.layout-107 .in-formList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    /* -webkit-box-pack: justify; */
    /* -webkit-justify-content: space-between; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.ModuleCustomFormGiant.layout-107 .formList-content {
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 16px;
    width: 100%;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ModuleCustomFormGiant.layout-107  .areabox .area ul{
    top:55px
}
.ModuleCustomFormGiant.layout-107 .pcCitybox .City-select,.ModuleCustomFormGiant.layout-107 .pcCitybox .Couty-select {
    flex-grow: 1;
    flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* padding: 0 10px; */
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    /* background: url(skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right; */
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .frist-city-select select {
    border: 0;
    border-radius: 0;
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .frist-city-select .frist-city-title {
    font-size: 14px;
    margin-left: 16px;
    white-space: nowrap;
}
.ModuleCustomFormGiant.layout-107 .Browse-file{
    line-height: 44px;
    height: 44px;
}
.ModuleCustomFormGiant.layout-107 .Browse-img{

    height: 80px;
}
.ModuleCustomFormGiant.layout-107 .pcCitybox .frist-city-select {
    border-radius: 5px;
    border: 1px solid #ccc;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    /* background: url(skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

.ModuleCustomFormGiant.layout-107 .pcCitybox .Province-select {
    margin-top: 1px;
    width:100%
}

.ModuleCustomFormGiant.layout-107  .areabox .frist_item{
    height: 100%;
}
.ModuleCustomFormGiant.layout-107 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
}

.ModuleCustomFormGiant.layout-107 .VerificationCode {
    width: 90px;
    height: 50px;
    display: inline-block;
}

.ModuleCustomFormGiant.layout-107 .file-box .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    border-radius: 5px;
}

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

.ModuleCustomFormGiant.layout-107 .Browse-file {
    border: 1px solid #eee;
    border-radius:5px;
}

.ModuleCustomFormGiant.layout-107 .Browse-file:hover {
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
}
.ModuleCustomFormGiant.layout-107 .flex{
    align-items:center;
}
.ModuleCustomFormGiant.layout-107 .input-text-color {
    color: #999;
    display: flex;
    align-items: center;
    /* line-height: 1.5; */
}
.ModuleCustomFormGiant.layout-107 .smsvaldatebox {
   height: 44px;
   line-height: 44px;
}
.ModuleCustomFormGiant.layout-107  .smsvcode,.ModuleCustomFormGiant.layout-107  .smsbtn{
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .Describ-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-107 .submibtn-color {
    color: #fff;
    background: #1e88e5;
    border-radius: 5px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-107 .areabox .frist_item{
    padding-right: 4px;
}
.ModuleCustomFormGiant.layout-107 .Select_Simulate .Select_sanjiao {
    border: 0;
    height: 44px;
    width: 30px;
    background: url(skinp/modules/ModuleCustomFormGiant/images/arrow2.png) no-repeat center right;
    line-height: 44px;
    margin: 0;
    margin-right: 16px;
}

.ModuleCustomFormGiant.layout-107 .formList-content.mgb0 {
    margin-bottom: 0
}

.ModuleCustomFormGiant.layout-107 .in-formList-content.pdLf0 {
    padding-left: 0
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate.layout2 li {
    padding: 0 16px;
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate .frist_item {
    padding-right: 0;
}

.ModuleCustomFormGiant.layout-107 .submitbtn {
    min-height: 50px;
    text-align: center;
    margin-left: 15px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.ModuleCustomFormGiant.layout-107 .submibtn-color:hover {
    color: #fff;
    background: #1976d2;
}

.ModuleCustomFormGiant.layout-107 .pd-0 {
    padding: 0;
}

.ModuleCustomFormGiant.layout-107 .formList-content-no-style .in-formList {
    align-items: flex-start;
}

.ModuleCustomFormGiant.layout-107 .multi-row-text {
    margin-top: 3px;
    border: 0;
    padding-left: 10px;
}

.ModuleCustomFormGiant.layout-107 .formList-content-no-border {
    border: none;
    padding-left: 0;
}
.ModuleCustomFormGiant.layout-107 .in-formList-checkbox {
    white-space: normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ModuleCustomFormGiant.layout-107  .vertical{
    width: auto;
    display: initial;
}
.ModuleCustomFormGiant.layout-107 input[type=radio],.ModuleCustomFormGiant.layout-107 input[type=checkbox]{
    top:0;
    margin-top:0
}

.ModuleCustomFormGiant.layout-107 .formList-content-no-border .in-formList {
    /* align-items: flex-start; */
}

.ModuleCustomFormGiant.layout-107 .content-title-checkbox {
    margin-right: 16px;
}

.ModuleCustomFormGiant .in-formList-checkbox label {
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.ModuleCustomFormGiant.layout-107 .choose-time {
    border: none;
    line-height: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .chooseTimeicon {
    margin-top: 0;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: auto;
    margin-right: 8px;
    padding-left: 16px;
    display: inline-block;
    height: 50px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ModuleCustomFormGiant.layout-107 .verifica{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .input-text-checking {
    width: 66.5%;
    vertical-align: top;
    margin-top: 1px;
}

.ModuleCustomFormGiant.layout-107 .changebtn {
    line-height: 50px
}

.ModuleCustomFormGiant.layout-107 .cityPickerBox {
    border: 0;
}

.ModuleCustomFormGiant.layout-107 .cityval {
    line-height: 48px;
    height: 48px;
    display: none;
    width: 100%;
}

.ModuleCustomFormGiant.layout-107 .choose-city-content {
    font-size: 14px;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 97%;
    display: block;
}

.ModuleCustomFormGiant.layout-107 .cityPickerBoxwb {
    height: 44px;
}

.ModuleCustomFormGiant.layout-107 .padL16 {
    padding-left: 16px;
    line-height: 1;
    height: auto;
    margin-top: 0;
    margin-right: 16px;
}

.ModuleCustomFormGiant.layout-107 .padL16.radioBox {
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-107 .formList-content.mg0 {
    margin-bottom: 0
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate.layout2 .frist_item {
    padding-left: 0;
}

.ModuleCustomFormGiant.layout-107 .in-formList-content {
    border: 1px solid #ccc;
    padding-left: 16px;
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.ModuleCustomFormGiant.layout-107 .in-formList-img {
    min-height: 60px;
    height: auto;
}
.ModuleCustomFormGiant.layout-107 .file-operation{
    display: flex;
}
.ModuleCustomFormGiant.layout-107 .file-operation .content-title {
    max-width: 100%;
}
.ModuleCustomFormGiant.layout-107 .UploadFileSpan {
    line-height: 30px;
    font-size: 12px;
    /* border: 1px solid #e5e5e5;
    background: #fbfbfb; */
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 30px;
    width: 316px;
    display: none;
    padding-left: 0px;
}

.ModuleCustomFormGiant.layout-107 .textbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ModuleCustomFormGiant.layout-107 .w-100{
    width: 100%;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-107  .desctxt{
    max-width: 100%;
    overflow: inherit;
    white-space: normal;
    line-height: 1.5;
    height: 100%;
}
.ModuleCustomFormGiant.layout-107 .customform-upload-img-preview {  border-radius: 5px;}
.ModuleCustomFormGiant.layout-107 .in-formList-checkbox  label span {
    min-width: 36px;
    display: initial;
    word-break: break-all;
}
.ModuleCustomFormGiant.layout-107 .customFormTextarea::placeholder{  white-space: nowrap; width:100%;  text-overflow: ellipsis; overflow: hidden;}
.ModuleCustomFormGiant.layout-107 .formbox{ text-align:left;display:flex;}
.ModuleCustomFormGiant.layout-107 .Special{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; align-items: center;
}

@media screen and (max-width: 767px) {
    .ModuleCustomFormGiant.layout-107 .smsvaldatebox,
    .ModuleCustomFormGiant.layout-107 .frist_item,
    .ModuleCustomFormGiant.layout-107 .formList-content,
    .ModuleCustomFormGiant.layout-107 .customFormDatetime,
    .ModuleCustomFormGiant.layout-107 .pcCitybox select
    {
        height: 44px !important;
        line-height: 44px !important;
    }
    .ModuleCustomFormGiant.layout-107 .smsvaldatebox{
        margin-left: 10px;
        margin-top:0px;
    }
    .ModuleCustomFormGiant.layout-107 .submitbtnbox{ width: 100% !important}
    .ModuleCustomFormGiant.layout-107 .submitbtn{
        line-height:50px !important;
        margin-left: 0;
    }
    .ModuleCustomFormGiant.layout-107 .formbox{ text-align:left;display:flex;flex-wrap: wrap;justify-content: space-between; align-items: center;}

    .ModuleCustomFormGiant.layout-107 .vertical{
        margin-left:16px ;
    }
    .ModuleCustomFormGiant.layout-107 .textbox{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-107 .multi-row-text{
        padding: 5px 10px 10px 10px;
    }


    .ModuleCustomFormGiant.layout-107 .content-title{
        max-width: 75%;
    }
    .ModuleCustomFormGiant.layout-107 .desctxt{
        max-width: 100%;
    }
    .ModuleCustomFormGiant.layout-107 .choose-time-mobile{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 30px);
        display: block;

    }
    .ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .input-text-checking {
        width: 120px;
    }
    .ModuleCustomFormGiant.layout-107 .dq{
    margin-bottom: 0;
    }
    .ModuleCustomFormGiant.layout-107 .VerificationCode {
        width: 90px;
        height: 50px;
    }
    .ModuleCustomFormGiant.layout-107 .formList-content.mg0 {
        margin-bottom: 16px;
    }
    .ModuleCustomFormGiant.layout-107 .InsidePage-title-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 76px);
        display: inline-block;
    }
}


@media screen and (max-width: 768px) {
    .ModuleCustomFormGiant.layout-107 .vertical{
        display: flex;
    }
    .ModuleCustomFormGiant.layout-107 .Pc-formList-content{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-107 .in-formList-checkbox{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .input-text-checking {
        width: 65%;
        padding: 0;
    }
    .ModuleCustomFormGiant.layout-107 .textbox{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .Describ-text-color {
        padding-left:13px;


    }
    .ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb {
        width: 100%;
        padding-left: 5px;
    }
    .ModuleCustomFormGiant.layout-107 .VerificationCode {
        width: 90px;
        height: 50px;
    }
    .ModuleCustomFormGiant.layout-107 .formList-content.mg0 {
        margin-bottom: 16px;
    }
}

.module_483511789 .ModuleHead .HeadCenter{float:none;}
#module_483511789 {
padding:0px;
}
#module_483511789 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483511789 .ModuleHead483511789 {
display:none;
}
#module_483511789 .BodyCenter.BodyCenter483511789 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483511789 >.module_483511789 {
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_483511789 >.module_483511789{
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_483511789 .BodyCenter.BodyCenter483511789 {
padding-top:3.4884%;
padding-left:3.4884%;
padding-right:3.4884%;
padding-bottom:3.4884%;
}
}
@media screen and (max-width: 767px){
#module_483511789 .BodyCenter.BodyCenter483511789 {
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}
}
@media screen and (min-width: 768px){
#module_483511789 >.module_483511789 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483511789 >.module_483511789 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483511789 >.module_483511789 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483511789:hover {
border:none;
}
#module_483511789:hover >.module_483511789 {
border-color:#ccc;
}
#module_483511789:hover >.module_483511789 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483511789 .InsidePage-list-content span,#module_483511789 .in-formList-checkbox span{font-size:14px;}
#module_483511789 .InsidePage-list-content span,#module_483511789 .in-formList-checkbox span{font-family:微软雅黑,Microsoft YaHei;}
#module_483511789 .InsidePage-list-content span,#module_483511789 .in-formList-checkbox span{color:#999;}
#module_483511789 .InsidePage-list-content span,#module_483511789 .in-formList-checkbox span{font-weight:normal;}
#module_483511789 .InsidePage-list-content span,#module_483511789 .in-formList-checkbox span{text-decoration:none;}
#module_483511789 .InsidePage-list-content span,#module_483511789 .in-formList-checkbox span{font-style:normal;}
#module_483511789 .vcbtn1{background-color:#fd6e27;}
#module_483511789 .vcbtn1{color:#fff;}
#module_483511789 .title{font-size:16px;}
#module_483511789 .title{font-family:Opensans;}
#module_483511789 .title{color:rgb(255, 255, 255);}
#module_483511789 .title{font-weight:normal;}
#module_483511789 .title{text-decoration:none;}
#module_483511789 .title{font-style:normal;}
#module_483511789 .title{background-color:transparent;}
#module_483511789 .title{background-image:none;}
#module_483511789 .title{background-repeat:no-repeat;}
#module_483511789 .title{background-position:50% 50%;}
#module_483511789 .title{background-attachment:scroll;}
#module_483511789 .title{}
#module_483511789 .title{height:30px;line-height:30px;}
#module_483511789 .title{text-align:left;}
#module_483511789 .Describ-text-color{font-size:14px;}
#module_483511789 .Describ-text-color{font-family:Opensans;}
#module_483511789 .Describ-text-color{color:rgb(127, 127, 127);},
#module_483511789 .Describ-text-color{font-weight:normal;}
#module_483511789 .Describ-text-color{text-decoration:none;}
#module_483511789 .Describ-text-color{font-style:normal;}
#module_483511789 .submitbtn{font-size:16px;}
#module_483511789 .submitbtn{font-family:Opensans;}
#module_483511789 .submitbtn{color:#fff;}
#module_483511789 .submitbtn{font-weight:normal;}
#module_483511789 .submitbtn{text-decoration:none;}
#module_483511789 .submitbtn{font-style:normal;}
#module_483511789 .submitbtnbox{width:35%;}
#module_483511789 .submitbtnbox .submitbtn{text-align:center;}
#module_483511789 .submitbtn{background-color:rgba(255, 255, 255, 0.31);} #module_483511789 input[type=radio]:checked, #module_483511789 input[type=checkbox]:checked{background:rgba(255, 255, 255, 0.31);border:1px solid rgba(255, 255, 255, 0.31)}
#module_483511789 .submitbtn{background-image:none;}
#module_483511789 .submitbtn{background-repeat:no-repeat;}
#module_483511789 .submitbtn{background-position:50% 50%;}
#module_483511789 .submitbtn{background-attachment:scroll;}
#module_483511789 .submitbtn{}
#module_483511789 .smsvcode,#module_483511789 .VerificationCodeinput,#module_483511789 .Browse-file,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789 .formList-content-no-style,#module_483511789 .customFormTextarea,#module_483511789 .in-formList-content,#module_483511789 .frist_item,#module_483511789 .Browse-file-input,#module_483511789 input[type=text],#module_483511789 .VerificationCodeinputWb,#module_483511789 .frist-city-select,#module_483511789 .pcCitybox select{background-color:rgb(255, 255, 255);}
#module_483511789 .smsvcode,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-top-color:rgb(255, 255, 255);}
#module_483511789 .smsvcode,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-top-style:solid;}
#module_483511789 .smsvcode,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-top-width:1px;}
#module_483511789 .smsvcode,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-right-color:rgb(255, 255, 255);}
#module_483511789 .smsvcode,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-right-style:solid;}
#module_483511789 .smsvcode,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-right-width:1px;}
#module_483511789 .smsvcode,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-bottom-color:rgb(255, 255, 255);}
#module_483511789 .smsvcode,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-bottom-style:solid;}
#module_483511789 .smsvcode,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-bottom-width:1px;}
#module_483511789 .smsvcode,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-left-color:rgb(255, 255, 255);}
#module_483511789 .smsvcode,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-left-style:solid;}
#module_483511789 .smsvcode,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789 .customFormCheckbox,#module_483511789 input[type=radio],#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-left-width:1px;}
#module_483511789 .smsvcode,#module_483511789 .formList-content-no-style,#module_483511789  .frist_item,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-top-left-radius:5px;}
#module_483511789 .smsvcode,#module_483511789 .formList-content-no-style,#module_483511789  .frist_item,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-top-right-radius:5px;}
#module_483511789 .smsvcode,#module_483511789 .formList-content-no-style,#module_483511789 .frist_item,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-bottom-left-radius:5px;}
#module_483511789 .smsvcode,#module_483511789 .formList-content-no-style, #module_483511789  .frist_item,#module_483511789 .Pc-formList-content .in-formList-content,#module_483511789 .Browse-file,#module_483511789 .VerificationCodeinput,#module_483511789  .in-formList-content,#module_483511789 .frist-city-select,#module_483511789 .Couty-select,#module_483511789 .City-select,#module_483511789 .VerificationCodeinputWb{border-bottom-right-radius:5px;}
#module_483511789 .smsbtn,#module_483511789 .smsvcode,#module_483511789 .input-text-color{font-size:14px;}
#module_483511789 .smsbtn,#module_483511789 .smsvcode,#module_483511789 .input-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_483511789 .smsvcode,#module_483511789 .input-text-color{color:#999;} 
#module_483511789 .smsbtn,#module_483511789 .smsvcode,#module_483511789 .input-text-color{font-weight:normal;}
#module_483511789 .smsbtn,#module_483511789 .smsvcode,#module_483511789 .input-text-color{text-decoration:none;}
#module_483511789 .smsbtn,#module_483511789 .smsvcode,#module_483511789 .input-text-color{font-style:normal;}
#module_483511789 .input-text-color::placeholder,#module_483511789 .smsvcode::placeholder{font-size:14px;}
#module_483511789 .input-text-color::placeholder,#module_483511789 .smsvcode::placeholder{font-family:Opensans;}
#module_483511789 .input-text-color::placeholder,#module_483511789 .smsvcode::placeholder{color:rgb(165, 165, 165);}
#module_483511789 .input-text-color::placeholder,#module_483511789 .smsvcode::placeholder{font-weight:normal;}
#module_483511789 .input-text-color::placeholder,#module_483511789 .smsvcode::placeholder{text-decoration:none;}
#module_483511789 .input-text-color::placeholder,#module_483511789 .smsvcode::placeholder{font-style:normal;}
#module_483511789 .submitbtn{border-top-left-radius:5px;}
#module_483511789 .submitbtn{border-top-right-radius:5px;}
#module_483511789 .submitbtn{border-bottom-left-radius:5px;}
#module_483511789 .submitbtn{border-bottom-right-radius:5px;}
#module_483511789 .smsvaldatebox,#module_483511789 .frist_item,#module_483511789 .VerificationCodeinput,#module_483511789 .formList-content.textbox ,#module_483511789 .customFormDatetime,#module_483511789 .pcCitybox select{line-height:px;height:px;}
#module_483511789 .smsvcode:hover,#module_483511789  .Pc-formList-content .in-formList-content:hover,#module_483511789 .Browse-file:hover,#module_483511789 .VerificationCodeinput:hover,#module_483511789 .customFormCheckbox:hover,#module_483511789 input[type=radio]:hover,#module_483511789  .in-formList-content:hover,#module_483511789 .frist-city-select:hover,#module_483511789 .Couty-select:hover,#module_483511789 .City-select:hover,#module_483511789 .VerificationCodeinputWb:hover{border-top-color:rgb(86, 202, 191);}
#module_483511789 .smsvcode:hover,#module_483511789 .Pc-formList-content .in-formList-content:hover,#module_483511789 .Browse-file:hover,#module_483511789 .VerificationCodeinput:hover,#module_483511789 .customFormCheckbox:hover,#module_483511789 input[type=radio]:hover,#module_483511789  .in-formList-content:hover,#module_483511789 .frist-city-select:hover,#module_483511789 .Couty-select:hover,#module_483511789 .City-select:hover,#module_483511789 .VerificationCodeinputWb:hover{border-top-style:solid;}
#module_483511789 .smsvcode:hover,#module_483511789 .Pc-formList-content .in-formList-content:hover,#module_483511789 .Browse-file:hover,#module_483511789 .VerificationCodeinput:hover,#module_483511789 .customFormCheckbox:hover,#module_483511789 input[type=radio]:hover,#module_483511789  .in-formList-content:hover,#module_483511789 .frist-city-select:hover,#module_483511789 .Couty-select:hover,#module_483511789 .City-select:hover,#module_483511789 .VerificationCodeinputWb:hover{border-right-color:rgb(86, 202, 191);}
#module_483511789 .smsvcode:hover,#module_483511789 .Pc-formList-content .in-formList-content:hover,#module_483511789 .Browse-file:hover,#module_483511789 .VerificationCodeinput:hover,#module_483511789 .customFormCheckbox:hover,#module_483511789 input[type=radio]:hover,#module_483511789  .in-formList-content:hover,#module_483511789 .frist-city-select:hover,#module_483511789 .Couty-select:hover,#module_483511789 .City-select:hover,#module_483511789 .VerificationCodeinputWb{border-right-style:solid;}
#module_483511789 .smsvcode:hover,#module_483511789 .Pc-formList-content .in-formList-content:hover,#module_483511789 .Browse-file:hover,#module_483511789 .VerificationCodeinput:hover,#module_483511789 .customFormCheckbox:hover,#module_483511789 input[type=radio]:hover,#module_483511789  .in-formList-content:hover,#module_483511789 .frist-city-select:hover,#module_483511789 .Couty-select:hover,#module_483511789 .City-select:hover,#module_483511789 .VerificationCodeinputWb:hover{border-bottom-color:rgb(86, 202, 191);}
#module_483511789 .smsvcode:hover,#module_483511789 .Pc-formList-content .in-formList-content:hover,#module_483511789 .Browse-file:hover,#module_483511789 .VerificationCodeinput:hover,#module_483511789 .customFormCheckbox:hover,#module_483511789 input[type=radio]:hover,#module_483511789  .in-formList-content:hover,#module_483511789 .frist-city-select:hover,#module_483511789 .Couty-select:hover,#module_483511789 .City-select:hover,#module_483511789 .VerificationCodeinputWb:hover{border-bottom-style:solid;}
#module_483511789 .smsvcode:hover,#module_483511789 .Pc-formList-content .in-formList-content:hover,#module_483511789 .Browse-file:hover,#module_483511789 .VerificationCodeinput:hover,#module_483511789 .customFormCheckbox:hover,#module_483511789 input[type=radio]:hover,#module_483511789  .in-formList-content:hover,#module_483511789 .frist-city-select:hover,#module_483511789 .Couty-select:hover,#module_483511789 .City-select:hover,#module_483511789 .VerificationCodeinputWb:hover{border-left-color:rgb(86, 202, 191);}
#module_483511789 .smsvcode:hover,#module_483511789 .Pc-formList-content .in-formList-content:hover,#module_483511789 .Browse-file:hover,#module_483511789 .VerificationCodeinput:hover,#module_483511789 .customFormCheckbox:hover,#module_483511789 input[type=radio]:hover,#module_483511789  .in-formList-content:hover,#module_483511789 .frist-city-select:hover,#module_483511789 .Couty-select:hover,#module_483511789 .City-select:hover,#module_483511789 .VerificationCodeinputWb:hover{border-left-style:solid;}
#module_483511789 .submitbtn:hover{font-size:16px;}
#module_483511789 .submitbtn:hover{font-family:Opensans;}
#module_483511789 .submitbtn:hover{color:#fff;}
#module_483511789 .submitbtn:hover{font-weight:normal;}
#module_483511789 .submitbtn:hover{text-decoration:none;}
#module_483511789 .submitbtn:hover{font-style:normal;}
#module_483511789 .submitbtn:hover{background-color:rgba(255, 255, 255, 0.22);}
#module_483511789 .submitbtn:hover{background-image:none;}
#module_483511789 .submitbtn:hover{background-repeat:no-repeat;}
#module_483511789 .submitbtn:hover{background-position:50% 50%;}
#module_483511789 .submitbtn:hover{background-attachment:scroll;}
#module_483511789 .submitbtn:hover{}

.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_483511553 .ModuleHead .HeadCenter{float:none;}
#module_483511553 {
padding:0px;
}
#module_483511553 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_483511553 .ModuleHead483511553 {
display:none;
}
#module_483511553 .BodyCenter.BodyCenter483511553 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483511553 >.module_483511553 {
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_483511553 >.module_483511553{
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_483511553 .BodyCenter.BodyCenter483511553 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483511553 .BodyCenter.BodyCenter483511553 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483511553 >.module_483511553 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483511553 >.module_483511553 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483511553 >.module_483511553 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483511553:hover {
border:none;
}
#module_483511553:hover >.module_483511553 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483511553 .ModuleSharediv{text-align: left;}
#module_483511553 .social-share-icon{color:rgb(242, 242, 242);}
#module_483511553 .social-share-icon{font-size:20px;}
#module_483511553 .social-share-icon{ margin-right:5px;margin-left:5px;} #module_483511553 .mvertical{margin-top:5px;margin-bottom:5px;}
#module_483511553 .social-share-icon{height:36px; width:36px;line-height:36px}
#module_483511553 .social-share-icon{border-top-color:#ccc;}
#module_483511553 .social-share-icon{border-top-style:solid;}
#module_483511553 .social-share-icon{border-top-width:0px;}
#module_483511553 .social-share-icon{border-right-color:#ccc;}
#module_483511553 .social-share-icon{border-right-style:solid;}
#module_483511553 .social-share-icon{border-right-width:0px;}
#module_483511553 .social-share-icon{border-bottom-color:#ccc;}
#module_483511553 .social-share-icon{border-bottom-style:solid;}
#module_483511553 .social-share-icon{border-bottom-width:0px;}
#module_483511553 .social-share-icon{border-left-color:#ccc;}
#module_483511553 .social-share-icon{border-left-style:solid;}
#module_483511553 .social-share-icon{border-left-width:0px;}
#module_483511553 .social-share-icon{background-color:transparent;}
#module_483511553 .social-share-icon{}
#module_483511553 .social-share-icon:hover{background-color:transparent;}
#module_483511553 .social-share-icon:hover{}
#module_483511553 .social-share-icon:hover{color:rgb(255, 255, 255);}
#module_483511553 .social-share-icon:hover{font-size:20px;}
#module_483511553 .social-share-icon:hover{border-top-color:#ccc;}
#module_483511553 .social-share-icon:hover{border-top-style:solid;}
#module_483511553 .social-share-icon:hover{border-top-width:0px;}
#module_483511553 .social-share-icon:hover{border-right-color:#ccc;}
#module_483511553 .social-share-icon:hover{border-right-style:solid;}
#module_483511553 .social-share-icon:hover{border-right-width:0px;}
#module_483511553 .social-share-icon:hover{border-bottom-color:#ccc;}
#module_483511553 .social-share-icon:hover{border-bottom-style:solid;}
#module_483511553 .social-share-icon:hover{border-bottom-width:0px;}
#module_483511553 .social-share-icon:hover{border-left-color:#ccc;}
#module_483511553 .social-share-icon:hover{border-left-style:solid;}
#module_483511553 .social-share-icon:hover{border-left-width:0px;}

.module_483511552 .ModuleHead .HeadCenter{float:none;}
#module_483511552 {
padding:0px;
}
#module_483511552 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483511552 .ModuleHead483511552 {
display:none;
}
#module_483511552 .BodyCenter.BodyCenter483511552 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483511552 >.module_483511552 {
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_483511552 >.module_483511552{
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_483511552 .BodyCenter.BodyCenter483511552 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483511552 .BodyCenter.BodyCenter483511552 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483511552 >.module_483511552 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483511552 >.module_483511552 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483511552 >.module_483511552 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483511552:hover {
border:none;
}
#module_483511552:hover >.module_483511552 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483511552 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483511552 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483511552 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483511552 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483511552 .imageTextGiant-Container{padding-top:0px;}
#module_483511552 .imageTextGiant-Container{padding-bottom:10px;}
#module_483511552 .imageTextGiant-Container{padding-left:10px;}
#module_483511552 .imageTextGiant-Container{padding-right:10px;}
#module_483511552 .showHandle .btn{font-size:14px;}
#module_483511552 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_483511552 .showHandle .btn{color:#333;}
#module_483511552 .showHandle .btn{font-weight:400;}
#module_483511552 .showHandle .btn{text-decoration:none;}
#module_483511552 .showHandle .btn{font-style:normal;}
#module_483511552 .showHandle div{border-top-color:#ddd !important;}
#module_483511552 .showHandle div{border-top-style:solid !important;}
#module_483511552 .showHandle div{border-top-width:1px !important;}
#module_483511552 .showHandle{background-color:transparent;}
#module_483511552 .showHandle{background-image:none;}
#module_483511552 .showHandle{background-repeat:no-repeat;}
#module_483511552 .showHandle{}
#module_483511552 .showHandle{}
#module_483511552 .showHandle{}
#module_483511552 a{font-size:unset;font-family:unset}


.module_483911650 .ModuleHead .HeadCenter{float:none;}
#module_483911650 {
padding:0px;
}
#module_483911650 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483911650 .ModuleHead483911650 {
display:none;
}
#module_483911650 .BodyCenter.BodyCenter483911650 {
background:none;background-color:rgb(86, 202, 191);
}
#module_483911650 >.module_483911650 {
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_483911650 >.module_483911650{
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_483911650 .BodyCenter.BodyCenter483911650 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483911650 .BodyCenter.BodyCenter483911650 {
padding-top:5.7637%;
padding-left:1.4409%;
padding-right:1.4409%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_483911650 >.module_483911650 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483911650 >.module_483911650 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483911650 >.module_483911650 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483911650:hover {
border:none;
}
#module_483911650:hover >.module_483911650 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483911650 .ModuleSubContainer{background-color:transparent;}
#module_483911650 .ModuleSubContainer{background-image:none;}
#module_483911650 .ModuleSubContainer{background-repeat:no-repeat;}
#module_483911650 .ModuleSubContainer{background-position:0% 0%;}
#module_483911650 .ModuleSubContainer{background-attachment:scroll;}
#module_483911650 .ModuleSubContainer{}
#module_483911650 {!bgVideo!}{bgVideoUrl:}
#module_483911650 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_483911650 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_483911650 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer483911650 {}
.module_483911653 .ModuleHead .HeadCenter{float:none;}
#module_483911653 {
padding:0px;
}
#module_483911653 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483911653 .ModuleHead483911653 {
display:none;
}

#module_483911653 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483911653 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483911653 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483911653 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483911653 .imageTextGiant-Container{padding-top:10px;}
#module_483911653 .imageTextGiant-Container{padding-bottom:10px;}
#module_483911653 .imageTextGiant-Container{padding-left:10px;}
#module_483911653 .imageTextGiant-Container{padding-right:10px;}
#module_483911653 .showHandle .btn{font-size:14px;}
#module_483911653 .showHandle .btn{font-family:;}
#module_483911653 .showHandle .btn{color:#333;}
#module_483911653 .showHandle .btn{font-weight:400;}
#module_483911653 .showHandle .btn{text-decoration:none;}
#module_483911653 .showHandle .btn{font-style:normal;}
#module_483911653 .showHandle div{border-top-color:#ddd !important;}
#module_483911653 .showHandle div{border-top-style:solid !important;}
#module_483911653 .showHandle div{border-top-width:1px !important;}
#module_483911653 .showHandle{background-color:transparent;}
#module_483911653 .showHandle{}
#module_483911653 .showHandle{background-repeat:no-repeat;}
#module_483911653 .showHandle{}
#module_483911653 .showHandle{}
#module_483911653 .showHandle{}
#module_483911653 a{font-size:unset;font-family:unset}
.module_483911658 .ModuleHead .HeadCenter{float:none;}
#module_483911658 {
padding:0px;
}
#module_483911658 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483911658 .ModuleHead483911658 {
display:none;
}
#module_483911658 {
border:none;
}
@media screen and (min-width: 768px){
#module_483911658 >.module_483911658 {
}
}
@media screen and (max-width: 767px){
#module_483911658 >.module_483911658 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_483911658 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483911658 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483911658 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483911658 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483911658 .imageTextGiant-Container{padding-top:10px;}
#module_483911658 .imageTextGiant-Container{padding-bottom:10px;}
#module_483911658 .imageTextGiant-Container{padding-left:10px;}
#module_483911658 .imageTextGiant-Container{padding-right:10px;}
#module_483911658 .showHandle .btn{font-size:14px;}
#module_483911658 .showHandle .btn{font-family:;}
#module_483911658 .showHandle .btn{color:#333;}
#module_483911658 .showHandle .btn{font-weight:400;}
#module_483911658 .showHandle .btn{text-decoration:none;}
#module_483911658 .showHandle .btn{font-style:normal;}
#module_483911658 .showHandle div{border-top-color:#ddd !important;}
#module_483911658 .showHandle div{border-top-style:solid !important;}
#module_483911658 .showHandle div{border-top-width:1px !important;}
#module_483911658 .showHandle{background-color:transparent;}
#module_483911658 .showHandle{}
#module_483911658 .showHandle{background-repeat:no-repeat;}
#module_483911658 .showHandle{}
#module_483911658 .showHandle{}
#module_483911658 .showHandle{}
#module_483911658 a{font-size:unset;font-family:unset}
.ModuleHorizontalGiant.layout-101 .hrbox{
	display: flex;
	justify-content:center;
}
.ModuleHorizontalGiant.layout-101 .hr-line {
	margin:unset;
	width: 100%;
	/* border: 1px solid #333; */
	border-top: 0 !important;
}
.ModuleHorizontalGiant.layout-101 {position: relative;}
.module_483911816 .ModuleHead .HeadCenter{float:none;}
#module_483911816 {
padding:0px;
}
#module_483911816 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_483911816 .ModuleHead483911816 {
display:none;
}
#module_483911816 .BodyCenter.BodyCenter483911816 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483911816 >.module_483911816 {
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_483911816 >.module_483911816{
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_483911816 .BodyCenter.BodyCenter483911816 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483911816 .BodyCenter.BodyCenter483911816 {
padding-top:2.9674%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_483911816 >.module_483911816 {
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
}
}
@media screen and (max-width: 767px){
#module_483911816 >.module_483911816 {
margin-top:1.4837%;
margin-left:2.9674%;
margin-right:2.9674%;
margin-bottom:1.4837%;
}
}
#module_483911816 >.module_483911816 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483911816:hover {
border:none;
}
#module_483911816:hover >.module_483911816 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483911816 .hrbox{justify-content:;}
#module_483911816 .hr-line{width:autopx;max-width:autopx;}
#module_483911816 .hr-line{border-bottom-color:rgba(255, 255, 255, 0.19);}
#module_483911816 .hr-line{border-bottom-style:solid;}
#module_483911816 .hr-line{border-bottom-width:1px;}

.ModuleCustomFormGiant.layout-101 .submitbtnbox{display: flex;}
.ModuleCustomFormGiant.layout-101 .smsvaldatebox,
.ModuleCustomFormGiant.layout-101 .frist_item,
.ModuleCustomFormGiant.layout-101 input.input-text-color,
.ModuleCustomFormGiant.layout-101 .customFormDatetime,
.ModuleCustomFormGiant.layout-101 .pcCitybox select
{
    height: 38px;
    line-height: 38px;
}
/*新验证码开始*/
.ModuleCustomFormGiant.layout-101 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine1 {
     display: none;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine2 {
   transform: rotate(180deg);
   transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-101 .VCClose{
    position: relative;
    margin-right: 20px;
    width: 30px;
    float: right;
    margin-top: 17px;
    height: 30px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .VCLine1{
     border-top:#ccc solid 2px;
     width: 18px;
     transform: rotate(45deg);
     right: 0;
     position: absolute;
     top: 9px;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ModuleCustomFormGiant.layout-101 .submibtn-color {
    color: #fff;
    background: #000;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .icon-riqixuanze{
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b3b6b7;
}
.ModuleCustomFormGiant.layout-101 .submibtn-color:hover {
    color: #fff;
    background: #666;
}

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

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

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

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

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

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

/*  新增*/

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

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

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

.ModuleCustomFormGiant.layout-101  .iconfont-fujian {
    font-size: 19px !important;
}
.ModuleCustomFormGiant.layout-101  .imgclose {
    right: -9px;
    position: absolute;
    top: -10px;
}
.module_483911660 .ModuleHead .HeadCenter{float:none;}
#module_483911660 {
padding:0px;
}
#module_483911660 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483911660 .ModuleHead483911660 {
display:none;
}
#module_483911660 .BodyCenter.BodyCenter483911660 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483911660 >.module_483911660 {
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_483911660 >.module_483911660{
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_483911660 .BodyCenter.BodyCenter483911660 {
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}
}
@media screen and (max-width: 767px){
#module_483911660 .BodyCenter.BodyCenter483911660 {
padding-top:4.4510%;
padding-left:4.4510%;
padding-right:4.4510%;
padding-bottom:4.4510%;
}
}
@media screen and (min-width: 768px){
#module_483911660 >.module_483911660 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483911660 >.module_483911660 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483911660 >.module_483911660 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483911660:hover {
border:none;
}
#module_483911660:hover >.module_483911660 {
border-color:#ccc;
}
#module_483911660:hover >.module_483911660 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483911660 .InsidePage-list-content span,#module_483911660 .in-formList-checkbox span{font-size:14px;}
#module_483911660 .InsidePage-list-content span,#module_483911660 .in-formList-checkbox span{font-family:微软雅黑,Microsoft YaHei;}
#module_483911660 .InsidePage-list-content span,#module_483911660 .in-formList-checkbox span{color:#333;}
#module_483911660 .InsidePage-list-content span,#module_483911660 .in-formList-checkbox span{font-weight:normal;}
#module_483911660 .InsidePage-list-content span,#module_483911660 .in-formList-checkbox span{text-decoration:none;}
#module_483911660 .InsidePage-list-content span,#module_483911660 .in-formList-checkbox span{font-style:normal;}
#module_483911660 .title{font-size:18px;}
#module_483911660 .title{font-family:Opensans;}
#module_483911660 .title{color:rgb(255, 255, 255);}
#module_483911660 .title{font-weight:normal;}
#module_483911660 .title{text-decoration:none;}
#module_483911660 .title{font-style:normal;}
#module_483911660 .title{background-color:transparent;}
#module_483911660 .title{background-image:none;}
#module_483911660 .title{background-repeat:no-repeat;}
#module_483911660 .title{background-position:50% 50%;}
#module_483911660 .title{background-attachment:scroll;}
#module_483911660 .title{}
#module_483911660 .title{height:50px;line-height:50px;}
#module_483911660 .title{text-align:center;}
#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{background-color:#fbfbfb;}
#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{border-top-color:#e5e5e5;}
#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{border-top-style:solid;}
#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{border-top-width:0px;}
#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{border-right-color:#e5e5e5;}
#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{border-right-style:solid;}
#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{border-right-width:0px;}
#module_483911660 .smsvcode,#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{border-bottom-color:#e5e5e5;}
#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{border-bottom-style:solid;}
#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{border-bottom-width:0px;}
#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{border-left-color:#e5e5e5;}
#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{border-left-style:solid;}
#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 .customFormCheckbox,#module_483911660 input[type=radio],#module_483911660.customFormDatetime,#module_483911660 input.input-text-color,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .multi-row-text,#module_483911660 .cityval{border-left-width:0px;}
#module_483911660 .smsbtn,#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 input.input-text-color,#module_483911660.customFormDatetime,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .cityval{border-top-left-radius:5px;}
#module_483911660 .smsbtn,#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 input.input-text-color,#module_483911660.customFormDatetime,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .cityval{border-top-right-radius:5px;}
#module_483911660 .smsbtn,#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 input.input-text-color,#module_483911660.customFormDatetime,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .cityval{border-bottom-left-radius:5px;}
#module_483911660 .smsbtn,#module_483911660 .smsvcode,#module_483911660 .frist_item,#module_483911660 .VerificationCodeinput,#module_483911660 input.input-text-color,#module_483911660.customFormDatetime,#module_483911660 .Browse-file,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select,#module_483911660 .cityval{border-bottom-right-radius:5px;}
#module_483911660 .Describ-text-color{font-size:14px;}
#module_483911660 .Describ-text-color{font-family:Opensans;}
#module_483911660 .Describ-text-color{color:rgb(255, 255, 255);}
#module_483911660 .Describ-text-color{font-weight:normal;}
#module_483911660 .Describ-text-color{text-decoration:none;}
#module_483911660 .Describ-text-color{font-style:normal;}
#module_483911660 .smsvcode,#module_483911660 .smsbtn,#module_483911660 .input-text-color,#module_483911660 .cityval{font-size:14px;}
#module_483911660 .smsvcode,#module_483911660 .smsbtn,#module_483911660 .input-text-color,#module_483911660 .cityval{font-family:微软雅黑,Microsoft YaHei;}
#module_483911660 .smsvcode,#module_483911660 .input-text-color,#module_483911660 .cityval{color:#333;}
#module_483911660 .smsvcode,#module_483911660 .smsbtn,#module_483911660 .input-text-color,#module_483911660 .cityval{font-weight:normal;}
#module_483911660 .smsvcode,#module_483911660 .smsbtn,#module_483911660 .input-text-color,#module_483911660 .cityval{text-decoration:none;}
#module_483911660 .smsvcode,#module_483911660 .smsbtn,#module_483911660 .input-text-color,#module_483911660 .cityval{font-style:normal;}
#module_483911660 .smsvaldatebox,#module_483911660 .frist_item,#module_483911660 input.input-text-color,#module_483911660 .customFormDatetime,#module_483911660 .pcCitybox select{line-height:px;height:px;}
#module_483911660 .input-text-color::placeholder,#module_483911660 .smsvcode::placeholder{font-size:12px;}
#module_483911660 .input-text-color::placeholder,#module_483911660 .smsvcode::placeholder{font-family:Opensans;}
#module_483911660 .input-text-color::placeholder,#module_483911660 .smsvcode::placeholder{color:rgb(127, 127, 127);}
#module_483911660 .input-text-color::placeholder,#module_483911660 .smsvcode::placeholder{font-weight:normal;}
#module_483911660 .input-text-color::placeholder,#module_483911660 .smsvcode::placeholder{text-decoration:none;}
#module_483911660 .input-text-color::placeholder,#module_483911660 .smsvcode::placeholder{font-style:normal;}
#module_483911660 .submitbtn{font-size:14px;}
#module_483911660 .submitbtn{font-family:Opensans;}
#module_483911660 .submitbtn{color:rgb(86, 202, 191);}
#module_483911660 .submitbtn{font-weight:normal;}
#module_483911660 .submitbtn{text-decoration:none;}
#module_483911660 .submitbtn{font-style:normal;}
#module_483911660 .submitbtn{background-color:rgb(255, 255, 255);} #module_483911660 input[type=radio]:checked, #module_483911660 input[type=checkbox]:checked{background:rgb(255, 255, 255);border:1px solid rgb(255, 255, 255)} 
#module_483911660 .submitbtn{background-image:none;}
#module_483911660 .submitbtn{background-repeat:no-repeat;}
#module_483911660 .submitbtn{background-position:50% 50%;}
#module_483911660 .submitbtn{background-attachment:scroll;}
#module_483911660 .submitbtn{}
#module_483911660 .submitbtnbox{justify-content:flex-start;}
#module_483911660 .submitbtn{width:100%;}
#module_483911660 .submitbtn{height:40px;line-height:40px;}
#module_483911660 .submitbtn{border-top-left-radius:5px;}
#module_483911660 .submitbtn{border-top-right-radius:5px;}
#module_483911660 .submitbtn{border-bottom-left-radius:5px;}
#module_483911660 .submitbtn{border-bottom-right-radius:5px;}
#module_483911660 .vcbtn1{background-color:#333333;}
#module_483911660 .vcbtn1{color:#fff;}
#module_483911660 .frist_item:hover,#module_483911660 .smsvcode:hover, #module_483911660 .VerificationCodeinput:hover,#module_483911660 .customFormCheckbox:hover,#module_483911660 input[type=radio]:hover,#module_483911660 input.input-text-color:hover,#module_483911660.customFormDatetime:hover,#module_483911660 .Browse-file:hover,#module_483911660 .customFormDatetime:hover,#module_483911660 .pcCitybox select:hover,#module_483911660 .multi-row-text:hover,#module_483911660 .cityval:hover{border-top-color:#333333;}
#module_483911660 .frist_item:hover,#module_483911660 .smsvcode:hover, #module_483911660 .VerificationCodeinput:hover,#module_483911660 .customFormCheckbox:hover,#module_483911660 input[type=radio]:hover,#module_483911660 input.input-text-color:hover,#module_483911660.customFormDatetime:hover,#module_483911660 .Browse-file:hover,#module_483911660 .customFormDatetime:hover,#module_483911660 .pcCitybox select:hover,#module_483911660 .multi-row-text:hover,#module_483911660 .cityval:hover{border-top-style:solid;}
#module_483911660 .frist_item:hover,#module_483911660 .smsvcode:hover, #module_483911660 .VerificationCodeinput:hover,#module_483911660 .customFormCheckbox:hover,#module_483911660 input[type=radio]:hover,#module_483911660 input.input-text-color:hover,#module_483911660.customFormDatetime:hover,#module_483911660 .Browse-file:hover,#module_483911660 .customFormDatetime:hover,#module_483911660 .pcCitybox select:hover,#module_483911660 .multi-row-text:hover,#module_483911660 .cityval:hover{border-right-color:#333333;}
#module_483911660 .frist_item:hover,#module_483911660 .smsvcode:hover, #module_483911660 .VerificationCodeinput:hover,#module_483911660 .customFormCheckbox:hover,#module_483911660 input[type=radio]:hover,#module_483911660 input.input-text-color:hover,#module_483911660.customFormDatetime:hover,#module_483911660 .Browse-file:hover,#module_483911660 .customFormDatetime:hover,#module_483911660 .pcCitybox select:hover,#module_483911660 .multi-row-text:hover,#module_483911660 .cityval:hover{border-right-style:solid;}
#module_483911660 .frist_item:hover,#module_483911660 .smsvcode:hover, #module_483911660 .VerificationCodeinput:hover,#module_483911660 .customFormCheckbox:hover,#module_483911660 input[type=radio]:hover,#module_483911660 input.input-text-color:hover,#module_483911660.customFormDatetime:hover,#module_483911660 .Browse-file:hover,#module_483911660 .customFormDatetime:hover,#module_483911660 .pcCitybox select:hover,#module_483911660 .multi-row-text:hover,#module_483911660 .cityval:hover{border-bottom-color:#333333;}
#module_483911660 .frist_item:hover,#module_483911660 .smsvcode:hover, #module_483911660 .VerificationCodeinput:hover,#module_483911660 .customFormCheckbox:hover,#module_483911660 input[type=radio]:hover,#module_483911660 input.input-text-color:hover,#module_483911660.customFormDatetime:hover,#module_483911660 .Browse-file:hover,#module_483911660 .customFormDatetime:hover,#module_483911660 .pcCitybox select:hover,#module_483911660 .multi-row-text:hover,#module_483911660 .cityval:hover{border-bottom-style:solid;}
#module_483911660 .frist_item:hover,#module_483911660 .smsvcode:hover, #module_483911660 .VerificationCodeinput:hover,#module_483911660 .customFormCheckbox:hover,#module_483911660 input[type=radio]:hover,#module_483911660 input.input-text-color:hover,#module_483911660.customFormDatetime:hover,#module_483911660 .Browse-file:hover,#module_483911660 .customFormDatetime:hover,#module_483911660 .pcCitybox select:hover,#module_483911660 .multi-row-text:hover,#module_483911660 .cityval:hover{border-left-color:#333333;}
#module_483911660 .frist_item:hover,#module_483911660 .smsvcode:hover, #module_483911660 .VerificationCodeinput:hover,#module_483911660 .customFormCheckbox:hover,#module_483911660 input[type=radio]:hover,#module_483911660 input.input-text-color:hover,#module_483911660.customFormDatetime:hover,#module_483911660 .Browse-file:hover,#module_483911660 .customFormDatetime:hover,#module_483911660 .pcCitybox select:hover,#module_483911660 .multi-row-text:hover,#module_483911660 .cityval:hover{border-left-style:solid;}
#module_483911660 .submitbtn:hover{font-size:14px;}
#module_483911660 .submitbtn:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_483911660 .submitbtn:hover{color:#fff;}
#module_483911660 .submitbtn:hover{font-weight:normal;}
#module_483911660 .submitbtn:hover{text-decoration:none;}
#module_483911660 .submitbtn:hover{font-style:normal;}
#module_483911660 .submitbtn:hover{background-color:rgb(86, 202, 191);}
#module_483911660 .submitbtn:hover{background-image:none;}
#module_483911660 .submitbtn:hover{background-repeat:no-repeat;}
#module_483911660 .submitbtn:hover{background-position:50% 50%;}
#module_483911660 .submitbtn:hover{background-attachment:scroll;}
#module_483911660 .submitbtn:hover{}

.module_483911670 .ModuleHead .HeadCenter{float:none;}
#module_483911670 {
padding:0px;
}
#module_483911670 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483911670 .ModuleHead483911670 {
display:none;
}
#module_483911670 .BodyCenter.BodyCenter483911670 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483911670 >.module_483911670 {
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_483911670 >.module_483911670{
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_483911670 .BodyCenter.BodyCenter483911670 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483911670 .BodyCenter.BodyCenter483911670 {
padding-top:0.0000%;
padding-left:2.9674%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_483911670 >.module_483911670 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483911670 >.module_483911670 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483911670 >.module_483911670 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483911670:hover {
border:none;
}
#module_483911670:hover >.module_483911670 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483911670 .ModuleSharediv{text-align: left;}
#module_483911670 .social-share-icon{color:rgb(255, 255, 255);}
#module_483911670 .social-share-icon{font-size:18px;}
#module_483911670 .social-share-icon{ margin-right:1px;margin-left:1px;} #module_483911670 .mvertical{margin-top:1px;margin-bottom:1px;}
#module_483911670 .social-share-icon{height:31px; width:31px;line-height:31px}
#module_483911670 .social-share-icon{border-top-color:#ccc;}
#module_483911670 .social-share-icon{border-top-style:solid;}
#module_483911670 .social-share-icon{border-top-width:0px;}
#module_483911670 .social-share-icon{border-right-color:#ccc;}
#module_483911670 .social-share-icon{border-right-style:solid;}
#module_483911670 .social-share-icon{border-right-width:0px;}
#module_483911670 .social-share-icon{border-bottom-color:#ccc;}
#module_483911670 .social-share-icon{border-bottom-style:solid;}
#module_483911670 .social-share-icon{border-bottom-width:0px;}
#module_483911670 .social-share-icon{border-left-color:#ccc;}
#module_483911670 .social-share-icon{border-left-style:solid;}
#module_483911670 .social-share-icon{border-left-width:0px;}
#module_483911670 .social-share-icon{background-color:transparent;}
#module_483911670 .social-share-icon{}
#module_483911670 .social-share-icon:hover{background-color:transparent;}
#module_483911670 .social-share-icon:hover{}
#module_483911670 .social-share-icon:hover{color:rgb(255, 255, 255);}
#module_483911670 .social-share-icon:hover{font-size:18px;}
#module_483911670 .social-share-icon:hover{border-top-color:#ccc;}
#module_483911670 .social-share-icon:hover{border-top-style:solid;}
#module_483911670 .social-share-icon:hover{border-top-width:0px;}
#module_483911670 .social-share-icon:hover{border-right-color:#ccc;}
#module_483911670 .social-share-icon:hover{border-right-style:solid;}
#module_483911670 .social-share-icon:hover{border-right-width:0px;}
#module_483911670 .social-share-icon:hover{border-bottom-color:#ccc;}
#module_483911670 .social-share-icon:hover{border-bottom-style:solid;}
#module_483911670 .social-share-icon:hover{border-bottom-width:0px;}
#module_483911670 .social-share-icon:hover{border-left-color:#ccc;}
#module_483911670 .social-share-icon:hover{border-left-style:solid;}
#module_483911670 .social-share-icon:hover{border-left-width:0px;}

.module_483911814 .ModuleHead .HeadCenter{float:none;}
#module_483911814 {
padding:0px;
}
#module_483911814 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483911814 .ModuleHead483911814 {
display:none;
}
#module_483911814 .BodyCenter.BodyCenter483911814 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483911814 >.module_483911814 {
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_483911814 >.module_483911814{
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_483911814 .BodyCenter.BodyCenter483911814 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483911814 .BodyCenter.BodyCenter483911814 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_483911814 >.module_483911814 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483911814 >.module_483911814 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483911814 >.module_483911814 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483911814:hover {
border:none;
}
#module_483911814:hover >.module_483911814 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483911814 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483911814 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483911814 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483911814 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483911814 .imageTextGiant-Container{padding-top:0px;}
#module_483911814 .imageTextGiant-Container{padding-bottom:0px;}
#module_483911814 .imageTextGiant-Container{padding-left:15px;}
#module_483911814 .imageTextGiant-Container{padding-right:10px;}
#module_483911814 .showHandle .btn{font-size:14px;}
#module_483911814 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_483911814 .showHandle .btn{color:#333;}
#module_483911814 .showHandle .btn{font-weight:400;}
#module_483911814 .showHandle .btn{text-decoration:none;}
#module_483911814 .showHandle .btn{font-style:normal;}
#module_483911814 .showHandle div{border-top-color:#ddd !important;}
#module_483911814 .showHandle div{border-top-style:solid !important;}
#module_483911814 .showHandle div{border-top-width:1px !important;}
#module_483911814 .showHandle{background-color:transparent;}
#module_483911814 .showHandle{background-image:none;}
#module_483911814 .showHandle{background-repeat:no-repeat;}
#module_483911814 .showHandle{}
#module_483911814 .showHandle{}
#module_483911814 .showHandle{}
#module_483911814 a{font-size:unset;font-family:unset}
.ModuleMobileNavGiant.layout-102 p{ color: #fff;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li a p{
    font-size: 15px;
    width:12rem;/*要显示文字的宽度*/
    overflow:hidden; /*超出的部分隐藏起来。*/
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;/* 支持 IE */
}
.ModuleMobileNavGiant.layout-102 .micro-nav-item{ background:#f84b14;height: calc(100vh);}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li{  color: #fff;  }
.ModuleMobileNavGiant.layout-102  .header-model{width: 100%; height: 3rem;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li a{padding: 0 25px; color: #fff; display: block;font-size: 15px;  height: 56px; border-bottom: 1px solid #fa825a; position: relative;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li i{ width:21px; line-height: 25PX; height: 25px;  display: inline-block; margin-right: 20px; position: absolute; top: 50%;  transform: translateY(-50%);}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li .home{  background: url("https://static.styles-sys.com/images/index.png") no-repeat left; background-size: 100% auto; }
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li .about-us{ background: url("https://static.styles-sys.com/images/about-us.png") no-repeat left;background-size: 100% auto;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li .product-center{  background: url("https://static.styles-sys.com/images/pro.png") no-repeat left;background-size: 100% auto;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li .news{ background: url("https://static.styles-sys.com/images/news.png") no-repeat left;background-size: 100% auto;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li .case{  background: url("https://static.styles-sys.com/images/anli.png") no-repeat left;background-size: 100% auto;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li p{ font-size: 15px;position: absolute; top: 50%; color: #fff; transform: translateY(-50%); margin-left: 2.06rem;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul#accordion>li.open>a .more {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    margin-top: -12px;
}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul  li ul .open .more {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    margin-top: -12px;
}
.ModuleMobileNavGiant.layout-102 .micro-nav-item::-webkit-scrollbar {  display: none;}
.ModuleMobileNavGiant.layout-102 .micro-nav,#accordion {  height: calc(100vh - 3rem);  }
.ModuleMobileNavGiant.layout-102 .micro-nav {  position: relative;  overflow: hidden;  }
.ModuleMobileNavGiant.layout-102 .micro-nav-item{  position: absolute; left: 0; width: 100%; overflow-x: hidden;overflow-y: scroll;height: calc(100%); }
.ModuleMobileNavGiant.layout-102 header { display: flex;  height:50px!important;  background: #f84b14;  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-102 header {  box-sizing: border-box;  width: 100%  }
.ModuleMobileNavGiant.layout-102 header {  position: fixed; top: 0;  text-align: center;z-index: 950; margin: 0 auto  }

.ModuleMobileNavGiant.layout-102 .micro-nav{ position: fixed; top: 50px;    width: 100%;display: none; z-index: 9999;}
.ModuleMobileNavGiant.layout-102 .micro-nav .more{ width: .5rem; height: 1.2rem; background: #fff; display: inline-block; position: absolute; left: 50%;top: 50%;  transform: translate(-50%,-50%); background: url("skinp/modules/ModuleMobileNavGiant/images/tubiao.png") no-repeat right; background-size: 100% auto;    transition: all 0.4s ease;}
.ModuleMobileNavGiant.layout-102 .subnav li{border-bottom-style: none !important;}
/*二级导航*/
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul ul li a{ display:block;padding-left: 78px; background: #ff6637; height: 56px; line-height: 56px;font-size: 15px;position:relative;}
.ModuleMobileNavGiant.layout-102 #header p img{ max-height: 40px;     padding-right: 8pt;
    padding-left: 8pt; /*padding-left:40px;margin-right: 8px; margin-left: 15px;*/}
.ModuleMobileNavGiant.layout-102 .navcontent{ width: calc(100% - 60px);display:flex;  margin-left: 50px;    margin-right: 8pt;}
.ModuleMobileNavGiant.layout-102 .navcontent a{  width: 56px; text-align: center;    display: block;}


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

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

.ModuleMobileNavGiant.layout-102 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}
@media only screen and (min-width: 768px){
    .ModuleMobileNavGiant.layout-102  #header,.ModuleMobileNavGiant.layout-102 .micro-nav-item{ display: none !important;}
    #mobileDesignerContainer #pagebody{  margin-top:0px;  }
    .ModuleMobileNavGiant.layout-102 .header-model{ display: none;}
}
/*三级导航*/
.ModuleMobileNavGiant.layout-102 .subnav .subnav a{padding-left: 131px;}

.ModuleMobileNavGiant.layout-102 .moreOpen{
    position: absolute;
    right: 9px;
    top: 50%;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
}
.ModuleMobileNavGiant.layout-102 #header p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}
.ModuleMobileNavGiant.layout-102 .icon-dianhua-moren{ font-weight: normal;}
.ModuleMobileNavGiant.layout-102 .icon-sousuo{ font-weight: 750;}.module_483172134 .ModuleHead .HeadCenter{float:none;}
#module_483172134 {
padding:0px;
}
#module_483172134 {
}
#module_483172134 .ModuleHead483172134 {
display:none;
}
#module_483172134 .BodyCenter.BodyCenter483172134 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483172134 >.module_483172134 {
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_483172134 >.module_483172134{
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_483172134 .BodyCenter.BodyCenter483172134 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483172134 .BodyCenter.BodyCenter483172134 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_483172134 >.module_483172134 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483172134 >.module_483172134 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483172134 >.module_483172134 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483172134:hover {
border:none;
}
#module_483172134:hover >.module_483172134 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483172134 .langlistbox{background-color:#fff} #module_483172134 .langlistbox .jt{border-bottom-color:#fff}
#module_483172134 .langlistbox .langinfo{color:#333333}
#module_483172134 .langlistbox .langinfo{background-color:#fff}
#module_483172134 .langlistbox .langinfo{border-color:#333333}
#module_483172134 .langlistbox .langtxt{ font-size:16px }
#module_483172134 .langlistbox .langtxt{ color:#333333 }
#module_483172134 {}#module_483172134.layout-102 #header{border-bottom-color:transparent;}
#module_483172134 {}#module_483172134.layout-102 #header{border-bottom-style:none;}
#module_483172134 {}#module_483172134.layout-102 #header{border-bottom-width:0px;}
#module_483172134 {}#module_483172134.layout-102 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_483172134 {}#module_483172134.layout-102 #MobileNav{background-color: transparent;} #module_483172134.layout-102 #header{background:rgb(86, 202, 191);}
#module_483172134 {}#module_483172134.layout-102 #header{}
#module_483172134 {}#module_483172134.layout-102 #header p{color:#fff;}
#module_483172134 {}#module_483172134.layout-102 .lcitem .rect{background:#fff;} #module_483172134.layout-102 .icons{color:#fff;} #module_483172134.layout-102 .svgdiv svg>*{fill:#fff;}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item ul li a{border-bottom-color:rgb(86, 202, 191);}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item{background-color:rgb(86, 202, 191);}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item{}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li>a{background:rgb(86, 202, 191);}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li>a{}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li>a,#module_483172134.layout-102 .micro-nav-item>ul>li>a p{color:rgb(255, 255, 255);}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li .subnav a{background:#272727;}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li .subnav a{}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li .subnav a,#module_483172134.layout-102 .micro-nav-item>ul>li .subnav a p{color:#e1e1e1;}
#module_483172134 {}#module_483172134.layout-102 #header p{font-family:Opensans;}
#module_483172134 {}#module_483172134.layout-102 #header p{font-size:20px;}
#module_483172134 {}#module_483172134.layout-102 #header p{font-weight:bold;}
#module_483172134 {}#module_483172134.layout-1012 #header p{text-decoration:none;}
#module_483172134 {}#module_483172134.layout-102 #header p{font-style:normal;}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li>a,#module_483172134.layout-102 .micro-nav-item>ul>li>a p{font-family:Opensans;}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li>a,#module_483172134.layout-102 .micro-nav-item>ul>li>a p{font-size:15px;}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li .subnav a,#module_483172134.layout-102 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li .subnav a,#module_483172134.layout-102 .micro-nav-item>ul>li .subnav a p{font-size:15px;}
#module_483172134 .langlistbox li:hover .langinfo,#module_483172134 .langactive .langinfo {color:#fff}
#module_483172134 .langlistbox li:hover .langinfo,#module_483172134 .langactive .langinfo{background-color:#333333}
#module_483172134 .langlistbox li:hover .langinfo,#module_483172134 .langactive .langinfo{border-color:#333333}
#module_483172134 .langlistbox li:hover .langtxt,#module_483172134 .langactive .langtxt{ color:#333333 }
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li>a:hover,#module_483172134.layout-102 .micro-nav-item>ul>li.active>a:hover{background:rgb(75, 188, 177);}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li>a:hover,#module_483172134.layout-102 .micro-nav-item>ul>li.active>a:hover{}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li.active>a:hover p,#module_483172134.layout-102 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li .subnav a:hover,#module_483172134.layout-102 .micro-nav-item>ul>li .subnav li.active>a:hover{background:#353535;}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li .subnav a:hover,#module_483172134.layout-102 .micro-nav-item>ul>li .subnav li.active>a:hover{}
#module_483172134 {}#module_483172134.layout-102 .micro-nav-item>ul>li .subnav li.active a:hover p,#module_483172134.layout-102 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16);
    color: #666;
    box-sizing: content-box;
    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_483172135 .ModuleHead .HeadCenter{float:none;}
#module_483172135 {
padding:0px;
}
#module_483172135 {
}
#module_483172135 .ModuleHead0 {
display:none;
}

#module_483172135 .defaultbtn{background-color:#fff}
#module_483172135 .defaultbtn{}
#module_483172135 .spotgroup{color:#000}
#module_483172135 .itembtn{background-color:#fff}
#module_483172135 .itembtn{}
#module_483172135 .itemicon{color:#666} #module_483172135 svg>*{fill:#666}
#module_483172135 .itemtext{background-color:#fff} #module_483172135 .itemtextright::before{border-left-color:#fff} #module_483172135 .itemtextleft::before{border-right-color:#fff}
#module_483172135 .itemtext{}
#module_483172135 .itemtext{font-size:12px;}
#module_483172135 .itemtext{font-family:;}
#module_483172135 .itemtext{color:#666 !important;}
#module_483172135 .itemtext{font-weight:normal;}
#module_483172135 .itemtext{text-decoration:none;}
#module_483172135 .itemtext{font-style:normal;}
#module_483172135 .defaultbtnbghover{background-color:#000000}
#module_483172135 .defaultbtnbghover{}
#module_483172135 .defaultbtniconbghover{color:#fff}
.module_483172136 .ModuleHead .HeadCenter{float:none;}
#module_483172136 {
padding:0px;
}
#module_483172136 {
}
#module_483172136 .ModuleHead483172136 {
display:none;
}
#module_483172136 .BodyCenter.BodyCenter483172136 {
background:none;background-color:rgba(0,0,0,0);
}
#module_483172136 >.module_483172136 {
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_483172136 >.module_483172136{
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_483172136 .BodyCenter.BodyCenter483172136 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483172136 .BodyCenter.BodyCenter483172136 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_483172136 >.module_483172136 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_483172136 >.module_483172136 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483172136 >.module_483172136 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483172136:hover {
border:none;
}
#module_483172136:hover >.module_483172136 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483172136 .foot-nav-list{background-color:rgb(255, 255, 255) !important;}
#module_483172136 .foot-nav-list{border-top-color:transparent;}
#module_483172136 .foot-nav-list{border-top-style:none;}
#module_483172136 .foot-nav-list{border-top-width:0px;}
#module_483172136 #MobileFootNav{box-shadow:0px -1px 5px 1px rgba(0, 0, 0, 0.05);}
#module_483172136 .icon{color:rgb(86, 202, 191) !important;} #module_483172136 .icon svg >*{fill:rgb(86, 202, 191)}
#module_483172136 .itemText{font-size:12px;}
#module_483172136 .itemText{font-family:Opensans;}
#module_483172136 .itemText{color:rgb(86, 202, 191) !important;}
#module_483172136 .itemText{font-weight:normal;}
#module_483172136 .itemText{text-decoration:none;}
#module_483172136 .itemText{font-style:normal;}
#module_483172136 .iconh{color:rgb(86, 202, 191) !important;}  #module_483172136 .iconh svg >*{fill:rgb(86, 202, 191)}
#module_483172136 .itemTexth{font-size:12px;}
#module_483172136 .itemTexth{font-family:Opensans;}
#module_483172136 .itemTexth{color:rgb(86, 202, 191) !important;}
#module_483172136 .itemTexth{font-weight:normal;}
#module_483172136 .itemTexth{text-decoration:none;}
#module_483172136 .itemTexth{font-style:normal;}
