@charset "UTF-8";
.banner .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #FFF;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active{
  background: #BC1C21;
  width: 20px;
  border-radius: 12px;
}
.inprolist li {
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-top: 50px;
}
.inprolist li:nth-child(3n) {
  margin-right: 0;
}
.inprolist li .aniimg {
  border-radius: 10px;
}

.inprotxt {
  margin-top: -70px;
  background: #FFF;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  margin-left: 23px;
  padding: 25px 30px;
}
.inprotxt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.inprotxt p {
  font-size: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.1em;
  width: 88%;
}
.inprotxt span {
  position: absolute;
  width: 89px;
  height: 49px;
  background: url(../images/projt.png) no-repeat center center #BC1C21;
  border-radius: 60px 0px 10px 0px;
  right: 0;
  bottom: 0;
}

.fxjcjbox {
  background: url(../images/fxjbg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.fxjcjtop {
  margin-top: 50px;
}
.fxjcjtop img {
  width: 61.5%;
  border: 6px solid #FFF;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.fxjcjtop p {
  width: 33.4%;
  color: #FFF;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 6em;
}

.fxjcjbot {
  margin-top: -68px;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fxjcjbot img {
  width: 39.8%;
  border: 3px solid #FFF;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.fxjcjbot .fxjcjbottxt {
  width: 58%;
  text-align: center;
  padding-bottom: 60px;
}
.fxjcjbot h2 {
  font-size: 36px;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.fxjcjbot h2 b {
  font-size: 90px;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  top: -55px;
  left: -20px;
}
.fxjcjbot h2 i {
  line-height: 1em;
  font-size: 90px;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  right: -20px;
  bottom: -100px;
}

.fxjcjtxt {
  position: relative;
}

.fxjcjcon {
  position: absolute;
  background: #BD1D21;
  padding: 55px 90px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  left: 55px;
  right: 55px;
  bottom: 29%;
}
.fxjcjcon p {
  color: #FFF;
}

.soluconbox {
  margin-top: 40px;
  position: relative;
}

.soluconpic {
  margin-top: 48px;
}

.solucon {
  margin-top: 10px;
  width: 49%;
}
.solucon h4 {
  font-size: 24px;
  font-weight: bold;
}

a.more {
  margin-top: 30px;
  display: block;
  color: #BD1D21;
}
a.more img {
  display: inline-block;
  width: 18px;
}
a.more:hover {
  opacity: 0.85;
}

.solutxt p {
  font-size: 15px;
  margin-top: 2em;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.4em;
}

.solupic {
  border: 20px solid #FFF;
  width: 41%;
  right: 25px;
  position: absolute;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  top: 0;
}

.scxmain {
  margin-top: 50px;
  position: relative;
}

.inscxban .swiper-pagination {
  display: none;
}

.inscxban {
  margin-left: 13.4%;
}
.inscxban li {
  width: 23%;
  position: relative;
  border-radius: 4px;
}
.inscxban li .aniimg {
  border-radius: 4px;
  border: 2px solid #FFFFFF;
}
.inscxban li.swiper-slide-active .inscxban-txt {
  position: absolute;
  background: rgba(0, 0, 0, 0.66);
  top: 0;
  left: 0;
  width: 100%;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  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;
}
.inscxban li.swiper-slide-active .inscxban-txt h4 {
  color: #FFF;
  font-size: 18px;
  text-align: center;
}
.inscxban 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);
}
.inscxban li:hover h4 {
  color: #BD1D21;
}

.inscxban-txt {
  padding: 20px 0;
}
.inscxban-txt h4 {
  font-size: 15px;
  text-align: center;
}

.scxbg {
  width: 47.1%;
  position: absolute;
  left: 0;
  top: 0;
}

.scxtop-row {
  width: 45%;
  padding-top: 50px;
  margin-left: 55%;
}
.scxtop-row li {
  display: none;
}
.scxtop-row li:first-child {
  display: block;
}
.scxtop-row h4 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
.scxtop-row h4:before {
  content: "";
  width: 19px;
  height: 19px;
  background: #BD1D21;
  display: block;
  position: absolute;
  top: -15px;
  left: -28px;
}
.scxtop-row h4::after {
  content: "";
  width: 17px;
  height: 17px;
  background: #BD1D21;
  opacity: 0.33;
  display: block;
  position: absolute;
  top: -24px;
  left: -16px;
}
.scxtop-row p {
  font-size: 15px;
  line-height: 2em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 6em;
}

.inscxban-btn {
  overflow: hidden;
  margin-bottom: 38px;
  position: relative;
  z-index: 3;
}
.inscxban-btn .swiper-button-prev {
  position: static;
  margin: 0;
  float: left;
  margin-right: 10px;
  width: 40px;
  opacity: 1;
  height: 56px;
  background: url(../images/l.png) no-repeat center center rgba(255, 255, 255, 0.3);
}
.inscxban-btn .swiper-button-next {
  position: static;
  float: left;
  margin: 0;
  width: 40px;
  height: 56px;
  background: url(../images/r.png) no-repeat center center rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.newstop {
  margin-top: 70px;
}
.newstop li {
  width: 46.8%;
  position: relative;
}
.newstop li .aniimg {
  width: 60.4%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.newstoptxt {
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(50, 51, 51, 0.2);
  width: 71.5%;
  margin-top: 55px;
  margin-left: 28.5%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 45px;
}
.newstoptxt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newstoptxt span {
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 20px;
}
.newstoptxt p {
  font-size: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.1em;
}

.hotlist li:nth-child(-n+6) h4:after {
  display: none;
}
.hotlist li:nth-child(-n+6) h4:before {
  content: "热";
  width: 26px;
  height: 24px;
  background: #BD1D21;
  border-radius: 4px;
  font-size: 16px;
  color: #FFF;
  line-height: 24px;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.innewslist {
  margin-top: 50px;
}
.innewslist li {
  width: 46.8%;
  overflow: hidden;
  line-height: 40px;
}
.innewslist li h4 {
  font-size: 15px;
  float: left;
  padding-left: 36px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  max-width: 80%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.innewslist li h4:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #BD1D21;
  position: absolute;
  left: 7px;
  bottom: 14px;
}
.innewslist li h4:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #BD1D21;
  position: absolute;
  left: 11px;
  top: 13px;
  opacity: 0.33;
}
.innewslist li span {
  display: block;
  float: right;
  font-size: 14px;
  color: #808080;
}

.proban {
  position: absolute;
}

.protop {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}

.protoppic {
  border: 8px solid #FFF;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 60%;
}

.protoptxt {
  position: absolute;
  right: 0;
  width: 64.4%;
  bottom: 0;
  background: #FFF;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 0 70px 45px;
}
.protoptxt h2 {
  font-size: 36px;
  font-weight: bold;
  display: inline-block;
  border-top: 10px solid #BD1D21;
  padding-top: 32px;
  margin-bottom: 10px;
}
.protoptxt a {
  font-size: 18px;
  color: #BC1C21;
  font-weight: bold;
}
.protoptxt p {
  line-height: 2em;
  margin-top: 1.5em;
  font-size: 15px;
}

.protop {
  margin-top: 100px;
}

.detailtop {
  position: relative;
  padding-bottom: 0;
}

.detailtop-pic {
  width: 45%;
  overflow: hidden;
  border-radius: 4px;
  border: 2px solid #FFF;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.detailtop-txt {
  width: 58.8%;
  position: absolute;
  right: 0;
  bottom: -2px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  right: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.detailtop-con {
  padding: 65px;
}

.detailtop-txt h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.detailtop-txt p {
  background: url(../images/dhred.png) no-repeat left 12px;
  padding-left: 30px;
  line-height: 2.5em;
  font-size: 15px;
}

.casechat > a {
  height: 65px;
  line-height: 65px;
  font-size: 30px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding-left: 27px;
  padding-right: 56px;
  background: url(../images/casechatbg.png) no-repeat right top #C3161F;
}

.casechat > a:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: url(../images/phoneicon.png) no-repeat center center;
  margin-right: 10px;
  vertical-align: middle;
}

.casechatbtn {
  margin-right: 20px;
}

.casechatbtn a {
  font-size: 20px;
  font-weight: bold;
  color: #C3161F;
  padding: 0 30px;
}

.casechatbtn a span {
  display: inline-block;
  padding-left: 42px;
  background: url(../images/zxzx.png) no-repeat left center;
  line-height: 30px;
}

.casechatbtn .casemes {
  border-left: 2px solid #C3161F;
}

.casechatbtn .casemes span {
  background: url(../images/zxly.png) no-repeat left center;
}

.detail-main {
  float: left;
  width: 66.8%;
}

.detail-main .titbox h2 {
  font-size: 36px;
}
.detail-main .titbox h2:before {
  height: 18px;
}

.detail-side {
  float: right;
  width: 25.8%;
}

.modellist {
  border-radius: 0px 50px 0px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-bottom: 60px;
}

.modellist h3 {
  background: #bc1c21;
  color: #FFF;
  font-size: 30px;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
}

.modellist > ul {
  padding: 20px 15px;
}

.sidepro li {
  margin: 20px 0;
}

.sidepro li .aniimg {
  border-radius: 8px;
}

.sidepro li h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}

.article h2 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-left: 55px;
  margin: 30px 0;
}
.article h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 25px;
  background: #CA0F1E;
  position: absolute;
  left: 0;
  top: 0px;
}
.article img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
.article h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 20px;
}
.article p {
  font-size: 15px;
  margin: 5px 0;
}
.article p a {
    color: #136ec2;
}
.article .tbts {
  padding: 30px 40px;
  margin-top: 40px;
  background: #F6F8FC;
}
.article .tbts h3 {
  text-align: center;
  margin-top: 0;
}

