  @charset "UTF-8";
.protop {
  padding: 0 45px 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
}
.protop:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  top: 76px;
  left: 0;
}

.protoppic {
  width: 40.8%;
  float: left;
  padding-top: 10px;
  position: relative;
}
.protoppic .aniimg img {
  border-radius: 6px;
}
.protoppic i {
  display: block;
  position: absolute;
  right: 36px;
  top: 0;
  width: 75px;
}

.protoptxt {
  float: right;
  width: 54%;
}
.protoptxt h4 {
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 70px;
}
.protoptxt h4::after {
  content: "";
  margin-left: 14px;
  display: inline-block;
  background: url(/static/index/images/right.png) no-repeat center center #BD1D21;
  -o-background-size: 8px 14px;
     background-size: 8px 14px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.protoptxt p {
  font-size: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 5.1em;
  overflow: hidden;
}

.probtntxt {
  height: 30px;
  background: rgba(24, 35, 51, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.probtntxt h4 {
  color: #FFF;
  font-size: 15px;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.listtop-swiper-btn {
  position: absolute;
  width: 54%;
  right: 0;
  bottom: 50px;
  padding-right: 45px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.listtop-swiper-btn li {
  width: 28.7%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.listtop-swiper-btn .swiper-slide-thumb-active .probtntxt {
  height: 100%;
}

.protopbtn {
  width: 38%;
  position: absolute;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  left: 45px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 30px;
  padding-right: 50px;
  bottom: 86px;
}
.protopbtn .swiper-pagination {
  position: static;
  width: auto;
  margin: 0;
  text-align: left;
}
.protopbtn .swiper-pagination span {
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border-radius: 8px;
  opacity: 1;
  margin: 0 5px;
}
.protopbtn .swiper-pagination .swiper-pagination-bullet-active {
  width: 43px;
  background: #BD1D21;
}

.protopnext {
  width: 80px;
}
.protopnext .swiper-button-prev {
  position: static;
  margin: 0;
  width: 43.7%;
  height: 45px;
  background: url(/static/index/images/left.png) no-repeat center center rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.protopnext .swiper-button-prev:after {
  display: none;
}
.protopnext .swiper-button-prev:hover {
  background-color: #BD1D21;
}
.protopnext .swiper-button-next {
  position: static;
  margin: 0;
  width: 43.7%;
  height: 45px;
  background: url(/static/index/images/right.png) no-repeat center center rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.protopnext .swiper-button-next:after {
  display: none;
}
.protopnext .swiper-button-next:hover {
  background-color: #BD1D21;
}
.protopnext .swiper-button-disabled {
  opacity: 0.5;
}

.listtop-swiper-row li:hover h4 {
  color: #BD1D21;
}
.listtop-swiper-row li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}

.bluebg {
  background: #F0F6FD;
}

.proitemtxt {
  background: #FFFFFF;
  border-radius: 10px;
  margin-right: 15px;
  padding: 15px 20px;
  position: relative;
}
.proitemtxt p {
  font-size: 14px;
  position: relative;
  padding-left: 13px;
}
.proitemtxt p:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #BD1D21;
  border-radius: 50%;
  left: 0;
  top: 0.6em;
}
.proitemtxt span {
  position: absolute;
  display: block;
  width: 50px;
  height: 23px;
  background: #BD1D21;
  border-radius: 4px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: -8px;
  top: -11px;
}
.proitemtxt span img {
  width: 21px;
}

.proitem {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.proitem li {
  width: 22.2%;
  margin-right: 3.73%;
  margin-bottom: 42px;
}
.proitem li:nth-child(4n) {
  margin-right: 0;
}
.proitem li .aniimg {
  border-radius: 6px;
  position: relative;
}
.proitem li .aniimg h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  bottom: 0;
  background: rgba(24, 35, 51, 0.8);
}
.proitem li:hover .aniimg {
  opacity: 0.3;
}
.proitem li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}
.proitem li:hover span {
  background: #151D28;
}

.morebtn {
  width: 225px;
  height: 38px;
  text-align: center;
  background: #BD1D21;
  border-radius: 2px;
  line-height: 38px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #FFF;
}
.morebtn img {
  width: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -4px;
}
.morebtn:hover {
  background: #151D28;
}

.innewsbox {
  background: url(/static/index/images/qmjbg.jpg) no-repeat center top;
}

.innewscon {
  padding-left: 80px;
  padding-right: 80px;
  background: #FFF;
  border-radius: 40px;
  padding-bottom: 0;
  align-items: flex-start;
}

.newsitem {
  width: 28.3%;
}
.newsitem .aniimg {
  position: relative;
  z-index: 2;
}

.newstop {
  margin-bottom: 40px;
}
.newstop .aniimg {
  border-radius: 10px 0px 0px 0px;
}
.newstop:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}
.newstop:hover .newstoptxt {
  padding-right: 28px;
}

.newstoptxt {
  margin-left: 18px;
  background: #BD1D21;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 13px 0;
  padding-left: 40px;
  padding-right: 34px;
  z-index: 1;
  border-radius: 0px 0px 10px 0px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newstoptxt:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.newstoptxt:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: #BD1D21;
  left: 0;
  height: 120px;
  z-index: -1;
  top: -120px;
}
.newstoptxt h4 {
  font-size: 24px;
  color: #FFF;
  float: left;
  font-weight: bold;
}
.newstoptxt img {
  width: auto;
  display: block;
  float: right;
  width: 35px;
  margin-top: 10px;
}

.newshot li {
  padding-left: 35px;
  position: relative;
  line-height: 24px;
  margin-top: 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newshot li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #BD1D21;
  border-radius: 50%;
  top: 50%;
  left: 8px;
  margin-top: -4px;
}
.newshot li:nth-child(-n+3):before {
  content: "热";
  width: 26px;
  height: 24px;
  color: #FFF;
  line-height: 24px;
  text-align: center;
  background: #BD1D21;
  border-radius: 4px;
  top: 0;
  margin-top: 0;
  left: 0;
}
.newshot li a {
  font-size: 15px;
}
.newshot li a:hover {
  color: #BD1D21;
}

.changjia {
  position: relative;
  z-index: 1;
}
.changjia > img {
  width: 33.9%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}

.changjiacon {
  padding-left: 26.3%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 38px;
  padding-bottom: 348px;
}

.changjiapic {
  width: 47%;
}
.changjiapic h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
.changjiapic p {
  text-align: center;
  font-size: 15px;
  color: #4D4D4D;
}

.cjimg {
  border: 1px solid #D9D9D9;
}

.cjimg2 {
  border: 0 none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.cjimg2 img {
  width: 49%;
}

.changjiatxt {
  position: absolute;
  background: url(/static/index/images/cjpic4.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  width: 86.5%;
  right: 0;
  bottom: 0;
}
.changjiatxt .content {
  margin: 0;
  padding-top: 60px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 85px;
  padding-bottom: 50px;
  text-align: right;
}
.changjiatxt p {
  color: #FFF;
  font-size: 15px;
  text-align: left;
  line-height: 2em;
}
.changjiatxt a {
  font-size: 18px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  width: 374px;
  height: 47px;
  line-height: 47px;
  background: #BD1D21;
  border-radius: 4px;
  margin-top: 40px;
}
.changjiatxt a img {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
  margin-left: 15px;
}
.changjiatxt a:hover {
  background: #151D28;
}

.fahuolisttxt {
  margin-left: 40px;
  border-radius: 30px 0px 0px 0px;
  background: #FFF;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  padding: 30px;
  padding-right: 0;
}
.fahuolisttxt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fahuolisttxt p {
  font-size: 15px;
  line-height: 2.4em;
}

.fahuolist {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fahuolist li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.fahuolist li:nth-child(3n) {
  margin-right: 0;
}
.fahuolist li:hover h4 {
  color: #BD1D21;
}
.fahuolist li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}

.abouttabtxt {
  margin-top: 13px;
}
.abouttabtxt h4 {
  text-align: center;
}
.abouttabtxt h4:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/static/index/images/more.png) no-repeat;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -3px;
}

.abouttab {
  margin-top: 30px;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.abouttab li {
  width: 23%;
  position: relative;
}
.abouttab li:hover, .abouttab .abouttabact {
  padding-bottom: 37px;
}
.abouttab li:hover .abouttabtxt, .abouttab .abouttabact .abouttabtxt {
  margin-top: 0;
  position: absolute;
  background: rgba(24, 35, 51, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  bottom: 37px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.abouttab li:hover .abouttabtxt:before, .abouttab .abouttabact .abouttabtxt:before {
  content: "";
  display: block;
  left: 18px;
  top: 13px;
  right: 18px;
  bottom: 13px;
  border: 1px solid #FFF;
  position: absolute;
  background: rgba(255, 255, 255, 0.13);
  border-top: 6px solid #BD1D21;
}
.abouttab li:hover .abouttabtxt:after, .abouttab .abouttabact .abouttabtxt:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #BD1D21 transparent transparent transparent;
  right: 32px;
  top: 16px;
}
.abouttab li:hover .abouttabtxt h4, .abouttab .abouttabact .abouttabtxt h4 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
.abouttab li:hover .abouttabtxt h4:before, .abouttab .abouttabact .abouttabtxt h4:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #FFFFFF;
  left: -40px;
  top: 50%;
}
.abouttab li:hover .abouttabtxt h4::after, .abouttab .abouttabact .abouttabtxt h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #FFFFFF;
  right: -40px;
  top: 50%;
  margin: 0;
}

.gsjsbox {
  padding-left: 20px;
  position: relative;
}
.gsjsbox > p {
  width: 46%;
  padding: 50px 0;
  margin-left: 54%;
}

.aboutlist {
  width: 47.5%;
  position: absolute;
  left:20px;
  text-align: center;
}
.aboutlist li {
  width: 48.8%;
  background: #BD1D21;
  float: left;
  margin-bottom: 12px;
  padding: 30px 0;
}
.aboutlist li img {
  width: 38px;
  margin: 0 auto;
}
.aboutlist li h4 {
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1em;
  padding-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #FFF;
}
.aboutlist li p {
  font-size: 16px;
  color: #FFF;
  text-align: center;
}

.aboutepctxt {
  width: 60.6%;
}
.aboutepctxt p {
  margin-bottom: 1.5em;
}

.aboutepc {
  position: relative;
}
.aboutepc:before {
  content: "";
  display: block;
  width: 39.7%;
  background: url(/static/index/images/aboutpic3.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
}
.aboutepc > img {
  width: 60.3%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.aboutepctxt {
  float: left;
  padding-top: 30px;
}

.aboutepclist {
  padding: 20px 0;
  float: right;
  margin-right: 40px;
}
.aboutepclist li {
  padding-left: 135px;
  position: relative;
  padding: 15px 0;
  padding-left: 135px;
  margin: 50px 0;
}
.aboutepclist li i {
  display: block;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  width: 100px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
}
.aboutepclist li h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
  color: #FFF;
}
.aboutepclist li h5 {
  display: inline-block;
  background: #BD1D21;
  font-size: 18px;
  padding: 0 8px;
  color: #FFF;
}

.qywhpic {
  width: 50%;
}

.qywhlist {
  width: 45.3%;
}
.qywhlist li {
  margin: 40px 0;
}
.qywhlist h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.qywhlist h4 img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 20px;
}

.fzlsbox li {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  position: relative;
}
.fzlsbox li span {
  font-size: 266px;
  color: rgba(242, 242, 242, 0.7);
  font-weight: bold;
  z-index: -1;
  position: absolute;
  top: 0px;
  line-height: 1em;
  right: 140px;
}

.fzlspic {
  width: 38.8%;
}

.fzlstxt {
  width: 54.5%;
  position: relative;
  z-index: 1;
  padding-right: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: auto;
  margin-top: 20px;
  max-height: 410px;
}
.fzlstxt h4 {
  color: #BD1D21;
  font-weight: bold;
  font-size: 24px;
}
.fzlstxt p {
  margin-bottom: 35px;
  font-size: 15px;
}
.fzlstxt::-webkit-scrollbar {
  width: 2px;
  height: 14px;
}
.fzlstxt::-webkit-scrollbar-track {
  background: #ccc;
}
.fzlstxt::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  background-color: #BD1D21;
  width: 4px;
}
.fzlstxt::-webkit-scrollbar-corner {
  background: transparent;
}
.fzlstxt::-webkit-scrollbar-track:hover {
  background: #ccc;
}

.fzls-btn {
  position: relative;
}
.fzls-btn .swiper-button-prev {
  width: 49px;
  height: 73px;
  background: url(/static/index/images/fzlsl.png) no-repeat center center #F2F2F2;
  opacity: 1;
  top: -20px;
  margin: 0;
  left: 55px;
}
.fzls-btn .swiper-button-prev::after {
  display: none;
}
.fzls-btn .swiper-button-prev:hover {
  background: url(/static/index/images/fzlslact.png) no-repeat center center #BD1D21;
}
.fzls-btn .swiper-button-next {
  width: 49px;
  height: 73px;
  background: url(/static/index/images/fzlsr.png) no-repeat center center #F2F2F2;
  opacity: 1;
  top: -20px;
  margin: 0;
  right: 55px;
}
.fzls-btn .swiper-button-next::after {
  display: none;
}
.fzls-btn .swiper-button-next:hover {
  background: url(/static/index/images/fzlsract.png) no-repeat center center #BD1D21;
}
.fzls-btn .swiper {
  width: 78.6%;
  margin-top: 70px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
}
.fzls-btn .swiper::before {
  content: "";
  display: block;
  height: 4px;
  background: #ABAEB0;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
}
.fzls-btn li {
  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;
  -moz-box-sizing: border-box;
       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%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-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;
}

.honortxt p {
  margin-bottom: 2em;
  font-size: 15px;
}

.honor-six li {
  border: 1px solid #E6E6E6;
  width: 14.8%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 7px 5px;
}

.fzls-btn .swiper-slide-thumb-active {
  font-size: 20px;
}

.fzls-btn .swiper-button-next {
  width: 30px;
  height: 50px;
  -o-background-size: 30px 50px;
     background-size: 30px 50px;
  top: -11px;
  right: 0;
}
.fzls-btn .swiper-button-next:hover {
  -o-background-size: 30px 50px;
     background-size: 30px 50px;
}

.fzls-btn .swiper-button-prev {
  width: 30px;
  height: 50px;
  -o-background-size: 30px 50px;
     background-size: 30px 50px;
  top: -11px;
  left: 0;
}
.fzls-btn .swiper-button-prev:hover {
  -o-background-size: 30px 50px;
     background-size: 30px 50px;
}

.honor-four {
  margin-top: 25px;
}
.honor-four li {
  border: 1px solid #E6E6E6;
  width: 23%;
}

.honor-five {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.honor-five li {
  width: 17.9%;
  margin-bottom: 30px;
}
.honor-five li h4 {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 1.5em;
  min-height: 3em;
}

.honorpic {
  border: 1px solid #E6E6E6;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.gsrypic img {
  width: 23.6%;
  margin-bottom: 20px;
}

.gsrypic2 img {
  width: 18.4%;
}

.jssltxt p {
  font-size: 15px;
}

.jsslrow {
  background: url(/static/index/images/jsslbg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  margin-top: 50px;
}

.jsslrow-swiper {
  position: relative;
}
.jsslrow-swiper .swiper {
  overflow: visible;
}

.jsslrowtxt {
  float: left;
  width: 43.7%;
  margin-top: 20px;
}

.jsslrowpic {
  float: right;
  width: 50.2%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 2px solid #FFFFFF;
}

.jsslrowcon {
  background: #FFF;
  margin-right: -379px;
  padding: 70px 0 0 57px;
  padding-right: 379px;
  padding-bottom: 75px;
  position: relative;
  z-index: -1;
}
.jsslrowcon:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 74px;
  background: #BD1D21;
  bottom: 75px;
  left: -40px;
}
.jsslrowcon p {
  min-height: 8.5em;
}
.jsslrowcon h5 {
  height: 74px;
  margin-top: 70px;
  background: #BD1D21;
  margin-left: -57px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 26px;
}
.jsslrowcon h5 span {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}

.jsslrowtit {
  padding-left: 85px;
  position: relative;
  margin-bottom: 50px;
}
.jsslrowtit:before {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 34px;
  background: #BD1D21;
  left: 0;
  top: 0;
}
.jsslrowtit h3 {
  font-size: 36px;
  color: #FFF;
  font-weight: bold;
  line-height: 1em;
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
  padding-right: 9px;
}
.jsslrowtit h3 span {
  display: inline-block;
  color: #FFF;
  margin-left: 15px;
  padding-left: 20px;
  font-size: 24px;
  position: relative;
}
.jsslrowtit h3 span::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 61px;
  background: #FFFFFF;
  left: 0;
  top: 0;
}
.jsslrowtit h3 span:after {
  content: "";
  position: absolute;
  display: block;
  width: 51px;
  height: 3px;
  background: #FFFFFF;
  bottom: -17px;
  left: -24px;
}

.jsslbtnbox {
  position: absolute;
  position: absolute;
  left: 65.5%;
  bottom: 10px;
  z-index: 6;
}
.jsslbtnbox .swiper-pagination {
  position: static;
  margin: 0;
  text-align: left;
  margin-top: 6px;
  padding-left: 10px;
}
.jsslbtnbox .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #CCCCCC;
  border-radius: 50%;
  opacity: 1;
}
.jsslbtnbox .swiper-pagination .swiper-pagination-bullet-active {
  background: #BD1D21;
}

.jsslrowbtn {
  width: 147px;
  height: 50px;
}
.jsslrowbtn .swiper-button-prev {
  position: static;
  margin: 0;
  width: 50%;
  background: url(/static/index/images/jssll.png) no-repeat center center #151D28;
  opacity: 1;
}
.jsslrowbtn .swiper-button-prev::after {
  display: none;
}
.jsslrowbtn .swiper-button-prev:hover {
  opacity: 0.9;
}
.jsslrowbtn .swiper-button-next {
  position: static;
  margin: 0;
  width: 50%;
  background: url(/static/index/images/jsslr.png) no-repeat center center #BD1D21;
  opacity: 1;
}
.jsslrowbtn .swiper-button-next::after {
  display: none;
}
.jsslrowbtn .swiper-button-next:hover {
  opacity: 0.9;
}

.youshitxt {
  width: 61.7%;
}
.youshitxt h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.youshitxt h5 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 34px;
  position: relative;
}
.youshitxt h5:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #BD1C21;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: -8px;
  position: absolute;
}
.youshitxt p {
  font-size: 15px;
  color: #4D4D4D;
  margin-bottom: 30px;
}

