* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑", "黑体", "宋体", Helvetica, Arial, Tahoma;
}
* ::selection {
  background: #da251e;
  color: #fff;
}
* ::-moz-selection {
  background: #da251e;
  color: #fff;
}
* ::-webkit-selection {
  background: #da251e;
  color: #fff;
}
html {
  position: relative;
}
body {
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
li {
  list-style: none;
}
a,
i {
  font-style: normal;
  text-decoration: none;
}
img {
  outline: none;
  border: none;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.clearfix:after {
  content: "";
  display: table;
  height: 0;
  visibility: both;
  clear: both;
}
.overhidden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.space-over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.space-list-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: 3;
}
.swiper-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 2.875rem;
  line-height: 2.875rem;
  z-index: 1;
  cursor: pointer;
  background: #666;
  outline: none;
  transition: all 0.4s;
  overflow: hidden;
}
.swiper-btn:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #da251e;
  content: '';
  transition: all 0.35s;
}
.swiper-btn span {
  position: relative;
  font-size: 0.875rem;
  color: #fff;
}
.swiper-btn-prev:before {
  right: -100%;
}
.swiper-btn-prev:hover:before {
  right: 0;
}
.swiper-btn-next:before {
  left: -100%;
}
.swiper-btn-next:hover:before {
  left: 0;
}
.swiper-btn-next span {
  transform: rotate(180deg);
}
.container {
  width: 100%;
  padding: 0 10rem;
}
.main {
  width: 87.5rem;
  margin: 0 auto;
}
.contact_main {
  width: 75rem;
  margin: 0 auto;
}
.common_banner {
  position: relative;
  width: 100%;
}
.common_banner > img {
  display: block;
  width: 100%;
  height: 31.25rem;
  object-fit: cover;
}
.common_banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.common_banner_text h4 {
  font-size: 1rem;
  color: #333333;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1rem;
}
.common_banner_text p {
  font-size: 0.75rem;
  color: #666666;
  font-style: italic;
  text-align: center;
}
.common_pagination {
  margin-top: 5rem;
}
.common_pagination ul {
  display: flex;
  justify-content: center;
}
.common_pagination li {
  position: relative;
  display: inline-block;
  width: 3.75rem;
  height: 2.875rem;
  overflow: hidden;
}
.common_pagination li:not(:last-child) {
  margin-right: 2.5rem;
}
.common_pagination li:first-child::before,
.common_pagination li:last-child::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #da251e;
  z-index: 3;
  transform: translateX(-100%);
  transition: all 0.5s;
}
.common_pagination li:first-child:hover::before,
.common_pagination li:last-child:hover::before {
  transform: translateX(0);
}
.common_pagination li:last-child > a i {
  display: block;
  transform: rotate(180deg);
}
.common_pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #ffffff;
  transition: all 0.35s;
  background-color: #666666;
}
.common_pagination a > i {
  position: relative;
  z-index: 9;
}
.common_pagination a:not(:last-child) {
  margin-right: 0.375rem;
}
.common_pagination a:last-child {
  margin-right: 0;
}
.common_pagination li:nth-child(2) > a {
  background-color: #da251e;
}
.common-sidebar {
  position: fixed;
  right: 1.25rem;
  bottom: 40%;
}
.common-sidebar .gototop {
  display: none;
  border-radius: 100%;
  overflow: hidden;
}
.common-sidebar .gototop > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  background-color: #da251e;
}
.common-sidebar .gototop > a > i {
  color: #fff;
  transform: rotate(90deg);
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.625rem;
  background: #fff;
  box-shadow: 0rem 0.1875rem 0.4375rem 0rem rgba(130, 130, 130, 0.19);
  z-index: 99;
  transition: all 0.3s;
}
.index_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.index_header_logo {
  width: 15.125rem;
  height: 2.1875rem;
}
.index_header_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_header_right {
  display: flex;
  align-items: center;
}
.index_header_right_lang a {
  position: relative;
  margin: 0 1.125rem;
  font-size: 0.875rem;
  color: #666;
}
.index_header_right_lang a.active:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #666;
  border-radius: 50%;
  content: '';
}
.index_header_right_lang a:hover {
  color: #da251e;
}
.index_header_nav ul {
  display: flex;
}
.index_header_nav li {
  padding: 0 3.75rem;
}
.index_header_nav li:not(:first-child) {
  border-left: 1px solid #999;
}
.index_header_nav li a {
  font-size: 1.125rem;
  color: #333;
}
.index_header_nav li:hover a,
.index_header_nav li.active a {
  color: #da251e;
}
.index_header .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);
  /*第一条线旋转动画*/
  /*第二条线淡入淡出动画动画*/
  /*第三条线旋转动画*/
}
.index_header .inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.index_header .inner-header-icon span {
  position: absolute;
  left: calc((100% - 1.563rem) / 2);
  top: calc((100% - 1px) / 2);
  width: 1.563rem;
  height: 1px;
  background-color: #da251e;
}
.index_header .inner-header-icon span:nth-child(1) {
  transform: translateY(0.625rem) rotate(0deg);
}
.index_header .inner-header-icon span:nth-child(2) {
  opacity: 0;
}
.index_header .inner-header-icon span:nth-child(3) {
  transform: translateY(-0.625rem) rotate(0deg);
}
.index_header .inner-header-icon-click span {
  background: #011d49;
}
.index_header .inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.index_header .inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.index_header .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);
  }
}
.index_header .inner-header-icon-out span {
  background: #da251e;
}
.index_header .inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.index_header .inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.index_header .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);
  }
}
.index_header.first {
  background: none;
  box-shadow: none;
}
.index_banner {
  width: 100%;
  height: 100vh;
}
.index_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_common_title {
  position: relative;
  display: table;
  min-width: 18.125rem;
  margin: 0 auto;
  padding: 0 0.875rem;
  text-align: center;
  overflow: hidden;
}
.index_common_title:before,
.index_common_title:after {
  position: absolute;
  bottom: 1rem;
  display: block;
  width: 1px;
  height: 3.375rem;
  background: #fff;
  content: '';
}
.index_common_title:before {
  left: 0;
}
.index_common_title:after {
  right: 0;
}
.index_common_title h3:before,
.index_common_title p:before,
.index_common_title h3:after,
.index_common_title p:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
}
.index_common_title p {
  position: relative;
  display: table;
  margin: 0 auto;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.index_common_title p:before {
  top: 0.875rem;
  left: -100%;
  transform: translateX(-0.25rem);
}
.index_common_title p:after {
  top: 0.875rem;
  right: -100%;
  transform: translateX(0.25rem);
}
.index_common_title h3 {
  position: relative;
  display: inline-block;
  margin-top: 1.25rem;
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.index_common_title h3:before {
  top: 1.25rem;
  left: -100%;
  transform: translateX(-0.25rem);
}
.index_common_title h3:after {
  top: 1.25rem;
  right: -100%;
  transform: translateX(0.25rem);
}
.index_common_title.center {
  text-align: center;
}
.index_common_title.center:before,
.index_common_title.center:after {
  background: #da251e;
}
.index_common_title.center h3:before,
.index_common_title.center p:before,
.index_common_title.center h3:after,
.index_common_title.center p:after {
  background: #da251e;
}
.index_common_title.center p {
  color: #333;
  letter-spacing: 0.125rem;
}
.index_common_title.center h3 {
  color: #da251e;
  letter-spacing: 0.125rem;
}
.index_common_tab {
  margin: 3.625rem 0 0;
}
.index_common_tab ul {
  display: flex;
  justify-content: center;
}
.index_common_tab li {
  position: relative;
  margin: 0 3.125rem;
  font-size: 1rem;
  color: #666;
}
.index_common_tab li:not(:last-child):after {
  position: absolute;
  right: -3.125rem;
  content: '/';
}
.index_common_tab li a {
  font-size: 1rem;
  color: #666;
}
.index_common_tab li:hover a,
.index_common_tab li.active a {
  color: #333;
}
.index_common_btn {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}
.index_common_btn_more {
  display: block;
  width: 3.75rem;
  height: 2.875rem;
  margin: 0 2.375rem;
  padding: 0 0.375rem;
  background: #da251e;
  line-height: 1.4375rem;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
.index_cases {
  padding: 3.75rem 0 7.5rem;
  background-image: url(../images/indexcasebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.index_cases_content_swiper {
  display: none;
  margin-top: 3.125rem;
}
.index_cases_content_swiper.active {
  display: block;
}
.index_cases_content_swiper .swiper-container {
  width: 100%;
}
.index_cases_content_swiper_item {
  position: relative;
  height: 31.25rem;
  border: 0.25rem solid #dadada;
  overflow: hidden;
}
.index_cases_content_swiper_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.index_cases_content_swiper_item_popup {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 4.375rem;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.index_cases_content_swiper_item_popup span {
  display: table;
  margin: 0 auto;
  font-size: 1rem;
  color: #fff;
  line-height: 2.75rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.index_cases_content_swiper_item.swiper-slide-active .index_cases_content_swiper_item_popup {
  bottom: 0;
}
.index_cases_content_swiper_item:hover img {
  transform: scale(1.04);
}
.index_about {
  display: flex;
  align-items: center;
  height: 56.25rem;
  background: #da251e;
  overflow: hidden;
}
.index_about_content {
  width: 50%;
}
.index_about_content .container {
  padding-right: 0;
}
.index_about_content_desc {
  padding: 4.375rem 0 6.25rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.25rem;
  text-align: center;
}
.index_about_content .index_common_btn_more {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.index_about_content .index_common_btn_more svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.875rem;
}
.index_about_content .index_common_btn_more svg rect {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 422, 0;
  transition: all 450ms linear 0s;
}
.index_about_content .index_common_btn_more:hover rect {
  stroke-width: 2;
  stroke-dasharray: 3.75rem, 2.875rem;
  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_about_img {
  position: relative;
  width: 50%;
  height: 100%;
}
.index_about_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about_img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25rem;
  height: 100%;
  background-image: url(../images/indexaboutbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.index_team {
  padding: 3.75rem 0 7.5rem;
  background-image: url(../images/indexteambg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.index_team_content {
  display: flex;
  justify-content: space-between;
  margin-top: 5.5rem;
}
.index_team_content_left {
  width: 36.9%;
  padding-top: 1.125rem;
}
.index_team_content_left .title {
  font-size: 1.625rem;
  color: #da251e;
}
.index_team_content_left .title span {
  color: #333;
}
.index_team_content_left .desc {
  display: inline-block;
  margin: 1.125rem 0 1.875rem;
  padding: 0 0.5rem;
  line-height: 2.625rem;
  background: #da251e;
  font-size: 1.125rem;
  color: #fff;
}
.index_team_content_left_desc {
  padding-bottom: 2rem;
  border-bottom: 1px dashed #da251e;
  line-height: 2rem;
  font-size: 1.125rem;
  color: #666;
}
.index_team_content_left_list {
  display: flex;
  flex-flow: wrap;
  padding-top: 1.125rem;
  border-top: 1px dashed #da251e;
}
.index_team_content_left_list p {
  min-width: 50%;
  margin-top: 0.75rem;
  font-size: 1rem;
  color: #da251e;
}
.index_team_content_img {
  position: relative;
  width: 30%;
  height: 39.625rem;
  margin-left: 2.5rem;
  background: #da251e;
}
.index_team_content_img:before {
  position: absolute;
  top: 0.625rem;
  left: -2.5rem;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #da251e;
  content: '';
}
.index_team_content_img img {
  position: absolute;
  top: 1.25rem;
  left: -1.25rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_team_content_right {
  width: 23%;
}
.index_team_content_right_item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.index_team_content_right_item h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #da251e;
}
.index_team_content_right_item p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.625rem;
}
.index_team_swiper {
  margin-top: 4.75rem;
}
.index_team_swiper .swiper-container {
  width: 100%;
}
.index_team_swiper_item_img {
  width: 100%;
  height: 28.75rem;
}
.index_team_swiper_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_team_swiper_item p {
  line-height: 3.375rem;
  font-size: 1rem;
  color: #333;
  text-align: center;
}
.index_team_swiper_item:hover p {
  color: #da251e;
}
.index_company {
  padding: 5.625rem 0;
  background-image: url(../images/indexcompanybg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.index_company .container {
  padding-right: 0;
}
.index_company .index_common_title {
  margin: 0;
}
.index_company_swiper {
  margin-top: 5.25rem;
}
.index_company_swiper .swiper-container {
  width: 100%;
}
.index_company_swiper_item_img {
  width: 100%;
  height: 22.5rem;
  overflow: hidden;
}
.index_company_swiper_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s;
}
.index_company_swiper_item p {
  margin-top: 1.375rem;
  font-size: 1rem;
  color: #333;
}
.index_company_swiper_item.swiper-slide-active p,
.index_company_swiper_item.swiper-slide-next p,
.index_company_swiper_item.swiper-slide-prev p {
  color: #fff;
}
.index_company_swiper_item:hover img {
  transform: scale(1.02);
}
.index_company_swiper .index_common_btn {
  justify-content: flex-start;
}
.index_company_swiper .index_common_btn .swiper-btn {
  background: none;
  border: 1px solid #fff;
}
.index_company_swiper .index_common_btn .swiper-btn:before {
  background: #fff;
}
.index_company_swiper .index_common_btn .swiper-btn-prev {
  margin-right: 2.25rem;
}
.index_company_swiper .index_common_btn .swiper-btn:hover span {
  color: #da251e;
}
.index_news {
  padding: 3.75rem 0 6.875rem;
  background-image: url(../images/indexnewsbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.index_news_content {
  margin-top: 3.75rem;
}
.index_news_swiper {
  display: none;
}
.index_news_swiper.active {
  display: block;
}
.index_news_swiper_item {
  position: relative;
  height: 22.5rem;
  background: #fff;
  box-shadow: 0rem 0.1875rem 0.4375rem 0rem rgba(234, 234, 234, 0.19);
}
.index_news_swiper_item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.35s;
}
.index_news_swiper_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_news_swiper_item_text {
  position: relative;
  padding: 2.375rem 2.8125rem 0 2.375rem;
  z-index: 2;
  transition: all 0.35s;
}
.index_news_swiper_item_text .date {
  font-size: 0.875rem;
  color: #999;
  transition: all 0.35s;
}
.index_news_swiper_item_text .date b {
  display: block;
  font-size: 1.875rem;
}
.index_news_swiper_item_text h3 {
  margin: 2.5rem 0 1rem;
  font-size: 1.125rem;
  color: #333;
  font-weight: 400;
  transition: all 0.35s;
}
.index_news_swiper_item_text p {
  line-height: 1.25rem;
  font-size: 0.875rem;
  color: #666;
  transition: all 0.35s;
}
.index_news_swiper_item_text .index_common_btn_more {
  margin: 3.75rem 0 0;
  background: none;
  border: 1px solid #da251e;
  color: #da251e;
  transition: all 0.35s;
}
.index_news_swiper_item:hover .index_news_swiper_item_img {
  opacity: 1;
}
.index_news_swiper_item:hover .index_news_swiper_item_text {
  background: rgba(19, 19, 19, 0.39);
}
.index_news_swiper_item:hover .index_news_swiper_item_text .date,
.index_news_swiper_item:hover .index_news_swiper_item_text h3,
.index_news_swiper_item:hover .index_news_swiper_item_text p {
  color: #fff;
}
.index_news_swiper_item:hover .index_news_swiper_item_text .index_common_btn_more {
  color: #fff;
  border-color: #fff;
}
.index_footer {
  padding: 4.875rem 0 0;
  background: #282828;
  color: #fff;
}
.index_footer a {
  color: #fff;
  opacity: 0.5;
  font-size: 0.875rem;
}
.index_footer a:hover {
  opacity: 1;
}
.index_footer .index_footer_link_logo {
  opacity: 1;
}
.index_footer_top {
  display: flex;
  justify-content: space-between;
}
.index_footer_top_left {
  display: flex;
}
.index_footer_top_left_item:not(:last-child) {
  margin-right: 8.75rem;
}
.index_footer_top_left_item h2 {
  margin-bottom: 3rem;
  font-size: 1rem;
  letter-spacing: 0.25rem;
}
.index_footer_top_left_item li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.index_footer_top_right {
  text-align: right;
}
.index_footer_top_right h2 {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  letter-spacing: 0.25rem;
}
.index_footer_top_right strong {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  letter-spacing: 0.25rem;
}
.index_footer_top_right p {
  font-size: 0.875rem;
  opacity: 0.5;
}
.index_footer_top_right p:not(:last-child) {
  margin-bottom: 0.875rem;
}
.index_footer_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8.75rem 0 1.875rem;
}
.index_footer_link_logo {
  width: 17.125rem;
  height: 2.5rem;
}
.index_footer_link_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_link .bdshare-button-style0-16 a {
  float: none;
  padding-left: 0;
  line-height: unset;
  height: auto;
  background: none;
  font-size: 1.875rem;
}
.index_footer_link .bdshare-button-style0-16 a:not(:last-child) {
  margin-right: 2.25rem;
}
.index_footer_link .bdshare-button-style0-16 a:hover {
  color: #fff;
  opacity: 1;
}
.index_footer_copyright {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.index_footer_copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_footer_copyright span {
  margin-right: 2rem;
  opacity: 0.5;
  font-size: 0.875rem;
}
.index_footer_copyright a:last-child {
  float: right;
}
.about {
  padding-top: 6.25rem;
}
.about .aboutus {
  overflow: hidden;
}
.about .aboutus_title h3 {
  font-size: 1.75rem;
  color: #da251e;
  line-height: 2.25rem;
}
.about .aboutus_title h3 span {
  font-size: 1.375rem;
  color: #999999;
  font-weight: normal;
  line-height: 2.25rem;
}
.about .aboutus_content {
  padding: 3.125rem 0 6.25rem;
}
.about .aboutus_content p {
  font-size: 1.125rem;
  color: #666666;
  line-height: 1.5rem;
}
.about .aboutus_content p > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about .design {
  overflow: hidden;
}
.about .design_content {
  display: flex;
  justify-content: space-between;
  padding: 3.75rem 0 7.875rem;
}
.about .design_content_img {
  width: 34.3%;
}
.about .design_content_img > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about .design_content_text {
  width: 65.7%;
  padding-left: 2.5rem;
}
.about .design_content_text .text_introduction h4 {
  font-size: 1.5rem;
  color: #da251e;
}
.about .design_content_text .text_introduction h4 > span {
  font-size: 1.5rem;
  color: #333333;
}
.about .design_content_text .text_introduction .desc {
  padding: 1.5rem 0 2.5rem;
}
.about .design_content_text .text_introduction .desc p {
  font-size: 1rem;
  color: #666666;
  line-height: 1.875rem;
}
.about .design_content_text .text_list_nav > ul {
  display: flex;
  justify-content: start;
}
.about .design_content_text .text_list_nav > ul > li {
  position: relative;
  width: 10rem;
  height: 3.375rem;
  background-color: #666666;
  overflow: hidden;
}
.about .design_content_text .text_list_nav > ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #da251e;
  transform: translateX(-100%);
  transition: all 0.6s;
  z-index: 1;
}
.about .design_content_text .text_list_nav > ul > li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  z-index: 9;
}
.about .design_content_text .text_list_nav > ul > li:not(:last-child) {
  margin-right: 1.875rem;
}
.about .design_content_text .text_list_nav > ul > li:first-child a > i {
  display: block;
  width: 1.25rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  background: url("../images/icons/job.png") no-repeat;
  background-size: contain;
}
.about .design_content_text .text_list_nav > ul > li:nth-child(2) a > i {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  background: url("../images/icons/honor.png") no-repeat;
  background-size: contain;
}
.about .design_content_text .text_list_nav > ul > li:last-child a > i {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  background: url("../images/icons/honor.png") no-repeat;
  background-size: contain;
}
.about .design_content_text .text_list_nav > ul > li:hover::before,
.about .design_content_text .text_list_nav > ul > li.active::before {
  transform: translateX(0);
}
.about .design_content_text .text_list_content_desc {
  display: none;
  padding-top: 1.875rem;
}
.about .design_content_text .text_list_content_desc p {
  font-size: 0.875rem;
  color: #666666;
}
.about .design_content_text .text_list_content_desc p:not(:last-child) {
  margin-bottom: 1rem;
}
.about .design_content_text .text_list_content_desc.active {
  display: block;
}
.about .team {
  overflow: hidden;
}
.about .team_content {
  padding-bottom: 6.25rem;
}
.about .team_content .team_bottom {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.about .team_content .team_bottom .team_swiper_pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
.about .team_content .team_bottom .team_swiper_pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1rem;
  color: #da251e;
  outline: none;
  transition: all 0.5s;
  border-radius: 0;
  opacity: 1;
  border: 1px solid #da251e;
  background: transparent;
  margin: 0;
  z-index: 9;
  overflow: hidden;
}
.about .team_content .team_bottom .team_swiper_pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.25rem;
}
.about .team_content .team_bottom .team_swiper_pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #da251e;
  transform: translateX(-100%);
  transition: all 0.4s ease 0s;
  z-index: -1;
}
.about .team_content .team_bottom .team_swiper_pagination .swiper-pagination-bullet:hover::before {
  transform: translateX(0);
}
.about .team_content .team_bottom .team_swiper_pagination .swiper-pagination-bullet-active {
  background: transparent;
  color: #fff;
  z-index: 9;
}
.about .team_content .team_bottom .team_swiper_pagination .swiper-pagination-bullet-active::before {
  transform: translateX(0);
}
.about .team_content .team_bottom .team_swiper_btn {
  display: flex;
  margin-top: 3.75rem;
}
.about .team_content .team_bottom .team_swiper_btn .swiper-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.25rem;
  line-height: 2.25rem;
  z-index: 1;
  cursor: pointer;
  background: #666666;
  outline: none;
  transition: all 0.4s ease 0s;
  overflow: hidden;
}
.about .team_content .team_bottom .team_swiper_btn .team-prev {
  margin-right: 4.75rem;
}
.about .background {
  overflow: hidden;
  padding-bottom: 5.5rem;
}
.about .background_content {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding-top: 3.75rem;
}
.about .background_content_item {
  width: 32.3%;
  margin-bottom: 2rem;
}
.about .background_content_item .item_img {
  width: 100%;
  height: 17.5rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.about .background_content_item .item_img > img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.about .background_content_item h4 {
  font-size: 1rem;
  color: #666666;
  font-weight: normal;
}
.about .background_content_item:hover .item_img > img {
  transform: scale(1.05);
}
.contact_profile {
  padding-top: 5rem;
}
.contact_profile_title h3 {
  font-size: 1.75rem;
  color: #da251e;
  line-height: 2rem;
  text-align: center;
}
.contact_profile_title h3 span {
  font-size: 1.375rem;
  color: #999999;
  font-weight: normal;
  line-height: 2rem;
}
.contact_profile_content {
  padding-top: 2.5rem;
}
.contact_profile_content > p {
  font-size: 1rem;
  color: #666666;
  line-height: 1.75rem;
}
.contact .profile_content_img {
  padding-bottom: 6.25rem;
}
.contact .profile_content_img_swiper {
  width: 100%;
  height: 37.5rem;
}
.contact .profile_content_img_swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.contact .profile_content_img_swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
}
.contact .profile_content_img_swiper .swiper-slide > h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1rem;
  padding-right: 20%;
  color: #fff;
  font-weight: normal;
  padding-left: 1.625rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.contact .profile_content_img_swiper .swiper-pagination {
  height: 3.125rem;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
}
.contact .profile_content_img_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.625rem;
  background: #fff;
  opacity: 1;
}
.contact .profile_content_img_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #da251e;
}
.contact_contactus_content {
  padding: 8.75rem 0 6.25rem;
  display: flex;
  justify-content: space-between;
}
.contact_contactus_content .contact_place {
  width: 40%;
  padding-top: 3.125rem;
}
.contact_contactus_content .contact_place_item {
  position: relative;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 3.75rem;
  box-sizing: border-box;
}
.contact_contactus_content .contact_place_item > p {
  font-size: 1rem;
  color: #333;
  line-height: 1.875rem;
}
.contact_contactus_content .contact_place_item > span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 5%;
  height: 2px;
  background-color: #da251e;
  transition: all 0.8s ease;
}
.contact_contactus_content .contact_place_item:hover {
  cursor: pointer;
}
.contact_contactus_content .contact_place_item:hover > p {
  color: #da251e;
}
.contact_contactus_content .contact_place_item:hover > span {
  width: 100%;
}
.contact_contactus_content .contact_img > img {
  display: block;
  float: right;
}
.news {
  padding-top: 5rem;
}
.news_nav {
  margin-bottom: 5rem;
}
.news_nav > ul {
  display: flex;
}
.news_nav > ul > li a {
  font-size: 1.5rem;
  color: #333;
}
.news_nav > ul > li span {
  font-size: 1.5rem;
  color: #999999;
}
.news_nav > ul > li:hover > a,
.news_nav > ul > li.active > a {
  color: #da251e;
}
.news_nav > ul > li:not(:last-child) {
  margin-right: 3.125rem;
}
.news_content_first {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
.news_content_first_img {
  width: 50%;
  max-height: 25rem;
  overflow: hidden;
}
.news_content_first_img > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s;
}
.news_content_first_text {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2.5rem;
}
.news_content_first_text .time {
  margin-bottom: 2.5rem;
}
.news_content_first_text .time span {
  font-size: 1.875rem;
  color: #999;
  font-weight: 700;
}
.news_content_first_text .time > p {
  font-size: 0.875rem;
  color: #999;
}
.news_content_first_text .first_content h4 {
  font-size: 1.125rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 1rem;
}
.news_content_first_text .first_content p {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5rem;
}
.news_content_first_text .first_content .more {
  position: relative;
  margin-top: 3.5rem;
  z-index: 9;
}
.news_content_first_text .first_content .more a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 2.875rem;
  position: relative;
  font-size: 0.875rem;
  box-sizing: border-box;
  overflow: hidden;
  color: #da251e;
}
.news_content_first_text .first_content .more a svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.875rem;
}
.news_content_first_text .first_content .more a svg rect {
  fill: none;
  stroke: #da251e;
  stroke-width: 1;
  stroke-dasharray: 422, 0;
  transition: all 450ms linear 0s;
}
.news_content_first_text .first_content .more a:hover {
  font-weight: 600;
}
.news_content_first_text .first_content .more a:hover rect {
  stroke-width: 1;
  stroke-dasharray: 3.75rem, 2.875rem;
  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);
}
.news_content_first:hover .news_content_first_img img {
  transform: scale(1.05);
}
.news_content_first:hover .news_content_first_text .first_content h4 {
  color: #da251e;
}
.news_content_list {
  position: relative;
  margin-bottom: 10rem;
}
.news_content_list .show {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}
.news_content_list .hide {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_content_list_item {
  position: relative;
  width: 32.2%;
  border: 1px solid #ececec;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
}
.news_content_list_item .item_img {
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.news_content_list_item .item_img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news_content_list_item .item_time {
  position: absolute;
  bottom: 5.625rem;
  left: 0;
  width: 5rem;
  height: 4.125rem;
  background-color: #da251e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
}
.news_content_list_item .item_time span {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
}
.news_content_list_item .item_time p {
  font-size: 0.875rem;
  color: #fff;
}
.news_content_list_item .item_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 6.25rem;
  background-color: #f8f8f8;
  padding: 0 0.75rem;
}
.news_content_list_item .item_text h4 {
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0.75rem;
}
.news_content_list_item .item_text p {
  font-size: 0.875rem;
  color: #666;
}
.news_content_list_item:hover .item_img > img {
  transform: scale(1.05);
}
.news_content_list_item:hover .item_text h4 {
  color: #da251e;
  font-weight: 700;
}
.news_content_list .showmore {
  display: flex;
}
.news_content_list:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 13.75rem;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, #ffffff);
  z-index: 3;
}
.news_content_list .lookmore {
  position: absolute;
  bottom: -2.875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.75rem;
  height: 2.875rem;
  background-color: #da251e;
}
.news_content_list .lookmore a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #fff;
}
.news_content_list.afterhide::after {
  display: none;
}
.newsdetail {
  padding-bottom: 7.5rem;
}
.newsdetail_title {
  padding-top: 4.375rem;
  margin-bottom: 5rem;
}
.newsdetail_title h4 {
  font-size: 1.25rem;
  color: #da251e;
  font-weight: normal;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c2c2c2;
}
.newsdetail_title p {
  font-size: 1rem;
  color: #666666;
}
.newsdetail_content {
  padding-bottom: 6.25rem;
}
.newsdetail_content p {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.625rem;
  text-align: center;
}
.newsdetail_content p > img {
  display: block;
  max-width: 43rem;
  height: auto;
  object-fit: contain;
  margin: 0 auto !important;
}
.newsdetail_bottom ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.newsdetail_bottom ul li p {
  font-size: 0.875rem;
  color: #666666;
  text-align: center;
  line-height: 1.625rem;
}
.newsdetail_bottom ul li p > img {
  display: block;
  width: 19rem;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}
