.new_pro {
  margin-top: 30px
}

.new_pro ul li {
  list-style: none;
  position: relative;
  overflow: hidden;
  margin-top: 15px
}

.new_pro ul li img {
  display: block;
  width: 100%;
  transition: all .5s ease 0s
}

.new_pro ul .first .text {
  position: absolute;
  top: 0;
  padding: 5px
}

.new_pro ul .first .text h2 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  font-weight: bold
}

.new_pro ul .first .text h2 span {
  color: #fff
}

.new_pro ul .first .text a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border: 1px solid #eee;
  margin-right: 5px;
  padding: 3px;
  margin-top: 5px
}

.new_pro ul .first .text a:hover {
  background-color: #d11a2d;
  border: 1px solid #d11a2d
}

.new_pro ul .first .text .more {
  background-color: #d11a2d;
  border-radius: 5px;
  border: none
}

.new_pro ul .second {
  position: relative
}

.new_pro ul .second a {
  display: block;
  position: absolute;
  top: 0;
  padding: 20px
}

.new_pro ul .second a h2 {
  font-size: 20px;
  color: #555;
  font-weight: bold
}

.new_pro ul .second a p {
  font-size: 16px;
  color: #555
}

.new_pro ul .second a .xq {
  display: inline-block;
  font-size: 16px;
  margin-top: 15px;
  color: #555
}

.new_pro ul .second a:hover .xq {
  color: #fff;
  padding: 9px 18px;
  border-radius: 22px;
  background-color: #d11a2d;
  border: 1px solid #d11a2d
}

.new_pro ul .second a:hover .xq b {
  display: none
}
.new_pro ul .second.third a h2,.new_pro ul .second.third a p {
  color: #fff;
}
.new_pro ul .second.third a .xq {
  color: #fff
}

/* .new_pro ul .second.third a:hover .xq {
  background-color: #d11a2d
} */

.new_pro ul .second.third a:hover .xq b {
  display: none
}

