/* 新加首页样式 */
.label {
  width: 1200px;
  height: 100px;
  border-radius: 20px;
  background: #fff;
  /* border-bottom: 2px solid #333; */
  /* box-shadow: 0 0 10px 5px #bbbbbb; */
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 450px;
  left: calc(50% - 600px);
  z-index: 998
}

.label .label_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.label .label_box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-right: 10px;
}

.label .label_text1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.label .label_text2 {
  color: #444444;
}

.introduce {
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 110px ;
  padding-bottom: 50px ;
}

.introduce .subheading {
  font-size: 20px;
  font-weight: normal;
  color: #3599f9;
  text-align: center;
  margin-top: 20px;
}

.introduce .box {
  width: 100%;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}

.introduce .box_item {
  width: 30%;
  height: 500px;
  text-align: center;
  border-radius: 10px;
  /*border: 1px solid #c79886;*/
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  background: url('/static/images/newIndex/introduce0.png') no-repeat;
  box-shadow: 0 0 5px 1px #bbbbbb;
}

.introduce .box_item_info {
  height: 400px;
}

.introduce .box_item_info img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-top: 20px;
  margin-bottom: 40px;
}

.introduce .box_item_info .text {
  font-size: 24px;
  font-weight: normal;
  margin-top: 10px;
  padding: 0 15px;
}

.introduce .box_item_btn {
  width: 200px;
  height: 50px;
  color: #fff;
  background-color: #46aaff;
  line-height: 50px;
  border-radius: 25px;
  margin: 0 auto;

}

.recommend {
  padding: 60px 0;
}

.recommend .subheading {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
}

.recommend span {
  color: #3599f9;
}

.recommend .box2 {
  width: 100%;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}

.recommend .box2_left {
  width: 54%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recommend .box2_left_item {
  width: calc(49% - 100px);
  height: 200px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #eee;
  border-radius: 20px;
  /* box-shadow: 0 0 2px 1px #bbbbbb; */
  margin-bottom: 10px;
  padding: 25px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.recommend .box2_left_item_conter {
  text-align: center;
}

.recommend .box2_left_item_btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  text-align: center;
}

.recommend .box2_right {
  width: calc(44% - 160px);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #eee;
  border-radius: 20px;
  /* box-shadow: 0 0 2px 1px #bbbbbb; */
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  padding: 50px 80px;
  text-align: center;
}

.marketing {
  width: 100%;
  background-color: #f6f6f6;
  padding: 60px 0;
}

.marketing .subheading {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
}

.marketing .box3 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.marketing .box3_item {
  width: 225px;
  height: 200px;
  font-size: 20px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.marketing .box3_item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.features {
  padding: 60px 0;
}

.features .subheading {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
}

.features .box4 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.features .box4_item {
  width: 100px;
  height: 120px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.features .box4_item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}

.technology {
  width: 100%;
  color: #fff;
  /*margin-top: 40px;*/
  padding-bottom: 50px;
  background: #f6f6f6;
}

.technology .technology_top {
  width: 100%;
  height: 400px;
  padding-top: 60px;
  background: url('/static/images/newIndex/technology0.png') no-repeat;
  background-size: 100%;
}

.technology .subheading {
  width: 1200px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-evenly;
}

.technology .subheading_item {
  text-align: center;
}

.technology .subheading_item span {
  font-size: 28px;
}

.technology .technology_bottom {
  width: 1100px;
  height: 520px;
  color: #000;
  background: #fff;
  border-radius: 10px;
  margin: auto;
  margin-top: -200px;
  padding: 40px 50px 60px 50px;
}

.technology .caption {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
}

.technology .box5 {
  display: flex;
  justify-content: space-between;
}

.technology .box5_item {
  width: 30%;
  text-align: center;
  margin-top: 40px;
}

.technology .box5_item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.technology .box5_title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

.technology .box5_p {
  width: 60%;
  margin: auto;
  color: #7E8491;
  line-height: 28px;
}

.dynamic {
  padding: 40px 0;
}

.dynamic .box6 {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.dynamic .box6_item {
  width: 380px;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px 1px #bbbbbb;
}

.dynamic .box6_item_top {
  width: calc(100% - 60px);
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dynamic .box6_item_top_title {
  font-size: 28px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.dynamic .box6_item_top_title img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 10px;
}

.dynamic .box6_item_top_right {
  color: #737373;
  display: flex;
  align-items: center;
}

.dynamic .box6_item_top_right img {
  width: px;
  height: 15px;
  object-fit: contain;
}

.dynamic .box6_item_bottom {
  padding: 0 20px;
}

.dynamic .box6_item_bottom_box {
  color: #686868;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.dynamic .box6_item_bottom_box_left {
  width: 80px;
  height: 70px;
  text-align: center;
  margin-right: 15px;
  border-right: 1px solid #E2E2E2;
}

.dynamic .box6_item_bottom_box_right {
  width: 240px;
}

.dynamic .box6_item_bottom_box_right .content {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  margin-top: 15px;
}