@charset "UTF-8";
/* 头部 */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

a {
  color: #000;
}

a:hover {
  color: #b73326;
}

.header-1 {
  width: 100%;
  background: #fff;
  height: auto;
  position: relative;
  z-index: 99;
  top: 0;
  box-shadow: 0 0 7px 0 #ececec;
}

.navbar-brand-img {
  max-width: 100%;
}

.h-title {
  font-size: 16px;
}

.h-titlep {
  font-size: 12px;
  letter-spacing: 0;
  color: #666666;
  text-transform: uppercase;
}

.Header {
  width: 1725px;
  max-width: 100%;
}

.header-hh {
  width: 700px;
  margin-left: auto;
  font-size: 18px;
  max-width: 100%;
}

.lang-c {
  width: 50px;
  display: block;
  border-bottom-left-radius: 20px;
  border: 1px solid #f0f0f0;
  border-top-left-radius: 20px;
  text-align: center;
  font-size: 14px;
}

.lang-e {
  width: 50px;
  display: block;
  border-bottom-right-radius: 20px;
  border: 1px solid #f0f0f0;
  border-top-right-radius: 20px;
  text-align: center;
  font-size: 14px;
}

.lang-c:hover {
  background: #B73326;
  border: 1px solid #fff;
  color: #fff !important;
}

.lang-e:hover {
  background: #B73326;
  border: 1px solid #fff;
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-item {
  position: relative;
  font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem 1rem;
  transition: 0.4s padding ease-in-out;
  text-align: center;
  color: #000;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
}

.navbar-light .navbar-nav .nav-link p {
  font-size: 12px;
  color: #707070;
}

.Header .navbar-nav .nav-item.active, .Header .navbar-nav .nav-item:hover {
  background-color: #b73326;
}
.Header .navbar-nav .nav-item.active a.nav-link, .Header .navbar-nav .nav-item.active p, .Header .navbar-nav .nav-item:hover a.nav-link, .Header .navbar-nav .nav-item:hover p {
  color: #fff;
}
.Header .navbar-nav .nav-l .dropdown-item {
  float: left;
}

.nav-link .icon-up {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: -6px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
}

.headroom--not-top .header-1 {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    margin-right: 0.2rem;
  }

  .dropdown-toggle::after {
    display: none;
  }
}
.cur {
  background: #B73326;
  color: #fff !important;
}

.dropdown {
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .dropdown-menu, .navbar-expand-lg .navbar-nav .nav-item:nth-child(5) .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown-menu {
  background-color: #fff;
  display: block;
  width: auto;
  padding: 5px 0px;
  position: absolute;
  left: 0;
  top: 130%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
  min-width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 14px;
}
.dropdown-menu .dropdown-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:hover {
  background-color: #b73326;
  color: #fff;
}

.navbar-nav > li:hover > .dropdown-menu,
.dropdown:hover > .dropdown-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1440px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

  .lang-e, .lang-c {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
  }
}
.navbar-light .navbar-toggler {
  border: 0;
  outline: 0;
}

.navbar-collapse-after {
  display: none;
  opacity: 0;
  transition: 1s all ease-in-out;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    display: none;
  }

  .nav-link .icon-up, .navbar-light .navbar-nav .nav-link p {
    display: none;
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: 1px solid #f3f3f3;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left !important;
  }

  .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
  }

  .Header .navbar-collapse {
    position: fixed;
    z-index: 999;
    display: block;
    opacity: 1;
    top: 0px;
    background-color: white;
    width: 70%;
    left: -70%;
    height: 100vh;
    transition: 0.3s all ease-in;
  }
  .Header .navbar-collapse .navbar-nav, .Header .navbar-collapse .header-language {
    position: relative;
    z-index: 10;
  }
  .Header .navbar-collapse:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 8;
    width: 100%;
    height: 100vh;
  }
  .Header .navbar-collapse.show {
    left: 0;
  }
  .Header .navbar-collapse.show .navbar-collapse-after {
    display: block;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 7;
    opacity: 1;
  }
}
.title p {
  font-size: 14px;
}

.h1title {
  font-size: 36px;
  transition: 0.4s all ease-in-out;
  height: 50px;
  line-height: 50px;
}
.h1title:hover {
  font-size: 30px;
}

.h1title p {
  color: #999999;
}

.index-1 {
  background: url(../images/in-pro-bg.jpg) no-repeat center center/cover;
}

.card-img-top {
  background: #f8f8f8;
}

.card-img-top:hover {
  background: #fff;
  cursor: pointer;
}

.swiper-slide:hover .card-title {
  color: #B73326;
}

.icon-xiangyoujiaohuan {
  font-size: 40px !important;
}

.se-img {
  position: relative;
}

.se-img_ {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.icon-jia {
  font-size: 50px !important;
  color: #f3f3f3;
  font-weight: lighter;
}

.se-img:hover .se-img_ {
  display: flex;
}

.index-2 {
  background: url(../images/server-bg.jpg) no-repeat center;
  background-size: cover;
}

.index-2 .card-body {
  background: #f8f8f8;
  cursor: pointer;
}

.index-2 .card:hover .card-body {
  background: #fff;
}

.index-2 .card:hover .card-title {
  color: #B73326;
}

.index-2 .card:hover .se-img_ {
  display: flex;
}

.index-2 .card:hover .icon-xiangyoujiaohuan {
  color: #B73326;
}

.in2-item .card:hover {
  box-shadow: 0 0 15px 0 #e6e6e6;
}

.in2-item .card .card-title {
  font-weight: bold;
  padding: 5% 0;
}

.in2-item .card .card-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 4%;
}

.bigimg {
  border: 1px solid #ddd;
}
.bigimg h4 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bigimg p {
  padding-bottom: 1rem;
}

.index-3 {
  background: #f8f8f8;
}

