.banner {
  user-select: none;
}

.banner .swiper-pagination {
  bottom: 40px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 20px;
  opacity: 0.47;
  margin: 0 8px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #BD1D21;
  width: 45px;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
  color: #FFF;
  width: 43px;
  height: 65px;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin-top: -32px;
}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.5);
}

.banner .swiper-button-next::after, .banner .swiper-button-prev::after {
  font-size: 32px;
}

.banner .swiper-button-next {
  right: 10.7%;
}

.banner .swiper-button-prev {
  left: 10.7%;
}

.titbox {
  margin-bottom: 50px;
  text-align: center;
  padding-top: 10px;
}
.titbox h2 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.titbox h2:after {
  content: "";
  width: 121px;
  height: 2px;
  background: #BD1D21;
  position: absolute;
  right: -3px;
  bottom: 0;
}
.titbox h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 22px;
  background: #BD1D21;
  left: -26px;
  top: -6px;
  z-index: -1;
}

.inaboutpic {
  width: 60%;
  margin-left: 40%;
}

.inaboutcon {
  position: relative;
}

.inabouttxt {
  position: absolute;
  width: 66.58%;
  left: 0;
  bottom: 0px;
}
.inabouttxt .titbox {
  text-align: left;
  padding-left: 27px;
  margin-bottom: 0;
}
.inabouttxt .txt {
  padding-top: 60px;
  padding-right: 75px;
  padding-bottom: 80px;
  background: #FFF;
}
.inabouttxt .txt p{
  font-size: 16px;
}

.aboutepc {
  background: url(../images/aboutepcbg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 40px 0;
}
.aboutepc ul {
  margin-left: -90px;
  margin-right: -106px;
}
.aboutepc ul li {
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.aboutepc ul li:last-child {
  border: 0 none;
}
.aboutepc ul li i {
  display: block;
  margin: 0 auto 10px;
  width: 42px;
}
.aboutepc ul li h4 {
  font-weight: bold;
  color: #FFF;
  font-size: 42px;
  text-align: center;
  line-height: 1em;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.aboutepc ul li h4::after {
  content: "";
  height: 1px;
  width: 80%;
  display: block;
  bottom: 0;
  background: #FFF;
  margin: 5px auto 0;
}
.aboutepc ul li h5 {
  font-size: 16px;
  color: #FFF;
  text-align: center;
}

.inepcright {
  width: 14.66%;
  box-sizing: border-box;
  padding: 20px 40px;
  background: #BD1D21;
}
.inepcright h5 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  color: #FFF;
}
.inepcright h5:last-child {
  border-bottom: 0 none;
}

.inepc-con {
  width: 82.5%;
}


.inepcitem .aniimg {
  width: 55.5%;
}

.inepcitem-txt {
  width: 37%;
  position: relative;
}
.inepcitem-txt h5 {
  color: #BD1D21;
  font-size: 36px;
  font-weight: bold;
}
.inepcitem-txt h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.inepcitem-txt i {
  position: absolute;
  font-size: 88px;
  color: rgba(189, 29, 33, 0.1);
  font-style: normal;
  right: 40px;
  line-height: 1em;
  font-weight: bold;
  bottom: -10px;
}

.inepcitem-btn a {
  padding-left: 24px;
  display: block;
  background: url(../images/more.png) no-repeat left 2px;
  background-size: 12px 12px;
  margin-bottom: 20px;
}
.inepcitem-btn a:hover {
  color: #BD1D21;
  font-weight: bold;
}

.inepcitem-more {
  margin-top: 70px;
}
.inepcitem-more a {
  padding-left: 143px;
  font-size: 18px;
  font-weight: bold;
  color: #BD1D21;
  background: url(../images/epcmorebg.png) no-repeat left center;
  background-size: 131px 8px;
  transition: all 0.3s;
}
.inepcitem-more a:hover {
  margin-left: 10px;
}

.inepctab {
  position: relative;
  margin-top: 50px;


}
.inepctab .swiper-button-prev, .inepctab .swiper-button-next {
  width: 28px;
  height: 46px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  left: 15px;
  top: 28%;
  margin-top: 0;
}
.inepctab .swiper-button-prev:after, .inepctab .swiper-button-next:after {
  font-size: 24px;
}
.inepctab .swiper-button-prev:hover, .inepctab .swiper-button-next:hover {
  background: #BD1D21;
}
.inepctab .swiper-pagination{
  display: none;
  position: static;
}
.inepctab .swiper-pagination span {
  width: 13px;
  height: 14px;
  background: #BD1D21;
  border-radius: 7px;
  margin: 0 5px;
  opacity: 0.6;
}
.inepctab .swiper-pagination .swiper-pagination-bullet-active {
  width: 41px;
  opacity: 1;
}
.inepctab .swiper-button-next {
  left: auto;
  right: 15px;
}

.inepctab li {
  width: 19%;
  padding-top: 20px;
  position: relative;
}
.inepctab li h5 {
  position: absolute;
  width: 87px;
  height: 42px;
  line-height: 42px;
  background: #BD1D21;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  margin-left: -43.5px;
}
.inepctab li h4 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4em;
  min-height: 2.8em;
  text-transform: uppercase;
}
.inepctab li.swiper-slide-thumb-active h4 {
  color: #BD1D21;
}
.inepctab li.swiper-slide-thumb-active .aniimg img {
  transform: scale(1.1);
  opacity: 0.3;
}

.inprotabbox {
  background: #EBF2F6;
}

.inprotab {
  padding-bottom: 15px;
}
.inprotab li {
  width: 13.8%;
}
.inprotab li h4 {
  text-align: center;
}
.inprotab li .aniimg {
  width: 80%;
  margin: 0 auto;
}
.inprotab li .aniimg img {
  aspect-ratio: 273/191;
}
.inprotab li.inprotabact {
  opacity: 0.4;
}
.inprotab li.inprotabact .aniimg img {
  transform: scale(1.1);
  opacity: 0.3;
}

.inprocon-item {
  display: none;
}
.inprocon-item:first-child {
  display: block;
}
.inprocon-item li {
  width: 22.65%;
  margin-right: 3.13%;
  float: left;
  margin-top: 50px;
}
.inprocon-item li:nth-child(4n) {
  margin-right: 0;
}
.inprocon-item li h4 {
  margin-top: 20px;
  text-align: center;
}
.inprocon-item li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}
.inprocon-item li:hover .aniimg img {
  transform: scale(1.1);
  opacity: 0.3;
}

.insolubox {
  background: url(../images/insolubg.jpg) no-repeat;
  background-size: 100% 100%;
}
.insolubox li {
  background: #FFFFFF;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 30px 20px;
}

.insolu-top {
  position: relative;
  margin-bottom: 50px;
}
.insolu-top:hover .aniimg img {
  transform: scale(1.1);
  opacity: 0.3;
}

.insolu-toptxt {
  position: absolute;
  left: 25px;
  right: 25px;
  background: #BD1D21;
  text-align: center;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  bottom: -19px;
}
.insolu-toptxt h4 {
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.insolu-link {
  padding-left: 20px;
}
.insolu-link a {
  display: block;
  padding-left: 25px;
  background: url(../images/more.png) no-repeat left center;
  background-size: 14px 14px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.insolu-link a:hover {
  color: #BD1D21;
  font-weight: bold;
}

.insolu {
  padding: 65px 0;
  position: relative;
}
.insolu i {
  position: absolute;
  font-size: 120px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.04);
  font-style: normal;
  line-height: 1em;
  right: 0;
  bottom: 0;
}
.insolu .swiper-button-prev, .insolu .swiper-button-next {
  width: 28px;
  height: 46px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  left: 40px;
  top: 28%;
  margin-top: 0;
}
.insolu .swiper-button-prev:after, .insolu .swiper-button-next:after {
  font-size: 24px;
}
.insolu .swiper-button-prev:hover, .insolu .swiper-button-next:hover {
  background: #BD1D21;
}
.insolu .swiper-button-next {
  left: auto;
  right: 40px;
}
.insolu .swiper-pagination {
  position: static;
  text-align: right;
  margin-top: 40px;
}
.insolu .swiper-pagination span {
  width: 13px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 7px;
  margin: 0 5px;
  opacity: 0.6;
}
.insolu .swiper-pagination .swiper-pagination-bullet-active {
  width: 41px;
  opacity: 1;
}

.incasebox {
  background: url(../images/incasebg.jpg) no-repeat center top;
  background-size: 100% auto;
  align-items: flex-end;
}

.incasel {
  width: 42.08%;
  background: #FFF;
  border-top: 10px solid #BD1D21;
  margin-top: 95px;
  padding: 0 40px;
  box-sizing: border-box;
  padding-top: 20px;
}

.incaser {
  width: 52.5%;
  box-sizing: border-box;
  padding-right: 60px;
}
.incaser li {
  width: 45.7%;
}
.incaser li .aniimg {
  border-radius: 2px;
  border: 2px solid #FFFFFF;
  background: #FFF;
}
.incaser li .tit {
  padding-left: 20px;
  position: relative;
  margin-top: 15px;
}
.incaser li .tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid #BD1D21;
  left: 0;
  top: 0.3em;
}
.incaser li .tit h4 {
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
.incaser li:hover .aniimg img {
  transform: scale(1.1);
  opacity: 0.7;
}
.incaser li:hover h4 {
  color: #BD1D21;
}

.incasel-list li {
  padding: 25px 0;
  border-bottom: 1px solid rgba(189, 29, 33, 0.24);
  width: 87.2%;
  transition: height 0.3s;
}
.incasel-list li h4 {
  box-sizing: border-box;
  padding-left: 17px;
  position: relative;
  line-height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.incasel-list li h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid #BD1D21;
  box-sizing: border-box;
  left: 0;
  top: 0.4em;
}
.incasel-list li .txt {
  display: none;
}
.incasel-list .incasel-act {
  width: 100%;
  border-bottom: 0 none;
}
.incasel-list .incasel-act h4 {
  font-weight: bold;
  font-size: 18px;
  text-overflow: initial;
  white-space: initial;
}
.incasel-list .incasel-act .txt {
  display: block;
  margin-top: 35px;
}
.incasel-list .incasel-act .txt p {
  color: #4D4D4D;
  font-size: 16px;
  line-height: 1.7em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 6.8em;
}
.incasel-list .incasel-act .txt span {
  font-size: 16px;
  background: #BD1D21;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  display: block;
  width: 157px;
  padding-left: 33px;
  box-sizing: border-box;
  color: #FFF;
  position: relative;
}
.incasel-list .incasel-act .txt span i {
  display: block;
  width: 60px;
  height: 100%;
  background: url(../images/morebg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 22px;
  box-sizing: border-box;
}
.incasel-list .incasel-act .txt span i img {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.innews-top {
  align-items: flex-start;
}

.innewsl {
  width: 49.6%;
}
.innewsl li {
  background: #FFFFFF;
  padding: 18px 22px;
  box-shadow: 0px 0px 6px 0px rgba(17, 0, 0, 0.15);
  margin-bottom: 30px;
}
.innewsl li .aniimg {
  width: 41.6%;
}
.innewsl li .txt {
  width: 51%;
}
.innewsl li .txt h4 {
  font-weight: bold;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.5em;
}
.innewsl li .txt span {
  display: block;
  margin-top: 30px;
  color: #4D4D4D;
}
.innewsl li:hover .aniimg img {
  transform: scale(1.1);
  opacity: 0.7;
}
.innewsl li:hover h4 {
  color: #BD1D21;
}

.innewsr {
  width: 46.08%;
}
.innewsr li {
  background: #EDF3F7;
  margin-bottom: 35px;
  padding: 25px 35px;
}
.innewsr li .date {
  display: inline-block;
  box-sizing: border-box;
}
.innewsr li .date b {
  display: block;
  font-size: 39px;
  color: #BD1D21;
  text-align: center;
}
.innewsr li .date span {
  font-size: 14px;
  text-align: center;
  color: #6E6B66;
  display: block;
}
.innewsr li h4 {
  width: 81.8%;
  padding-left: 30px;
  box-sizing: border-box;
  border-left: 1px solid #FFFFFF;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 4.5em;
}
.innewsr li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}

.newslist li {
  border-bottom: 1px dashed #CCCCCC;
  padding: 25px 0;
  overflow: hidden;
}
.newslist li:last-child {
  border-bottom: 0 none;
}
.newslist li h4 {
  padding-left: 25px;
  box-sizing: border-box;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5em;
  float: left;
  max-width: 80%;
}
.newslist li h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid #BD1D21;
  box-sizing: border-box;
  left: 0;
  top: 0.4em;
}
.newslist li span {
  float: right;
  display: block;
}
.newslist li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}