.article table {
  text-align: center;
  font-size: 15px;
  border-spacing: 0;
  border-collapse: collapse;
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  color: #666666 !important;
  border-right: 1px solid #fff;
}
.article table td {
  line-height: 1.5em;
  width: auto;
  padding: 5px;
}
.article table tr:nth-child(odd) {
  background-color: #fff !important;
}
.article table tr:nth-child(even) {
  background-color: #f0f0f0 !important;
}
.article table tr:first-child {
  background: #bc1c21 !important;
  color: #fff !important;
}
.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 !important;
  border-left: 1px solid #ddd !important;
  font-size: 14px;
}

.tablebox {
  margin-bottom: 30px;
}

.solulist {
  margin-top: 40px;
}
.solulist li {
  width: 31%;
  margin-right: 3.5%;
  float: left;
}
.solulist li:nth-child(3n) {
  margin-right: 0;
}
.solulist h4 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.newsitem {
  margin-top: 40px;
}
.newsitem li {
  width: 48%;
  margin-bottom: 25px;
}
.newsitem li h4 {
  padding-left: 30px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newsitem li h4:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #BD1D21;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.newsitem li h4:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #BD1D21;
  opacity: 0.33;
  position: absolute;
  left: 4px;
  bottom: 9px;
}

.newsrow {
  position: relative;
}
.newsrow .aniimg {
  width: 46.8%;
  border: 2px solid #FFF;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.newsrowtxt {
  position: absolute;
  right: 0;
  top: 70px;
  width: 58.5%;
  background: #FFF;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 70px 80px;
}
.newsrowtxt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 26px;
  margin-left: -26px;
}
.newsrowtxt h4:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #BD1D21;
  border-radius: 50%;
  left: 0px;
  top: 3px;
}
.newsrowtxt h4:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: rgba(189, 29, 33, 0.24);
  border-radius: 50%;
  left: 5px;
  top: 8px;
}
.newsrowtxt span {
  display: block;
  font-size: 14px;
  color: #808080;
}
.newsrowtxt p {
  font-size: 15px;
  margin-top: 40px;
  line-height: 2em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 8em;
}
.newsrowtxt .more {
  margin-top: 30px;
  display: block;
  color: #BD1D21;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.newsrowtxt .more img {
  display: inline-block;
  width: 18px;
}

