@charset "UTF-8";
.bx-wrapper {
  margin: 0 auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.bx-wrapper .bx-controls-direction a {
  z-index: 1;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.bx-wrapper .bx-pager {
  padding-top: 0;
  font-size: 0px; }

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  bottom: 0; }

.bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 50%; }

.public_index_53_box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

.public_index_53_box .public-index-53 {
  width: 101%; }


    
.public_index_53_box ul li{float:left;width:23.3%;margin-right:2%;box-shadow: 2px 5px 10px 0 rgb(197 197 197);border-radius: 18px;transition: .5s ease;margin-bottom: 25px;}
.public_index_53_box ul li:nth-child(4){margin-right:0px;}
.public_index_53_box ul li:nth-child(9){margin-right:0px;}
.public_index_53_box ul li .imgimg{width:100%;overflow:hidden;clear:both;border-top-left-radius: 14px;border-top-right-radius: 14px;}
.public_index_53_box ul li img{clear:both;display:block;width:100%;height:205px;}
.public_index_53_box ul li:hover {box-shadow: 2px 6px 30px 0 rgba(196,198,211,.8);margin-top: -10px;}
.public_index_53_box ul li:hover span{color:#bb1313;}
.public_index_53_box ul li span{font-size: 17px;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 15px 10px 5px 10px;font-weight:bold;color: #333;text-align: center;}
.public_index_53_box ul li dl{clear:both;display:block;padding-left: 10px;padding-bottom:20px;padding-right: 10px;}
.public_index_53_box ul li dt{float:left;font-size: 16px;padding-left:20px;line-height:30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background: url(icon_03.png) no-repeat left 8px;color: #838181;font-weight: 400;}
.public_index_53_box ul li dd{float:right;font-size: 16px;line-height:30px;color: #838181;}   
.public_index_53_box ul li .pitit{line-height: 50px;text-align: center;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 90%;margin: 0 auto;}
    

.public_index_53_box li .pi53-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2; }

.public_index_53_box li .pi53-on-tit {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 20px;
  color: #FFF;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 1;
  -webkit-transtion: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public_index_53_box li:hover .pi53-on-tit {
  bottom: -100px;
  opacity: 0; }

.public_index_53_box li .pi53-off-box {
  position: absolute;
  bottom: -20%;
  left: 10%;
  width: 80%;
  height: 80%;
  padding: 10%;
  background-color: rgba(132, 193, 44, 0.85);
  opacity: 0;
  text-align: center;
  -webkit-transtion: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public_index_53_box li:hover .pi53-off-box {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transtion: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.public_index_53_box li .pi53-off-tit {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transtion: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public_index_53_box li .pi53-off-tit p {
  width: 90%;
  height: 26px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto; }

.public_index_53_box li:hover .pi53-off-tit p {
  color: #fff; }

.public_index_53_box li:hover .pi53-off-tit {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.public_index_53_box li .pi53-off-line {
  display: inline-block;
  width: 0px;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 10px;
  background-color: #FFF;
  -webkit-transtion: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public_index_53_box li .pi53-head {
  display: block;
  margin-bottom: 14px;
  text-align: center; }

.public_index_53_box li .pi53-head img {
  margin: 0 auto; }

.public_index_53_box li:hover .pi53-off-line {
  width: 100%;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.public_index_53_box li .pi53-off-info {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transtion: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public_index_53_box li:hover .pi53-off-info {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.public_index_53_box li .pi53-off-more {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 30px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  opacity: 0;
  border: 1px solid #fff;
  -webkit-transtion: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.public_index_53_box li:hover .pi53-off-more {
  opacity: 1;
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s; }

.public_index_53_box .pi53-on-tit img {
  float: left;
  margin-right: 14px; }

.public_index_53_box .pi53-on-tit h3 {
  width: 80%;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0; }

.public_index_53_box .pi53-on-tit p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .public_index_53_box {
    width: 96%; }

  .public_index_53_box li .pi53-off-more {
    margin-top: 16px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .public_index_53_box {
    width: 96%; }

  .public_index_53_box li .pi53-off-box {
    padding: 6%; }

  .public_index_53_box li .pi53-off-info {
    line-height: 24px; }

  .public_index_53_box li .pi53-off-line {
    margin: 10px 0; }

  .public_index_53_box li .pi53-off-more {
    padding: 4px 26px;
    margin-top: 8px; } }
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-prev {
    left: 0; }

  .bx-wrapper .bx-next {
    right: 0; }

  .public_index_53_box {
    width: 100%; }

  .public_index_53_box li .pi53-on-tit {
    display: none; }

  .public_index_53_box li .pi53-off-box {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    padding: 8%;
    background-color: rgba(132, 193, 44, 0.65); }

  .public_index_53_box li .pi53-off-line {
    width: 100%;
    margin: 0.4rem 0 0.2rem 0; }

  .public_index_53_box li .pi53-off-info {
    font-size: 0.28rem;
    line-height: 0.5rem;
    max-height: none;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .public_index_53_box li .pi53-off-more {
    opacity: 1; }

  .public_index_53_box li .pi53-off-tit {
    height: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .public_index_53_box li .pi53-off-tit p {
    font-size: 0.32rem;
    height: 0.48rem;
    line-height: 0.48rem; }

  .public_index_53_box li .pi53-off-more {
    margin-top: 0.8rem;
    padding: 0.14rem 0.6rem;
    font-size: 0.2rem; } }

/*# sourceMappingURL=style.css.map */