.index-3 .qiu {
  color: #B73326;
}

.index-3 .in3-item ul {
  cursor: pointer;
}

.index-3 .in3-news-r h5 {
  font-size: 18px;
}

.index-3 .in3-news-r p {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-3 .in3-news-sub {
  transition: all 0.9s ease;
  border-bottom: 1px dashed #ddd;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.index-3 .in3-news-sub:hover {
  background: #fff;
  box-shadow: 0 0 14px 0 #e6e6e6;
}

.index-3 .in3-news-sub:hover .in3-news-l {
  color: #B73326;
}

.index-3 .in3-news-sub:hover h5 {
  color: #B73326;
}

.index-3 .in3-news-sub:hover p {
  color: #000;
}

@media (max-width: 1400px) {
  .bigimg h4 {
    font-size: 20px;
  }
  .bigimg p {
    font-size: 14px;
  }

  .index-3 .in3-news-sub {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .index-3 .in3-news-sub .in3-news-l h3 {
    font-size: 18px;
  }
  .index-3 .in3-news-sub .in3-news-l p {
    font-size: 14px;
  }
  .index-3 .in3-news-sub .in3-news-r h5 {
    font-size: 16px;
  }
}
.index-4 .icon-zu {
  font-size: 28px;
}

.index-4 .icon-taiyangnengdianchi {
  font-size: 28px;
}

.index-4 .icon-gongchang {
  font-size: 28px;
}

.index-4 .icon-huanbaoheziyuan {
  font-size: 28px;
}

.index-4 .icon-zhihuihuanbao_gongchang {
  font-size: 28px;
}

.index-4 .icon-gaotieyunhangcopy {
  font-size: 28px;
}

.index-4 .icon-shiyouhuagong {
  font-size: 28px;
}

.index-4 .icon-kuangshanjixie {
  font-size: 28px;
}

.index-4 .icon-chuanbo {
  font-size: 28px;
}

.index-4 ul {
  line-height: 70px;
  cursor: pointer;
}

.index-4 ul li {
  padding: 0 10px;
}

.index-4 .qiu_1 {
  color: #B73326;
}

.index-4 .qiu_1 span {
  border-bottom: 1px solid #B73326;
}

.index-4 .in-4-img {
  position: relative;
}

.index-4 .in-4-img_ {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: rgba(211, 4, 4, 0.5);
  color: #fff;
  display: none;
}

.index-4 .in-4-img_ a {
  display: inline-block;
  border: 1px solid #fff;
  margin: 10px auto;
  padding: 3px 15px;
  color: #fff !important;
  font-size: 14px;
}

.index-4 .in-4-img:hover .in-4-img_ {
  display: flex;
}

.index-4 {
  /*margin-bottom: 80px;*/
}

@media (max-width: 1400px) {
  .index-4 ul li {
    font-size: 14px;
  }
}
.footer-top {
  background: #f8f8f8;
}

.footer-top .footer-he {
  border-bottom: 1px solid #ddd;
}

.ul-title li {
  font-size: 20px;
}

.ul-subtitle {
  padding: 16px 0;
}

.ul-subtitle li {
  font-size: 16px;
}

.ul-subtitle li a {
  color: #666;
  font-size: 14px;
  line-height: 2.5;
}

.wc-title {
  font-size: 20px;
}
@media (max-width: 576px) {
  .wc-title {
    font-size: 14px;
  }
}

@media (max-width: 1400px) {
  .ul-title li, .wc-title {
    font-size: 16px;
  }

  .footer-tel p, .footer-tel a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .footer-tel {
    font-size: 14px;
  }
  .footer-tel img {
    max-width: 50px;
  }
}
/* .footer-tel-txt{justify-content: center;} */
.footer-bottom {
  background: #B73326;
}

.footer-bottom a, .footer-bottom p {
  font-size: 12px;
  color: #e35a4a;
}

.bju {
  padding-right: 70px;
}

#totop {
  position: fixed;
  right: 15px;
  bottom: 8%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 1;
  z-index: 100020;
  display: none;
  width: 3rem;
  height: 3rem;
  background-color: #b73326;
  padding: 0.7rem 1rem;
  cursor: pointer;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
}

#totop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #b73326;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  border-radius: 0;
}

#totop:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  -webkit-animation: ripple 2s ease-out infinite;
  -moz-animation: ripple 2s ease-out infinite;
  -o-animation: ripple 2s ease-out infinite;
  animation: ripple 2s ease-out infinite;
  opacity: 0;
  background: #b73326;
  border-radius: 0;
}

#totop:hover,
#totop:focus {
  background-color: #b73326;
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
.pro-swp .swiper-button-next, .pro-swp .swiper-button-prev {
  top: 40%;
}
.swiper-container-pro {
  width: 90%;
  margin: auto;
}
.swiper-container-pro .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-container-pro .card-img-top {
  background: #f8f8f8;
  max-height: 440px;
  width: auto;
  max-width: 100%;
  border: 1px solid #f3f3f3;
  border-radius: 0;
}

.swiper-container-pro .card-title {
  font-weight: bold;
  font-size: 20px;
}

.swiper-container-pro .card-text {
  color: #666;
}

.swiper-container-pro .jiant {
  display: none;
}

.swiper-container-pro:hover .jiant {
  display: block;
}

.swiper-button-next-pro {
  color: #ddd;
}

.swiper-button-prev-pro {
  color: #ddd;
}

.b-txt {
  position: relative;
}

.b-text {
  position: absolute;
  top: 30%;
  left: 30%;
  bottom: 0;
  right: 0;
  transform: translate(-30% -30%);
}

.b-text h1 {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
}

.b-text p {
  font-size: 60px;
  color: #B73326;
  padding-left: 80px;
}

.swiper-container-banner {
  margin-top: 93px;
}