.newslist li {
  border-bottom: 1px dashed #E6E6E6;
  padding: 30px 35px;
}
.newslist h4 {
  font-size: 18px;
  font-weight: bold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 35px;
  margin-left: -35px;
  position: relative;
}
.newslist h4:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #BD1D21;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.newslist h4:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #BD1D21;
  opacity: 0.33;
  position: absolute;
  left: 4px;
  bottom: 9px;
}
.newslist span {
  font-size: 14px;
  color: #808080;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.newslist p {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 4em;
  font-size: 15px;
  line-height: 2em;
}

.solutop .protoppic {
  width: 42%;
  border-width: 2px;
}
.solutop .protoptxt {
  bottom: 40px;
}

.soluitem li {
  width: 46.8%;
  margin-top: 60px;
}
.soluitem .aniimg {
  width: 44.4%;
  border-radius: 4px;
}
.soluitem 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;
}

.soluitemtxt {
  width: 46%;
}
.soluitemtxt h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
  margin-left: -30px;
}
.soluitemtxt h4:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #BD1D21;
  position: absolute;
  left: 0;
  top: 7px;
}
.soluitemtxt h4:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #BD1D21;
  opacity: 0.33;
  position: absolute;
  left: 10px;
  top: 0;
}
.soluitemtxt p {
  font-size: 15px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.6em;
  height: 8em;
}

