/*@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";
}*/
body {
  background: #f7f7f7;
}

aside .side1 {
  display: none;
}

.banner {
  padding-top: 50px;
}
.banner .item img {
  border-radius: 20px;
  overflow: hidden;
}

.about {
  padding-top: 50px;
}
.about .summary {
  margin-bottom: 35px;
}
.about .rt {
  height: 425px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  position: relative;
  overflow: hidden;
}
.about .rt:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  content: '';
  z-index: 1;
}
.about .lf {
  padding-bottom: 50px;
  width: 45%;
  padding-top: 60px;
}
.about .dianji_box {
  text-align: center;
  z-index: 2;
}
.about .dianji_box img {
  margin-bottom: 10px;
}

.product {
  text-align: center;
}
.product .center {
  text-align: center;
  padding: 50px;
  margin-bottom: 40px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .center ._title {
  color: black;
  text-align: center;
}
.product .item {
  background: white;
  border-radius: 20px;
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px;
}
.product .item:hover .pic img {
  transform: scale(1.1);
}
.product .item .pic {
  margin-top: 65px;
  text-align: center;
}
.product .item .pic img {
  transition: .5s;
}
.product .item .message {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .item .message .name {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
}
.product .list2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}
.product .list2 .item {
  width: 93%;
}
.product .list2 .item .message {
  flex-direction: column;
  justify-content: center;
}
.product .list2 .item .message .name {
  margin-bottom: 30px;
  min-height: 52px;
}
.product .list2 .item .pic {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .list2 .item .pic img {
  max-height: 200px;
}
.product .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
.product .list3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}

.zhengshu .content {
  border-radius: 20px;
  overflow: hidden;
  height: 526px;
}
.zhengshu .content .lf {
  background: white;
  padding: 50px;
  padding-top: 100px;
  height: 100%;
}
.zhengshu .content .rt {
  height: 100%;
  background: url("../img/zhengshu_bg.jpg") no-repeat center;
  background-size: cover;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  /* CSS Document */
}
.zhengshu .content .rt .list {
  width: 100%;
}
.zhengshu .content .rt #certify {
  position: relative;
  margin: 0 auto;
}
.zhengshu .content .rt #certify .swiper-container {
  padding-bottom: 60px;
}
.zhengshu .content .rt #certify .swiper-slide {
  width: 251px;
  height: 383px;
}
.zhengshu .content .title {
  font-size: 26px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 25px;
}

.huanjing .swiper-button-next {
  right: -35px;
}
.huanjing .swiper-button-prev {
  left: -17px;
}
.huanjing .list .item {
  text-align: center;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  /*img{
     border-radius: 20px;
     overflow: hidden;
     width: 100%;
  }*/
}

.swiper-button-next,
.swiper-button-prev {
  background: none !important;
}

.texing {
  border-radius: 20px;
  overflow: hidden;
}
.texing .item_box {
  display: flex;
  height: 410px;
  justify-content: space-between;
}
.texing .item_box .message {
  background: white;
  width: 50%;
  height: 100%;
  padding: 0px 50px;
  padding-top: 90px;
}
.texing .item_box .message .t1 {
  margin-bottom: 40px;
}
.texing .item_box .summary p {
  margin-bottom: 0;
}
.texing .item_box .pic {
  height: 410px;
  width: 50%;
}
.texing .item_box .pic img {
  height: 100%;
}
.texing .item_box:nth-child(2) {
  flex-direction: row-reverse;
}

.diqu {
  background: white;
  padding-top: 70px;
  padding-bottom: 10px;
}
.diqu ._main_content2 {
  position: relative;
}
.diqu .pic {
  text-align: center;
}
.diqu .pic img {
  margin: 0 auto;
}

.news .list {
  display: flex;
  justify-content: space-between;
}
.news .list .item {
  border-radius: 20px;
  width: 32%;
  overflow: hidden;
}
.news .list .item .pic {
  overflow: hidden;
  display: block;
}
.news .list .item .pic img {
  width: 100%;
  transition: .5s;
  max-height: 230px;
  object-fit: cover;
}
.news .list .item:hover .pic img {
  transform: scale(1.1);
}
.news .list .item:hover .message .title {
  color: #e62129;
}
.news .list .item .message {
  padding: 45px 30px;
  background: white;
}
.news .list .item .message .addtime {
  font-size: 14px;
  opacity: .7;
}
.news .list .item .message .title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
}
.news .list .item .message .summary {
  font-size: 16px;
  opacity: .7;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  min-height: 67px;
}

