@charset "UTF-8";
/*read from redis*/
.ModuleGridContainer[gridswidthmode="2"] {
  max-width: 1200px;
  width: auto;
}

.BodyMain2Zone {
  display: none;
}

.BodyMain3Zone {
  display: none;
}

.BodyMain4Zone {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ModuleOnLineServiceGiant.layout-109 {
    display: none;
  }
}
.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
  width: 66px;
  float: right;
}

.ModuleOnLineServiceGiant.layout-109 .qrcodetips {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  text-align: center;
  margin-top: 4px;
  color: #666;
}

@keyframes scaleToggleOne {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scaleToggleTwo {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  20% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  60% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scaleToggleThree {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  33% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  66% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.turn {
  animation: turn 1s linear;
}

.ModuleOnLineServiceGiant.layout-109 .animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ModuleOnLineServiceGiant.layout-109 .online-service {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  /* position:fixed;
  bottom:0;
  right:40px; */
  opacity: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.3);
  box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.3);
  /* z-index:700; */
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.ModuleOnLineServiceGiant.layout-109 .online-service:focus {
  outline: 0;
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animated {
  opacity: 1;
  /* transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px) */
  margin-bottom: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .animated-circles2 {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  position: absolute;
  z-index: 51;
  background: transparent;
}

.ModuleOnLineServiceGiant.layout-109 .animated-circles2:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 50;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles .circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  position: absolute;
  z-index: 49;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-1 {
  /* background: rgba(38, 199, 252, .25); */
  animation: 2s scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-2 {
  /* background: rgba(38, 199, 252, .25); */
  animation: 2.5s scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-3 {
  /* background: rgba(38, 199, 252, .25); */
  animation: 3s scaleToggleThree cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
  opacity: 0 !important;
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
  opacity: 0 !important;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  min-height: 44px;
  z-index: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  width: 180px;
  /* background-color: #1E88E5; */
  color: #fff;
  text-align: left;
  border-radius: 15px 15px 0px 15px;
  box-shadow: 0px 0px 20px 0px rgba(30, 136, 229, 0.08);
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.show_hint {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 1;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.hide_hint {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ModuleOnLineServiceGiant.layout-109 .online-service-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fffefe;
  box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
  text-align: center;
  line-height: 40px;
  transform: rotate(180deg);
  color: #1E88E5;
  margin: 0 auto;
  cursor: pointer;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content {
  width: 66px;
  background: #fffefe;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
  position: absolute;
  bottom: 60px;
  text-align: center;
  padding-top: 20px;
  display: none;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-tab {
  min-height: 40px;
  height: auto;
  /*max-height: 60px;
     padding-bottom: 10px;
  padding-top: 5px; */
  margin-top: 5px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close {
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .imitem {
  width: 190px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3 {
  width: 2px;
  height: 18px;
  display: inline-block;
  background-color: #666;
  position: absolute;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3:before {
  content: "";
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .topline {
  /* visibility: hidden; */
  transform: rotate(45deg);
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .bottomline {
  /* visibility: hidden; */
  transform: rotate(-45deg);
}

@keyframes topline {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  100% {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
@keyframes bottomline {
  0% {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .topline {
  animation: 0.5s topline forwards;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .bottomline {
  animation: 0.5s bottomline forwards;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .iconfont {
  font-size: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .active {
  background: #1E88E5;
  color: #fff;
  padding: 5px 0;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close::after {
  position: absolute;
  content: "";
  width: 29px;
  height: 1px;
  border: 1px solid #eeeeee;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name {
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.54s;
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name.tabnameshow {
  min-height: 20px;
  /* overflow:visible; */
  opacity: 1;
  height: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .hoverdiv {
  position: absolute;
  width: 100%;
  left: -45px;
  height: 100%;
  transform: translatey(-50%);
  top: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content {
  max-width: 450px;
  background: #fefefe;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
  display: flex;
  padding: 20px;
  position: absolute;
  right: 40px;
  flex-wrap: wrap;
  text-align: left;
  width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .content-common {
  left: auto;
  top: 50%;
  transform: translate(0, -50%);
  right: 40px;
  visibility: hidden;
}

.ModuleOnLineServiceGiant.layout-109 .content-common.showami {
  visibility: visible;
  transform: translate(-10px, -50%);
  transition: all 0.3s;
}

.ModuleOnLineServiceGiant.layout-109 .content-common::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 8px solid #fff;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  /* right: 40px;  */
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a {
  width: calc((100% - 30px) / 2);
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:first {
  margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:nth-child(2n+1) {
  margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IconType img {
  width: 14px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IMType {
  color: #999999;
  font-size: 12px;
  margin-left: 5px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content {
  padding: 14px 0px;
  border-top: 1px solid #eeeeee;
  margin-top: 2px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .IMName {
  width: calc(100% - 50px);
  margin-left: 10px;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.ModuleOnLineServiceGiant.layout-109 .Contacts-content {
  max-width: 324px;
  background: #fefefe;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
  position: absolute;
  text-align: left;
  padding: 20px;
  display: block;
  width: max-content;
  cursor: text;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item {
  /* align-items: flex-start;
  align-content: flex-start;*/
  display: flex;
  margin-bottom: 25px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item:last-child {
  margin-bottom: 0;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon {
  width: 12px;
  margin-top: -3px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon img {
  width: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item-name {
  margin-right: 30px;
  color: #999999;
  font-size: 12px;
  max-width: 100px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.ModuleOnLineServiceGiant.layout-109 .ContactContent {
  color: #333;
  font-size: 12px;
  word-break: break-word;
  width: calc(100% - 17px);
  margin-left: 5px;
  max-width: 270px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content {
  max-width: 100%;
  display: flex;
}

.ModuleOnLineServiceGiant.layout-109 .QRcode-content {
  background: #fefefe;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
  position: absolute;
  text-align: left;
  padding: 20px;
  display: block;
  width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
  width: 170px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content .img {
  max-height: 170px;
}

.ModuleOnLineServiceGiant.layout-109 .nodata {
  min-width: 180px;
  border-radius: 10px;
  color: #999999;
  font-size: 12px;
  background: #FEFEFE;
  text-align: center;
}

.module_185354570 .ModuleHead .HeadCenter {
  float: none;
}

#module_185354570 {
  padding: 0px;
}

#module_185354570 {
  position: absolute;
  z-index: 4001;
  top: 610px;
  left: 0px;
  width: 100%;
  height: 126px;
}

#module_185354570 .ModuleHead185354570 {
  display: none;
}

#module_185354570 .animated-circles.animated .c-1, #module_185354570 .animated-circles.animated .c-2, #module_185354570 .animated-circles.animated.c-3 {
  opacity: 0.25;
  background-color: #1e88e5;
}

#module_185354570 .animated-circles2:after {
  background-image: linear-gradient(to bottom, #1e88e5, #1e88e5);
}

#module_185354570 .online-service-nav .head {
  background-color: #FFFFFF;
}

#module_185354570 .online-service {
  border-width: 0px;
}

#module_185354570 .online-service {
  box-shadow: 0 0px 20px 0 rgba(0, 69, 129, 0.08);
}

#module_185354570 .online-service-content {
  background-color: #fff;
}

#module_185354570 .online-service-content {
  border-top-left-radius: 20px;
}

#module_185354570 .online-service-content {
  border-bottom-left-radius: 20px;
}

#module_185354570 .online-service-content {
  border-bottom-right-radius: 20px;
}

#module_185354570 .online-service-content {
  border-top-right-radius: 20px;
}

#module_185354570 .online-service-content-tab .content-tab {
  background-color: transparent;
}

#module_185354570 .online-service-content-tab .content-tab .iconfont {
  color: #333333;
}

#module_185354570 .content-close::after {
  border-width: 1px;
}

#module_185354570 .content-close::after {
  border-style: solid;
}

#module_185354570 .content-close::after {
  border-color: #eeeeee;
}

#module_185354570 .content-close span {
  background-color: #999999;
}

#module_185354570 .online-service-top {
  background-color: #ffffff;
}

#module_185354570 .online-service-top .iconfont {
  color: #1e88e5;
}

#module_185354570 .online-service-top {
  box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
}

#module_185354570 .online-service-nav:hover .head {
  background-color: #FFFFFF;
}

#module_185354570 .online-service:hover {
  border-width: 0px;
}

#module_185354570 .online-service:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 69, 129, 0.08);
}

#module_185354570 .online-service:hover .rd-notice-content {
  color: #FFFFFF;
}

#module_185354570 .online-service:hover .online-service-hint {
  background-color: #1976d2;
}

#module_185354570 .online-service-content-tab .content-tabh:hover {
  background-color: #1976d2;
}

#module_185354570 .online-service-content-tab .content-tabh:hover .iconfont {
  color: #FFFFFF;
}

#module_185354570 .content-close:hover span {
  background-color: #999999;
}

#module_185354570 .online-service-content-tab .content-tabh:hover .content-tab-name {
  color: #ffffff;
}

#module_185354570 .online-service-top:hover {
  background-color: #ffffff;
}

#module_185354570 .online-service-top:hover .iconfont {
  color: #1976d2;
}

#module_185354570 .online-service-top:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
}

#FreeMainZone {
  height: 736px;
}

.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, 0.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, 0.8);
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after {
  border-left: 1px dashed rgba(75, 151, 255, 0);
}

.ModuleGridCustomGiant.layout-101 .row {
  margin-right: 0px;
  margin-left: 0px;
}

.ModuleGridCustomGiant.layout-101 .ModuleGridCol {
  padding: 0px;
}

.ModuleGridCustomGiant.layout-101 .ModuleGridContainer {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.ModuleGridCustomGiant.layout-101 {
  height: 100%;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {
  position: relative;
}

.ModuleGridCustomGiant.layout-101 .gridBgVideo {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideoMask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0);
}

.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ModuleGridCustomGiant.layout-101 .gridBgVideo.noBgVideo {
  display: none;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .ModuleContainer .SubPadding {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {
    display: flex;
    flex-wrap: wrap;
  }
  .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding {
    float: left;
    height: 10px;
  }
  .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer {
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag {
    display: none;
  }
  /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
  /* 12列 */
  .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding {
    width: 5px;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer {
    width: calc((100% - 55px) / 12) !important;
  }
  /* 11列 */
  .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding {
    width: 5px;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer {
    width: calc((100% - 50px) / 11) !important;
  }
  /* 10列 */
  .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding {
    width: 5px;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer {
    width: calc((100% - 45px) / 10) !important;
  }
  /* 9列 */
  .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding {
    width: 5px;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer {
    width: calc((100% - 40px) / 10) !important;
  }
  /* 8列 */
  .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding {
    width: 5px;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer {
    width: calc((100% - 35px) / 8) !important;
  }
  /* 7列 */
  .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding {
    width: 5px;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer {
    width: calc((100% - 30px) / 7) !important;
  }
  /* 6列 */
  .ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding {
    width: 5px;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer {
    width: calc((100% - 25px) / 6) !important;
  }
  /* 5列 */
  .ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding {
    width: 5px;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5 {
    display: none;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer {
    width: calc((100% - 20px) / 5) !important;
  }
  /* 4列 */
  .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding {
    width: 5px;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4 {
    display: none;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8 {
    display: none;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer {
    width: calc((100% - 15px) / 4) !important;
  }
  /* 3列 */
  .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding {
    width: 5px;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3 {
    display: none;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding6 {
    display: none;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer {
    width: calc((100% - 10px) / 3) !important;
  }
  /* 2列 */
  .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding {
    width: 5px;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2 {
    display: none;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4 {
    display: none;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6 {
    display: none;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8 {
    display: none;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer {
    width: calc((100% - 5px) / 2) !important;
  }
  /* 1列 无padding */
  .ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding {
    width: 0px;
    display: none;
  }
  .ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer {
    width: 100% !important;
  }
}
.ModuleGridCustomGiant.layout-101 .ModuleGridBorder {
  border: 0px !important;
  padding: 0 !important;
}

.module_183078345 .ModuleHead .HeadCenter {
  float: none;
}

#module_183078345 {
  padding: 0px;
}

#module_183078345 {
  position: static;
  z-index: 0;
  width: 100%;
  height: auto;
}

#module_183078345 .ModuleHead183078345 {
  display: none;
}

#module_183078345 .BodyCenter.BodyCenter183078345 {
  background: none;
  background-color: rgb(0, 49, 130);
}

#module_183078345 > .module_183078345 {
  border-top-style: solid;
  border-top-color: #000;
  border-top-width: 0px;
  border-left-style: solid;
  border-left-color: #000;
  border-left-width: 0px;
  border-right-style: solid;
  border-right-color: #000;
  border-right-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-bottom-width: 0px;
}

#module_183078345 > .module_183078345 {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
  #module_183078345 .BodyCenter.BodyCenter183078345 {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_183078345 .BodyCenter.BodyCenter183078345 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  #module_183078345 > .module_183078345 {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_183078345 > .module_183078345 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
#module_183078345 > .module_183078345 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_183078345:hover {
  border: none;
}

#module_183078345:hover > .module_183078345 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_183078345 .ModuleSubContainer {
  background-color: transparent;
}

#module_183078345 .ModuleSubContainer {
  background-image: none;
}

#module_183078345 .ModuleSubContainer {
  background-repeat: no-repeat;
}

#module_183078345 .ModuleSubContainer {
  background-position: 0% 0%;
}

#module_183078345 .ModuleSubContainer {
  background-attachment: scroll;
}

#module_183078345 .gridBgVideo .bgVideoMask {
  opacity: 0.2;
}

#module_183078345 .ModuleSubContainer {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s ease;
}

#module_183078345 .ModuleSubContainer:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer183078345 .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_183078656 .ModuleHead .HeadCenter {
  float: none;
}

#module_183078656 {
  padding: 0px;
}

#module_183078656 {
  position: static;
  z-index: 0;
  width: 100%;
  height: auto;
}

#module_183078656 .ModuleHead183078656 {
  display: none;
}

#module_183078656 .ModuleImageTextGiantContent {
  margin-top: 0px;
}

#module_183078656 .ModuleImageTextGiantContent {
  margin-bottom: 0px;
}

#module_183078656 .ModuleImageTextGiantContent {
  margin-left: 0px;
}

#module_183078656 .ModuleImageTextGiantContent {
  margin-right: 0px;
}

#module_183078656 .imageTextGiant-Container {
  padding-top: 10px;
}

#module_183078656 .imageTextGiant-Container {
  padding-bottom: 10px;
}

#module_183078656 .imageTextGiant-Container {
  padding-left: 10px;
}

#module_183078656 .imageTextGiant-Container {
  padding-right: 10px;
}

#module_183078656 .showHandle .btn {
  font-size: 14px;
}

#module_183078656 .showHandle .btn {
  color: #333;
}

#module_183078656 .showHandle .btn {
  font-weight: 400;
}

#module_183078656 .showHandle .btn {
  text-decoration: none;
}

#module_183078656 .showHandle .btn {
  font-style: normal;
}

#module_183078656 .showHandle div {
  border-top-color: #ddd !important;
}

