.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 {
  text-align: center;
  margin-bottom: 50px;
}
.titbox h2 {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 22px;
  color: #FFF;
  background: #BD1D21;
  z-index: 1;
  position: relative;
}
.titbox h2::before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background: #BD1D21;
  top: 50%;
  margin-top: -2px;
  left: -88px;
  right: -88px;
  z-index: -1;
}

.in-epcbox {
  background: url(../images/inepcbg.jpg) no-repeat center bottom;
}

.inepclist {
  align-items: initial;
  margin-top: 50px;
  margin-left: -5px;
  margin-right: -5px;
}
.inepclist li {
  width: 20%;
  box-sizing: border-box;
  padding-top: 21px;
  position: relative;
}
.inepclist li h5 {
  font-size: 36px;
  padding: 2px 30px;
  color: #FFF;
  background: #BD1D21;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.inepclist li .aniimg {
  padding: 0 5px;
}
.inepclist li .aniimg img {
  border: 1px solid #FFF;
  box-sizing: border-box;
}
.inepclist li h4 {
  text-align: center;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.5em;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inepcbtn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px;
}
.inepcbtn a {
  font-size: 15px;
  color: #FFF;
  padding-left: 20px;
  display: block;
  position: relative;
  line-height: 1.5em;
  margin: 0.4em 0;
}
.inepcbtn a::before {
  content: "";
  width: 14px;
  height: 14px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0.25em;
  background: url(../images/epcnavjt.png) no-repeat 0 0;
  background-size: 14px 28px;
}
.inepcbtn a:hover, .inepcbtn a.epc-basenavact {
  color: #BD1D21;
}
.inepcbtn a:hover::before, .inepcbtn a.epc-basenavact::before {
  background-position: 0 -14px;
}

.inprobox {
  align-items: initial;
  margin-top: 45px;
}

.inprotab {
  width: 22.5%;
  border: 1px solid #E6E6E6;
}

.inprotabtit {
  padding: 15px 20px;
  background: #BD1D21;
}
.inprotabtit h3 {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  background: url(../images/more.png) no-repeat right center;
  background-size: 16px 16px;
}

