@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
#translate {
  display: none ;
}
body {
  --header_h: 5.625rem;
  --container: 9.5rem;
  --phone_img: 30px;
  --bors: 1.25rem;
  --bgf8: #f9f9f9;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
  font-family: 'Poppins' !important;
  padding-top: 6.25rem;
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -5.625rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #1a8c85;
}
.c {
  color: #1a8c85;
}
.box_s {
  box-shadow: 0px 0px 1rem 0.1875rem rgba(0, 0, 0, 0.05);
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #1a8c85;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
}
.foot-fot.white {
  background: #F7F7F7;
}
.foot-fot.white .m-bm-nav > li {
  border-bottom: 1px solid #ededed;
}
.foot-fot.white .m-bm-nav > li > a,
.foot-fot.white .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.8);
}
.foot-fot.white .m-bm-nav > li .sec {
  padding-left: 40px;
}
.foot-fot.white .m-bm-nav > li .sec a {
  color: rgba(0, 0, 0, 0.7);
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #1a8c85;
}
.search_more:hover::before {
  background: #1a8c85;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
video {
  display: block;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 10rem;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background-color: #fffFFFDB;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0;
}
.er-ul::before {
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 2;
  display: block;
  margin-left: -8px;
  content: "";
}
.er-ul > li {
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  margin: 0.5rem 0 0.5rem 0;
  text-align: center;
}
.er-ul > li:hover {
  background-color: #00000024;
}
.er-ul > li:hover a {
  color: #1a8c85;
}
.er-ul > li a {
  text-align: center;
  color: #4a4a4a;
  padding: 0.625rem;
  line-height: 150%;
}
.er-ul > li:hover a {
  color: #1a8c85;
}
.er-ul > li:nth-child(1) {
  padding-top: 0;
}
.er-ul > li:last-child {
  padding-bottom: 0;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
@media (max-width: 1440px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #1a8c85;
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: #1a8c85;
  color: #fff;
  background: #1a8c85;
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: #1a8c85;
}
.searchbox {
  border-color: #1a8c85;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #1a8c85;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #1a8c85;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 104);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: var(--phone_img);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #1a8c85;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #1a8c85;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: var(--phone_img);
  display: none;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #1a8c85;
}
.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
.zd_erha {
  position: fixed;
  right: 3.125rem;
  bottom: 1.875rem;
  transform: translateY(9.375rem);
  z-index: 999;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.zd_erha.active {
  transform: translateY(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.zd_erha .ad_sts {
  text-align: center;
}
.zd_erha .ad_sts i img {
  height: 1.5rem !important;
}
.zd_erha .ad_sts .iconfont {
  font-size: 1rem;
}
.zd_erha .ad_sts .name {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #fff;
  margin-top: 0.3125rem;
  white-space: nowrap;
  display: none;
}
.zd_erha .ad_sts.aa .name {
  margin-left: -0.375rem;
}
.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.zd_erha .aat_list li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.zd_erha .aat_list li .iconfont {
  color: #000;
}
.zd_erha .aat_list li:nth-last-child(2) {
  border-bottom: none;
}
.zd_erha .aat_list li:nth-last-child(1) {
  border-bottom: none;
}
.zd_erha .aat_list li:hover {
  background: #1a8c85;
}
.zd_erha .aat_list li:hover .iconfont {
  color: #fff;
}
.zd_erha .aat_list li > a {
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zd_erha .aat_list li > a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.75rem 1rem;
  width: auto;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 8rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.hidden {
  display: none;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header header {
  animation: none !important;
}
header.active,
header:hover,
header.white {
  background: #2f2f2f;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header.active .logo img,
header:hover .logo img,
header.white .logo img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img {
  filter: brightness(1) invert(0);
}
header.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a {
  color: #1a8c85;
}
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
header.active .center > ul > li.active > a::before,
header:hover .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before {
  background: #1a8c85;
}
header {
  background: #1C1C1C;
  position: fixed;
  line-height: 3.75rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 0.9375rem 0 1.5625rem;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo {
  width: 16.25rem;
}
header .logo img {
  height: 3.3125rem;
  filter: brightness(0) invert(1);
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
}
header .lanuage {
  margin: 0 2.1875rem 0 1.25rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--color);
}
header .lanuage a.c {
  color: #1a8c85;
}
header .center > ul > li {
  float: left;
  padding: 0 1.875rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
}
header .center > ul > li > a span {
  background-image: url(../img/symbols.svg);
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 6px;
  background-position: 0 -687px;
  margin-left: 0.375em;
  top: -1px;
  display: inline-block;
  position: relative;
}
header .center > ul > li.active > a {
  font-weight: 600;
  color: #1a8c85;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #1a8c85;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner {
  min-height: 64vh;
  background-color: #303030 !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.43;
  z-index: -1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .p1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 1.25rem;
  text-align: left;
}
.banner .p2 {
  margin-bottom: 1.25rem;
  font-size: 5rem;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 1;
}
.banner .xian {
  padding: 0.375rem 0;
  margin-bottom: 1.25rem;
}
.banner .xian div {
  width: 4.75rem;
  background: #1a8c85;
  height: 0.1875rem;
}
.banner .p3 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #fff;
  width: 39%;
}
.nyban {
  height: 55vh;
}
.nyban.auto {
  height: auto;
}
.nyban.kontakt .hover .title {
  padding-top: 2.25rem;
  font-size: 3.75rem;
}
.nyban.kontakt .hover .title::before {
  width: 4.75rem;
  height: 0.3125rem;
}
.nyban .swiper-container {
  height: 100%;
}
.nyban .swiper-container img {
  animation: banscaleDraw 50s infinite;
}
.nyban .swiper-container .swiper-slide {
  opacity: 0 !important;
}
.nyban .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .nyban.download::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
  }
}
.nyban.download .more {
  padding: 0.9375rem;
  border-radius: 0.3125rem;
  margin-top: 1rem;
}
.nyban.download .more .aux-text {
  font-size: 0.8125rem;
}
.nyban.download .more .aux-text .iconfont {
  margin-left: 0.3125rem;
  font-size: 0.875rem;
}
.nyban .title {
  padding: 1.25rem 0;
  position: relative;
}
.nyban .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.375rem;
  height: 0.25rem;
  background: #1a8c85;
}
.nyban .text2 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2rem;
  font-weight: 400;
}
.nyban .text {
  width: 20.625rem;
  margin-bottom: 0.625rem;
}
.nyban .img {
  height: 100%;
}
.nyban .img img {
  height: 100%;
  object-fit: cover;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}
.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4rem;
}
@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }
  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.bread {
  font-size: 1rem;
  color: #262626;
}
.bread a {
  color: #262626;
}
.bread img {
  height: 1.5rem;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: var(--num_cor);
  font-size: 3.75rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}
.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}
.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}
.number_ul li .text {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625rem;
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 1px solid #1a8c85;
  margin: 0 0.3125rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #1a8c85;
}
.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover {
  background: #1a8c85;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}
.more {
  padding: 1.25rem 2.1875rem;
  font-weight: 700;
  border-radius: 3.125rem;
  border: 1px solid var(--more_c);
  display: inline-block;
  position: relative;
  background-color: #1a8c85;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  z-index: 9;
  overflow: hidden;
  z-index: 90;
}
.more.padding {
  padding-right: 1rem;
  padding-left: 1.3125rem;
}
.more .iconfont {
  margin-left: 0.9375rem;
  font-size: 2.8125rem;
}
.more.font16 .aux-text {
  font-size: 1.0625rem;
}
.more .aux-text {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  line-height: 0.9375rem;
  display: block;
  color: #fff;
}
.more .aux-text.flex {
  display: flex;
  align-items: center;
}
.more .aux-overlay {
  position: absolute;
  width: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform 450ms cubic-bezier(0.75, 0.1, 0.25, 0.9);
  z-index: -1;
}
.more .aux-overlay::after {
  background-color: #c6e2e0;
  position: relative;
  content: '';
  border-radius: 50%;
  display: block;
  padding-top: 100%;
}
.more:hover .aux-overlay {
  transform: translate(-50%, -50%) scale(1, 1);
}
.more:hover .aux-text {
  color: #1a8c85;
}
.title {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.75rem;
  color: #000;
  margin: 0.5rem 0 0;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.subtitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875rem;
  color: #000;
  margin: 0 0 1.875rem;
  position: relative;
}
.subtitle.font20 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}
.subtitle::before {
  content: "";
  position: absolute;
  height: 0.3125rem;
  width: 2.75rem;
  box-shadow: -3px 3px 7px 0 rgba(251, 176, 52, 0.2);
  background-image: linear-gradient(340deg, #1CBFB5 8%, #1A8C85 100%);
}
.subtitle.t {
  padding-top: 1.25rem;
  position: relative;
}
.subtitle.t::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.subtitle.t.l {
  padding-left: 0;
}
.subtitle.t.l::before {
  top: 0;
  left: 0;
  transform: translateX(0);
}
.subtitle.left::before {
  left: 0;
  transform: translateX(0);
}
.subtitle.l {
  padding-left: 4rem;
}
.subtitle.l::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #1a8c85;
  border-radius: 50%;
}
.ptb {
  padding: 6.25rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}