#module_183078656 .showHandle div {
  border-top-style: solid !important;
}

#module_183078656 .showHandle div {
  border-top-width: 1px !important;
}

#module_183078656 .showHandle {
  background-color: transparent;
}

#module_183078656 .showHandle {
  background-repeat: no-repeat;
}

#module_183078656 a {
  font-size: unset;
  font-family: unset;
}

.module_183078709 .ModuleHead .HeadCenter {
  float: none;
}

#module_183078709 {
  padding: 0px;
}

#module_183078709 {
  position: static;
  z-index: 0;
  width: 100%;
  height: auto;
}

#module_183078709 .ModuleHead183078709 {
  display: none;
}

#module_183078709 .ModuleImageTextGiantContent {
  margin-top: 0px;
}

#module_183078709 .ModuleImageTextGiantContent {
  margin-bottom: 0px;
}

#module_183078709 .ModuleImageTextGiantContent {
  margin-left: 0px;
}

#module_183078709 .ModuleImageTextGiantContent {
  margin-right: 0px;
}

#module_183078709 .imageTextGiant-Container {
  padding-top: 10px;
}

#module_183078709 .imageTextGiant-Container {
  padding-bottom: 10px;
}

#module_183078709 .imageTextGiant-Container {
  padding-left: 10px;
}

#module_183078709 .imageTextGiant-Container {
  padding-right: 10px;
}

#module_183078709 .showHandle .btn {
  font-size: 14px;
}

#module_183078709 .showHandle .btn {
  color: #333;
}

#module_183078709 .showHandle .btn {
  font-weight: 400;
}

#module_183078709 .showHandle .btn {
  text-decoration: none;
}

#module_183078709 .showHandle .btn {
  font-style: normal;
}

#module_183078709 .showHandle div {
  border-top-color: #ddd !important;
}

#module_183078709 .showHandle div {
  border-top-style: solid !important;
}

#module_183078709 .showHandle div {
  border-top-width: 1px !important;
}

#module_183078709 .showHandle {
  background-color: transparent;
}

#module_183078709 .showHandle {
  background-repeat: no-repeat;
}

#module_183078709 a {
  font-size: unset;
  font-family: unset;
}

.ModuleGridContainer.ModuleGridContainer183078345 #Sub183078345_2 {
  width: 100%;
}

.ModuleLangSwitchGiant.layout-101 .lang-container {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  width: auto;
}

.ModuleLangSwitchGiant.layout-101 .lang-text {
  font-size: 12px;
  color: #666666;
  padding-left: 14px;
  padding-right: 8px;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}

.ModuleLangSwitchGiant.layout-101 .icon-xiangxiajiantou, .ModuleLangSwitchGiant.layout-101 .icon-xiangshangjiantou {
  font-size: 8px;
  padding-right: 14px;
  display: inline-block;
}

.ModuleLangSwitchGiant.layout-101 .lang-selection {
  background: #fff;
  display: none;
  border: 1px solid #e5e5e5;
  border-top: none;
  width: auto;
}

.ModuleLangSwitchGiant.layout-101 .lang-selection li {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.ModuleLangSwitchGiant.layout-101 .lang-selection li:hover .lang-text {
  color: #f10215;
}

.ModuleLangSwitchGiant.layout-101 .icon-xiangxiajiantou, .ModuleLangSwitchGiant.layout-101 .icon-xiangshangjiantou {
  padding-right: 0px;
}

.ModuleGridContainer.ModuleGridContainer183078345 #Sub183078345_3 {
  width: 9.75%;
}

.module_185356650 .ModuleHead .HeadCenter {
  float: none;
}

#module_185356650 {
  padding: 0px;
}

#module_185356650 {
  position: static;
  z-index: 0;
  top: 0px;
  width: 100%;
  height: auto;
}

#module_185356650 .ModuleHead185356650 {
  display: none;
}

#module_185356650 .BodyCenter.BodyCenter185356650 {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}

#module_185356650 > .module_185356650 {
  border-top-style: solid;
  border-top-color: #000;
  border-top-width: 0px;
  border-left-style: solid;
  border-left-color: #000;
  border-left-width: 0px;
  border-right-style: solid;
  border-right-color: #000;
  border-right-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-bottom-width: 0px;
}

#module_185356650 > .module_185356650 {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
  #module_185356650 .BodyCenter.BodyCenter185356650 {
    padding-top: 1.1755%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 1.1755%;
  }
}
@media screen and (max-width: 767px) {
  #module_185356650 .BodyCenter.BodyCenter185356650 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  #module_185356650 > .module_185356650 {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_185356650 > .module_185356650 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
#module_185356650 > .module_185356650 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_185356650:hover {
  border: none;
}

#module_185356650:hover > .module_185356650 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_185356650 .ModuleSubContainer {
  background-color: transparent;
}

#module_185356650 .ModuleSubContainer {
  background-image: none;
}

#module_185356650 .ModuleSubContainer {
  background-repeat: no-repeat;
}

#module_185356650 .ModuleSubContainer {
  background-position: 0% 0%;
}

#module_185356650 .ModuleSubContainer {
  background-attachment: scroll;
}

#module_185356650 .gridBgVideo .bgVideoMask {
  opacity: 0.2;
}

#module_185356650 .ModuleSubContainer {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s ease;
}

#module_185356650 .ModuleSubContainer:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer185356650 .SubPadding {
  width: 0px;
}

.ModuleImageGiant.layout-101 .BodyCenter {
  text-align: center;
}

.ModuleImageGiant.layout-101 img {
  margin: auto;
  max-width: 100%;
  border: none;
}

.module_185356651 .ModuleHead .HeadCenter {
  float: none;
}

#module_185356651 {
  padding: 0px;
}

#module_185356651 {
  position: static;
  z-index: 0;
  top: 23px;
  width: 100%;
  height: auto;
}

#module_185356651 .ModuleHead185356651 {
  display: none;
}

#module_185356651 .BodyCenter.BodyCenter185356651 {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}

#module_185356651 > .module_185356651 {
  border-top-style: solid;
  border-top-color: #000;
  border-top-width: 0px;
  border-left-style: solid;
  border-left-color: #000;
  border-left-width: 0px;
  border-right-style: solid;
  border-right-color: #000;
  border-right-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-bottom-width: 0px;
}

#module_185356651 > .module_185356651 {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
  #module_185356651 .BodyCenter.BodyCenter185356651 {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_185356651 .BodyCenter.BodyCenter185356651 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  #module_185356651 > .module_185356651 {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_185356651 > .module_185356651 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
#module_185356651 > .module_185356651 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_185356651:hover {
  border: none;
}

#module_185356651:hover > .module_185356651 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_185356651 img {
  border-top-color: transparent;
}

#module_185356651 img {
  border-top-style: none;
}

#module_185356651 img {
  border-top-width: 0px;
}

#module_185356651 img {
  border-right-color: transparent;
}

#module_185356651 img {
  border-right-style: none;
}

#module_185356651 img {
  border-right-width: 0px;
}

#module_185356651 img {
  border-bottom-color: transparent;
}

#module_185356651 img {
  border-bottom-style: none;
}

#module_185356651 img {
  border-bottom-width: 0px;
}

#module_185356651 img {
  border-left-color: transparent;
}

#module_185356651 img {
  border-left-style: none;
}

#module_185356651 img {
  border-left-width: 0px;
}

#module_185356651 img {
  border-top-left-radius: 0px;
}

#module_185356651 img {
  border-top-right-radius: 0px;
}

#module_185356651 img {
  border-bottom-left-radius: 0px;
}

#module_185356651 img {
  border-bottom-right-radius: 0px;
}

#module_185356651 .BodyCenter {
  text-align: center;
}

.ModuleGridContainer.ModuleGridContainer185356650 #Sub185356650_1 {
  width: 55.6667%;
}

/*全局搜索 layout102*/
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle {
  padding: 0;
}

.ModuleSearchGiant.layout-102 .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .content {
  display: table;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0px;
  overflow: hidden;
}

.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .group {
  display: table;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0px;
  overflow: hidden;
}

.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .searchTypePanel {
  position: relative;
  display: table-cell;
  height: auto;
  border: 0px;
  vertical-align: middle;
}

.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .searchTypePanel {
  width: 1%;
}

.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .searchBtnPanel {
  position: relative;
  display: block;
  height: 36px;
  border: 0px;
}

.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .searchIcon {
  position: absolute;
  margin-top: -10px;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
}

.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .ModuleSearchInput {
  float: none;
  display: block;
  width: 100%;
  height: 36px;
  border: 1px solid #ccc;
  border-right: 0px !important;
  border-radius: 0;
  text-indent: 40px;
  font-size: 14px;
  outline: none;
}

.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .searchTypePanel select {
  height: 100%;
}

.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .bootstrap-select {
  float: left;
  height: auto;
  border: 0;
  border-radius: 0;
}

.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .bootstrap-select .btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 36px;
  border: 1px solid #ccc;
  border-left-width: 1px;
  border-radius: 0;
  line-height: 34px;
}

.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .bootstrap-select .btn span {
  font-size: 12px;
}

.ModuleSearchGiant.layout-102 .ModuleSearchFormStyle .ModuleSearchButton {
  float: left;
  display: block;
  min-width: 65px;
  width: 100%;
  height: 100% !important;
  border: 0;
  border-radius: 0;
  font-family: 微软雅黑, Microsoft YaHei;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
}

.module_211389002 .ModuleHead .HeadCenter {
  float: none;
}

#module_211389002 {
  padding: 0px;
}

#module_211389002 {
  position: static;
  z-index: 1;
  top: 24px;
  left: 0px;
  width: 100%;
  height: auto;
}

#module_211389002 .ModuleHead211389002 {
  display: none;
}

#module_211389002 .BodyCenter.BodyCenter211389002 {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}

#module_211389002 > .module_211389002 {
  border-top-style: solid;
  border-top-color: #000;
  border-top-width: 0px;
  border-left-style: solid;
  border-left-color: #000;
  border-left-width: 0px;
  border-right-style: solid;
  border-right-color: #000;
  border-right-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-bottom-width: 0px;
}

#module_211389002 > .module_211389002 {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
  #module_211389002 .BodyCenter.BodyCenter211389002 {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_211389002 .BodyCenter.BodyCenter211389002 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  #module_211389002 > .module_211389002 {
    margin-top: 5.4614%;
    margin-left: 41.2429%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_211389002 > .module_211389002 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
#module_211389002 > .module_211389002 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_211389002:hover {
  border: none;
}

#module_211389002:hover > .module_211389002 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .searchBtnPanel, #module_211389002 .search-item .ModuleSearchInput {
  height: 36px;
  line-height: 36px;
}