.youshipic {
  width: 30.5%;
  position: relative;
  z-index: 1;
}
.youshipic:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  border: 1px solid #CCC;
  top: -20px;
  bottom: -20px;
  left: 20px;
  z-index: -1;
}

/* .youshi:nth-child(2n) {
  background: #EFF6FC;
} */

.youshi:first-child {
  padding-top: 0;
}

.youshi:last-child {
  padding-bottom: 0;
}

.teamtab {
  text-align: center;
}
.teamtab li {
  display: inline-block;
  height: 68px;
  line-height: 68px;
  background: #F2F2F2;
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  padding: 0 80px;
  margin: 0 22px;
  cursor: pointer;
}
.teamtab .teamtabact {
  background: #BD1D21;
  color: #FFF;
}

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

.teambox {
  margin-top: 50px;
}

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

.teampic {
  width: 38.6%;
}

.teamtxt {
  width: 58%;
}
.teamtxt h4 {
  font-size: 18px;
  font-weight: bold;
}
.teamtxt p {
  font-size: 15px;
  margin-top: 1.5em;
}

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

.prolist {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.prolist li {
  width: 21.5%;
  margin-left: 3.1%;
  background: #EFF6FC;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.prolist li:first-child {
  margin-left: 0;
  width: 26.2%;
}
.prolist li:first-child .aniimg {
  width: 87%;
  margin: 0 auto;
}
.prolist li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 369px 173px 0;
  border-color: transparent #FFF transparent transparent;
}
.prolist li:first-child h4 {
  color: #BD1D21;
  font-weight: bold;
}
.prolist li:first-child:after {
  display: none;
}
.prolist li:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 23px;
  background: url(/static/index/images/jt.png) no-repeat center center #BD1D21;
  -o-background-size: 21px 11px;
     background-size: 21px 11px;
  border-radius: 4px;
  right: 20px;
  bottom: 40px;
}
.prolist li .aniimg {
  border-radius: 4px;
}
.prolist li h4 {
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  text-align: center;
}
.prolist li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 0.36;
}
.prolist li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}
.prolist li:hover:after {
  background-color: #151D28;
}