.inprotablist {
  padding: 10px;
}
.inprotablist li {
  width: 100%;
  border-bottom: 1px solid rgb(246, 246, 246);
  padding: 16px 0;
  transition: all 0.3s;
}
.inprotablist li:last-child {
  border: 0 none;
}
.inprotablist li .aniimg {
  border-radius: 6px;
  border: 1px solid #F2F2F2;
  width: 24%;
}
.inprotablist li h4 {
  width: 68%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.inprotablist li.inprotabact {
  padding: 20px 0;
}
.inprotablist li.inprotabact h4 {
  color: #BD1D21;
  font-weight: bold;
}
.inprotablist li.inprotabact .aniimg img {
  transform: scale(1.1);
}

.inprorow {
  width: 72.4%;
}

.inprorow-txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(189, 29, 33, 0.85);
}
.inprorow-txt div {
  width: 100%;
  box-sizing: border-box;
}
.inprorow-txt p {
  display: none;
}
.inprorow-txt i {
  display: none;
}
.inprorow-txt h4 {
  text-align: center;
  font-size: 15px;
  padding: 15px;
  color: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.inprorow-item {
  display: none;
  margin-top: -30px;
}
.inprorow-item:first-child {
  display: block;
}
.inprorow-item li {
  width: 48.2%;
  border: 1px solid #FFF;
  position: relative;
  margin-top: 30px;
}
.inprorow-item li:hover .aniimg img{
  transform: scale(1.1);

}
.inprorow-item li:hover .inprorow-txt {
  width: 100%;
  height: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.inprorow-item li:hover .inprorow-txt h4 {
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  margin-bottom: 28px;
}
.inprorow-item li:hover .inprorow-txt p {
  color: #FFF;
  font-size: 15px;
  display: block;
}
.inprorow-item li:hover .inprorow-txt i {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  background: url(../images/more.png) no-repeat;
  background-size: 100% 100%;
}

.insolubox {
  background: url(../images/insolubg.jpg) no-repeat;
  background-size: 100% 80%;
}

.insolutxt {
  margin-bottom: 48px;
}
.insolutxt p {
  color: #FFF;
  text-align: center;
}

.indexsolu {
  padding: 55px 60px 0;
  background: #FFF;
  box-sizing: border-box;
}

.indexsolutop li {
  width: 20.1%;
}
.indexsolutop li h4 {
  margin-top: 20px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.indexsolutop li:hover .aniimg img {
  transform: scale(1.1);
}
.indexsolutop li.swiper-slide-active .aniimg img {
  opacity: 0.3;
}
.indexsolutop li.swiper-slide-active h4 {
  font-weight: bold;
  color: #BD1D21;
}
.indexsolu .swiper-pagination{
  display: none;
}
.solu-rowtxt {
  margin-top: 40px;
  background: #FFF;
}
.solu-rowtxt li {
  background: #FFF;
}
.solu-rowtxt li a {
  display: inline-block;
  border: 1px dashed #BD1D21;
  padding: 11px 35px;
  border-radius: 23px;
  margin-right: 20px;
}
.solu-rowtxt li a:hover {
  background: #BD1D21;
  color: #FFF;
}

.insolu-btn {
  width: 122px;
  height: 39px;
  margin-top: 40px;
}
.insolu-btn .swiper-button-prev, .insolu-btn .swiper-button-next {
  position: static;
  top: 0;
  padding: 0;
  margin: 0;
  height: auto;
  width: 69px;
  height: 39px;
  background: url(../images/insolu-btn-l.png) no-repeat;
  background-size: 100% 100%;
}
.insolu-btn .swiper-button-next{
  background-image: url(../images/insolu-btn-r.png);
  margin-left: -20px;
}
.insolu-btn .swiper-button-prev img, .insolu-btn .swiper-button-next img {
  width: 35%;
}
.insolu-btn .swiper-button-prev::after, .insolu-btn .swiper-button-next::after {
  display: none;
}
.insolu-btn .swiper-button-prev:hover, .insolu-btn .swiper-button-next:hover {
  opacity: .85;
}

.caselist {
  position: relative;
  background: url(../images/incasebg.jpg) no-repeat;
  background-size: 100% 100%;
}
.caselist li {
  position: relative;
}
.caselist li .aniimg {
  width: 63.5%;
}
.caselist li:hover .aniimg img {
  transform: scale(1.1);
}
.caselist li:hover span {
  opacity: 0.9;
}

.caselisttxt {
  position: absolute;
  background: rgba(189, 29, 33, 0.9);
  z-index: 2;
  width: 52.75%;
  right: 62px;
  top: 86px;
  padding: 52px;
  box-sizing: border-box;
}
.caselisttxt h4 {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  padding-left: 24px;
  position: relative;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  overflow: hidden;
  height: 3em;
  margin-bottom: 25px;
}
.caselisttxt h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 7px;
  height: 20px;
  background: #FFFFFF;
  top: 0.3em;
}
.caselisttxt p {
  font-size: 15px;
  color: #FFF;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-left: 24px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 6em;
}
.caselisttxt span {
  height: 30px;
  line-height: 30px;
  background: #FFFFFF;
  display: inline-block;
  padding: 0 30px;
  color: #BD1D21;
  margin-left: 24px;
  margin-top: 25px;
}
.caselisttxt span img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  margin-top: -2px;
  margin-left: 10px;
}

.caselist-btn {
  position: absolute;
  right: 62px;
  bottom: 94px;
  width: 25%;
}
.caselist-btn .swiper-pagination {
  position: static;
  padding: 0;
  margin: 0;
  width: 45%;
}
.caselist-btn .swiper-pagination span {
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  border-radius: 7px;
  opacity: 0.6;
}
.caselist-btn .swiper-pagination .swiper-pagination-bullet-active {
  width: 41px;
  opacity: 1;
}

.caselist-next {
  width: 122px;
  height: 39px;
}
.caselist-next .swiper-button-prev, .caselist-next .swiper-button-next {
  position: relative;
  top: 0;
  padding: 0;
  right: auto;
  left: auto;
  height: auto;
  margin: 0;
  width: 69px;
  height: 39px;
}
.caselist-next .swiper-button-prev img, .caselist-next .swiper-button-next img {
  width: 35%;
}
.caselist-next .swiper-button-prev::after, .caselist-next .swiper-button-next::after {
  display: none;
}
.caselist-next .swiper-button-next{
  margin-left: -20px;
}
.caselist-next .swiper-button-prev::before{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/hotleftbg.png) no-repeat;
  opacity: .15;
  background-size: 100% 100%;
}
.caselist-next .swiper-button-next::before{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  opacity: .15;
  height: 100%;
  background: url(../images/hotrightbg.png) no-repeat;
  background-size: 100% 100%;
}
.caselist-next .swiper-button-prev:hover::before, .caselist-next .swiper-button-next:hover::before {
  opacity: .3;
}

.specialtop li {
  width: 47.5%;
  position: relative;
  padding-bottom: 70px;
}
.specialtop li:hover .aniimg img {
  transform: scale(1.1);
  opacity: 0.3;
}
.specialtop li:hover h4 {
  color: #BD1D21;
}

