.sjcTop,
.sjcBottom,
.sjcLeft,
.sjcRight,
.rightWow,
.leftWow,
.bottomWow,
.bg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.yebl {
  width: 1300px;
  margin: 0 auto;
}
.bs {
  box-sizing: border-box;
}
.centerFlex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s1 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.imgA {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.imgB {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tion1 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textLr {
  writing-mode: vertical-lr;
  /*ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IEæµè§ˆå™¨çš„ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: tb-rlï¼›*/
}
.textRl {
  writing-mode: vertical-rl;
  /*ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: vertical-rl;*/
  writing-mode: tb-rl;
  /*IEæµè§ˆå™¨çš„ä»Žå·¦å‘å³ ä»Žå³å‘å·¦æ˜¯ writing-mode: tb-rlï¼›*/
}
.br {
  border-radius: 50%;
}
.banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.banner .ban-down {
  width: 1300px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 124px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  z-index: 8;
}
.banner .ban-down::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 320px;
  left: -310px;
  top: 0;
  z-index: -1;
  background-color: #f8f8f8;
}
.banner .ban-down .phone p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #999999;
  margin-left: 11px;
}
.banner .ban-down .phone p i {
  display: block;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #999999;
}
.banner .ban-down .xunpan {
  margin: 0 128px 0 100px;
  position: relative;
  cursor: pointer;
}
.banner .ban-down .xunpan i {
  font-size: 14px;
  display: inline-block;
  line-height: 14px;
  margin-left: 12px;
  color: #999999;
}
.banner .ban-down .xunpan .tips {
  position: absolute;
  left: 46px;
  top: 30px;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #be0a18;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 5px 5px 2px rgba(158, 158, 158, 0.3);
  -webkit-transform: translateX(-20%) scale(0);
  -moz-transform: translateX(-20%) scale(0);
  -o-transform: translateX(-20%) scale(0);
  -ms-transform: translateX(-20%) scale(0);
  transform: translateX(-20%) scale(0);
  -webkit-transition: transform 0.6s, opacity 0.4s;
  -moz-transition: transform 0.6s, opacity 0.4s;
  -o-transition: transform 0.6s, opacity 0.4s;
  -ms-transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s;
  opacity: 0;
}
.banner .ban-down .xunpan:hover .tips {
  -webkit-transform: translateX(-20%) scale(1);
  -moz-transform: translateX(-20%) scale(1);
  -o-transform: translateX(-20%) scale(1);
  -ms-transform: translateX(-20%) scale(1);
  transform: translateX(-20%) scale(1);
  opacity: 1;
}
.banner .ban-down .search-box {
  position: relative;
}
.banner .ban-down .search-box:hover input {
  padding: 0 10px;
  width: 180px;
  border: 1px solid #be0a18;
}
.banner .ban-down .search-box input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
  background-color: #fff;
  height: 35px;
  width: 0;
  border-radius: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .ban-down .search-box button {
  cursor: pointer;
  width: 150px;
  height: 124px;
  background-color: #3d83dc;
}
.banner .swiper-wrapper {
  height: 100%;
  margin: 0 auto;
}
.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -81px;
  width: 81px;
  height: 81px;
  margin-top: -20px;
  background: url(?templates/pc_wjdh/images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner:hover .slider-btn-prev {
  left: 10%;
}
.banner .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -81px;
  width: 81px;
  height: 81px;
  margin-top: -20px;
  background: url(?templates/pc_wjdh/images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner:hover .slider-btn-next {
  right: 10%;
  cursor: pointer;
}
.tit-box {
  position: relative;
  z-index: 8;
}
.tit-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 150px;
  height: 18px;
  background-color: #be0a18;
  left: -30px;
  top: 31px;
}
.tit-box .ex {
  display: block;
  font-family: Impact;
  font-size: 60px;
  line-height: 50px;
  color: #333333;
}
.tit-box .ex span {
  font-family: Impact;
  font-size: 60px;
  line-height: 50px;
  color: #333333;
}
.tit-box .em {
  display: block;
  font-size: 30px;
  line-height: 25px;
  color: #333333;
  margin-top: 23px;
}
.tit-box .em i {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 5px;
  color: #999999;
  margin-left: 8px;
}
.pro-box {
  padding: 80px 0 0;
  display: none;
}
.pro-box .tit-box .em i {
  display: block;
  margin: 22px 0 0 0;
}
.pro-box .pro-hd {
  display: flex;
}
.pro-box .pro-hd li:nth-child(2) .icon {
  background: url(?templates/pc_wjdh/images/pi2.png) no-repeat center;
}
.pro-box .pro-hd li:nth-child(2):hover .icon {
  background: url(?templates/pc_wjdh/images/pi22.png) no-repeat center;
}
.pro-box .pro-hd li:nth-child(3) .icon {
  background: url(?templates/pc_wjdh/images/pi3.png) no-repeat center;
}
.pro-box .pro-hd li:nth-child(3):hover .icon {
  background: url(?templates/pc_wjdh/images/pi32.png) no-repeat center;
}
.pro-box .pro-hd li:nth-child(4) .icon {
  background: url(?templates/pc_wjdh/images/pi4.png) no-repeat center;
}
.pro-box .pro-hd li:nth-child(4):hover .icon {
  background: url(?templates/pc_wjdh/images/pi42.png) no-repeat center;
}
.pro-box .pro-hd li {
  display: inline-block;
  background: url(?templates/pc_wjdh/images/pi-line.png) no-repeat center;
  width: 160px;
  height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 39px;
}
.pro-box .pro-hd li .more {
  display: block;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}
.pro-box .pro-hd li .icon {
  width: 80px;
  height: 80px;
  display: block;
  background: url(?templates/pc_wjdh/images/pi1.png) no-repeat center;
}
.pro-box .pro-hd li:hover .icon {
  background: url(?templates/pc_wjdh/images/pi12.png) no-repeat center;
}
.pro-box .pro-hd li .text {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 6em;
}
.pro-box .pro-con {
  position: relative;
  padding-bottom: 100px;
}
.pro-box .pro-con::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 95%;
  background-color: #f6f6f8;
}
.pro-box .pro-con .search-box {
  margin: 60px auto 24px;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-box .pro-con .search-box p {
  font-family: Arial;
  border-right: 1px solid #eeeeee;
  padding: 0 24px 0 29px;
  height: 59px;
  font-size: 16px;
  line-height: 59px;
  margin-right: 34px;
  color: #333333;
}
.pro-box .pro-con .search-box button {
  height: 100%;
  width: 85px;
  background: #be0a18;
  margin-left: 50px;
  cursor: pointer;
}
.pro-box .pro-con .search-box input {
  flex: 1;
  font-size: 16px;
  color: #666666;
}
.pro-box .pro-con .search-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 16px;
  color: #666666;
}
.pro-box .pro-con .search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
  color: #666666;
}
.pro-box .pro-con .search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 16px;
  color: #666666;
}
.pro-box .pro-con .search-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 16px;
  color: #666666;
}
.pro-box .pro-ul {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro-box .pro-ul li.active::after {
  width: 100%;
}
.pro-box .pro-ul li {
  margin-top: 48px;
  display: inline-block;
  width: 19%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 15px;
  position: relative;
}
.pro-box .pro-ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  background: #be0a18;
}
.pro-box .pro-ul li .im {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 210px;
  background-color: #ebebeb;
}
.pro-box .pro-ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pro-box .pro-ul li div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 27px 0 8px;
}
.pro-box .pro-ul li div a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  text-align: center;
  margin: 0 auto;
}
.pro-box .pro-ul li div i {
  display: none;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.rea-box {
  border-bottom: 1px solid #efefef;
  display: none;
}
.rea-box .rea-con {
  position: relative;
}
.rea-box .rea-con .tx {
  position: absolute;
  left: 0;
  top: 627px;
}
.rea-box .rea-con .tx2 {
  position: absolute;
  right: -310px;
  top: 0;
}
.rea-box .rea-con .rea-bd {
  width: 1362px;
  position: relative;
  left: -310px;
}
.rea-box .rea-con .rea-bd li {
  height: 873px;
}
.rea-box .rea-con .rea-bd img {
  width: 100%;
}
.rea-box .rea-con .rea-bd .t1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  margin: 90px 0 30px 309px;
}
.rea-box .rea-con .rea-bd .t2 {
  width: 949px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 2px;
  color: #666666;
  margin-left: 406px;
  position: relative;
}
.rea-box .rea-con .rea-bd .t2::before {
  content: "";
  position: absolute;
  left: -99px;
  top: 10px;
  display: block;
  margin-right: 30px;
  width: 60px;
  height: 1px;
  background-color: #808080;
}
.rea-box .rea-con .hd {
  position: absolute;
  right: -108px;
  top: 0;
  height: 873px;
  box-sizing: border-box;
}
.rea-box .rea-con .hd ul {
  margin-top: 100px;
}
.rea-box .rea-con .hd ul li.on::after {
  width: 100%;
}
.rea-box .rea-con .hd ul li.on i {
  letter-spacing: 9px;
  font-weight: bold;
}
.rea-box .rea-con .hd ul li.on i::before {
  width: 25px;
}
.rea-box .rea-con .hd ul li.on i::after {
  width: 25px;
}
.rea-box .rea-con .hd ul li:nth-child(odd)::after {
  left: auto;
  right: 0;
}
.rea-box .rea-con .hd ul li {
  width: 356px;
  text-align: center;
  height: 64px;
  position: relative;
  z-index: 8;
  margin-top: 20px;
  cursor: pointer;
}
.rea-box .rea-con .hd ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  z-index: -1;
  height: 100%;
  background-color: #f6f6f8;
}
.rea-box .rea-con .hd ul li i {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 64px;
  color: #333333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.rea-box .rea-con .hd ul li i::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 1px;
  background-color: #333333;
  border-radius: 1px;
  margin-right: 11px;
}
.rea-box .rea-con .hd ul li i::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 1px;
  background-color: #333333;
  border-radius: 1px;
  margin-left: 2px;
}
.rea-box .rea-con .hd .arrow {
  position: absolute;
  bottom: 105px;
  left: 36%;
  transform: translateX(-50%);
}
.rea-box .rea-con .hd .arrow span {
  display: inline-block;
  cursor: pointer;
  width: 44px;
  height: 44px;
  background-color: #f4f4f4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  border-radius: 50%;
}
.rea-box .rea-con .hd .arrow span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(?templates/pc_wjdh/images/reaP.png) no-repeat center;
}
.rea-box .rea-con .hd .arrow span.active {
  background: #be0a18;
}
.rea-box .rea-con .hd .arrow .prev.active::after {
  background: url(?templates/pc_wjdh/images/reaP2.png) no-repeat center;
}
.rea-box .rea-con .hd .arrow .next {
  margin-left: 28px;
}
.rea-box .rea-con .hd .arrow .next::after {
  background: url(?templates/pc_wjdh/images/reaN2.png) no-repeat center;
}
.rea-box .rea-con .hd .arrow .next.active::after {
  background: url(?templates/pc_wjdh/images/reaN.png) no-repeat center;
}
.case-box {
  padding-top: 78px;
  padding-bottom: 69px;
}
.case-box .case-tit .more {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-top: 65px;
}
.case-box .case-tit .more:hover::after {
  width: 78px;
}
.case-box .case-tit .more::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  z-index: -1;
  width: 94px;
  height: 7px;
  background-color: #f5c5b8;
}
.case-box .case-tit .more::after {
  content: "";
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle;
  width: 58px;
  height: 1px;
  background-color: #000000;
}
.case-box .case-ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-box .case-ul li:hover .im > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.case-box .case-ul li.active i {
  color: #be0a18;
}
.case-box .case-ul li {
  margin-top: 45px;
  width: 30%;
  box-sizing: border-box;
  position: relative;
}
.case-box .case-ul li .im {
  display: block;
  width: 100%;
  height: 287px;
  background-color: #7f7f7f;
  border-radius: 10px;
  border: solid 5px #f7f7f7;
  box-sizing: border-box;
  overflow: hidden;
}
.case-box .case-ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .case-ul li i {
  position: absolute;
  left: 0;
  bottom: 12px;
  font-family: Impact;
  font-size: 48px;
  line-height: 36px;
  color: #e4e4e4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.case-box .case-ul li .t1 {
  width: 80%;
  display: block;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin: 30px 0 14px auto;
}
.case-box .case-ul li .t2 {
  border-top: 1px solid #f7f7f7;
  padding-top: 10px;
  width: 80%;
  display: block;
  margin-left: auto;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}