#productCon article {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
  .ewmimg {
    margin-top: 56px;
  }
}
@media (max-width: 1440px) {
  #productCon .card-title {
    font-size: 17px;
  }

  #home-slide .ban-details a.btn1 {
    font-size: 14px;
  }

  .h-title {
    font-size: 16px;
  }

  .h-titlep {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .header-hh {
    width: auto;
  }
}
@media (max-width: 768px) {
  .ewmimg {
    margin-top: 50px;
  }

  .swiper-container-banner {
    margin-top: 70px;
  }

  .bju {
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .navbar-brand-img {
    max-width: 100%;
    height: 35px;
  }

  .index-4 ul li {
    width: 50%;
  }

  .headline ul {
    flex-wrap: wrap;
    width: 100%;
  }

  .index-4 .title h1 {
    text-align: center;
  }

  .index-4 .title p {
    /*text-align: center;*/
  }

  .ewmimg {
    margin-top: 50px;
  }
}
/*20210106*/
#pagination .page-link {
  margin: 0 3px;
  color: #b73326;
}
#pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #b73326;
  border-color: #b73326;
}

.detail-1 img {
  max-width: 100%;
}

.index-3 h4, .index-3 .in3-news-r h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
  .b-text p {
    font-size: 20px;
  }

  .header-hh {
    width: auto;
  }

  .h-title {
    display: none;
  }

  .swiper-button-next-banner, .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
  }

  .h1title {
    font-size: 22px;
  }

  .index-3 h4 {
    font-size: 16px;
    margin-top: 10px;
  }

  .index-3 .detail p {
    font-size: 14px;
  }

  .index-3 .in3-news-r h5 {
    font-size: 16px;
    line-height: 1.5;
  }

  .index-3 .detail .in3-news-r p {
    font-size: 12px;
  }

  .in3-news-l h3, .in2-item .card .card-title {
    font-size: 16px;
  }

  .swiper-container-pro .card-title {
    font-size: 18px;
  }

  .swiper-container-pro .card-text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .nav-r {
    display: none;
  }

  .navbar-light .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: calc(100% - 1rem - 70px);
  }
  .headroom--top .navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  footer .ul-title {
    display: none !important;
  }
}
/*2021-3-6*/
@font-face {
  font-family: "iconfont";
  /* project id 2403887 */
  src: url("https://at.alicdn.com/t/font_2403887_zdnnneg7f7a.eot");
  src: url("https://at.alicdn.com/t/font_2403887_zdnnneg7f7a.eot?#iefix") format("embedded-opentype"), url("https://at.alicdn.com/t/font_2403887_zdnnneg7f7a.woff2") format("woff2"), url("https://at.alicdn.com/t/font_2403887_zdnnneg7f7a.woff") format("woff"), url("https://at.alicdn.com/t/font_2403887_zdnnneg7f7a.ttf") format("truetype"), url("https://at.alicdn.com/t/font_2403887_zdnnneg7f7a.svg#iconfont") format("svg");
}
.container {
  width: 1400px;
  max-width: 90%;
  padding: 0;
}

.img-hover {
  overflow: hidden;
}
.img-hover img {
  transition: 0.4s all ease-in-out;
}
.img-hover:hover img {
  transform: scale(1.1);
}

.bg-f8f8f8 {
  background-color: #f8f8f8;
}

.c-333 {
  color: #333;
}

.c-666 {
  color: #666;
}

.c-999 {
  color: #999;
}

.f-14 {
  font-size: 14px;
}

.f-18 {
  font-size: 18px;
}

.bann .bann-img {
  width: 100%;
  min-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.bann .bann-info {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.bann .bann-info .bann-title {
  margin-bottom: 0;
}
.bann .bann-info .bann-title:after {
  content: "";
  width: 3rem;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 1rem;
}
@media (max-width: 1200px) {
  .bann .bann-info .bann-title {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .bann .bann-info .bann-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .bann .bann-info .bann-title {
    font-size: 18px;
  }
}

#menu {
  border-bottom: 1px solid #d2d2d2;
}
#menu .menu_swiper .swiper-slide {
  width: auto;
}
#menu .menu_swiper a {
  color: #999;
  font-size: 1rem;
  background-color: transparent;
  display: inline-block;
  padding: 0.8rem 1.5rem;
}
#menu .menu_swiper a:hover {
  background-color: #b73326;
  color: #fff;
}
#menu .menu_swiper .active > a {
  background-color: #b73326;
  color: #fff;
}
@media (max-width: 767px) {
  #menu .menu_swiper a {
    padding: 0.3rem 1.2rem;
    font-size: 14px;
  }
}
#menu .location {
  font-size: 14px;
  color: #999999;
}
#menu .location span {
  color: #333;
}
#menu .location a {
  color: #999999;
}
#menu .location a.nowLocation, #menu .location a:hover {
  color: #333333;
}

