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;
}
.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-btn {
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100px;
  line-height: 100px;
  z-index: 1;
  cursor: pointer;
  outline: none;
  transition: all 0.4s;
  color: #3d3d3d;
}
.swiper-btn span {
  font-size: 30px;
  color: #fff;
}
.swiper-btn:hover {
  background: #c9d3cd;
}
.space-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.space-list-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.space-p-over {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.container {
  width: 87.5rem;
  margin: 0 auto;
}
.common_banner {
  margin-top: 6.25rem;
  width: 100%;
  height: 31.25rem;
}
.common_banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_crumb {
  height: 5.5rem;
}
.common_crumb .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}
.common_crumb_title {
  display: flex;
  align-items: flex-end;
}
.common_crumb_title h3 {
  font-size: 2rem;
  color: #da3e30;
  margin-right: 3.75rem;
}
.common_crumb_title p {
  font-size: 1.125rem;
  color: #666666;
  font-weight: bold;
}
.common_crumb_place {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #999999;
}
.common_crumb_place p {
  font-size: 1rem;
  color: #999999;
}
.common_crumb_place em {
  font-size: 1.25rem;
  margin-right: 0.625rem;
}
.common_crumb_place a {
  font-size: 1rem;
  color: #999999;
}
.common_crumb_place a.active,
.common_crumb_place a:hover {
  color: #da3e30;
}
.common_navM {
  display: none;
}
.common_pagination {
  width: 100%;
  position: relative;
}
.common_pagination ul {
  display: flex;
  justify-content: center;
}
.common_pagination li {
  display: inline-block;
}
.common_pagination li:nth-child(2) {
  display: flex;
  margin: 0 0.875rem;
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  color: #707070;
  background-color: #ebebeb;
  transition: all 0.35s;
}
.common_pagination a:not(:last-child) {
  margin-right: 0.875rem;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #da3e30;
}
.common_pagination a.page-num-current {
  color: #fff;
  background-color: #da3e30;
}
.common_pagination li:first-child,
.common_pagination li:last-child {
  display: flex;
  width: 4.75rem;
  height: 2.5rem;
}
.common_pagination li:first-child a,
.common_pagination li:last-child a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.5rem;
  text-align: center;
}
.common_pagination a:last-child {
  margin-right: 0;
}
.common_pagination_case {
  width: 100%;
  position: relative;
  margin: 5rem auto 0;
}
.common_pagination_case ul {
  display: flex;
  justify-content: center;
}
.common_pagination_case li {
  display: inline-block;
}
.common_pagination_case li:nth-child(2) {
  display: flex;
  margin: 0 0.875rem;
}
.common_pagination_case a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  color: #707070;
  background-color: #ebebeb;
  transition: all 0.35s;
}
.common_pagination_case a:not(:last-child) {
  margin-right: 0.875rem;
}
.common_pagination_case a:hover {
  color: #fff;
  background-color: #da3e30;
}
.common_pagination_case a.page-num-current {
  color: #fff;
  background-color: #da3e30;
}
.common_pagination_case li:first-child,
.common_pagination_case li:last-child {
  display: flex;
  width: 4.75rem;
  height: 2.5rem;
}
.common_pagination_case li:first-child a,
.common_pagination_case li:last-child a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.5rem;
  text-align: center;
}
.common_pagination_case a:last-child {
  margin-right: 0;
}
.common_pagebtn {
  margin-top: 4.25rem;
}
.common_pagebtn > a {
  display: block;
  font-size: 1rem;
  color: #010302;
}
.common_pagebtn > a:not(:last-child) {
  margin-bottom: 1.625rem;
}
.common_pagebtn > a:hover {
  color: #da3e30;
}
.inner-header-icon {
  display: none;
  color: #fff;
  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: #3d3d3d;
}
.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);
  }
}
.searchbd {
  margin: 8.75rem 0;
}
.searchbd_content {
  padding-top: 3rem;
}
.searchbd_content_item {
  margin-bottom: 2rem;
}
.searchbd_content_item a {
  display: block;
  color: #333333;
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
}
.searchbd_content_item a:hover {
  color: #3d3d3d;
}
.searchbd_content_item p {
  font-size: 1.125rem;
  color: #333333;
  line-height: 2rem;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
  transition: all 0.3s;
}
.index_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.index_header_logo {
  width: 13.375rem;
  height: 3.75rem;
}
.index_header_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_header_logo .white {
  display: none;
}
.index_header_nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.index_header_nav > ul {
  display: flex;
  height: 100%;
}
.index_header_nav .search {
  position: relative;
  height: 6.25rem;
  display: flex;
  align-items: center;
  padding-left: 0.625rem;
  transition: all 0.6s;
}
.index_header_nav .search span {
  font-size: 1.25rem;
  color: #da3e30;
  font-weight: bold;
  opacity: 1;
  transition: all 0.8s;
}
.index_header_nav .search:hover {
  cursor: pointer;
}
.index_header_nav .search .downinput {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: all 0.6s;
}
.index_header_nav .search .downinput form {
  position: relative;
  display: block;
  width: 100%;
  height: 2.5rem;
  border-radius: 1.25rem;
  transition: all 0.6s;
  overflow: hidden;
}
.index_header_nav .search .downinput form input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #323232;
  background: #fff;
  padding: 0 1.625rem 0 0.875rem;
  box-sizing: border-box;
  outline: none;
  border: 0;
  transition: all 0.6s;
}
.index_header_nav .search .downinput form button {
  position: absolute;
  top: 0;
  right: 0.25rem;
  font-size: 1.25rem;
  height: 100%;
  outline: none;
  border: 0;
  opacity: 0;
  background: transparent;
}
.index_header_nav .search .downinput form button:hover {
  cursor: pointer;
}
.index_header_nav .showinput {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.index_header_nav .showinput span {
  opacity: 0;
}
.index_header_nav .showinput .downinput {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.index_header_nav .showinput .downinput form {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #666666;
  background-color: purple;
}
.index_header_nav .showinput .downinput form input {
  width: 100%;
  height: 100%;
}
.index_header_nav .showinput .downinput form button {
  opacity: 1;
}
.index_header_nav_item {
  position: relative;
  height: 100%;
  padding: 0 1.875rem;
}
.index_header_nav_item > a {
  display: block;
  position: relative;
  font-size: 1.125rem;
  line-height: 6.25rem;
  font-family: 'PingFang SC';
  color: #333;
  box-sizing: border-box;
}
.index_header_nav_item > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #da3e30;
  transform: scale(0);
  transition: all 0.6s;
}
.index_header_nav_item:hover > a,
.index_header_nav_item.active > a {
  color: #da3e30;
}
.index_header_nav_item:hover > a::after,
.index_header_nav_item.active > a::after {
  transform: scale(1);
}
.index_header_nav_item .downproduct {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 75rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease-in;
  z-index: 10;
}
.index_header_nav_item .downproduct .content {
  display: flex;
  justify-content: space-between;
  padding: 2rem 3.125rem;
}
.index_header_nav_item .downproduct dl {
  width: 15%;
}
.index_header_nav_item .downproduct dl dt {
  width: 100%;
  font-size: 1.125rem;
  color: #000000;
  padding-bottom: 1.125rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e8e8e8;
}
.index_header_nav_item .downproduct dl dd {
  width: 100%;
}
.index_header_nav_item .downproduct dl dd a {
  font-size: 1rem;
  color: #666666;
  line-height: 2.25rem;
}
.index_header_nav_item .downproduct dl dd a:hover {
  color: #da3e30;
}
.index_header_nav_item .downsolution {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 75rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease-in;
  z-index: 10;
}
.index_header_nav_item .downsolution .content {
  display: flex;
  justify-content: space-between;
  padding: 2rem 3.125rem 4rem;
}
.index_header_nav_item .downsolution dl dt {
  width: 100%;
  font-size: 1.125rem;
  color: #000000;
  padding-bottom: 1.125rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e8e8e8;
}
.index_header_nav_item .downsolution dl dd {
  width: 100%;
}
.index_header_nav_item .downsolution dl dd a {
  font-size: 1rem;
  color: #666666;
  line-height: 2.25rem;
}
.index_header_nav_item .downsolution dl dd a:hover {
  color: #da3e30;
}
.index_header_nav_item .downsolution dl.list2 {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}
.index_header_nav_item .downsolution dl.list2 dt {
  width: 100%;
}
.index_header_nav_item .downsolution dl.list2 dd {
  width: 50%;
}
.index_header_nav_item .downcase {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 30rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease-in;
  z-index: 10;
}
.index_header_nav_item .downcase ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem 1.5rem 2rem;
}
.index_header_nav_item .downcase ul li {
  width: 30%;
  text-align: center;
}
.index_header_nav_item .downcase ul li a {
  line-height: 2.5rem;
  font-size: 1rem;
  color: #3d3d3d;
}
.index_header_nav_item .downcase ul li a:hover {
  color: #da3e30;
}
.index_header_nav_item .dropdown {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
  z-index: 10;
}
.index_header_nav_item .dropdown ul {
  padding: 0 1rem;
  overflow: hidden;
  transition: all 0.4s;
}
.index_header_nav_item .dropdown li {
  text-align: center;
}
.index_header_nav_item .dropdown li a {
  font-size: 1rem;
  color: #666666;
  line-height: 3rem;
}
.index_header_nav_item .dropdown li:hover a {
  color: #da3e30;
}
.index_header_nav_item:hover .downproduct {
  max-height: 40rem;
  opacity: 1;
}
.index_header_nav_item:hover .downsolution {
  max-height: 40rem;
  opacity: 1;
}
.index_header_nav_item:hover .downcase {
  max-height: 40rem;
  opacity: 1;
}
.index_header_nav_item:hover .dropdown {
  max-height: 15rem;
  opacity: 1;
}
.index_header.first {
  background: none;
  border-bottom: none;
  box-shadow: none;
}
.index_header.first .inner-header-icon-out span {
  background: #fff;
}
.index_header.first .index_header_nav_item > a {
  color: #fff;
}
.index_header.first .index_header_nav_item:hover > a,
.index_header.first .index_header_nav_item.active > a {
  color: #da3e30;
}
.index_header.first .index_header_nav_item:hover > a::after,
.index_header.first .index_header_nav_item.active > a::after {
  transform: scale(1);
}
.index_header.first:hover {
  background: #fff;
}
.index_header.first:hover .inner-header-icon-out span {
  background: #3d3d3d;
}
.index_header.first:hover .index_header_nav_item > a {
  color: #333;
}
.index_header.first:hover .index_header_nav_item:hover > a,
.index_header.first:hover .index_header_nav_item.active > a {
  color: #da3e30;
}
.index_common_title h3 {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1.875rem;
}
.index_common_title h4 {
  font-size: 2.125rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1.75rem;
}
.index_common_title p {
  font-size: 1rem;
  color: #f5f5f5;
  line-height: 2.25rem;
  text-align: center;
}
.index_banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.index_banner_swiper {
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner_swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255);
  opacity: 0.4;
}
.index_banner_swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_banner_M {
  display: none;
}
.index_internet {
  width: 100%;
  height: 73.75rem;
  overflow: hidden;
  background: url("../images/indexinternetbg.jpg") no-repeat center center;
  background-size: cover;
}
.index_internet .container {
  position: relative;
  height: 100%;
}
.index_internet .internetimg5 {
  display: block;
  position: absolute;
  top: 38.1%;
  left: 0;
  width: 37.25rem;
  height: 22rem;
  z-index: 0;
}
.index_internet .internetimg4 {
  display: block;
  position: absolute;
  top: 25.1%;
  left: 5%;
  width: 37.75rem;
  height: 21.875rem;
  z-index: 1;
}
.index_internet .internetimg3 {
  display: block;
  position: absolute;
  top: 42.9%;
  left: 10.6%;
  width: 37.75rem;
  height: 22rem;
  z-index: 2;
}
.index_internet .internetimg2 {
  display: block;
  position: absolute;
  top: 31.2%;
  left: 17.14%;
  width: 36.875rem;
  height: 22rem;
  z-index: 3;
}
.index_internet .internetimg1 {
  display: block;
  position: absolute;
  top: 45.25%;
  left: 23.43%;
  width: 37.75rem;
  height: 22rem;
  z-index: 4;
}
.index_internet_text {
  position: absolute;
  top: 40%;
  right: 0;
  width: 31.2%;
}
.index_internet_text h4 {
  font-size: 2rem;
  color: #272727;
}
.index_internet_text span {
  display: block;
  position: relative;
  width: 5rem;
  height: 2px;
  background-color: #fff;
  margin: 1.25rem 0;
}
.index_internet_text span em {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 0.375rem;
  background-color: #da3e30;
}
.index_internet_text p {
  font-size: 1rem;
  color: #272727;
  line-height: 2.25rem;
}
.index_solution {
  background: url("../images/indexsolutionbg.jpg") no-repeat center center;
  background-size: cover;
  padding: 4rem 0 6.875rem;
}
.index_solution_content {
  padding-top: 8.625rem;
}
.index_solution_content ul {
  display: flex;
  justify-content: space-between;
}
.index_solution_content ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 19%;
}
.index_solution_content ul li .img {
  height: 5.375rem;
  margin-bottom: 1.875rem;
  transition: all 450ms;
}
.index_solution_content ul li .img img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.index_solution_content ul li h4 {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1.125rem;
}
.index_solution_content ul li p {
  font-size: 1.125rem;
  color: #f8f8f8;
  line-height: 2rem;
  text-align: center;
}
.index_solution_content ul li:hover .img {
  transform: translateY(-0.325rem);
}
.index_solution_content_more {
  position: relative;
  width: 8.75rem;
  height: 3.125rem;
  margin: 7.5rem auto 0;
  box-sizing: border-box;
}
.index_solution_content_more a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #f8f8f8;
  line-height: 3.125rem;
  text-align: center;
  transition: all 450ms linear 0s;
}
.index_solution_content_more svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3.125rem;
}
.index_solution_content_more svg rect {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 422, 0;
  transition: all 450ms linear 0s;
}
.index_solution_content_more:hover a {
  color: #da3e30;
}
.index_solution_content_more:hover rect {
  stroke: #da3e30;
  stroke-width: 2;
  stroke-dasharray: 8.75rem, 3.125rem;
  stroke-dashoffset: 0;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.index_case {
  background: url("../images/indexcasebg.jpg") no-repeat center center;
  background-size: cover;
  padding: 3.75rem 0 8.75rem;
}
.index_case .container {
  padding: 0 2.25rem;
}
.index_case_content {
  position: relative;
  width: 100%;
  height: 21.25rem;
  margin-top: 5rem;
}
.index_case_content_swiper {
  width: 100%;
  height: 100%;
}
.index_case_content_swiper .swiper-slide {
  height: 100%;
}
.index_case_content_swiper .swiper-slide-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_case_content_swiper .swiper-slide-content .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_case_content_swiper .swiper-slide-content .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index_case_content_swiper .swiper-slide-content .img h4 {
  position: absolute;
  width: 100%;
  bottom: 2.5rem;
  padding: 0 1.125rem;
  font-size: 1.375rem;
  color: #fefefe;
  font-weight: normal;
  opacity: 1;
  transition: all 0.4s;
}
.index_case_content_swiper .swiper-slide-content .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}
.index_case_content_swiper .swiper-slide-content .mask h4 {
  font-size: 1.375rem;
  color: #fefefe;
  max-width: 80%;
  text-align: center;
  line-height: 2.5rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.index_case_content_swiper .swiper-slide-content .mask a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fefefe;
  font-size: 1.25rem;
  color: #fefefe;
}
.index_case_content_swiper .swiper-slide-content .mask a:hover {
  border: 1px solid #da3e30;
  color: #da3e30;
}
.index_case_content_swiper .swiper-slide-content:hover .img img {
  transform: scale(1.05);
}
.index_case_content_swiper .swiper-slide-content:hover .img h4 {
  opacity: 0;
}
.index_case_content_swiper .swiper-slide-content:hover .mask {
  transform: translateY(0);
}
.index_case_content .swiper-btn {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: transparent;
}
.index_case_content .swiper-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: normal;
  font-size: 1.75rem;
  color: #ffffff;
}
.index_case_content .swiper-btn-prev {
  top: 50%;
  left: -1.875rem;
  transform: rotate(90deg);
}
.index_case_content .swiper-btn-next {
  top: 50%;
  right: -1.875rem;
  transform: rotate(-90deg);
}
.index_case_content .swiper-btn:hover span {
  color: #da3e30;
}
.index_case_more {
  position: relative;
  width: 8.75rem;
  height: 3.125rem;
  margin: 7.5rem auto 0;
  box-sizing: border-box;
}
.index_case_more a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #f8f8f8;
  line-height: 3.125rem;
  text-align: center;
  transition: all 450ms linear 0s;
}
.index_case_more svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3.125rem;
}
.index_case_more svg rect {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 422, 0;
  transition: all 450ms linear 0s;
}
.index_case_more:hover a {
  color: #da3e30;
}
.index_case_more:hover rect {
  stroke: #da3e30;
  stroke-width: 2;
  stroke-dasharray: 8.75rem, 3.125rem;
  stroke-dashoffset: 0;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.index_strength {
  background: url("../images/indexstrengthbg.jpg") no-repeat center center;
  background-size: cover;
  padding: 3.75rem 0 12.5rem;
}
.index_strength .index_common_title > p {
  font-size: 1.25rem;
}
.index_strength .about {
  position: relative;
  margin-top: 5.5rem;
  width: 9.375rem;
  height: 2.75rem;
  margin: 5.625rem auto 0;
  border: 1px solid rgba(83, 97, 111, 0.8);
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
}
.index_strength .about::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e62229;
  transform: translateX(-105%);
  transition: all 0.4s;
  z-index: 0;
}
.index_strength .about a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  color: #f2f2f2;
  z-index: 9;
}
.index_strength .about a i {
  margin-left: 0.5rem;
}
.index_strength .about:hover {
  border: 1px solid #e62229;
}
.index_strength .about:hover::after {
  transform: translateX(0);
}
.index_strength_content {
  padding-top: 11.25rem;
}
.index_strength_content_list {
  display: flex;
  justify-content: space-between;
}
.index_strength_content_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.index_strength_content_list li .num {
  font-size: 1.5rem;
  color: #f2f2f2;
  font-weight: bold;
  margin-bottom: 3.75rem;
}
.index_strength_content_list li .num span {
  font-size: 3.75rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.index_strength_content_list li p {
  font-size: 1.25rem;
  color: #f2f2f2;
  text-align: center;
  line-height: 1.875rem;
}
.index_product {
  padding: 3.75rem 0 5.25rem;
  background: url('../images/indexproductbg.png') no-repeat top center;
  background-size: contain;
}
.index_product_content {
  display: flex;
  justify-content: space-between;
  padding-top: 6.875rem;
}
.index_product_content_item {
  position: relative;
  width: 23%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.index_product_content_item .item_img {
  width: 100%;
  height: 18.75rem;
  overflow: hidden;
  background-color: #fff;
  padding: 1rem;
}
.index_product_content_item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.index_product_content_item .item_title {
  height: 4.375rem;
  padding-top: 0.75rem;
  background-color: #fff;
}
.index_product_content_item .item_title h4 {
  line-height: 3.625rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  color: #3d3d3d;
  font-weight: normal;
  transition: all 0.3s;
}
.index_product_content_item:hover {
  transform: translateY(-0.625rem);
}
.index_product_content_item:hover .item_img img {
  transform: scale(1.05);
}
.index_product_content_item:hover .item_title h4 {
  color: #da3e30;
}
.index_news {
  padding: 4.125rem 0 2rem;
  background: url('../images/indexnewsbg.jpg') no-repeat center center;
  background-size: cover;
}
.index_news_content {
  display: flex;
  justify-content: space-between;
  padding-top: 3.125rem;
}
.index_news_content_l {
  position: relative;
  width: 42.4%;
  height: 36.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  box-sizing: border-box;
}
.index_news_content_l img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_news_content_l .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  padding: 2.5rem 1.625rem 0;
}
.index_news_content_l .text h4 {
  font-size: 1.5rem;
  color: #f5f5f5;
  font-weight: normal;
  margin-bottom: 2.75rem;
}
.index_news_content_l .text_time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid #f5f5f5;
  border-radius: 0.625rem;
  box-sizing: border-box;
}
.index_news_content_l .text_time p,
.index_news_content_l .text_time span {
  font-size: 1.125rem;
  color: #f5f5f5;
}
.index_news_content_l .text_time p {
  margin-bottom: 1rem;
}
.index_news_content_l:hover img {
  transform: scale(1.04);
}
.index_news_content_r {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_news_content_r .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 0.625rem;
  background: #fff;
  overflow: hidden;
}
.index_news_content_r .item_img {
  width: 24.7%;
  height: 10.625rem;
  overflow: hidden;
}
.index_news_content_r .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_news_content_r .item_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75.3%;
  padding: 0 0.875rem 0 2.5rem;
  transition: all 0.3s;
}
.index_news_content_r .item_text h4 {
  font-size: 1.25rem;
  color: #272727;
  font-weight: normal;
  margin-bottom: 1.125rem;
}
.index_news_content_r .item_text p {
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
.index_news_content_r .item_text .time {
  display: flex;
  align-items: center;
  height: 1.5rem;
}
.index_news_content_r .item_text .time i {
  font-size: 1.5rem;
  margin-right: 0.625rem;
  color: #da3e30;
}
.index_news_content_r .item_text .time p {
  font-size: 1rem;
  color: #e6252c;
}
.index_news_content_r .item:hover .item_img img {
  transform: scale(1.04);
}
.index_news_content_r .item:hover .item_text h4 {
  color: #da3e30;
}
.index_footer {
  background: #1e2432;
}
.index_footer_content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5.25rem;
}
.index_footer_content_left {
  width: 26%;
  padding-top: 2rem;
}
.index_footer_content_left .weixin {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.index_footer_content_left .weixin_item {
  width: 42%;
}
.index_footer_content_left .weixin_item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.875rem;
}
.index_footer_content_left .weixin_item h4 {
  text-align: center;
  font-size: 0.875rem;
  color: #c2c2c2;
  font-weight: normal;
}
.index_footer_content_left .contact h3 {
  font-size: 1.25rem;
  color: #f8f8f8;
  margin-bottom: 1.625rem;
}
.index_footer_content_left .contact ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.index_footer_content_left .contact ul li p {
  font-size: 0.875rem;
  color: #c2c2c2;
  line-height: 1.625rem;
}
.index_footer_content_right {
  width: 64%;
  display: flex;
  justify-content: space-between;
  padding-top: 3.75rem;
}
.index_footer_content_right dl dt {
  margin-bottom: 1rem;
  border-bottom: 1px solid #65686f;
}
.index_footer_content_right dl dt a {
  display: block;
  font-size: 1.125rem;
  color: #f7f7f7;
  padding-bottom: 0.625rem;
}
.index_footer_content_right dl dt a:hover {
  color: #e62229;
}
.index_footer_content_right dl dd:not(:last-child) {
  margin-bottom: 1.25rem;
}
.index_footer_content_right dl dd a {
  font-size: 0.875rem;
  color: #c2c2c2;
}
.index_footer_content_right dl dd a:hover {
  color: #fff;
  text-decoration: underline;
}
.index_footer_copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  box-sizing: border-box;
  border-top: 1px solid #8f9299;
}
.index_footer_copyright p {
  margin-right: 4.625rem;
  font-size: 0.75rem;
  color: #fff;
  opacity: 0.5;
}
.index_footer_copyright p a {
  font-size: 0.75rem;
  color: #c2c2c2;
}
.index_footer_copyright p a:hover {
  opacity: 1;
}
.index_footer_copyright a {
  font-size: 0.75rem;
  color: #fff;
  opacity: 0.6;
}
.index_footer_copyright a:hover {
  opacity: 1;
}
.product {
  padding-bottom: 6.25rem;
}
.product_content {
  padding: 3rem 0 3.125rem;
}
.product_content .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_content_item {
  position: relative;
  width: 49%;
  height: 18.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  margin-bottom: 3.125rem;
  overflow: hidden;
  transition: all 0.3s;
}
.product_content_item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-color: #e62229;
  transform: translateY(105%);
  transition: all 0.3s;
}
.product_content_item .item_img {
  width: 35.3%;
  height: 100%;
  padding: 1rem 0;
}
.product_content_item .item_img img {
  display: block;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.product_content_item .item_text {
  width: 64.7%;
  padding: 0 2rem;
}
.product_content_item .item_text h4 {
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: 0.75rem;
}
.product_content_item .item_text em {
  display: block;
  width: 0.875rem;
  height: 2px;
  background-color: #e62229;
  margin-bottom: 1.125rem;
}
.product_content_item .item_text span {
  display: block;
  font-size: 1rem;
  color: #666666;
  margin-bottom: 0.75rem;
}
.product_content_item .item_text p {
  font-size: 0.75rem;
  color: #666666;
  line-height: 1.25rem;
}
.product_content_item .item_text > a {
  display: block;
  width: 5.25rem;
  height: 1.625rem;
  text-align: center;
  line-height: 1.625rem;
  border-radius: 0.625rem;
  border: 1px solid #666666;
  margin-top: 1.625rem;
  font-size: 0.875rem;
  color: #333333;
  transition: all 0.3s;
}
.product_content_item:hover {
  cursor: pointer;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.product_content_item:hover::after {
  transform: translateY(0);
}
.product_content_item:hover .item_text > a {
  border: 1px solid #e62229;
  background-color: #e62229;
  color: #fff;
}
.productdetail {
  padding-bottom: 6.25rem;
}
.productdetail_content {
  width: 100%;
  overflow: hidden;
}
.productdetail_content .container_bd {
  position: relative;
}
.productdetail_content .container_bd > .return {
  position: absolute;
  top: 0.875rem;
  right: 0;
  font-size: 0.875rem;
  color: #aeaeae;
  z-index: 2;
}
.productdetail_content .container_bd > .return i {
  font-size: 1rem;
  margin-left: 0.5rem;
}
.productdetail_content .container_bd > .return:hover {
  color: #da3e30;
}
.productdetail_content_feature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}
.productdetail_content_feature_l {
  width: 38%;
  height: 28.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  padding: 1rem;
}
.productdetail_content_feature_l img {
  display: block;
  max-width: 90%;
  height: 100%;
  object-fit: contain;
}
.productdetail_content_feature_r {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 62%;
  padding: 5.375rem 4.75rem 0;
}
.productdetail_content_feature_r .desc h4 {
  font-size: 1.25rem;
  color: #333333;
  margin-bottom: 1.75rem;
}
.productdetail_content_feature_r .desc em {
  display: block;
  width: 5.625rem;
  height: 0.375rem;
  background: #e62229;
  margin-bottom: 1.75rem;
}
.productdetail_content_feature_r .desc span {
  display: block;
  font-size: 1rem;
  color: #0a0a0a;
  margin-bottom: 1rem;
}
.productdetail_content_feature_r .desc_content {
  max-width: 68%;
}
.productdetail_content_feature_r .desc_content p {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.5rem;
}
.productdetail_content_feature_r .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 4.375rem;
  max-width: 68%;
}
.productdetail_content_feature_r .bottom_tel {
  display: flex;
  align-items: center;
}
.productdetail_content_feature_r .bottom_tel img {
  display: block;
  width: 2.625rem;
  height: 2.75rem;
  margin-right: 0.625rem;
  object-fit: contain;
}
.productdetail_content_feature_r .bottom_tel p {
  font-size: 1.125rem;
  color: #333333;
}
.productdetail_content_feature_r .bottom_advisory a {
  display: block;
  width: 8.5rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  font-size: 1.125rem;
  color: #fefefe;
  background: #e62229;
}
.productdetail_content_detail .title h3 {
  font-size: 1.5rem;
  color: #333333;
  font-weight: normal;
  height: 3.75rem;
  line-height: 3.75rem;
  background: #efefef;
  padding-left: 1rem;
}
.productdetail_content_detail .center {
  padding-left: 1.125rem;
}
.productdetail_content_detail .center_data,
.productdetail_content_detail .center_use {
  margin-top: 3.125rem;
}
.productdetail_content_detail .center_data_head,
.productdetail_content_detail .center_use_head {
  margin-bottom: 1.75rem;
}
.productdetail_content_detail .center_data_head strong,
.productdetail_content_detail .center_use_head strong {
  font-weight: bold;
}
.productdetail_content_detail .center_data_head h4,
.productdetail_content_detail .center_use_head h4 {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #e62229;
  font-weight: normal;
}
.productdetail_content_detail .center_data_head h4 img,
.productdetail_content_detail .center_use_head h4 img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
  object-fit: contain;
}
.productdetail_content_detail .center_data_content strong,
.productdetail_content_detail .center_use_content strong {
  font-weight: bold;
}
.productdetail_content_detail .center_data_content table td,
.productdetail_content_detail .center_use_content table td {
  border: 1px solid #ddd;
}
.productdetail_content_detail .center_data_content table,
.productdetail_content_detail .center_use_content table {
  border-collapse: collapse;
}
.productdetail_content_detail .center_data_content p,
.productdetail_content_detail .center_use_content p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
}
.solutiondetail_content {
  padding: 3.125rem 0 15rem;
}
.solutiondetail_content h3 {
  text-align: center;
  font-size: 1.625rem;
  color: #333333;
  margin-bottom: 2.25rem;
}
.solutiondetail_content .content h4 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
.solutiondetail_content .content p {
  font-size: 1rem;
  color: #666666;
  line-height: 1.875rem;
}
.solutiondetail_content .content p img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.case_content {
  padding: 3.125rem 0 6.25rem;
}
.case_content .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case_content_nav {
  width: 18.3%;
}
.case_content_nav ul {
  margin-bottom: 0.5rem;
}
.case_content_nav ul li {
  height: 5rem;
}
.case_content_nav ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.case_content_nav ul li:hover > a,
.case_content_nav ul li.active > a {
  color: #fff;
  background-color: #e62229;
}
.case_content_nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 5rem;
  padding-left: 1.75rem;
  background-color: #efefef;
  box-sizing: border-box;
  font-size: 1rem;
  color: #333333;
}
.case_content_nav ul li a::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
  font-size: 1.25rem;
}
.case_content_nav .hottel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 8.5rem;
  padding-left: 1rem;
  background-color: #e62229;
}
.case_content_nav .hottel p {
  color: #fff;
  font-weight: bold;
}
.case_content_nav .hottel p:first-child {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.case_content_nav .hottel p:last-child {
  font-size: 1.5rem;
}
.case_content_list {
  display: flex;
  flex-wrap: wrap;
  width: 76.2%;
}
.case_content_list_item {
  position: relative;
  width: 32%;
  margin-bottom: 2.25rem;
}
.case_content_list_item:not(:nth-child(3n)) {
  margin-right: calc(4%/2);
}
.case_content_list_item .item_img {
  width: 100%;
  height: 18.75rem;
  overflow: hidden;
}
.case_content_list_item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.case_content_list_item .item_text h4 {
  padding-top: 0.875rem;
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  text-align: center;
  transition: all 0.3s;
}
.case_content_list_item:hover .item_img img {
  transform: scale(1.05);
}
.case_content_list_item:hover .item_text h4 {
  color: #da3e30;
}
.news_content_list_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news_content_list_item:not(:last-child) {
  margin-bottom: 1rem;
}
.news_content_list_item .item_img {
  width: 17.8%;
  height: 12rem;
  overflow: hidden;
}
.news_content_list_item .item_img img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.news_content_list_item .item_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 82.2%;
  background-color: #efefef;
  padding: 0 1.5rem;
}
.news_content_list_item .item_text h4 {
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
  margin-bottom: 1.375rem;
}
.news_content_list_item .item_text p {
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.5rem;
}
.news_content_list_item .item_text .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.news_content_list_item .item_text .bottom .time {
  display: flex;
  align-items: center;
}
.news_content_list_item .item_text .bottom .time i {
  font-size: 1.125rem;
  color: rgba(51, 51, 51, 0.5);
}
.news_content_list_item .item_text .bottom .time p {
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.5);
}
.news_content_list_item .item_text .bottom a {
  font-size: 0.875rem;
  color: #999999;
}
.news_content_list_item:hover {
  cursor: pointer;
}
.news_content_list_item:hover .item_img img {
  transform: scale(1.05);
}
.news_content_list_item:hover .item_text h4 {
  color: #da3e30;
}
.news_content_list_item:hover .item_text .bottom a {
  color: #da3e30;
}
.newsdetail_content {
  padding: 3.125rem 0 6.25rem;
}
.newsdetail_content .container_bd {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.newsdetail_content .container_bd > .return {
  position: absolute;
  top: -2rem;
  right: 0;
  font-size: 0.875rem;
  color: #aeaeae;
}
.newsdetail_content .container_bd > .return i {
  font-size: 1rem;
  margin-left: 0.5rem;
}
.newsdetail_content .container_bd > .return:hover {
  color: #da3e30;
}
.newsdetail_content_desc {
  width: 81.7%;
  padding-left: 5rem;
}
.newsdetail_content_desc_title {
  position: relative;
  width: 100%;
  margin-bottom: 1.625rem;
}
.newsdetail_content_desc_title h3 {
  font-size: 1.5rem;
  color: #333333;
  text-align: center;
  font-weight: normal;
  margin-bottom: 1.625rem;
  line-height: 2rem;
}
.newsdetail_content_desc_title ul {
  display: flex;
  justify-content: center;
}
.newsdetail_content_desc_title ul li {
  display: flex;
  align-items: center;
}
.newsdetail_content_desc_title ul li i {
  font-size: 1.125rem;
  color: #999999;
  margin-right: 0.625rem;
}
.newsdetail_content_desc_title ul li p {
  font-size: 0.875rem;
  color: #999999;
}
.newsdetail_content_desc_title ul li:not(:last-child) {
  margin-right: 2.5rem;
}
.newsdetail_content_desc_title ul .time {
  display: flex;
}
.newsdetail_content_desc_title ul .share {
  display: flex;
}
.newsdetail_content_desc_title ul .share a {
  float: none;
  padding-left: 0;
  line-height: unset;
  height: auto;
  background: none;
  font-size: 1.25rem;
  color: #ababab;
  margin-left: 0.5rem;
}
.newsdetail_content_desc_title ul .share a:hover {
  color: #3d3d3d;
  opacity: 1;
}
.newsdetail_content_desc_text p {
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.9);
  line-height: 1.75rem;
}
.newsdetail_content_desc_text p img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.newsdetail_content_desc_text .firstp {
  font-size: 0.875rem;
  color: #999999;
}
.problem_content_list_item {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 3.125rem;
}
.problem_content_list_item .item_head {
  position: relative;
  width: 100%;
  height: 6.25rem;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}
