/*@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";
}*/
._mt {
  margin-top: 130px;
}

._py {
  padding-top: 80px;
  padding-bottom: 80px;
}

.shadow {
  box-shadow: 0 1px 7px rgba(125, 123, 123, 0.8) !important;
}

.rounded {
  border-radius: 10px !important;
  overflow: hidden;
}

._title {
  text-align: center;
  margin-bottom: 70px;
}
._title .p {
  font-weight: bold;
  font-size: 50px;
}
._title .line {
  background: red;
  margin: 20px auto;
  width: 100px;
  height: 2px;
}
._title .sumamry {
  font-size: 18px;
  text-transform: capitalize;
}

._more {
  font-size: 16px;
  border-radius: 20px;
  border: 1px solid #676767;
  padding: 5px 40px;
  color: #676767;
  display: inline-block;
  transition: .5s;
}
._more:hover {
  background: #333399;
  color: white !important;
  border: 1px solid #333399;
}

._more2 {
  background: #333399;
  color: white;
  border: 1px solid #333399;
}
._more2:hover {
  color: white;
  padding: 5px 50px;
}

.banner .swiper-button-prev {
  left: 3%;
}
.banner .swiper-button-next {
  right: 3%;
}

.pinpai .swiper-button-next, .pinpai .swiper-button-prev {
  margin-top: -4px;
}
.pinpai .item {
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px;
  padding: 10px;
}

.about {
  background: #f6f6f9;
}
.about ._title {
  text-align: left;
  margin-bottom: 30px;
}
.about ._title .line {
  margin-left: 0px;
}
.about .rt {
  overflow: hidden;
  text-align: right;
}
.about .rt video {
  object-fit: cover;
  width: 100%;
}
.about .lf {
  padding-top: 50px;
  padding-right: 100px;
}

.fenlei {
  background: #f6f6f9;
}
.fenlei .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.fenlei .list .item {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
  padding-bottom: 25px;
  transition: .5s;
  position: relative;
  top: 0;
  overflow: hidden;
}
.fenlei .list .item:hover {
  /*top: -10px;
  ._more{
     background: $color;
     color: white;
     border: 1px solid $color;
  }*/
  border-radius: 0 !important;
}
.fenlei .list .item:hover .hou {
  top: 0;
}
.fenlei .list .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
}
.fenlei .list .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fenlei .list .item .name {
  font-size: 18px;
  color: black;
  padding-top: 25px;
  margin-bottom: 20px;
}
.fenlei .list .item .hou {
  background: #333399;
  width: 100%;
  position: absolute;
  left: 0;
  top: 400px;
  height: 378px;
  padding: 0 15px;
  padding-top: 30px;
  transition: .5s;
  z-index: 3;
}
.fenlei .list .item .hou ._more {
  background: white;
  border-radius: 0;
}
.fenlei .list .item .hou ._more:hover {
  color: #333399;
}
.fenlei .list .item .hou .name {
  color: white;
}
.fenlei .list .item .hou .pic {
  height: auto;
}
.fenlei .list .item .hou .pic img {
  height: 150px;
}

.swiper-button-next, .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
}

.yingyong .content {
  display: flex;
  justify-content: space-between;
}
.yingyong .content .item {
  width: 158px;
  margin: 0 5px;
  position: relative;
  height: 426px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: .5s;
}
.yingyong .content .item ._more:hover {
  border: 1px solid #333399;
}
.yingyong .content .item.on {
  width: 550px;
}
.yingyong .content .item.on ._more {
  display: inline-block;
  opacity: 1;
}
.yingyong .content .item.on .bottom_box {
  padding: 50px;
  justify-content: space-between;
}
.yingyong .content .item .bgbg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.yingyong .content .item ._more {
  border: 1px solid white;
  color: white;
  display: none;
  opacity: 0;
  transition: .5s;
}
.yingyong .content .item .name {
  font-size: 18px;
  font-weight: unset;
  padding-left: 5px;
  padding-right: 5px;
}
.yingyong .content .item .bottom_box {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  padding: 50px;
  padding-left: 0;
  padding-right: 0;
  color: white;
  text-align: center;
}

.youshi .content {
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
}
.youshi .content .item {
  padding: 70px 30px;
  width: 24%;
  margin-bottom: 10px;
}
.youshi .content .item:hover {
  background: #333399;
}
.youshi .content .item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.youshi .content .item:hover .name {
  color: white;
}
.youshi .content .item:hover .sumamry {
  color: white;
}
.youshi .content .item .name {
  font-size: 18px;
  margin-top: 30px;
}
.youshi .content .item .sumamry {
  font-size: 16px;
  line-height: 23px;
}
.youshi .content .item .line {
  width: 50px;
  height: 2px;
  background: red;
  margin: 20px 0;
}

