@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;
}
.Produktvideos  {
    display: none;
}
@font-face {
  font-family: 'MetaPro';
  src: url('../font/MetaPro-Normal.otf');
}
@font-face {
  font-family: 'MetaProBold';
  src: url('../font/MetaPro-Bold.otf');
}
body {
  --header_h: 6.25rem;
  outline: none;
  /* font-family: 'MetaPro' !important; */
  font-family: 'sourcehansans' !important;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #003D86;
}
.c {
  color: #003D86;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
}
.pagination > li:nth-child(1) {
    display: none;
}
.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;
}
.pagination > li.active,
.pagination > li:hover {
  background: #003D86;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
}
/* 禁止缩放表单 */
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: #003D86;
}
.search_more:hover::before {
  background: #003D86;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.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: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #003D86;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  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;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.container .p100 {
  width: 1080px;
  margin: 0 auto;
}.container .p300 {
  width: 815px;
  margin: 0 auto;
}
.container2 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 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 .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #003D86;
}
.searchbox {
  border-color: #003D86;
}
@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: 40px;
  width: 120px;
}
.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: #003D86;
}
.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: 500 1.25rem/1.35em "sourcehansans";
  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: #003D86;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  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);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@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: 40px;
  width: 120px;
}
.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: #003D86;
  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: #003D86;
}
.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: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.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;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #0074CA;
}
.rightfix li:hover .iconfont {
  background: #ec8402;
  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;
}
@-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%);
  }
}
header {
  position: fixed;
  line-height: 3.875rem;
  padding: 1.6875rem 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header.active {
  background: #003D86;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header.active .search_join .join_more {
  background: #fff;
  color: #003D86;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .padding {
  padding: 0 5.9375rem;
}
header .menu {
  width: 3.3125rem;
  text-align: center;
  cursor: pointer;
}
header .menu .iconfont {
  font-size: 2rem;
  color: #fff;
  display: block;
}
header .language {
  font-size: 0.875rem;
  margin: 0 8rem 0px 6rem;
  color: #fff;
}
header .language .active {
  font-weight: 600;
}
header .language a {
  color: #fff;
}
header .logo img {
  height: 3.875rem;
}
header .search_join {
  display: flex;
  margin: 0 -0.5rem;
}
header .search_join form input {
  padding: 0 0.625rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  line-height: 2.1875rem;
  width: 100%;
  font-size: 0.875rem;
  background: transparent;
  color: #fff;
}
header .search_join form input::placeholder {
  color: #fff;
}
header .search_join > div {
  width: 13.75rem;
  margin: 0 0.5rem;
}
header .search_join .join_more {
  text-align: center;
  line-height: 2.1875rem;
  border-radius: 1rem;
  border: 1px solid #003D86;
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  background: #003D86;
  color: #fff;
}
@-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);
  }
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  height: 1.25rem;
  width: 1.25rem;
  background: #fff;
  opacity: 0.3;
  margin: 0 5px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.banner .hover {
  position: absolute;
  right: 0%;
  top: 50%;
  width: 50%;
  left: auto;
}
.banner .hover.hover1 {
    left: 0;
    right: auto;
    top: 56%;
}
.banner .hover.hover1 .et_pb_text_inner {
        gap: inherit;
        padding-left: 6rem;
}
.banner .hover.hover1 .p1 {
    font-size: 2.125rem;
}
.banner .hover.hover1 .flex {
        flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}.banner .hover.hover1 .flex a{
    margin: 0 !important;
        min-width: 250px;
        padding: 16px;
            font-size: 22px;
            line-height: 1;
}
.banner .hover .p1 {
  line-height: 6.25rem;
  font-size: 3.375rem;
  color: white;
  text-align: left;
}
.banner .hover .p1 .yellow {
  color: #FDC400;
}
.banner .hover .p1 .small-jmHeaderBigText {
  font-size: 7.75rem;
  line-height: 7.75rem;
}
.banner .hover .et_pb_text_inner {
  display: flex;
  gap: 3.125rem;
}
.banner .hover .small-jmHeaderButtons {
  text-align: right;
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner .hover .small-jmHeaderButtons a {
  color: white;
  border: 2px solid #FDC400;
  padding: 1.25rem;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  text-align: center;
  padding: 1.25rem;
  font-size: 1.5rem;
  line-height: 1;
  min-width: 250px;
}
.banner .hover .small-jmHeaderButtons a:last-child {
  margin-bottom: 0;
}
.banner .hover.hover4 .small-jmHeaderButtons {
    margin-right: 2rem;
}
.text {
  color: #828282;
  font-size: 15px;
  word-wrap: break-word;
  line-height: 1.5rem;
}
.title {
  color: #4D4D4D;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 2.1875rem;
  position: relative;
}
.line {
  max-width: 50px;
  margin-right: auto;
  height: 23px;
  position: relative;
  margin: 10px auto;
}
.line.ml {
  margin: 10px auto 10px 0;
}
.line.bf::before {
  background: #fff;
}
.line::before {
  top: 50% !important;
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  z-index: 10;
  border-top: 2px solid #828282;
}
.index_one.index {
  padding-top: 7.8125rem;
  padding-bottom: 5rem;
}
.index_one ul {
  margin: 6.75rem -2.75% 0;
}
.index_one ul li {
  padding: 0 2.75%;
}
.index_one ul li .hover {
  position: absolute;
  bottom: 0;
  min-height: 10px;
  width: 100%;
  background-color: rgba(0, 61, 134, 0.8);
  -webkit-transition: min-height 1s ease-out 0.25s;
  transition: min-height 1s ease-out 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_one ul li .con {
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  min-height: 140px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index_one ul li .con p {
  min-height: 23px;
  color: #ffffff;
  font-size: 15px;
}
.index_one ul li .con h3 {
  font-size: 22px;
  opacity: 1;
  color: #ffffff;
  line-height: 30px;
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 90%;
}
.max_width {
  max-width: 815px;
  margin: 0 auto;
}
.index_two {
  display: flex;
}
.index_two.index_five .left {
  order: 2;
}
.index_two.index_five .right {
  order: 1;
  background-color: #EDEDED;
  padding: 4% 4% 4% 10%;
  background-size: contain;
  background-position: left top;
  background-image: url(../img/4.svg);
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position-x: -125% !important;
}
.index_two.index_five .right .text {
  word-wrap: break-word;
}
.index_two.index_five .right .text p {
  padding-bottom: 0.9375rem;
}
.index_two .left {
  width: 60%;
}
.index_two .left img {
  height: 100%;
  object-fit: cover;
}
.index_two .right {
  width: 40%;
  background: #2D2D2D;
  padding: 4% 10% 4% 4%;
  display: flex;
  align-items: center;
}
.more {
  font-size: 1.125rem;
  color: white;
  background: #003D86;
  border: 1px solid #003D86;
  padding: 0.375rem 1.125rem;
  border-radius: 0.3125rem;
  line-height: 2rem;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8125rem;
  opacity: 0;
  font-size: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 2rem;
  height: 2rem;
  text-align: center;
}
.more:hover {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.more:hover .iconfont {
  right: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.index_three {
  background: #003D86;
  padding: 7.9375rem 0;
}
.index_three .name {
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 0 4.375rem;
  margin: 0 auto;
}
.index_three .et_pb_text_inner {
  text-align: center;
  color: white;
  font-size: 1.25rem;
}
.index_four {
  padding: 5.6875rem 0;
}
.index_four .text {
  column-count: 2;
  word-wrap: break-word;
}
footer {
  background-color: #2D2D2D;
  padding: 5rem 0;
}
footer .left {
  font-size: 15px;
  color: #ffffff;
  line-height: 24px;
}
footer .right {
  color: #fff;
  text-align: right;
}
footer .right p:not(:last-child) {
  padding-bottom: 0.9375rem;
}
footer .right a {
  color: #fff;
}
.right_fix {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
}
.right_fix ul li {
  margin: 10px 0;
  width: 48px;
  height: 48px;
}
.menu_pc {
  position: fixed;
  top: 0;
  left: -110%;
  z-index: 1000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100vh;
}
.menu_pc.active {
  left: 0;
}
.menu_pc .ul1 {
  height: 100vh;
  max-height: none;
  width: 550px;
  background: rgba(0, 61, 134, 0.8);
  position: relative;
  padding-top: 4.75rem;
  box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.33);
}
.menu_pc .ul1.active li {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.menu_pc .ul1 li {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.061, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.061, 0.355, 1);
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}
.menu_pc .ul1 li:nth-child(1) {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.menu_pc .ul1 li:nth-child(2) {
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}
.menu_pc .ul1 li:nth-child(3) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.menu_pc .ul1 li:nth-child(4) {
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}
.menu_pc .ul1 li:nth-child(5) {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.menu_pc .ul1 li:nth-child(6) {
  transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}
.menu_pc .ul1 li:nth-child(7) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.menu_pc .ul1 li:nth-child(8) {
  transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
}
.menu_pc .ul1 li:nth-child(9) {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.menu_pc .ul1 li:nth-child(10) {
  transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
}
.menu_pc .ul1 li:nth-child(11) {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
.menu_pc .ul1 li:nth-child(12) {
  transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}
.menu_pc .ul1 li:nth-child(13) {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.menu_pc .ul1 li:nth-child(14) {
  transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
}
.menu_pc .ul1 li:nth-child(15) {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}
.menu_pc .ul1 > li:hover > a,
.menu_pc .ul1 > li ul li:hover a {
  left: 2px;
}
.menu_pc .ul1 > li:hover > a::before,
.menu_pc .ul1 > li ul li:hover a::before {
  width: 100%;
}
.menu_pc .ul1 > li a {
  position: relative;
  z-index: 9;
}
.menu_pc .ul1 > li a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  bottom: 0;
  width: 0;
  z-index: 0;
  background-color: rgba(0, 61, 134, 0.8);
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.061, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.061, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block !important;
  z-index: -1;
}
.menu_pc .ul1 > li a::after {
  transition: all 0.2s ease;
  content: '';
  z-index: -1;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
}
.menu_pc .ul1 > li.active > a {
  font-weight: 900;
}
.menu_pc .ul1 > li ul li a {
  padding-left: 12% !important;
  font-size: 18px;
  color: #fff;
  display: block;
  padding: 7.5px 0;
  line-height: 1;
}
.menu_pc .ul1 > li > a {
  font-size: 1.25rem;
  padding: 7.5px 0 7.5px 10%;
  color: #fff;
  line-height: 1;
  position: relative;
}
.menu_pc > p {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
}
.menu_pc.active p {
  display: block;
}
.menu_pc .sfm-sidebar-close {
  position: absolute;
  top: 0;
  width: 60px;
  height: 50px;
  left: 0;
  cursor: pointer;
  z-index: 10001;
}
.menu_pc .sfm-sidebar-close:after,
.menu_pc .sfm-sidebar-close:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #e7e6dd;
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
}
.menu_pc .sfm-sidebar-close:after,
.menu_pc .sfm-sidebar-close:before {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 24px;
  top: 30px;
  left: 14px;
}
.menu_pc .sfm-sidebar-close:after {
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
.menu_pc .sfm-sidebar-close:before {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}
.menu_pc .sfm-sidebar-close:focus:before,
.menu_pc .sfm-sidebar-close:hover:before {
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
.menu_pc .sfm-sidebar-close:focus:after,
.menu_pc .sfm-sidebar-close:hover:after {
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
}
.ptb80 {
  padding: 5.0625rem 0;
}
.ptb80.pt27 {
  padding-top: 27px;
}
.ptb80.pt0 {
  padding-top: 0;
}
.ptb80.pb0 {
  padding-bottom: 0;
}
.bgf4 {
  background: #EDEDED;
}
.list_about_one .row {
  margin: 0 -2.1875rem;
}
.list_about_one .row > div {
  padding: 0 2.1875rem;
}
.list_about_one .row > div .name {
  font-size: 15px;
  color: #828282;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
  margin-top: 30px;
}
.list_about_two {
  padding: 177px 0;
}
.list_about_two .name {
  font-size: 30px;
  color: white;
  line-height: 35px;
  padding-bottom: 10px;
}
.list_about_two .num {
  font-size: 40px;
  line-height: 72px;
  font-weight: 500;
  color: #fff;
}
.list_about_two li {
  text-align: center;
}
.nyerji_ul {
  display: flex;
  justify-content: space-between;
}
.nyerji_ul li {
  flex: 1 0 0;
  text-align: center;
}
.nyerji_ul li a {
  padding: 15px 0 !important;
  font-size: 18px;
  color: #003D86;
  transition: all 0.8s;
  -webkit-transform: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  border: 1px solid #B9B9B9;
}
.nyerji_ul li:hover a,
.nyerji_ul li.active a {
  transition: all 0.8s;
  -webkit-transform: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  background: #003D86;
  color: #fff;
}
.list_about_three .sum > div {
  display: none;
}
.list_about_three .sum > div.active {
  display: block;
}
.list_about_three .sum .swiper-button-prev {
  left: -20px;
}
.list_about_three .sum .swiper-button-next {
  right: -20px;
}
.list_about_three .sum .swiper-button-prev,
.list_about_three .sum .swiper-button-next {
  background: none;
  color: #B9B9B9;
  opacity: 1;
  font-size: 30px;
}
.list_about_three .sum ul {
  display: flex;
  flex-wrap: wrap;
}
.list_about_three .sum ul li {
  width: 20%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.squera_news {
  margin-bottom: 15px;
}
.squera_news .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 61, 134, 0.8);
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 123px;
}
.squera_news .hover .data {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  width: 100%;
}
.squera_news .hover .name {
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 24px;
}
.list_aktuelles .sum > div {
  display: none;
}
.list_aktuelles .sum > div.active {
  display: block;
}
.list_aktuelles .sum .div3 ul {
  margin: 0 -2.1875rem;
}
.list_aktuelles .sum .div3 ul li {
  padding: 0 2.1875rem 6rem 2.1875rem;
}
.list_aktuelles .sum .div3 ul li .mt20 > div:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.list_aktuelles .sum .div3 ul li .data {
  color: #828282;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}
.list_aktuelles .sum .div3 ul li div {
  color: #828282;
  font-size: 15px;
}
.list_aktuelles .nyerji_ul {
  flex-wrap: wrap;
  margin: 0 -5px;
}
.list_aktuelles .nyerji_ul li {
  flex: none;
  width: 25%;
  padding: 0 5px;
}
.list_aktuelles .nyerji_ul li:nth-child(1) {
  width: 100%;
  margin-bottom: 2.75%;
}
.div5 form .more:hover {
  padding: 0.375rem 1.125rem;
}
.div5 form textarea {
  resize: none;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 20px;
  border-width: 2px;
  color: #003D86;
  border-color: #D8D8D8;
  font-size: 15px;
  height: 218px;
  display: block;
}
.div5 form .agree {
  font-size: 10px;
}
.div5 form .agree input {
  width: 40px !important;
  margin-right: 10px;
}
.div5 form .agree .flex {
  justify-content: flex-start;
}
.div5 form .agree > div:nth-child(2) {
  display: flex;
  align-items: center;
}
.div5 form input,
.div5 form select {
  width: 100% !important;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  border-color: #D8D8D8;
  font-size: 15px;
  border-width: 2px;
  color: #003D86;
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #aaa;
}
.div5 form .name {
  color: #828282;
  font-size: 14px;
  margin-top: 8px;
  line-height: 20px;
  font-weight: 600;
}
.show_news .bread {
  padding: 27px 0;
  font-size: 15px;
  color: #828282;
}
.show_news .bread a {
  color: #828282;
  font-weight: 600;
}
.show_news .data {
  font-size: 22px;
  color: #828282;
  margin-bottom: calc(20px + 2.75%);
  line-height: 1;
}
.show_news .name {
  font-size: 30px;
  line-height: 40px;
  color: #333;
  font-weight: 600;
  padding: 15px 0;
}
.show_news .text a {
  color: #828282;
}
.show_news .text a,
.show_news .text strong {
  font-weight: 600;
}
.show_news .text a:hover {
  color: #828282;
}
.qualitaet_two .left > div:nth-child(1) {
  margin-bottom: 20px;
}
.channel_pro {
  padding-top: 1.6875rem;
  padding-bottom: 3.375rem;
}
.channel_pro .ul {
  margin: 0 -2.25rem;
}
.channel_pro .ul li {
  padding: 1.6875rem 2.25rem;
}
.channel_pro .ul li .hover {
  position: absolute;
  bottom: 0;
  min-height: 10px;
  width: 100%;
  background-color: rgba(0, 61, 134, 0.8);
  -webkit-transition: min-height 1s ease-out 0.25s;
  transition: min-height 1s ease-out 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.channel_pro .ul li .hover .overlayTextInner {
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  min-height: 140px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.channel_pro .ul li .hover .overlayHeadline {
  font-size: 22px;
  opacity: 1;
  color: #ffffff;
  line-height: 30px;
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 90%;
}
.channel_pro .ul li .hover .hoverText {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.channel_pro .ul li .hover .hoverText hr {
  width: 60px;
  color: white;
}
.channel_pro .ul li .hover .hoverText p {
  color: white;
  font-size: 15px;
  max-width: 75%;
  margin: 10px auto;
}
.channel_pro .ul li .hover .hoverText p a {
  font-size: 20px;
  color: #fff;
}
.channel_pro .ul li .hover .hoverText p a:first-of-type {
  padding-bottom: 20px;
}
.channel_pro .ul li:hover .hover {
  min-height: calc(100% - 0px);
  -webkit-transition: min-height 1s ease-in -0.5s;
  transition: min-height 1s ease-in -0.5s;
}
.channel_pro .ul li:hover .hover .hoverText {
  max-height: 250px;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.horizontal-selection {
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  justify-content: space-between;
  margin-bottom: 40px;
  max-width: calc(100vw - 20px);
}
.horizontal-selection .selection-container {
  width: 100%;
  position: relative;
  vertical-align: top;
  margin-bottom: 9px;
}
.horizontal-selection .selection-container .category-selection-dropdown {
  z-index: 99;
  position: absolute;
  width: 100%;
  max-height: 200px;
  padding: 6px;
  border: 1px solid #c4c4c4;
  border-top: 0;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  webkit-animation: fadeIn 500ms;
  -moz-animation: fadeIn 500ms;
  -ms-animation: fadeIn 500ms;
  -o-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
}
.horizontal-selection .selection-container .category-selection-dropdown ul.category-list {
  list-style: none;
  padding: 0;
}
.horizontal-selection .selection-container .category-selection-dropdown ul.category-list li {
  border-bottom: 1px solid #d1d1d1;
}
.horizontal-selection .selection-container .category-selection-dropdown ul.category-list li.category a {
  display: block;
  padding: 10px 5px;
}
.horizontal-selection .selection-container .category-selection-dropdown ul.category-list li.category a .name {
  color: #828282;
}
.horizontal-selection .selection-container .selection-name-container {
  font-weight: bold;
  height: auto;
}
.horizontal-selection .selection-container .selection-name-container:hover a {
  text-decoration: none;
  border-color: #003d86;
  color: #003d86;
}
.horizontal-selection .selection-container .selection-name-container a {
  display: block;
  padding: 8px 10px;
  border: 1px solid #d1d1d1;
  color: #828282;
  background-color: #fff;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.horizontal-selection .selection-container .selection-name-container a div.category-name {
  float: left;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
}
.horizontal-selection .selection-container .selection-name-container a i {
  float: right;
  line-height: 30px;
  font-size: 24px;
  width: 10%;
  font-weight: 300;
}
.hidden {
  display: none;
}
.xianshi {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.xianshi ul {
  display: flex;
}
.xianshi ul li {
  margin-left: 30px;
  line-height: 30px;
  color: #828282;
  font-size: 15px;
}
.squer_pro {
  margin-bottom: 38px;
}
.squer_pro .name {
  color: #fff;
  background-color: #003d86;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 11px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}
.suqera_pro_ul {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-between;
}
.margin35 {
  margin: 0 -2.1875rem;
}
.margin35 .li {
  padding: 0 2.1875rem;
}
.jmexpert_two {
  padding-top: 27px;
}
.Produktvideos .line {
  margin-left: 0;
}
.Produktvideos .ul li {
  margin-bottom: 2.75%;
}
.Produktvideos .ul li .top {
  color: #666;
  padding-top: 20px;
}
.Produktvideos .ul li .top div {
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D1D1;
  position: relative;
}
.Produktvideos .ul li .top div::before {
  cursor: pointer;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/jm_icon_play.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  color: #ccc;
  top: 50%;
  margin-top: -0.5em;
}
.Produktvideos .ul li .bot {
  padding-top: 20px;
  position: relative;
  display: none;
}
.Produktvideos .ul li .bot iframe {
  width: 100%;
  height: 40vw;
}
.Produktvideos .ul li .bot .text {
  margin-top: 1.875rem;
}
.Produktvideos .ul li .bot .text h5 {
        color: #828282;
    font-size: 15px;
    word-wrap: break-word;
    line-height: 1.5rem;
}
.online_product  .squer_pro img {
    height: 26.25rem;
    object-fit: cover;
}
.Produktvideos .ul li.active .top div::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/jm_close_icon.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.Produktvideos_two ul {
  display: flex;
  justify-content: center;
  margin: 0 -0.9375rem;
}
.Produktvideos_two ul li {
  padding: 0 0.9375rem;
}
.download form .flex2 {
  margin: 0 -0.8125rem;
}
.download form .flex2 > div {
  width: 25%;
  padding: 0 0.8125rem;
}
.download form .flex2 > div select,
.download form .flex2 > div input {
  padding: 0 12px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 2px;
  color: #4e4e4e;
  width: 100%;
}
.download form .flex2 > div input {
  padding: 0 10px;
}
.download form .flex2 > div button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: none;
  background: transparent;
}
.download form .flex2 > div button img {
  width: 25px;
  height: 23px;
}
.download ul {
  padding-top: 75px;
}
.search_down.download ul {
    padding-top: 0;
}
.download ul li a {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid #D1D1D1;
  position: relative;
}
.download ul li a .l {
  width: 80%;
  font-size: 18px;
  color: #666666;
}
.download ul li a .r {
  width: 20%;
  text-align: right;
}
.download ul li a .r img {
  width: 50px;
  height: 50px;
}
.karriere_one .line {
  margin-left: 0;
}
.karriere_one .left {
  width: 63.3%;
  padding-right: 5.5%;
}
.karriere_one .right {
  width: 36.7%;
}
.karriere_one .bg {
  margin-top: 54px;
  background: #003D86;
  padding: 13px;
}
.karriere_one .bg span {
  min-width: 40px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 0 12px;
}
.karriere_one .bg .input {
  width: 257px;
  display: flex;
  align-items: center;
  background: #FDFDFD;
  line-height: 32px;
}
.karriere_one .bg .input input {
  width: calc(100% - 40px);
  font-size: 13px;
  color: #3A87AD;
  padding: 0 8px;
}
.karriere_one .bg .r {
  width: calc(100% - 257px);
  padding-left: 13px;
  line-height: 32px;
}
.karriere_one .bg .r .form-buttons {
  padding: 15px;
  width: 65%;
  text-align: center;
  background: #f5f5f5;
}
.karriere_one .bg .r .form-buttons button {
  line-height: 40px;
  background: #003D86;
  padding: 0;
  border: none;
  padding: 0 30px;
}
.karriere_one .bg .r > div {
  background-color: #FDFDFD;
}
.karriere_one .bg .r .t {
  display: flex;
  align-items: center;
}
.karriere_one .bg .r .t p {
  color: #999;
  font-size: 13px;
  width: calc(100% - 50px);
}
.karriere_one .bg .r .b {
  padding-left: 50px;
  display: none;
}
.karriere_one .bg .r .b.active {
  display: block;
}
.karriere_one .bg .r .b form {
  background: #fafafa;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 15px 15px 0;
}
.karriere_one .bg .r .b ul li {
  margin-bottom: 20px;
  width: 50%;
  display: flex;
  align-items: center;
}
.karriere_one .bg .r .b ul li select {
  line-height: 34px;
  height: 36px;
  width: 50%;
  border: 1px solid #d9d9d9;
  color: #707070;
  font-size: 13px;
}
.karriere_one .bg .r .b ul li > div {
  width: 50%;
  line-height: 34px;
  padding: 0 12px;
  background: #fcfcfc;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
}
.karriere_one .bg .r .b ul li > div p {
  width: 80%;
  font-size: 13px;
  color: #555;
}
.karriere_one .bg .r .b ul li > div div {
  width: 20%;
}
.karriere_one .li_right {
  position: absolute;
  top: 55px;
  left: calc(50% + 10px);
}
.karriere_one #candidate_center_filter_hasCityCluster {
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.karriere_one #candidate_center_filter_hasCityCluster > div {
  width: 50%;
  text-align: center;
}
.karriere_one #candidate_center_filter_hasCityCluster > div input {
  margin-right: 5px;
}
.karriere_one #candidate_center_filter_hasCityCluster > div label {
  margin-bottom: 0;
}
.karriere_one #candidate_center_filter_hasCityCluster > div:nth-child(2) {
  border-left: 1px solid #ccc;
}
.karriere_one .ul li {
  display: flex;
}
.karriere_one .ul li:nth-child(1) {
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  color: #999;
  font-size: 13px;
  font-weight: 600;
  padding: 15px;
  text-transform: uppercase;
  background-color: #F5F5F5;
  color: #999999;
}
.karriere_one .ul li > div:nth-child(1) {
  width: 70%;
}
.karriere_one .ul li > div:nth-child(1) a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.karriere_one .ul li > div:nth-child(2) {
  width: 12.5%;
  text-align: center;
}
.karriere_one .ul li > div:nth-child(3) {
  width: 16.6%;
  text-align: center;
}
.karriere_one .ul li:not(:first-child) {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 30px;
}
.karriere_one .ul li:not(:first-child) div {
  color: #999;
  font-size: 12px;
}
.karriere_one .show_more {
  background: #f5f5f5;
  padding: 45px 30px 20px;
  text-align: center;
}
.karriere_one .show_more a {
  border-radius: 3px !important;
  background-color: #2e4f8b;
  border-color: #2e4f8b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 25px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  transition: all 0.2s;
  display: inline-block;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
}
.karriere_one .show_more a div {
  display: flex;
  align-items: center;
}
.karriere_one .show_more a .iconfont {
  font-size: 14px;
}
.ditu {
  display: flex;
  background-color: #EDEDED;
}
.ditu .list:not(:last-child) {
  margin-bottom: 60px;
}
.ditu .line {
  margin-left: 0;
}
.ditu .left {
  width: 64.833%;
  margin-right: 5.5%;
}
.ditu .right {
  width: 29.6667%;
  padding-top: 50px;
}
.ditu input,
.ditu select {
  width: 100%;
  height: 55px;
  max-width: 400px;
  width: 95%;
  border-color: #b9b9b9;
  background-color: #EDEDED;
  color: #b9b9b9;
  border-style: solid;
  border-width: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background: transparent;
  font-size: 18px;
}
.ditu input:hover,
.ditu select:hover {
  border-color: #003D86;
  color: #003D86 !important;
}
.ditu select.active {
  border-color: #003D86;
  color: #003D86 !important;
}
.ditu .name {
  color: #828282;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ditu .et_pb_code_6 {
  margin-top: 20px;
}
.ditu .standortHeadline {
  color: #003D86;
  font-weight: bold;
  font-size: 18px;
}
.ditu .secondaryHeadline {
  color: #828282;
}
.ditu #countryContent {
  display: none;
}
.kontakt_two .line {
  margin-left: 0;
}
.kontakt_two .width {
  width: 47.25%;
}
.kontakt_two input,
.kontakt_two select,
.kontakt_two textarea {
  background: transparent !important;
}
.kontakt_three ul li > div {
  background-color: #fff;
  padding: 100px 30px;
}
.kontakt_three ul li > div .title {
  font-size: 22px;
  line-height: 22px;
}
.kontakt_three ul li > div p {
  padding-bottom: 1em;
}
.bread {
  color: #828282;
  font-size: 13px;
  margin-top: 15px;
}
.bread a {
  color: #828282;
}
.bread a:last-child {
  color: #003D86;
}
.channel_pro_list .top {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px;
}
.channel_pro_list .top >li {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 0.625rem;
}
.channel_pro_list .top  >li  >a {
  background: #003D86;
  display: block;
  padding: 8px 10px;
  border: 1px solid #003d86;
  color: #fff;
  background-color: #003d86;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.channel_pro_list .top > li  >a  div {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
}
.channel_pro_list .top > li > a i {
  width: 10%;
  display: block;
  text-align: right;
  line-height: 30px;
  font-size: 20px;
}
.channel_pro_list .top  >li:hover  >a {
  border-color: #d1d1d1;
  background-color: #d1d1d1;
  color: #fff;
}
.channel_pro_list .bot_b {
  background-color: #ededed;
  margin-bottom: 3.125rem;
}
.channel_pro_list .bot_b .flex {
  padding: 15px 5px;
}
.channel_pro_list .bot_b .flex div {
  color: #828282;
  font-size: 1rem;
  width: 80%;
}
.channel_pro_list .bot_b .flex .iconfont {
  width: 20%;
  display: block;
  text-align: right;
}
.channel_pro_list .bot_b .ul {
  padding: 5px;
  margin-top: 0;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  justify-content: space-between;
}
.channel_pro_list .bot_b .ul li {
  margin-bottom: 9px;
}
.channel_pro_list .bot_b .ul li.active ul {
  display: block;
}
.channel_pro_list .bot_b .ul li.active a .iconfont {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_pro_list .bot_b .ul li .pr > a {
  padding: 8px 10px;
  border: 1px solid #d1d1d1;
  color: #828282;
  background-color: #fff;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.channel_pro_list .bot_b .ul li .pr > a div {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
}
.channel_pro_list .bot_b .ul li .pr > a i {
  width: 10%;
  display: block;
  text-align: right;
  line-height: 30px;
  font-size: 20px;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_pro_list .bot_b .ul li ul {
  padding: 6px;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #c4c4c4;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 99;
}
.channel_pro_list .bot_b .ul li ul li {
  padding: 0.429em 0.857em;
  margin-bottom: 0;
}
.channel_pro_list .bot_b .ul li ul li:hover {
  background-color: #f2f6fa;
  color: #333333;
}
.channel_pro_list .bot_b .ul li ul li a {
  display: flex;
  align-items: center;
}
.channel_pro_list .bot_b .ul li ul li a div {
  border: 1px solid #a6a6a6;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}.channel_pro_list .bot_b .ul li ul li a div.active {
    border: 1px solid #003d86;
}.channel_pro_list .bot_b .ul li ul li a div.active + p {
    color: #003d86;
}
.channel_pro_list .bot_b .ul li ul li a p {
  font-size: 14px;
  padding-left: 5px;
  width: calc(100% - 20px);
}
.channel_pro_list_top.top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.channel_pro_list_top.top .left,
.channel_pro_list_top.top .right {
  font-size: 14px;
  color: #666666;
  width: 10%;
}
.channel_pro_list_top.top .right {
  text-align: right;
}
.channel_pro_list_top.top .right select {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 2px;
  color: #4e4e4e;
}
.channel_pro_list_top.top .center {
  width: 80%;
}
.channel_pro_list_two {
  padding-top: 3.75rem;
  padding-bottom: 50px;
}
.channel_pro_list_two.search_pro .bot li a .r .c_r {
  padding-top: 0;
}
.channel_pro_list_two .bot li {
  margin-bottom: 20px;
}
.channel_pro_list_two .bot li .l ,
.detail_pro  .img{
    text-align: center;
}
.channel_pro_list_two .bot li .l img,
.detail_pro  .img img{
    max-height: 13.75rem;
    object-fit: contain;
    object-position: center;
}
.channel_pro_list_two .bot li:hover a .r {
  background-color: #ededed;
}
.channel_pro_list_two .bot li a {
  display: flex;
  align-items: center;
}
.channel_pro_list_two .bot li a .l {
  width: 180px;
  padding: 0 10px;
}
.channel_pro_list_two .bot li a .r {
  border: 1px solid #d1d1d1;
  width: calc(100% - 180px);
  padding: 30px 20px 30px 30px;
  display: flex;
  flex-wrap: wrap;
}
.channel_pro_list_two .bot li a .r .r_l {
  width: 30%;
  padding-right: 20px;
}
.channel_pro_list_two .bot li a .r .r_l .name {
  font-weight: bold;
  font-size: 15px;
  color: #003d86;
}
.channel_pro_list_two .bot li a .r .r_l strong {
  padding-top: 13px;
  display: block;
}
.channel_pro_list_two .bot li a .r .c_c {
  width: 55%;
  padding-left: 20px;
  line-height: 24px;
  font-size: 13px;
  color: #828282;
}
.channel_pro_list_two .bot li a .r .c_c > div {
  display: flex;
}
.channel_pro_list_two .bot li a .r .c_c > div div {
  font-weight: 600;
  width: 60%;
}
.channel_pro_list_two .bot li a .r .c_c > div p {
  width: 40%;
}
.channel_pro_list_two .bot li a .r .c_r {
  padding: 30px 30px 30px 20px;
  text-align: right;
  width: 15%;
}
.channel_pro_list_two .bot li a .r .c_r .iconfont {
  font-size: 30px;
  color: #d1d1d1;
}
.channel_pro_list_two .bot li a .r .c_r .iconfont:last-child {
  color: #003D86;
  margin-left: 0.625rem;
}
.detail_pro_two .content {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  background-color: #ededed;
}
.detail_pro_two .sum > div {
  display: none;
}
.detail_pro_two .sum > div.active {
  display: block;
}
.detail_pro_two .sum .list_zubehor {
  margin-bottom: 19px;
  display: flex;
}
.detail_pro_two .sum .list_zubehor .list_zubehor_l {
  width: 180px;
  height: 180px;
  padding: 0 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}.detail_pro_two .sum .list_zubehor .list_zubehor_l img{
    max-height: 100%;
}
.detail_pro_two .sum .list_zubehor .list_zubehor_r {
  border: 1px solid #d1d1d1;
  padding: 30px 20px 30px 30px;
  width: calc(100% - 180px);
}
.detail_pro_two .sum .list_zubehor .list_zubehor_r .name_2 {
  font-weight: bold;
  font-size: 15px;
  color: #003d86;
}
.detail_pro_two .sum .list_zubehor .list_zubehor_r .text {
  display: block;
  font-size: 15px;
  color: #828282;
  line-height: 19px;
  width: 35%;
}
.detail_pro_two .sum .list_zubehor .list_zubehor_r .text strong {
  display: block;
  padding-top: 13px;
  font-weight: bold;
}
.detail_pro_two .sum .list_dokumente {
  align-items: center;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin: 20px 0;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  color: #828282;
}
.detail_pro_two .sum .list_dokumente:hover {
  color: #003D86;
  border-color: #003D86;
}
.detail_pro_two .sum .list_dokumente:hover .iconfont {
  color: #003D86 !important;
}
.detail_pro_two .sum .list_dokumente div:nth-child(2) {
  width: calc(100% - 140px);
}
.detail_pro_two .sum .list_dokumente div:nth-child(1),
.detail_pro_two .sum .list_dokumente div:nth-child(3) {
  width: 4.375rem;
}
.detail_pro_two .sum .list_dokumente div:nth-child(1) .iconfont {
  font-size: 50px;
  font-weight: lighter;
  color: #828282;
}
.detail_pro_two .sum .list_dokumente div:nth-child(3) {
  text-align: right;
}
.detail_pro_two .sum .list_dokumente div:nth-child(3) .iconfont {
  font-size: 2rem;
}
.detail_pro_two .name_n {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
.detail_pro_two table td {
  color: #828282;
  padding: 5px 0;
  font-size: 14px;
}
.detail_pro_two table td.parameter {
  width: 30%;
  font-weight: bold;
  padding-right: 2rem;
  padding-left: 5px;
}
.detail_pro_two .sum {
  padding: 0 10px;
}
.detail_pro_two .t_top_flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.detail_pro_two .t_top_flex li {
  flex: 1 0 0;
  border: 1px solid #c5c5c5;
  background-color: #f2f6fa;
  padding: 0.571em 1em 0.571em 1em;
  font-size: 15px;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.detail_pro_two .t_top_flex li.active {
  background: #003D86;
  color: #fff;
}
.detail_pro_two .t_top_flex li:hover {
  background: #fff;
}
.detail_pro_two .t_top_flex li.active:hover  {
        background: #003D86;
    color: #fff;
}
.detail_pro_two .bot li a {
  background: #fff;
}
.detail_pro_two .bot li a .r {
  background: #ededed;
}
.detail_pro .headline-wrapper {
  padding: 0 0 30px 0;
}
.detail_pro .headline-wrapper table {
  width: 100%;
}
.detail_pro .headline-wrapper table td.label-cell {
  width: 180px;
}
.detail_pro .headline-wrapper h2.anteros {
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.detail_pro .headline-wrapper .name h2.anteros {
  font-weight: normal;
  color: #003d86;
}
.detail_pro .headline-wrapper .articlenumber h2.anteros {
  font-weight: normal;
  color: #828282;
}
.detail_pro .bottom-wrapper {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}
.detail_pro .bottom-wrapper span.name {
  font-weight: bold;
  padding-right: 5px;
  color: #666;
}
.detail_pro .informationWrapper {
  width: calc(100% - 400px);
}
.detail_pro .list-functions {
  width: 340px;
}
.detail_pro .list-functions .t i {
  padding-right: 15px;
  font-size: 15px;
  color: #828282;
}
.detail_pro .list-functions .t span input {
  height: 30px;
  width: 100px;
  font-size: 15px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 2px;
  color: #4e4e4e;
  border-radius: 5px;
}
.detail_pro .list-functions .t span .iconfont {
  font-size: 14px;
}
.detail_pro .list-functions .t span a {
  position: absolute;
  right: 5px;
  top: 0;
  height: 50%;
  display: block;
  font-size: 12px !important;
}
.detail_pro .list-functions .t span a.icon-sanjiaoxing-copy {
  top: -7px;
}
.detail_pro .list-functions .t span a.icon-sanjiaoxing {
  top: auto;
  bottom: 7px;
}
.detail_pro .list-functions ul li > div {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  color: #fff;
  background-color: #d1d1d1;
  height: 50px;
  margin-top: 10px;
  font-size: 15px;
  padding: 0 10px;
}
.detail_pro .list-functions ul li > div .iconfont {
  font-size: 30px;
  padding-right: 10px;
}
.detail_pro .list-functions ul li:nth-child(2) > div {
  background: transparent;
  color: #d4d4d4;
}
.detail_pro .list-functions ul li:nth-child(2) > div .iconfont {
  color: #d4d4d4;
}
.detail_pro .list-functions ul li:nth-child(3) > div {
  background: transparent;
  color: #828282;
}
.detail_pro .list-functions ul li:nth-child(3) > div .iconfont {
  color: #828282;
}
.detail_pro .tips strong {
  color: #003D86;
  display: block;
  padding-top: 40px;
  padding-bottom: 15px;
  color: #003d86;
  font-size: 19px;
  font-weight: normal;
}
.search_news .ul li:not(:last-child) {
  margin-bottom: 60px;
}
.search_news .ul li .name {
  color: #003D86;
  font-size: 1rem;
  padding-bottom: 10px;
  font-weight: 600;
}
h1.anteros {
  color: #003d86;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
}

.list_history {
  background-color: #EDEDED;
}
.list_history ul {
  position: relative;
}
.list_history ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10rem;
  width: 1px;
  height: 100%;
  background: #D1D1D1;
}
.list_history ul li {
  display: flex;
}
.list_history ul li.active .right > div {
  border-color: #003D86;
}
.list_history ul li.active .right .name {
  color: #003D86;
}
.list_history ul li.active .right .name::before {
  border-right-color: #003D86;
}
.list_history ul li.active .right .name::after {
  border-color: #003D86;
  background: #fff;
}
.list_history ul li.active .right > div p {
  margin-top: 10px;
  color: #555555;
  line-height: 28px;
  font-weight: normal;
  -webkit-transition-delay: 0s, 0.6s;
  -moz-transition-delay: 0s, 0.6s;
  -o-transition-delay: 0s, 0.6s;
  -ms-transition-delay: 0s, 0.6s;
  transition-delay: 0s, 0.6s;
  max-height: 600px !important;
}
.list_history ul li:not(:last-child) .right {
  margin-bottom: 5rem;
}
.list_history ul li .left {
  text-align: center;
  width: 7rem;
}
.list_history ul li .left .icon {
  width: 100%;
  height: 7rem;
  border-radius: 50%;
  border: 0.375rem solid #D1D1D1;
}
.list_history ul li .left .icon img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.list_history ul li .left .year {
  color: #003D86;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 0.3125rem;
}
.list_history ul li .right {
  width: calc(100% - 7rem);
  padding-left: 7.8125rem;
}
.list_history ul li .right > div {
  position: relative;
  padding: 20px;
  color: #333;
  border: none;
  border-left: 5px solid #acacac;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-left: 5px solid #D1D1D1;
}
.list_history ul li .right > div .name {
  color: #828282;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: none;
  line-height: 45px;
  padding: 5px 0;
  position: relative;
  cursor: pointer;
}
.list_history ul li .right > div .name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.875rem;
  border-top: 1.25rem solid transparent;
  border-bottom: 1.25rem solid transparent;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid #CFCFCF;
}
.list_history ul li .right > div .name::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7rem;
  width: 1.375rem;
  height: 1.375rem;
  border: 2px solid #D1D1D1;
  border-radius: 50%;
  background: #ededed;
}
.list_history ul li .right > div p {
  font-size: 18px;
  max-height: 0;
  overflow: hidden;
  color: transparent;
  color: rgba(0, 0, 0, 0);
  text-align: left;
  margin-bottom: 0;
  -webkit-transition: max-height 0.5s linear, color 0.3s linear;
  -moz-transition: max-height 0.5s linear, color 0.3s linear;
  -o-transition: max-height 0.5s linear, color 0.3s linear;
  -ms-transition: max-height 0.5s linear, color 0.3s linear;
  transition: max-height 0.5s linear, color 0.3s linear;
}
.list_history ul li .right > div p img {
  margin-top: 15px;
}
.karriere_two p {
  color: #828282;
  font-size: 1rem;
}
.karriere_two p a {
  color: #828282;
}
.karriere_two .name {
  color: #828282;
  font-size: 1rem;
  font-style: italic;
}
.karriere_two .mb1rem {
  margin-bottom: 1rem;
}
.dian {
  position: relative;
  padding-left: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #666666;
}
.dian::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #666;
}
.margin_p_10 p {
    margin-bottom: 1rem;
}
.jmexpert_two  .li.pt55 {
    padding-top: 3.75rem;
}
.jmexpert_two  .li .icon{
    width: 3.125rem;
    height: 3.125rem;
    border: 1px solid #003d86;
    display: flex;
    align-items:  center;
    justify-content: center;
    font-size: 1.5rem;
    color: #003d86;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
}