.prolistbox:nth-child(2n+1) {
  background: #EFF6FC;
}
.prolistbox:nth-child(2n+1) li {
  background: #FFF;
}
.prolistbox:nth-child(2n+1) li:first-child:before {
  border-color: transparent #EFF6FC transparent transparent;
}

.proall {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.proall li {
  margin-bottom: 50px;
  width: 16.66%;
}
.proall li img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.proall li h4 {
  text-align: center;
  margin-top: 10px;
}
.proall li:hover img {
  opacity: 0.34;
}
.proall li:hover h4 {
  color: #BD1D21;
}

.prodistxt {
  width: 63.2%;
}
.prodistxt h4 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 38px;
  margin-bottom: 20px;
  position: relative;
}
.prodistxt h4:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/static/index/images/dh.png) no-repeat;
  width: 22px;
  height: 22px;
  -o-background-size: cover;
     background-size: cover;
  left: 0;
  top: 0.3em;
}
.prodistxt p {
  padding-left: 38px;
  margin-bottom: 50px;
}
.prodistxt a {
  font-size: 18px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  width: 374px;
  height: 47px;
  line-height: 47px;
  background: #BD1D21;
  border-radius: 4px;
}
.prodistxt a img {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
  margin-left: 15px;
}
.prodistxt a:hover {
  background: #151D28;
}

.prodispic {
  width: 28.4%;
}
.prodispic img {
  margin: 36px 0;
}