/*about*/
.listnavbox {
  width: 100%;
  position: relative;
}

.listnav {
  width: 100%;
  top: -360px;
  position: absolute;
  z-index: 3;
}
.listnav ul {
  padding: 45px 70px;
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0.95);
  align-items: flex-start;
}
.listnav li {
  width: 17.8%;
  position: relative;
}
.listnav li .aniimg {
  border-radius: 10px;
}
.listnav li h4 {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
}
.listnav li h4 span {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/more.png) no-repeat left center;
  background-size: 11px 11px;
}
.listnav li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}
.listnav li:hover .aniimg img {
  transform: scale(1.1);
}
.listnav li.listnavact {
  border-radius: 10px;
  overflow: hidden;
}
.listnav li.listnavact h4 {
  position: absolute;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  background: rgba(189, 29, 33, 0.91);
}
.listnav li.listnavact h4 span {
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  padding: 0;
  background: 0 none;
}

.company-list {
  position: relative;
  padding-top: 30px;
}
.company-list > img {
  position: absolute;
  width: 91.25%;
  right: 0;
  z-index: -1;
  top: 0;
}
.company-list ul {
  background: url(../images/aboutpicbg.jpg) no-repeat;
  width: 88.6%;
  padding: 30px 0;
}
.company-list ul li {
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.company-list ul li:last-child {
  border: 0 none;
}
.company-list ul li i {
  display: block;
  margin: 0 auto 10px;
  width: 40px;
}
.company-list ul li h4 {
  font-weight: bold;
  color: #FFF;
  font-size: 42px;
  text-align: center;
  line-height: 1em;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.company-list ul li h4::after {
  content: "";
  height: 1px;
  width: 80%;
  display: block;
  bottom: 0;
  background: #FFF;
  margin: 5px auto 0;
}
.company-list ul li h5 {
  font-size: 16px;
  color: #FFF;
  text-align: center;
}

.companttxt {
  margin-top: 25px;
  align-items: flex-end;
}
.companttxt .pic {
  border-top: 20px solid #FFF;
  border-right: 20px solid #FFF;
  width: 41.3%;
  box-sizing: border-box;
}
.companttxt .txt {
  width: 55%;
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 30px;
}

.ab-epcbox {
  background: url(../images/aboutpic3.jpg) no-repeat;
  background-size: 100% 100%;
}

.ab-epclist li {
  width: 20%;
}
.ab-epclist li .txt {
  height: 190px;
  background: #FFF;
  padding-top: 20px;
  position: relative;
}
.ab-epclist li .txt span {
  font-size: 60px;
  color: #BD1D21;
  font-weight: bold;
  opacity: 0.1;
  line-height: 1em;
  right: 14px;
  top: 20px;
  position: absolute;
}
.ab-epclist li .txt h5 {
  font-size: 48px;
  font-weight: bold;
  color: #BD1D21;
  padding: 0 30px;
  margin-bottom: 20px;
}
.ab-epclist li .txt .inepcitem-btn {
  padding: 0 15px;
}
.ab-epclist li .txt .inepcitem-btn a {
  padding-left: 20px;
}

.culturetxt {
  margin-top: -35px;
  width: 66.8%;
}
.culturetxt li {
  padding-left: 32px;
  margin-top: 35px;
}
.culturetxt li h4 {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
}
.culturetxt li h4::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #BD1D21;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 0.3em;
}

.culturepic {
  width: 27.4%;
}

.cultureimg {
  margin-top: 50px;
}

/*about-1*/
.history-btnbox {
  position: relative;
  margin-top: 40px;
}
.history-btnbox .swiper {
  width: 82.6%;
  margin-top: 18px;
  box-sizing: border-box;
  position: relative;
}
.history-btnbox .swiper-button-prev {
  width: 49px;
  height: 73px;
  opacity: 1;
  top: -20px;
  margin: 0;
  left: 0;
  background: #F2F2F2;
}
.history-btnbox .swiper-button-prev::after {
  color: #808080;
  font-size: 36px;
}
.history-btnbox .swiper-button-prev:hover {
  background: #BD1D21;
}
.history-btnbox .swiper-button-prev:hover::after {
  color: #FFF;
}
.history-btnbox .swiper-button-next {
  width: 49px;
  height: 73px;
  opacity: 1;
  top: -20px;
  margin: 0;
  background: #F2F2F2;
  right: 0;
}
.history-btnbox .swiper-button-next::after {
  color: #808080;
  font-size: 36px;
}
.history-btnbox .swiper-button-next:hover {
  background: #BD1D21;
}
.history-btnbox .swiper-button-next:hover::after {
  color: #FFF;
}
.history-btnbox .swiper::before {
  content: "";
  display: block;
  height: 4px;
  background: #ABAEB0;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
}
.history-btnbox li {
  cursor: pointer;
  text-align: center;
  color: #808080;
}
.history-btnbox li i {
  display: block;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border: 2px solid #4D4D4D;
  border-radius: 50%;
  margin: 0 auto 17px;
  margin-top: 8px;
  box-sizing: border-box;
}
.history-btnbox li h5 {
  font-size: 16px;
  color: #808080;
}
.history-btnbox .swiper-slide-thumb-active h5 {
  color: #BD1D21;
  font-size: 24px;
  font-weight: bold;
}
.history-btnbox .swiper-slide-thumb-active:before {
  content: "";
  display: block;
  width: 63%;
  height: 4px;
  background: #BD1D21;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
}
.history-btnbox .swiper-slide-thumb-active i {
  position: relative;
  background: #BD1D21;
  border-color: #BD1D21;
  z-index: 1;
}
.history-btnbox .swiper-slide-thumb-active i::before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  border: 2px solid #BD1C21;
  border-radius: 50%;
  z-index: -1;
  background: #FFF;
}
.history-btnbox .swiper-slide-thumb-active i:after {
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: block;
  background: #BD1D21;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
}

.history-row {
  padding-bottom: 20px;
}
.history-row .swiper-slide {
  width: 47%;
  transform: scale(0.8);
  position: relative;
}
.history-row .swiper-slide::before {
  content: "";
  width: 1px;
  position: absolute;
  display: block;
  background: #BD1D21;
  left: 52px;
  top: 60px;
  bottom: 40px;
}
.history-row .swiper-slide h5 {
  font-size: 0.3rem;
  font-weight: bold;
  padding-left: 19px;
}
.history-row .swiper-slide h5 i {
  display: block;
  width: 36px;
  height: 36px;
  background: rgba(189, 29, 33, 0.25);
  border-radius: 50%;
  position: relative;
  margin-top: 5px;
  margin-left: 15px;
}
.history-row .swiper-slide h5 i::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #BD1D21;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -7px;
  border-radius: 50%;
}
.history-row .swiper-slide-active, .history-row .swiper-slide-duplicate-active {
  transform: scale(1);
  width: 50.6%;
  z-index: 6;
}
.history-row .swiper-slide-active .hislistbox, .history-row .swiper-slide-duplicate-active .hislistbox {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  padding-top: 55px;
  padding-bottom: 40px;
}
.history-row .swiper-slide-active h5, .history-row .swiper-slide-duplicate-active h5 {
  color: #BD1D21;
}

.hislistbox {
  margin-top: 40px;
  padding: 0 45px;
  height: 550px;
  background: #FFF;
  box-sizing: border-box;
}

.hislist {
  overflow: auto;
  height: 100%;
  padding-right: 30px;
}
.hislist::-webkit-scrollbar {
  width: 2px;
  height: 100%;
}
.hislist::-webkit-scrollbar-track {
  border-radius: 0;
  background: #EEF3F7;
}
.hislist::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #BD1D21;
}
.hislist li {
  margin-bottom: 35px;
  padding-left: 30px;
}
.hislist li h4 {
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.hislist li h4::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #F9FBFF;
  border-radius: 50%;
  border: 1px solid #BD1D21;
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -7px;
  box-sizing: border-box;
}
.hislist li .hislistpic {
  width: 100%;
  margin-top: 20px;
}
.hislist li .hislistpic img {
  display: inline-block;
  width: 42%;
  margin-right: 10px;
}
.hislist li .txt {
  margin-top: 20px;
}
.hislist li .txt p {
  color: #333;
}