.tuijian {
  background: url("../images/bg.jpg") no-repeat center;
  background-size: cover;
}
.tuijian .item {
  text-align: center;
}
.tuijian .item:hover ._more {
  background: #333399;
  color: white;
  border: 1px solid #333399;
}
.tuijian .item .pic {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  background: white;
}
.tuijian .item .pic img {
  max-height: 260px;
  object-position: center;
  object-fit: cover;
}
.tuijian .item ._more {
  border: 1px solid black;
  color: black;
}
.tuijian .item .name {
  font-size: 16px;
  height: 48px;
  margin: 25px 0;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.swiper-button-next {
  right: -35px;
  margin-top: -72px;
}

.swiper-button-prev {
  left: -35px;
  margin-top: -72px;
}

.lianxi {
  margin-top: 260px;
  background: #f6f6f9;
}
.lianxi .container2 {
  overflow: visible;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.lianxi .lf {
  background: #333399;
  padding: 70px 50px;
  width: 45%;
  position: relative;
  top: -100px;
}
.lianxi .lf .title {
  font-size: 36px;
  text-align: left;
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
}
.lianxi .lf ._title {
  margin-bottom: 40px;
}
.lianxi .lf .form input {
  background: white;
  padding: 10px;
  width: 100%;
  border: 0;
  margin-bottom: 10px;
}
.lianxi .lf .form textarea {
  background: white;
  padding: 10px;
  width: 100%;
  height: 100px;
  border: 0;
  margin-bottom: 10px;
}
.lianxi .lf .btn {
  background: white;
  color: black;
  padding: 10px 50px;
  border-radius: 0;
}
.lianxi .rt {
  margin-top: 50px;
  text-align: left;
}
.lianxi .rt ._title {
  text-align: left;
  margin-bottom: 40px;
}
.lianxi .rt ._title .line {
  margin-left: 0;
}
.lianxi .rt .title2 {
  font-size: 16px;
  margin-bottom: 20px;
}
.lianxi .rt .summary2 {
  margin-top: 10px;
}
.lianxi .rt .summary2 ul li {
  margin-bottom: 8px;
  float: none;
  width: 100%;
  display: flex;
  align-items: center;
}
.lianxi .rt .summary2 ul li p {
  font-size: 16px;
}
.lianxi .rt .summary2 ul li span {
  background: #333399;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  position: relative;
  top: -6px;
}

@media (max-width: 768px) {
  .lianxi .lf {
    width: 100%;
    float: none;
    padding: 30px;
    position: static;
  }

  .lianxi .lf .title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .lianxi .container2 {
    display: block;
  }

  .lianxi .rt {
    margin-top: 0px;
    float: none;
    width: 100%;
  }

  .lianxi .rt .title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .lianxi .rt .summary2 ul li p {
    flex: 1;
  }

  .lianxi .rt .summary {
    font-size: 16px;
  }

  .lianxi .rt {
    margin-top: 0px;
  }

  .lianxi {
    margin-bottom: 0;
    margin-top: 0 !important;
    padding-bottom: 50px;
    padding-top: 65px;
  }

  .lianxi .lf .btn {
    font-size: 14px;
    padding: 10px 31px;
  }

  .lianxi .lf .form input,
  .lianxi .lf .form textarea {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .pinpai .item {
    height: 159px;
    padding: 26px;
  }

  ._title .p {
    font-size: 40px;
  }

  ._mt {
    margin-top: 100px;
  }

  .fenlei .list .item {
    width: 94%;
  }
}
@media (max-width: 1450px) {
  ._title {
    margin-bottom: 55px;
  }

  ._mt {
    margin-top: 85px;
  }

  .fenlei .list .item .name {
    font-size: 17px;
  }

  ._more {
    font-size: 15px;
    padding: 5px 30px;
  }

  .fenlei .list .item {
    margin-bottom: 40px;
  }

  .fenlei .list .item {
    width: 92%;
  }

  .yingyong .content .item {
    height: 375px;
  }

  ._title .sumamry {
    font-size: 16px;
  }

  .youshi .content .item {
    padding: 57px 23px;
    width: 24%;
  }

  .lianxi .lf .title {
    font-size: 29px;
  }

  .lianxi {
    margin-top: 227px;
  }

  .fenlei .list .item .pic {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }

  .pinpai .item {
    height: 124px;
    padding: 19px;
  }

  ._mt {
    margin-top: 65px;
  }

  ._title {
    margin-bottom: 35px;
  }

  ._title {
    margin-bottom: 35px;
  }

  ._title .p {
    font-size: 33px;
  }

  ._py {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .fenlei .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .fenlei .list .item .name {
    font-size: 16px;
  }

  ._more {
    font-size: 14px;
    padding: 5px 30px;
  }

  .fenlei {
    padding-bottom: 30px;
  }

  .yingyong .content {
    flex-wrap: wrap;
  }

  .yingyong .content .item {
    width: 47% !important;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .yingyong .content .item .bottom_box {
    padding: 0 !important;
    flex-direction: column;
  }

  .yingyong .content .item {
    height: 215px;
  }

  .yingyong .content .item .name {
    margin-bottom: 30px;
  }

  .yingyong .content .item ._more {
    display: inline-block !important;
    opacity: 1;
  }

  .about .lf {
    padding-top: 0;
    padding-right: 0;
    text-align: center;
  }
  .about .lf img {
    padding-top: 10px;
  }
  .about .lf ._title .sumamry {
    margin-top: 30px;
  }

  .about ._title {
    text-align: center;
  }
  .about ._title .line {
    margin-left: auto;
  }

  .youshi .content {
    flex-wrap: wrap;
  }

  .youshi .content .item {
    width: 48%;
  }

  .youshi .content .item {
    padding: 35px 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .youshi .content .item .sumamry {
    font-size: 14px;
    line-height: 21px;
  }

  .youshi .content .item .name {
    font-size: 16px;
    margin-top: 26px;
  }

  .tuijian .item .name {
    margin: 18px 0;
  }

  .tuijian .swiper-button-next, .tuijian .swiper-button-prev {
    margin-top: -52px;
  }

  .lianxi .lf .title {
    font-size: 22px;
  }

  .lianxi {
    margin-top: 180px;
  }

  .lianxi .rt {
    margin-top: 40px;
  }

  .lianxi .rt ._title {
    text-align: center;
  }

  .lianxi .rt ._title .line {
    margin-left: auto;
  }

  .yingyong .content .item .name {
    height: 42px;
  }
}

/*# sourceMappingURL=mystyle.css.map */