.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .text {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  line-height: 1.8em;
  color: #000;
  font-weight: 400;
  padding: 1rem 0 0;
}
.show_news .more .aux-text {
  font-size: 1rem;
}
.show_news .more .aux-text .iconfont {
  font-size: 1.125rem;
}
.show_news a.text:hover {
  color: #1a8c85;
}
.show_news .margin.text {
  border-top: 1px solid #9BBFDE;
  margin-bottom: 2rem;
  padding: 1.875rem 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #999999;
  margin: 1.25rem 0;
}
.show_news .data .fenxiang {
  margin-left: 1.875rem;
}
.show_news .bot {
  margin-top: 8.75rem;
}
.show_news .bot ul li {
  margin-top: 3rem;
}
.show_news .bot ul li .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  position: relative;
  font-weight: 700;
}
.show_news .bot ul li .name span {
  background: #fff;
  position: relative;
  z-index: 9;
}
.show_news .bot ul li .name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  border: 0.125rem dashed #bbb;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 5px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }
  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.sjj_nav.white {
  background: #fff;
}
.sjj_nav.white .top {
  background: #fff;
}
.sjj_nav.white .bot > li > div > a {
  color: #353535;
}
.sjj_nav.white .bot > li .list .left a {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}
.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.8;
}
.index_one {
  padding: 6.5rem 0;
}
.index_one .right {
  padding-left: 4.375rem;
}
.index_one .right .text {
  margin-top: 3rem;
  width: 29.5rem;
  margin-bottom: 2.8125rem;
}
.index_one .right .text2 {
  padding: 0 7.5rem 1.25rem 3.125rem;
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #000;
  font-weight: 600;
}
.index_one .right .text2 p:not(:last-child) {
  margin-bottom: 1rem;
}
.index_one .right .shuzi {
  margin-top: 1.875rem;
  padding: 0 2.125rem;
  display: none;
}
.index_one .right .shuzi > div {
  text-align: center;
  display: inline-block;
}
.index_one .right .shuzi div {
  color: #000;
  font-size: 9.375rem;
  font-weight: 800;
  line-height: 1;
}
.index_one .right .shuzi p {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  min-width: 13.125rem;
}
.index_one .right .flex {
  margin-top: 3.75rem;
  padding-right: 4.375rem;
}
.index_one .right .flex > div {
  flex: 1;
}
.index_two {
  background-color: #000;
  background-image: url(../img/SAV-Metallic-Hintergrund-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0 6rem;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.index_two svg {
  position: absolute;
  top: -13rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 52.75rem;
  height: 52.75rem;
}
.index_two svg path {
  fill: #1a8c85;
}
.index_two ul {
  margin-top: 5.625rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.index_two ul li {
  margin-bottom: 1.25rem;
  padding: 0 1.25rem;
}
.index_two ul li:hover > div {
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li:hover > div .r .text {
  color: #272727 !important;
}
.index_two ul li:hover > div .r .name {
  color: #606060 !important;
}
.index_two ul li > div {
  padding: 3.125rem 5rem 2.5rem 2.375rem;
  display: flex;
  background-color: #000;
  border-style: solid;
  border-width: 5px 0 0;
  border-color: #1a8c85;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.82);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li .l {
  width: 9.75rem;
}
.index_two ul li .r {
  width: calc(100% - 9.75rem);
  padding-left: 2.5rem;
}
.index_two ul li .r .name {
  margin: 0.3125rem 0 0.625rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.75px;
  color: #fff;
}
.index_two ul li .r .text {
  color: #fff !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  height: 8.4375rem;
}
.index_three {
  padding: 5.625rem 0;
}
.index_three ul {
  margin: 6.25rem 0 0;
}
.index_three ul li {
  padding: 0 4rem;
  text-align: center;
}
.index_three ul li .icon {
  margin-bottom: 2.1875rem;
}
.index_three ul li .icon img {
  height: 18.125rem;
  width: 18.125rem;
}
.index_three ul li .icon img.w100 {
  width: 100%;
  height: 100%;
}
.index_three ul li .name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3em;
  color: #000;
  margin-top: 0.25rem;
}
.index_three ul li .text {
  color: #000 !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
  height: calc(1.4em * 5);
  margin-top: 0.9375rem;
  margin-bottom: 0.5rem;
}
.index_three ul li .more {
  margin-top: 2.8125rem;
}
.index_four {
  background-color: #0f0f0f;
  background-image: url(../img/metall-bg_hell.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 0 5.5rem;
  z-index: 9;
}
.index_four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.index_four .subtitle {
  margin-bottom: 0rem;
}
.index_four .title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 5.3125rem;
  letter-spacing: 0.0813rem;
  color: #fff;
}
.index_four .title.font40 {
  font-size: 2.75rem;
  line-height: 3.75rem;
}
.index_four .more {
  margin-top: 2.5rem;
}
.index_four .name1 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 3.4375rem;
  margin: 2.6875rem auto 1rem;
  color: #fff;
  text-align: center;
  width: 90%;
}
.index_five.index {
  padding: 2.5rem 0 3.125rem;
}
.index_five .swiper-container {
  margin-top: 2.5rem;
}
.index_five .swiper-slide {
  padding: 1.25rem;
}
.index_five .swiper-slide .pr {
  overflow: hidden;
  border-radius: 1.25rem;
}
.index_five .swiper-slide .over,
.index_five .swiper-slide .over img {
  border-radius: 1.25rem;
}
.index_five .swiper-slide .name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.625rem;
  font-size: 1.685rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 100%;
  background: rgba(26, 140, 132, 0.8);
}
.index_five .swiper-slide .name2 {
  margin: 2.0625rem 0 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625rem;
  color: #1a8c85;
  letter-spacing: -1px;
}
.index_five .swiper-slide .text {
  margin-bottom: 0.875rem;
  font-size: 1rem;
  color: #3d3d3d;
  font-weight: 400;
}
.index_six {
  padding: 5.625rem 0 2.5rem;
  background-image: url(../img/SAV-Metallic-Hintergrund-scaled_sav-neu.jpg);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-bottom: 0;
}
.index_six .ul {
  display: flex;
  flex-wrap: wrap;
  padding: 2.25rem 0 1rem;
}
.index_six .ul li {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 0.7px;
  transition: all 0.3s;
}
.index_six .ul li a {
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 0.625em 0.75em;
  display: block;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
.index_six .ul li a::after {
  content: attr(data-select) "";
  display: block;
  padding: inherit;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  background: #3d3d3d;
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .ul li.active {
  transition: all 0.3s;
}
.index_six .ul li.active a {
  transform: rotateX(90deg) translateY(-100%);
  transform-origin: 50% 0;
  background: #f9f9f9;
  transition: all 0.3s;
}
.index_six .ul2 {
  display: flex;
  flex-wrap: wrap;
}
.index_six .ul2 li {
  margin-bottom: 1.875rem;
}
.index_six .ul2 li:hover a::before {
  opacity: 1;
}
.index_six .ul2 li a {
  position: relative;
}
.index_six .ul2 li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  will-change: opacity;
  transition: opacity 1s ease-out;
  background-color: rgba(0, 34, 64, 0.75);
  z-index: 1;
}
.index_six .ul2 li .img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 1.2s;
  -webkit-transform: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
}
.index_six .ul2 li .name {
  position: absolute;
  bottom: 1.75rem;
  left: 0;
  width: 100%;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  color: #fff;
  overflow: hidden;
  height: 2.1875rem;
  z-index: 09;
  text-align: center;
  padding: 0 1rem;
}
.index_six .ul2 li .name div {
  width: 100%;
  position: absolute;
  bottom: -2.1875rem;
}
.index_six .ul2 li:hover .over img {
  transform: scale(1.2);
  transition: all 1.2s;
  -webkit-transform: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
}
.index_six .ul2 li:hover .name div {
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition-delay: 0.5s;
}
.index_six .subtitle::before {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.index_six .sum {
  margin-top: 1.875rem;
}
.index_six .sum > div {
  display: none;
}
.index_six .sum > div.active {
  display: block;
}
.index_six.list_join_three {
  padding: 4rem 0 6.25rem;
}
.index_six.list_join_three .name {
  margin-top: 3.75rem;
  padding-top: 1.25rem;
  font-size: 2rem;
  line-height: 4.375rem;
  position: relative;
  margin-bottom: 0.625rem;
  text-align: center;
  color: #fff;
}
.index_six.list_join_three .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10.875rem;
  height: 0.3125rem;
  background: #fff;
}
.index_six.list_join_three .text {
  font-size: 1.125rem;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.index_seven {
  padding: 5rem 0;
}
.index_seven .ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.125rem;
}
.index_seven .ul li {
  padding: 0.3125rem;
  width: 25%;
}
.index_seven .ul li .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_seven .ul li .icon .iconfont {
  color: #fff;
  font-size: 6.25rem;
  text-shadow: 0 0 10px #000;
}
.index_seven .ul li .over,
.index_seven .ul li .over img {
  border-radius: 0.625rem;
}
.index_seven .ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.index_seven .ul li .name {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  color: #444444;
}
.index_seven .ul li .name strong {
  font-weight: 700;
}
.index_eight {
  position: relative;
  padding-top: 5.3125rem;
  overflow: hidden;
  z-index: 9;
}
.index_eight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background: #002240;
  background-image: url("../img/Hintergrund-Metallic.jpg");
  z-index: -1;
}
.index_eight .pr::before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
}
.index_eight svg {
  position: absolute;
  top: -1rem;
  right: 15rem;
  width: 18.75rem;
  height: 18.75rem;
}
.index_eight svg path {
  fill: #1a8c85;
}
.index_eight .ul {
  margin-top: 5rem;
}
.index_eight .ul li {
  padding: 15px;
}
.index_eight .ul li a {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
}
.index_eight .ul li a .content {
  padding: 2.5rem 1.875rem 2.5rem;
}
.index_eight .ul li a .over {
  padding-bottom: calc(0.66 * 100%);
  height: 0;
}
.index_eight .ul li a .name {
  font-size: 1.3125rem;
  line-height: 1.875rem;
  margin-bottom: 1.5625rem;
  color: #1a8c85;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_eight .ul li a .text {
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-bottom: 1.5625rem;
  color: #4b4b4b;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index_eight .ul li a .text2 {
  align-self: flex-start;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1a8c85;
  text-transform: uppercase;
}
.index_eight .ul li:hover .pr::before {
  opacity: 0.5;
}
.index_eight .tags {
  right: 0;
  margin: 1.25rem;
  background: #69727d;
  border-radius: 999px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.6em 1.2em;
  position: absolute;
  top: 0;
}
.index_nine {
  background-color: #fff;
  background-image: url(../img/Roboterhand-mit-Blume-2.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 2.1875rem;
  margin-bottom: 0;
  padding: 15.625rem 1.5625rem 8rem;
}
.index_nine .hover {
  min-height: 22.9375rem;
  margin-top: -3.125rem;
}
.index_nine .hover .div1 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.4em;
  color: #1a8c85;
  margin-bottom: 1.875rem;
}
.index_nine .hover .div1 strong {
  font-weight: 600;
}
.footer_last {
  padding: 5rem 1.5625rem 1.25rem;
}
.footer_last .left {
  width: 28%;
  text-align: center;
}
.footer_last .left img {
  height: 8.4375rem;
}
.footer_last ul {
  width: calc(100% - 28%);
}
.footer_last ul li .name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.2px;
  position: relative;
  margin-bottom: 1.25rem;
}
.footer_last ul li .name::before {
  content: '';
  width: 5px;
  height: 22px;
  background-image: linear-gradient(to left, #1CBFB5, #1A8C85);
  display: inline-block;
  box-shadow: -3px 3px 7px rgba(251, 176, 52, 0.2);
  margin: 0 10px 3px 0;
  position: absolute;
  top: 12%;
  left: -1.125rem;
}
.footer_last ul li .text2 {
  color: #444444;
  font-weight: 400;
  font-size: 1rem;
}
.footer_last ul li .text2 p {
  font-size: 1.375rem;
  color: #444444;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.footer_last ul li .text {
  color: #686868;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 0.5em;
  padding: 0.9375em;
}
.beian {
  padding: 2.8125rem 0;
  background-color: #1a8c85;
  background: url(../img/Hintergrund-Metallic.jpg);
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 10px;
  margin-bottom: 0;
  background-position: center center !important;
}
.beian .text {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3em;
  width: 25rem;
  margin: 0 auto 1.25rem;
  text-align: center;
}
.beian ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.beian ul li {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.3125rem;
  background: #fff;
  margin: 0 2px;
}
.beian ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.beian ul li a .iconfont {
  font-size: 1.5rem;
  color: #1a8c85;
}
.list_download .ul {
  margin: 3.4375rem -1.5625rem 0;
}
.list_download .ul > li {
  padding: 0 1.5625rem;
  cursor: pointer;
}
.list_download .ul > li ul {
  padding-top: 15px;
  display: none;
}
.list_download .ul > li ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.list_download .ul > li ul li:hover a {
  color: #1a8c85;
}
.list_download .ul > li ul li a {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.875rem;
}
.list_download .ul > li ul li a img {
  width: 1rem;
  margin-right: 0.625rem;
}
.list_download .ul > li ul li a div {
  width: calc(100% - 1rem);
}
.list_download .ul > li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download .ul > li .div1 {
  display: flex;
  padding: 1.875rem 0.9375rem 1.875rem 0.625rem;
  border-bottom: 1px solid #d5d8dc;
  position: relative;
}
.list_download .ul > li .div1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1a8c85;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download .ul > li .div1 > div {
  width: 90%;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #1a8c85;
}
.list_download .ul > li .div1 > div strong {
  font-weight: 600;
  display: block;
}
.list_download .ul > li .div1 p {
  width: 10%;
  text-align: right;
}
.list_download .ul > li .div1 p .iconfont {
  font-size: 1rem;
  color: #1a8c85;
}
.list_message input[type="text"] {
  padding: 0.9375em;
  border: 1px solid #bbb;
  background: 0 0;
  line-height: 0.875rem;
  color: #444;
  width: 100%;
  font-style: italic;
}
.list_message input[type="text"]::placeholder {
  color: #c4c4c4;
}
.list_message select {
  padding: 0.9375em;
  border: 1px solid #bbb;
  background: 0 0;
  line-height: 1.5rem;
  color: #444;
  width: 100%;
  background-image: url('../img/small-arrow-down.svg');
  /* 调整背景图片的位置 */
  background-size: 2.5625rem 0.3125rem;
  background-repeat: no-repeat;
  background-position: right;
  /* 将背景图片放在右侧 */
  /* 添加一些内边距以避免文本覆盖箭头 */
  /* 根据你的箭头图片大小调整 */
  /* 可能需要一些外观调整 */
  -webkit-appearance: none;
  /* 移除默认样式（仅限webkit内核浏览器） */
  -moz-appearance: none;
  /* 移除默认样式（仅限Firefox） */
  appearance: none;
  background-position-x: 100%;
  /* 移除默认样式（推荐使用） */
}
.list_message .name {
  font-size: 1.6875em;
  color: #444444;
  margin-bottom: 2.5rem;
  font-weight: 600;
}
.list_message textarea {
  display: block;
  height: 15rem;
  padding: 1rem;
  border: 1px solid #bbb;
  width: 100%;
  font-style: italic;
  background: transparent;
}
.list_message textarea::placeholder {
  color: #c4c4c4;
}
.list_message .more {
  border-radius: 0;
  padding: 1rem 2.5rem;
}
.list_message .more .aux-text {
  font-size: 14px;
}
.list_message .checkbox {
  font-weight: 400;
}
.list_job .text {
  font-size: 1.125rem;
  color: #444444;
  margin-top: 2.5rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_join_two {
  padding-top: 9.0625rem;
}
.list_join_two li {
  padding: 4.5rem 1.25rem 1.5625rem;
  text-align: center;
}
.list_join_two .icon {
  margin-bottom: 2.1875rem;
}
.list_join_two .icon img {
  width: 9.375rem;
  height: 9.375rem;
  margin: 0 auto;
}
.list_join_two .name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3em;
  color: #000;
  margin-bottom: 0.875rem;
}
.list_join_two .text {
  color: #000 !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
  width: 40%;
  margin: 0 auto;
}
.list_join_four {
  background-image: url(../img/SAV-Jobs-Vorteile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}
.list_join_four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.25;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: -1;
}
.list_join_four ul {
  margin-top: 1.5625rem;
}
.list_join_four ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.list_join_four ul li .iconfont {
  color: #fff;
  font-size: 1.5rem;
  width: 1.875rem;
}
.list_join_four ul li div {
  width: calc(100% - 1.875rem);
  font-size: 1.125rem;
  line-height: 1.8em;
  color: #fff;
  font-weight: 400;
}
.list_join_five .list:not(:first-child) {
  margin-top: 5.625rem;
}
.list_join_five .list .name {
  font-size: 1.6875em;
  line-height: 1.8;
  margin-bottom: 0.6em;
  color: #444;
  font-weight: 600;
}
.list_join_five .list ul li .top {
  border-bottom: 3px solid #1a8c85;
  padding: 2rem;
  display: flex;
  cursor: pointer;
}
.list_join_five .list ul li .top .iconfont {
  width: 1.875rem;
  color: #1a8c85;
  font-size: 1.25rem;
}
.list_join_five .list ul li .top div {
  width: calc(100% - 1.875rem);
  font-size: 1rem;
  font-weight: 600;
  color: #444444;
}
.list_join_five .list ul li .bot {
  padding: 1rem;
  border-bottom: 3px solid #1a8c85;
  font-size: 1rem;
  color: #444444;
  font-weight: 400;
  display: none;
}
.list_join_five .photo {
  justify-content: center;
  margin-top: 5rem;
}
.list_join_six {
  padding-bottom: 5.9375rem;
}
.list_join_six .name {
  font-size: 2rem;
  padding-top: 2.5rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
.list_join_six .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10.875rem;
  height: 0.3125rem;
  background: #fff;
}
.list_join_six .text {
  margin: 1.625rem 0 2.1875rem;
}
.list_join_six .more {
  background: #fff;
}
.list_join_six .more .aux-text {
  color: #666666;
}
.list_join_six .more .aux-overlay::after {
  background-color: #1a8c85;
}
.list_join_six .more:hover .aux-text {
  color: #fff;
}
.list_service .font18 {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  color: #444444;
}
.list_service .list {
  display: flex;
  margin-bottom: 1rem;
}
.list_service .list > div:nth-child(1) {
  width: 1.875rem;
  font-size: 1.5rem;
  color: #1a8c85;
  font-weight: 600;
}
.list_service .list > div:nth-child(2) {
  width: calc(100% - 1.875rem);
  font-size: 1.125rem;
  line-height: 1.8em;
  color: #444444;
  font-weight: 400;
}
.list_service .left {
  padding-top: 1.25rem;
}
.list_service .right .list > div:nth-child(2) {
  padding-left: 0.625rem;
}
.list_service .name {
  font-size: 1.125rem;
  color: #444444;
  font-weight: 700;
  margin-bottom: 2.25rem;
}
.name_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 70px;
  color: #000;
  padding: 1.25rem 0 0;
  position: relative;
}
.name_title.cf::before {
  background: #fff;
}
.name_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10.875rem;
  height: 0.3125rem;
  background: #1a8c85;
}
.list_service_two .name {
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #000;
  font-weight: 400;
  margin: 0.625rem 0 5.625rem 0;
}
.list_service_two .mt150 {
  margin-top: 9.375rem;
}
.list_service_two .left {
  padding-right: 5rem;
}
.list_service_two .right {
  padding-left: 5rem;
}
.list_service_two .text {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  font-weight: 400;
}
.list_service_two .text p {
  margin-bottom: 1rem;
}
.list_service_two .bot {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.875rem;
  text-align: center;
  color: #1a8c85;
  margin-top: 6.875rem;
}
.list_service_three .font18 {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  color: #444444;
  margin-top: 2.5rem;
  font-weight: 400;
}
.list_service_three .font18 p:not(:last-child) {
  margin-bottom: 1rem;
}
.list_service_three .row {
  margin-top: 3.4375rem;
}
.list_service_three .left .a a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
.list_service_three .left .a a .iconfont {
  display: flex;
  align-items: center;
  font-size: 5rem;
  color: #fff;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.list_service_three .left > div {
  padding: 1.25rem;
}
.list_service_three .left .over,
.list_service_three .left .over img {
  border-radius: 0.625rem;
}
.list_service_three .left .name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 1.5rem;
}
.list_service_three .left .name strong {
  display: block;
  font-weight: 600;
}
.list_service_three .right > div {
  padding: 1.25rem;
  background-color: #f9f9f9;
  height: 100%;
}
.list_service_three .right > div .over:not(:last-child) {
  margin-bottom: 1.25rem;
}
.list_service_four {
  background-color: #000;
  background-image: url(../img/SAV-Metallic-Hintergrund-scaled.jpg);
}
.list_service_four .text {
  width: 80%;
}
.list_service_four .text {
  margin: 1rem 0 2.5rem;
}
.list_service_four .text p:not(:last-child) {
  margin-bottom: 1rem;
}
.list_service_four .left .aux-text .iconfont {
  margin-left: 0.5rem;
  font-size: 1.625rem;
}
.list_service_four .right .more {
  border-radius: 0;
}
.list_service_four .right .more:not(:last-child) {
  margin-bottom: 2rem;
}
.list_service_four .right .more .iconfont {
  margin-left: 0.875rem;
  font-size: 1.625rem;
}
.list_service_four .right .more:hover .aux-text {
  color: #fff;
}
.list_unternehmen .name {
  margin-bottom: 1.25rem;
  font-size: 2.375rem;
  color: #000000;
  font-weight: 600;
}
.list_unternehmen .list {
  display: flex;
  margin-bottom: 1rem;
}
.list_unternehmen .list p {
  width: 1.875rem;
  color: #1a8c85;
  font-size: 1.375rem;
  font-weight: 600;
}
.list_unternehmen .list div {
  width: calc(100% - 1.875rem);
  padding-left: 0.375rem;
  font-size: 1.125rem;
  color: #444444;
  font-weight: 400;
}
.list_unternehmen .bot {
  margin-top: 9.375rem;
  padding-bottom: 3rem;
}
.list_unternehmen .text {
  font-size: 1rem;
  color: #444444;
  font-weight: 400;
}
.list_unternehmen .text p:not(:last-child) {
  margin-bottom: 1rem;
}
.list_power .font22 {
  font-size: 1.375rem;
  font-weight: 400;
  width: 90%;
  line-height: 2.5rem;
  color: #444444;
  margin: 1.5rem auto 3rem;
}
.list_power .more {
  padding: 1.125rem 1.125rem 1.125rem 1.375rem;
}
.list_power .more .aux-text .iconfont {
  font-size: 1.125rem;
  margin-left: 0.25rem;
}
.list_power .name1 {
  font-size: 2.375rem;
  line-height: 1.8;
  color: #1a8c85;
  margin-bottom: 1.875rem;
  font-weight: 700;
}
.list_poople .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #444444;
  width: 95%;
  margin: 2.1875rem auto 0;
}
.list_poople .text p:not(:last-child) {
  margin-bottom: 1rem;
}
.list_people_two {
  background: url(../img/bg_main-menue-scaled.jpg) no-repeat;
  background-size: cover;
}
.list_people_two ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.list_people_two ul li {
  width: 25%;
  padding: 0.25rem;
}
.list_people_two ul li .over {
  position: relative;
  z-index: 9;
}
.list_people_two ul li .over::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 1s;
  -webkit-transform: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.list_people_two ul li:hover .over::before {
  opacity: 1;
  transition: all 1s;
  -webkit-transform: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.list_passion ul {
  margin-top: 0;
}
.list_passion ul li {
  margin-top: 5.9375rem;
}
.list_passion ul li .more {
  border-radius: 0;
  margin-top: 0;
}
.list_passion ul li .more .iconfont {
  font-size: 1.125rem;
  margin-right: 0.375rem;
}
.list_history .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #444444;
  font-weight: 400;
  text-align: center;
  margin: 1.5625rem auto 0;
  width: 95%;
}
.list_history .text p:not(:last-child) {
  margin-bottom: 1.875rem;
}
.list_history_two {
  background: #1a8c85;
  padding: 4rem 0;
}
.list_history_two .name {
  width: 72%;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #fff;
}
.list_history_three .font34 {
  font-weight: 600;
}
.list_history_three .left {
  padding-right: 5rem;
}
.list_history_three .right {
  padding-left: 5rem;
}
.list_history_three .right ul li .content {
  width: 70%;
}
.list_history_three .right ul li .content > div {
  padding: 0.3125rem 1.5625rem;
}
.list_history_three .right ul li .content .img {
  text-align: center;
}
.list_history_three ul li {
  display: flex;
  position: relative;
  margin-top: 3.125rem;
}
.list_history_three ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.6875rem;
  width: 0.3125rem;
  height: calc(100% + 3.125rem);
  background: #1a8c85;
}
.list_history_three ul li .icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 29%;
  border: 0.3125rem solid #1a8c85;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.5rem;
  background: #fff;
}
.list_history_three ul li .icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.list_history_three ul li .content {
  width: calc(100% - 3.75rem);
  padding-left: 1.25rem;
}
.list_history_three ul li .content > div {
  background-color: #f8f8f8;
  border-radius: 0.875rem;
  padding: 5.5rem 3.4375rem;
  position: relative;
}
.list_history_three ul li .content > div::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  z-index: 0;
  top: 1rem;
  left: -0.5rem;
  background-color: #f8f8f8;
}
.list_history_three ul li .content > div .year {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 5rem;
  color: #1a8c85;
}
.list_history_three ul li .content > div .text {
  color: #424242;
  font-size: 1.125rem;
  margin-top: 0.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.channel_kontakt ul {
  margin: 0 -1.5625rem;
}
.channel_kontakt ul li {
  padding: 0 1.5625rem;
}
.channel_kontakt ul li > div {
  padding: 3.75rem 0;
  background: #c6e2e0;
  border-radius: 1.5625rem;
}
.channel_kontakt ul li > div .icon {
  text-align: center;
}
.channel_kontakt ul li > div .icon img {
  width: 15.625rem;
  height: 15.625rem;
}
.channel_kontakt ul li > div .name {
  font-size: 3.3125em;
  line-height: 1.2;
  color: #1a8c85;
  font-weight: 700;
  margin: 1rem 0 2.5rem;
  text-align: center;
}
.channel_kontakt ul li > div .more {
  padding: 0.75rem 1.5rem;
  width: 18.75rem;
}
.channel_kontakt ul li > div .more .aux-text {
  line-height: 3.125rem;
  font-size: 1.125rem;
}
.channel_kontakt ul li > div .more .aux-overlay::after {
  display: none;
}
.channel_kontakt ul li > div .more:hover .aux-text {
  color: #fff;
}
.list_kontakt .icon img {
  width: 31.25rem;
  height: 31.25rem;
}
.list_kontakt .name {
  margin-top: 1.875rem;
  font-size: 1.875rem;
  text-align: center;
  color: #1a8c85;
}
.list_kontakt .name strong {
  font-weight: 600;
}
.list_kontakt2 .subtitle {
  margin-bottom: 0.625rem;
}
.list_kontakt2 select {
  background-color: #1a8c85;
  color: #fff;
  padding: 1rem;
  border: none;
  border-radius: 0;
  font-size: 1.125rem;
  width: 53.125rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0IDUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yIDUgMCAzaDR6Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  margin: 1.25rem auto 0;
  display: block;
}
.list_kontakt2 select option {
  color: #000;
  background: #f3f3f3;
}
.list_kontakt2 .contentsum > div {
  padding: 2.5rem;
  color: #000;
  width: 53.125rem;
  margin: 1.25rem auto 0;
  text-align: left;
  background: #eff1f3;
  border-left: 0.25rem solid #1a8c85;
  display: none;
}
.list_kontakt2 .contentsum > div.active {
  display: block;
}
.list_kontakt2 .contentsum .name p {
  color: #1a8c85;
  font-weight: 600;
  font-size: 1rem;
}
.list_kontakt2 .contentsum .name div {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  color: #000;
}
.list_kontakt2 .contentsum .text {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #000000;
  font-weight: 400;
}
.list_kontakt2 .contentsum .text p {
  margin-bottom: 1rem;
}
.list_kontakt2 .contentsum .text a {
  color: #85a1b9;
}
.padding6 {
  padding: 0 6rem;
}
.list_branchen .text {
  padding: 1.875rem 0 0;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8em;
  color: #000;
}
.list_branchen .text p:not(:last-child) {
  margin-bottom: 1rem;
}
.list_branchen .left {
  padding-right: 4.375rem;
}
.list_branchen .right {
  padding-left: 0;
}
.list_branchen .subtitle {
  margin-bottom: 0;
}
.list_branchen_two {
  margin: 3rem 0 4rem;
}
.list_branchen_two .title {
  font-size: 2.75rem;
  color: #000;
}
.list_branchen_two .title span svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8125rem;
}
.list_branchen_two .title span svg path {
  fill: #1a8c85;
}
.list_branchen_three {
  background: url(../img/SAV-Metallic-Hintergrund-scaled.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 0.5rem;
}
.list_branchen_three .flex {
  margin: 0 -2px;
  align-items: normal;
}
.list_branchen_three .flex > div {
  padding: 0 2px;
  height: auto;
  margin-bottom: 4px;
}
.list_branchen_three .flex > div img {
  height: 100%;
  object-fit: cover;
}
.list_branchen_three .flex .w60 {
  width: 60%;
}
.list_branchen_three .flex .w33 {
  width: 33.3%;
}
.list_branchen_three .flex .w20 {
  width: 20%;
}
.list_branchen_three .flex .w40 {
  width: 40%;
}
.list_branchen_three .right {
  padding-left: 0;
}
.list_branchen_three .right .ul {
  display: flex;
}
.list_branchen_three .right .ul li {
  padding: 0 0.375rem;
}
.list_branchen_three .right .ul li > div {
  height: 100%;
  background: #fff;
}
.list_branchen_three .right .ul li > div .top {
  padding: 2.5rem 1.5625rem;
}
.list_branchen_three .right .ul li > div .subtitle {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 0;
}
.list_branchen_three .right .ul li > div .title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3em;
  color: #1a8c85;
}
.list_branchen_three .right .ul li > div .img2 {
  margin: 6.25rem 0;
}
.list_branchen_three .right .ul li > div .content {
  background: #F8F8F8;
  padding: 0.9375rem 1.5625rem;
}
.list_branchen_three .right .ul li > div .content .name {
  font-size: 1.5rem;
  color: #444444;
  line-height: 2.25rem;
  font-weight: 600;
}
.list_branchen_three .right .ul li > div .content ul {
  margin: 1rem 0;
}
.list_branchen_three .right .ul li > div .content ul li {
  position: relative;
  font-size: 1rem;
  color: #444444;
  font-weight: 400;
}
.list_branchen_three .right .ul li > div .content ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.list_branchen_three .right .ul li > div .content ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -0.75rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #434343;
}
.list_branchen_three .left {
  padding-right: 4.375rem;
}
.list_branchen_three .left .img:not(:last-child) {
  margin-bottom: 1.25rem;
}
.list_branchen_three .left .subtitle {
  margin-bottom: 0.625rem;
}
.list_branchen_three .left .name {
  font-size: 3.125rem;
  font-weight: 200;
  line-height: 3.75rem;
  color: #fff;
  padding-bottom: 1rem;
}
.list_branchen_three .left .text {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0.5625rem 0 0;
}
.list_branchen_four ul li .content {
  padding: 1.5625rem 1.875rem 0.3125rem;
}
.list_branchen_four ul li .content .name {
  color: #3d3d3d;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.list_branchen_four ul li .content .text {
  color: #aaa;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.125rem;
}
.list_branchen_four ul li .content .text:hover {
  color: #1a8c85;
}
.list_product .title {
  margin-bottom: 1.25rem;
}
.list_product .text {
  font-size: 1.125rem;
  color: #444444;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_product .right .img {
  padding-bottom: 2.1875rem;
}
.list_product .right .img img {
  height: 8.9375rem;
}
.list_product .right .name {
  font-size: 1.25rem;
  color: #002240;
  line-height: 1.625rem;
  margin: 0.25rem 0 0.9375rem;
  font-weight: 700;
}
.list_product .right .xiangxia {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #c6e2e0;
  margin: 2.5rem auto 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.list_product .right .xiangxia::before {
  content: "";
  position: absolute;
  top: 00%;
  left: 00%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(0);
  width: 100%;
  height: 100%;
  border: 0.1875rem solid #fff;
  border-radius: 50%;
}
.list_product .right .xiangxia:hover::before {
  transform: scale(1.5);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .bot {
  margin-top: 4rem;
}
.list_product .bot .name2 {
  color: #444444;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 2.25rem;
}
.list_product .bot .list {
  display: flex;
  margin-bottom: 0.5rem;
}
.list_product .bot .list > div:nth-child(1) {
  width: 1.875rem;
  font-size: 1.125rem;
  color: #444444;
  font-weight: 600;
  position: relative;
  top: 0.25rem;
}
.list_product .bot .list > div:nth-child(2) {
  width: calc(100% - 1.875rem);
  font-size: 1.125rem;
  line-height: 1.8em;
  color: #444444;
  font-weight: 400;
}
.list_product_two {
  background-image: url(../img/Hintergrund-Metallic.jpg);
  background-size: cover;
  padding: 3.4375rem 0 2.5rem;
  position: relative;
  overflow: hidden;
}
.list_product_two .name {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.list_product_two > img {
  position: absolute;
  right: -5rem;
  top: -9rem;
}
.list_product_three .ul {
  margin: 0 -1rem;
}
.list_product_three .ul li {
  padding: 0 1rem;
  margin-bottom: 3.125rem;
  height: auto;
}
.list_product_three .ul li:hover a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product_three .ul li:hover a .name {
  color: #1a8c85;
}
.list_product_three .ul li:hover a .over img {
  transform: scale(1.1);
}
.list_product_three .ul li .content {
  padding: 0.5625rem 1.875rem 0.3125rem;
}
.list_product_three .ul li > a {
  border: 1px solid #dee2e6;
  padding: 1rem 0;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product_three .ul li .over img {
  height: 16.875rem;
  object-fit: cover;
}
.list_product_three .ul li .tips {
  font-size: 0.875rem;
  color: #1a8c85;
  font-weight: 400;
}
.list_product_three .ul li .over img {
  padding: 1rem;
}
.list_product_three .ul li .name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: #3d3d3d;
}
.show_product .subtitle {
  color: #1a8c85;
}
.show_product .left .title {
  font-size: 2.375rem;
  line-height: 3.2rem;
  margin: 0.375rem 0 0.875rem;
  color: #000;
}
.show_product .left .name {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.show_product .left .img {
  padding: 2.8125rem 0;
}
.show_product .right.content {
  padding: 1rem;
  background: #f4f4f4;
}
.show_product .right.content .list {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #343a40;
  margin-bottom: 1rem;
}
.show_product .right.content .list p {
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.show_product .right.content .list div a {
  justify-content: flex-start;
  color: #85a1b9;
}
.show_product .right.content .list div a img {
  width: 1rem;
  margin-right: 0.625rem;
}
.show_product .rr {
  padding-left: 3rem;
}
.show_product .right1 ul li {
  margin-bottom: 1.25rem;
  display: flex;
  background-color: #f9f9f9;
  padding: 1.875rem 0 1.875rem 2.5rem;
}
.show_product .right1 ul li .icon {
  width: 5rem;
  height: 5rem;
}
.show_product .right1 ul li .icon img {
  width: 100%;
  height: 100%;
}
.show_product .right1 ul li .con {
  width: calc(100% - 5rem);
  padding-left: 1.25rem;
}
.show_product .right1 ul li .con .name {
  font-size: 1.5rem;
  color: #1a8c85;
  font-weight: 700;
  margin-bottom: 0.3125rem 0;
  line-height: 2.5rem;
}
.show_product .right1 ul li .con .text {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.6em;
  color: #3f3f3f;
}
.channel_kontakt_two .left img {
  width: 80%;
}
.channel_kontakt_two .right .name {
  font-size: 2.625rem;
  font-weight: 700;
  color: #000;
  margin: 0.5rem 0 2.8125rem;
}
.channel_kontakt_two .right .text {
  font-size: 1.875rem;
  line-height: 2.875rem;
  color: #444444;
  font-weight: 400;
  width: 21.25rem;
  margin: 0 auto;
}
.channel_kontakt_two {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
#map {
  height: 32.25rem;
}
.list_planung .title.c {
  color: #1a8c85;
}
.list_planung .font32 {
  font-weight: 400;
  margin: 0.625rem 0 4rem;
}
.list_planung .font24 {
  font-weight: 400;
  margin: 0.625rem 0 4rem;
}
.list_planung .beratung .name {
  font-size: 5rem;
  color: #1a8c85;
  font-weight: 600;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.list_planung .beratung ul li {
  text-align: center;
}
.list_planung .beratung ul li .icon img {
  width: 9.75rem;
  height: 9.75rem;
}
.list_planung .beratung ul li .name1 {
  font-size: 1.25rem;
  margin: 2.5rem 0 1rem;
  color: #1a8c85;
  font-weight: 700;
}
.list_planung .beratung ul li .text {
  font-size: 1.0625rem;
  color: #2c2c2c;
  line-height: 1.5rem;
  padding: 0 2.75rem;
}
.list_planung .index_eight {
  padding-top: 0;
}
.list_planung .index_eight .ul {
  margin-top: 0;
}
.list_planung .index_eight::before {
  display: none;
}