.historybox {
  position: relative;
  padding: 0 30px;
}
.historybox::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #BD1D21;
  position: absolute;
  left: 0;
  top: 112px;
}

/*about-2*/
.technical {
  margin-top: 50px;
  position: relative;
}
.technical li {
  padding-top: 63px;
  position: relative;
  padding-bottom: 38px;
  align-items: flex-start;
}
.technical li:nth-child(3n) .echnical-tit h3 {
  margin-left: 15px;
}
.technical li:nth-child(3n) .technical-l {
  margin-top: 160px;
}

.technical-l {
  width: 44.4%;
  margin-top: 130px;
}

.technical-r {
  width: 51%;
}

.echnical-tit {
  position: absolute;
  width: 60.9%;
  background: #BD1D21;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 35px 40px;
}
.echnical-tit span {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 115px;
  font-weight: bold;
  color: #FFF;
  opacity: 0.1;
  line-height: 1em;
}
.echnical-tit h4 {
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}
.echnical-tit h3 {
  font-size: 30px;
  color: #BD1D21;
  text-transform: uppercase;
  background: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 3px 20px;
  margin-top: 20px;
  margin-left: 90px;
}

.technical-txt {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 59.75%;
  background: url(../images/jsslpicbg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 30px 50px;
  box-sizing: border-box;
}
.technical-txt h5 {
  color: #FFF;
  font-size: 18px;
  text-align: center;
}

.technical-btn {
  position: absolute;
  left: 0;
  z-index: 3;
  bottom: 0;
}
.technical-btn .technical-next {
  width: 147px;
  height: 50px;
}
.technical-btn .swiper-button-prev, .technical-btn .swiper-button-next {
  position: static;
  margin: 0;
  padding: 0;
  width: 50%;
  opacity: 1;
  cursor: pointer;
  background: #BD1D21;
}
.technical-btn .swiper-button-prev img, .technical-btn .swiper-button-next img {
  width: 31px;
}
.technical-btn .swiper-button-prev::after, .technical-btn .swiper-button-next::after {
  display: none;
}
.technical-btn .swiper-button-prev:hover, .technical-btn .swiper-button-next:hover {
  opacity: 0.9;
}
.technical-btn .swiper-button-prev {
  background: #07101F;
}
.technical-btn .swiper-pagination {
  text-align: left;
  position: static;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  padding-left: 17px;
}
.technical-btn .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #CCCCCC;
  border-radius: 50%;
  opacity: 1;
}
.technical-btn .swiper-pagination span.swiper-pagination-bullet-active {
  background: #BD1D21;
}

.advanlist {
  align-items: initial;
}
.advanlist li {
  width: 29.9%;
  position: relative;
  padding-bottom: 22px;
}
.advanlist li h4 {
  position: absolute;
  background: #BD1D21;
  left: 30px;
  right: 30px;
  height: 43px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  line-height: 43px;
  bottom: 0;
}
.advanlist li:hover .aniimg img {
  transform: scale(1.08);
}

.ouritemtit {
  text-align: center;
  margin-bottom: 50px;
}
.ouritemtit h3 {
  display: inline-block;
  color: #BD1D21;
  font-size: 34px;
  font-weight: bold;
  position: relative;
}
.ouritemtit h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  background: #BD1D21;
  left: -80px;
  top: 50%;
  margin-top: -1px;
}
.ouritemtit h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  background: #BD1D21;
  right: -80px;
  top: 50%;
  margin-top: -1px;
}

.institurerow {
  align-items: initial;
}
.institurerow h4 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 24px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1.5em;
}
.institurerow h4::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #BD1D21;
  border-radius: 50%;
  left: 0;
  top: 0.4em;
}
.institurerow img {
  margin-top: 40px;
}

.institure-pic {
  width: 37%;
}

.institure-txt {
  width: 57.5%;
}

.huibg {
  background: #EEF3F7;
}
.huibg .institurerow {
  flex-direction: row-reverse;
}

/*about-3*/
.certifi-top p {
  margin-bottom: 2em;
}

.certifi-pic {
  width: 58.9%;
  overflow: hidden;
}
.certifi-pic img {
  float: left;
  width: 23.6%;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  margin-right: 1.4%;
}

.certifi-txt {
  width: 38.16%;
}
.certifi-txt li {
  position: relative;
  font-size: 14px;
  line-height: 1.7em;
  margin: 25px 0;
  padding-left: 15px;
}
.certifi-txt li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #BD1D21;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.honorbot {
  background: #F1F8FF;
  padding: 62px 0;
}
.honorbot .wap-flex {
  align-items: initial;
}
.honorbot li {
  width: 23.08%;
}
.honorbot li img {
  border: 1px solid #E6E6E6;
}
.honorbot li h4 {
  font-size: 14px;
  text-align: center;
  line-height: 1.7em;
  margin-top: 20px;
}

.patentsbox img {
  margin-top: 40px;
}

.honorpic {
  margin-top: 40px;
}

.honorpic li {
  width: 23.5%;
  margin-bottom: 20px;
}

.honorpic2 li {
  margin-bottom: 20px;
  width: 16%;
}

/*about-4*/
.teamitem {
  align-items: flex-start;
}

.team-row {
  width: 69.1%;
  margin-top: 30px;
  position: relative;
}
.team-row .swiper-button-prev, .team-row .swiper-button-next {
  width: 37px;
  height: 60px;
  background: #BD1D21;
  margin-top: 0;
  top: 25%;
  left: 112px;
}
.team-row .swiper-button-prev::after, .team-row .swiper-button-next::after {
  color: #FFF;
  font-size: 30px;
}
.team-row .swiper-button-prev:hover, .team-row .swiper-button-next:hover {
  background: #730609;
}
.team-row .swiper-button-next {
  right: 112px;
  left: auto;
}

.teampic {
  width: 54%;
  margin: 0 auto;
}

.teamtxt {
  width: 100%;
  margin-top: -24px;
  text-align: center;
}
.teamtxt h4 {
  display: inline-block;
  background: #BD1D21;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  padding: 10px 25px;
}
.teamtxt .teamtxt-p {
  margin-top: 40px;
  text-align: left;
  max-height: 17em;
  overflow-y: auto;
  padding-right: 15px;
}
.teamtxt .teamtxt-p::-webkit-scrollbar {
  width: 4px;
  height: 100%;
}
.teamtxt .teamtxt-p::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eee;
}
.teamtxt .teamtxt-p::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #BD1D21;
}