#menu-left {
  max-width: 100%;
  z-index: 5;
  transition: 0.5s all ease-in-out;
}
#menu-left h4 {
  background: url("../images/tit_bg.jpg") no-repeat center;
  line-height: 120px;
  background-size: cover;
}
@media (max-width: 768px) {
  #menu-left h4 {
    display: none;
  }
}
#menu-left .menu_left_item {
  background-color: #e8e8e8;
  margin-bottom: 0.5rem;
}
#menu-left .menu_left_item.menu_left_item_open {
  background-color: #fff;
  box-shadow: 0 5px 9px 0 #ccc;
}
#menu-left .menu_left_item a {
  font-size: 1rem;
  padding: 0.5rem 0;
}
#menu-left .menu_left_item h5 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  align-items: center;
}
#menu-left .menu_left_item .menu_left_btn {
  cursor: pointer;
}
#menu-left .menu_left_item .menu_left_btn .icon1 {
  display: block;
}
#menu-left .menu_left_item .menu_left_btn .icon2 {
  display: none;
}
#menu-left .menu_left_item .menu_left_btn.menu_left_open .icon1 {
  display: none;
}
#menu-left .menu_left_item .menu_left_btn.menu_left_open .icon2 {
  display: block;
}
#menu-left .menu_left_item .menu_left_ul {
  display: none;
}
#menu-left .menu_left_item .menu_left_ul li {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #eaeaea;
}
#menu-left .menu_left_item .menu_left_ul li:last-child {
  border: 0;
}
#menu-left .menu_left_item .menu_left_ul a {
  display: block;
}
#menu-left .menu_left_item .menu_left_ul a.active, #menu-left .menu_left_item .menu_left_ul a:hover {
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, #bb3629 0%, #df5143 100%);
  background-image: -webkit-linear-gradient(90deg, #bb3629 0%, #df5143 100%);
  background-image: -ms-linear-gradient(90deg, #bb3629 0%, #df5143 100%);
  color: #fff;
}
#menu-left.menu_left_fixed .menu_left_item a {
  font-size: 16px;
  padding: 0;
}
#menu-left.menu_left_fixed h4 {
  display: none;
}
@media (min-width: 1400px) {
  #menu-left {
    min-width: 280px;
  }
}
@media (max-width: 1300px) {
  #menu-left .menu_left_item a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  #menu-left .menu_left_item a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #menu-left .menu_left_item a {
    font-size: 14px;
    padding: 0;
  }
}

.h2title {
  margin-bottom: 3rem;
  color: #1e1e1e;
  font-size: 36px;
}
@media (max-width: 1400px) {
  .h2title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .h2title {
    font-size: 24px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .h2title {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 567px) {
  .h2title {
    font-size: 18px;
  }
}
.h2title:before, .h2title:after {
  content: "";
  width: 3vw;
  height: 1px;
  background-color: #1e1e1e;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}
.h2title:after {
  margin-left: 1rem;
  margin-right: 0;
}

.swiper-button-next, .swiper-button-prev {
  outline: 0 !important;
}

.news_img {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  display: block;
}
.news_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s all ease-in-out;
  width: 100%;
}
.news_img:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.hot_news .hot_news-50 {
  width: 50%;
}

.news_info .news_info_title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_info .news_info_date {
  color: #999999;
  font-size: 14px;
}
.news_info .news_info_date:after {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #999;
  margin-top: 3vw;
  display: block;
  margin-bottom: 2rem;
}
.news_info .news_info_article {
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_info .news_more {
  transition: 0.4s all ease-in-out;
}
.news_info .news_more:hover svg path {
  fill: #b73326;
}

.news_list .news_list_item {
  width: 32%;
  margin-right: 2%;
}
.news_list .news_list_item:nth-child(3n) {
  margin-right: 0;
}
.news_list .news_list_item:hover {
  box-shadow: 0 0 9px 0 #ccc;
}

.news_details_content p {
  margin-bottom: 0;
}
.news_details_content img {
  max-width: 100%;
}

.news_details_footer a {
  background-color: #f8f8f8;
  color: #999999;
  font-size: 14px;
}
.news_details_footer a:hover {
  background-color: #b73326;
  color: #fff;
}

@media (max-width: 767px) {
  .news_details .news_details_title h2 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  #menu {
    margin-top: 1rem;
  }

  .hot_news .hot_news-50 {
    width: 100%;
  }

  .news_list .news_list_item {
    width: 100%;
    margin-right: 0;
  }
}
.about-i .about-b {
  font-weight: bolder;
  color: #b73326;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .about-i .about-b {
    font-size: calc(1.1rem + 1.2vw);
  }
}

#about-1 article {
  line-height: 2;
}
#about-1 .couter-con {
  border-right: 1px solid #dcdcdc;
}
@media (max-width: 991.98px) {
  #about-1 .couter-con {
    border-right: 0;
    margin-bottom: 1rem;
  }
}
#about-1 .couter-con p {
  color: #181818;
  font-size: 16px;
}
#about-1 .couter-con .p1 {
  color: #b73326;
}
#about-1 .couter-con .p1 span {
  font-size: 5rem;
}
@media (max-width: 1200px) {
  #about-1 .couter-con .p1 span {
    font-size: calc(1.4rem + 4.8vw);
  }
}
#about-1 .couter-con .p2:before {
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #181818;
  display: block;
  margin: 1rem auto;
}

#about-2 .philosophy-item .philosophy-item-info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#about-2 .philosophy-item .philosophy-item-info h4:after {
  content: "";
  width: 1.5rem;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
  display: block;
  margin: 1rem auto;
}
#about-2 .philosophy-item .philosophy-item-info > div {
  height: 10rem;
}
@media (max-width: 992px) {
  #about-2 .philosophy-item .philosophy-item-info > div {
    height: auto;
  }
}
#about-2 .philosophy-item:hover .philosophy-item-info {
  background: url("../images/jca.png") no-repeat right bottom #b73326;
}
@media (max-width: 576px) {
  #about-2 .philosophy-item .philosophy-item-info {
    position: relative;
    background-color: #b73326;
  }
  #about-2 .philosophy-item .philosophy-item-info h4 {
    font-size: 18px;
  }
}

#about-3 .culture-item {
  width: 25%;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  position: relative;
}
#about-3 .culture-item * {
  transition: 0.5s all ease-in-out;
}
#about-3 .culture-item p {
  margin-left: 1rem;
  display: none;
  transition: 0.5s all ease-in-out;
}
#about-3 .culture-item .h3:before {
  content: "";
  height: 1.2rem;
  width: 1px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