.newsdtail {
  position: relative;
}
.newsdtail h1 {
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.newsdtail > span {
  display: block;
  color: #FFF;
  line-height: 1.7em;
  max-width: 80%;
  margin: 25px auto 0;
  text-align: center;
}

.newschat {
  position: relative;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.21);
  background: url(../images/chatbg.jpg) no-repeat #FFF;
  -o-background-size: cover;
     background-size: cover;
  margin-top: 78px;
}
.newschat > p {
  padding: 0 60px 25px;
  padding-top: 35px;
  font-size: 15px;
}
.newschat .casechat {
  width: 60%;
}
.newschat .casechat > a {
  background: transparent;
  font-size: 32px;
  padding-left: 45px;
}
.newschat .weixin {
  width: auto;
  position: absolute;
  right: 60px;
  top: 10px;
  width: 9.5%;
}
.newschat .weixin img {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.13);
}
.newschat .weixin p {
  position: absolute;
  font-size: 16px;
  background: url(../images/vxxj.png) no-repeat right center;
  padding-right: 35px;
  bottom: 8px;
  left: -103%;
}

.otherlist {
  border-top: 1px solid #F5F9FC;
  border-bottom: 4px solid #F5F9FC;
  margin: 40px 0 0;
  padding: 30px 0;
}
.otherlist p {
  font-size: 15px;
  color: #2A2623;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 36px;
}
.otherlist p a {
  color: #4D4D4D;
}

.agentia .protoppic {
  width: 47.1%;
  border-width: 2px;
}
.agentia .protoptxt {
  width: 64.3%;
  bottom: auto;
  top: 50px;
}

.jbclist li {
  width: 23%;
  margin-right: 2.6%;
}
.jbclist li:nth-child(3n) {
  margin-right: 2.6%;
}
.jbclist li:nth-child(4n) {
  margin-right: 0;
}
.jbclist li h4 {
  margin-bottom: 0;
}
.jbclist .inprotxt {
  padding: 15px 25px;
  margin-top: -35px;
}
.jbclist .inprotxt span {
  width: 60px;
  height: 36px;
  -o-background-size: 20px 15px;
     background-size: 20px 15px;
}

.jbczsbox {
  background: url(../images/jbczsbg.jpg) no-repeat center top;
}

.jbczsmain {
  background: #FFF;
  border-bottom: 1px dashed #EBF2F8;
  position: relative;
  margin-top: 60px;
  padding-bottom: 40px;
}
.jbczsmain .jbcmore {
  display: block;
  background: #BD1D21;
  width: 15.6%;
  position: absolute;
  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: 0;
  top: 0;
  bottom: 40px;
}
.jbczsmain .jbcmore p {
  color: #FFF;
}
.jbczsmain .jbcmore img {
  width: auto;
  margin-top: 15px;
  width: 30px;
}
.jbczsmain .jbcmore a {
  display: inline-block;
}
.jbczsmain > ul {
  width: 84.4%;
  padding: 40px;
  padding-right: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.jbczsmain > ul li {
  width: 29.4%;
  margin-right: 3.9%;
  float: left;
}
.jbczsmain > ul li .aniimg {
  border-radius: 4px;
}
.jbczsmain > ul li h4 {
  text-align: center;
  font-weight: bold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 15px 0;
}

.techtop {
  z-index: 3;
  position: relative;
}

.techtxt {
  width: 53.5%;
  color: #FFF;
}
.techtxt h4 {
  font-size: 36px;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
}
.techtxt h4:before {
  content: "";
  display: block;
  width: 26px;
  height: 25px;
  background: #BD1D21;
  position: absolute;
  left: 0;
}
.techtxt h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 16px;
  background: #BD1D21;
  opacity: 0.38;
  position: absolute;
  left: 19px;
  top: -10px;
}
.techtxt p {
  font-size: 15px;
  line-height: 2em;
  margin-top: 2em;
}

.techpic2 {
  border: 10px solid #FFF;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 4em;
  width: 82.2%;
}

.techpic {
  width: 41.6%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 3px solid #FFF;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.fxylbox {
  margin-top: 40px;
}
.fxylbox img {
  width: 48.5%;
}

.fxyltxt {
  margin-top: 50px;
}
.fxyltxt p {
  font-size: 15px;
}

