.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{
  margin-bottom: 0px;
}
.box-txt p img{
  display: inline-block;
  margin-right: 10px;
  margin-top: -4px;
}
.box-txt p:last-child{
  margin-bottom: 0;
}
.more-btn {
	display: flex;
	justify-content: flex-end;
	
}
.more-btn span{
	background-color: #00438d;
	color: #fff;
	font-size: 16px;
	padding: 10px 32px;
	border-radius: 4px;
	cursor: pointer;
}
.box-area {
  margin-bottom: 30px;
}
.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: -485px;
}

p {
  text-align: justify;
}
.time {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 8px 10px 1px rgba(32,37,175,0.2000);
  border-radius: 10px 10px 10px 10px;
  padding: 20px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.time .time-item {
  width: 200px;
  height: 108px;
  border-radius: 10px 10px 10px 10px;
  color: #2064AF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
}
.time .time-item.active {
  background-color: #2064AF;
  color: #fff;
}
.time .time-item div{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.time .next {
  width: 15px;
  height: 27px;
}
.time .next img{
  width: 100%;
  height: 100%;
  display: block;
}

.box-img {
  display: flex;
  margin-top: 50px;
}
.box-img .box-img-img{
  width: 517px;
  height: 224px;
  display: block;
  flex-shrink: 0;
  margin-right: 20px;
}
.box-img .box-img-txt{
  font-size: 18px;
  font-weight: 400;
  color: #303133;
  line-height: 30px;
}
.box-img .box-img-txt img{
  display: inline-block;
  margin-right: 10px;
  margin-top: -4px;
}
.prizes {
	width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 40px;
}
.prizes .prizes-item {
    /* width: 200px;
    height: 208px; */
    /* background: #FFFFFF;
    box-shadow: 0px 8px 10px 1px rgba(32, 37, 175, 0.2);
    border-radius: 10px 10px 10px 10px; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.prizes .prizes-item:nth-child(2) {
    margin: 0 104px;
}
.prizes .prizes-item .prizes-item-title{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    width: 129px;
    height: 32px;
    background: #F5C43D;
    border-radius: 16px 16px 16px 16px;
    position: absolute;
    top: -16px;
    left: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prizes .prizes-item .prizes-item-img1 {
    width: 200px;
    height: 208px;
    display: block;
}
.prizes .prizes-item .prizes-item-img2 {
    width: 220px;
    height: 228px;
    display: block;
}
.prizes .prizes-item .prizes-item-img3 {
   width: 200px;
    height: 208px;
    display: block;
}