@charset "UTF-8";
@import url("./icon.css");
/* clear */
body {
  font-family: MicroSoft Yahei, Arial;
  overflow-x: hidden;
}

body ul,
body li,
body h1,
body h2,
body h3,
body h4,
body h5,
body p {
  padding: 0;
  margin: 0;
}

body li {
  list-style: none;
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

/* mixin */
:root {
  --theme-color: #183883;
  --text-color: #333333;
  --white: #ffffff;
  --index-lr-gap: 160px;
  --index-t-gap: 150px;
  --index-tb-gap: 80px;
  --inside-gap-sm: 40px;
  --inside-gap: 60px;
}

.container {
  max-width: 1400px;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.text_en {
  font-family: 'Arial';
}

/* 全局样式 */
.global-nav {
  width: 100%;
  z-index: 500;
  padding: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.global-nav .container-fluid {
  padding: 0 0 0 40px;
  align-items: unset;
}

.global-nav .container-fluid .navbar-brand {
  padding: 0;
  margin: 22px 20px 22px 0;
}

.global-nav .container-fluid .navbar-brand img {
  height: 46px;
}

.global-nav .container-fluid .navbar-brand .img-n {
  display: block;
}

.global-nav .container-fluid .navbar-brand .img-t {
  display: none;
}

.global-nav .container-fluid .navbar-box {
  display: flex;
}

.global-nav .container-fluid .navbar-box .navbar-toggler {
  align-self: center;
  margin: 0;
  padding: 9px 0;
  cursor: pointer;
  z-index: 999;
}

.global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon {
  display: block;
  height: 3px;
  border-radius: 1px;
  width: 28px;
  background-color: var(--text-color) !important;
}

.global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon:nth-child(1) {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon:nth-child(2) {
  display: none;
}

.global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon:nth-child(3) {
  margin-top: -3px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon {
  height: 2px;
  width: 28px;
  background-color: #fff;
}

.global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2) {
  display: block;
}

.global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2), .global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
  margin-top: 5px;
}

.global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(1), .global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.global-nav .container-fluid .navbar-box .navbar-collapse {
  align-items: unset;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
  margin-right: 60px;
  position: relative;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--text-color);
  font-size: 18px;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background-color: var(--theme-color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover, .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active {
  color: var(--theme-color);
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover::before, .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active::before {
  width: 100%;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .iconfont {
  cursor: pointer;
  padding: 0 10px;
  font-size: 16px;
  color: var(--white);
  line-height: 1;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .iconfont:hover {
  color: var(--white);
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
  display: none;
  overflow: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .list-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .list-box .hide-item {
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: 10px;
  color: var(--white);
  background: linear-gradient(to right, #fff, #fff) no-repeat center bottom;
  background-size: 0 1px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .list-box .hide-item:hover {
  background-size: 100% 1px;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .list-box .hide-item:last-child {
  margin-bottom: 0;
}

.global-nav .container-fluid .navbar-box .nav_search {
  height: 100%;
  width: 105px;
  background-color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-nav .container-fluid .navbar-box .nav_search .iconfont {
  color: var(--white);
  font-size: 24px;
}

.global-nav.scroll-top {
  background-color: var(--white);
  box-shadow: 0 3px 10px #bbb;
  position: fixed;
  left: 0;
  top: 0;
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon {
  background-color: #333 !important;
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
  color: var(--text-color);
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
  background-color: var(--white);
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
  color: var(--text-color);
}

.global_footer {
  width: 100%;
  color: var(--white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.global_footer .footer_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 90px var(--index-lr-gap) 44px;
  border-bottom: 1px solid rgba(249, 249, 249, 0.1);
}

.global_footer .footer_main .footer_l img {
  width: 90px;
}

.global_footer .footer_main .footer_l .main_message {
  font-size: 16px;
  color: #fefefe;
  line-height: 40px;
  margin-top: 45px;
}

.global_footer .footer_main .footer_r {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 180px;
}

.global_footer .footer_main .footer_r .main_link {
  font-size: 18px;
  display: flex;
  flex-direction: column;
}

.global_footer .footer_main .footer_r .main_link .link_title {
  font-weight: bold;
  color: var(--white);
  margin-bottom: 22px;
  line-height: 1;
  padding-bottom: 10px;
  background: linear-gradient(to right, #fff, #fff) no-repeat left bottom;
  background-size: 0 1px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.global_footer .footer_main .footer_r .main_link .link_title:hover {
  background-size: 100% 1px;
}

.global_footer .footer_main .footer_r .main_link .item_link {
  font-size: 16px;
  color: var(--white);
  line-height: 36px;
  background: linear-gradient(to right, #fff, #fff) no-repeat left bottom;
  background-size: 0 1px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.global_footer .footer_main .footer_r .main_link .item_link:hover {
  background-size: 100% 1px;
}

.global_footer .footer_copyright {
  padding: 50px var(--index-lr-gap) 60px;
  display: flex;
  justify-content: space-between;
}

.global_footer .footer_copyright .message {
  opacity: 0.5;
  font-size: 16px;
  color: #f9f9f9;
  line-height: 36px;
}

.global_footer .footer_copyright .message a {
  color: #f9f9f9;
}

.global_footer .footer_copyright .copyright_code {
  display: flex;
  margin-left: 20px;
}

.global_footer .footer_copyright .copyright_code .weixin {
  cursor: pointer;
  position: relative;
}

.global_footer .footer_copyright .copyright_code .weixin .iconfont {
  margin-left: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: var(--white);
}

.global_footer .footer_copyright .copyright_code .weixin img {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -4px);
  width: 150px;
}

.global_footer .footer_copyright .copyright_code .weixin:hover img {
  display: block;
}

.hover_content .imgBox {
  overflow: hidden;
}

.hover_content .imgBox img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hover_content:hover .text_color {
  color: var(--theme-color) !important;
}

.hover_content:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.hover_content:hover .index_more {
  background-color: var(--theme-color);
  color: var(--white);
}

.global_banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 214px;
  color: var(--white);
}

.global_banner h3 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 5.78px;
  text-shadow: 2.29px 3.28px 0px 4px rgba(0, 0, 0, 0.32);
}

.global_banner h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.global_tags {
  border-bottom: 1px solid #ddd;
}

.global_tags .nav_item,
.global_tags .path {
  font-size: 16px;
  line-height: 1;
  padding: 32px 0;
}

.global_tags .nav_item {
  display: inline-block;
  color: var(--text-color);
  margin-right: 66px;
}

.global_tags .nav_item.active, .global_tags .nav_item:hover {
  color: var(--theme-color);
  position: relative;
}

.global_tags .nav_item.active::before, .global_tags .nav_item:hover::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(1px);
}

.global_tags .path {
  color: #999999;
}

.global_tags .path a {
  color: #999999;
}

.global_tags .path a:hover {
  color: var(--theme-color);
}

.global_tags .path span {
  color: var(--theme-color);
}

.global_pagination {
  display: flex;
  justify-content: center;
  padding-bottom: var(--index-tb-gap);
}

.global_pagination a {
  font-size: 16px;
  color: var(--white);
  opacity: 0.15;
  background-color: var(--theme-color);
  min-width: 40px;
  height: 40px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.global_pagination a .iconfont {
  font-size: 14px;
}

.global_pagination a.active, .global_pagination a:hover {
  background-color: var(--theme-color);
  color: var(--white);
  opacity: 1;
}

.overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.overlay {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.overlay .dialog {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 2px;
  box-sizing: border-box;
  width: 70%;
  padding: 15px;
  transform: translateY(-20%);
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.overlay .dialog.active {
  transform: translateY(0);
}

.overlay .dialog .iconfont {
  position: absolute;
  right: -30px;
  top: -38px;
  height: 40px;
  color: #fff;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.overlay .dialog .dialog-video {
  display: block;
  width: 100%;
}

#about_profile, #about_culture, #about_honoray, #about_file, #about_speech, #about_declaration, #technical, #laboratory, #equipment {
  scroll-margin-top: 90px;
}

.index_title h3 {
  font-size: 48px;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 1;
  margin-bottom: 25px;
}

.index_title h4 {
  font-size: 30px;
  color: var(--text-color);
  line-height: 1;
}

.index_more {
  width: 180px;
  height: 45px;
  border: 1px solid var(--theme-color);
  border-radius: 24px;
  font-size: 16px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.index_more .iconfont {
  font-size: 14px;
  margin-left: 24px;
}

.index_more:hover {
  background-color: var(--theme-color);
  color: var(--white);
}

.index_banner {
  width: 100%;
}

.index_banner img {
  width: 100%;
}

.index_banner .banner_text {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  z-index: 99;
  color: var(--white);
}

.index_banner .banner_text h3 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 5.78px;
  text-shadow: 2.29px 3.28px 0px 4px rgba(0, 0, 0, 0.32);
  margin-bottom: 40px;
}

.index_banner .banner_text h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.index_banner .banner_pagination {
  width: auto;
  bottom: 40px;
  left: 5%;
  line-height: 1;
}

.index_banner .banner_pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 5px;
}

.index_banner .banner_pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.index_banner .side_pagination {
  width: auto;
  bottom: 40px;
  right: 40px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index_banner .side_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--white);
  border-radius: 50%;
  opacity: 1;
  margin: 10px 0;
  position: relative;
}

.index_banner .side_pagination .swiper-pagination-bullet::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index_banner .side_pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 32px;
  padding: 11px;
  border: 2px dashed var(--theme-color);
  background: none;
}

.index_banner .side_pagination .swiper-pagination-bullet-active::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--theme-color);
}

.index_about {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.index_about .about_l_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .1;
  z-index: -1;
}

.index_about .about_l {
  width: 54%;
  padding: var(--index-t-gap) 120px calc(var(--index-t-gap) - 30px) var(--index-lr-gap);
}

.index_about .about_l .text {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin-top: 40px;
}

.index_about .about_l .about-stat {
  display: flex;
  margin: 90px 0;
}

.index_about .about_l .about-stat .stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 50px;
  position: relative;
}

.index_about .about_l .about-stat .stat-item::before {
  content: '';
  width: 1px;
  height: 100px;
  background: #dddddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index_about .about_l .about-stat .stat-item:first-child {
  padding-left: 0;
}

.index_about .about_l .about-stat .stat-item:last-child {
  padding-right: 0;
}

.index_about .about_l .about-stat .stat-item:last-child::before {
  display: none;
}

.index_about .about_l .about-stat .stat-item .item-data {
  padding-bottom: 40px;
}

.index_about .about_l .about-stat .stat-item .item-data .data-value {
  font-size: 14px;
  color: var(--text-color);
  line-height: 1;
}

.index_about .about_l .about-stat .stat-item .item-data .data-value.about-data {
  color: var(--text-color);
  font-size: 44px;
  font-weight: bold;
  margin-right: 6px;
}

.index_about .about_l .about-stat .stat-item .item-explain {
  font-size: 18px;
  color: #999999;
  line-height: 1;
}

.index_about .about_l .index_more {
  display: inline-flex;
  align-items: center;
}

.index_about .about_l .index_more.more_video {
  background-color: var(--theme-color);
  color: var(--white);
  display: none;
}

.index_about .about_l .index_more.more_video .iconfont {
  font-size: 20px;
}

.index_about .about_l .index_more.more_video:hover {
  background-color: var(--white);
  color: var(--theme-color);
}

.index_about .about_r {
  width: 46%;
  cursor: pointer;
}

.index_about .about_r img {
  width: 100%;
  height: 100%;
}

.index_business {
  padding: var(--index-t-gap) 0 95px var(--index-lr-gap);
  background: #f9f9f9;
}

.index_business .business_container {
  background: url("../images/index_business_bg.png") no-repeat top/100% 100%;
  padding-right: var(--index-lr-gap);
  margin: 0;
}

.index_business .business_container .business_title {
  padding: 0;
  background: #f9f9f9;
}

.index_business .business_container .business_title .text {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  line-height: 48px;
  letter-spacing: 1.2px;
  margin-top: 50px;
}

.index_business .business_container .business_item {
  padding: 50px 47px;
  color: var(--white);
  position: relative;
  margin: 25px auto 28px;
}

.index_business .business_container .business_item::before {
  content: '';
  width: calc(100% - 47px - 47px);
  height: 1px;
  opacity: 0.5;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.index_business .business_container .business_item:hover .item_title h4 span {
  background-size: 100% 1px;
}

.index_business .business_container .business_item:hover .item_more .iconfont {
  transform: translateX(10px);
}

.index_business .business_container .business_item img {
  width: 36px;
  margin-bottom: 50px;
}

.index_business .business_container .business_item .item_title {
  margin-bottom: 50px;
}

.index_business .business_container .business_item .item_title h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
}

.index_business .business_container .business_item .item_title h4 {
  font-size: 18px;
  letter-spacing: 0.9px;
}

.index_business .business_container .business_item .item_title h4 span {
  display: inline;
  line-height: 1;
  background: linear-gradient(to right, #fff, #fff) no-repeat left bottom;
  background-size: 0 1px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.index_business .business_container .business_item .item_more {
  font-size: 14px;
}

.index_business .business_container .business_item .item_more .iconfont {
  display: inline-block;
  font-size: 12px;
  margin-left: 7px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.index_business .business_container .col-lg-3:nth-of-type(-n + 3) {
  margin-bottom: 50px;
}

.index_technical {
  padding: var(--index-t-gap) 0 100px var(--index-lr-gap);
  display: none;
}

.index_technical.active {
  display: flex;
}

.index_technical .technical_l {
  width: 47%;
  padding-right: 166px;
  display: flex;
  flex-direction: column;
}

.index_technical .technical_l .technical_tab {
  margin-top: 67px;
  display: flex;
}

.index_technical .technical_l .technical_tab .tab {
  font-size: 24px;
  color: #999999;
  line-height: 1;
  margin-right: 85px;
  cursor: pointer;
}

.index_technical .technical_l .technical_tab .tab.active, .index_technical .technical_l .technical_tab .tab:hover {
  color: var(--theme-color);
}

.index_technical .technical_l .text {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin: 34px 0 52px;
}

.index_technical .technical_l .index_more {
  margin-bottom: 40px;
}

.index_technical .technical_l .swiper {
  width: 100%;
  margin-top: auto;
}

.index_technical .technical_l .swiper .swiper-slide {
  width: 200px;
  opacity: .4;
}

.index_technical .technical_l .swiper .swiper-slide img {
  width: 100%;
}

.index_technical .technical_l .swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.index_technical .technical_r {
  width: 53%;
  display: flex;
  align-items: flex-end;
}

.index_technical .technical_r .swiper .swiper-slide img {
  width: 100%;
}

.index_technical .technical_r .index_swiper_button {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  bottom: 40px;
  top: auto;
  transform: none;
}

.index_technical .technical_r .index_swiper_button::after {
  font-size: 21px;
  color: var(--theme-color);
  font-weight: 700;
}

.index_technical .technical_r .index_swiper_button.swiper-button-prev {
  left: 40px;
}

.index_technical .technical_r .index_swiper_button.swiper-button-next {
  left: 100px;
  right: auto;
}

.index_technical .technical_r .swiper-pagination {
  width: auto;
  bottom: 40px;
  left: 190px;
  color: var(--white);
}

.index_technical .technical_r .swiper-pagination .swiper-pagination-current {
  font-size: 26px;
  color: var(--theme-color);
}

.index_news {
  padding: var(--index-t-gap) var(--index-lr-gap) 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index_news .news_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
}

.index_news .news_top .news_tab {
  display: flex;
}

.index_news .news_top .news_tab .tab {
  font-size: 24px;
  color: var(--text-color);
  margin-left: 40px;
  cursor: pointer;
}

.index_news .news_top .news_tab .tab.active, .index_news .news_top .news_tab .tab:hover {
  color: var(--theme-color);
}

.index_news .index_news_list {
  display: none;
}

.index_news .index_news_list .row {
  margin: 0 -25px;
}

.index_news .index_news_list .news_item {
  padding: 0 25px;
}

.index_news .index_news_list .news_item .time {
  font-size: 20px;
  color: #999999;
  line-height: 1;
  margin-bottom: 20px;
}

.index_news .index_news_list .news_item .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
  height: 72px;
}

.index_news .index_news_list .news_item .text {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 32px;
  height: 72px;
}

.index_news .index_news_list .news_item .imgBox img {
  width: 100%;
}

.about_title {
  margin-bottom: 40px;
}

.about_title h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 20px;
}

.about_title h4 {
  font-size: 16px;
  font-weight: 700;
  color: #999999;
  line-height: 1;
}

.about_more {
  width: 160px;
  height: 40px;
}

.about_profile {
  padding: var(--index-tb-gap) 0;
  display: flex;
  justify-content: space-between;
}

.about_profile .profile_l {
  flex: 1;
  padding-right: 60px;
}

.about_profile .profile_l .text {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 28px;
  margin-bottom: 40px;
}

.about_profile .profile_l .content {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

.about_profile .profile_l .content a {
  color: inherit;
}

.about_profile .profile_l .content a:hover {
  color: #0a58ca;
}

.about_profile .profile_l .content:last-child {
  margin-bottom: 40px;
}

.about_profile .profile_r {
  width: 38%;
}

.about_profile .profile_r img {
  width: 100%;
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 500;
}

.culture_popup {
  display: none;
  width: 782px;
  min-height: 780px;
  padding: 110px 60px;
  color: #fff;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 501;
}

.culture_popup .close {
  position: absolute;
  top: 26px;
  right: 28px;
  cursor: pointer;
}

.culture_popup .close img {
  width: 20px;
}

.culture_popup .icon_bg {
  width: 78px;
  height: 78px;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 24px;
}

.culture_popup .icon_bg img {
  width: 54px;
}

.culture_popup .title {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 90px;
  text-align: center;
}

.culture_popup .text {
  font-size: 24px;
  margin-bottom: 30px;
}

.culture_popup .text:last-child {
  margin-bottom: 0;
}

.about_culture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
}

.about_culture .about_title {
  text-align: center;
  position: absolute;
  top: var(--index-tb-gap);
}

.about_culture .about_title h3,
.about_culture .about_title h4 {
  color: var(--white);
}

.about_culture .culture_item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 260px 20px var(--index-tb-gap);
  height: 650px;
  display: flex;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}

.about_culture .culture_item img {
  height: 60px;
  margin-bottom: 38px;
}

.about_culture .culture_item .title {
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
  line-height: 1;
  margin-bottom: 15px;
}

.about_culture .culture_item .en_title {
  font-size: 14px;
  color: var(--white);
  line-height: 1;
}

.about_culture .culture_item:last-child {
  border-right: none;
}

.about_honoray {
  padding: var(--index-tb-gap) 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_honoray .about_title {
  text-align: center;
}

.about_honoray .honoray_swiper {
  padding-bottom: 40px;
}

.about_honoray .honoray_swiper .swiper-slide {
  height: 440px;
  background: var(--white);
  padding: 20px;
  display: flex;
  align-items: center;
}

.about_honoray .honoray_swiper .swiper-slide .imgBox {
  width: 100%;
}

.about_honoray .honoray_swiper .swiper-slide .imgBox img {
  width: 100%;
}

.about_honoray .honoray_swiper .swiper-scrollbar {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: var(--white);
}

.about_honoray .honoray_swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--theme-color);
  border-radius: 2px;
}

.about_file {
  padding: var(--index-tb-gap) 0 260px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.about_file .about_title h3 {
  font-style: italic;
  color: #666666;
}

.about_file .file_swiper {
  width: 74%;
  margin: 0;
  height: 260px;
}

.about_file .file_swiper .swiper-wrapper {
  flex-direction: initial;
}

.about_file .file_swiper .swiper-slide {
  width: 33.33%;
  display: flex;
  align-items: center;
}

.about_file .file_swiper .swiper-slide img {
  width: 38px;
}

.about_file .file_swiper .swiper-slide span {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-left: 20px;
  padding-right: 10px;
}

.about_file .file_swiper .swiper-slide:hover span {
  color: var(--theme-color);
}

.about_file .file_swiper .swiper-scrollbar {
  width: 4px;
  height: 100%;
  background: #eeeeee;
  border-radius: 2px;
  bottom: 0;
}

.about_file .file_swiper .swiper-scrollbar .swiper-scrollbar-drag {
  opacity: 0.34;
  background: var(--theme-color);
  border-radius: 2px;
}

.about_speech {
  padding: var(--index-tb-gap) 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_speech .text {
  width: 58%;
  font-size: 16px;
  line-height: 36px;
}

.about_declaration {
  padding: var(--index-tb-gap) 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 96% top;
  background-size: auto 100%;
}

.about_declaration .about_title {
  text-align: center;
}

.about_declaration .text {
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
}

.about_detail {
  padding: var(--index-tb-gap) 0 calc(var(--index-tb-gap) - 10px);
}

.about_detail .detail_content .about_title {
  text-align: center;
}

.about_detail .detail_content .content {
  font-size: 16px;
  line-height: 36px;
}

.about_detail .detail_content .content a {
  color: inherit;
}

.about_detail .detail_content .content a:hover {
  color: #0a58ca;
}

.about_detail .detail_content .content img {
  width: 100%;
  margin-top: 20px;
}

.business_list {
  padding: var(--index-tb-gap) 0;
  margin-bottom: -40px;
}

.business_list .row {
  margin: 0 -20px;
}

.business_list .business_item {
  padding: 0 20px 138px;
  margin-bottom: 40px;
  position: relative;
}

.business_list .business_item .imgBox img {
  width: 100%;
}

.business_list .business_item .content {
  width: calc(100% - 100px);
  background: #f9f9f9;
  padding: 24px 30px 30px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.business_list .business_item .content .text {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  line-height: 36px;
  margin-bottom: 40px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.business_detail {
  padding: 40px 0 100px;
}

.business_detail .title {
  font-size: 30px;
  font-weight: bold;
  color: var(--theme-color);
  line-height: 34px;
  margin-bottom: 32px;
}

.business_detail .text {
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 30px;
}

.business_detail .row {
  margin: 0 -5px;
}

.business_detail .row .detail_img {
  padding: 0 5px;
  margin-bottom: 10px;
}

.business_detail .row .detail_img .imgBox {
  overflow: hidden;
}

.business_detail .row .detail_img .imgBox img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.business_detail .row .detail_img .imgBox:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.business_detail .row .detail_img .imgBox img {
  width: 100%;
}

.business_relaTed {
  padding: var(--index-tb-gap) 0;
  margin-bottom: -40px;
  background: #f9f9f9;
}

.business_relaTed .about_title {
  text-align: center;
}

.business_relaTed .business_item .content {
  background-color: var(--white);
}

.news_main {
  margin: var(--index-tb-gap) auto;
}

.news_main .news_main_swiper .swiper-slide {
  display: flex;
  background: #f9f9f9;
}

.news_main .news_main_swiper .swiper-slide .main_l {
  flex: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
}

.news_main .news_main_swiper .swiper-slide .main_l .title {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.1;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news_main .news_main_swiper .swiper-slide .main_l .time {
  font-size: 16px;
  color: #999999;
  line-height: 1;
  margin-bottom: 30px;
}

.news_main .news_main_swiper .swiper-slide .main_l .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news_main .news_main_swiper .swiper-slide .main_l .about_more {
  margin-top: auto;
}

.news_main .news_main_swiper .swiper-slide .main_r {
  width: 48.5%;
}

.news_main .news_main_swiper .swiper-slide .main_r img {
  width: 100%;
}

.news_list {
  margin-bottom: 60px;
}

.news_list .news_item {
  display: flex;
  padding: calc(var(--index-tb-gap) / 2) 0;
  border-bottom: 1px solid #ddd;
}

.news_list .news_item:first-child {
  padding-top: 0;
}

.news_list .news_item .imgBox {
  width: 400px;
}

.news_list .news_item .imgBox img {
  width: 100%;
}

.news_list .news_item .item_content {
  flex: 1;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
}

.news_list .news_item .item_content .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.1;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news_list .news_item .item_content .time {
  font-size: 16px;
  color: #999999;
  line-height: 1;
  margin-bottom: 30px;
}

.news_list .news_item .item_content .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news_list .news_item .item_content .about_more {
  margin-top: auto;
}

.news_detail {
  padding-top: 30px;
}

.news_detail .container {
  display: flex;
}

.news_detail .container .detail_content {
  padding-top: 40px;
  flex: 1;
}

.news_detail .container .detail_content .detail_top {
  border-bottom: 1px solid #ddd;
}

.news_detail .container .detail_content .detail_top .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 40px;
}

.news_detail .container .detail_content .detail_top .message {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-bottom: 40px;
}

.news_detail .container .detail_content .content {
  font-size: 16px;
  line-height: 24px;
  padding: 40px 40px 0 0;
}

.news_detail .container .detail_content .content a {
  color: inherit;
}

.news_detail .container .detail_content .content a:hover {
  color: #0a58ca;
}

.news_detail .container .detail_content .content img {
  max-width: 100%;
  display: block;
  margin: 30px auto;
}

.news_detail .container .detail_content .derail_footer {
  padding: var(--index-tb-gap) 0;
}

.news_detail .container .detail_content .derail_footer a {
  display: block;
  font-size: 16px;
  color: #999999;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news_detail .container .detail_content .derail_footer a:first-child {
  margin-bottom: 20px;
}

.news_detail .container .detail_content .derail_footer a:hover {
  color: var(--theme-color);
}

.news_detail .container .recommend {
  width: 21.43%;
  height: fit-content;
  padding: 40px 0 60px 40px;
  border-left: 1px solid #ddd;
}

.news_detail .container .recommend .recommend_title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
}

.news_detail .container .recommend .recommend_item .imgBox {
  margin-bottom: 12px;
}

.news_detail .container .recommend .recommend_item .imgBox img {
  width: 100%;
}

.news_detail .container .recommend .recommend_item .text {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.technical .about_title,
.laboratory .about_title,
.equipment .about_title {
  text-align: center;
}

.technical {
  padding-top: var(--index-tb-gap);
}

.technical .text {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.technical .swiper_container {
  padding: 0 130px;
  position: relative;
}

.technical .swiper_container .technical_swiper {
  margin-top: calc(var(--index-tb-gap) - 5px);
}

.technical .swiper_container .technical_swiper .swiper-slide {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: .5;
}

.technical .swiper_container .technical_swiper .swiper-slide img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: scaleY(0.8);
}

.technical .swiper_container .technical_swiper .swiper-slide .text {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1.2px;
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.technical .swiper_container .technical_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.technical .swiper_container .technical_swiper .swiper-slide.swiper-slide-active img {
  transform: scaleY(1);
}

.technical .swiper_container .technical_swiper .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}

.technical .swiper_container .swiper_btn {
  width: 50px;
  height: 50px;
  border: 1px solid #183883;
  border-radius: 50%;
  z-index: 99;
}

.technical .swiper_container .swiper_btn.swiper-button-prev:after, .technical .swiper_container .swiper_btn.swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color);
}

.technical .swiper_container .swiper_btn.swiper-button-prev {
  left: 0;
}

.technical .swiper_container .swiper_btn.swiper-button-next {
  right: 0;
}

.technical .about-stat {
  display: flex;
  padding: var(--index-tb-gap) 135px 0;
}

.technical .about-stat .stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-right: 1px solid #dddddd;
  padding: 66px 0;
}

.technical .about-stat .stat-item:last-child {
  border-right: none;
}

.technical .about-stat .stat-item .item-data {
  padding-bottom: 20px;
}

.technical .about-stat .stat-item .item-data .data-value {
  font-size: 18px;
  color: var(--theme-color);
  line-height: 1;
}

.technical .about-stat .stat-item .item-data .data-value.about-data {
  margin-right: 15px;
  font-size: 72px;
  font-weight: 700;
  color: var(--theme-color);
}

.technical .about-stat .stat-item .item-explain {
  font-size: 16px;
  color: #999999;
  line-height: 1;
}

.laboratory {
  padding: var(--index-tb-gap) 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.laboratory .laboratory_swiper {
  padding-bottom: 44px;
}

.laboratory .laboratory_swiper .swiper-slide {
  position: relative;
}

.laboratory .laboratory_swiper .swiper-slide .imgBox img {
  width: 100%;
}

.laboratory .laboratory_swiper .swiper-slide .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  color: var(--white);
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.laboratory .laboratory_swiper .swiper-scrollbar {
  max-width: 1400px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.laboratory .laboratory_swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--theme-color);
  border-radius: 2px;
}

.equipment {
  padding: var(--index-tb-gap) 0;
}

.equipment .row {
  margin: 0 -20px;
}

.equipment .equipment_item {
  padding: 0 20px;
}

.equipment .equipment_item .imgBox img {
  width: 100%;
}

.equipment .equipment_item .content {
  height: 80px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.equipment .equipment_item .content .text {
  font-size: 18px;
  font-weight: 700;
  color: #999999;
  text-align: center;
  padding: 0 5px;
}

.talent_concept {
  padding-bottom: calc(var(--index-tb-gap) + 10px);
}

.talent_concept .row {
  margin: 0 -20px;
}

.talent_concept .row .col {
  padding: 0 20px;
}

.talent_concept .row .col:first-child .talent_item {
  margin: var(--index-tb-gap) 0;
  padding: var(--index-tb-gap) var(--inside-gap) calc(var(--index-tb-gap) + 23px);
}

.talent_concept .row .col:nth-child(2) .talent_item, .talent_concept .row .col:nth-child(3) .talent_item {
  padding: var(--index-tb-gap) var(--inside-gap);
}

.talent_concept .row .col:nth-child(2) .talent_item .about_title, .talent_concept .row .col:nth-child(3) .talent_item .about_title {
  margin-bottom: 148px;
}

.talent_concept .talent_item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.talent_concept .talent_item .about_title {
  color: var(--white);
}

.talent_concept .talent_item .about_title h3,
.talent_concept .talent_item .about_title h4 {
  color: var(--white);
}

.talent_concept .talent_item .concept_list {
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
  line-height: 20px;
}

.talent_concept .talent_item .concept_list span {
  margin-right: 55px;
}

.talent_concept .talent_item .more_list {
  display: flex;
}

.talent_concept .talent_item .more_list .about_more .iconfont {
  margin-left: 10px;
}

.talent_concept .talent_item .about_more {
  background-color: var(--white);
  border: none;
  margin-right: 30px;
}

.talent_concept .talent_item .about_more:hover {
  background-color: var(--theme-color);
}

.talent_recruit {
  background-color: #f9f9f9;
  padding: var(--index-tb-gap) 0 calc(var(--index-tb-gap) + var(--index-tb-gap));
}

.talent_recruit .content {
  font-size: 14px;
  line-height: 36px;
}

.recruit {
  padding: var(--index-tb-gap) 0;
}

.recruit .about_title {
  display: flex;
  justify-content: space-between;
}

.recruit .about_title .l_message {
  display: flex;
}

.recruit .about_title .l_message span {
  font-size: 14px;
  line-height: 24px;
}

.recruit .about_title .l_message span:first-child {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin-right: 20px;
}

.recruit .recruit-content .recruit-header,
.recruit .recruit-content .recruit-item .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  height: 80px;
}

.recruit .recruit-content .recruit-header span,
.recruit .recruit-content .recruit-item .item-header span {
  flex: 1;
}

.recruit .recruit-content .recruit-header span:first-child,
.recruit .recruit-content .recruit-item .item-header span:first-child {
  flex: 0 0 31%;
}

.recruit .recruit-content .recruit-header span:last-child,
.recruit .recruit-content .recruit-item .item-header span:last-child {
  flex: 0 0 4%;
}

.recruit .recruit-content .recruit-header {
  background-color: var(--theme-color);
  color: #fff;
  font-size: 18px;
  height: 70px;
}

.recruit .recruit-content .recruit-item {
  border-bottom: 1px solid #dddddd;
  background-color: #f9f9f9;
}

.recruit .recruit-content .recruit-item:last-child {
  border-bottom: none;
}

.recruit .recruit-content .recruit-item .item-header {
  font-size: 16px;
  color: #666666;
}

.recruit .recruit-content .recruit-item .item-header span:last-child {
  cursor: pointer;
}

.recruit .recruit-content .recruit-item .item-content {
  height: 0;
  opacity: 0;
}

.recruit .recruit-content .recruit-item .item-content .text {
  padding: 10px 40px 35px;
  font-size: 16px;
  color: #999999;
  line-height: 36px;
}

.recruit .recruit-content .recruit-item .item-content .text span {
  font-weight: 700;
}

.contact {
  margin: var(--index-tb-gap) 0;
}

.contact .contact-content {
  display: flex;
}

.contact .contact-content .contact-l {
  flex: 1;
  padding: var(--index-tb-gap) 70px 60px;
  background-color: #f9f9f9;
}

.contact .contact-content .contact-l .option {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 30px;
}

.contact .contact-content .contact-l img {
  width: 172px;
}

.contact .contact-content .contact-r {
  width: 48%;
}

.contact .contact-content .contact-r #map-container {
  width: 100%;
  height: 100%;
}

.contact .contact-content .contact-r #map-container .amap-icon {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(33, 116, 185, 0.17);
}

.contact .contact-content .contact-r #map-container .amap-icon img {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 56px;
}

.contact_form {
  background-color: #f9f9f9;
  padding: calc(var(--index-tb-gap) + 10px) 0 var(--index-tb-gap);
}

.contact_form .row {
  margin: 0 -20px;
}

.contact_form .row .col {
  padding: 0 20px;
}

.contact_form .form_item {
  margin-bottom: 40px;
}

.contact_form .form_item .label {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  color: #666666;
}

.contact_form .form_item input,
.contact_form .form_item textarea {
  width: 100%;
  border: none;
  background: var(--white);
  padding: 10px 10px;
  font-size: 16px;
  outline: none;
  resize: none;
}

.contact_form .form_item input {
  height: 50px;
}

.contact_form .form_item textarea {
  height: 140px;
}

.contact_form .submit {
  width: 100%;
  height: 50px;
  background: var(--theme-color);
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
  letter-spacing: 2.4px;
}

.search-container {
  padding: 110px 0 60px;
}

.search-container .search-box {
  display: flex;
  position: relative;
}

.search-container .search-box input {
  width: 100%;
  height: 70px;
  border: 1px solid var(--theme-color);
  border-right: none;
  padding: 0 225px 0 25px;
  font-size: 20px;
  border-radius: 5px;
  color: var(--text-color);
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.search-container .search-box button {
  width: 200px;
  height: 70px;
  background-color: var(--theme-color);
  font-size: 24px;
  border: none;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}

.search-container .search-result-text {
  color: var(--text-color);
  padding: 50px 0 20px;
  line-height: 1;
}

.search-container .search-result-text span {
  color: #ff0000;
}

.search-container .search-nav {
  padding-bottom: 22px;
  border-bottom: 1px solid #e3e4e8;
  line-height: 1.5;
}

.search-container .search-nav .search-nav-item {
  display: inline-block;
  font-size: 18px;
  padding-right: 22px;
  color: var(--text-color);
}

.search-container .search-nav .search-nav-item.active {
  color: var(--theme-color);
}

.search-container .search-nav .search-nav-item:hover {
  color: var(--theme-color);
}

.search-container .search-content-list {
  padding-bottom: 40px;
}

.search-container .search-content-list .search-content-item {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  color: var(--text-color);
  display: flex;
  justify-content: space-between;
  padding: 51px 0 54px;
  border-bottom: 1px solid #e3e4e8;
}

.search-container .search-content-list .search-content-item:hover {
  color: var(--theme-color);
}

.search-container .search-content-list .search-content-item:hover span:last-child {
  color: var(--theme-color);
}

.search-container .search-content-list .search-content-item span:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.search-container .search-content-list .search-content-item span:last-child {
  color: #999999;
}

@media (max-width: 1800px) {
  :root {
    --index-lr-gap: 140px;
    --index-t-gap: 120px;
  }
  .index_about .about_l {
    width: 54%;
    padding-right: 120px;
  }
  .index_about .about_l .text {
    font-size: 18px;
    line-height: 36px;
    margin-top: 40px;
  }
  .index_about .about_l .about-stat {
    margin: 90px 0;
  }
  .index_about .about_l .about-stat .stat-item {
    padding: 0 50px;
  }
  .index_about .about_l .about-stat .stat-item .item-data {
    padding-bottom: 40px;
  }
  .index_about .about_l .about-stat .stat-item .item-data .data-value {
    font-size: 14px;
  }
  .index_about .about_l .about-stat .stat-item .item-data .data-value.about-data {
    font-size: 44px;
    margin-right: 6px;
  }
  .index_about .about_l .about-stat .stat-item .item-explain {
    font-size: 18px;
  }
  .index_about .about_r {
    width: 46%;
  }
}

@media (max-width: 1600px) {
  :root {
    --index-tb-gap: 70px;
    --index-lr-gap: 120px;
    --index-t-gap: 100px;
    --page-lr-gap: 80px;
  }
  .container {
    max-width: 100%;
    padding-left: var(--page-lr-gap);
    padding-right: var(--page-lr-gap);
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin-right: 50px;
  }
  .footer .footer_main .footer_l .footer_l_title {
    font-size: 24px;
  }
  .footer .footer_main .footer_r .footer_navList {
    padding: 95px 0 58px;
  }
  .footer .footer_main .footer_r .footer_navList .footer_navItem {
    font-size: 14px;
  }
  .footer .footer_main .footer_r .footer_info .info_content {
    padding-top: 20px;
  }
  .footer .footer_main .footer_r .footer_info .info_content .info {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .footer .footer_main .footer_r .footer_info .qrcode_list .qrcode {
    width: 130px;
    padding-left: 20px;
  }
  .footer .footer_copyright {
    font-size: 12px;
    padding: 30px var(--index-lr-gap);
  }
  .global_banner {
    padding-top: 170px;
    padding-bottom: 180px;
  }
  .global_banner h3 {
    font-size: 36px;
    margin-bottom: 18px;
  }
  .global_banner h4 {
    font-size: 18px;
  }
  .global_tags .nav_item,
  .global_tags .path {
    padding: 28px 0;
  }
  .global_tags .nav_item {
    margin-right: 60px;
  }
  .global_footer .footer_main {
    padding: 80px var(--index-lr-gap) 40px;
  }
  .global_footer .footer_main .footer_l .main_message {
    font-size: 14px;
    line-height: 35px;
    margin-top: 40px;
  }
  .global_footer .footer_main .footer_r {
    padding-left: 100px;
  }
  .global_footer .footer_main .footer_r .main_link {
    font-size: 16px;
  }
  .global_footer .footer_main .footer_r .main_link .link_title {
    margin-bottom: 16px;
  }
  .global_footer .footer_main .footer_r .main_link .item_link {
    font-size: 14px;
    line-height: 32px;
  }
  .global_footer .footer_copyright {
    padding: 40px var(--index-lr-gap) 50px;
  }
  .global_footer .footer_copyright .message {
    font-size: 14px;
    line-height: 32px;
  }
  .index_title h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .index_title h4 {
    font-size: 26px;
  }
  .index-banner .swiper-slide .index-banner-text {
    left: 200px;
  }
  .index-banner .swiper-slide .index-banner-text h3 {
    font-size: 40px;
    padding: 90px 0 50px;
  }
  .index-banner .swiper-slide .index-banner-text .text_chn {
    font-size: 30px;
  }
  .index-banner .swiper-slide .index-banner-text .text_en {
    padding: 20px 0 55px;
  }
  .index_about .about_l {
    padding-right: 80px;
    padding-bottom: calc(var(--index-t-gap) - 30px);
  }
  .index_about .about_l .text {
    font-size: 16px;
    line-height: 34px;
    margin-top: 35px;
  }
  .index_about .about_l .about-stat {
    margin: 80px 0;
  }
  .index_about .about_l .about-stat .stat-item {
    padding: 0 40px;
  }
  .index_about .about_l .about-stat .stat-item::before {
    height: 80px;
  }
  .index_about .about_l .about-stat .stat-item .item-data {
    padding-bottom: 30px;
  }
  .index_about .about_l .about-stat .stat-item .item-data .data-value {
    font-size: 14px;
  }
  .index_about .about_l .about-stat .stat-item .item-data .data-value.about-data {
    font-size: 40px;
    margin-right: 4px;
  }
  .index_about .about_l .about-stat .stat-item .item-explain {
    font-size: 16px;
  }
  .index_business {
    padding-bottom: 80px;
  }
  .index_business .business_container .business_title .text {
    font-size: 22px;
    line-height: 44px;
    margin-top: 45px;
  }
  .index_business .business_container .business_item {
    padding: 40px 30px;
  }
  .index_business .business_container .business_item::before {
    width: calc(100% - 30px - 30px);
  }
  .index_business .business_container .business_item img {
    width: 32px;
    margin-bottom: 40px;
  }
  .index_business .business_container .business_item .item_title {
    margin-bottom: 40px;
  }
  .index_business .business_container .business_item .item_title h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .index_business .business_container .business_item .item_title h4 {
    font-size: 16px;
    height: 32px;
  }
  .index_business .business_container .col-lg-3:nth-of-type(-n + 3) {
    margin-bottom: 35px;
  }
  .index_technical {
    padding-bottom: 80px;
  }
  .index_technical .technical_l {
    width: 47%;
    padding-right: 100px;
  }
  .index_technical .technical_l .technical_tab {
    margin-top: 55px;
  }
  .index_technical .technical_l .technical_tab .tab {
    font-size: 22px;
    margin-right: 70px;
  }
  .index_technical .technical_l .text {
    font-size: 16px;
    line-height: 32px;
    margin: 24px 0 42px;
  }
  .index_technical .technical_l .index_more {
    margin-bottom: 40px;
  }
  .index_news {
    padding-bottom: 80px;
  }
  .index_news .news_top {
    margin-bottom: 36px;
  }
  .index_news .news_top .news_tab .tab {
    font-size: 20px;
    margin-left: 40px;
  }
  .index_news .index_news_list .row {
    margin: 0 -20px;
  }
  .index_news .index_news_list .news_item {
    padding: 0 20px;
  }
  .index_news .index_news_list .news_item .time {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .index_news .index_news_list .news_item .title {
    font-size: 20px;
    margin-bottom: 15px;
    height: 60px;
  }
  .index_news .index_news_list .news_item .text {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 27px;
    height: 64px;
  }
  .index_banner .banner_text h3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .index_banner .banner_text h4 {
    font-size: 18px;
  }
  .about_title {
    margin-bottom: 34px;
  }
  .about_title h3 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .about_profile .profile_l .text {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 34px;
  }
  .about_profile .profile_l .content {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .about_profile .profile_l .content:last-of-type {
    margin-bottom: 34px;
  }
  .about_detail .detail_content .content {
    line-height: 34px;
  }
  .culture_popup {
    width: 742px;
    min-height: 730px;
    padding: 100px 55px;
  }
  .culture_popup .close {
    top: 26px;
    right: 28px;
  }
  .culture_popup .close img {
    width: 20px;
  }
  .culture_popup .icon_bg {
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
  }
  .culture_popup .icon_bg img {
    width: 54px;
  }
  .culture_popup .title {
    font-size: 26px;
    margin-bottom: 80px;
  }
  .culture_popup .text {
    font-size: 22px;
    margin-bottom: 26px;
  }
  .about_culture .culture_item {
    padding-top: 260px;
    height: 600px;
  }
  .about_culture .culture_item .title {
    font-size: 22px;
  }
  .about_honoray .honoray_swiper .swiper-slide {
    height: 400px;
  }
  .about_file {
    padding: var(--index-tb-gap) 0 200px;
  }
  .about_speech .text,
  .about_declaration .text {
    line-height: 34px;
  }
  .about_declaration {
    background-position: 100% top;
    background-size: auto 80%;
  }
  .business_list .business_item {
    padding: 0 20px 138px;
    margin-bottom: 40px;
  }
  .business_list .business_item .content {
    width: calc(100% - 90px);
    padding: 24px 30px 30px;
  }
  .business_list .business_item .content .text {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
    height: 64px;
  }
  .business_detail .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 28px;
  }
  .business_detail .text {
    margin-bottom: 26px;
  }
  .news_main .news_main_swiper .swiper-slide .main_l {
    padding: 50px;
  }
  .news_main .news_main_swiper .swiper-slide .main_l .title {
    font-size: 28px;
  }
  .news_list .news_item .item_content .title {
    font-size: 22px;
  }
  .news_detail .container .detail_content .detail_top .title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .news_detail .container .detail_content .detail_top .message {
    margin-bottom: 30px;
  }
  .news_detail .container .recommend .recommend_title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .technical .swiper_container .technical_swiper .swiper-slide .text {
    font-size: 22px;
    line-height: 24px;
  }
  .technical .about-stat {
    padding: var(--index-tb-gap) 100px 0;
  }
  .technical .about-stat .stat-item {
    padding: 55px 0;
  }
  .technical .about-stat .stat-item .item-data .data-value.about-data {
    font-size: 68px;
  }
  .laboratory .laboratory_swiper {
    padding-bottom: 35px;
  }
  .laboratory .laboratory_swiper .swiper-slide .text {
    padding: 20px;
    font-size: 16px;
    line-height: 18px;
  }
  .laboratory .laboratory_swiper .swiper-scrollbar {
    max-width: 100%;
    padding-left: var(--page-lr-gap);
    padding-right: var(--page-lr-gap);
  }
  .equipment .row {
    margin: 0 -15px;
  }
  .equipment .equipment_item {
    padding: 0 15px;
  }
  .equipment .equipment_item .content {
    height: 70px;
  }
  .equipment .equipment_item .content .text {
    font-size: 16px;
  }
  .talent_concept .row .col:nth-child(2) .talent_item .about_title, .talent_concept .row .col:nth-child(3) .talent_item .about_title {
    margin-bottom: 100px;
  }
  .contact .contact-content .contact-l {
    padding: var(--index-tb-gap) 50px 40px;
  }
  .contact .contact-content .contact-l .option {
    line-height: 34px;
    margin-bottom: 25px;
  }
  .contact_form .submit {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  :root {
    --index-tb-gap: 60px;
    --index-lr-gap: 100px;
    --index-t-gap: 80px;
    --page-lr-gap: 60px;
  }
  .global-nav .container-fluid .navbar-brand {
    margin: 20px 20px 20px 0;
  }
  .global-nav .container-fluid .navbar-brand img {
    height: 40px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin-right: 40px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    font-size: 16px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a::before {
    bottom: 20px;
  }
  .case_global_tags > .container {
    line-height: 60px;
  }
  .index_more {
    width: 150px;
    height: 40px;
    border-radius: 20px;
  }
  .about_title {
    margin-bottom: 26px;
  }
  .about_title h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .about_more {
    width: 140px;
    height: 37px;
  }
  .about_profile .profile_l .text {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 26px;
  }
  .about_profile .profile_l .content {
    margin-bottom: 16px;
  }
  .about_profile .profile_l .content:last-of-type {
    margin-bottom: 26px;
  }
  .about_profile .profile_r {
    display: flex;
    align-items: center;
  }
  .recruit .recruit-content .recruit-header,
  .recruit .recruit-content .recruit-item .item-header {
    padding: 0 30px;
    height: 70px;
  }
  .recruit .recruit-content .recruit-header {
    height: 60px;
  }
  .recruit .recruit-content .recruit-item .item-content .text {
    font-size: 15px;
    line-height: 32px;
    padding: 10px 30px 25px;
  }
  .search-container .search-box input {
    height: 65px;
  }
  .search-container .search-box button {
    height: 65px;
    font-size: 22px;
  }
  .search-container .search-content-list .search-content-item {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  :root {
    --index-tb-gap: 50px;
    --index-lr-gap: 70px;
    --inside-gap: 40px;
    --index-t-gap: 70px;
    --page-lr-gap: 50px;
  }
  .global-nav .container-fluid .navbar-box {
    flex-direction: row-reverse;
  }
  .global-nav .container-fluid .navbar-box .navbar-toggler {
    margin-right: 20px;
    order: 6;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 600;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 90px;
    margin-bottom: 20px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin: 0;
    padding: 0 40px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    color: var(--white);
    font-size: 16px;
    flex: 1;
    line-height: 40px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a::before {
    bottom: 0;
    background-color: #fff;
    height: 1px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover {
    color: var(--white);
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active {
    color: var(--white);
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active::before {
    width: 0;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active:hover::before {
    width: 100%;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
    background-color: unset;
    line-height: 36px;
    position: unset;
    transform: translateX(0%);
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .list-box {
    padding: 0;
    align-items: unset;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .list-box .hide-item {
    flex: 1;
    font-size: 14px;
    color: var(--white);
    margin-left: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .list-box .hide-item:first-child {
    padding-top: 0;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .list-box .hide-item:last-child {
    padding-bottom: 0;
  }
  .global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    color: var(--white);
  }
  .global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active {
    color: var(--white);
  }
  .global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
    background-color: unset;
  }
  .global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
    color: var(--white);
  }
  .footer .footer_main .footer_l .footer_l_title {
    font-size: 16px;
    padding: 40px 0 20px;
  }
  .footer .footer_main .footer_l .form {
    width: 90%;
  }
  .footer .footer_main .footer_l .form .form_item {
    min-width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .footer .footer_main .footer_l .form button {
    width: 80px;
    height: 35px;
    font-size: 14px;
    margin: 20px 0 40px;
  }
  .footer .footer_main .footer_r .footer_navList {
    padding: 60px 0 20px;
  }
  .footer .footer_main .footer_r .footer_navList .footer_navItem {
    font-size: 12px;
  }
  .footer .footer_main .footer_r .footer_info {
    display: block;
  }
  .footer .footer_main .footer_r .footer_info .info_content .info {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footer .footer_main .footer_r .footer_info .qrcode_list .qrcode {
    width: 110px;
    padding-left: 0;
    padding-right: 20px;
  }
  .footer .footer_copyright {
    padding: 20px var(--index-lr-gap);
  }
  .global_banner {
    padding-top: 130px;
    padding-bottom: 140px;
  }
  .global_banner h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .global_banner h4 {
    font-size: 18px;
  }
  .global_pagination a {
    font-size: 14px;
    min-width: 36px;
    height: 36px;
    margin: 0 6px;
  }
  .global_pagination a .iconfont {
    font-size: 12px;
  }
  .global_tags .nav_item,
  .global_tags .path {
    font-size: 15px;
    padding: 25px 0;
  }
  .global_tags .nav_item {
    margin-right: 45px;
  }
  .global_footer .footer_main {
    padding: var(--index-t-gap) var(--index-lr-gap) 30px;
  }
  .global_footer .footer_main .footer_r {
    padding-left: 40px;
  }
  .global_footer .footer_copyright {
    padding: 30px var(--index-lr-gap) 40px;
  }
  .global_footer .footer_copyright .message {
    line-height: 30px;
  }
  .index_title h3 {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .index_title h4 {
    font-size: 24px;
  }
  .index-banner .index-banner-pagination {
    left: 100px;
  }
  .index-banner .swiper-slide .index-banner-text {
    left: 100px;
  }
  .index-banner .swiper-slide .index-banner-text h3 {
    font-size: 30px;
    padding: 20px 0 40px;
  }
  .index-banner .swiper-slide .index-banner-text .text_chn {
    font-size: 20px;
  }
  .index-banner .swiper-slide .index-banner-text .text_en {
    padding: 15px 0 40px;
    font-size: 14px;
  }
  .index_about .about_l {
    padding-right: 60px;
    padding-bottom: calc(var(--index-t-gap) - 20px);
  }
  .index_about .about_l .text {
    font-size: 15px;
    line-height: 30px;
    margin-top: 25px;
  }
  .index_about .about_l .about-stat {
    margin: 60px 0;
  }
  .index_about .about_l .about-stat .stat-item {
    padding: 0 20px;
  }
  .index_about .about_l .about-stat .stat-item::before {
    height: 60px;
  }
  .index_about .about_l .about-stat .stat-item .item-data {
    padding-bottom: 20px;
  }
  .index_about .about_l .about-stat .stat-item .item-data .data-value.about-data {
    font-size: 30px;
  }
  .index_about .about_l .about-stat .stat-item .item-explain {
    font-size: 15px;
  }
  .index_business {
    padding-bottom: var(--index-t-gap);
  }
  .index_business .business_container .business_title .text {
    font-size: 18px;
    line-height: 36px;
    margin-top: 30px;
  }
  .index_business .business_container .business_item {
    padding: 20px 20px;
    margin: 17px auto 20px;
  }
  .index_business .business_container .business_item::before {
    width: calc(100% - 20px - 20px);
  }
  .index_business .business_container .business_item img {
    width: 28px;
    margin-bottom: 30px;
  }
  .index_business .business_container .business_item .item_title {
    margin-bottom: 20px;
  }
  .index_business .business_container .business_item .item_title h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .index_business .business_container .business_item .item_title h4 {
    font-size: 14px;
    height: 28px;
  }
  .index_business .business_container .business_item .item_more {
    font-size: 12px;
  }
  .index_business .business_container .business_item .item_more .iconfont {
    margin-left: 5px;
  }
  .index_business .business_container .col-lg-3:nth-of-type(-n + 3) {
    margin-bottom: 25px;
  }
  .index_technical {
    padding-bottom: var(--index-t-gap);
  }
  .index_technical .technical_l {
    padding-right: 50px;
  }
  .index_technical .technical_l .technical_tab {
    margin-top: 40px;
  }
  .index_technical .technical_l .technical_tab .tab {
    font-size: 18px;
    margin-right: 50px;
  }
  .index_technical .technical_l .text {
    font-size: 15px;
    line-height: 28px;
    margin: 16px 0 28px;
  }
  .index_technical .technical_l .index_more {
    margin-bottom: 30px;
  }
  .index_technical .technical_r .index_swiper_button {
    width: 40px;
    height: 40px;
    bottom: 30px;
  }
  .index_technical .technical_r .index_swiper_button::after {
    font-size: 18px;
  }
  .index_technical .technical_r .index_swiper_button.swiper-button-prev {
    left: 30px;
  }
  .index_technical .technical_r .index_swiper_button.swiper-button-next {
    left: 80px;
  }
  .index_technical .technical_r .swiper-pagination {
    bottom: 30px;
    left: 140px;
  }
  .index_technical .technical_r .swiper-pagination .swiper-pagination-current {
    font-size: 22px;
  }
  .index_news {
    padding-bottom: var(--index-t-gap);
  }
  .index_news .news_top {
    margin-bottom: 30px;
  }
  .index_news .news_top .news_tab .tab {
    font-size: 18px;
    margin-left: 35px;
  }
  .index_news .index_news_list .row {
    margin: 0 -15px;
  }
  .index_news .index_news_list .news_item {
    padding: 0 15px;
  }
  .index_news .index_news_list .news_item .time {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .index_news .index_news_list .news_item .title {
    font-size: 18px;
    margin-bottom: 10px;
    height: 54px;
  }
  .index_news .index_news_list .news_item .text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 22px;
    height: 56px;
  }
  .index_banner .banner_text h3 {
    font-size: 42px;
    margin-bottom: 24px;
  }
  .index_banner .banner_text h4 {
    font-size: 16px;
  }
  .about_title {
    margin-bottom: 22px;
  }
  .about_title h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .about_profile .profile_l {
    padding-right: 40px;
  }
  .about_profile .profile_l .text {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .about_profile .profile_l .content {
    line-height: 26px;
    margin-bottom: 12px;
  }
  .about_profile .profile_l .content:last-of-type {
    margin-bottom: 20px;
  }
  .about_profile .profile_r {
    width: 40%;
  }
  .about_detail {
    padding-bottom: var(--index-tb-gap);
  }
  .about_detail .detail_content .content {
    font-size: 15px;
    line-height: 30px;
  }
  .culture_popup {
    width: 600px;
    min-height: 560px;
    padding: 80px 40px;
  }
  .culture_popup .icon_bg {
    width: 74px;
    height: 74px;
    margin-bottom: 20px;
  }
  .culture_popup .icon_bg img {
    width: 48px;
  }
  .culture_popup .title {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .culture_popup .text {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .about_culture .culture_item {
    padding-top: 240px;
    height: 500px;
  }
  .about_culture .culture_item img {
    height: 55px;
    margin-bottom: 30px;
  }
  .about_culture .culture_item .title {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .about_file {
    padding: var(--index-tb-gap) 0 160px;
  }
  .about_file .file_swiper {
    height: 200px;
  }
  .about_speech .text,
  .about_declaration .text {
    font-size: 15px;
    line-height: 30px;
  }
  .about_speech .text {
    width: 61%;
  }
  .business_list {
    margin-bottom: -30px;
  }
  .business_list .row {
    margin: 0 -15px;
  }
  .business_list .business_item {
    padding: 0 15px 126px;
    margin-bottom: 40px;
  }
  .business_list .business_item .content {
    width: calc(100% - 60px);
    padding: 16px 20px 20px;
  }
  .business_detail {
    padding: 30px 0 60px;
  }
  .business_detail .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .business_detail .text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .news_main .news_main_swiper .swiper-slide .main_l {
    padding: 30px;
  }
  .news_main .news_main_swiper .swiper-slide .main_l .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .news_main .news_main_swiper .swiper-slide .main_l .time {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .news_main .news_main_swiper .swiper-slide .main_l .text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .news_main .news_main_swiper .swiper-slide .main_r {
    width: 50%;
  }
  .news_list {
    margin-bottom: 40px;
  }
  .news_list .news_item .item_content {
    padding-left: 50px;
  }
  .news_list .news_item .item_content .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .news_list .news_item .item_content .time {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .news_list .news_item .item_content .text {
    font-size: 14px;
    line-height: 28px;
  }
  .news_detail {
    padding-top: 30px;
  }
  .news_detail .container .detail_content {
    padding-top: 30px;
  }
  .news_detail .container .detail_content .detail_top .title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .news_detail .container .detail_content .detail_top .message {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .news_detail .container .detail_content .content {
    font-size: 14px;
    line-height: 22px;
    padding: 30px 30px 0 0;
  }
  .news_detail .container .detail_content .content img {
    margin: 20px auto;
  }
  .news_detail .container .detail_content .derail_footer a {
    font-size: 14px;
  }
  .news_detail .container .detail_content .derail_footer a:first-child {
    margin-bottom: 15px;
  }
  .news_detail .container .recommend {
    width: 21.43%;
    padding: 30px 0 40px 20px;
  }
  .news_detail .container .recommend .recommend_title {
    font-size: 22px;
  }
  .news_detail .container .recommend .recommend_item .imgBox {
    margin-bottom: 8px;
  }
  .news_detail .container .recommend .recommend_item .text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .technical .text {
    font-size: 15px;
    line-height: 28px;
  }
  .technical .swiper_container {
    padding: 0 60px;
  }
  .technical .swiper_container .technical_swiper .swiper-slide .text {
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
  }
  .technical .about-stat {
    padding: var(--index-tb-gap) var(--page-lr-gap) 0;
  }
  .technical .about-stat .stat-item {
    padding: 40px 0;
  }
  .technical .about-stat .stat-item .item-data .data-value.about-data {
    font-size: 55px;
  }
  .laboratory .laboratory_swiper {
    padding-bottom: 30px;
  }
  .equipment .row {
    margin: 0 -10px;
  }
  .equipment .equipment_item {
    padding: 0 10px;
  }
  .equipment .equipment_item .content {
    height: 60px;
  }
  .equipment .equipment_item .content .text {
    font-size: 14px;
  }
  .talent_concept {
    padding-bottom: 0;
  }
  .talent_concept .row {
    margin: 0 -10px;
  }
  .talent_concept .row .col {
    padding: 0 10px;
  }
  .talent_concept .row .col:first-child .talent_item {
    padding: var(--index-tb-gap) var(--inside-gap) calc(var(--index-tb-gap) + 15px);
  }
  .talent_concept .row .col:nth-child(2) .talent_item .about_title, .talent_concept .row .col:nth-child(3) .talent_item .about_title {
    margin-bottom: 60px;
  }
  .talent_concept .talent_item {
    margin-bottom: var(--index-tb-gap);
  }
  .talent_concept .talent_item .concept_list {
    font-size: 14px;
    line-height: 18px;
  }
  .talent_concept .talent_item .concept_list span {
    margin-right: 26px;
  }
  .talent_concept .talent_item .about_more {
    margin-right: 20px;
  }
  .talent_recruit .content {
    line-height: 34px;
  }
  .recruit .about_title .l_message span:first-child {
    font-size: 16px;
    line-height: 26px;
    margin-right: 15px;
  }
  .recruit .recruit-content .recruit-header span:first-child,
  .recruit .recruit-content .recruit-item .item-header span:first-child {
    flex: 0 0 31%;
  }
  .recruit .recruit-content .recruit-header span:last-child,
  .recruit .recruit-content .recruit-item .item-header span:last-child {
    flex: 0 0 4%;
  }
  .recruit .recruit-content .recruit-header {
    font-size: 16px;
  }
  .recruit .recruit-content .recruit-item .item-header {
    font-size: 15px;
  }
  .recruit .recruit-content .recruit-item .item-content .text {
    font-size: 14px;
    line-height: 30px;
  }
  .contact .contact-content .contact-l {
    padding: var(--index-tb-gap) 30px 30px;
  }
  .contact .contact-content .contact-l .option {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .contact .contact-content .contact-l img {
    width: 160px;
  }
  .contact_form .row {
    margin: 0 -10px;
  }
  .contact_form .row .col {
    padding: 0 10px;
  }
  .contact_form .form_item {
    margin-bottom: 20px;
  }
  .contact_form .form_item .label {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .contact_form .form_item input,
  .contact_form .form_item textarea {
    padding: 10px 10px;
    font-size: 16px;
  }
  .contact_form .form_item input {
    height: 40px;
  }
  .contact_form .form_item textarea {
    height: 130px;
  }
  .contact_form .submit {
    height: 45px;
    font-size: 20px;
  }
  .search-container {
    max-width: 100%;
    padding: var(--index-tb-gap) var(--index-lr-gap);
  }
  .search-container .search-box input {
    height: 60px;
    font-size: 18px;
  }
  .search-container .search-box button {
    height: 60px;
  }
  .search-container .search-result-text {
    font-size: 15px;
  }
  .search-container .search-nav .search-nav-item {
    font-size: 16px;
  }
  .search-container .search-content-list .search-content-item {
    font-size: 20px;
    padding: 41px 0 44px;
  }
}

@media (max-width: 992px) {
  :root {
    --index-tb-gap: 40px;
    --index-lr-gap: 50px;
    --inside-gap: 40px;
    --index-t-gap: 60px;
    --page-lr-gap: 40px;
  }
  .overlay .dialog .iconfont {
    right: -22px;
    top: -30px;
    height: 34px;
    font-size: 24px;
  }
  .global_footer .footer_main .footer_l {
    flex: 1;
    text-align: center;
  }
  .global_footer .footer_main .footer_r {
    display: none;
  }
  .global_footer .footer_copyright {
    padding: 20px var(--index-lr-gap) 30px;
  }
  .index_about .about_l_bg {
    display: block;
  }
  .index_about .about_l {
    width: 100%;
    padding-right: var(--index-lr-gap);
  }
  .index_about .about_l .index_more {
    margin-right: 20px;
  }
  .index_about .about_l .about-stat .stat-item {
    padding: 0 50px;
  }
  .index_about .about_l .index_more.more_video {
    display: inline-flex;
  }
  .index_about .about_r {
    display: none;
  }
  .index_business .business_container .business_item {
    margin-top: 0;
  }
  .index_business .business_container .col-lg-3:nth-of-type(-n + 3) {
    margin-bottom: 0;
  }
  .index_technical .technical_l {
    padding-right: 25px;
  }
  .index_technical .technical_l .technical_tab {
    margin-top: 25px;
  }
  .index_technical .technical_l .technical_tab .tab {
    font-size: 16px;
    margin-right: 30px;
  }
  .index_technical .technical_l .text {
    font-size: 14px;
    line-height: 24px;
    margin: 14px 0 20px;
  }
  .index_technical .technical_l .index_more {
    margin-bottom: 25px;
  }
  .index_news .news_top {
    margin-bottom: 20px;
  }
  .index_news .news_top .news_tab .tab {
    font-size: 16px;
    margin-left: 30px;
  }
  .index_news .index_news_list .row {
    margin: 0 -10px;
  }
  .index_news .index_news_list .news_item {
    padding: 0 10px;
  }
  .index_news .index_news_list .news_item .time {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .index_news .index_news_list .news_item .title {
    font-size: 16px;
    margin-bottom: 8px;
    height: 48px;
  }
  .index_news .index_news_list .news_item .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    height: 48px;
  }
  .about_title {
    margin-bottom: 20px;
  }
  .about_title h3 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .about_profile {
    display: block;
  }
  .about_profile .profile_l {
    padding-right: 0;
  }
  .about_profile .profile_l .text {
    margin-bottom: 18px;
  }
  .about_profile .profile_l .content {
    margin-bottom: 10px;
  }
  .about_profile .profile_l .content:last-of-type {
    margin-bottom: 18px;
  }
  .about_profile .profile_r {
    width: 100%;
    margin-top: 25px;
  }
  .about_profile .profile_r img {
    height: 500px;
    object-fit: contain;
  }
  .about_detail .detail_content .content {
    font-size: 14px;
    line-height: 28px;
  }
  .about_honoray .honoray_swiper {
    padding-bottom: 35px;
  }
  .about_honoray .honoray_swiper .swiper-slide {
    height: 300px;
    padding: 15px;
  }
  .about_file {
    padding: var(--index-tb-gap) 0 120px;
  }
  .about_file .file_swiper {
    height: 200px;
  }
  .about_file .file_swiper .swiper-slide img {
    width: 34px;
  }
  .about_file .file_swiper .swiper-slide span {
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .about_speech .text,
  .about_declaration .text {
    font-size: 14px;
    line-height: 28px;
  }
  .about_speech .text {
    width: 64%;
  }
  .business_relaTed .business_item:nth-child(3) {
    display: none;
  }
  .news_list .news_item .imgBox {
    width: 300px;
  }
  .news_list .news_item .item_content {
    padding-left: 40px;
  }
  .recruit .about_title {
    display: block;
  }
  .recruit .recruit-content .recruit-header,
  .recruit .recruit-content .recruit-item .item-header {
    padding: 0 20px;
    height: 60px;
  }
  .recruit .recruit-content .recruit-header span:last-child,
  .recruit .recruit-content .recruit-item .item-header span:last-child {
    flex: 0 0 5%;
  }
  .recruit .recruit-content .recruit-header {
    font-size: 16px;
    height: 50px;
  }
  .recruit .recruit-content .recruit-item .item-header {
    font-size: 14px;
  }
  .recruit .recruit-content .recruit-item .item-content .text {
    font-size: 14px;
    line-height: 28px;
    padding: 10px 20px 15px;
  }
  .contact .contact-content {
    display: block;
  }
  .contact .contact-content .contact-l {
    width: 100%;
    padding: var(--index-tb-gap) 0 30px;
    text-align: center;
  }
  .contact .contact-content .contact-r {
    width: 100%;
  }
  .contact .contact-content .contact-r #map-container {
    height: 380px;
  }
  .search-container .search-box input {
    height: 55px;
    font-size: 16px;
  }
  .search-container .search-box button {
    height: 55px;
    font-size: 20px;
  }
  .search-container .search-result-text {
    font-size: 14px;
    padding: 35px 0 38px;
  }
  .search-container .search-nav .search-nav-item {
    font-size: 15px;
  }
  .search-container .search-content-list {
    padding-bottom: 30px;
  }
  .search-container .search-content-list .search-content-item {
    font-size: 18px;
    padding: 31px 0 34px;
  }
}

@media (max-width: 768px) {
  :root {
    --content-font-size: 13px;
    --content-line-height: 28px;
    --index-tb-gap: 30px;
    --index-lr-gap: 30px;
    --index-t-gap: 40px;
    --inside-gap-sm: 30px;
    --inside-gap: 30px;
    --page-lr-gap: 30px;
  }
  .global-nav .container-fluid {
    padding-left: 30px;
  }
  .global-nav .container-fluid .navbar-brand {
    margin: 18px 15px 18px 0;
  }
  .global-nav .container-fluid .navbar-brand .img-n {
    height: 34px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    padding: 0 30px;
  }
  .global-nav .container-fluid .navbar-box .nav_search {
    width: 80px;
  }
  .footer .footer_main .footer_l .footer_l_title {
    padding: 30px 0 20px;
  }
  .footer .footer_main .footer_l .form {
    width: 90%;
  }
  .footer .footer_main .footer_l .form .form_item {
    margin-bottom: 15px;
    text-indent: 12px;
  }
  .footer .footer_main .footer_l .form button {
    margin: 10px 0 15px;
  }
  .footer .footer_main .footer_r .footer_navList {
    padding: 40px 0 20px;
  }
  .footer .footer_main .footer_r .footer_info .info_content .info {
    margin-bottom: 10px;
  }
  .footer .footer_main .footer_r .footer_info .qrcode_list .qrcode {
    width: 90px;
    padding-right: 10px;
  }
  .footer .footer_copyright {
    padding: 15px var(--index-lr-gap);
  }
  .global_banner {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .global_banner h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .global_pagination a {
    min-width: 34px;
    height: 34px;
    margin: 0 5px;
  }
  .global_tags .nav_item,
  .global_tags .path {
    font-size: 14px;
    padding: 20px 0;
  }
  .global_tags .nav_item {
    margin-right: 30px;
  }
  .overlay .dialog {
    width: 90%;
    padding: 6px;
  }
  .global_footer .footer_main {
    padding-bottom: 20px;
  }
  .global_footer .footer_main .footer_l img {
    width: 80px;
  }
  .global_footer .footer_main .footer_l .main_message {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
  .global_footer .footer_copyright {
    padding: 10px var(--index-lr-gap) 20px;
    flex-direction: column-reverse;
  }
  .global_footer .footer_copyright .message {
    opacity: 0.5;
    font-size: 14px;
    line-height: 26px;
  }
  .global_footer .footer_copyright .copyright_code {
    margin: auto;
  }
  .global_footer .footer_copyright .copyright_code .weixin .iconfont {
    margin: 0 10px 20px;
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  .global_footer .footer_copyright .copyright_code .weixin img {
    width: 150px;
  }
  .index_more {
    width: 130px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
  }
  .index_more .iconfont {
    margin-left: 10px;
  }
  .index_title h3 {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .index_title h4 {
    font-size: 20px;
  }
  .index-banner .index-banner-pagination {
    left: 50px;
  }
  .index-banner .swiper-slide .index-banner-text {
    left: 50px;
  }
  .index-banner .swiper-slide .index-banner-text h3 {
    font-size: 20px;
    padding: 0 0 25px;
  }
  .index-banner .swiper-slide .index-banner-text .text_chn {
    font-size: 16px;
  }
  .index-banner .swiper-slide .index-banner-text .text_en {
    padding: 10px 0 20px;
    font-size: 12px;
  }
  .index_about .about_l {
    padding-bottom: calc(var(--index-t-gap) - 10px);
  }
  .index_about .about_l .text {
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
  }
  .index_about .about_l .about-stat {
    margin: 40px 0;
  }
  .index_about .about_l .about-stat .stat-item {
    padding: 0 40px;
  }
  .index_about .about_l .about-stat .stat-item .item-data {
    padding-bottom: 14px;
  }
  .index_about .about_l .about-stat .stat-item .item-data .data-value {
    font-size: 12px;
  }
  .index_about .about_l .about-stat .stat-item .item-data .data-value.about-data {
    font-size: 26px;
  }
  .index_about .about_l .about-stat .stat-item .item-explain {
    font-size: 14px;
  }
  .index_about .about_l .index_more.more_video .iconfont {
    font-size: 18px;
  }
  .index_business .business_container .business_title .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  .index_business .business_container .business_item {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .index_business .business_container .business_item::before {
    width: calc(100% - 15px - 15px);
  }
  .index_business .business_container .business_item img {
    width: 24px;
    margin-bottom: 20px;
  }
  .index_business .business_container .business_item .item_title {
    margin-bottom: 16px;
  }
  .index_business .business_container .business_item .item_title h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .index_business .business_container .business_item .item_title h4 {
    font-size: 12px;
    height: 24px;
  }
  .index_business .business_container .business_item .item_more .iconfont {
    margin-left: 2px;
  }
  .index_technical {
    padding: var(--index-t-gap) var(--index-lr-gap);
  }
  .index_technical.active {
    display: block;
  }
  .index_technical .technical_l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .index_technical .technical_l .text {
    font-size: 14px;
    line-height: 24px;
    margin: 14px 0 20px;
  }
  .index_technical .technical_l .index_more {
    margin-bottom: 25px;
  }
  .index_technical .technical_r {
    width: 100%;
  }
  .index_news .news_top {
    margin-bottom: 15px;
  }
  .index_news .news_top .news_tab .tab {
    font-size: 14px;
    margin-left: 15px;
  }
  .index_news .index_news_list .news_item {
    margin-bottom: 20px;
  }
  .index_news .index_news_list .news_item:last-child {
    margin-bottom: 0;
  }
  .index_news .index_news_list .news_item .time {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .index_news .index_news_list .news_item .title {
    font-size: 14px;
    margin-bottom: 5px;
    height: 42px;
  }
  .index_news .index_news_list .news_item .text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;
  }
  .index_banner .banner_text {
    left: 10%;
  }
  .index_banner .banner_text h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .index_banner .banner_text h4 {
    font-size: 16px;
  }
  .index_banner .banner_pagination {
    bottom: 30px;
  }
  .index_banner .side_pagination {
    right: 30px;
  }
  .about_title h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .about_more {
    width: 126px;
    height: 34px;
  }
  .about_profile .profile_l .text {
    margin-bottom: 16px;
  }
  .about_profile .profile_l .content {
    line-height: 24px;
    margin-bottom: 10px;
  }
  .about_profile .profile_l .content:last-of-type {
    margin-bottom: 16px;
  }
  .about_profile .profile_r {
    margin-top: 20px;
  }
  .about_detail .detail_content .content {
    font-size: 13px;
    line-height: 26px;
  }
  .culture_popup {
    width: 480px;
    min-height: 480px;
    padding: 60px 22px;
  }
  .culture_popup .icon_bg {
    width: 66px;
    height: 66px;
    margin-bottom: 15px;
  }
  .culture_popup .icon_bg img {
    width: 38px;
  }
  .culture_popup .title {
    font-size: 20px;
    margin-bottom: 45px;
  }
  .culture_popup .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about_culture {
    padding-top: 60px;
  }
  .about_culture .culture_item {
    padding-top: 30px;
    height: 220px;
    justify-content: center;
  }
  .about_culture .culture_item img {
    height: 46px;
    margin-bottom: 25px;
  }
  .about_culture .culture_item .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about_culture .culture_item .en_title {
    font-size: 14px;
  }
  .about_file {
    padding: var(--index-tb-gap) 0 100px;
  }
  .about_file .file_swiper {
    height: 160px;
  }
  .about_file .file_swiper .swiper-slide {
    width: 50%;
  }
  .about_file .file_swiper .swiper-slide img {
    width: 30px;
  }
  .about_file .file_swiper .swiper-slide span {
    font-size: 13px;
    line-height: 15px;
    margin-left: 6px;
  }
  .about_speech,
  .about_declaration {
    background-position: left;
  }
  .about_speech .text,
  .about_declaration .text {
    font-size: 13px;
    line-height: 26px;
  }
  .about_speech .text {
    width: 100%;
  }
  .about_declaration {
    background-position: 100% top;
    background-size: auto 70%;
  }
  .business_list {
    margin-bottom: -20px;
  }
  .business_list .row {
    margin: 0 -10px;
  }
  .business_list .business_item {
    padding: 0 10px 95px;
    margin-bottom: 20px;
  }
  .business_list .business_item .content {
    padding: 12px 16px 16px;
  }
  .business_list .business_item .content .text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    height: 56px;
  }
  .business_detail {
    padding: 30px 0 40px;
  }
  .business_detail .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .business_detail .text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .news_main .news_main_swiper .swiper-slide {
    display: block;
  }
  .news_main .news_main_swiper .swiper-slide .main_l {
    padding: 20px;
  }
  .news_main .news_main_swiper .swiper-slide .main_l .title {
    font-size: 20px;
  }
  .news_main .news_main_swiper .swiper-slide .main_l .time {
    margin-bottom: 10px;
  }
  .news_main .news_main_swiper .swiper-slide .main_r {
    width: 100%;
  }
  .news_list {
    margin-bottom: 20px;
  }
  .news_list .news_item {
    flex-direction: column-reverse;
  }
  .news_list .news_item .imgBox {
    width: 100%;
  }
  .news_list .news_item .item_content {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .news_list .news_item .item_content .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news_list .news_item .item_content .time {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .news_list .news_item .item_content .text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .news_detail {
    padding-top: var(--index-tb-gap);
  }
  .news_detail .container {
    display: block;
  }
  .news_detail .container .detail_content {
    padding-top: 0;
  }
  .news_detail .container .detail_content .detail_top .title {
    font-size: 22px;
    line-height: 26px;
  }
  .news_detail .container .detail_content .content {
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0 0 0;
  }
  .news_detail .container .recommend {
    width: 100%;
    padding: 20px 0 var(--index-tb-gap) 0;
    border-left: none;
    border-top: 1px solid #ddd;
  }
  .news_detail .container .recommend .recommend_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .news_detail .container .recommend .recommend_list {
    display: flex;
    margin: 0 -5px;
  }
  .news_detail .container .recommend .recommend_item {
    width: calc(33.33% - 2px);
    padding: 0 5px;
  }
  .news_detail .container .recommend .recommend_item:last-child {
    padding-right: 0;
  }
  .news_detail .container .recommend .recommend_item .text {
    margin-bottom: 0;
  }
  .technical .text {
    font-size: 14px;
    line-height: 26px;
  }
  .technical .swiper_container {
    padding: 0 42px;
  }
  .technical .swiper_container .technical_swiper .swiper-slide .text {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }
  .technical .swiper_container .swiper_btn {
    width: 40px;
    height: 40px;
  }
  .technical .swiper_container .swiper_btn.swiper-button-prev:after, .technical .swiper_container .swiper_btn.swiper-button-next:after {
    font-size: 14px;
  }
  .technical .about-stat {
    flex-wrap: wrap;
  }
  .technical .about-stat .stat-item {
    flex: none;
    width: 50%;
    padding: 20px 0;
  }
  .technical .about-stat .stat-item:nth-child(2n) {
    border-right: none;
  }
  .technical .about-stat .stat-item .item-data {
    padding-bottom: 10px;
  }
  .technical .about-stat .stat-item .item-data .data-value {
    font-size: 16px;
  }
  .technical .about-stat .stat-item .item-data .data-value.about-data {
    margin-right: 10px;
    font-size: 40px;
  }
  .technical .about-stat .stat-item .item-explain {
    font-size: 14px;
  }
  .laboratory .laboratory_swiper {
    padding-bottom: 25px;
  }
  .laboratory .laboratory_swiper .swiper-slide .text {
    font-size: 14px;
    line-height: 16px;
  }
  .equipment .row {
    margin: 0;
  }
  .equipment .equipment_item {
    margin-bottom: 20px;
    padding: 0 25px;
  }
  .equipment .equipment_item:last-child {
    margin-bottom: 0;
  }
  .talent_concept .row .col:first-child .talent_item {
    padding: var(--index-tb-gap) var(--inside-gap) calc(var(--index-tb-gap) + 10px);
  }
  .talent_concept .row .col:nth-child(2) .talent_item .about_title, .talent_concept .row .col:nth-child(3) .talent_item .about_title {
    margin-bottom: 40px;
  }
  .talent_recruit .content {
    line-height: 32px;
  }
  .recruit .about_title .l_message span {
    font-size: 12px;
    line-height: 20px;
  }
  .recruit .about_title .l_message span:first-child {
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
  }
  .recruit .recruit-content .recruit-header,
  .recruit .recruit-content .recruit-item .item-header {
    padding: 0 15px;
    height: 50px;
  }
  .recruit .recruit-content .recruit-header span:first-child,
  .recruit .recruit-content .recruit-item .item-header span:first-child {
    flex: 0 0 36%;
  }
  .recruit .recruit-content .recruit-header span:nth-child(4),
  .recruit .recruit-content .recruit-item .item-header span:nth-child(4) {
    flex: 0 0 22%;
  }
  .recruit .recruit-content .recruit-header span:last-child,
  .recruit .recruit-content .recruit-item .item-header span:last-child {
    flex: 0 0 10%;
  }
  .recruit .recruit-content .recruit-header {
    font-size: 14px;
  }
  .recruit .recruit-content .recruit-item .item-header {
    font-size: 13px;
  }
  .recruit .recruit-content .recruit-item .item-content .text {
    font-size: 12px;
    line-height: 24px;
    padding: 5px 15px 10px;
  }
  .contact_form .form_item .label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact_form .form_item input,
  .contact_form .form_item textarea {
    font-size: 14px;
  }
  .contact_form .form_item input {
    height: 35px;
  }
  .contact_form .form_item textarea {
    height: 100px;
  }
  .contact_form .submit {
    height: 40px;
    font-size: 18px;
  }
  .contact .contact-content .contact-l {
    padding: var(--index-tb-gap) 0 20px;
  }
  .contact .contact-content .contact-l .option {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .contact .contact-content .contact-l img {
    width: 140px;
  }
  .contact .contact-content .contact-r #map-container {
    height: 320px;
  }
  .search-container .search-box input {
    height: 50px;
    padding: 0 185px 0 15px;
    font-size: 14px;
  }
  .search-container .search-box button {
    height: 50px;
    width: 160px;
    font-size: 16px;
  }
  .search-container .search-result-text {
    font-size: 13px;
    padding: 35px 0 38px;
  }
  .search-container .search-nav .search-nav-item {
    font-size: 14px;
  }
  .search-container .search-content-list {
    padding-bottom: 26px;
  }
  .search-container .search-content-list .search-content-item {
    font-size: 16px;
    padding: 25px 0 28px;
  }
}

@media (max-width: 576px) {
  :root {
    --index-tb-gap: 25px;
    --index-lr-gap: 12px;
    --index-t-gap: 30px;
    --inside-gap-sm: 25px;
    --inside-gap: 20px;
    --page-lr-gap: 12px;
  }
  .global-nav .container-fluid {
    padding-left: 12px;
  }
  .global-nav .container-fluid .navbar-brand {
    margin: 18px 4px 18px 0;
  }
  .global-nav .container-fluid .navbar-brand .img-n {
    height: 24px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 70px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    padding: 0 20px;
  }
  .global-nav .container-fluid .navbar-box .nav_search {
    width: 60px;
  }
  .global-nav .container-fluid .navbar-box .nav_search .iconfont {
    font-size: 20px;
  }
  .footer .footer_main .footer_l .footer_l_title {
    padding: 20px 0 10px;
  }
  .footer .footer_main .footer_l .form {
    width: 100%;
  }
  .footer .footer_main .footer_l .form .form_item {
    margin-bottom: 10px;
  }
  .footer .footer_main .footer_l .form button {
    margin: 10px 0 5px;
  }
  .footer .footer_main .footer_r .footer_navList {
    padding: 20px 0 5px;
  }
  .footer .footer_main .footer_r .footer_info .info_content .info {
    margin-bottom: 5px;
  }
  .footer .footer_main .footer_r .footer_info .qrcode_list {
    padding: 10px 0;
  }
  .footer .footer_main .footer_r .footer_info .qrcode_list .qrcode {
    width: 85px;
    padding-right: 10px;
  }
  .footer .footer_copyright {
    padding: 10px var(--index-lr-gap);
  }
  .global_banner {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .global_banner h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .global_banner h4 {
    font-size: 18px;
  }
  .global_pagination a {
    min-width: 30px;
    height: 30px;
    margin: 0 4px;
  }
  .global_tags .nav_item,
  .global_tags .path {
    font-size: 12px;
    padding: 16px 0;
  }
  .global_tags .nav_item {
    margin-right: 14px;
  }
  .global_footer .footer_main {
    padding-bottom: 15px;
  }
  .global_footer .footer_main .footer_l img {
    width: 60px;
  }
  .global_footer .footer_main .footer_l .main_message {
    font-size: 12px;
    line-height: 26px;
    margin-top: 15px;
  }
  .global_footer .footer_copyright {
    padding: 5px var(--index-lr-gap) 15px;
  }
  .global_footer .footer_copyright .message {
    opacity: 0.5;
    font-size: 12px;
    line-height: 20px;
  }
  .global_footer .footer_copyright .copyright_code .weixin .iconfont {
    margin: 0 5px 15px;
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  .global_footer .footer_copyright .copyright_code .weixin img {
    width: 100px;
  }
  .index_more {
    width: 106px;
    height: 32px;
    border-radius: 18px;
    font-size: 12px;
  }
  .index_more .iconfont {
    font-size: 12px;
    margin-left: 6px;
  }
  .index_title h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .index_title h4 {
    font-size: 16px;
  }
  .index-banner .index-banner-pagination {
    left: auto;
    right: 20px;
    bottom: 20px;
  }
  .index-banner .swiper-slide .index-banner-text {
    left: 20px;
  }
  .index-banner .swiper-slide .index-banner-text h3 {
    display: none;
  }
  .index-banner .swiper-slide .index-banner-text .text_chn {
    font-size: 14px;
    padding: 50px 0 0;
  }
  .index-banner .swiper-slide .index-banner-text .text_en {
    padding: 10px 0 20px;
    font-size: 12px;
  }
  .index_about .about_l .text {
    font-size: 13px;
    line-height: 26px;
    margin-top: 10px;
  }
  .index_about .about_l .about-stat {
    margin: 20px 0;
  }
  .index_about .about_l .about-stat .stat-item {
    padding: 0 16px;
  }
  .index_about .about_l .about-stat .stat-item::before {
    height: 60px;
  }
  .index_about .about_l .about-stat .stat-item .item-data {
    padding-bottom: 10px;
  }
  .index_about .about_l .about-stat .stat-item .item-data .data-value.about-data {
    font-size: 20px;
    margin-right: 0;
  }
  .index_about .about_l .about-stat .stat-item .item-explain {
    font-size: 13px;
  }
  .index_about .about_l .index_more {
    margin-right: 10px;
  }
  .index_about .about_l .index_more.more_video .iconfont {
    font-size: 16px;
  }
  .index_business .business_container .business_title {
    width: 50%;
  }
  .index_business .business_container .business_title .text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 14px;
  }
  .index_business .business_container .business_item {
    padding: 14px 12px;
    margin-bottom: 10px;
  }
  .index_business .business_container .business_item::before {
    width: calc(100% - 12px - 12px);
  }
  .index_business .business_container .business_item img {
    width: 20px;
    margin-bottom: 12px;
  }
  .index_business .business_container .business_item .item_title {
    margin-bottom: 14px;
  }
  .index_business .business_container .business_item .item_title h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .index_business .business_container .business_item .item_more .iconfont {
    margin-left: 2px;
  }
  .index_technical .technical_l {
    margin-bottom: 10px;
  }
  .index_technical .technical_l .technical_tab {
    margin-top: 15px;
  }
  .index_technical .technical_l .technical_tab .tab {
    font-size: 14px;
    margin-right: 30px;
  }
  .index_technical .technical_l .text {
    font-size: 12px;
    line-height: 22px;
    margin: 10px 0 15px;
  }
  .index_technical .technical_l .index_more {
    margin-bottom: 15px;
  }
  .index_technical .technical_r .index_swiper_button {
    width: 35px;
    height: 35px;
    bottom: 15px;
  }
  .index_technical .technical_r .index_swiper_button::after {
    font-size: 18px;
  }
  .index_technical .technical_r .index_swiper_button.swiper-button-prev {
    left: 15px;
  }
  .index_technical .technical_r .index_swiper_button.swiper-button-next {
    left: 56px;
  }
  .index_technical .technical_r .swiper-pagination {
    bottom: 15px;
    left: 105px;
  }
  .index_technical .technical_r .swiper-pagination .swiper-pagination-current {
    font-size: 20px;
  }
  .index_banner .banner_text {
    left: 5%;
  }
  .index_banner .banner_text h3 {
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }
  .index_banner .banner_text h4 {
    font-size: 14px;
  }
  .index_banner .banner_pagination {
    bottom: 10px;
  }
  .index_banner .banner_pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    margin: 0 3px;
  }
  .index_banner .side_pagination {
    display: none;
  }
  .about_title {
    margin-bottom: 14px;
  }
  .about_title h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .about_title h4 {
    font-size: 14px;
  }
  .about_more {
    width: 110px;
    height: 30px;
  }
  .about_profile .profile_l .text {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .about_profile .profile_l .content {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .about_profile .profile_l .content:last-of-type {
    margin-bottom: 14px;
  }
  .about_profile .profile_r {
    margin-top: 15px;
  }
  .about_profile .profile_r img {
    height: 350px;
  }
  .about_detail .detail_content .content {
    font-size: 12px;
    line-height: 24px;
  }
  .about_detail .detail_content .content img {
    margin-top: 10px;
  }
  .culture_popup {
    width: 80%;
    min-height: 320px;
    padding: 50px 12px 40px;
  }
  .culture_popup .close {
    top: 20px;
    right: 22px;
  }
  .culture_popup .close img {
    width: 18px;
  }
  .culture_popup .icon_bg {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
  }
  .culture_popup .icon_bg img {
    width: 34px;
  }
  .culture_popup .title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .culture_popup .text {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .about_culture {
    padding-top: 60px;
  }
  .about_culture .culture_item {
    padding-top: 20px;
    height: 160px;
  }
  .about_culture .culture_item img {
    height: 40px;
    margin-bottom: 20px;
  }
  .about_culture .culture_item .title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .about_culture .culture_item .en_title {
    font-size: 12px;
  }
  .about_honoray .honoray_swiper {
    padding-bottom: 22px;
  }
  .about_honoray .honoray_swiper .swiper-slide {
    height: auto;
    padding: 14px 10px;
  }
  .about_file {
    padding: var(--index-tb-gap) 0 60px;
  }
  .about_file .file_swiper {
    height: 100px;
  }
  .about_file .file_swiper .swiper-slide img {
    width: 24px;
  }
  .about_file .file_swiper .swiper-slide span {
    font-size: 12px;
    line-height: 14px;
    margin-left: 4px;
  }
  .about_speech .text,
  .about_declaration .text {
    font-size: 12px;
    line-height: 24px;
  }
  .about_declaration {
    background-size: auto 60%;
  }
  .business_list .business_item {
    padding: 0 10px 80px;
  }
  .business_list .business_item .content {
    width: calc(100% - 50px);
  }
  .business_list .business_item .content .text {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .business_detail {
    padding: 15px 0 18px;
  }
  .business_detail .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .business_detail .text {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .business_detail .row {
    margin: 0 -4px;
  }
  .business_detail .row .detail_img {
    padding: 0 4px;
    margin-bottom: 8px;
  }
  .business_relaTed .business_item:nth-child(3) {
    display: block;
  }
  .news_main .news_main_swiper .swiper-slide .main_l {
    padding: 15px;
  }
  .news_main .news_main_swiper .swiper-slide .main_l .title {
    font-size: 18px;
  }
  .news_main .news_main_swiper .swiper-slide .main_l .time {
    font-size: 12px;
  }
  .news_main .news_main_swiper .swiper-slide .main_l .text {
    font-size: 12px;
    line-height: 26px;
  }
  .news_list .news_item .item_content .title {
    font-size: 16px;
  }
  .news_list .news_item .item_content .time {
    font-size: 12px;
  }
  .news_list .news_item .item_content .text {
    font-size: 12px;
    line-height: 26px;
  }
  .news_detail .container .detail_content .detail_top .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .news_detail .container .detail_content .detail_top .message {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .news_detail .container .detail_content .content {
    font-size: 12px;
    line-height: 20px;
    padding: 15px 0 0 0;
  }
  .news_detail .container .detail_content .content img {
    margin: 10px auto;
  }
  .news_detail .container .detail_content .derail_footer a {
    font-size: 12px;
  }
  .news_detail .container .detail_content .derail_footer a:first-child {
    margin-bottom: 10px;
  }
  .news_detail .container .recommend {
    padding-top: 15px;
  }
  .news_detail .container .recommend .recommend_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news_detail .container .recommend .recommend_item .imgBox {
    margin-bottom: 5px;
  }
  .news_detail .container .recommend .recommend_item .text {
    font-size: 12px;
    line-height: 22px;
  }
  .technical .text {
    font-size: 12px;
    line-height: 24px;
  }
  .technical .swiper_container {
    padding: 0 32px;
  }
  .technical .swiper_container .technical_swiper .swiper-slide .text {
    font-size: 14px;
    line-height: 16px;
  }
  .technical .swiper_container .swiper_btn {
    width: 30px;
    height: 30px;
  }
  .technical .swiper_container .swiper_btn.swiper-button-prev:after, .technical .swiper_container .swiper_btn.swiper-button-next:after {
    font-size: 12px;
  }
  .technical .about-stat .stat-item {
    padding: 10px 0;
  }
  .technical .about-stat .stat-item .item-data {
    padding-bottom: 5px;
  }
  .technical .about-stat .stat-item .item-data .data-value {
    font-size: 14px;
  }
  .technical .about-stat .stat-item .item-data .data-value.about-data {
    margin-right: 5px;
    font-size: 30px;
  }
  .technical .about-stat .stat-item .item-explain {
    font-size: 12px;
  }
  .laboratory .laboratory_swiper {
    padding-bottom: 20px;
  }
  .laboratory .laboratory_swiper .swiper-slide .text {
    padding: 10px 6px;
    font-size: 12px;
    line-height: 14px;
  }
  .equipment .equipment_item {
    padding: 0 15px;
  }
  .equipment .equipment_item .content {
    height: 50px;
  }
  .equipment .equipment_item .content .text {
    font-size: 13px;
  }
  .talent_concept .row .col:first-child .talent_item {
    padding: var(--index-tb-gap) var(--inside-gap) var(--index-tb-gap);
  }
  .talent_concept .row .col:nth-child(2) .talent_item .about_title, .talent_concept .row .col:nth-child(3) .talent_item .about_title {
    margin-bottom: 20px;
  }
  .talent_concept .talent_item .concept_list {
    font-size: 12px;
    line-height: 16px;
  }
  .talent_concept .talent_item .concept_list span {
    margin-right: 10px;
  }
  .talent_concept .talent_item .about_more {
    margin-right: 15px;
  }
  .talent_recruit .content {
    font-size: 13px;
    line-height: 22px;
  }
  .recruit .about_title .l_message {
    display: flex;
    flex-direction: column;
  }
  .recruit .recruit-content .recruit-header,
  .recruit .recruit-content .recruit-item .item-header {
    padding: 0 10px;
    height: 40px;
  }
  .recruit .recruit-content .recruit-header span:first-child,
  .recruit .recruit-content .recruit-item .item-header span:first-child {
    flex: 0 0 40%;
  }
  .recruit .recruit-content .recruit-header span:last-child,
  .recruit .recruit-content .recruit-item .item-header span:last-child {
    flex: 0 0 10%;
  }
  .recruit .recruit-content .recruit-header span:nth-child(4),
  .recruit .recruit-content .recruit-item .item-header span:nth-child(4) {
    flex: 0 0 24%;
  }
  .recruit .recruit-content .recruit-header {
    font-size: 12px;
    height: 36px;
  }
  .recruit .recruit-content .recruit-item .item-header {
    font-size: 12px;
  }
  .recruit .recruit-content .recruit-item .item-content .text {
    font-size: 12px;
    line-height: 22px;
    padding: 5px 10px 10px;
  }
  .contact_form {
    padding-top: var(--index-tb-gap);
  }
  .contact_form .form_item {
    margin-bottom: 15px;
  }
  .contact_form .form_item .label {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .contact_form .form_item input,
  .contact_form .form_item textarea {
    padding: 6px;
    font-size: 12px;
  }
  .contact_form .form_item textarea {
    height: 80px;
  }
  .contact_form .submit {
    height: 35px;
    font-size: 16px;
  }
  .contact .contact-content .contact-l .option {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .contact .contact-content .contact-l img {
    width: 100px;
  }
  .contact .contact-content .contact-r #map-container {
    height: 260px;
  }
  .contact .contact-content .contact-r #map-container .amap-icon {
    width: 65px !important;
    height: 65px !important;
  }
  .contact .contact-content .contact-r #map-container .amap-icon img {
    width: 50px;
  }
  .search-container .search-box input {
    height: 40px;
    padding: 0 115px 0 15px;
  }
  .search-container .search-box button {
    height: 40px;
    width: 100px;
    font-size: 14px;
  }
  .search-container .search-result-text {
    padding: 25px 0 28px;
  }
  .search-container .search-nav {
    padding-bottom: 14px;
  }
  .search-container .search-nav .search-nav-item {
    font-size: 13px;
    padding-right: 10px;
  }
  .search-container .search-content-list {
    padding-bottom: 22px;
  }
  .search-container .search-content-list .search-content-item {
    font-size: 14px;
    padding: 22px 0 24px;
  }
}
