@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */

@font-face {
  font-family: 'PuHuiTiM';
  src: url('../font/Alibaba_PuHuiTi.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PMedium';
  src: url('../font/Alibaba_PuHuiTi_Medium.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PBlack';
  src: url('../font/Alibaba_PuHuiTi_Black.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PHeavy';
  src: url('../font/Alibaba_PuHuiTi_Heavy.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PRegular';
  src: url('../font/Alibaba_PuHuiTi_Regular.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PLight';
  src: url('../font/Alibaba_PuHuiTi_Light.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Haetten';
  src: url('../font/Haettenschweiler.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Adobe';
  src: url('../font/AdobeHeitiStd-Regular.woff.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dBold';
  src: url('../font/din-bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
/* header */
header {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
}

.logo {
  display: block;
  width: 100px;
  overflow: hidden;
}

.logo img {
  width: 100%;
}

.hotline-wrap {
  display: flex;
  align-items: center;
}

.hotline-wrap p {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  margin-left: 16px;
}

.nav-ul {
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: flex-end;
}

.nav-ul li {
  margin-right: 64px;
}

.nav-ul li:last-child {
  margin-right: 0px;
}

.nav-ul li > a {
  display: block;
  font-size: 18px;
  line-height: 100px;
  text-align: center;
  color: #333;
  position: relative;
  transition: all 0.3s;
  font-family: 'PMedium';
  text-transform: uppercase;
}

.nav-ul li > a::after {
  position: absolute;
  width: 47px;
  height: 4px;
  border-radius: 2px;
  background-color: #e60012;
  content: '';
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.nav-ul li:hover > a,
.nav-ul li.nav-active a {
  color: #d03914;
}

/* .nav-ul li:hover>a::after {
    opacity: 1;
}

.nav-ul li.nav-active a::after {
    opacity: 1;
} */

@media (max-width: 1400px) {
  .nav-ul li {
    margin-right: 40px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li > a {
    font-size: 16px;
  }

  .nav-ul li {
    margin-right: 20px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  header {
    height: 70px;
  }

  .header-main {
    height: 70px;
  }
}

/* banner */

/* 底部 */
#footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  overflow: hidden;
  border-top: 1px solid #000;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
.footer-topl {
  width: 28%;
}
.footer-topr {
  width: 65%;
}
.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 50px;
  border-top: 1px solid #dadada;
  justify-content: space-between;
  margin-top: 56px;
  font-size: 18px;
}
.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.headlang {
  width: 90px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #d03914;
}

.headlang a {
  padding: 0 5px;
  color: #fff;
}

.homesol {
  padding: 80px 0 0px;
}

.hometit {
  text-align: center;
}

.hometit h2 {
  font-size: 56px;
  color: #c8c8c8;
  text-transform: uppercase;
  font-family: 'Atami';
}

.hometit h3 {
  font-size: 42px;
  color: #333333;
  padding: 5px 0 10px;
}

.homesol-p {
  color: #555555;
  font-size: 18px;
}

@media (max-width: 991px) {
  .headlang {
    display: none;
  }

  .logo {
    width: 95px;
  }
}

@media (max-width: 449px) {
  .logo {
    width: 80px;
  }
}

.footer-share .bshare-custom .bshare-facebook {
  width: 32px;
  display: inline-block;
  height: 32px;
  background: url('../img/footer-facebook.png') no-repeat center;
}
.footer-share .bshare-custom .bshare-facebook:hover {
  background: url('../img/footer-facebookh.png') no-repeat center;
}
.footer-share .bshare-custom .bshare-twitter {
  width: 32px;
  display: inline-block;
  height: 32px;
  background: url('../img/footer-twitter.png') no-repeat center;
}
.footer-share .bshare-custom .bshare-twitter:hover {
  background: url('../img/footer-twitterh.png') no-repeat center;
}
.footer-share .bshare-custom .bshare-instapaper {
  width: 32px;
  display: inline-block;
  height: 32px;
  background: url('../img/footer-in.png') no-repeat center;
}
.footer-share .bshare-custom .bshare-instapaper:hover {
  background: url('../img/footer-inh.png') no-repeat center;
}
.footer-share .bshare-custom .bshare-douyin {
  width: 32px;
  display: inline-block;
  height: 32px;
  background: url('../img/footer-dy.png') no-repeat center;
}
.footer-share .bshare-custom .bshare-douyin:hover {
  background: url('../img/footer-dyh.png') no-repeat center;
}
.footer-share {
  padding-top: 20px;
}
.bshare-custom a {
  margin-right: 5px !important;
}
.footer-navul li > a {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.footer-navul li dl {
  margin-top: 30px;
}
.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}
.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}
.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}
@media (max-width: 991px) {
  .footer-topl {
    display: none;
  }
  .footer-topr {
    width: 100%;
  }
  .footer-copy {
    display: flex;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .footer-navul {
    flex-wrap: wrap;
  }
  .footer-navul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .footer-navul li:last-child {
    width: 100%;
  }
  .footer-navul li dl dd {
    line-height: 28px;
  }
  .footer-navul li dl {
    margin-top: 15px;
  }
  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }
}
/* 关于我们 */
.about-wrap {
  overflow: hidden;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 90px;
}
.about-title {
  text-align: center;
  font-size: 72px;
  line-height: 72px;
  font-family: 'Haetten';
  color: #000;
  margin-bottom: 40px;
}
.about-des {
  color: #555;
  font-size: 18px;
  font-family: 'PRegular';
  line-height: 36px;
  margin-bottom: 48px;
}
.about-des p {
  margin-bottom: 18px;
}
.about-list {
  margin-left: -21px;
  margin-right: -21px;
}
.about-list li {
  width: 33.333%;
  padding: 0 21px;
  float: left;
}
.about-item {
  width: 100%;
  background-color: #f4f5f7;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  font-family: 'PRegular';
  color: #000;
  justify-content: center;
}
.about-icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.about-icon img {
  transition: all 0.5s;
}
.about-item h5 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 25px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.about-num {
  display: flex;
  align-items: flex-end;
}
.about-num p {
  font-size: 40px;
  line-height: 40px;
  font-family: 'dBold';
}
.about-num span {
  font-size: 24px;
  padding-left: 5px;
  margin-bottom: 2px;
}
.about-item:hover {
  background-color: #bd4429;
  color: #fff;
}
.about-item:hover .about-icon img {
  transform: rotate(30deg);
}
.about-img {
  margin-top: 60px;
}
.about-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .about-wrap {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .about-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .about-des {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 30px;
  }
  .about-des p {
    margin-bottom: 8px;
  }
  .about-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .about-list li {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  .about-list li:last-child {
    margin-bottom: 0px;
  }
  .about-item {
    height: 260px;
  }
  .about-icon {
    width: 80px;
    height: 80px;
  }
  .about-img {
    margin-top: 30px;
  }
}
/* 联系我们 */
.contact-wrap {
  padding: 100px 0px;
  overflow: hidden;
  width: 100%;
}
.contact-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.contact-left {
  width: 435px;
  margin-right: 50px;
  padding-bottom: 85px;
  padding-top: 80px;
  background-color: #f8f8f8;
}
.contact-right {
  flex: 1;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 80px;
  background-color: #f8f8f8;
}
.contact-title {
  font-family: 'Haetten';
  margin-left: 32px;
  color: #000;
  text-transform: uppercase;
  font-size: 36px;
  display: inline-block;
  line-height: 36px;
  padding-bottom: 15px;
  border-bottom: 2px solid #bd4429;
}
.contact-list li {
  padding: 22px 0px 22px 32px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: flex-start;
}
.contact-icon {
  margin-top: 3px;
  width: 32px;
  margin-right: 20px;
}
.contact-info h3 {
  font-size: 24px;
  font-family: 'PMedium';
  font-weight: bold;
  color: #000;
  line-height: 24px;
  margin-bottom: 6px;
}
.contact-info p {
  color: #535353;
  font-size: 18px;
  line-height: 24px;
}
.follow-us {
  padding-left: 22px;
  padding-top: 46px;
}
.follow-us h3 {
  font-size: 24px;
  font-family: 'PMedium';
  font-weight: bold;
  color: #000;
  line-height: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.contact-share .bshare-custom {
  height: 42px;
}
.contact-share .bshare-custom a {
  display: inline-block;
  width: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 42px;
  margin-right: 11px;
}
.contact-facebook {
  background-image: url(../img/contact-face.png);
}
.contact-twitter {
  background-image: url(../img/contact-twitter.png);
}
.contact-instapaper {
  background-image: url(../img/contact-ins.png);
}
.contact-douyin {
  margin-right: 0px;
  background-image: url(../img/tiktok.png);
}
.contact-right .contact-title {
  margin-bottom: 27px;
  margin-left: 0px;
}
.contact-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-input {
  width: calc(50% - 20px);
  display: flex;
  padding-left: 20px;
  align-items: center;
  background-color: #fff;
  height: 60px;
  margin-bottom: 20px;
}
.contact-input span {
  font-size: 18px;
  color: #a0a0a0;
  font-family: 'PLight';
}
.contact-input input {
  flex: 1;
  line-height: 60px;
  border: none;
  background: none;
  padding-left: 8px;
}
.contact-input textarea {
  flex: 1;
  border: none;
  height: 152px;
  resize: none;
  line-height: 30px;
  background: none;
  padding-left: 8px;
  padding-right: 10px;
}
.contact-textarea {
  align-items: flex-start;
  padding-top: 16px;
  height: auto;
  padding-bottom: 16px;
  width: 100%;
  margin-bottom: 40px;
}
.contact-textarea span {
  line-height: 30px;
}
.contact-btn {
  width: 162px;
  height: 48px;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  background-color: #bd4429;
  font-family: 'PRegular';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .contact-wrap {
    padding: 70px 0px;
  }
  .contact-left {
    width: 100%;
    margin-right: 0px;
    padding-top: 50px;
    margin-bottom: 35px;
    padding-bottom: 50px;
  }
  .contact-right {
    width: 100%;
    padding-top: 50px;
    flex: none;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .contact-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-left {
    padding-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
  .contact-right {
    padding: 30px 20px;
  }
  .contact-title {
    margin-left: 20px;
    padding-bottom: 12px;
  }
  .contact-list li {
    padding: 18px 0px 18px 20px;
  }
  .follow-us {
    padding-left: 20px;
    padding-top: 25px;
  }
  .follow-us h3 {
    margin-bottom: 12px;
  }
  .contact-input {
    width: 100%;
  }
  .contact-textarea {
    margin-bottom: 25px;
  }
  .contact-top {
    margin-bottom: 30px;
  }
}
/* 流程 */
.process-list {
  margin-left: -14px;
  margin-right: -14px;
}
.process-list li {
  float: left;
  width: 33.3333%;
  padding: 0 14px;
  margin-bottom: 50px;
}
.process-img:hover img {
  transform: scale(1.1);
}
.click-more {
  width: 162px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: block;
  background-color: #bd4429;
  border-radius: 5px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: 'PRegular';
}
.process-more {
  margin: 20px auto 0px;
}
@media (max-width: 991px) {
  .process-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .process-list li {
    float: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  .process-more {
    margin-top: 40px;
  }
}
/* 新闻动态 */
.news-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 100px;
}
.news-list li {
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #000;
}
.news-img {
  width: 450px;
  overflow: hidden;
}
.news-img img {
  width: 100%;
  transition: all 0.5s;
}
.news-list li:hover .news-img img {
  transform: scale(1.1);
}
.news-info {
  flex: 1;
}
.news-time {
  color: #bd4429;
  font-size: 24px;
  line-height: 24px;
  font-family: 'PMedium';
  font-weight: bold;
}
.news-info h3 {
  font-size: 24px;
  font-family: 'PMedium';
  font-weight: bold;
  color: #000;
  margin-top: 35px;
  line-height: 36px;
}
.news-load {
  margin-top: 40px;
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
  transition: all 0.5s;
}
.news-list li:hover .news-load {
  background-color: #bd4429;
  border-color: #bd4429;
  color: #fff;
}
.news-more {
  margin: 70px auto 0px;
}
@media (max-width: 1200px) {
  .news-wrap {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .news-list li {
    padding: 40px 0px;
  }
  .news-img {
    width: 380px;
  }
  .news-info {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .news-wrap {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .news-list li {
    flex-direction: column-reverse;
    padding: 30px 0px;
    align-items: center;
  }
  .news-img {
    width: 100%;
    max-width: 450px;
    margin-bottom: 18px;
  }
  .news-info {
    padding-right: 0px;
    flex: none;
    width: 100%;
  }
  .news-info h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
  }
  .news-load {
    margin-top: 20px;
  }
  .news-more {
    margin-top: 40px;
  }
}
/* 厂房设备 */
.equip-list {
  margin-left: -30px;
  margin-right: -30px;
}
.equip-list li {
  float: left;
  padding: 0 30px;
  margin-bottom: 50px;
  width: 50%;
}
.equip-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.equip-item img {
  width: 100%;
  transition: all 0.5s;
}
.equip-txt {
  position: absolute;
  transition: all 0.5s;
  width: 100%;
  text-align: center;
  height: 80px;
  bottom: -80px;
  left: 0px;
  line-height: 80px;
  color: #fff;
  font-family: 'PRegular';
  font-size: 24px;
  text-transform: uppercase;
  background-color: #bd4429;
}
.equip-wrap {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}
.equip-item:hover img {
  transform: scale(1.1);
}
.equip-item:hover .equip-txt {
  bottom: 0px;
}
@media (max-width: 1200px) {
  .equip-wrap {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .equip-list {
    margin-left: -25px;
    margin-right: -25px;
  }
  .equip-list li {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .equip-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .equip-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .equip-list li {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .equip-list li:last-child {
    margin-bottom: 0px;
  }
  .equip-txt {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
  }
}
/* 产品中心 */
.pro-swiper .swiper-slide a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.pro-swiper .swiper-slide a img {
  width: 100%;
}
.pro-swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
  background-color: #000000 !important;
  position: relative;
  box-sizing: content-box;
}
.pro-swiper .swiper-pagination-bullet-active {
  background-color: #bd4429 !important;
}
.pro-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.pro-swiper > .swiper-pagination-bullets {
  bottom: 25px;
}
.pro-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.pro-swiper {
  margin-bottom: 42px;
}
.pro-nav {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ptab-list {
  display: flex;
}
.ptab-list li {
  margin-right: 115px;
}
.ptab-list li a {
  font-size: 20px;
  color: #000;
  padding-bottom: 31px;
  position: relative;
  text-transform: uppercase;
  line-height: 32px;
  font-family: 'PRegular';
  display: block;
}
.ptab-list li a::after {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  background-color: transparent;
  left: 0px;
  content: '';
  transition: all 0.5s;
}
.ptab-list li.on a,
.ptab-list li:hover a {
  color: #bd4429;
}
.ptab-list li.on a::after,
.ptab-list li:hover a::after {
  background-color: #bd4429;
}
.pro-sou {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  background-color: #f9f7f7;
  color: #a0a0a0;
  padding-right: 14px;
}
.pro-sou input {
  outline: none;
  border: none;
  background: none;
}
.sou-txt {
  color: #a0a0a0;
  width: calc(100% - 16px);
  font-size: 16px;
  padding-left: 14px;
  line-height: 32px;
}
.sou-btn {
  width: 16px;
  height: 16px;
  background: url(../img/sou-icon.png) no-repeat center;
  cursor: pointer;
}
.pro-list {
  margin-left: -14px;
  margin-right: -14px;
}
.pro-list li {
  padding: 0 14px;
  width: 33.3333%;
  margin-bottom: 32px;
  float: left;
}
.pro-item {
  width: 100%;
}
.pro-item p {
  margin-top: 22px;
  font-size: 24px;
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  font-family: 'PRegular';
  text-align: center;
  line-height: 30px;
}
.pro-item:hover .public-img img {
  transform: scale(1.1);
}
.pro-item:hover p {
  color: #bd4429;
}
.pro-more {
  margin: 35px auto 0px;
}
@media (max-width: 1200px) {
  .pro-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .pro-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pro-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .pro-swiper > .swiper-pagination-bullets {
    bottom: 14px;
  }
  .pro-swiper {
    margin-bottom: 20px;
  }
  .pro-nav {
    margin-bottom: 25px;
  }
  .ptab-list li {
    margin-right: 20px;
  }
  .ptab-list li a {
    font-size: 20px;
    padding-bottom: 14px;
    line-height: 28px;
  }
  .sou-txt {
    padding-left: 8px;
  }
  .pro-sou {
    padding-right: 8px;
  }
  .pro-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pro-list li {
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  .pro-item p {
    margin-top: 15px;
    line-height: 24px;
  }
}
@media (max-width: 599px) {
  .pro-nav {
    flex-direction: column-reverse;
  }
  .pro-sou {
    margin-bottom: 14px;
  }
}



/*首页*/
.habout{
  overflow: hidden;
}
.habout-box {
  display: flex;
  padding: 100px 0;
}

.habout-l h3 {
  font-size: 72px;
  font-family: 'Haetten';
  color: #000000;
}

.habout-ltxt {
  padding: 60px 100px 0 55px;
  font-family: 'PRegular';
}

.habout-ltxt p {
  margin-bottom: 30px;
  line-height: 35px;
}

.habout-l {
  width: 50%;
}

.habout-r {
  width: 50%;
}

.habout-more a {
  font-family: 'PRegular';
  font-size: 24px;
  color: #000000;
  margin-top: 150px;
  display: inline-block;
  position: relative;
}

.habout-more .one {
  display: block;
  height: 1px;
  background: #000;
  width: 130px;
}

.habout-more .two {
  display: block;
  height: 1px;
  background: #bfbfbf;
  width: 130px;
}

.procate {
  overflow: hidden;
  position: relative;
}

.procate .procate-box {
  position: absolute;
  left: 13%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.procate-box ul li {
  font-size: 72px;
  line-height: 72px;
}

.procate-box ul li a {
  color: #fff;
  font-family: 'Haetten';
  text-transform: uppercase;
  opacity: 0.2;
}

.procate-ul li {
  display: none;
}

.procate-box li.on a,
.procate-box li:hover a {
  opacity: 1;
}

.procate-box li {
  margin-bottom: 50px;
}

.hpro-titl h3 {
  font-size: 72px;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Haetten';
}

.hpro {
  padding: 100px 0;
}

.hpro-tit {
  display: flex;
  justify-content: space-between;

}

.hpro-titr {
  position: relative;
}

.hpro-box {
  padding-top: 60px;
}

.hpro-swiper .swiper-slide h3 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-top: 28px;
}

.hpro-titr .swiper-button-prev {
  width: 52px;
  height: 52px;
  right: 72px;
  left: auto;
  border: 1px solid #020202;
  border-radius: 50%;
  background: url("../img/hpro-prev.png") no-repeat center;
}

.hpro-titr .swiper-button-prev:hover {
  border: 1px solid #bd4429;
  background: #bd4429 url("../img/hpro-prevh.png") no-repeat center;
}

.hpro-titr .swiper-button-next {
  width: 52px;
  height: 52px;
  right: 0;
  border: 1px solid #020202;
  border-radius: 50%;
  background: url("../img/hpro-next.png") no-repeat center;
}

.hpro-titr .swiper-button-next:hover {
  border: 1px solid #bd4429;
  background: #bd4429 url("../img/hpro-nexth.png") no-repeat center;
}

.hpro-swiper .swiper-slide:hover h3 {
  color: #bd4429;
}

.hnews-tit h3 {
  font-size: 72px;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Haetten';
}

.hnews-more a {
  font-family: 'PRegular';
  font-size: 24px;
  color: #000000;
  display: inline-block;
  position: relative;
}

.hnews-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hnews-more .one {
  display: block;
  height: 1px;
  background: #000;
  width: 130px;
}

.hnews-more .two {
  display: block;
  height: 1px;
  background: #bfbfbf;
  width: 130px;
}

.hnews-m li {
  border-top: 1px solid #c1c1c3;
}

.hnews-m li a {
  height: 140px;
  display: flex;
  font-family: 'PMedium';
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  color: #000;
}

.hnews-m {
  padding-top: 60px;
}

.hcontact {
  height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url("../img/hcontact-bg.jpg") no-repeat top center;
}

.hcontact-box {
  color: #fff;
  text-align: center;
}

.hcontact-box h3 {
  font-size: 72px;
  font-family: 'Haetten';
}

.hcontact-box p {
  font-size: 18px;
  font-family: 'PMedium';
  padding: 40px 0;
}

.hcontact-box a {
  display: block;
  width: 180px;
  height: 60px;
  background: #bd4429;
  color: #fff;
  line-height: 60px;
  border-radius: 50px;
  margin: 0 auto;
  font-family: 'PMedium';
}

.procate-ul li img {
  width: 100%;
}

@media(max-width:1700px) {
  .habout-more a {
    margin-top: 20px;
  }
}

@media(max-width:1400px) {
  .habout-ltxt {
    padding: 30px;
  }

  .habout-more a {
    margin-top: 0;
  }
  
  .hnews-mtxt{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 80px;
  }
  .procate-box ul li {
    font-size: 40px;
    line-height: 30px;
  }
}

@media(max-width:1200px) {
  .habout-box {
    display: block;
  }

  .habout-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .habout-r {
    width: 100%;
  }

  .procate-box li {
    margin-bottom: 30px;
  }
}

@media(max-width:991px) {
  .habout-box {
    padding: 40px 0;
  }

  .habout-ltxt {
    padding: 15px;
  }

  .habout-l h3 {
    font-size: 50px;
  }

  .habout-ltxt p {
    line-height: 28px;
    margin-bottom: 15px;
  }

  .procate-box ul li {
    font-size: 40px;
    line-height: 30px;
  }

  .hpro-titl h3 {
    font-size: 50px;
  }

  .hpro {
    padding: 40px 0;
  }

  .hpro-box {
    padding-top: 30px;
  }

  .hnews-mtxt{
    padding: 0 30px;
  }
  .hnews-m li a{
    height: 80px;
  }
  .hnews-tit h3{
    font-size: 50px;
  }
  .hnews-m{
    padding-top: 30px;
  }
  .hcontact-box h3{
    font-size: 50px;
  }
  .hcontact-box p{
    padding: 30px 0;
  }
}

@media(max-width:500px) {
  .procate-box li {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
  } 
  .hnews-m li a{
    font-size: 18px;
  }
  .hnews-mtxt{
    padding: 0 15px;
  }
  
}

#p-banner .swiper-slide img {
    width: 100%;
    display: block;
}

.pc {
  display: block !important;
}

.mo {
  display: none !important;
}

@media(max-width:991px) {
  .pc {
    display: none !important;
  }

  .mo {
    display: block !important;
  }
}

  .proimg img {
    width: 100%;
  }