.team-btn {
  width: 22.9%;
  background: #EEF3F7;
  padding: 30px;
  padding-right: 22px;
  box-sizing: border-box;
}
.team-btn .swiper {
  height: 675px;
  padding-right: 23px;
}
.team-btn .swiper-scrollbar.swiper-scrollbar-vertical, .team-btn .swiper-vertical > .swiper-scrollbar {
  width: 2px;
  height: 100%;
  background: #DDE3E8;
}
.team-btn .swiper-scrollbar-drag {
  background: #BD1D21;
  width: 4px;
  margin-left: -1px;
}
.team-btn li {
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.team-btn li h5 {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
  line-height: 1em;
}
.team-btn .swiper-slide-thumb-active .teambtnpic {
  border: 2px solid #BD1D21;
}
.team-btn .swiper-slide-thumb-active h5 {
  color: #BD1D21;
  font-weight: bold;
}

.huibg .team-btn {
  background: #FFF;
}
.huibg .team-btn li {
  border-color: #EEF3F7;
}

/*products*/
.listcon {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #FFF;
  margin-top: -3.24rem;
  position: relative;
  z-index: 3;
  padding-top: 10px;
  box-sizing: content-box;
  padding-left: 100px;
  padding-right: 100px;
}

.itemhot {
  margin-top: 30px;
  position: relative;
}
.itemhot li a {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.itemhot li:hover .aniimg img {
  transform: scale(1.1);
}
.itemhot li:hover h4 {
  color: #BD1D21;
}

.itemhot-pic {
  width: 52.25%;
  position: relative;
  padding-top: 8px;
}
.itemhot-pic .hot {
  position: absolute;
  width: 80px;
  z-index: 2;
  top: 0;
  left: 0;
}

.itemhot-tit {
  width: 40%;
  margin-top: 40px;
}
.itemhot-tit h4 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-top: 25px;
  background: url(../images/up.png) no-repeat left top;
}
.itemhot-tit .txt {
  max-height: 8.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.hotchat-btn {
  width: 40%;
  position: absolute;
  left: 0;
  bottom: 48px;
  z-index: 3;
  text-transform: capitalize;
  justify-content: center;
}

.hotchat-btn a {
  font-size: 16px;
  color: #FFF;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  background: #B70F0F;
  text-align: center;
  display: block;
  margin: 0 10px;
  width: 200px;
}

.hotchat-btn a:hover {
  background: #021733;
}

.hotchat-btn a img {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.itemhot-btn {
  width: 52.25%;
  position: absolute;
  bottom: 30px;
  box-sizing: border-box;
  padding: 0 30px;
  right: 0;
}
.itemhot-btn .swiper-pagination {
  position: static;
  margin: 0;
  text-align: left;
  padding: 0;
  width: 45%;
}
.itemhot-btn .swiper-pagination span {
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  border-radius: 7px;
  opacity: 0.6;
}
.itemhot-btn .swiper-pagination .swiper-pagination-bullet-active {
  width: 44px;
  opacity: 1;
}

.itemhot-next .swiper-button-prev, .itemhot-next .swiper-button-next {
  position: static;
  margin: 0;
  padding: 0;
}

.itemhot-next .swiper-button-prev::after, .itemhot-next .swiper-button-next::after {
  display: none;
}

.itemhot-next .swiper-button-prev:hover, .itemhot-next .swiper-button-next:hover {
  opacity: 0.67;
}

.itemhot-next .swiper-button-prev {
  background: url(../images/hotleftbg.png) no-repeat;
  width: 69px;
  height: 39px;
  background-size: 100%;
}

.itemhot-next .swiper-button-next {
  background: url(../images/hotrightbg.png) no-repeat;
  width: 69px;
  height: 39px;
  background-size: 100%;
  margin-left: -15px;
}

.prorow-item dl {
  align-items: initial;
  margin-top: -47px;
}
.prorow-item dl dt {
  width: 30.8%;
  box-sizing: border-box;
  margin-top: 47px;
  background: #F1F6FD;
  display: flex;
  padding-left: 38px;
  align-items: center;
}
.prorow-item dl dt h2 {
  font-size: 0.3rem;
  font-weight: bold;
  border-left: 9px solid #BD1D21;
  padding-left: 35px;
  width: 100%;
  box-sizing: border-box;
}
.prorow-item dl dd {
  box-shadow: 0px 0px 8px 0px rgba(10, 10, 10, 0.1);
  position: relative;
  margin-top: 47px;
  box-sizing: border-box;
  width: 30.8%;
  background: #FFF;
  padding: 10px 0;
  z-index: 1;
}
.prorow-item dl dd::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #F1F6FD;
  height: 45.5%;
}
.prorow-item dl dd::after {
  content: "";
  display: block;
  position: absolute;
  width: 25%;
  bottom: 0;
  left: 0;
  background: url(../images/prolistbg.png) no-repeat;
  background-size: 100% 100%;
  height: 100%;
}
.prorow-item dl dd .aniimg {
  width: 78.37%;
  z-index: 3;
  position: relative;
}
.prorow-item dl dd .aniimg img {
  width: 100%;
}
.prorow-item dl dd h4 {
  position: absolute;
  font-size: 24px;
  z-index: 3;
  width: 40%;
  font-weight: bold;
  padding-left: 17px;
  line-height: 1em;
  top: 40px;
  right: 20px;
}
.prorow-item dl dd h4::before {
  content: "";
  display: block;
  width: 6px;
  background: #BD1D21;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
.prorow-item dl dd span {
  position: absolute;
  width: 125px;
  z-index: 3;
  height: 27px;
  line-height: 27px;
  background: #BD1D21;
  border-radius: 4px;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  right: 40px;
  bottom: 30px;
}
.prorow-item dl dd span::after {
  content: "";
  background: url(../images/morefff.png) no-repeat;
  height: 13px;
  background-size: 100% 100%;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 9px;
  margin-top: -2px;
}
.prorow-item dl dd:hover h4 {
  color: #BD1D21;
}
.prorow-item dl dd:hover .aniimg img {
  transform: scale(1.1);
}
.prorow-item dl dd:hover::before {
  background: #BD1D21;
}
.prorow-item dl dd:hover span {
  background-color: #fff;
  color: #BD1D21;
}
.prorow-item dl dd:hover span::after {
  background-image: url(../images/more.png);
}

.prorow:nth-child(2n) {
  background: #F1F6FD;
}
.prorow:nth-child(2n) .prorow-item dt {
  background: #FFFFFF;
}

.showcase-list {
  align-items: initial;
  justify-content: flex-start;
  width: 100%;
}
.showcase-list li {
  width: 30.5%;
  margin-right: 4.25%;
}
.showcase-list li:nth-child(3n) {
  margin-right: 0;
}
.showcase-list li h4 {
  text-align: center;
  margin-top: 20px;
  line-height: 1.5em;
}
.showcase-list li:hover .aniimg img {
  transform: scale(1.1);
  opacity: 0.6;
}
.showcase-list li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}

.shownews-list {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.shownews-list li {
  overflow: hidden;
  margin-top: 25px;
  width: 42%;
}
.shownews-list li h4 {
  padding-left: 30px;
  position: relative;
  text-overflow: ellipsis;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}
.shownews-list li h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/duihao.png) no-repeat 0 0;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.shownews-list li span {
  float: right;
}
.shownews-list li:hover a, .shownews-list li:hover h4 {
  color: #BD1D21;
}
.shownews-list li:hover h4:before {
  background-position: -15px 0;
}

/*products-list*/
.proitem {
  margin-top: -0.5rem;
  justify-content: flex-start;
}
.proitem li {
  width: 30.25%;
  box-sizing: border-box;
  margin-top: 0.5rem;
  padding-left: 0.23rem;
  margin-right: 4.62%;
  position: relative;
}
.proitem li:nth-child(3n) {
  margin-right: 0;
}
.proitem li .tit {
  position: absolute;
  left: 0;
  width: 83.3%;
  height: 50px;
  background: #BD1D21;
  bottom: 19px;
  box-sizing: border-box;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  display: flex;
  align-items: center;
}
.proitem li .tit h4 {
  font-size: 16px;
  color: #FFF;
  max-width: 75%;
  line-height: 1.3em;
}
.proitem li .tit img {
  width: 17px;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}
.proitem li:hover .aniimg img {
  transform: scale(1.1);
}

/*products-show*/
.show-top {
  margin-top: 30px;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.show-toppic {
  width: 54.75%;
}

.show-toptxt {
  width: 38.6%;
  margin-top: 36px;
}
.show-toptxt h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-top: 30px;
  background: url(../images/up.png) no-repeat left top;
  position: relative;
  margin-bottom: 40px;
}
.show-toptxt p {
  margin-top: 1.5em;
}
.show-toptxt p strong, .show-toptxt p b {
  font-size: 18px;
}

.showchat {
  width: 100%;
  margin-top: 0.75rem;
  position: relative;
  z-index: 2;
  padding: 14px 0 19px;
}
.showchat:after {
  content: "";
  display: block;
  width: 82.35%;
  height: 100%;
  position: absolute;
  right: 0;
  background: url(../images/showchatbg1.png) no-repeat right center;
  background-size: 100% 100%;
  z-index: 1;
}
.showchat::before {
  content: "";
  display: block;
  width: 37.17%;
  bottom: 33px;
  left: 0;
  top: -17px;
  background: url(../images/showchatbg2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
}

.showchat-l {
  width: 30.15%;
  background: #FFFFFF;
  box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.17);
  border-radius: 0px 40px 40px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.showchat-l a {
  font-size: 24px;
  padding: 23px 0;
  padding-right: 20px;
  display: block;
  color: #131217;
  font-weight: bold;
}
.showchat-l a > img {
  width: 34px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.showchat-l a i {
  position: absolute;
  display: block;
  width: 24px;
  height: 27px;
  background: url(../images/hands.png) no-repeat;
  background-size: 100% 100%;
  top: 30px;
  transition: all 0.2s;
  right: 50px;
}
.showchat-l:hover a {
  color: #BD1D21;
}
.showchat-l:hover i {
  top: 28px;
}

.showchat-r {
  width: 67.5%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 55px;
}
.showchat-r a {
  display: block;
  width: 31.3%;
  height: 42px;
  line-height: 42px;
  border-radius: 6px;
  background: #BD1D21;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.3);
  animation: shadow 1.5s infinite ease-in-out;
}
.showchat-r a:hover {
  opacity: 0.85;
}
.showchat-r a img {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

@keyframes shadow {
  0% {
    box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 0.6);
  }
  100% {
    box-shadow: 0px 0px 2px 3px rgba(255, 255, 255, 0.3);
  }
}
.detailtab ul {
  padding-bottom: 34px;
  justify-content: center;
  border-bottom: 1px solid rgb(211, 230, 244);
}
.detailtab ul li {
  text-align: center;
  padding: 0 0.23rem;
  position: relative;
}
.detailtab ul li::before {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background: #1A1A1A;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}
.detailtab ul li:last-child::before {
  display: none;
}
.detailtab ul li a {
  font-size: 15px;
  font-weight: bold;
}
.detailtab ul li:hover {
  opacity: 0.95;
}
.detailtab ul li.listtabact a {
  color: #BD1D21;
}

.detailtab-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  margin-top: 0;
  z-index: 6;
  background: #FFF;
  box-shadow: 0px 1px 5px 0px rgba(26, 26, 26, 0.1);
}

.detailtab-fixed ul {
  padding: 20px 0;
  border-bottom: 0 none;
}

.huibg {
  background: #f1f8ff;
}

.detail-row h3 {
  font-size: 24px;
  font-weight: bold;
  border-left: 8px solid #BD1D21;
  padding-left: 15px;
  line-height: 1em;
  margin-bottom: 40px;
}
.detail-row table {
  width: 100%;
  margin: 15px auto;
  border-collapse: collapse;
  border: 1px solid #ddd;
  line-height: 2em;
}
.detail-row table th {
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 14px;
}
.detail-row table td {
  text-align: center;
  padding: 3px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.detail-row table tr:nth-child(odd) {
  background-color: rgb(241, 241, 241) !important;
}
.detail-row table tr:nth-child(even) {
  background-color: rgb(255, 255, 255) !important;
}
.detail-row table tr:hover {
  background-color: rgb(211, 31, 43) !important;
  color: #fff !important;
}

.advantages {
  border-left: 1px dashed #BD1D21;
}

.advantages li {
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
  line-height: 1.7em;
  font-size: 15px;
}

.advantages li p {
  font-size: 15px;
  line-height: 1.7em;
}

.advantages li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #C61517;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
  left: -5.5px;
  top: 1.3em;
  margin-top: -4px;
}

.structurepic {
  width: 34.1%;
  position: relative;
}
.structurepic i {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 30px;
  bottom: 22px;
  display: block;
}

.structuretxt {
  width: 57.1%;
  box-sizing: border-box;
  padding-right: 4%;
}

/*cases*/
.caseitem {
  margin-top: -0.4rem;
  align-items: initial;
  justify-content: flex-start;
}
.caseitem li {
  width: 30.4%;
  margin-right: 4.4%;
  margin-top: 0.4rem;
  position: relative;
  padding-bottom: 20px;
}
.caseitem li:nth-child(3n) {
  margin-right: 0;
}
.caseitem li .tit {
  position: absolute;
  border-radius: 20px 0px 0px 0px;
  background: #FFF;
  left: 0.39rem;
  bottom: 0;
  box-sizing: border-box;
  padding: 20px 30px;
}
.caseitem li .tit img {
  width: auto;
  margin-top: 12px;
  display: block;
}
.caseitem li .tit h4 {
  line-height: 1.5em;
}
.caseitem li:hover .aniimg img {
  transform: scale(1.1);
}
.caseitem li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}
.caseitem li .aniimg img{
  aspect-ratio: 430/264;
}

/*casesshow*/
.casesshow-top .show-toptxt h1 {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.descriptlist {
  border-left: 1px dashed #BD1D21;
  margin-left: 46px;
}
.descriptlist li {
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
  line-height: 1.7em;
  font-size: 15px;
}
.descriptlist li h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}
.descriptlist li p {
  font-size: 15px;
  line-height: 1.7em;
}
.descriptlist li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #C61517;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
  left: -5.5px;
  top: 1.3em;
  margin-top: -4px;
}
.descriptlist li span {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  left: -45px;
  color: #BD1D21;
  top: 0.4em;
}

.showcase-pic {
  overflow: hidden;
}
.showcase-pic img {
  width: 47.9%;
  float: left;
  max-width: 100%;
  margin-top: 40px;
}
.showcase-pic img:nth-child(2n) {
  float: right;
}

/*solution*/
.soluitem:nth-child(2n) {
  background: #F1F6FD;
}

.solulist {
  margin-top: -0.6rem;
}
.solulist li {
  box-shadow: 0px 0px 8px 0px rgba(10, 10, 10, 0.1);
  width: 46.9%;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 0.6rem;
  position: relative;
  z-index: 1;
  background: #fff;
}
.solulist li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: #F1F6FD;
  height: 43.2%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.solulist li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: url(../images/solulistbg.png) no-repeat;
  background-size: 100% 100%;
  width: 16%;
  height: 100%;
  top: 0;
}
.solulist li .aniimg {
  width: 48.8%;
  position: relative;
  z-index: 3;
}
.solulist li:hover .aniimg img {
  transform: scale(1.1);
}
.solulist li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}