.prorow {
  padding-bottom: 20px;
}

.prorowlist {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.prorowlist li {
  border-radius: 4px;
  width: 22.6%;
  margin-bottom: 50px;
  background: #EFF6FC;
  position: relative;
  margin-right: 3.2%;
}
.prorowlist li:nth-child(4n) {
  margin-right: 0;
}
.prorowlist li .aniimg {
  border-radius: 4px;
}
.prorowlist li h4 {
  font-size: 15px;
  text-align: center;
  line-height: 50px;
  height: 50px;
}
.prorowlist li:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 23px;
  background: url(/static/index/images/jt.png) no-repeat center center #BD1D21;
  -o-background-size: 21px 11px;
     background-size: 21px 11px;
  border-radius: 4px;
  bottom: 44px;
  display: block;
  right: 20px;
}
.prorowlist li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 0.3;
}
.prorowlist li:hover h4 {
  font-weight: bold;
  color: #BD1D21;
}

.bluebg .prorowlist li {
  background: #FFF;
}

.detailcon {
  float: left;
  width: 72.4%;
}

.detailcontop h1 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.detailcontop img {
  display: block;
  max-width: 100%;
  margin: 0 auto 40px;
  width: auto;
}
.detailcontop p {
  padding-left: 85px;
  position: relative;
  font-size: 15px;
  line-height: 2em;
}
.detailcontop p b {
  color: #BD1D21;
  position: absolute;
  left: 0;
  font-size: 16px;
}

.detailchat {
  border: 1px solid #BD1D21;
  position: relative;
  padding: 14px 33px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 50px;
}
.detailchat .chatcode {
  position: absolute;
  right: 25px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 12px;
  background: #fff;
  top: -27px;
  width: 13.2%;
}
.detailchat .chatcode img {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.13);
}
.detailchat .chatcode p {
  text-align: center;
  font-size: 13px;
  margin-top: 8px;
}

.detailchat-phone span {
  color: #FFF;
  font-size: 15px;
  background: url(/static/index/images/phonebg.png) no-repeat;
  display: inline-block;
  padding-top: 21px;
  padding-left: 45px;
  padding-right: 35px;
  margin-bottom: 10px;
}
.detailchat-phone a {
  font-size: 30px;
  color: #BD1D21;
  padding-left: 15px;
  font-weight: bold;
  display: block;
}
.detailchat-phone a:hover {
  opacity: 0.85;
}

.detailchat-con p {
  font-size: 15px;
  text-align: center;
}

.chatbtn {
  text-align: center;
  margin-top: 20px;
}
.chatbtn a {
  width: 180px;
  height: 34px;
  line-height: 34px;
  background: #BD1D21;
  border-radius: 17px;
  display: inline-block;
  color: #FFF;
  margin: 0 9px;
}
.chatbtn a img {
  width: 15px;
  display: inline-block;
  margin-right: 9px;
}
.chatbtn a:hover {
  background: #151D28;
}

.article > h4, .article > h2 ,.solutions-h{
  font-size: 24px;
  font-weight: bold;
  padding-top: 12px;
  background: url(/static/index/images/titbg.png) no-repeat left top;
  margin-bottom: 30px;
}
.article p {
  margin-bottom: 2em;
  font-size: 15px;
}
.article p > img {
  width: auto;
  display: block;
  max-width: 100%;
  margin: 30px auto;
}
.article > img,.article img {
  width: auto;
  display: block;
  max-width: 100%;
  margin: 30px auto;
}
.article h5 {
  font-size: 18px;
  font-weight: bold;
  color: #BD1D21;
  margin-bottom: 2em;
}
.article .prorowlist li {
  width: 30.6%;
  margin-right: 4.1%;
}
.article .prorowlist li:nth-child(3n) {
  margin-right: 0;
}
.article .caserowlist {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.article .caserowlist li {
  width: 30.2%;
  margin-right: 4.7%;
  margin-bottom: 30px;
}
.article .caserowlist li:nth-child(3n) {
  margin-right: 0;
}
.article .caserowlist li .aniimg {
  border-radius: 4px;
}
.article .caserowlist li h4 {
  font-size: 15px;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 20px;
}
.article .caserowlist li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 0.3;
}
.article .caserowlist li:hover h4 {
  color: #BD1D21;
}

.article table {
  text-align: center;
  font-size: 15px;
  border-spacing: 0;
  border-collapse: collapse;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  color: #666666 !important;
}

.article table td {
  line-height: 1.5em;
  width: auto;
  padding: 5px;
}

.article table tr:first-child {
  background: #bc1c21;
  color: #fff;
}

.article table th {
  font-weight: bold;
  background-color: #bc1c21 !important;
  color: #fff;
  border-top: none;
  padding: 20px 0;
}

.article table th:first-child {
  border-left: none;
}

.article table th, .article table td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 14px;
}

.side {
  float: right;
  width: 20%;
}

.siderow {
  border: 1px solid #E6E6E6;
  border-top: 0 none;
  border-radius: 6px;
  margin-bottom: 40px;
}
.siderow h3 {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background: #BD1D21;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.siderow ul {
  padding: 0 20px;
}
.siderow .sidenews {
  padding-top: 15px;
  padding-bottom: 15px;
}
.siderow .sidenews li {
  padding: 20px 0;
  border-bottom: 1px solid #F6F6F6;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.siderow .sidenews li a {
  font-size: 15px;
}
.siderow .sidenews li:last-child {
  border: 0 none;
}
.siderow .sidenews li:hover a {
  color: #BD1D21;
}

.hotpro li {
  padding: 15px 0;
  border-bottom: 1px solid #F6F6F6;
}
.hotpro li a {
  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;
}
.hotpro li:last-child {
  border: 0 none;
}
.hotpro li .aniimg {
  padding: 9px 0;
  width: 26.2%;
  border: 1px solid #F2F2F2;
  border-radius: 6px;
}
.hotpro li h4 {
  width: 59%;
  position: relative;
}
.hotpro li h4:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  background: url(/static/index/images/more1.png) no-repeat;
  border-radius: 50%;
  -o-background-size: cover;
     background-size: cover;
  right: 4px;
  top: 50%;
  margin-top: -7px;
}
.hotpro li:hover .aniimg img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.hotpro li:hover h4 {
  color: #BD1D21;
}
.hotpro li:hover h4::after {
  background: url(/static/index/images/more.png) no-repeat;
}

.sidemore {
  display: block;
  height: 34px;
  line-height: 34px;
  color: #FFF;
  text-align: center;
  background: #BD1D21;
  border: 1px solid #E6E6E6;
  border-radius: 17px;
  width: 66.6%;
  margin: 0 auto -17px;
}
.sidemore:hover {
  background: #151D28;
}

.proside {
  margin-top: 40px;
}
.proside li {
  margin-bottom: 30px;
}
.proside li .aniimg {
  border-radius: 4px;
}
.proside li h4 {
  font-size: 15px;
  text-align: center;
  margin-top: 14px;
}
.proside li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}
.proside li:hover h4 {
  color: #BD1D21;
}

.caseslist {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.caseslist li {
  width: 30%;
  margin-right: 5%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #E6E6E6;
}
.caseslist li:nth-child(3n) {
  margin-right: 0;
}
.caseslist li .aniimg img{
  height: 100%;
  width: auto;
  min-width: 100%;
}
.caseslist li h4 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 28px;
  margin-bottom: 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.caseslist li h4::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #BD1D21;
  border-radius: 3px;
  position: absolute;
  left: 5px;
  top: 0.6em;
}
.caseslist li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 0.3;
}
.caseslist li:hover h4 {
  color: #BD1D21;
}

