.current span {
  color: #fff !important;
}
.current a::before {
  background: url(../images/pro-dis1.png) !important;
}
.current a::after {
  width: 100% !important;
}
#active {
  background: #b02221 !important;
}
#active .nav-a {
  color: #fff !important;
}
#active .nav-a::after {
  background: #b02221 !important;
}
#n-active {
  background: #AF2121 !important;
  color: #fff !important;
}
.activehead {
  position: fixed !important;
  width: 100%;
  z-index: 100 !important;
}
.container {
  padding: 0;
  max-width: 1200px;
}
.headerr {
  width: 100%;
  background: #fff;
}
.headerr .header-cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 24px 0;
}
.headerr .header-cen div p {
  font-size: 16px;
  color: #2D2D2D;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerr .header-cen div p span {
  padding-left: 12px;
}
.headerr .header-cen div h3 {
  font-size: 26px;
  color: #AF2121;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 0;
}
.navv {
  width: 100%;
  background: url(../images/nav-n.png) no-repeat;
  background-size: 100% 100%;
}
.navv .nav-cen {
  margin: 0 auto;
}
.navv .nav-cen .nav-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navv .nav-cen .nav-items .nav-l {
  padding: 13px 0;
  width: calc(100% / 5);
  transition: all 0.5s;
  position: relative;
}
.navv .nav-cen .nav-items .nav-l .nav-a {
  font-size: 16px;
  color: #5B5959;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  transition: all 0.5s;
  position: relative;
}
.navv .nav-cen .nav-items .nav-l .nav-a::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 54%;
  background: #BFBFBF;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.navv .nav-cen .nav-items .nav-l ul {
  position: absolute;
  min-width: 100%;
  background: #b02221;
  transform: translateY(74px);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  border-radius: 6px;
  z-index: 4;
}
.navv .nav-cen .nav-items .nav-l ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.navv .nav-cen .nav-items .nav-l ul li:last-child a {
  border-bottom: none;
}
.navv .nav-cen .nav-items .nav-l ul::after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border-bottom-color: #b02221;
}
.navv .nav-cen .nav-items .nav-l:last-child .nav-a::after {
  display: none;
}
.navv .nav-cen .nav-items .nav-l:hover {
  background: #b02221;
}
.navv .nav-cen .nav-items .nav-l:hover .nav-a {
  color: #fff;
}
.navv .nav-cen .nav-items .nav-l:hover .nav-a::after {
  background: #b02221;
}
.navv .nav-cen .nav-items .nav-l:hover ul {
  transform: translateY(23px);
  visibility: visible;
  opacity: 1;
}
.banner .swiper1 img {
  width: 100%;
}
.banner .swiper1 .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #fff;
  opacity: 1;
  margin: 0 15px;
}
.banner .swiper1 .swiper-pagination-bullet-active {
  background: #AF2121;
  opacity: 0.7;
}
.banner .swiper1 .swiper-pagination {
  bottom: 26px;
}
.banner .swiper1 .swiper-button-prev {
  left: 14%;
}
.banner .swiper1 .swiper-button-next {
  right: 15%;
}
.banner .swiper1 .swiper-button-prev:after {
  content: '';
  position: absolute;
  width: 53px;
  height: 59px;
  background: url(../images/ban-lf.png) no-repeat;
  background-size: 100% 100%;
}
.banner .swiper1 .swiper-button-next:after {
  content: '';
  position: absolute;
  width: 53px;
  height: 59px;
  background: url(../images/ban-rt.png) no-repeat;
  background-size: 100% 100%;
}
.pro-t {
  width: 100%;
}
.pro-t ul {
  display: flex;
  border-bottom: 2px solid #EAEAEA;
}
.pro-t ul li {
  width: calc(100% / 4);
  border-right: 2px solid #EAEAEA;
  height: 384px;
  max-height: 384px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.pro-t ul li a {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pro-t ul li a .pro-thumb {
  width: 42%;
  text-align: center;
}
.pro-t ul li a .pro-thumb img {
  height: 194px;
  width: auto;
}
.pro-t ul li a .pro-thumb span {
  font-size: 75px;
  font-weight: 500;
  color: #666666;
  line-height: 66px;
  opacity: 0.65;
  background: linear-gradient(0deg, #AF2121 0%, #E48888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -2px;
}
.pro-t ul li a div {
  padding-top: 9px;
  padding-left: 18px;
  z-index: 2;
}
.pro-t ul li a div h2 {
  font-size: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
  margin-bottom: 4px;
}
.pro-t ul li a div p {
  font-size: 16px;
  color: #666666;
  transition: all 0.5s;
}
.pro-t ul li a div img {
  margin-top: 34px;
  transition: all 0.5s;
}
.pro-t ul li:hover a div h2,
.pro-t ul li:hover a div p {
  color: #AF2121;
}
.pro-t ul li:hover a div img {
  transform: translateY(-5px);
}
.pro-t ul li:last-child {
  border-right: none;
}
.pro-dis {
  padding: 65px 0;
  width: 100%;
  background: #f9f9f9;
}
.pro-dis .pro-cn {
  display: flex;
  justify-content: space-between;
}
.pro-dis .pro-cn .pro-dis-l {
  width: 18.5%;
}
.pro-dis .pro-cn .pro-dis-l .pro-tit {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 25px 0 25px 19px;
}
.pro-dis .pro-cn .pro-dis-l .pro-tit h2 {
  font-size: 18px;
  color: #161616;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding-left: 14px;
  font-weight: 800;
}
.pro-dis .pro-cn .pro-dis-l .pro-tit h2 span {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-items {
  background: #fff;
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-items li {
  border-bottom: 1px solid #B6B6B7;
  position: relative;
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-items li a {
  font-size: 15px;
  color: #343434;
  padding-left: 23px;
  display: block;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 20px 0 20px 57px;
  position: relative;
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-items li a span {
  z-index: 1;
  position: relative;
  transition: all 0.5s;
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-items li a::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/pro-dis.png);
  background-size: 100% 100%;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  z-index: 1;
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-items li a::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: url(../images/pro-back.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-items li:hover a::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/pro-dis1.png);
  background-size: 100% 100%;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-items li:hover a::after {
  width: 100%;
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-items li:hover a span {
  color: #fff;
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-items li:nth-child(1) {
  border-top: 1px solid #B6B6B7;
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-tel {
  background: #b02221;
  text-align: center;
  margin-top: 8px;
  padding: 24px 0;
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-tel p {
  font-size: 16px;
  color: #FFFFFF;
  padding-top: 10px;
  letter-spacing: 0.5px;
}
.pro-dis .pro-cn .pro-dis-l .pro-dis-tel h3 {
  font-size: 24px;
  color: #fff;
  padding-top: 3px;
  letter-spacing: 1px;
  font-weight: 800;
}
.pro-dis .pro-cn .pro-dis-r {
  width: 79.4%;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-more p {
  font-size: 16px;
  color: #AF2121;
  letter-spacing: 2px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-more p img {
  margin-right: 13px;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-more a {
  font-size: 12px;
  color: #343434;
  letter-spacing: 1px;
  transition: all 0.5s;
  font-weight: bold;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-more a:hover {
  color: #AF2121;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-con div {
  display: none;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-con ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -7px;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-con ul li {
  background-color: #fff;
  padding: 12px;
  width: 22.37%;
  margin: 0 1.7%;
  margin-top: 24px;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-con ul li a {
  display: block;
  text-align: center;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-con ul li .dis-thumb {
  background: url(../images/pro-ba.png) no-repeat;
  background-size: 100% 100%;
  height: 159px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-con ul li .dis-thumb img {
  height: 125px;
  width: auto;
  max-width: 100%;
  transition: all 0.5s;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-con ul li .dis-tit {
  font-size: 14px;
  color: #161616;
  letter-spacing: 1px;
  padding: 19px 0;
  padding-bottom: 5px;
  transition: all 0.5s;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-con ul li:nth-child(4n-3) {
  margin-left: 0;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-con ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-con ul li:hover .dis-thumb img {
  transform: scale(1.1);
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-con ul li:hover .dis-tit {
  color: #AF2121;
}
.pro-dis .pro-cn .pro-dis-r .pro-disr-con div:nth-child(1) {
  display: block;
}
.about {
  background: #fff;
  padding: 68px 0;
}
.about h2 {
  font-size: 24px;
  color: #AF2121;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 600;
}
.about h2 span {
  display: block;
  font-size: 14px;
  color: #5C5C5C;
  letter-spacing: 1px;
  padding-top: 15px;
}
.about .about-bor {
  height: 1px;
  background: #A6A6A6;
  margin: 0 auto;
  width: 15%;
  position: relative;
  margin-top: 12px;
}
.about .about-bor::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 6px;
  width: 27%;
  background: #AF2121;
  transform: translate(-50%, -50%);
}
.about .about-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  position: relative;
}
.about .about-con .about-lf {
  width: 64%;
  background: url(../images/about-lf.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-end;
}
.about .about-con .about-lf .about-lf-con {
  padding: 67px 0;
  width: 73%;
}
.about .about-con .about-lf .about-lf-con h3 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  letter-spacing: 2px;
}
.about .about-con .about-lf .about-lf-con .content {
  color: #666666;
  font-size: 18px;
  text-align: justify;
  width: 78%;
  letter-spacing: 1px;
  line-height: 33px;
  margin-top: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 7;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.about .about-con .about-lf .about-lf-con a {
  font-size: 18px;
  background-color: #AF2121;
  color: #fff;
  letter-spacing: 1px;
  display: block;
  width: fit-content;
  padding: 2px 45px;
  margin-top: 30px;
  transition: all 0.5s;
}
.about .about-con .about-lf .about-lf-con a:hover {
  background-color: #333;
}
.about .about-con .about-rt {
  width: 43%;
  background: url(../images/about.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 442px;
  max-height: 442px;
  right: 0;
  position: absolute;
}
.advantage {
  width: 100%;
  background: url(../images/advan.png) no-repeat;
  background-size: 100% 100%;
  padding: 68px 0;
}
.advantage .advan-cen h2 {
  font-size: 24px;
  color: #AF2121;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 600;
}
.advantage .advan-cen h2 span {
  display: block;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  padding-top: 15px;
}
.advantage .advan-cen .about-bor {
  height: 1px;
  background: #A6A6A6;
  margin: 0 auto;
  width: 24%;
  position: relative;
  margin-top: 16px;
}
.advantage .advan-cen .about-bor::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 6px;
  width: 27%;
  background: #AF2121;
  transform: translate(-50%, -50%);
}
.advantage .advan-cen .advan-desc {
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.6;
  line-height: 28px;
  letter-spacing: 1px;
  padding: 50px 0;
}
.advantage .advan-cen ul {
  display: flex;
  justify-content: space-between;
}
.advantage .advan-cen ul li {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  width: 21.4%;
  padding-top: 160px;
  position: relative;
  padding-bottom: 10px;
  transition: all 2s;
}
.advantage .advan-cen ul li h3 {
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 40px;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.advantage .advan-cen ul li p:nth-child(4) {
  font-size: 14px;
  color: #777777;
  text-align: center;
  padding-top: 1px;
  width: 81%;
  margin: 0 auto;
  line-height: 25px;
  height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.advantage .advan-cen ul li p:nth-child(2) {
  width: 40px;
  height: 1px;
  background: #FFFFFF;
  margin: 0 auto;
  transition: all 0.5s;
}
.advantage .advan-cen ul li p:nth-child(1) {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.advantage .advan-cen ul li:hover {
  border: 1px solid #AF2121;
  transform: rotateY(360deg);
  cursor: pointer;
}
.advantage .advan-cen ul li:hover p:nth-child(2) {
  background: #AF2121;
}
.advantage .advan-cen ul li:hover h3 {
  color: #AF2121;
}
.advantage .advan-cen ul li:nth-child(1) p:nth-child(1) {
  background: url(../images/a1.png) no-repeat;
  background-size: 100% 100%;
}
.advantage .advan-cen ul li:nth-child(1):hover p:nth-child(1) {
  background: url(../images/a11.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.advantage .advan-cen ul li:nth-child(2) p:nth-child(1) {
  background: url(../images/a2.png) no-repeat;
  background-size: 100% 100%;
}
.advantage .advan-cen ul li:nth-child(2):hover p:nth-child(1) {
  background: url(../images/a22.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.advantage .advan-cen ul li:nth-child(3) p:nth-child(1) {
  background: url(../images/a3.png) no-repeat;
  background-size: 100% 100%;
}
.advantage .advan-cen ul li:nth-child(3):hover p:nth-child(1) {
  background: url(../images/a33.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.advantage .advan-cen ul li:nth-child(4) p:nth-child(1) {
  background: url(../images/a4.png) no-repeat;
  background-size: 100% 100%;
}
.advantage .advan-cen ul li:nth-child(4):hover p:nth-child(1) {
  background: url(../images/a44.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.case {
  background: #FFF;
}
.case .case-cen {
  padding: 68px 0;
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
}
.case .case-cen h2 {
  font-size: 24px;
  color: #AF2121;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 600;
}
.case .case-cen h2 span {
  display: block;
  font-size: 14px;
  color: #5C5C5C;
  letter-spacing: 1px;
  padding-top: 15px;
}
.case .case-cen .about-bor {
  height: 1px;
  background: #A6A6A6;
  margin: 0 auto;
  width: 24%;
  position: relative;
  margin-top: 12px;
}
.case .case-cen .about-bor::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 6px;
  width: 27%;
  background: #AF2121;
  transform: translate(-50%, -50%);
}
.case .case-cen .swiper2 {
  max-width: 1200px;
  margin-top: 68px;
}
.case .case-cen .swiper2 .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.case .case-cen .swiper2 .swiper-wrapper .swiper-slide a {
  color: #fff;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 397px;
  max-height: 397px;
  position: relative;
}
.case .case-cen .swiper2 .swiper-wrapper .swiper-slide a .case-items {
  background: url(../images/casea.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -120px;
  padding: 20px;
  transition: all 0.5s;
  width: 100%;
}
.case .case-cen .swiper2 .swiper-wrapper .swiper-slide a .case-items div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 10px;
}
.case .case-cen .swiper2 .swiper-wrapper .swiper-slide a .case-items h3 {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding-top: 12px;
}
.case .case-cen .swiper2 .swiper-wrapper .swiper-slide a .case-items .case-desc {
  font-size: 16px;
  line-height: 30px;
  height: 70px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  letter-spacing: 1px;
  padding-top: 10px;
}
.case .case-cen .swiper2 .swiper-wrapper .swiper-slide:hover .case-items {
  background: url(../images/caseb.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0px;
  padding: 20px;
}
.case .case-cen .case-arrow {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 59%;
  transform: translateY(-50%);
  z-index: 1;
}
.case .case-cen .case-arrow .swiper-button-next,
.case .case-cen .case-arrow .swiper-button-prev {
  width: auto;
}
.case .case-cen .case-arrow .swiper-button-next:after {
  content: '';
  width: 53px;
  height: 59px;
  background: url(../images/right.png) no-repeat;
  background-size: 100% 100%;
}
.case .case-cen .case-arrow .swiper-button-prev:after {
  content: '';
  width: 53px;
  height: 59px;
  background: url(../images/left.png) no-repeat;
  background-size: 100% 100%;
}
.news {
  width: 100%;
  background: url(../images/news-bg.png) no-repeat;
  background-size: 100% 100%;
}
.news .news-cen {
  padding: 35px 0;
}
.news .news-cen h2 {
  font-size: 24px;
  color: #AF2121;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 600;
}
.news .news-cen h2 span {
  display: block;
  font-size: 14px;
  color: #5C5C5C;
  letter-spacing: 1px;
  padding-top: 15px;
}
.news .news-cen .about-bor {
  height: 1px;
  background: #A6A6A6;
  margin: 0 auto;
  width: 24%;
  position: relative;
  margin-top: 12px;
}
.news .news-cen .about-bor::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 6px;
  width: 27%;
  background: #AF2121;
  transform: translate(-50%, -50%);
}
.news .news-cen .news-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .news-cen .news-con li {
  width: 49%;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.news .news-cen .news-con li .news-date {
  border: 1px solid rgba(176, 34, 33, 0.6);
  width: 21.5%;
  padding: 16px;
  position: relative;
}
.news .news-cen .news-con li .news-date h3 {
  font-size: 50px;
  color: #AF2121;
  text-align: center;
}
.news .news-cen .news-con li .news-date .news-line {
  width: 27px;
  height: 2px;
  background: #AF2121;
  text-align: revert;
  margin-left: auto;
  margin-top: 6px;
}
.news .news-cen .news-con li .news-date .news-year {
  font-size: 24px;
  color: #AF2121;
  text-align: right;
  font-weight: 600;
}
.news .news-cen .news-con li .news-date .news-day {
  font-size: 24px;
  color: #AF2121;
  text-align: right;
  font-weight: 600;
  margin-top: -16px;
}
.news .news-cen .news-con li .news-date::before {
  content: "";
  width: 50%;
  height: 50%;
  right: -1px;
  bottom: -1px;
  border-bottom: 2px solid #AF2121;
  border-right: 2px solid #AF2121;
  position: absolute;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.news .news-cen .news-con li .news-date::after {
  content: "";
  width: 50%;
  height: 50%;
  left: -1px;
  top: -1px;
  border-top: 2px solid #AF2121;
  border-left: 2px solid #AF2121;
  position: absolute;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.news .news-cen .news-con li .news-detail {
  width: 73%;
}
.news .news-cen .news-con li .news-detail h5 {
  border-bottom: 1px solid #D5D7D8;
  padding-bottom: 8px;
}
.news .news-cen .news-con li .news-detail h5 a {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all 0.5s;
}
.news .news-cen .news-con li .news-detail .news-desc a {
  font-size: 13px;
  height: 72px;
  color: #595959;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.news .news-cen .news-con li .news-detail .news-mor {
  border: 2px solid #AF2121;
  text-align: center;
  font-size: 14px;
  color: #AF2121;
  letter-spacing: 1px;
  padding: 3px 0;
  width: 22%;
  margin-top: 27px;
  display: block;
  transition: all 0.5s;
}
.news .news-cen .news-con li:hover .news-date::after,
.news .news-cen .news-con li:hover .news-date::before {
  width: 100%;
  height: 100%;
}
.news .news-cen .news-con li:hover .news-detail h5 a {
  color: #AF2121;
}
.news .news-cen .news-con li:hover .news-detail .news-mor {
  background: #AF2121;
  color: #fff;
}
.news .news-cen .news-icon {
  display: block;
  width: 118px;
  height: 32px;
  background: #AF2121;
  border-radius: 16px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  margin-top: 23px;
  letter-spacing: 1px;
  transition: all 0.5s;
}
.news .news-cen .news-icon:hover {
  background: #000;
}
.footerr {
  width: 100%;
}
.footerr .footer-t {
  background: #3d3e43;
}
.footerr .footer-t .foott-cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.footerr .footer-t .foott-cen .contact-l {
  width: 62%;
}
.footerr .footer-t .foott-cen .contact-l h3 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 14px;
}
.footerr .footer-t .foott-cen .contact-l h3 p {
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 4px;
}
.footerr .footer-t .foott-cen .contact-l .con-items {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.footerr .footer-t .foott-cen .contact-l .con-items p {
  display: inline-block;
  text-align: center;
}
.footerr .footer-t .foott-cen .contact-l .con-items span {
  padding: 0 5px;
}
.footerr .footer-t .foott-cen .contact-l ul {
  display: flex;
  margin-top: 22px;
}
.footerr .footer-t .foott-cen .contact-l ul li {
  width: calc(100% / 7);
}
.footerr .footer-t .foott-cen .contact-l ul li a {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.5s;
}
.footerr .footer-t .foott-cen .contact-l ul li a:hover {
  color: #AF2121;
}
.footerr .footer-b {
  background: #24252a;
}
.footerr .footer-b .footb-cen {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.footerr .footer-b .footb-cen p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}
.footerr .footer-b .footb-cen p span {
  padding: 0 8px;
}
.footerr .footer-b .footb-cen p span,
.footerr .footer-b .footb-cen p a {
  font-size: 14px;
  color: #fff;
}
.p-locat {
  width: 100%;
  background: #f5f5f5;
}
.p-locat .ploca-cen {
  font-size: 14px;
  letter-spacing: 1px;
  color: #666;
  display: flex;
  align-items: center;
  padding: 7px 0;
}
.p-locat .ploca-cen a {
  color: #666;
  transition: all 0.5s;
  font-weight: 600;
}
.p-locat .ploca-cen img {
  width: 19px;
  margin-right: 5px;
}
.p-locat .ploca-cen a:hover {
  color: #AF2121;
}
.p-con {
  background: #fff;
  overflow: hidden;
  padding-top: 40px;
}
.p-con h2 {
  text-align: center;
  font-size: 30px;
  color: #AF2121;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-con h2 img {
  margin: 0px 15px;
}
.p-con h2 p {
  font-size: 15px;
  color: #666;
  padding-top: 4px;
  font-weight: 600;
  letter-spacing: 2px;
}
.p-con .p-cont {
  padding-top: 17px;
}
.p-con .p-cont .p-content {
  padding: px 0;
  padding-bottom: 30px;
}
.p-con .news .news-cen {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 27px;
}
.p-con .news .news-cen .news-con li {
  margin-top: 0px;
  width: 100%;
  align-items: center;
  border-bottom: 1px dashed #e0dede;
  padding: 30px 0;
}
.p-con .news .news-cen .news-con li:last-child {
  border-bottom: none;
}
.p-con .news .news-cen .news-con li .news-date {
  width: 8.9%;
  padding: 10px;
}
.p-con .news .news-cen .news-con li .news-detail {
  width: 87%;
}
.p-con .news .news-cen .news-con li .news-date h3 {
  font-size: 44px;
}
.p-con .news .news-cen .news-con li .news-date .news-year,
.p-con .news .news-cen .news-con li .news-date .news-day {
  font-size: 18px;
}
.p-con .news .news-cen .news-con li .news-detail .news-desc a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  letter-spacing: 0.8px;
}
.p-con .news .news-cen .news-con li .news-detail .news-mor {
  padding: 1px 0;
  width: 13%;
}
.p-con .n-news-cont {
  padding-top: 22px;
}
.p-con .n-news-cont h3 {
  text-align: center;
  font-size: 18px;
}
.p-con .n-news-cont .n-news-time {
  color: #999;
  font-size: 12px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  text-align: center;
}
.p-con .n-news-cont div {
  padding: 30px 0;
}
.p-con .n-news-cont div img {
  max-width: 100%;
}
.p-con .p-pro-cont {
  padding: 30px 0;
}
.p-con .p-pro-cont ul {
  display: flex;
  flex-wrap: wrap;
}
.p-con .p-pro-cont ul li {
    width: 23.7%;
    overflow: hidden;
    margin-bottom: 2.66666667%;
    margin-right: 1.666667%;
    text-align: center;
}
.p-con .p-pro-cont ul li a:nth-child(1) {
  border: 1px solid #e9e9e9;
  height: 270px;
  max-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-con .p-pro-cont ul li a:nth-child(1) img {
  height: 195px;
  width: auto;
}
.p-con .p-pro-cont ul li a {
  display: block;
  overflow: hidden;
}
.p-con .p-pro-cont ul li a:nth-child(2) {
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 24px;
  background: url(../images/prod_icon.jpg) no-repeat right top;
  color: #000;
  font-size: 15px;
  margin-top: 16px;
  transition: all 0.5s;
}
.p-con .p-pro-cont ul li:nth-child(4n) {
  margin-right: 0;
}
.p-con .p-pro-cont ul li:hover a:nth-child(2) {
  color: #AF2121;
}
.p-con .c-case-cont ul li a:nth-child(1) img {
  width: 100%;
  height: auto;
}
.p-con .c-case-cont ul li a:nth-child(1) {
  padding: 10px;
}
.n-news-nav {
  display: flex;
  justify-content: center;
  padding: 14px 0;
  flex-wrap: wrap;
}
.n-news-nav li a {
  display: inline-block;
  padding: 8px 43px;
  background: #f5f5f5;
  color: #333;
  overflow: hidden;
  margin-left: 22px;
  transition: all 0.5s;
  font-size: 15px;
  letter-spacing: 1px;
}
.n-news-nav li a:hover {
  background: #AF2121;
  color: #fff;
}
.page div {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.page div span,
.page div a {
  display: block;
  margin-left: 10px;
  color: #AF2121;
  padding: 0 12px;
  border: 1px solid #AF2121;
  font-size: 14px;
  transition: all 0.5s;
}
.page div span,
.page div a:hover {
  background: #AF2121;
  color: #fff;
}
.p-pro-content {
  padding: 45px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-pro-content .p-pro-thumb {
  display: flex;
  width: 60%;
}
.p-pro-content .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.p-pro-content .gallery-top {
  height: 80%;
  width: 85%;
  border: 1px solid #bebebe;
}
.p-pro-content .gallery-top .swiper-slide {
  height: 448px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-pro-content .gallery-top .swiper-slide img {
    max-width: 100%;
    cursor: pointer;
    height: 376px;
    width: auto;
}
.p-pro-content .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  padding-left: 14px;
  width: 20%;
}
.p-pro-content .gallery-thumbs .swiper-slide {
  height: 92px;
  width: 92px !important;
  opacity: 0.4;
  border: 1px solid grey;
  margin-bottom: 10px;
  background-size: 88%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.p-pro-content .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #AF2121;
}
.p-pro-content .swiper-container-free-mode > .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
.p-pro-content .p-pro-desc {
  width: 37%;
}
.p-pro-content .p-pro-desc h5 {
  font-size: 24px;
  font-weight: 500;
}
.p-pro-content .p-pro-desc div {
  font-size: 15px;
  text-align: justify;
  line-height: 25px;
  padding-top: 10px;
}
.p-pro-content .p-pro-desc ul li {
  font-size: 15px;
  position: relative;
  padding-left: 16px;
}
.p-pro-content .p-pro-desc ul li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #AF2121;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-pro-c ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #bebebe;
}
.p-pro-c ul li {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  width: 28.4%;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
}
.p-pro-c ul li::after {
  content: '';
  position: absolute;
  bottom: -0.8px;
  width: 100%;
  height: 1px;
  left: 0;
  background: #AF2121;
  opacity: 0;
  visibility: hidden;
}
.p-pro-c .p-pro-detail {
  padding: 30px 0;
  padding-top: 16px;
}
.p-pro-c .p-pro-detail table {
  margin: 0 auto;
}
.p-pro-c .p-pro-detail div {
  padding: 30px 0;
  display: none;
}
.p-pro-c .p-pro-detail div:nth-child(1) {
  display: block;
}
.p-pro-c .p-pro-detail td {
  border: 1px solid #3d3e43;
  padding: 10px 0;
}
.p-pro-c .p-pro-detail td span {
  background-color: rgba(0, 0, 0, 0) !important;
}
.pro::after {
  content: '';
  position: absolute;
  bottom: -0.8px;
  width: 100%;
  height: 1px;
  left: 0;
  background: #AF2121;
  opacity: 1 !important;
  visibility: visible !important;
}
.fix-pro {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999999  !important;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  display: none;
}
.fix-pro img{
    max-width: 100%;
    max-height: 95%;
}
.fix-pro .thumb {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fix-pro #closed {
  position: absolute;
  right: 73px;
  top: 30px;
  cursor: pointer;
}