#about-3 .culture-item .card-img-top img {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
#about-3 .culture-item .card-body {
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  #about-3 .culture-item:hover {
    width: 50%;
  }
  #about-3 .culture-item:hover p {
    display: block;
  }
}
@media (max-width: 991.98px) {
  #about-3 .culture-item {
    width: 100%;
  }
  #about-3 .culture-item p {
    display: block;
  }
}
@media (max-width: 576px) {
  #about-3 .culture-item .card-img-top img {
    width: 100%;
  }
  #about-3 .culture-item .h3 {
    font-size: 18px;
  }
}

#about-4 .swiper-honor {
  width: 90%;
  margin: auto;
}
#about-4 .swiper-button-next, #about-4 .swiper-button-prev {
  opacity: 1;
}
#about-4 .swiper-button-next:after, #about-4 .swiper-button-prev:after {
  font-size: 1.875rem;
  color: #e3e3e3;
}
@media (max-width: 1200px) {
  #about-4 .swiper-button-next:after, #about-4 .swiper-button-prev:after {
    font-size: calc(1.0875rem + 1.05vw);
  }
}
#about-4 .swiper-button-next:hover:after, #about-4 .swiper-button-prev:hover:after {
  color: #b73326;
}
#about-4 .honor-item {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}
#about-4 .honor-item:hover {
  box-shadow: 0 0 9px 0 #ccc;
}
#about-5 .join-con .join-con_header {
  background-color: #515151;
}
@media (max-width: 767px) {
  #about-5 .join-con .join-con_tit {
    font-size: 14px;
  }
}
#about-5 .join-con .join-icon_btn {
  cursor: pointer;
}
#about-5 .join-con .join-icon_btn i {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  #about-5 .join-con .join-icon_btn i {
    font-size: calc(1.0375rem + 0.45vw);
  }
}
#about-5 .join-con .join-icon_btn .icon1 {
  display: block;
}
#about-5 .join-con .join-icon_btn .icon2 {
  display: none;
}
#about-5 .join-con .join-icon_btn.join-icon_btn_click .icon1 {
  display: none;
}
#about-5 .join-con .join-icon_btn.join-icon_btn_click .icon2 {
  display: block;
}
#about-5 .join-con .join-con_display {
  display: none;
}

#map .contact-info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(183, 51, 38, 0.9);
  z-index: 999999;
}
#map .contact-info h2:before {
  content: "";
  width: 1px;
  height: 1.2rem;
  display: inline-block;
  margin-right: 2.8rem;
  background-color: #fff;
  vertical-align: middle;
  margin-bottom: 0.3rem;
}
#map .contact-info .contact-info_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#map .contact-info .contact-info_item i {
  margin-right: 1rem;
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  #map .contact-info .contact-info_item i {
    font-size: calc(1.125rem + 1.5vw);
  }
}
#map .contact-info .contact-info_item:last-child {
  border: 0;
}
#map .contact-info a {
  color: #fff;
}
#map .contact-info a:hover {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  #map .contact-info {
    position: relative;
  }
  #map .contact-info h2 {
    font-size: 16px;
  }
  #map .contact-info h2:before {
    content: "";
    width: 1px;
    height: 1.2rem;
    display: inline-block;
    margin-right: 2rem;
  }
  #map .contact-info p {
    font-size: 14px;
  }
}

#serviceCon ._serviceTitle {
  background: url("../images/solution_tit_bg.jpg") no-repeat center;
  background-size: cover;
  height: 120px;
  color: #595959;
  display: flex;
}
@media (max-width: 767px) {
  #serviceCon ._serviceTitle {
    height: 80px;
  }
}

.solution_con .solution_con-info h5:before {
  content: "";
  width: 2px;
  height: 0.8rem;
  background-color: #b73326;
  display: inline-block;
  margin-right: 1rem;
}

.download_con .download_con-tit {
  border-bottom: 1px solid #d2d2d2;
}
.download_con .download_con-tit span {
  color: #979797;
  background-color: #e8e8e8;
  font-weight: bold;
  line-height: 60px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}
.download_con .download_con-tit span:after {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid #e8e8e8;
  border-right: 30px solid transparent;
  border-left: 30px solid #e8e8e8;
  display: inline-block;
  position: absolute;
  right: -60px;
  top: 0;
}
.download_con ul li a {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px dashed #e6e6e6;
  font-size: 14px;
  align-items: center;
}
.download_con ul li a:hover svg path {
  fill: #b73326;
}
.download_con ul li:last-child a {
  border: 0;
}
.download_con:hover .download_con-tit {
  border-bottom: 1px solid #b73326;
}
.download_con:hover .download_con-tit span {
  color: #fff;
  background-color: #b73326;
}
.download_con:hover .download_con-tit span:after {
  content: "";
  border-bottom: 30px solid #b73326;
  border-left: 30px solid #b73326;
}
.download_con:hover ul {
  box-shadow: 0 0 9px 0 #ccc;
}

#feedback label {
  font-size: 14px;
  color: #333;
}
#feedback .form-control {
  font-size: 14px;
  background-color: #eeeeee;
  border-radius: 0;
}
#feedback .btn-submit {
  font-size: 14px;
  background-color: #b73326;
  color: #fff;
}
#feedback .btn-submit:hover {
  background-color: #ce4437;
}

@media (max-width: 767px) {
  #productCon {
    padding: 0;
  }
}
#productCon img {
  width: 100%;
}
#productCon a.btn-link {
  border-radius: 0;
  border: 1px solid #adadad;
}
#productCon a.btn-link:hover {
  background-color: #b73326;
  color: #fff;
  border: 1px solid #b73326;
}
#productCon a.btn-link:hover svg path {
  stroke: #fff;
}
@media (max-width: 767px) {
  #productCon .card .card-title a {
    font-size: 18px;
  }
}
#productCon .card:hover {
  box-shadow: 0 0 9px 0 #ccc;
}
@media (max-width: 576px) {
  #productCon .card .card-title a {
    font-size: 16px;
  }
}

