.wapper {
  width: 100%;
}

.inner {
  width: 1200px;
  margin: auto;
}

.bannar {
  width: 100%;
  overflow: hidden;
}

.bannar img {
  width: 100%;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 6px;
  background: #cccccc;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #f0ab00;
}

.text {
  width: 1200px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  letter-spacing: 2px;
}

.erp-desp {
  width: 100%;
  background-color: #F6F6F6;
  height: 540px;
  margin-top: 35px;
  overflow: hidden;
}

.erp-desp .title-box {
  margin: 45px auto 33px;
}

.erp-desp .title-box h1 {
  font-size: 36px;
}

.erp-desp .erp-box {
  width: 1200px;
  height: 368px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.erp-desp .erp-box .text {
  width: 790px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.erp-desp .erp-box .submit {
  width: 488px;
  height: 64px;
  line-height: 64px;
  background: #f0ab00;
  border-radius: 4px;
  justify-content: center;
}

.erp-desp .erp-box .submit span {
  width: 107px;
  font-size: 24px;
  display: block;
  font-weight: 500;
  color: white;
  letter-spacing: 2px;
  margin-right: 6px;
}

.erp-desp .erp-box .submit img {
  width: 38px;
  height: 38px;
}

.erp-desp .erp-box .video {
  width: 340px;
  height: 368px;
  position: absolute;
  top: 0;
  right: 0;
}

.erp-desp .erp-box .video .video-cover {
  width: 100%;
  height: 100%;
  background-color: red;
}

.erp-desp .erp-box .video .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
}

.erp-desp .erp-box .video .cover img {
  width: 100px;
  height: 100px;
}

.agenda {
  overflow: hidden;
}

.agenda .title-box {
  margin: 36px 0 54px;
}

.agenda .title-box h1 {
  font-size: 36px;
}

.agenda .agenda-box {
  padding-bottom: 70px;
  position: relative;
}

.agenda .agenda-box .labe-box {
  margin-top: 35px;
  margin-left: 95px;
  font-size: 22px;
  font-weight: 500;
  color: white;
  line-height: 47px;
  letter-spacing: 2px;
  width: 167px;
  height: 47px;
  text-align: center;
  background: url(../../imgs/fourm/label.png) no-repeat;
  background-size: 100%;
}

.agenda .agenda-box .item {
  width: 790px;
  height: 90px;
  position: relative;
}

.agenda .agenda-box .item .time {
  width: 180px;
  text-align: left;
  height: 100%;
  line-height: 90px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 2px;
}

.agenda .agenda-box .item .con {
  width: 630px;
  height: 100%;
  border-left: 4px solid #F0AB00;
  padding-left: 47px;
  position: relative;
}

.agenda .agenda-box .item .con .c-i p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}

.agenda .agenda-box .item .con .c-i p.title {
  height: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 13px;
}

.agenda .agenda-box .item .con img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -17px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.agenda .agenda-box .items {
  width: 100%;
  height: 368px;
  margin-bottom: 16px;
}

.agenda .agenda-box .videos {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  position: relative;
}

.agenda .agenda-box .videos .video-cover {
  width: 100%;
  height: 100%;
  background-color: red;
}

.agenda .agenda-box .videos .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
}

.agenda .agenda-box .videos .cover img {
  width: 90px;
  height: 90px;
}

.agenda .agenda-box .item.last {
  height: 60px;
  align-items: flex-end;
}

.agenda .agenda-box .item.last .time {
  height: 26px;
  line-height: 26px;
  display: block;
  line-height: initial;
}

.agenda .agenda-box .item.last .con {
  padding-bottom: 2px;
  align-items: flex-end;
}

.agenda .agenda-box .item.last img {
  top: auto;
  bottom: -1px;
}

.agenda .agenda-box .item1 {
  background: url(../../imgs/fourm/bk1.png) no-repeat;
  background-size: 100%;
}

.agenda .agenda-box .item1 h1 {
  width: 420px;
  height: 52px;
  font-size: 52px;
  font-weight: bold;
  color: white;
  line-height: 78px;
  position: absolute;
  top: 116px;
  left: 56px;
}