#module_211389002 .search-item {
  background-repeat: no-repeat;
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput {
  border-top-color: rgb(216, 216, 216);
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput {
  border-top-style: solid;
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput {
  border-top-width: 1px;
}

#module_211389002 .search-item .ModuleSearchInput {
  border-right-color: rgb(216, 216, 216);
}

#module_211389002 .search-item .ModuleSearchInput {
  border-right-style: solid;
}

#module_211389002 .search-item .ModuleSearchInput {
  border-right-width: 1px;
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput {
  border-bottom-color: rgb(216, 216, 216);
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput {
  border-bottom-style: solid;
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput {
  border-bottom-width: 1px;
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput {
  border-left-color: rgb(216, 216, 216);
}

#module_211389002 #module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput {
  border-left-style: solid;
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput {
  border-left-width: 1px;
}

#module_211389002 .search-item .ModuleSearchInput::placeholder, #module_211389002 .search-item .ModuleSearchInput {
  font-size: 12px;
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput::placeholder, #module_211389002 .search-item .ModuleSearchInput {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .searchIcon, #module_211389002 .search-item .ModuleSearchInput::placeholder, #module_211389002 .search-item .ModuleSearchInput {
  color: rgb(89, 89, 89);
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput::placeholder, #module_211389002 .search-item .ModuleSearchInput {
  font-weight: normal;
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput::placeholder, #module_211389002 .search-item .ModuleSearchInput {
  text-decoration: none;
}

#module_211389002 .search-item .bootstrap-select .btn, #module_211389002 .search-item .ModuleSearchInput::placeholder, #module_211389002 .search-item .ModuleSearchInput {
  font-style: normal;
}

#module_211389002 .search-item .ModuleSearchButton {
  font-size: 12px;
}

#module_211389002 .search-item .ModuleSearchButton {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_211389002 .search-item .ModuleSearchButton {
  color: #fff;
}

#module_211389002 .search-item .ModuleSearchButton {
  font-weight: normal;
}

#module_211389002 .search-item .ModuleSearchButton {
  text-decoration: none;
}

#module_211389002 .search-item .ModuleSearchButton {
  font-style: normal;
}

#module_211389002 .search-item .ModuleSearchButton {
  background-color: rgb(219, 73, 57);
}

#module_211389002 .search-item .ModuleSearchButton {
  background-image: none;
}

#module_211389002 .search-item .ModuleSearchButton {
  background-repeat: no-repeat;
}

#module_211389002 .search-hot ul li {
  border-top-color: #e3e3e3;
}

#module_211389002 .search-hot ul li {
  border-top-style: solid;
}

#module_211389002 .search-hot ul li {
  border-top-width: 0px;
}

#module_211389002 .search-hot ul li {
  border-right-color: #e3e3e3;
}

#module_211389002 .search-hot ul li {
  border-right-style: solid;
}

#module_211389002 .search-hot ul li {
  border-right-width: 1px;
}

#module_211389002 .search-hot ul li {
  border-bottom-color: #e3e3e3;
}

#module_211389002 .search-hot ul li {
  border-bottom-style: solid;
}

#module_211389002 .search-hot ul li {
  border-bottom-width: 0px;
}

#module_211389002 .search-hot ul li {
  border-left-color: #e3e3e3;
}

#module_211389002 .search-hot ul li {
  border-left-style: solid;
}

#module_211389002 .search-hot ul li {
  border-left-width: 0px;
}

#module_211389002 .search-hot ul li a {
  font-size: 12px;
}

#module_211389002 .search-hot ul li a {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_211389002 .search-hot ul li a {
  color: rgb(89, 89, 89);
}

#module_211389002 .search-hot ul li a {
  font-weight: normal;
}

#module_211389002 .search-hot ul li a {
  text-decoration: none;
}

#module_211389002 .search-hot ul li a {
  font-style: normal;
}

#module_211389002 .search-item .ModuleSearchButton:hover {
  background-color: rgb(24, 68, 165);
}

#module_211389002 .search-item .ModuleSearchButton:hover {
  background-image: none;
}

#module_211389002 .search-item .ModuleSearchButton:hover {
  background-repeat: no-repeat;
}

#module_211389002 .search-item .ModuleSearchButton:hover {
  font-size: 12px;
}

#module_211389002 .search-item .ModuleSearchButton:hover {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_211389002 .search-item .ModuleSearchButton:hover {
  color: #fff;
}

#module_211389002 .search-item .ModuleSearchButton:hover {
  font-weight: normal;
}

#module_211389002 .search-item .ModuleSearchButton:hover {
  text-decoration: none;
}

#module_211389002 .search-item .ModuleSearchButton:hover {
  font-style: normal;
}

#module_211389002 .search-hot ul li:hover a {
  font-size: 12px;
}

#module_211389002 .search-hot ul li:hover a {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_211389002 .search-hot ul li:hover a {
  color: #333;
}

#module_211389002 .search-hot ul li:hover a {
  font-weight: normal;
}

#module_211389002 .search-hot ul li:hover a {
  text-decoration: none;
}

#module_211389002 .search-hot ul li:hover a {
  font-style: normal;
}

.ModuleGridContainer.ModuleGridContainer185356650 #Sub185356650_2 {
  width: 44.3333%;
}

/*轮播图样式*/
.ModuleSlideV2Giant.layout-101 .slider-layout-101 {
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  font-size: 0;
}

.ModuleSlideV2Giant.layout-101 .slider-layout-101 .slider-layout-content:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.ModuleSlideV2Giant.layout-101 .slick-dotted.slick-slider {
  margin-bottom: 0;
  font-size: 0;
}

.ModuleSlideV2Giant.layout-101 .slide-box img {
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.ModuleSlideV2Giant.layout-101 .slide-box .swiperImg {
  width: 100% !important;
}

.ModuleSlideV2Giant.layout-101 .slick-dots {
  bottom: 30px;
}

.ModuleSlideV2Giant.layout-101 .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 12px;
}

.ModuleSlideV2Giant.layout-101 .slick-dots li button {
  width: 18px;
  height: 18px;
  padding: 6px;
  border-radius: 18px;
  border: unset;
  border: 1px solid rgba(255, 255, 255, 0);
}

.ModuleSlideV2Giant.layout-101 .slick-dots li button:before {
  width: 6px;
  height: 6px;
  opacity: 1;
  font-size: 0;
  background-color: #fff;
  border-radius: 6px;
  top: 6px;
  left: 6px;
}

.ModuleSlideV2Giant.layout-101 .slick-dots li button:hover {
  border: 1px solid #fff;
}

.ModuleSlideV2Giant.layout-101 .slick-dots li.slick-active button {
  border-color: rgb(255, 255, 255);
}

.ModuleSlideV2Giant.layout-101 .slide-box video {
  width: 100%;
  height: 100%;
  min-height: 32px;
  display: block;
}

@media (min-width: 1000px) and (max-width: 1920px) {
  .ModuleSlideV2Giant.layout-101 .slick-dots {
    bottom: 6%;
  }
  .ModuleSlideV2Giant.layout-101 .slick-prev {
    left: 2.5%;
  }
  .ModuleSlideV2Giant.layout-101 .slick-next {
    right: 2.5%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .ModuleSlideV2Giant.layout-101 .slick-dots {
    bottom: 8%;
  }
  /* .ModuleSlideV2Giant.layout-101 .slick-active{ margin: 0 10px;} */
  .ModuleSlideV2Giant.layout-101 .slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 16px;
  }
}
@media (min-width: 599px) and (max-width: 766px) {
  .ModuleSlideV2Giant.layout-101 .slick-dots {
    bottom: 8% !important;
  }
  .ModuleSlideV2Giant.layout-101 .slick-active {
    margin: 0 8px !important;
  }
  .ModuleSlideV2Giant.layout-101 .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 12px;
  }
  .ModuleSlideV2Giant.layout-101 .slick-dots li button:before {
    width: 4px !important;
    height: 4px !important;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .ModuleSlideV2Giant.layout-101 .slick-dots {
    bottom: 20px;
  }
  .ModuleSlideV2Giant.layout-101 .slick-dots li {
    margin: 0 7.5px;
  }
  .ModuleSlideV2Giant.layout-101 .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .ModuleSlideV2Giant.layout-101 .slick-dots li button:before {
    width: 5px;
    height: 5px;
    top: 5px;
    left: 5px;
  }
}
.module_183110884 .ModuleHead .HeadCenter {
  float: none;
}

#module_183110884 {
  padding: 0px;
}

#module_183110884 {
  position: static;
  z-index: 0;
  width: 100%;
  height: auto;
}

#module_183110884 .ModuleHead183110884 {
  display: none;
}

#module_183110884 .slick-dots li button:before {
  background-color: #1976d2;
}

#module_183110884 .slick-dots li button {
  border-color: rgba(25, 118, 210, 0);
}

#module_183110884 .slick-dots li.slick-active button:before, #module_183110884 .slick-dots li:hover button:before {
  background-color: #1976d2;
}

#module_183110884 .slick-dots li.slick-active button, #module_183110884 .slick-dots li button:hover {
  border-color: rgb(25, 118, 210);
}

.module_270027191 .ModuleHead .HeadCenter {
  float: none;
}

#module_270027191 {
  padding: 0px;
}

#module_270027191 {
  position: static;
  z-index: 0;
  top: 0px;
  width: 100%;
  height: auto;
}

#module_270027191 .ModuleHead270027191 {
  display: none;
}

.module_186963833 .ModuleHead .HeadCenter {
  float: none;
}

#module_186963833 {
  padding: 0px;
}

#module_186963833 {
  position: static;
  z-index: 0;
  width: 100%;
  height: auto;
}

#module_186963833 .ModuleHead186963833 {
  display: none;
}

#module_186963833 .BodyCenter.BodyCenter186963833 {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}

#module_186963833 > .module_186963833 {
  border-top-style: solid;
  border-top-color: #000;
  border-top-width: 0px;
  border-left-style: solid;
  border-left-color: #000;
  border-left-width: 0px;
  border-right-style: solid;
  border-right-color: #000;
  border-right-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-bottom-width: 0px;
}

#module_186963833 > .module_186963833 {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
  #module_186963833 .BodyCenter.BodyCenter186963833 {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_186963833 .BodyCenter.BodyCenter186963833 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  #module_186963833 > .module_186963833 {
    margin-top: -0.1471%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_186963833 > .module_186963833 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
#module_186963833 > .module_186963833 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_186963833:hover {
  border: none;
}

#module_186963833:hover > .module_186963833 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_186963833 .slick-dots li button:before {
  background-color: #1976d2;
}

#module_186963833 .slick-dots li button {
  border-color: rgba(25, 118, 210, 0);
}

#module_186963833 .slick-dots li.slick-active button:before, #module_186963833 .slick-dots li:hover button:before {
  background-color: #1976d2;
}

#module_186963833 .slick-dots li.slick-active button, #module_186963833 .slick-dots li button:hover {
  border-color: rgb(25, 118, 210);
}

#module_189980156 {
  padding: 0px;
  position: static;
  z-index: 0;
  top: 46px;
  width: 100%;
  height: auto;
}
#module_189980156 .ModuleHead .HeadCenter {
  float: none;
}
#module_189980156 .ModuleHead189980156 {
  display: none;
}
#module_189980156 .BodyCenter.BodyCenter189980156 {
  background: none;
  background-color: rgb(237, 242, 246);
}
#module_189980156 > .module_189980156 {
  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;
  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_189980156 .BodyCenter.BodyCenter189980156 {
    padding-top: 2.9412%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 2.9412%;
  }
}
@media screen and (max-width: 767px) {
  #module_189980156 .BodyCenter.BodyCenter189980156 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  #module_189980156 > .module_189980156 {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_189980156 > .module_189980156 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
#module_189980156 > .module_189980156 {
  box-shadow: 0px 0px 0px 0px #ccc;
}
#module_189980156:hover {
  border: none;
}
#module_189980156:hover > .module_189980156 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}
#module_189980156 .ModuleSubContainer {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-attachment: scroll;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s ease;
}
#module_189980156 .ModuleSubContainer:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
#module_189980156 .gridBgVideo .bgVideoMask {
  opacity: 0.2;
}

.ModuleGridContainer.ModuleGridContainer189980156 .SubPadding {
  width: 0px;
}

/*当前位置 layout 101*/
.ModuleBreadcrumbsGiant.layout-101 .menu:hover {
  text-decoration: underline;
}

.ModuleBreadcrumbsGiant.layout-101 ol {
  margin: 0;
  padding: 10px;
}

.ModuleBreadcrumbsGiant.layout-101 .breadcrumb {
  background-color: transparent;
  margin: 0;
}

.ModuleBreadcrumbsGiant.layout-101 .breadcrumb > li, .ModuleBreadcrumbsGiant.layout-101 .breadcrumb > li a {
  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_189980157 .ModuleHead .HeadCenter {
  float: none;
}

#module_189980157 {
  padding: 0px;
}

