@charset "UTF-8";
/*@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";
}*/
.ipage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: white;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 333;
  overflow-x: hidden;
  transition: .35s;
}
.ipage .name {
  font-size: 40px;
  color: #535353;
  margin: 30px 0;
}
.ipage .enter {
  background: #198839;
  padding: 10px 30px;
  color: white;
  font-size: 30px;
  text-align: center;
  animation: myfirst 2s infinite ease-in-out;
  -webkit-animation: myfirst 2s infinite ease-in-out;
  /* Safari and Chrome */
  transition: .3s;
  letter-spacing: 0px;
  cursor: pointer;
}

@keyframes myfirst {
  0% {
    letter-spacing: 0px;
  }
  50% {
    letter-spacing: 3px;
  }
  100% {
    letter-spacing: 0px;
  }
}
@-webkit-keyframes myfirst /* Safari ä¸Ž Chrome */ {
  0% {
    letter-spacing: 0px;
  }
  50% {
    letter-spacing: 3px;
  }
  100% {
    letter-spacing: 0px;
  }
}
._more {
  background: #2264a0;
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 40px;
}
._more:hover {
  color: white;
  background: #247abe;
}

._title {
  margin-bottom: 55px;
  text-align: center;
  line-height: 2;
}
._title h5 {
  font-size: 30px;
  font-weight: unset;
  color: #2264a0;
  font-size: 22px;
  margin-bottom: 0;
}
._title p {
  font-size: 36px;
  font-family: 'PingFangSC-Medium-ttf';
}

.swiper-button-prev,
.swiper-button-next {
  background: none;
  width: 21px;
  height: 52px;
  margin-top: -44px;
}

/*huoban*/
.huoban {
  margin-top: 80px;
}
.huoban .container2 {
  overflow: visible;
  padding-bottom: 40px;
}
.huoban .owl_huoban {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.huoban .owl_huoban .item {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.huoban .owl_huoban .item:hover img {
  transform: scale(1.05);
}
.huoban .owl_huoban .item .pic {
  overflow: hidden;
  margin: 0 auto;
}
.huoban .owl_huoban .item .pic img {
  width: 100%;
  transition: .5s;
}
.huoban .owl_huoban .item .name {
  font-size: 22px;
  color: white;
  padding: 11px;
}

.huoban .owl_huoban .item .name1 {
  background: #bd7600;
}

.huoban .owl_huoban .item .name2 {
  background: #c0d600;
}

.huoban .owl_huoban .item .name3 {
  background: #bd7600;
}

.huoban .owl_huoban .item .name4 {
  background: #4776b1;
}

.huoban .owl_huoban .item .name5 {
  background: #85b95c;
}

.huoban .owl_huoban .item .name6 {
  background: #4776b1;
}

.huoban .owl_huoban .item .name7 {
  background: #28582b;
}

.huoban .owl_huoban .item .name8 {
  background: #a8864e;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.youshi {
  padding-top: 130px;
  padding-bottom: 110px;
  background-attachment: fixed !important;
  background-position: center;
}
.youshi ._title {
  text-align: left;
}
.youshi ._title h5 {
  font-size: 30px;
}
.youshi ._title p {
  font-size: 50px;
}
.youshi .lf {
  margin-top: 135px;
}
.youshi .rt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 27%;
}
.youshi .rt .item {
  margin: 5px;
  background: white;
  width: 176px;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  color: black;
  margin-left: auto;
  position: relative;
  margin-right: 0;
  margin-bottom: 10px;
}
.youshi .rt .item:hover {
  background: #2264a0;
  color: white;
}
.youshi .rt .item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.youshi .rt .item .name {
  margin-top: 15px;
}
.youshi .rt .item img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(10) invert(1);
}
.youshi .rt .item3 {
  left: -80px;
}
.youshi .rt .item4 {
  left: -80px;
}
.youshi .rt .item5 {
  left: -160px;
}
.youshi .rt .item6 {
  left: -160px;
}

.hezuo {
  margin-top: 100px;
}
.hezuo .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.hezuo .list .item {
  width: 93%;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 0px 4px 9px 0px rgba(51, 51, 51, 0.31);
  margin: 10px auto;
}