.agenda .agenda-box .item1 h2 {
  width: 116px;
  height: 38px;
  font-size: 38px;
  font-weight: 400;
  color: white;
  line-height: 57px;
  position: absolute;
  top: 207px;
  left: 56px;
}

.agenda .agenda-box .item1 .btn {
  width: 167px;
  height: 52px;
  line-height: 52px;
  background: url(../../imgs/fourm/playbk.png) no-repeat;
  background-size: 100%;
  background-color: white;
  font-size: 22px;
  font-weight: 500;
  color: #087208;
  text-align: center;
  position: absolute;
  top: 200px;
  left: 521px;
}

.agenda .agenda-box .p-box {
  position: relative;
  width: 166px;
}

.agenda .agenda-box .p-box img {
  display: block;
  width: 100%;
}

.agenda .agenda-box .p-box .t-box {
  width: 133px;
  height: 61px;
  background: url(../../imgs/fourm/p1bk.png) no-repeat;
  background-size: 100%;
  text-align: left;
  padding-top: 6px;
  position: absolute;
  bottom: -10px;
  right: 0;
}

.agenda .agenda-box .p-box .t-box h1 {
  width: 100%;
  height: 14px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  line-height: 24px;
  margin-left: 13px;
  margin-bottom: 8px;
}

.agenda .agenda-box .p-box .t-box p {
  width: 100%;
  line-height: 14px;
  font-size: 10px;
  font-weight: 400;
  color: white;
  transform: scale(0.8);
  margin: 0;
  padding: 0;
}

.agenda .agenda-box .item2 {
  background: url(../../imgs/fourm/bk2.png) no-repeat;
  background-size: 100%;
  background-color: white;
  position: relative;
}

.agenda .agenda-box .item2 .p-box {
  position: relative;
  width: 166px;
  display: inline-block;
  float: left;
  margin-right: 4px;
}

.agenda .agenda-box .item2 .p-box img {
  display: block;
  width: 100%;
}

.agenda .agenda-box .item2 .p-box .t-box {
  width: 133px;
  height: 61px;
  background: url(../../imgs/fourm/p1bk.png) no-repeat;
  background-size: 100%;
  text-align: left;
  padding-top: 6px;
  position: absolute;
  bottom: -10px;
  right: 0;
}

.agenda .agenda-box .item2 .p-box .t-box h1 {
  width: 100%;
  height: 14px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  line-height: 24px;
  margin-left: 13px;
  margin-bottom: 8px;
}

.agenda .agenda-box .item2 .p-box .t-box p {
  width: 100%;
  line-height: 12px;
  font-size: 10px;
  font-weight: 400;
  color: white;
  transform: scale(0.8);
  margin: 0;
  padding: 0;
}

.agenda .agenda-box .item2 .p2-box {
  height: 303px;
}

.agenda .agenda-box .item2 .p2-box .t-box {
  width: 133px;
  height: 61px;
  background: url(../../imgs/fourm/p2bk.png) no-repeat;
  background-size: 100%;
  text-align: left;
  padding-top: 6px;
  position: absolute;
  bottom: 26px;
  right: 13px;
}

.agenda .agenda-box .item2 .p3-box {
  height: 233px;
  margin-right: 10px;
}

.agenda .agenda-box .item2 .p3-box .t-box {
  width: 133px;
  height: 61px;
  background: url(../../imgs/fourm/p4bk.png) no-repeat;
  background-size: 100%;
  text-align: left;
  padding-top: 6px;
  position: absolute;
  bottom: -20px;
  right: 13px;
}

.agenda .agenda-box .item2 .p4-box {
  width: 141px;
  height: 244px;
}

.agenda .agenda-box .item2 .p4-box .t-box {
  width: 133px;
  height: 61px;
  background: url(../../imgs/fourm/p3bk.png) no-repeat;
  background-size: 100%;
  text-align: left;
  padding-top: 6px;
  position: absolute;
  bottom: -20px;
  padding-left: 10px;
  right: 13px;
}

.agenda .agenda-box .item2 .p4-box .t-box p {
  line-height: 12px;
}

