* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1250px;
}
.large_Rotation {
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.large_Rotation .large_Rotation_box {
  width: 1140px;
  height: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.large_Rotation .large_Rotation_box .large_box_left {
  width: 461px;
  height: 400px;
}
.large_Rotation .large_Rotation_box .large_box_left div:nth-child(1) {
  height: 65px;
  font-size: 46px;
  font-weight: 500;
  color: #222222;
  line-height: 65px;
  margin-top: 70px;
}
.large_Rotation .large_Rotation_box .large_box_left div:nth-child(2) {
  width: 434px;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 34px;
  margin-top: 22px;
}
.large_Rotation .large_Rotation_box .large_box_left input {
  width: 380px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 2px;
  border: none;
  margin-top: 25px;
  padding-left: 15px;
}
.large_Rotation .large_Rotation_box .large_box_left input:focus {
  outline: none;
}
.large_Rotation .large_Rotation_box .large_box_left button {
  width: 90px;
  height: 40px;
  background: #3470FF;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 0 287px;
  position: absolute;
  left: 0;
  top: 245px;
}
.workOrder_coordination {
  height: 50px;
  font-size: 36px;
  font-weight: 400;
  color: #222222;
  line-height: 50px;
  margin: 100px 0 50px 0;
  text-align: center;
}
.coordination_box {
  width: 1200px;
  height: 148px;
  margin: 0 auto 24px auto;
  display: flex;
  justify-content: space-between;
}
.coordination_box .coordination_item {
  width: 588px;
  height: 148px;
  display: flex;
  padding: 0 30px 0 36px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(52, 112, 255, 0.08);
}
.coordination_box .coordination_item .coordination_img {
  width: 48px;
}
.coordination_box .coordination_item .coordination_img img {
  width: 48px;
  height: 48px;
  margin-top: 36px;
}
.coordination_box .coordination_item .coordination_txt div:nth-child(1) {
  height: 30px;
  font-size: 22px;
  font-weight: 400;
  color: #222222;
  line-height: 30px;
  margin: 22px 0 0 24px;
}
.coordination_box .coordination_item .coordination_txt div:nth-child(2) {
  width: 450px;
  font-size: 14px;
  font-weight: 400;
  color: #8F959E;
  line-height: 20px;
  margin: 12px 0 0 24px;
}
.workOrder_mode {
  height: 50px;
  font-size: 36px;
  font-weight: 400;
  color: #222222;
  line-height: 50px;
  margin: 116px 0 50px 0;
  text-align: center;
}
.mode_box {
  width: 1200px;
  height: 270px;
  margin: 0 auto 140px auto;
  display: flex;
  justify-content: space-between;
}
.mode_box .mode_item {
  width: 282px;
  height: 270px;
  padding: 45px 24px 0 24px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(52, 112, 255, 0.08);
  border-radius: 2px;
}
.mode_box .mode_item .mode_item_img {
  width: 60px;
  margin: 0 auto 22px auto;
}
.mode_box .mode_item .mode_item_img img {
  width: 60px;
  height: 60px;
}
.mode_box .mode_item .mode_item_title {
  width: 88px;
  height: 30px;
  font-size: 22px;
  font-weight: 400;
  color: #222222;
  line-height: 30px;
  margin: 0 auto;
}
.mode_box .mode_item .mode_item_txt {
  width: 234px;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  color: #8F959E;
  line-height: 20px;
  margin: 12px auto 0 auto;
  text-align: center;
}