.problem_content_list_item .item_head h4 {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0.5rem;
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
}
.problem_content_list_item .item_head h4 em {
  font-size: 1.875rem;
  margin-right: 1rem;
}
.problem_content_list_item .item_head a {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 100%;
  background-color: #d6d6d6;
  font-size: 2.125rem;
  color: #fff;
}
.problem_content_list_item .item_head a:hover {
  background-color: #da3e30;
}
.problem_content_list_item .item_text {
  display: none;
  padding: 3rem;
}
.problem_content_list_item .item_text h5 {
  font-size: 1rem;
  color: #020907;
  font-weight: normal;
  margin-bottom: 2.5rem;
}
.problem_content_list_item .item_text p {
  font-size: 1rem;
  color: #020907;
  line-height: 1.5rem;
}
.problem_content_list_item.active {
  border: 1px solid #d6d6d6;
}
.problem_content_list_item.active .item_head {
  background-color: #efefef;
  border: 0;
}
.problem_content_list_item.active .item_head > a {
  background-color: #da3e30;
}
.problem_content_list_item.active .item_text {
  display: block;
}
.feedback_content_list {
  background-color: #efefef;
  padding: 0 3.5rem;
}
.feedback_content_list .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.feedback_content_list .head > img {
  display: block;
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  margin-bottom: 1.125rem;
}
.feedback_content_list .head h3 {
  font-size: 1.5rem;
  color: #020907;
  font-weight: normal;
  margin-bottom: 1.375rem;
}
.feedback_content_list .head p {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5rem;
  color: rgba(2, 9, 7, 0.8);
}
.feedback_content_list .head p em {
  font-size: 1.125rem;
  color: #da3e30;
}
.feedback_content_list .form {
  padding-top: 1.5rem;
  width: 100%;
}
.feedback_content_list .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feedback_content_list .form form table {
  width: 100%;
}
.feedback_content_list .form form table tbody tr {
  display: flex;
  height: 2.75rem;
  margin-bottom: 1.625rem;
}
.feedback_content_list .form form table tbody tr td {
  line-height: 2.75rem;
}
.feedback_content_list .form form table tbody tr td label {
  font-size: 1.125rem;
  color: #666666;
}
.feedback_content_list .form form table tbody tr td label em {
  color: #da3e30;
  margin-left: 0.325rem;
}
.feedback_content_list .form form table tbody tr td input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 0.625rem;
  font-size: 0.75rem;
  border: 1px solid #b0b0b0;
  box-sizing: border-box;
}
.feedback_content_list .form form table tbody tr td input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b3b3b3;
}
.feedback_content_list .form form table tbody tr td input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3;
}
.feedback_content_list .form form table tbody tr td input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b3b3;
}
.feedback_content_list .form form table tbody tr td input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b3b3b3;
}
.feedback_content_list .form form table tbody tr td:first-child {
  min-width: 16%;
  text-align: right;
  padding-right: 1.5rem;
}
.feedback_content_list .form form table tbody tr td:last-child {
  flex: 1;
}
.feedback_content_list .form form table tbody tr.radiobox td:last-child {
  display: flex;
}
.feedback_content_list .form form table tbody tr.radiobox td:last-child label {
  display: flex;
  align-items: center;
}
.feedback_content_list .form form table tbody tr.radiobox td:last-child label:first-child {
  margin-right: 3.125rem;
}
.feedback_content_list .form form table tbody tr.radiobox td:last-child label input {
  width: auto;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.feedback_content_list .form form table tbody tr.textarea {
  height: auto;
}
.feedback_content_list .form form table tbody tr.textarea td textarea {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  resize: none;
  border: 1px solid #b0b0b0;
  box-sizing: border-box;
  padding: 1rem;
}
.feedback_content_list .form form table tbody tr.textarea td textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.feedback_content_list .form form table tbody tr.textarea td textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.feedback_content_list .form form table tbody tr.textarea td textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.feedback_content_list .form form table tbody tr.textarea td textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.feedback_content_list .form form #mess-submit {
  width: 8.75rem;
  height: 3.75rem;
  text-align: center;
  line-height: 3.75rem;
  font-size: 1.5rem;
  color: #fff;
  margin: 3.125rem 0 12.5rem;
  outline: none;
  border: none;
  background-color: #ee0719;
}
.feedback_content_list .form form #mess-submit:hover {
  cursor: pointer;
}
.down_content_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding: 0 0.875rem 0 1.25rem;
  background-color: #efefef;
  border-bottom: 1px dashed #e5e5e5;
  box-sizing: border-box;
}
.down_content_list_item h4 {
  max-width: 68%;
  font-size: 1rem;
  color: #333;
  font-weight: normal;
}
.down_content_list_item h4 i {
  font-size: 1rem;
}
.down_content_list_item a {
  font-size: 0.875rem;
  color: #333;
}
.down_content_list_item a i {
  font-size: 1.125rem;
  margin-left: 0.875rem;
}
.down_content_list_item:hover {
  cursor: pointer;
}
.down_content_list_item:hover h4,
.down_content_list_item:hover a {
  color: #e62229;
}
.down_content_list > .more {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 2.75rem;
  background-color: #e62229;
  margin-top: 1.625rem;
}
.down_content_list > .more p {
  font-size: 1.25rem;
  height: 100%;
  line-height: 2.75rem;
  color: #fff;
}
.down_content_list > .more p i {
  color: #fff;
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
.down_content_list > .more:hover {
  cursor: pointer;
}
.down_content_list .show {
  display: none;
  width: 100%;
}
.contact_content_list_place {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.contact_content_list_place .place_l {
  width: 46.3%;
}
.contact_content_list_place .place_l h4 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.contact_content_list_place .place_l ul li {
  display: flex;
  padding: 0 3.75rem 0 1.75rem;
  line-height: 2rem;
}
.contact_content_list_place .place_l ul li p {
  flex: 1;
  font-size: 1rem;
  color: #666666;
}
.contact_content_list_place .place_l ul li p > a {
  font-size: 1rem;
  color: #666666;
}
.contact_content_list_place .place_l ul li p > a:hover {
  color: #da3e30;
}
.contact_content_list_place .place_l ul li span {
  font-size: 1rem;
  color: #666666;
}
.contact_content_list_place .place_r {
  width: 53.7%;
  height: 100%;
  min-height: 26.625rem;
}
.contact_content_list_place .place_r #map {
  display: block;
  width: 100%;
  height: 100%;
}
.contact_content_list_regional {
  margin-top: 8.125rem;
  width: 100%;
}
.contact_content_list_regional h4 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: normal;
  margin-bottom: 2.5rem;
}
.contact_content_list_regional table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
.contact_content_list_regional table thead {
  background-color: #eeeeee;
}
.contact_content_list_regional table tr {
  height: 2.625rem;
  box-sizing: border-box;
}
.contact_content_list_regional table tr td,
.contact_content_list_regional table tr th {
  text-align: center;
}
.contact_content_list_regional table tr th {
  font-size: 1.125rem;
  color: #333333;
}
.contact_content_list_regional table tr td {
  font-size: 1rem;
  color: #666666;
}
.contact_content_list_regional table,
.contact_content_list_regional tr,
.contact_content_list_regional th,
.contact_content_list_regional td {
  border: 1px solid #e1e1e1;
  text-overflow: ellipsis;
}
.cooperation {
  position: relative;
}
.cooperation .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.6;
  z-index: -1;
}
.cooperation .bg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cooperation_content_list {
  padding-top: 2rem;
}
.cooperation_content_list_img1 {
  width: 100%;
  margin-bottom: 7.5rem;
}
.cooperation_content_list_img1 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cooperation_content_list_require,
.cooperation_content_list_obtain {
  width: 100%;
  margin-bottom: 2.25rem;
}
.cooperation_content_list_require .require_img,
.cooperation_content_list_obtain .require_img {
  float: left;
  width: 50%;
  height: 100%;
}
.cooperation_content_list_require .require_img img,
.cooperation_content_list_obtain .require_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cooperation_content_list_require .require_text,
.cooperation_content_list_obtain .require_text {
  float: right;
  width: 50%;
  height: 100%;
  padding: 2.875rem 2.125rem 0;
  background-color: #efefef;
}
.cooperation_content_list_require .require_text h4,
.cooperation_content_list_obtain .require_text h4 {
  font-size: 1.375rem;
  color: #333333;
  margin-bottom: 1.875rem;
}
.cooperation_content_list_require .require_text p,
.cooperation_content_list_obtain .require_text p {
  position: relative;
  font-size: 1rem;
  color: #666666;
  line-height: 2rem;
  padding-left: 1rem;
}
.cooperation_content_list_require .require_text p::before,
.cooperation_content_list_obtain .require_text p::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: #666666;
}
.cooperation_content_list_obtain {
  margin-bottom: 3.375rem;
}
.cooperation_content_list_obtain .obtain_text {
  float: left;
}
.cooperation_content_list_obtain .obtain_img {
  float: right;
}
.cooperation_content_list_form {
  width: 100%;
}
.cooperation_content_list_form h3 {
  font-size: 1.375rem;
  color: #333333;
  margin-bottom: 2.125rem;
}
.cooperation_content_list_form form {
  width: 100%;
}
.cooperation_content_list_form form .form_item {
  display: flex;
  height: 2.625rem;
  margin-bottom: 1.625rem;
}
.cooperation_content_list_form form .form_item > label {
  min-width: 12%;
  line-height: 2.625rem;
  font-size: 1.375rem;
  color: #666666;
  text-align: right;
}
.cooperation_content_list_form form .form_item > label em {
  color: #e62229;
  margin-left: 0.25rem;
}
.cooperation_content_list_form form .form_item > input {
  flex: 1;
  height: 100%;
  outline: none;
  padding-left: 0.625rem;
  border: 1px solid #b0b0b0;
  box-sizing: border-box;
  background-color: transparent;
  margin-left: 2.5rem;
}
.cooperation_content_list_form form .form_item input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.cooperation_content_list_form form .form_item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.cooperation_content_list_form form .form_item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.cooperation_content_list_form form .form_item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.cooperation_content_list_form form .form_item > .radiobox {
  flex: 1;
  display: flex;
  margin-left: 2.5rem;
}
.cooperation_content_list_form form .form_item > .radiobox label {
  display: flex;
  align-items: center;
}
.cooperation_content_list_form form .form_item > .radiobox label:first-child {
  margin-right: 3.125rem;
}
.cooperation_content_list_form form .form_item > .radiobox label input {
  width: auto;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.cooperation_content_list_form form .form_item:last-child {
  display: flex;
  justify-content: center;
}
.cooperation_content_list_form form .form_item:last-child #mess-submit {
  display: block;
  width: 8.75rem;
  height: 3.75rem;
  background-color: #e62229;
  font-size: 1.5rem;
  outline: none;
  border: 0;
  color: #fff;
}
.cooperation_content_list_form form .form_item:last-child #mess-submit:hover {
  cursor: pointer;
}
.supplier {
  position: relative;
}
.supplier .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  height: auto;
  z-index: -1;
}
.supplier .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supplier_content_list {
  padding-top: 2rem;
}
.supplier_content_list_img1 {
  width: 100%;
  margin-bottom: 7.5rem;
}
.supplier_content_list_img1 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.supplier_content_list_form {
  width: 100%;
}
.supplier_content_list_form p {
  font-size: 1rem;
  color: #070707;
  text-align: center;
  margin-bottom: 3.125rem;
}
.supplier_content_list_form form {
  width: 100%;
}
.supplier_content_list_form form .form_item {
  display: flex;
  height: 2.625rem;
  margin-bottom: 1.625rem;
}
.supplier_content_list_form form .form_item > label {
  min-width: 16%;
  line-height: 2.625rem;
  font-size: 1.375rem;
  color: #666666;
  text-align: right;
}
.supplier_content_list_form form .form_item > label em {
  color: #e62229;
  margin-left: 0.25rem;
}
.supplier_content_list_form form .form_item > input {
  flex: 1;
  height: 100%;
  outline: none;
  padding-left: 0.625rem;
  border: 1px solid #b0b0b0;
  box-sizing: border-box;
  margin-left: 2.5rem;
  background-color: transparent;
}
.supplier_content_list_form form .form_item input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.supplier_content_list_form form .form_item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.supplier_content_list_form form .form_item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.supplier_content_list_form form .form_item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.supplier_content_list_form form .form_item:last-child {
  display: flex;
  justify-content: center;
}
.supplier_content_list_form form .form_item:last-child #mess-submit {
  display: block;
  width: 8.75rem;
  height: 3.75rem;
  background-color: #e62229;
  font-size: 1.5rem;
  outline: none;
  border: 0;
  color: #fff;
}
.supplier_content_list_form form .form_item:last-child #mess-submit:hover {
  cursor: pointer;
}
.demand {
  position: relative;
}
.demand .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  height: auto;
  z-index: -1;
}
.demand .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.demand_content_list {
  padding-top: 2rem;
}
.demand_content_list_img1 {
  width: 100%;
  margin-bottom: 7.5rem;
}
.demand_content_list_img1 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.demand_content_list_form {
  width: 100%;
}
.demand_content_list_form p {
  font-size: 1rem;
  color: #070707;
  text-align: center;
  line-height: 1.5rem;
  margin-bottom: 3.125rem;
}
.demand_content_list_form form {
  width: 100%;
}
.demand_content_list_form form .form_item {
  display: flex;
  height: 2.625rem;
  margin-bottom: 1.625rem;
}
.demand_content_list_form form .form_item > label {
  min-width: 16%;
  line-height: 2.625rem;
  font-size: 1.375rem;
  color: #666666;
  text-align: right;
}
.demand_content_list_form form .form_item > label em {
  color: #e62229;
  margin-left: 0.25rem;
}
.demand_content_list_form form .form_item > input {
  flex: 1;
  height: 100%;
  outline: none;
  padding-left: 0.625rem;
  border: 1px solid #b0b0b0;
  box-sizing: border-box;
  margin-left: 2.5rem;
  background-color: transparent;
}
.demand_content_list_form form .form_item input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.demand_content_list_form form .form_item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.demand_content_list_form form .form_item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.demand_content_list_form form .form_item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.75rem;
  color: #b3b3b3;
}
.demand_content_list_form form .form_item.upload .upload_input {
  position: relative;
  display: flex;
  flex: 1;
  margin-left: 2.5rem;
  height: 100%;
}
.demand_content_list_form form .form_item.upload .upload_input .userdefined-file {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  line-height: 2.625rem;
  font-size: 0;
  /*应对子元素为 inline-block 引起的外边距*/
}
.demand_content_list_form form .form_item.upload .upload_input .userdefined-file input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.875rem;
  flex: 1;
  border: 1px solid #ccc;
  height: 2.625rem;
  line-height: 2.625rem;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.demand_content_list_form form .form_item.upload .upload_input .userdefined-file button {
  display: inline-block;
  vertical-align: middle;
  width: 6.5rem;
  text-align: center;
  height: 2.625rem;
  line-height: 2.625rem;
  font-size: 1rem;
  background-color: #e62229;
  border: none;
  margin-left: 1.875rem;
  color: #fff;
  cursor: pointer;
}
.demand_content_list_form form .form_item.upload .upload_input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 2.625rem;
  line-height: 2.625rem;
  cursor: pointer;
}
.demand_content_list_form form .form_item:last-child {
  display: flex;
  justify-content: center;
}
.demand_content_list_form form .form_item:last-child #mess-submit {
  display: block;
  width: 8.75rem;
  height: 3.75rem;
  background-color: #e62229;
  font-size: 1.5rem;
  outline: none;
  border: 0;
  color: #fff;
}
.demand_content_list_form form .form_item:last-child #mess-submit:hover {
  cursor: pointer;
}
.profile_content_list {
  flex-wrap: wrap;
}
.profile_content_list h3 {
  width: 100%;
  font-size: 1.5rem;
  color: #333333;
  text-align: center;
  margin-bottom: 2rem;
}
.profile_content_list > p {
  width: 100%;
  font-size: 1rem;
  color: #333333;
  line-height: 2rem;
  text-indent: 2em;
}
.profile_content_list > p img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.profile_content_list .data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 8rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.profile_content_list .data li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
}
.profile_content_list .data li .num {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.profile_content_list .data li .num span {
  font-size: 2.5rem;
  color: #333;
  font-weight: bold;
}
.profile_content_list .data li p {
  text-align: center;
  font-size: 1.125rem;
  color: #333;
}
.development {
  background: url("../images/developmentbg.png") no-repeat bottom center;
  background-size: contain;
}
.development_content_list {
  display: block;
}
.development_content_list h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 3.5rem;
}
.development_content_list .list_content {
  position: relative;
  width: 100%;
  display: flex;
  padding-bottom: 4.5rem;
}
.development_content_list .list_content::after {
  position: absolute;
  top: 0;
  left: 23.4%;
  content: '';
  width: 1px;
  height: 100%;
  background: #e6e6e6;
}
.development_content_list .list_content .time {
  width: 23.4%;
}
.development_content_list .list_content .time span {
  display: block;
  font-size: 2rem;
  line-height: 1.625rem;
  text-align: right;
  padding-right: 2.625rem;
}
.development_content_list .list_content .event {
  width: 76.6%;
}
.development_content_list .list_content .event_item {
  display: flex;
  width: 100%;
}
.development_content_list .list_content .event_item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.development_content_list .list_content .event_item_time {
  position: relative;
  width: 3.5rem;
  height: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
  background: url("../images/icons/timebg.png") no-repeat center center;
  background-size: contain;
  margin: 0 1.75rem 0 0.625rem;
}
.development_content_list .list_content .event_item_time::before {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  background-color: #333333;
  border-radius: 100%;
}
.development_content_list .list_content .event_item_time span {
  font-size: 0.875rem;
  color: #fff;
}
.development_content_list .list_content .event_item_desc {
  flex: 1;
}
.development_content_list .list_content .event_item_desc p {
  line-height: 1.625rem;
  font-size: 1rem;
  color: #333333;
}
.honor_content_list {
  width: 76.2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.honor_content_list_item {
  width: 32%;
  height: auto;
  margin-bottom: 2.75rem;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.07);
}
.honor_content_list_item .item_img {
  width: 100%;
  overflow: hidden;
}
.honor_content_list_item .item_img img {
  display: block;
  max-width: 100%;
  height: 21.875rem;
  object-fit: contain;
  margin: 0 auto;
}
.honor_content_list_item h4 {
  text-align: center;
  font-size: 1rem;
  line-height: 3rem;
  color: #333333;
  font-weight: normal;
}
.style_content_list {
  width: 76.2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.style_content_list_item {
  position: relative;
  width: 49%;
}
.style_content_list_item .item_img {
  width: 100%;
  height: 23.625rem;
  overflow: hidden;
}
.style_content_list_item .item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.style_content_list_item h4 {
  text-align: center;
  line-height: 5rem;
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
}
.style_content_list_item:hover h4 {
  color: #da3e30;
}
.style_content_list_item:first-child:hover .item_img img {
  transform: scale(1.05);
}
.style_content_list_item:nth-child(2):hover .item_img img {
  transform: rotate(-12deg) scale(1.05);
}
.style_content_list_item:nth-child(3):hover .item_img img {
  transform: rotate(12deg) scale(1.05);
}
.style_content_list_item:nth-child(4):hover .item_img img {
  transform: scale(1.1);
}
.style_content_list_item:nth-child(5):hover .item_img img {
  transform: rotate(-12deg) scale(1.05);
}
.style_content_list_item:nth-child(6):hover .item_img img {
  transform: rotate(12deg) scale(1.05);
}
.jobs_content_list {
  width: 76.2%;
}
.jobs_content_list_item {
  background-color: #efefef;
  height: 5rem;
  overflow: hidden;
  border-bottom: 2px solid #fff;
}
.jobs_content_list_item .item_head {
  position: relative;
  width: 100%;
  height: 5rem;
}
.jobs_content_list_item .item_head h3 {
  position: relative;
  line-height: 5rem;
  padding-left: 0.875rem;
  font-size: 1.125rem;
  color: #333333;
  margin-right: 9.375rem;
  z-index: 1;
}
.jobs_content_list_item .item_head h3 em {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 1.125rem;
  transition: all 0.3s;
}
.jobs_content_list_item .item_head > a {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  display: block;
  width: 7.5rem;
  height: 2.5rem;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 2.5rem;
  background-color: #e62229;
  z-index: 3;
}
.jobs_content_list_item .item_content {
  padding: 0 0.875rem 1.375rem;
}
.jobs_content_list_item .item_content_list {
  margin-bottom: 1.125rem;
}
.jobs_content_list_item .item_content_list h4,
.jobs_content_list_item .item_content_list p {
  font-size: 1rem;
  color: #666666;
  font-weight: normal;
  line-height: 1.75rem;
}
.jobs_content_list_item:hover {
  cursor: pointer;
}
.jobs_content_list_item.active {
  height: auto;
}
.jobs_content_list_item.active .item_head h3 {
  color: #e62229;
}
.jobs_content_list_item.active .item_head h3 em {
  transform: rotate(90deg);
}
.mission_content_list {
  width: 76.3%;
}
.mission_content_list_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.mission_content_list_top .item {
  width: 49%;
}
.mission_content_list_top .item h3 {
  font-size: 1.5rem;
  color: #e62229;
  margin-bottom: 2.375rem;
}
.mission_content_list_top .item p {
  line-height: 1.75rem;
  font-size: 1rem;
  color: #333333;
}
.mission_content_list_values {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mission_content_list_values h3 {
  width: 100%;
  font-size: 1.5rem;
  color: #e62229;
  margin-bottom: 2.375rem;
}
.mission_content_list_values .values_item {
  width: 49%;
  margin-bottom: 5rem;
}
.mission_content_list_values .values_item h4 {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 1.75rem;
}
.mission_content_list_values .values_item p {
  line-height: 1.75rem;
  font-size: 1rem;
  color: #333333;
}