.agenda .agenda-box .item2 .date {
  width: 321px;
  position: absolute;
  top: 47px;
  right: 116px;
}

.agenda .agenda-box .item2 .date h1 {
  width: 100%;
  height: 26px;
  font-size: 26px;
  font-weight: bold;
  color: #e9a400;
  line-height: 39px;
  margin-bottom: 30px;
}

.agenda .agenda-box .item2 .date .text {
  width: 100%;
  height: 52px;
  font-size: 20px;
  font-weight: 400;
  color: white;
  line-height: 26px;
  margin-bottom: 31px;
  padding-left: 34px;
}

.agenda .agenda-box .item2 .date img {
  width: 11px;
  position: absolute;
  top: 59px;
  left: 0;
}

.agenda .agenda-box .item2 .btn {
  width: 167px;
  height: 52px;
  line-height: 52px;
  background: url(../../imgs/fourm/btnbk.png) no-repeat 0 -1px;
  background-size: 100%;
  background-color: white;
  font-size: 22px;
  font-weight: 500;
  color: #e9a400;
  position: absolute;
  right: 39px;
  bottom: 33px;
  text-align: center;
}

.agenda .agenda-box .item3 {
  background: url(../../imgs/fourm/bk3.png) no-repeat;
  background-size: 100%;
  background-color: white;
  position: relative;
}

.agenda .agenda-box .item3 .p-box {
  float: left;
  position: relative;
}

.agenda .agenda-box .item3 .p5-box {
  width: 197px;
  height: 305px;
  margin-left: 98px;
}

.agenda .agenda-box .item3 .p5-box .t-box {
  width: 144px;
  height: 85px;
  background: url(../../imgs/fourm/p5bk.png) no-repeat;
  background-size: 100%;
  text-align: left;
  padding-top: 14px;
  position: absolute;
  bottom: -25px;
  right: 13px;
}

.agenda .agenda-box .item3 .p5-box .t-box p {
  line-height: 12px;
}

.agenda .agenda-box .item3 .p6-box {
  width: 204px;
  height: 288px;
  margin-left: 10px;
}

.agenda .agenda-box .item3 .p6-box .t-box {
  width: 153px;
  height: 69px;
  background: url(../../imgs/fourm/p6bk.png) no-repeat;
  background-size: 100%;
  text-align: left;
  padding-top: 14px;
  position: absolute;
  bottom: -30px;
  right: 13px;
}

.agenda .agenda-box .item3 .p6-box .t-box p {
  line-height: 12px;
}

.agenda .agenda-box .item3 .date {
  width: 274px;
  position: absolute;
  top: 47px;
  right: 159px;
}

.agenda .agenda-box .item3 .date h1 {
  width: 100%;
  height: 26px;
  font-size: 26px;
  font-weight: bold;
  color: #e9a400;
  line-height: 39px;
  margin-bottom: 30px;
}

.agenda .agenda-box .item3 .date .text {
  width: 100%;
  height: 52px;
  font-size: 20px;
  font-weight: 400;
  color: white;
  line-height: 26px;
  margin-bottom: 31px;
  padding-left: 34px;
}

.agenda .agenda-box .item3 .date img {
  width: 11px;
  position: absolute;
  top: 76px;
  left: 0;
}

.agenda .agenda-box .item3 .btn {
  width: 167px;
  height: 52px;
  line-height: 52px;
  background: url(../../imgs/fourm/btnbk.png) no-repeat 0 -1px;
  background-size: 100%;
  background-color: white;
  font-size: 22px;
  font-weight: 500;
  color: #e9a400;
  position: absolute;
  right: 39px;
  bottom: 33px;
  text-align: center;
}

.agenda .video {
  width: 340px;
  bottom: 20px;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.agenda .video .video-cover {
  width: 100%;
  display: block;
  background-color: red;
}

.agenda .video .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
}

.agenda .video .cover img {
  width: 100px;
  height: 100px;
}

.guest {
  background-color: #F8F8F8;
  padding: 34px 0 0;
}

.guest .title-box {
  margin-bottom: 46px;
}

.guest .title-box h1 {
  font-size: 36px;
}