.about-box {
  overflow: hidden;
}
.about-box .about-con {
  position: relative;
}
.about-box .about-con::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -310px;
  top: 0;
  z-index: -2;
  width: 1218px;
  height: 865px;
  background-color: #f9f9f9;
}
.about-box .about-con .bg {
  position: absolute;
  z-index: -1;
  left: -48px;
  top: 191px;
}
.about-box .about-con .ab-text {
  padding: 109px 0 0 0;
  width: 695px;
  box-sizing: border-box;
}
.about-box .about-con .ab-text .text {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.about-box .about-con .ab-text .text h3 {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}
.about-box .about-con .ab-text .text h3 i {
  display: block;
  position: relative;
  font-family: Arial;
  font-size: 12px;
  line-height: 12px;
  z-index: 9;
  color: #333333;
  margin-top: 19px;
}
.about-box .about-con .ab-text .text h3 i::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 4px;
  background-color: #f5ceb8;
}
.about-box .about-con .ab-text .text p {
  display: inline-block;
  vertical-align: top;
  width: 469px;
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-indent: 32px;
}
.about-box .about-con .ab-text .ab-num {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.about-box .about-con .ab-text .ab-num li i {
  font-family: Impact;
  font-size: 44px;
  line-height: 36px;
  color: #be0a18;
}
.about-box .about-con .ab-text .ab-num li p {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-top: 22px;
}
.about-box .about-con .ab-pic {
  position: absolute;
  top: 0;
  right: -181px;
  width: 712px;
}
.about-box .about-con .ab-pic .tag-ul {
  width: 601px;
  margin-left: auto;
}
.about-box .about-con .ab-pic .tag-ul li {
  display: inline-block;
  width: 270px;
  height: 48px;
  background-color: #be0a18;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;
  margin: 0 0 29px 28px;
}
.about-box .about-con .ab-pic .tag-ul li:nth-child(2),
.about-box .about-con .ab-pic .tag-ul li:nth-child(3) {
  background-color: #17324b;
}
.about-box .about-con .ab-pic .pic {
  width: 712px;
  height: 406px;
  object-fit: cover;
}
.about-box .ab-ul {
  width: 90%;
  margin: 70px auto 0;
  height: 234px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.about-box .ab-ul li {
  width: 31%;
  height: 234px;
  box-sizing: border-box;
  background-color: #ececec;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.about-box .ab-ul li:hover .txt > i {
  color: #ffffff !important;
}
.about-box .ab-ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #be0a18;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.about-box .ab-ul li:hover::before {
  width: 600px;
  height: 600px;
}
.about-box .ab-ul li:nth-child(2) {
  background-color: #be0a18;
}
.about-box .ab-ul li:nth-child(2) .txt > i {
  color: #ffffff !important;
}
.about-box .ab-ul li:nth-child(2):hover .txt > i {
  color: #131a32 !important;
}
.about-box .ab-ul li:nth-child(2)::before {
  background-color: #ececec;
}
.about-box .ab-ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.about-box .ab-ul li div .icon {
  display: inline-block;
  width: 79px;
  height: 78px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 78px;
  margin-right: 28px;
}
.about-box .ab-ul li div .txt i {
  display: block;
  line-height: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.about-box .ab-ul li div .txt .yw {
  font-family: Arial;
  font-size: 16px;
  color: #3a4053;
}
.about-box .ab-ul li div .txt .text {
  font-size: 21px;
  font-weight: bold;
  color: #131a32;
}
.news-box .tit-box {
  text-align: center;
  margin: 80px 0 40px;
}
.news-box .tit-box::after {
  left: 50%;
  transform: translateX(-50%);
}
.news-box .news-ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f9f9f9;
}
.news-box .news-ul div {
  width: 33.3%;
  height: 350px;
  box-sizing: border-box;
}
.news-box .news-ul .text div {
  width: 85%;
  height: 186px;
  margin: 86px auto 0;
  box-sizing: border-box;
  position: relative;
}
.news-box .news-ul .text div:hover .t1 {
  color: #be0a18;
}
.news-box .news-ul .text div:hover .more {
  letter-spacing: 1px;
}
.news-box .news-ul .text div:hover .more::after {
  left: -30px;
  background: #be0a18;
}
.news-box .news-ul .text div i {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}
.news-box .news-ul .text div i::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 1px;
  background-color: #1b1b1b;
  margin-right: 6px;
}
.news-box .news-ul .text div .t1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 28px 0 24px 41px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}
.news-box .news-ul .text div p {
  font-size: 14px;
  line-height: 30px;
  margin-left: 41px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .news-ul .text div span {
  display: block;
  margin-left: 41px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  margin-top: 20px;
}
.news-box .news-ul .text div .more {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  z-index: 9;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.news-box .news-ul .text div .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  width: 94px;
  height: 7px;
  background-color: #f5c5b8;
}
.news-box .news-ul .pic:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-box .news-ul .pic a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-box .news-ul .pic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.par-box {
  padding: 65px 0 50px;
}
.par-box .tit-box {
  text-align: center;
}
.par-box .tit-box::after {
  width: 258px;
  left: 50%;
  transform: translateX(-50%);
}
.par-box .par-con {
  position: relative;
}
.par-box .par-con > span {
  position: absolute;
  top: 190px;
  z-index: 8;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.par-box .par-con > span:hover::after {
  background: #be0a18;
}
.par-box .par-con > span::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  width: 94px;
  height: 7px;
  background-color: #f5c5b8;
}
.par-box .par-con .par-prev {
  left: -123px;
}
.par-box .par-con .par-next {
  right: -123px;
}
.par-box .par-con .myPar {
  overflow: hidden;
}
.par-box .par-con .myPar ul li:nth-child(5n) {
  margin-right: 0;
}
.par-box .par-con .myPar ul li.active p {
  bottom: 0;
}
.par-box .par-con .myPar ul li {
  width: 220px;
  height: 130px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  box-sizing: border-box;
  margin: 51px 45px 0 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.par-box .par-con .myPar ul li img {
  width: 100%;
  height: 80%;
  object-fit: contain;
}
.par-box .par-con .myPar ul li p {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  height: 29px;
  font-size: 14px;
  line-height: 29px;
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background-color: rgba(190, 10, 24, 0.8);
}
/* links */
.links {
  background-color: #f9f9f9;
}
.links-box {
  padding: 50px 0 35px;
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
}
.links-box div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.links-box div a {
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  margin-left: 48px;
}
.links-box div a:hover {
  color: #be0a18;
  transform: translateX(5px);
}
.links-box p {
  margin-right: 49px;
  width: 111px;
  height: 45px;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  text-align: right;
  background: url(?templates/pc_wjdh/images/LINKS.png) no-repeat center;
}
@media screen and (max-width: 1680px) {
  .case-box .case-ul {
    width: 95%;
  }
}