.solulisttxt {
  width: 43.3%;
}
.solulisttxt .tit{
  display: flex;
  align-items: center;
  height: 4.8em;
}
.solulisttxt h4 {
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 19px;
  position: relative;
  max-height: 4.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-width: 95%;
  overflow: hidden;
}
.solulisttxt h4::before {
  content: "";
  display: block;
  width: 6px;
  height: 16px;
  background: #BD1D21;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.solulisttxt span {
  margin-top: 40px;
  margin-left: 20px;
  display: block;
  width: 125px;
  height: 27px;
  line-height: 27px;
  background: #BD1D21;
  border-radius: 4px;
  font-size: 15px;
  color: #FFF;
  text-align: center;
}
.solulisttxt span::after {
  content: "";
  background: url(../images/morefff.png) no-repeat;
  height: 13px;
  background-size: 100% 100%;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 9px;
  margin-top: -2px;
}

/*solution-show*/
.videobox {
  width: 79.6%;
  margin: 0 auto 50px;
}

.videobox iframe {
  width: 100%;
  aspect-ratio: 956/429;
  height: auto;
}

.flowrow {
  background: url(../images/flowbg.jpg) no-repeat right center #021733;
  padding: 60px 0;
  background-size: 69.9% 100%;
}
.flowrow a {
  display: block;
  width: 34.58%;
  margin-left: 13%;
  position: relative;
}
.flowrow a i {
  display: block;
  position: absolute;
  width: 36px;
  right: 30px;
  bottom: 30px;
}

/*news*/
.special-list {
  justify-content: flex-start;
  margin-top: -43px;
}
.special-list li {
  width: 30.8%;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 43px;
  position: relative;
  margin-right: 3.8%;
}
.special-list li:nth-child(3n) {
  margin-right: 0;
}
.special-list li:hover .special-txt {
  height: 100%;
}
.special-list li:hover .special-txt h4 {
  line-height: 1.5em;
}
.special-list li:hover .aniimg img {
  transform: scale(1.1);
}

.special-txt {
  position: absolute;
  bottom: 0;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  width: 100%;
  background: rgba(2, 23, 51, 0.8);
}
.special-txt h4 {
  color: #FFF;
  text-align: center;
}

/*epc*/
.epc-service {
  position: relative;
}
.epc-service .txt {
  position: absolute;
  left: 6%;
  background: #FFF;
  width: 40.8%;
  padding: 50px;
  box-sizing: border-box;
  bottom: 0;
}
.epc-service .txt span {
  font-size: 86px;
  font-weight: bold;
  line-height: 0.8em;
  color: #BD1D21;
}

.epcmotop-list {
  background: #B70F0F;
}

.epcmotop-list {
  padding: 27px 0;
}
.epcmotop-list li {
  text-align: center;
  width: 26.1%;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  box-sizing: border-box;
}
.epcmotop-list li:first-child, .epcmotop-list li:last-child {
  width: 23.9%;
}
.epcmotop-list li:last-child {
  border: 0 none;
}
.epcmotop-list li i {
  display: block;
  width: 37px;
  margin: 0 auto;
}
.epcmotop-list li h4 {
  margin-top: 5px;
  font-weight: 600;
  color: #FFF;
  font-size: 40px;
  text-align: center;
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
}
.epcmotop-list li h4::after {
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
}
.epcmotop-list li h5 {
  color: #FFF;
  margin-top: 15px;
}

.epclistbox ul {
  padding-top: 22px;
  padding-bottom: 5px;
  position: relative;
}
.epclistbox ul::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #BD1D21;
  position: absolute;
  left: 49.9%;
  top: 0;
}
.epclistbox li {
  position: relative;
  margin-top: 50px;
}
.epclistbox li:first-child {
  margin-top: 0;
}
.epclistbox li:nth-child(2n) {
  flex-direction: row-reverse;
}
.epclistbox li span {
  position: absolute;
  width: 56px;
  height: 73px;
  display: block;
  background: url(../images/epclistbg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 38px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  padding-top: 11px;
  left: 50%;
  margin-left: -28px;
  line-height: 1em;
  top: 0;
}

.epclistpic {
  width: 43%;
}

.epclisttxt {
  width: 45%;
}
.epclisttxt h4 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.epcitemtxt p {
  line-height: 1.75em;
}

.epcmobtn {
  font-size: 0;
  margin-top: 20px;
}
.epcmobtn a {
  font-size: 18px;
  display: inline-block;
  border-radius: 4px;
  background: #021733;
  color: #FFF;
  line-height: 38px;
  padding: 0 18px;
  margin-right: 10px;
  margin-top: 10px;
}
.epcmobtn a:hover {
  background: #BD1D21;
}
.epcmobtn a img {
  width: 13px;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
}

.epc-cases {
  position: relative;
}
.epc-cases li {
  width: 71.5%;
  box-sizing: border-box;
  position: relative;
  padding-right: 23%;
}
.epc-cases li:hover .aniimg img {
  transform: scale(1.1);
}
.epc-cases li .aniimg img {
  aspect-ratio: 582/426;
}
.epc-cases .swiper-slide-active {
  padding-left: 23%;
  padding-right: 0;
}
.epc-cases .swiper-slide-active .epc-casestxt {
  display: block;
}
.epc-cases .swiper-slide-active .aniimg {
  width: 100%;
}
.epc-cases .swiper-pagination {
  width: auto;
  left: 0;
  bottom: 20px;
}
.epc-cases .swiper-pagination span {
  width: 13px;
  height: 13px;
  background: #999;
  border-radius: 7px;
  opacity: 0.6;
}
.epc-cases .swiper-pagination .swiper-pagination-bullet-active {
  width: 44px;
  opacity: 1;
  background: #BD1D21;
}

.epc-casestxt {
  display: none;
  top: 40px;
  position: absolute;
  left: 0;
  width: 55.2%;
  background: #BD1D21;
  padding: 50px;
  box-sizing: border-box;
}
.epc-casestxt h4 {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  line-height: 1.6em;
}
.epc-casestxt h4::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/morefff.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -3px;
}
.epc-casestxt .txt {
  margin-top: 35px;
}
.epc-casestxt .txt p {
  color: #FFF;
  font-size: 15px;
  line-height: 1.7em;
  max-height: 8.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.epccase-next {
  position: absolute;
  bottom: 30px;
  right: 31.5%;
}
.epccase-next .swiper-button-prev, .epccase-next .swiper-button-next {
  position: static;
  width: 28px;
  height: 46px;
  background: #BD1D21;
  margin-left: 20px;
}
.epccase-next .swiper-button-prev:hover, .epccase-next .swiper-button-next:hover {
  opacity: 0.6;
}
.epccase-next .swiper-button-prev:after, .epccase-next .swiper-button-next:after {
  color: #FFF;
  font-size: 24px;
}

.epc-honor1 {
  width: 74.25%;
}

.epc-honor1-top img {
  width: 30.6%;
}
.epc-honor1-top img:last-child {
  width: 34.45%;
}

.epc-honor1-bot img {
  border: 1px solid #F2F2F2;
  width: 19.07%;
  margin-top: 18px;
}

.epc-honor2 {
  width: 25.1%;
}

.epc-honor3 img {
  margin-top: 17px;
  width: 13.58%;
}
.epc-honor3 img:last-child {
  width: 29.16%;
}

/*epc-1*/
.epclistpage {
  position: relative;
  padding-top: 1px;
}
.epclistpage .listban {
  position: absolute;
  top: 0;
}

.epclistcon {
  margin-top: 1.21rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #FFF;
  box-sizing: content-box;
  padding: 20px 100px 0;
  position: relative;
  z-index: 2;
}

.epcnav {
  align-items: initial;
}
.epcnav li {
  width: 19.1%;
  background: #F1F8FF;
  box-sizing: border-box;
  padding: 45px 5px 35px;
  position: relative;
}
.epcnav li h5 {
  position: absolute;
  width: 70px;
  height: 40px;
  background: #BD1C21;
  font-size: 36px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  top: -20px;
  left: 50%;
  margin-left: -35px;
}

.epcnavtit {
  line-height: 1.5em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.epcnavtit h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.epc-basenavlink {
  border-top: 1px dashed rgba(189, 28, 33, 0.36);
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.epc-basenavlink a {
  font-size: 15px;
  padding-left: 18px;
  display: block;
  position: relative;
  line-height: 1.5em;
  margin: 0.4em 0;
}
.epc-basenavlink a::before {
  content: "";
  width: 14px;
  height: 14px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0.25em;
  background: url(../images/more.png) no-repeat;
  background-size: 14px 14px;
}
.epc-basenavlink a:hover, .epc-basenavlink a.epcnavact {
  color: #BD1D21;
  font-weight: bold;
}

.epcnav-h1 {
  margin-top: 42px;
  text-align: center;
}
.epcnav-h1 h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  background: #BD1D21;
  text-transform: uppercase;
  line-height: 58px;
  padding: 0 25px;
  position: relative;
}
.epcnav-h1 h1::before {
  content: "";
  display: block;
  width: 29px;
  height: 100%;
  background: url(../images/epcnavl.png) no-repeat;
  background-size: 100% 100%;
  left: -29px;
  top: 0;
  position: absolute;
}
.epcnav-h1 h1::after {
  content: "";
  display: block;
  width: 29px;
  height: 100%;
  background: url(../images/epcnavr.png) no-repeat;
  background-size: 100% 100%;
  right: -29px;
  top: 0;
  position: absolute;
}

.epcnavbox {
  position: relative;
}
.epcnavbox::before {
  content: "";
  display: block;
  left: 45px;
  right: 45px;
  position: absolute;
  top: 72px;
  bottom: 28px;
  border: 1px dashed #BD1D21;
  border-radius: 30px;
}

.epc-consult P {
  margin-bottom: 2em;
}
.epc-consult img {
  max-width: 100%;
  width: auto;
  margin: 50px auto 0;
}

/*epc-test*/
.epctit {
  text-align: center;
  margin-bottom: 40px;
}
.epctit h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 35px;
  z-index: 1;
  position: relative;
}
.epctit h2::before {
  content: "";
  width: 100px;
  display: block;
  position: absolute;
  height: 3px;
  background: #BD1D21;
  top: 50%;
  margin-top: -2px;
  left: -100px;
  z-index: -1;
}
.epctit h2::after {
  content: "";
  width: 100px;
  display: block;
  position: absolute;
  height: 3px;
  background: #BD1D21;
  top: 50%;
  margin-top: -2px;
  right: -100px;
  z-index: -1;
}

.epctest-tute {
  position: relative;
}
.epctest-tute .img {
  width: 19.6%;
  position: absolute;
  box-sizing: border-box;
  background: #FFF;
  padding: 4px;
  right: 50px;
  bottom: 40px;
}
.epctest-tute > img {
  margin-top: 38px;
}

.epctest-tutetxt {
  width: 68.5%;
}

.epctesttit {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
}
.epctesttit span {
  position: absolute;
  background: #BD1D21;
  color: #FFF;
  font-size: 24px;
  width: 39px;
  height: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  bottom: 0;
  left: 0;
  display: block;
}
.epctesttit h3 {
  display: inline-block;
  padding-left: 53px;
  border-bottom: 2px solid #BD1D21;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 8px;
  padding-right: 3px;
}

.epctesttit2 {
  position: relative;
  padding-left: 23px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.epctesttit2 h4 {
  font-weight: bold;
  font-size: 18px;
}
.epctesttit2::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #BD1D21;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.epcpoint {
  position: relative;
  padding-top: 0;
  z-index: 2;
}
.epcpoint::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 87.5%;
  bottom: 0;
  left: 0;
  background: #F1F8FF;
  z-index: -1;
}