.casetxt {
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.7em;
  max-height: 8.5em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.casetxt b, .casetxt p {
  font-size: 15px;
}

.zxf_pagediv {
  text-align: right;
}
.zxf_pagediv a, .zxf_pagediv span {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: #4D4D4D;
  border: 1px solid #E6E6E6;
  padding: 0 12px;
  margin: 0 5px;
}
.zxf_pagediv a:hover, .zxf_pagediv .current {
  border-color: #BD1D21;
  color: #fff;
  background: #BD1D21;
}

.detail-date {
  text-align: center;
}
.detail-date span {
  display: inline-block;
  color: #666666;
  font-size: 15px;
  margin: 0 10px;
}

.news-article h3 {
  font-size: 24px;
  color: #BD1D21;
  padding-left: 17px;
  line-height: 1em;
  font-weight: bold;
  border-left: 20px solid #BD1D21;
  margin-bottom: 30px;
}

.article p a{
    color:#136ec2;
}

.nextnews {
  border-top: 1px solid #EFF6FC;
  border-bottom: 1px solid #EFF6FC;
  padding: 30px 0;
  margin-bottom: 70px;
}
.nextnews li {
  line-height: 40px;
  overflow: hidden;
}
.nextnews li span {
  font-weight: bold;
  line-height: 40px;
  display: block;
  float: left;
}
.nextnews li a {
  display: block;
  float: left;
  line-height: 40px;
  max-width: 90%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nextnews li:hover a {
  color: #BD1D21;
}

.related-news {
  position: relative;
}
.related-news:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #E6E6E6;
  left: 48%;
  top: 8px;
  bottom: 8px;
}
.related-news li {
  width: 45%;
  line-height: 48px;
  position: relative;
  padding-left: 16px;
}
.related-news li a {
  font-size: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.related-news li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #BD1D21;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.related-news li:hover a {
  color: #BD1D21;
}

.siderow .sidetags {
  padding-top: 27px;
  padding-bottom: 27px;
}
.siderow .sidetags li {
  width: 47.5%;
  height: 22px;
  line-height: 22px;
  background: #EFF6FC;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 2px;

}
.siderow .sidetags li a {
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.siderow .sidetags li:hover {
  background: #BD1D21;
}
.siderow .sidetags li:hover a {
  color: #FFF;
}

.hotnews {
  width: 43%;
  position: relative;
}
.hotnews li:hover .hotnews-txt {
  background: #BD1D21;
}
.hotnews li .aniimg img{
  height: 100%;
  width: auto;
  min-width: 100%;
}
.hotnews li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}

.hotnews-txt {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  padding: 18px 28px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.hotnews-txt h4 {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hotnews-txt p {
  font-size: 15px;
  color: #E6E6E6;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.4em;
  overflow: hidden;
}

.hotnewsbtn {
  position: absolute;
  left: 0;
  top: 0;
  background: #BD1D21;
  z-index: 5;
  padding: 10px 20px;
  width: 38.4%;
}

.swiper-num {
  font-size: 23px;
  color: #F4F7FC;
  line-height: 35px;
  font-family: Arial;
}
.swiper-num .active {
  font-size: 35px;
}

.hotnewsbtn-r .swiper-button-next, .hotnewsbtn-r .swiper-button-prev, .hotnewsbtn-r .swiper-pagination {
  position: static;
  margin: 0;
}
.hotnewsbtn-r .swiper-button-next:after, .hotnewsbtn-r .swiper-button-prev:after, .hotnewsbtn-r .swiper-pagination:after {
  display: none;
}
.hotnewsbtn-r .swiper-button-next {
  background: url(/static/index/images/right.png) no-repeat center center;
  -o-background-size: 11px 20px;
     background-size: 11px 20px;
}
.hotnewsbtn-r .swiper-button-prev {
  background: url(/static/index/images/left.png) no-repeat center center;
  -o-background-size: 11px 20px;
     background-size: 11px 20px;
}
.hotnewsbtn-r .swiper-pagination {
  width: auto;
}
.hotnewsbtn-r .swiper-pagination span {
  width: 9px;
  height: 9px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: none;
  opacity: 1;
  margin: 0 5px;
}
.hotnewsbtn-r .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}

.hotnewslist {
  width: 54.3%;
}

.hotnewslist li {
  overflow: hidden;
  position: relative;
  z-index: 6;
  line-height: 50px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.hotnewslist li h4 {
  float: left;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  max-width: 82%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hotnewslist li h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  background: #BD1D21;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
}
.hotnewslist li span {
  float: right;
  font-size: 15px;
  color: #666;
}

.qmjnews li {
  padding-left: 90px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EAF3F9;
}
.qmjnews li:last-child {
  border-bottom: 0 none;
}
.qmjnews li h4 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-right: 120px;
}
.qmjnews li h4 span {
  position: absolute;
  width: 101px;
  height: 29px;
  background: #182331;
  border-radius: 4px;
  text-align: center;
  line-height: 29px;
  color: #FFF;
  font-size: 15px;
  font-weight: normal;
  right: 0;
}
.qmjnews li h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 2px;
  background: #BD1D21;
  left: 0;
  bottom: 0;
}
.qmjnews li:hover h4 {
  color: #BD1D21;
}
.qmjnews li:hover h4 span {
  background: #BD1D21;
}

.qmjdate {
  position: absolute;
  left: 0;
  top: 0;
}
.qmjdate b {
  display: block;
  width: 55px;
  height: 45px;
  background: #BD1D21;
  font-size: 30px;
  color: #FFF;
  text-align: center;
  line-height: 45px;
  font-weight: normal;
  border-radius: 4px;
  margin-bottom: 5px;
}
.qmjdate span {
  font-size: 15px;
  color: #4D4D4D;
}

/*solutions*/
.solulist li {
  width: 47.5%;
  padding: 40px 0;
  border-top: 1px solid #F2F2F2;
}
.solulist li:nth-child(1), .solulist li:nth-child(2) {
  border: 0 none;
  padding-top: 0;
}
.solulist li h4 {
  font-size: 24px;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.solulist li h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #BD1D21;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.solulist li .aniimg {
  width: 45%;
}
.solulist li:hover h4 {
  color: #BD1D21;
}
.solulist li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 0.2;
}
.solulist li:hover span {
  background: #182331;
}

.solulisttxt {
  width: 47.4%;
}
.solulisttxt p {
  font-size: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: 8.5em;
  overflow: hidden;
}
.solulisttxt span {
  margin-top: 23px;
  display: block;
  width: 101px;
  height: 29px;
  line-height: 29px;
  background: #BD1D21;
  border-radius: 4px;
  font-size: 15px;
  text-align: center;
  color: #FFF;
}

.siderow .sidecases li {
  white-space: normal;
  padding: 15px 0;
}
.siderow .sidecases li a {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.4em;
  overflow: hidden;
}

ul.sidepro {
  padding-top: 15px;
  padding-bottom: 15px;
}
ul.sidepro li {
  padding: 15px 0;
  border-bottom: 1px solid #F6F6F6;
  padding-right: 15px;
  background: url(/static/index/images/more1.png) no-repeat right center;
}
ul.sidepro li:last-child {
  border: 0 none;
}
ul.sidepro li a {
  font-size: 15px;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
ul.sidepro li:hover {
  background-image: url(/static/index/images/more.png);
}
ul.sidepro li:hover a {
  color: #BD1D21;
  font-weight: bold;
}

.solutions-g h4 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px;
  margin-bottom: 10px;
  position: relative;
}
.solutions-g h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #BD1D21;
  border-radius: 50%;
  margin-top: -3px;
}

