.box {
  padding: 4rem 22.5rem;
}
.box .title {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 2.5rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.box .tetx {
  margin-bottom: 2.5rem;
  font-weight: 300;
  font-size: 1.13rem;
  color: #999999;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.list {
  margin-bottom: 1rem;
}
.list .list_nr {
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
.list .list_nr .list_nr_img {
  width: 31.88rem;
  height: 31.88rem;
  background: #f5f5f5;
  border-radius: 1.25rem 0rem 0rem 1.25rem;
}
.list .list_nr .list_nr_box {
  flex: 1;
  height: 31.88rem;
  padding: 0 2rem;
  background: linear-gradient(to top, #f9f9f9, #ffffff);
  border-radius: 0rem 1.25rem 1.25rem 0rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.list .list_nr .list_nr_box .list_nr_box_title {
  font-weight: 500;
  font-size: 2.13rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.5rem;
}
.list .list_nr .list_nr_box .list_nr_box_text {
  font-weight: 300;
  font-size: 1.13rem;
  color: #999999;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 1.5rem;
}
.list .list_nr .list_nr_box .list_nr_box_nr {
  flex: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list .list_nr .list_nr_box .list_nr_box_nr .list_nr_box_nr_img {
  line-height: 5rem;
  width: 5rem;
  height: 5rem;
  background: #ffffff;
  border: 0.06rem solid #eeeeee;
  border-radius: 50%;
  text-align: center;
  margin-right: 1.5rem;
}
.list .list_nr .list_nr_box .list_nr_box_nr .list_nr_box_nr_img .list_nr_box_nr_img_nr {
  width: 2.5rem;
  height: 2.5rem;
}
.list .list_nr .list_nr_box .list_nr_box_nr .list_nr_box_nr_box {
  flex: 1;
}
.list .list_nr .list_nr_box .list_nr_box_nr .list_nr_box_nr_box .list_nr_box_nr_box_title {
  font-weight: 500;
  font-size: 1.13rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 1rem;
}
.list .list_nr .list_nr_box .list_nr_box_nr .list_nr_box_nr_box .list_nr_box_nr_box_text {
  font-weight: 300;
  font-size: 0.88rem;
  color: #999999;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.cooperate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.cooperate .cooperate_nr {
  position: relative;
}
.cooperate .cooperate_nr .cooperate_nr_img {
  width: 24.6875rem;
  height: 18.125rem;
}
.cooperate .cooperate_nr .cooperate_nr_box {
  width: 24.6875rem;
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.cooperate .cooperate_nr .cooperate_nr_box .cooperate_nr_box_img {
  width: 3.06rem;
  height: 3.06rem;
  margin-bottom: 3rem;
}
.cooperate .cooperate_nr .cooperate_nr_box .cooperate_nr_box_title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #000033;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.5rem;
}
.cooperate .cooperate_nr .cooperate_nr_box .cooperate_nr_box_text1 {
  font-weight: 300;
  font-size: 1rem;
  color: #999999;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 1rem;
}
.cooperate .cooperate_nr .cooperate_nr_box .cooperate_nr_box_text2 {
  font-weight: 300;
  font-size: 1rem;
  color: #666666;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.map {
  margin-bottom: 3.5rem;
  position: relative;
}
.map .map_img {
  width: 75.56rem;
  height: 25.56rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.31rem 0rem #cccccc;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.map .map_box {
  position: absolute;
  top: 5.5rem;
  right: 6rem;
  width: 22.13rem;
  height: 15.88rem;
  background: #fdfdfd;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 0 2.5rem;
  display: flex;
  justify-content: center;
  /* align-items: flex-start | flex-end | center | baseline | stretch */
  align-items: flex-start;
  /* 从左到右依次排列 | 从右到左依次排列 | 从上到下依次排列 | 从下到上依次排列 */
  /* flex-direction: row | row-reverse | column | column-reverse  默认为 row */
  flex-direction: column;
}
.map .map_box .map_box_title {
  font-weight: 500;
  font-size: 2.13rem;
  color: #27469a;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 2rem;
}
.map .map_box .map_box_text {
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.5rem;
}
.message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.message .message_nr {
  position: relative;
}
.message .message_nr .message_nr_title {
  font-weight: 300;
  font-size: 0.88rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.88rem;
  display: flex;
  align-items: flex-start;
}
.message .message_nr .message_nr_title span {
  color: #ff0000;
  padding-left: 0.1rem;
}
.message .message_nr .message_nr_inp {
  width: 65.06rem;
  height: 2.19rem;
  background: #ffffff;
  border: 0.06rem solid #dddddd;
  margin-bottom: 1.94rem;
  padding: 0 0.5rem;
  border-radius: 0.63rem;
  padding-left: 2rem !important;
}
.message .message_nr .message_nr_inp_text {
  padding: 0.5rem;
  min-height: 8.75rem;
  padding-left: 2rem !important;
}
.message .message_nr .message_nr_img {
  position: absolute;
  top: 2.5rem;
  left: 0.2rem;
  width: 1.5rem;
  height: 1.44rem;
}
.but {
  width: 18.75rem;
  height: 2.75rem;
  background: #3158c3;
  border-radius: 0.63rem 0.63rem 0.63rem 0.63rem;
  margin: 0 auto;
  font-weight: 300;
  font-size: 1.13rem;
  color: #ffffff;
  line-height: 2.75rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