#productDetails {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 992px) {
  #productDetails {
    width: 75%;
  }
}
#productDetails .proleft {
  width: 100%;
}
@media (min-width: 992px) {
  #productDetails .proleft {
    width: 360px;
  }
}
#productDetails .proright {
  width: 100%;
}
@media (min-width: 992px) {
  #productDetails .proright {
    width: calc(100% - 360px);
  }
}
#productDetails .btn-link {
  border-radius: 0;
  background-image: -moz-linear-gradient(90deg, #bb3629 0%, #df5143 100%);
  background-image: -webkit-linear-gradient(90deg, #bb3629 0%, #df5143 100%);
  background-image: -ms-linear-gradient(90deg, #bb3629 0%, #df5143 100%);
  color: #fff;
}
#productDetails .pdts_ul ul {
  background-color: #eeeeee;
}
#productDetails .pdts_ul ul li a {
  font-size: 14px;
  display: inline-block;
  line-height: 60px;
  color: #333;
  position: relative;
}
#productDetails .pdts_ul ul li.active a {
  background-color: #b73326;
  color: #fff;
}
#productDetails .pdts_ul ul li.active a:after {
  content: "";
  border-top: 40px solid transparent;
  border-bottom: 20px solid #b73326;
  border-right: 10px solid transparent;
  border-left: 20px solid #b73326;
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 0;
}
#productDetails .pdts_con img {
  max-width: 100%;
}
#productDetails .pdts_con .pdts_con_item {
  display: none;
}

@media (max-width: 991px) {
  #productDetails .pdts_ul ul li a {
    line-height: 40px;
  }

  #productDetails .pdts_ul ul li.active a:after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid #b73326;
    border-right: 10px solid transparent;
    border-left: 10px solid #b73326;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0;
  }
}
.jqzoom {
  float: left;
  border: none;
  position: relative;
  padding: 0;
  cursor: pointer;
  margin: 0;
  display: block;
}

.jqzoom img {
  width: 100%;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 350px;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  text-align: center;
  overflow: hidden;
  display: none !important;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}

.spec-preview {
  width: 350px;
  height: 350px;
  border: 1px solid #dfdfdf;
}

.spec-scroll {
  clear: both;
  margin-top: 1rem;
  width: 352px;
}

.spec-scroll .prev {
  float: left;
  margin-right: 4px;
}

.spec-scroll .next {
  float: right;
}

.spec-scroll .prev, .spec-scroll .next {
  display: block;
  font-family: 宋体;
  text-align: center;
  width: 10px;
  height: 54px;
  line-height: 54px;
  /* border: 1px solid #ccc; */
  /* background: #ebebeb; */
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .spec-scroll .prev, .spec-scroll .next {
    font-size: calc(1.075rem + 0.9vw);
  }
}

.spec-scroll .items {
  float: left;
  position: relative;
  width: 322px;
  height: 56px;
  overflow: hidden;
}

.spec-scroll .items ul {
  position: absolute;
  width: 999999px;
  height: 56px;
}

.spec-scroll .items ul li {
  float: left;
  width: 64px;
  text-align: center;
}

.spec-scroll .items ul li img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.spec-scroll .items ul li img:hover {
  box-shadow: 0 0 4px 0 #ccc;
}

@media (max-width: 991px) {
  .spec-preview {
    margin: auto;
    max-width: 100%;
    height: auto;
  }

  .spec-scroll {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .spec-scroll .items {
    width: calc(100% - 24px);
  }
}
.calcul_con .calcul_con-tit .span1 {
  color: #555;
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .calcul_con .calcul_con-tit .span1 {
    font-size: calc(1.075rem + 0.9vw);
  }
}
.calcul_con .calcul_con-tit .span2 {
  color: #b73326;
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  .calcul_con .calcul_con-tit .span2 {
    font-size: calc(1.0375rem + 0.45vw);
  }
}
.calcul_con .calcul_con-tit-a {
  color: #b73326;
}

.tx-cronstegoberechnung-pi1 .ok {
  border: 1px solid gray;
}

.tx-cronstegoberechnung-pi1 .error {
  border: 1px solid red;
  color: red;
  background-color: #FFFFFF;
}

.tx-cronstegoberechnung-pi1 input.readonly {
  color: black;
  border: 0 none;
  font-weight: bold;
  background-color: #eee;
}

.tx-cronstegoberechnung-pi1 .hidden {
  display: none;
}

.tx-cronstegoberechnung-pi1 .hidden-popup {
  display: none;
  position: absolute;
}

.tx-cronstegoberechnung-pi1 ul.tab-navigation {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.tx-cronstegoberechnung-pi1 li.tabselect {
  display: inline-block;
  float: left;
  padding: 2px 5px;
  border: 1px solid #E5E5E5;
}

.tx-cronstegoberechnung-pi1 li.tabselect a {
  text-transform: uppercase;
  font-family: Klavika, sans-serif;
}

.tx-cronstegoberechnung-pi1 li.tabselect a:hover {
  text-decoration: none;
}

.tx-cronstegoberechnung-pi1 li.tabselect-act {
  background-color: #CC1177;
}

.tx-cronstegoberechnung-pi1 li.tabselect-act a {
  color: #E5E5E5;
  text-decoration: none;
}

.tx-cronstegoberechnung-pi1 div.tabcontent {
  border: 1px solid #E5E5E5;
}

.tx-cronstegoberechnung-pi1 div.tabcontent-maincontent {
  padding: 0px 10px 10px 10px;
}

.tx-cronstegoberechnung-pi1 div.tabcontent-container {
  min-height: 500px;
}

/* avoid jumps on tab switch */
.tx-cronstegoberechnung-pi1 div.config {
  background-color: #EEEEEE;
  border: 1px solid #E5E5E5;
  padding: 5px 10px;
}

.tx-cronstegoberechnung-pi1 legend {
  font-family: Klavika, sans-serif;
  text-transform: uppercase;
  color: #CC1177;
}

td.tx_cronstegoberechnung_position-cell {
  padding: 0px 15px 15px 0px;
}

div.tx_cronstegoberechnung_positionimage-1 {
  height: 165px;
}

div.tx_cronstegoberechnung_positionimage-2 {
  height: 156px;
}

div.tx_cronstegoberechnung_positionimage-3 {
  height: 121px;
}

div.tx_cronstegoberechnung_positionimage-4 {
  height: 158px;
}

input.tx_cronstegoberechnung_position {
  float: left;
}

.tx_cronstegoberechnung_position-label {
  padding-left: 20px;
}

.modeselection label {
  font-weight: bold;
  color: #8B0000;
  margin: 15px 0px 10px;
}

span.berechnung-sdu {
  display: inline-block;
  width: 2.5em;
}

select.tx_cronstegoberechnung_pi1_distscale {
  width: 240px;
}

select.tx_cronstegoberechnung_pi1_tempscale {
  width: 100px;
}

input#tx_cronstegoberechnung_pi1_zip {
  width: 50px;
}

input#tx_cronstegoberechnung_pi1_city {
  width: 148px;
}

