.main {
  width: 1180px;
  margin: auto;
}
body {
  background: #fff;
}
.content-main {
  width: 100%;
  /* margin-left: 16%; */
  margin: 0 auto;
}
.banner-area {
  width: 100%;
  height: 970px;
  position: relative;
  min-width: 1180px;
}
.banner-area .video {
  width: 100%;
  height: 970px;
  object-fit: cover;
  
}
.banner-area img {
  width: 100%;
  height: 970px;
  display: block;
}
.box-txt {
  font-size: 18px;
  font-weight: 400;
  color: #303133;
  line-height: 30px;
  margin-top: 40px;
}
.box-txt p:nth-child(1){
  margin-bottom: 40px;
}
.box-area .title {
  position: relative;
}
.box-area .title h2 {
  font-size: 42px;
  color: #2064AF;
  margin-bottom: 10px;
}
.box-area .title .tab_bar {
  width: 120px;
  height: 10px;
  background-color: #2064AF;
  position: absolute;
}
.box-area .title.right {
  text-align: right;
}
.box-area .title.right .tab_bar {
  right: 0;
}
.box-area .main-area {
  margin-top: 40px;
  font-size: 18px;
  color: #303133;
}
.box-area .main-area p {
  font-size: 18px;
  color: #303133;
  line-height: 30px;
}


.part6 {
  padding: 20px;
  position: relative;
  color: #303133;
  font-size: 14px;
  width: 1180px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: -60px;
}

p {
  text-align: justify;
}
.box-img {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.box-img img {
  width: 534px;
  height: 302px;
  display: block;
}
