a:hover {
  color: #a72726;
}
.swiper-pagination-bullet-active {
  background-color: #a72726 !important;
}
.header .page {
  height: 94px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  padding: 5px 20px 0;
}
.header .rg {
  display: flex;
  align-items: center;
}
.header .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.header .sear-w input {
  width: 300px;
  height: 38px;
  padding: 0 25px;
  border: none;
}
.header .sear-w input:focus {
  outline: none;
}
.header .sear-w button {
  width: 80px;
  height: 38px;
  color: #fff;
  background: #a72726;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.header .sear-w button:hover {
  background: #d44f4f;
  transition: all 0.1s linear;
}
.nav-w .page {
  background-color: #a72726;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 60px;
  text-align: center;
  color: #fff;
  position: relative;
}
.nav-list > li .erji2 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 1px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #a72726;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover {
  background-color: #d44f4f;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
h2.bt {
  background-color: #eeeeee;
  line-height: 55px;
  position: relative;
  padding-top: 4px;
  margin-bottom: 30px;
}
h2.bt::before {
  content: '';
  width: 200px;
  height: 4px;
  background-color: #d2d2d2;
  position: absolute;
  top: 0;
  left: 0;
}
h2.bt::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #eee;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
}
h2.bt i {
  font-size: 32px;
  font-weight: bold;
  padding: 0 10px;
}
h2.bt em {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.3;
  font-weight: bold;
}
.intr-w {
  padding: 10px 0 30px;
}
.intr-w .text {
  font-size: 22px;
  line-height: 2;
  font-weight: lighter;
}
.intr-w .text strong {
  font-weight: normal;
}
.pro-w {
  padding-bottom: 70px;
}
.pro-w .page {
  display: flex;
}
.pro-w .lf {
  width: calc(100% - 380px);
}
.pro-w .lf li .pic {
  border: 1px solid #eeeeee;
}
.pro-w .lf li .text p {
  background-color: #393939;
  color: #fff;
  line-height: 40px;
  padding: 0 33px 0 15px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.pro-w .lf li .text p i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 18px;
  line-height: 16px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}
.pro-w .lf li .text span {
  line-height: 30px;
  font-size: 12px;
  color: #666;
  padding: 0 30px 0 15px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
.pro-w .lf li .text span i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
}
.pro-w .lf li:hover img {
  transform: scale(1.1);
}
.pro-w .lf li:hover .text p {
  background-color: #a72726;
}
.pro-w .lf li:hover .text p i {
  background-color: #fff;
  color: #a72726;
}
.pro-w .rg {
  margin-left: 70px;
}
.pro-w .rg .tit {
  font-size: 32px;
  font-weight: bold;
  line-height: 72px;
  margin-bottom: 30px;
  position: relative;
}
.pro-w .rg .tit::after {
  content: '';
  width: 190px;
  height: 4px;
  background-color: #a72726;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pro-w .rg .text {
  padding: 30px 10px 0;
  font-size: 14px;
  line-height: 38px;
}
.news-w {
  padding: 20px 0 70px;
}
.news-w .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.news-w .tit .news-tab {
  margin: 0;
}
.news-w .tit .news-tab li a {
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
}
.news-w .tit .news-tab .news-active a {
  background-color: #a72726;
  color: #fff;
}
.news-w .tit .more {
  opacity: 0.8;
}
.news-w .news-con ul {
  display: flex;
}
.news-w .news-con ul li {
  width: 32%;
  margin-right: 2%;
}
.news-w .news-con ul li:last-child {
  margin-right: 0;
}
.news-w .news-con ul li img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.news-w .news-con ul li .text {
  padding: 15px;
}
.news-w .news-con ul li .text p {
  margin-bottom: 6px;
}
.news-w .news-con ul li .text span {
  font-size: 12px;
  line-height: 1.75;
}
.news-w .news-con ul li .text .btm {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px solid #e2e2e2;
  color: #666;
}
.news-w .news-con ul li:hover img {
  transform: scale(1.1);
}
.news-w .news-con ul li:hover .text p {
  color: #a72726;
}
.footer {
  background: #222;
}
.footer * {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.copy {
  background-color: #a72726;
}
.copy .page {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.copy .page * {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
}
.copy .page .lf {
  display: flex;
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
  right: -66px;
  z-index: 9999;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 980px) {
  #clickTop {
    display: none;
  }
}
#clickTop:hover {
  opacity: 1;
}