.fxgyjsbox {
  margin-top: 40px;
  position: relative;
}
.fxgyjsbox img {
  width: 57.2%;
}

.fxgyjstxt {
  position: absolute;
  top: 60px;
  width: 70.1%;
  background: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 60px;
  right: 0;
}
.fxgyjstxt h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 2em;
}
.fxgyjstxt p {
  font-size: 15px;
  margin-top: 1.7em;
}

.fxgylc {
  margin-top: 50px;
}
.fxgylc img {
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
}

.gysbbox {
  margin-top: 50px;
}

.gysbpic {
  width: 47.1%;
}

.gysbtxt {
  width: 46.2%;
}
.gysbtxt p {
  font-size: 15px;
  margin-top: 1.5em;
  line-height: 2em;
}

#dituContent {
  height: 670px;
  width: 100%;
}

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

.tactbox {
  position: relative;
  color: #FFF;
}
.tactbox > img {
  position: absolute;
  width: 100%;
  z-index: -1;
}
.tactbox .footchatbtn a {
  width: 48%;
}

.tacttop {
  border-bottom: 1px solid rgba(241, 248, 253, 0.34);
  padding-bottom: 40px;
}

.tactleft {
  position: relative;
}
.tactleft img {
  position: absolute;
  width: 61%;
  left: 0;
  top: -23px;
}
.tactleft h2 {
  font-size: 48px;
  font-weight: bold;
  float: left;
}
.tactleft p {
  float: left;
  margin-left: 28px;
  margin-top: 35px;
}

.tactbot {
  padding-top: 35px;
}
.tactbot li {
  padding-right: 4%;
  position: relative;
}
.tactbot li:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: rgba(241, 248, 253, 0.46);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -40px;
}
.tactbot li:last-child {
  border-right: 0;
  padding-right: 0;
  width: 9%;
}
.tactbot li:last-child p {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}
.tactbot li:last-child:after {
  display: none;
}
.tactbot span {
  display: block;
  margin-bottom: 30px;
}
.tactbot span img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.tactbot a {
  color: #FFF;
  display: block;
  font-size: 20px;
}
.tactbot a b {
  font-size: 48px;
}

