@charset "UTF-8";
html {
  position: relative;
  overflow-y: auto;
  scroll-padding-top: 6.25rem;
}
body {
  width: 100%;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #111;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #111;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #111;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #111;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.bgbx {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(-50%);
  width: 80px;
  height: 100px;
  color: #283593;
  line-height: 100px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  transition: all 0.4s;
}
.swiper-btn span {
  color: #fff;
  font-size: 30px;
}
.swiper-btn:hover {
  background: #c9d3cd;
}
.container {
  width: 75rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.main {
  width: 80.625rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.inner-header-icon {
  display: none;
  color: #333;
  height: 3.625rem;
  font-size: 1.563rem;
  text-align: center;
  float: right;
  width: 3.125rem;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 3;
  transform: scale(1.3);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 1px;
  background-color: #283593;
}
.inner-header-icon span:nth-child(1) {
  transform: translateY(0.625rem) rotate(0deg);
}
.inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.inner-header-icon span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(0deg);
}
.inner-header-icon-click span {
  background: #011d49;
}
.inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.inner-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clickthird {
  0% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.inner-header-icon-out span {
  background: #333;
}
.inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-0.625rem) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(0.625rem) rotate(0deg);
  }
}
.common_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 8.125rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.common_banner_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.common_banner_text .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.common_banner_text .container h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 0.75rem;
}
.common_banner_text .container span {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.625rem;
}
.common_banner_text .container em {
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.common_crumb {
  background-color: #E5E5E5;
}
.common_crumb_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.125rem;
}
.common_crumb_content p {
  font-size: 1rem;
  color: #232323;
}
.common_crumb_content p a {
  color: #232323;
}
.common_crumb_content p a:hover {
  color: #012461;
}
.common_navbox {
  margin-bottom: 2.5rem;
}
.common_navbox ul {
  display: flex;
  flex-wrap: wrap;
}
.common_navbox ul li {
  margin-bottom: 1rem;
}
.common_navbox ul li:not(:last-child) {
  margin-right: 2%;
}
.common_navbox ul li.active a,
.common_navbox ul li:hover a {
  background-color: #012461;
  color: #fff;
}
.common_navbox ul li a {
  display: inline-block;
  height: 2.5rem;
  padding: 0 1.25rem;
  border: 1px solid #012461;
  border-radius: 1.25rem;
  font-size: 1rem;
  text-align: center;
  line-height: 2.5rem;
  color: #012461;
  box-sizing: border-box;
  transition: all 0.3s;
}
.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.875rem;
  color: #333;
  margin: 0 0.375rem;
  border: 0;
  background-color: #e9e9e9;
  border-radius: 3px;
  box-sizing: border-box;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #283593;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #283593;
}
.common_pagination li {
  display: flex;
}
.common_pagination li:first-child > a,
.common_pagination li:last-child > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 1.875rem;
}
.common_pagebtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.common_pagebtn a {
  display: flex;
  max-width: 80%;
  font-size: 0.75rem;
  line-height: 2rem;
  color: #232323;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.common_pagebtn a:hover {
  color: #012461;
}
.showhonor {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.showhonor.active {
  display: block;
}
.showhonor .closebtn {
  position: fixed;
  top: 85%;
  left: 50%;
  z-index: 5;
  margin-left: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #333;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.showhonor .closebtn:hover {
  background: #ccc;
}
.showhonor .closebtn:hover i {
  color: #fff;
}
.showhonor .closebtn i {
  font-size: 1.25rem;
  color: #333;
  font-weight: 700;
}
.showhonor_content {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showhonor_content .imgbx img {
  display: block;
  width: 60vw;
  height: 60vh;
  object-fit: contain;
  margin: 0 auto;
}
.searchbd_content {
  padding: 12rem 0 3rem;
}
.searchbd_content_item {
  position: relative;
}
.searchbd_content_item:not(:last-child) {
  margin-bottom: 2rem;
}
.searchbd_content_item h3 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1.75rem;
}
.searchbd_content_item p {
  font-size: 1rem;
  color: #666;
  line-height: 1.625rem;
}
.searchbd_content_item:hover h3 {
  color: #012461;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.4s;
}
.index_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.index_header_top {
  height: 2.5rem;
  background-color: #012461;
}
.index_header_top .leftbx ul {
  display: flex;
  align-items: center;
}
.index_header_top .leftbx ul li {
  display: flex;
  align-items: center;
}
.index_header_top .leftbx ul li:not(:last-child) {
  margin-right: 3.75rem;
}
.index_header_top .leftbx ul li .iconbx {
  margin-right: 1rem;
}
.index_header_top .leftbx ul li .iconbx i {
  font-size: 1rem;
  color: #fff;
  opacity: 0.7;
}
.index_header_top .leftbx ul li p {
  font-size: 0.875rem;
  color: #fff;
}
.index_header_top .leftbx ul li a {
  font-size: 0.875rem;
  color: #fff;
}
.index_header_top .rightbx form {
  border-bottom: 1px solid #ffffff;
}
.index_header_top .rightbx form input {
  font-size: 0.875rem;
  color: #fff;
  background-color: transparent;
  border: 0;
  outline: none;
}
.index_header_top .rightbx form button {
  background-color: transparent;
  border: 0;
  outline: none;
}
.index_header_top .rightbx form button i {
  font-size: 1rem;
  color: #ffffff;
}
.index_header_top .rightbx form button:hover {
  cursor: pointer;
}
.index_header_top .rightbx form input::-webkit-input-placeholder,
.index_header_top .rightbx form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.3);
}
.index_header_top .rightbx form input:-moz-placeholder,
.index_header_top .rightbx form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.3);
}
.index_header_top .rightbx form input::-moz-placeholder,
.index_header_top .rightbx form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.3);
}
.index_header_top .rightbx form input:-ms-input-placeholder,
.index_header_top .rightbx form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.3);
}
.index_header_navbox {
  width: 100%;
  height: 5.625rem;
}
.index_header_navbox .logobox {
  display: flex;
  align-items: center;
}
.index_header_navbox .logobox_M {
  display: none;
}
.index_header_navbox .logobox .logoimg {
  display: block;
  width: 3.4375rem;
  height: 4.4375rem;
}
.index_header_navbox .logobox .logoimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_header_navbox .logobox .text {
  margin-left: 0.875rem;
}
.index_header_navbox .logobox .text h1 {
  font-size: 1.25rem;
  color: #012461;
}
.index_header_navbox .logobox .text h1:first-child {
  margin-bottom: 0.625rem;
}
.index_header_navbox .logobox .text p {
  font-size: 0.875rem;
  color: #012461;
}
.index_header .navbx {
  display: flex;
  align-items: center;
  height: 5.625rem;
  margin-top: auto;
}
.index_header_nav {
  display: flex;
  height: 100%;
}
.index_header_nav_M {
  display: none;
}
.index_header_nav > ul {
  display: flex;
  height: 100%;
}
.index_header_nav_item {
  position: relative;
  display: flex;
  align-items: center;
}
.index_header_nav_item:not(:last-child) {
  margin-right: 0.5rem;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 5.625rem;
  font-size: 1rem;
  color: #333;
  padding: 0 1.125rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_header_nav_item > a::after {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  transform: scale(0);
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #012461;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 5.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9rem;
  max-height: 0;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
  z-index: 49;
  transition: all 0.3s;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}
.index_header_nav_item .dropdown.dropdowm2 {
  left: 50%;
  transform: translateX(-50%);
  width: 10.5rem;
}
.index_header_nav_item .dropdown_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.index_header_nav_item .dropdown_list li {
  width: 100%;
}
.index_header_nav_item .dropdown_list li a {
  display: block;
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  color: #333;
  text-align: center;
  line-height: 2.5rem;
}
.index_header_nav_item .dropdown_list li a:hover {
  background-color: #283593;
  color: #fff;
}
.index_header_nav_item .dropdown2 {
  position: absolute;
  top: 5.625rem;
  left: 0;
  transform: translateX(-10%);
  display: none;
  width: 9.5rem;
  height: auto;
}
.index_header_nav_item .dropdown2_content {
  position: relative;
}
.index_header_nav_item .dropdown2_content .leftlist {
  width: 9rem;
}
.index_header_nav_item .dropdown2_content .leftlist li {
  width: 100%;
  height: 2.5rem;
  background-color: #eee;
  box-sizing: border-box;
}
.index_header_nav_item .dropdown2_content .leftlist li.cur,
.index_header_nav_item .dropdown2_content .leftlist li:hover {
  background-color: #012461;
}
.index_header_nav_item .dropdown2_content .leftlist li.cur a,
.index_header_nav_item .dropdown2_content .leftlist li:hover a {
  font-size: 1rem;
  color: #fff;
}
.index_header_nav_item .dropdown2_content .leftlist li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #666;
  line-height: 2.25rem;
  text-align: center;
}
.index_header_nav_item .dropdown2_content .rightbx {
  position: absolute;
  top: 0;
  left: 8.75rem;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown2_content .rightbx.show {
  width: 32rem;
  opacity: 1;
}
.index_header_nav_item .dropdown2_content .rightbx_menu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding-left: 1.25rem;
  padding-top: 0.5rem;
}
.index_header_nav_item .dropdown2_content .rightbx_menu.cur {
  display: block;
}
.index_header_nav_item .dropdown2_content .rightbx_menu ul {
  display: flex;
  flex-wrap: wrap;
}
.index_header_nav_item .dropdown2_content .rightbx_menu ul li {
  width: 32%;
  margin-bottom: 0.25rem;
}
.index_header_nav_item .dropdown2_content .rightbx_menu ul li a {
  font-size: 0.875rem;
  color: #666;
  line-height: 2.5em;
}
.index_header_nav_item .dropdown2_content .rightbx_menu ul li a:hover {
  color: #012461;
}
.index_header_nav_item.active > a {
  color: #283593;
  font-weight: 700;
}
.index_header_nav_item:hover > a {
  color: #283593;
  font-weight: 700;
}
.index_header_nav_item:hover > a::after {
  transform: scale(1);
}
.index_header_nav_item:hover .dropdown {
  max-height: 42rem;
  opacity: 1;
}
.index_header_nav_item:hover .dropdown2 {
  display: block;
}
.index_header .rightbx {
  display: flex;
  align-items: center;
  margin-left: 0.25rem;
}
.index_header .rightbx .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
}
.index_header .rightbx .icon i {
  font-size: 2rem;
  color: #333;
}
.index_header .rightbx .text {
  margin-left: 0.625rem;
}
.index_header .rightbx .text p {
  font-size: 1.125rem;
  color: #283593;
  margin-bottom: 0.125rem;
}
.index_header .rightbx .text span {
  font-size: 0.75rem;
  color: #848484;
  padding-left: 0.125rem;
}
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 8.125rem;
  overflow: hidden;
  background: #fff;
  background-attachment: fixed;
  z-index: 1;
}
.index_banner_swiper {
  width: 100%;
  height: auto;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  width: auto;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_banner_swiper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.index_banner_swiper .swiper-slide .text .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.index_banner_swiper .swiper-slide .text_center {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.index_banner_swiper .swiper-slide .text_center h2 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.index_banner_swiper .swiper-slide .text_center em {
  display: block;
  width: 2.75rem;
  height: 0.375rem;
  margin: 1.375rem 0;
  background-color: #75CB1E;
}
.index_banner_swiper .swiper-slide .text_center p {
  font-size: 1.125rem;
  color: #fff;
}
.index_banner_swiper .swiper-slide .text_center p:last-child {
  letter-spacing: 0.125rem;
}
.index_banner .swiper-pagination {
  width: 100%;
  bottom: 5%;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
  opacity: 1;
  margin: 0 0.375rem;
  background: transparent;
  transition: all 0.5s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  color: #012461;
  border-color: #012461;
}
.index_banner .searchmd {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 8.75rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.index_banner .searchmd .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.index_banner .searchmd_title {
  position: relative;
  margin-right: 2.5rem;
  margin-left: 1.25rem;
}
.index_banner .searchmd_title h3 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 400;
}
.index_banner .searchmd_title p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.5rem;
  color: #fff;
  font-weight: 700;
  opacity: 0.1;
}
.index_banner .searchmd_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.index_banner .searchmd_content form {
  display: flex;
  margin-bottom: 1.125rem;
}
.index_banner .searchmd_content form input {
  display: block;
  width: 70%;
  height: 3.75rem;
  padding-left: 3rem;
  font-size: 1rem;
  color: #333;
  outline: none;
  border: 0;
}
.index_banner .searchmd_content form input::-webkit-input-placeholder,
.index_banner .searchmd_content form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.index_banner .searchmd_content form input:-moz-placeholder,
.index_banner .searchmd_content form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.index_banner .searchmd_content form input::-moz-placeholder,
.index_banner .searchmd_content form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.index_banner .searchmd_content form input:-ms-input-placeholder,
.index_banner .searchmd_content form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #999;
}
.index_banner .searchmd_content form button {
  display: block;
  width: 6.25rem;
  height: 3.75rem;
  background-color: #012461;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.125rem;
  outline: none;
  border: 0;
}
.index_banner .searchmd_content .searchlist p {
  display: flex;
  font-size: 1rem;
  color: #fff;
}
.index_banner .searchmd_content .searchlist p a {
  color: #fff;
}
.index_banner .searchmd_content .searchlist p a:hover {
  color: #012461;
}
.index_banner_M {
  display: none;
}
.index_common_title h2 {
  font-size: 2.5rem;
  color: #000;
  text-align: center;
  margin-bottom: 0.625rem;
}
.index_common_title p {
  font-size: 1rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0.875rem;
}
.index_common_title em {
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  background-color: #012461;
  margin: 0 auto;
}
.index_project {
  padding: 3.375rem 0 2.5rem;
  overflow: hidden;
}
.index_project_body {
  margin-top: 2.5rem;
}
.index_project_body .navbox {
  margin-bottom: 1.875rem;
}
.index_project_body .navbox ul {
  display: flex;
  justify-content: space-between;
}
.index_project_body .navbox ul li {
  width: 10.75rem;
  height: 3.125rem;
}
.index_project_body .navbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #111;
  text-align: center;
  line-height: 3.125rem;
  background-color: #d8d8d8;
}
.index_project_body .navbox ul li:hover a,
.index_project_body .navbox ul li.cur a {
  background-color: #012461;
  color: #fff;
}
.index_project_body .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 30rem;
}
.index_project_body .content .leftbx {
  position: relative;
  width: 22.5%;
  height: 100%;
}
.index_project_body .content .leftbx .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.index_project_body .content .leftbx .item.active {
  display: block;
}
.index_project_body .content .leftbx .item_img {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_project_body .content .leftbx .item_img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(1, 36, 97, 0.9), rgba(1, 36, 97, 0));
}
.index_project_body .content .leftbx .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_project_body .content .leftbx .item_text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3.75rem 1.25rem;
}
.index_project_body .content .leftbx .item_text .title h3 {
  font-size: 1.625rem;
  color: #fff;
  line-height: 2.125rem;
  margin-bottom: 0.5rem;
}
.index_project_body .content .leftbx .item_text .title p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}
.index_project_body .content .leftbx .item_text .title em {
  display: block;
  width: 2.5rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.index_project_body .content .leftbx .item_text .descbtn {
  width: 6.25rem;
  height: 2.25rem;
}
.index_project_body .content .leftbx .item_text .descbtn a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 2.25rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_project_body .content .leftbx .item_text .descbtn a:hover {
  border-color: #012461;
  background-color: #012461;
}
.index_project_body .content .rightbx {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_project_body .content .rightbx .listbx {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.index_project_body .content .rightbx .listbx > i {
  display: block;
  width: 24.5%;
  height: 0;
}
.index_project_body .content .rightbx .listbx_item {
  position: relative;
  width: 24.5%;
}
.index_project_body .content .rightbx .listbx_item:hover .img img {
  transform: scale(1.1);
}
.index_project_body .content .rightbx .listbx_item:hover .img .mask {
  transform: scale(1);
  opacity: 1;
}
.index_project_body .content .rightbx .listbx_item:hover .text h4 {
  color: #012461;
}
.index_project_body .content .rightbx .listbx_item .img {
  position: relative;
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
}
.index_project_body .content .rightbx .listbx_item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_project_body .content .rightbx .listbx_item .img .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 36, 97, 0.5);
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
}
.index_project_body .content .rightbx .listbx_item .img .mask em {
  display: block;
  width: 3.125rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.index_project_body .content .rightbx .listbx_item .img .mask h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 0.325rem 0;
}
.index_project_body .content .rightbx .listbx_item .text h4 {
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  text-align: center;
  line-height: 2.125rem;
}
.index_adva {
  padding: 3rem 0 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/index-avdabg.jpg");
  background-attachment: fixed;
}
.index_adva .index_common_title h2 {
  color: #fff;
}
.index_adva .index_common_title p {
  color: #fff;
}
.index_adva .index_common_title em {
  background-color: #fff;
}
.index_adva_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2.8125rem;
  margin-top: 1.5rem;
}
.index_adva_list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20.83%;
  height: 17.875rem;
  padding: 0 1rem;
  margin-bottom: 1.625rem;
}
.index_adva_list .item:hover .item_bg img.imgbg1 {
  opacity: 0;
}
.index_adva_list .item:hover .item_bg img.imgbg2 {
  opacity: 1;
}
.index_adva_list .item:hover .item_icon img {
  transform: translateY(-50%);
}
.index_adva_list .item:hover .item_text p {
  color: #fff;
}
.index_adva_list .item:hover .item_text span {
  color: #fff;
}
.index_adva_list .item:hover .item_text em {
  color: rgba(238, 238, 238, 0.2);
}
.index_adva_list .item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.3s;
}
.index_adva_list .item_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.index_adva_list .item_bg img.imgbg1 {
  opacity: 1;
}
.index_adva_list .item_bg img.imgbg2 {
  opacity: 0;
}
.index_adva_list .item_icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  z-index: 3;
}
.index_adva_list .item_icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.index_adva_list .item_text {
  position: relative;
  z-index: 3;
}
.index_adva_list .item_text p {
  font-size: 1.125rem;
  color: #111;
  text-align: center;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}