.epcpointtxt {
  width: 59.1%;
}
.epcpointtxt h4 {
  font-size: 18px;
  color: #BD1D21;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
}

.epcpointpic {
  width: 33.4%;
}
.epcpointpic img {
  border: 1px solid #999999;
}
.epcpointpic p {
  margin-top: 20px;
  text-align: center;
  color: #4D4D4D;
  line-height: 1.5em;
}

.epcpointtxt-item {
  padding-top: 30px;
}

.epc-testing p {
  margin-bottom: 2em;
}

.testtable table {
  border-collapse: collapse;
  border: 2px solid #4D4D4D;
  width: 100%;
  box-sizing: border-box;
}

.testtable table thead {
  background: #D5272D;
}

.testtable table thead th {
  color: #FFF;
  border-right: 2px solid #4D4D4D;
  font-size: 14px;
  padding: 5px;
}

.testtable table thead th span {
  font-size: 16px;
}

.testtable table thead tr {
  border-bottom: 2px solid #4D4D4D;
}

.testtable table tr {
  border-bottom: 2px solid #4D4D4D;
}

.testtable table td {
  border-right: 2px solid #4D4D4D;
  font-size: 14px;
  text-align: center;
  padding: 5px;
}

.testtable table td b {
  font-size: 14px;
}

.syyjlist6 {
  justify-content: flex-start;
  align-items: initial;
}

.syyjlist6 li {
  width: 31.4%;
  margin-right: 2.9%;
  margin-top: 40px;
}

.syyjlist6 li:nth-child(3n) {
  margin-right: 0;
}

.syyjlist6 li h4 {
  text-align: center;
  margin-top: 15px;
  padding: 0 15px;
  color: #4D4D4D;
  line-height: 1.5em;
}

.testporcessbox {
  background: url(../images/epctestbg2.jpg) no-repeat;
  background-size: 100% auto;
}
.testporcessbox p {
  color: #FFF;
}

.test-porcess {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
.test-porcess .swiper-container {
  margin-left: -50px;
  margin-right: -50px;
  padding: 40px 0;
}
.test-porcess li {
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.68);
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE/Edge */
  user-select: none;
}
.test-porcess .swiper-slide-active, .test-porcess .swiper-slide-duplicate-active {
  transform: scale(1.2);
}
.test-porcess .swiper-button-next, .test-porcess .swiper-button-prev {
  width: 38px;
  height: 59px;
  background: rgba(22, 24, 26, 0.35);
  bottom: 12px;
  top: auto;
}
.test-porcess .swiper-button-next::after, .test-porcess .swiper-button-prev::after {
  color: #FFF;
  font-size: 24px;
}
.test-porcess .swiper-button-next:hover, .test-porcess .swiper-button-prev:hover {
  background-color: #BD1D21;
}
.test-porcess .swiper-button-next {
  right: 21%;
}
.test-porcess .swiper-button-prev {
  left: 21%;
}

.epctest-with {
  padding-top: 30px;
  margin-top: 50px;
  position: relative;
}
.epctest-with .txt {
  position: absolute;
  background: #FFF;
  left: 50px;
  right: 50px;
  padding: 55px;
  padding-top: 0;
  top: 0;
}

.epctest-special {
  position: relative;
  margin-top: 50px;
}
.epctest-special img {
  width: 47.8%;
  margin-left: 52.2%;
}
.epctest-special .txt {
  background: #F1F8FF;
  position: absolute;
  width: 65.4%;
  box-sizing: border-box;
  padding: 45px 50px;
  top: 30px;
}

/*epc-design*/
.epchuibg {
  background: #F1F8FF;
}

.epcdesign-team {
  padding-top: 1px;
}

.epcteamcon {
  text-align: center;
  margin-top: 50px;
}

.epcteamcon h3 {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background: #BD1D21;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  padding: 0 40px;
  position: relative;
  text-transform: uppercase;
}

.epcteamcon h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #BD1D21;
  height: 17px;
  bottom: -17px;
  left: 50%;
}

.epcteam-item {
  align-items: flex-start;
  margin-top: 34px;
  position: relative;
}

.epcteam-item:before {
  content: "";
  display: block;
  height: 1px;
  background: #BD1D21;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -17px;
}

.epcteam-item dl {
  max-width: 7.5%;
  box-sizing: border-box;
}

.epcteam-item dl:nth-child(2) {
  max-width: 12%;
}

.epcteam-item dl:nth-child(3) {
  max-width: 10%;
}

.epcteam-item dl:nth-child(9) {
  max-width: 10.5%;
}

.epcteam-item dl:nth-child(10) {
  max-width: 10.5%;
}

.epcteam-item .epccivil-dl {
  max-width: 16.2%;
}

.epcteam-item dl:first-child dt:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: -17px;
  left: 0;
}

.epcteam-item dl:last-child dt:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: -17px;
  right: 0;
}

.epcteam-item dl dt {
  font-size: 14px;
  color: #FFF;
  background: #BD1D21;
  text-align: center;
  position: relative;
  height: 50px;
  padding: 5px 10px;
  word-wrap: break-word;
  display: flex;
  align-items: center;
}

.epcteam-item dl dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 17px;
  background: #BD1D21;
  top: -17px;
  left: 50%;
}

.epcteam-item dl dd {
  border: 1px solid #BD1C21;
  color: #1A1A1A;
  font-size: 14px;
  margin-top: 10px;
  padding: 5px 3px;
}

.epcteam-item dl .epcteam-two {
  border: 0 none;
  height: auto;
  padding: 0;
  margin-top: 0;
}

.epcteam-item dl .epcteam-two .epcteam-twoul {
  margin-top: 0.1rem;
}

.epcteam-item dl .epcteam-two .epcteam-twoul li {
  border: 1px solid #BD1C21;
  color: #1A1A1A;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-top: 16px;
  padding: 0 12px;
}

.epcteam-item dl .epcteam-two .epcteam-twoul li:first-child {
  margin-top: 0;
}

.epcteam-item dl .epcteam-two .epcteam-twoul2 {
  margin-left: 12px;
  border: 1px solid #BD1C21;
  padding: 23px 6px;
}

.epcdesign-target {
  align-items: flex-start;
  position: relative;
  padding-bottom: 12px;
}
.epcdesign-target .txt {
  position: absolute;
  width: 82.75%;
  background: #F1F8FF;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 30px 50px;
}
.epcdesign-target .txt p {
  font-weight: bold;
}

.epcdesign-targetl {
  width: 43.58%;
}
.epcdesign-targetl h6 {
  margin-top: 15px;
  margin-bottom: 40px;
  line-height: 1.75em;
  width: 90%;
}
.epcdesign-targetl img {
  margin-bottom: 25px;
}

.epcdesign-targetr {
  width: 51.5%;
}
.epcdesign-targetr ul li {
  margin-top: 30px;
  line-height: 1.7em;
  position: relative;
  padding-left: 30px;
}
.epcdesign-targetr ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #BD1D21;
  position: absolute;
  left: 8px;
  top: 0.5em;
  border-radius: 50%;
}

.design-abilty {
  padding-top: 10px;
  background: url(../images/abiltybg.jpg) no-repeat center bottom;
}
.design-abilty p {
  margin-bottom: 2em;
}

