@charset "UTF-8";
html {
  position: relative;
  overflow-y: auto;
}
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;
}
@font-face {
  font-family: 'arial';
  src: url('../fonts/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.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: rgba(96, 96, 96, 0.9);
  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: 87.5rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.inside-main {
  width: 62.5rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.team-main {
  width: 85rem;
  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: rgba(96, 96, 96, 0.9);
}
.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: 6.25rem;
}
.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%;
}
.common_banner_text .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.common_banner_text h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
}
.common_banner_text em {
  display: block;
  width: 2.25rem;
  height: 0.25rem;
  background-color: #fff;
  margin: 1.25rem 0;
}
.common_banner_text p {
  font-size: 1.5rem;
  color: #fff;
}
.common_navbx {
  position: sticky;
  position: -webkit-sticky;
  top: 9.375rem;
  float: left;
}
.common_navbx ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.common_navbx ul li a {
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.125rem;
  color: #858585;
}
.common_navbx ul li.active a,
.common_navbx ul li:hover a {
  color: #333;
}
.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;
  background-color: #fff;
  font-size: 0.875rem;
  color: #858585;
  margin: 0 0.375rem;
  box-sizing: border-box;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #333;
}
.common_pagination a.page-num-current {
  color: #333;
}
.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;
  border-radius: 0;
}
.common_pagebtn {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.common_pagebtn .prev::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 94%;
  height: 1px;
  background-color: #ccc;
}
.common_pagebtn .prev,
.common_pagebtn .next {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  padding: 0 5rem 0 4.5rem;
}
.common_pagebtn .prev:hover .text .iconbx i,
.common_pagebtn .next:hover .text .iconbx i {
  color: #de0515;
}
.common_pagebtn .prev:hover .text p,
.common_pagebtn .next:hover .text p {
  color: #de0515;
}
.common_pagebtn .prev .time,
.common_pagebtn .next .time {
  font-size: 1.125rem;
  color: #333;
}
.common_pagebtn .prev .text,
.common_pagebtn .next .text {
  display: flex;
  flex: 1;
}
.common_pagebtn .prev .text .iconbx,
.common_pagebtn .next .text .iconbx {
  display: flex;
  align-items: center;
  margin-right: 5rem;
}
.common_pagebtn .prev .text .iconbx span,
.common_pagebtn .next .text .iconbx span {
  font-size: 1.125rem;
  color: #333;
}
.common_pagebtn .prev .text .iconbx i,
.common_pagebtn .next .text .iconbx i {
  font-size: 1rem;
  color: #333;
  margin-left: 2.5rem;
}
.common_pagebtn .prev .text p,
.common_pagebtn .next .text p {
  flex: 1;
  font-size: 1.125rem;
  color: #333;
  max-width: 60%;
}
.searchbd_content {
  margin-top: 5rem;
  padding: 4rem 0 5rem;
}
.searchbd_content_item {
  position: relative;
}
.searchbd_content_item:not(:last-child) {
  margin-bottom: 2rem;
}
.searchbd_content_item h3 {
  font-size: 0.875rem;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.searchbd_content_item p {
  font-size: 0.75rem;
  color: rgba(96, 96, 96, 0.9);
  letter-spacing: 1px;
  line-height: 1.125rem;
}
.searchbd_content_item:hover h3 {
  color: #de0515;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0 6.875rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0.01%, rgba(0, 0, 0, 0) 100%);
  box-sizing: border-box;
  z-index: 66;
  transition: all 0.4s;
}
.index_header.indexhead .logobx .indexlogo {
  opacity: 1;
}
.index_header.indexhead .logobx .insidelogo {
  opacity: 0;
}
.index_header.indexhead .navbx .index_header_nav_item > a {
  color: #fff;
}
.index_header.insidehead_detail {
  background: transparent;
}
.index_header.insidehead_detail:hover,
.index_header.insidehead_detail.first {
  background-color: #fff;
}
.index_header.insidehead_detail:hover .logobx .indexlogo,
.index_header.insidehead_detail.first .logobx .indexlogo {
  opacity: 0;
}
.index_header.insidehead_detail:hover .logobx .insidelogo,
.index_header.insidehead_detail.first .logobx .insidelogo {
  opacity: 1;
}
.index_header.insidehead_detail:hover .navbx .index_header_nav_item > a,
.index_header.insidehead_detail.first .navbx .index_header_nav_item > a {
  color: #606060;
}
.index_header.insidehead_detail:hover .navbx .index_header_nav_item:hover > a,
.index_header.insidehead_detail.first .navbx .index_header_nav_item:hover > a {
  color: #fff;
}
.index_header.insidehead_detail:hover .navbx .menubx .right_index,
.index_header.insidehead_detail.first .navbx .menubx .right_index {
  display: none;
}
.index_header.insidehead_detail:hover .navbx .menubx .right_inside,
.index_header.insidehead_detail.first .navbx .menubx .right_inside {
  display: flex;
}
.index_header.insidehead_detail:hover .navbx .menubx .right_inside .searchbx::before,
.index_header.insidehead_detail.first .navbx .menubx .right_inside .searchbx::before {
  background-color: #606060;
}
.index_header.insidehead_detail:hover .navbx .menubx .right_inside .searchbx .btnbox .searchicon,
.index_header.insidehead_detail.first .navbx .menubx .right_inside .searchbx .btnbox .searchicon {
  color: #606060;
}
.index_header.insidehead_detail:hover .navbx .menubx .right_inside .langbx a,
.index_header.insidehead_detail.first .navbx .menubx .right_inside .langbx a {
  color: #606060;
}
.index_header.insidehead_detail .logobx .indexlogo {
  opacity: 1;
}
.index_header.insidehead_detail .logobx .insidelogo {
  opacity: 0;
}
.index_header.insidehead_detail .navbx .index_header_nav_item > a {
  color: #fff;
}
.index_header.insidehead_detail .navbx .index_header_nav_item:hover > a {
  color: #fff;
}
.index_header.insidehead_detail .navbx .menubx .right_index {
  display: none;
}
.index_header.insidehead_detail .navbx .menubx .right_inside {
  display: flex;
}
.index_header.insidehead_detail .navbx .menubx .right_inside .searchbx::before {
  background-color: #fff;
}
.index_header.insidehead_detail .navbx .menubx .right_inside .searchbx .btnbox .searchicon {
  color: #fff;
}
.index_header.insidehead_detail .navbx .menubx .right_inside .langbx a {
  color: #fff;
}
.index_header.insidehead {
  background: #fff;
}
.index_header.insidehead .logobx .indexlogo {
  opacity: 0;
}
.index_header.insidehead .logobx .insidelogo {
  opacity: 1;
}
.index_header.insidehead .navbx .index_header_nav_item > a {
  color: #606060;
}
.index_header.insidehead .navbx .index_header_nav_item:hover > a {
  color: #fff;
}
.index_header.insidehead .navbx .menubx .right_index {
  display: none;
}
.index_header.insidehead .navbx .menubx .right_inside {
  display: flex;
}
.index_header .logobx {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.75rem;
  height: 2.5rem;
}
.index_header .logobx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}
.index_header .navbx {
  display: flex;
  align-items: center;
  height: 100%;
}
.index_header_nav {
  display: flex;
  align-items: flex-end;
  height: 5rem;
}
.index_header_nav.hidenav {
  display: none;
}
.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;
  margin: 0 1.875rem;
}
.index_header_nav_item::after {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: all 0.4s;
}
.index_header_nav_item:first-child > a,
.index_header_nav_item:nth-child(2) > a,
.index_header_nav_item:nth-child(4) > a,
.index_header_nav_item:last-child > a {
  pointer-events: none;
}
.index_header_nav_item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 5rem;
  letter-spacing: 1px;
  font-size: 1rem;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 12rem;
  max-height: 0;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
  z-index: 49;
  transition: all 0.5s;
  box-sizing: border-box;
}
.index_header_nav_item .dropdown_list {
  width: 100%;
}
.index_header_nav_item .dropdown_list li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.index_header_nav_item .dropdown_list li a {
  position: relative;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.25rem;
  letter-spacing: 1px;
}
.index_header_nav_item .dropdown_list li a:hover {
  color: #de0515;
}
.index_header_nav_item.active > a {
  color: #de0515 !important;
}
.index_header_nav_item:hover::after {
  opacity: 0.5;
}
.index_header_nav_item:hover > a {
  z-index: 4;
}
.index_header_nav_item:hover .dropdown {
  max-height: 20rem;
  opacity: 1;
}
.index_header_nav_item:hover .dropdown::before {
  transform: scale(1);
}
.index_header .menubx .right_index {
  position: fixed;
  right: 6%;
  bottom: 3.125rem;
  display: flex;
  align-items: center;
}
.index_header .menubx .right_index .searchbx form {
  position: relative;
  display: flex;
  align-items: center;
}
.index_header .menubx .right_index .searchbx form::after {
  position: absolute;
  bottom: -0.625rem;
  left: 0.5rem;
  content: '';
  display: block;
  width: 96%;
  height: 1px;
  background-color: #fff;
}
.index_header .menubx .right_index .searchbx form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  outline: none;
  border: 0;
  background-color: transparent;
}
.index_header .menubx .right_index .searchbx form button i {
  font-size: 1rem;
  color: #fff;
}
.index_header .menubx .right_index .searchbx form input {
  width: 9.8125rem;
  height: 1.6875rem;
  padding-left: 0.75rem;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.75px;
  outline: 0;
  box-sizing: border-box;
}
.index_header .menubx .right_index .langbx {
  margin-left: 2.125rem;
}
.index_header .menubx .right_index .langbx a {
  font-size: 1rem;
  color: #fff;
}
.index_header .menubx .right_inside {
  display: none;
  align-items: center;
  height: 100%;
}
.index_header .menubx .right_inside .searchbx {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 1.75rem;
  border-radius: 0.9375rem;
  box-sizing: border-box;
}
.index_header .menubx .right_inside .searchbx::before {
  position: absolute;
  top: 50%;
  left: -1.75rem;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 1px;
  height: 65%;
  background-color: #333;
}
.index_header .menubx .right_inside .searchbx .btnbox .iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1rem;
  color: #333;
}
.index_header .menubx .right_inside .searchbx .btnbox .iconfont.guanbiicon {
  font-size: 0.875rem;
}
.index_header .menubx .right_inside .searchbx .btnbox .iconfont:hover {
  cursor: pointer;
}
.index_header .menubx .right_inside .searchbx .btnbox.show .searchicon {
  display: none;
}
.index_header .menubx .right_inside .searchbx .btnbox.show .guanbiicon {
  display: flex;
}
.index_header .menubx .right_inside .searchbx .btnbox .guanbiicon {
  display: none;
  font-weight: 700;
}
.index_header .menubx .right_inside .searchbx .inputbx {
  position: absolute;
  top: 0;
  right: 5rem;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
  z-index: 3;
  transition: all 0.4s;
}
.index_header .menubx .right_inside .searchbx .inputbx.inputshow {
  width: 20rem;
  opacity: 1;
}
.index_header .menubx .right_inside .searchbx .inputbx form {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.index_header .menubx .right_inside .searchbx .inputbx form input {
  width: 100%;
  height: 100%;
  padding-left: 0.5rem;
  padding-right: 2.25rem;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #333;
  font-size: 0.75rem;
  outline: 0;
  box-sizing: border-box;
}
.index_header .menubx .right_inside .searchbx .inputbx form button {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.625rem;
  outline: 0;
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
}
.index_header .menubx .right_inside .searchbx .inputbx form button i {
  font-size: 1.125rem;
  color: #666;
}
.index_header .menubx .right_inside .searchbx .inputbx form button:hover {
  cursor: pointer;
}
.index_header .menubx .right_inside .langbx {
  position: relative;
  height: 100%;
  margin-left: 1.5rem;
}
.index_header .menubx .right_inside .langbx a {
  font-size: 1rem;
  color: #333;
}
.index_banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  background-attachment: fixed;
  z-index: 1;
}
.index_banner_swiper {
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 10rem;
  pointer-events: none;
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  z-index: 2;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner_swiper .swiper-slide-text {
  position: absolute;
  top: 50%;
  right: 16%;
  transform: translateY(-50%);
  z-index: 3;
}
.index_banner_swiper .swiper-slide-text p {
  font-size: 3.125rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5rem;
}
.index_banner_swiper .swiper-slide-text p span {
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  color: #ffc000;
}
.index_banner_swiper .swiper-slide-title {
  position: absolute;
  left: 6%;
  bottom: 3.125rem;
  z-index: 3;
}
.index_banner_swiper .swiper-slide-title h4 {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
.index_banner .swiper-pagination {
  width: 100%;
  bottom: 1.875rem;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  outline: none;
  box-sizing: border-box;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
  margin: 0 0.375rem;
  background: #fff;
  transition: all 0.5s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.875rem;
  border-radius: 0.5rem;
}
.index_banner_M {
  display: none;
}
.index_footer_indexfoot {
  position: fixed;
  bottom: 1.25rem;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 8;
}
.index_footer_indexfoot p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
.index_footer_indexfoot p a {
  font-size: 0.875rem;
  color: #fff;
  margin-left: 0.25rem;
}
.index_footer_insidefoot {
  padding: 5rem 0;
  border-top: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.index_footer_insidefoot .list {
  display: flex;
  margin-bottom: 0.625rem;
}
.index_footer_insidefoot .list li {
  font-size: 0.75rem;
  color: rgba(96, 96, 96, 0.9);
  line-height: 1.125rem;
}
.index_footer_insidefoot .list li:not(:last-child) {
  margin-right: 0.875rem;
}
.index_footer_insidefoot .list li a {
  color: rgba(96, 96, 96, 0.9);
  letter-spacing: 1px;
}
.index_footer_insidefoot .list li a:hover {
  color: #000;
}
.index_footer_insidefoot .place {
  display: flex;
  margin-bottom: 0.625rem;
}
.index_footer_insidefoot .place p {
  font-size: 0.75rem;
  color: rgba(96, 96, 96, 0.9);
  letter-spacing: 1px;
  line-height: 1.125rem;
}
.index_footer_insidefoot .place p:not(:last-child) {
  margin-right: 0.5rem;
}
.index_footer_insidefoot .copyright {
  display: flex;
}
.index_footer_insidefoot .copyright p {
  display: flex;
  font-size: 0.75rem;
  color: rgba(96, 96, 96, 0.9);
  letter-spacing: 1px;
  line-height: 1.125rem;
}
.index_footer_insidefoot .copyright p a {
  color: rgba(96, 96, 96, 0.9);
}
.index_footer.indexfoot .index_footer_indexfoot {
  display: block;
}
.index_footer.indexfoot .index_footer_insidefoot {
  display: none;
}
.index_footer.insidefoot .index_footer_indexfoot {
  display: none;
}
.index_footer.insidefoot .index_footer_insidefoot {
  display: block;
}
.about {
  padding: 7.125rem 0 6.25rem;
  overflow: visible;
}
.about_banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 5rem;
}
.about_banner_swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about_banner_swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.about_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about_banner .swiper-pagination {
  bottom: -2.75rem;
}
.about_banner .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border-radius: 50%;
  font-size: 0.75rem;
  color: #333;
  text-align: center;
  line-height: 1.5rem;
  box-sizing: border-box;
  opacity: 1;
}
.about_banner .swiper-pagination-bullet-active {
  color: #df0615;
  border: 1px solid #df0615;
}
.about_content .title {
  margin-bottom: 2.5rem;
}
.about_content .title h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.75rem;
  letter-spacing: 1px;
  margin-bottom: 0.1875rem;
}
.about_content .title p {
  font-size: 0.75rem;
  font-family: "arial";
  line-height: 1.125rem;
  color: #858585;
}
.about_content_descbx h5,
.about_content_descbx p {
  font-size: 0.75rem;
  color: rgba(96, 96, 96, 0.9);
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 1px;
}
.about_content_descbx h5 {
  font-size: 0.875rem;
  color: #111;
  font-weight: 700;
}
.honor {
  padding: 7.125rem 0 6.25rem;
  overflow: visible;
}
.honor_content .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.875rem;
}
.honor_content .title .left h3 {
  font-size: 1.25rem;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}
