.web-center {
  width: 100%;
  min-width: 1280px;
  min-height: 100vh;
  position: relative;
  background-color: #F6F7FB;
}
.web-center .warp {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.web-center .color04 {
  background: #004CFF;
}
.web-center header {
  width: 1280px;
  padding: 0 99px;
  box-sizing: border-box;
  height: 78px;
  background: #004CFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.web-center header .peugeot {
  width: 164px;
  height: 42px;
}
.web-center header .right-bar {
  display: flex;
  align-items: center;
  position: relative;
}
.web-center header .right-bar span {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  margin-right: 50px;
  cursor: pointer;
}
.web-center header .right-bar span img {
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.web-center header .right-bar p {
  width: 100px;
  height: 40px;
  background: linear-gradient(301deg, #FF4C00 0%, #FF7800 100%);
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
}
.web-center header .right-bar .line {
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: #FFFFFF;
  bottom: -18px;
  right: 101px;
}
.web-center .title-bar {
  width: 1280px;
  height: 81px;
  background-color: #F6F7FB;
  padding-left: 99px;
  padding-top: 40px;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
.web-center .title-bar span:nth-child(1) {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.web-center .title-bar i {
  display: inline-block;
  width: 1px;
  height: 22px;
  background-color: #333;
  margin: 0 20px;
}
.web-center .title-bar span:nth-child(3) {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.web-center .bar-img {
  min-height: 270px;
  width: 100%;
  display: block;
}
.web-center .navigation {
  width: 1280px;
  height: 153px;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 0px 99px;
  box-sizing: border-box;
}
.web-center .navigation ul {
  max-width: 100%;
  height: 63px;
  display: flex;
  background: #FFFFFF;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
}
.web-center .navigation li {
  width: 180px;
  height: 63px;
  text-align: center;
  line-height: 63px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  position: relative;
}
.web-center .navigation li i {
  width: 1px;
  height: 22px;
  background-color: #E6E6E6;
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
}
.web-center .navigation li:last-child i {
  display: none;
}
.web-center .navigation .item-check i {
  display: none;
}
.web-center .navigation .item-check {
  background: #004CFF;
  color: #fff;
  font-weight: 600;
}
.web-center .menu {
  width: 1280px;
  display: flex;
  justify-content: center;
  padding: 0px 99px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.web-center .menu .mainbav {
  width: 811px;
  margin-right: 45px;
}
.web-center .menu .mainbav .bav-list {
  width: 811px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 0 22px;
  box-sizing: border-box;
}
.web-center .menu .mainbav .bav-list .toolbar {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
}
.web-center .menu .mainbav .bav-list .toolbar img {
  width: 18px;
  height: 18px;
}
.web-center .menu .mainbav .bav-list .toolbar span {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-left: 11px;
}
.web-center .menu .mainbav .bav-list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.web-center .menu .mainbav .bav-list ul li {
  width: 100%;
  height: 211px;
  border-top: 1px solid #E6E6E6;
  box-sizing: border-box;
  padding: 21px 0;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.web-center .menu .mainbav .bav-list ul li img {
  width: 303px;
  height: 168px;
  border-radius: 2px;
}
.web-center .menu .mainbav .bav-list ul li .center {
  display: flex;
  flex-direction: column;
  margin-left: 22px;
  padding: 9px 0;
  box-sizing: border-box;
  justify-content: space-between;
  flex: 1;
}
.web-center .menu .mainbav .bav-list ul li .center .title {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
}
.web-center .menu .mainbav .bav-list ul li .center .text {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.web-center .menu .mainbav .bav-list ul li .center .bottom {
  display: flex;
  flex-direction: row;
}
.web-center .menu .mainbav .bav-list ul li .center .bottom p {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.web-center .menu .mainbav .bav-list ul li .center .bottom span {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.web-center .menu .mainbav .bav-list ul li .center .bottom i {
  width: 1px;
  height: 18px;
  background: #E6E6E6;
  margin: 0 13px;
  margin-top: 2px;
}
.web-center .menu .mainbav .page-box {
  margin-top: 30px !important;
  display: flex;
  justify-content: center;
}
.web-center .menu .rightsidebar {
  width: 225px;
  display: flex;
  flex-direction: column;
}
.web-center .menu .rightsidebar .column {
  position: relative;
}
.web-center .menu .rightsidebar .column p {
  position: absolute;
  width: 90px;
  height: 36px;
  background: linear-gradient(301deg, #FF4C00 0%, #FF7800 100%);
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
  left: 22px;
  bottom: 22px;
}
.web-center .menu .rightsidebar .column .blue {
  background: #004CFF !important;
}
.web-center .menu .rightsidebar .column-1 {
  width: 225px;
  height: 295px;
  background: url('../assets/img/advert-1.png') no-repeat right;
  background-size: cover;
  margin-bottom: 45px;
}
.web-center .menu .rightsidebar .column-2 {
  width: 225px;
  height: 245px;
  background: url('../assets/img/advert-2.png') no-repeat right;
  background-size: cover;
  margin-bottom: 18px;
}
.web-center .menu .rightsidebar .column-3 {
  width: 225px;
  height: 249px;
  background: url('../assets/img/advert-3.png') no-repeat right;
  background-size: cover;
  margin-bottom: 18px;
}
.web-center .menu .rightsidebar .column-4 {
  width: 225px;
  height: 209px;
  background: url('../assets/img/advert-4.png') no-repeat right;
  background-size: cover;
  margin-bottom: 18px;
}
.web-center .menu .rightsidebar .column-5 {
  width: 225px;
  height: 182px;
  background: url('../assets/img/advert-5.png') no-repeat right;
  background-size: cover;
  margin-bottom: 18px;
}
.web-center .menu .rightsidebar .column-6 {
  width: 225px;
  height: 209px;
  background: url('../assets/img/advert-6.png') no-repeat right;
  background-size: cover;
  margin-bottom: 18px;
}
.web-center .down-meau {
  position: absolute;
  width: 140px;
  background: #FFFFFF;
  box-shadow: 0px 20px 40px 0px rgba(0, 36, 126, 0.1);
  border-radius: 4px;
  top: 0;
  right: 220px;
  z-index: 200;
  padding: 14px 0 2px 30px;
  box-sizing: border-box;
}
.web-center .down-meau li {
  width: 100%;
  height: 21px;
  margin-bottom: 12px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.web-center .down-meau li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #004CFF;
  opacity: 0.2;
  position: absolute;
  left: -18px;
  top: 10px;
  border-radius: 50%;
}
.web-center .down-meau .check {
  color: #004CFF;
}
.web-center .down-meau .check:before {
  width: 0;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  background: #F6F7FB;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
  color: #004CFF;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #004CFF;
}
.el-pagination.is-background .el-pager li {
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  color: #333333;
  width: 34px;
  height: 34px;
}
.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
  font-size: 15px;
}