.liuyan .needs-validation label {
  font-size: 16px;
}
.liuyan .modal-dialog {
  max-width: 100%;
}
.liuyan .ask-price .container-fluid .text-title {
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 1600px) {
  .product .list2 .item {
    padding: 40px 20px;
  }
  .product .list2 .item .message .name {
    font-size: 20px;
    min-height: 48px;
  }
  .product .list2 .item .pic {
    margin-top: 20px;
  }

  .texing .item_box:nth-child(1) .message {
    padding-top: 40px;
  }
}
@media (max-width: 1450px) {
  .texing .item_box {
    height: 360px;
  }

  .texing .item_box .message {
    padding-top: 38px;
  }

  .texing .item_box .message .t1 {
    margin-bottom: 22px;
  }

  .news .list .item .message {
    padding: 38px 20px;
  }

  ._mb {
    margin-bottom: 70px;
  }

  .product .list2 .item .message .name {
    font-size: 16px;
  }

  ._title .t1 {
    font-size: 32px;
  }

  .texing .item_box:nth-child(1) .message {
    padding-top: 30px;
  }

  .texing .item_box .message .t1 {
    margin-bottom: 10px;
  }

  .liuyan .layer-form .container-fluid .ask-content {
    padding: 4rem 3rem 3rem;
  }
}
@media (max-width: 1366px) {
  ._title .t2 {
    margin-bottom: 28px;
  }

  .about .lf {
    padding-bottom: 35px;
    padding-top: 40px;
  }

  .product .item {
    padding: 30px;
  }

  .product .list2 .item {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._title .t1 {
    font-size: 30px;
  }

  .texing .item_box {
    height: 333px;
  }
  .texing .item_box .pic {
    height: 333px;
  }

  .news .list .item .message .summary {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .product .list2 .item .pic {
    height: 212px;
  }

  .banner_box {
    margin-top: 15px;
  }

  ._mb {
    margin-bottom: 50px;
  }

  .about .rt {
    width: 100%;
    float: none;
  }

  .about .lf {
    padding-top: 0;
    width: 100%;
    float: none;
  }

  ._title .t1 {
    font-size: 25px;
  }

  ._title .t2 {
    font-size: 18px;
  }

  ._summary {
    font-size: 15px;
  }

  .about .summary {
    margin-bottom: 20px;
  }

  ._title .t1_mb {
    margin-bottom: 25px;
  }

  ._title .t2 {
    margin-bottom: 19px;
  }

  .about .rt {
    height: 217px;
  }

  .dianji_box {
    font-size: 14px;
  }

  .product .center {
    padding: 25px;
    display: block;
  }
  .product .center .lf {
    margin-bottom: 48px;
  }
  .product .center ._title .t1 {
    font-size: 20px;
  }

  ._top_box {
    margin-bottom: 20px;
  }

  ._more {
    padding: 6px 22px;
    font-size: 14px;
  }

  .product .list {
    display: block;
  }

  .product .item {
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .product .item .pic {
    margin-top: 48px;
  }

  .huanjing .list .item {
    height: 266px;
  }

  .product .item .message {
    display: block;
  }

  .product .item .message .name {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .product .list2 {
    margin-bottom: 23px;
    grid-template-columns: repeat(2, 1fr);
  }

  .zhengshu .content {
    height: auto;
  }

  .zhengshu .content .lf {
    padding: 25px;
    height: auto;
    float: none;
  }
  .zhengshu .content .lf img {
    width: 30px;
  }

  .texing .item_box .pic img {
    height: auto;
  }

  .diqu {
    padding-bottom: 15px;
  }

  .zhengshu .content .rt #certify .swiper-container {
    padding-bottom: 41px;
  }

  .zhengshu .content .rt {
    float: none;
    height: auto;
    padding: 20px;
  }

  .zhengshu .content .title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 11px;
  }

  .zhengshu .content .rt #certify .swiper-slide {
    height: auto;
  }

  .huanjing .swiper-button-next {
    right: 0;
  }

  .huanjing .swiper-button-prev {
    left: 0;
  }

  .texing .item_box {
    height: auto;
    display: block;
  }

  .texing .item_box .message {
    width: 100%;
    height: auto;
    padding: 30px;
  }

  .texing .item_box .pic {
    width: 100%;
    height: 300px;
  }

  .diqu ._title {
    position: static;
    padding-top: 0px;
    margin-bottom: 30px;
  }

  .diqu {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news .list {
    display: block;
  }

  .news .list .item .message .summary {
    font-size: 14px;
  }

  .liuyan .ask-price .container-fluid .text-title {
    font-size: 20px;
    margin-bottom: 0;
    padding-right: 20px;
  }

  .news .list .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .news .list .item .message {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .needs-validation [class*="col-"] {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about .dianji_box img {
    width: 30px;
  }

  .liuyan .layer-form .container-fluid .ask-content {
    padding: 2rem;
  }

  .liuyan .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .liuyan .first-modal .btn-close:before {
    display: none;
  }

  ._top_box .rt .item {
    margin: 0 5px;
  }
}

/*# sourceMappingURL=mystyle.css.map */