.tx-cronstegoberechnung-pi1 .required {
  padding-top: 10px;
}

.tx-cronstegoberechnung-pi1 .input-checkbox {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 1px 0 0 0;
  border: 1px solid #c7c7c7;
  border-radius: 1px;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

.tx-cronstegoberechnung-pi1 .input-checkbox.error {
  border-color: red;
}

.tx-cronstegoberechnung-pi1 .input-checkbox:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml;utf8,%3C%3Fxml%20version%3D'1.0'%20encoding%3D'UTF-8'%3F%3E%3Csvg%20width%3D'110px'%20height%3D'110px'%20viewBox%3D'0%200%20110%20110'%20version%3D'1.1'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cg%20fill%3D'none'%20stroke%3D'black'%20stroke-width%3D'20'%3E%3Cpath%20stroke-linecap%3D'round'%20d%3D'M10%2055%20L40%20100%20L100%2010'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.tx-cronstegoberechnung-pi1 ul.tab-navigation {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.tx-cronstegoberechnung-pi1 li {
  line-height: 17px;
}

.tx-cronstegoberechnung-pi1 li.tabselect {
  display: inline-block;
  float: left;
  padding: 2px 5px;
  border: 1px solid #E5E5E5;
}

.tx-cronstegoberechnung-pi1 li.tabselect-act {
  background-color: #b73326;
}

.tx-cronstegoberechnung-pi1 li.tabselect a {
  text-transform: uppercase;
  font-family: Klavika, sans-serif;
  font-size: 12px;
}

.tx-cronstegoberechnung-pi1 li.tabselect-act a {
  color: #E5E5E5;
  text-decoration: none;
}

.tx-cronstegoberechnung-pi1 div.tabcontent-container {
  min-height: 500px;
}

.tx-cronstegoberechnung-pi1 div.tabcontent {
  border: 1px solid #E5E5E5;
}

.tx-cronstegoberechnung-pi1 .hidden {
  display: none;
}

.tx-cronstegoberechnung-pi1 div.config {
  background-color: #EEEEEE;
  border: 1px solid #E5E5E5;
  padding: 5px 10px;
}

.tx-cronstegoberechnung-pi1 div.tabcontent-maincontent {
  padding: 0px 10px 10px 10px;
}

select.tx_cronstegoberechnung_pi1_distscale {
  width: 240px;
}

select.tx_cronstegoberechnung_pi1_tempscale {
  width: 100px;
}

.calcul_con-item legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  padding-top: 17px;
  font-size: 16px;
  line-height: 34px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.tx-cronstegoberechnung-pi1 legend {
  font-family: Klavika, sans-serif;
  text-transform: uppercase;
  color: #b73326;
}

.tx-cronstegoberechnung-pi1 .ok {
  border: 1px solid gray;
}

.tx-cronstegoberechnung-pi1 .radio input[type=radio], .tx-cronstegoberechnung-pi1 .checkbox input[type=checkbox] {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-top: 2px;
}

span.berechnung-sdu {
  display: inline-block;
  width: 2.5em;
}

.tx-cronstegoberechnung-pi1 input.readonly {
  color: black;
  border: 0 none;
  font-weight: bold;
  background-color: #eee;
}

.tx-cronstegoberechnung-pi1 td {
  font-size: 14px;
  line-height: 17px;
  color: #333;
}

.calcul_con-item .btn-primary {
  border: 0;
  background-image: -moz-linear-gradient(90deg, #bb3629 0%, #df5143 100%);
  background-image: -webkit-linear-gradient(90deg, #bb3629 0%, #df5143 100%);
  background-image: -ms-linear-gradient(90deg, #bb3629 0%, #df5143 100%);
  color: #fff;
}
.calcul_con-item input, .calcul_con-item textarea, .calcul_con-item .uneditable-input {
  width: 206px;
}
.calcul_con-item label, .calcul_con-item input, .calcul_con-item button, .calcul_con-item select, .calcul_con-item textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
}
.calcul_con-item .bodytext {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #333;
}

table.table-striped-condensed {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

table.table-striped-condensed th,
table.table-striped-condensed td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

table.table-striped-condensed th {
  font-weight: bold;
}

table.table-striped-condensed thead th {
  vertical-align: bottom;
}

table.table-striped-condensed caption + thead tr:first-child th,
table.table-striped-condensed caption + thead tr:first-child td,
table.table-striped-condensed colgroup + thead tr:first-child th,
table.table-striped-condensed colgroup + thead tr:first-child td,
table.table-striped-condensed thead:first-child tr:first-child th,
table.table-striped-condensed thead:first-child tr:first-child td {
  border-top: 0;
}

table.table-striped-condensed tbody + tbody {
  border-top: 2px solid #ddd;
}

table.table-striped-condensed .table {
  background-color: #fff;
}

table.table-striped-condensed th,
table.table-striped-condensed td {
  padding: 4px 5px;
}

table.table-striped-condensed tbody > tr:nth-child(odd) > td,
table.table-striped-condensed tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

#rechtshinweis p, #link3 p, #link2 p, #link1 p, #div_rechtshinweis p, #link3, #link1, #link2 {
  font-size: 14px;
  line-height: 17px;
  color: #333;
}

#link3 a, #link2 a, #link1 a, #rechtshinweis p > a {
  font-size: 14px;
  line-height: 17px;
  color: #b73326;
}

#div_lk select {
  margin-bottom: 10px;
  width: 200px;
  max-width: 100%;
}

/*slide*/
.ksdh {
  -webkit-animation-name: fadeInUp-1;
  animation-name: fadeInUp-1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#home-slide .ban-details a.btn1 {
  width: 140px;
  height: 40px;
  border: 1px solid #fff;
  display: block;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  transition: all 0.3s ease;
  position: relative;
}
#home-slide .ban-details a.btn1:hover {
  background: #b73326;
  color: #FFF;
  border: 1px solid #b73326;
}
#home-slide .swiper-button-next {
  background: url(../images/arrow-next.png) no-repeat;
  height: 82px;
  width: 37px;
}
#home-slide .swiper-button-prev {
  background: url(../images/arrow-prev.png) no-repeat;
  height: 82px;
  width: 37px;
}
#home-slide .swiper-button-prev:after, #home-slide .swiper-button-next:after {
  display: none;
}

