/*banner开始*/
.banner {
  width: 100%;
  height: 450px;
  margin: auto;
}

.banner .slideBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .slideBox .hd {
  height: 12px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.banner .slideBox .hd ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border: solid 1px #406dff;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  cursor: pointer;
}

.banner .slideBox .hd ul li.on {
  background: #406dff;
}

.banner .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.banner .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
  height: 691px;
  overflow: hidden;
}

.banner .slideBox .bd li a {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -900px;
  display: block;
  width: 100%;
  height: 100%;
}

/*视频开始*/
.ship {
  width: 100%;
  height: 380px;
  background-color: #ffffff;
  margin-top: 50px;
  margin-bottom: 50px;
}

.ship1 {
  width: 1060px;
  height: 100%;
  background-color: #f2f2f2;
  margin: auto;
  overflow: hidden;
}

.ship11 {
  /* float: left; */
  width: 500px;
  height: 282px;
  background-color: #000;
  /* margin-left: 52px; */
  /* margin-top: 47px; */
}

.ship12 {
  /* float: left; */
  width: 2px;
  height: 282px;
  /* margin-top: 47px;
  margin-left: 43px;
  margin-right: 41px; */
  margin: 0 40px;
  background-color: #d5d5d5;
}

.ship13 {
  float: left;
  /* margin-top: 85px; */
  width: 400px;
}

.ship14 {
  font-size: 23px;
  color: #333333;
  margin-top: 18px;
}

.ship15 {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-top: 33px;
}

/* 20210809 upodate start */
.brief-intro {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.img-kuang {
  /* position: absolute; */
  width: 1060px;
  /* margin: 50px auto; */
}

.ship1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 20210809 upodate end */
