._more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 46px;
  border: 2px solid #d0d0d1;
  color: black;
  margin: 0 auto;
}
._more p {
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 0;
}
._more:hover {
  color: #000;
  background: #000;
  color: white;
  border: 2px solid #000;
}
._more:hover img {
  filter: brightness(0) invert(1);
}
._more.mt {
  margin-top: 40px;
}

._title {
  color: black;
  text-align: center;
}
._title .h5 {
  font-size: 36px;
  font-weight: bold;
}
._title .p {
  opacity: .5;
  font-size: 36px;
  text-transform: uppercase;
}
._title .line {
  width: 89px;
  height: 3px;
  background: #e62129;
  margin: 0 auto;
  margin-top: 10px;
}

._title2 {
  text-align: left;
}
._title2 .line {
  margin-left: 0;
}

/*about*/
.about {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
  color: black;
}
.about ._title {
  text-align: left;
}
.about ._title .line {
  margin-left: 0;
}
.about .top_box {
  position: relative;
  display: flex;
  align-items: center;
}
.about .top_box .lf {
  padding-right: 30px;
}
.about .top_box .rt {
  padding-left: 30px;
}
.about .top_box ._more {
  position: absolute;
  right: 0;
  top: 0;
}
.about .top_box .summary {
  font-size: 18px;
  line-height: 2;
  margin: 50px 0;
  margin-bottom: 90px;
}
.about .top_box .typelist {
  display: block;
  align-items: center;
  justify-content: center;
}
.about .top_box .typelist .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d0d0d1;
  border-radius: 5px;
  width: 30%;
  height: 70px;
  margin: 0 5px;
}
.about .top_box .typelist .item p {
  font-size: 18px;
  margin-left: 25px;
  margin-bottom: 0;
}
.about .top_box .typelist .item:hover {
  border: 2px solid #000;
  background: #000;
  color: white;
}
.about .top_box .typelist .item:hover img {
  filter: brightness(0) invert(1);
}
.about .bottom_box {
  display: flex;
  align-items: center;
  color: #393939;
}
.about .bottom_box .item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 50px;
}
.about .bottom_box .item .pic .p1 {
  display: block;
}
.about .bottom_box .item .pic .p2 {
  display: none;
}
.about .bottom_box .item:hover {
  color: #000;
}
.about .bottom_box .item:hover .pic .p2 {
  display: block;
}
.about .bottom_box .item:hover .pic .p1 {
  display: none;
}
.about .bottom_box .item:first-child {
  padding-left: 0;
}
.about .bottom_box .item:last-child {
  padding-right: 0;
}
.about .bottom_box .item .message .num {
  display: flex;
  align-items: flex-end;
}
.about .bottom_box .item .message .y {
  font-size: 23px;
  position: relative;
  top: -10px;
  left: 10px;
}
.about .bottom_box .item .message .n {
  font-weight: bold;
  font-size: 43px;
}
.about .bottom_box .item .message .p {
  font-size: 23px;
}
.about .bottom_box .item:last-child:after {
  display: none;
}
.about .bottom_box .item:after {
  height: 126px;
  width: 1px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  background: #cbcbca;
}

.product {
  background: url("../images/product_bg.jpg") no-repeat center;
  background-size: cover;
}
.product .typelist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #dddddd;
}
.product .typelist .item {
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #e2e2e2;
  /* margin: 0 20px; */
  font-size: 17px;
}
.product .typelist .item:hover, .product .typelist .item.on {
  color: #e62129;
  border: 1px solid #e62129;
}
.product .list_box .list {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  color: black;
  margin: 0 -3%;
}
.product .list_box .list.on {
  display: grid;
}
.product .list_box .list .item {
  width: 97%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}
.product .list_box .list .item .pic {
  overflow: hidden;
}
.product .list_box .list .item .pic img {
  border: 1px solid #dddddd;
  border-bottom: 6px solid #dddddd;
}
.product .list_box .list .item:hover .pic img {
  border-bottom: 6px solid #e62129;
}
.product .list_box .list .item:hover .name {
  color: #e62129;
}
.product .list_box .list .item .name {
  font-size: 16px;
  margin-top: 30px;
}

.honer {
  background: url("../images/honer_bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
}
.honer .container2 {
  height: 800px;
  padding-top: 150px;
}
.honer ._title, .honer ._more {
  color: white;
}
.honer ._title .line {
  margin-left: 0;
}
.honer ._title {
  text-align: left;
}
.honer ._more img {
  filter: brightness(1) invert(1);
}
.honer ._more img:hover {
  filter: brightness(0) invert(1);
}
.honer ._more {
  margin-left: 0;
  margin-top: 45px;
}
.honer .top_box .summary {
  margin-top: 50px;
}
.honer .top_box .typelist {
  margin-top: 40px;
  display: flex;
}
.honer .top_box .typelist .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 206px;
  height: 91px;
  color: white;
  font-size: 18px;
  margin: 5px;
  border: 1px solid white;
}
.honer .top_box .typelist .item .name {
  margin-top: 5px;
}
.honer .top_box .typelist .item:hover, .honer .top_box .typelist .item.on {
  border: 1px solid #000;
  background: #000;
}
.honer .owl_honer {
  position: relative;
}
.honer .owl_honer .swiper-button {
  position: absolute;
  background: none;
}
.honer .owl_honer .swiper-button-prev {
  right: unset;
  left: 50%;
  margin-left: -206px;
}
.honer .owl_honer .swiper-button-next {
  left: unset;
  right: 50%;
  margin-right: -206px;
}
.honer .owl_honer .swiper-slide {
  text-align: center;
  transform: scale(0.7);
  overflow: inherit;
  width: 20%;
  transition: all 0.4s;
}
.honer .owl_honer .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 999;
}