.specialtxt {
  position: absolute;
  left: 50px;
  right: 0;
  background: #FFF;
  bottom: 0;
  padding: 30px 35px;
}
.specialtxt h4 {
  font-weight: bold;
  padding-left: 22px;
  position: relative;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.specialtxt h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 16px;
  background: #BD1D21;
  left: 0;
  top: 0;
}
.specialtxt p {
  padding-left: 22px;
  color: #666666;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}

.speciallist {
  padding-top: 20px;
}
.speciallist li {
  width: 47.1%;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #D9D9D9;
}
.speciallist li h4 {
  font-weight: bold;
  padding-left: 22px;
  position: relative;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.speciallist li h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 16px;
  background: #BD1D21;
  left: 0;
  top: 0;
}
.speciallist li p {
  padding-left: 22px;
  color: #666666;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
.speciallist li:first-child, .speciallist li:nth-child(2) {
  border: 0 none;
}
.speciallist li:hover h4 {
  color: #BD1D21;
}

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

.abouttop-pic {
  width: 47.3%;
}

.abouttop-txt {
  width: 52.7%;
  background: #FFF;
  padding: 84px 35px 60px 84px;
  box-sizing: border-box;
  position: relative;
}
.abouttop-txt span {
  color: #BD1D21;
  font-weight: bold;
  font-size: 86px;
  position: absolute;
  top: 17px;
  left: 62px;
  line-height: 1em;
}

.about-epc {
  background: url(../images/aboutbg1.jpg) no-repeat;
  margin-top: -49px;
  background-size: 100% 100%;
  padding-top: 74px;
  padding-bottom: 30px;
}
.about-epc .about-epccon {
  position: relative;
}
.about-epc .about-epccon::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.32);
  left: 50%;
}
.about-epc ul {
  position: relative;
}
.about-epc ul::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.32);
  left: 18.5%;
}
.about-epc ul::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.32);
  right: 18.5%;
}
.about-epc li {
  text-align: center;
}
.about-epc li i {
  width: 39px;
  display: block;
  margin: 0 auto;
}
.about-epc li h4 {
  margin-top: 10px;
  color: #FFF;
  font-size: 42px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
  line-height: 1em;
  font-weight: bold;
  display: inline-block;
}
.about-epc li h4::after {
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about-epc li h5 {
  color: #FFF;
}

.about-proepc {
  background: url(../images/aboutbg2.jpg) no-repeat center bottom;
}

.about-protop {
  background: #FFF;
  padding: 0 100px 80px;
  align-items: flex-start;
  position: relative;
  box-sizing: content-box;
  flex-direction: row-reverse;
}

.about-protxt {
  width: 41.4%;
  padding-top: 30px;
}

.about-propic {
  width: 52%;
}

.aboutepc-item {
  position: absolute;
  left: 100px;
  bottom: 118px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 13px;
  box-sizing: border-box;
  width: 81.1%;
}
.aboutepc-item li {
  width: 19.8%;
  position: relative;
}
.aboutepc-item li span {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  font-size: 30px;
  background: #BD1D21;
  padding: 0 25px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.aboutepc-item li:hover .aniimg img {
  transform: scale(1.1);
}
.aboutepc-item li:hover .aboutepc-itemtxt {
  background: rgb(2, 23, 51);
}

.aboutepc-itemtxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(2, 23, 51, 0.9);
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.aboutepc-itemtxt h4 {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
}

.about-honor {
  align-items: flex-start;
}
.about-honor li {
  width: 18.11%;
}
.about-honor li h4 {
  font-size: 15px;
  color: #FFF;
  margin-top: 25px;
  text-align: center;
  line-height: 1.5em;
}

.about-honorpic {
  border: 2px solid #E6E6E6;
}

.about-culturebox {
  position: relative;
  padding: 0 50px 154px;
  box-sizing: border-box;
}
.about-culturebox > img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.about-culture {
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 0 79px 25px;
}
.about-culture li {
  padding-left: 25px;
  margin-bottom: 45px;
}
.about-culture li h4 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.about-culture li h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #BD1D21;
  border-radius: 50%;
  left: -25px;
  top: 0.3em;
  position: absolute;
}
.about-culture li p {
  line-height: 1.8em;
}

/*about-1*/
.fzls-row .swiper-slide {
  align-items: initial;
  position: relative;
  height: 491px;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 10px;
}
.fzls-row .swiper-slide::-webkit-scrollbar {
  width: 2px;
  height: 14px;
}
.fzls-row .swiper-slide::-webkit-scrollbar-track {
  background: #ccc;
}
.fzls-row .swiper-slide::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  background-color: #BD1D21;
  width: 4px;
}
.fzls-row .swiper-slide::-webkit-scrollbar-corner {
  background: transparent;
}
.fzls-row .swiper-slide::-webkit-scrollbar-track:hover {
  background: #ccc;
}
.fzls-row .swiper-slide span {
  font-size: 363px;
  color: rgba(242, 242, 242, 0.7);
  font-weight: bold;
  z-index: -1;
  position: absolute;
  top: 0px;
  line-height: 1em;
  right: 82px;
}
.hislist{
  width: 100%;
}
.hislist li {
  margin-bottom: 30px;
}
.hislistpic{
  margin-left: 14%;
}
.hislistpic img {
  width: 36%;
  margin-right: 3%;
  display: inline-block;
}

.hislisttxt {
  width:100%;
  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: 30px;
  align-items: flex-start;
}
.hislisttxt h4 {
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
  width: 14%;
  position: relative;
  box-sizing: border-box;
}
.hislisttxt h4::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #BD1D21;
  left: 0;
  position: absolute;
  top: 0.3em;
  border-radius: 50%;
}
.hislisttxt p {
  box-sizing: border-box;
  width: 86%;
  font-size: 16px;
}

.fzls-btn {
  position: relative;
  margin-top: 60px;
}
.fzls-btn .swiper {
  width: 82.6%;
  margin-top: 18px;
  box-sizing: border-box;
  position: relative;
}
.fzls-btn .swiper-button-prev {
  width: 49px;
  height: 73px;
  background: url(../images/fzlsl.png) no-repeat center center #F2F2F2;
  opacity: 1;
  top: -20px;
  margin: 0;
  left: 0;
}
.fzls-btn .swiper-button-prev::after {
  display: none;
}
.fzls-btn .swiper-button-prev:hover {
  background: url(../images/fzlslact.png) no-repeat center center #BD1D21;
}
.fzls-btn .swiper-button-next {
  width: 49px;
  height: 73px;
  background: url(../images/fzlsr.png) no-repeat center center #F2F2F2;
  opacity: 1;
  top: -20px;
  margin: 0;
  right: 0;
}
.fzls-btn .swiper-button-next::after {
  display: none;
}
.fzls-btn .swiper-button-next:hover {
  background: url(../images/fzlsract.png) no-repeat center center #BD1D21;
}
.fzls-btn .swiper::before {
  content: "";
  display: block;
  height: 4px;
  background: #ABAEB0;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
}
.fzls-btn li {
  cursor: pointer;
  text-align: center;
  color: #808080;
}
.fzls-btn 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;
}
.fzls-btn .swiper-slide-thumb-active {
  color: #BD1D21;
  font-size: 24px;
  font-weight: bold;
}
.fzls-btn .swiper-slide-thumb-active:before {
  content: "";
  display: block;
  width: 63%;
  height: 4px;
  background: #BD1D21;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
}
.fzls-btn .swiper-slide-thumb-active i {
  position: relative;
  background: #BD1D21;
  border-color: #BD1D21;
  z-index: 1;
}
.fzls-btn .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;
}
.fzls-btn .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;
}