#home-slide img {
  display: block;
  width: 100%;
}

#home-slide .box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  color: #FFF;
}

#home-slide .box h2 {
  margin-bottom: 16px;
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  #home-slide .box h2 {
    font-size: calc(1.125rem + 1.5vw);
  }
}

#home-slide .box p {
  margin-bottom: 80px;
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  #home-slide .box p {
    font-size: calc(1.15rem + 1.8vw);
  }
}

@media (max-width: 1400px) {
  .swiper-container-pro .card-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .swiper-container-pro .card-text {
    font-size: 14px;
  }

  .bann .bann-info .bann-title {
    font-size: 26px;
  }

  .calcul_con .calcul_con-tit .span1, #menu-left h4 {
    font-size: 20px;
  }

  .in2-item .card .card-title, .calcul_con .calcul_con-tit .span2 {
    font-size: 18px;
  }

  #menu-left .menu_left_item a {
    font-size: 15px;
  }

  #menu .location {
    font-size: 13px;
  }

  #menu .menu_swiper a {
    font-size: 14px;
  }

  #about-1 .couter-con .p1 span {
    font-size: 3rem;
  }

  #about-2 .philosophy-item .philosophy-item-info h4 {
    font-size: 20px;
  }

  .h1title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .h1title:hover {
    font-size: 26px;
  }

  .news_info h4.news_info_title a {
    font-size: 20px;
  }

  #about-5 .join-con .join-con_display, #about-5 .join-con .join-con_tit {
    font-size: 14px;
  }

  #about-3 .culture-item .card-body h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1400px) and (max-width: 1200px) {
  #about-3 .culture-item .card-body h5 {
    font-size: calc(1.025rem + 0.3vw);
  }
}
@media (max-width: 1300px) {
  .h1title {
    font-size: 28px;
  }
  .h1title:hover {
    font-size: 24px;
  }

  .index-3 .in3-news-sub h3 {
    font-size: 18px;
  }

  .news_info h4.news_info_title a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .h1title {
    font-size: 24px;
  }
  .h1title:hover {
    font-size: 20px;
  }

  .news_info h4.news_info_title a {
    font-size: 16px;
  }
}
@media (max-width: 1090px) {
  .h-title, .h-titlep {
    display: none;
  }
}
@media (max-width: 1024px) {
  #home-slide .box h2 {
    font-size: 24px;
  }

  #home-slide .box p {
    margin-bottom: 30px;
    font-size: 18px;
  }

  #home-slide .ban-details a.btn1 {
    font-size: 16px;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 8px 15px;
    display: inline-block;
  }

  #home-slide .swiper-button-prev {
    background: url(../images/arrow-prev.png) no-repeat;
    height: 36px;
    width: 30px;
    background-size: contain;
  }

  #home-slide .swiper-button-next {
    background: url(../images/arrow-next.png) no-repeat;
    height: 36px;
    width: 30px;
    background-size: contain;
  }

  .pro-swp .jiant {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-tel img {
    max-width: 50px;
  }

  .dropdown-menu_active {
    position: relative;
    box-shadow: none;
    display: block !important;
    border-bottom: 1px solid #efefef;
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #home-slide .box h2 {
    font-size: 18px;
  }

  #home-slide .box p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  #home-slide .ban-details a.btn1 {
    font-size: 14px;
  }

  .calcul_con-item input, .calcul_con-item textarea, .calcul_con-item .uneditable-input {
    width: 100px;
  }

  td.tx_cronstegoberechnung_position-cell {
    padding: 0;
  }

  div.tx_cronstegoberechnung_positionimage-1, div.tx_cronstegoberechnung_positionimage-2, div.tx_cronstegoberechnung_positionimage-3, div.tx_cronstegoberechnung_positionimage-4 {
    height: auto;
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .swiper-container-pro .card-title {
    font-size: 16px;
  }

  #idx_header .title p {
    font-size: 14px;
  }

  .h1title {
    font-size: 20px;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