.case .bottom2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.case .bottom2 .item {
  flex: 1;
  text-align: center;
  position: relative;
  height: 481px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid white;
  color: white;
  transition: .5s;
  top: 0;
}
.case .bottom2 .item:hover {
  top: -10px;
}
.case .bottom2 .item:hover .summary {
  display: block;
}
.case .bottom2 .item:hover .more {
  display: block;
}
.case .bottom2 .item:hover .line {
  display: block;
}
.case .bottom2 .item * {
  position: relative;
  z-index: 2;
}
.case .bottom2 .item .title {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.case .bottom2 .item .summary {
  font-size: 16px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.case .bottom2 .item .line {
  background: #d5b086;
  width: 2px;
  height: 50px;
  display: none;
  margin: 15px 0;
}
.case .bottom2 .item .more {
  border: 1px solid white;
  font-size: 18px;
  padding: 8px 30px;
  display: none;
  margin: 0 auto;
}
.case .bottom2 .item .more:hover {
  background: #e62129;
  border: 1px solid #e62129;
}
.case .bottom2 .item:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.huoban {
  background: url("../images/huoban_bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}
.huoban .bottom {
  position: relative;
  width: 1621px;
  height: 520px;
  display: inline-block;
  margin: 0 auto;
}
.huoban .bottom .item {
  position: absolute;
}
.huoban .bottom .item img {
  transition: .5s;
}
.huoban .bottom .item:hover img {
  transform: scale(1.1);
}

.news .list {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.news .list .item {
  width: 31%;
  padding: 15px;
}
.news .list .item .summary {
  color: #424242;
  font-size: 14px;
  margin-bottom: 35px;
}
.news .list .item .addtime {
  color: #424242;
  font-size: 14px;
}
.news .list .item .title {
  margin-top: 35px;
  font-weight: bold;
  font-size: 18px;
  color: #424242;
  border-bottom: 1px solid #424242;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.news .list .item .pic img {
  width: 100%;
}

@media (max-width: 1600px) {
  .about .top_box .summary {
    margin: 45px 0;
  }

  .huoban .bottom {
    width: 1440px;
    height: 462px;
  }

  .honer .container2 {
    height: 570px;
    padding-top: 85px;
  }
}
@media (max-width: 1450px) {
  .about .top_box .typelist .item p {
    margin-left: 13px;
  }

  .huoban .bottom {
    width: 1170px;
    height: 372px;
  }

  .about .top_box .summary {
    font-size: 16px;
  }

  .about .bottom_box .item .message .p {
    font-size: 19px;
  }

  .about .bottom_box .item .message .n {
    font-size: 37px;
  }

  .about .top_box .typelist {
    justify-content: space-between;
  }

  .about .top_box .typelist .item {
    margin: 0;
  }

  .product .list_box .list .item {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .honer .owl_honer .swiper-button-prev {
    margin-left: -151px;
  }

  .honer .owl_honer .swiper-button-next {
    margin-right: -160px;
  }

  ._title .h5 {
    font-size: 30px;
  }

  ._title .p {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .news .list .item .summary {
    margin-bottom: 20px;
  }

  .news .list .item .title {
    font-size: 16px;
    margin-top: 18px;
  }

  .news .list .item {
    display: none;
  }
  .news .list .item:first-child {
    display: block;
    width: 100%;
  }

  .news .list .item .summary {
    font-size: 12px;
  }

  .about .top_box {
    display: block;
  }

  .about .top_box .rt {
    padding-left: 0;
  }

  .about .top_box .lf {
    padding: 0;
    margin-bottom: 40px;
  }

  .about .top_box .typelist {
    margin-top: 40px;
  }

  .about .top_box .summary {
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-indent: 2em;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 0;
    margin-top: 30px;
  }

  ._title {
    text-align: center !important;
    line-height: 14px;
    float: none;
  }

  ._title .h5 {
    font-size: 22px;
  }

  ._title .p {
    font-size: 16px;
  }

  ._title .line {
    margin: 0 auto !important;
    margin-top: 10px !important;
    width: 60px;
  }

  .about .top_box ._more {
    position: static;
    margin-top: 30px;
  }

  ._more p {
    font-size: 12px;
    margin-right: 11px;
  }

  ._more {
    width: 130px;
    height: 38px;
  }

  .about .top_box .typelist .item p {
    font-size: 12px;
    margin-left: 0;
  }

  .about .top_box .typelist .item img {
    display: none;
  }

  .about .top_box .typelist .item {
    height: 37px;
  }

  .about .bottom_box {
    flex-wrap: wrap;
  }

  .about .bottom_box .item:after {
    display: none;
  }

  .about .bottom_box .item {
    text-align: center;
    display: block;
    width: 50%;
    margin-bottom: 15px;
    padding: 0 5px !important;
  }
  .about .bottom_box .item:nth-child(3) {
    margin-bottom: 0;
  }
  .about .bottom_box .item:nth-child(4) {
    margin-bottom: 0;
  }
  .about .bottom_box .item .pic {
    display: none;
  }

  .about .bottom_box .item .message .p {
    font-size: 14px;
  }

  .about .bottom_box .item .message .n {
    font-size: 20px;
  }

  .about .bottom_box .item .message .y {
    font-size: 12px;
    position: static;
    top: -3px;
    left: 10px;
    width: auto;
    height: auto;
    background: none;
  }

  .huoban .bottom .item {
    position: static;
    width: 48%;
    float: left;
    padding: 10px;
    background: white;
    margin-bottom: 25px;
  }
  .huoban .bottom .item:nth-child(2n) {
    float: right;
  }

  .about .bottom_box .item .message .num {
    justify-content: center;
    align-items: center;
  }

  .product .typelist .item {
    width: 48%;
    float: left;
    margin: 0;
    margin-bottom: 20px;
    padding: 8px 5px;
    text-align: center;
    font-size: 14px;
  }
  .product .typelist .item:nth-child(2n) {
    float: right;
  }

  .product .typelist {
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: block;
  }

  .product .list_box .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .product .list_box .list .item .pic img {
    border-bottom: 2px solid #dddddd;
  }

  .product .list_box .list .item:hover .pic img {
    border-bottom: 2px solid #eb6100;
  }

  .product .list_box .list .item .name {
    font-size: 14px;
    margin-top: 18px;
  }

  .product .list_box .list {
    margin: 0 -5px;
  }

  .product .list_box {
    margin-bottom: 0px;
  }

  .product .list_box .list .item {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 40px;
  }

  .honer .top_box .lf {
    float: none;
  }

  .honer .top_box .typelist .item {
    width: 50%;
  }

  .honer .top_box .rt {
    float: none;
  }

  .honer .top_box .typelist .item {
    font-size: 16px;
    margin: 0 10px;
  }

  .honer .owl_honer .swiper-slide-active {
    transform: unset;
  }

  .honer .owl_honer .swiper-slide {
    transform: unset;
  }
  .honer .owl_honer .swiper-slide .item {
    padding: 0 10px;
  }

  .case ._title {
    float: none;
  }

  .case .bottom .section-news .article {
    width: 48% !important;
    float: left;
    margin: 0 !important;
    margin-bottom: 4% !important;
    display: flex !important;
    align-items: center;
    height: 200px;
    justify-content: center;
    background-size: cover !important;
  }
  .case .bottom .section-news .article .pic img {
    max-width: 41%;
  }
  .case .bottom .section-news .article:nth-child(2n) {
    float: right;
  }

  .case .bottom .section-news .article .summary {
    display: none !important;
  }

  .case .bottom .section-news .article.on .inner, .case .bottom .section-news .article:hover .inner {
    margin: 0;
    width: 48%;
  }

  .case .bottom .section-news .article .msg {
    width: 100%;
  }

  .case .bottom .section-news .article .inner {
    margin: 0;
  }

  .case .bottom .section-news .article .title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .huoban .bottom {
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    content: '';
    display: block;
  }
  .huoban .bottom > img {
    display: none;
  }

  .about {
    padding-bottom: 30px;
  }

  .product,
  .huoban,
  .news,
  .case {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .honer .top_box .summary {
    text-align: center;
  }

  .honer .container2 {
    height: 400px;
  }

  .case .bottom2 {
    display: block;
  }

  .case .bottom2 .item {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .case .bottom2 .item .title {
    font-size: 17px;
  }

  .case .bottom2 .item .summary {
    display: block;
  }

  ._title {
    margin-bottom: 30px;
  }

  .case .bottom2 .item:hover {
    top: 0px;
  }
}
.lng_en .about .top_box .typelist .item {
  width: 50%;
}

/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
@media (max-width: 1450px) {
  .lng_en .about .top_box .typelist .item {
    width: 56%;
  }

  .lng_en .about .top_box .typelist .item p {
    font-size: 16px;
  }
  .lng_en .product .typelist .item {
    padding: 8px 9px;
    font-size: 14px;
  }
  .lng_en .product .typelist {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .lng_en .case .bottom2 .item .title {
    font-size: 18px;
  }
  .lng_en .case .bottom2 .item .summary {
    font-size: 14px;
  }

  .hr {
    height: 45px;
  }
}
@media (max-width: 768px) {
  .hr {
    height: 20px;
  }
}

/*# sourceMappingURL=index.css.map */
