/* color */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
.whmax {
  width: 100%;
  height: 100%;
}
/* this website */
@font-face {
  font-family: numfont;
  src: url("../font/D-DIN-Bold.ttf");
}
@font-face {
  font-family: enfont;
  src: url("../font/Didot.ttf");
}
@font-face {
  font-family: enfont2;
  src: url("../font/DidotItalic.ttf");
}
@font-face {
  font-family: enfont3;
  src: url("../font/Montserrat-Bold.ttf");
}
html {
  display: flex;
  justify-content: center;
}
body {
  margin: 0 auto;
  width: 100%;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pcheader {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s all ease-in;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 50px 15px 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pcheader .header_logo {
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
}
.pcheader .header_logo img {
  width: 270px;
}
.pcheader .header_logo .logo_w {
  opacity: 1;
  position: relative;
  z-index: 5;
}
.pcheader .header_logo .logo_b {
  opacity: 0;
  transition: 0.2s all ease-in;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.pcheader .pcheader_main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pcheader .pcheader_main .pcheader_main_top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 0.2s all ease-in;
  height: 26px;
  padding-right: 20px;
}
.pcheader .pcheader_main .pcheader_main_top .slogan {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.pcheader .pcheader_main .pcheader_main_top .slogan .map1img {
  display: block;
}
.pcheader .pcheader_main .pcheader_main_top .slogan .map2img {
  display: none;
}
.pcheader .pcheader_main .pcheader_main_top .slogan img {
  width: 18px;
  margin-right: 10px;
}
.pcheader .pcheader_main .pcheader_main_top p {
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.2s all ease-in;
}
.pcheader .pcheader_main .pcheader_main_top .top_nav {
  display: flex;
  align-items: center;
}
.pcheader .pcheader_main .pcheader_main_top .top_nav a {
  display: flex;
  align-items: center;
  margin-right: 20px;
  transition: 0.2s all ease-in;
}
.pcheader .pcheader_main .pcheader_main_top .top_nav i {
  color: #FFFFFF;
  font-size: 18px;
  margin-right: 5px;
  transition: 0.2s all ease-in;
}
.pcheader .pcheader_main .pcheader_main_top .top_nav a:hover {
  transform: translateY(-2px);
}
.pcheader .pcheader_main .pcheader_main_top .top_nav a:hover i {
  color: #afafaf;
}
.pcheader .pcheader_main .pcheader_main_top .top_nav a:hover p {
  color: #afafaf;
}
.pcheader .pcheader_main .pcheader_main_top .head_moblie {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.pcheader .pcheader_main .pcheader_main_top .head_moblie .xhi {
  font-size: 26px;
  margin-right: 5px;
  color: #FFFFFF;
}
.pcheader .pcheader_main .pcheader_main_top .head_moblie p {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  transition: 0.2s all ease-in;
  font-family: numfont;
}
.pcheader .pcheader_main .pcheader_main_bom {
  display: flex;
  align-items: center;
}
.pcheader .pcheader_main .pcheader_main_bom .head_moblie {
  display: flex;
  align-items: center;
  margin-left: 20px;
  overflow: hidden;
  transition: 0.2s all ease-in;
  width: 0px;
}
.pcheader .pcheader_main .pcheader_main_bom .head_moblie .xhi {
  font-size: 26px;
  margin-right: 5px;
  color: #183AB1;
}
.pcheader .pcheader_main .pcheader_main_bom .head_moblie p {
  white-space: nowrap;
  font-size: 24px;
  color: #183AB1;
  font-weight: bold;
  transition: 0.2s all ease-in;
  font-family: numfont;
}
.pcheader .pcheader_main .pcheader_main_bom ul {
  display: flex;
  align-items: center;
  width: 1025px;
}
.pcheader .pcheader_main .pcheader_main_bom li {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pcheader .pcheader_main .pcheader_main_bom .headernav {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #FFFFFF;
  transition: 0.2s all ease-in;
}
.pcheader .pcheader_main .pcheader_main_bom .headernav i {
  margin-left: 3px;
  transition: 0.2s all ease-in;
}
.pcheader .pcheader_main .pcheader_main_bom .headernav p {
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.pcheader .pcheader_main .pcheader_main_bom .headernav:hover {
  transform: translateY(-3px);
}
.pcheader .pcheader_main .pcheader_main_bom .headernav:hover i {
  color: #183AB1;
  transform: rotate(180deg);
}
.pcheader .pcheader_main .pcheader_main_bom .headernav:hover p {
  color: #284A94;
}
.pcheader .pcheader_main .pcheader_main_bom .pcheader_pop {
  transform: translateY(30px);
  transition: 0.2s all ease-in;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 23px;
  padding-top: 20px;
  width: 100%;
}
.pcheader .pcheader_main .pcheader_main_bom .pcheader_pop .pop_main {
  z-index: 20;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  background: #fff;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0 0 10px 10px;
}
.pcheader .pcheader_main .pcheader_main_bom .pcheader_pop a {
  display: block;
  text-align: center;
  padding: 10px 0;
  transition: 0.2s all ease-in;
  font-size: 15px;
  color: #303133;
  position: relative;
  z-index: 30;
}
.pcheader .pcheader_main .pcheader_main_bom .pcheader_pop a:hover {
  transform: translateY(-2px);
  color: #284A94;
}
.pcheader .pcheader_main .pcheader_main_bom .pcheader_pop .pop_main::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #023dff;
  z-index: 5;
}
.pcheader .pcheader_main .pcheader_main_bom .pcheader_pop .pop_main::before {
  content: '';
  display: block;
  background-size: 100%;
  position: absolute;
  top: -8px;
  z-index: 1;
}
.pcheader .pcheader_main .pcheader_main_bom li:hover .pcheader_pop {
  opacity: 1;
  z-index: 20;
  visibility: visible;
  transform: translateY(0px);
}
.pcheader--white {
  background: #fff;
  padding: 10px 50px 15px 90px;
}
.pcheader--white .header_logo .logo_w {
  opacity: 0;
}
.pcheader--white .header_logo .logo_b {
  opacity: 1;
}
.pcheader--white .pcheader_main .pcheader_main_top {
  margin-bottom: 22px;
}
.pcheader--white .pcheader_main .pcheader_main_top .slogan .map2img {
  display: block;
}
.pcheader--white .pcheader_main .pcheader_main_top .slogan .map1img {
  display: none;
}
.pcheader--white .pcheader_main .pcheader_main_top p {
  color: #606266;
  font-size: 15px;
}
.pcheader--white .pcheader_main .pcheader_main_top .top_nav i {
  color: #606266;
}
.pcheader--white .pcheader_main .pcheader_main_top .top_nav a:hover i {
  color: #183AB1;
}
.pcheader--white .pcheader_main .pcheader_main_top .top_nav a:hover p {
  color: #183AB1;
}
.pcheader--white .pcheader_main .pcheader_main_top .head_moblie .xhi {
  color: #183AB1;
}
.pcheader--white .pcheader_main .pcheader_main_top .head_moblie p {
  color: #183AB1;
}
.pcheader--white .pcheader_main .pcheader_main_bom .headernav i {
  color: #303133;
}
.pcheader--white .pcheader_main .pcheader_main_bom .headernav p {
  color: #303133;
}
.pcheader--white .pcheader_main .pcheader_main_bom .headernav:hover i {
  color: #183AB1;
}
.pcheader--white .pcheader_main .pcheader_main_bom .headernav:hover p {
  color: #284A94;
}
.pcheader:hover {
  background: #fff;
}
.pcheader:hover .header_logo .logo_w {
  opacity: 0;
}
.pcheader:hover .header_logo .logo_b {
  opacity: 1;
}
.pcheader:hover .pcheader_main .pcheader_main_top .slogan .map2img {
  display: block;
}
.pcheader:hover .pcheader_main .pcheader_main_top .slogan .map1img {
  display: none;
}
.pcheader:hover .pcheader_main .pcheader_main_top p {
  color: #606266;
}
.pcheader:hover .pcheader_main .pcheader_main_top .top_nav i {
  color: #606266;
}
.pcheader:hover .pcheader_main .pcheader_main_top .top_nav a:hover i {
  color: #183AB1;
}
.pcheader:hover .pcheader_main .pcheader_main_top .top_nav a:hover p {
  color: #183AB1;
}
.pcheader:hover .pcheader_main .pcheader_main_top .head_moblie .xhi {
  color: #183AB1;
}
.pcheader:hover .pcheader_main .pcheader_main_top .head_moblie p {
  color: #183AB1;
}
.pcheader:hover .pcheader_main .pcheader_main_bom .headernav i {
  color: #303133;
}
.pcheader:hover .pcheader_main .pcheader_main_bom .headernav p {
  color: #303133;
}
.pcheader:hover .pcheader_main .pcheader_main_bom .headernav:hover i {
  color: #183AB1;
}
.pcheader:hover .pcheader_main .pcheader_main_bom .headernav:hover p {
  color: #284A94;
}
.pcheader--scroll {
  padding: 10px 50px 10px 90px;
  box-shadow: 0px 0px 9px 0px rgba(116, 116, 116, 0.3);
}
.pcheader--scroll .header_logo img {
  width: 200px;
}
.pcheader--scroll .pcheader_main .pcheader_main_top {
  height: 0;
  margin-bottom: 0;
}
.pcheader--scroll .pcheader_main .pcheader_main_bom .head_moblie {
  width: 184px;
}
.pcheader--scroll .pcheader_main .pcheader_main_bom .pcheader_pop {
  padding-top: 28px;
}
.header_md {
  display: none;
}
.header_md_kong {
  display: none;
}
.foot_navbtn {
  width: 100%;
  display: flex;
  align-items: center;
  height: 250px;
}
.foot_navbtn a {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4F5F5;
  transition: 0.2s all ease-in;
}
.foot_navbtn .mitem {
  display: flex;
  align-items: center;
}
.foot_navbtn .mitem img {
  width: 72px;
  margin-right: 25px;
  transition: 0.2s all ease-in;
}
.foot_navbtn .mitem .mfont {
  display: flex;
  align-items: center;
}
.foot_navbtn .mitem h3 {
  font-weight: bold;
  font-size: 35px;
  color: #183AB1;
  transition: 0.2s all ease-in;
}
.foot_navbtn .mitem i {
  font-size: 25px;
  margin-left: 10px;
  color: #183AB1;
  transition: 0.2s all ease-in;
}
.foot_navbtn a:last-child {
  background: #EBEFF2;
}
.foot_navbtn a:hover {
  background: #183AB1;
}
.foot_navbtn a:hover h3 {
  color: #FFFFFF;
}
.foot_navbtn a:hover i {
  color: #FFFFFF;
}
.foot_navbtn a:hover img {
  filter: brightness(500%);
}
.foot_banner {
  height: 150px;
  background: url(../image/footbanner.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0 50px;
}
.foot_banner .foot_banner_main {
  max-width: 1470px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.foot_banner .mleft {
  color: #FFFFFF;
  font-size: 26px;
}
.foot_banner .mright {
  margin-left: 20px;
}
.foot_banner .mright a {
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 11px 30px;
}
.foot_banner .mright p {
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 15px;
  transition: 0.2s all ease-in;
}
.foot_banner .mright i {
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.2s all ease-in;
}
.foot_banner .mright a:hover {
  background: #fff;
}
.foot_banner .mright a:hover p {
  color: #284A94;
}
.foot_banner .mright a:hover i {
  color: #284A94;
  transform: translateX(5px);
}
.pcfooter {
  background: #fff;
  overflow: hidden;
}
.pcfooter .pc_footer_main {
  padding: 0 50px;
  width: 100%;
}
.pcfooter .pc_footer_top {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 60px 0;
  display: flex;
  justify-content: space-between;
}
.pcfooter .pcfooter_left .foot_logo {
  margin-bottom: 30px;
  display: inline-block;
}
.pcfooter .pcfooter_left .foot_logo img {
  width: 270px;
}
.pcfooter .pcfooter_left .mitem {
  margin-bottom: 25px;
}
.pcfooter .pcfooter_left .mitem h5 {
  font-size: 15px;
  color: #606266;
  margin-bottom: 7px;
}
.pcfooter .pcfooter_left .mitem h3 {
  font-size: 30px;
  font-family: numfont;
  color: #183AB1;
}
.pcfooter .pcfooter_left .mitem p {
  font-size: 16px;
  color: #303133;
}
.pcfooter .pcfooter_left .mitem img {
  width: 110px;
}
.pcfooter .pcfoot_right {
  display: flex;
  padding-left: 50px;
  max-width: 800px;
  width: 100%;
  justify-content: space-between;
}
.pcfooter .pcfoot_right .mitem h4 {
  font-size: 20px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 20px;
}
.pcfooter .pcfoot_right .mitem li {
  margin-bottom: 15px;
}
.pcfooter .pcfoot_right .mitem li a {
  color: #606266;
  font-size: 16px;
  transition: 0.2s all ease-in;
  display: inline-block;
}
.pcfooter .pcfoot_right .mitem li a:hover {
  color: #183AB1;
  transform: translateY(-2px);
}
.pcfooter .pcfoot_right .footnav a {
  transition: 0.2s all ease-in;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 20px;
}
.pcfooter .pcfoot_right .footnav a:hover {
  color: #183AB1;
  transform: translateY(-2px);
}
.pcfooter .pc_footer_bom {
  background: #fff;
  padding: 0 50px;
  height: 70px;
  border-top: 1px solid #EEEEEE;
}
.pcfooter .pc_footer_bom .pc_footer_bom_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.pcfooter .pc_footer_bom .footer_icp {
  display: flex;
  align-items: center;
}
.pcfooter .pc_footer_bom .footer_icp p {
  color: #606266;
}
.pcfooter .pc_footer_bom .footer_icp a {
  display: flex;
  align-items: center;
  margin-left: 15px;
  color: #606266;
  transition: 0.2s all ease-in;
}
.pcfooter .pc_footer_bom .footer_icp img {
  margin-right: 5px;
}
.pcfooter .pc_footer_bom .footer_icp a:hover {
  opacity: 0.7;
}
.pcfooter .pc_footer_bom .footer_link {
  display: flex;
  align-items: center;
  position: relative;
}
.pcfooter .pc_footer_bom .footer_link p {
  font-size: 14px;
  color: #606266;
  margin-right: 5px;
}
.pcfooter .pc_footer_bom .footer_link .xhselect {
  border: none;
  outline: none;
  background: none;
  color: #606266;
  font-size: 14px;
}
.pcfooter .pc_footer_bom .footer_link .xhselect:active {
  border: none;
  outline: none;
}
.pcfooter .pc_footer_bom .footer_link option {
  color: #303133;
}
.look_more {
  max-width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px 20px;
  transition: 0.2s all ease-in;
  margin-top: 50px;
}
.look_more p {
  font-size: 15px;
  color: #303133;
  transition: 0.2s all ease-in;
}
.look_more .look_more_box {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  background: #D20415;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in 0.1s;
}
.look_more .look_more_box > i {
  font-size: 15px;
  color: #FFFFFF;
  position: relative;
  z-index: 5;
  transition: 0.2s all ease-in;
}
.look_more .look_more_box span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.look_more .look_more_box span i {
  background: #fff;
  transform: scale(0);
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.look_more:hover {
  background: #284A94;
}
.look_more:hover p {
  color: #FFFFFF;
}
.look_more:hover .look_more_box {
  background: #fff;
}
.look_more:hover .look_more_box > i {
  transform: rotate(45deg);
  color: #284A94;
}
.look_more:hover .look_more_box span i {
  transform: scale(1);
}
.look_more--center {
  margin: 50px auto 0 auto;
}
.look_more--bule {
  max-width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #183AB1;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px 20px;
  transition: 0.2s all ease-in;
}
.look_more--bule p {
  font-size: 15px;
  color: #FFFFFF;
  transition: 0.2s all ease-in;
}
.look_more--bule .look_more_box {
  flex-shrink: 0;
  margin-left: 20px;
  width: 25px;
  height: 25px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in 0.1s;
}
.look_more--bule .look_more_box > i {
  font-size: 15px;
  color: #183AB1;
  position: relative;
  z-index: 5;
  transition: 0.2s all ease-in;
}
.look_more--bule .look_more_box span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.look_more--bule .look_more_box span i {
  background: #fff;
  transform: scale(0);
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.look_more--bule:hover {
  background: #08277e;
}
.look_more--bule:hover p {
  color: #FFFFFF;
}
.look_more--bule:hover .look_more_box {
  background: #fff;
}
.look_more--bule:hover .look_more_box > i {
  transform: rotate(45deg);
  color: #284A94;
}
.look_more--bule:hover .look_more_box span i {
  transform: scale(1);
}
.view-indicator {
  position: fixed;
  z-index: 400;
  left: -47px;
  top: -47px;
  text-align: center;
  pointer-events: none;
  width: 70px;
  height: 70px;
  will-change: transform;
}
.view-indicator .color-circle {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  transform: scale(0);
  opacity: 0;
  border-radius: 50%;
}
.view-indicator .iconfont,
.view-indicator span {
  font-size: 16px;
  line-height: 70px;
  color: #fff;
  position: relative;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.view-indicator.mini .iconfont,
.view-indicator.mini span {
  opacity: 0;
}
.xhcrumbs {
  width: 100%;
  height: 45px;
  padding: 10px 50px 0 50px;
  margin-bottom: 20px;
}
.xhcrumbs .xhcrumbs_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.xhcrumbs .mleft {
  display: flex;
  align-items: center;
}
.xhcrumbs .mleft a {
  color: #606266;
  font-size: 13px;
  position: relative;
}
.xhcrumbs .mleft i {
  color: #183AB1;
  margin-right: 10px;
}
.xhcrumbs .mleft a::after {
  content: '-';
  margin: 0 8px;
}
.xhcrumbs .mleft a:last-child::after {
  display: none;
}
.xhcrumbs .mright {
  display: flex;
  align-items: center;
}
.xhcrumbs .mright a {
  margin-left: 30px;
  color: #303133;
  font-size: 16px;
}
.xhcrumbs .mright a.curr {
  color: #183AB1;
}
.section_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.section_main14 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.section_main15 {
  max-width: 1450px;
  margin: 0 auto;
}
.section_box {
  padding: 60px 50px;
  position: relative;
  z-index: 10;
  background: #fff;
}
.xhsider {
  background: #fff;
  position: fixed;
  top: 50%;
  right: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transition: 0.2s all ease-in;
  transform: translateX(100px);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.xhsider ul {
  width: 100%;
}
.xhsider li {
  width: 100%;
  position: relative;
}
.xhsider a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 12px 5px;
  border-bottom: 1px solid #efefef;
  transition: 0.2s all ease-in;
}
.xhsider a i {
  color: #183AB1;
  margin-bottom: 10px;
  font-size: 18px;
  transition: color 0.2s ease-in;
}
.xhsider a p {
  font-size: 13px;
  color: #606266;
  transition: color 0.2s ease-in;
}
.xhsider li:hover a {
  background: #183AB1;
  transition: 0.2s all ease-in;
  transform: translateY(-2px);
}
.xhsider li:hover a i {
  color: #FFFFFF;
}
.xhsider li:hover a p {
  color: #FFFFFF;
}
.xhsider li:hover .sider_pop {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  z-index: 2;
}
.xhsider .sider_pop {
  position: absolute;
  top: 0;
  right: 75px;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  flex-direction: column;
  width: auto;
  transition: 0.2s all ease-in;
  transform: translateX(-30px);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.xhsider .sider_pop h3 {
  font-size: 22px;
  font-weight: bold;
  color: #284A94;
  white-space: nowrap;
  margin-bottom: 5px;
}
.xhsider .sider_pop p {
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  color: #303133;
  margin-bottom: 5px;
}
.xhsider .sider_pop span {
  text-align: center;
  font-size: 13px;
  color: #606266;
  white-space: nowrap;
}
.xhsider .sider_pop img {
  width: 100%;
  min-width: 100px;
}
.xhsider li:first-child a {
  border-radius: 5px 5px 0 0;
}
.xhsider li:last-child a {
  border-radius: 0 0 5px 5px;
}
.xhsider.curr {
  transform: translateX(0);
  opacity: 1;
  z-index: 99;
  visibility: visible;
}
.page_banner {
  height: 500px;
  padding: 0px 50px 0 50px;
  position: relative;
  overflow: hidden;
}
.page_banner_main {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.page_banner_main .banner_mfont {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
  padding-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page_banner_main .banner_mfont .page_banner_title {
  position: relative;
  width: 100%;
}
.page_banner_main .banner_mfont img {
  width: 442px;
  margin: 17px auto 22px auto;
}
.page_banner_main .banner_mfont h2 {
  font-size: 45px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.page_banner_main .banner_mfont p {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 180%;
  max-width: 550px;
}
.page_banner_main .banner_mfont a {
  transition: 0.2s all ease-in;
  font-size: 16px;
  color: #FFFFFF;
  background: linear-gradient(168.84deg, #111015 1.34%, #0E3766 101.73%);
  border-radius: 50px;
  padding: 12px 30px;
  display: inline-block;
}
.page_banner_main .banner_mfont a:hover {
  transform: translateY(-3px);
}
.page_banner_main .banner_mimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_banner_main .banner_mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: scalemove linear 10s infinite;
}
.page_banner_main .banner_mimg .pcbannerimg {
  display: block;
}
.page_banner_main .banner_mimg .mdbannerimg {
  display: none;
}
.merit_mitem {
  background: #fff;
  padding: 25px 30px;
  height: 265px;
  transition: 0.2s all ease-in;
}
.merit_mitem .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.merit_mitem .mtop img {
  width: 38px;
  transition: 0.2s all ease-in;
}
.merit_mitem .mtop span {
  font-weight: bold;
  color: #eee;
  font-size: 35px;
  font-family: numfont;
  transition: 0.2s all ease-in;
}
.merit_mitem h3 {
  font-weight: bold;
  color: #183AB1;
  font-size: 18px;
  transition: 0.2s all ease-in;
}
.merit_mitem .mline {
  margin: 15px 0;
  background: #eee;
  width: 100%;
  height: 1px;
}
.merit_mitem .mfont {
  font-size: 15px;
  line-height: 180%;
  color: #606266;
  transition: 0.2s all ease-in;
}
.merit_mitem:hover {
  background: #183AB1;
  transform: translateY(-15px);
  box-shadow: 11px 11px 22px #afafaf, -11px -11px 22px #ffffff;
  border-radius: 10px;
}
.merit_mitem:hover .mtop img {
  filter: brightness(500%);
}
.merit_mitem:hover .mtop span {
  color: #FFFFFF;
}
.merit_mitem:hover h3 {
  color: #FFFFFF;
}
.merit_mitem:hover .mfont {
  color: #FFFFFF;
}
.common_feedback {
  background: url(../image/bg05.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 70px 0 50px 0;
}
.common_feedback .mitem {
  border-radius: 10px;
  background: #fff;
  padding: 35px 38px;
  height: 400px;
}
.common_feedback .mitem .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.common_feedback .mitem .mtop .mimg {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  margin-right: 17px;
  overflow: hidden;
}
.common_feedback .mitem .mtop .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.common_feedback .mitem .mtop h3 {
  font-size: 18px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 5px;
}
.common_feedback .mitem .mtop span {
  font-size: 16px;
  color: #606266;
}
.common_feedback .mitem .minfo {
  font-size: 15px;
  color: #606266;
  line-height: 170%;
}
.common_feedback .mitem .minfo p {
  margin-bottom: 5px;
}
.xhtitle {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 45px;
}
.xhtitle h2 {
  text-transform: capitalize;
  color: #303133;
  font-size: 35px;
  font-weight: bold;
  font-family: numfont;
}
.xhtitle h3 {
  font-size: 16px;
  color: #606266;
  text-align: center;
  text-transform: capitalize;
  max-width: 1000px;
  line-height: 160%;
  margin-top: 15px;
}
.xhtitle span {
  color: #183AB1;
  font-weight: bold;
}
.xhtitle_w {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 45px;
}
.xhtitle_w h2 {
  text-transform: capitalize;
  color: #FFFFFF;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: numfont;
}
.xhtitle_w h3 {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  text-transform: capitalize;
}
.xhRich {
  padding: 20px 50px 50px 50px;
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 20px;
  color: #444;
}
.xhRich_text p {
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 20px;
  color: #444;
}
.xhRich_text img {
  display: inline-block;
  max-width: 100%;
  margin: 5px 0;
}
.xhRich_text li {
  display: list-item;
  list-style: disc;
  text-align: -webkit-match-parent;
}
.xhRich_text ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.pcheader_kong {
  height: 105px;
}
.banner_tabs {
  width: 100%;
  padding: 0 50px;
  position: relative;
  z-index: 10;
  top: -40px;
  /* 定义滑块 */
}
.banner_tabs ::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 5px;
}
.banner_tabs ::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.banner_tabs ul {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0px 0px 32px rgba(72, 88, 129, 0.1);
  height: 85px;
  display: flex;
  align-items: center;
}
.banner_tabs li {
  flex: 1;
  min-width: 200px;
  height: 100%;
  transition: 0.2s all ease-in;
  background: #fff;
}
.banner_tabs li a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 17px 30px;
  transition: 0.2s all ease-in;
  border-right: 1px solid #d9d9d9;
  overflow: hidden;
  position: relative;
}
.banner_tabs li a h3 {
  font-size: 18px;
  color: #303133;
  font-weight: bold;
  transition: 0.2s all ease-in;
  white-space: nowrap;
}
.banner_tabs li a i {
  font-size: 36px;
  color: #ABABAB;
  transition: 0.2s all ease-in;
  margin-right: 17px;
}
.banner_tabs li a::after {
  content: '';
  display: block;
  position: absolute;
  top: -85px;
  right: -50px;
  border-radius: 50%;
  transition: 0.4s all ease-out;
  width: 84px;
  height: 85px;
  background: #fff;
  opacity: 0.1;
}
.banner_tabs li a::before {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -85px;
  transition: 0.4s all ease-out;
  width: 85px;
  height: 85px;
  background: #fff;
  opacity: 0.1;
}
.banner_tabs li:nth-child(n+8) {
  display: none;
}
.banner_tabs li:last-child a {
  border: none;
}
.banner_tabs li:hover a {
  background: #183AB1;
}
.banner_tabs li:hover a h3 {
  color: #FFFFFF;
}
.banner_tabs li:hover a i {
  color: #FFFFFF;
}
.banner_tabs li:hover a::after {
  transform: translate(-50px, 50px);
}
.banner_tabs li:hover a::before {
  transform: translate(-50px, 0px);
}
.banner_tabs li.curr a {
  background: #183AB1;
}
.banner_tabs li.curr a h3 {
  color: #FFFFFF;
}
.banner_tabs li.curr a i {
  color: #FFFFFF;
}
.banner_tabs li.curr a::after {
  transform: translate(-50px, 50px);
}
.banner_tabs li.curr a::before {
  transform: translate(-50px, 0px);
}
.type_sel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.type_sel ul {
  display: flex;
  align-items: center;
}
.type_sel ul li {
  margin-right: 30px;
  border-radius: 20px;
  padding: 8px 20px;
}
.type_sel ul a {
  color: #303133;
  font-size: 16px;
  transition: 0.2s all ease-in;
}
.type_sel ul li.curr {
  background: #183AB1;
}
.type_sel ul li.curr a {
  color: #FFFFFF;
}
.type_sel .look_all a {
  color: #183AB1;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: 0.2s all ease-in;
}
.type_sel .look_all a p {
  margin-right: 10px;
}
.xhfloat_btn {
  position: fixed;
  left: 170px;
  top: 150px;
}
.xhfloat_btn a {
  box-shadow: 0px 2px 8px 0px rgba(116, 116, 116, 0.3);
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
}
.xhfloat_btn i {
  color: #183AB1;
  font-size: 25px;
  transition: 0.2s all ease-in;
}
.xhfloat_btn a:hover {
  background: #183AB1;
}
.xhfloat_btn a:hover i {
  color: #FFFFFF;
}
.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;
}
.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: 8px;
  position: relative;
  z-index: 5;
  max-width: 1025px;
  width: 100%;
  height: 600px;
  display: flex;
}
.message_pop .message_pop_main .mleft {
  padding: 0 50px 30px 50px;
  width: 440px;
  transition: 0.2s all ease-in;
  position: relative;
  background: #f7f8fb;
  border-radius: 8px;
}
.message_pop .message_pop_main .mleft a {
  display: none;
}
.message_pop .message_pop_main .mleft .micon {
  width: 34px;
  height: 34px;
}
.message_pop .message_pop_main .mleft .mtop {
  margin-bottom: 30px;
}
.message_pop .message_pop_main .mleft .mtop img {
  width: 130px;
  margin-bottom: 0px;
}
.message_pop .message_pop_main .mleft .mtop h3 {
  font-size: 22px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 10px;
}
.message_pop .message_pop_main .mleft .mtop p {
  font-size: 18px;
  color: #606266;
}
.message_pop .message_pop_main .mleft .mmid {
  margin-bottom: 30px;
}
.message_pop .message_pop_main .mleft .mmid h3 {
  font-size: 18px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 7px;
}
.message_pop .message_pop_main .mleft .mmid p {
  font-size: 16px;
  color: #303133;
  margin-bottom: 5px;
}
.message_pop .message_pop_main .mleft .mbom {
  margin-bottom: 30px;
}
.message_pop .message_pop_main .mleft .mbom h3 {
  font-size: 18px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 7px;
}
.message_pop .message_pop_main .mleft .mbom p {
  font-size: 15px;
  color: #303133;
  padding: 3px 0;
}
.message_pop .message_pop_main .mleft .mcode {
  display: flex;
  align-items: center;
}
.message_pop .message_pop_main .mleft .mcode .mitem {
  margin-right: 15px;
}
.message_pop .message_pop_main .mleft .mcode img {
  width: 100px;
  margin-bottom: 5px;
}
.message_pop .message_pop_main .mleft .mcode p {
  text-align: center;
  font-size: 15px;
}
.message_pop .message_pop_main .mright {
  padding: 25px;
  width: calc(100% - 440px);
  height: 100%;
  background: #fff;
  border-radius: 8px;
}
.message_pop .message_pop_main .mright .form_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.message_pop .message_pop_main .mright .form_top p {
  font-size: 16px;
  color: #606266;
}
.message_pop .message_pop_main .mright .form_top .regp {
  display: none;
}
.message_pop .message_pop_main .mright .form_top i {
  color: #183AB1;
  font-size: 25px;
}
.message_pop .message_pop_main .mright .form_mbom {
  width: 100%;
}
.message_pop .message_pop_main .mright .form_mbom .form_item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 13px;
}
.message_pop .message_pop_main .mright .form_mbom .form_item h3 span {
  color: #909399;
  font-weight: normal;
  font-size: 15px;
}
.message_pop .message_pop_main .mright .form_mbom .form_item input,
.message_pop .message_pop_main .mright .form_mbom .form_item textarea {
  border: 1px solid #B3B3B3;
  border-radius: 5px;
  height: 50px;
  padding: 16px;
  display: flex;
  align-items: center;
  font-size: 15px;
  width: 100%;
}
.message_pop .message_pop_main .mright .form_mbom .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.message_pop .message_pop_main .mright .form_mbom .mtop .form_item {
  width: 48%;
}
.message_pop .message_pop_main .mright .form_mbom .mmid {
  margin-bottom: 24px;
}
.message_pop .message_pop_main .mright .form_mbom .mbom textarea {
  height: 130px;
}
.message_pop .message_pop_main .mright .form_mbom a {
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding: 15px 30px;
  background: #183AB1;
  margin-top: 35px;
  overflow: hidden;
  transition: 0.2s all ease-in;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message_pop .message_pop_main .mright .form_mbom a p {
  position: relative;
  z-index: 10;
}
.message_pop .message_pop_main .mright .form_mbom a:after {
  content: '';
  display: block;
  width: 300px;
  height: 300px;
  background: #08277e;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: -40px;
  transform: scale(0);
  transition: 0.3s all ease-in;
}
.message_pop .message_pop_main .mright .form_mbom a:hover {
  transform: translateY(-5px);
}
.message_pop .message_pop_main .mright .form_mbom a:hover:after {
  transform: scale(3);
}
.message_pop.curr {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  transition: 0.2s all ease-in;
}
.message_pop.regcurr {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  transition: 0.2s all ease-in;
}
.message_pop.regcurr .message_pop_main .mright .form_top p {
  display: none;
}
.message_pop.regcurr .message_pop_main .mright .form_top .regp {
  display: block;
}
.message_pop.regcurr .message_pop_main .mleft {
  display: none;
}
.message_pop.regcurr .message_pop_main .mright {
  width: 100%;
}
.message_pop.regcurr .message_pop_main {
  max-width: 550px;
}
.news_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.news_list li {
  width: 33.33%;
  padding: 12px;
  margin-bottom: 30px;
}
.news_list a {
  display: block;
  transition: 0.2s all ease-in;
}
.news_list a .mimg {
  width: 100%;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.news_list a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  border-radius: 15px 15px 0 0;
}
.news_list a .mfont {
  width: 100%;
  padding: 15px;
}
.news_list a .mfont h3 {
  margin-bottom: 30px;
  transition: 0.2s all ease-in;
  font-size: 17px;
  color: #303133;
  height: 50px;
  line-height: 160%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.news_list a .mfont .mbom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_list a .mfont .mbom p {
  font-size: 15px;
  color: #909399;
  transition: 0.2s all ease-in;
}
.news_list a .mfont .mbom span {
  font-size: 15px;
  color: #183AB1;
  transition: 0.2s all ease-in;
}
.news_list a:hover {
  transform: translateY(-5px);
}
.news_list a:hover img {
  transform: scale(1.05);
}
.news_list a:hover h3 {
  color: #183AB1;
}
.case_item {
  width: 100%;
  position: relative;
  display: block;
}
.case_item .mimg {
  width: 100%;
  overflow: hidden;
}
.case_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.case_item .mfont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  transition: 0.2s all ease-in;
  opacity: 1;
  padding: 10px 20px 6px 20px;
}
.case_item .mfont h3 {
  transition: 0.2s all ease-in;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 160%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.case_item .mfont2 {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.2s all ease-in;
  flex-direction: column;
}
.case_item .mfont2 h3 {
  transition: 0.2s all ease-in;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 160%;
  text-align: center;
}
.case_item .mfont2 p {
  transition: 0.2s all ease-in;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 160%;
  text-align: center;
  margin-top: 10px;
}
.case_item:hover .mimg img {
  transform: scale(1.05);
}
.case_item:hover .mfont {
  opacity: 0;
}
.case_item:hover .mfont2 {
  opacity: 1;
}
.xhpoint {
  position: absolute;
  top: -80px;
  z-index: -1;
  visibility: hidden;
}
.header_md {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header_md .header_md_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.2rem;
  padding: 0 0.3rem 0 0.4rem;
  background: #fff;
  border-bottom: 3px solid #284A94;
}
.header_md .header_md_top .mdlogo {
  width: 2.2rem;
  position: relative;
}
.header_md .header_md_top .mdlogo img {
  width: 100%;
  transition: 0.2s all ease-in;
}
.header_md .header_md_top .mdlogo .md_logo_w {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header_md .header_md_top .md_menu {
  display: flex;
  align-items: center;
}
.header_md .header_md_top .md_btn {
  display: flex;
  align-items: center;
}
.header_md .header_md_top .md_btn .md_lang {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.28rem;
}
.header_md .header_md_top .md_btn .md_lang i {
  margin-right: 2px;
  font-size: 0.28rem;
}
.header_md .header_md_top .md_btn .md_search {
  font-size: 0.28rem;
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
  color: #333;
}
.header_md .header_md_top .md_btn .md_search i {
  font-size: 0.4rem;
}
.header_md .header_md_top .md_menu_pop {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 0.5rem;
  height: 0.35rem;
  flex-shrink: 0;
  margin-left: 0.4rem;
  cursor: pointer;
}
.header_md .header_md_top .md_menu_pop span {
  display: block;
  height: 0.03rem;
  width: 100%;
  background: #333;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
.header_md .header_md_top .md_menu_pop.curr .line2 {
  width: 0%;
  opacity: 0;
}
.header_md .header_md_top .md_menu_pop.curr .line1 {
  transform: rotate(45deg) translate(-1px, 0);
  transform-origin: left;
}
.header_md .header_md_top .md_menu_pop.curr .line3 {
  transform: rotate(-45deg) translate(-1px, 0);
  transform-origin: left;
}
.header_md .header_md_body {
  background: #fff;
  display: none;
  height: calc(100vh - 1.2rem);
  overflow-x: hidden;
  overflow-y: auto;
}
.header_md .header_md_body ul {
  width: 100%;
}
.header_md .header_md_body li {
  width: 100%;
  padding: 0 0.5rem;
  border-bottom: 1px solid #eee;
}
.header_md .header_md_body .md_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
}
.header_md .header_md_body .md_nav p {
  color: #333;
  font-size: 0.3rem;
}
.header_md .header_md_body .md_nav i {
  color: #333;
  font-size: 0.28rem;
  transition: 0.2s all ease-in;
}
.header_md .header_md_body .md_nav i.curr {
  transform: rotate(90deg);
}
.header_md .header_md_body .md_xhr {
  display: none;
}
.header_md .header_md_body .md_xhr .md_nav {
  border-top: 1px solid #eee;
  height: 0.85rem;
}
.header_md .header_md_body .md_xhr .md_nav p {
  font-size: 0.28rem;
  color: #666;
}
.header_md .header_md_body .md_xhr > .md_nav {
  padding-left: 0.5rem;
}
.header_md .header_md_body .md_xhr .md_xhr > .md_nav {
  padding-left: 1rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 1.5rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 2rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 2.5rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 3rem;
}
.header_md .headermd_langpop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.header_md .headermd_langpop ul {
  width: 60%;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  position: relative;
}
.header_md .headermd_langpop a {
  font-size: 0.34rem;
  display: block;
  color: #303133;
}
.header_md .headermd_langpop li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.header_md .headermd_langpop li:last-child {
  border-bottom: none;
}
.header_md .headermd_langpop .xhi {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  font-size: 0.35rem;
}
@media screen and (max-width: 1025px) {
  .header_md {
    display: block;
  }
  .pcheader {
    display: none;
  }
  .header_md_kong {
    height: 1.2rem;
    display: block;
  }
}
@media screen and (max-width: 1025px) {
  .message_pop .message_pop_main .mleft {
    display: none;
  }
  .message_pop .message_pop_main {
    width: 80%;
    height: auto;
  }
  .message_pop .message_pop_main .mright {
    display: block;
    width: 100%;
    padding: 0.3rem;
  }
  .message_pop .message_pop_main .mright .form_mbom .form_item input,
  .message_pop .message_pop_main .mright .form_mbom .form_item textarea {
    font-size: 0.26rem;
    height: 0.8rem;
    padding: 0.1rem;
  }
  .message_pop .message_pop_main .mright .form_top p {
    font-size: 0.28rem;
  }
  .message_pop .message_pop_main .mright .form_mbom .form_item h3 {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .message_pop .message_pop_main .mright .form_mbom .mmid {
    margin-bottom: 0.3rem;
  }
  .message_pop .message_pop_main .mright .form_top {
    margin-bottom: 0.3rem;
  }
  .message_pop .message_pop_main .mright .form_mbom .mtop {
    margin-bottom: 0.3rem;
    display: block;
  }
  .message_pop .message_pop_main .mright .form_mbom a {
    padding: 0.2rem 0.3rem;
    margin-top: 0.3rem;
  }
  .message_pop .message_pop_main .mright .form_mbom .mtop .form_item {
    width: 100%;
  }
  .message_pop .message_pop_main .mright .form_mbom .mtop .form_item:first-child {
    margin-bottom: 0.3rem;
  }
  .message_pop.currleft {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .message_pop.currleft .mright {
    display: none;
  }
  .message_pop.currleft .message_pop_main .mleft a {
    display: block;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
  }
  .message_pop.currleft .mleft {
    display: block;
    width: 100%;
    padding: 0.3rem;
  }
  .message_pop.currleft .message_pop_main .mleft .mtop img {
    width: 2.2rem;
  }
  .message_pop.currleft .message_pop_main .mleft .mtop {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .message_pop.currleft .message_pop_main .mleft .mtop h3 {
    font-size: 0.35rem;
    margin-bottom: 0.35rem;
  }
  .message_pop.currleft .message_pop_main .mleft .mtop p {
    font-size: 0.26rem;
  }
  .message_pop.currleft .message_pop_main .mleft .mmid h3 {
    font-size: 0.3rem;
  }
  .message_pop.currleft .message_pop_main .mleft .mbom h3 {
    font-size: 0.3rem;
  }
  .message_pop.currleft .message_pop_main .mleft .mmid p {
    font-size: 0.28rem;
  }
  .message_pop.currleft .message_pop_main .mleft .mbom p {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 768px) {
  .page404 {
    flex-direction: column;
    padding: 0.5rem 0.3rem;
  }
  .page404 .mleft {
    width: 90%;
    min-width: 90%;
  }
  .page404 .mright {
    width: 100%;
  }
  .page404 .mright h1 {
    font-size: 1.2rem;
  }
  .page404 .mright h2 {
    font-size: 0.45rem;
  }
  .page404 .mright .minfo {
    font-size: 0.28rem;
  }
}
.xhRich_text p {
  padding-left: 0!important;
  margin-left: 0!important;
}
@media screen and (max-width: 768px) {
  .xhRich {
    font-size: 0.26rem !important;
  }
  .xhRich_text p span {
    font-size: 0.26rem !important;
    line-height: 170%;
  }
  .xhRich_text p {
    text-indent: 0.3rem !important;
  }
  .xhRich_text section,
  .xhRich_text li,
  .xhRich_text dd,
  .xhRich_text span {
    font-size: 0.26rem !important;
  }
  .xhcrumbs {
    overflow: hidden;
  }
}