.about {
  margin-top: 80px;
  margin-bottom: 115px;
}
.about .content {
  margin-top: 30px;
}
.about .content .rt {
  margin-top: 84px;
  padding-left: 30px;
}
.about .content .rt .title {
  font-size: 22px;
  color: #2264a0;
  font-weight: bold;
  margin-bottom: 15px;
}
.about .content .rt .summary1 {
  font-size: 17px;
  color: #2f2f2f;
  margin-bottom: 45px;
  line-height: 28px;
}
.about .content .rt .list {
  margin-top: 50px;
}
.about .content .rt .list ul {
  display: flex;
  justify-content: space-around;
}
.about .content .rt .list ul li {
  width: 22%;
  text-align: center;
}
.about .content .rt .list ul li .num {
  font-weight: bold;
  font-size: 38px;
  color: #2264a0;
}
.about .content .rt .list ul li .summary {
  font-size: 14px;
  margin-top: 15px;
  color: #9d9d9d;
}
.about .content .lf {
  padding-right: 30px;
}
.about .content .lf img {
  border-radius: 5px;
}

.poster {
  height: 700px;
  padding-top: 200px;
  margin-top: 80px;
  color: white;
  text-align: center;
}
.poster ._title {
  color: white;
}
.poster .bofang {
  margin-top: 120px;
}
.poster img {
  margin-bottom: 5px;
}

.licheng {
  background: url("../images/licheng_bgt.jpg") no-repeat center;
  background-size: cover;
  height: 600px;
  padding-top: 85px;
}
.licheng .swiper-button-prev, .licheng .swiper-button-next {
  width: auto;
  height: auto;
  position: absolute;
  top: 146px;
  right: 14px;
}
.licheng .swiper-slide-active .item .summary {
  display: block !important;
}
.licheng .owl_licheng {
  background: url("../images/line.png") no-repeat center;
  background-position-y: 113px;
  background-position-x: 1px;
  position: relative;
}
.licheng .owl_licheng .item {
  padding: 20px 0;
  text-align: center;
}
.licheng .owl_licheng .item .year {
  width: 175px;
  height: 175px;
  border-radius: 100%;
  border: 5px solid #2264a0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #2264a0;
  font-weight: bold;
  background: url("../images/licheng.png") no-repeat center;
  background-size: cover;
  margin: 0 auto;
}
.licheng .owl_licheng .item .name {
  font-size: 18px;
  color: #3e3e3e;
  margin: 20px 0;
  font-weight: bold;
}
.licheng .owl_licheng .item .summary {
  font-size: 16px;
  color: #3e3e3e;
  display: none;
}

@media (min-width: 768px) {
  .licheng .swiper-slide {
    text-align: center;
    transform: scale(0.8);
    overflow: inherit;
    width: 20%;
    transition: all 0.4s;
    margin: 0 0px;
  }
  .licheng .swiper-slide-active {
    transform: scale(1.1);
    opacity: 1;
    z-index: 999;
  }
}
.honer {
  background: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 100px;
}
.honer .owl_zhengshu {
  position: relative;
}
.honer .owl_zhengshu .item {
  padding: 10px;
  text-align: center;
}
.honer .swiper-button-prev {
  left: -22px;
}
.honer .swiper-button-next {
  right: -22px;
}

.liuyan_box {
  padding-top: 100px;
  padding-bottom: 100px;
  background-attachment: fixed !important;
  background-position: center !important;
}
.liuyan_box ._title {
  text-align: left;
}
.liuyan_box .line {
  background: black;
  width: 100px;
  height: 1px;
}
.liuyan_box .lf {
  padding-top: 77px;
}
.liuyan_box .rt .input_box {
  margin-bottom: 10px;
}
.liuyan_box .rt .infoInput {
  border: 0px;
  background: #eaeaea;
  padding: 10px;
  width: 100%;
}
.liuyan_box .rt .input_box_3 .infoInput {
  height: 115px;
}
.liuyan_box .rt .code_box {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.liuyan_box .rt .code_box .infoInput {
  width: 200px;
}
.liuyan_box .rt .code_box img {
  margin-left: 10px;
}

.news {
  margin-top: 80px;
  margin-bottom: 80px;
}
.news .list {
  display: flex;
  justify-content: space-around;
}
.news .list .item {
  width: 30%;
  background: #f2f2f2;
  padding: 15px;
}
.news .list .item .pic {
  overflow: hidden;
}
.news .list .item img {
  transition: .5s;
}
.news .list .item img:hover {
  transform: scale(1.05);
}
.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;
}

