/* this website */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
.whmax {
  width: 100%;
  height: 100%;
}
/* html reset */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  display: block;
}
ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}
input,
textarea {
  outline-style: none;
  font-size: 12px;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  display: block;
}
body {
  color: #2b2b2b;
  font-size: 14px;
  background: #ffffff;
}
* {
  box-sizing: border-box;
  user-select: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 18px;
}
*::selection {
  color: #fff;
  background-color: #000;
  text-shadow: none;
}
/* 文字选中后背景 */
img {
  height: auto;
  user-select: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
/* 滚动条美化 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  overflow: hidden;
}
/* 定义滚动条轨道 */
::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 5px;
  overflow: hidden;
}
/* 定义滑块 */
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 2rem!important;
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #9e9e9e;
  opacity: 1;
  transition: 0.2s ease-in all;
  border-radius: 5px;
}
.swiper-pagination-bullet-active {
  width: 15px;
  height: 5px;
  background: #fff;
}
.swiper-button-prev,
.swiper-button-next {
  transition: 0.2s all;
}
.swiper-button-prev:active,
.swiper-button-next:active {
  transform: translate(2px, 2px);
}
.paging-box {
  margin: 2rem 0 0rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging-box .page-link {
  width: auto;
  background: #fff;
  margin: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  transition: 0.2s all ease-in;
  font-size: 1.5rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
}
.paging-box .page-link.current {
  background: #121F3F !important;
  color: #fff;
}
.paging-box .nocurrent {
  opacity: 0.5;
}
.paging-box .page-link_num {
  background: #fff;
  transition: 0.2s all ease-in;
}
.paging-box .page-link_num:hover {
  background: #ddd;
}
@font-face {
  font-family: numfont;
  src: url("/Static/font/D-DIN-Bold.ttf");
}
@font-face {
  font-family: enfont;
  src: url("/Static/font/a_FuturaOrtoBold.ttf");
}
@font-face {
  font-family: bannerfont;
  src: url("/Static/font/guanhei.woff");
}
@font-face {
  font-family: HanSansCN;
  src: url("/Static/font/SourceHanSansCN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: HanSansCNMEDIUM;
  src: url("/Static/font/SourceHanSansCN-Medium.woff") format("woff");
}
@font-face {
  font-family: HanSansCNBOLD;
  src: url("/Static/font/SourceHanSansCN-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: HanSansCNHEAVY;
  src: url("/Static/font/SourceHanSansCN-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
* {
  font-family: sour;
}
html {
  display: flex;
  justify-content: center;
}
body {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}
.xhpoint {
  position: absolute;
  top: -8rem;
  z-index: -1;
  visibility: hidden;
}
.section_box {
  padding: 7rem 7rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section_main {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.mtitle {
  margin-bottom: 7rem;
}
.mtitle .mtitle_h2 {
  font-size: 3.6rem;
  text-align: center;
  color: #2b2b2b;
  margin-bottom: 1.5rem;
  font-family: enfont;
  font-weight: bold;
}
.mtitle .mtitle_p {
  font-size: 2.2rem;
  text-align: center;
  color: #2b2b2b;
  font-family: HanSansCNMEDIUM;
}
.mtitle_left {
  margin-bottom: 7rem;
}
.mtitle_left .mtitle_h2 {
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: enfont;
  font-weight: bold;
}
.mtitle_left .mtitle_p {
  font-size: 1.6rem;
  color: #fff;
  opacity: 0.8;
  font-family: HanSansCNMEDIUM;
}
.mbtn {
  width: 18rem;
  border: 1px solid #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  height: 4.8rem;
  transition: background-position 0.5s ease;
}
.mbtn .xhi {
  position: absolute;
  left: 0rem;
  color: #2b2b2b;
  z-index: 3;
  transition: all 0.5s ease;
  transform: translateX(0rem);
  opacity: 0;
}
.mbtn span {
  font-size: 1.6rem;
  color: #2b2b2b;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 5;
  transition: all 0.5s ease;
}
.mbtn .mbtn_bg {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 0%;
  height: 100%;
  background: #121F3F;
  transition: all 0.5s ease;
}
.mbtn:hover {
  border-color: #121F3F;
}
.mbtn:hover span {
  color: #fff;
  transform: translateX(2rem);
}
.mbtn:hover .xhi {
  left: 3rem;
  opacity: 1;
  color: #fff;
  animation: left-right 1s infinite;
}
.mbtn:hover .mbtn_bg {
  width: 100%;
}
@keyframes left-right {
  0% {
    transform: translateX(-10%);
  }
  50% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-10%);
  }
}
.xhcrumbs {
  flex-shrink: 0;
}
.xhcrumbs .mleft {
  display: flex;
  align-items: center;
}
.xhcrumbs .mleft a {
  color: #666;
  font-size: 1.4rem;
  position: relative;
}
.xhcrumbs .mleft i {
  color: #121F3F;
  margin-right: 1rem;
  font-size: 2rem;
}
.xhcrumbs .mleft a::after {
  content: '-';
  margin: 0 0.8rem;
}
.xhcrumbs .mleft a:last-child::after {
  display: none;
}
.xhcrumbs .mleft a.curr {
  color: #121F3F;
}
.xhRich {
  max-width: 1000px;
}
.xhRich_max {
  max-width: 100%;
}
.xhRich_text {
  font-size: 1.5rem;
  line-height: 170%;
  color: #666;
}
.xhRich_text h1,
.xhRich_text h2,
.xhRich_text h3,
.xhRich_text h4,
.xhRich_text h5,
.xhRich_text h6 {
  margin-bottom: 1.5rem;
}
.xhRich_text li {
  transform: translateX(2rem);
  list-style-type: disc;
  margin-bottom: 1rem;
}
.xhRich_text p {
  margin-bottom: 1rem;
}
.xhRich_text img {
  display: inline-block;
  max-width: 100%;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .xhRich_text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1680px) {
  .dea_page_banner .dea_page_banner_main {
    max-width: 1550px;
  }
}
.look_more {
  display: flex;
  align-items: center;
}
.look_more span {
  color: #999;
  margin-right: 0.5rem;
  transition: 0.2s all ease-in;
  font-size: 1.4rem;
}
.look_more i {
  color: #999;
  transition: 0.2s all ease-in;
  font-size: 1.4rem;
}
.look_more:hover span {
  color: #121F3F;
}
.look_more:hover i {
  transform: translateX(0.5rem);
  color: #121F3F;
}
.page404 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
}
.page404 .mleft {
  width: 50%;
  max-width: 70rem;
}
.page404 .mleft img {
  width: 100%;
}
.page404 .mright {
  width: 50%;
}
.page404 .mright h1 {
  font-family: numfont;
  font-size: 15rem;
  font-weight: bold;
  color: #000;
}
.page404 .mright h2 {
  font-size: 2.5rem;
  color: #2b2b2b;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.page404 .mright .minfo {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .page404 {
    flex-direction: column;
    padding: 5rem 3rem;
  }
  .page404 .mleft {
    width: 90%;
    min-width: 90%;
  }
  .page404 .mright {
    width: 100%;
  }
  .page404 .mright h1 {
    font-size: 4rem;
  }
  .page404 .mright h2 {
    font-size: 3rem;
  }
  .page404 .mright .minfo {
    font-size: 2rem;
  }
}
.mtabs {
  display: flex;
  align-items: center;
}
.mtabs li {
  margin-right: 3.2rem;
}
.mtabs a {
  font-size: 1.6rem;
  color: #666;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.mtabs a:hover {
  color: #121F3F;
}
.mtabs a::after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  transform: translateY(0.5rem);
  background: #121F3F;
  transition: 0.2s all ease-in;
}
.mtabs li.curr a {
  color: #121F3F;
}
.mtabs li.curr a::after {
  width: 90%;
}
.mtabs li:hover a::after {
  width: 90%;
}
.xhsider {
  width: 14rem;
  position: fixed;
  top: 45%;
  right: 0;
  background: #121F3F;
  z-index: 99;
  transform: translateX(100%);
  opacity: 0;
  transition: 0.2s all ease-in;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xhsider a {
  padding: 1rem;
  display: flex;
  align-items: center;
}
.xhsider a i {
  color: #FFCE95;
  font-size: 1.8rem;
  margin-right: 0.8rem;
}
.xhsider a p {
  color: #FFCE95;
  font-size: 1.4rem;
}
.xhsider.curr {
  transform: translateX(0);
  opacity: 1;
}
.xhsider:hover {
  transform: translateX(1rem);
}
/*******************定义的详情页样式*******************/
.page_section {
  padding: 0rem 7rem 5rem 20rem;
}
.page_section_main {
  max-width: 1440px;
  padding-left: 3rem;
}
.de_page_top {
  width: 100%;
  padding: 8rem 20rem 0rem 20rem;
}
.de_page_top h1 {
  font-size: 4rem;
  font-weight: bold;
  color: #121F3F;
  margin-right: 3rem;
}
.de_page_top .section_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dea_page_banner {
  padding-left: 20rem;
  margin-top: 4rem;
  width: 100%;
}
.dea_page_banner .dea_page_banner_main {
  max-width: 1680px;
  margin: 0 0 0 auto;
  width: 100%;
  height: 48rem;
}
.dea_page_banner .dea_page_banner_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dea_page_text {
  width: 100%;
  padding: 5rem 20rem 5rem 20rem;
}
.de_page_nav {
  width: 20rem;
  background: #fff;
  position: fixed;
  top: 20rem;
  left: 0;
  z-index: 20;
}
.de_page_nav ul {
  width: 100%;
}
.de_page_nav ul li {
  border-bottom: 1px solid #E6E6E6;
}
.de_page_nav ul li a {
  padding: 1.2rem 0.5rem 1.2rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.de_page_nav ul li a h3 {
  font-size: 1.4rem;
  color: #7E7E7E;
  transition: 0.2s all ease-in;
}
.de_page_nav ul li a i {
  font-size: 1.6rem;
  transition: 0.2s all ease-in;
  opacity: 0;
}
.de_page_nav ul li:last-child {
  border-bottom: none;
}
.de_page_nav ul li.curr a h3 {
  color: #121F3F;
}
.de_page_nav ul li.curr a i {
  opacity: 1;
}
.de_page_nav ul li:hover a h3 {
  color: #121F3F;
}
.de_page_nav ul li:hover a i {
  opacity: 1;
  transform: translateX(-0.5rem);
}
.dea_page_tabs {
  padding: 3rem 0 0rem 20rem;
  width: 100%;
}
.dea_page_tabs .dea_page_tabs_main {
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0 0 auto;
  padding-bottom: 1.5rem;
  max-width: 1680px;
  width: 100%;
  padding-left: 1.5rem;
}
.dea_page_tabs .dea_page_tabs_main ul {
  display: flex;
  gap: 7rem;
  align-items: center;
}
.dea_page_tabs .dea_page_tabs_main ul li {
  position: relative;
}
.dea_page_tabs .dea_page_tabs_main ul li a {
  font-size: 1.8rem;
  color: #999;
  transition: 0.2s all ease-in;
}
.dea_page_tabs .dea_page_tabs_main ul li:after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #121F3F;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  transition: 0.2s all ease-in;
}
.dea_page_tabs .dea_page_tabs_main ul li.curr a {
  color: #121F3F;
  font-weight: bold;
}
.dea_page_tabs .dea_page_tabs_main ul li.curr:after {
  width: 100%;
}
.dea_page_tabs .dea_page_tabs_main ul li:hover a {
  color: #121F3F;
}
@media screen and (max-width: 1680px) {
  .page_section_main {
    padding-left: 0;
  }
  .de_page_top {
    padding-right: 7rem;
  }
}
/* GSAP动画相关样式 */
.gsap-from-left,
.gsap-from-right,
.gsap-from-top,
.gsap-from-bottom,
.gsap-scale,
.gsap-fade {
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.gsap-text-reveal {
  overflow: hidden;
  display: inline-block;
}
.gsap-text-reveal .letter {
  display: inline-block;
  transform-origin: center;
}
.gsap-stagger-container {
  overflow: visible;
}
.gsap-stagger-item {
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.no-js .gsap-from-left,
.no-js .gsap-from-right,
.no-js .gsap-from-top,
.no-js .gsap-from-bottom,
.no-js .gsap-scale,
.no-js .gsap-fade,
.no-js .gsap-stagger-item,
.no-js .gsap-text-reveal .letter {
  opacity: 1 !important;
  transform: none !important;
}
@media screen and (max-width: 1680px) {
  .de_page_nav {
    width: 16rem;
  }
  .de_page_nav ul li a {
    padding: 1.5rem 0 1.5rem 1rem;
  }
  .de_page_nav ul li a i {
    font-size: 1.4rem;
  }
}
.img_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
}
.img_popup_main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.img_popup_close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.2s all ease-in;
}
.img_popup_close i {
  font-size: 2rem;
  color: #fff;
}
.img_popup_close:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}
.img_popup_img {
  width: 80%;
  height: 75%;
  margin-bottom: 2rem;
  position: relative;
}
.img_popup_img .swiper-container {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.img_popup_img .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img_popup_img .swiper-container .swiper-slide img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
.img_popup_thumbs {
  width: 80%;
  height: 10rem;
  margin-top: 4rem;
  position: relative;
}
.img_popup_thumbs .swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.img_popup_thumbs .swiper-pagination .swiper-pagination-bullet {
  width: 12rem;
  height: 8rem;
  margin: 0 0.5rem;
  opacity: 0.5;
  background: transparent;
  border-radius: 0;
  position: relative;
  transition: 0.2s all ease-in;
  overflow: hidden;
  cursor: pointer;
}
.img_popup_thumbs .swiper-pagination .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_popup_thumbs .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-bottom: 0.3rem solid #121F3F;
}
.img_popup_thumbs .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
.img_popup_nav {
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.2s all ease-in;
  z-index: 2;
}
.img_popup_nav i {
  font-size: 2rem;
  color: #fff;
}
.img_popup_nav.prev {
  left: -6rem;
}
.img_popup_nav.next {
  right: -6rem;
}
.img_popup_nav:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.img_popup_counter {
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
  .img_popup_main {
    padding: 1rem;
  }
  .img_popup_img {
    width: 100%;
    height: 70%;
  }
  .img_popup_thumbs {
    width: 100%;
  }
  .img_popup_thumbs .swiper-pagination .swiper-pagination-bullet {
    width: 6rem;
    height: 4.5rem;
    margin: 0 0.3rem;
  }
  .img_popup_close {
    top: 1rem;
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .img_popup_close i {
    font-size: 1.8rem;
  }
  .img_popup_nav {
    width: 3.5rem;
    height: 3.5rem;
  }
  .img_popup_nav.prev {
    left: 1rem;
  }
  .img_popup_nav.next {
    right: 1rem;
  }
}
.message_pop {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: 0.2s all ease-in;
}
.message_pop .message_pop_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.2s all ease-in;
}
.message_pop .message_pop_main {
  background: #F8F8F8;
  border-radius: 0.8rem;
  position: relative;
  z-index: 5;
  max-width: 102.5rem;
  width: 100%;
  height: 60rem;
  display: flex;
}
.message_pop .message_pop_main .mleft {
  padding: 0 5rem 3rem 5rem;
  width: 44rem;
  transition: 0.2s all ease-in;
  position: relative;
  background: #f7f8fb;
  border-radius: 0.8rem;
}
.message_pop .message_pop_main .mleft a {
  display: none;
}
.message_pop .message_pop_main .mleft .micon {
  width: 3.4rem;
  height: 3.4rem;
}
.message_pop .message_pop_main .mleft .mtop {
  margin-bottom: 3rem;
}
.message_pop .message_pop_main .mleft .mtop img {
  width: 13rem;
  margin-bottom: 0rem;
}
.message_pop .message_pop_main .mleft .mtop h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 1rem;
}
.message_pop .message_pop_main .mleft .mtop p {
  font-size: 1.8rem;
  color: #666;
}
.message_pop .message_pop_main .mleft .mmid {
  margin-bottom: 3rem;
}
.message_pop .message_pop_main .mleft .mmid h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 0.7rem;
}
.message_pop .message_pop_main .mleft .mmid p {
  font-size: 1.6rem;
  color: #2b2b2b;
  margin-bottom: 0.5rem;
}
.message_pop .message_pop_main .mleft .mbom {
  margin-bottom: 3rem;
}
.message_pop .message_pop_main .mleft .mbom .minfo {
  margin-bottom: 2rem;
}
.message_pop .message_pop_main .mleft .mbom h4 {
  font-size: 1.6rem;
  color: #2b2b2b;
  margin-bottom: 0.5rem;
}
.message_pop .message_pop_main .mleft .mbom h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 1rem;
}
.message_pop .message_pop_main .mleft .mbom p {
  font-size: 1.5rem;
  color: #2b2b2b;
  padding: 0.3rem 0;
}
.message_pop .message_pop_main .mleft .mcode {
  display: flex;
  align-items: center;
}
.message_pop .message_pop_main .mleft .mcode .mitem {
  margin-right: 1.5rem;
}
.message_pop .message_pop_main .mleft .mcode img {
  width: 10rem;
  margin-bottom: 0.5rem;
}
.message_pop .message_pop_main .mleft .mcode p {
  text-align: center;
  font-size: 1.5rem;
}
.formbody {
  padding: 2.5rem;
  width: calc(100% - 44rem);
  height: 100%;
  background: #fff;
  border-radius: 0.8rem;
}
.formbody .form_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.formbody .form_top p {
  font-size: 1.6rem;
  color: #666;
}
.formbody .form_top i {
  color: #121F3F;
  font-size: 2.5rem;
}
.formbody .form_mbom {
  width: 100%;
}
.formbody .form_mbom .form_item h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 1rem;
}
.formbody .form_mbom .form_item h3 span {
  color: #999;
  font-weight: normal;
  font-size: 1.5rem;
}
.formbody .form_mbom .form_item input,
.formbody .form_mbom .form_item textarea {
  border: 1px solid #B3B3B3;
  border-radius: 0.5rem;
  height: 5rem;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  width: 100%;
}
.formbody .form_mbom .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  gap: 2rem;
}
.formbody .form_mbom .mtop .form_item {
  width: 100%;
}
.formbody .form_mbom .mmid {
  margin-bottom: 2rem;
}
.formbody .form_mbom .mbom textarea {
  height: 15rem;
}
.formbody .form_mbom a {
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  padding: 1.5rem 3rem;
  background: #121F3F;
  margin-top: 3.5rem;
  overflow: hidden;
  transition: 0.2s all ease-in;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formbody .form_mbom a p {
  position: relative;
  z-index: 10;
}
.formbody .form_mbom a:after {
  content: '';
  display: block;
  width: 30rem;
  height: 30rem;
  background: #083957;
  border-radius: 50%;
  position: absolute;
  left: 0rem;
  top: -4rem;
  transform: scale(0);
  transition: 0.3s all ease-in;
}
.formbody .form_mbom a:hover {
  transform: translateY(-0.5rem);
}
.formbody .form_mbom a:hover:after {
  transform: scale(3);
}
.message_pop.curr {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1025px) {
  .message_pop .message_pop_main .mleft {
    display: none;
  }
  .message_pop .message_pop_main {
    width: 90%;
    height: auto;
  }
  .formbody {
    display: block;
    width: 100%;
    padding: 1.875rem;
  }
  .formbody .form_top p {
    font-size: 1.75rem;
  }
  .formbody .form_mbom .form_item h3 {
    font-size: 1.75rem;
    margin-bottom: 0.625rem;
  }
  .formbody .form_mbom .mmid {
    margin-bottom: 1.875rem;
  }
  .formbody .form_top {
    margin-bottom: 1.875rem;
  }
  .formbody .form_mbom .mtop {
    margin-bottom: 1.875rem;
  }
  .formbody .form_mbom a {
    padding: 1.25rem 1.875rem;
    margin-top: 1.875rem;
  }
  .formbody .form_mbom .mbom .form_item {
    padding: 0 0.625rem;
    margin-bottom: 1.5625rem;
  }
  .formbody .form_mbom .mbom textarea {
    font-size: 1.625rem;
    height: 9.375rem;
    padding: 0.625rem;
  }
}
.page_search {
  padding: 0 5rem 8rem 5rem;
}
.page_search .section_main {
  display: flex;
  align-items: flex-start;
}
.page_search .mleft {
  width: 25rem;
  flex-shrink: 0;
  border-right: 1px solid #eee;
  position: sticky;
  top: 2rem;
  padding: 4rem 3rem;
}
.page_search .mleft .mitem {
  margin-bottom: 7.5rem;
}
.page_search .mleft .mitem h3 {
  font-size: 2.2rem;
  color: #2b2b2b;
  margin-bottom: 2.5rem;
}
.page_search .mleft .mitem li {
  transition: 0.2s all ease-in;
}
.page_search .mleft .mitem a {
  font-size: 1.8rem;
  color: #999;
  transition: 0.2s all ease-in;
  padding: 1rem 0;
  display: block;
}
.page_search .mleft .mitem a:hover {
  transform: translateY(-3px);
  color: #121F3F;
}
.page_search .mleft .mitem li.curr a {
  font-weight: bold;
  color: #121F3F;
}
.page_search .mleft .mitem:last-child {
  margin-bottom: 0;
}
.page_search .mright {
  width: calc(100% - 25rem);
  padding: 4rem 6rem;
}
.page_search .mright h1 {
  font-size: 3.5rem;
  color: #2b2b2b;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.page_search .mright .search_top_box {
  width: 61rem;
  height: 7rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.page_search .mright .search_top_box input {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  padding: 1.5rem 3rem;
  border: none;
  font-size: 1.5rem;
  color: #2b2b2b;
}
.page_search .mright .search_top_box a {
  width: 7rem;
  height: 7rem;
  background: #121F3F;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
}
.page_search .mright .search_top_box a i {
  font-size: 2.5rem;
  color: #fff;
  transition: 0.2s all ease-in;
}
.page_search .mright .search_top_box a:hover {
  background: #000;
}
.page_search .mright .search_top_box a:hover i {
  color: #fff;
}
.page_search .mright .mtop {
  margin-bottom: 5rem;
}
.page_search .mright .mtop span {
  color: #999;
  font-size: 1.5rem;
}
.page_search .mright ul {
  width: 100%;
}
.page_search .mright ul a {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  transition: 0.2s all ease-in;
  border-bottom: 1px solid #C3C3C3;
}
.page_search .mright ul a h3 {
  color: #666;
  font-size: 1.6rem;
  transition: 0.2s all ease-in;
}
.page_search .mright ul a .micon {
  display: flex;
  align-items: center;
}
.page_search .mright ul a .micon span {
  color: #999;
  font-size: 1.5rem;
  margin-right: 1rem;
}
.page_search .mright ul a .micon i {
  color: #999;
  font-size: 1.5rem;
}
.page_search .mright ul a:hover {
  transform: translateY(-3px);
}
.page_search .mright ul a:hover h3 {
  color: #121F3F;
}