.index_adva_list .item_text span {
  display: inline-block;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5em;
  text-align: center;
}
.index_adva_list .item_text em {
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: rgba(17, 17, 17, 0.2);
  margin: 0.75rem auto 0;
  transition: all 0.3s;
}
.index_case {
  padding: 3.125rem 0;
}
.index_case_body {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.index_case_body .leftbx {
  position: relative;
  width: 29.17%;
  height: 31.25rem;
}
.index_case_body .leftbx:hover .imgbx img {
  transform: scale(1.1);
}
.index_case_body .leftbx:hover .text {
  background-color: rgba(1, 36, 97, 0.8);
}
.index_case_body .leftbx .imgbx {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_case_body .leftbx .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_case_body .leftbx .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1.25rem;
}
.index_case_body .leftbx .text h4 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_case_body .leftbx .text .intro p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_case_body .rightbx {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 69.58%;
}
.index_case_body .rightbx .item {
  position: relative;
  width: 49.1%;
  height: 49%;
  overflow: hidden;
}
.index_case_body .rightbx .item:hover .item_img img {
  transform: scale(1.1);
}
.index_case_body .rightbx .item:hover .item_text {
  background-color: rgba(1, 36, 97, 0.8);
}
.index_case_body .rightbx .item .item_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_case_body .rightbx .item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_case_body .rightbx .item .item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.125rem;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.index_case_body .rightbx .item .item_text h4 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 3.125rem;
  padding: 0 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_about_numbox {
  padding: 2.125rem 0 6.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/index-aboutbg.jpg");
}
.index_about_numbox .index_common_title h2,
.index_about_numbox .index_common_title p {
  color: #fff;
}
.index_about_numbox .index_common_title em {
  background-color: #fff;
}
.index_about_numbox .numlist {
  margin-top: 2rem;
}
.index_about_numbox .numlist ul {
  display: flex;
}
.index_about_numbox .numlist ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
.index_about_numbox .numlist ul li .num {
  margin-bottom: 1rem;
}
.index_about_numbox .numlist ul li .num p {
  display: flex;
  align-items: flex-end;
  font-size: 1rem;
  color: #fff;
}
.index_about_numbox .numlist ul li .num p span {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-right: 0.625rem;
}
.index_about_numbox .numlist ul li > p {
  font-size: 1.125rem;
  color: #fff;
}
.index_about_body .content {
  position: relative;
  top: -3.125rem;
  display: flex;
  justify-content: space-between;
  box-shadow: 1px 2px 24px 0px rgba(0, 0, 0, 0.14);
}
.index_about_body .content_img {
  width: 43.5%;
  height: 31.25rem;
}
.index_about_body .content_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about_body .content_text {
  width: 56.5%;
  padding: 4% 2.5rem;
  background-color: #fff;
}
.index_about_body .content_text .title {
  margin-bottom: 6%;
}
.index_about_body .content_text .title h3 {
  font-size: 1.625rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.index_about_body .content_text .title p {
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.3);
  margin-bottom: 1.25rem;
}
.index_about_body .content_text .title em {
  display: block;
  width: 5rem;
  height: 0.0625rem;
  background-color: rgba(1, 36, 97, 0.3);
}
.index_about_body .content_text .intro {
  margin-bottom: 8%;
}
.index_about_body .content_text .intro p {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.7);
  line-height: 1.875rem;
  text-indent: 2em;
}
.index_about_body .content_text .descbtn {
  width: 7.5rem;
  height: 2.5rem;
}
.index_about_body .content_text .descbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #eee;
  text-align: center;
  line-height: 2.5rem;
  background-color: #012461;
}
.index_about_body .content_text .descbtn a:hover {
  color: #fff;
}
.index_step {
  padding: 3.125rem 0 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/index-stepbg.jpg");
}
.index_step_body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.index_step_body .item {
  position: relative;
  width: 30.83%;
  padding: 2.5rem 2rem;
  margin-bottom: 1.875rem;
  background-color: #fff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  box-sizing: border-box;
}
.index_step_body .item:hover {
  background-color: #012461;
}
.index_step_body .item:hover .item_title i,
.index_step_body .item:hover .item_title h3 {
  color: #fff;
}
.index_step_body .item:hover .item_intro p {
  color: #fff;
}
.index_step_body .item:not(:last-child)::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0.625rem solid #012461;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.index_step_body .item:first-child::after,
.index_step_body .item:nth-child(2)::after {
  top: 50%;
  right: -2.125rem;
  transform: translateY(-50%);
}
.index_step_body .item:nth-child(4)::after,
.index_step_body .item:nth-child(5)::after {
  top: 50%;
  right: -2.125rem;
  transform: translateY(-50%);
}
.index_step_body .item:nth-child(3)::after {
  bottom: -1.875rem;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.index_step_body .item_title {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.index_step_body .item_title i {
  font-size: 3rem;
  color: #012461;
  margin-right: 2rem;
  transition: all 0.3s;
}
.index_step_body .item_title h3 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  transition: all 0.3s;
}
.index_step_body .item_intro p {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5rem;
  transition: all 0.3s;
}
.index_strength {
  padding: 3rem 0 3.75rem;
}
.index_strength_body {
  margin-top: 2.5rem;
}
.index_strength_body .navbox {
  margin-bottom: 1.25rem;
}
.index_strength_body .navbox ul {
  display: flex;
  justify-content: center;
}
.index_strength_body .navbox ul li {
  width: 10rem;
  height: 3.125rem;
}
.index_strength_body .navbox ul li:not(:last-child) {
  margin-right: 6%;
}
.index_strength_body .navbox ul li.active a,
.index_strength_body .navbox ul li:hover a {
  color: #fff;
  background-color: #012461;
}
.index_strength_body .navbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #111;
  text-align: center;
  line-height: 3.125rem;
  background-color: #D8D8D8;
  transition: all 0.3s;
}
.index_strength_body .content .md {
  display: none;
}
.index_strength_body .content .md.active {
  display: flex;
}
.index_strength_body .content .listbx1 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_strength_body .content .listbx1 > i {
  display: block;
  width: 30.83%;
  height: 0;
}
.index_strength_body .content .listbx1_item {
  width: 30.83%;
}
.index_strength_body .content .listbx1_item:hover .imgbx .mask {
  transform: scale(1);
  opacity: 1;
}
.index_strength_body .content .listbx1_item .imgbx {
  position: relative;
  width: 100%;
  height: 15.625rem;
  overflow: hidden;
}
.index_strength_body .content .listbx1_item .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_strength_body .content .listbx1_item .imgbx .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 36, 97, 0.6);
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
}
.index_strength_body .content .listbx1_item .imgbx .mask h4 {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_strength_body .content .listbx1_item .textbx h4 {
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  text-align: center;
  line-height: 3.375rem;
}
.index_strength_body .content .listbx2 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_strength_body .content .listbx2 > i {
  display: block;
  width: 15%;
  height: 0;
}
.index_strength_body .content .listbx2 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 5rem;
  margin-bottom: 1.875rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  box-sizing: border-box;
}
.index_strength_body .content .listbx2 .item:hover img {
  transform: scale(1.05);
}
.index_strength_body .content .listbx2 .item img {
  display: block;
  max-width: 84%;
  max-height: 72%;
  object-fit: contain;
  transition: all 0.3s;
}
.index_strength_body .content .listbx3 {
  position: relative;
}
.index_strength_body .content .listbx3 .honor_swiper .swiper-slide-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 1.75rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.index_strength_body .content .listbx3 .honor_swiper .swiper-slide-item:hover h4 {
  color: #283593;
}
.index_strength_body .content .listbx3 .honor_swiper .swiper-slide-item .imgbx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 19rem;
}
.index_strength_body .content .listbx3 .honor_swiper .swiper-slide-item .imgbx img {
  display: block;
  max-width: 80%;
  max-height: 90%;
  object-fit: contain;
}
.index_strength_body .content .listbx3 .honor_swiper .swiper-slide-item h4 {
  width: 100%;
  font-size: 1.125rem;
  color: #666;
  font-weight: 400;
  line-height: 3.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  border-top: 1px solid rgba(84, 84, 84, 0.1);
  box-sizing: border-box;
}
.index_strength_body .content .listbx3 .swiper-pagination {
  bottom: -2rem;
}
.index_strength_body .content .listbx3 .swiper-pagination-bullet:hover {
  cursor: pointer;
}
.index_news {
  padding: 4.375rem 0;
  background-color: #f1f1f1;
}
.index_news_body {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.index_news_body .leftbx_title,
.index_news_body .rightbx_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.125rem;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 1.25rem;
}
.index_news_body .leftbx_title h3,
.index_news_body .rightbx_title h3 {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  padding: 0 2rem;
  line-height: 3.125rem;
  background-color: #012461;
}
.index_news_body .leftbx_title a,
.index_news_body .rightbx_title a {
  font-size: 1rem;
  color: rgba(17, 17, 17, 0.8);
}
.index_news_body .leftbx_title a:hover,
.index_news_body .rightbx_title a:hover {
  color: #012461;
}
.index_news_body .leftbx {
  width: 65.83%;
}
.index_news_body .leftbx_content {
  display: flex;
  justify-content: space-between;
}
.index_news_body .leftbx_content .firstitem {
  position: relative;
  width: 48%;
}
.index_news_body .leftbx_content .firstitem:hover .imgbx img {
  transform: scale(1.1);
}
.index_news_body .leftbx_content .firstitem:hover .text h4 {
  color: #012461;
}
.index_news_body .leftbx_content .firstitem .imgbx {
  width: 100%;
  height: 16.25rem;
  overflow: hidden;
}
.index_news_body .leftbx_content .firstitem .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_news_body .leftbx_content .firstitem .text {
  padding-top: 0.625rem;
}
.index_news_body .leftbx_content .firstitem .text h4 {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.625rem;
  transition: all 0.3s;
}
.index_news_body .leftbx_content .firstitem .text .intro p {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 1.5rem;
}
.index_news_body .leftbx_content .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
}
.index_news_body .leftbx_content .list .item {
  position: relative;
  display: flex;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ccc;
}
.index_news_body .leftbx_content .list .item:hover .time span,
.index_news_body .leftbx_content .list .item:hover .time p {
  color: #012461;
}
.index_news_body .leftbx_content .list .item:hover .textbx h4 {
  color: #012461;
}
.index_news_body .leftbx_content .list .item .time {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_news_body .leftbx_content .list .item .time span {
  font-size: 2.5rem;
  color: #111;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.index_news_body .leftbx_content .list .item .time p {
  font-size: 0.875rem;
  color: #111;
}
.index_news_body .leftbx_content .list .item .textbx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-left: 1.25rem;
}
.index_news_body .leftbx_content .list .item .textbx h4 {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_news_body .leftbx_content .list .item .textbx .intro p {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_news_body .rightbx {
  width: 32.167%;
}
.index_news_body .rightbx_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 4.375rem);
}
.index_news_body .rightbx_list .item {
  position: relative;
  display: flex;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ccc;
}
.index_news_body .rightbx_list .item:hover .time span,
.index_news_body .rightbx_list .item:hover .time p {
  color: #012461;
}
.index_news_body .rightbx_list .item:hover .textbx h4 {
  color: #012461;
}
.index_news_body .rightbx_list .item .time {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_news_body .rightbx_list .item .time span {
  font-size: 2.5rem;
  color: #111;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.index_news_body .rightbx_list .item .time p {
  font-size: 0.875rem;
  color: #111;
}
.index_news_body .rightbx_list .item .textbx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-left: 1.25rem;
}
.index_news_body .rightbx_list .item .textbx h4 {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_news_body .rightbx_list .item .textbx .intro p {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_footer {
  background: #111;
}
.index_footer_content {
  padding: 3.125rem 0 0;
}
.index_footer_content .container {
  display: flex;
  justify-content: space-between;
}
.index_footer_content .listbx {
  width: 87%;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 2.25rem;
}
.index_footer_content .listbx dl {
  max-width: 24%;
  margin-right: 8%;
}
.index_footer_content .listbx dl dt {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1.25rem;
}
.index_footer_content .listbx dl dd:not(:last-child) {
  margin-bottom: 0.625rem;
}
.index_footer_content .listbx dl dd p,
.index_footer_content .listbx dl dd a {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: rgba(233, 233, 233, 0.4);
}
.index_footer_content .listbx dl dd p {
  line-height: 2em;
}
.index_footer_content .listbx dl dd a:hover {
  color: #fff;
}
.index_footer_content .weixinbx {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 13%;
  box-sizing: border-box;
}
.index_footer_content .weixinbx .imgbx {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.index_footer_content .weixinbx .imgbx .img {
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}
.index_footer_content .weixinbx .imgbx .img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.index_footer_content .weixinbx .imgbx p {
  font-size: 0.875rem;
  color: #848484;
  text-align: center;
  margin-bottom: 0;
}
.index_footer_copyright {
  height: 3rem;
  background-color: #111;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.index_footer_copyright .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.index_footer_copyright .container p,
.index_footer_copyright .container a {
  font-size: 0.875rem;
  color: #999;
  line-height: 3rem;
}
.index_footer_copyright .container a:hover {
  color: #fff;
}
.index_sidebar {
  position: fixed;
  right: -3.25rem;
  bottom: 20%;
  z-index: 23;
  opacity: 0;
  transition: all 0.3s;
}
.index_sidebar.show {
  right: 1rem;
  opacity: 1;
}
.index_sidebar ul li {
  position: relative;
  width: 6.125rem;
  height: 6.125rem;
}
.index_sidebar ul li:hover {
  cursor: pointer;
}
.index_sidebar ul li:hover .item {
  background-color: #283593;
}
.index_sidebar ul li:hover .text {
  transform: translateX(-100%);
  opacity: 1;
}
.index_sidebar ul li:hover .erweima {
  display: block;
}
.index_sidebar ul li:not(:last-child) {
  margin-bottom: 0.0625rem;
}
.index_sidebar ul li .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.4s;
}
.index_sidebar ul li .item_icon {
  margin-bottom: 0.625rem;
}
.index_sidebar ul li .item_icon i {
  font-size: 1.75rem;
  color: #fff;
}
.index_sidebar ul li .item p {
  font-size: 1rem;
  color: #fff;
}
.index_sidebar ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 100%;
  background-color: #283593;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.4s;
}
.index_sidebar ul li .text p {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
}
.index_sidebar ul li .erweima {
  position: absolute;
  top: 0;
  left: -100%;
  display: none;
  width: 6.125rem;
  height: 6.125rem;
  background-color: #fff;
  box-sizing: 0 0 0.5rem 0px rgba(0, 0, 0, 0.1);
}
.index_sidebar ul li .erweima img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_profile {
  padding: 3.75rem 0 5rem;
}
.about_profile_content .textbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  float: left;
  width: 54.17%;
  padding: 2% 0 2.5%;
}
.about_profile_content .textbx_bd h3 {
  font-size: 1.875rem;
  color: #012461;
  margin-bottom: 3.125rem;
}
.about_profile_content .textbx_bd .desc p {
  font-size: 0.875rem;
  color: #111;
  line-height: 1.875rem;
}
.about_profile_content .textbx .numlist {
  margin-top: 2rem;
}
.about_profile_content .textbx .numlist ul {
  display: flex;
  justify-content: space-between;
}
.about_profile_content .textbx .numlist ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_profile_content .textbx .numlist ul li .num {
  margin-bottom: 1rem;
}
.about_profile_content .textbx .numlist ul li .num p {
  display: flex;
  align-items: flex-start;
  font-size: 0.75rem;
  color: #111;
}
.about_profile_content .textbx .numlist ul li .num p span {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 3rem;
  margin-right: 0.25rem;
}
.about_profile_content .textbx .numlist ul li > p {
  font-size: 0.875rem;
  color: #111;
}
.about_profile_content .imgbx {
  float: right;
  width: 40.83%;
}
.about_profile_content .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about_culture {
  padding: 3.75rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-image: url("../images/about-culturebg.jpg");
}
.about_culture .title {
  margin-bottom: 3.375rem;
}
.about_culture .title h3 {
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
}
.about_culture_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_culture_content .item {
  width: 30.83%;
  height: 10rem;
  padding: 1.875rem;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 1.25rem;
  transition: all 0.3s;
}
.about_culture_content .item:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.about_culture_content .item h4 {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1rem;
}
.about_culture_content .item .intro p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5rem;
}
.about_honor {
  padding: 3.75rem 0;
}
.about_honor .title {
  margin-bottom: 3.375rem;
}
.about_honor .title h3 {
  font-size: 1.875rem;
  color: #012461;
  text-align: center;
}
.about_honor_content .about_honor_swiper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 22.5rem;
}
.about_honor_content .about_honor_swiper .swiper-slide:hover img {
  transform: scale(1.04);
}
.about_honor_content .about_honor_swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.about_adva {
  padding: 3.75rem 0;
  background-color: #e9e9e9;
}
.about_adva .title {
  margin-bottom: 3.375rem;
}
.about_adva .title h3 {
  font-size: 1.875rem;
  color: #012461;
  text-align: center;
}
.about_adva_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2.8125rem;
  margin-top: 0.75rem;
}
.about_adva_content .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20.83%;
  height: 17.875rem;
  padding: 0 1rem;
  margin-bottom: 1.625rem;
}
.about_adva_content .item:hover .item_bg img.imgbg1 {
  opacity: 0;
}
.about_adva_content .item:hover .item_bg img.imgbg2 {
  opacity: 1;
}
.about_adva_content .item:hover .item_icon img {
  transform: translateY(-50%);
}
.about_adva_content .item:hover .item_text p {
  color: #fff;
}
.about_adva_content .item:hover .item_text span {
  color: #fff;
}
.about_adva_content .item:hover .item_text em {
  color: rgba(238, 238, 238, 0.2);
}
.about_adva_content .item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.3s;
}
.about_adva_content .item_bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.about_adva_content .item_bg img.imgbg1 {
  opacity: 1;
}
.about_adva_content .item_bg img.imgbg2 {
  opacity: 0;
}
.about_adva_content .item_icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  z-index: 3;
}
.about_adva_content .item_icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.about_adva_content .item_text {
  position: relative;
  z-index: 3;
}
.about_adva_content .item_text p {
  font-size: 1.125rem;
  color: #111;
  text-align: center;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}