.tablebox {
  margin-bottom: 30px;
}

.cggylist {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cggylist li {
  width: 23.3%;
  margin-right: 2.26%;
}
.cggylist li:nth-child(4n) {
  margin-right: 0;
}
.cggylist li .aniimg {
  border-radius: 4px;
}
.cggylist li h4 {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}
.cggylist li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 0.5;
}
.cggylist li:hover h4 {
  color: #BD1D21;
}

/*solutions----end*/
/*contact*/
#dituContent {
  height: 670px;
}

#dituContent img {
  width: auto;
  display: inline-block;
  max-width: initial;
}

.contactbox {
  padding-top: 1px;
}

.contactleft {
  width: 47.2%;
}

.contacttit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.contacttit p {
  font-size: 15px;
  margin-top: 1.5em;
}

.contacttit h2 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1em;
  margin-top: -0.8em;
}

.contacttit span {
  font-size: 48px;
  font-weight: bold;
  display: none;
  opacity: 0.1;
  color: #bc1c21;
  text-transform: uppercase;
}

.contactright {
  width: 44.8%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
}

.contactright h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.contactright > p {
  font-size: 15px;
  color: #4d4d4d;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 35px;
}

.contactright .zxlybtn input[type=submit] {
  width: 47%;
  margin-right: 5%;
}

.contactleft .titbox h2, .contactleft .titbox span {
  text-align: left;
}

.contactright input, .contactright select, .contactright textarea {
  background: #f5f9fc;
  border: 0 none;
}

.contactright ul li.liuyandetail, .contactright ul li.zxlytextarea p {
  text-align: left;
  line-height: 28px;
  margin: 0;
  margin-top: 35px;
  margin-bottom: 20px;
}

.new-liuyan .zxlybtn input[type=reset] {
  margin-right: 0%;
  width: 47%;
}

.contacttxt ul {
  float: left;
  width: 66%;
}

.contacttxt ul li {
  margin-bottom: 60px;
}
.contacttxt ul li:last-child{
  margin-bottom: 0;
}

.contacttxt ul li span {
  display: block;
  margin-bottom: 25px;
}

.contacttxt ul li span img {
  float: left;
  margin-right: 10px;
  width: 20px;
}

.contacttxt ul li a {
  font-size: 24px;
  line-height: 1em;
  display: block;
}
.contacttxt ul li a:hover {
  opacity: 0.9;
}

.contacttxt ul li a strong {
  font-size: 48px;
  line-height: 1em;
  color: #bc1c21;
}

.contacttxt ul li p {
  font-size: 18px;
}

.contactcode {
  width: 26%;
}

.tactcode > img {
  width: 80%;
  margin: 0 auto;
}
.tactcode p {
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 35px;
}

.tacttactbtn {
  border-top: 1px solid rgba(204, 204, 204, 0.27);
  padding-top: 35px;
}

.tactzxly {
  width: 100%;
  height: 41px;
  line-height: 41px;
  background: #bd1d21;
  border-radius: 21px;
  font-size: 15px;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.tactzxly span {
  display: inline-block;
  background: url(/static/index/images/lianxi.png) no-repeat left center;
  padding-left: 25px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
  color: #FFF;
}

.tactzxzx {
  width: 100%;
  height: 41px;
  line-height: 41px;
  background: #bd1d21;
  border-radius: 21px;
  display: block;
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
  position: relative;
}

.tactzxzx > span {
  display: inline-block;
  background: url(/static/index/images/liuyan.png) no-repeat left center;
  padding-left: 25px;
  -o-background-size: 18px 18px;
  color: #FFF;
  background-size: 18px 18px;
}

.tacttactbtn a:hover {
  background-color: #151D28;
}

.model-liuyan {
  background: #EFF6FC;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.model-liuyan h4 {
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #BD1D21;
  padding-right: 10px;
}
.model-liuyan .liuyan ul li.zxlytextarea p {
  margin-top: 30px;
  margin-bottom: 20px;
}
.model-liuyan ul li.zxlysel {
  margin-top: 35px;
}

/*contact---------end*/
/*qiumoji*/
.qmjtxt {
  font-size: 15px;
  line-height: 1.8em;
}

.qmjlist li {
  padding: 30px 0;
  border-bottom: 1px solid #F2F2F2;
}
.qmjlist li .aniimg {
  width: 31%;
}
.qmjlist li:hover .aniimg img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}
.qmjlist li:hover h4 {
  color: #BD1D21;
}
.qmjlist li:hover span {
  background: #151D28;
}

.qmjlisttxt {
  width: 64%;
}
.qmjlisttxt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.qmjlisttxt p {
  font-size: 15px;
  color: #4D4D4D;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 5.1em;
  overflow: hidden;
}
.qmjlisttxt span {
  display: block;
  margin-top: 40px;
  width: 101px;
  height: 29px;
  line-height: 29px;
  background: #BD1D21;
  border-radius: 4px;
  text-align: center;
  color: #FFF;
  font-size: 15px;
}

.epcmopic {
  margin-top: 30px;
  position: relative;
}
.epcmopic ul {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 35%;
  top: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  right: 15%;
  padding: 50px 90px 0;
  bottom: 0;
}
.epcmopic ul li {
  position: relative;
  padding-left: 78px;
  margin-bottom: 40px;
}
.epcmopic ul li h4 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 10px;
}
.epcmopic ul li p {
  font-size: 15px;
  margin-top: 10px;
}
.epcmopic ul li i {
  display: block;
  position: absolute;
  width: 62px;
  height: 62px;
  border: 1px solid #BD1D21;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 6px;
  left: 0;
  top: 50%;
  margin-top: -31px;
  border-radius: 50%;
}
.epcmopic ul li i img {
  background: #BD1D21;
  border-radius: 50%;
}

.huibg {
  background: #F1F9FF;
}

.epcitem li {
  position: relative;
}
.epcitem li:nth-child(2n){
  flex-direction: row-reverse;
}
.epcitem li i {
  position: absolute;
  display: block;
  width: 84px;
  background: #BD1C21;
  font-weight: bold;
  color: #FFF;
  font-size: 48px;
  top: 0;
  left: 50%;
  margin-left: -42px;
  text-align: center;
  padding: 15px 0;
  font-style: normal;
  z-index: 3;
}

.epcitem li i:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 42px 0 42px;
  border-color: #BD1D21 transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -24px;
}

.epcitem li .aniimg {
  width: 50%;
}

.epcitemtxt {
  width: 42.5%;
}

.epcitemtxt h4 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}

.epcitemtxt span {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
}

.epcitemtxt p {
  font-size: 15px;
}

.epcitembtn {
  margin-top: 50px;
}

.epcitembtn a {
  width: auto;
  display: inline-block;
  padding: 0 15px;
  height: 38px;
  background: #2F3134;
  border-radius: 4px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  line-height: 38px;
  margin-right: 2%;
}
.epcitembtn a[href]:hover {
  background: #BD1D21;
}

.epcitembtn a img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}

.epcfuwu {
  padding: 64px 0 54px;
  background: url(/static/index/images/epcmobg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
  z-index: 2;
}
.epcfuwu:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  height: 100%;
  background: rgba(1, 23, 51, 0.9);
  width: 58.9%;
}

