/*@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";
}*/
.owl-theme .owl-controls .owl-page span, .owl-theme .owl-controls.clickable .owl-page span {
  background: white;
}

._title {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 70px;
  font-weight: bold;
}
._title p {
  font-size: 50px;
}
._title .line {
  margin: 0 auto;
  background: #002570;
  margin-top: 10px;
  width: 100px;
  height: 3px;
}

._more {
  font-size: 16px;
  border: 1px solid black;
  padding: 8px 20px;
  display: inline-block;
}
._more:hover {
  background: #002570;
  color: white;
  border: 1px solid #002570;
}

._ul li {
  font-size: 18px;
  line-height: 2;
  position: relative;
  padding-left: 20px;
}
._ul li:after {
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #002570;
  content: '';
  display: block;
}

.rounded {
  overflow: hidden;
}

.about {
  margin-top: 90px;
}
.about .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.about .content .summary {
  font-size: 18px;
}
.about .content2 {
  margin-bottom: 40px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .content2 .lf {
  width: 48%;
}
.about .content2 .lf img {
  height: 415px;
  object-fit: cover;
  object-position: center;
}
.about .content2 .rt {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.about .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .list img {
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.youshi {
  margin-top: 100px;
}
.youshi .item_box {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.youshi .item_box:nth-child(2n) {
  flex-direction: row-reverse;
}
.youshi .item_box:nth-child(2n) .pic {
  text-align: right;
  padding-left: 30px;
  padding-right: 0;
}
.youshi .item_box .pic {
  width: 50%;
  text-align: left;
  padding-right: 30px;
}
.youshi .item_box .message {
  width: 50%;
}
.youshi .item_box .message li {
  margin-bottom: 20px;
}
.youshi .item_box .message .shuzi {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.youshi .item_box .message .shuzi .num {
  background: #002570;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  width: 75px;
  height: 101px;
}
.youshi .item_box .message .shuzi .title {
  font-size: 26px;
  color: #002570;
  margin-left: 30px;
  width: 350px;
  font-weight: bold;
}

.chanpin {
  margin-top: 100px;
  background: #f1f1f1;
  padding-top: 90px;
  padding-bottom: 90px;
}
.chanpin .swiper-pagination {
  bottom: -6px;
}
.chanpin .swiper-button-prev {
  left: -30px;
}
.chanpin .swiper-button-next {
  right: -44px;
}
.chanpin .typename {
  margin-bottom: 70px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.chanpin .typename .item {
  text-align: center;
}
.chanpin .typename .item .pic {
  margin: 0 auto;
}
.chanpin .typename .item .pic img {
  width: 234px;
  overflow: hidden;
  height: 234px;
  border-radius: 100%;
}
.chanpin .typename .item .name {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 15px;
}
.chanpin .list .item {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  background: white;
  text-align: center;
  transition: .5s;
}
.chanpin .list .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.chanpin .list .item .pic img {
  transition: .5s;
  height: 200px;
}
.chanpin .list .item .name {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  height: 66px;
  padding-right: 10px;
}
.chanpin .list .item ._more {
  display: none;
}
.chanpin .list .swiper-slide {
  height: 500px;
}
.chanpin .list .swiper-slide-active {
  transform: scale(1) !important;
}
.chanpin .list .swiper-slide-active .item ._more {
  display: inline-block;
}

._more {
  background: #002570;
  font-size: 16px;
  border-radius: 30px;
  text-align: center;
  padding: 5px 30px;
  color: white;
}
._more:hover {
  background: #0034a8;
}

.swiper-button-next, .swiper-button-prev {
  background: none !important;
}

.yingyong {
  margin-top: 34px;
}
.yingyong .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yingyong .list .item {
  position: relative;
  width: 32.3%;
  text-align: center;
  margin: .5%;
}
.yingyong .list .item:nth-child(1), .yingyong .list .item:nth-child(2) {
  width: 49%;
}
.yingyong .list .item .name {
  font-size: 18px;
  background: rgba(0, 37, 112, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  width: 100%;
  text-align: center;
  padding: 8px 5px;
}

.news {
  margin-top: 100px;
  background: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 190px;
}
.news .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.news .list .item {
  width: 97%;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  background: white;
  margin: 0 auto;
  margin-bottom: 3%;
}
.news .list .item .pic {
  width: 280px;
}
.news .list .item .message {
  flex: 1;
  padding: 0 30px;
}
.news .list .item .message .addtime {
  font-size: 14px;
  opacity: .5;
}
.news .list .item .message .title {
  font-size: 16px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .list .item .message .summary {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  opacity: .5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.zhanhui {
  margin-top: 100px;
  padding-bottom: 00px;
}
.zhanhui .swiper-button-prev {
  left: -30px;
}
.zhanhui .swiper-button-next {
  right: -44px;
}
.zhanhui .swiper-wrapper {
  padding-bottom: 70px;
}
.zhanhui .swiper-pagination {
  bottom: -7px;
}
.zhanhui .item {
  text-align: center;
  margin: 0 auto;
}
.zhanhui .item img {
  height: 315px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.lianxi {
  margin-bottom: 50px;
  position: relative;
  top: -68px;
}
.lianxi .lf {
  background: #606b6f;
  padding: 70px 50px;
  width: 45%;
}
.lianxi .lf .title {
  font-size: 36px;
  text-align: left;
  margin-bottom: 40px;
  font-weight: bold;
  color: white;
}
.lianxi .lf .form input {
  background: white;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.lianxi .lf .form textarea {
  background: white;
  padding: 10px;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.lianxi .rt {
  margin-top: 131px;
  text-align: left;
}
.lianxi .rt .title {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: bold;
}
.lianxi .rt .summary {
  line-height: 23px;
  font-size: 16px;
  width: 79%;
  margin-bottom: 30px;
}
.lianxi .btn {
  padding: 6px 55px;
  font-size: 19px;
  border: 0px;
}

@media (max-width: 1600px) {
  .about .list img {
    height: 222px;
  }
}
@media (max-width: 1450px) {
  ._title p {
    font-size: 40px;
  }

  ._title {
    margin-bottom: 55px;
  }

  .about {
    margin-top: 60px;
  }

  .zhanhui .swiper-pagination {
    bottom: 20px;
  }

  .about .list img {
    height: 212px;
  }

  .chanpin .typename .item .pic img {
    width: 200px;
    height: 200px;
  }

  .chanpin .list .item .name {
    font-size: 16px;
    height: 48px;
  }

  .lianxi .btn {
    font-size: 16px;
  }

  .about .content2 .lf img {
    height: 442px;
  }

  .chanpin .list .item .pic {
    height: 260px;
    padding: 17px;
  }

  .chanpin .list .item .back {
    font-size: 21px;
  }

  .news {
    padding-bottom: 166px;
  }

  .news {
    padding-top: 60px;
    margin-top: 27px;
  }

  .yingyong {
    margin-top: 35px;
  }

  .youshi .item_box .message .shuzi .num {
    font-size: 35px;
    width: 75px;
    height: 82px;
  }

  .youshi .item_box {
    margin-bottom: 50px;
  }

  .youshi {
    margin-top: 70px;
  }

  .zhanhui {
    margin-top: 85px;
  }

  .chanpin {
    padding-top: 60px;
    padding-bottom: 0px;
    margin-top: 60px;
  }
  .chanpin #owl_goods {
    padding-bottom: 60px;
  }

  ._more {
    font-size: 14px;
    padding: 8px 28px;
  }

  .chanpin .typename .item .name {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  .chanpin .typename {
    margin-bottom: 45px;
  }

  .news .list .item .message {
    padding: 22px;
  }

  .lianxi .lf {
    padding: 52px 41px;
  }

  .lianxi .rt .title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .lianxi .rt .summary {
    margin-bottom: 25px;
  }

  .lianxi {
    margin-bottom: 0;
  }

  .lianxi .lf .title {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .chanpin .list .item {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  ._title p {
    font-size: 26px;
  }

  ._title .line {
    margin-top: 7px;
  }

  ._title {
    margin-bottom: 30px;
  }

  .chanpin {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .chanpin .typename .item {
    width: 50%;
    margin-bottom: 20px;
  }

  .chanpin .typename .item .pic img {
    width: 100px;
    height: 100px;
  }

  .chanpin .typename {
    margin-bottom: 20px;
    justify-content: flex-start;
  }

  ._more {
    padding: 6px 15px;
    font-size: 14px;
  }

  .chanpin .typename .item .name {
    font-size: 15px;
  }

  .chanpin .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .chanpin .list .item .pic {
    height: 180px;
    padding: 10px;
  }

  .chanpin .list .item .back {
    font-size: 16px;
  }

  .yingyong {
    margin-top: 53px;
  }

  .news .list {
    display: block;
  }

  .news .list {
    display: block;
  }

  .news .list .item {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }

  .news .list .item .pic {
    width: 100%;
  }
  .news .list .item .pic img {
    width: 100%;
  }

  .news .list .item .message {
    padding: 30px 20px;
  }

  .lianxi .lf {
    width: 100%;
    float: none;
    padding: 30px;
  }

  .lianxi .lf .title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .lianxi .rt {
    margin-top: 50px;
    float: none;
    width: 100%;
  }

  .about .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
  }

  .lianxi .rt .title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .lianxi .rt .summary {
    font-size: 16px;
  }

  .about .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .chanpin .typename .item .name {
    width: 100%;
    margin-top: 10px;
  }

  .chanpin .typename .item {
    width: 100%;
  }

  ._ul li {
    font-size: 16px;
  }

  .about .list img {
    height: 135px;
    width: 97%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .lianxi .rt {
    margin-top: 40px;
  }

  .lianxi {
    margin-bottom: 0;
  }

  .banner_box .word_box {
    top: 23%;
  }

  .yingyong .list .item {
    width: 100%;
  }

  .yingyong .list {
    width: 100%;
  }

  .banner_box .word_box .title {
    font-size: 19px;
  }

  .banner_box .word_box .summary {
    font-size: 18px;
  }

  .banner_box .word_box ._more {
    padding: 5px 13px;
    font-size: 14px;
  }

  .lianxi .rt .summary {
    width: 100%;
  }

  .chanpin .list .item .back {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px  10px;
    height: 100px;
  }

  .about .content2 {
    display: block;
  }

  .about .content2 .lf {
    width: 100%;
  }

  .about .content2 .rt {
    width: 100%;
  }

  .youshi .item_box {
    display: block;
  }

  .youshi .item_box .pic {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .youshi .item_box .message {
    width: 100%;
  }

  .yingyong .list .item:nth-child(1), .yingyong .list .item:nth-child(2) {
    width: 100%;
  }

  .about .content2 .lf img {
    display: none;
  }

  .about .content2 .rt {
    padding-left: 0;
    padding-right: 0;
  }

  .chanpin .swiper-button-next, .zhanhui .swiper-button-next {
    right: 0px;
    width: auto;
    height: auto;
  }

  .chanpin .swiper-button-prev, .zhanhui .swiper-button-prev {
    left: 0;
    width: auto;
    height: auto;
  }

  .chanpin .list .item .name {
    font-size: 14px;
    height: 60px;
  }

  .chanpin .list .swiper-slide {
    height: 408px;
  }

  .chanpin #owl_goods {
    padding-bottom: 0;
  }

  .chanpin .typename {
    margin-bottom: 60px;
  }

  .youshi .item_box .message .shuzi .title {
    font-size: 20px;
  }

  .youshi .item_box .message .shuzi .num {
    font-size: 28px;
  }

  ._ul li {
    line-height: 25px;
  }

  .youshi .item_box:nth-child(2n) .pic {
    text-align: center;
    padding: 0;
  }

  .youshi .item_box .pic {
    margin-bottom: 25px;
  }

  .yingyong .list .item {
    margin-bottom: 10px;
  }

  .zhanhui .item img {
    height: 180px;
  }

  .yingyong {
    margin-top: 0;
  }
}

/*# sourceMappingURL=mystyle.css.map */
