/*@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 (min-width: 1450px) and (max-width: 2000px) {
  .container2 {
    width: 90%;
    max-width: unset !important;
  }
}
._pd {
  padding-top: 120px;
  padding-bottom: 120px;
}

.line {
  background: black;
  height: 3px;
  width: 70px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

._title {
  font-size: 40px;
  font-weight: unset;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333333;
  text-transform: capitalize;
}

._more {
  font-size: 16px;
  border-radius: 30px;
  overflow: hidden;
  padding: 7px 30px;
  background: #fe0101;
  color: white;
  display: inline-block;
}
._more:hover {
  color: white !important;
  background: #d30101 !important;
  border: 1px solid #fe0101 !important;
}

.rounded {
  border-radius: 15px !important;
  overflow: hidden !important;
}

.huoban {
  padding-bottom: 0;
}
.huoban .list {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.huoban .list .item {
  width: 23%;
  text-align: center;
}
.huoban .list .item img {
  max-height: 34px;
}
.huoban .list .item .title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}
.huoban .list .item .summary {
  font-size: 16px;
  line-height: 25px;
}

.about .lf {
  text-align: center;
}
.about .rt {
  margin-top: 50px;
}
.about .summary {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.youshi {
  margin-top: 100px;
}
.youshi .lf {
  height: 454px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 16px;
  color: white;
}
.youshi .lf img {
  margin-bottom: 10px;
}
.youshi .rt {
  padding-left: 40px;
  padding-right: 40px;
}
.youshi .rt .summary {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.youshi .rt .list {
  display: flex;
  align-items: center;
  width: 84%;
  justify-content: space-between;
}
.youshi .rt .list .item {
  display: flex;
  align-items: center;
}
.youshi .rt .list .item img {
  margin-right: 10px;
}
.youshi .rt .list .item .name {
  font-size: 22px;
  margin: 0;
}

.chanpin {
  margin-top: 60px;
}
.chanpin .container2 {
  overflow: visible;
}
.chanpin .list {
  position: relative;
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.chanpin .list .item {
  width: 95%;
  text-align: center;
  padding: 45px 20px;
  margin: 5px;
  margin-bottom: 10%;
  overflow: hidden;
  background: white;
  color: white;
  height: 668px;
  display: flex;
  align-items: flex-start;
  text-align: center;
}
.chanpin .list .item:after {
  display: block;
  background: url("../images/heise.png") no-repeat top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
}
.chanpin .list .item:hover .pic img {
  transform: scale(1.1);
}
.chanpin .list .item .message {
  width: 100%;
  position: relative;
  z-index: 2;
}
.chanpin .list .item ._more {
  border: 1px solid white;
  color: white;
  background: transparent;
}
.chanpin .list .item .pic {
  margin-bottom: 30px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.chanpin .list .item .pic img {
  max-height: 250px;
  transition: .5s;
}
.chanpin .list .item .typename {
  font-size: 16px;
  color: #fe0101;
  font-weight: unset;
  margin: 0;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.chanpin .list .item .name {
  margin-top: 25px;
  margin-bottom: 25px;
}
.chanpin .list .item .name a {
  color: white;
  font-size: 22px;
  font-weight: 500;
}
.chanpin .owl-theme .owl-controls {
  bottom: 52%;
}
.chanpin .owl-theme .owl-controls .owl-buttons div {
  width: 11px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 1;
  position: absolute;
}
.chanpin .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -20px;
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
}
.chanpin .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -10px;
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
}

.tedian {
  background: url("../images/youshi_bg.jpg") no-repeat bottom;
  background-size: cover;
  padding-bottom: 0;
}
.tedian .content {
  margin-top: 122px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tedian .content .item {
  background: white;
  width: 48%;
  margin-bottom: 116px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 75px;
}
.tedian .content .item:nth-child(3) {
  margin-bottom: 0;
}
.tedian .content .item:nth-child(4) {
  margin-bottom: 0;
}
.tedian .content .item .pic {
  width: 112px;
  height: 108px;
  border-radius: 10px;
  box-shadow: 0px 6px 7px 0px rgba(199, 199, 199, 0.77);
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  top: -58px;
  justify-content: center;
  background: white;
}
.tedian .content .item .name {
  font-size: 22px;
  margin-bottom: 20px;
}
.tedian .content .item .summary {
  font-size: 18px;
  opacity: .7;
}

.zhengshu {
  background: url("../images/zhengshu_bg.jpg") no-repeat center;
  background-size: cover;
  height: 834px;
  padding-top: 208px;
}
.zhengshu ._title {
  color: black;
}
.zhengshu .summary {
  color: black;
  font-size: 22px;
  line-height: 36px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 85%;
}

.news .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
}
.news .list .item {
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 5%;
}
.news .list .item .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px dashed black;
  font-weight: unset;
}
.news .list .item .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;
}

@media (max-width: 1600px) {
  ._title {
    font-size: 35px;
  }

  .about .summary {
    font-size: 15px;
    line-height: 25px;
  }

  .youshi .lf {
    height: 386px;
  }

  .youshi .rt .summary {
    font-size: 15px;
    line-height: 25px;
  }

  .youshi .rt .list .item img {
    margin-right: 6px;
  }

  .youshi .rt .list .item .name {
    font-size: 20px;
    margin: 0;
  }

  .youshi .rt .summary {
    margin-bottom: 40px;
  }

  ._more {
    font-size: 14px;
  }

  .chanpin .list .item .name {
    font-size: 18px;
    font-weight: unset;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .chanpin .list .item {
    padding: 28px;
  }

  .tedian .content .item .summary {
    font-size: 16px;
  }

  .tedian .content .item .name {
    font-size: 21px;
    margin-bottom: 17px;
  }

  .tedian .content .item .pic {
    top: -38px;
    width: 90px;
    height: 90px;
  }
  .tedian .content .item .pic img {
    width: 40px;
  }

  .tedian .content .item {
    margin-bottom: 84px;
    padding-top: 0;
    padding-bottom: 48px;
  }

  .tedian .content {
    margin-top: 80px;
  }

  .zhengshu .summary {
    font-size: 15px;
    line-height: 25px;
    margin-top: 33px;
    margin-bottom: 50px;
  }

  .zhengshu {
    height: 579px;
    padding-top: 170px;
  }
}
@media (max-width: 1450px) {
  ._pd {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about .summary {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }

  .chanpin .list .item {
    height: 490px;
  }

  .chanpin .list {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  ._title {
    font-size: 25px;
    margin-bottom: 18px;
  }

  .youshi .lf {
    width: 100%;
  }

  .youshi .lf {
    height: 235px;
  }

  .youshi .lf img {
    width: 40px;
  }

  .youshi .rt {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }

  .youshi .rt .summary,
  .about .summary {
    font-size: 15px;
    line-height: 23px;
  }

  .youshi .rt .list {
    width: 100%;
  }

  .youshi .rt .summary {
    margin-bottom: 25px;
  }

  ._pd {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .chanpin .list {
    flex-wrap: wrap;
    grid-template-columns: repeat(1, 1fr);
  }

  ._more {
    padding: 7px 27px;
    font-size: 12px;
  }

  .chanpin .list .item {
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
  }

  .chanpin .list .item .name {
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 16px;
  }

  .tedian .content {
    display: block;
  }
  .tedian .content .item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    margin-bottom: 60px;
  }

  .tedian .content .item:nth-child(4) {
    margin-bottom: 0px;
  }

  .tedian .content .item:nth-child(3) {
    margin-bottom: 84px;
  }

  .tedian .content .item .name {
    font-size: 18px;
    margin-bottom: 9px;
  }

  .zhengshu {
    margin-top: 0;
  }

  .zhengshu {
    height: 427px;
    padding-top: 66px;
    margin-top: -100px;
  }

  .zhengshu .summary {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .zhengshu .summary {
    font-size: 14px;
    width: 100%;
  }

  .chanpin .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
  }

  .chanpin .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
  }

  .chanpin .list .item .pic {
    height: 175px;
  }

  .zhengshu {
    background-position: left !important;
  }

  .youshi .rt .summary, .about .summary {
    font-size: 14px;
    line-height: 22px;
  }

  .youshi .rt .list .item .name {
    font-size: 14px;
  }

  .youshi .lf {
    height: 205px;
    font-size: 14px;
  }
  .youshi .lf img {
    width: 30px;
  }

  .chanpin .list .item {
    padding-top: 10px;
  }

  .chanpin .list .item .typename {
    font-size: 12px;
  }

  .tedian .content .item .pic {
    width: 50px;
    height: 50px;
  }
  .tedian .content .item .pic img {
    width: 30px;
    height: 30px;
  }

  .tedian .content .item .summary {
    font-size: 14px;
  }

  .tedian {
    padding-bottom: 0;
  }

  .chanpin .list .item .name {
    font-size: 14px;
    line-height: inherit;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .zhengshu {
    height: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .about {
    padding-top: 0;
  }

  .huoban .list {
    flex-wrap: wrap;
  }

  .huoban .list .item {
    width: 48%;
    margin-bottom: 40px;
  }

  .huoban {
    padding-bottom: 20px;
  }

  .huoban .list .item .title {
    font-size: 16px;
    height: 38px;
  }

  .about {
    text-align: center;
  }

  .huoban .list .item .summary {
    font-size: 14px;
    line-height: 22px;
  }

  .about .rt {
    margin-top: 0;
  }

  .chanpin .list .item {
    height: 300px;
  }

  .chanpin {
    padding-top: 0;
  }

  .news .list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
  }

  .news .list .item {
    padding: 10px;
  }

  .news .list .item .summary {
    font-size: 14px;
  }

  .news .list .item .title {
    font-size: 14px;
    display: block;
    height: auto;
  }

  .huoban .list img {
    max-width: 100px;
  }

  .youshi {
    margin-top: 60px;
  }

  .youshi .lf {
    margin-bottom: 30px;
  }

  .zhengshu {
    /*background: url("../images/wap_zhengshu_bg.jpg") no-repeat center;
    background-size: cover;*/
    padding-bottom: 0;
  }

  .huoban .list .item img {
    max-height: 26px;
  }

  .about .summary {
    margin-top: 20px;
    text-align: left;
  }

  .about1 .summary {
    margin-top: 0;
  }

  .chanpin .list .item:after {
    opacity: .5;
  }

  .chanpin .list {
    margin-top: 45px;
  }

  .chanpin {
    padding-bottom: 0;
  }

  .zhengshu ._title {
    text-align: center;
  }

  .zhengshu .summary {
    text-align: left;
  }

  .zhengshu {
    text-align: center;
  }

  .zhengshu .line {
    margin-left: auto;
    margin-right: auto;
  }

  .chanpin {
    margin-top: 0;
  }

  .chanpin .list .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .news .list .item {
    width: 100%;
  }
}

/*# sourceMappingURL=mystyle.css.map */