#module_189980157 {
  position: static;
  z-index: 0;
  top: 896px;
  left: 670px;
  width: 100%;
  height: auto;
}

#module_189980157 .ModuleHead189980157 {
  display: none;
}

#module_189980157 .BodyCenter.BodyCenter189980157 {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}

#module_189980157 > .module_189980157 {
  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_189980157 > .module_189980157 {
  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_189980157 .BodyCenter.BodyCenter189980157 {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_189980157 .BodyCenter.BodyCenter189980157 {
    padding-top: 2.8818%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 2.8818%;
  }
}
@media screen and (min-width: 768px) {
  #module_189980157 > .module_189980157 {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_189980157 > .module_189980157 {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
}
#module_189980157 > .module_189980157 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_189980157:hover {
  border: none;
}

#module_189980157:hover > .module_189980157 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_189980157 .BreadIcon {
  font-size: 16px;
}

#module_189980157 .BreadsvgIcon svg {
  width: 16px;
  height: 16px;
}

#module_189980157 .BreadIcon {
  color: #666;
}

#module_189980157 .BreadsvgIcon svg > * {
  fill: #666;
}

#module_189980157 .BreadIcon, #module_189980157 .BreadsvgIcon {
  margin-left: 0px;
}

#module_189980157 .BreadIcon, #module_189980157 .BreadsvgIcon {
  margin-right: 10px;
}

#module_189980157 .bcs-item, #module_189980157 .bcs-item a {
  font-size: 14px;
}

#module_189980157 .bcs-item, #module_189980157 .bcs-item a {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_189980157 .bcs-item, #module_189980157 .bcs-item a {
  color: rgb(182, 182, 182);
}

#module_189980157 .bcs-item, #module_189980157 .bcs-item a {
  font-weight: normal;
}

#module_189980157 .bcs-item, #module_189980157 .bcs-item a {
  text-decoration: none;
}

#module_189980157 .bcs-item, #module_189980157 .bcs-item a {
  font-style: normal;
}

#module_189980157 .breadcrumb {
  text-align: left;
}

#module_189980157 .breadcrumb .separator {
  margin-left: 10px;
  margin-right: 10px;
}

#module_189980157 .breadcrumb .separator {
  font-size: 12px;
}

#module_189980157 .breadcrumb .separator {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_189980157 .breadcrumb .separator {
  color: rgb(182, 182, 182);
}

#module_189980157 .breadcrumb .separator {
  font-weight: normal;
}

#module_189980157 .breadcrumb .separator {
  text-decoration: none;
}

#module_189980157 .breadcrumb .separator {
  font-style: normal;
}

#module_189980157 .breadcrumb:hover .BreadIcon {
  color: #666;
}

#module_189980157 .breadcrumb:hover .BreadsvgIcon svg > * {
  fill: #666;
}

#module_189980157 .bcs-item:hover, #module_189980157 .bcs-item a:hover {
  font-size: 14px;
}

#module_189980157 .bcs-item:hover, #module_189980157 .bcs-item a:hover {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_189980157 .bcs-item:hover, #module_189980157 .bcs-item a:hover {
  color: rgb(0, 48, 89);
}

#module_189980157 .bcs-item:hover, #module_189980157 .bcs-item a:hover {
  font-weight: normal;
}

#module_189980157 .bcs-item:hover, #module_189980157 .bcs-item a:hover {
  text-decoration: none;
}

#module_189980157 .bcs-item:hover, #module_189980157 .bcs-item a:hover {
  font-style: normal;
}

.ModuleGridContainer.ModuleGridContainer189980156 #Sub189980156_1 {
  width: 50%;
}

.ModuleCommonClsGiant.layout-105 .one-classify-box {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0;
}

.ModuleCommonClsGiant.layout-105 .one-classify-box.show {
  white-space: normal;
}

.ModuleCommonClsGiant.layout-105 .one-classify-box.show .main-class-item {
  margin-bottom: 5px;
}

/*到手机应该隐藏*/
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar {
  height: 4px;
}

.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar-thumb {
  height: 4px;
  width: 40px;
  background-color: rgba(94, 94, 94, 0.5);
  border-radius: 2px;
}

.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar-track-piece {
  height: 8px;
  width: 40px;
  background-color: #fff;
}

.ModuleCommonClsGiant.layout-105 .main-class-item {
  background: #fff;
  border-top: 0;
  color: #666;
  width: auto;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  float: none;
}

.ModuleCommonClsGiant.layout-105 .ItemCount .main-class-item {
  float: left;
}

.ModuleCommonClsGiant.layout-105 .main-class-text {
  font-size: 12px;
  width: 100%;
  padding: 0 10px;
  color: #666;
  overflow: hidden;
  text-align: center;
}

.ModuleCommonClsGiant.layout-105 .main-class-item.active {
  background: #303135;
}

.ModuleCommonClsGiant.layout-105 .main-class-item.active .main-class-text {
  color: #fff;
}

/*PC屏幕*/
@media (min-width: 768px) {
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-1 {
    width: 100% !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2 {
    width: calc((100% - 5px) / 2) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2 {
    width: calc((100% - 5px) / 2) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-3 {
    width: calc((100% - 5px) / 3) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-4 {
    width: calc((100% - 5px) / 4) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-5 {
    width: calc((100% - 5px) / 5) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-6 {
    width: calc((100% - 5px) / 6) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-7 {
    width: calc((100% - 5px) / 7) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-8 {
    width: calc((100% - 5px) / 8) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-9 {
    width: calc((100% - 5px) / 9) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-10 {
    width: calc((100% - 5px) / 10) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11 {
    width: calc((100% - 5px) / 11) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-12 {
    width: calc((100% - 5px) / 12) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2:nth-child(2n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-3:nth-child(3n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-4:nth-child(4n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-5:nth-child(5n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-6:nth-child(6n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-7:nth-child(7n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-8:nth-child(8n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-9:nth-child(9n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-10:nth-child(10n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11:nth-child(11n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11:nth-child(12n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .ModuleCommonClsGiant.layout-105 .main-class-text {
    font-size: 12px;
    line-height: 30px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
  }
  .ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar {
    display: none !important;
    width: 0px;
    height: 0px;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-1 {
    width: 100% !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-2:nth-child(2n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-3:nth-child(3n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-4:nth-child(4n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-5:nth-child(5n) {
    margin-right: 0 !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-2 {
    width: calc((100% - 5px) / 2) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-3 {
    width: calc((100% - 10px) / 3) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-4 {
    width: calc((100% - 15px) / 4) !important;
  }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-5 {
    width: calc((100% - 20px) / 5) !important;
  }
}
.module_189980192 .ModuleHead .HeadCenter {
  float: none;
}

#module_189980192 {
  padding: 0px;
}

#module_189980192 {
  position: static;
  z-index: 0;
  top: 28px;
  width: 100%;
  height: auto;
}

#module_189980192 .ModuleHead189980192 {
  display: none;
}

#module_189980192 .BodyCenter.BodyCenter189980192 {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}

#module_189980192 > .module_189980192 {
  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_189980192 > .module_189980192 {
  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_189980192 .BodyCenter.BodyCenter189980192 {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_189980192 .BodyCenter.BodyCenter189980192 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  #module_189980192 > .module_189980192 {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_189980192 > .module_189980192 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
#module_189980192 > .module_189980192 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_189980192:hover {
  border: none;
}

#module_189980192:hover > .module_189980192 {
  border-color: #ccc;
}

#module_189980192:hover > .module_189980192 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_189980192 .one-classify-box {
  text-align: right;
}

#module_189980192 .main-class-item {
  background-color: transparent;
}

#module_189980192 .main-class-item {
  background-image: none;
}

#module_189980192 .main-class-item {
  background-repeat: no-repeat;
}

#module_189980192 .main-class-item {
  height: 40px;
}

#module_189980192 .main-class-item {
  border-top-color: #000;
}

#module_189980192 .main-class-item {
  border-top-style: solid;
}

#module_189980192 .main-class-item {
  border-top-width: 0px;
}

#module_189980192 .main-class-item {
  border-right-color: rgb(242, 242, 242);
}

#module_189980192 .main-class-item {
  border-right-style: solid;
}

#module_189980192 .main-class-item {
  border-right-width: 1px;
}

#module_189980192 .main-class-item {
  border-bottom-color: #000;
}

#module_189980192 .main-class-item {
  border-bottom-style: solid;
}

#module_189980192 .main-class-item {
  border-bottom-width: 0px;
}

#module_189980192 .main-class-item {
  border-left-color: #000;
}

#module_189980192 .main-class-item {
  border-left-style: solid;
}

#module_189980192 .main-class-item {
  border-left-width: 0px;
}

#module_189980192 .main-class-item {
  border-top-left-radius: 0px;
}

#module_189980192 .main-class-item {
  border-top-right-radius: 0px;
}

#module_189980192 .main-class-item {
  border-bottom-left-radius: 0px;
}

#module_189980192 .main-class-item {
  border-bottom-right-radius: 0px;
}

#module_189980192 .main-class-item {
  margin-right: 5px;
}

@media (max-width: 767px) {
  #module_189980192 .ItemCount li.col-xs-2 {
    width: calc((100% - 5px) / 2) !important;
  }
  #module_189980192 .ItemCount li.col-xs-3 {
    width: calc((100% - 10px) / 3) !important;
  }
  #module_189980192 .ItemCount li.col-xs-4 {
    width: calc((100% - 15px) / 4) !important;
  }
  #module_189980192 .ItemCount li.col-xs-5 {
    width: calc((100% - 20px) / 5) !important;
  }
}
@media (min-width: 768px) {
  #module_189980192 .ItemCount li.col-lg-2 {
    width: calc((100% - 5px) / 2) !important;
  }
  #module_189980192 .ItemCount li.col-lg-3 {
    width: calc((100% - 10px) / 3) !important;
  }
  #module_189980192 .ItemCount li.col-lg-4 {
    width: calc((100% - 15px) / 4) !important;
  }
  #module_189980192 .ItemCount li.col-lg-5 {
    width: calc((100% - 20px) / 5) !important;
  }
  #module_189980192 .ItemCount li.col-lg-6 {
    width: calc((100% - 25px) / 6) !important;
  }
  #module_189980192 .ItemCount li.col-lg-7 {
    width: calc((100% - 30px) / 7) !important;
  }
  #module_189980192 .ItemCount li.col-lg-8 {
    width: calc((100% - 35px) / 8) !important;
  }
  #module_189980192 .ItemCount li.col-lg-9 {
    width: calc((100% - 40px) / 9) !important;
  }
  #module_189980192 .ItemCount li.col-lg-10 {
    width: calc((100% - 45px) / 10) !important;
  }
  #module_189980192 .ItemCount li.col-lg-11 {
    width: calc((100% - 50px) / 11) !important;
  }
  #module_189980192 .ItemCount li.col-lg-12 {
    width: calc((100% - 55px) / 12) !important;
  }
}
#module_189980192 .main-class-text {
  font-size: 14px;
}

#module_189980192 .main-class-text {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_189980192 .main-class-text {
  color: rgb(42, 42, 42);
}

#module_189980192 .main-class-text {
  font-weight: normal;
}

#module_189980192 .main-class-text {
  text-decoration: none;
}

#module_189980192 .main-class-text {
  font-style: normal;
}

#module_189980192 .main-class-item {
  width: 80px;
}

#module_189980192 .main-class-item.active {
  background-color: rgba(0, 0, 0, 0);
}

#module_189980192 .main-class-item.active {
  background-image: none;
}

#module_189980192 .main-class-item.active {
  background-repeat: no-repeat;
}

#module_189980192 .main-class-item.active .main-class-text {
  font-size: 14px;
}

#module_189980192 .main-class-item.active .main-class-text {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_189980192 .main-class-item.active .main-class-text {
  color: rgb(0, 48, 89);
}

#module_189980192 .main-class-item.active .main-class-text {
  font-weight: bold;
}

#module_189980192 .main-class-item.active .main-class-text {
  text-decoration: none;
}

#module_189980192 .main-class-item.active .main-class-text {
  font-style: normal;
}

.ModuleGridContainer.ModuleGridContainer189980156 #Sub189980156_2 {
  width: 50%;
}

.module_189980161 .ModuleHead .HeadCenter {
  float: none;
}

#module_189980161 {
  padding: 0px;
}

#module_189980161 {
  position: static;
  z-index: 1;
  top: 939px;
  left: 1836px;
  width: 100%;
  height: auto;
}

#module_189980161 .ModuleHead189980161 {
  display: none;
}

#module_189980161 .BodyCenter.BodyCenter189980161 {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}

#module_189980161 > .module_189980161 {
  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_189980161 > .module_189980161 {
  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_189980161 .BodyCenter.BodyCenter189980161 {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_189980161 .BodyCenter.BodyCenter189980161 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  #module_189980161 > .module_189980161 {
    margin-top: 2.9412%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2.9412%;
  }
}
@media screen and (max-width: 767px) {
  #module_189980161 > .module_189980161 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
#module_189980161 > .module_189980161 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_189980161:hover {
  border: none;
}