.new_pro ul li:hover img {
  transform: scale(1.1, 1.1);
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.hot_pro ul li {
  list-style: none;
  margin-top: 10px
}

.hot_pro ul li a {
  display: block;
  background-color: #e0e6f0;
  padding: 20px
}

.hot_pro ul li a .left h2 {
  font-size: 22px;
  color: #555;
  line-height: 30px
}

.hot_pro ul li a .left h2 span {
  font-size: 16px !important;
  font-weight: normal
}

.hot_pro ul li a .left p {
  font-size: 16px;
  color: #555;
  line-height: 32px
}

.hot_pro ul li a .left .xq {
  display: inline-block;
  color: #555;
  font-size: 16px;
  margin-top: 25px
}

.hot_pro ul li a .right img {
  margin: 0 auto;
  transition: all .5s ease 0s
}

.hot_pro ul li a:hover .left h2 {
  color: #d11a2d
}

.hot_pro ul li a:hover .left p:last-child {
  color: #d11a2d
}

.hot_pro ul li a:hover .left .xq {
  border: 1px solid #d11a2d;
  background-color: #d11a2d;
  color: #fff;
  padding: 9px 18px;
  border-radius: 22px
}

.hot_pro ul li a:hover .left .xq b {
  display: none
}

.hot_pro ul li a:hover .right img {
  transform: scale(1.1, 1.1);
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s
}

.hot_pro ul li:first-child a .right img {
  max-width: 252px
}

.hot_pro ul li:nth-child(2) a .right img {
  max-width: 216px
}

.area {
  background-image: linear-gradient(to bottom, #256ff8, #a09cf5)
}

.area h2 {
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin-top: 30px
}

.area ul li {
  list-style: none;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px
}

.area ul li .first {
  display: none
}

.area ul li .first h3 {
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.area ul li .first p {
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.area ul li .first a {
  font-size: 16px;
  color: #fff
}

.area ul li .second h3 {
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.area ul li .second .wuliao a {
  display: inline-block;
  border: 1px solid #eee;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  margin-right: 4px;
  width: 117px;
  margin-top: 8px
}

.area ul li .second p {
  font-size: 16px;
  color: #fff;
  margin-top: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.area ul li .second .more {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #d11a2d;
  padding: 10px 15px;
  border-radius: 22px;
  margin-top: 25px
}

@media (min-width: 576px) {
  .new_pro ul .first .text {
    height: 100%;
    padding-top: 40px;
    padding-left: 50px
  }

  .new_pro ul .first .text h2 {
    font-size: 40px;
    margin-bottom: 32px
  }

  .new_pro ul .first .text a {
    font-size: 16px;
    margin-right: 17px;
    margin-bottom: 15px;
    padding: 9px 12px
  }

  .new_pro ul .first .text .more {
    padding: 12px 35px;
    border-radius: 22px
  }

  .new_pro ul .second {
    width: 50%;
    float: left
  }

  .new_pro ul .second a {
    padding-top: 40px;
    padding-left: 45px
  }

  .new_pro ul .second a h2 {
    font-size: 28px;
    margin-bottom: 20px
  }

  .hot_pro ul {
    margin: 0 -15px
  }

  .hot_pro ul li {
    width: 50%;
    float: left;
    padding: 15px
  }

  .hot_pro ul li a {
    height: 610px
  }

  .hot_pro ul li a .left h2 {
    font-size: 28px;
    margin-bottom: 15px
  }

  .hot_pro ul li a .left h2 span {
    display: inline-block;
    margin-bottom: 10px
  }

  .hot_pro ul li a .right {
    margin-top: 15px
  }

  .area ul li {
    float: left;
    width: 50%;
    border-bottom: none;
    padding: 0 8px;
    height: 470px
  }

  .area ul li:first-child {
    border-right: 1px solid #fff
  }

  .area ul li:nth-child(3) {
    border-right: 1px solid #fff
  }

  .area ul li:nth-child(5) {
    border-right: 1px solid #fff
  }
}

@media (min-width: 768px) {
  .new_pro ul .second {
    width: 33.33%
  }
}

@media (min-width: 992px) {
  .hot_pro ul li {
    width: 33.33%
  }

  .area ul li {
    float: left;
    width: 33.33%;
    padding: 0 15px
  }

  .area ul li:first-child {
    border-right: 1px solid #fff
  }

  .area ul li:nth-child(2) {
    border-right: 1px solid #fff
  }

  .area ul li:nth-child(3) {
    border: none
  }

  .area ul li:nth-child(4) {
    border-right: 1px solid #fff
  }

  .area ul li:nth-child(5) {
    border-right: 1px solid #fff
  }
}

@media (min-width: 1200px) {
  .new_pro ul .first {
    width: 40%;
    float: left
  }

  .new_pro ul .first .text {
    padding-top: 35px;
    padding-left: 20px
  }

  .new_pro ul .first .text h2 {
    margin-bottom: 15px;
    font-size: 30px
  }

  .new_pro ul .first .text .more {
    padding: 10px 35px
  }

  .new_pro ul .first .text a {
    padding: 9px;
    margin-bottom: 10px;
    padding-right: 8px;
    margin-right: 6px
  }

  .new_pro ul .second {
    width: 20%
  }

  .new_pro ul .second a {
    padding-top: 15px;
    padding-left: 16px
  }

  .new_pro ul .second a h2 {
    font-size: 24px
  }

  .hot_pro ul li a {
    height: 350px;
    position: relative
  }

  .hot_pro ul li a .left {
    width: 45%
  }

  .hot_pro ul li a .left .xq {
    margin-top: 15px
  }

  .hot_pro ul li a .right {
    position: absolute;
    right: 0;
    bottom: -45px
  }

  .hot_pro ul li:last-child .right {
    width: 80%;
    right: -5px
  }

  .area {
    background: url(/newcijd/images/2022index/lybg.jpg) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 40px;
    margin-top: 60px
  }

  .area h2 {
    margin-top: 100px;
    font-size: 40px
  }

  .area ul {
    margin: 0 -15px
  }

  .area ul li {
    position: relative;
    overflow: hidden;
    width: 16%;
    /* width: 20%; */
    border-right: 1px solid !important;
    border-image: linear-gradient(to bottom, transparent, #afaec0) 1;
    padding: 0;
    margin-bottom: 0;
    height: 610px
  }

  .area ul li .first {
    display: block;
    margin-top: 330px;
    padding: 0 30px
  }

  .area ul li .first a {
    display: block;
    margin-top: 35px
  }

  .area ul li .second {
    position: absolute;
    bottom: -546px;
    transition: all .5s ease 0s;
    background: linear-gradient(to bottom, transparent, #000937);
    padding: 0 30px
  }

  .area ul li .second h3 {
    color: #fff
  }

  .area ul li .second p {
    margin-top: 60px
  }

  .area ul li .second .wuliao a {
    margin-top: 12px
  }

  .area ul li .second .more {
    margin-bottom: 60px;
    padding: 10px 32px
  }

  .area ul li:last-child {
    border: none !important
  }

  .area ul li:nth-child(3) {
    border-right: 1px solid !important;
    border-image: linear-gradient(to bottom, transparent, #afaec0) 1
  }

  .area ul li:hover .first {
    display: none
  }

  .area ul li:hover .second {
    bottom: 0px;
    transition: all .5s ease 0s;
    width: 100%
  }

  .area ul li:nth-child(5) {
    border-right: 1px solid !important;
    border-image: linear-gradient(to bottom, transparent, #afaec0) 1
  }
}

@media (min-width: 1660px) {
  .new_pro ul .first {
    width: 40%;
    float: left
  }

  .new_pro ul .first .text {
    padding-top: 40px;
    padding-left: 50px
  }

  .new_pro ul .first .text h2 {
    margin-bottom: 32px
  }

  .new_pro ul .first .text .more {
    padding: 12px 35px
  }

  .new_pro ul .first .text a {
    padding: 9px 12px;
    margin-bottom: 15px;
    margin-right: 17px
  }

  .new_pro ul .second {
    width: 20%
  }

  .new_pro ul .second a {
    padding-top: 40px;
    padding-left: 40px
  }

  .new_pro ul .second a h2 {
    font-size: 28px
  }

  .hot_pro ul li a {
    position: relative;
    height: 310px;
    padding-left: 25px
  }

  .hot_pro ul li a .left {
    width: 100%
  }

  .hot_pro ul li a .left p {
    width: 48%
  }

  .hot_pro ul li a .left p:last-child {
    margin-top: 40px
  }

  .hot_pro ul li a .right {
    position: absolute;
    right: 0;
    bottom: -45px
  }

  .hot_pro ul li:last-child .right {
    width: auto
  }

  .area {
    margin-top: 80px
  }
}