* {
  padding: 0;
  margin: 0;
}
.navBar_top{
  width: 100%;
  height: 30px;
  display: flex;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #cecece;
  margin-bottom: 15px;
}
.navBar_top>a{
  text-decoration: none;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  color: #333;
}
.mainBox {
  margin: 0 auto;
  width: 1220px;
  height: 684px;
  font-size: 14px;
  margin-top: 10px;
}
#tab {
  list-style-type: none;
  text-align: left;
}
#tab0 {
  display: inline-block;
  width: 100px;
}
#tab1 {
  display: inline-block;
  width: 100px;
}

#tab2 {
  display: inline-block;
  width: 100px;
}

#tab3 {
  display: inline-block;
  width: 100px;
}
#container {
  width: 1220px;
}

#content1 {
  padding: 20px;
  text-align: center;
  position: relative;
}

#content2 {
  padding: 20px;
  /* 		元素不占据页面空间 */
  display: none;
  text-align: center;
  position: relative;
}

#content3 {
  padding: 20px;
  text-align: center;
  position: relative;
}
/* 提示样式 */
.tabStyle0 {
  width: 242px;
  height: 89px;
  top: 520px;
  left: 130px;
  position: absolute;
}
.tabStyleHb {
  width: 242px;
  height: 89px;
  top: 410px;
  left: 34px;
  position: absolute;
}
.tabStyleTj {
  width: 242px;
  height: 89px;
  top: 23px;
  right: 34px;
  position: absolute;
}
.tabStyleBj {
  width: 242px;
  height: 89px;
  top: 160px;
  left: 34px;
  position: absolute;
}

.tabStyle1 {
  width: 242px;
  height: 89px;
  top: 150px;
  right: 55px;
  position: absolute;
}
.topS {
  text-align: right;
  width: 242px;
  height: 26px;
  line-height: 26px;
  background: #065ac3;
}
.botS {
  width: 242px;
  background-color: #edf4ff;
  border-radius: 0px 0px 26px 0px;
  text-align: left;
}
.colorBox {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 14px;
  right: 2px;
}

.botS_1 {
  width: 230px;
  word-wrap: break-word;
  padding: 7px 20px;
  position: relative;
}
.botS_1 span:hover{
  color: #4e96fe !important;
}

.navBar_top {
  width: 100%;
  height: 30px;
  display: flex;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #cecece;
  margin-bottom: 15px;
}
.imgBj {
  width: 230px;
  top: 203px;
  position: absolute;
  left: 482px;
  transition:all 1s;
  z-index:20;
}



.imgTj {
  width: 245px;
  top: 263px;
  position: absolute;
  left: 536px;
  transition:all 1s;
  z-index:10;
}

.imgHb{
	z-index:30;
	transition:all 1s;
}


/* .imgHb:hover{ */
  /* opacity: 0.8; */
