.main {
  margin: 0 auto;
}
.top-box {
  width: 100%;
  display: flex;
  height: 315px;
  background: #8891fa;
  border-top: 4px solid #2798E6;
}
.top-box .menu-box {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
.top-box .menu-box .left-menu {
  height: 310px;
  width: 163px;
  text-align: center;
}
.top-box .menu-box .left-menu .title {
  width: 163px;
  height: 47px;
  background: #2798E6;
  color: white;
  font-weight: bold;
  border-bottom: 1px dashed #A0A0A0;
  font-size: 19px;
  line-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-box .menu-box .left-menu .title > img {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.top-box .menu-box .left-menu .title > span {
  display: inline-block;
  letter-spacing: 1px;
  margin-left: 4px;
}
.top-box .menu-box .left-menu .item {
  position: relative;
  display: inline-block;
  width: 163px;
  height: 44px;
  color: white;
  background: #a6a2fa;
  border-bottom: 1px dashed  white;
  letter-spacing: 1px;
  font-weight: lighter;
  cursor: pointer;
}
.top-box .menu-box .left-menu .item > span {
  display: inline-block;
  padding: 0 17px;
  font-size: 19px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
}
.top-box .menu-box .left-menu .item .drop-menu {
  position: absolute;
  background: white;
  left: 163px;
  top: 0;
  width: 383px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px;
  border: 1px solid #e2e2e2;
  display: none;
}
.top-box .menu-box .left-menu .item .drop-menu a {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #777777;
  font-size: 14px;
  padding: 0 10px;
}
.top-box .menu-box .left-menu .item .drop-menu a:hover {
  color: #FFA200;
}
.top-box .menu-box .left-menu .item:hover,
.top-box .menu-box .left-menu .item.active {
  color: #2798E6;
  background: white;
}
.top-box .menu-box .left-menu .item:hover:hover .drop-menu,
.top-box .menu-box .left-menu .item.active:hover .drop-menu {
  display: flex;
}
.top-box .menu-box .left-menu .bord-none {
  border-bottom: none;
}
.top-box .menu-box .mid-title {
  text-align: center;
}
.top-box .menu-box .mid-title > h1 {
  font-size: 60px;
  line-height: 60px;
  color: white;
  margin-top: 90px;
}
.top-box .menu-box .mid-title > p {
  font-size: 42px;
  line-height: 42px;
  color: white;
  margin-top: 36px;
}
.top-box .menu-box .right-menu {
  margin-top: 35px;
  height: 214px;
  width: 210px;
  display: flex;
  flex-direction: column;
  background: white;
}
.top-box .menu-box .right-menu .describ-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-bottom: 1px dashed #E5E5E5;
}
.top-box .menu-box .right-menu .describ-box .title {
  margin-left: 18px;
  margin-top: 18px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #2798E6;
}
.top-box .menu-box .right-menu .describ-box .describ {
  margin-top: 6px;
  margin-left: 18px;
  height: 13px;
  font-size: 13px;
  color: #777777;
}
.top-box .menu-box .right-menu .describ-box .btn {
  width: 165.7px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-left: 18px;
  margin-top: 16px;
  color: #FFFFFF;
  background: #2798E6;
  border-radius: 9.86px;
}
.top-box .menu-box .right-menu .describ-box .btn:hover {
  background: #0d83d7;
}
.top-box .menu-box .right-menu .describ-box .btn-down {
  width: 165.7px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-left: 18px;
  margin-top: 16px;
  color: #FFFFFF;
  background: #FFA200;
  border-radius: 9.86px;
}
.top-box .menu-box .right-menu .describ-box .btn-down:hover {
  background: #e68200;
}
.mid-box {
  display: flex;
  width: 100%;
  height: 86px;
  background: #d3d3fe;
}
.mid-box .section-box {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
.mid-box .section-box .sec-line {
  width: 2px;
  height: 75px;
  background: white;
}
.mid-box .section-box .section {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.mid-box .section-box .section .top-num {
  width: 31px;
  height: 31px;
  line-height: 31px;
  color: white;
  background: #2798E6;
  border-radius: 15.5px;
  margin-bottom: 4px;
  margin-left: 109.5px;
}
.mid-box .section-box .section .content {
  margin-top: 4px;
  color: #777777;
}
.bottom-box {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
}
.bottom-box .bottom-pic-box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 53px;
}
.bottom-box .bottom-pic-box .left-pic-box .top-line {
  width: 735px;
  height: 4px;
  background: #2798E6;
}
.bottom-box .bottom-pic-box .left-pic-box .layui-carousel > [carousel-item] > .layui-this {
  background: #fff;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo {
  margin-top: 30px;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box {
  height: 232px;
  width: 647px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 44px;
  font-size: 14px;
  white-space: nowrap;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-normal {
  position: relative;
  width: 187px;
  height: 191px;
  border: 1px solid #777777;
  font-size: 12px;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-normal .top-img {
  display: inline-block;
  width: 177px;
  height: 98px;
  margin-left: 5px;
  margin-top: 5px;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-normal .top-img img {
  width: 100%;
  height: 100%;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-normal .logo {
  position: absolute;
  width: 65px;
  height: 22px;
  right: -10px;
  top: 5px;
  background: red;
  display: inline-block;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  line-height: 22px;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-normal .title {
  font-size: 14px;
  height: 14px;
  margin-top: 8px;
  margin-left: 9px;
  line-height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 170px;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-normal .title > a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 170px;
  color: #040404;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-normal .title > a:hover {
  color: #2798E6;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-normal .money {
  font-size: 14px;
  height: 14px;
  color: #FE0000;
  margin-top: 8px;
  margin-left: 9px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-normal .line {
  border: 1px dashed #777777;
  margin: 0 4px;
  margin-top: 7px;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-normal .company {
  font-size: 14px;
  color: #040404;
  margin-top: 6px;
  margin-left: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 14px;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-big {
  width: 228px;
  height: 232px;
  border: 1px solid #777777;
  position: relative;
  padding-top: 5px;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-big .logo {
  position: absolute;
  width: 85px;
  height: 26px;
  right: -10px;
  top: 5px;
  color: white;
  background: #2798E6;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  line-height: 26px;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-big .top-img {
  display: block;
  width: 218px;
  height: 118px;
  margin-left: 5px;
  margin-top: 5px;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-big .top-img img {
  width: 100%;
  height: 100%;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-big .title {
  font-size: 19px;
  height: 19px;
  color: #040404;
  margin-top: 10px;
  margin-left: 9px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 210px;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-big .title > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 210px;
  color: #040404;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-big .title > a:hover {
  color: #2798E6;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-big .money {
  font-size: 19px;
  height: 19px;
  color: #FE0000;
  margin-top: 10px;
  margin-left: 9px;
  line-height: 19px;
  overflow: hidden;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-big .line {
  border: 1px dashed #777777;
  margin: 0 4px;
  margin-top: 6px;
}
.bottom-box .bottom-pic-box .left-pic-box #cmp-logo .car-box .mess-big .company {
  font-size: 19px;
  color: #040404;
  margin-top: 6px;
  margin-left: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 19px;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box {
  margin-top: 43px;
  width: 733px;
  border: 1px solid #777777;
  border-top: 4px solid #2798E6;
  background: #fff;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .title-wrap {
  display: flex;
  margin-left: 25px;
  justify-content: flex-start;
  height: 19px;
  width: 618px;
  margin-top: 17px;
  font-weight: bold;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .title-wrap::before {
  border-radius: 2px;
  content: "";
  width: 6px;
  height: 19px;
  background: #2798e6;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .title-wrap .ti-sesson {
  color: #000000;
  font-size: 19px;
  line-height: 19px;
  width: 103px;
  border-right: 2px solid #333333;
  text-align: center;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .title-wrap .ti-sesson > a {
  padding-bottom: 8px;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .title-wrap .ti-sesson > a:hover {
  color: #2798e6;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .title-wrap .ti-sesson .bor-bom {
  border-bottom: 4px solid #2798E6;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .title-wrap .bor-le {
  border-left: 6px solid #2798E6;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .title-wrap .bro-ri {
  border-right: none;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .message-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
  margin-left: 42px;
  margin-right: 44px;
  justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
  height: 360px;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .message-wrap .mess-wrap {
  width: 149px;
  height: 153px;
  margin-top: 18px;
  border: 1px solid #777777;
  margin-right: 12px;
  background: #f0f0f0;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .message-wrap .mess-wrap .top-img {
  width: 135px;
  height: 75px;
  margin-left: 7px;
  margin-top: 6px;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .message-wrap .mess-wrap .title {
  font-size: 14px;
  height: 14px;
  margin-top: 4px;
  margin-left: 9px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .message-wrap .mess-wrap .title > a {
  color: #040404;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .message-wrap .mess-wrap .title > a:hover {
  color: #2798E6;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .message-wrap .mess-wrap .money {
  font-size: 12px;
  height: 12px;
  color: #FE0000;
  margin-top: 8px;
  margin-left: 9px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .message-wrap .mess-wrap .line {
  border: 1px dashed #777777;
  margin: 0 4px;
  margin-top: 4px;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .message-wrap .mess-wrap .company {
  font-size: 12px;
  color: #040404;
  margin-top: 3px;
  margin-left: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 135px;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .more-btn {
  margin-left: 41px;
  margin-bottom: 20px;
  width: 100%;
  height: 13px;
  margin-top: 13px;
  text-align: left;
}
.bottom-box .bottom-pic-box .left-pic-box .session-box .more-btn > a {
  display: block;
  color: #2798E6;
  font-size: 12px;
  line-height: 12px;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box {
  margin-top: 18px;
  width: 733px;
  height: 386px;
  border: 1px solid #777777;
  border-top: 4px solid #2798E6;
  background: white;
  white-space: normal;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box .title-wrap {
  display: flex;
  margin-left: 25px;
  justify-content: flex-start;
  height: 19px;
  width: 618px;
  margin-top: 17px;
  font-weight: bold;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box .title-wrap::before {
  border-radius: 2px;
  content: "";
  width: 6px;
  height: 19px;
  background: #2798e6;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box .title-wrap .ti-sesson {
  color: #000000;
  font-size: 19px;
  line-height: 19px;
  width: 103px;
  border-right: 2px solid #333333;
  text-align: center;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box .title-wrap .ti-sesson > a {
  padding-bottom: 8px;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box .title-wrap .ti-sesson > a:hover {
  color: #2798e6;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box .title-wrap .ti-sesson .bor-bom {
  border-bottom: 4px solid #2798E6;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box .title-wrap .bor-le {
  border-left: 6px solid #2798E6;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box .title-wrap .bro-ri {
  border-right: none;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box .bottom-box .bottom-pic-box .left-pic-box .layui-carousel > [carousel-item] > .layui-this {
  background: #fff;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box #comp-mess {
  margin-top: 13px;
  padding-right: 20px;
  background: white;
  white-space: nowrap;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box #comp-mess .company-box {
  display: flex;
  width: 668px;
  height: 291px;
  margin-left: 42px;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: white;
  overflow: hidden;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box #comp-mess .company-box .item-wrap {
  width: 328px;
  height: 94px;
  display: flex;
  padding-top: 13px;
  padding-bottom: 6px;
  border-bottom: 0.63px dashed #A0A0A0;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box #comp-mess .company-box .item-wrap a {
  width: 328px;
  height: 94px;
  display: flex;
  padding-top: 13px;
  padding-bottom: 6px;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box #comp-mess .company-box .item-wrap a > img {
  width: 96px;
  height: 60px;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box #comp-mess .company-box .item-wrap .comp-cntwrap {
  white-space: nowrap;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box #comp-mess .company-box .item-wrap .comp-cntwrap .cmp-name {
  font-size: 16px;
  color: #000000;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  line-height: 16px;
  cursor: pointer;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box #comp-mess .company-box .item-wrap .comp-cntwrap .cmp-name:hover {
  color: #2798E6;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box #comp-mess .company-box .item-wrap .comp-cntwrap .co-btn {
  width: 80px;
  height: 12px;
  color: #777777;
  font-size: 12px;
  margin-left: 141px;
  margin-top: 30px;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box #comp-mess .company-box .item-wrap .comp-cntwrap .co-btn > a:hover {
  color: #2798E6;
}
.bottom-box .bottom-pic-box .left-pic-box .comp-box #comp-mess .company-box .bom-born {
  border-bottom: none;
}
.bottom-box .bottom-pic-box .MEchanRight {
  width: 246px;
  margin-left: 18px;
}