.honor_content .title .left p {
  font-size: 0.75rem;
  font-family: "arial";
  line-height: 1.125rem;
  color: #858585;
}
.honor_content .title span {
  font-size: 0.75rem;
  color: #858585;
  line-height: 1.125rem;
  margin-right: 0.875rem;
}
.honor_content .title span em {
  font-style: normal;
  color: #df0615;
}
.honor_content_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
.honor_content_list > i {
  display: block;
  width: 21.6%;
  height: 0;
}
.honor_content_list .item {
  width: 21.6%;
  margin-bottom: 1.25rem;
}
.honor_content_list .item_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 19.5rem;
  background-color: #25262b;
  overflow: hidden;
}
.honor_content_list .item_img img {
  display: block;
  max-width: 96%;
  max-height: 92%;
  object-fit: contain;
}
.honor_content_list .item_img .iconbtn {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  width: 1.875rem;
  height: 1.875rem;
}
.honor_content_list .item_img .iconbtn:hover {
  cursor: pointer;
}
.honor_content_list .item_img .iconbtn:hover i {
  color: #de0515;
}
.honor_content_list .item_img .iconbtn i {
  font-size: 1.25rem;
  color: #ccc;
}
.honor_content_list .item_title h4 {
  font-size: 0.75rem;
  color: #333;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  line-height: 2rem;
}
.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 {
  background-color: #fff;
}
.showhonor_content .imgbx img {
  display: block;
  width: auto;
  max-height: 60vh;
  object-fit: contain;
  margin: 0 auto;
}
.patent {
  margin-top: 5rem;
  padding: 4.375rem 0 6.25rem;
  overflow: visible;
}
.patent_content .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.625rem;
}
.patent_content .title .left h3 {
  font-size: 1.25rem;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}
