@font-face {
  font-family: 'jiangxi';
  src: url("../fonts/CormorantSC-Regular-2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'jiangxi2';
  src: url("../fonts/AbrilFatface-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ff {
  font-family: "jiangxi";
}

.ff2 {
  font-family: "jiangxi2";
}

/*@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";
}*/
.ban_video .player-container-id-dimensions {
  width: 100%;
  height: 75vh;
  object-fit: fill;
}

._about .title {
  font-weight: bold;
  color: black;
  font-size: 32px;
  margin-top: 76px;
  margin-bottom: 46px;
  bottom: 10%;
}
._about .summary {
  font-size: 18px;
  color: black;
}
._about .summary p {
  font-size: 18px;
  color: black;
}

._tedian {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
._tedian .item {
  width: 31%;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: capitalize;
}
._tedian .item .pic img {
  width: 100%;
}
._tedian .item .message {
  box-shadow: 0px 7px 14.08px 1.92px rgba(4, 0, 0, 0.04);
  padding: 20px;
  margin-bottom: 20px;
}
._tedian .item .name {
  font-family: "jiangxi";
  font-size: 23px;
  margin-bottom: 10px;
  margin-top: 7px;
}
._tedian .item .summary {
  height: auto;
  min-height: 56px;
  font-size: 16px;
}

._shuju {
  margin-bottom: 80px;
}
._shuju .container2 {
  background: #f4f5f6;
  padding: 30px;
  display: flex;
  justify-content: space-around;
}
._shuju .container2 .item {
  text-transform: capitalize;
  text-align: center;
}
._shuju .container2 .item:hover {
  color: #e77501;
}
._shuju .container2 .item:hover .pic img {
  filter: unset;
}
._shuju .container2 .item:hover .nian .num {
  color: #e77501;
}
._shuju .container2 .item:hover .nian .jia {
  color: #e77501;
}
._shuju .container2 .item .pic {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
._shuju .container2 .item .pic img {
  transition: .5s;
  filter: brightness(0) invert(0);
}
._shuju .container2 .item .nian {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 4px;
}
._shuju .container2 .item .nian .num {
  font-size: 26px;
  font-weight: bold;
  color: black;
}
._shuju .container2 .item .nian .jia {
  font-size: 16px;
  font-weight: unset;
  color: black;
  text-transform: capitalize;
  margin-left: 14px;
  margin-bottom: 3px;
}
._shuju .container2 .item .summary {
  font-size: 16px;
}

.poster {
  margin-bottom: 100px;
  padding-top: 300px;
  height: 663px;
  padding-bottom: 200px;
}
.poster .lf {
  color: white;
  width: 43%;
  padding-left: 10%;
}
.poster .lf .p {
  font-size: 38px;
  font-weight: unset;
  margin-bottom: 10px;
}
.poster .lf .h1 {
  font-size: 22px;
  text-transform: uppercase;
}
.poster .lf .summary {
  font-size: 26px;
}
.poster .lf .more {
  margin-top: 15px;
  color: black;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  background: white;
  padding: 5px 50px;
}

@media (max-width: 1450px) {
  .poster .rt .h1 {
    font-size: 43px;
  }
}
@media (max-width: 768px) {
  .poster .rt {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }

  .poster .rt .summary {
    font-size: 15px;
    margin: 30px 0;
    line-height: 2;
  }

  .poster .rt .more {
    padding: 8px 50px;
    margin-top: 0;
  }

  .poster {
    margin-bottom: 70px;
  }
}
.youshi {
  margin-top: 0px;
  position: relative;
  z-index: 33;
}
.youshi .list {
  display: flex;
  box-shadow: 0px 7px 14.08px 1.92px rgba(4, 0, 0, 0.04);
  justify-content: space-between;
  padding: 40px;
  background: white;
}
.youshi .list .item {
  width: 25%;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.youshi .list .item .pic {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.youshi .list .item .name {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  font-family: 'jiangxi';
}
.youshi .list .item .summary {
  font-size: 16px;
  line-height: 22px;
}

._title {
  text-align: center;
  margin-bottom: 50px;
  text-transform: capitalize;
}
._title h2 {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'jiangxi';
}
._title p {
  font-size: 16px;
}

.fenlei {
  margin-bottom: 100px;
  margin-top: 40px;
}
.fenlei .list2 .item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2%;
  transition: .5s;
  height: 533px;
  overflow: hidden;
}
.fenlei .list2 .item .name {
  position: absolute;
  z-index: 2;
  transition: .5s;
  font-size: 22px;
  font-weight: unset;
  color: white;
  text-transform: capitalize;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 30px;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.fenlei .list2 .lf {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fenlei .list2 .rt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.fenlei .list2 .rt .item:nth-child(4), .fenlei .list2 .rt .item:nth-child(3) {
  margin-bottom: 0;
}
.fenlei .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fenlei .list .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 351px;
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2%;
  transition: .5s;
  overflow: hidden;
}
.fenlei .list .item:hover:after {
  display: none;
}
.fenlei .list .item:hover .name {
  display: none;
}
.fenlei .list .item:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
}
.fenlei .list .item .name {
  position: relative;
  z-index: 2;
  transition: .5s;
  font-size: 23px;
  color: white;
  top: 0;
  text-transform: uppercase;
}

.chanpin {
  margin-top: 40px;
  margin-bottom: 100px;
}

._more {
  display: flex;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #6d6d6d;
  margin-top: 30px;
  justify-content: center;
  width: 190px;
  height: 40px;
  transition: .5s;
}
._more p {
  margin-bottom: 0;
}
._more:hover {
  color: white;
  background: #e77501;
  border: 1px solid #e77501;
}
._more:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
._more img {
  margin-left: 5px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(10) invert(10);
  width: 11px;
  transition: .5s;
}

.news .list {
  margin-top: 30px;
  margin-bottom: 120px;
}
.news .list .item {
  padding: 25px;
  margin: 5px;
  box-shadow: 0px 7px 13px rgba(192, 198, 211, 0.25);
  text-transform: capitalize;
  margin-bottom: 40px;
}
.news .list .item:last-child {
  margin-bottom: 0;
}
.news .list .item:hover .title {
  color: #e77501;
}
.news .list .item .typename {
  font-size: 12px;
}
.news .list .item .title {
  font-size: 19px;
  font-weight: bold;
  margin: 15px 0;
}
.news .list .item .summary {
  font-size: 14px;
}

.swiper-button-next,
.swiper-button-prev {
  background: none !important;
}

.lianxi {
  margin-bottom: 0px;
  background: #f6f6f9;
  margin-top: 120px;
}
.lianxi .container2 {
  overflow: visible;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.lianxi .lf {
  background: #141310;
  padding: 70px 50px;
  width: 45%;
  position: relative;
  top: -50px;
}
.lianxi .lf .title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  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 .lf .btn {
  background: white;
  color: black;
  padding: 10px 50px;
  border-radius: 0;
}
.lianxi .rt {
  margin-top: 70px;
  text-align: left;
}
.lianxi .rt .title1 {
  font-size: 36px;
}
.lianxi .rt .title2 {
  font-size: 16px;
  margin-bottom: 20px;
}
.lianxi .rt .summary2 ul li {
  margin-bottom: 5px;
  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: #e77501;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  position: relative;
  top: -6px;
}

.zhengshu {
  background: url("../images/zhengshu_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.zhengshu .swiper-button-next, .zhengshu .swiper-button-prev {
  width: auto;
  height: auto;
}
.zhengshu .lf {
  padding-right: 80px;
}
.zhengshu .lf .summary {
  margin-bottom: 50px;
}
.zhengshu .lf ._title {
  text-align: left;
  margin-bottom: 20px;
}
.zhengshu .rt {
  margin-top: 100px;
}
.zhengshu .rt .list {
  position: relative;
}
.zhengshu .rt .item {
  margin: 0 auto;
  width: 224px;
  height: 374px;
  background: url("../images/kuang.png") no-repeat center;
  background-size: contain;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zhengshu .rt .item img {
  width: 190px;
  height: 269px;
}
.zhengshu .btn_list {
  display: flex;
  align-items: center;
  margin-top: 50px;
  position: relative;
  justify-content: space-between;
}
.zhengshu .btn_list .rr {
  display: flex;
  align-items: center;
  position: relative;
  width: 10%;
}
.zhengshu .btn_list .rr .swiper-button-next, .zhengshu .btn_list .rr .swiper-button-prev {
  position: static;
}
.zhengshu .btn_list .rr .swiper-button-next img, .zhengshu .btn_list .rr .swiper-button-prev img {
  margin: 0 5px;
}
.zhengshu .btn_list .rr .swiper-button-next .pic1, .zhengshu .btn_list .rr .swiper-button-prev .pic1 {
  display: block;
}
.zhengshu .btn_list .rr .swiper-button-next .pic2, .zhengshu .btn_list .rr .swiper-button-prev .pic2 {
  display: none;
}
.zhengshu .btn_list .rr .swiper-button-next:hover .pic2, .zhengshu .btn_list .rr .swiper-button-prev:hover .pic2 {
  display: block;
}
.zhengshu .btn_list .rr .swiper-button-next:hover .pic1, .zhengshu .btn_list .rr .swiper-button-prev:hover .pic1 {
  display: none;
}
.zhengshu .btn_list .swiper-pagination {
  position: relative;
  height: 2px;
  width: 80%;
}
.zhengshu .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e77501;
}

.tuijian {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tuijian .container2 {
  overflow: visible;
}
.tuijian .list {
  position: relative;
}

._chanpin_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
._chanpin_list .item {
  text-align: center;
  text-transform: capitalize;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 65px;
}
._chanpin_list .item:hover .pic img {
  transform: scale(1.1);
}
._chanpin_list .item:hover .name {
  color: #e77501;
}
._chanpin_list .item .pic {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
._chanpin_list .item .pic img {
  transition: .5s;
}
._chanpin_list .item .name {
  font-size: 16px;
  transition: .5s;
  margin-bottom: 10px;
  margin-top: 20px;
  min-height: 42px;
}
._chanpin_list .item .typename {
  font-size: 13px;
  opacity: .7;
}

@media (max-width: 1450px) {
  ._tedian {
    margin-top: 65px;
    margin-bottom: 60px;
  }

  .fenlei .list .item {
    height: 280px;
  }

  ._chanpin_list .item .name {
    font-size: 16px;
  }

  .liuyan .container2 {
    height: 543px;
  }
}
@media (max-width: 1450px) {
  .youshi .list {
    padding-bottom: 15px;
  }

  .fenlei .list2 .item {
    height: 355px;
  }

  .fenlei .list2 .item .name {
    font-size: 20px;
  }

  .zhengshu .rt .item img {
    width: 163px;
    height: 231px;
  }

  .zhengshu .rt .item {
    width: 195px;
    height: 341px;
  }
}
@media (max-width: 1366px) {
  ._chanpin_list .item .name {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
  }

  .fenlei .list .item .name {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  ._about .title {
    font-size: 18px;
    margin-top: 35px;
  }

  ._about .summary {
    font-size: 14px;
    color: #393939;
    line-height: 23px;
    opacity: .7;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }

  ._tedian {
    display: block;
    margin-top: 40px;
  }

  ._tedian .item .summary {
    margin-bottom: 0;
  }

  ._tedian .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._tedian .item .name {
    font-size: 20px;
  }

  ._shuju .container2 {
    flex-wrap: wrap;
  }

  ._shuju .container2 .item .nian .num {
    font-size: 22px;
  }

  ._shuju .container2 .item {
    width: 30%;
    margin-bottom: 30px;
  }

  ._shuju {
    margin-bottom: 50px;
  }

  .fenlei {
    margin-top: 0;
  }

  .news .list .item .title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .fenlei .list2 .lf {
    display: block;
  }

  .fenlei .list2 .rt {
    display: block;
  }

  .ban_video .player-container-id-dimensions {
    height: 150px;
  }

  .ban_video {
    background: black;
    padding-top: 80px;
  }

  ._shuju .container2 {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: flex-start;
  }

  .youshi .list {
    padding: 50px 15px;
    padding-bottom: 15px;
    display: block;
  }

  .youshi .list .item .name {
    font-size: 20px;
    height: auto;
    margin: 15px 0;
  }

  .youshi .list .item .pic {
    height: auto;
  }

  .youshi .list .item {
    width: 100%;
    margin-bottom: 40px;
  }

  .youshi .list .item .summary {
    font-size: 12px;
    line-height: 18px;
  }

  ._title h2 {
    font-size: 22px;
  }

  ._title p {
    font-size: 14px;
  }

  .fenlei .list .item .name {
    font-size: 16px;
  }

  .fenlei .list .item:after {
    opacity: .5;
  }

  .fenlei .list .item {
    height: 160px;
    width: 48%;
  }

  ._chanpin_list {
    grid-template-columns: repeat(2, 1fr);
  }

  ._more {
    height: 40px;
  }

  .news .list .item .summary {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .chanpin {
    margin-top: 0;
    margin-bottom: 58px;
  }

  .fenlei {
    margin-bottom: 60px;
  }

  ._chanpin_list .item {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .news .list {
    margin-bottom: 65px;
  }

  .liuyan .lf {
    padding-top: 20px;
    padding-left: 15px;
    height: 300px;
    padding-right: 15px;
  }

  .liuyan .lf .title {
    font-size: 26px;
  }

  .liuyan .container2 {
    height: auto;
  }

  .liuyan {
    margin-bottom: 50px;
  }

  .liuyan .rt {
    padding: 30px 15px;
    margin-bottom: 0px;
  }

  .liuyan .rt {
    padding-bottom: 0;
  }

  .liuyan .rt input {
    font-size: 14px;
  }

  ._shuju .container2 .item {
    width: 50%;
    margin-bottom: 15px;
  }

  ._chanpin_list .item .pic {
    padding: 5px;
  }

  .owl-theme .owl-controls .owl-page span {
    width: 5px;
    height: 5px;
  }

  .poster .rt .h1 {
    font-size: 26px;
  }

  .poster .rt .summary {
    margin: 19px 0;
    line-height: 28px;
  }

  .news .list .item {
    padding: 15px;
  }

  ._title {
    margin-bottom: 40px;
  }

  .liuyan .rt .wpforms-submit {
    margin-top: 20px;
  }

  .fenlei .list2 .rt,
  .fenlei .list2 .lf {
    width: 100%;
    float: none;
  }
  .fenlei .list2 .rt .item,
  .fenlei .list2 .lf .item {
    margin: 0;
  }

  .fenlei .list2 .lf .item {
    height: 280px;
    margin-bottom: 5px;
  }

  .fenlei .list2 .item .name {
    font-size: 16px;
    text-align: center;
  }

  .fenlei .list2 .rt .item {
    height: 163px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .poster {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .liuyan .lf {
    width: 100%;
  }

  .poster .lf {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .poster .lf ._more {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .poster .lf .p {
    font-size: 26px;
  }

  .youshi {
    margin-top: 0;
  }

  .fenlei .list2 .rt .item {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .liuyan .rt .title {
    font-size: 27px;
  }

  .lianxi .container2 {
    display: block;
  }

  .lianxi .lf {
    width: 100%;
  }

  .zhengshu .lf {
    padding-right: 0px;
    float: none;
  }

  .zhengshu .rt {
    float: none;
  }

  .lianxi .rt {
    margin-top: 0;
  }

  .tuijian, .zhengshu {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lianxi .rt .title1 {
    font-size: 22px;
    text-align: center;
  }

  .lianxi .rt .title2 {
    text-align: center;
  }

  .zhengshu ._title {
    margin-bottom: 16px;
  }

  .lianxi .lf .title {
    font-size: 24px;
  }

  .lianxi .lf {
    padding: 20px;
  }

  .zhengshu .rt .item {
    width: 171px;
    height: 237px;
  }

  .zhengshu .rt .item img {
    width: 141px;
    height: 207px;
  }

  .zhengshu .rt {
    margin-top: 58px;
  }

  .zhengshu .btn_list .rr {
    width: 22%;
  }
}

/*# sourceMappingURL=mystyle.css.map */