/* } */
.lineHb {
  display: block;
  width: 190px;
  transform: rotate(198deg);
  transform-origin: left bottom;
  background-color: #cee2ff;
  position: absolute;
  left: 469px;
  top: 489px;
  height: 3px;
  background-image: linear-gradient(64deg,#5efce8,#736efe);
}
.line-top {
  position: absolute;
  width: 80px;
  height: 0px;
  top: 1px;
  left: 0;
  background: linear-gradient(to right,#5efce8,#736efe);
  border-radius: 50%;
  animation: left_to_right 3s 0s linear infinite;
  
}

.line-top::before {
	content: "";
    position: absolute;
    width: 120%;
    height: 5px;
    background: linear-gradient(to right, transparent,#5efce85e,#5efce8);
    left: 0;
    top: -2px;
    filter: blur(1px);
    z-index: -1;
    left: -14px;
}
@keyframes left_to_right {
  0% {
      width: 0;
      left: 0;
  }

  25% {
      left: 0;
      width: 80px;
  }

  75% {
      left: calc(100% - 80px);
      width: 80px;
  }

  100% {
      left: 100%;
      width: 0;
  }
}
.lineHb::before{
  box-sizing: content-box;
  position: absolute;
  top: -4px;
  left: 185px;
  border-bottom: 0px solid transparent;
  border-top: 10px solid #736efe;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  content: '';
  z-index: 2;
  transform: rotate(270deg);
}
.lineHb::after{
  box-sizing: content-box;
  position: absolute;
  top: -4px;
  left: -15px;
  border-bottom: 0px solid transparent;
  border-top: 10px solid #5efce8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  content: '';
  z-index: 2;
  transform: rotate(-270deg);
}

.lineBj {
  display: block;
  width: 320px;
  transform: rotate(205deg);
  transform-origin: left bottom;
  background-color: #cee2ff;
  position: absolute;
  left: 576px;
  top: 315px;
  height: 3px;
  z-index:99;
  background-image: linear-gradient(64deg,#5efce8,#736efe);

}

.lineBj::before{
  box-sizing: content-box;
  position: absolute;
  top: -4px;
  left: 310px;
  border-bottom: 0px solid transparent;
  border-top: 10px solid #736efe;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  content: '';
  z-index: 2;
  transform: rotate(270deg);
}
.lineBj::after{
  box-sizing: content-box;
  position: absolute;
  top: -4px;
  left: -15px;
  border-bottom: 0px solid transparent;
  border-top: 10px solid #5efce8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  content: '';
  z-index: 2;
  transform: rotate(-270deg);
}

.lineTj {
  display: block;
  width: 420px;
  transform: rotate(-50deg);
  transform-origin: left bottom;
  background-color: #cee2ff;
  position: absolute;
  left: 668px;
  top: 367px;
  height: 3px;
  z-index:99;
  background-image: linear-gradient(64deg,#5efce8,#736efe);
}
.lineTj::before{
  box-sizing: content-box;
  position: absolute;
  top: -4px;
  left: 410px;
  border-bottom: 0px solid transparent;
  border-top: 10px solid #736efe;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  content: '';
  z-index: 2;
  transform: rotate(270deg);
}
.lineTj::after{
  box-sizing: content-box;
  position: absolute;
  top: -4px;
  left: -15px;
  border-bottom: 0px solid transparent;
  border-top: 10px solid #5efce8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  content: '';
  z-index: 2;
  transform: rotate(-270deg);
}


.typeS {
  width: 450px;
  height: 111px;
  background: rgba(242, 247, 252);
}
.typeS ul{
  list-style: none;
}
.typeS ul li{
  cursor: pointer;
  margin:15px 0px 9px 10px;
  color: black;
  list-style: none;
  float: left;
  width: 135px;
}
.colorType1{
  width: 12px;
  height: 12px;
  float: left;
  background: #00adb5;
}
.colorType2{
  width: 12px;
  height: 12px;
  float: left;
  background: #f08a5d;
}
.colorType3{
  width: 12px;
  height: 12px;
  float: left;
  background: #e84a5f;
}
.colorType4{
  width: 12px;
  height: 12px;
  float: left;
  background: #0245a3;
}
.colorType5{
  width: 12px;
  height: 12px;
  float: left;
  background: #3490de;
}
.colorType6{
  width: 12px;
  height: 12px;
  float: left;
  background: #ea5455;
}
.colorType7{
  width: 12px;
  height: 12px;
  float: left;
  background: #00e0ff;
}
.colorType8{
  width: 12px;
  height: 12px;
  float: left;
  background: #769fcd;
}
.colorType9{
  width: 12px;
  height: 12px;
  float: left;
  background: #6ef3d6;
}


.color1{
  background: #00adb5;
}
.color2{
  background: #f08a5d;
}
.color3{
  background: #e84a5f;
}
.color4{
  background: #0245a3;
}
.color5{
  background: #3490de;
}
.color6{
  background: #ea5455;
}
.color7{
  background: #00e0ff;
}
.color8{
  background: #769fcd;
}
.color9{
  background: #6ef3d6;
}

.typeOne{
  float: left;
  margin-left: 10px;
  line-height: 13px;
}
.liType{
  color: #4e96fe !important;
}
.imgHbHover{
  cursor: pointer;
  width: 422px;
  top: 131px;
  height: 525px;
  position: absolute;
  left: 401px;
  /* border: 1px solid black; */
  z-index: 10;
}
.imgBjHover{
  cursor: pointer;
  width: 103px;
  top: 264px;
  height: 99px;
  position: absolute;
  left: 536px;
  /* background-color: #00adb5; */
  z-index: 20;
}
.imgTjHover{
  cursor: pointer;
  width: 90px;
  top: 316px;
  height: 138px;
  position: absolute;
  right: 516px;
  z-index: 30;
  /* border: 1px solid red; */
}