/* color */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
@import "common.css";
@import "keyframs.css";
@import "font_4046651_qr8uit2p1il.css";
.whmax {
  width: 100%;
  height: 100%;
}
/* this website */
.video_list {
  padding: 0 50px 60px 50px;
}
.video_list ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  margin: -12px;
}
.video_list li {
  width: 33.33%;
  padding: 12px;
  margin-bottom: 20px;
  overflow: hidden;
}
.video_list a {
  display: block;
  width: 100%;
}
.video_list a .mmain {
  position: relative;
  width: 100%;
}
.video_list a .mimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.video_list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.video_list a .mfont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: 0.2s all ease-in;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.video_list a .mfont .mbg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 0.2s all ease-in;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.5;
}
.video_list a .mfont .svgicon {
  z-index: 5;
  position: relative;
}
.video_list a .mfont .svgicon_01 {
  transition: 0.3s all ease-in;
  transform-origin: 50% 50%;
}
.video_list a .mfont .svgicon_02 {
  transition: 0.3s all ease-in;
  transform-origin: 50% 50%;
}
.video_list a .mfont p {
  font-size: 15px;
  color: #FFFFFF;
  position: relative;
  z-index: 5;
  margin-top: 20px;
}
.video_list a h3 {
  text-align: center;
  font-size: 16px;
  color: #303133;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 15px;
}
.video_list a:hover .mfont {
  opacity: 1;
}
.video_list a:hover .mfont .mbg {
  opacity: 1;
}
.video_list a:hover .mfont .svgicon_01 {
  transform: rotate(200deg);
}
.video_list a:hover .mfont .svgicon_02 {
  transform: scale(0.9);
}
.video_list a:hover img {
  transform: scale(1.06);
}
.series_show_video {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.series_show_video .series_show_video_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.series_show_video video {
  width: 100%;
  height: auto;
}
.series_show_video > div {
  z-index: 5;
  width: 80%;
  height: 75%;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.series_show_video img {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 30px;
  width: 30px;
  z-index: 50;
}
.pagemerit01 .pagemerit01_swi {
  padding-bottom: 50px;
}
.pagemerit01 .pagemerit01_pag {
  bottom: 15px;
}
.pagemerit01 .mitem {
  background: #F7F8FB;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px 30px 30px 30px;
}
.pagemerit01 .mitem .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.pagemerit01 .mitem .mtop h4 {
  font-family: numfont;
  font-size: 52px;
  font-weight: bold;
  color: #284A94;
}
.pagemerit01 .mitem .mtop h3 {
  font-size: 70px;
  font-weight: bold;
  font-family: numfont;
  color: #284A94;
}
.pagemerit01 .mitem p {
  font-size: 16px;
  color: #303133;
  margin-bottom: 50px;
}
.pagemerit01 .mitem .mline {
  width: 100%;
  height: 1px;
  background: #183AB1;
  margin-bottom: 25px;
}
.pagemerit01 .mitem span {
  font-size: 18px;
  font-weight: bold;
  color: #909399;
  text-align: center;
}
.pagemerit01 .swiper-slide {
  overflow: hidden;
}
.pagemerit02 {
  background: #F7F8FB;
}
.pagemerit02 .section_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pagemerit02 .mtitle_left {
  position: sticky;
  top: 150px;
  flex-shrink: 0;
  max-width: 385px;
  margin-right: 20px;
}
.pagemerit02 .mtitle_left h2 {
  font-size: 35px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 25px;
}
.pagemerit02 .mtitle_left p {
  color: #606266;
  font-size: 16px;
  line-height: 180%;
}
.pagemerit02 ul {
  max-width: 920px;
  width: 100%;
  display: flex;
  align-items: flex;
  flex-wrap: wrap;
}
.pagemerit02 li {
  padding: 7.5px;
  width: 50%;
}
.page_zhuanlan {
  width: 100%;
  background: #fff;
  padding: 0px 50px 60px 50px;
}
.page_zhuanlan li {
  width: 100%;
}
.page_zhuanlan ul {
  overflow: hidden;
}
.page_zhuanlan .zhuanlan_item {
  display: flex;
  padding: 44px 0;
  border-bottom: 1px dashed #D9D9D9;
  transition: 0.2s all ease-in;
}
.page_zhuanlan .zhuanlan_item .mimg {
  width: 400px;
  margin-right: 60px;
  overflow: hidden;
  flex-shrink: 0;
}
.page_zhuanlan .zhuanlan_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.page_zhuanlan .zhuanlan_item .mmain {
  padding-top: 20px;
  width: calc(100% - 430px);
}
.page_zhuanlan .zhuanlan_item .mmain h3 {
  transition: 0.2s all ease-in;
  font-size: 25px;
  color: #303133;
  margin-bottom: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page_zhuanlan .zhuanlan_item .mmain p {
  color: #909399;
  font-size: 15px;
  line-height: 172.5%;
  height: 78px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.page_zhuanlan .zhuanlan_item .mmain .mbom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_zhuanlan .zhuanlan_item .mmain .mbom h5 {
  color: #284A94;
  font-size: 14px;
  transition: 0.2s all ease-in;
}
.page_zhuanlan .zhuanlan_item .mmain .mbom .mfont {
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
}
.page_zhuanlan .zhuanlan_item .mmain .mbom .mfont span {
  transition: 0.2s all ease-in;
  font-size: 13px;
  color: #909399;
  margin-right: 6px;
}
.page_zhuanlan .zhuanlan_item .mmain .mbom .mfont i {
  transition: 0.2s all ease-in;
  color: #909399;
  font-size: 16px;
}
.page_zhuanlan li:last-child .news_item {
  border-bottom: none;
}
.page_zhuanlan .zhuanlan_item:hover {
  transform: translateY(-3px);
}
.page_zhuanlan .zhuanlan_item:hover .mimg img {
  transform: scale(1.05);
}
.page_zhuanlan .zhuanlan_item:hover .mmain h3 {
  color: #284A94;
}
.page_zhuanlan .zhuanlan_item:hover .mmain .mfont {
  transform: translateX(-5px);
}
.page_zhuanlan .zhuanlan_item:hover .mmain .mfont span {
  color: #284A94;
}
.page_zhuanlan .zhuanlan_item:hover .mmain .mfont i {
  color: #284A94;
}
.pagebook_body {
  background: #F7F8FB;
}
.page_book {
  background: #f7f8fb;
  padding: 100px 50px 60px 50px;
}
.page_book ul {
  width: 100%;
}
.page_book li {
  width: 100%;
  margin-bottom: 120px;
}
.page_book li:last-child {
  margin-bottom: 0;
}
.page_book li a {
  display: flex;
  padding: 35px 40px 60px 380px;
  height: 340px;
  position: relative;
  background: #fff;
  transition: 0.2s all ease-in;
}
.page_book li a img {
  position: absolute;
  left: 70px;
  bottom: 25px;
  width: 270px;
  transition: 0.2s all ease-in;
}
.page_book li a .mfont {
  height: 100%;
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.page_book li a .mfont h3 {
  font-size: 28px;
  color: #303133;
  margin-bottom: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.page_book li a .mfont p {
  font-size: 16px;
  color: #606266;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  transition: 0.2s all ease-in;
}
.page_book li a .mfont .mbom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_book li a .mfont .mleft {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.page_book li a .mfont .mleft h5 {
  margin-right: 20px;
  font-size: 15px;
  color: #606266;
}
.page_book li a .mfont .mright {
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
}
.page_book li a .mfont .mright span {
  transition: 0.2s all ease-in;
  font-size: 15px;
  color: #909399;
  margin-right: 6px;
}
.page_book li a .mfont .mright i {
  transition: 0.2s all ease-in;
  color: #909399;
  font-size: 16px;
}
.page_book li a:hover {
  transform: translateY(-3px);
}
.page_book li a:hover img {
  transform: translateY(-5px) scale(1.02);
}
.page_book li a:hover .mfont h3 {
  color: #183AB1;
  font-weight: bold;
}
.page_book li a:hover .mfont .mright span {
  color: #284A94;
}
.page_book li a:hover .mfont .mright i {
  color: #284A94;
}
.bookshow_top {
  padding: 0 50px;
}
.bookshow_top .section_main14 {
  background: #f7f8fb;
  padding: 56px;
  display: flex;
}
.bookshow_top img {
  width: 238px;
  flex-shrink: 0;
  margin-right: 70px;
}
.bookshow_top .mfont {
  width: calc(100% - 308px);
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bookshow_top .mfont .mtop h3 {
  font-size: 28px;
  color: #303133;
  margin-bottom: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.bookshow_top .mfont .mtop p {
  font-size: 16px;
  color: #606266;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  transition: 0.2s all ease-in;
}
.bookshow_top .mfont .mbom {
  display: flex;
  align-items: center;
}
.bookshow_top .mfont .mleft {
  padding-left: 10px;
  margin-right: 90px;
}
.bookshow_top .mfont .mleft h5 {
  font-size: 16px;
  color: #606266;
  line-height: 200%;
}
.bookshow_bom {
  width: 100%;
  padding: 0 50px;
}
.bookshow_bom h2 {
  width: 100%;
  margin: 50px 0 28px 0;
  border-bottom: 1px solid #183AB1;
}
.bookshow_bom h2 i {
  padding: 15px 0px;
  color: #FFFFFF;
  font-size: 22px;
  background: #183AB1;
  width: 180px;
  text-align: center;
  display: block;
  font-style: normal;
  position: relative;
}
.page_qikan {
  padding: 0 50px 60px 50px;
}
.page_qikan ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page_qikan li {
  width: 25%;
  padding: 30px;
}
.page_qikan a {
  display: block;
  width: 100%;
  transition: 0.2s all ease-in;
}
.page_qikan a .mimg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  overflow: hidden;
}
.page_qikan a .mimg img {
  transition: 0.2s all ease-in;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_qikan a .mfont {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  transition: 0.2s all ease-in;
}
.page_qikan a .mfont h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #303133;
  margin-bottom: 20px;
  transition: 0.2s all ease-in;
}
.page_qikan a .mfont p {
  padding: 10px 22px;
  color: #FFFFFF;
  font-size: 16px;
  background: #183AB1;
  transition: 0.2s all ease-in;
}
.page_qikan a:hover {
  transform: translateY(-5px);
}
.page_qikan a:hover img {
  transform: scale(0.98);
}
.page_qikan a:hover h3 {
  color: #D20415;
}
.page_qikan a:hover p {
  background: #D20415;
}
.page_glgushi {
  padding: 0 50px 60px 50px;
}
.page_contact {
  padding: 30px 50px 60px 50px;
}
.page_contact .section_main14 {
  display: flex;
  align-items: flex-start;
}
.page_contact .mleft {
  padding-right: 50px;
  width: 45%;
}
.page_contact .mleft h2 {
  font-size: 30px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 50px;
}
.page_contact .mleft ul {
  width: 100%;
  margin-bottom: 50px;
}
.page_contact .mleft li {
  font-size: 18px;
  color: #303133;
  padding: 6px 0;
}
.page_contact .mleft .mbom h4 {
  font-size: 18px;
  color: #909399;
  margin-bottom: 20px;
}
.page_contact .mleft .mcode {
  display: flex;
  align-items: center;
}
.page_contact .mleft .mcode .mitem {
  margin-right: 20px;
}
.page_contact .mleft .mcode img {
  width: 110px;
  margin-bottom: 5px;
}
.page_contact .mleft .mcode p {
  text-align: center;
  font-size: 15px;
}
.page_contact .mright {
  width: 55%;
}
.page_contact .mright .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.page_contact .mright .mtop .form_item {
  width: 49%;
}
.page_contact .mright .form_item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 13px;
}
.page_contact .mright .form_item h3 span {
  color: #909399;
  font-weight: normal;
  font-size: 15px;
}
.page_contact .mright .form_item input,
.page_contact .mright .form_item textarea {
  border: 1px solid #B3B3B3;
  border-radius: 5px;
  height: 50px;
  padding: 16px;
  display: flex;
  align-items: center;
  font-size: 15px;
  width: 100%;
}
.page_contact .mright .form_item textarea {
  height: 167px;
}
.page_contact .mright .mmid {
  margin-bottom: 20px;
}
.page_contact .mright .mbom {
  margin-bottom: 20px;
}
.page_contact .mright a {
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding: 15px 30px;
  background: #183AB1;
  overflow: hidden;
  transition: 0.2s all ease-in;
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_contact .mright a p {
  position: relative;
  z-index: 10;
}
.page_contact .mright 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;
}
.page_contact .mright a:hover {
  transform: translateY(-5px);
}
.page_contact .mright a:hover:after {
  transform: scale(3);
}
.contact_map {
  background: #f7f8fb;
}
.contact_map .section_main15 {
  background: #fff;
  padding: 30px;
}
.contact_map .section_main15 h2 {
  font-size: 30px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact_map .section_main15 span {
  width: 80px;
  height: 5px;
  border-radius: 1px;
  background: #284A94;
  margin-bottom: 25px;
  display: block;
}
.contact_map .section_main15 .xhmap {
  width: 100%;
}
.contact_map .section_main15 #map_box {
  width: 100%;
}
.pagejoin_top {
  padding: 30px 50px 0 50px;
}
.pagejoin_top h2 {
  font-size: 35px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.pagejoin_top .minfo {
  font-size: 16px;
  color: #303133;
  text-align: center;
  line-height: 197%;
  margin-bottom: 40px;
}
.pagejoin_top ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pagejoin_top li {
  width: 33.33%;
  padding: 6px;
  overflow: hidden;
}
.pagejoin_top li:nth-child(n+4) {
  width: 50%;
}
.pagejoin_top .mitem {
  height: 280px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pagejoin_top .mitem .mimg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.pagejoin_top .mitem .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.pagejoin_top .mitem .mfont {
  position: absolute;
  left: 0;
  top: 145px;
  z-index: 10;
  padding: 0 20px 35px 20px;
}
.pagejoin_top .mitem .mfont h3 {
  color: #FFFFFF;
  font-size: 25px;
  margin-bottom: 15px;
}
.pagejoin_top .mitem .mfont p {
  max-width: 380px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 175%;
}
.pagejoin_top .mitem:hover img {
  transform: scale(1.05);
  filter: brightness(60%);
}
.pagejoin_bom .mtitle {
  margin-bottom: 45px;
}
.pagejoin_bom .mtitle h2 {
  font-size: 35px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 15px;
  text-align: center;
}
.pagejoin_bom .mtitle p {
  color: #183AB1;
  font-size: 16px;
  text-align: center;
}
.pagejoin_bom ul {
  width: 100%;
}
.pagejoin_bom li {
  width: 100%;
  border-top: 1px solid #333;
  padding-top: 25px;
  cursor: pointer;
  margin-bottom: 25px;
}
.pagejoin_bom li .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagejoin_bom li .mtop h3 {
  font-size: 25px;
  color: #303133;
  white-space: nowrap;
  width: 25%;
}
.pagejoin_bom li .mtop span {
  font-size: 16px;
  color: #303133;
  width: 23%;
}
.pagejoin_bom li .mtop p {
  font-size: 16px;
  color: #303133;
  width: 47.5%;
}
.pagejoin_bom li .mtop .xhi {
  position: relative;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagejoin_bom li .mtop .xhi i {
  transform-origin: center center;
  display: block;
  width: 13px;
  height: 2px;
  background: #333;
  transition: 0.2s all ease-in;
}
.pagejoin_bom li .mtop .xhi .mshu {
  position: absolute;
  transform: rotate(90deg);
}
.pagejoin_bom li .mtop .xhi .mheng {
  transform: rotate(0deg);
}
.pagejoin_bom li .mmain {
  display: none;
  margin-top: 35px;
}
.pagejoin_bom li .mmain h3 {
  font-size: 16px;
  color: #909399;
  margin: 15px 0 15px 0;
}
.pagejoin_bom li .mmain p {
  font-size: 16px;
  color: #303133;
  line-height: 180%;
  margin-bottom: 5px;
}
.pagejoin_bom li.curr {
  border-top: 1px solid #183AB1;
}
.pagejoin_bom li.curr .mtop h3 {
  font-weight: bold;
  color: #183AB1;
}
.pagejoin_bom li.curr .mtop .xhi .mshu {
  transform: rotate(180deg);
}
.pagejoin_bom li.curr .mtop .xhi .mheng {
  transform: rotate(180deg);
}
.page_search {
  padding: 0 50px 0px 50px;
  min-height: 500px;
}
.page_search .section_main {
  display: flex;
  align-items: flex-start;
}
.page_search .mleft {
  width: 250px;
  flex-shrink: 0;
  border-right: 1px solid #eee;
  position: sticky;
  top: 120px;
  padding: 40px 30px;
}
.page_search .mleft .mitem {
  margin-bottom: 75px;
}
.page_search .mleft .mitem h3 {
  font-size: 22px;
  color: #303133;
  margin-bottom: 25px;
}
.page_search .mleft .mitem li {
  transition: 0.2s all ease-in;
}
.page_search .mleft .mitem a {
  font-size: 18px;
  color: #909399;
  transition: 0.2s all ease-in;
  padding: 10px 0;
  display: block;
}
.page_search .mleft .mitem a:hover {
  transform: translateY(-3px);
  color: #183AB1;
}
.page_search .mleft .mitem li.curr a {
  font-weight: bold;
  color: #183AB1;
}
.page_search .mleft .mitem:last-child {
  margin-bottom: 0;
}
.page_search .mright {
  width: calc(100% - 250px);
  padding: 40px 60px;
}
.page_search .mright h1 {
  font-size: 35px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 25px;
}
.page_search .mright .search_top_box {
  width: 609px;
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.page_search .mright .search_top_box input {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  padding: 15px 30px;
  border: none;
  font-size: 15px;
  color: #303133;
}
.page_search .mright .search_top_box a {
  width: 70px;
  height: 70px;
  background: #183AB1;
  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: 25px;
  color: #FFFFFF;
  transition: 0.2s all ease-in;
}
.page_search .mright .search_top_box a:hover {
  background: #D20415;
}
.page_search .mright .search_top_box a:hover i {
  color: #FFFFFF;
}
.page_search .mright .mtop {
  margin-bottom: 50px;
}
.page_search .mright .mtop span {
  color: #909399;
  font-size: 15px;
}
.page_search .mright ul {
  width: 100%;
}
.page_search .mright ul a {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 40px;
  transition: 0.2s all ease-in;
  border-bottom: 1px solid #C3C3C3;
}
.page_search .mright ul a h3 {
  color: #606266;
  font-size: 16px;
  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: #909399;
  font-size: 15px;
  margin-right: 10px;
}
.page_search .mright ul a .micon i {
  color: #909399;
  font-size: 15px;
}
.page_search .mright ul a:hover {
  transform: translateY(-3px);
}
.page_search .mright ul a:hover h3 {
  color: #284A94;
}
.about_title {
  font-size: 35px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 30px;
}
.about_title_c {
  font-size: 35px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 30px;
  text-align: center;
}
.about_title_c_w {
  font-size: 35px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}
.about01 {
  padding: 0px 50px 50px 50px;
  position: relative;
}
.about01 .mmain {
  display: flex;
  justify-content: space-between;
}
.about01 .mleft {
  font-size: 16px;
  color: #606266;
  line-height: 170%;
  flex: 1;
  padding-right: 50px;
}
.about01 .mleft .minfo p {
  margin-bottom: 10px;
  text-indent: 2em;
}
.about01 .mright {
  width: 48%;
  overflow: hidden;
  transform: translateY(-60px);
}
.about01 .mright .mimg {
  width: 100%;
  overflow: hidden;
}
.about01 .mright img {
  width: 100%;
  transition: 0.2s all ease-in;
}
.about01 .mright img:hover {
  transform: scale(1.02);
}
.about02 {
  width: 100%;
  position: relative;
  padding: 70px 50px 0 50px;
  background: url(../image/bg07.jpg);
  background-size: cover;
  height: 660px;
}
.about02 .section_main14 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  align-items: flex-start;
}
.about02 .mleft {
  max-width: 730px;
}
.about02 .mleft h2 {
  font-size: 35px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 20px;
}
.about02 .mleft .minfo {
  font-size: 18px;
  line-height: 200%;
  color: #FFFFFF;
  margin-bottom: 65px;
}
.about02 .mleft .mfont {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 200%;
}
.about02 .mright {
  padding-right: 60px;
  flex-shrink: 0;
  max-width: 400px;
  margin-left: 30px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.about03 {
  padding: 60px 50px;
  position: relative;
}
.about03 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.about03 ul::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}
.about03 li {
  width: 33.33%;
  border-right: 1px solid #EEEEEE;
  overflow: hidden;
}
.about03 .mitem {
  width: 100%;
  padding: 50px 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s all ease-in;
}
.about03 .mtop {
  width: 79px;
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9999991c;
  border-radius: 50%;
  margin-bottom: 30px;
}
.about03 .mtop img {
  width: 45px;
}
.about03 .mfont {
  font-size: 19px;
  color: #303133;
  line-height: 180%;
  text-align: center;
}
.about03 .mfont p {
  text-align: center;
}
.about03 .mfont span {
  font-weight: bold;
  color: #284A94;
}
.about03 li:nth-child(3n) {
  border-right: none;
}
.about03 .mitem:hover {
  transform: translateY(-3px);
}
.about04 {
  display: flex;
  align-items: center;
  position: relative;
  height: 400px;
}
.about04 .item {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about04 .font {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 30;
  width: 100%;
  height: 100%;
}
.about04 .item_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about04 .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.about04 .item:hover img {
  transform: scale(1.02);
  transition: 0.2s all ease-in;
}
.about04 h3 {
  font-size: 25px;
  color: #fff;
  margin: 23px 0;
}
.about04 p {
  font-size: 16px;
  color: #fff;
  line-height: 180%;
}
.about04-2 {
  padding: 80px 50px 0 50px;
}
.about04-2 .mitem {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.about04-2 .mitem .mimg {
  width: 50%;
  height: 410px;
  overflow: hidden;
}
.about04-2 .mitem .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.about04-2 .mitem .mfont {
  width: 50%;
  padding: 60px 0 0 80px;
}
.about04-2 .mitem .mfont h3 {
  font-size: 30px;
  font-weight: bold;
  color: #284A94;
  margin-bottom: 45px;
  transition: 0.2s all ease-in;
}
.about04-2 .mitem .mfont p {
  font-size: 17px;
  line-height: 250%;
  color: #555;
  transition: 0.2s all ease-in;
}
.about04-2 .mitem .mimg:hover img {
  transform: scale(1.03);
}
.about04-2 .mitem:nth-child(2n) {
  flex-direction: row-reverse;
}
.about04-2 .mitem:nth-child(2n) .mfont {
  padding: 60px 30px 0 50px;
}
.about05 {
  transform: translateY(100px);
  background: url(../image/bg01.jpg) no-repeat;
  background-size: cover;
  padding: 80px 30px;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  min-height: 850px;
  position: relative;
}
.about05 .about_title_c_w {
  margin-bottom: 120px;
}
.about05 .year_box {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 350px;
  left: 0;
  right: 0;
}
.about05 .year_box .about_icon {
  position: absolute;
  width: 100%;
}
.about05 .year_box .year_box_main {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
}
.about05 .year_box .year_box_main .mfont {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.3;
}
.about05 .year_box h3 {
  font-size: 35px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  font-family: numfont;
}
.about05 .about_swi_btn {
  position: absolute;
  right: 0;
  top: 580px;
  display: flex;
  align-items: center;
  left: 0;
}
.about05 .about_swi_btn .about_swi_btn_main {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about05 .about_swi_btn .swiper-button-prev {
  margin-right: 3px;
}
.about05 .about_swi_btn .swiper-button-next,
.about05 .about_swi_btn .swiper-button-prev {
  padding: unset!important;
  border-radius: 5px;
  background: #f4f4f4;
  width: 50px;
  height: 50px;
  transition: 0.2s all ease-in;
}
.about05 .about_swi_btn .swiper-button-next i,
.about05 .about_swi_btn .swiper-button-prev i {
  color: #606266;
  font-size: 16px;
  font-weight: bold;
}
.about05 .about_swi_btn .swiper-button-next:active,
.about05 .about_swi_btn .swiper-button-prev:active {
  background: #707070;
  transform: translate(-1px, 1px);
}
.about05 .about_swi_btn .swiper-button-next:after,
.about05 .about_swi_btn .swiper-button-prev:after {
  display: none;
}
.about05 .about02_main {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.about05 .about02_main .about_swi {
  position: relative;
  z-index: 10;
}
.about05 .mtop {
  margin-bottom: 150px;
}
.about05 .mtop h3 {
  font-size: 35px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  font-family: numfont;
}
.about05 .minfo {
  width: 100%;
  background: #fff;
  padding: 30px 78px 30px 78px;
  height: 420px;
  overflow-y: auto;
  font-size: 15px;
  color: #303133;
  line-height: 140%;
}
.about05 .minfo p {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.about05 .minfo p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 10px;
  height: 1px;
  background: #333;
}
#nav_body_html_dsjcover img {
  width: 100%;
}
#nav_body_html_dsjcover .dsjpc {
  display: block;
}
#nav_body_html_dsjcover .dsjmb {
  display: none;
}
.about06 {
  width: 100%;
  padding: 0px 50px 0 50px;
  position: relative;
}
.about06 .about_title_c {
  margin-bottom: 20px;
}
.about06 .about06_dec {
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  color: #303133;
  max-width: 800px;
  line-height: 160%;
  margin-bottom: 30px;
}
.about06 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about06 li {
  width: 25%;
  padding: 11px;
  margin-bottom: 15px;
}
.about06 a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}
.about06 a .mimg {
  margin-bottom: 20px;
  height: 200px;
  max-width: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about06 a .mimg img {
  height: 100%;
}
.about06 a p {
  text-align: center;
  color: #303133;
  font-size: 16px;
}
.about_float {
  position: sticky;
  top: 150px;
  left: 30px;
  z-index: 30;
  width: 130px;
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 17px 12px 17px 8px;
  background: #fff;
  color: #606266;
  font-size: 15px;
}
.about_float ul {
  width: 100%;
}
.about_float li {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about_float li a {
  display: flex;
  align-items: center;
  color: #606266;
  transition: 0.2s all ease-in;
}
.about_float li i {
  font-size: 13px;
  color: #284A94;
  margin-right: 5px;
  opacity: 0;
  transition: 0.2s all ease-in;
}
.about_float li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.about_float li.curr a {
  color: #284A94;
}
.about_float li.curr i {
  opacity: 1;
}
.about_article {
  position: relative;
  top: -180px;
}
.pagecase_case {
  padding: 0px 50px 60px 50px;
}
.type_sel {
  margin-bottom: 30px;
}
.case_list {
  margin: 0 -9px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.case_list li {
  width: 33.33%;
  padding: 9px;
}
.page_hui {
  background: #f7f8fb;
}
.pagecase_pj {
  padding: 30px 50px 60px 50px;
}
.pagecase_pj .mitem {
  border-radius: 10px;
  background: #fff;
  padding: 35px 38px;
  margin-bottom: 40px;
  transition: 0.2s all ease-in;
}
.pagecase_pj .mitem .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
.pagecase_pj .mitem .mtop .mleft {
  display: flex;
  align-items: center;
}
.pagecase_pj .mitem .mtop .mleft .mimg {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  margin-right: 17px;
  overflow: hidden;
}
.pagecase_pj .mitem .mtop .mleft .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.pagecase_pj .mitem .mtop .mleft h3 {
  font-size: 18px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 5px;
}
.pagecase_pj .mitem .mtop .mleft span {
  font-size: 16px;
  color: #606266;
}
.pagecase_pj .mitem .mtop .mright img {
  width: 30px;
}
.pagecase_pj .mitem .minfo {
  font-size: 15px;
  color: #606266;
  line-height: 170%;
}
.pagecase_pj .mitem .minfo p {
  margin-bottom: 5px;
}
.pagecase_pj .mitem:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 20px 0 rgba(12, 43, 90, 0.2);
}
.custom_list {
  width: 100%;
  padding: 0px 50px 60px 50px;
}
.custom_list .type_sel {
  margin-bottom: 30px;
}
.custom_list .custom_list_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.custom_list .custom_list_ul li {
  width: 33.33%;
  padding: 10px 10px;
}
.custom_list .custom_list_ul .mitem {
  border: 1px solid #eee;
  display: flex;
  padding: 14px;
  height: 130px;
  transition: 0.2s all ease-in;
}
.custom_list .custom_list_ul .mitem .mimg_logo {
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom_list .custom_list_ul .mitem .mimg_logo img {
  width: 100px;
}
.custom_list .custom_list_ul .mitem .mfont {
  padding-top: 10px;
  width: calc(100% - 120px);
}
.custom_list .custom_list_ul .mitem .mfont h3 {
  margin-bottom: 8px;
  font-size: 18px;
  color: #303133;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.custom_list .custom_list_ul .mitem .mfont p {
  font-size: 15px;
  color: #606266;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  line-height: 150%;
  transition: 0.2s all ease-in;
}
.custom_list .custom_list_ul .mitem:hover {
  transform: translateY(-5px);
  border: 1px solid rgba(6, 91, 218, 0.6);
}
.custom_list .custom_list_ul .mitem:hover .mfont h3 {
  color: #284A94;
  font-weight: bold;
}
.news_body {
  width: 100%;
  position: relative;
  padding: 0px 50px 60px 50px;
}
.page_casebody {
  padding: 0 50px 60px 50px;
}
.page_casebody .section_main14 {
  background: #fff;
  padding-bottom: 50px;
}
.page_casebody .mtop {
  padding: 35px 50px 0 50px;
}
.page_casebody .mtop h1 {
  font-size: 30px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 35px;
  text-align: center;
}
.page_casebody .mtop hr {
  display: block;
  width: 100%;
  background: #EEEEEE;
  border: none;
  height: 1px;
}
.page_casebody h2 {
  font-size: 25px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
.page_casebody h2::after {
  content: '';
  display: block;
  width: 5px;
  height: 25px;
  background: #284A94;
  position: absolute;
  left: 0;
  top: 0;
}
.page_newsbody {
  padding: 0 50px 60px 50px;
}
.page_newsbody .section_main14 {
  background: #fff;
  padding-bottom: 50px;
}
.page_newsbody .mtop {
  padding: 35px 50px 0 50px;
}
.page_newsbody .mtop h1 {
  font-size: 30px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 20px;
  text-align: center;
}
.page_newsbody .mtop hr {
  display: block;
  width: 100%;
  background: #EEEEEE;
  border: none;
  height: 1px;
}
.page_newsbody .mtop .mfont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.page_newsbody .mtop .mfont span {
  color: #909399;
  font-size: 15px;
}
.page_newsbody .mtop .mfont i {
  display: block;
  width: 1px;
  height: 14px;
  background: #eee;
  margin: 0 10px;
}
.newOther {
  height: 60px;
  padding: 10px 20px;
  max-width: 1150px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #F2F2F2;
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}
.newOtherBack {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  color: #284A94;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  transition: 0.2s all ease-in;
}
.newOtherBack:hover {
  background: #284A94;
  color: #fff;
  transition: 0.2s all ease-in;
}
.newOtherNext {
  display: flex;
  color: #666;
  width: 42%;
}
.newOtherNext i {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 40px;
  color: #284A94;
  font-size: 20px;
  transition: 0.2s all ease-in;
}
.newOtherNext i:hover {
  background: #284A94;
  color: #fff;
  transition: 0.2s all ease-in;
}
.newOtherNext span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newOtherNext:last-of-type {
  flex-direction: row-reverse;
}
.newOtherNext:last-of-type i {
  margin: 0 0 0 10px;
}
.serve01 {
  padding: 30px 50px 60px 50px;
  position: relative;
}
.serve01 .section_main14 {
  display: flex;
  align-items: flex-start;
}
.serve01 ul {
  width: calc(100% - 310px);
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.serve01 li {
  width: 33.33%;
  padding: 10px;
}
.serve01 li a {
  height: 120px;
  background: #f7f8fb;
  padding: 30px;
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
}
.serve01 li a .micon {
  width: 51px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
}
.serve01 li a .micon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.serve01 li a .mfont p {
  font-size: 17px;
  color: #303133;
  line-height: 160%;
}
.serve01 li a:hover {
  background: #183AB1;
  transform: translateY(-10px);
  border-radius: 10px;
  box-shadow: 0 20px 20px 0 rgba(12, 43, 90, 0.2);
}
.serve01 li a:hover .micon img {
  filter: brightness(500%);
}
.serve01 li a:hover .mfont p {
  color: #FFFFFF;
}
.contact_fixed {
  width: 310px;
  position: sticky;
  top: 120px;
}
.contact_fixed .mimg {
  width: 100%;
}
.contact_fixed .mimg img {
  width: 100%;
}
.contact_fixed .mfont {
  background: #F6F8FB;
  padding: 30px 30px 0 30px;
}
.contact_fixed .mfont h3 {
  font-weight: bold;
  color: #303133;
  line-height: 180%;
}
.contact_fixed .mfont .mtop {
  margin-bottom: 20px;
}
.contact_fixed .mfont .mmob {
  display: flex;
  align-items: center;
}
.contact_fixed .mfont .mmob i {
  color: #183AB1;
  font-size: 20px;
  margin-right: 10px;
}
.contact_fixed .mfont .mmob p {
  color: #183AB1;
  font-weight: bold;
  font-family: numfont;
  font-size: 22px;
}
.contact_fixed .mfont .contactbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.contact_fixed .mfont .contactbtn a {
  background: #183AB1;
  color: #FFFFFF;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
}
.contact_fixed .mfont .contactbtn a:hover {
  background: #1B2388;
}
.serve02 {
  background: #f7f8fb;
}
.serve03 {
  background: url(../image/bg03.jpg) no-repeat;
  background-size: cover;
}
.serve03 .serve03_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.serve03 .serve03_main .mleft {
  width: 57%;
  padding: 0 100px 0 20px;
}
.serve03 .serve03_main .mleft ul {
  width: 100%;
}
.serve03 .serve03_main .mleft li .mitem {
  display: flex;
  transition: 0.2s all ease-in;
  padding: 28px 0;
  border-bottom: 1px solid #fff;
}
.serve03 .serve03_main .mleft i {
  color: #FFFFFF;
  margin-right: 15px;
  transform: translateY(4px);
  transition: 0.2s all ease-in;
}
.serve03 .serve03_main .mleft p {
  font-size: 18px;
  color: #FFFFFF;
}
.serve03 .serve03_main .mleft .mitem:hover {
  transform: translateY(-5px);
}
.serve03 .serve03_main .mright {
  width: 43%;
}
.serve03 .serve03_main .mright img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.serve03 .serve03_main .mright img:hover {
  transform: scale(1.02);
}
.serve04 {
  background: #f7f8fb;
}
.serve04 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  overflow: hidden;
}
.serve04 li {
  display: flex;
  padding: 10px;
  width: 50%;
}
.serve04 .mitem {
  display: block;
  width: 100%;
  background: #fff;
  padding: 45px 40px;
  transition: 0.2s all ease-in;
}
.serve04 .mitem .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.serve04 .mitem .mtop .mleft {
  display: flex;
  align-items: center;
}
.serve04 .mitem .mtop .mleft h4 {
  font-size: 50px;
  color: #284A94;
  margin-right: 20px;
  font-family: numfont;
}
.serve04 .mitem .mtop .mfont h3 {
  font-size: 20px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 5px;
}
.serve04 .mitem .mtop .mfont span {
  color: #909399;
  font-size: 14px;
}
.serve04 .mitem .mtext p {
  font-size: 18px;
  color: #606266;
  line-height: 170%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.serve04 .mitem:hover {
  transform: translateY(-10px);
  border-radius: 10px;
  box-shadow: 0 20px 20px 0 rgba(12, 43, 90, 0.2);
}
.serve04 .mitem:hover .mfont h3 {
  color: #284A94;
}
.serve04 {
  background: #f7f8fb;
}
.serve04 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.serve04 li {
  padding: 10px;
  width: 50%;
}
.serve04 .mitem {
  background: #fff;
  padding: 45px 35px;
  height: 250px;
}
.serve04 .mitem .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.serve04 .mitem .mleft {
  display: flex;
  align-items: center;
}
.serve04 .mitem .mleft h4 {
  font-size: 50px;
  font-weight: bold;
  color: #284A94;
  font-family: numfont;
  margin-right: 20px;
}
.serve04 .mitem .mfont h3 {
  font-size: 20px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 5px;
}
.serve04 .mitem .mfont span {
  font-size: 14px;
  color: #909399;
}
.serve04 .mitem .mtext {
  font-size: 18px;
  color: #606266;
  line-height: 170%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}
.serve05 {
  width: 100%;
  background: #fff;
  overflow: visible;
  padding: 100px 50px;
  position: relative;
}
.serve05 .section_main14 {
  position: relative;
  overflow: visible;
}
.serve05 .section_main14::after {
  position: absolute;
  content: '';
  background: url(../image/icon20.png) no-repeat 100% 100%;
  width: 100px;
  height: 225px;
  top: 85px;
  right: -100px;
}
.serve05 .mitem {
  position: relative;
  transition: 0.2s all ease-in;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.serve05 .mitem h3 {
  font-weight: bold;
  color: #183AB1;
  margin-bottom: 15px;
  font-size: 30px;
  font-family: numfont;
  transition: 0.2s all ease-in;
}
.serve05 .mitem .mbox {
  background: #fff;
  position: relative;
  transition: 0.2s all ease-in;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 168px;
  flex-shrink: 0;
  box-shadow: 0px 0px 9px 0px rgba(116, 116, 116, 0.15);
  z-index: 5;
}
.serve05 .mitem .mbox p {
  font-size: 16px;
  color: #303133;
  line-height: 150%;
  text-align: center;
  transition: 0.2s all ease-in;
}
.serve05 .mitem img {
  position: absolute;
  width: 26px;
  top: 70px;
  right: -26px;
}
.serve05 .mline {
  height: 20px;
  flex: 1;
  background: #183AB1;
  position: relative;
  top: 20px;
}
.serve05 .mtop {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 55px;
}
.serve05 .mtop .mline:last-child {
  display: none;
}
.serve05 .mtop .mitem:first-child .mbox {
  background: #183AB1;
}
.serve05 .mtop .mitem:first-child .mbox p {
  color: #FFFFFF;
}
.serve05 .mbom {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row-reverse;
}
.serve05 .mbom .mline:last-child {
  display: none;
}
.serve05 .mitem:hover {
  transform: translateY(-5px);
}
.serve05 .mitem:hover .mbox {
  background: #183AB1;
}
.serve05 .mitem:hover .mbox p {
  color: #FFFFFF;
}
.pro02 {
  background: url(../image/bg08.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 50px;
}
.pro02 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pro02 li {
  width: 33.33%;
  background: #fff;
  height: 290px;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s all ease-in;
  padding-top: 30px;
}
.pro02 li img {
  transition: 0.2s all ease-in;
  width: 120px;
}
.pro02 li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  transition: 0.2s all ease-in;
}
.pro02 li p {
  font-size: 15px;
  color: #606266;
  max-width: 260px;
  text-align: center;
  line-height: 160%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.pro02 li:hover img {
  transform: rotate(360deg);
  transition: 0.5s all ease-in;
}
.pro02 li:hover h4 {
  color: #183AB1;
  transition: 0.2s all ease-in;
}
.pro04 .section_main14 {
  display: flex;
  justify-content: space-between;
}
.pro04 .mleft {
  width: 49%;
  padding: 0 30px 0 0px;
  position: relative;
  z-index: 10;
}
.pro04 .mleft ul {
  width: 100%;
}
.pro04 .mleft li .mitem {
  transition: 0.2s all ease-in;
  padding: 28px 0;
  border-bottom: 1px solid #EEEEEE;
}
.pro04 .mleft i {
  color: #183AB1;
  margin-right: 15px;
  transition: 0.2s all ease-in;
}
.pro04 .mleft .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.pro04 .mleft h3 {
  font-size: 20px;
  font-weight: bold;
  color: #284A94;
}
.pro04 .mleft p {
  font-size: 16px;
  color: #606266;
  line-height: 160%;
}
.pro04 .mleft .mitem:hover {
  transform: translateY(-5px);
}
.pro04 .mleft .mitem:hover i {
  color: #183AB1;
}
.pro04 .mright {
  width: 42.5%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pro05 {
  width: 100%;
  background: #F7F8FB;
  overflow: visible;
  position: relative;
}
.pro05 .section_main14 {
  position: relative;
  overflow: visible;
}
.pro05 .xhtitle {
  margin-bottom: 60px;
}
.pro05 .section_main14::after {
  position: absolute;
  content: '';
  background: url(../image/icon22.png) no-repeat 100% 100%;
  width: 99px;
  height: 291px;
  top: 40px;
  right: -99px;
}
.pro05 .mitem {
  position: relative;
  transition: 0.2s all ease-in;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 220px;
}
.pro05 .mitem .mtop {
  background: #fff;
  position: relative;
  transition: 0.2s all ease-in;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  flex-shrink: 0;
  box-shadow: 0px 0px 9px 0px rgba(116, 116, 116, 0.15);
  z-index: 5;
}
.pro05 .mitem .mtop h3 {
  font-size: 20px;
  font-weight: bold;
  color: #303133;
  line-height: 150%;
  text-align: center;
  transition: 0.2s all ease-in;
}
.pro05 .mitem img {
  position: absolute;
  width: 26px;
  top: 23px;
  right: -26px;
}
.pro05 .mitem .mbom {
  width: 100%;
  position: relative;
  top: -10px;
  height: 155px;
  padding: 35px 12px 10px 12px;
  background: linear-gradient(180deg, #e2ebff 0%, rgba(230, 236, 250, 0.06) 80%);
}
.pro05 .mitem .mbom p {
  text-align: center;
  color: #183AB1;
  font-size: 15px;
  line-height: 170%;
}
.pro05 .mline {
  height: 20px;
  flex: 1;
  background: #183AB1;
  position: relative;
  top: -80px;
}
.pro05 .pro05_top {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.pro05 .pro05_top .mline:last-child {
  display: none;
}
.pro05 .pro05_top .mitem:first-child .mtop {
  background: #183AB1;
}
.pro05 .pro05_top .mitem:first-child .mtop h3 {
  color: #FFFFFF;
}
.pro05 .pro05_bom {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row-reverse;
}
.pro05 .pro05_bom .mline:last-child {
  display: none;
}
.pro05 .mitem:hover {
  transform: translateY(-5px);
}
.pro05 .mitem:hover .mtop {
  background: #183AB1;
}
.pro05 .mitem:hover .mtop h3 {
  color: #FFFFFF;
}
.pro06 {
  padding-top: 60px;
}
.proshow_body {
  width: 100%;
  padding: 0 50px;
}
.proshow_body h1 {
  display: none;
}
.proshow_body .section_main14 {
  display: flex;
  align-items: flex-start;
}
.proshow_body .proshow_left {
  position: sticky;
  top: 120px;
  width: 310px;
  margin-right: 50px;
  padding-bottom: 60px;
}
.proshow_body .proshow_left ul {
  width: 100%;
  margin-bottom: 30px;
  border-left: 2px solid #183AB1;
}
.proshow_body .proshow_left li {
  border-bottom: 1px solid #eee;
  width: 100%;
}
.proshow_body .proshow_left li a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  color: #303133;
  transition: 0.2s all ease-in;
}
.proshow_body .proshow_left li:last-child {
  border-bottom: none;
}
.proshow_body .proshow_left li.curr a {
  background: #183AB1;
  color: #FFFFFF;
}
.proshow_body .proshow_left li:hover a {
  background: #183AB1;
  color: #FFFFFF;
}
.proshow_body .contact_fixed {
  position: static;
}
.proshow_body .contact_fixed .mfont {
  background: #fff;
}
.proshow_body .proshow_right {
  flex: 1;
  background: #fff;
}
.proshow_body .proshow_right h2 {
  font-size: 25px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
.proshow_body .proshow_right h2::after {
  content: '';
  display: block;
  width: 5px;
  height: 25px;
  background: #284A94;
  position: absolute;
  left: 0;
  top: 0;
}
.page404 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.page404 .mleft {
  width: 50%;
  max-width: 700px;
}
.page404 .mright {
  width: 50%;
}
.page404 .mright h1 {
  font-family: numfont;
  font-size: 150px;
  font-weight: bold;
  color: #000;
}
.page404 .mright h2 {
  font-size: 25px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 25px;
}
.page404 .mright .minfo {
  font-size: 18px;
  margin-bottom: 20px;
}
.page404 .mright .look_more {
  background: #183AB1;
}
.page404 .mright .look_more p {
  color: #FFFFFF;
}
.page404 .mright .look_more .look_more_box > i {
  color: #183AB1;
}
.page404 .mright .look_more .look_more_box span {
  background: #fff;
}
.page404 .mright .look_more:hover {
  background: #000;
}
.ind_banner {
  width: 100%;
  height: 100vh;
  min-height: 768px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_banner .banner_mouse {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  animation: moveY 3s linear infinite;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0.8;
}
.ind_banner .banner_mouse i {
  color: #FFFFFF;
  user-select: none;
  -webkit-user-select: none;
  margin-bottom: 10px;
  font-size: 30px;
}
.ind_banner .banner_mouse p {
  color: #FFFFFF;
  user-select: none;
  -webkit-user-select: none;
  font-size: 14px;
}
.ind_banner .ind_swi {
  height: 100%;
  width: 100%;
}
.ind_banner .ind_swi .swiper-slide {
  display: flex;
  align-items: center;
}
.ind_banner .ind_swi .mimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.ind_banner .ind_swi .mimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_banner .ind_swi .mimg .mdbannerimg {
  display: none;
}
.ind_banner .ind_swi .mimg .pcbannerimg {
  display: block;
}
.ind_banner .ind_swi .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: scalemove linear 15s infinite;
}
.ind_banner .ind_swi_pag {
  position: absolute;
  bottom: 35px;
  z-index: 10;
  right: 100px;
}
.ind_banner .ind_swi_pag .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ind_banner .ind_swi_pag .mitem {
  width: 40px;
  background: none;
  opacity: 1;
  display: flex;
  flex-direction: column;
  user-select: none;
}
.ind_banner .ind_swi_pag .mitem h5 {
  color: #FFFFFF;
  font-size: 14px;
  padding-bottom: 8px;
}
.ind_banner .ind_swi_pag .mitem .mline {
  position: relative;
  width: 40px;
  height: 2px;
}
.ind_banner .ind_swi_pag .mitem .mline p {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.ind_banner .ind_swi_pag .mitem .mline i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  z-index: 3;
  background: #fff;
}
.ind_banner .ind_swi_pag .swiper-pagination-bullet {
  opacity: 0.5;
  transition: 0.2s all ease-in;
}
.ind_banner .ind_swi_pag .swiper-pagination-bullet-active {
  opacity: 1;
}
.ind_banner .ind_swi_pag .swiper-pagination-bullet-active .mline i {
  width: 100%;
}
.indabout {
  padding: 0px 50px 50px 50px;
  position: relative;
}
.indabout .mmain {
  display: flex;
  justify-content: space-between;
}
.indabout .mleft {
  flex: 1;
  padding-right: 50px;
}
.indabout .mleft .minfo {
  font-size: 18px;
  color: #606266;
  line-height: 170%;
}
.indabout .mleft .minfo p {
  margin-bottom: 10px;
  text-indent: 2em;
}
.indabout .mright {
  width: 48%;
  overflow: hidden;
}
.indabout .mright .mimg {
  width: 100%;
  overflow: hidden;
}
.indabout .mright img {
  width: 100%;
  transition: 0.2s all ease-in;
}
.indabout .mright img:hover {
  transform: scale(1.02);
}
.ind01 .section_main {
  display: flex;
}
.ind01 .mitem {
  width: 50%;
  padding: 9px;
}
.ind01 .mitem .mitem_box {
  display: block;
  width: 100%;
}
.ind01 .mitem:first-child .mbom {
  background: url(../image/bg09.png) no-repeat;
  background-size: auto 100%;
  background-position: right top;
}
.ind01 .mitem:last-child .mbom {
  background: url(../image/bg10.png) no-repeat;
  background-size: auto 100%;
  background-position: right top;
}
.ind01 .mtop {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ind01 .mtop .mimg {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.ind01 .mtop .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.ind01 .mtop .mfont {
  position: absolute;
  left: 40px;
  z-index: 10;
  top: 255px;
}
.ind01 .mtop .mfont h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.ind01 .mtop .mfont p {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 160%;
}
.ind01 .mtop:hover img {
  transform: scale(1.05);
}
.ind01 .mbom {
  padding: 30px 45px;
  width: 100%;
  position: relative;
}
.ind01 .mbom ul {
  width: 100%;
}
.ind01 .mbom li {
  width: 100%;
  padding: 10px 0;
}
.ind01 .mbom li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  transition: 0.2s all ease-in;
  color: #444;
}
.ind01 .mbom li a::before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #D20415;
  position: absolute;
  left: -20px;
  top: 10px;
  transition: 0.2s all ease-in;
}
.ind01 .mbom li a:hover {
  color: #183AB1;
  transform: translateY(-2px);
  font-weight: bold;
}
.ind01 .mbom li a:hover::before {
  width: 15px;
}
.ind01 .mbom li:nth-child(n+8) {
  display: none;
}
.ind01 .mbom .look_more {
  position: absolute;
  right: 26px;
  top: 230px;
  width: 165px;
}
.ind02 {
  height: 860px;
  display: flex;
}
.ind02 .mleft {
  width: 48%;
  background: #f7f8fb;
  padding: 90px 0 0 50px;
  display: flex;
  justify-content: flex-end;
}
.ind02 .mleft .mmain {
  max-width: 745px;
  width: 100%;
  position: relative;
}
.ind02 .mleft .mimg {
  position: relative;
  right: 0px;
  z-index: 5;
  width: 110%;
}
.ind02 .mleft .mimg img {
  width: 100%;
}
.ind02 .mleft .mbg {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: -30px;
}
.ind02 .mleft h2 {
  font-size: 35px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 94px;
}
.ind02 .mright {
  background: url(../image/bg12.jpg) no-repeat;
  background-size: cover;
  width: 52%;
  height: 100%;
  padding: 93px 50px 0 0;
}
.ind02 .mright .mmain {
  max-width: 845px;
  width: 100%;
  padding-left: 120px;
}
.ind02 .mright .ind_keyword_num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  align-items: flex-start;
  margin-bottom: 85px;
  width: 100%;
}
.ind02 .mright .ind_keyword_num .ind_about_keynum_item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ind02 .mright .ind_keyword_num .ind_about_keynum_item .mtop {
  display: flex;
  margin-bottom: 15px;
}
.ind02 .mright .ind_keyword_num .ind_about_keynum_item .mtop h3 {
  text-align: center;
  font-size: 45px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: numfont;
}
.ind02 .mright .ind_keyword_num .ind_about_keynum_item .mtop span {
  color: #FFFFFF;
  font-size: 20px;
  margin-left: 5px;
  padding-top: 12px;
}
.ind02 .mright .ind_keyword_num .ind_about_keynum_item p {
  color: #FFFFFF;
  font-size: 15px;
  font-family: numfont;
}
.ind02 .mright .ind_keyword_num .ind_about_keynum_item li {
  list-style-type: disc;
  font-size: 15px;
  color: #303133;
  padding: 5px 0;
  color: #FFFFFF;
  display: block;
}
.ind02 .mright .ind_keyword_num hr {
  display: block;
  width: 1px;
  height: 66px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
.ind02 .mright .minfo p {
  font-size: 17px;
  color: #FFFFFF;
  line-height: 180%;
  margin-bottom: 10px;
}
.ind02 .mright .look_more {
  width: 165px;
}
.ind03 {
  width: 100%;
  padding: 0 50px 60px 50px;
}
.ind03 .ind_news_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ind03 .ind_news_left {
  width: 50%;
  margin-right: 15px;
}
.ind03 .ind_news_left .ind_news_item {
  width: 100%;
  display: block;
}
.ind03 .ind_news_left .ind_news_item .mimg {
  width: 100%;
  overflow: hidden;
  height: 327px;
  background: url(../image/newsbg.jpg) no-repeat;
  background-size: cover;
}
.ind03 .ind_news_left .ind_news_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.ind03 .ind_news_left .ind_news_item .mfont {
  width: 100%;
  padding: 12px;
}
.ind03 .ind_news_left .ind_news_item .mfont h3 {
  font-size: 18px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 10px;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind03 .ind_news_left .ind_news_item .mfont p {
  min-height: 50px;
  font-size: 14px;
  color: #909399;
  line-height: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.ind03 .ind_news_left .ind_news_item .mfont .mbom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.ind03 .ind_news_left .ind_news_item .mfont .mbom div {
  display: flex;
  align-items: center;
}
.ind03 .ind_news_left .ind_news_item .mfont .mbom h5 {
  color: #284A94;
  font-size: 13px;
}
.ind03 .ind_news_left .ind_news_item .mfont .mbom span {
  margin: 0 10px;
  width: 1px;
  height: 12px;
  background: #D9D9D9;
}
.ind03 .ind_news_left .ind_news_item .mfont .mbom h6 {
  color: #909399;
  font-size: 13px;
}
.ind03 .ind_news_left .ind_news_item .mfont .mbom i {
  color: #909399;
  font-size: 20px;
  transition: 0.2s all ease-in;
}
.ind03 .ind_news_left .ind_news_item:hover .mimg img {
  transform: scale(1.03);
}
.ind03 .ind_news_left .ind_news_item:hover .mfont h3 {
  color: #183AB1;
}
.ind03 .ind_news_left .ind_news_item:hover .mfont i {
  transform: translateX(-5px);
}
.ind03 .ind_news_right {
  width: 46%;
}
.ind03 .ind_news_right .ind_news_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #E6E4E7;
  transition: 0.2s all ease-in;
}
.ind03 .ind_news_right .ind_news_item .mleft {
  width: calc(100% - 30px);
}
.ind03 .ind_news_right .ind_news_item .mleft h3 {
  font-size: 18px;
  color: #606266;
  margin-bottom: 10px;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind03 .ind_news_right .ind_news_item .mleft .mfont {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.ind03 .ind_news_right .ind_news_item .mleft .mfont h5 {
  color: #284A94;
  font-size: 14px;
}
.ind03 .ind_news_right .ind_news_item .mleft .mfont span {
  margin: 0 10px;
  width: 1px;
  height: 12px;
  background: #D9D9D9;
}
.ind03 .ind_news_right .ind_news_item .mleft .mfont h6 {
  color: #909399;
  font-size: 14px;
}
.ind03 .ind_news_right .ind_news_item i {
  transition: 0.2s all ease-in;
  font-size: 20px;
  color: #909399;
  display: block;
}
.ind03 .ind_news_right .ind_news_item:hover {
  transform: translateY(-3px);
}
.ind03 .ind_news_right .ind_news_item:hover .mleft h3 {
  color: #183AB1;
}
.ind03 .ind_news_right .ind_news_item:hover i {
  transform: translateX(-5px);
  color: #183AB1;
}
.pageabout_04 {
  background: url(../image/bg003.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 50px;
  height: 650px;
}
.pageabout_04 .xhtitle h2 {
  color: #FFFFFF;
}
.pageabout_04 .xhtitle h3 {
  color: #FFFFFF;
}
.pageabout_04 ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.pageabout_04 ul li {
  width: 50%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 0px;
}
.pageabout_04 ul li .mfont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pageabout_04 ul li img {
  margin-bottom: 10px;
}
.pageabout_04 ul li h4 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.pageabout_04 ul li p {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 170%;
}
@media screen and (max-width: 1025px) {
  .pageabout_04 ul li {
    padding: 0 10px;
  }
  .pageabout_04 .about_title_c_w {
    margin-bottom: 0.6rem;
    font-size: 0.38rem;
  }
}
@media screen and (max-width: 768px) {
  .pageabout_04 {
    padding: 0.5rem 0.2rem 0.5rem 0.2rem;
    height: 6rem;
  }
  .pageabout_04 ul li {
    justify-content: flex-start;
    padding-top: 1.7rem;
  }
  .pageabout_04 ul li .mfont h4 {
    font-size: 0.4rem;
    margin-bottom: 0.35rem;
  }
  .pageabout_04 ul li .mfont p {
    font-size: 0.24rem;
  }
  .pageabout_04 ul li img {
    width: 1rem;
  }
}
@media screen and (max-width: 1880px) {
  .xhfloat_btn {
    left: 20px;
  }
  .about_float {
    left: 10px;
  }
}
@media screen and (max-width: 1700px) {
  .about_float {
    display: none;
  }
  .about_article {
    top: 0;
  }
  .about06 {
    top: 0;
    padding: 80px 50px 50px 50px;
  }
}
@media screen and (max-width: 1600px) {
  .pcheader {
    padding: 20px 30px 15px 30px;
  }
  .ind02 .mright {
    padding: 93px 70px 0 0;
  }
  .ind02 .mright .mmain {
    padding-left: 90px;
  }
  .ind02 .mleft .mimg {
    width: 107%;
  }
  .pcheader--scroll {
    padding: 10px 30px;
  }
  .pcheader.pcheader--scroll .pcheader_main .pcheader_main_bom ul {
    width: 100%;
    max-width: 900px;
  }
  .pcheader.pcheader--scroll .pcheader_main {
    width: 100%;
  }
  .pcheader.pcheader--scroll .pcheader_main .pcheader_main_bom {
    width: 100%;
    justify-content: flex-end;
  }
  .xhfloat_btn {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .ind03 .ind_news_right .ind_news_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page_book li a img {
    width: 220px;
  }
  .page_book {
    padding: 50px;
  }
  .page_book li a {
    height: 300px;
    padding: 35px 40px 60px 330px;
  }
  .page_book li a .mfont h3 {
    font-size: 22px;
  }
  .indabout .mleft .minfo {
    font-size: 15px;
  }
  .indabout .mleft .minfo p {
    margin-bottom: 3px;
  }
  .indabout .look_more {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .ind_banner {
    min-height: 0px;
  }
  .pcheader .pcheader_main .pcheader_main_bom .headernav {
    font-size: 16px;
  }
  .pcheader .pcheader_main .pcheader_main_bom ul {
    width: 900px;
  }
  .pcheader .header_logo img {
    width: 220px;
  }
  .pcheader .pcheader_main .pcheader_main_top p {
    font-size: 14px;
  }
  .ind02 .mright .minfo p {
    font-size: 15px;
    margin-bottom: 0;
  }
  .ind02 {
    height: auto;
  }
  .ind02 .mright {
    padding: 60px 70px 50px 0;
  }
  .ind02 .mright .ind_keyword_num {
    margin-bottom: 60px;
  }
  .ind02 .mleft {
    padding: 60px 0 0 50px;
  }
  .case_item .mfont h3 {
    font-size: 16px;
  }
  .pcfooter .pcfoot_right {
    max-width: 900px;
  }
  .pcfooter .pcfooter_left .foot_logo img {
    width: 220px;
  }
  .pcfooter .pcfooter_left .mitem h3 {
    font-size: 30px;
  }
  .ind03 .ind_news_right .ind_news_item .mleft h3 {
    font-size: 16px;
  }
  .ind01 .mtop .mfont h3 {
    font-size: 20px;
  }
  .ind01 .mtop .mfont p {
    font-size: 16px;
  }
  .ind02 .mleft h2 {
    font-size: 30px;
  }
  .xhtitle h2 {
    font-size: 30px;
  }
  .pcheader .pcheader_main .pcheader_main_top {
    padding-right: 0;
  }
  .pcheader .pcheader_main .pcheader_main_bom .head_moblie {
    margin-left: 0;
  }
  .pcheader.pcheader--scroll .pcheader_main .pcheader_main_bom .head_moblie {
    margin-left: 20px;
  }
  .ind01 .mtop .mimg {
    height: 260px;
  }
  .ind01 .mtop .mfont {
    top: 169px;
    left: 28px;
  }
  .banner_tabs li a h3 {
    font-size: 16px;
    white-space: normal;
  }
  .banner_tabs li a {
    padding: 15px;
  }
  .banner_tabs li a i {
    margin-right: 8px;
  }
  .banner_tabs li {
    min-width: 150px;
  }
  .xhtitle_w h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1368px) {
  .ind01 .mbom li a {
    font-size: 16px;
  }
  .ind02 .mleft {
    width: 44%;
  }
  .ind02 .mright {
    width: 56%;
  }
  .ind02 .mleft .mbg {
    width: 100%;
  }
  .pcheader--scroll .pcheader_main .pcheader_main_bom .head_moblie {
    flex-shrink: 0;
    width: 144px;
  }
  .pcheader .pcheader_main .pcheader_main_bom .head_moblie p {
    font-size: 20px;
  }
  .type_sel ul li {
    margin-right: 0;
  }
  .type_sel ul a {
    white-space: nowrap;
    font-size: 15px;
  }
  .case_list li {
    padding: 3px;
  }
  .banner_tabs li a i {
    font-size: 25px;
  }
  .serve01 li a .mfont p {
    font-size: 16px;
  }
  .serve01 li a {
    padding: 30px 20px;
  }
  .serve01 li {
    padding: 7.5px;
  }
  .serve04 .mitem .mtext p {
    font-size: 16px;
  }
  .serve04 .mitem {
    padding: 45px 35px 20px 35px;
  }
  .bookshow_top .section_main14 {
    padding: 35px;
  }
  .bookshow_top img {
    margin-right: 40px;
  }
  .bookshow_top .mfont .mtop h3 {
    font-size: 22px;
  }
  .about06 li {
    width: 33.33%;
  }
  .page_newsbody .mtop h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .page_banner {
    height: 400px;
  }
  .page_banner_main .banner_mfont h2 {
    font-size: 35px;
    position: relative;
    top: -0.2rem;
  }
  .serve05 .mitem .mbox {
    width: 150px;
  }
  .serve05 .mitem .mbox p {
    font-size: 14px;
  }
  .serve03 .serve03_main .mleft {
    padding: 0 30px 0 0px;
  }
  .serve01 li a .mfont p {
    font-size: 14px;
  }
  .pro04 .mright .pro04_img4 {
    width: 105%;
  }
  .pro04 .mright .pro04_img3 {
    width: 77%;
  }
  .pro04 .mright .pro04_img2 {
    width: 55%;
  }
  .pro04 .mright .pro04_img1 {
    width: 37%;
  }
  .pro04 .mleft h3 {
    font-size: 18px;
  }
  .pro04 .mleft p {
    font-size: 14px;
  }
  .pro04 .mleft li .mitem {
    padding: 18px 0;
  }
  .proshow_body .proshow_left {
    width: 250px;
    padding-bottom: 0.5rem;
  }
  .proshow_body .proshow_left li a {
    font-size: 14px;
  }
  .proshow_body .contact_fixed {
    width: 250px;
  }
  .contact_fixed .mfont {
    padding: 20px 20px 0 20px;
  }
  .contact_fixed .mfont h3 {
    font-size: 16px;
  }
  .page_contact .mleft li {
    font-size: 15px;
  }
  .page_contact .mleft h2 {
    font-size: 22px;
  }
  .page_contact .mleft .mcode img {
    width: 100px;
  }
  .contact_map .section_main15 h2 {
    font-size: 22px;
  }
  .page_contact .mleft .mcode .mitem {
    margin-right: 10px;
  }
  .about01 .mright {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 1200px) {
  .page_zhuanlan .zhuanlan_item .mimg {
    margin-right: 30px;
    width: 350px;
  }
  .page_zhuanlan .zhuanlan_item .mmain {
    width: calc(100% - 380px);
    padding-top: 0;
  }
  .pcheader .pcheader_main .pcheader_main_bom ul {
    width: 810px;
  }
  .pcheader .header_logo img {
    width: 200px;
  }
  .case_item .mfont2 h3 {
    font-size: 16px;
  }
  .pcheader.pcheader--scroll .pcheader_main .pcheader_main_bom .head_moblie {
    display: none;
  }
  .ind03 .ind_news_right .ind_news_item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .ind02 .mright .mmain {
    padding-left: 60px;
  }
  .ind01 .mtop .mfont p {
    font-size: 14px;
  }
  .ind01 .mbom li a {
    font-size: 14px;
  }
  .ind01 .mtop .mimg {
    height: 210px;
  }
  .ind01 .mtop .mfont {
    top: 115px;
  }
  .ind01 .mbom {
    padding: 20px 30px;
  }
  .page_banner {
    height: 300px;
  }
  .banner_tabs {
    padding: 0 20px;
  }
  .contact_fixed {
    display: none;
  }
  .serve01 ul {
    width: 100%;
    padding-right: 0;
    margin: 0 -10px;
  }
  .banner_tabs li a h3 {
    font-size: 15px;
  }
  .proshow_body .contact_fixed {
    display: block;
  }
  .page_book li a img {
    width: 180px;
    left: 45px;
  }
  .page_book li a {
    height: 250px;
    padding: 35px 40px 60px 250px;
  }
  .page_book li {
    margin-bottom: 60px;
  }
  .pagejoin_top .mitem .mfont p {
    font-size: 14px;
  }
  .pagejoin_top .mitem .mfont h3 {
    font-size: 20px;
  }
  .about04 {
    height: 260px;
  }
  .about05 .about_title_c_w {
    margin-bottom: 60px;
  }
  .about05 .year_box .year_box_main {
    top: -74px;
    left: 20px;
    right: 20px;
  }
  .about05 .year_box {
    top: 260px;
  }
  .about05 .about_swi_btn {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .about06 .about06_dec {
    padding: 0 0.35rem;
    font-size: 0.26rem;
  }
  .page_search .mright {
    padding: 40px 0 40px 40px;
  }
  .pcheader {
    display: none;
  }
  .header_md {
    display: block;
  }
  .pcheader_kong {
    display: none;
  }
  .xhsider {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
  }
  .xhsider ul {
    display: flex;
    align-items: center;
  }
  .xhsider a {
    padding: 0.2rem 0 0.1rem 0;
  }
  .xhsider a i {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .xhsider a p {
    font-size: 0.26rem;
  }
  .xhsider li:first-child a {
    border-radius: 0;
  }
  .xhsider li:last-child a {
    border-radius: 0;
  }
  .xhsider li .sider_pop {
    transform: translate(0rem, 0rem);
  }
  .xhsider li:hover .sider_pop {
    transform: translate(0rem, -1.5rem);
  }
  .xhsider li:nth-child(3):hover .sider_pop {
    transform: translate(-0.4rem, -2.3rem);
  }
  .xhsider .sider_pop img {
    min-width: 1.5rem;
    max-width: 1.5rem;
  }
  .xhsider .sider_pop {
    right: 0;
  }
  .xhsider .sider_pop h3 {
    font-size: 0.3rem;
  }
  .xhsider .sider_pop p {
    font-size: 0.22rem;
  }
  .xhsider .sider_pop span {
    font-size: 0.22rem;
  }
  .ind_banner .banner_mouse {
    display: none;
  }
  .ind_banner .ind_swi_pag .mitem h5 {
    display: none;
  }
  .ind_banner .ind_swi_pag {
    bottom: 0;
  }
  .ind_banner .ind_swi_pag .mitem {
    width: 15px;
  }
  .ind_banner .ind_swi_pag .mitem .mline {
    width: 15px;
  }
  .ind_banner .ind_swi_pag .swiper-pagination {
    justify-content: center;
  }
  .ind_banner .ind_swi_pag {
    right: 0;
    left: 0;
    width: 100%;
  }
  .ind_banner .ind_swi .mimg .pcbannerimg {
    display: none!important;
  }
  .ind_banner .ind_swi .mimg .mdbannerimg {
    display: block;
  }
  .ind_banner .ind_swi .mimg .indvideo {
    display: none!important;
  }
  .section_box {
    padding: 0.5rem 0.3rem;
  }
  .xhtitle {
    margin-bottom: 0.35rem;
  }
  .xhtitle h2 {
    font-size: 0.38rem;
  }
  .ind01 .mbom .look_more {
    width: 140px;
    right: 10px;
    margin-top: 0;
  }
  .look_more p {
    font-size: 14px;
  }
  .ind01 .mtop .mfont p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
  }
  .ind01 .mtop .mfont {
    top: 120px;
    left: 15px;
  }
  .ind02 .mright {
    padding: 30px 20px 30px 0;
  }
  .ind02 .mright .ind_keyword_num .ind_about_keynum_item .mtop h3 {
    font-size: 30px;
  }
  .ind02 .mright .ind_keyword_num {
    margin-bottom: 30px;
  }
  .ind02 .mright .ind_keyword_num .ind_about_keynum_item .mtop span {
    padding-top: 8px;
  }
  .ind02 .mright .minfo p {
    font-size: 14px;
  }
  .ind02 .mright .look_more {
    width: 140px;
    margin-top: 20px;
  }
  .ind02 .mleft {
    padding: 60px 0 0 20px;
  }
  .ind02 .mright .mmain {
    padding-left: 44px;
  }
  .serve01 {
    padding: 0 0.3rem 0.5rem 0.3rem;
  }
  .page_banner_main .banner_mfont h2 {
    font-size: 0.45rem;
  }
  .page_banner_main .banner_mfont p {
    font-size: 0.28rem;
  }
  .serve03 .serve03_main .mleft li .mitem {
    padding: 20px 0;
  }
  .serve03 .serve03_main .mleft p {
    font-size: 0.28rem;
  }
  .serve05 .mitem .mbox {
    width: 135px;
  }
  .serve05 .mitem .mbox {
    height: 80px;
  }
  .serve05 .section_main14::after {
    width: 57px;
    height: 216px;
    top: 77px;
    right: -57px;
  }
  .serve05 .mitem img {
    display: none;
  }
  .pro02 li p {
    font-size: 14px;
  }
  .pro02 li img {
    width: 100px;
  }
  .pro02 li h4 {
    font-size: 18px;
  }
  .pro04 .mright {
    width: 50%;
  }
  .news_body {
    padding: 0 20px 60px 20px;
  }
  .look_more--center {
    margin: 30px auto 0 auto;
  }
  .xhtitle_w h2 {
    font-size: 0.38rem;
  }
  .xhRich {
    padding: 0.3rem;
  }
  .xhRich_text p {
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
  }
  .proshow_body .proshow_right h2 {
    font-size: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .proshow_body .proshow_right h2::after {
    height: 0.4rem;
  }
  .proshow_body {
    padding: 0 0.2rem;
  }
  .proshow_body .proshow_left {
    margin-right: 0.3rem;
  }
  .xhcrumbs .mleft a {
    font-size: 0.22rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .page_casebody {
    padding: 0 0.3rem 0.5rem 0.3rem;
  }
  .page_casebody .mtop {
    padding: 0.3rem 0rem 0 0rem;
  }
  .page_casebody .mtop h1 {
    font-size: 0.34rem;
    margin-bottom: 0.3rem;
  }
  .page_casebody h2 {
    font-size: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .page_casebody h2::after {
    height: 0.3rem;
    top: 0.05rem;
  }
  .page_casebody .section_main14 {
    padding-bottom: 0.5rem;
  }
  .custom_list .custom_list_ul .mitem .mimg_logo img {
    width: 80px;
  }
  .custom_list .custom_list_ul .mitem {
    height: 115px;
  }
  .custom_list .custom_list_ul .mitem .mfont {
    padding-top: 0;
  }
  .custom_list .custom_list_ul .mitem .mfont {
    width: calc(100% - 90px);
  }
  .custom_list .custom_list_ul .mitem .mfont h3 {
    font-size: 0.24rem;
  }
  .custom_list .custom_list_ul .mitem .mfont p {
    font-size: 0.24rem;
  }
  .pagecase_pj {
    padding: 0 0.3rem 0.5rem 0.3rem;
  }
  .page_zhuanlan {
    padding: 0 0.2rem 0.5rem 0.2rem;
  }
  .page_zhuanlan .zhuanlan_item {
    padding: 0.3rem 0;
  }
  .page_zhuanlan .zhuanlan_item .mmain h3 {
    font-size: 0.34rem;
  }
  .page_zhuanlan .zhuanlan_item .mmain p {
    font-size: 0.28rem;
  }
  .bookshow_top img {
    width: 180px;
  }
  .bookshow_top .mfont {
    width: calc(100% - 220px);
  }
  .page_qikan {
    padding: 0 0.2rem 0.5rem 0.2rem;
  }
  .page_qikan li {
    padding: 20px;
  }
  .page_glgushi {
    padding: 0 0.2rem 0.5rem 0.2rem;
  }
  .video_list li {
    padding: 7.5px;
  }
  .video_list a h3 {
    font-size: 0.28rem;
  }
  .pagejoin_top .mitem .mfont p {
    font-size: 0.26rem;
    line-height: 150%;
  }
  .pagejoin_top {
    padding: 0.3rem 0.1rem;
  }
  .pagejoin_top h2 {
    font-size: 0.4rem;
  }
  .pagejoin_top .minfo {
    font-size: 0.26rem;
  }
  .pagejoin_top .mitem .mfont {
    top: auto;
    bottom: 0.1rem;
    padding: 0 0.2rem 0.2rem 0.2rem;
  }
  .pagejoin_bom .mtitle h2 {
    font-size: 0.4rem;
  }
  .pagejoin_bom li .mtop h3 {
    font-size: 0.32rem;
  }
  .page_contact {
    padding: 0 0.3rem 0.5rem 0.3rem;
  }
  .contact_map .section_main15 {
    padding: 0.3rem;
  }
  .about_title {
    font-size: 0.38rem;
  }
  .about01 {
    padding: 0 0.2rem 0.5rem 0.2rem;
  }
  .about01 .mleft {
    font-size: 0.25rem;
  }
  .indabout {
    padding: 0 0.2rem 0.5rem 0.2rem;
  }
  .indabout .mleft {
    font-size: 0.25rem;
  }
  .about02 {
    padding: 0.5rem 0.3rem 0 0.3rem;
    height: auto;
  }
  .about02 .mleft h2 {
    font-size: 0.38rem;
  }
  .about02 .mleft .minfo {
    font-size: 0.26rem;
  }
  .about02 .mleft .mfont {
    font-size: 0.24rem;
    padding-bottom: 0.5rem;
  }
  .about02 .mright {
    width: 6rem;
  }
  .about02 .mright img {
    width: 100%;
  }
  .about03 {
    padding: 0.5rem 0.1rem;
  }
  .about_title_c {
    font-size: 0.38rem;
  }
  .about03 .mitem {
    padding: 0.4rem 0.2rem;
  }
  .about03 .mfont {
    font-size: 0.26rem;
  }
  .about04 h3 {
    font-size: 0.3rem;
  }
  .about04 .font img {
    width: 1rem;
  }
  .about04-2 .mitem .mfont {
    padding: 0.2rem 0 0 0.7rem;
  }
  .about04-2 .mitem .mimg {
    height: 4rem;
  }
  .about04-2 .mitem .mfont h3 {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .about04-2 .mitem .mfont p {
    font-size: 0.26rem;
    line-height: 200%;
  }
  .about04-2 .mitem:nth-child(2n) .mfont {
    padding: 0.5rem 0.3rem 0 0.5rem;
  }
  .about05 {
    height: auto;
    min-height: 0px;
    padding: 0.5rem 0.2rem;
  }
  .about05 .about_title_c_w {
    margin-bottom: 0.6rem;
    font-size: 0.38rem;
  }
  .about05 .mtop h3 {
    font-size: 0.38rem;
  }
  .about05 .year_box h3 {
    font-size: 0.38rem;
  }
  .about05 .year_box {
    top: 2.9rem;
  }
  .about05 .mtop {
    margin-bottom: 1.5rem;
  }
  .about05 .minfo {
    padding: 0.3rem 0.4rem;
  }
  .about05 .minfo p {
    font-size: 0.26rem;
  }
  .about06 {
    padding: 0.5rem 0.2rem;
  }
  .about06 a p {
    font-size: 0.24rem;
  }
  .page_search .mright {
    padding: 40px 0 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  #nav_body_html_dsjcover img {
    width: 100%;
  }
  #nav_body_html_dsjcover .dsjpc {
    display: none;
  }
  #nav_body_html_dsjcover .dsjmb {
    display: block;
  }
  .ind01 .mitem {
    width: 100%;
  }
  .ind01 .section_main {
    flex-wrap: wrap;
  }
  .page_search {
    padding: 0.3rem 0.3rem 0.6rem 0.3rem;
  }
  .page_search .mleft {
    top: 0;
    position: relative;
    width: 100%;
    padding: 0;
  }
  .page_search .section_main {
    flex-direction: column;
  }
  .page_search .mleft .mitem h3 {
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
  }
  .page_search .mleft .mitem ul {
    display: flex;
    align-items: center;
  }
  .page_search .mleft .mitem li {
    margin-right: 0.15rem;
  }
  .page_search .mleft .mitem a {
    font-size: 0.28rem;
  }
  .page_search .mleft .mitem {
    margin-bottom: 0.35rem;
  }
  .page_search .mright {
    width: 100%;
    padding: 0.6rem 0rem 0 0;
  }
  .page_search .mright h1 {
    font-size: 0.5rem;
    margin-bottom: 0.15rem;
  }
  .page_search .mright .search_top_box input {
    padding: 0.15rem 0.3rem;
    font-size: 0.28rem;
  }
  .page_search .mright .search_top_box {
    width: 100%;
    height: 50px;
    margin-bottom: 0.3rem;
  }
  .page_search .mright .search_top_box a {
    height: 50px;
    width: 50px;
  }
  .page_search .mright .mtop {
    margin-bottom: 0.4rem;
  }
  .page_search .mright ul a {
    margin-bottom: 0.35rem;
    padding-bottom: 0.3rem;
  }
  .page_search .mright ul a h3 {
    font-size: 0.26rem;
  }
  .page_search .mright ul a .micon span {
    display: none;
  }
  .xhsider li:hover .sider_pop {
    transform: translate(0.6rem, -2rem);
  }
  .xhsider li:nth-child(3):hover .sider_pop {
    transform: translate(0.1rem, -2.6rem);
  }
  .ind01 .mitem {
    padding: 0;
    margin-bottom: 0.15rem;
  }
  .ind01 .mtop .mimg {
    height: 2.3rem;
    margin-bottom: 0;
  }
  .ind01 .mtop .mfont {
    top: 1.6rem;
  }
  .ind01 .mtop .mfont h3 {
    font-size: 0.3rem;
    margin-bottom: 0;
  }
  .ind01 .mtop .mfont p {
    display: none;
  }
  .ind01 .mbom {
    padding: 0.15rem 0.5rem;
  }
  .ind01 .mbom li a {
    font-size: 0.24rem;
  }
  .ind01 .mbom li {
    padding: 0.1rem;
  }
  .indabout .mleft .minfo {
    font-size: 0.26rem;
  }
  .ind01 .mbom .look_more {
    top: auto;
    bottom: 0.15rem;
  }
  .type_sel .look_all a {
    display: none;
  }
  .look_more p {
    font-size: 0.24rem;
    margin-right: 0.15rem;
  }
  .ind01 .mbom .look_more {
    width: auto;
  }
  .look_more {
    padding: 0.12rem 0.2rem;
  }
  .look_more .look_more_box {
    width: 0.4rem;
    height: 0.4rem;
  }
  .ind02 {
    flex-direction: column;
  }
  .ind02 .mleft {
    width: 100%;
    padding: 0.5rem 0.3rem 0 0.3rem;
  }
  .ind02 .mleft .mimg {
    width: 100%;
  }
  .ind02 .mleft .mbg {
    width: 87%;
  }
  .ind02 .mleft h2 {
    font-size: 0.38rem;
    width: 100%;
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .ind02 .mright {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0.5rem 0.3rem;
  }
  .ind02 .mright .mmain {
    padding-left: 0;
  }
  .ind02 .mright .ind_keyword_num .ind_about_keynum_item .mtop h3 {
    font-size: 0.4rem;
  }
  .ind02 .mright .ind_keyword_num .ind_about_keynum_item .mtop {
    margin-bottom: 0.1rem;
  }
  .ind02 .mright .ind_keyword_num .ind_about_keynum_item .mtop span {
    padding-top: 0;
  }
  .ind02 .mright .ind_keyword_num .ind_about_keynum_item p {
    font-size: 0.22rem;
  }
  .ind02 .mright .ind_keyword_num hr {
    height: 0.6rem;
  }
  .ind02 .mright .minfo p {
    font-size: 0.24rem;
  }
  .ind02 .mright .look_more {
    width: 2rem;
    margin-left: auto;
    margin-right: 0;
  }
  .ind_case .type_sel {
    display: none;
  }
  .type_sel ul li {
    padding: 0.05rem 0.1rem;
  }
  .type_sel ul a {
    font-size: 0.26rem;
  }
  .type_sel .look_all a {
    font-size: 0.22rem;
    white-space: nowrap;
  }
  .type_sel .look_all a p {
    margin-right: 0;
  }
  .case_list li {
    width: 50%;
  }
  .case_item .mfont h3 {
    font-size: 0.24rem;
    font-weight: normal;
  }
  .case_item .mfont {
    padding: 0.13rem 0.1rem;
    line-height: auto;
  }
  .case_item .mfont2 h3 {
    font-size: 0.26rem;
  }
  .case_item:hover .mimg img {
    transform: scale(1);
  }
  .case_item:hover .mfont {
    opacity: 1;
  }
  .case_item:hover .mfont2 {
    opacity: 0;
  }
  .ind03 {
    padding: 0 0.3rem 0.5rem 0.3rem;
  }
  .ind03 .ind_news_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
    border-bottom: 1px dashed #E6E4E7;
  }
  .ind03 .ind_news_main {
    flex-wrap: wrap;
  }
  .ind03 .ind_news_right {
    width: 100%;
  }
  .ind03 .ind_news_left .ind_news_item .mfont {
    padding: 0.15rem 0;
  }
  .ind03 .ind_news_left .ind_news_item .mfont h3 {
    font-size: 0.26rem;
    margin-bottom: 0;
  }
  .ind03 .ind_news_left .ind_news_item .mfont p {
    font-size: 0.24rem;
    min-height: 0px;
  }
  .ind03 .ind_news_right .ind_news_item .mleft h3 {
    font-size: 0.26rem;
  }
  .ind03 .ind_news_right .ind_news_item .mleft .mfont h5 {
    font-size: 0.22rem;
    margin-top: 0.1rem;
  }
  .ind03 .ind_news_right .ind_news_item .mleft .mfont h6 {
    font-size: 0.22rem;
  }
  .foot_banner {
    height: 2rem;
    padding: 0 0.3rem;
    background-size: 100% 100%;
  }
  .foot_banner .mleft {
    font-size: 0.28rem;
    margin-bottom: 0.35rem;
  }
  .foot_banner .mright a {
    padding: 0.1rem 0.2rem;
  }
  .foot_banner .foot_banner_main {
    flex-direction: column;
    justify-content: center;
  }
  .foot_banner .mright p {
    font-size: 0.24rem;
    margin-right: 0.1rem;
    white-space: nowrap;
  }
  .foot_banner .mright i {
    font-size: 0.22rem;
  }
  .foot_banner .mright {
    margin-left: 0;
  }
  .pcfooter .pc_footer_main {
    padding: 0 0.3rem;
  }
  .pcfooter .pc_footer_top {
    padding: 0.5rem 0;
    flex-direction: column;
  }
  .pcfooter .pcfooter_left .foot_logo {
    display: none;
  }
  .pcfooter .pc_footer_top .pcfooter_left {
    width: 100%;
  }
  .pcfooter .pcfooter_left .mitem p {
    font-size: 0.26rem;
  }
  .pcfooter .pcfooter_left .mitem h3 {
    font-size: 0.4rem;
  }
  .pcfooter .pcfoot_right {
    padding-left: 0;
    max-width: 100%;
    display: block;
  }
  .pcfooter .pcfoot_right .mitem h4 {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .pcfooter .pcfoot_right .mitem li a {
    white-space: nowrap;
    font-size: 0.26rem;
    margin-right: 0.12rem;
  }
  .pcfooter .pcfoot_right .footnav a {
    font-size: 0.3rem;
    margin-bottom: 0.12rem;
  }
  .pcfooter .pcfoot_right ul {
    display: flex;
  }
  .footnav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
  .pcfooter .pcfoot_right .footnav a {
    margin-right: 0.2rem;
  }
  .pcfooter .pc_footer_bom .footer_link {
    display: none;
  }
  .pcfooter .pc_footer_bom {
    padding: 0.2rem 0.3rem 1.3rem 0.3rem;
    height: auto;
  }
  .pcfooter .pc_footer_bom .footer_icp {
    flex-direction: column;
    width: 100%;
  }
  .pcfooter .pc_footer_bom .footer_icp p {
    font-size: 0.22rem;
  }
  .pcfooter .pc_footer_bom .footer_icp a {
    margin: 0;
    font-size: 0.22rem;
  }
  .page_banner {
    height: 2.5rem;
    padding: 0 0.4rem;
  }
  .page_banner_main .banner_mfont h2 {
    font-size: 0.4rem;
    margin-bottom: 0rem;
  }
  .page_banner_main .banner_mfont p {
    display: none;
  }
  .page_banner_main .banner_mimg .pcbannerimg {
    display: none;
  }
  .page_banner_main .banner_mimg .mdbannerimg {
    display: block;
  }
  .banner_tabs {
    padding: 0 0.2rem;
    top: -0.5rem;
  }
  .banner_tabs ul {
    height: 0.8rem;
    overflow-y: auto;
  }
  .banner_tabs li a i {
    display: none;
  }
  .banner_tabs li a {
    padding: 0.12rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner_tabs li a h3 {
    font-size: 0.19rem;
    white-space: nowrap;
    font-weight: normal;
  }
  .banner_tabs li {
    min-width: 1.6rem;
  }
  .banner_tabs li a::after {
    width: 0.5rem;
    height: 0.5rem;
    display: none;
  }
  .banner_tabs li a::before {
    width: 0.5rem;
    height: 0.5rem;
    display: none;
  }
  .serve01 {
    padding: 0 0.1rem 0.5rem 0.1rem;
  }
  .serve01 ul {
    margin: 0;
  }
  .serve01 li {
    width: 50%;
  }
  .serve01 li a {
    flex-direction: column;
    padding: 0.2rem;
  }
  .serve01 li a .micon {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0 0.15rem 0;
  }
  .serve01 li a .mfont p {
    font-size: 0.24rem;
    text-align: center;
  }
  .serve01 li {
    padding: 0.1rem;
  }
  .serve01 li a {
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .serve01 li a .mfont p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
  }
  .xhtitle h3 {
    display: none;
  }
  .serve02 .type_sel {
    display: none;
  }
  .xhtitle_w h2 {
    font-size: 0.38rem;
  }
  .xhtitle_w {
    margin-bottom: 0.35rem;
  }
  .serve03 .serve03_main {
    flex-direction: column-reverse;
  }
  .serve03 .serve03_main .mright {
    width: 100%;
  }
  .serve03 .serve03_main .mleft {
    width: 100%;
  }
  .serve03 .serve03_main .mleft li .mitem {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .serve03 .serve03_main .mleft i {
    font-size: 0.28rem;
    margin-right: 0.15rem;
  }
  .serve03 .serve03_main .mleft p {
    font-size: 0.26rem;
  }
  .serve04 li {
    width: 100%;
    padding: 0;
    margin-bottom: 0.25rem;
  }
  .serve04 ul {
    margin: 0;
  }
  .serve04 .mitem {
    height: auto;
    padding: 0.35rem;
  }
  .serve04 .mitem .mtop .mleft h4 {
    font-size: 0.6rem;
    margin-right: 0.2rem;
  }
  .serve04 .mitem .mtop .mfont h3 {
    font-size: 0.3rem;
  }
  .serve04 .mitem .mtop .mfont span {
    font-size: 0.22rem;
  }
  .serve04 .mitem .mtop img {
    width: 0.6rem;
  }
  .serve04 .mitem .mtop {
    margin-bottom: 0.35rem;
  }
  .serve04 .mitem .mtext p {
    font-size: 0.26rem;
  }
  .serve05 {
    padding: 0.5rem 0.1rem;
  }
  .serve05 .section_main14::after {
    display: none;
  }
  .serve05 .mtop {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .serve05 .mitem .mbox p {
    font-size: 0.17rem;
  }
  .serve05 .mitem h3 {
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
  }
  .serve05 .mitem .mbox {
    height: 0.7rem;
  }
  .serve05 .mitem .mbox {
    width: 100%;
  }
  .serve05 .mitem {
    width: 32%;
    margin-bottom: 0.2rem;
  }
  .serve05 .mline {
    display: none;
  }
  .serve05 .mbom {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
  .news_body {
    padding: 0 0.1rem 0.5rem 0.1rem;
  }
  .news_list li {
    width: 50%;
    padding: 0.1rem;
    margin-bottom: 0.03rem;
  }
  .news_list {
    margin: 0;
  }
  .news_list a .mfont {
    padding: 0.15rem 0;
  }
  .news_list a .mfont h3 {
    font-size: 0.22rem;
    height: 0.74rem;
    margin-bottom: 0.1rem;
  }
  .news_list a .mfont .mbom p {
    font-size: 0.18rem;
  }
  .news_list a .mfont .mbom span {
    font-size: 0.18rem;
  }
  .look_more--center {
    margin: 0.2rem auto 0 auto;
  }
  .look_more {
    max-width: 3rem;
  }
  .pro02 li img {
    width: 1.1rem;
  }
  .pro02 li {
    height: 3rem;
    width: 50%;
    padding: 0.2rem 0.1rem;
  }
  .pro02 li h4 {
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
  }
  .pro02 li p {
    font-size: 0.22rem;
    text-align: center;
  }
  .xhtitle_w h3 {
    display: none;
  }
  .pro04 .section_main14 {
    flex-direction: column;
  }
  .pro04 .mleft {
    width: 100%;
    padding: 0;
  }
  .pro04 .mleft h3 {
    font-size: 0.28rem;
  }
  .pro04 .mleft p {
    font-size: 0.24rem;
  }
  .pro04 .mleft li .mitem {
    padding: 0.18rem 0;
  }
  .pro04 .mleft .mtop {
    margin-bottom: 0.15rem;
  }
  .pro04 .mright {
    display: none;
  }
  .pro04 .mleft i {
    margin-right: 0.15rem;
  }
  .pro05 .xhtitle {
    margin-bottom: 0.35rem;
  }
  .pro05 .mitem .mtop h3 {
    font-size: 0.2rem;
    font-weight: normal;
  }
  .pro05 .section_main14::after {
    display: none;
  }
  .pro05 .mitem .mtop {
    height: 0.8rem;
  }
  .pro05 .mline {
    display: none;
  }
  .pro05 .pro05_top {
    margin-bottom: 0px;
  }
  .pro05 .pro05_top,
  .pro05 .pro05_bom {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .pro05 .mitem {
    width: 49%;
    margin-bottom: 0.1rem;
  }
  .pro05 .mitem img {
    display: none;
  }
  .pro05 .mitem .mbom {
    padding: 0.4rem 0 0 0;
    height: auto;
  }
  .pro05 .mitem .mbom p {
    font-size: 0.18rem;
  }
  .proshow_body .contact_fixed {
    display: none;
  }
  .proshow_body .section_main14 {
    flex-direction: column-reverse;
  }
  .proshow_body h1 {
    font-size: 0.35rem;
    font-weight: bold;
    color: #303133;
    margin-bottom: 0.4rem;
    text-align: center;
    width: 100%;
    display: block;
  }
  .xhcrumbs {
    padding: 0.1rem 0.2rem;
  }
  .proshow_body .proshow_left {
    width: 100%;
    top: 0;
    position: relative;
    margin-top: 0.3rem;
  }
  .pagecase_case {
    padding: 0 0.1rem 0.5rem 0.1rem;
    width: 100%;
  }
  .type_sel ul {
    flex-wrap: wrap;
  }
  .type_sel {
    margin-bottom: 0.3rem;
  }
  .newOther {
    margin: 0 0.2rem;
    height: auto;
    padding: 0.2rem;
    border-radius: 1rem;
    justify-content: space-between;
    line-height: 0.4rem;
  }
  .newOtherBack {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.26rem;
  }
  .newOtherNext i {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0;
    border-radius: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
  }
  .newOtherNext span {
    display: none;
  }
  .newOtherNext:last-of-type i {
    margin: 0;
  }
  .custom_list {
    padding: 0 0.15rem 0.5rem 0.15rem;
  }
  .custom_list .type_sel {
    margin-bottom: 0.35rem;
  }
  .custom_list .custom_list_ul li {
    width: 50%;
    padding: 0.05rem;
  }
  .custom_list .custom_list_ul .mitem {
    height: auto;
    padding: 0.12rem;
    flex-direction: column;
    align-items: center;
  }
  .custom_list .custom_list_ul .mitem .mimg_logo img {
    width: 1rem;
    margin-bottom: 0.25rem;
  }
  .custom_list .custom_list_ul .mitem .mimg_logo {
    margin-right: 0.12rem;
  }
  .custom_list .custom_list_ul .mitem .mfont {
    width: 100%;
  }
  .custom_list .custom_list_ul .mitem .mfont h3 {
    text-align: center;
  }
  .custom_list .custom_list_ul .mitem .mfont p {
    text-align: center;
    font-size: 0.22rem;
    line-height: 140%;
    height: 0.7rem;
    display: none;
  }
  .pagecase_pj .mitem {
    padding: 0.2rem;
  }
  .pagecase_pj .mitem .mtop .mleft .mimg {
    width: 0.8rem;
    height: 0.8rem;
  }
  .pagecase_pj .mitem .mtop .mleft h3 {
    font-size: 0.26rem;
  }
  .pagecase_pj .mitem .mtop .mleft span {
    font-size: 0.24rem;
  }
  .pagecase_pj .mitem .mtop .mright img {
    width: 0.3rem;
  }
  .pagecase_pj .mitem .mtop {
    margin-bottom: 0.4rem;
  }
  .pagecase_pj .mitem .minfo {
    font-size: 0.25rem;
  }
  .pagecase_pj .mitem {
    margin-bottom: 0.3rem;
  }
  .page_zhuanlan .zhuanlan_item .mimg {
    width: 2.4rem;
    margin-right: 0.2rem;
  }
  .page_zhuanlan .zhuanlan_item .mmain {
    width: calc(100% - 2.6rem);
  }
  .page_zhuanlan .zhuanlan_item .mmain h3 {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .page_zhuanlan .zhuanlan_item .mmain p {
    font-size: 0.24rem;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
  }
  .page_zhuanlan .zhuanlan_item .mmain .mbom {
    margin-top: 0.15rem;
  }
  .page_zhuanlan .zhuanlan_item .mmain .mbom h5 {
    font-size: 0.22rem;
  }
  .page_zhuanlan .zhuanlan_item .mmain .mbom .mfont span {
    font-size: 0.22rem;
  }
  .page_zhuanlan .zhuanlan_item .mmain .mbom .mfont i {
    font-size: 0.22rem;
  }
  .page_book li a img {
    width: 1.8rem;
    left: 0.2rem;
    bottom: 0.1rem;
  }
  .page_book li a {
    padding: 0.2rem 0.2rem 0.2rem 2rem;
    height: auto;
  }
  .page_book li a .mfont h3 {
    font-size: 0.26rem;
    margin-bottom: 0.25rem;
  }
  .page_book li a .mfont p {
    font-size: 0.24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
  }
  .page_book li a .mfont .mleft h5 {
    font-size: 0.22rem;
  }
  .page_book li a .mfont .mleft h5:nth-child(2) {
    display: none;
  }
  .page_book li a .mfont .mright span {
    font-size: 0.22rem;
  }
  .page_book li a .mfont .mbom {
    margin-top: 0.2rem;
  }
  .page_book li {
    margin-bottom: 0.8rem;
  }
  .bookshow_top {
    padding: 0 0.2rem;
  }
  .bookshow_top .section_main14 {
    padding: 0.2rem;
    align-items: flex-start;
  }
  .bookshow_top img {
    width: 1.8rem;
    margin-right: 0.2rem;
  }
  .bookshow_top .mfont {
    width: calc(100% - 2rem);
    padding: 0 0 0 0;
  }
  .bookshow_top .mfont .mtop h3 {
    font-size: 0.26rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    white-space: normal;
    margin-bottom: 0.25rem;
  }
  .bookshow_top .mfont .mtop p {
    font-size: 0.24rem;
    padding-left: 0;
  }
  .bookshow_top .mfont .mleft h5 {
    font-size: 0.22rem;
  }
  .bookshow_top .mfont .mleft h5:nth-child(2) {
    display: none;
  }
  .bookshow_top .mfont .mleft {
    margin-right: 0;
  }
  .bookshow_top .mfont .mbom {
    justify-content: space-between;
    margin-top: 0.6rem;
  }
  .look_more--bule {
    max-width: 2rem;
    padding: 0.12rem 0.2rem;
  }
  .look_more--bule p {
    font-size: 0.24rem;
    margin-right: 0.12rem;
  }
  .look_more--bule .look_more_box {
    margin: 0;
  }
  .look_more--bule .look_more_box {
    width: 0.4rem;
    height: 0.4rem;
  }
  .look_more--bule .look_more_box > i {
    font-size: 0.22rem;
  }
  .bookshow_bom {
    padding: 0rem;
  }
  .bookshow_bom h2 {
    margin: 0.5rem 0 0.3rem 0;
  }
  .bookshow_bom h2 i {
    font-size: 0.3rem;
    padding: 0.15rem 0;
    width: 2rem;
  }
  .page_qikan li {
    width: 50%;
    padding: 0.2rem;
  }
  .page_qikan a .mfont h3 {
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
  }
  .page_qikan a .mfont p {
    font-size: 0.22rem;
    padding: 0.12rem 0.2rem;
  }
  .page_glgushi {
    padding: 0 0.1rem 0.5rem 0.1rem;
  }
  .video_list li {
    width: 50%;
    margin-bottom: 0.1rem;
  }
  .video_list a h3 {
    font-size: 0.2rem;
    margin-top: 0.15rem;
  }
  .video_list {
    padding: 0 0rem 0.5rem 0rem;
  }
  .video_list ul {
    margin: 0;
  }
  .video_list li {
    padding: 0.1rem;
  }
  .pagejoin_top {
    padding: 0 0.1rem 0.3rem 0.1rem;
  }
  .pagejoin_top h2 {
    font-size: 0.38rem;
    margin-bottom: 0.3rem;
  }
  .pagejoin_top .minfo {
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
  }
  .pagejoin_bom .mtitle p {
    font-size: 0.26rem;
  }
  .pagejoin_top .mitem {
    height: 1.5rem;
  }
  .pagejoin_top .mitem .mfont p {
    display: none;
  }
  .pagejoin_top .mitem .mfont h3 {
    font-size: 0.26rem;
    margin-bottom: 0;
  }
  .pagejoin_top .mitem .mfont {
    padding: 0 0.2rem 0.1rem 0.2rem;
  }
  .pagejoin_bom .mtitle {
    margin-bottom: 0.5rem;
  }
  .pagejoin_bom li {
    padding-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .pagejoin_bom li .mtop h3 {
    font-size: 0.24rem;
    width: auto;
    flex: 1;
  }
  .pagejoin_bom li .mtop span {
    font-size: 0.22rem;
    display: none;
  }
  .pagejoin_bom li .mtop p {
    font-size: 0.18rem;
    width: 30%;
  }
  .pagejoin_bom li .mtop .xhi {
    width: 0.4rem;
  }
  .pagejoin_bom li .mmain h3 {
    font-size: 0.28rem;
  }
  .pagejoin_bom li .mmain p {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }
  .page_contact .mright {
    display: none;
  }
  .page_contact .mleft {
    width: 100%;
  }
  .page_contact .mleft h2 {
    font-size: 0.38rem;
    margin-bottom: 0.3rem;
  }
  .page_contact .mleft li {
    font-size: 0.26rem;
    padding: 0.12rem 0;
  }
  .page_contact .mleft ul {
    margin-bottom: 0.35rem;
  }
  .page_contact .mleft .mcode img {
    width: 1.4rem;
  }
  .page_contact .mleft .mcode p {
    font-size: 0.24rem;
  }
  .contact_map {
    padding: 0;
  }
  .contact_map .section_main15 h2 {
    font-size: 0.38rem;
  }
  .about_title {
    text-align: center;
    margin-bottom: 0.35rem;
  }
  .about01 .mmain {
    flex-direction: column-reverse;
  }
  .about01 .mright {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .about01 .mleft {
    padding: 0;
    width: 100%;
  }
  .about01 .mleft p {
    margin-bottom: 0.1rem;
  }
  .indabout .mmain {
    flex-direction: column-reverse;
  }
  .indabout .mright {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .indabout .mleft {
    padding: 0;
    width: 100%;
  }
  .indabout .mleft .minfo p {
    margin-bottom: 0.1rem;
  }
  .indabout .look_more {
    width: 2.3rem;
  }
  .about02 .section_main14 {
    flex-direction: column;
  }
  .about02 .mleft .minfo {
    margin-bottom: 0.35rem;
  }
  .about02 .mleft h2 {
    text-align: center;
  }
  .about02 .mright {
    width: 70%;
    margin: 0 auto;
    padding: 0;
  }
  .about03 li {
    width: 50%;
    border: none;
  }
  .about03 .mtop {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.3rem;
  }
  .about03 .mtop img {
    width: 0.8rem;
  }
  .about03 ul::after {
    display: none;
  }
  .about03 .mfont {
    font-size: 0.24rem;
  }
  .about04 p {
    font-size: 0.22rem;
  }
  .about04 {
    height: auto;
    flex-wrap: wrap;
  }
  .about04 .item {
    width: 100%;
    height: 3rem;
    margin-bottom: 0.2rem;
  }
  .about04 .font img {
    width: 0.8rem;
  }
  .about04 h3 {
    margin: 0.15rem 0;
  }
  .about04-2 {
    padding: 0.5rem 0.2rem;
  }
  .about04-2 .mitem .mimg {
    display: none;
  }
  .about04-2 .mitem {
    margin-bottom: 0.3rem;
  }
  .about04-2 .mitem .mfont {
    width: 100%;
  }
  .about04-2 .mitem:nth-child(2n) .mfont {
    padding: 0;
  }
  .about04-2 .mitem .mfont {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about04-2 .mitem .mfont p {
    text-align: center;
  }
  .about05 .year_box .year_box_main {
    display: none;
  }
  .about05 .mtop {
    margin-bottom: 0.8rem;
  }
  .about05 .year_box {
    top: 2.5rem;
  }
  .about05 .about_swi_btn {
    display: block;
  }
  .about05 .about_swi_btn {
    top: 2rem;
    z-index: 60;
  }
  .about05 .about_swi_btn .swiper-button-next,
  .about05 .about_swi_btn .swiper-button-prev {
    width: 0.6rem;
    height: 0.6rem;
  }
  .about05 .about_swi_btn .swiper-button-next i,
  .about05 .about_swi_btn .swiper-button-prev i {
    font-size: 0.22rem;
  }
  .about05 .minfo p {
    margin-bottom: 0.1rem;
  }
  .about05 .minfo {
    line-height: 180%;
    font-size: 0.24rem;
    padding: 0.3rem 0.2rem;
  }
  .about05 .minfo p::after {
    top: 10px;
  }
  .about06 li {
    width: 50%;
    padding: 0.1rem;
    margin-bottom: 0.2rem;
  }
  .about06 a .mimg {
    height: 2.2rem;
    max-width: 100%;
    margin-bottom: 0.2rem;
  }
  .about06 a p {
    font-size: 0.22ren;
  }
  .about06 {
    padding: 0.5rem 0;
  }
  .page_search {
    padding: 0.3rem 0.15rem 0.6rem 0.15rem;
  }
  .page_search .mleft {
    top: 0;
    position: relative;
    width: 100%;
    padding: 0;
  }
  .page_search .section_main {
    flex-direction: column;
  }
  .page_search .mleft .mitem h3 {
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .page_search .mleft .mitem ul {
    display: flex;
    align-items: center;
  }
  .page_search .mleft .mitem li {
    margin-right: 0.15rem;
  }
  .page_search .mleft .mitem a {
    font-size: 0.23rem;
  }
  .page_search .mleft .mitem {
    margin-bottom: 0.35rem;
  }
  .page_search .mright {
    width: 100%;
    padding: 0.6rem 0rem 0 0;
  }
  .page_search .mright h1 {
    font-size: 0.38rem;
    margin-bottom: 0.15rem;
  }
  .page_search .mright .search_top_box input {
    padding: 0.15rem 0.3rem;
    font-size: 0.26rem;
  }
  .page_search .mright .search_top_box {
    width: 100%;
    height: 50px;
    margin-bottom: 0.3rem;
  }
  .page_search .mright .search_top_box a {
    height: 50px;
    width: 50px;
  }
  .page_search .mright .mtop {
    margin-bottom: 0.4rem;
  }
  .page_search .mright ul a {
    margin-bottom: 0.35rem;
    padding-bottom: 0.3rem;
  }
  .page_search .mright ul a h3 {
    font-size: 0.24rem;
  }
  .page_search .mright ul a .micon span {
    display: none;
  }
  .xhcrumbs {
    margin-bottom: 0;
  }
  .page_newsbody {
    padding: 0 0.3rem;
  }
  .page_newsbody .mtop {
    padding: 0.3rem 0.3rem 0 0.3rem;
  }
  .page_newsbody .mtop h1 {
    font-size: 0.3rem;
    font-weight: normal;
    margin-bottom: 0.2rem;
  }
}