#module_189980161:hover > .module_189980161 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_189980161 .ModuleSubContainer {
  background-color: transparent;
}

#module_189980161 .ModuleSubContainer {
  background-image: none;
}

#module_189980161 .ModuleSubContainer {
  background-repeat: no-repeat;
}

#module_189980161 .ModuleSubContainer {
  background-position: 0% 0%;
}

#module_189980161 .ModuleSubContainer {
  background-attachment: scroll;
}

#module_189980161 .gridBgVideo .bgVideoMask {
  opacity: 0.2;
}

#module_189980161 .ModuleSubContainer {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s ease;
}

#module_189980161 .ModuleSubContainer:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer189980161 .SubPadding {
  width: 20px;
}

.ModuleDownDetailGiant.layout-101 .inner-box .inner {
  display: inline-block;
}

.ModuleDownDetailGiant.layout-101 .inner-box .inner-one {
  min-width: 280px;
  max-width: 460px;
  margin-right: 20px;
}

.ModuleDownDetailGiant.layout-101 .oneline {
  line-height: 1.2;
  margin-bottom: 15px;
}

.ModuleDownDetailGiant.layout-101 .DDetail > div.detail {
  padding-top: 17px;
}

.ModuleDownDetailGiant.layout-101 .downImg {
  display: flex;
  position: relative;
  width: 204px;
  height: 50px;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 9px 28px;
  margin-bottom: 40px;
}

.ModuleDownDetailGiant.layout-101 .downImg .downImgContent {
  width: calc(100% - 13px);
  height: auto;
  line-height: 1;
}

.ModuleDownDetailGiant.layout-101 .downImg .downBtnNameCn {
  font-size: 16px;
  font-weight: bold;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  color: #333;
  line-height: 1;
}

.ModuleDownDetailGiant.layout-101 .downImg .downBtnNameEn {
  font-size: 12px;
  font-weight: bold;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  color: #999;
  line-height: 1;
  margin-top: 4px;
}

.ModuleDownDetailGiant.layout-101 .downIconBox {
  position: relative;
}

.ModuleDownDetailGiant.layout-101 .downIconBox .arrow-down {
  width: 13px;
  height: 16px;
  position: relative;
  display: inline-block;
}

.ModuleDownDetailGiant.layout-101 .downIconBox .arrow-down:before,
.ModuleDownDetailGiant.layout-101 .downIconBox .arrow-down:after {
  content: "";
  border-color: transparent;
  border-style: solid;
  position: absolute;
}

.ModuleDownDetailGiant.layout-101 .downIconBox .arrow-down:before {
  border: none;
  background-color: #999;
  height: 50%;
  width: 35%;
  top: 0;
  left: 32.5%;
}

.ModuleDownDetailGiant.layout-101 .downIconBox .arrow-down:after {
  left: 0;
  top: 50%;
  border-width: 6.5px 6.5px;
  border-top-color: #999;
}

.ModuleDownDetailGiant.layout-101 .downIconBox .arrow-down-line {
  width: 13px;
  height: 2px;
  background: #999;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 0px;
}

.ModuleDownDetailGiant.layout-101 .downImg.otherLang {
  display: flex;
  align-items: center;
}

.ModuleDownDetailGiant.layout-101 .downImg.otherLang .downBtnNameCn {
  display: none;
}

.ModuleDownDetailGiant.layout-101 .downImg.otherLang .downBtnNameEn {
  font-size: 16px;
  color: #333;
  margin-top: 0;
}

.ModuleDownDetailGiant.layout-101 .downImg.otherLang .downIconBox {
  top: 3px;
  right: -52px;
}

.ModuleDownDetailGiant.layout-101 .introduction {
  border-left: 5px;
  border-left-style: solid;
  border-left-color: #333;
  line-height: 1;
  padding-left: 5px;
  margin-bottom: 15px;
}

.ModuleDownDetailGiant.layout-101 .prefix {
  color: #333;
}

.ModuleDownDetailGiant.layout-101 .prams {
  color: #666;
  display: block;
  padding-left: 5px;
}

.ModuleDownDetailGiant.layout-101 .oneline .prefix,
.ModuleDownDetailGiant.layout-101 .oneline .prams {
  padding-bottom: 2px;
}

.ModuleHead .HeadText {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .ModuleDownDetailGiant.layout-101 .inner-box .inner {
    max-width: 100%;
  }
  .ModuleDownDetailGiant.layout-101 .DDetail > div.detail {
    padding-top: 10px;
  }
  .ModuleDownDetailGiant.layout-101 .serfix {
    padding-bottom: 0;
  }
}
.module_183409032 .ModuleHead .HeadCenter {
  float: none;
}

#module_183409032 {
  padding: 0px;
}

#module_183409032 {
  position: static;
  z-index: 0;
  top: 2519px;
  left: 656px;
  width: 100%;
  height: auto;
}

#module_183409032 .ModuleHead183409032 {
  display: none;
}

#module_183409032 .BodyCenter.BodyCenter183409032 {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}

#module_183409032 > .module_183409032 {
  border-top-style: solid;
  border-top-color: rgb(242, 242, 242);
  border-top-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(242, 242, 242);
  border-left-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(242, 242, 242);
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(242, 242, 242);
  border-bottom-width: 1px;
}

#module_183409032 > .module_183409032 {
  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_183409032 .BodyCenter.BodyCenter183409032 {
    padding-top: 2.2272%;
    padding-left: 2.2272%;
    padding-right: 2.2272%;
    padding-bottom: 2.2272%;
  }
}
@media screen and (max-width: 767px) {
  #module_183409032 .BodyCenter.BodyCenter183409032 {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
  }
}
@media screen and (min-width: 768px) {
  #module_183409032 > .module_183409032 {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_183409032 > .module_183409032 {
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 11.5274%;
  }
}
#module_183409032 > .module_183409032 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_183409032:hover {
  border: none;
}

#module_183409032:hover > .module_183409032 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_183409032 .prefix {
  font-size: 14px;
}

#module_183409032 .prefix {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_183409032 .prefix {
  color: #333;
  border-left-color: #333;
}

#module_183409032 .prefix {
  font-weight: normal;
}

#module_183409032 .prefix {
  text-decoration: none;
}

#module_183409032 .prefix {
  font-style: normal;
}

#module_183409032 .prams {
  font-size: 14px;
}

#module_183409032 .prams {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_183409032 .prams {
  color: #666;
}

#module_183409032 .prams {
  font-weight: normal;
}

#module_183409032 .prams {
  text-decoration: none;
}

#module_183409032 .prams {
  font-style: normal;
}

#module_183409032 .DDetail {
  background-color: #fff;
}

#module_183409032 .DDetail {
  background-image: none;
}

#module_183409032 .DDetail {
  background-repeat: no-repeat;
}

#module_183409032 .DDetail {
  margin-top: 0px;
}

#module_183409032 .DDetail {
  margin-bottom: 0px;
}

#module_183409032 .DDetail {
  margin-left: 0px;
}

#module_183409032 .DDetail {
  margin-right: 0px;
}

#module_183409032 .DDetail {
  padding-top: 0px;
}

#module_183409032 .DDetail {
  padding-bottom: 0px;
}

#module_183409032 .DDetail {
  padding-left: 0px;
}

#module_183409032 .DDetail {
  padding-right: 0px;
}

#module_183409032 .downImg .downBtnNameCn {
  font-size: 16px;
}

#module_183409032 .downImg .downBtnNameCn {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_183409032 .downImg .downBtnNameCn {
  color: #333;
}

#module_183409032 .downImg .downBtnNameCn {
  font-weight: bold;
}

#module_183409032 .downImg .downBtnNameCn {
  text-decoration: none;
}

#module_183409032 .downImg .downBtnNameCn {
  font-style: normal;
}

#module_183409032 .downImg .downBtnNameEn {
  font-size: 12px;
}

#module_183409032 .downImg .downBtnNameEn {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_183409032 .downImg .downBtnNameEn {
  color: #999;
}

#module_183409032 .downImg .downBtnNameEn {
  font-weight: bold;
}

#module_183409032 .downImg .downBtnNameEn {
  text-decoration: none;
}

#module_183409032 .downImg .downBtnNameEn {
  font-style: normal;
}

#module_183409032 .downIconBox .arrow-down:before, #module_183409032 .downIconBox .arrow-down-line {
  background-color: rgb(0, 47, 88);
}

#module_183409032 .downIconBox .arrow-down:after {
  border-top-color: rgb(0, 47, 88);
}

#module_183409032 .downImg {
  background: rgba(0, 0, 0, 0);
}

#module_183409032 .downImg {
  border-color: rgb(0, 47, 88);
}

#module_183409032 .downImg {
  border-style: solid;
}

#module_183409032 .downImg {
  border-width: 1px;
}

#module_183409032 .downImg {
  border-top-left-radius: 6px;
}

#module_183409032 .downImg {
  border-top-right-radius: 6px;
}

#module_183409032 .downImg {
  border-bottom-left-radius: 6px;
}

#module_183409032 .downImg {
  border-bottom-right-radius: 6px;
}

#module_183409032 .downImg {
  width: 204px;
}

#module_183409032 .downImg {
  height: 50px;
}

#module_183409032 .downImg:hover .downBtnNameCn {
  font-size: 16px;
}

#module_183409032 .downImg:hover .downBtnNameCn {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_183409032 .downImg:hover .downBtnNameCn {
  color: #333;
}

#module_183409032 .downImg:hover .downBtnNameCn {
  font-weight: bold;
}

#module_183409032 .downImg:hover .downBtnNameCn {
  text-decoration: none;
}

#module_183409032 .downImg:hover .downBtnNameCn {
  font-style: normal;
}

#module_183409032 .downImg:hover .downBtnNameEn {
  font-size: 12px;
}

#module_183409032 .downImg:hover .downBtnNameEn {
  font-family: 微软雅黑, Microsoft YaHei;
}

#module_183409032 .downImg:hover .downBtnNameEn {
  color: rgb(153, 153, 153);
}

#module_183409032 .downImg:hover .downBtnNameEn {
  font-weight: bold;
}

#module_183409032 .downImg:hover .downBtnNameEn {
  text-decoration: none;
}

#module_183409032 .downImg:hover .downBtnNameEn {
  font-style: normal;
}

#module_183409032 .downImg:hover .downIconBox .arrow-down:before, #module_183409032 .downImg:hover .downIconBox .arrow-down-line {
  background-color: rgb(78, 127, 195);
}

#module_183409032 .downImg:hover .downIconBox .arrow-down:after {
  border-top-color: rgb(78, 127, 195);
}

#module_183409032 .downImg:hover {
  background: rgba(0, 0, 0, 0);
}

#module_183409032 .downImg:hover {
  border-color: rgb(78, 127, 195);
}

#module_183409032 .downImg:hover {
  border-style: solid;
}

#module_183409032 .downImg:hover {
  border-width: 1px;
}

.ModuleGridContainer.ModuleGridContainer189980161 #Sub189980161_1 {
  width: 100%;
}

.ModuleCustomFormGiant.layout-102 .submitbtnbox {
  display: flex;
}

