/* this website */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
@import "//at.alicdn.com/t/c/font_4868259_9e5ysgqnb3.css";
.whmax {
  width: 100%;
  height: 100%;
}
.page404 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
}
.page404 .mleft {
  width: 50%;
  max-width: 70rem;
}
.page404 .mleft img {
  width: 100%;
}
.page404 .mright {
  width: 50%;
}
.page404 .mright h1 {
  font-family: numfont;
  font-size: 15rem;
  font-weight: bold;
  color: #000;
}
.page404 .mright h2 {
  font-size: 2.5rem;
  color: #2b2b2b;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.page404 .mright .minfo {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .page404 {
    flex-direction: column;
    padding: 5rem 3rem;
  }
  .page404 .mleft {
    width: 90%;
    min-width: 90%;
  }
  .page404 .mright {
    width: 100%;
  }
  .page404 .mright h1 {
    font-size: 4rem;
  }
  .page404 .mright h2 {
    font-size: 3rem;
  }
  .page404 .mright .minfo {
    font-size: 2rem;
  }
}
.news_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news_list li {
  width: 33.33%;
  margin-bottom: 6rem;
  padding: 0 1.7rem;
}
.news_item {
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
}
.news_item .mimg {
  padding-top: 133%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.news_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news_item .mimg {
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.news_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.news_item .mfont {
  padding: 2rem 0.5rem;
  background: #FFFFFF;
  position: relative;
  z-index: 5;
}
.news_item .mfont .mbom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_item .mfont h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #202020;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  font-family: HanSansCNMEDIUM;
  min-height: 4.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_item .mfont span {
  font-size: 1.4rem;
  color: #305C4F;
  white-space: nowrap;
  margin-right: 4rem;
}
.news_item .mfont .news_line {
  flex: 1;
  height: 1px;
  background: #eaebec;
  position: relative;
}
.news_item .mfont .news_line::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #305C4F;
  top: 0;
  left: 0;
  transition: 0.5s all ease;
}
.news_item:hover {
  transform: translateY(-10px);
}
.news_item:hover .mimg img {
  transform: scale(1.05);
}
.news_item:hover h3 {
  color: #305C4F;
}
.news_item:hover .news_line::before {
  width: 100%;
}
.about01 {
  padding-bottom: 0;
}
.about02 {
  padding-bottom: 8rem;
}
.about02 .ind_about01_main {
  display: flex;
  align-items: center;
  height: 48rem;
}
.about02 .ind_about01_main .mleft {
  background: #F5F6F7;
  flex: 1;
  height: 100%;
  padding: 8.8rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about02 .ind_about01_main .mleft .minfo {
  font-size: 1.6rem;
  color: #434343;
  line-height: 170%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  display: -webkit-box;
}
.about02 .ind_about01_main .mleft .minfo p {
  margin-bottom: 1.5rem;
}
.about02 .ind_about01_main .mright {
  overflow: hidden;
  height: 100%;
}
.about02 .ind_about01_main .mright .mimg {
  width: auto;
  height: 100%;
}
.about02 .ind_about01_main .mright .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.about02 .ind_about01_main .mright .mimg:hover img {
  filter: brightness(1.2);
  transform: scale(1.1);
}
.about02:nth-child(2n) .ind_about01_main {
  flex-direction: row-reverse;
}
.newshow {
  padding: 8rem 7rem;
}
.newshow .newshow_rich {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newshow h1 {
  font-size: 4rem;
  color: #2b2b2b;
  margin-bottom: 3rem;
}
.newshow .newshow_ul {
  display: flex;
  align-items: center;
  margin-bottom: 4.5rem;
  padding: 1.2rem 3.2rem;
  width: 100%;
  background: linear-gradient(90deg, #F5F6F7 0%, #FFF 85.5%);
}
.newshow .newshow_ul li {
  display: flex;
  align-items: center;
  margin-right: 10rem;
}
.newshow .newshow_ul li p {
  font-size: 1.4rem;
  color: #999;
  margin-right: 2rem;
}
.newshow .newshow_ul li:last-child {
  margin-right: 0;
}
.newshow .newshow_left {
  max-width: 940px;
  width: 100%;
}
.newshow .newshow_mright {
  position: sticky;
  padding-left: 6rem;
  top: 120px;
}
.newshow .newshow_mright h4 {
  font-size: 1.8rem;
  color: #9e9e9e;
  margin-bottom: 4rem;
}
.newshow .newshow_mright ul {
  margin-bottom: 4rem;
}
.newshow .newshow_mright ul li {
  margin-bottom: 2rem;
}
.newshow .newshow_mright ul li a {
  position: relative;
  height: 6rem;
  width: 6rem;
  border: 1px solid #F4F4F4;
  transition: 0.2s all ease-in;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newshow .newshow_mright ul li a img {
  opacity: 1;
  transition: 0.2s all ease-in;
  width: 3rem;
}
.newshow .newshow_mright ul li a img:first-child {
  opacity: 0;
  position: absolute;
}
.newshow .newshow_mright ul li a:hover {
  border: 1px solid rgba(48, 92, 79, 0.2);
}
.newshow .newshow_mright ul li a:hover img:first-child {
  opacity: 1;
}
.newshow .newshow_mright .backbtn a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.newshow .newshow_mright .backbtn a span {
  color: #9e9e9e;
  font-size: 1.4rem;
  margin-top: 1rem;
  transition: 0.2s all ease-in;
}
.newshow .newshow_mright .backbtn a i {
  font-size: 3.5rem;
  color: #305C4F;
  transition: 0.2s all ease-in;
}
.newshow .newshow_mright .backbtn a:hover span {
  color: #305C4F;
}
.newshow .newshow_mright .backbtn a:hover i {
  transform: scale(0.9);
}
.pagebanner {
  width: 100%;
  height: 40rem;
  position: relative;
  overflow: hidden;
}
.pagebanner .mimg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagebanner .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: scale-animation 40s infinite;
}
.pagebanner .mmain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.pagebanner .mfont {
  max-width: 900px;
  width: 100%;
}
.pagebanner .mfont h1 {
  font-size: 6rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.pagebanner .mfont p {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
}
@keyframes scale-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.tabs {
  padding: 6rem 7rem 3rem 7rem;
}
.tabs ul {
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tabs ul a {
  font-size: 1.8rem;
  color: #2b2b2b;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tabs ul a:after {
  content: '';
  display: block;
  width: 0%;
  transition: all 0.3s ease;
  height: 2px;
  transform: translateY(0.5rem);
  background: #305C4F;
}
.tabs ul a.curr {
  color: #305C4F;
  font-weight: bold;
}
.tabs ul a.curr:after {
  width: 130%;
}
.tabs ul a:hover {
  color: #305C4F;
}
.tabs ul a:hover:after {
  width: 130%;
}
.talent_box .mbtn {
  margin: 4rem auto 0 auto;
}
.tal_title {
  display: flex;
  align-items: center;
  margin-bottom: 7rem;
}
.tal_title h2 {
  font-size: 2rem;
  color: #2b2b2b;
}
.tal_title p {
  font-size: 1.4rem;
  color: #999;
}
.talent_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.talent_list .talent_item {
  width: 33.33%;
  margin-bottom: 6rem;
  padding: 0 2.5rem;
}
.talent_list .talent_item a {
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.talent_list .talent_item a h4 {
  font-size: 1.4rem;
  color: #305C4F;
  text-align: center;
}
.talent_list .talent_item a h3 {
  font-size: 2.4rem;
  color: #2b2b2b;
  margin: 1rem 0 1.5rem 0;
  text-align: center;
}
.talent_list .talent_item a p {
  font-size: 1.6rem;
  color: #2b2b2b;
  margin-top: 1.5rem;
  text-align: center;
}
.talent_list .talent_item a .img_bigbox {
  width: 100%;
  position: relative;
}
.talent_list .talent_item a .img_bigbox .mimg {
  padding-top: 133%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.talent_list .talent_item a .img_bigbox .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.talent_list .talent_item a .img_bigbox .mimg {
  position: relative;
  transition: all 0.5s ease;
  z-index: 5;
}
.talent_list .talent_item a .img_bigbox img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.talent_list .talent_item a .img_bigbox .imgbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #305C4F;
  opacity: 1;
  transition: all 0.5s ease;
}
.talent_list .talent_item a:hover {
  transform: translateY(-3px);
}
.talent_list .talent_item a:hover h3 {
  color: #305C4F;
}
.talent_list .talent_item a:hover .img_bigbox .mimg {
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.talent_list .talent_item a:hover .img_bigbox img {
  transform: scale(1.1);
  filter: grayscale(0%);
}
.talent_list .talent_item a:hover .img_bigbox .imgbg {
  transform: rotate(5deg);
}
.talentshow01 .talentsho_main {
  display: flex;
  align-items: center;
  height: auto;
}
.talentshow01 .talentsho_main .mleft {
  background: #F5F6F7;
  flex: 1;
  min-height: 55rem;
  height: 100%;
  padding: 8.8rem 8rem 4rem 8rem;
}
.talentshow01 .talentsho_main .mleft span {
  background: #305C4F;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  color: #fff;
}
.talentshow01 .talentsho_main .mleft h1 {
  font-size: 3rem;
  color: #2b2b2b;
  font-weight: bold;
  margin: 1.5rem 0 2rem 0;
}
.talentshow01 .talentsho_main .mleft .mdec {
  font-size: 1.8rem;
  color: #305C4F;
  margin-bottom: 2rem;
}
.talentshow01 .talentsho_main .mleft .minfo {
  margin-top: 4rem;
  font-size: 1.6rem;
  color: #434343;
  line-height: 170%;
  overflow-y: auto;
  max-height: 50rem;
}
.talentshow01 .talentsho_main .mleft .minfo p {
  margin-bottom: 1.5rem;
}
.talentshow01 .talentsho_main .mright {
  min-height: 55rem;
  overflow: hidden;
  max-width: 45%;
  height: 100%;
}
.talentshow01 .talentsho_main .mright .mimg {
  width: auto;
  height: 100%;
}
.talentshow01 .talentsho_main .mright .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.talentshow01 .talentsho_main .mright .mimg:hover img {
  filter: brightness(1.2);
  transform: scale(1.1);
}
.talentshow02 .talentsho_main {
  position: relative;
}
.talentshow02 .swiper-button-next {
  right: -4rem;
  top: 45%;
}
.talentshow02 .swiper-button-next i {
  color: #305C4F;
  font-size: 3rem;
}
.talentshow02 .swiper-button-prev {
  left: -4rem;
  top: 45%;
}
.talentshow02 .swiper-button-prev i {
  color: #305C4F;
  font-size: 3rem;
}
.talentshow02 .talent_swi {
  overflow: hidden;
  height: 64rem;
}
.talentshow02 .talent_swi .mimg {
  width: 100%;
  height: 100%;
}
.talentshow02 .talent_swi .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talentshow02 .bar_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 3rem;
}
.talentshow02 .bar_box .swiper-scrollbar {
  position: static;
  width: 10rem;
  height: 0.5rem;
  opacity: 1!important;
}
.talentshow02 .mshare {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.talentshow02 .mshare .mleft {
  display: flex;
  align-items: center;
}
.talentshow02 .mshare .mleft i {
  font-size: 3rem;
  color: #222;
}
.talentshow02 .mshare .mleft span {
  margin: 0 2rem;
  height: 2.4rem;
  width: 2px;
  background: #222;
}
.talentshow02 .mshare ul {
  display: flex;
  margin-left: 2rem;
}
.talentshow02 .mshare ul li {
  margin-right: 2rem;
}
.talentshow02 .mshare ul li a {
  position: relative;
  transition: 0.2s all ease-in;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.talentshow02 .mshare ul li a img {
  opacity: 1;
  transition: 0.2s all ease-in;
  height: 3rem;
}
.talentshow02 .mshare ul li a img:first-child {
  opacity: 0;
  position: absolute;
}
.talentshow02 .mshare ul li a:hover img:first-child {
  opacity: 1;
}
.talentshow02 .mshare .mright {
  display: flex;
  align-items: center;
}
.talentshow02 .mshare .mright i {
  color: #305C4F;
  font-size: 2.5rem;
  transition: 0.2s all ease-in;
}
.talentshow02 .mshare .mright span {
  font-size: 2rem;
  color: #305C4F;
  transition: 0.2s all ease-in;
  margin-left: 1rem;
}
.talentshow02 .mshare .mright:hover i {
  color: #305C4F;
}
.talentshow02 .mshare .mright:hover span {
  color: #305C4F;
}
.workslist ul {
  width: 100%;
}
.workslist li {
  background: #305C4F;
}
.workslist .works_item {
  display: block;
  margin-bottom: 7rem;
  width: 100%;
  height: 26rem;
  display: flex;
  transition: all 0.3s ease;
}
.workslist .works_item .mleft {
  height: 100%;
  width: 45%;
  position: relative;
}
.workslist .works_item .mleft .mimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.workslist .works_item .mleft .mline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all 0.5s ease;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  flex-direction: column;
}
.workslist .works_item .mleft .mline i {
  width: 10rem;
  height: 1px;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease;
}
.workslist .works_item .mleft .mline p {
  color: #fff;
  margin: 3rem 0;
  font-size: 4rem;
}
.workslist .works_item .mleft .mline i:first-child {
  transform: translateX(-200%);
}
.workslist .works_item .mleft .mline i:last-child {
  transform: translateX(200%);
}
.workslist .works_item .mleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.workslist .works_item .mfont {
  width: 55%;
  height: 100%;
  padding: 2.2rem 5rem;
  background: #fff;
  border: 1px solid #EEEEEE;
}
.workslist .works_item .mfont span {
  color: #999;
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  display: block;
}
.workslist .works_item .mfont h3 {
  font-size: 1.8rem;
  color: #2b2b2b;
  margin-bottom: 2.5rem;
  font-weight: bold;
  transition: all 0.5s ease;
}
.workslist .works_item .mfont p {
  font-size: 1.4rem;
  color: #666;
  line-height: 170%;
  height: 4.4rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  transition: all 0.5s ease;
}
.workslist .works_item .mfont .mtag {
  margin-top: 4rem;
  display: flex;
  align-items: center;
}
.workslist .works_item .mfont .mtag h6 {
  font-size: 1.6rem;
  color: #305C4F;
  margin-right: 3.5rem;
}
.workslist .works_item .mfont .mtag h6:last-child {
  margin-right: 0;
}
.workslist .works_item:hover {
  transform: scale(1.02) translate(-25px, -15px);
}
.workslist .works_item:hover img {
  transform: scale(1.1);
}
.workslist .works_item:hover .mfont h3 {
  color: #305C4F;
}
.workslist .works_item:hover .mline {
  opacity: 1;
}
.workslist .works_item:hover .mline i {
  opacity: 1;
}
.workslist .works_item:hover .mline i:first-child {
  transform: translateX(100%);
}
.workslist .works_item:hover .mline i:last-child {
  transform: translateX(-100%);
}
.workshow_body .xhcrumbs .xhcrumbs_main a {
  color: #999;
}
.workshow01 h1 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 4.5rem;
}
.workshow01 video {
  width: 100%;
  height: 100%;
}
.workshow02 {
  position: relative;
  width: 100%;
}
.workshow02 .workshow_swi {
  overflow: hidden;
  height: 53rem;
}
.workshow02 .workshow_swi .workshow_swi_prev,
.workshow02 .workshow_swi .workshow_swi_next {
  width: 5rem;
  height: 10rem;
  border-radius: 0;
  transition: all 0.3s;
  opacity: 1;
}
.workshow02 .workshow_swi .workshow_swi_prev i,
.workshow02 .workshow_swi .workshow_swi_next i {
  color: #fff;
  font-size: 2rem;
  opacity: 0.8;
}
.workshow02 .workshow_swi .workshow_swi_prev {
  left: 18%;
  top: 45%;
}
.workshow02 .workshow_swi .workshow_swi_next {
  right: 18%;
  top: 45%;
}
.workshow02 .workshow_swi:hover .workshow_swi_prev,
.workshow02 .workshow_swi:hover .workshow_swi_next {
  opacity: 1;
  transform: translateX(0);
}
.workshow02 .swiper-wrapper {
  align-items: center;
}
.workshow02 .swiper-slide {
  opacity: 0.5;
  transform: scale(0.8);
  width: auto!important;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.workshow02 .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.workshow02 .swiper-slide.swiper-slide-active .mimg {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.workshow02 .mimg {
  height: 100%;
  width: auto;
}
.workshow02 .mimg img {
  height: 100%;
  width: auto;
  object-fit: cover;
  transition: all 0.5s ease;
}
.workshow02 .bar_box {
  position: relative;
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.workshow02 .bar_box .swiper-scrollbar {
  position: static;
  width: 10rem;
  height: 0.5rem;
  opacity: 1!important;
}
.workshow03 {
  padding: 0 7rem 7rem 7rem;
}
.workshow03 .mshare {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.workshow03 .mshare .mleft {
  display: flex;
  align-items: center;
}
.workshow03 .mshare .mleft i {
  font-size: 3rem;
  color: #fff;
}
.workshow03 .mshare .mleft span {
  margin: 0 2rem;
  height: 2.4rem;
  width: 2px;
  background: #fff;
}
.workshow03 .mshare ul {
  display: flex;
  margin-left: 2rem;
}
.workshow03 .mshare ul li {
  margin-right: 2rem;
}
.workshow03 .mshare ul li a {
  position: relative;
  transition: 0.2s all ease-in;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.workshow03 .mshare ul li a img {
  opacity: 1;
  transition: 0.2s all ease-in;
  height: 3rem;
}
.workshow03 .mshare ul li a img:first-child {
  opacity: 0;
  position: absolute;
}
.workshow03 .mshare ul li a:hover img:first-child {
  opacity: 1;
}
.workshow03 .mshare .mright {
  display: flex;
  align-items: center;
}
.workshow03 .mshare .mright i {
  color: #eee;
  transition: 0.2s all ease-in;
  font-size: 2.5rem;
}
.workshow03 .mshare .mright span {
  font-size: 1.8rem;
  color: #eee;
  margin-left: 1rem;
  transition: 0.2s all ease-in;
}
.workshow03 .mshare .mright:hover i {
  color: #fff;
}
.workshow03 .mshare .mright:hover span {
  color: #fff;
}
.workshow03 .workcode {
  margin: 8.8rem auto 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.workshow03 .workcode p {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.workshow03 .workcode span {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.workshow03 .workcode .mcode {
  margin: 1.5rem 0 1rem 0;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
}
.workshow03 .workcode .mcode .mcodo_img {
  border: 1px solid #305C4F;
  border-radius: 1rem;
  padding: 0.5rem;
}
.workshow03 .workcode .mcode img {
  width: 12.6rem;
  height: 12.6rem;
}
.contact_bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(/Static/images/bg01.jpg) no-repeat center center;
  background-size: cover;
}
.contact01 {
  position: relative;
  z-index: 5;
  padding: 16rem 7rem 12rem 7rem;
}
.contact01 .page_top {
  border-bottom: 1px solid #666666;
  padding-bottom: 1.8rem;
}
.contact01 .page_top h2 {
  font-family: enfont;
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 3rem;
}
.contact01 .page_top h1 {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
}
.contact01 .page_info {
  margin-top: 10rem;
  margin-bottom: 12rem;
}
.contact01 .page_info p {
  font-size: 1.8rem;
  color: #EDEDED;
  line-height: 180%;
}
.contact01 .page_bom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #305C4F;
  padding: 5rem 6rem;
  position: relative;
}
.contact01 .page_bom ul {
  display: flex;
  align-items: center;
}
.contact01 .page_bom ul li {
  margin-right: 12rem;
}
.contact01 .page_bom ul li:last-child {
  margin-right: 0;
}
.contact01 .page_bom ul h3 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.contact01 .page_bom ul a {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-transform: initial;
}
.contact01 .page_bom .mright {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
}
.contact01 .workcode {
  margin: 8.8rem auto 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact01 .workcode p {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.contact01 .workcode span {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.contact01 .workcode .mcode {
  margin: 1.5rem 0 1rem 0;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
}
.contact01 .workcode .mcode .mcodo_img {
  border: 1px solid #305C4F;
  border-radius: 1rem;
  padding: 0.5rem;
}
.contact01 .workcode .mcode img {
  width: 12.6rem;
  height: 12.6rem;
}
.ind_banner {
  width: 100%;
  overflow: hidden;
  height: 78rem;
  position: relative;
}
.ind_banner .banner_mouse {
  position: absolute;
  z-index: 5;
  bottom: 3rem;
  animation: moveY 2s linear infinite;
  right: 7rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0.8;
}
.ind_banner .banner_mouse i {
  color: #fff;
  user-select: none;
  -webkit-user-select: none;
  margin-bottom: 1rem;
  font-size: 3rem;
}
.ind_banner .banner_mouse p {
  color: #fff;
  user-select: none;
  -webkit-user-select: none;
  font-size: 1.4rem;
}
.ind_banner .ind_swi {
  height: 100%;
}
.ind_banner .ind_swi .swiper-slide {
  height: 100%;
}
.ind_banner .mimg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ind_banner .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_banner .mimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_banner .mfont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_banner .mfont .mfont_main {
  max-width: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ind_banner .mfont .mfont_main h1 {
  font-size: 6.5rem;
  letter-spacing: 0.5rem;
  color: #305C4F;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}
.ind_banner .mfont .mfont_main p {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}
.ind_banner .mfont .mfont_main span {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin-top: 3rem;
}
.ind_banner .ind_swi_prev,
.ind_banner .ind_swi_next {
  transition: all 0.3s;
  opacity: 1;
}
.ind_banner .ind_swi_prev i,
.ind_banner .ind_swi_next i {
  color: #305C4F;
  font-size: 3rem;
  opacity: 1;
  transition: all 0.3s;
  color: #fff;
}
.ind_banner .ind_swi_prev {
  transform: translateX(0%);
}
.ind_banner .ind_swi_next {
  transform: translateX(0%);
}
.ind_banner .ind_swi_prev {
  left: 3rem;
}
.ind_banner .ind_swi_next {
  right: 3rem;
}
.ind_banner .ind_swi_prev,
.ind_banner .ind_swi_next:active {
  transform: scale(0.9);
}
@keyframes moveY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation-moveY {
  animation: moveY 3s linear infinite;
}
.swiper-pagination {
  bottom: 4rem!important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #ccc;
  opacity: 1;
  transition: 0.2s all ease-in;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: #fff;
}
.swiper-pagination_b {
  bottom: -4rem !important;
}
.swiper-pagination_b .swiper-pagination-bullet {
  background: #ddd;
  opacity: 1!important;
  transition: 0.2s all ease-in;
}
.swiper-pagination_b .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #305C4F;
}
.ind_about .ind_about_main {
  display: flex;
  align-items: center;
  height: 55rem;
}
.ind_about .ind_about_main .mleft {
  background: #F5F6F7;
  flex: 1;
  height: 100%;
  padding: 8.8rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ind_about .ind_about_main .mleft .minfo {
  font-size: 1.6rem;
  color: #434343;
  line-height: 170%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  display: -webkit-box;
}
.ind_about .ind_about_main .mleft .minfo p {
  margin-bottom: 1.5rem;
}
.ind_about .ind_about_main .mright {
  overflow: hidden;
  height: 100%;
}
.ind_about .ind_about_main .mright .mimg {
  width: auto;
  height: 100%;
}
.ind_about .ind_about_main .mright .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.ind_about .ind_about_main .mright .mimg:hover img {
  filter: brightness(1.2);
  transform: scale(1.1);
}
.ind_service .ind_service_main {
  position: relative;
}
.ind_service .mbtn {
  margin: 9rem auto 0 auto;
}
.ind_service .ind_service_swiper {
  overflow: hidden;
}
.ind_service .service_item {
  width: 100%;
}
.ind_service .service_item .mimg {
  padding-top: 133%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.ind_service .service_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ind_service .service_item img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.ind_service .service_item .mfont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  height: 5.5rem;
  background: rgba(0, 0, 0, 0.5);
  background: #E5E5E5;
}
.ind_service .service_item .mfont .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
  padding: 1.6rem 2.4rem;
}
.ind_service .service_item .mfont .mtop h3 {
  font-size: 1.8rem;
  color: #2b2b2b;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_service .service_item .mfont .mtop p {
  font-size: 1.6rem;
  color: #305C4F;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_service .service_item .mfont span {
  display: block;
  width: 100%;
  text-align: center;
  color: #2b2b2b;
  font-size: 1.4rem;
  transition: 0.2s all ease-in;
  position: relative;
  z-index: 5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 1.6rem;
}
.ind_service .service_item .mfont .mfont_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #305C4F;
  z-index: 1;
  transition: all 0.3s ease;
}
.ind_service .service_item:hover .mfont {
  height: 9rem;
}
.ind_service .service_item:hover .mfont .mtop h3 {
  color: #fff;
}
.ind_service .service_item:hover .mfont .mtop p {
  color: #fff;
}
.ind_service .service_item:hover .mfont span {
  color: #fff;
}
.ind_service .service_item:hover .mfont_bg {
  height: 100%;
}
.ind_service .service_item:hover .mimg img {
  transform: scale(1.1);
  filter: grayscale(0%);
}
.ind_service .ind_service_swiper_next {
  right: -8rem;
  transform: translateX(0%);
}
.ind_service .ind_service_swiper_prev {
  left: -8rem;
  transform: translateX(0%);
}
.ind_service .ind_service_swiper_prev,
.ind_service .ind_service_swiper_next {
  width: 3rem;
  opacity: 1;
  transition: all 0.3s ease;
  height: 6rem;
}
.ind_service .ind_service_swiper_prev i,
.ind_service .ind_service_swiper_next i {
  color: #305C4F;
  font-size: 3rem;
  opacity: 1;
}
.ind_service:hover .ind_service_swiper_prev,
.ind_service:hover .ind_service_swiper_next {
  opacity: 1;
  transform: translateX(0);
}
.ind_works .mbtn {
  margin: 9rem auto 0 auto;
}
.ind_works .section_main {
  position: relative;
}
.ind_works .ind_works_swiper {
  overflow: hidden;
}
.ind_works .ind_works_swiper .swiper-wrapper {
  align-items: stretch;
}
.ind_works .ind_works_swiper .swiper-slide {
  height: auto;
}
.ind_works .works_item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
}
.ind_works .works_item .mimg {
  padding-top: 55%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.ind_works .works_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ind_works .works_item .mtop {
  position: relative;
}
.ind_works .works_item .mline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all 0.5s ease;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  flex-direction: column;
}
.ind_works .works_item .mline i {
  width: 10rem;
  height: 1px;
  background: #fff;
  opacity: 0;
  transition: all 0.5s ease;
}
.ind_works .works_item .mline p {
  color: #fff;
  margin: 3rem 0;
  font-size: 4rem;
}
.ind_works .works_item .mline i:first-child {
  transform: translateX(-200%);
}
.ind_works .works_item .mline i:last-child {
  transform: translateX(200%);
}
.ind_works .works_item .mimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ind_works .works_item .mimg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  z-index: 2;
}
.ind_works .works_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.ind_works .works_item .mfont {
  padding: 2rem 2rem;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-top: none;
  transition: all 0.3s ease;
}
.ind_works .works_item .mfont h3 {
  font-size: 1.6rem;
  color: #2b2b2b;
  line-height: 1.5;
  height: 5.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  transition: all 0.3s ease;
}
.ind_works .works_item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.ind_works .works_item:hover .mimg:before {
  background: rgba(0, 0, 0, 0.2);
}
.ind_works .works_item:hover .mimg img {
  transform: scale(1.1);
}
.ind_works .works_item:hover .mfont {
  border-color: #305C4F;
}
.ind_works .works_item:hover .mfont h3 {
  color: #305C4F;
}
.ind_works .works_item:hover .mline {
  opacity: 1;
}
.ind_works .works_item:hover .mline i {
  opacity: 1;
}
.ind_works .works_item:hover .mline i:first-child {
  transform: translateX(100%);
}
.ind_works .works_item:hover .mline i:last-child {
  transform: translateX(-100%);
}
.ind_works .ind_works_swiper_prev,
.ind_works .ind_works_swiper_next {
  width: 3rem;
  height: 6rem;
  transition: all 0.3s ease;
  opacity: 1;
  top: 45%;
}
.ind_works .ind_works_swiper_prev i,
.ind_works .ind_works_swiper_next i {
  color: #305C4F;
  font-size: 3rem;
  opacity: 1;
}
.ind_works .ind_works_swiper_prev {
  left: -8rem;
  transform: translateX(0%);
}
.ind_works .ind_works_swiper_next {
  right: -8rem;
  transform: translateX(0%);
}
.ind_works:hover .ind_works_swiper_prev,
.ind_works:hover .ind_works_swiper_next {
  opacity: 1;
  transform: translateX(0);
}
.ind_news .mbtn {
  margin: 2rem auto 0 auto;
}
.ind_news .news_list li:nth-child(n+4) {
  display: none;
}
.translateSelectLanguage {
  display: none;
}
@media screen and (max-width: 1600px) {
  .workshow02 .workshow_swi .workshow_swi_next {
    right: 10%;
  }
  .workshow02 .workshow_swi .workshow_swi_prev {
    left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .workshow02 .workshow_swi .workshow_swi_next {
    right: 5%;
  }
  .workshow02 .workshow_swi .workshow_swi_prev {
    left: 5%;
  }
}
@media screen and (max-width: 1025px) {
  .ind_banner .ind_swi_prev,
  .ind_banner .ind_swi_next {
    opacity: 0.8;
    transform: translateX(0);
    width: 2.5rem;
    height: 4rem;
  }
  .ind_banner .ind_swi_prev {
    left: 1rem;
  }
  .ind_banner .ind_swi_next {
    right: 1rem;
  }
  .ind_service .ind_service_swiper_prev,
  .ind_service .ind_service_swiper_next {
    opacity: 0.8;
    transform: translateX(0);
    width: 2.5rem;
    height: 5rem;
  }
  .ind_service .ind_service_swiper_prev {
    left: -3rem;
  }
  .ind_service .ind_service_swiper_next {
    right: -3rem;
  }
  .workshow02 .workshow_swi .workshow_swi_next {
    right: 1rem;
  }
  .workshow02 .workshow_swi .workshow_swi_prev {
    left: 1rem;
  }
}
@media screen and (max-width: 769px) {
  .ind_works .mbtn {
    margin-top: 4rem;
  }
  .ind_banner {
    height: 32rem;
  }
  .ind_banner .mfont .mfont_main h1 {
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }
  .ind_banner .mfont .mfont_main p {
    font-size: 2.2rem;
  }
  .ind_banner .mfont .mfont_main span {
    font-size: 1.6rem;
    display: block;
  }
  .ind_banner .mfont .mfont_main {
    transform: translateY(-2rem);
  }
  .section_box {
    padding: 6rem 3rem;
  }
  .mtitle {
    margin-bottom: 4rem;
  }
  .ind_about .ind_about_main {
    flex-direction: column-reverse;
    height: auto;
  }
  .ind_about .ind_about_main .mright {
    height: 30rem;
    width: 100%;
  }
  .ind_about .ind_about_main .mright .mimg {
    width: 100%;
  }
  .ind_about .ind_about_main .mleft {
    padding: 3rem;
  }
  .ind_about .ind_about_main .mleft .minfo {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .ind_service .mbtn {
    margin-top: 6rem;
  }
  .news_list li {
    width: 50%;
  }
  .ind_news .news_list li:nth-child(n+4) {
    display: block;
  }
  .news_list li {
    padding: 0 0.8rem;
    margin-bottom: 4rem;
  }
  .news_item .mfont h3 {
    font-size: 1.8rem;
  }
  .xhfooter {
    padding: 4rem 3rem 0 3rem;
  }
  .xhfooter .footer_right ul li .mimg img {
    width: 8rem;
    height: 8rem;
  }
  .footer_icp a:last-child {
    display: none;
  }
  .xhfooter .footer_icp {
    padding: 1.5rem 0;
  }
  .pagebanner {
    height: 20rem;
  }
  .pagebanner .mfont h1 {
    font-size: 4.5rem;
  }
  .pagebanner .mfont p {
    display: none;
  }
  .tabs {
    padding: 4rem 6rem 2rem 6rem;
  }
  .tabs ul a {
    font-size: 2.2rem;
  }
  .tal_title h2 {
    font-size: 2.4rem;
  }
  .tal_title p {
    font-size: 1.8rem;
  }
  .talent_list .talent_item {
    width: 50%;
    padding: 0 1rem;
  }
  .talent_list .talent_item a h4 {
    font-size: 1.8rem;
  }
  .talent_list .talent_item a h3 {
    font-size: 2.4rem;
  }
  .talent_list .talent_item a p {
    font-size: 1.6rem;
  }
  .talent_box {
    padding: 6rem 2rem;
  }
  .talent_box_center .talent_list .talent_item:nth-child(3) {
    display: none;
  }
  .ind_service .service_item .mfont .mtop {
    padding: 1.6rem 1rem;
  }
  .ind_service .service_item .mfont span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 1rem;
  }
  .talentshow01 .talentsho_main {
    height: auto;
    flex-direction: column-reverse;
  }
  .talentshow01 .talentsho_main .mleft {
    padding: 2rem;
    min-height: auto;
    width: 100%;
  }
  .talentshow01 .talentsho_main .mright {
    height: 20rem;
    width: auto;
    position: absolute;
    right: 2rem;
    top: 2rem;
    min-height: auto;
  }
  .talentshow01 .talentsho_main .mright .mimg {
    width: auto;
    height: 100%;
  }
  .talentshow01 .talentsho_main .mright .mimg img {
    width: auto;
    height: 20rem;
    object-fit: cover;
  }
  .talentshow01 .talentsho_main {
    position: relative;
  }
  .talentshow01 .talentsho_main .mleft .mtop {
    width: 50%;
  }
  .talentshow01 .talentsho_main .mleft .minfo {
    font-size: 1.8rem;
    margin-top: 10rem;
    max-height: 100%;
  }
  .talentshow01 .talentsho_main .mleft span {
    font-size: 1.6rem;
  }
  .talentshow02 .talent_swi {
    height: 32rem;
  }
  .workslist .works_item {
    flex-direction: column;
    height: auto;
  }
  .workslist li {
    background: none;
  }
  .workslist .works_item .mleft {
    width: 100%;
    height: 22rem;
  }
  .workslist .works_item .mfont {
    width: 100%;
    height: auto;
    padding: 2.2rem 3rem;
  }
  .workslist .works_item .mfont span {
    font-size: 1.5rem;
  }
  .workslist .works_item .mfont h3 {
    font-size: 2.2rem;
  }
  .workslist .works_item .mfont p {
    font-size: 1.6rem;
    height: 4.8rem;
  }
  .workslist .works_item .mfont .mtag h6 {
    font-size: 1.8rem;
  }
  .workslist .works_item:hover {
    transform: translate(0);
  }
  .paging-box .page-link {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.8rem;
  }
  .xhcrumbs {
    padding: 8rem 3rem 0 3rem;
  }
  .xhcrumbs .mleft {
    width: 100%;
  }
  .xhcrumbs a {
    white-space: nowrap;
  }
  .xhcrumbs a:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .workshow01 h1 {
    font-size: 2.6rem;
  }
  .workshow02 .workshow_swi {
    height: 28rem;
  }
  .contact01 {
    padding: 16rem 5rem 12rem 5rem;
  }
  .contact01 .page_top h2 {
    font-size: 2.2rem;
  }
  .contact01 .page_top h1 {
    font-size: 3rem;
  }
  .contact01 .page_info {
    margin-bottom: 25rem;
  }
  .contact01 .page_bom {
    flex-direction: column-reverse;
    align-items: center;
    padding: 18rem 2rem 3rem 2rem;
  }
  .contact01 .page_bom .mright {
    right: auto;
    bottom: auto;
    top: -14rem;
  }
  .contact01 .workcode {
    margin: 0 auto;
  }
  .contact01 .workcode .mcode img {
    width: 15rem;
    height: 15rem;
  }
  .contact01 .workcode span {
    font-size: 1.6rem;
  }
  .contact01 .page_bom ul li {
    margin-right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .contact01 .page_bom ul {
    justify-content: space-between;
    width: 100%;
  }
  .newshow {
    padding: 6rem 1rem 6rem 3rem;
  }
  .newshow h1 {
    font-size: 3rem;
  }
  .newshow .newshow_ul li {
    margin-right: 4rem;
  }
  .newshow .newshow_ul li:last-child {
    display: none;
  }
  .newshow .newshow_mright {
    padding-left: 2rem;
  }
  .about01 {
    padding-bottom: 0;
  }
  .about01 .ind_about01_main {
    flex-direction: column-reverse;
    height: auto;
  }
  .about01 .ind_about01_main .mleft {
    padding: 2rem;
  }
  .about01 .ind_about01_main .mright {
    height: 34rem;
    width: 100%;
  }
  .about01 .ind_about01_main .mright .mimg {
    width: 100%;
  }
  .about01 .ind_about01_main .mleft .minfo {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
  .about01 .ind_about01_main .mleft .minfo p {
    margin-bottom: 1rem;
  }
  .about02 .ind_about01_main {
    flex-direction: column;
    height: auto;
  }
  .about02:nth-child(2n) .ind_about01_main {
    flex-direction: column;
  }
  .about02 .ind_about01_main .mleft {
    padding: 2rem;
  }
  .about02 .ind_about01_main .mright {
    height: 34rem;
    width: 100%;
  }
  .about02 .ind_about01_main .mright .mimg {
    width: 100%;
  }
  .about02 .ind_about01_main .mleft .minfo {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
  .about02 .ind_about01_main .mleft .minfo p {
    margin-bottom: 1rem;
  }
  .workshow02 .workshow_swi .workshow_swi_next {
    right: 0rem;
  }
  .workshow02 .workshow_swi .workshow_swi_prev {
    left: 0rem;
  }
  .workshow02 .workshow_swi .workshow_swi_next,
  .workshow02 .workshow_swi .workshow_swi_prev {
    width: 3rem;
    height: 6rem;
  }
  .workshow03 {
    padding: 0 4rem;
  }
  .ind_works .works_item .mfont {
    padding: 1.5rem 1rem;
  }
  .ind_works .works_item .mfont h3 {
    font-size: 1.8rem;
    height: 4.8rem;
  }
  .ind_works .ind_works_swiper_prev,
  .ind_works .ind_works_swiper_next {
    width: 2.5rem;
    height: 5rem;
    opacity: 1;
  }
  .ind_works .ind_works_swiper_prev i,
  .ind_works .ind_works_swiper_next i {
    font-size: 1.6rem;
  }
  .ind_works .ind_works_swiper_next {
    right: -3rem;
  }
  .ind_works .ind_works_swiper_prev {
    left: -3rem;
  }
}