.certifi-top p {
  margin-bottom: 2em;
}

.certifi-row {
  margin-top: 35px;
}

.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;
}

.certifi-row2 {
  flex-direction: row-reverse;
}

.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-3*/
.teamitem {
  position: relative;
}
.teamitem:first-child {
  display: block;
}
.teamitem .swiper-button-prev {
  width: 28px;
  height: 46px;
  background: url(../images/fzlslact.png) no-repeat center center rgba(255, 255, 255, 0.29);
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  margin: 0;
  top: auto;
  bottom: 110px;
  opacity: 1;
}
.teamitem .swiper-button-prev:hover {
  background-color: #BD1D21;
}
.teamitem .swiper-button-prev:after {
  content: "";
  display: none;
}
.teamitem .swiper-button-next {
  width: 28px;
  height: 46px;
  background: url(../images/fzlsract.png) no-repeat center center rgba(255, 255, 255, 0.29);
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  margin: 0;
  top: auto;
  bottom: 110px;
  opacity: 1;
}
.teamitem .swiper-button-next:hover {
  background-color: #BD1D21;
}
.teamitem .swiper-button-next:after {
  content: "";
  display: none;
}

.team-row {
  margin-bottom: 50px;
}

.teampic {
  width: 37.3%;
}

.teamtxt {
  width: 57.4%;
}
.teamtxt h4 {
  font-size: 24px;
  font-weight: bold;
}

.teamtxt-p {
  margin-top: 1.5em;
  max-height: 17em;
  padding-right: 15px;
  overflow-y: auto;
  margin-top: 1.5em;
}
.teamtxt-p p {
  font-size: 16px;
}
.teamtxt-p::-webkit-scrollbar {
  width: 2px;
  height: 14px;
}
.teamtxt-p::-webkit-scrollbar-track {
  background: #ccc;
}
.teamtxt-p::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  background-color: #BD1D21;
  width: 4px;
}
.teamtxt-p::-webkit-scrollbar-corner {
  background: transparent;
}
.teamtxt-p::-webkit-scrollbar-track:hover {
  background: #ccc;
}

.team-btn li {
  cursor: pointer;
}
.team-btn li h5 {
  text-align: center;
  font-size: 15px;
  padding: 15px 0;
}
.team-btn .swiper-slide-thumb-active .teambtnpic {
  border: 2px solid #BD1C21;
  box-sizing: border-box;
}
.team-btn .swiper-slide-thumb-active h5 {
  color: #BD1D21;
}

/*epcmo*/
.epcmotop {
  align-items: flex-start;
  position: relative;
}

.epctoptxt {
  width: 40.9%;
  margin-top: 35px;
}

.epctoppic {
  width: 51.58%;
}

.epcmotop-list {
  position: absolute;
  width: 94.3%;
  background: #B70F0F;
  bottom: 43px;
  left: 0;
  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: bold;
  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 {
  background: #F1F8FF;
  padding: 48px 0;
}
.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-casebox {
  position: relative;
  padding-bottom: 150px;
}

.epc-case li {
  position: relative;
}

.epc-casepic {
  width: 62.5%;
}

.epc-casetxt {
  position: absolute;
  width: 65.25%;
  background: #BD1D21;
  right: 0;
  top: 57px;
  box-sizing: border-box;
  padding: 55px 60px 80px;
}
.epc-casetxt h4 {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.8em;
  max-width: 80%;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6em;
}
.epc-casetxt h4::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/more.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 15px;
  vertical-align: middle;
  margin-top: -5px;
}
.epc-casetxt p {
  color: #FFF;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.1em;
}

