.medium_header {
  height: 712px;
  background: url(../images/medium_bg_header.png) no-repeat;
  background-size: 100% 100%;
}
.medium_header .medium_header_top {
  display: flex;
  justify-content: space-between;
  padding-top: 36px;
}
.medium_header .medium_header_top .back {
  width: 157px;
  height: 42px;
  background-color: #e6f5ff;
  border-radius: 21px;
  border: solid 1px #8bc5e6;
  transition: all 0.3s;
}
.medium_header .medium_header_top .back a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #015293;
}
.medium_header .medium_header_top .back a img {
  margin-right: 14px;
}
.medium_header .medium_header_top .back:hover {
  transform: translateX(5px);
}
.medium_header .medium_title {
  display: flex;
  justify-content: center;
  margin-top: 117px;
}
.medium_header .medium_title img {
  width: 80%;
}
.main {
  margin-top: -260px;
  margin-bottom: 50px;
}
.main .breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 18px;
}
.main .breadcrumbs img {
  margin-right: 10px;
}
.main .breadcrumbs a {
  color: #333;
}
.main .breadcrumbs a:hover {
  color: #016bb5;
}
.main .total {
  position: relative;
  height: 275px;
  background-color: #ffffff;
  box-shadow: 1px 2px 8px 0px rgba(73, 111, 142, 0.16);
  border-radius: 13px;
  margin-top: 116px;
}
.main .total .total_title {
  position: absolute;
  top: -33px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 443px;
  height: 69px;
  background-color: #ffffff;
  box-shadow: 1px 2px 8px 0px rgba(73, 111, 142, 0.16);
  border-radius: 13px;
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  transform: translateX(-50%);
}
.main .total .total_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 100%;
  padding-top: 25px;
}
.main .total .total_list li {
  display: flex;
  margin-right: 50px;
}
.main .total .total_list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background-image: linear-gradient(0deg, #f7f8fa 0%, #ebf5fe 100%);
  border-radius: 50%;
  margin-right: 10px;
}
.main .total .total_list li .desc {
  font-size: 18px;
  color: #333;
}
.main .total .total_list li .desc .number .num {
  font-size: 31px;
  color: #015293;
  font-weight: 700;
}
.main .pub_title {
  display: flex;
  justify-content: center;
}
.main .pub_title .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 576px;
  height: 63px;
  font-size: 20px;
  color: #004d8b;
  font-weight: 700;
  background: url(../images/medium_bg_module_title.png) no-repeat;
  background-size: 100% 100%;
}
.main .srmzf {
  margin-top: 41px;
}
.main .srmzf .ewm_list {
  display: flex;
  justify-content: center;
  margin-top: 23px;
}
.main .srmzf .ewm_list li {
  position: relative;
  width: 230px;
  height: 341px;
  transform-style: preserve-3d;
  transition: all 1s;
}
.main .srmzf .ewm_list li .zm,
.main .srmzf .ewm_list li .fm {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: transform 0.4s;
}
.main .srmzf .ewm_list li .zm {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotateY(0deg);
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #c4dceb;
  padding: 28px 28px;
}
.main .srmzf .ewm_list li .zm .logo {
  width: 89px;
  height: 89px;
  margin-bottom: 32px;
}
.main .srmzf .ewm_list li .zm h2 {
  font-size: 18px;
  color: #015293;
  font-weight: 700;
}
.main .srmzf .ewm_list li .zm .unit {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-top: 18px;
  color: #666;
}
.main .srmzf .ewm_list li .zm .unit img {
  margin-left: 3px;
}
.main .srmzf .ewm_list li .zm p {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  margin-top: 20px;
}
.main .srmzf .ewm_list li .fm {
  display: flex;
  flex-direction: column;
  align-items: center;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  background-image: linear-gradient(0deg, #f7f8fa 0%, #ebf5fe 100%);
  border-radius: 10px;
  border: solid 1px #c4dceb;
  padding-top: 54px;
}
.main .srmzf .ewm_list li .fm .ewm_img {
  width: 143px;
  height: 143px;
  margin-bottom: 34px;
}
.main .srmzf .ewm_list li .fm h2 {
  font-size: 18px;
  color: #015293;
}
.main .srmzf .ewm_list li:hover .zm {
  transform: rotateY(-180deg);
}
.main .srmzf .ewm_list li:hover .fm {
  transform: rotateY(0deg);
}
.main .other {
  margin-top: 52px;
}
.main .other .other_head {
  display: flex;
  justify-content: center;
}
.main .other .other_head li {
  width: 206px;
  height: 82px;
  margin: 0 5px;
}
.main .other .other_head li a {
  display: flex;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #666;
  padding-top: 20px;
}
.main .other .other_head li.active,
.main .other .other_head li:hover {
  background-color: #f2f9fd;
  box-shadow: 1px 2px 6px 0px rgba(87, 108, 126, 0.34);
  border-radius: 11px;
}
.main .other .other_head li.active a,
.main .other .other_head li:hover a {
  color: #015293;
  font-weight: 700;
}
.main .other .other_inner {
  position: relative;
  margin-top: -28px;
  padding-top: 44px;
  background-color: #fff;
  border-top: 3px solid #ebf2f8;
}
.main .other .other_inner .other_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
}
.main .other .other_inner .other_list li {
  position: relative;
  width: 230px;
  height: 341px;
  transform-style: preserve-3d;
  transition: all 1s;
  margin-right: 14px;
  margin-bottom: 37px;
}
.main .other .other_inner .other_list li:nth-child(3n) {
  margin-right: 0;
}
.main .other .other_inner .other_list li:nth-child(5n) {
  margin-right: 14px;
}
.main .other .other_inner .other_list li .zm,
.main .other .other_inner .other_list li .fm {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: transform 0.4s;
}
.main .other .other_inner .other_list li .zm {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotateY(0deg);
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #c4dceb;
  padding: 28px 28px;
}
.main .other .other_inner .other_list li .zm .logo {
  width: 89px;
  height: 89px;
  margin-bottom: 32px;
}
.main .other .other_inner .other_list li .zm h2 {
  font-size: 18px;
  color: #015293;
  font-weight: 700;
}
.main .other .other_inner .other_list li .zm .unit {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-top: 18px;
  color: #666;
}
.main .other .other_inner .other_list li .zm .unit img {
  margin-left: 3px;
}
.main .other .other_inner .other_list li .zm p {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  margin-top: 20px;
}
.main .other .other_inner .other_list li .fm {
  display: flex;
  flex-direction: column;
  align-items: center;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  background-image: linear-gradient(0deg, #f7f8fa 0%, #ebf5fe 100%);
  border-radius: 10px;
  border: solid 1px #c4dceb;
  padding-top: 54px;
}
.main .other .other_inner .other_list li .fm .ewm_img {
  width: 143px;
  height: 143px;
  margin-bottom: 34px;
}
.main .other .other_inner .other_list li .fm h2 {
  font-size: 18px;
  color: #015293;
}
.main .other .other_inner .other_list li:hover .zm {
  transform: rotateY(-180deg);
}
.main .other .other_inner .other_list li:hover .fm {
  transform: rotateY(0deg);
}
.main .other .check {
  display: flex;
  justify-content: center;
}
.main .other .check a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  background-color: #ebf5fe;
  font-size: 18px;
  color: #004d8b;
  border-radius: 10px;
}
.main .other .check a:hover {
  background-color: #004d8b;
  color: #ebf5fe;
}
.main .qxq {
  height: auto;
  background-image: linear-gradient(0deg, #f7f8fa 0%, #ebf5fe 100%);
  box-shadow: 1px 2px 8px 0px rgba(73, 111, 142, 0.16);
  border-radius: 13px;
  margin-top: 62px;
  padding-top: 29px;
  padding: 29px 50px 0 50px;
}
.main .qxq .qxq_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #015293;
  font-weight: 700;
}
.main .qxq .qxq_title img {
  margin-right: 20px;
}
.main .qxq .qxq_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 38px;
}
.main .qxq .qxq_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 84px;
  border-radius: 10px;
  margin-bottom: 14px;
  font-size: 18px;
  color: #333;
  background: url(../images/medium_bg_li.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.main .qxq .qxq_list li .panel_box {
  display: none;
  position: absolute;
  top: 84px;
  left: 0;
  padding-top: 14px;
  z-index: 999;
  width: 100%;
}
.main .qxq .qxq_list li .panel_box .panel {
  display: flex;
  flex-wrap: wrap;
  background-color: #e7f6fd;
  padding: 30px;
  width: 100%;
}
.main .qxq .qxq_list li .panel_box .panel .panel_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.main .qxq .qxq_list li .panel_box .panel .panel_item:nth-child(3n) {
  margin-right: 0;
}
.main .qxq .qxq_list li .panel_box .panel .panel_item img {
  width: 143px;
  height: 143px;
}
.main .qxq .qxq_list li .panel_box .panel .panel_item p {
  margin-top: 18px;
  color: #015293;
}
.main .qxq .qxq_list li:hover .panel_box {
  display: block;
}
.main .qxq .qxq_list li:nth-last-child(-n + 5) .panel_box {
  top: 182px;
}