@media (max-width: 1600px) {
  .product .owl_goods .item .pic img {
    max-width: 88%;
  }

  .poster {
    height: 520px;
  }

  .about .content .rt .summary1 {
    font-size: 15px;
    color: #2f2f2f;
    line-height: 25px;
    margin-bottom: 25px;
  }

  .about .content .rt .list {
    margin-top: 25px;
  }

  .about .content .rt {
    margin-top: 13px;
  }

  .about .content .rt .list ul li .summary {
    margin-top: 9px;
  }

  .about .content .rt .list ul li .num {
    font-size: 32px;
  }
}
@media (max-width: 1450px) {
  .youshi .rt .item1 {
    left: -75px;
  }

  .youshi .rt .item2 {
    left: -53px;
  }

  .youshi .rt .item3 {
    left: -136px;
  }

  .youshi .rt .item4 {
    left: -116px;
  }

  .youshi .rt .item5 {
    left: -182px;
  }
}
@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;
  }

  .poster2 {
    padding-top: 17px;
    height: 259px;
  }

  .licheng .owl_licheng .item .name {
    margin-bottom: 13px;
  }

  .licheng .owl_licheng .item .summary {
    font-size: 14px;
  }

  .honer .owl_zhengshu .item {
    padding: 0px 48px;
  }

  ._title {
    line-height: 2;
    margin-bottom: 30px;
  }

  ._title h5 {
    font-size: 26px;
  }

  ._title p {
    font-size: 22px;
  }

  .huoban .owl_huoban .item {
    padding: 0 30px;
  }

  .huoban .swiper-button-next {
    right: 0;
  }

  .youshi {
    padding-top: 78px;
  }

  .honer .swiper-button-prev {
    left: 0;
  }

  .honer .swiper-button-next {
    right: 0;
  }

  .youshi .rt {
    margin-bottom: 30px;
  }

  .youshi ._title {
    text-align: center;
  }

  .huoban .swiper-button-prev {
    left: 0;
  }

  .huoban .owl_huoban .item .name {
    font-size: 18px;
  }

  .product {
    margin-bottom: 0px;
  }

  .product .owl_goods .item .bg {
    height: 230px;
    width: 80%;
  }

  .product .owl_goods .item .pic img {
    max-width: 100%;
  }

  .product .owl_goods .item .pic {
    top: 0;
  }

  .product .owl_goods {
    margin-top: 0;
  }

  .product .owl_goods .item {
    padding: 0 30px;
  }

  .poster {
    height: 185px;
  }

  .about .content {
    padding-left: 0;
    padding-right: 0;
  }

  .about .content .rt {
    padding-left: 0;
  }

  .about .content .rt .title {
    font-size: 18px;
    text-align: center;
  }

  .about .content .rt .summary1 {
    text-align: center;
  }

  .about ._more {
    margin: 0 auto;
  }

  .about .content .rt .list ul li {
    width: 50%;
    margin-bottom: 15px;
  }

  .about .content .rt .list ul {
    flex-wrap: wrap;
  }

  .about .content .rt .list ul li .num {
    font-size: 25px;
  }

  .about .content .rt .list {
    margin-top: 35px;
  }

  .about .content .rt {
    margin-top: 35px;
  }

  .about {
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .licheng .owl_licheng {
    background: none;
  }

  .licheng .swiper-button-prev, .licheng .swiper-button-next {
    display: none;
  }

  .licheng {
    height: 490px;
    padding-top: 50px;
  }

  .licheng .swiper-slide-active {
    transform: scale(1);
  }

  .honer .swiper-slide {
    margin: 0;
  }

  .news {
    margin-top: 60px;
    margin-bottom: 45px;
  }

  .news {
    margin-top: 60px;
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .huoban .owl_huoban {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .huoban .owl_huoban .item {
    padding: 0 0px;
  }

  .huoban .owl_huoban .item .name {
    font-size: 16px;
  }

  .huoban {
    margin-top: 50px;
  }

  .product {
    margin-top: 50px;
  }

  .huoban .owl_huoban .item {
    margin-bottom: 25px;
  }

  .product .owl_goods .name {
    text-align: center;
    display: block;
  }

  .huoban .container2 {
    padding-bottom: 0;
  }

  .product .owl_goods .item {
    padding: 0 10px;
  }

  .product .swiper-button-prev, .product .swiper-button-next {
    display: none;
  }

  .poster img {
    margin-bottom: 10px;
  }

  .poster p {
    font-size: 14px;
  }

  .honer .owl_zhengshu .item {
    padding: 0px 10px;
  }

  .honer {
    margin-top: 55px;
  }

  .about .content .lf {
    padding-right: 0px;
  }

  .youshi ._title p {
    font-size: 33px;
  }

  .huoban .owl_huoban .item .name {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .youshi .rt {
    width: 100%;
  }

  .youshi .lf {
    margin-top: 0;
    text-align: center;
  }

  .youshi .rt .item {
    position: static;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .liuyan_box .lf {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .liuyan_box ._title {
    text-align: center;
  }

  .liuyan_box .line {
    margin-left: auto;
    margin-right: auto;
  }

  .liuyan_box {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hezuo .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .hezuo .list .item {
    padding: 10px;
  }

  .huoban .owl_huoban .item .name {
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*# sourceMappingURL=index.css.map */