.epc-casebtn {
  width: 94%;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  padding-top: 42px;
  padding-left: 40px;
  bottom: 0;
  z-index: 1;
  right: 0;
}
.epc-casebtn li h4 {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
.epc-casebtn li:hover .aniimg img {
  transform: scale(1.1);
}
.epc-casebtn .swiper-slide-thumb-active .aniimg {
  opacity: 0.4;
}
.epc-casebtn .swiper-slide-thumb-active h4 {
  font-weight: bold;
  color: #BD1D21;
}
.epc-casebtn .swiper-button-prev {
  width: 28px;
  height: 46px;
  background: url(../images/fzlslact.png) no-repeat center center rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  margin: 0;
  top: 60px;
  opacity: 1;
}
.epc-casebtn .swiper-button-prev:hover {
  background-color: #BD1D21;
}
.epc-casebtn .swiper-button-prev:after {
  content: "";
  display: none;
}
.epc-casebtn .swiper-button-next {
  width: 28px;
  height: 46px;
  background: url(../images/fzlsract.png) no-repeat center center rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  margin: 0;
  top: 60px;
  opacity: 1;
}
.epc-casebtn .swiper-button-next:hover {
  background-color: #BD1D21;
}
.epc-casebtn .swiper-button-next:after {
  content: "";
  display: none;
}

.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 12px 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: 20px;
  display: block;
  position: relative;
  line-height: 1.5em;
  margin: 0.4em 0;
}
.epc-basenavlink a::before {
  content: "";
  width: 15px;
  height: 15px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0.25em;
  background: url(../images/detail.png) no-repeat;
  background-size: 15px 15px;
}
.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 {
  background: url(../images/epctestbg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 27px 5.8%;
}
.epctest-tute img {
  width: 16.3%;
}

.epctest-tutetxt {
  width: 75.3%;
}
.epctest-tutetxt p {
  color: #FFF;
}

.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 {
  display: none;
}
.test-porcess .swiper-button-next:hover, .test-porcess .swiper-button-prev:hover {
  background-color: #BD1D21;
}
.test-porcess .swiper-button-next {
  right: 21%;
  background-image: url(../images/fzlsract.png);
  background-size: 100% 100%;
}
.test-porcess .swiper-button-prev {
  left: 21%;
  background-image: url(../images/fzlslact.png);
  background-size: 100% 100%;
}

.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: 65px 68px;
}
.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-Engineering*/
.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: 30px;
}
.epc-storagetop{
  margin-bottom: 50px;
}
.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;
  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 {
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
  padding-bottom: 57px;
}

.epc-managepic {
  width: 52.75%;
}

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

.epc-managemore {
  position: absolute;
  width: 91%;
  background: url(../images/managementbg.jpg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  border-top: 15px solid #FFF;
  border-right: 15px solid #FFF;
  padding: 55px 90px;
  bottom: 0;
}
.epc-managemore p {
  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;
}

/*products*/
.listrow {
  background: url(../images/probanbg.jpg) no-repeat left top;
  background-size: 62.9% 79.4%;
  margin-top: 128px;
  position: relative;
  padding-top: 10px;
  z-index: 2;
}
.listrow::before {
  content: "";
  display: block;
  width: 55.4%;
  background: #BD1D21;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 47%;
}
.listrow .route {
  color: #FFF;
  background: none;
}
.listrow .route a {
  color: #FFF;
}
.listrow .route a:first-child:before {
  background-image: url(../images/route2.png);
}

.itemhot {
  padding-bottom: 95px;
  position: relative;
}
.itemhot li a {
  flex-direction: row-reverse;
  padding-top: 10px;
  align-items: flex-start;
}
.itemhot li .itemhot-pic {
  width: 54.7%;
  position: relative;
  border: 2px solid #FFFFFF;
}
.itemhot li .itemhot-pic .hot {
  display: block;
  width: 81px;
  height: 72px;
  position: absolute;
  left: 30px;
  top: -9px;
  z-index: 2;
}
.itemhot li:hover .aniimg img {
  transform: scale(1.1);
}
.itemhot li:hover .itemhot-tit h4 {
  margin-left: 8px;
}

.itemhot-tit {
  width: 35.8%;
  margin-top: 50px;
}
.itemhot-tit h4 {
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  transition: all 0.3s;
  margin-bottom: 60px;
  padding-top: 30px;
  background: url(../images/up.png) no-repeat left top;
  background-size: 36px 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.itemhot-tit .txt p {
  color: #FFF;
  height: 10.2em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.itemhot-btn {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 26.4%;
}
.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;
}
.itemhot-pro{
  padding-bottom: 40px;
}
.itemhot-pro .itemhot-tit .txt p {
  height: auto;
  -webkit-line-clamp:3;
}
.itemhot-pro li .itemhot-pic{
  width: 50.7%;
}
.listrow-pro::before{
  width: 52.8%;
}
.listrow-pro{
  background-size: 62.9% 88.4%;
}
.itemhot-pro .itemhot-tit h4{
  margin-bottom: 50px;
}
.itemhot-pro .hotchat-btn{
  bottom: 124px;
}
.itemhot-pro .itemhot-btn{
  bottom: 70px;
  right:25px;
}

.hotchat-btn {
  width: 35.3%;
  position: absolute;
  left: 0;
  bottom: 35px;
}
.hotchat-btn a {
  font-size: 16px;
  color: #FFF;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  display: block;
  background: #B70F0F;
  width: 47.5%;
  text-align: center;
}
.hotchat-btn a:hover {
  background: #021733;
}
.hotchat-btn a img {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.prorow-item dl {
  align-items: initial;
  margin-top: -47px;
}
.prorow-item dl dt {
  background: url(../images/prorowbg.jpg) no-repeat;
  background-size: 100% 100%;
  width: 30.8%;
  box-sizing: border-box;
  margin-top: 47px;
  display: flex;
  padding-left: 38px;
  align-items: center;
}
.prorow-item dl dt h2 {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  border-left: 9px solid #FFF;
  padding-left: 35px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.4em;
}
.prorow-item dl dd {
  background: #FFFFFF;
  position: relative;
  margin-top: 47px;
  width: 30.8%;
  box-sizing: border-box;
  padding: 15px 0px;
  box-shadow: 0px 0px 8px 0px rgba(10, 10, 10, 0.1);
}
.prorow-item dl dd::before {
  content: "";
  display: block;
  width: 100%;
  height: 41.8%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F1F6FD;
}
.prorow-item dl dd .aniimg {
  width: 78.3%;
  overflow: visible;
  margin-left: 21.7%;
  text-align: right;
}
.prorow-item dl dd h4 {
  position: absolute;
  font-size: 18px;
  width: 40%;
  padding-left: 17px;
  line-height: 1.2em;
  top: 40px;
  left: 30px;
}
.prorow-item dl dd h4::before {
  content: "";
  display: block;
  width: 5px;
  background: #BD1D21;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0px;
}
.prorow-item dl dd span {
  position: absolute;
  width: 125px;
  height: 27px;
  line-height: 27px;
  background: #BD1D21;
  border-radius: 4px;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  left: 48px;
  bottom: 30px;
}
.prorow-item dl dd span::after {
  content: "";
  background: url(../images/more.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/detail.png);
}

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

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

.showbox {
  border-radius: 0;
}

.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;
  padding-bottom: 110px;
}
.show-toptxt h1 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  padding-left: 23px;
  position: relative;
  margin-bottom: 40px;
}
.show-toptxt h1::before {
  content: "";
  width: 10px;
  height: 24px;
  background: #BD1D21;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.show-toptxt p {
  margin-top: 1.5em;
}
.show-toptxt p strong, .show-toptxt p b {
  font-size: 18px;
}

.showchat {
  width: 100%;
  margin-top: 50px;
  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;
  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.95;
}
.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: 96px;
  width: 100%;
  left: 0;
  margin-top: 0;
  z-index: 3;
  background: #FFF;
  box-shadow: 0px 1px 5px 0px rgba(26, 26, 26, 0.1);
  margin-bottom: 0;
}

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

