.homePage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homePage .herder-bottom  .company-name{
  font-size:20px;
  margin-right:10px;
}
.homePage .herder-bottom {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #E7E7E7;
}
.homePage .herder-bottom .herder {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.homePage .herder-bottom .herder .title {
  display: flex;
  align-items: center;
  min-width: 150px;
}
.homePage .herder-bottom .herder .title img {
  width: 30px;
  height: 22px;
}
.homePage .herder-bottom .herder .title h5 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.homePage .herder-bottom .herder .el-menu-demo {
  flex: 1;
}
.homePage .herder-bottom .herder .el-menu-demo .el-submenu .el-submenu__title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.homePage .herder-bottom .herder .el-menu-demo .el-menu-item {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.homePage .herder-bottom .herder .el-menu--horizontal {
  border-bottom: none;
}
.homePage .herder-bottom .herder .her-right {
  float: right;
  display: flex;
  align-items: center;
  color: #333333;
}
.homePage .herder-bottom .herder .her-right .yuyan {
  display: flex;
  align-items: center;
  height: 21px;
  border-right: 1px solid #979797;
  padding-right: 20px;
}
.homePage .herder-bottom .herder .her-right .yuyan img {
  margin-right: 10px;
}
.homePage .herder-bottom .herder .her-right .login {
  display: flex;
  align-items: center;
  min-width: 150px;
}
.homePage .herder-bottom .herder .her-right .login .login-text {
  font-size: 16px;
  font-weight: 400;
  color: #3760F3;
  padding: 0px 20px;
  cursor: pointer;
}
.homePage .herder-bottom .herder .her-right .login .dem {
  cursor: pointer;
  font-size: 12px;
  background: #3760F3;
  border-radius: 2px;
  color: #FFFFFF;
  padding: 5px 12px;
}
.homePage .section-box {
  width: 1200px;
  height: 600px;
  background: url("../../img/hwhomepage/homeback.png") no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homePage .section-box .set-left {
  width: 360px;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.homePage .section-box .set-left h2 {
  font-size: 50px;
  font-weight: 600;
  color: #15023A;
  line-height: 70px;
  margin-bottom: 20px;
}
.homePage .section-box .set-left p {
  font-size: 20px;
  font-weight: 400;
  color: #8B8B8B;
  line-height: 28px;
  margin-bottom: 80px;
}
.homePage .section-box .set-left .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0054FF;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  padding: 12px 30px;
  cursor: pointer;
}
.homePage .headline {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #0F0F0F;
  line-height: 42px;
  height: 100px;
  position: relative;
}
.homePage .headline .location {
  position: absolute;
  right: 0px;
  top: 130px;
  height: 280px;
  color: #3760F3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homePage .headline .location div {
  padding: 10px 0px;
  width: 48px;
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #3760F3;
  cursor: pointer;
}
.homePage .headline .location div:nth-child(2) {
  padding: 20px 7px;
  box-sizing: border-box;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.homePage .headline .location div:nth-child(2) .el-icon {
  margin-bottom: 5px;
  font-size: 18px;
}
.homePage .chanpin {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.homePage .chanpin img {
  width: 616px;
  height: 462px;
}
.homePage .chanpin .shuoming {
  width: 43%;
  height: 100%;
  padding-top: 15px;
}
.homePage .chanpin .shuoming .data {
  margin-bottom: 25px;
  padding-left: 20px;
  cursor: pointer;
}
.homePage .chanpin .shuoming .data h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}
.homePage .chanpin .shuoming .data p {
  font-size: 12px;
  font-weight: 400;
  color: #B2B2B2;
  line-height: 17px;
  margin-bottom: 5px;
}
.homePage .chanpin .shuoming .productIndex {
  border-left: 3px solid #3760F3;
}
.homePage .scheme {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  width: 1300px;
}
.homePage .scheme .scheme-left {
  width: 210px;
}
.homePage .scheme .scheme-left .title {
  font-size: 22px;
  font-weight: 600;
  color: #0F0F0F;
  line-height: 30px;
  margin-bottom: 30px;
}
.homePage .scheme .scheme-left .p {
  display: flex;
  align-items: center;
  height: 50px;
  border-left: 3px solid #DEDEDE;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #B4B4B4;
  cursor: pointer;
}
.homePage .scheme .scheme-left .broadcastIndex {
  position: relative;
  color: #3760F3;
}
.homePage .scheme .scheme-left .broadcastIndex::before {
  position: absolute;
  content: '';
  left: -3px;
  top: 15px;
  width: 3px;
  height: 25px;
  background: #3760F3;
}
.homePage .scheme .scheme-right {
  padding-top: 20px;
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.homePage .scheme .scheme-right .scheme-right-box {
  width: 250px;
  border-radius: 6px;
  border: 1px solid #E1E6F0;
}
.homePage .scheme .scheme-right .scheme-right-box .title {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  background: #3760F3;
  border-radius: 6px 6px 0px 0px;
}
.homePage .scheme .scheme-right .scheme-right-box .list-box {
  padding: 20px 20px;
}
.homePage .scheme .scheme-right .scheme-right-box .list-box .title2 {
  font-size: 20px;
  font-weight: 600;
  color: #404E6E;
  line-height: 28px;
  margin-bottom: 15px;
}
.homePage .scheme .scheme-right .scheme-right-box .list-box p {
  font-size: 15px;
  font-weight: 400;
  color: #94A2B8;
  margin-bottom: 10px;
  position: relative;
}
.homePage .service {
  display: grid;
  grid-template-columns: 400px 400px 400px;
  grid-template-rows: 240px 240px;
}
.homePage .service .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #404E6E;
  line-height: 28px;
}
.homePage .service .box img {
  margin-bottom: 20px;
}
.homePage .opened {
  cursor: pointer;
  min-width: 400px;
  padding: 0px 20px;
  height: 80px;
  background: #3760F3;
  border-radius: 12px;
  font-size: 26px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.homePage .footer {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 102px;
  background: #0A1733;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #818A9B;
}
/*# sourceMappingURL=index.css.map */