.epcfuwutxt {
  width: 48%;
}
.epcfuwutxt h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.epcfuwutxt p {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 20px;
}
.epcfuwutxt dl {
  position: relative;
  color: #FFF;
  margin-top: 58px;
  padding-left: 47px;
}
.epcfuwutxt dl dt {
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  left: 0;
  width: 1em;
  word-break: break-word;
  line-height: 0.8em;
  text-align: center;
  top: -0.5em;
}
.epcfuwutxt dl dd {
  line-height: 2.4em;
  color: #FFF;
  font-size: 15px;
  padding-left: 14px;
  position: relative;
}
.epcfuwutxt dl dd::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2em;
  margin-top: -3px;
}

.epcfuwupic {
  background: #FFF;
  width: 45.8%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 50px;
}

.epcfuwuleft {
  width: 57.3%;
}
.epcfuwuleft img {
  margin-bottom: 15px;
}

.epcfuwuright {
  width: 37.2%;
}
.epcfuwuright img {
  margin-bottom: 15px;
}

.epcxhtit {
  position: relative;
  margin-bottom: 40px;
}
.epcxhtit span {
  position: absolute;
  font-size: 76px;
  font-weight: bold;
  opacity: 0.11;
  line-height: 1em;
  left: 0;
  bottom: 20px;
  color: #BD1D21;
}
.epcxhtit h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  background: #BD1D21;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
}
.epcxhtit h3:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 20px;
  border-color: transparent transparent transparent #BD1D21;
  position: absolute;
  right: -20px;
  top: 0;
}

.epccasebox {
  margin-top: 50px;
}

.epccaselist {
  width: 52%;
 
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 48px;
  position: relative;
}
.epccaselist::before{
  content: '';
  width: 1px;
  display: block;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  background: #E6E6E6;
}
.epccaselist li {
  margin: 25px 0;
  padding-left: 20px;
  position: relative;
}
.epccaselist li::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #BD1D21;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  left: 0;
  top: 0.5em;
}
.epccaselist li h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.epccaselist li p {
  font-size: 15px;
  color: #4D4D4D;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3.4em;
}
.epccaselist li:hover h4 {
  color: #BD1D21;
}

.epccaserow {
  width: 44.2%;
}
.epccaserow li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.epccaserow li .aniimg {
  position: relative;
}
.epccaserow li .aniimg img{
        aspect-ratio: 265 / 177;
}
.epccaserow li .aniimg h4 {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(189, 29, 33, 0.8);
  padding: 0 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  padding-right: 24%;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.epccaserow li p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3.4em;
  font-size: 15px;
  margin-top: 30px;
}
.epccaserow .swiper-pagination {
  width: 20%;
  bottom: 100px;
  right: 25px;
  text-align: right;
  left: auto;
}
.epccaserow .swiper-pagination span {
  width: 11px;
  height: 11px;
  background: #FFFFFF;
  border-radius: 6px;
  opacity: 1;
  margin: 0 4px;
}
.epccaserow .swiper-pagination .swiper-pagination-bullet-active {
  width: 29px;
}
.epccaserow .swiper-button-next {
  background: url(/static/index/images/fzlsract.png) no-repeat center center rgba(0, 0, 0, 0.4);
  width: 27px;
  opacity: 1;
  height: 37px;
  -o-background-size: 33px 45px;
     background-size: 33px 45px;
  top: 40%;
}
.epccaserow .swiper-button-next::after {
  display: none;
}
.epccaserow .swiper-button-next:hover {
  background-color: #BD1D21;
}
.epccaserow .swiper-button-prev {
  background: url(/static/index/images/fzlslact.png) no-repeat center center rgba(0, 0, 0, 0.4);
  width: 27px;
  height: 37px;
  top: 40%;
  -o-background-size: 33px 45px;
     background-size: 33px 45px;
  opacity: 1;
}
.epccaserow .swiper-button-prev::after {
  display: none;
}
.epccaserow .swiper-button-prev:hover {
  background-color: #BD1D21;
}