.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%;
}

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

.shownews-list li {
  overflow: hidden;
  margin-top: 25px;
}
.shownews-list li h4 {
  padding-left: 30px;
  max-width: 75%;
  font-size: 15px;
  float: left;
  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;
  font-size: 15px;
}
.shownews-list li:hover a, .shownews-list li:hover h4 {
  color: #BD1D21;
}
.shownews-list li:hover h4:before {
  background-position: -15px 0;
}
.show-topcase .show-toppic{
  margin: 0 auto;
  width: 40%;
}
.show-topcase .show-toptxt h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.show-topcase .show-toptxt{
  width: 100%;
  padding-bottom: 20px;
}
.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;
}

.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;
}

.solulist {
  margin-top: -50px;
}
.solulist li {
  width: 47.16%;
  padding-bottom: 25px;
  position: relative;
  margin-top: 50px;
}
.solulist li .aniimg {
  margin-left: 49.5%;
  width: 50.5%;
  position: relative;
  z-index: 2;
}
.solulist li .aniimg img {
  aspect-ratio: 143/100;
}
.solulist li:hover .aniimg img {
  transform: scale(1.1);
  opacity: 0.6;
}
.solulist li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}

.solulisttxt {
  position: absolute;
  width: 65.37%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 40px 50px;
  top: 24px;
  bottom: 0;
  box-shadow: 0px 0px 8px 0px rgba(10, 10, 10, 0.1);
}
.solulisttxt::before {
  content: "";
  background: #F1F6FD;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 73px;
  position: absolute;
}
.solulisttxt h4 {
  font-size: 16px;
  line-height: 1.7em;
  width: 65%;
  padding-left: 20px;
  margin-left: -20px;
  position: relative;
}
.solulisttxt h4::before {
  content: "";
  width: 6px;
  height: 16px;
  background: #BD1D21;
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.solulisttxt span {
  position: absolute;
  width: 125px;
  height: 27px;
  line-height: 27px;
  background: #BD1D21;
  border-radius: 4px;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  left: 48px;
  bottom: 26px;
}
.solulisttxt span:after {
  content: "";
  background: url(../images/more.png) no-repeat;
  height: 13px;
  background-size: 100% 100%;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 9px;
  margin-top: -2px;
}

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

.newsshow-row .showchat {
  width: 100%;
  margin-top: 70px;
}

.newsshow-tit h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  max-width: 70%;
  margin: 0 auto 25px;
  line-height: 1.5em;
}
.newsshow-tit span {
  color: #666;
  font-size: 16px;
  display: block;
  text-align: center;
}

.newsshow-con p {
  margin-bottom: 2em;
}
.newsshow-con img {
  width: auto;
  margin: 0 auto 40px;
  max-width: 100%;
}
.video-show iframe {
  margin:  0 auto;
  width: 80%;
  aspect-ratio: 956/429;
  height: auto;
  display: block;
}

.prenexbox {
  margin-top: 50px;
  border-top: 1px solid #E5F2FF;
  padding-top: 20px;
}
.prenexbox li {
  margin-top: 30px;
  box-sizing: border-box;
  padding-left: 123px;
  position: relative;
}
.prenexbox li > span {
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #F1F8FF;
  font-weight: bold;
  font-size: 18px;
  color: #C31E1E;
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}
.prenexbox li h4 {
  font-weight: bold;
  line-height: 1.66em;
  font-size: 18px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prenexbox li p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.7em;
  max-height: 3.4em;
}
.prenexbox li:hover h4 {
  color: #BD1D21;
}