.abiltylist {
  background: #FFF;
  padding: 30px 68px 65px;
}
.abiltylist li {
  width: 28.1%;
}
.abiltylist li img {
  border: 2px solid #484848;
  box-sizing: border-box;
}
.abiltylist li h4 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;
}

.digitaltoppic {
  width: 43.08%;
}

.digitaltoptxt {
  width: 51.58%;
}

.digitalrow {
  margin-top: 30px;
  flex-direction: row-reverse;
}

.digitalrowtxt {
  width: 38.8%;
}

.digitalrowpic {
  width: 56.91%;
}
.digitalrowpic img {
  width: 47.73%;
}

/*epc-manufacture*/
.manufacturetop-left {
  width: 58.6%;
}
.manufacturetop-left img {
  margin-top: 40px;
}

.manufacturetop-right {
  width: 37.3%;
}
.manufacturetop-right .pic img {
  margin-top: 20px;
  width: 47.5%;
}

.manufacturetop {
  margin-bottom: 50px;
}

.epcmanu-equip {
  padding-top: 1px;
}
.epcmanu-equip p {
  margin-bottom: 2em;
}
.epcmanu-equip .syyjlist6 {
  margin-top: -40px;
}

.manufacture-honor {
  background: url(../images/manufacturebg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.manufacture-honor > img {
  position: absolute;
  right: 0;
  height: 100%;
  width: auto;
  top: 0;
  z-index: -1;
}

.epcmanu-honor {
  background: #FFF;
  padding: 50px 80px;
  box-sizing: border-box;
  width: 77%;
  align-items: initial;
}
.epcmanu-honor li {
  width: 30%;
}
.epcmanu-honor li img {
  border: 2px solid #f5f5f5;
  box-sizing: border-box;
  width: 96%;
  margin: 0 auto;
}
.epcmanu-honor li h4 {
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
}

.sbzz-pjcon {
  background: url(../images/epchighbg.jpg) no-repeat;
  background-size: cover;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 40px auto 0;
}

.sbzz-pjcon img {
  width: 54%;
}

.sbzz-pjcon ul {
  width: 39%;
}

.sbzz-pjcon ul li {
  color: #FFF;
  position: relative;
  padding-left: 17px;
  margin: 30px 0;
}

.sbzz-pjcon ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #FFFFFF;
  border-radius: 50%;
  left: 0;
  top: 0.3em;
}

.schedulpic img {
  width: 48.8%;
  margin-top: 40px;
}

.manufact-protxt {
  width: 49.75%;
}

.manufact-propic {
  width: 42.4%;
}
.manufact-propic img {
  margin-top: 45px;
}

.manufactbase {
  background: url(../images/manufactbasebg.jpg) no-repeat;
  background-size: 100% 100%;
}

.manufactbasel {
  width: 42.3%;
}
.manufactbasel img {
  border: 1px solid #FFFFFF;
}
.manufactbasel p {
  color: #FFF;
  padding-right: 23px;
  margin-top: 50px;
}

.manufactbaser {
  width: 52.75%;
}
.manufactbaser img {
  border: 1px solid #FFFFFF;
}
.manufactbaser p {
  color: #FFF;
  padding-left: 30px;
  margin-bottom: 50px;
}

.manufactdry {
  margin-top: 50px;
}
.manufactdry img {
  width: 42.9%;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.manufactdry img:first-child {
  width: 55%;
}

.manufactdry-row p {
  margin-bottom: 2em;
}
.manufactdry-row .syyjlist6 {
  margin-top: -30px;
}

/*epc-Procurement*/
.epc-procurepic {
  width: 34.7%;
  border-right: 15px solid #FFF;
  border-bottom: 15px solid #FFF;
}

.epc-procuretxt {
  width: 57.58%;
  padding-top: 16px;
}

.epc-procure {
  padding-bottom: 100px;
  z-index: 1;
  position: relative;
  align-items: flex-start;
}
.epc-procure > img {
  width: 90%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.epc-quality {
  background: #F1F8FF;
  margin-top: 50px;
  padding: 60px 0;
}
.epc-quality img {
  width: 49.8%;
  margin: 0 auto;
}

.epc-supplytop {
  flex-direction: row-reverse;
}
.epc-supplytop img {
  width: 47.58%;
}
.epc-supplytop .txt {
  width: 48%;
}

.epc-supplybot {
  margin-top: 30px;
}
.epc-supplybot img {
  width: 59.25%;
}
.epc-supplybot .txt {
  width: 34%;
}

/*epc-Packaging*/
.epc-packagtop {
  position: relative;
  padding-top: 46px;
  z-index: 1;
}

.epc-packagtoppic {
  width: 44.5%;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}

.epc-packagtoptxt {
  width: 68%;
  background: #F1F8FF;
  box-sizing: border-box;
  padding: 50px 70px;
  margin-left: 32%;
}

.epc-completetxt {
  width: 45.5%;
}
.epc-completetxt p:first-child {
  margin-bottom: 2em;
}

.epc-completepic {
  width: 48.6%;
}
.epc-completepic .pic img {
  width: 49.7%;
  margin-top: 4px;
}

.epc-servicebox {
  padding-top: 1px;
}
.epc-servicebox p {
  margin-bottom: 2em;
}

.epc-service li {
  width: 47.58%;
}
.epc-service li p {
  text-align: center;
  margin-top: 20px;
  color: #4D4D4D;
  margin-bottom: 0;
}

.epc-digital {
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 30px;
}
.epc-digital .item p {
  text-align: center;
  margin-top: 15px;
  color: #4D4D4D;
}

.epc-digitalleft {
  width: 34.8%;
}
.epc-digitalleft .item {
  margin-bottom: 20px;
}

.epc-digitalright {
  width: 63.58%;
}

/*epc-construction*/
.epcengine-toppic {
  width: 23%;
}

.epcengine-toptxt {
  width: 69.3%;
}

.epcengine-pack {
  padding-top: 1px;
}

.epc-construrow {
  align-items: flex-start;
  position: relative;
  padding-bottom: 58px;
}

.epc-construpic {
  width: 34.8%;
  position: relative;
}
.epc-construpic .img {
  width: 36.6%;
  position: absolute;
  top: 29px;
  left: 38px;
  box-sizing: border-box;
  border: 1px solid #FFF;
}

.epc-construtxt {
  width: 56.5%;
  margin-top: 20px;
}

.epc-construlist {
  bottom: 0;
  right: 0;
  position: absolute;
  width: 72.3%;
  background: url(../images/epcengineerbg.jpg) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  border: 15px solid #FFF;
  border-right: 0 none;
  padding: 40px 60px;
}
.epc-construlist li {
  margin: 25px 0;
  padding-left: 22px;
  position: relative;
  color: #FFF;
  line-height: 1.5em;
}
.epc-construlist li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.epc-proplant {
  margin-top: 50px;
  flex-direction: row-reverse;
}

.epc-proplantlist {
  width: 66.6%;
}
.epc-proplantlist li {
  padding-left: 24px;
  line-height: 1.7em;
  position: relative;
  margin: 20px 0;
}
.epc-proplantlist li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BD1D21;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.epc-proplantpic {
  width: 25.9%;
}

.epc-storage {
  position: relative;
  z-index: 1;
}
.epc-storage::before {
  content: "";
  display: block;
  width: 100%;
  background: #F1F8FF;
  position: absolute;
  left: 0;
  top: 0;
  height: 55.9%;
  z-index: -1;
}

.epc-storagepic {
  width: 38.5%;
}

.epc-storagetxt {
  width: 55.75%;
}
.epc-storagetxt ul {
  margin-top: 35px;
  margin-bottom: 55px;
}
.epc-storagetxt ul li {
  margin-top: 25px;
  padding-left: 18px;
  position: relative;
  line-height: 1.7em;
}
.epc-storagetxt ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #BD1D21;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.epc-project {
  background: #FFF;
  box-sizing: content-box;
  padding-left: 150px;
  padding-right: 150px;
  margin-top: 50px;
  padding-top: 60px;
}

.epctit2 {
  margin-bottom: 40px;
}
.epctit2 h3 {
  position: relative;
  display: inline-block;
  background: #BD1D21;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 20px;
}
.epctit2 h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 100%;
  right: -19px;
  top: 0;
  background: url(../images/epctitbg.png) no-repeat;
  background-size: 100% 100%;
}

.epc-projectl {
  width: 37.9%;
}
.epc-projectl img {
  margin-top: 28px;
}

.epc-projectr {
  width: 59.5%;
}
.epc-projectr img {
  width: 47.19%;
  margin-top: 28px;
}

.epc-projectlpic {
  margin-top: 12px;
}

/*epc-epcinstallation*/
.epcinstallal {
  width: 45.8%;
}
.epcinstallal li {
  margin-top: 30px;
}
.epcinstallal li h4 {
  font-size: 15px;
  margin-top: 15px;
  text-align: center;
}

.epcinstallar {
  width: 50%;
}
.epcinstallar img {
  margin-bottom: 50px;
}
.epcinstallar p {
  padding-left: 16px;
  margin-top: 2em;
}

.epc-servicebox1 .epc-service li {
  margin-top: 40px;
}

.epc-training {
  margin-top: 25px;
}

.epc-trainingl {
  width: 52.6%;
}
.epc-trainingl img {
  margin-top: 24px;
}

.epc-trainingr {
  width: 44.9%;
}
.epc-trainingr img {
  margin-top: 24px;
}

.epc-meetingl {
  width: 47.58%;
}
.epc-meetingl img {
  margin-top: 35px;
}

.epc-meetingr {
  width: 46.75%;
}
.epc-meetingr img {
  margin-bottom: 50px;
  border: 1px solid #E6E6E6;
}

/*epc-Management*/
.epc-managerow {
  background: url(../images/managementbg.jpg) no-repeat 100% bottom;
  padding-bottom: 60px;
}

.epc-managerowtop {
  background: #FFF;
  padding: 0 50px 50px;
  flex-direction: row-reverse;
}

.epc-managepic {
  width: 45.75%;
}

.epc-managetxt {
  width: 39.75%;
  margin-top: 40px;
}

.epc-managemore {
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
.epc-managemore p {
  font-size: 16px;
  color: #FFF;
}

.epc-managelist .pic {
  width: 33.5%;
}
.epc-managelist .epc-proplantlist {
  width: 61.6%;
}

/*epc-Operation*/
.operatop-txt p {
  margin-bottom: 2em;
}
.operatop-txt .pic img {
  width: 48%;
  margin-top: 10px;
}

.epc-opertteam {
  position: relative;
  padding-top: 70px;
  padding-bottom: 78px;
}
.epc-opertteam .txt {
  position: absolute;
  background: #BD1D21;
  width: 74.89%;
  top: 0;
  right: 0;
  padding: 40px 0;
  padding-left: 75px;
  box-sizing: border-box;
}
.epc-opertteam .txt p {
  color: #FFF;
  width: 65%;
}
.epc-opertteam .pic {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.epc-opertteam .pic img {
  border: 15px solid #FFF;
  box-sizing: border-box;
  width: 74.3%;
  margin-left: -11%;
}

.flexible {
  align-items: initial;
}
.flexible li {
  width: 30.6%;
  margin-top: 40px;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  padding: 2px;
}
.flexible li span {
  display: block;
  width: 100%;
  background: #BD1D21;
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  padding: 13px 0;
  text-align: center;
}
.flexible li .txt {
  text-align: center;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5em;
}

.epc-opertsystem-txt {
  width: 52.9%;
}
.epc-opertsystem-txt .epctesttit {
  margin-top: 0;
}

.epc-opertsystem-pic {
  width: 39.6%;
}

.epc-opertsystem2 {
  flex-direction: row-reverse;
}

.epc-opertcapab {
  background: url(../images/operationbg.jpg) no-repeat center top;
  padding-top: 1px;
}
.epc-opertcapab .epctesttit h3 {
  color: #FFF;
}

.epc-opertcapab-top p {
  color: #FFF;
  margin-bottom: 2em;
}

.epc-opertcapabcon {
  box-sizing: content-box;
  background: #FFF;
  padding: 0 100px 0;
}

.epc-opertcapabcon p {
  margin-bottom: 2em;
}
.epc-opertcapabcon .syyjlist6 {
  margin-top: -30px;
}

/*contact*/
.tactrow h2 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.tactrow > p {
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  max-width: 79%;
}

.tactcon {
  align-items: initial;
}
.tactcon li {
  width: 19.58%;
  margin-top: 40px;
}
.tactcon li i {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px dashed #BD1D21;
  box-sizing: border-box;
  padding: 3px;
}
.tactcon li i img {
  background: #BD1D21;
  border-radius: 50%;
}
.tactcon li h5 {
  margin-top: 15px;
  color: #BD1D21;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px dashed #BD1D21;
  border-bottom: 1px dashed #BD1D21;
  padding: 12px 0;
}
.tactcon li .txt {
  text-align: center;
  margin-top: 18px;
  min-height: 3.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tactcon li .txt a {
  font-size: 18px;
  font-weight: bold;
}
.tactcon li .txt a b {
  font-weight: bold;
  font-size: 24px;
}
.tactcon li .txt a:hover {
  color: #BD1D21;
}
.tactcon li:last-child {
  width: 31.5%;
}

.tactmap {
  height: 600px;
  margin-top: 0;
}
.tactmap iframe {
  height: 100%;
}

/*liuyan*/
.liuyan-box {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 20px;
}

.liuyan-box h3 {
  color: #BD1D21;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.liuyan-box p {
  color: #666;
}

.liuyan-box ul {
  margin-top: 15px;
}

.liuyan-item {
  margin-bottom: 15px;
  width: 49%;
}

.liuyan-item label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.liuyan-item label span {
  color: #BD1D21;
}

.liuyan-item input, .liuyan-item select {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 35px;
  color: #232323;
  background: none;
  border: 1px solid #ceced0;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.liuyan-text {
  width: 100%;
}

.liuyan-text label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.liuyan-text label span {
  color: #BD1D21;
}

.liuyan-text textarea {
  display: block;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 35px;
  color: #232323;
  background: none;
  border: 1px solid #ceced0;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.liuyan-btn {
  margin-top: 15px;
  width: 100%;
}

.liuyan-btn input {
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border: 0 none;
  box-sizing: border-box;
  background: #CCC;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}

.liuyan-btn .last_sub {
  background: #BD1D21;
}

/*404*/
.fourpage {
  align-items: initial;
}
.fourpage .showchat {
  margin-top: 110px;
  width: 100%;
}

.fourtopleft {
  width: 33.33%;
}
.fourtopleft h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 37px;
}

.fourtopright {
  width: 56.6%;
}
.fourtopright li {
  width: 33.33%;
  background: #F2FAFF;
}
.fourtopright li:hover .aniimg img {
  transform: scale(1.1);
}
.fourtopright li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}
.fourtopright li:hover h4 span::before {
  background: #BD1D21;
}
.fourtopright li:hover h4 span::after {
  background: #BD1D21;
}

.fourpage-tit {
  padding: 40px 20px;
}
.fourpage-tit h4 {
  font-weight: bold;
  text-align: center;
}
.fourpage-tit h4 span {
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.fourpage-tit h4 span::before {
  content: "";
  display: block;
  width: 33px;
  height: 1px;
  background: #333;
  position: absolute;
  left: -45px;
  top: 50%;
}
.fourpage-tit h4 span::after {
  content: "";
  display: block;
  width: 33px;
  height: 1px;
  background: #333;
  position: absolute;
  right: -45px;
  top: 50%;
}
.fourpage-tit i {
  display: block;
  width: 76px;
  height: 22px;
  line-height: 22px;
  background: #BD1D21;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  font-style: normal;
  margin: 25px auto 0;
  text-transform: uppercase;
}

/*search*/
.searchtop {
  padding: 90px 0 40px;
}
.searchtop h2 {
  text-align: center;
}
.searchtop h2 span {
  font-weight: bold;
  font-size: 36px;
  display: inline-block;
  position: relative;
}
.searchtop h2 span::before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #BD1D21;
  position: absolute;
  left: -240px;
  top: 50%;
  opacity: 0.5;
}
.searchtop h2 span::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #BD1D21;
  position: absolute;
  right: -240px;
  top: 50%;
  opacity: 0.5;
}

.searchinput {
  width: 50%;
  margin: 50px auto 0;
  height: 50px;
  background: #F2F2F2;
  border-radius: 6px;
  overflow: hidden;
  padding-right: 65px;
  box-sizing: border-box;
  position: relative;
}
.searchinput input[type=text] {
  height: 50px;
  line-height: 50px;
  display: block;
  padding-left: 30px;
  color: #262626;
  font-size: 18px;
  background: #F2F2F2;
  box-sizing: border-box;
  width: 100%;
}
.searchinput input[type=submit] {
  width: 65px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 25px 25px;
  cursor: pointer;
}

.search-tit {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.search-tit-l {
  font-size: 24px;
}

.search-tit-l b {
  font-size: 36px;
  font-weight: bold;
}

.search-main .search-item {
  display: none;
}

.search-main .search-item:first-child {
  display: block;
}

.search-cate {
  width: 40%;
  text-align: right;
}

.search-cate li {
  background: #f2f2f2;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 24%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.search-cate .search-act {
  background: #BD1D21;
  color: #FFF;
  font-weight: bold;
}

.searchlist {
  margin-top: -40px;
}

.searchlist li {
  padding: 40px 0;
  border-bottom: 1px solid #F2F2F2;
}

.searchlist li .keyword-red {
  color: #BD1D21;
}

.searchlist li p {
  color: #4D4D4D;
  line-height: 1.7em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.4em;
}

.searchlist li .tit {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 20px;
}

.searchlist li .tit h4 {
  font-weight: bold;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 80%;
}

.searchlist li .tit > span {
  font-size: 15px;
  color: #666;
}

.searchlist li:hover h4 {
  color: #BD1D21;
}

/*fenye*/
.zxf_pagediv {
  margin-top: 60px;
  text-align: right;
}

.zxf_pagediv a {
  font-size: 15px;
  color: #666666;
  box-sizing: border-box;
  padding: 5px 15px;
  border: 1px solid #ccc;
  margin: 0 4px;
  display: inline-block;
  border-radius: 4px;
}

.zxf_pagediv a:hover {
  color: #fff;
  background: #BD1D21;
}

.zxf_pagediv span {
  box-sizing: border-box;
  font-size: 15px;
  margin: 0 4px;
  display: inline-block;
  color: #666666;
}

.zxf_pagediv .current {
  font-size: 16px;
  color: #fff;
  background: #BD1D21;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.zxf_pagediv i {
  font-style: normal;
}

.zxf_pagediv .zxfPagenum {
  color: #666;
  background: #fff;
  margin: 0 5px;
  border-radius: 3px;
}

.zxf_pagediv .nextpage {
  margin: 0 5px;
}

.zxf_pagediv .nextbtn, .zxf_pagediv .prebtn {
  font-size: 15px;
  color: #666666;
  padding: 5px 30px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 16px;
}

.zxf_pagediv .prebtn {
  margin-right: 10px;
}

.zxf_pagediv span.disabled {
  background: #FAFAFA;
}

.zxf_pagediv .zxfinput {
  width: 30px;
  height: 29px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 3px;
  text-align: center;
  display: inline-block;
}

.zxf_pagediv .zxfokbtn {
  background: #bd1c21;
  color: #fff !important;
  margin-left: 20px;
  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 0;
  cursor: pointer;
}

.zxf_pagediv .zxfinput {
  margin-left: 7px;
}

.zxf_pagediv .nex-disabled {
  margin-right: 16px;
}

.zxf_pagediv .pagenumber b {
  font-size: 18px;
}

/*fenye------------end*/

@media (max-width: 1500px) {

  .listnav ul{
    padding: 30px 40px;
    box-sizing: border-box;

  }
  .listnav{
    top: -290px;
  }
  .history-row .swiper-slide-active .hislistbox, .history-row .swiper-slide-duplicate-active .hislistbox{
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .history-btnbox{
    margin-top: 30px;
  }
  .hislistbox{
    height: 450px;
  }
  .team-btn{
    width: 18%;
    padding: 20px;
  }
  .team-btn .swiper {
    height: 600px;
  }
  .itemhot-tit h4{
    font-size: 30px;
  }
  .prorow-item dl dd h4{
    font-size: 18px;
  }
  .epclistcon{
    padding-left: 60px;
    padding-right: 60px;
  }
  .epc-opertteam .pic img{
    width: 58%;
    margin-left: -3%;
  }
}