.epc-team {
  background: url(/static/index/images/epcteambg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding-top: 100px;
  padding-bottom: 90px;
}
.epc-team .epcxhtit span {
  color: #FFF;
}
.epc-team .epcxhtit h3 {
  background: #FFF;
  color: #BD1D21;
}
.epc-team .epcxhtit h3:after {
  border-color: transparent transparent transparent #fff;
}
.epc-team p {
  color: #FFF;
  font-size: 15px;
}
.epc-team h4 {
  font-weight: bold;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  margin-top: 70px;
  margin-bottom: 20px;
}
.epc-team h5 {
  background: #BD1D21;
  line-height: 42px;
  height: 42px;
  border-radius: 21px;
  font-size: 24px;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 50px;
}
.epc-team .epc-teamtit {
  text-align: center;
}

.epc-teamlist {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  border-top: 2px solid #FFF;
  padding: 0;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 10%;
  margin-top: 140px;
  position: relative;
}
.epc-teamlist li {
  border-left: 2px solid #FFF;
  padding-left: 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  padding-top: 80px;
  width: 33%;
}
.epc-teamlist li span {
  width: 90px;
  height: 90px;
  background: #BD1D21;
  border-radius: 50%;
  display: block;
  font-size: 54px;
  font-weight: bold;
  position: absolute;
  color: #FFF;
  top: -45px;
  left: 27px;
  line-height: 90px;
}
.epc-teamlist li:first-child span{
  line-height: 82px;
}
.epc-teamlist li p {
  font-size: 16px;
  text-align: left;
}
.epc-teamlist li:last-child span {
  font-size: 38px;
}
.epc-teamlist li:nth-child(2) {
  position: absolute;
  top: -140px;
  height: 140px;
  left: 25%;
  padding-top: 25px;
}
.epc-teamlist li:nth-child(2) span {
  top: auto;
  bottom: -45px;
}
.epc-teamlist li:nth-child(4) {
  position: absolute;
  padding-top: 25px;
  top: -140px;
  height: 140px;
  right: 12%;
}
.epc-teamlist li:nth-child(4) span {
  top: auto;
  bottom: -45px;
}

.epc-caseleft {
  width: 45.4%;
  padding-top: 44px;
}
.epc-caseleft img {
  margin-top: 48px;
}

.epc-caseright {
  width: 53.4%;
}
.epc-caseright div img {
  width: 48.7%;
  margin-top: 20px;
}

.epc-bz {
  padding-top: 40px;
}
.epc-bz li {
  position: relative;
  padding-top: 28px;
  width: 22.8%;
  padding-bottom: 70px;
}
.epc-bz li h4 {
  height: 56px;
  top: 0;
  background: #BD1D21;
  position: absolute;
  min-width: 82%;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  line-height: 56px;
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.epc-bz li span {
  width: 60px;
  height: 60px;
  background: #BD1D21;
  border-radius: 50%;
  display: block;
  font-size: 36px;
  border: 10px solid #FFF;
  text-align: center;
  color: #FFF;
  margin: 0 auto;
  line-height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -40px;
}

.epc-bz1 {
  padding-left: 70px;
  border: 2px solid #BD1D21;
  border-right: 0 none;
  border-radius: 175px;
  border-top-right-radius: 0;
  z-index: 2;
  position: relative;
}
.epc-bz1:after {
  content: "";
  display: block;
  width: 200px;
  height: 80%;
  bottom: 0;
  background: #FFF;
  position: absolute;
  right: 0;
  z-index: -1;
}
.epc-bz1 li:nth-child(n+5) {
  display: none;
}

.epc-bz2 {
  padding-right: 70px;
  margin-top: -2px;
  padding-top: 70px;
  position: relative;
  margin-bottom: 100px;
}
.epc-bz2::before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #BD1D21;
  border-left: 0 none;
  border-radius: 175px;
  position: absolute;
  border-bottom-left-radius: 0;
  z-index: -1;
}
.epc-bz2:after {
  content: "";
  display: block;
  width: 200px;
  height: 80%;
  top: 0;
  background: #FFF;
  position: absolute;
  left: 0;
  z-index: -1;
}
.prorowlist li img,.caserowlist li img,.cggylist li img{
  margin: 0;
}
.prorowlist li img,.caserowlist li img{
  width: auto;
  min-width: 100%;
  height: 100%;
}
/*404*/
.fourtop {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
}

.fourtop h2 {
  font-size: 30px;
}

.fourtop img {
  width: auto;
  margin: 30px auto;
}

.fourbot {
  width: 87.5%;
  margin: 0 auto;
}

.fourbotleft {
  float: left;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 38%;
}

.fourbotleft h4 {
  font-size: 24px;
  font-weight: bold;
}

.fourbot {
  padding-top: 60px;
}

.fourbotleft ul {
  width: 50%;
}

.fourbotleft ul li {
  height: 50px;
  line-height: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #f0f7fb;
  margin-bottom: 20px;
  border-radius: 8px;
}

.fourbotleft ul li a {
  font-size: 16px;
  text-align: center;
  color: #4D4D4D;
  display: block;
}

.fourbotleft ul li:hover {
  background: #BD1D21;
}

.fourbotleft ul li:hover a {
  color: #FFF;
}

.fourbotleft p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.fourbotleft p a {
  font-weight: bold;
  color: #BD1D21;
}

.fourbotleft img {
  width: 42.5%;
  margin: 0 auto;
}

.fourbotleft span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.fourbotright {
  width: 36%;
  float: right;
}

@media (min-width: 1000px) {
  .hotnewslist li:hover {
    background: #BD1D21;
    line-height: 58px;
    margin-left: -80px;
    padding: 0 40px;
  }
  .hotnewslist li:hover h4 {
    color: #fff;
  }
  .hotnewslist li:hover h4::before {
    background-color: #FFF;
  }
  .hotnewslist li:hover span {
    color: #FFF;
  }
}
@media (max-width: 1500px) {
  .protoptxt h4 {
    font-size: 26px;
    margin-bottom: 55px;
  }
  .proitem li .aniimg h4 {
    font-size: 16px;
  }
  .newstoptxt h4 {
    font-size: 20px;
  }
  .newstoptxt img {
    margin-top: 6px;
    width: 30px;
  }
  .changjiatxt .content {
    padding: 50px 0 40px 70px;
  }
  .changjiatxt a {
    font-size: 16px;
  }
  .abouttab li:hover .abouttabtxt h4, .abouttab .abouttabact .abouttabtxt h4 {
    font-size: 16px;
  }
  .epcmopic ul li{
    margin-bottom: 30px;
  }
 
  .epcfuwutxt dl{
    margin-top: 30px;
  }
  .epccasebox{
    margin-top: 30px;
  }
  .epccaselist li{
    margin: 20px 0;
  }
  .epcfuwutxt dl dt{
    top: 0.2em;
  }
  .epcfuwutxt p{
    font-size: 16px;
  }
  .epcfuwutxt h3{
    line-height: 1em;
  }
  .epcmopic ul li h4{
    font-size: 30px;
  }
  .aboutlist li h4 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .aboutlist li img {
    width: 30px;
  }
  .aboutepclist li {
    margin: 25px 0;
    padding-left: 110px;
  }
  .aboutepclist{
    padding: 60px 0;
  }
  .aboutepclist li h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .aboutepclist li i {
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }
  .aboutepclist li h5 {
    font-size: 16px;
  }
  .qywhlist h4 {
    font-size: 20px;
  }
  .qywhlist h4 img {
    width: 26px;
    margin-right: 12px;
  }
  .titbox {
    margin-bottom: 40px;
  }
  .jsslrowtit h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .jsslrowtit h3 span {
    font-size: 20px;
  }
  .jsslrowtit h3 span:after {
    bottom: -12px;
  }
  .jsslrowcon {
    padding: 50px 0 50px 40px;
    padding-right: 379px;
  }
  .jsslrowcon h5 {
    margin-top: 40px;
    margin-left: -40px;
    height: 58px;
  }
  .jsslrowcon h5 span {
    font-size: 20px;
  }
  .jsslrowcon:before {
    height: 58px;
    bottom: 50px;
  }
  .jsslrowcon p {
    min-height: 10.2em;
  }
  .youshitxt h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .youshitxt h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .teamtab li {
    font-size: 20px;
    height: 58px;
    line-height: 58px;
  }
  .teamitem .swiper-button-prev {
    bottom: 100px;
  }
  .teamitem .swiper-button-next {
    bottom: 100px;
  }
  .team-row {
    margin-bottom: 50px;
  }
  .prodistxt h4 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 32px;
  }
  .prodistxt p {
    padding-left: 32px;
    margin-bottom: 30px;
  }
  .changjiacon {
    padding-left: 30.3%;
  }
  .fzlstxt {
    max-height: 315px;
  }
  .fzlstxt h4 {
    font-size: 20px;
  }
  .fzlstxt p {
    margin-bottom: 20px;
  }
  .detailchat-con {
    max-width: 62%;
  }
  .chatbtn a {
    width: 168px;
  }
  .article .caserowlist li h4 {
    margin-top: 15px;
  }
  .changjiatxt {
    width: 94%;
  }
  .fahuolisttxt {
    padding: 25px;
    border-radius: 25px 0 0 0;
  }
  .fahuolisttxt h4 {
    margin-bottom: 10px;
  }
  .fahuolisttxt p {
    line-height: 2em;
  }
  .hotnewsbtn {
    padding: 5px 15px;
  }
  .swiper-num {
    font-size: 20px;
  }
  .swiper-num .active {
    font-size: 30px;
  }
  .hotnewslist li {
    line-height: 45px;
  }
  .hotnewslist li:hover {
    line-height: 50px;
  }
  .qmjnews li h4 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .qmjdate b {
    font-size: 26px;
    width: 50px;
    height: 40px;
    line-height: 40px;
  }
  .news-article h3 {
    font-size: 22px;
  }
  .solulist li h4 {
    font-size: 20px;
  }
  .contacttit span, .contacttit h2 {
    font-size: 38px;
  }
  .contacttxt ul li a strong {
    font-size: 40px;
  }
  .contacttxt ul li span {
    margin-bottom: 20px;
  }
  .contactcode {
    width: 27%;
  }
  .liuyan {
    padding: 40px 30px;
  }
  .liuyan input, .liuyan select {
    margin-bottom: 5px;
  }
  .article > h4, .article > h2 {
    font-size: 22px;
  }
  .totop {
    width: 45px;
    height: 45px;
    right: 30px;
  }
  .liuyan > p{
    font-size: 14px;
  }
  .liuyan h4{
    margin-bottom: 10px;
  }
  .liuyan > p{
    margin-bottom: 20px;
  }
  .contactright ul li.liuyandetail, .contactright ul li.zxlytextarea p{
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .epcmobox>p{
    font-size: 14px;
  }
}