.xhnewslist {
  margin-bottom: 60px;
  position: relative;
}
.xhnewslist li {
  position: relative;
  padding-bottom: 28px;
}
.xhnewslist li a {
  align-items: flex-start;
}
.xhnewslist li .aniimg {
  width: 45.6%;
}
.xhnewslist li::before {
  content: "";
  display: block;
  width: 60.8%;
  background: #F1F8FF;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 29.5%;
  z-index: -1;
}
.xhnewslist .swiper-button-prev {
  width: 41px;
  height: 56px;
  background: rgba(6, 15, 31, 0.32);
  left: 30px;
  opacity: 1;
  margin-top: -28px;
}
.xhnewslist .swiper-button-prev::after {
  color: #FFF;
  font-size: 28px;
}
.xhnewslist .swiper-button-prev:hover {
  background: #BD1D21;
}
.xhnewslist .swiper-button-next {
  width: 41px;
  height: 56px;
  background: rgba(6, 15, 31, 0.32);
  left: 40%;
  right: auto;
  opacity: 1;
  margin-top: -28px;
}
.xhnewslist .swiper-button-next::after {
  color: #FFF;
  font-size: 28px;
}
.xhnewslist .swiper-button-next:hover {
  background: #BD1D21;
}
.xhnewslist .swiper-pagination {
  width: 45.6%;
  bottom: 57px;
}
.xhnewslist .swiper-pagination span {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0 4px;
  opacity: 1;
}
.xhnewslist .swiper-pagination .swiper-pagination-bullet-active {
  background: #BD1D21;
  width: 51px;
}

.xhnewstxt {
  width: 49.1%;
}
.xhnewstxt span {
  color: #808080;
  display: block;
  margin-bottom: 30px;
}
.xhnewstxt p {
  padding-right: 70px;
  line-height: 1.7em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 8.5em;
}

.xhnewstit {
  padding-left: 80px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 85px;
}
.xhnewstit h4 {
  font-size: 18px;
  color: #1A1919;
  line-height: 1.7em;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.4em;
}

.xhnewsdate {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.xhnewsdate b {
  font-size: 48px;
  color: #BD1D21;
  line-height: 1em;
}
.xhnewsdate i {
  font-style: normal;
  line-height: 1em;
  color: #BD1D21;
  font-size: 15px;
  display: block;
  text-align: center;
}

.newsmore {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #BD1D21;
  display: block;
  margin: 50px auto 0;
  width: 243px;
  text-align: center;
  border-radius: 40px;
  transition: all 0.3s;
}
.newsmore::after {
  content: "";
  background: url(../images/more.png) no-repeat;
  height: 13px;
  background-size: 100% 100%;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 9px;
  margin-top: -2px;
}
.newsmore:hover {
  background: #021733;
}

.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;
}

.pronewslist {
  justify-content: flex-start;
  margin-top: -0.5rem;
}
.pronewslist li {
  width: 23.3%;
  margin-right: 2.26%;
  margin-top: 0.5rem;
}
.pronewslist li .aniimg img {
  aspect-ratio: 7/5;
}
.pronewslist li:nth-child(4n) {
  margin-right: 0;
}
.pronewslist li:hover h4 {
  font-weight: bold;
  color: #BD1D21;
}
.pronewslist li:hover .aniimg img {
  transform: scale(1.1);
  opacity: 0.6;
}

.pronewstxt {
  margin-left: 13px;
  background: #FFF;
  margin-top: -35px;
  z-index: 2;
  position: relative;
  padding: 20px;
}
.pronewstxt span {
  display: block;
  font-size: 14px;
  color: #808080;
  margin-bottom: 10px;
}
.pronewstxt h4 {
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 3em;
}

.orenewslist {
  margin-top: -40px;
  margin-bottom: 70px;
  align-items: initial;
}
.orenewslist li {
  width: 46.9%;
  margin-top: 40px;
}
.orenewslist li .aniimg {
  width: 26.4%;
}
.orenewslist li:hover h4 {
  font-weight: bold;
  color: #BD1D21;
}
.orenewslist li:hover .aniimg img {
  transform: scale(1.1);
  opacity: 0.6;
}

.orenewstxt {
  width: 67.67%;
}
.orenewstxt span {
  display: block;
  color: #808080;
  font-size: 14px;
}
.orenewstxt h4 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.7em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.4em;
}

