.rotate-more {
  display: inline-block;
  position: relative;
  line-height: 32px;
  padding: 0px 25px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  box-sizing: border-box;
}
.rotate-more .lines {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.rotate-more .lines:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bbb;
  transition: transform 300ms;
}
.rotate-more .lines:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bbb;
  transition: transform 300ms;
}
.rotate-more:before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  transition: transform 300ms;
}
.rotate-more:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  transition: transform 300ms;
}
.rotate-more:hover:before {
  transform: translateX(-100%);
}
.rotate-more:hover:after {
  transform: translateX(100%);
}
.rotate-more:hover .lines:before {
  transform: translateY(-100%);
}
.rotate-more:hover .lines:after {
  transform: translateY(100%);
}
.banner-normal .tp-banner-container .tp-bullets.round .bullet {
  background: none;
  width: 20px;
  height: 3px;
  margin-left: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-normal .tp-banner-container .tp-bullets.round .bullet.selected {
  background: #fff;
}
.banner-normal .tp-banner ul li:before {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.68);
}
.banner-normal .recent-box {
  width: 1200px;
  text-align: center;
  color: #fff;
  z-index: 999;
}
.banner-normal .recent-box .title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 12px;
  font-size: 50px;
  font-weight: normal;
}
.banner-normal .recent-box .sub-title {
  margin-bottom: 40px;
  font-size: 20px;
}
.banner-normal .recent-box .more {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 42px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(133, 127, 125, 0.4);
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-normal .recent-box .more:hover {
  border-color: #fff;
}
.product-news {
  padding: 60px 0;
}
.product-news .list .item {
  float: left;
  width: 580px;
  height: 135px;
  margin: 0 40px 40px 0;
  box-sizing: border-box;
}
.product-news .list .item .img {
  float: left;
  position: relative;
  width: 200px;
  height: 135px;
  overflow: hidden;
}
.product-news .list .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product-news .list .item .img .overaly {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product-news .list .item .img .overaly .date {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}
.product-news .list .item .img .overaly .year {
  color: #c3cecc;
}
.product-news .list .item .info {
  float: right;
  width: 380px;
  height: 135px;
  padding: 26px 20px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-left: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product-news .list .item .info .title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product-news .list .item .info .summary {
  height: 40px;
  line-height: 20px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-news .list .item:nth-child(even) {
  margin-right: 0;
}
.product-news .list .item:hover {
  box-shadow: 5px 10px 24px 2px rgba(39, 122, 246, 0.07), 5px -6px 16px 0px rgba(39, 122, 246, 0.05);
}
.product-news .list .item:hover .overaly {
  top: 0;
}
.product-news .list .item:hover .title {
  color: #2770f6;
}
.product-news .list .item:hover .info {
  border-color: #fff;
}
.product-news .list .item:hover .summary {
  color: #666;
}
.product-news .more {
  display: block;
  width: 120px;
  line-height: 32px;
  margin: 10px auto 0;
  color: #666;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product-news .more:hover {
  color: #fff;
  background: #2770f6;
  border-color: #2770f6;
}
