/*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_483573963 .ModuleHead .HeadCenter{float:none;}
#module_483573963 {
padding:0px;
}
#module_483573963 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_483573963 .ModuleHead483573963 {
display:none;
}
#module_483573963 .BodyCenter.BodyCenter483573963 {
background:none;background-color:rgb(247, 247, 247);
}
#module_483573963 >.module_483573963 {
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_483573963 >.module_483573963{
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_483573963 .BodyCenter.BodyCenter483573963 {
padding-top:3.2051%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.2051%;
}
}
@media screen and (max-width: 767px){
#module_483573963 .BodyCenter.BodyCenter483573963 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483573963 >.module_483573963 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483573963 >.module_483573963 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483573963 >.module_483573963 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483573963:hover {
border:none;
}
#module_483573963:hover >.module_483573963 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483573963 .ModuleSubContainer{background-color:transparent;}
#module_483573963 .ModuleSubContainer{background-image:none;}
#module_483573963 .ModuleSubContainer{background-repeat:no-repeat;}
#module_483573963 .ModuleSubContainer{background-position:0% 0%;}
#module_483573963 .ModuleSubContainer{background-attachment:scroll;}
#module_483573963 .ModuleSubContainer{}
#module_483573963 {!bgVideo!}{bgVideoUrl:}
#module_483573963 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_483573963 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_483573963 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer483573963 {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_483573979 .ModuleHead .HeadCenter{float:none;}
#module_483573979 {
padding:0px;
}
#module_483573979 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_483573979 .ModuleHead483573979 {
display:none;
}
#module_483573979 .BodyCenter.BodyCenter483573979 {
background:none;background-color:rgb(255, 255, 255);
}
#module_483573979 >.module_483573979 {
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_483573979 >.module_483573979{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_483573979 .BodyCenter.BodyCenter483573979 {
padding-top:0.0000%;
padding-left:0.8333%;
padding-right:1.6667%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483573979 .BodyCenter.BodyCenter483573979 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483573979 >.module_483573979 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483573979 >.module_483573979 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483573979 >.module_483573979 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483573979:hover {
border:none;
}
#module_483573979:hover >.module_483573979 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483573979 .BreadIcon{font-size:16px;} #module_483573979 .BreadsvgIcon svg{width:16px;height:16px;}
#module_483573979 .BreadIcon{color:#666;} #module_483573979 .BreadsvgIcon svg>*{fill:#666;}
#module_483573979 .BreadIcon,#module_483573979 .BreadsvgIcon{margin-left:0px;}
#module_483573979 .BreadIcon,#module_483573979 .BreadsvgIcon{margin-right:10px;}
#module_483573979 .bcs-item,#module_483573979 .bcs-item a{font-size:12px;}
#module_483573979 .bcs-item,#module_483573979 .bcs-item a{font-family:微软雅黑,Microsoft YaHei;}
#module_483573979 .bcs-item,#module_483573979 .bcs-item a{color:#333;}
#module_483573979 .bcs-item,#module_483573979 .bcs-item a{font-weight:normal;}
#module_483573979 .bcs-item,#module_483573979 .bcs-item a{text-decoration:none;}
#module_483573979 .bcs-item,#module_483573979 .bcs-item a{font-style:normal;}
#module_483573979 .breadcrumb{text-align:left;}
#module_483573979 .breadcrumb .separator{margin-left:10px;margin-right:10px;}
#module_483573979 .breadcrumb .separator{font-size:12px;}
#module_483573979 .breadcrumb .separator{font-family:微软雅黑,Microsoft YaHei;}
#module_483573979 .breadcrumb .separator{color:#333;}
#module_483573979 .breadcrumb .separator{font-weight:normal;}
#module_483573979 .breadcrumb .separator{text-decoration:none;}
#module_483573979 .breadcrumb .separator{font-style:normal;}
#module_483573979 .breadcrumb:hover .BreadIcon{color:#666} #module_483573979 .breadcrumb:hover .BreadsvgIcon svg>*{fill:#666;}
#module_483573979 .bcs-item:hover,#module_483573979 .bcs-item a:hover{font-size:12px;}
#module_483573979 .bcs-item:hover,#module_483573979 .bcs-item a:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_483573979 .bcs-item:hover,#module_483573979 .bcs-item a:hover{color:#333;}
#module_483573979 .bcs-item:hover,#module_483573979 .bcs-item a:hover{font-weight:normal;}
#module_483573979 .bcs-item:hover,#module_483573979 .bcs-item a:hover{text-decoration:none;}
#module_483573979 .bcs-item:hover,#module_483573979 .bcs-item a:hover{font-style:normal;}


/*����*/
/*layout-102*/
.ModuleNewsDetailGiant.layout-102 .news-details-top{ border-bottom: 1px solid #e5e5e5;}
.ModuleNewsDetailGiant.layout-102 .news-details-title{line-height: 1.5; font-size: 30px; color: #333; padding: 60px 0 19px 0; }
.ModuleNewsDetailGiant.layout-102 .news-details-small{ padding-bottom: 24px;}
.ModuleNewsDetailGiant.layout-102 .news-details-small p{ display: inline-block; padding-left: 13px; color: #666;}
.ModuleNewsDetailGiant.layout-102 .news-details-desc{ margin: 29px 0; padding: 15px; background: #f5f5f5; color: #666666;line-height: 24px;}
.ModuleNewsDetailGiant.layout-102  .news-details-bottom-title{ padding: 29px 0; color: #333333; border-top: 1px solid #e5e5e5;}
.ModuleNewsDetailGiant.layout-102 .news-details-recommend{ font-size: 18px; font-weight: 600; padding: 13px 20px; background: #f4f4f4;}
.ModuleNewsDetailGiant.layout-102 .news-details-tit{ padding-top: 15px;}
.ModuleNewsDetailGiant.layout-102 .news-details-tit a{    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; display: block; margin-left: 20px; padding-left: 18px; padding-bottom: 9px; color: #666666; position: relative;}
.ModuleNewsDetailGiant.layout-102 .news-details-tit a:hover{ text-decoration: underline; color: #333;}
.ModuleNewsDetailGiant.layout-102 .news-details-tit a:before{ content: ""; display: block; position: absolute; top: 30%; left: 0px; width: 4px; height: 4px; background: #999;}
.ModuleNewsDetailGiant.layout-102 .news-details-item{ width: 90%; margin: 0 auto;}
.ModuleNewsDetailGiant.layout-102 .news-details-item .more{cursor: pointer;text-align: center;padding: 35px 0 20px 0;border-bottom: 1px solid #eee;}
.ModuleNewsDetailGiant.layout-102 .news-details-bottom-title{border-top: 0;padding:15px 0 25px;}
.ModuleNewsDetailGiant.layout-102 .news-details-bottom-title a{font-size: 14px}
.ModuleNewsDetailGiant.layout-102  .showlike {
    min-width: 64px;
    /* border: 1px solid #cccccc; */
    border-radius: 16px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;

}
.ModuleNewsDetailGiant.layout-102 .news-details-item .share-pc {
    display: block;
}
 .ModuleNewsDetailGiant.layout-102 .news-details-item .share-mobile {
    display: none;
}
/*标签*/
.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark{text-align: left;width: 100%;height:auto;white-space:nowrap;padding: 50px 0px 0px;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark{padding: 30px 15px 0px;}
}

.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark label{
    float: left;
    padding-right: 15px;
    color: #666;
    font-weight: normal;
    height: 100%;
    margin: 0;
    line-height: 32px;
    margin-bottom: -12px;
}
.ModuleNewsDetailGiant.layout-102 .news-details-small{font-size: 11px}
.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul{display:block;margin:0; padding:0;width: 90%;overflow: hidden;margin-top: -12px;}
.ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul li{display:inline;margin-right:10px;float: left;
    text-align: center;
    line-height: 32px;
    /*width: 86px;*/
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 12px;
    background: rgb(233,233,233);}
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul li a{font-size: 0.875rem;color:#666;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 11px;}
.ModuleNewsDetailGiant.layout-102  .showlike {
    min-width: 82px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
}
.ModuleNewsDetailGiant.layout-102 .next,
.ModuleNewsDetailGiant.layout-102 .prev{display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
@media only screen and (max-width: 479px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item{ width: 92%; margin: 0 auto;}
    .ModuleNewsDetailGiant.layout-102 .news-details-title{  font-size: 18px; color: #333; padding: 20px 0 10px 0; }
    .ModuleNewsDetailGiant.layout-102 .news-details-small{  font-size: 12px;}
    .p-2{ width: 100%; margin-top: 10px;}
    .ModuleNewsDetailGiant.layout-102 .news-details-recommend{ font-size: 16px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item{ width: 92%; margin: 0 auto;}
}
/*分享样式*/
.ModuleNewsDetailGiant.layout-102 .news-details-item .shareitem{align-items: center;justify-content: space-between;padding: 20px 0 ;align-items: center;border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleNewsDetailGiant.layout-102 .news-details-item .share li{float:left;}
.ModuleNewsDetailGiant.layout-102 .news-details-item .share .shareitem{width: 24px;height: 24px;margin-left:8px;cursor: pointer;}
.ShareIcon{position: absolute;top: -9999px;}
@media only screen and (max-width: 991px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-news-mobile{display:block;}
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-news-pc{display:none;}
}
@media only screen and (min-width: 992px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-news-mobile{display:none;}
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-news-pc{display:block;}
}

/*PC端与移动端评论展示样式*/
@media only screen and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-102 .news-details-item .share-pc {
        display: none !important;
    }
     .ModuleNewsDetailGiant.layout-102 .news-details-item .share-mobile {
        display: block !important;
    }
	/* .ModuleNewsDetailGiant.layout-102 .news-details-item .news-comment{display: none;}
	.ModuleNewsDetailGiant.layout-102 .news-details-item .newsmobile-comment{display: block;} */
	.ModuleNewsDetailGiant.layout-102 .news-details-item .g-flexview .g-scrollview .row{margin-right: 0px; margin-left: 0px;}

    .ModuleNewsDetailGiant.layout-102 .news-details-bottom-title{padding: 10px 0 25px}
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul li a{font-size: 14px;}
    .PrevNext .next{padding: 15px}
    .PrevNext{padding:0;}
    .ModuleNewsDetailGiant.layout-102 .news-details-recommend{padding: 10px 20px;}
    .ModuleNewsDetailGiant.layout-102 .news-details-tit a{font-size: 14px;width: 100% !important;
        margin: 0;}
    .ModuleNewsDetailGiant.layout-102 .p-1 {width: 100%;}
    .ModuleNewsDetailGiant.layout-102 .next,
    .ModuleNewsDetailGiant.layout-102 .prev{display: block; max-width: 100%;}
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul{width: 100%}
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark{     white-space:normal; padding-top: 20px; }
    .ModuleNewsDetailGiant.layout-102 .news-details-item .Mark ul li{
        width: auto;
        display:inline-block;
        float: inherit;
        margin-right: auto;
    }
}
@media only screen and (min-width: 768px) {
	/* .ModuleNewsDetailGiant.layout-102 .news-comment{display: block;}
    .ModuleNewsDetailGiant.layout-102 .newsmobile-comment{display: none;} */
    .ModuleNewsDetailGiant.layout-102 .next,
    .ModuleNewsDetailGiant.layout-102 .prev{ max-width: 300px;}

}

.module_483573962 .ModuleHead .HeadCenter{float:none;}
#module_483573962 {
padding:0px;
}
#module_483573962 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483573962 .ModuleHead483573962 {
display:none;
}
#module_483573962 .BodyCenter.BodyCenter483573962 {
background:none;background-color:rgb(255, 255, 255);
}
#module_483573962 >.module_483573962 {
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_483573962 >.module_483573962{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
@media screen and (min-width: 768px){
#module_483573962 .BodyCenter.BodyCenter483573962 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483573962 .BodyCenter.BodyCenter483573962 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_483573962 >.module_483573962 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:2.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483573962 >.module_483573962 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_483573962 >.module_483573962 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483573962:hover {
border:none;
}
#module_483573962:hover >.module_483573962 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483573962 .bgcolor,#module_483573962 .mobileshare{background-color:#000;}
#module_483573962 .youart .recmsg{font-size:16px;}
#module_483573962 .youart .recmsg{font-family:微软雅黑,Microsoft YaHei;}
#module_483573962 .youart .recmsg{color:#666;}
#module_483573962 .youart .recmsg{font-weight:normal;}
#module_483573962 .youart .recmsg{text-decoration:none;}
#module_483573962 .youart .recmsg{font-style:normal;}
#module_483573962 .youart .yabtn{background-color:#f84b4b;}
#module_483573962 .youart .yabtn{color:#fff;}
#module_483573962 .youart .rectext:before,#module_483573962 .youart .rectext:after{background-color:#ccc;}
#module_483573962 .youart .rectext{color:#999;}
#module_483573962 .news-details-recommend{font-size:18px;}
#module_483573962 .news-details-recommend{font-family:微软雅黑,Microsoft YaHei;}
#module_483573962 .news-details-recommend{color:#999;}
#module_483573962 .news-details-recommend{font-weight:bold;}
#module_483573962 .news-details-recommend{text-decoration:none;}
#module_483573962 .news-details-recommend{font-style:normal;}
#module_483573962 .news-details-recommend{background-color:#f4f4f4;}
#module_483573962 .news-details-tit a{font-size:16px;}
#module_483573962 .news-details-tit a{font-family:微软雅黑,Microsoft YaHei;}
#module_483573962 .news-details-tit a{color:#999;}
#module_483573962 .news-details-tit a{font-weight:normal;}
#module_483573962 .news-details-tit a{text-decoration:none;}
#module_483573962 .news-details-tit a{font-style:normal;}
#module_483573962 .news-details-desc{font-size:14px;}
#module_483573962 .news-details-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_483573962 .news-details-desc{color:#666;}
#module_483573962 .news-details-desc{font-weight:normal;}
#module_483573962 .news-details-desc{text-decoration:none;}
#module_483573962 .news-details-desc{font-style:normal;}
#module_483573962 .news-details-desc{background-color:#f2f4f6;}
#module_483573962 .share .tips{color:#959595;}
#module_483573962  .news-details-item .more,#module_483573962 .news-details-item .shareitem{border-bottom-color:#E9E9E9;}
#module_483573962  .news-details-item .more, #module_483573962 .news-details-item .Mark,#module_483573962 .news-details-item .Mark ul li a{color:#959595;}
#module_483573962 .news-details-top{border-bottom-width:1px;}
#module_483573962 .news-details-top{border-bottom-Color:#e5e5e5;}
#module_483573962 .news-details-top{border-bottom-Style:solid;}
#module_483573962 .Source span{font-size:12px;}
#module_483573962 .Source span{font-family:微软雅黑,Microsoft YaHei;}
#module_483573962 .Source span{color:#838383;}
#module_483573962 .Source span{font-weight:normal;}
#module_483573962 .Source span{text-decoration:none;}
#module_483573962 .Source span{font-style:normal;}
#module_483573962 .Author span{font-size:12px;}
#module_483573962 .Author span{font-family:微软雅黑,Microsoft YaHei;}
#module_483573962 .Author span{color:#838383;}
#module_483573962 .Author span{font-weight:normal;}
#module_483573962 .Author span{text-decoration:none;}
#module_483573962 .Author span{font-style:normal;}
#module_483573962 .news-details-small .PublishTime span{font-size:12px;}
#module_483573962 .news-details-small .PublishTime span{font-family:微软雅黑,Microsoft YaHei;}
#module_483573962 .news-details-small .PublishTime span{color:#838383;}
#module_483573962 .news-details-small .PublishTime span{font-weight:normal;}
#module_483573962 .news-details-small .PublishTime span{text-decoration:none;}
#module_483573962 .news-details-small .PublishTime span{font-style:normal;}
#module_483573962 .news-details-small .Hits span{font-size:12px;}
#module_483573962 .news-details-small .Hits span{font-family:微软雅黑,Microsoft YaHei;}
#module_483573962 .news-details-small .Hits span{color:#838383;}
#module_483573962 .news-details-small .Hits span{font-weight:normal;}
#module_483573962 .news-details-small .Hits span{text-decoration:none;}
#module_483573962 .news-details-small .Hits span{font-style:normal;}
#module_483573962 .news-details-item{max-width:1200px;}
#module_483573962 .mobile-share{font-family:微软雅黑,Microsoft YaHei;}
#module_483573962 .mobile-share span{color:#999;}
#module_483573962 .mobile-share{font-weight:normal;}
#module_483573962 .mobile-share{text-decoration:none;}
#module_483573962 .mobile-share{font-style:normal;}
#module_483573962 .news-details-title{font-size:40px;}
#module_483573962 .news-details-title{font-family:Opensans;}
#module_483573962 .news-details-title{color:#333333;}
#module_483573962 .news-details-title{font-weight:bold;}
#module_483573962 .news-details-title{text-decoration:none;}
#module_483573962 .news-details-title{font-style:normal;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{border-top-color:#B9B9B9;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{border-top-style:solid;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{border-top-width:1px;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{border-right-color:#B9B9B9;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{border-right-style:solid;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{border-right-width:1px;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{border-bottom-color:#B9B9B9;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{border-bottom-style:solid;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{border-bottom-width:1px;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{border-left-color:#B9B9B9;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{border-left-style:solid;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{border-left-width:1px;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{background-color:transparent;}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share{}
#module_483573962 .social-share-icon,#module_483573962 .mobile-share .icon-fenxiang4{color:#959595;}
#module_483573962 .showlike>span,#module_483573962 .showlike .icon-dianzan{font-size:20px;}
#module_483573962 .showlike>span,#module_483573962 .showlike .icon-dianzan{font-family:微软雅黑,Microsoft YaHei;}
#module_483573962 .showlike>span{color:#999;}
#module_483573962 .showlike>span,#module_483573962 .showlike .icon-dianzan{font-weight:normal;}
#module_483573962 .showlike>span,#module_483573962 .showlike .icon-dianzan{text-decoration:none;}
#module_483573962 .showlike>span,#module_483573962 .showlike .icon-dianzan{font-style:normal;}
#module_483573962 .showlike{border-top-color:#ccc;}
#module_483573962 .showlike{border-top-style:solid;}
#module_483573962 .showlike{border-top-width:1px;}
#module_483573962 .showlike{border-right-color:#ccc;}
#module_483573962 .showlike{border-right-style:solid;}
#module_483573962 .showlike{border-right-width:1px;}
#module_483573962 .showlike{border-bottom-color:#ccc;}
#module_483573962 .showlike{border-bottom-style:solid;}
#module_483573962 .showlike{border-bottom-width:1px;}
#module_483573962 .showlike{border-left-color:#ccc;}
#module_483573962 .showlike{border-left-style:solid;}
#module_483573962 .showlike{border-left-width:1px;}
#module_483573962 .showlike {background-color:transparent;}
#module_483573962 .showlike{}
#module_483573962 .showlike .icon-dianzan{color:#999;}
#module_483573962 .btn-addcomment,#module_483573962 .btncommit-mobile{background-color:#000;}  #module_483573962 .commentList .icon-dianzan:hover,#module_483573962 .dianzanhighlight,#module_483573962 .commentList .reply:hover, #module_483573962 .submore,#module_483573962 .btn-loadmore{color:#000;} 
#module_483573962 .btn-addcomment,#module_483573962 .btncommit-mobile{color:#fff;}
#module_483573962 .news-details-bottom .prev a, #module_483573962 .news-details-bottom .next a{font-size:14px;}
#module_483573962 .news-details-bottom .prev a, #module_483573962 .news-details-bottom .next a{font-family:微软雅黑,Microsoft YaHei;}
#module_483573962 .news-details-bottom .prev a, #module_483573962 .news-details-bottom .next a{color:#333;}
#module_483573962 .news-details-bottom .prev a, #module_483573962 .news-details-bottom .next a{font-weight:none;}
#module_483573962 .news-details-bottom .prev a,#module_483573962 .news-details-bottom .next a{text-decoration:none;}
#module_483573962 .news-details-bottom .prev a, #module_483573962 .news-details-bottom .next a{font-style:normal;}
#module_483573962 .showlike:hover>span,#module_483573962 .showlike:hover .icon-dianzan{font-size:20px;}
#module_483573962 .showlike:hover>span,#module_483573962 .showlike:hover .icon-dianzan{font-family:微软雅黑,Microsoft YaHei;}
#module_483573962 .showlike:hover>span{color:#FFAA00;}
#module_483573962 .showlike:hover>span,#module_483573962 .showlike:hover .icon-dianzan{font-weight:normal;}
#module_483573962 .showlike:hover>span,#module_483573962 .showlike:hover .icon-dianzan{text-decoration:none;}
#module_483573962 .showlike:hover>span,#module_483573962 .showlike:hover .icon-dianzan{font-style:normal;}
#module_483573962 .showlike:hover{border-top-color:transparent;}
#module_483573962 .showlike:hover{border-top-style:none;}
#module_483573962 .showlike:hover{border-top-width:0px;}
#module_483573962 .showlike:hover{border-right-color:transparent;}
#module_483573962 .showlike:hover{border-right-style:none;}
#module_483573962 .showlike:hover{border-right-width:0px;}
#module_483573962 .showlike:hover{border-bottom-color:transparent;}
#module_483573962 .showlike:hover{border-bottom-style:none;}
#module_483573962 .showlike:hover{border-bottom-width:0px;}
#module_483573962 .showlike:hover{border-left-color:transparent;}
#module_483573962 .showlike:hover{border-left-style:none;}
#module_483573962 .showlike:hover{border-left-width:0px;}
#module_483573962 .showlike:hover{background-color:#FFECC6;background-image:none}
#module_483573962 .showlike:hover{}
#module_483573962 .showlike:hover .icon-dianzan{color:#FFAA00;}

.module_483573974 .ModuleHead .HeadCenter{float:none;}
#module_483573974 {
padding:0px;
}
#module_483573974 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_483573974 .ModuleHead483573974 {
display:none;
}
#module_483573974 .BodyCenter.BodyCenter483573974 {
background:none;background-color:rgb(255, 255, 255);
}
#module_483573974 >.module_483573974 {
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_483573974 >.module_483573974{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_483573974 .BodyCenter.BodyCenter483573974 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483573974 .BodyCenter.BodyCenter483573974 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_483573974 >.module_483573974 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483573974 >.module_483573974 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483573974 >.module_483573974 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483573974:hover {
border:none;
}
#module_483573974:hover >.module_483573974 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483573974 .ModuleImageTextGiantContent{margin-top:0px;}
#module_483573974 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_483573974 .ModuleImageTextGiantContent{margin-left:0px;}
#module_483573974 .ModuleImageTextGiantContent{margin-right:0px;}
#module_483573974 .imageTextGiant-Container{padding-top:10px;}
#module_483573974 .imageTextGiant-Container{padding-bottom:10px;}
#module_483573974 .imageTextGiant-Container{padding-left:15px;}
#module_483573974 .imageTextGiant-Container{padding-right:15px;}
#module_483573974 .showHandle .btn{font-size:14px;}
#module_483573974 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_483573974 .showHandle .btn{color:#333;}
#module_483573974 .showHandle .btn{font-weight:400;}
#module_483573974 .showHandle .btn{text-decoration:none;}
#module_483573974 .showHandle .btn{font-style:normal;}
#module_483573974 .showHandle div{border-top-color:#ddd !important;}
#module_483573974 .showHandle div{border-top-style:solid !important;}
#module_483573974 .showHandle div{border-top-width:1px !important;}
#module_483573974 .showHandle{background-color:transparent;}
#module_483573974 .showHandle{background-image:none;}
#module_483573974 .showHandle{background-repeat:no-repeat;}
#module_483573974 .showHandle{}
#module_483573974 .showHandle{}
#module_483573974 .showHandle{}
#module_483573974 a{font-size:unset;font-family:unset}
/*内容*/
.ModuleNewsListGiant.layout-105 .news-container{ width: 100%; margin: 0 auto;}
.ModuleNewsListGiant.layout-105 .news-item{ padding: 14px; border-bottom: 1px dotted #ccc;}
.ModuleNewsListGiant.layout-105 .news-item a{display: block;}
.ModuleNewsListGiant.layout-105 .news-item .news-con{  width:65%;}
.ModuleNewsListGiant.layout-105 .news-item .news-con .news-title{ font-size: 20px; color: #333333;}
.ModuleNewsListGiant.layout-105 .news-item .news-con .news-desc{ font-size: 14px; color: #999999; padding-top: 3px;overflow:hidden;  text-overflow:ellipsis;  -o-text-overflow:ellipsis;  -webkit-text-overflow:ellipsis;  -moz-text-overflow:ellipsis;}
.ModuleNewsListGiant.layout-105 .news-img .dummy {padding-top: 77.5%;}
.ModuleNewsListGiant.layout-105 .w100{width:100% !important} 
.ModuleNewsListGiant.layout-105 .news-container .news-img{
	transition: all .3s ease-out;
	width: 20%;
	overflow: hidden;
	clear: both;
	position: relative;
	list-style-type: none;
	display: block;
	overflow: hidden;
	max-width: 100%;
	margin: auto;
	margin-right: 5%;
}
.ModuleNewsListGiant.layout-105 time{
	display: block;
    margin-top: 10px;
    margin-bottom: 14px;
}
.ModuleNewsListGiant.layout-105 .news-container .news-img img{
	transition: all .3s ease-out;
	position: absolute;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	margin:auto;
	padding: auto;
	display: block;
}

.ModuleNewsListGiant.layout-105 .news-detailbtn span{transition: all .3s ease-out ;}
.ModuleNewsListGiant.layout-105 .news-detailbtn{ width: 108px; display: block; cursor: pointer; height: 30px;margin-top: 20px;background: #fff; transition: all .3s ease-out 0s; position: relative;box-shadow: 0px 0px 2px rgba(0,0,0,.2);font-size: 11px; color: #999; line-height: 30px; text-align: center;}
.ModuleNewsListGiant.layout-105 .news-detailbtn::before{  opacity:0;content: "";transition: all .3s ease-out ; transition: all .3s ease-out ; width: 32px;height: 32px; display: block; position: absolute;     top: -1px;right: 0; background: #000;}
.ModuleNewsListGiant.layout-105 .news-detailbtn::after{   opacity:0; content: ""; background: url("skinp/modules/ModuleNewsListGiant/images/layout-105/icon.png") no-repeat center; position: absolute;top: 4px;right: 7px;width: 20px; height: 20px; display: block;}
.ModuleNewsListGiant.layout-105 .label-box {font-size: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ModuleNewsListGiant.layout-105 .news-label {display: inline-block; font-size: 12px; color: #999; padding: 3px 12px; line-height: 1; background: #eee; margin-top: 2px; margin-right: 10px;}
.ModuleNewsListGiant.layout-105 .videobox .Mantle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-105 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
	.ModuleNewsListGiant.layout-105 .news-desc {
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		/* white-space: nowrap; */
		/* display: block !important; */
	}

	.ModuleNewsListGiant.layout-105 .news-detailbtn {
		display: none;
	}

	.ModuleNewsListGiant.layout-105 .news-container .news-img {
		overflow: hidden;
		transition: all .3s ease-out;
		width: 35%;
	}

	.ModuleNewsListGiant.layout-105 .news-item .news-con {
		width: 60%;
	}
}

@media (min-width: 768px) {
	.ModuleNewsListGiant.layout-105 .news-item:hover .news-img img {
		-webkit-transform:scale(1.2);
		transform:translate(-50%, -50%) scale(1.2);
		transition: all .3s ease-out;
	}

	.ModuleNewsListGiant.layout-105 .news-detailbtn:hover::before {
		opacity: 1;
		cursor: pointer;
	}

	.ModuleNewsListGiant.layout-105 .news-detailbtn:hover::after {
		opacity: 1;
		cursor: pointer;
	}

	.ModuleNewsListGiant.layout-105 .news-detailbtn:hover span {
		margin-left: -30px;
	}
}


/*置顶推荐*/
.ModuleNewsListGiant.layout-105 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}
.ModuleNewsListGiant.layout-105 .pagerGiant .inputer{outline: 0;}.module_483573972 .ModuleHead .HeadCenter{float:none;}
#module_483573972 {
padding:0px;
}
#module_483573972 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_483573972 .ModuleHead483573972 {
display:none;
}
#module_483573972 .BodyCenter.BodyCenter483573972 {
background:none;background-color:rgb(255, 255, 255);
}
#module_483573972 >.module_483573972 {
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_483573972 >.module_483573972{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
@media screen and (min-width: 768px){
#module_483573972 .BodyCenter.BodyCenter483573972 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483573972 .BodyCenter.BodyCenter483573972 {
padding-top:0.0000%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_483573972 >.module_483573972 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_483573972 >.module_483573972 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_483573972 >.module_483573972 {box-shadow: 0px 0px 0px 0px #ccc}
#module_483573972:hover {
border:none;
}
#module_483573972:hover >.module_483573972 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_483573972 .news-item{padding-left:px;}
#module_483573972 .news-item{padding-right:px;}
#module_483573972 .news-item{padding-top:17px;}
#module_483573972 .news-item{padding-bottom:13px;}
#module_483573972 .videobox .iconfont{font-size:66px;}
#module_483573972 {}@media (max-width: 767px) { #module_483573972 .videobox .iconfont{font-size:44px;}}
#module_483573972 .news-item.even{background-color:#ffffff;}
#module_483573972 .news-item.even{background-image:none;}
#module_483573972 .news-item.even{background-repeat:no-repeat;}
#module_483573972 .news-item.even{}
#module_483573972 .news-item.even{}
#module_483573972 .news-item.even{}
#module_483573972 .news-item.odd{background-color:#ffffff;}
#module_483573972 .news-item.odd{background-image:none;}
#module_483573972 .news-item.odd{background-repeat:no-repeat;}
#module_483573972 .news-item.odd{}
#module_483573972 .news-item.odd{}
#module_483573972 .news-item.odd{}
#module_483573972 .news-item{border-bottom-color:#ccc;}
#module_483573972 .news-item{border-bottom-style:dashed;}
#module_483573972 .news-item{border-bottom-width:0px;}
#module_483573972 .news-img .dummy{background-color:transparent;}
#module_483573972 .news-img .dummy{background-image:none;}
#module_483573972 .news-img .dummy{background-repeat:no-repeat;}
#module_483573972 .news-img .dummy{}
#module_483573972 .news-img .dummy{}
#module_483573972 .news-img .dummy{}
#module_483573972 .news-img{border-top-left-radius:0px;}
#module_483573972 .news-img{border-top-right-radius:0px;}
#module_483573972 .news-img{border-bottom-left-radius:0px;}
#module_483573972 .news-img{border-bottom-right-radius:0px;}
#module_483573972 .news-img{border-top-color:transparent;}
#module_483573972 .news-img{border-top-style:none;}
#module_483573972 .news-img{border-top-width:0px;}
#module_483573972 .news-img{border-right-color:transparent;}
#module_483573972 .news-img{border-right-style:none;}
#module_483573972 .news-img{border-right-width:0px;}
#module_483573972 .news-img{border-bottom-color:transparent;}
#module_483573972 .news-img{border-bottom-style:none;}
#module_483573972 .news-img{border-bottom-width:0px;}
#module_483573972 .news-img{border-left-color:transparent;}
#module_483573972 .news-img{border-left-style:none;}
#module_483573972 .news-img{border-left-width:0px;}
#module_483573972 .news-img{width:30%;} #module_483573972 .news-con{width:calc(100% - 30% - 7%);}
#module_483573972 {}@media (max-width: 767px) {#module_483573972 .news-img{width:30%;} #module_483573972 .news-con{width:calc(100% - 30% - 7%);}}
#module_483573972 .news-img .dummy{padding-top:75%;}
#module_483573972 .news-img .t-img{ object-fit:cover;}
#module_483573972 .news-img .t-img{ width:100%;}
#module_483573972 .news-img .t-img{ height:100%;}
#module_483573972 .news-img .t-img{border-radius:0px;}
#module_483573972 .news-title{font-size:20px;line-height:20pt;}
#module_483573972 .news-title{font-family:Opensans;}
#module_483573972 .news-title{color:#333;}
#module_483573972 .news-title{font-weight:normal;}
#module_483573972 .news-title{text-decoration:none;}
#module_483573972 .news-title{font-style:normal;}
#module_483573972 .news-title{margin-top:0px;}
#module_483573972 .news-title{margin-bottom:0px;}
#module_483573972 .news-desc{font-size:16px;line-height:calc( 16px + 12px )}
#module_483573972 .news-desc{font-family:Opensans;}
#module_483573972 .news-desc{color:#999;}
#module_483573972 .news-desc{font-weight:normal;}
#module_483573972 .news-desc{text-decoration:none;}
#module_483573972 .news-desc{font-style:normal;}
#module_483573972 .news-desc{margin-top:3px;}
#module_483573972 .news-desc{margin-bottom:0px;}
#module_483573972 .news-detailbtn{font-size:14px;}
#module_483573972 .news-detailbtn{font-family:Opensans;}
#module_483573972 .news-detailbtn{color:#666;}
#module_483573972 .news-detailbtn{font-weight:normal;}
#module_483573972 .news-detailbtn{text-decoration:none;}
#module_483573972 .news-detailbtn{font-style:normal;}
#module_483573972 .news-detailbtn{background-color:#fff;}
#module_483573972 .news-detailbtn{background-image:none;}
#module_483573972 .news-detailbtn{background-repeat:no-repeat;}
#module_483573972 .news-detailbtn{}
#module_483573972 .news-detailbtn{}
#module_483573972 .news-detailbtn{}
#module_483573972 .news-item .news-detailbtn::before{background-color:rgb(86, 202, 191);}
#module_483573972 .news-item .news-detailbtn::before{background-image:none;}
#module_483573972 .news-item .news-detailbtn::before{background-repeat:no-repeat;}
#module_483573972 .news-item .news-detailbtn::before{}
#module_483573972 .news-item .news-detailbtn::before{}
#module_483573972 .news-item .news-detailbtn::before{}
#module_483573972 .news-label .a-label{font-size:12px;}
#module_483573972 .news-label .a-label{font-family:微软雅黑,Microsoft YaHei;}
#module_483573972 .news-label .a-label{color:#999;}
#module_483573972 .news-label .a-label{font-weight:normal;}
#module_483573972 .news-label .a-label{text-decoration:none;}
#module_483573972 .news-label .a-label{font-style:normal;}
#module_483573972 .news-label{margin-top:15px;}
#module_483573972 .news-label{margin-bottom:0px;}
#module_483573972 .news-label{margin-left:0px;}
#module_483573972 .news-label{margin-right:10px;}
#module_483573972 .news-label{padding-top:8px;}
#module_483573972 .news-label{padding-bottom:8px;}
#module_483573972 .news-label{padding-left:12px;}
#module_483573972 .news-label{padding-right:12px;}
#module_483573972 .news-label{background-color:#eee;}
#module_483573972 .news-label{background-image:none;}
#module_483573972 .news-label{background-repeat:no-repeat;}
#module_483573972 .news-label{}
#module_483573972 .news-label{}
#module_483573972 .news-label{}
#module_483573972 .news-label{border-top-color:transparent;}
#module_483573972 .news-label{border-top-style:none;}
#module_483573972 .news-label{border-top-width:0px;}
#module_483573972 .news-label{border-right-color:transparent;}
#module_483573972 .news-label{border-right-style:none;}
#module_483573972 .news-label{border-right-width:0px;}
#module_483573972 .news-label{border-bottom-color:transparent;}
#module_483573972 .news-label{border-bottom-style:none;}
#module_483573972 .news-label{border-bottom-width:0px;}
#module_483573972 .news-label{border-left-color:transparent;}
#module_483573972 .news-label{border-left-style:none;}
#module_483573972 .news-label{border-left-width:0px;}
#module_483573972 .pagerGiant .text{font-size:12px;}
#module_483573972 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_483573972 .pagerGiant .text{color:#333;}
#module_483573972 .pagerGiant .text{}
#module_483573972 .pagerGiant .text{}
#module_483573972 .pagerGiant .text{}
#module_483573972 .pagerGiant .current,#module_483573972 .pagerGiant .num,#module_483573972 .pagerGiant .inputer{width:30px}
#module_483573972 .pagerGiant .current,#module_483573972 .pagerGiant .num,#module_483573972 .pagerGiant .inputer{height:30px}
#module_483573972 .pagerGiant .num{font-size:12px;}
#module_483573972 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_483573972 .pagerGiant .num{color:#333;}
#module_483573972 .pagerGiant .num{}
#module_483573972 .pagerGiant .num{}
#module_483573972 .pagerGiant .num{}
#module_483573972 .pagerGiant .submit{width:55px}
#module_483573972 .pagerGiant .submit{height:30px}
#module_483573972 .pagerGiant .current,#module_483573972 .pagerGiant .num,#module_483573972 .pagerGiant .inputer,#module_483573972 .pagerGiant .submit{border-top-left-radius:0px;}
#module_483573972 .pagerGiant .current,#module_483573972 .pagerGiant .num,#module_483573972 .pagerGiant .inputer,#module_483573972 .pagerGiant .submit{border-top-right-radius:0px;}
#module_483573972 .pagerGiant .current,#module_483573972 .pagerGiant .num,#module_483573972 .pagerGiant .inputer,#module_483573972 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_483573972 .pagerGiant .current,#module_483573972 .pagerGiant .num,#module_483573972 .pagerGiant .inputer,#module_483573972 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_483573972 .pagerGiant .next,#module_483573972 .pagerGiant .splitline{color:#ccc;}
#module_483573972 .pagerGiant .num{background-color:#fff;}
#module_483573972 .pagerGiant .num, #module_483573972 .pagerGiant .inputer{border-top-color:#ccc;}
#module_483573972 .pagerGiant .num, #module_483573972 .pagerGiant .inputer{border-top-style:solid;}
#module_483573972 .pagerGiant .num, #module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit, #module_483573972 .pagerGiant .inputer{border-top-width:1px;}
#module_483573972 .pagerGiant .num, #module_483573972 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_483573972 .pagerGiant .num, #module_483573972 .pagerGiant .inputer{border-bottom-style:solid;}
#module_483573972 .pagerGiant .num, #module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit, #module_483573972 .pagerGiant .inputer{border-bottom-width:1px;}
#module_483573972 .pagerGiant .num, #module_483573972 .pagerGiant .inputer{border-left-color:#ccc;}
#module_483573972 .pagerGiant .num, #module_483573972 .pagerGiant .inputer{border-left-style:solid;}
#module_483573972 .pagerGiant .num, #module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit, #module_483573972 .pagerGiant .inputer{border-left-width:1px;}
#module_483573972 .pagerGiant .num, #module_483573972 .pagerGiant .inputer{border-right-color:#ccc;}
#module_483573972 .pagerGiant .num, #module_483573972 .pagerGiant .inputer{border-right-style:solid;}
#module_483573972 .pagerGiant .num, #module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit, #module_483573972 .pagerGiant .inputer{border-right-width:1px;}
#module_483573972 .page-more a{font-size:16px;}
#module_483573972 .page-more a{font-family:微软雅黑,Microsoft YaHei;}
#module_483573972 .page-more a{color:#666 !important;}
#module_483573972 .page-more a{font-weight:normal;}
#module_483573972 .page-more a{text-decoration:none;}
#module_483573972 .page-more a{font-style:normal;}
#module_483573972 .page-more a{background-color:#fff;}
#module_483573972 .page-more a{border-top-color:#eee;}
#module_483573972 .page-more a{border-top-style:solid;}
#module_483573972 .page-more a{border-top-width:2px;}
#module_483573972 .page-more a{border-bottom-color:#eee;}
#module_483573972 .page-more a{border-bottom-style:solid;}
#module_483573972 .page-more a{border-bottom-width:2px;}
#module_483573972 .page-more a{border-left-color:#eee;}
#module_483573972 .page-more a{border-left-style:solid;}
#module_483573972 .page-more a{border-left-width:2px;}
#module_483573972 .page-more a{border-right-color:#eee;}
#module_483573972 .page-more a{border-right-style:solid;}
#module_483573972 .page-more a{border-right-width:2px;}
#module_483573972 .news-item time{font-size:14px;}
#module_483573972 .news-item time{font-family:Opensans;}
#module_483573972 .news-item time{color:#333;}
#module_483573972 .news-item time{font-weight:normal;}
#module_483573972 .news-item time{text-decoration:none;}
#module_483573972 .news-item time{font-style:normal;}
#module_483573972 .news-item:hover.even{background-color:#ffffff;}
#module_483573972 .news-item:hover.even{background-image:none;}
#module_483573972 .news-item:hover.even{background-repeat:no-repeat;}
#module_483573972 .news-item:hover.even{}
#module_483573972 .news-item:hover.even{}
#module_483573972 .news-item:hover.even{}
#module_483573972 .news-item:hover.odd{background-color:#ffffff;}
#module_483573972 .news-item:hover.odd{background-image:none;}
#module_483573972 .news-item:hover.odd{background-repeat:no-repeat;}
#module_483573972 .news-item:hover.odd{}
#module_483573972 .news-item:hover.odd{}
#module_483573972 .news-item:hover.odd{}
#module_483573972 .news-item:hover{border-bottom-color:#ccc;}
#module_483573972 .news-item:hover{border-bottom-style:dotted;}
#module_483573972 .news-item:hover{border-bottom-width:0px;}
#module_483573972 .news-item:hover .news-img{border-top-color:transparent;}
#module_483573972 .news-item:hover .news-img{border-top-style:none;}
#module_483573972 .news-item:hover .news-img{border-top-width:0px;}
#module_483573972 .news-item:hover .news-img{border-right-color:transparent;}
#module_483573972 .news-item:hover .news-img{border-right-style:none;}
#module_483573972 .news-item:hover .news-img{border-right-width:0px;}
#module_483573972 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_483573972 .news-item:hover .news-img{border-bottom-style:none;}
#module_483573972 .news-item:hover .news-img{border-bottom-width:0px;}
#module_483573972 .news-item:hover .news-img{border-left-color:transparent;}
#module_483573972 .news-item:hover .news-img{border-left-style:none;}
#module_483573972 .news-item:hover .news-img{border-left-width:0px;}
#module_483573972 .news-item:hover .news-title{font-size:20px;line-height:20pt;}
#module_483573972 .news-item:hover .news-title{font-family:Opensans;}
#module_483573972 .news-item:hover .news-title{color:rgb(86, 202, 191);}
#module_483573972 .news-item:hover .news-title{font-weight:bold;}
#module_483573972 .news-item:hover .news-title{text-decoration:none;}
#module_483573972 .news-item:hover .news-title{font-style:normal;}
#module_483573972 .news-item:hover .news-desc{font-size:16px;}
#module_483573972 .news-item:hover .news-desc{font-family:Opensans;}
#module_483573972 .news-item:hover .news-desc{color:#999;}
#module_483573972 .news-item:hover .news-desc{font-weight:normal;}
#module_483573972 .news-item:hover .news-desc{text-decoration:none;}
#module_483573972 .news-item:hover .news-desc{font-style:normal;}
#module_483573972 .news-item:hover time{font-size:14px;}
#module_483573972 .news-item:hover time{font-family:Opensans;}
#module_483573972 .news-item:hover time{color:#333;}
#module_483573972 .news-item:hover time{font-weight:normal;}
#module_483573972 .news-item:hover time{text-decoration:none;}
#module_483573972 .news-item:hover time{font-style:normal;}
#module_483573972 .news-item:hover .news-detailbtn{font-size:14px;}
#module_483573972 .news-item:hover .news-detailbtn{font-family:Opensans;}
#module_483573972 .news-item:hover .news-detailbtn{color:#666;}
#module_483573972 .news-item:hover .news-detailbtn{font-weight:normal;}
#module_483573972 .news-item:hover .news-detailbtn{text-decoration:none;}
#module_483573972 .news-item:hover .news-detailbtn{font-style:normal;}
#module_483573972 .news-item:hover .news-detailbtn{background-color:#fff;}
#module_483573972 .news-item:hover .news-detailbtn{background-image:none;}
#module_483573972 .news-item:hover .news-detailbtn{background-repeat:no-repeat;}
#module_483573972 .news-item:hover .news-detailbtn{}
#module_483573972 .news-item:hover .news-detailbtn{}
#module_483573972 .news-item:hover .news-detailbtn{}
#module_483573972 .news-label:hover .a-label{font-size:12px;}
#module_483573972 .news-label:hover .a-label{font-family:微软雅黑,Microsoft YaHei;}
#module_483573972 .news-label:hover .a-label{color:#999;}
#module_483573972 .news-label:hover .a-label{font-weight:normal;}
#module_483573972 .news-label:hover .a-label{text-decoration:none;}
#module_483573972 .news-label:hover .a-label{font-style:normal;}
#module_483573972 .news-label:hover{background-color:#eee;}
#module_483573972 .news-label:hover{background-image:none;}
#module_483573972 .news-label:hover{background-repeat:no-repeat;}
#module_483573972 .news-label:hover{}
#module_483573972 .news-label:hover{}
#module_483573972 .news-label:hover{}
#module_483573972 .news-label:hover{border-top-color:transparent;}
#module_483573972 .news-label:hover{border-top-style:none;}
#module_483573972 .news-label:hover{border-right-color:transparent;}
#module_483573972 .news-label:hover{border-right-style:none;}
#module_483573972 .news-label:hover{border-bottom-color:transparent;}
#module_483573972 .news-label:hover{border-bottom-style:none;}
#module_483573972 .news-label:hover{border-left-color:transparent;}
#module_483573972 .news-label:hover{border-left-style:none;}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit{font-size:12px;}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit{color:#fff;}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit{}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit{}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit{}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit{background-color:#000;}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit, #module_483573972 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit, #module_483573972 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit, #module_483573972 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit, #module_483573972 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit, #module_483573972 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit, #module_483573972 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit, #module_483573972 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_483573972 .pagerGiant .current, #module_483573972 .pagerGiant .submit, #module_483573972 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_483573972 .page-more a:hover{font-size:16px;}
#module_483573972 .page-more:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_483573972 .page-more a:hover{color:#666 !important;}
#module_483573972 .page-more a:hover {font-weight:normal;}
#module_483573972 .page-more a:hover {text-decoration:none;}
#module_483573972 .page-more a:hover {font-style:normal;}
#module_483573972 .page-more a:hover{background-color:#fff;}
#module_483573972 .page-more a:hover{border-top-color:#eee;}
#module_483573972 .page-more a:hover{border-top-style:solid;}
#module_483573972 .page-more a:hover{border-bottom-color:#eee;}
#module_483573972 .page-more a:hover{border-bottom-style:solid;}
#module_483573972 .page-more a:hover{border-left-color:#eee;}
#module_483573972 .page-more a:hover{border-left-style:solid;}
#module_483573972 .page-more a:hover{border-right-color:#eee;}
#module_483573972 .page-more a:hover{border-right-style:solid;}

.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;}