.videolist li {
  width: 62.75%;
  background: #FFF;
}
.videolist li .aniimg {
  opacity: 0.6;
}
.videolist li h4 {
  display: none;
}
.videolist li.swiper-slide-active .aniimg {
  opacity: 1;
}
.videolist li.swiper-slide-active h4 {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.videolist li:hover h4 {
  font-weight: bold;
  color: #BD1D21;
}
.videolist li:hover .aniimg img {
  transform: scale(1.1);
}
.videolist .swiper-button-prev {
  width: 41px;
  height: 56px;
  background: rgba(6, 15, 31, 0.32);
  left: 30px;
  opacity: 1;
  margin-top: -28px;
}
.videolist .swiper-button-prev::after {
  color: #FFF;
  font-size: 28px;
}
.videolist .swiper-button-prev:hover {
  background: #BD1D21;
}
.videolist .swiper-button-next {
  width: 41px;
  height: 56px;
  background: rgba(6, 15, 31, 0.32);
  right: 30px;
  opacity: 1;
  margin-top: -28px;
}
.videolist .swiper-button-next::after {
  color: #FFF;
  font-size: 28px;
}
.videolist .swiper-button-next:hover {
  background: #BD1D21;
}
.videolist .swiper-pagination {
  width: 100%;
  position: static;
  width: 100%;
  margin-top: 0.4rem;
  display: none;
}
.videolist .swiper-pagination span {
  width: 15px;
  height: 15px;
  background: #999;
  border-radius: 8px;
  margin: 0 4px;
  opacity: 1;
}
.videolist .swiper-pagination .swiper-pagination-bullet-active {
  background: #BD1D21;
  width: 51px;
}

.xh-newstit {
  position: relative;
  padding-left: 86px;
}
.xh-newstit h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.xh-newstit span {
  font-size: 16px;
  color: #808080;
}

.xh-newsdate {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.xh-newsdate b {
  color: #BD1D21;
  font-weight: bold;
  display: block;
  font-size: 48px;
  text-align: center;
  line-height: 1em;
}
.xh-newsdate i {
  font-style: normal;
  display: block;
  text-align: center;
  color: #BD1D21;
  font-size: 15px;
  text-align: center;
}

.xh-newstxtcon {
  margin-top: 50px;
  z-index: 1;
  position: relative;
}
.xh-newstxtcon::before {
  content: "";
  display: block;
  width: 90.8%;
  right: 0;
  position: absolute;
  top: -25px;
  bottom: -25px;
  background: #F1F8FF;
  z-index: -1;
}
.xh-newstxtcon .aniimg {
  box-sizing: border-box;
  border: 1px solid #FFF;
  width: 20.1%;
}
.xh-newstxtcon .aniimg img {
  aspect-ratio: 241/161;
}

.xh-newstxt {
  width: 75.3%;
  box-sizing: border-box;
  padding-right: 7.5%;
}
.xh-newstxt p {
  line-height: 1.7em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 6.8em;
}

.xh-newslist {
  margin-top: 0;
  padding-bottom: 25px;
}
.xh-newslist li {
  margin-top: 85px;
}
.xh-newslist li:hover h4 {
  color: #BD1D21;
}
.xh-newslist li:hover .xh-newstxtcon::before {
  background: #BD1D21;
}
.xh-newslist li:hover .xh-newstxtcon p {
  color: #FFF;
}
.xh-newslist li:hover .aniimg img {
  transform: scale(1.1);
}

/*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;
}
.disabled {
  cursor: not-allowed
}
.zxf_pagediv .current {
  font-size: 15px;
  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,.zxf_pagediv a.disabled {
  background: #f5f5f5;
}
.zxf_pagediv .zxfinput {
  width: 30px;
  height: 29px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 3px;
  font-size: 15px;
  text-align: center;
  display: inline-block;
}

.zxf_pagediv .zxfinput::placeholder{
  font-size: 15px;
}
.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;
}
.zxf_pagediv .disabled:hover{
    background: #f5f5f5;
    color: #666;
}
/*fenye------------end*/
.pro-newsbox .pronewslist li {
  width: 30.4%;
  margin-right: 4.4%;
}
.pro-newsbox .pronewslist li:nth-child(3n) {
  margin-right: 0;
}

.videoitem {
  margin-top: -50px;
  align-items: initial;
  justify-content: flex-start;
}
.videoitem li {
  width: 30.6%;
  margin-top: 50px;
  margin-right: 4.1%;
}
.videoitem li:nth-child(3n) {
  margin-right: 0;
}
.videoitem li h4 {
  text-align: center;
  margin-top: 20px;
  line-height: 1.5em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3em;
}
.videoitem li:hover .aniimg img {
  transform: scale(1.1);
}
.videoitem li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}

.videoitembox .videoitem-row:nth-child(2n) {
  background: #F1F8FF;
}

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

.tactcon {
  align-items: initial;
  margin-top: 50px;
}

.contact-left {
  width: 32%;
  box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.2);
  padding: 20px 45px;
  box-sizing: border-box;
}
.contact-left li {
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0;
  padding-left: 50px;
  position: relative;
}
.contact-left li:last-child {
  border-bottom: 0 none;
}
.contact-left li img {
  width: 25px;
  position: absolute;
  left: 10px;
  top: 18px;
}
.contact-left li h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.contact-left li a {
  font-size: 16px;
  display: block;
}
.contact-left li a i {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}
.contact-left li a b {
  color: #BD1D21;
  font-size: 24px;
}
.contact-left li a:hover {
  opacity: 0.85;
}
.contact-left li p {
  font-size: 15px;
}

.tactmap {
  width: 65%;
  box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.2);
}
.tactmap iframe {
  width: 100%;
  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: 100px 0;
  background: url(../images/searchbg.jpg) no-repeat;
  background-size: 100% 100%;
}
.searchtop h2 {
  text-align: center;
}
.searchtop h2 span {
  color: #FFF;
  font-weight: bold;
  font-size: 36px;
  display: inline-block;
  position: relative;
}
.searchtop h2 span::before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  left: -240px;
  top: 50%;
  opacity: 0.5;
}
.searchtop h2 span::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  right: -240px;
  top: 50%;
  opacity: 0.5;
}

.searchinput {
  width: 50%;
  margin: 50px auto 0;
  height: 50px;
  background: #FFFFFF;
  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;
  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;
}
.pcshow{
  display: block;
}
.mshow{
  display: none;
}
.mlistnav {
  display: none;
}
@media screen and (max-width: 1500px) {

  .banner .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
  }
  .epcnav-h1 h1{
    font-size: 32px;
  }
  .epctit h2{
    font-size: 26px;
  }
  .epc-opertteam .pic img{
    margin-left: 0;
    width: 55%;
  }
  .prorow-item dl dt h2{
    font-size: 24px;
    line-height: 1.2em;
  }
  .prorow-item dl dd h4{
    font-size: 16px;
  }
  .titbox h2{
    font-size: 32px;
  }
  .show-topcase .show-toppic{
    width: 30%;
  }
}