.centectBg {
  /* background: url(/images/new/cybg.png) no-repeat center; */
  /* height: 783px;
  width: 100%; */
  /*width: 1200px;*/
  background-size: auto 1200px;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
  background-color: #c1e9ff;
}
.centectBg .bgimg {
  width: 100%;
}

.centectBg .bigimg {
  width: 1380px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.centectBg .bigimg .bgimg {
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 670px;
}
.centectBg .floatBox {
  position: absolute;
  top: 77px;
  right: 60px;
  width: 644.6px;
  height: 518.4px;
  background: url(/images/new/cydialog.png) no-repeat center;
  /* margin: 61px 0 0 56%; */
  padding: 11px 57.8px;
}
.floatBox .floatBox_top {
  display: flex;
  align-items: center;
  font-size: 28.8px;
  line-height: 47.2px;
  font-weight: normal;
  color: #FFFFFF;
  text-shadow: 0px 2px 10px rgba(0,0,0,0.2800);
}
.floatBox_top .toptitle {
  /* border-bottom: 12px solid rgba(0, 0, 0, 0); */
  margin-right: 72px;
  /* border-radius: 5px; */
}
.floatBox_top .toptitle p {
  width: 100%;
  height: 12px;
}
.floatBox_top .toptitle:last-child {
  margin-right: 0;
}
.floatBox_top .chose {
  display: flex;
  flex-direction: column;
}

.floatBox_top .chose p {
  width: 100%;
  height: 12px;
  background-color: #f7b555;
  border-radius: 5px;
}
.floatBox_cen {
  display: none;
  font-size: 25px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 48px;
  padding: 12px 37px 0 46px;
  overflow-y: auto;
  height: 398px;
}
/* 设置滚动条的样式 */
.floatBox_cen::-webkit-scrollbar {
  width:12px;
}
/* 滚动槽 */
.floatBox_cen::-webkit-scrollbar-track {
  -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
  border-radius:10px;
}
/* 滚动条滑块 */
.floatBox_cen::-webkit-scrollbar-thumb {
  border-radius:10px;
  background:rgba(0,0,0,0.1);
  -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.floatBox_cen::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(255,0,0,0.4);
}
.floatBox .chose {
  display: block;
}
.floatBox_cen div {
  display: flex;
  align-items: center;
}
.floatBox_cen div span {
  flex: 1;
}
.floatBox_cen div span a {
  color: #FFF;
}