/*新验证码开始*/
.ModuleCustomFormGiant.layout-102 .vciline {
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ModuleCustomFormGiant.layout-102 .VCClose:hover .VCLine1 {
  display: none;
}

.ModuleCustomFormGiant.layout-102 .VCClose:hover .VCLine2 {
  transform: rotate(180deg);
  transition: all 0.5s;
}

.ModuleCustomFormGiant.layout-102 .VCClose {
  position: relative;
  margin-right: 20px;
  width: 30px;
  float: right;
  margin-top: 17px;
  height: 30px;
  cursor: pointer;
}

.ModuleCustomFormGiant.layout-102 .VCLine1 {
  border-top: #ccc solid 2px;
  width: 18px;
  transform: rotate(45deg);
  right: 0;
  position: absolute;
  top: 9px;
}

.ModuleCustomFormGiant.layout-102 .VCLine2 {
  border-top: #ccc solid 2px;
  width: 18px;
  transform: rotate(-45deg);
  right: 0;
  position: absolute;
  top: 9px;
}

.ModuleCustomFormGiant.layout-102 .VCTitle {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-top: 41px;
  margin-bottom: 25px;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodediv .vcbtn {
  margin-top: 22px;
  text-align: right;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodediv .vcbtn1 {
  width: 80px;
  height: 36px;
  background: #1e88e5;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  font-size: 16px;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodediv .vcbtn2 {
  width: 80px;
  height: 36px;
  background: #fff;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  color: #666666;
  border: 1px #ccc solid;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodediv .vcinput::placeholder {
  color: #999999;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodediv .vcinput {
  border: none;
  padding: 20px 0;
  background: #fff !important;
  border-bottom: solid #ccc 1px;
  color: #666;
  line-height: 1;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodediv .changebtn {
  text-align: right;
  display: block;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodediv .VerificationCode {
  width: 100%;
  height: 100px;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodecontext {
  padding: 0 33px;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodediv {
  position: absolute;
  bottom: 0;
  z-index: 12;
  background: #fff;
  transform: translate(-50%, -50%);
  top: auto;
  left: 50%;
  max-width: 350px;
  height: 380px;
  border-radius: 6px;
  box-shadow: 9.9px 9.9px 49px 0px rgba(0, 0, 0, 0.11);
  display: none;
  width: 100%;
}

/*新验证码结束*/
.ModuleCustomFormGiant.layout-102 .title {
  text-align: center;
  line-height: 50px;
  height: 50px;
  color: #333;
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: normal;
  min-height: 30px;
}

.ModuleCustomFormGiant.layout-102 .multi-row-text {
  width: 90%;
}

.ModuleCustomFormGiant.layout-102 input[type=text] {
  font-size: 14px;
  border: none;
  background: #fff;
  padding: 0 0 0 10px;
  /* flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 1;
  -moz-flex-grow: 1; */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ModuleCustomFormGiant.layout-102 .customFormicon {
  width: 20px;
  height: 20px;
  margin-top: -5px;
  margin-right: 5px;
  display: inline-block !important;
}

/* .ModuleCustomFormGiant.layout-102 .Select_Simulate li:hover {
    color: #fff
} */
.ModuleCustomFormGiant.layout-102 .content-title {
  font-size: 14px;
  line-height: 44px;
  height: 44px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -moz-flex-shrink: 0;
  /* max-width: 30%; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ModuleCustomFormGiant.layout-102 .in-formList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  /* -webkit-box-pack: justify; */
  /* -webkit-justify-content: space-between; */
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.ModuleCustomFormGiant.layout-102 .formList-content {
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 16px;
  width: 100%;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ModuleCustomFormGiant.layout-102 .areabox .area ul {
  top: 55px;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .City-select, .ModuleCustomFormGiant.layout-102 .pcCitybox .Couty-select {
  flex-grow: 1;
  flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -moz-flex-grow: 1;
  margin-right: 10px;
  height: 44px;
  line-height: 44px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* padding: 0 10px; */
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ccc;
  /* background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right; */
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .frist-city-select select {
  border: 0;
  border-radius: 0;
  margin-right: 0;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .frist-city-select .frist-city-title {
  font-size: 14px;
  margin-left: 16px;
  white-space: nowrap;
}

.ModuleCustomFormGiant.layout-102 .Browse-file {
  line-height: 44px;
  height: 44px;
}

.ModuleCustomFormGiant.layout-102 .Browse-img {
  height: 80px;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .frist-city-select {
  border-radius: 5px;
  border: 1px solid #ccc;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -moz-flex-grow: 1;
  margin-right: 10px;
  /* background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ModuleCustomFormGiant.layout-102 .choose-time-mobile {
  font-size: 14px;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .Couty-select {
  margin-right: 0;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .Province-select {
  height: 40px;
  margin-top: 1px;
  width: 100%;
}

.ModuleCustomFormGiant.layout-102 .areabox .frist_item {
  height: 100%;
}

.ModuleCustomFormGiant.layout-102 input.VerificationCodeinput {
  width: 188px;
  line-height: 34px;
  margin-right: 10px;
  float: left;
}

.ModuleCustomFormGiant.layout-102 .VerificationCode {
  width: 90px;
  height: 50px;
  display: inline-block;
}

.ModuleCustomFormGiant.layout-102 .file-box .Browse-file-input {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -moz-flex-grow: 1;
  margin-right: 10px;
  border-radius: 5px;
}

.ModuleCustomFormGiant.layout-102 .file-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ModuleCustomFormGiant.layout-102 .Browse-file {
  border: 1px solid #eee;
  border-radius: 5px;
}

.ModuleCustomFormGiant.layout-102 .Browse-file:hover {
  color: #666;
  background: #eee;
  border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-102 .input-text-color {
  color: #999;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.ModuleCustomFormGiant.layout-102 .smsvaldatebox {
  height: 44px;
  line-height: 44px;
}

.ModuleCustomFormGiant.layout-102 .smsvcode, .ModuleCustomFormGiant.layout-102 .smsbtn {
  border-radius: 5px;
}

.ModuleCustomFormGiant.layout-102 .Describ-text-color {
  color: #333;
}

.ModuleCustomFormGiant.layout-102 .submibtn-color {
  color: #fff;
  background: #1e88e5;
  border-radius: 5px;
  cursor: pointer;
}

.ModuleCustomFormGiant.layout-102 .areabox .frist_item {
  padding-right: 4px;
}

.ModuleCustomFormGiant.layout-102 .Select_Simulate .Select_sanjiao {
  border: 0;
  height: 44px;
  width: 30px;
  background: url(../static/images/arrow2.png) no-repeat center right;
  line-height: 44px;
  margin: 0;
  margin-right: 16px;
}

.ModuleCustomFormGiant.layout-102 .formList-content.mgb0 {
  margin-bottom: 0;
}

.ModuleCustomFormGiant.layout-102 .in-formList-content.pdLf0 {
  padding-left: 0;
}

.ModuleCustomFormGiant.layout-102 .Select_Simulate.layout2 li {
  padding: 0 16px;
}

.ModuleCustomFormGiant.layout-102 .Select_Simulate .frist_item {
  padding-right: 0;
}

.ModuleCustomFormGiant.layout-102 .submitbtn {
  line-height: 50px;
  height: 50px;
  text-align: center;
  margin-top: 16px;
}

.ModuleCustomFormGiant.layout-102 .submibtn-color:hover {
  color: #fff;
  background: #1976d2;
}

.ModuleCustomFormGiant.layout-102 .pd-0 {
  padding: 0;
}

.ModuleCustomFormGiant.layout-102 .formList-content-no-style .in-formList {
  align-items: flex-start;
}

.ModuleCustomFormGiant.layout-102 .multi-row-text {
  margin-top: 3px;
  border: 0;
  padding-left: 10px;
}

.ModuleCustomFormGiant.layout-102 .formList-content-no-border {
  border: none;
  padding-left: 0;
}

.ModuleCustomFormGiant.layout-102 .in-formList-checkbox {
  white-space: normal;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-102 .vertical {
  width: auto;
  display: initial;
}

.ModuleCustomFormGiant.layout-102 input[type=radio], .ModuleCustomFormGiant.layout-102 input[type=checkbox] {
  top: 0;
  margin-top: 0;
}

.ModuleCustomFormGiant.layout-102 .formList-content-no-border .in-formList {
  /* align-items: flex-start; */
}

.ModuleCustomFormGiant.layout-102 .content-title-checkbox {
  margin-right: 16px;
}

.ModuleCustomFormGiant .in-formList-checkbox label {
  font-weight: normal;
  font-size: 14px;
  color: #666;
}

.ModuleCustomFormGiant.layout-102 .choose-time {
  border: none;
  line-height: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ModuleCustomFormGiant.layout-102 .chooseTimeicon {
  margin-top: 0;
  margin-right: 10px;
}

.ModuleCustomFormGiant.layout-102 .icon-riqixuanze {
  padding-right: 10px;
  position: absolute;
  right: 0;
  color: #b3b6b7;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: auto;
  margin-right: 8px;
  padding-left: 16px;
  display: inline-block;
  height: 50px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ModuleCustomFormGiant.layout-102 .verifica {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb .input-text-checking {
  width: 66.5%;
  vertical-align: top;
  margin-top: 1px;
}

.ModuleCustomFormGiant.layout-102 .changebtn {
  line-height: 50px;
}

.ModuleCustomFormGiant.layout-102 .cityPickerBox {
  border: 0;
}

.ModuleCustomFormGiant.layout-102 .cityval {
  line-height: 48px;
  height: 48px;
  display: none;
  width: 100%;
}

.ModuleCustomFormGiant.layout-102 .choose-city-content {
  font-size: 14px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 97%;
  display: block;
}

.ModuleCustomFormGiant.layout-102 .cityPickerBoxwb {
  height: 44px;
}

.ModuleCustomFormGiant.layout-102 .padL16 {
  padding-left: 16px;
  line-height: 1;
  height: auto;
  margin-top: 0;
  margin-right: 16px;
}

.ModuleCustomFormGiant.layout-102 .padL16.radioBox {
  margin-top: 8px;
}

.ModuleCustomFormGiant.layout-102 .formList-content.mg0 {
  margin-bottom: 0;
}

.ModuleCustomFormGiant.layout-102 .Select_Simulate.layout2 .frist_item {
  padding-left: 0;
}

.ModuleCustomFormGiant.layout-102 .in-formList-content {
  border: 1px solid #ccc;
  padding-left: 16px;
  border-radius: 5px;
}

.ModuleCustomFormGiant.layout-102 .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ModuleCustomFormGiant.layout-102 .select_box {
  display: none;
}

.ModuleCustomFormGiant.layout-102 .in-formList-img {
  min-height: 60px;
  height: auto;
}

.ModuleCustomFormGiant.layout-102 .file-operation {
  display: flex;
}

.ModuleCustomFormGiant.layout-102 .file-operation .content-title {
  max-width: 100%;
}

.ModuleCustomFormGiant.layout-102 .UploadFileSpan {
  line-height: 30px;
  font-size: 12px;
  /* border: 1px solid #e5e5e5;
  background: #fbfbfb; */
  padding: 0 10px;
  box-sizing: border-box;
  min-height: 30px;
  width: 316px;
  display: none;
  padding-left: 0px;
}

.ModuleCustomFormGiant.layout-102 .textbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-102 .w-100 {
  width: 100%;
  flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-102 .desctxt {
  max-width: 100%;
  overflow: inherit;
  white-space: normal;
  line-height: 1.5;
  height: 100%;
}

.ModuleCustomFormGiant.layout-102 .customform-upload-img-preview {
  border-radius: 5px;
}

.ModuleCustomFormGiant.layout-102 .in-formList-checkbox label span {
  min-width: 36px;
  display: initial;
  word-break: break-all;
}

.ModuleCustomFormGiant.layout-102 .customFormTextarea::placeholder {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .ModuleCustomFormGiant.layout-102 .vertical {
    margin-left: 16px;
  }
  .ModuleCustomFormGiant.layout-102 .textbox {
    flex-wrap: wrap;
  }
  .ModuleCustomFormGiant.layout-102 .multi-row-text {
    padding: 5px 10px 10px 10px;
  }
  .ModuleCustomFormGiant.layout-102 .content-title {
    max-width: 75%;
  }
  .ModuleCustomFormGiant.layout-102 .desctxt {
    max-width: 100%;
  }
  .ModuleCustomFormGiant.layout-102 .choose-time-mobile {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
    display: block;
  }
  .ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb .input-text-checking {
    width: 120px;
  }
  .ModuleCustomFormGiant.layout-102 .dq {
    margin-bottom: 0;
  }
  .ModuleCustomFormGiant.layout-102 .VerificationCode {
    width: 90px;
    height: 50px;
  }
  .ModuleCustomFormGiant.layout-102 .formList-content.mg0 {
    margin-bottom: 16px;
  }
  .ModuleCustomFormGiant.layout-102 .InsidePage-title-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 76px);
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .ModuleCustomFormGiant.layout-102 .vertical {
    display: flex;
  }
  .ModuleCustomFormGiant.layout-102 .Pc-formList-content {
    flex-wrap: wrap;
  }
  .ModuleCustomFormGiant.layout-102 .in-formList-checkbox {
    flex-wrap: wrap;
  }
  .ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb .input-text-checking {
    width: 65%;
    padding: 0;
  }
  .ModuleCustomFormGiant.layout-102 .textbox {
    flex-wrap: wrap;
  }
  .ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb .Describ-text-color {
    padding-left: 13px;
  }
  .ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb {
    width: 100%;
    padding-left: 5px;
  }
  .ModuleCustomFormGiant.layout-102 .VerificationCode {
    width: 90px;
    height: 50px;
  }
  .ModuleCustomFormGiant.layout-102 .formList-content.mg0 {
    margin-bottom: 16px;
  }
  .ModuleCustomFormGiant.layout-102 input[type=text] {
    line-height: 48px;
  }
}
.ModuleButtonGiant.layout-104 .moduleButton {
  background-color: #000;
  font-size: 12px;
  height: 50px;
  width: 180px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  /* display: flex;
    justify-content: center;
    align-items: center; */
}

.ModuleButtonGiant.layout-104 .buttonbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ModuleButtonGiant.layout-104 .buttonbox > span {
  display: inline-flex;
}

.ModuleButtonGiant.layout-104 .moduleButton:hover {
  color: #fff;
}

.ModuleButtonGiant.layout-104 .moduleButton:hover:before {
  background: #333;
}

.ModuleButtonGiant.layout-104 .hvr-sweep-to-right:before, .ModuleButtonGiant.layout-104 .hvr-sweep-to-top:before, .ModuleButtonGiant.layout-104 .Radial-Out:before, .ModuleButtonGiant.layout-104 .RShutter-Out-Horizontal:before, .ModuleButtonGiant.layout-104 .Shutter-Out-Horizontal:before, .ModuleButtonGiant.layout-104 .Shutter-Out-Vertical:before {
  background: #333;
}

.ModuleButtonGiant.layout-104 .BreadsvgIcon {
  flex-direction: column;
  justify-content: center;
}

.ModuleButtonGiant.layout-104 .BreadsvgIcon > * {
  width: 16px;
  height: 16px;
}

.ModuleButtonGiant.layout-104 .BreadIcon {
  font-size: 16px;
}

.ModuleDownListGiant.layout-102 .load-wrapper {
  width: 100%;
  height: auto;
  padding: 10px;
}

.ModuleDownListGiant.layout-102 .loader-title {
  color: #3b8cff;
  border-bottom: 2px solid #3b8cff;
  height: 30px;
}

.ModuleDownListGiant.layout-102 .loader-title h2 {
  font-weight: bold;
  font-size: 16px;
}

.ModuleDownListGiant.layout-102 .loader-all {
  font-size: 12px;
  color: #666;
}

.ModuleDownListGiant.layout-102 .loader-all ul li {
  border-bottom: 1px solid #f5f5f5;
}

.ModuleDownListGiant.layout-102 .loader-head-row {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  text-align: left;
  height: 50px;
  line-height: 50px;
}

.ModuleDownListGiant.layout-102 .loader-inner-row {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.ModuleDownListGiant.layout-102 .loader-inner-row:first-child {
  margin-top: 15px;
  font-size: 14px;
}

.ModuleDownListGiant.layout-102 .color66 {
  color: #666 !important;
  font-size: 12px;
}

.ModuleDownListGiant.layout-102 .color99 {
  color: #999 !important;
}

.ModuleDownListGiant.layout-102 .down-title {
  color: #333;
  display: block;
  font-size: 14px;
  width: 98%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.ModuleDownListGiant.layout-102 .col-os-5 {
  width: 41.666665%;
}

.ModuleDownListGiant.layout-102 .col-os-2 {
  width: 16.666666%;
}

.ModuleDownListGiant.layout-102 .col-os-4 {
  width: 33.333332%;
}

.ModuleDownListGiant.layout-102 .pointer {
  font-size: 12px;
}

.ModuleDownListGiant.layout-102 .pointer:hover {
  cursor: pointer !important;
}

.ModuleDownListGiant.layout-102 .pull-right {
  float: right;
}

.ModuleDownListGiant.layout-102 .loader-head-row div.col-os-5, .col-os-4, .col-os-2 {
  float: left;
}

.ModuleDownListGiant.layout-102 .loader-load {
  text-align: left;
  width: 100%;
}

.ModuleDownListGiant.layout-102 .ccc {
  color: #ccc;
}

.ModuleDownListGiant.layout-102 .download-detail {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .ModuleDownListGiant.layout-102 .download-detail {
    margin-right: 10px;
  }
}
#module_183111511 {
  padding: 0px;
  position: static;
  z-index: 0;
  top: 0px;
  width: 100%;
  height: auto;
}
#module_183111511 .ModuleHead183111511 {
  display: none;
}
#module_183111511 .BodyCenter.BodyCenter183111511 {
  background: none;
  background-color: rgb(242, 242, 242);
}
#module_183111511 > .module_183111511 {
  border: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 0px;
}
#module_183111511 > .module_183111511 .ModuleHead .HeadCenter {
  float: none;
}

@media screen and (min-width: 768px) {
  #module_183111511 .BodyCenter.BodyCenter183111511 {
    padding: 1.046% 0;
  }
}
@media screen and (max-width: 767px) {
  #module_183111511 .BodyCenter.BodyCenter183111511 {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  #module_183111511 > .module_183111511 {
    margin: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_183111511 > .module_183111511 {
    margin: 0px;
  }
}
#module_183111511 > .module_183111511 {
  box-shadow: 0px 0px 0px 0px #ccc;
}
#module_183111511:hover {
  border: none;
}
#module_183111511:hover > .module_183111511 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}
#module_183111511 .ModuleSubContainer {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-attachment: scroll;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s ease;
}
#module_183111511 .ModuleSubContainer:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer183111511 .SubPadding {
  width: 0px;
}

#module_183111528 {
  padding: 0px;
  position: static;
  z-index: 0;
  width: 100%;
  height: auto;
}
#module_183111528 .ModuleHead .HeadCenter {
  float: none;
}
#module_183111528 .ModuleHead183111528 {
  display: none;
}
#module_183111528 .BodyCenter.BodyCenter183111528 {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}
#module_183111528 > .module_183111528 {
  border: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
  #module_183111528 .BodyCenter.BodyCenter183111528 {
    padding: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_183111528 .BodyCenter.BodyCenter183111528 {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  #module_183111528 > .module_183111528 {
    margin: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_183111528 > .module_183111528 {
    margin: 0px;
  }
}
#module_183111528 > .module_183111528 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_183111528:hover {
  border: none;
}
#module_183111528:hover > .module_183111528 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_183111528 .ModuleImageTextGiantContent {
  margin: 0px;
}

#module_183111528 .imageTextGiant-Container {
  padding: 4px 0 0 0;
}

#module_183111528 .showHandle .btn {
  font-size: 14px;
  font-family: 微软雅黑, Microsoft YaHei;
  color: #333;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
}

#module_183111528 .showHandle div {
  border-top-color: #ddd !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
}

#module_183111528 .showHandle {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
}

