/*@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";
}*/
.navbar-transparent.liveheader {
  background-color: #f8f1e1 !important;
}

/*.header .navbar-nav .product-item .dropdown-menu.show {
   display: flex;
   background: #f8f1e1;
}*/
body {
  background: #f8f1e1;
}

._more {
  background: #ef5253;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 8px 30px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
}
._more:hover {
  color: white;
  background: #dc4e4f;
}

._mt {
  margin-top: 100px;
}

._py {
  padding-top: 100px;
  padding-bottom: 100px;
}

._title {
  font-size: 38px;
  color: #ef5253;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.fenlei .content {
  background: url("../images/fenlei.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px;
}
.fenlei .content .item {
  height: 572px;
}
.fenlei .content .item .pic {
  align-items: flex-end;
  height: 100%;
  justify-content: center;
}
.fenlei .content .item .message {
  position: absolute;
  right: -340px;
  top: 0;
}
.fenlei .neirong {
  margin-top: 100px;
  margin-bottom: 70px;
}
.fenlei .message {
  display: none;
}
.fenlei .swiper-slide .message {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.fenlei .active-slide .message {
  opacity: 1;
}
.fenlei .swiper-slide-next {
  transform: scale(0.7);
}
.fenlei .swiper-slide-next .item {
  text-align: right;
}
.fenlei .swiper-slide-prev {
  position: relative;
  transform: scale(0.7);
}
.fenlei .swiper-slide-prev .item {
  text-align: left;
}
.fenlei .swiper-slide-active {
  position: relative;
  left: -202px;
  transform: scale(1);
}
.fenlei .swiper-slide-active .item {
  text-align: center;
}
.fenlei .swiper-slide-active .message {
  z-index: 333;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ef5253;
  padding: 100px 30px;
  padding-top: 60px;
  padding-bottom: 0;
  text-align: left;
  height: 572px;
  width: 465px;
  word-break: break-word;
}
.fenlei .swiper-slide-active .message .name {
  font-size: 25px;
  margin-bottom: 26px;
  color: #ef5253;
}
.fenlei .swiper-slide-active .message .xinxi {
  font-size: 18px;
  margin-bottom: 45px;
  font-family: 'stl';
  font-weight: lighter;
}
.fenlei .swiper-slide-active .message .name2 {
  color: #ef5253;
  margin-bottom: 10px;
}

.chanpin .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.chanpin .list .item {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px;
}
.chanpin .list .item .name {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold;
  min-height: 52px;
}
.chanpin .list .item .typename {
  font-weight: unset;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.poster {
  background-attachment: fixed !important;
}
.poster ._title {
  color: white;
  text-align: left;
}
.poster .container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 468px;
}

.youshi {
  padding-top: 218px;
  padding-bottom: 55px;
}
.youshi ._title {
  text-align: left;
}
.youshi .top_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.youshi .shuzi_box {
  margin-top: 180px;
  display: flex;
  justify-content: space-between;
}
.youshi .shuzi_box .item {
  text-align: center;
  width: 20%;
}
.youshi .shuzi_box .item:hover .shuzu {
  color: #ef5253;
}
.youshi .shuzi_box .item .shuzu {
  font-size: 80px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.youshi .shuzi_box .item .name {
  font-size: 22px;
  margin-bottom: 26px;
}
.youshi .shuzi_box .item .summary {
  font-size: 16px;
}

.about .rt {
  text-align: left;
  padding-left: 30px;
  padding-top: 20px;
}
.about ._title {
  text-align: left;
}
.about .summary {
  margin-top: 20px;
  margin-bottom: 30px;
}

._summary {
  font-size: 18px;
  line-height: 28px;
}

.about2 .container2 {
  display: flex;
  justify-content: space-between;
}
.about2 .item {
  height: 790px;
  flex: 1;
  color: #ef5253;
  font-size: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.about2 .item * {
  position: relative;
  z-index: 2;
}
.about2 .item .bg_pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.about2 .item:hover .bg_pic {
  display: block;
}
.about2 .item:hover .jia {
  opacity: 1;
}
.about2 .item .jia {
  margin-bottom: 30px;
  opacity: 0;
}

.case {
  background: #f8f1e1;
}
.case .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .list .item {
  transition: .5s;
  position: relative;
  top: 0;
  width: 23%;
}
.case .list .item:hover {
  top: -10px;
}
.case .list .item:hover .message {
  background: #dc4e4f;
}
.case .list .item .message {
  background: #ef5253;
  color: white;
  padding: 60px 30px;
}
.case .list .item .name {
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  min-height: 80px;
  margin-bottom: 30px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case .list .item .more {
  color: white;
  font-size: 16px;
  display: block;
}
.case .list .item img {
  display: block;
}

@media (max-width: 1600px) {
  ._more {
    font-size: 15px;
    padding: 9px 30px;
  }

  .poster .container2 {
    height: 400px;
  }

  .youshi {
    padding-top: 126px;
    padding-bottom: 55px;
  }

  .youshi .shuzi_box .item .shuzu {
    font-size: 70px;
  }

  ._summary {
    font-size: 17px;
    line-height: 27px;
  }

  .about2 .item {
    height: 590px;
  }

  ._mt {
    margin-top: 80px;
  }

  ._py {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1450px) {
  .fenlei .content .item .message {
    width: 431px;
  }

  .youshi .shuzi_box {
    margin-top: 140px;
  }

  ._title {
    font-size: 32px;
  }

  .fenlei .neirong {
    margin-top: 75px;
  }

  ._more {
    font-size: 14px;
    padding: 9px 30px;
  }

  .chanpin .list .item .name {
    font-size: 20px;
    margin-bottom: 26px;
  }

  .chanpin .list .item .typename {
    font-size: 15px;
  }

  .youshi .shuzi_box .item .shuzu {
    font-size: 60px;
  }

  ._summary {
    font-size: 16px;
    line-height: 25px;
  }

  .about .rt {
    padding-top: 28px;
  }

  .about2 .item {
    height: 557px;
  }

  .poster .container2 {
    height: 360px;
  }

  .case .list .item .name {
    font-size: 20px;
  }

  .case .list .item .message {
    padding: 40px 30px;
  }
}
@media (max-width: 1366px) {
  .about .rt {
    padding-top: 14px;
  }
}
@media (max-width: 768px) {
  ._title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
  }

  ._mt {
    margin-top: 60px;
  }

  .fenlei .swiper-slide-prev {
    position: relative;
    left: 0px;
  }

  .fenlei .content .item .message {
    display: none;
  }

  .fenlei .content .item {
    height: auto;
  }

  .fenlei .swiper-slide-next {
    opacity: 1;
  }

  .fenlei .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .fenlei .swiper-button-next, .fenlei .swiper-button-prev {
    display: none;
  }

  .fenlei .content .item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .fenlei .content .item .pic {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    border: 1px solid #ef5253;
  }

  .fenlei .content .item .pic img {
    max-height: 150px;
  }

  .fenlei .neirong {
    margin-bottom: 16px;
    margin-top: 44px;
  }

  .chanpin .list {
    grid-template-columns: repeat(2, 1fr);
  }

  ._more {
    font-size: 12px;
    padding: 9px 19px;
  }

  .chanpin .list .item .name {
    font-size: 18px;
    margin-bottom: 21px;
  }

  .chanpin .list .item:nth-last-child(1),
  .chanpin .list .item:nth-last-child(2) {
    margin-bottom: 0;
  }

  .poster ._title {
    text-align: center;
    margin-bottom: 40px;
  }

  .poster .container2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .poster .container2 {
    height: 337px;
  }

  .poster {
    background-attachment: unset !important;
  }

  .youshi .shuzi_box {
    flex-wrap: wrap;
  }

  .youshi .shuzi_box .item {
    width: 48%;
  }

  .youshi .shuzi_box {
    margin-top: 60px;
  }

  .youshi .shuzi_box .item .shuzu {
    font-size: 50px;
  }

  .youshi .shuzi_box .item .name {
    font-size: 17px;
    margin-bottom: 19px;
  }

  .youshi .shuzi_box .item .summary {
    font-size: 14px;
  }

  .youshi .top_box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .youshi ._title {
    margin-bottom: 50px;
  }

  .youshi {
    padding-top: 65px;
    padding-bottom: 0px;
  }

  .about .rt {
    padding-left: 0;
    text-align: center;
  }
  .about .rt ._summary {
    text-align: left;
  }

  .about ._title {
    text-align: center;
  }

  .about2 .container2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .about .rt {
    padding-top: 35px;
  }

  .about2 .item {
    height: 268px;
    margin-bottom: 20px;
  }

  .about2 .container2 {
    display: block;
  }

  .about2 .item {
    background: rgba(255, 255, 255, 0.8);
  }

  .about2 .item img {
    opacity: 1;
  }

  .case .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .case .list .item {
    margin: 0 auto;
    width: 95%;
    margin-bottom: 20px;
  }

  .case .list .item .message {
    padding: 30px;
  }

  .case .list .item .name {
    font-size: 20px;
  }

  ._py {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fenlei .content {
    padding-top: 45px;
    margin-top: 30px;
    padding-bottom: 60px;
  }

  .chanpin .list .item .typename {
    min-height: 36px;
  }

  .chanpin .list,
  .case .list {
    margin-top: 30px;
  }

  .about2 .item .jia {
    opacity: 1;
  }

  .chanpin .list .item {
    margin-bottom: 45px;
  }

  .case .list .item .message {
    padding: 15px;
  }

  .case .list .item .name {
    font-size: 14px;
    min-height: 50px;
  }

  .youshi ._title {
    text-align: center;
  }

  .fenlei .wap_item .pic p {
    padding-bottom: 0;
  }
  .fenlei .wap_item .name {
    font-size: 16px;
    margin-top: 20px;
    font-weight: unset;
  }

  .chanpin .list .item .name {
    font-size: 16px;
  }

  .about2 .item {
    overflow: hidden;
  }

  .about2 .item .bg_pic {
    display: block;
  }

  .about2 .item:nth-child(2) .bg_pic {
    top: -20%;
  }

  .youshi {
    background-size: contain !important;
  }
}

/*# sourceMappingURL=mystyle.css.map */