.guest .inner .swiper-container {
  padding-bottom: 78px;
}

.guest .inner .swiper-container .s-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.guest .inner .swiper-container .s-item img {
  width: 100%;
  display: block;
}

.guest .inner .swiper-container .s-item .txt-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 300px;
  padding-top: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}

.guest .inner .swiper-container .s-item .txt-cover .title-box {
  text-align: left;
  width: 100%;
  color: white;
}

.guest .inner .swiper-container .s-item .txt-cover .title-box h1 {
  font-size: 24px;
  color: white;
}

.guest .inner .swiper-container .s-item .txt-cover .title-box span {
  height: 4px;
  width: 35px;
  margin: 4px 0 0;
}

.guest .inner .swiper-container .s-item .txt-cover .text {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  color: white;
  padding-right: 40px;
  line-height: 20px;
}

.guest .inner .swiper-container .swiper-slide {
  width: 575px;
  height: 320px;
}

.guest .inner .swiper-container .swiper-pagination {
  bottom: 22px;
}

.guest .inner .swiper-container .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}

.guest .inner .swiper-container .swiper-button-next, .guest .inner .swiper-container .swiper-button-prev {
  top: 42%;
}

.guest .inner .swiper-container .swiper-button-prev, .guest .inner .swiper-container .swiper-container-rtl .swiper-button-next {
  left: 16px;
  width: 50px;
  height: 50px;
  background-image: url(../imgs/index/left.png);
  background-size: 50px;
}

.guest .inner .swiper-container .swiper-button-next, .guest .inner .swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 16px;
  width: 50px;
  height: 50px;
  background-image: url(../imgs/index/right.png);
  background-size: 50px;
}

.recomd {
  overflow: hidden;
  padding-bottom: 20px;
}

.recomd .title-box {
  margin: 21px 0 34px;
}

.recomd h1 {
  font-size: 36px;
}

.recomd .inner {
  margin-top: 20px;
}

.recomd .inner .item {
  position: relative;
  display: inline-block;
  float: left;
  width: 293px;
  height: 294px;
  margin-right: 8px;
  overflow: hidden;
}

.recomd .inner .item:last-of-type {
  margin-right: 0;
}

.recomd .inner .item:hover .txt-wapper .txt-inner {
  transform: translateY(0);
}

.recomd .inner .item img {
  height: 100%;
}

.recomd .inner .item .cover {
  width: 100%;
  height: 164px;
  background: linear-gradient(180deg, transparent 0%, #232323 60%);
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.recomd .inner .item .txt-wapper {
  position: absolute;
  left: 0;
  bottom: 70px;
  bottom: 20px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.recomd .inner .item .txt-wapper .txt-inner {
  width: 100%;
  height: 200px;
  position: relative;
  transform: translateY(40px);
  transition: all 0.25s ease;
}

.recomd .inner .item h1 {
  font-size: 26px;
  font-weight: bold;
  color: white;
  line-height: 48px;
  position: absolute;
  left: 24px;
  top: 10px;
  z-index: 9;
}

.recomd .inner .item span {
  font-size: 20px;
  font-weight: 400;
  color: white;
  line-height: 36px;
  position: absolute;
  left: 24px;
  top: 60px;
}

.recomd .video {
  width: 100%;
  height: 200px;
  position: relative;
}

.recomd .video .video-cover {
  width: 100%;
  height: 100%;
  background-color: red;
}

.recomd .video .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
}

.recomd .video .cover img {
  width: 90px;
  height: 90px;
}

.recomd .swiper-container .swiper-button-next, .recomd .swiper-container .swiper-button-prev {
  top: 50%;
}

.recomd .swiper-container .swiper-button-prev, .recomd .swiper-container .swiper-container-rtl .swiper-button-next {
  left: 30px;
  width: 50px;
  height: 50px;
  background-image: url(../imgs/fourm/left.png);
  background-size: 50px;
}

.recomd .swiper-container .swiper-button-next, .recomd .swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 30px;
  width: 50px;
  height: 50px;
  background-image: url(../imgs/fourm/right.png);
  background-size: 50px;
}