#module_183111528 a {
  font-size: unset;
  font-family: unset;
}

.ModuleGridContainer.ModuleGridContainer183111511 #Sub183111511_1 {
  width: 6%;
}

/*友情链接 layout 101*/
.ModuleLinkListGiant.layout-101 {
  min-height: 29px;
}

.ModuleLinkListGiant.layout-101 .LinkHor {
  display: inline-block;
  white-space: nowrap;
}

.ModuleLinkListGiant.layout-101 .LinkVer {
  display: block;
}

.ModuleLinkListGiant.layout-101 .btn:hover {
  text-decoration: underline;
}

.module_183111529 .ModuleHead .HeadCenter {
  float: none;
}

#module_183111529 {
  padding: 0px;
}

#module_183111529 {
  position: static;
  z-index: 0;
  width: 100%;
  height: auto;
}

#module_183111529 .ModuleHead183111529 {
  display: none;
}

#module_183111529 .BodyCenter.BodyCenter183111529 {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}

#module_183111529 > .module_183111529 {
  border: 0;
}

#module_183111529 > .module_183111529 {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 0px;
}

@media screen and (min-width: 768px) {
  #module_183111529 .BodyCenter.BodyCenter183111529 {
    padding: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_183111529 .BodyCenter.BodyCenter183111529 {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  #module_183111529 > .module_183111529 {
    margin: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_183111529 > .module_183111529 {
    margin: 0px;
  }
}
#module_183111529 > .module_183111529 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_183111529:hover {
  border: none;
}

#module_183111529:hover > .module_183111529 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_183111529 .BodyCenter {
  text-align: left;
}

#module_183111529 .link-item .LinkHor .btn-link {
  font-size: 12px;
  font-family: 微软雅黑, Microsoft YaHei;
  color: rgb(63, 63, 63);
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}
#module_183111529 .link-item .LinkHor .btn-link:hover {
  text-decoration: underline;
}

.ModuleGridContainer.ModuleGridContainer183111511 #Sub183111511_2 {
  width: 94%;
}

.module_183111267 .ModuleHead .HeadCenter {
  float: none;
}

#module_183111267 {
  padding: 0px;
}

#module_183111267 {
  position: static;
  z-index: 0;
  top: 0px;
  width: 100%;
  height: auto;
}

#module_183111267 .ModuleHead183111267 {
  display: none;
}

#module_183111267 .BodyCenter.BodyCenter183111267 {
  background: none;
  background-color: rgb(2, 62, 138);
}

#module_183111267 > .module_183111267 {
  border: 0;
}

#module_183111267 > .module_183111267 {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 0px;
}

@media screen and (min-width: 768px) {
  #module_183111267 .BodyCenter.BodyCenter183111267 {
    padding: 3.1348% 0;
  }
}
@media screen and (max-width: 767px) {
  #module_183111267 .BodyCenter.BodyCenter183111267 {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  #module_183111267 > .module_183111267 {
    margin: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_183111267 > .module_183111267 {
    margin: 0px;
  }
}
#module_183111267 > .module_183111267 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_183111267:hover {
  border: none;
}

#module_183111267:hover > .module_183111267 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_183111267 .ModuleSubContainer {
  background-color: transparent;
}

#module_183111267 .ModuleSubContainer {
  background-image: none;
}

#module_183111267 .ModuleSubContainer {
  background-repeat: no-repeat;
}

#module_183111267 .ModuleSubContainer {
  background-position: 0% 0%;
}

#module_183111267 .ModuleSubContainer {
  background-attachment: scroll;
}

#module_183111267 .ModuleSubContainer {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s ease;
}

#module_183111267 .ModuleSubContainer:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer183111267 .SubPadding {
  width: 0px;
}

.module_183111422 .ModuleHead .HeadCenter {
  float: none;
}

#module_183111422 {
  padding: 0px;
}

#module_183111422 {
  position: static;
  z-index: 0;
  top: 7874px;
  left: 746px;
  width: 100%;
  height: auto;
}

#module_183111422 .ModuleHead183111422 {
  display: none;
}

#module_183111422 .BodyCenter.BodyCenter183111422 {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}

#module_183111422 > .module_183111422 {
  border: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 0px;
}

@media screen and (min-width: 768px) {
  #module_183111422 .BodyCenter.BodyCenter183111422 {
    padding: 0%;
  }
}
@media screen and (max-width: 767px) {
  #module_183111422 .BodyCenter.BodyCenter183111422 {
    padding: 0 0 0 2.8818%;
  }
}
@media screen and (min-width: 768px) {
  #module_183111422 > .module_183111422 {
    margin: 0 0 1.2605%;
  }
}
@media screen and (max-width: 767px) {
  #module_183111422 > .module_183111422 {
    margin: 0;
  }
}
#module_183111422 > .module_183111422 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_183111422:hover {
  border: none;
}

#module_183111422:hover > .module_183111422 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_183111422 .ModuleImageTextGiantContent {
  margin: 0px;
}

#module_183111422 .imageTextGiant-Container {
  padding: 0px;
}

#module_183111422 .showHandle .btn {
  font-size: 14px;
  font-family: 微软雅黑, Microsoft YaHei;
  color: #333;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
}

#module_183111422 .showHandle div {
  border-top-color: #ddd !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
}

#module_183111422 .showHandle {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
}

#module_183111422 a {
  font-size: unset;
  font-family: unset;
}

.module_183111424 .ModuleHead .HeadCenter {
  float: none;
}

#module_183111424 {
  padding: 0px;
}

#module_183111424 {
  position: static;
  z-index: 0;
  top: 8000px;
  left: 921px;
  width: 100%;
  height: auto;
}

#module_183111424 .ModuleHead183111424 {
  display: none;
}

#module_183111424 .ModuleImageTextGiantContent {
  margin: 0px;
}

#module_183111424 .imageTextGiant-Container {
  padding: 10px;
}

#module_183111424 .showHandle .btn {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
}

#module_183111424 .showHandle div {
  border-top-color: #ddd !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
}

#module_183111424 .showHandle {
  background-color: transparent;
  background-repeat: no-repeat;
}

#module_183111424 a {
  font-size: unset;
  font-family: unset;
}

.module_417885296 .ModuleHead .HeadCenter {
  float: none;
}

#module_417885296 {
  padding: 0px;
}

#module_417885296 {
  position: static;
  z-index: 0;
  top: 0px;
  width: 100%;
  height: auto;
}

#module_417885296 .ModuleHead417885296 {
  display: none;
}

.module_183111425 .ModuleHead .HeadCenter {
  float: none;
}

#module_183111425 {
  padding: 0px;
}

#module_183111425 {
  position: static;
  z-index: 0;
  top: 7816px;
  left: 861px;
  width: 100%;
  height: auto;
}

#module_183111425 .ModuleHead183111425 {
  display: none;
}

#module_183111425 .ModuleImageTextGiantContent {
  margin: 0px;
}

#module_183111425 .imageTextGiant-Container {
  padding: 10px;
}

#module_183111425 .showHandle .btn {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
}

#module_183111425 .showHandle div {
  border-top-color: #ddd !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
}

#module_183111425 .showHandle {
  background-color: transparent;
  background-repeat: no-repeat;
}

#module_183111425 a {
  font-size: unset;
  font-family: unset;
}

.ModuleGridContainer.ModuleGridContainer183111267 #Sub183111267_1 {
  width: 59.5833%;
}