.cases_content_list .show {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}
.cases_content_list .hide {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cases_content_list .showmore {
  display: flex;
}
.cases_content_list_item {
  position: relative;
  width: 32.2%;
  box-sizing: border-box;
  margin-bottom: 1.875rem;
  transition: all 0.5s;
}
.cases_content_list_item .item_img {
  width: 100%;
  max-height: 18.75rem;
  overflow: hidden;
}
.cases_content_list_item .item_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.5s;
}
.cases_content_list_item .item_text {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.75rem;
}
.cases_content_list_item .item_text h4 {
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
  margin-left: 50%;
  transform: translateX(-50%);
  transition: all 0.8s;
}
.cases_content_list_item .item_text i {
  position: absolute;
  top: 50%;
  left: 89%;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0.625rem;
  background: url("../images/icons/desc.png") no-repeat center center;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s;
}
.cases_content_list_item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.cases_content_list_item:hover .item_img > img {
  transform: scale(1.05);
}
.cases_content_list_item:hover .item_text h4 {
  color: #da251e;
  left: 0;
  margin-left: 0.625rem;
  transform: translateX(0);
}
.cases_content_list_item:hover .item_text i {
  display: block;
  width: 2.125rem;
  opacity: 1;
}
.casesdetail {
  padding-bottom: 7.5rem;
}
.casesdetail_title {
  padding-top: 4.375rem;
  margin-bottom: 5rem;
}
.casesdetail_title h4 {
  font-size: 1.25rem;
  color: #da251e;
  font-weight: normal;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c2c2c2;
}
.casesdetail_title p {
  font-size: 1rem;
  color: #666666;
}
.casesdetail_content p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.casesdetail_content p img {
  display: block;
  max-width: 100% !important;
  height: auto;
  object-fit: cover;
  margin: 0 auto !important;
}
#bdshare_weixin_qrcode_dialog,
#bdshare_weixin_qrcode_dialog_bg {
  width: 260px !important;
  height: 300px !important;
}
@media (min-width: 320px) and (max-width: 900px) {
  :root {
    font-size: 16px !important;
  }
  .container,
  .main,
  .contact_main {
    width: 100%;
    padding: 0 1.5rem;
  }
  .common-sidebar {
    position: fixed;
    right: 1.25rem;
    bottom: 30%;
  }
  .index_header .inner-header-icon {
    display: block;
  }
  .index_header_logo {
    width: 45%;
  }
  .index_header_right_lang {
    margin-right: 1rem;
  }
  .index_header_right_lang a {
    margin: 0 0.5rem;
  }
  .index_header_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    background: #fff;
    padding-top: 6rem;
    display: none;
    z-index: 2;
  }
  .index_header_nav ul {
    display: block;
    padding-left: 1.5rem;
  }
  .index_header_nav ul li {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
    overflow: hidden;
  }
  .index_header_nav ul li a {
    font-size: 1.5rem;
  }
  .index_common_tab li {
    margin: 0 1rem;
  }
  .index_common_tab li:not(:last-child):after {
    right: -1rem;
  }
  .index_cases_content_swiper_item {
    height: 18rem;
  }
  .index_about {
    flex-flow: wrap;
    height: auto;
  }
  .index_about_content {
    width: 100%;
    padding: 3.75rem 0 2rem;
  }
  .index_about_content .container {
    padding-right: 1.5rem;
  }
  .index_about_img {
    width: 100%;
  }
  .index_about_img:after {
    display: none;
  }
  .index_team_content {
    flex-flow: wrap;
  }
  .index_team_content_left {
    width: 100%;
    padding-top: 0;
  }
  .index_team_content_img {
    width: 96%;
    margin: 2rem auto 4rem;
  }
  .index_team_content_img:before {
    display: none;
  }
  .index_team_content_right {
    width: 100%;
  }
  .index_team_swiper_item_img {
    height: auto;
  }
  .index_company .container {
    padding-right: 1.5rem;
  }
  .index_company .index_common_title {
    margin: 0 auto;
  }
  .index_company_swiper_item p {
    text-align: center;
  }
  .index_company_swiper .index_common_btn {
    justify-content: center;
  }
  .index_footer_top {
    flex-flow: wrap;
  }
  .index_footer_top_left {
    display: block;
  }
  .index_footer_top_left_item {
    margin-bottom: 2rem;
  }
  .index_footer_top_left_item h2 {
    margin-bottom: 1rem;
  }
  .index_footer_top_left_item li {
    display: inline-block;
  }
  .index_footer_top_left_item li:not(:last-child) {
    margin-right: 1.25rem;
  }
  .index_footer_top_right {
    text-align: left;
  }
  .index_footer_link_logo {
    width: 45%;
  }
  .index_footer_copyright {
    line-height: 1.6rem;
  }
  .index_footer_copyright span {
    margin-right: 0;
  }
  .index_footer_copyright a {
    display: block;
  }
  .index_footer_copyright a:last-child {
    float: none;
  }
  .about {
    padding-top: 2rem;
  }
  .about .aboutus_content {
    padding: 2rem 0;
  }
  .about .design_content {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .about .design_content_img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .about .design_content_text {
    width: 100%;
    padding-left: 0;
  }
  .about .team_content {
    padding-bottom: 2rem;
  }
  .about .team_content > .index_team_swiper {
    width: 100%;
    margin-top: 2rem;
  }
  .about .team_content .team_bottom .team_swiper_pagination {
    display: none;
  }
  .about .team_content .team_bottom .team_swiper_btn {
    margin-top: 1rem;
  }
  .about .background {
    padding-bottom: 2rem;
  }
  .about .background_content {
    padding-top: 2rem;
  }
  .about .background_content_item {
    width: 100%;
  }
  .news {
    padding-top: 2rem;
  }
  .news_nav {
    margin-bottom: 2rem;
  }
  .news_nav ul li:not(:last-child) {
    margin-right: 1.25rem;
  }
  .news_nav ul li span {
    font-size: 1.25rem;
  }
  .news_nav ul li > a {
    font-size: 1.25rem;
  }
  .news_content_first {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .news_content_first_img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .news_content_first_text {
    width: 100%;
    padding-right: 0;
  }
  .news_content_first_text .time {
    margin-bottom: 1.5rem;
  }
  .news_content_first_text .first_content .more {
    margin-top: 1.5rem;
  }
  .news_content_list {
    margin-bottom: 4.5rem;
  }
  .news_content_list_item {
    width: 100%;
  }
  .newsdetail {
    padding-bottom: 2rem;
  }
  .newsdetail_title {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .newsdetail_content {
    padding-bottom: 2rem;
  }
  .newsdetail_content p {
    width: 100%;
  }
  .newsdetail_content p img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .cases {
    padding-top: 2rem;
  }
  .cases_nav {
    margin-bottom: 2rem;
  }
  .cases_nav ul li:not(:last-child) {
    margin-right: 1.25rem;
  }
  .cases_nav ul li span {
    font-size: 1.25rem;
  }
  .cases_nav ul li > a {
    font-size: 1.25rem;
  }
  .cases_content_list {
    margin-bottom: 4.5rem;
  }
  .cases_content_list_item {
    width: 100%;
  }
  .cases_content_list_item .item_text h4 {
    width: 100%;
    margin-left: 0;
    left: 0;
    transform: translateX(0);
    text-align: center;
  }
  .cases_content_list_item .item_text i {
    display: none;
  }
  .casesdetail {
    padding-bottom: 2rem;
  }
  .casesdetail_title {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .contact_profile {
    padding-top: 2rem;
  }
  .contact_profile_content {
    padding-top: 1.5rem;
  }
  .contact_profile .profile_content_img {
    padding-bottom: 2rem;
  }
  .contact_profile .profile_content_img_swiper {
    height: auto;
  }
  .contact_profile .profile_content_img_swiper .swiper-slide > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .contact_contactus_content {
    position: relative;
    padding: 2rem 0;
    flex-wrap: wrap;
  }
  .contact_contactus_content .contact_place {
    width: 100%;
    padding-top: 1rem;
  }
  .contact_contactus_content .contact_place_item {
    margin-bottom: 1.5rem;
  }
  .contact_contactus_content .contact_img {
    width: 100%;
    position: absolute;
    top: 3rem;
    right: 0;
  }
  .contact_contactus_content .contact_img > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 0.5;
  }
}
@media (min-width: 320px) and (max-width: 449px) {
  :root {
    font-size: 12px !important;
  }
}
@media (min-width: 901px) and (max-width: 1260px) {
  :root {
    font-size: 12px !important;
  }
  .container,
  .main,
  .contact_main {
    width: 100%;
    padding: 0 3rem;
  }
}
@media (min-width: 1261px) and (max-width: 1400px) {
  :root {
    font-size: 14px !important;
  }
  .container,
  .main,
  .contact_main {
    width: 100%;
    padding: 0 6rem;
  }
}
@media (min-width: 1400px) and (max-width: 2000px) {
  :root {
    font-size: 16px !important;
  }
}