.about_adva_content .item_text span {
  display: inline-block;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5em;
  text-align: center;
}
.about_adva_content .item_text em {
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: rgba(17, 17, 17, 0.2);
  margin: 0.75rem auto 0;
  transition: all 0.3s;
}
.about_equipment {
  padding: 3.75rem 0;
}
.about_equipment .title {
  margin-bottom: 3.375rem;
}
.about_equipment .title h3 {
  font-size: 1.875rem;
  color: #012461;
  text-align: center;
}
.about_equipment_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_equipment_content > i {
  display: block;
  width: 23.33%;
  height: 0;
}
.about_equipment_content .item {
  width: 23.33%;
  margin-bottom: 1.125rem;
}
.about_equipment_content .item:hover .item_img img {
  transform: scale(1.1);
}
.about_equipment_content .item:hover .item_text {
  background-color: #012461;
}
.about_equipment_content .item:hover .item_text h4 {
  color: #fff;
}
.about_equipment_content .item_img {
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
}
.about_equipment_content .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.about_equipment_content .item_text {
  width: 100%;
  transition: all 0.3s;
}
.about_equipment_content .item_text h4 {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  text-align: center;
  line-height: 2.5rem;
}
.equipment {
  padding: 3.5rem 0;
}
.equipment_content .listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.25rem;
}
.equipment_content .listbx > i {
  display: block;
  width: 22.5%;
  height: 0;
}
.equipment_content .listbx .item {
  position: relative;
  width: 22.5%;
  margin-bottom: 1.5rem;
}
.equipment_content .listbx .item:hover .item_img img {
  transform: scale(1.06);
}
.equipment_content .listbx .item:hover .item_text {
  background-color: #012461;
}
.equipment_content .listbx .item:hover .item_text h4 {
  color: #fff;
}
.equipment_content .listbx .item_img {
  display: block;
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
}
.equipment_content .listbx .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.equipment_content .listbx .item_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  transition: all 0.3s;
}
.equipment_content .listbx .item_text h4 {
  width: 100%;
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  text-align: center;
  line-height: 2.5rem;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.honor {
  padding: 3.5rem 0;
}
.honor_content .listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.honor_content .listbx > i {
  display: block;
  width: 23%;
  height: 0;
}
.honor_content .listbx .item {
  position: relative;
  width: 23%;
  height: auto;
  margin-bottom: 1.875rem;
}
.honor_content .listbx .item:hover .mask {
  transform: scale(1);
  opacity: 1;
}
.honor_content .listbx .item img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 11.875rem;
  object-fit: contain;
}
.honor_content .listbx .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.4s;
}
.honor_content .listbx .item .mask h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.25rem;
}
.project {
  padding: 3.375rem 0 4.375rem;
}
.project .leftbx {
  float: left;
  width: 25.83%;
}
.project .leftbx_M {
  display: none;
}
.project .leftbx_title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  padding: 0 1.5rem;
  background-color: #0C205B;
  border-radius: 0px 1.5625rem 0px 0px;
}
.project .leftbx_title em {
  width: 1rem;
  height: 0.25rem;
  margin-right: 0.625rem;
  background-color: #fff;
}
.project .leftbx_title h3 {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
}
.project .leftbx_content > ul > li {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
  box-sizing: border-box;
}
.project .leftbx_content > ul > li .level1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.125rem;
  padding: 0 1.25rem;
  background-color: #eee;
  transition: all 0.3s;
  box-sizing: border-box;
}
.project .leftbx_content > ul > li .level1 p {
  font-size: 1rem;
  color: #111;
  line-height: 3.125rem;
}
.project .leftbx_content > ul > li .level1 .iconbx {
  position: relative;
  width: 0.625rem;
  height: 0.625rem;
}
.project .leftbx_content > ul > li .level1 .iconbx span {
  position: absolute;
  top: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.625rem;
  height: 0.125rem;
  background-color: #ccc;
  transition: all 0.3s;
}
.project .leftbx_content > ul > li .level1 .iconbx span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.project .leftbx_content > ul > li:hover .level1 {
  background-color: #012461;
}
.project .leftbx_content > ul > li:hover .level1 p {
  color: #fff;
}
.project .leftbx_content > ul > li:hover .level1 .iconbx span {
  background-color: #fff;
}
.project .leftbx_content > ul > li:hover .level1 .iconbx span:last-child {
  transform: translate(-50%, -50%) rotate(180deg);
}
.project .leftbx_content > ul > li.active .level1 {
  background-color: #012461;
}
.project .leftbx_content > ul > li.active .level1 p {
  color: #fff;
}
.project .leftbx_content > ul > li.active .level1 .iconbx span {
  background-color: #fff;
}
.project .leftbx_content > ul > li.active .level1 .iconbx span:last-child {
  transform: translate(-50%, -50%) rotate(180deg);
}
.project .leftbx_content > ul > li.active .dropdown {
  max-height: 40rem;
}
.project .leftbx_content > ul > li .dropdown {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
  z-index: 3;
}
.project .leftbx_content > ul > li .dropdown ul li {
  width: 100%;
  height: 2.5rem;
  box-sizing: border-box;
}
.project .leftbx_content > ul > li .dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.project .leftbx_content > ul > li .dropdown ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #111;
  line-height: 2.5rem;
  padding: 0 2rem;
  background-color: #fff;
  box-sizing: border-box;
}
.project .leftbx_content > ul > li .dropdown ul li a:hover {
  color: #012461;
}
.project .leftbxM {
  display: none;
}
.project .rightbx {
  float: right;
  width: 71.42%;
}
.project .rightbx .listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.project .rightbx .listbx > i {
  display: block;
  width: 31.5%;
  height: 0;
}
.project .rightbx .listbx .item {
  position: relative;
  width: 31.5%;
  margin-bottom: 1.5rem;
}
.project .rightbx .listbx .item:hover .item_img img {
  transform: scale(1.06);
}
.project .rightbx .listbx .item:hover .item_text h4 {
  color: #012461;
}
.project .rightbx .listbx .item:hover .item_text span {
  color: #000;
}
.project .rightbx .listbx .item_img {
  display: block;
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
}
.project .rightbx .listbx .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.project .rightbx .listbx .item_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5rem;
}
.project .rightbx .listbx .item_text h4 {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  line-height: 2.5rem;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 70%;
}
.project .rightbx .listbx .item_text span {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 2.5rem;
  transition: all 0.3s;
}
.projectdetail .rightbx .topbx {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}
.projectdetail .rightbx .topbx .imgbx {
  width: 49%;
  height: auto;
}
.projectdetail .rightbx .topbx .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.projectdetail .rightbx .topbx .textbx {
  width: 51%;
  padding: 1.25rem 2.25rem;
}
.projectdetail .rightbx .topbx .textbx_content {
  margin-bottom: 2.5rem;
}
.projectdetail .rightbx .topbx .textbx_content h3 {
  font-size: 1.625rem;
  color: #111;
  margin-bottom: 1.5rem;
}
.projectdetail .rightbx .topbx .textbx_content .intro p {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 2.25rem;
}
.projectdetail .rightbx .topbx .textbx .contactbtn {
  width: 6.875rem;
  height: 2.25rem;
}
.projectdetail .rightbx .topbx .textbx .contactbtn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #012461;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 2.25rem;
  box-sizing: border-box;
}
.projectdetail .rightbx .contentbx {
  width: 100%;
}
.projectdetail .rightbx .contentbx .navbox {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.projectdetail .rightbx .contentbx .navbox li:not(:last-child) {
  margin-right: 2%;
}
.projectdetail .rightbx .contentbx .navbox li.active a,
.projectdetail .rightbx .contentbx .navbox li:hover a {
  background-color: #012461;
  color: #fff;
}
.projectdetail .rightbx .contentbx .navbox li a {
  display: inline-block;
  font-size: 1rem;
  color: #012461;
  line-height: 2.25rem;
  padding: 0 1.25rem;
  background: #E6E6E6;
  border-radius: 0px 10px 0px 0px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.projectdetail .rightbx .contentbx_bd {
  width: 100%;
}
.projectdetail .rightbx .contentbx_bd .md {
  display: none;
  width: 100%;
}
.projectdetail .rightbx .contentbx_bd .md.show {
  display: block;
}
.projectdetail .rightbx .contentbx_bd .md p {
  font-size: 1rem;
  color: #111;
  line-height: 2.25rem;
}
.projectdetail .rightbx .contentbx_bd .md table {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-collapse: collapse;
}
.projectdetail .rightbx .contentbx_bd .md table tr,
.projectdetail .rightbx .contentbx_bd .md table td {
  border: 1px solid rgba(17, 17, 17, 0.2);
  text-align: center;
}
.projectdetail .rightbx .contentbx_bd .md table tr h5,
.projectdetail .rightbx .contentbx_bd .md table td h5 {
  font-size: 1rem;
  color: #111;
}
.projectdetail .rightbx .contentbx_bd .md table tr p,
.projectdetail .rightbx .contentbx_bd .md table td p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5em;
}
.projectdetail .rightbx .contentbx_bd .md table tr p a,
.projectdetail .rightbx .contentbx_bd .md table td p a {
  font-size: 0.875rem;
  color: red;
  line-height: 1.5em;
}
.projectdetail .rightbx .contentbx_bd .md table td {
  padding: 0.5rem;
}
.news {
  padding: 3.5rem 0;
}
.news_content .leftbx {
  float: left;
  width: 72.5%;
}
.news_content .leftbx .listbx {
  margin-bottom: 2.5rem;
}
.news_content .leftbx .listbx .firstitem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.news_content .leftbx .listbx .firstitem:hover .imgbx img {
  transform: scale(1.1);
}
.news_content .leftbx .listbx .firstitem .imgbx {
  width: 27.58%;
  height: 13.125rem;
  overflow: hidden;
}
.news_content .leftbx .listbx .firstitem .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.news_content .leftbx .listbx .firstitem .textbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 72.42%;
  padding: 2% 0 2% 1rem;
}
.news_content .leftbx .listbx .firstitem .textbx_content h4 {
  font-size: 1.25rem;
  color: #111;
  margin-bottom: 0.625rem;
}
.news_content .leftbx .listbx .firstitem .textbx_content .time {
  margin-bottom: 1rem;
}
.news_content .leftbx .listbx .firstitem .textbx_content .time ul {
  display: flex;
}
.news_content .leftbx .listbx .firstitem .textbx_content .time ul li {
  display: flex;
  align-items: center;
}
.news_content .leftbx .listbx .firstitem .textbx_content .time ul li:first-child {
  margin-right: 1.25rem;
}
.news_content .leftbx .listbx .firstitem .textbx_content .time ul li i {
  font-size: 1rem;
  color: #aaa;
  margin-right: 0.5rem;
}
.news_content .leftbx .listbx .firstitem .textbx_content .time ul li span {
  font-size: 1rem;
  color: #aaa;
}
.news_content .leftbx .listbx .firstitem .textbx_content .intro p {
  font-size: 0.875rem;
  color: #aaa;
  line-height: 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_content .leftbx .listbx .firstitem .textbx .descbtn {
  width: 6.875rem;
  height: 2.25rem;
}
.news_content .leftbx .listbx .firstitem .textbx .descbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 2.25rem;
  background-color: #012461;
}
.news_content .leftbx .listbx .item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
  transition: all 0.3s;
}
.news_content .leftbx .listbx .item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.news_content .leftbx .listbx .item:hover {
  background-color: #eee;
}
.news_content .leftbx .listbx .item:hover .time span,
.news_content .leftbx .listbx .item:hover .time p {
  color: #012461;
}
.news_content .leftbx .listbx .item:hover .textbx h4 {
  color: #012461;
}
.news_content .leftbx .listbx .item .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.25rem;
}
.news_content .leftbx .listbx .item .time span {
  font-size: 3.375rem;
  color: #aaa;
  font-weight: 700;
  margin-bottom: 0.625rem;
  transition: all 0.3s;
}
.news_content .leftbx .listbx .item .time p {
  font-size: 1rem;
  color: #aaa;
  transition: all 0.3s;
}
.news_content .leftbx .listbx .item .textbx {
  flex: 1;
  padding-right: 1rem;
}
.news_content .leftbx .listbx .item .textbx h4 {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  margin-bottom: 0.625rem;
  transition: all 0.3s;
}
.news_content .leftbx .listbx .item .textbx .intro p {
  font-size: 0.875rem;
  color: #aaa;
  line-height: 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_content .rightbx {
  float: right;
  width: 23.33%;
  padding: 0 0.625rem 0.625rem;
  background-color: #f6f6f6;
}
.news_content .rightbx .title {
  border-bottom: 1px solid #d2d2d2;
}
.news_content .rightbx .title h3 {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  line-height: 2.875rem;
}
.news_content .rightbx .list .item {
  width: 100%;
}
.news_content .rightbx .list .item.active a {
  color: #012461;
}
.news_content .rightbx .list .item.active .imgbx {
  height: 11.25rem;
}
.news_content .rightbx .list .item a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  color: #666;
  font-weight: 400;
  line-height: 2.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.news_content .rightbx .list .item .imgbx {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.newdetail {
  padding: 3.375rem 0;
}
.newdetail_content {
  margin-bottom: 3.375rem;
}
.newdetail_content .title {
  margin-bottom: 3.125rem;
}
.newdetail_content .title h3 {
  font-size: 1.5rem;
  color: #111;
  text-align: center;
  margin-bottom: 1.25rem;
}
.newdetail_content .title .time {
  margin-bottom: 1rem;
}
.newdetail_content .title .time ul {
  display: flex;
  justify-content: center;
}
.newdetail_content .title .time ul li {
  display: flex;
  align-items: center;
}
.newdetail_content .title .time ul li:first-child {
  margin-right: 1.25rem;
}
.newdetail_content .title .time ul li i {
  font-size: 1rem;
  color: #aaa;
  margin-right: 0.5rem;
}
.newdetail_content .title .time ul li span {
  font-size: 1rem;
  color: #aaa;
}
.newdetail_content .body h5 {
  font-size: 0.875rem;
  color: #666;
  line-height: 2em;
}
.newdetail_content .body p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
}
.newdetail_content .body p strong {
  font-weight: 700;
  line-height: 1.75em;
}
.newdetail_content .body p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.newdetail_content .body table {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-collapse: collapse;
}
.newdetail_content .body table tr,
.newdetail_content .body table td {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5em;
  border: 1px solid rgba(17, 17, 17, 0.2);
}
.newdetail_content .body table tr h5,
.newdetail_content .body table td h5 {
  font-size: 1rem;
  color: #111;
}
.newdetail_content .body table tr strong,
.newdetail_content .body table td strong {
  font-weight: 700;
}
.newdetail_content .body table tr p,
.newdetail_content .body table td p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5em;
}
.newdetail_content .body table td {
  padding: 0.5rem;
}
.case {
  padding: 3.375rem 0;
}
.case_content .listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.case_content .listbx > i {
  display: block;
  width: 22.5%;
  height: 0;
}
.case_content .listbx .item {
  position: relative;
  width: 22.5%;
  margin-bottom: 1.5rem;
}
.case_content .listbx .item:hover .item_img img {
  transform: scale(1.06);
}
.case_content .listbx .item:hover .item_text h4 {
  color: #012461;
}
.case_content .listbx .item:hover .item_text span {
  color: #000;
}
.case_content .listbx .item_img {
  display: block;
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
}
.case_content .listbx .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.case_content .listbx .item_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5rem;
}
.case_content .listbx .item_text h4 {
  font-size: 1rem;
  color: #111;
  font-weight: 400;
  line-height: 2.5rem;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 70%;
}
.case_content .listbx .item_text span {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 2.5rem;
  transition: all 0.3s;
}
.casedetail {
  padding: 3.375rem 0;
}
.casedetail_content {
  margin-bottom: 3.375rem;
}
.casedetail_content .title {
  margin-bottom: 3.125rem;
}
.casedetail_content .title h3 {
  font-size: 1.5rem;
  color: #111;
  text-align: center;
  margin-bottom: 1.25rem;
}
.casedetail_content .title .time {
  margin-bottom: 1rem;
}
.casedetail_content .title .time ul {
  display: flex;
  justify-content: center;
}
.casedetail_content .title .time ul li {
  display: flex;
  align-items: center;
}
.casedetail_content .title .time ul li:first-child {
  margin-right: 1.25rem;
}
.casedetail_content .title .time ul li i {
  font-size: 1rem;
  color: #aaa;
  margin-right: 0.5rem;
}
.casedetail_content .title .time ul li span {
  font-size: 1rem;
  color: #aaa;
}
.casedetail_content .body h5 {
  font-size: 0.875rem;
  color: #666;
  line-height: 2em;
}
.casedetail_content .body p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
}
.casedetail_content .body p strong {
  font-weight: 700;
  line-height: 1.75em;
}
.casedetail_content .body p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.casedetail_content .body table {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-collapse: collapse;
}
.casedetail_content .body table tr,
.casedetail_content .body table td {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5em;
  border: 1px solid rgba(17, 17, 17, 0.2);
}
.casedetail_content .body table tr h5,
.casedetail_content .body table td h5 {
  font-size: 1rem;
  color: #111;
}
.casedetail_content .body table tr strong,
.casedetail_content .body table td strong {
  font-weight: 700;
}
.casedetail_content .body table tr p,
.casedetail_content .body table td p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5em;
}
.casedetail_content .body table td {
  padding: 0.5rem;
}
.customer {
  padding: 3.5rem 0;
}
.customer_content .listbx .item {
  margin-bottom: 1rem;
}
.customer_content .listbx .item:hover {
  cursor: pointer;
}
.customer_content .listbx .item.show .item_body {
  max-height: 2000rem;
  opacity: 1;
}
.customer_content .listbx .item.show .item_title > i {
  transform: rotate(90deg);
  color: #012461;
}
.customer_content .listbx .item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.625rem;
  background: #F2F2F2;
}
.customer_content .listbx .item_title i {
  display: block;
  font-size: 1.125rem;
  color: #666;
  transition: all 0.4s;
}
.customer_content .listbx .item_title .left {
  display: flex;
  align-items: center;
  max-width: 90%;
}
.customer_content .listbx .item_title .left i {
  font-size: 1.25rem;
  color: #012461;
  margin-right: 1.25rem;
}
.customer_content .listbx .item_title .left h4 {
  flex: 1;
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.customer_content .listbx .item_body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.customer_content .listbx .item_body .content {
  width: 100%;
  padding: 2.25rem 1.5rem;
  background: #F9F9F9;
  border: 1px solid #F2F2F2;
}
.customer_content .listbx .item_body .content p {
  font-size: 0.875rem;
  color: rgba(17, 17, 17, 0.5);
  line-height: 1.875rem;
}
.download {
  padding: 3.5rem 0;
}
.download_content .listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download_content .listbx .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45.83%;
  height: 3.75rem;
  padding: 0 1rem 0 0.625rem;
  background: #F2F2F2;
  margin-bottom: 1rem;
}
.download_content .listbx .item:hover {
  cursor: pointer;
}
.download_content .listbx .item:hover .left h4 {
  color: #012461;
}
.download_content .listbx .item:hover > i {
  color: #000;
}
.download_content .listbx .item > i {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  color: #666;
}
.download_content .listbx .item .left {
  display: flex;
  align-items: center;
  max-width: 90%;
}
.download_content .listbx .item .left i {
  font-size: 1.25rem;
  color: #012461;
  margin-right: 1.25rem;
}
.download_content .listbx .item .left h4 {
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
}
.step {
  padding: 3.5rem 0;
}
.step_content .listbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.875rem;
}
.step_content .listbx .item {
  position: relative;
  width: 30.83%;
  padding: 2.5rem 2rem;
  margin-bottom: 1.875rem;
  background-color: #eee;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  box-sizing: border-box;
}
.step_content .listbx .item:hover {
  background-color: #012461;
}
.step_content .listbx .item:hover .item_title i,
.step_content .listbx .item:hover .item_title h3 {
  color: #fff;
}
.step_content .listbx .item:hover .item_intro p {
  color: #fff;
}
.step_content .listbx .item:not(:last-child)::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0.625rem solid #012461;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.step_content .listbx .item:first-child::after,
.step_content .listbx .item:nth-child(2)::after {
  top: 50%;
  right: -2.125rem;
  transform: translateY(-50%);
}
.step_content .listbx .item:nth-child(4)::after,
.step_content .listbx .item:nth-child(5)::after {
  top: 50%;
  right: -2.125rem;
  transform: translateY(-50%);
}
.step_content .listbx .item:nth-child(3)::after {
  bottom: -1.875rem;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.step_content .listbx .item_title {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.step_content .listbx .item_title i {
  font-size: 3rem;
  color: #012461;
  margin-right: 2rem;
  transition: all 0.3s;
}
.step_content .listbx .item_title h3 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  transition: all 0.3s;
}
.step_content .listbx .item_intro p {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5rem;
  transition: all 0.3s;
}
.contact {
  padding: 2.5rem 0;
}
.contact_mapmd {
  position: relative;
  width: 100%;
  height: 40rem;
}
.contact_mapmd .infobx {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 29.17%;
  height: 80%;
  padding: 3% 2%;
  background-color: #fff;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.contact_mapmd .infobx h3 {
  font-size: 1.625rem;
  color: #111;
  margin-bottom: 18%;
}
.contact_mapmd .infobx ul li:not(:last-child) {
  margin-bottom: 16%;
}
.contact_mapmd .infobx ul li h5 {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.5);
  margin-bottom: 0.5rem;
}
.contact_mapmd .infobx ul li .text p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
}
.contact_mapmd #map {
  display: block;
  width: 100%;
  height: 100%;
}
.message {
  padding: 3.5rem 0;
}
.message_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message_content .imgbx {
  width: 40.83%;
  height: auto;
}
.message_content .imgbx img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.message_content .formbox {
  width: 55%;
}
.message_content .formbox .formbx_item {
  width: 100%;
  height: 2.875rem;
  margin-bottom: 2rem;
  /* firefox 19+ */
  /* Internet Explorer 10+ */
  /* firefox 14-18 */
}
.message_content .formbox .formbx_item input {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #111;
  padding: 0 0.875rem;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
  outline: none;
  box-sizing: border-box;
}
.message_content .formbox .formbx_item ::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #7b7b7b;
}
.message_content .formbox .formbx_item ::-moz-placeholder {
  color: #7b7b7b;
}
.message_content .formbox .formbx_item :-ms-input-placeholder {
  color: #7b7b7b;
}
.message_content .formbox .formbx_item :-moz-placeholder {
  color: #7b7b7b;
}
.message_content .formbox .formbx_textitem {
  width: 100%;
  height: 15rem;
  margin-bottom: 1.625rem;
  /* firefox 19+ */
  /* Internet Explorer 10+ */
  /* firefox 14-18 */
}
.message_content .formbox .formbx_textitem textarea {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #111;
  padding: 0.875rem;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
  outline: none;
  resize: none;
  box-sizing: border-box;
}
.message_content .formbox .formbx_textitem ::-webkit-input-placeholder {
  color: #7b7b7b;
}
.message_content .formbox .formbx_textitem ::-moz-placeholder {
  color: #7b7b7b;
}
.message_content .formbox .formbx_textitem :-ms-input-placeholder {
  color: #7b7b7b;
}
.message_content .formbox .formbx_textitem :-moz-placeholder {
  color: #7b7b7b;
}
.message_content .formbox .formbx_btnbx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.message_content .formbox .formbx_btnbx p {
  font-size: 0.875rem;
  color: #283593;
}
.message_content .formbox .formbx_btnbx button {
  display: block;
  width: 9.375rem;
  height: 2.875rem;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.375rem;
  background-color: #283593;
  border: 0;
  outline: none;
}
.message_content .formbox .formbx_btnbx button:hover {
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 1rem;
  }
  .common_banner {
    width: 100%;
    height: 28vh;
    margin-top: 6rem;
  }
  .common_banner > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner_text h3 {
    font-size: 1.5rem;
  }
  .common_banner_text p {
    white-space: nowrap;
    font-size: 2rem;
  }
  .common_banner_productdetail .common_banner_text h3 {
    font-size: 2rem;
  }
  .common_banner_solution .common_banner_text {
    padding: 0 1.5rem;
  }
  .common_banner_solution .common_banner_text p {
    white-space: normal;
  }
  .common_crumb_content .rightnav {
    display: none;
  }
  .common_pagebtn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .common_pagebtn a {
    max-width: 50%;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .index_header_top {
    display: none;
  }
  .index_header_navbox {
    height: 100%;
  }
  .index_header_navbox .logobox {
    display: none;
  }
  .index_header_navbox .logobox_M {
    display: flex;
  }
  .index_header_navbox .logobox_M .text h1 {
    font-size: 1.25rem;
  }
  .index_header_nav {
    display: none;
  }
  .index_header_nav_M {
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    background: #fff;
    display: none;
    border-top: 1px solid #f0f1f2;
    overflow-y: scroll;
    z-index: 29;
  }
  .index_header_nav_M .cd-accordion-menu {
    width: 100%;
    border-top: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
  }
  .index_header_nav_M .cd-accordion-menu > li {
    padding: 0 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1,
  .index_header_nav_M .cd-accordion-menu > li .level2 {
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a,
  .index_header_nav_M .cd-accordion-menu > li .level2 a {
    flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i {
    display: none;
    color: #333;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.icon-jianhao,
  .index_header_nav_M .cd-accordion-menu > li .level2 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .index_header_nav_M .cd-accordion-menu a {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 -1px #f0f1f2;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.875rem 0;
    line-height: 2rem;
  }
  .index_header_nav_M .cd-accordion-menu a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
    margin-right: 1.25rem;
  }
  .index_header_nav_M .has-children.active > .level1 > a {
    color: #012461;
  }
  .index_header_nav_M .cd-accordion-menu ul a {
    box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .index_header_nav_M .cd-accordion-menu > li:last-of-type > a {
    box-shadow: none;
  }
  .index_header_nav_M .cd-accordion-menu ul ul a {
    padding-left: 3rem;
  }
  .index_header_nav_M .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .index_header .rightbx .searchbx {
    width: 8.5rem;
    margin-left: 0;
  }
  .index_header .rightbx .langbx {
    margin-left: 1rem;
  }
  .index_header .rightbx .langbx::before {
    display: none;
  }
  .index_header .rightbx .langbx a {
    font-size: 1.125rem;
  }
  .index_header .inner-header-icon {
    display: block;
    margin-left: 0.75rem;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    height: auto;
    margin-top: 6rem;
  }
  .index_banner_M .index_banner_swiper {
    width: 100%;
    height: auto;
  }
  .index_banner_M .index_banner_swiper .swiper-slide {
    position: relative;
  }
  .index_banner_M .index_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .index_project_body .navbox {
    margin-bottom: 0;
  }
  .index_project_body .navbox ul {
    flex-wrap: wrap;
  }
  .index_project_body .navbox ul li {
    width: 32%;
    margin-bottom: 1rem;
  }
  .index_project_body .content {
    height: 40rem;
  }
  .index_project_body .content .leftbx {
    display: none;
  }
  .index_project_body .content .rightbx {
    width: 100%;
  }
  .index_project_body .content .rightbx .listbx {
    width: 100%;
  }
  .index_project_body .content .rightbx .listbx_item {
    width: 49%;
  }
  .index_adva_list {
    padding: 0;
  }
  .index_adva_list .item {
    width: 49%;
    margin-bottom: 0.5rem;
  }
  .index_case_body .leftbx {
    display: none;
  }
  .index_case_body .rightbx {
    width: 100%;
    height: auto;
  }
  .index_case_body .rightbx .item {
    height: 10rem;
    margin-bottom: 0.625rem;
  }
  .index_about_numbox .numlist ul {
    flex-wrap: wrap;
  }
  .index_about_numbox .numlist ul li {
    width: 49%;
    margin-bottom: 1.25rem;
  }
  .index_about_body .content {
    flex-wrap: wrap;
  }
  .index_about_body .content_img {
    width: 100%;
    height: auto;
  }
  .index_about_body .content_img img {
    height: auto;
    object-fit: contain;
  }
  .index_about_body .content_text {
    width: 100%;
  }
  .index_step_body .item {
    width: 100%;
  }
  .index_step_body .item::after {
    display: none !important;
  }
  .index_strength_body .content .listbx1_item {
    width: 49%;
  }
  .index_strength_body .content .listbx1_item .imgbx {
    height: 12.5rem;
  }
  .index_strength_body .content .listbx2 .item {
    width: 32%;
  }
  .index_news_body {
    flex-wrap: wrap;
  }
  .index_news_body .leftbx {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_news_body .leftbx_content {
    flex-wrap: wrap;
  }
  .index_news_body .leftbx_content .firstitem {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .index_news_body .leftbx_content .list {
    width: 100%;
  }
  .index_news_body .rightbx {
    width: 100%;
  }
  .index_footer_content .container {
    flex-wrap: wrap;
  }
  .index_footer_content .left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_footer_content .left .logo {
    margin-top: 0;
  }
  .index_footer_content .left::after {
    display: none;
  }
  .index_footer_content .listbx {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .index_footer_content .listbx::after {
    display: none;
  }
  .index_footer_content .listbx dl {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .index_footer_content .listbx dl dt {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .index_footer_content .listbx dl dd {
    margin-right: 2%;
    margin-bottom: 0.625rem;
  }
  .index_footer_content .listbx dl:last-child dd {
    width: 70%;
  }
  .index_footer_content .weixinbx {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .index_footer_content .weixinbx .imgbx {
    width: 30%;
  }
  .index_footer_copyright {
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
  .index_footer_copyright .container {
    flex-wrap: wrap;
  }
  .index_footer_copyright .container p,
  .index_footer_copyright .container a {
    width: 100%;
    text-align: center;
    line-height: 1.875rem;
  }
  .about_profile {
    padding: 3rem 0;
  }
  .about_profile_content {
    flex-wrap: wrap;
  }
  .about_profile_content .imgbx {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
  .about_profile_content .textbx {
    float: none;
    width: 100%;
  }
  .about_profile_content .textbx .numlist ul {
    flex-wrap: wrap;
  }
  .about_profile_content .textbx .numlist ul li {
    width: 48%;
    margin-bottom: 1.25rem;
  }
  .about_culture_content .item {
    width: 48%;
    height: 11.5rem;
    padding: 1rem;
  }
  .about_honor_content .about_honor_swiper .swiper-slide {
    width: 48%;
  }
  .about_adva_content {
    padding: 0;
  }
  .about_adva_content .item {
    width: 49%;
    margin-bottom: 0.625rem;
  }
  .about_equipment_content .item {
    width: 48%;
  }
  .project .leftbx {
    display: none;
  }
  .project .leftbx_M {
    position: fixed;
    top: 6.25rem;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100vh - 6.25rem);
    background-color: rgba(0, 0, 0, 0);
    z-index: 99;
    pointer-events: none;
    transition: all 0.3s;
  }
  .project .leftbx_M.show {
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: auto;
  }
  .project .leftbx_M.show .content {
    transform: translateX(0);
  }
  .project .leftbx_M.show .guanbibtn {
    display: block;
  }
  .project .leftbx_M .guanbibtn {
    position: absolute;
    top: 1%;
    left: 58%;
    display: none;
  }
  .project .leftbx_M .guanbibtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
  }
  .project .leftbx_M .guanbibtn a i {
    font-size: 1.75rem;
    color: #fff;
  }
  .project .leftbx_M .content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-105%);
    width: 55%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    transition: all 0.4s;
  }
  .project .leftbx_M .content_title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 4.5rem;
    padding: 0 1rem;
    background-color: #012461;
  }
  .project .leftbx_M .content_title em {
    width: 1rem;
    height: 0.25rem;
    margin-right: 0.625rem;
    background-color: #fff;
  }
  .project .leftbx_M .content_title h3 {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM {
    width: 100%;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM ul {
    /* by default hide all sub menus */
    display: none;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM > li {
    padding: 0 0 0 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM > li .level1 {
    display: flex;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM > li .level1 a {
    flex: 1;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM > li .level1 .down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-left: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM > li .level1 .down i {
    display: none;
    color: #666;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM > li .level1 .down i.active {
    display: block;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM > li .level1 .down i.icon-jianhao {
    color: #ed1b24;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM a {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.875rem 0;
    line-height: 2rem;
    border-bottom: 1px solid #f0f1f2;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM a > i {
    font-size: 1rem;
    font-weight: normal;
    transform: rotate(180deg);
  }
  .project .leftbx_M .content_content .has-children.active > .level1 > a {
    color: #012461;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM ul a {
    box-shadow: inset 0 -1px #f0f1f2;
    padding-left: 1.5rem;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM > li:last-of-type > a {
    box-shadow: none;
  }
  .project .leftbx_M .content_content .cd-accordion-menuM ul ul a {
    padding-left: 3rem;
  }
  .project .leftbx_M .content_content .has-children > .dropdown > li > a {
    font-weight: normal;
  }
  .project .leftbxM {
    display: block;
    margin-bottom: 1.25rem;
  }
  .project .leftbxM a {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .project .rightbx {
    width: 100%;
  }
  .project .rightbx .listbx {
    width: 100%;
  }
  .project .rightbx .listbx .item {
    width: 49%;
  }
  .projectdetail .rightbx .topbx {
    flex-wrap: wrap;
  }
  .projectdetail .rightbx .topbx .imgbx {
    width: 100%;
  }
  .projectdetail .rightbx .topbx .textbx {
    width: 100%;
    padding-left: 0;
  }
  .case_content .listbx .item {
    width: 48%;
  }
  .news_content .leftbx {
    width: 100%;
  }
  .news_content .leftbx .listbx .firstitem {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  .news_content .leftbx .listbx .firstitem .imgbx {
    width: 100%;
    height: 25rem;
    margin-bottom: 0.625rem;
  }
  .news_content .leftbx .listbx .firstitem .textbx {
    width: 100%;
    padding-left: 0;
  }
  .news_content .leftbx .listbx .firstitem .textbx_content {
    margin-bottom: 0.625rem;
  }
  .news_content .rightbx {
    display: none;
  }
  .download_content .listbx .item {
    width: 100%;
  }
  .step_content .listbx .item {
    width: 100%;
  }
  .step_content .listbx .item::after {
    display: none !important;
  }
  .contact_mapmd {
    height: auto;
  }
  .contact_mapmd .infobx {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    padding: 2rem;
    margin-bottom: 1.25rem;
  }
  .contact_mapmd .infobx h3 {
    margin-bottom: 1.25rem;
  }
  .contact_mapmd .infobx ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .contact_mapmd #map {
    height: 20rem;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 3rem;
  }
  .index_header_nav_item > a {
    padding: 0 0.875rem;
  }
  .index_header .rightbx .searchbx {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 4rem;
  }
  .index_header_nav_item > a {
    padding: 0 0.875rem;
  }
  .index_header .rightbx .searchbx {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .index_header_nav_item > a {
    padding: 0 1.5rem;
  }
  .index_header .rightbx .searchbx {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1601px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
}