.patent_content .title .left p {
  font-size: 0.75rem;
  color: #858585;
  font-family: "arial";
  line-height: 1.125rem;
}
.patent_content_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.375rem;
}
.patent_content_list > i {
  display: block;
  width: 29.4%;
  height: 0;
}
.patent_content_list .item {
  width: 29.4%;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 2.5rem;
}
.patent_content_list .item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18.75rem;
  background-color: #e5e5e5;
  overflow: hidden;
}
.patent_content_list .item_img img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.patent_content_list .item_title {
  width: 100%;
  padding: 1.25rem;
  background-color: #fff;
}
.patent_content_list .item_title h4 {
  font-size: 0.75rem;
  color: #333;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
}
.patent_content_list .item_title p {
  font-size: 0.75rem;
  color: #333;
  line-height: 1.125rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.patent_content_list .item_title .downbtn {
  display: flex;
  align-items: center;
}
.patent_content_list .item_title .downbtn i {
  font-size: 1rem;
  color: #265e9e;
  margin-right: 0.325rem;
}
.patent_content_list .item_title .downbtn a {
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.125rem;
  color: #265e9e;
}
.patent_content_list .item_title .downbtn a:hover {
  color: #de0515;
}
.patent_content .common_pagination ul {
  justify-content: flex-start;
  margin-right: 0;
}
.patent_content .common_pagination ul li:first-child a {
  margin-left: 0;
  letter-spacing: 1px;
}
.authentication_content_center {
  width: 100%;
}
.authentication_content_center p {
  letter-spacing: 1px;
}
.authentication_content_center p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.museum_content_center {
  width: 100%;
}
.museum_content_center #timeline {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.museum_content_center #timeline::after {
  position: absolute;
  top: 50%;
  left: 4.375rem;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 1px;
  height: 99%;
  background-color: #333;
}
.museum_content_center #dates {
  width: 4.375rem;
  height: 100%;
}
.museum_content_center #dates li {
  list-style: none;
  width: 100%;
  height: 2.875rem;
  line-height: 2.875rem;
  font-size: 1rem;
}
.museum_content_center #dates a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 2.5rem;
  padding-right: 1.125rem;
}
.museum_content_center #dates a p {
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #858585;
}
.museum_content_center #dates a p span {
  font-size: 2rem;
  color: #858585;
  font-weight: 700;
}
.museum_content_center #dates a:hover p {
  color: #de0515;
}
.museum_content_center #dates .selected p {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #de0515;
}
.museum_content_center #dates .selected p span {
  font-size: 3rem;
  color: #de0515;
}
.museum_content_center #dates .selected span {
  opacity: 1;
}
.museum_content_center #issues {
  flex: 1;
  height: 25rem;
  margin-right: 3.125rem;
}
.museum_content_center #issues li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25rem;
  list-style: none;
  overflow: hidden;
  padding-left: 5%;
}
.museum_content_center #issues li:first-child .text h4 {
  font-size: 1.5rem;
  padding-left: 6rem;
}
.museum_content_center #issues li .imgbx {
  width: auto;
  height: 99%;
  margin-right: 3%;
  overflow: hidden;
}
.museum_content_center #issues li .imgbx img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.museum_content_center #issues li .text {
  flex: 1;
}
.museum_content_center #issues li .text h4 {
  font-size: 1rem;
  color: #333;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.museum_content_center #issues li .text p {
  font-size: 0.75rem;
  color: rgba(96, 96, 96, 0.9);
  letter-spacing: 1px;
  line-height: 1.75em;
}
.project {
  position: relative;
  margin-top: 10rem;
  padding-bottom: 5rem;
}
.project .projectNav {
  position: fixed;
  top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 5rem;
  padding: 0 6.875rem 0 10.125rem;
  background-color: #fff;
  z-index: 3;
}
.project .projectNav h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.75rem;
  letter-spacing: 1px;
  margin-bottom: 0.1875rem;
}
.project .projectNav p {
  font-size: 0.75rem;
  font-family: "arial";
  line-height: 1.125rem;
  color: #858585;
}
.project .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.project .list_item {
  position: relative;
  width: 49.9%;
  height: 37.5rem;
  object-fit: contain;
  margin-bottom: 0.25rem;
}
.project .list_item:hover .list_item_img img {
  transform: scale(1.1);
}
.project .list_item_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.project .list_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.project .list_item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5rem;
  padding-left: 8%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.project .list_item_text h4 {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 5rem;
  letter-spacing: 1px;
}
.projectdetail_swiperbx {
  margin-top: 5rem;
}
.projectdetail_swiperbx .projectdetail_swiper {
  position: relative;
  width: 100%;
  height: 53.75rem;
}
.projectdetail_swiperbx .projectdetail_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.projectdetail_swiperbx .projectdetail_swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: contain;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx {
  position: absolute;
  bottom: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-btn {
  position: relative;
  bottom: 0;
  transform: translateY(0);
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 0.75rem;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-btn:hover {
  background-color: transparent;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-btn:hover span {
  color: #de0515;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-btn:hover img.img1 {
  opacity: 1;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-btn:hover img.img2 {
  opacity: 0;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-btn img.img1 {
  opacity: 0;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-btn img.img2 {
  opacity: 1;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.75rem;
  color: #fff;
  line-height: 1em;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-btn-next img {
  transform: translate(-50%, -50%) rotate(180deg);
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
  margin: 0 1.25rem;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  outline: none;
  box-sizing: border-box;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
  margin: 0 0.375rem;
  background: #fff;
  transition: all 0.5s;
}
.projectdetail_swiperbx .projectdetail_swiper .bottombx .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #de0515;
}
.projectdetail_content {
  position: relative;
  padding: 3.125rem 0 5.5rem;
}
.projectdetail_content .inside-main {
  position: relative;
}
.projectdetail_content .title {
  margin-bottom: 1.5rem;
}
.projectdetail_content .title h3 {
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}
.projectdetail_content .title p {
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.125rem;
  color: #858585;
}
.projectdetail_content .numlist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.projectdetail_content .numlist li {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0.75rem;
  margin-right: 1%;
}
.projectdetail_content .numlist li h5,
.projectdetail_content .numlist li p {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.125rem;
  color: rgba(96, 96, 96, 0.9);
}
.projectdetail_content .numlist li p {
  flex: 1;
}
.projectdetail_content .descbx {
  margin-top: 2rem;
}
.projectdetail_content .descbx p {
  font-size: 0.75rem;
  color: rgba(96, 96, 96, 0.9);
  line-height: 1.75em;
  letter-spacing: 1px;
  text-align: justify;
}
.projectdetail_content .common_pagebtn {
  position: absolute;
  top: 3.25rem;
  right: 0;
  max-width: 35%;
}
.projectdetail_content .common_pagebtn a {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #858585;
  letter-spacing: 1px;
  line-height: 1.125rem;
}
.projectdetail_content .common_pagebtn a i {
  font-size: 1.25rem;
  color: #858585;
  margin-right: 0.5rem;
}
.projectdetail_content .common_pagebtn a:not(:last-child) {
  margin-bottom: 0.25rem;
}
.projectdetail_content .common_pagebtn a:first-child {
  margin-bottom: 1.25rem;
}
.projectdetail_content .common_pagebtn a:hover {
  color: #333;
}
.projectdetail_content .common_pagebtn a:hover i {
  color: #333;
}
.field {
  margin-top: 5rem;
  padding: 0 6%;
}
.field_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 4.375rem 0;
}
.field_list_item {
  width: 23.6%;
  height: auto;
}
.field_list_item .item_img {
  width: 100%;
  height: auto;
}
.field_list_item .item_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.field_list_item .item_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.25rem 0;
  background-color: #f3f3f3;
}
.field_list_item .item_text h3 {
  font-size: 1.875rem;
  color: #333;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 2.75rem;
  margin-bottom: 0.3125rem;
}
.field_list_item .item_text p {
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  color: #333;
}
.news {
  margin-top: 5rem;
  padding: 4.375rem 0 6.25rem;
  overflow: visible;
}
.news_content .title h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}
.news_content .title p {
  font-size: 0.75rem;
  font-family: "arial";
  line-height: 1.125rem;
  color: #858585;
}
.news_content_list {
  margin-bottom: 4rem;
}
.news_content_list .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.875rem 0;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.news_content_list .item:hover .item_img img {
  transform: scale(1.1);
}
.news_content_list .item:hover .item_text h4 {
  color: #de0515;
}
.news_content_list .item_img {
  width: 16.2%;
  height: 8.75rem;
  overflow: hidden;
}
.news_content_list .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.news_content_list .item_text {
  width: 81%;
}
.news_content_list .item_text .title {
  display: flex;
  align-items: center;
  margin-bottom: 1.125rem;
}
.news_content_list .item_text .title span {
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.25rem;
  color: #606060;
}
.news_content_list .item_text .title h4 {
  font-size: 0.875rem;
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.25rem;
  margin-left: 1.25rem;
}
.news_content_list .item_text .intro p {
  font-size: 0.75rem;
  color: #858585;
  line-height: 1.75em;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_content .common_pagination ul {
  justify-content: flex-start;
  margin-right: 0;
}
.news_content .common_pagination ul li:first-child a {
  margin-left: 0;
  letter-spacing: 1px;
}
.newdetail .team-main {
  padding: 0 10%;
}
.newdetail_content .title {
  margin-bottom: 2rem;
}
.newdetail_content .title h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.75rem;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
}
.newdetail_content .title span {
  font-size: 0.875rem;
  color: #858585;
  font-family: "arial";
  line-height: 1.25rem;
}
.newdetail_content_desc h5,
.newdetail_content_desc p {
  font-size: 0.875rem;
  color: rgba(96, 96, 96, 0.9);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.75em;
}
.newdetail_content_desc h5 img,
.newdetail_content_desc p img {
  display: block;
  width: 100% !important;
  height: auto;
  object-fit: contain;
}
.newdetail_content_desc strong {
  font-weight: 700;
}
.newdetail_content_desc h6 {
  font-size: 0.875rem;
  color: #666;
  letter-spacing: 1px;
  line-height: 1.75em;
}
.newdetail_content_desc iframe {
  display: block;
  width: 60%;
  height: 26rem;
  object-fit: contain;
  margin: 0 auto;
}
.team {
  margin-top: 5rem;
  padding: 4rem 0 5rem;
  overflow: visible;
}
.team_title {
  margin-bottom: 3.75rem;
}
.team_title h3 {
  font-size: 1.25rem;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}
.team_title p {
  font-size: 0.75rem;
  color: #858585;
  font-family: "arial";
  line-height: 1.125rem;
}
.team_item .item_img {
  width: 20%;
  height: auto;
}
.team_item .item_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.team_item .item_text {
  width: 74.3%;
  padding-top: 1rem;
}
.team_item .item_text .title {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 0.875rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d8d8d8;
}
.team_item .item_text .title h4 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.75rem;
  letter-spacing: 1px;
  font-weight: 400;
}
.team_item .item_text .title span {
  font-size: 1.25rem;
  color: #858585;
  line-height: 1.75rem;
  letter-spacing: 1px;
  margin-left: 1.25rem;
}
.team_item .item_text .jobs {
  margin-bottom: 3rem;
}
.team_item .item_text .jobs p {
  font-size: 0.875rem;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.25rem;
}
.team_item .item_text .jobs p:not(:last-child) {
  margin-bottom: 0.375rem;
}
.team_item .item_text .intro p {
  font-size: 0.875rem;
  color: rgba(96, 96, 96, 0.9);
  letter-spacing: 1px;
  line-height: 1.5rem;
}
.team_item:not(:last-child) {
  margin-bottom: 6.25rem;
}
.team_item:nth-child(even) .item_img {
  float: left;
}
.team_item:nth-child(even) .item_text {
  float: right;
}
.team_item:nth-child(odd) .item_img {
  float: right;
}
.team_item:nth-child(odd) .item_text {
  float: left;
}
.cooperate_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cooperate_list > i {
  display: block;
  width: 18.4%;
  height: 0;
}
.cooperate_list .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.4%;
  height: 7.5rem;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.cooperate_list .item:hover img.img1 {
  opacity: 1;
}
.cooperate_list .item:hover img.img2 {
  opacity: 0;
}
.cooperate_list .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 90%;
  max-height: 90%;
  object-fit: cover;
  transition: all 0.4s;
  opacity: 0;
}
.cooperate_list .item img.img1 {
  opacity: 0;
}
.cooperate_list .item img.img2 {
  opacity: 1;
}
.contact_content .title {
  margin-bottom: 6rem;
}
.contact_content_list .item {
  display: flex;
}
.contact_content_list .item:not(:last-child) {
  margin-bottom: 6.25rem;
}
.contact_content_list .item_img {
  width: 33%;
  height: auto;
  overflow: hidden;
}
.contact_content_list .item_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.contact_content_list .item_text {
  width: 67%;
  padding: 1.875rem 0 0 6.25rem;
}
.contact_content_list .item_text h4 {
  font-size: 0.875rem;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.25rem;
  margin-bottom: 0.875rem;
}
.contact_content_list .item_text .desc p {
  font-size: 0.75rem;
  color: rgba(96, 96, 96, 0.9);
  letter-spacing: 1px;
  line-height: 1.125rem;
}
.contact_content_list .item_text .desc p:not(:last-child) {
  margin-bottom: 0.375rem;
}
.join_content .title {
  margin-bottom: 5rem;
}
.join_content .title .emailbx {
  display: flex;
  font-size: 0.875rem;
  color: #707070;
  line-height: 1.25rem;
  letter-spacing: 0;
  margin-top: 0.75rem;
}
.join_content .title .emailbx a {
  color: #707070;
  letter-spacing: 1px;
}
.join_content .title .emailbx a:hover {
  color: #de0515;
}
.join_content .textbx {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 2rem 0;
  background-color: #e6e6e6;
}
.join_content .textbx .md h4 {
  font-size: 1rem;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
}
.join_content .textbx .md p {
  font-size: 0.875rem;
  color: rgba(96, 96, 96, 0.9);
  text-align: center;
  font-family: "arial";
  line-height: 1.25rem;
}
.join_content .textbx .md p:not(:last-child) {
  margin-bottom: 0.25rem;
}
.join_content_list .item {
  width: 100%;
}
.join_content_list .item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.join_content_list .item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  padding: 0 1.25rem;
  background-color: #e6e6e6;
  box-sizing: border-box;
}
.join_content_list .item_title.active .icon span:last-child {
  transform: translate(-50%, -50%) rotate(180deg);
}
.join_content_list .item_title h3 {
  font-size: 0.875rem;
  color: #707070;
  letter-spacing: 1px;
  font-weight: 400;
}
.join_content_list .item_title .icon {
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
}
.join_content_list .item_title .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.75rem;
  height: 0.125rem;
  background-color: #707070;
  transition: all 0.4s;
}
.join_content_list .item_title .icon span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.join_content_list .item_bd {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-height: 0;
  padding: 0 1.25rem;
  border: 1px solid #d8d8d8;
  border-top: 0;
  opacity: 0;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.4s;
}
.join_content_list .item_bd.active {
  max-height: 30rem;
  opacity: 1;
}
.join_content_list .item_bd .leftbx {
  padding: 1.25rem 0 2.5rem;
  max-width: 84%;
}
.join_content_list .item_bd .leftbx .md:not(:last-child) {
  margin-bottom: 1.25rem;
}
.join_content_list .item_bd .leftbx .md h4,
.join_content_list .item_bd .leftbx .md p {
  font-size: 0.875rem;
  color: #707070;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.join_content_list .item_bd .mailbtn {
  width: 7.5rem;
  height: 2.875rem;
  margin-top: 1.25rem;
}
.join_content_list .item_bd .mailbtn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #707070;
  text-align: center;
  letter-spacing: 1px;
  line-height: 2.875rem;
  background-color: #f3f3f3;
  transition: all 0.4s;
}
.join_content_list .item_bd .mailbtn a:hover {
  background-color: #de0515;
  color: #fff;
}
.opinion {
  margin-top: 5rem;
  padding: 4rem 0 6.25rem;
  overflow: visible;
}
.opinion_content .title {
  margin-bottom: 1rem;
}
.opinion_content .title h3 {
  font-size: 1.25rem;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.75rem;
}
.opinion_content .title p {
  font-size: 0.75rem;
  color: #858585;
  font-family: "arial";
  line-height: 1.125rem;
}
.opinion_content_telbx {
  margin-bottom: 2.25rem;
}
.opinion_content_telbx h4 {
  font-size: 0.875rem;
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 2.5rem;
}
.opinion_content_telbx .center {
  width: 100%;
  padding: 1.875rem;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.opinion_content_telbx .center .tel {
  display: block;
  font-size: 1.875rem;
  color: #333;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.75rem;
}
.opinion_content_telbx .center p {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 1px;
  color: rgba(96, 96, 96, 0.9);
}
.opinion_content_message .titlebx {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #d8d8d8;
}
.opinion_content_message .titlebx h4 {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.25rem;
  letter-spacing: 1px;
  font-weight: 400;
}
.opinion_content_message .bdbx {
  width: 100%;
}
.opinion_content_message .bdbx .formbx {
  width: 100%;
}
.opinion_content_message .bdbx .formbx input::-webkit-input-placeholder,
.opinion_content_message .bdbx .formbx textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: rgba(166, 166, 166, 0.7);
}
.opinion_content_message .bdbx .formbx input:-moz-placeholder,
.opinion_content_message .bdbx .formbx textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: rgba(166, 166, 166, 0.7);
}
.opinion_content_message .bdbx .formbx input::-moz-placeholder,
.opinion_content_message .bdbx .formbx textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: rgba(166, 166, 166, 0.7);
}
.opinion_content_message .bdbx .formbx input:-ms-input-placeholder,
.opinion_content_message .bdbx .formbx textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: rgba(166, 166, 166, 0.7);
}
.opinion_content_message .bdbx .formbx_item {
  display: flex;
  width: 100%;
  margin-bottom: 1.25rem;
}
.opinion_content_message .bdbx .formbx_item label {
  flex: 1;
  font-size: 0.875rem;
  color: #333;
  letter-spacing: 1px;
  line-height: 2.125rem;
}
.opinion_content_message .bdbx .formbx_item input {
  display: block;
  width: 81%;
  height: 2.125rem;
  font-size: 0.75rem;
  color: #333;
  padding: 0 1.875rem;
  background-color: #f5f5f5;
  border: 0;
  outline: none;
  box-sizing: border-box;
}
.opinion_content_message .bdbx .formbx_text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.25rem;
}
.opinion_content_message .bdbx .formbx_text label {
  flex: 1;
  font-size: 0.875rem;
  color: #333;
  letter-spacing: 1px;
  line-height: 2.125rem;
}
.opinion_content_message .bdbx .formbx_text textarea {
  width: 81%;
  height: 6.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 1.875rem;
  color: #333;
  background-color: #f5f5f5;
  border: 0;
  outline: none;
  resize: none;
  box-sizing: border-box;
}
.opinion_content_message .bdbx .formbx .infobx {
  width: 100%;
  margin: 2.5rem 0 1.875rem;
  border-top: 1px solid #d8d8d8;
  padding: 1.875rem 0;
}
.opinion_content_message .bdbx .formbx .infobx h5 {
  font-size: 0.75rem;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.875rem;
}
.opinion_content_message .bdbx .formbx .infobx p {
  font-size: 0.75rem;
  color: rgba(96, 96, 96, 0.9);
  letter-spacing: 1px;
  line-height: 1.125rem;
}
.opinion_content_message .bdbx .formbx_btnbx {
  width: 100%;
}
.opinion_content_message .bdbx .formbx_btnbx button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 3.125rem;
  letter-spacing: 1px;
  font-size: 0.875rem;
  color: 333;
  line-height: 3.125rem;
  outline: none;
  border: 0;
  transition: all 0.3s;
}
.opinion_content_message .bdbx .formbx_btnbx button i {
  font-size: 1.5rem;
  color: #333;
  margin-right: 20%;
  transition: all 0.3s;
}
.opinion_content_message .bdbx .formbx_btnbx button:hover {
  cursor: pointer;
  background-color: #de0515;
  color: #fff;
}
.opinion_content_message .bdbx .formbx_btnbx button:hover i {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 1000px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .team-main,
  .inside-main {
    width: 100%;
    padding: 0 1rem;
  }
  .showvideo {
    display: none;
  }
  .showvideo_content {
    width: 96%;
    height: 20rem;
  }
  .showvideo_content .closebtn {
    top: -2.5rem;
    right: 0;
  }
  .common_banner {
    width: 100%;
    height: auto;
    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;
  }
  .sibebx_content {
    width: 100%;
    padding-top: 2.5rem;
    transition: all 0.4s;
  }
  .index_header {
    position: fixed;
    width: 100%;
    height: 6rem;
    padding: 0 0.625rem;
    z-index: 99;
  }
  .index_header.indexhead {
    transition: all 0.2s;
  }
  .index_header.indexhead.cur {
    background: #fff;
    z-index: 99;
  }
  .index_header.indexhead.cur .logobx .indexlogo {
    opacity: 0;
  }
  .index_header.indexhead.cur .logobx .insidelogo {
    opacity: 1;
  }
  .index_header.indexhead.cur .inner-header-icon span {
    background: #333;
  }
  .index_header.indexhead .menubx {
    display: flex;
    align-items: center;
  }
  .index_header.indexhead .menubx .right_index {
    display: none;
  }
  .index_header.indexhead .menubx .right_inside {
    display: flex;
  }
  .index_header.indexhead .menubx .right_inside .searchbx {
    margin-left: 0;
  }
  .index_header.indexhead .menubx .right_inside .searchbx::before {
    display: none;
  }
  .index_header.indexhead .menubx .right_inside .searchbx .inputbx {
    right: 2rem;
    background-color: transparent;
  }
  .index_header.indexhead .menubx .right_inside .searchbx .inputbx.inputshow {
    width: 11rem;
  }
  .index_header.indexhead .menubx .right_inside .searchbx .inputbx form button i {
    color: rgba(96, 96, 96, 0.9);
  }
  .index_header.indexhead .menubx .right_inside .searchbx .inputbx form input {
    color: rgba(96, 96, 96, 0.9);
  }
  .index_header.indexhead .menubx .right_inside .searchbx .btnbox .iconfont {
    color: #fff;
  }
  .index_header.indexhead .menubx .right_inside .langbx a {
    font-size: 1.25rem;
    color: #fff;
  }
  .index_header.insidehead_detail:hover .inner-header-icon {
    display: block;
    margin-left: 0.5rem;
  }
  .index_header.insidehead_detail:hover .inner-header-icon:hover {
    background-color: transparent;
  }
  .index_header.insidehead_detail:hover .inner-header-icon:hover span {
    background: #333;
  }
  .index_header.insidehead_detail:hover .inner-header-icon span {
    background: #333 !important;
  }
  .index_header.insidehead_detail.first .inner-header-icon {
    display: block;
    margin-left: 0.5rem;
  }
  .index_header.insidehead_detail.first .inner-header-icon:hover {
    background-color: transparent;
  }
  .index_header.insidehead_detail.first .inner-header-icon:hover span {
    background: #333;
  }
  .index_header.insidehead_detail.first .inner-header-icon span {
    background: #333 !important;
  }
  .index_header.insidehead_detail.cur .inner-header-icon {
    display: block;
    margin-left: 0.5rem;
  }
  .index_header.insidehead_detail.cur .inner-header-icon:hover {
    background-color: transparent;
  }
  .index_header.insidehead_detail.cur .inner-header-icon:hover span {
    background: #333;
  }
  .index_header.insidehead_detail.cur .inner-header-icon span {
    background: #333 !important;
  }
  .index_header.insidehead_detail .menubx {
    display: flex;
    align-items: center;
  }
  .index_header.insidehead_detail .menubx .right_index {
    display: none;
  }
  .index_header.insidehead_detail .menubx .right_inside {
    display: flex;
  }
  .index_header.insidehead_detail .menubx .right_inside .searchbx {
    margin-left: 0;
  }
  .index_header.insidehead_detail .menubx .right_inside .searchbx::before {
    display: none;
  }
  .index_header.insidehead_detail .menubx .right_inside .searchbx .inputbx {
    right: 2rem;
    background-color: transparent;
  }
  .index_header.insidehead_detail .menubx .right_inside .searchbx .inputbx.inputshow {
    width: 11rem;
  }
  .index_header.insidehead_detail .menubx .right_inside .searchbx .inputbx form button i {
    color: rgba(96, 96, 96, 0.9);
  }
  .index_header.insidehead_detail .menubx .right_inside .searchbx .inputbx form input {
    color: rgba(96, 96, 96, 0.9);
  }
  .index_header.insidehead_detail .menubx .right_inside .searchbx .btnbox .iconfont {
    color: rgba(96, 96, 96, 0.9);
  }
  .index_header.insidehead_detail .menubx .right_inside .langbx a {
    font-size: 1.25rem;
    color: rgba(96, 96, 96, 0.9);
  }
  .index_header.insidehead .menubx {
    display: flex;
    align-items: center;
  }
  .index_header.insidehead .menubx .right_index {
    display: none;
  }
  .index_header.insidehead .menubx .right_inside {
    display: flex;
  }
  .index_header.insidehead .menubx .right_inside .searchbx {
    margin-left: 0;
  }
  .index_header.insidehead .menubx .right_inside .searchbx::before {
    display: none;
  }
  .index_header.insidehead .menubx .right_inside .searchbx .inputbx {
    right: 2rem;
    background-color: transparent;
  }
  .index_header.insidehead .menubx .right_inside .searchbx .inputbx.inputshow {
    width: 11rem;
  }
  .index_header.insidehead .menubx .right_inside .searchbx .inputbx form button i {
    color: rgba(96, 96, 96, 0.9);
  }
  .index_header.insidehead .menubx .right_inside .searchbx .inputbx form input {
    color: rgba(96, 96, 96, 0.9);
  }
  .index_header.insidehead .menubx .right_inside .searchbx .btnbox .iconfont {
    color: rgba(96, 96, 96, 0.9);
  }
  .index_header.insidehead .menubx .right_inside .langbx a {
    font-size: 1.25rem;
    color: rgba(96, 96, 96, 0.9);
  }
  .index_header.insidehead .menubx .inner-header-icon {
    display: block;
    margin-left: 0.5rem;
  }
  .index_header.insidehead .menubx .inner-header-icon:hover {
    background-color: transparent;
  }
  .index_header.insidehead .menubx .inner-header-icon span {
    background: #333;
  }
  .index_header_logo {
    display: none;
  }
  .index_header_logo_M {
    display: block;
    align-items: center;
    width: auto;
    max-width: 40%;
  }
  .index_header_logo_M img {
    display: block;
    max-width: 100%;
    height: 4rem;
    object-fit: contain;
  }
  .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 {
    display: flex;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 a {
    flex: 1;
  }
  .index_header_nav_M .cd-accordion-menu > 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;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i {
    display: none;
    color: #606060;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .down i.active {
    display: block;
  }
  .index_header_nav_M .cd-accordion-menu > li .level1 .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: #606060;
    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: #de0515;
  }
  .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 .inner-header-icon {
    display: block;
    margin-left: 0.5rem;
  }
  .index_header .inner-header-icon:hover {
    background-color: transparent;
  }
  .index_header .inner-header-icon span {
    background: #fff;
  }
  .index_banner {
    display: none;
  }
  .index_banner_M {
    display: block;
    height: 100vh;
  }
  .index_banner_M .index_banner_swiper .swiper-slide-title {
    bottom: 10%;
  }
  .index_footer.insidefoot .index_footer_insidefoot {
    padding: 3rem 0;
  }
  .index_footer.insidefoot .index_footer_insidefoot .list {
    justify-content: center;
  }
  .index_footer.insidefoot .index_footer_insidefoot .list li:nth-child(2n) {
    display: none;
  }
  .index_footer.insidefoot .index_footer_insidefoot .list li:nth-child(9),
  .index_footer.insidefoot .index_footer_insidefoot .list li:nth-child(13) {
    display: none;
  }
  .index_footer.insidefoot .index_footer_insidefoot .place {
    display: none;
  }
  .index_footer.insidefoot .index_footer_insidefoot .copyright {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index_footer.insidefoot .index_footer_insidefoot .copyright p {
    flex-wrap: wrap;
    justify-content: center;
    line-height: 2em;
  }
  .index_footer.insidefoot .index_footer_insidefoot .copyright p:last-child {
    margin-left: 0;
  }
  .about_banner {
    height: auto;
    margin-top: 6rem;
  }
  .honor_content_list .item {
    width: 49%;
  }
  .patent_content_list .item {
    width: 49%;
  }
  .patent_content_list .item_img {
    height: 16rem;
  }
  .patent_content_list .item_img img {
    max-width: 80%;
    max-height: 80%;
  }
  .museum_content_center #issues {
    flex: 1;
    margin-right: 0;
  }
  .museum_content_center #issues li {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .museum_content_center #issues li .imgbx {
    width: 100%;
    height: auto;
    max-height: 95%;
    margin-bottom: 1rem;
    margin-right: 0;
    overflow: hidden;
  }
  .museum_content_center #issues li .imgbx img {
    width: 100%;
    height: 100%;
  }
  .museum_content_center #issues li .text {
    width: 100%;
  }
  .project .projectNav {
    padding: 0 1rem;
  }
  .project .list_item {
    width: 100%;
    height: 24rem;
  }
  .projectdetail_swiperbx {
    margin-top: 6rem;
  }
  .projectdetail_swiperbx .projectdetail_swiper {
    height: 23rem;
  }
  .projectdetail_swiperbx .projectdetail_swiper .swiper-slide img {
    max-width: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
  }
  .projectdetail_content .numlist {
    width: 100%;
  }
  .projectdetail_content .common_pagebtn {
    position: static;
    max-width: 100%;
  }
  .field {
    padding: 0 1rem;
  }
  .field_list {
    flex-wrap: wrap;
  }
  .field_list_item {
    width: 49%;
    margin-bottom: 1rem;
  }
  .field_list_item .item_text p {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  .news_content_list .item_img {
    width: 30%;
    height: 7rem;
  }
  .news_content_list .item_text {
    width: 67%;
  }
  .news_content_list .item_text .title {
    flex-direction: column;
    align-items: flex-start;
  }
  .news_content_list .item_text .title span {
    margin-bottom: 0.625rem;
  }
  .news_content_list .item_text .title h4 {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .newdetail_content_desc p {
    line-height: 1.75em;
  }
  .newdetail_content_desc iframe {
    width: 100%;
  }
  .newdetail .team-main {
    padding: 0 1rem;
  }
  .team_item .item_img {
    float: none !important;
    width: 40%;
  }
  .team_item .item_text {
    float: none !important;
    width: 100%;
  }
  .cooperate_list > i {
    width: 32%;
  }
  .cooperate_list .item {
    width: 32%;
    height: 6rem;
  }
  .cooperate_list .item img {
    max-width: 80%;
    max-height: 85%;
  }
  .contact_content_list .item {
    flex-wrap: wrap;
  }
  .contact_content_list .item_img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .contact_content_list .item_text {
    width: 100%;
    padding: 0;
  }
  .join_content_list .item_bd {
    flex-direction: column;
  }
  .join_content_list .item_bd.active {
    max-height: 40rem;
  }
  .join_content_list .item_bd .leftbx {
    padding: 1.25rem 0;
  }
  .join_content_list .item_bd .mailbtn {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .opinion_content_telbx .center p {
    line-height: 1.75em;
  }
  .opinion_content_message .bdbx .formbx_item input,
  .opinion_content_message .bdbx .formbx_text input {
    width: 74%;
  }
  .opinion_content_message .bdbx .formbx_item textarea,
  .opinion_content_message .bdbx .formbx_text textarea {
    width: 74%;
  }
}
@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 6rem;
  }
  .index_header {
    padding: 0 4rem;
  }
  .project .projectNav {
    padding: 0 4rem 0 7rem;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 6rem;
  }
  .index_header {
    padding: 0 6rem;
  }
  .project .projectNav {
    padding: 0 6rem 0 9rem;
  }
}
@media (min-width: 1351px) and (max-width: 1600px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main {
    width: 100%;
    padding: 0 8rem;
  }
  .index_header {
    padding: 0 6rem;
  }
  .project .projectNav {
    padding: 0 6rem 0 9rem;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  :root {
    font-size: 16px !important;
  }
}
@media (min-width: 1601px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
}