/*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;
}

/*search*/
.searpage {
  background: url(../images/searchbg.jpg) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.searpage h2 {
  color: #FDFDFD;
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}

.searpage h2 b {
  font-size: 60px;
}

.searmodel {
  width: 70%;
  margin: 0 auto;
  height: 60px;
  background: #F5F5F5;
  border-radius: 6px;
  line-height: 60px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 40px;
  position: relative;
  padding-right: 80px;
}

.searmodel input[type=text] {
  line-height: 60px;
  font-size: 24px;
  border: 0 none;
  display: block;
  width: 100%;
  background: none;
}

.searmodel input[type=submit] {
  background: url(../images/searchbtn.png) no-repeat center center;
  width: 38px;
  height: 60px;
  display: block;
  position: absolute;
  right: 40px;
  border: 0 none;
  top: 0;
}

.keyword-red {
  color: #BD1D21;
}

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

.searchlist li p {
  color: #4D4D4D;
  font-size: 15px;
}

.seartit {
  overflow: hidden;
  margin-bottom: 25px;
}

.seartit h4 {
  font-size: 18px;
  font-weight: bold;
  float: left;
  line-height: 30px;
  max-width: 70%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.seartit > span {
  float: right;
  line-height: 30px;
  color: #666;
  font-size: 14px;
}

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

.searchlist {
  padding-top: 30px;
}

@media (max-width: 1700px) {
  .inscxban {
    margin-left: 8.4%;
  }
}
@media (max-width: 1550px) {
  .inprolist li {
    margin-top: 40px;
  }
  .inprotxt {
    padding: 20px 25px;
  }
  .inprotxt h4 {
    margin-bottom: 10px;
  }
  .inprotxt span {
    width: 78px;
    height: 38px;
  }
  .fxjcjtop {
    margin-top: 40px;
  }
  .fxjcjtop img {
    border: 4px solid #FFF;
  }
  .fxjcjbot {
    margin-top: -68px;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .fxjcjbot img {
    width: 39.8%;
    border: 3px solid #FFF;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .fxjcjbot .fxjcjbottxt {
    padding-bottom: 50px;
  }
  .fxjcjbot h2 {
    font-size: 30px;
  }
  .fxjcjbot h2 b {
    font-size: 76px;
    top: -45px;
  }
  .fxjcjbot h2 i {
    font-size: 76px;
    bottom: -80px;
  }
  .fxjcjcon {
    padding: 40px 80px;
  }
  .inscxban {
    margin-left: 11%;
  }
  .inscxban-btn {
    margin-bottom: 20px;
  }
  .scxtop-row h4 {
    margin-bottom: 30px;
  }
  .inscxban li.swiper-slide-active .inscxban-txt h4 {
    font-size: 16px;
  }
  .newstoptxt {
    padding: 35px;
  }
  .protoppic {
    border: 5px solid #FFF;
  }
  .protoptxt {
    padding: 0 50px 35px;
  }
  .protoptxt h2 {
    font-size: 30px;
    border-top: 8px solid #BD1D21;
    padding-top: 20px;
  }
  .protoptxt a {
    font-size: 18px;
  }
  .protop {
    margin-top: 80px;
  }
  .detailtop-con {
    padding: 45px;
  }
  .detailtop-txt h1 {
    font-size: 26px;
  }
  .casechat > a {
    font-size: 26px;
  }
  .casechatbtn {
    margin-right: 0;
  }
  .casechatbtn a {
    font-size: 18px;
    padding: 0 20px;
  }
  .article h2 {
    font-size: 26px;
    padding-left: 45px;
  }
  .article h2:before {
    width: 30px;
    height: 25px;
  }
  .article .tbts {
    padding: 20px 35px;
  }
  .detail-main .titbox h2 {
    font-size: 32px;
  }
  .detail-main .titbox h2:before {
    height: 14px;
  }
  .modellist h3 {
    font-size: 26px;
    padding: 12px 0;
  }
  .newsrowtxt {
    padding: 50px 60px;
  }
  .newsrowtxt p {
    margin-top: 30px;
  }
  .newsrowtxt .more {
    margin-top: 25px;
  }
  .soluitemtxt h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .newschat .casechat {
    width: 65%;
  }
  .newschat .weixin {
    right: 35px;
  }
  .newschat > p {
    padding-left: 35px;
    font-size: 14px;
  }
  .techtxt h4 {
    font-size: 30px;
  }
  .techtxt p {
    line-height: 1.7em;
    margin-top: 1.7em;
  }
  .fxgyjstxt {
    padding: 45px;
  }
  .fxgyjstxt h4 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  .inprolist 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);
  }
  .inprolist li:hover .inprotxt {
    background: #BD1D21;
  }
  .inprolist li:hover .inprotxt h4, .inprolist li:hover .inprotxt p {
    color: #FFF;
  }
  .inprolist li:hover .inprotxt span {
    background: url(../images/jtact.png) no-repeat center center #FFF;
  }
  .newstop 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);
  }
  .newstop li:hover h4 {
    color: #BD1D21;
  }
  .innewslist li:hover h4 {
    color: #BD1D21;
    font-weight: bold;
  }
  .innewslist li:hover span {
    color: #BD1D21;
    font-weight: bold;
  }
  .sidepro 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);
    opacity: 0.5;
  }
  .sidepro li:hover h4 {
    color: #BD1D21;
  }
  .solulist 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);
    opacity: 0.5;
  }
  .solulist li:hover h4 {
    color: #BD1D21;
  }
  .newsitem li:hover h4 {
    color: #BD1D21;
    font-weight: bold;
  }
  .newsrow: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);
  }
  .newsrow:hover h4 {
    color: #BD1D21;
  }
  .newsrow:hover .more {
    margin-left: 5px;
  }
  .newslist li:hover {
    padding-left: 75px;
    background: #BD1D21;
  }
  .newslist li:hover a {
    color: #FFF;
  }
  .newslist li:hover span {
    color: #FFF;
  }
  .newslist li:hover h4:before {
    background-color: #FFF;
  }
  .newslist li:hover h4:after {
    background-color: #FFF;
  }
  .soluitem li:hover .aniimg img {
    -webkit-transform: scale(1.1);
    opacity: 0.5;
    -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
         transform: scale(1.1);
  }
  .soluitem li:hover h4 {
    color: #BC1C21;
  }
  .otherlist p a:hover {
    color: #BC1C21;
  }
  .jbclist li:hover .inprotxt span {
    -o-background-size: 20px 15px;
       background-size: 20px 15px;
  }
  .jbczsmain ul li:hover .aniimg img {
    -webkit-transform: scale(1.1);
    opacity: 0.5;
    -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
         transform: scale(1.1);
  }
  .jbczsmain ul li:hover h4 {
    color: #BC1C21;
  }
}