.module_183111405 .ModuleHead .HeadCenter {
  float: none;
}

#module_183111405 {
  padding: 0px;
}

#module_183111405 {
  position: static;
  z-index: 0;
  top: 7854px;
  left: 1381px;
  width: 100%;
  height: auto;
}

#module_183111405 .ModuleHead183111405 {
  display: none;
}

#module_183111405 {
  border: none;
}

@media screen and (min-width: 768px) {
  #module_183111405 > .module_183111405 {
    margin-top: 10.7216%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
}
#module_183111405 .ModuleImageTextGiantContent {
  margin: 0px;
}

#module_183111405 .imageTextGiant-Container {
  padding: 10px;
}

#module_183111405 .showHandle .btn {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
}

#module_183111405 .showHandle div {
  border-top-color: #ddd !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
}

#module_183111405 .showHandle {
  background-color: transparent;
  background-repeat: no-repeat;
}

#module_183111405 a {
  font-size: unset;
  font-family: unset;
}

.ModuleGridContainer.ModuleGridContainer183111267 #Sub183111267_2 {
  width: 40.4167%;
}

#module_417885296 {
  display: none;
}

.ModuleMobileNavGiant.layout-101 p {
  color: #fff;
}
.ModuleMobileNavGiant.layout-101 .subnav li a {
  font-size: 15px;
}
.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
  -ms-transform: translateX(17rem) !important;
  -khtml-transform: translateX(17rem) !important;
  -webkit-transform: translateX(17rem) !important;
  -o-transform: translateX(17rem) !important;
  -moz-transform: translateX(17rem) !important;
  transform: translateX(17rem) !important;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.ModuleMobileNavGiant.layout-101 .maxlarge {
  max-width: 10rem;
}
.ModuleMobileNavGiant.layout-101 .maxmiddle {
  max-width: 8rem;
}
.ModuleMobileNavGiant.layout-101 .header-model {
  width: 100%;
  height: 3rem;
}
.ModuleMobileNavGiant.layout-101 .micro-nav-item {
  background: #333333;
  max-height: 100vh;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
}
.ModuleMobileNavGiant.layout-101 .micro-nav-item ul > li {
  color: #fff;
  border-bottom: 1px solid #666;
}
.ModuleMobileNavGiant.layout-101 .micro-nav-item ul > li.on {
  border-left: 5px solid #888888;
  transition: all 0.3s ease-out;
}
.ModuleMobileNavGiant.layout-101 .micro-nav-item ul > li > a {
  padding-left: 15%;
  font-size: 15px;
  color: #fff;
  display: block;
  height: 65px;
  position: relative;
}

.mobileNavFloatLayer_1 {
  display: block;
  visibility: hidden;
  width: 17rem;
  height: 100%;
  -ms-transform: translateX(-17rem);
  -khtml-transform: translateX(-17rem);
  -webkit-transform: translateX(-17rem);
  -o-transform: translateX(-17rem);
  -moz-transform: translateX(-17rem);
  transform: translateX(-17rem);
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item > ul > li > a .main-class-colorlump {
  width: 10px;
  height: 66px;
  background-color: #888;
  display: none;
  vertical-align: middle;
  top: unset;
  margin-right: 0;
  transform: unset;
  position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
  width: 18.5px;
  height: 20px;
  display: inline-block;
  margin-right: 1.06rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open > a .more:before {
  content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
  z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
  position: absolute;
  top: 50px;
  width: 100%;
  display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
  line-height: 65px;
  z-index: 999;
  font-size: 20px;
  text-align: center;
  width: 50px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
  padding-left: 30%;
}

/*滚动条*/
.ModuleMobileNavGiant.layout-101 .micro-nav-item {
  overflow: auto;
  height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
  position: relative;
  top: 0;
}

/*二级导航*/
.ModuleMobileNavGiant.layout-101 .subnav a {
  padding-left: 25%;
  display: block;
  font-size: 15px;
  position: relative;
  height: 65px;
  /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
  display: flex;
  height: 50px !important;
  background: #000;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 0;
}

.ModuleMobileNavGiant.layout-101 header {
  box-sizing: border-box;
  width: 100%;
}

.bodyfixd {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bodyabstre {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
  border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
  border: 0 !important;
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
  border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
  margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 0;
  width: 100%;
  /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
  max-height: 40px;
  padding-right: 8pt;
  padding-left: 8pt;
  /* margin-right: 8px;
   margin-left: 15px;
  padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
  display: flex;
  width: calc(100% - 60px);
  margin-left: 50px;
  margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
  width: 56px;
  text-align: center;
  display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
  font-size: 16pt;
  color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
  width: 16pt;
  height: 16pt;
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .mobileNav {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    position: fixed;
  }
  .mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, 0.3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, 0.3);
    z-index: 9999;
  }
  .mobileNavFloatLayer_r {
    right: 0;
    -ms-transform: translateX(17rem);
    -khtml-transform: translateX(17rem);
    -webkit-transform: translateX(17rem);
    -o-transform: translateX(17rem);
    -moz-transform: translateX(17rem);
    transform: translateX(17rem);
  }
}
@media only screen and (min-width: 768px) {
  .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 0px;
  }
  .ModuleMobileNavGiant.layout-101 .header-model {
    display: none;
  }
}
.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
  font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
  font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer {
  top: 0;
  z-index: 9998;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
}

.shoujidaohang .ModuleHead .HeadCenter {
  float: none;
}

#shoujidaohang {
  padding: 0px;
}
#shoujidaohang > .shoujidaohang {
  border: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 0px;
}

@media screen and (min-width: 768px) {
  #shoujidaohang > .shoujidaohang {
    margin: 0px;
  }
}
@media screen and (max-width: 767px) {
  #shoujidaohang > .shoujidaohang {
    margin: 0;
  }
}
#shoujidaohang > .shoujidaohang {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#shoujidaohang:hover {
  border: none;
}

#shoujidaohang:hover > .shoujidaohang {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#shoujidaohang.layout-101 #header {
  border-bottom-color: transparent;
}

#shoujidaohang.layout-101 #header {
  border-bottom-style: none;
}

#shoujidaohang.layout-101 #header {
  border-bottom-width: 0px;
}

#shoujidaohang.layout-101 #header {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

#shoujidaohang.layout-101 #MobileNav {
  background-color: transparent;
}

#shoujidaohang.layout-101 #header {
  background-color: rgb(75, 137, 223);
}

#shoujidaohang.layout-101 #header p {
  color: #fff;
}

#shoujidaohang.layout-101 .lcitem .rect {
  background: #fff;
}

#shoujidaohang.layout-101 .icons {
  color: #fff;
}

#shoujidaohang.layout-101 .svgdiv svg > * {
  fill: #fff;
}

#shoujidaohang.layout-101 .micro-nav-item ul li {
  border-bottom-color: rgb(127, 178, 250);
}

#shoujidaohang.layout-101 .micro-nav-item, #shoujidaohang.layout-101 #MobileNavFloatLayer {
  background-color: rgb(75, 137, 223);
}

#shoujidaohang.layout-101 .micro-nav-item > ul > li > a {
  background: rgb(75, 137, 223);
}

#shoujidaohang.layout-101 .micro-nav-item > ul > li > a, #shoujidaohang.layout-101 .micro-nav-item > ul > li > a p {
  color: #fff;
}

#shoujidaohang.layout-101 .micro-nav-item > ul > li .subnav a {
  background: rgb(0, 48, 89);
}

#shoujidaohang.layout-101 .micro-nav-item > ul > li .subnav a, #shoujidaohang.layout-101 .micro-nav-item > ul > li .subnav a p {
  color: #fff;
}

#shoujidaohang.layout-101 .micro-nav-item > ul > li > a:hover, #shoujidaohang.layout-101 .micro-nav-item > ul > li > a:hover p {
  color: #fff;
}

#shoujidaohang.layout-101 .micro-nav-item > ul > li > a:hover .main-class-colorlump {
  display: block;
  background-color: #888;
}

#shoujidaohang.layout-101 .micro-nav-item > ul > li .subnav a:hover {
  background: rgb(75, 137, 223);
}

#shoujidaohang.layout-101 .micro-nav-item > ul > li .subnav a:hover, #shoujidaohang.layout-101 .micro-nav-item > ul > li .subnav a:hover p {
  color: #fff;
}

.ModuleMobileFloatNavGiant {
  position: fixed;
  z-index: 4998;
}

.ModuleMobileFloatNavGiant .defaultbtn {
  position: relative;
  box-shadow: 0pt 1.5pt 3pt 0pt rgba(0, 0, 0, 0.16);
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.ModuleMobileFloatNavGiant .spotgroup, .ModuleMobileFloatNavGiant .itemicon {
  position: absolute;
  color: green;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 16px;
}

.ModuleMobileFloatNavGiant svg {
  width: 22px;
  height: 22px;
  margin-top: 5px;
}

.ModuleMobileFloatNavGiant .itemicon {
  color: black;
}

.ModuleMobileFloatNavGiant .itembtn {
  display: block;
  position: relative;
  box-shadow: 0pt 1.5pt 3pt 0pt rgba(0, 0, 0, 0.16);
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.ModuleMobileFloatNavGiant .itemtext {
  position: relative;
  left: -60px;
  background: #fff;
  padding: 5px 14px;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  box-shadow: 0px 1.5px 10px 0px rgba(0, 0, 0, 0.16);
  color: #666;
  box-sizing: content-box;
  /* min-width: 80px; */
}

.ModuleMobileFloatNavGiant .defaultbtnbghover {
  transform: rotate(180deg);
  transition: all 0.5s;
}

.ModuleMobileFloatNavGiant .itemtextright {
  text-align: right;
}

.ModuleMobileFloatNavGiant .itemtextleft {
  text-align: left;
}

.ModuleMobileFloatNavGiant .itemtextright::before {
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  right: -8px;
  position: absolute;
  transform: translateY(-50%);
  content: "";
}

.ModuleMobileFloatNavGiant .itemtextleft::before {
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  left: -7px;
  position: absolute;
  transform: translateY(-50%);
  content: "";
}

.ModuleMobileFloatNavGiant .FloatNavitemlist {
  height: 0;
  display: none;
  transition: all;
}

.itemimg {
  max-height: 25px;
  max-width: 25px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
}

.FloatNavMask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background: #000;
  z-index: 15;
}

.FloatNavQRCode span img {
  border: solid 0.625rem #fff;
}

.FloatNavQRCode span {
  display: block;
  overflow: hidden;
  bottom: 3.75rem;
  right: 0.625rem;
  position: fixed;
  z-index: 20;
}

.FloatNavQRCode {
  display: none;
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
}

.module_183065527 .ModuleHead .HeadCenter {
  float: none;
}

#module_183065527 {
  padding: 0px;
}
#module_183065527 .ModuleHead183065527 {
  display: none;
}
#module_183065527 .defaultbtn {
  background-color: #fff;
}
#module_183065527 .spotgroup {
  color: #1e88e5;
}
#module_183065527 .defaultbtnbghover {
  background-color: #1e88e5;
}
#module_183065527 .defaultbtniconbghover {
  color: #fff;
}

.module_183065523 .ModuleHead .HeadCenter {
  float: none;
}

#module_183065523 {
  padding: 0px;
}
#module_183065523 .ModuleHead183065523 {
  display: none;
}
#module_183065523 .BodyCenter.BodyCenter183065523 {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}
#module_183065523 > .module_183065523 {
  border: 0px;
  border-radius: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
  #module_183065523 .BodyCenter.BodyCenter183065523 {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  #module_183065523 .BodyCenter.BodyCenter183065523 {
    padding: 0%;
  }
}
@media screen and (min-width: 768px) {
  #module_183065523 > .module_183065523 {
    margin: 0px;
  }
}
@media screen and (max-width: 767px) {
  #module_183065523 > .module_183065523 {
    margin: 0;
  }
}
#module_183065523 > .module_183065523 {
  box-shadow: 0px 0px 0px 0px #ccc;
}

#module_183065523:hover {
  border: none;
}
#module_183065523:hover > .module_183065523 {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
}

#module_183065523 .foot-nav-list {
  background-color: rgb(75, 137, 223) !important;
  border-top-color: transparent;
  border-top-style: none;
  border-top-width: 0px;
}

#module_183065523 #MobileFootNav {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

#module_183065523 .icon {
  color: rgb(255, 255, 255) !important;
}

#module_183065523 .icon svg > * {
  fill: rgb(255, 255, 255);
}

#module_183065523 .itemText {
  font-size: 12px;
  font-family: 微软雅黑, Microsoft YaHei;
  color: #fff !important;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}

#module_183065523 .iconh {
  color: #fff !important;
}

#module_183065523 .iconh svg > * {
  fill: #fff;
}

#module_183065523 .itemTexth {
  font-size: 12px;
  font-family: 微软雅黑, Microsoft YaHei;
  color: #fff !important;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}

/*# sourceMappingURL=downshow.css.map */
