.insolu {
  background: url(../images/insolupic1.jpg) no-repeat left top;
  -o-background-size: 50%;
     background-size: 50%;
  padding-top: 38px;
}

.insolutop-row li {
  display: none;
}
.insolutop-row li:first-child {
  display: block;
}

.insolutit {
  margin-left: 35%;
  display: block;
  background: #BD1D21;
  width: 49%;
  position: relative;
  line-height: 80px;
  text-align: center;
  margin-bottom: 50px;
  height: 80px;
}
.insolutit:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 27px;
  position: absolute;
  right: -27px;
  top: 0;
  bottom: 0;
  border-color: transparent transparent transparent #BD1D21;
}
.insolutit h3 {
  font-size: 36px;
  color: #FFF;
  text-transform: uppercase;
}
.insolutit h3 span {
  font-size: 24px;
  text-transform: none;
}

.insolutop p {
  line-height: 2.2em;
  width: 47%;
  margin-left: 53%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 6.6em;
  overflow: hidden;
}

.insoluban {
  position: relative;
  padding-left: 13%;
}
.insoluban li {
  width: 25.2%;
}
.insoluban li .aniimg {
  border-radius: 6px;
  border: 1px solid #FFF;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.insoluban li h4 {
  font-size: 16px;
  margin-top: 25px;
  text-align: center;
}

.insoluban li.swiper-slide-active {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.insoluban li.swiper-slide-active .insoluban-txt {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 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;
  top: 0;
}
.insoluban li.swiper-slide-active .insoluban-txt h4 {
  color: #FFF;
  margin-top: 0;
}

.insoluban-btn {
  position: absolute;
  left: 13%;
  overflow: hidden;
  top: -100px;
  width: 100px;
}
.insoluban-btn .swiper-button-prev, .insoluban-btn .swiper-button-next {
  position: static;
  margin: 0;
  width: 40%;
  margin-right: 10%;
  float: left;
  height: 56px;
  background: url(../images/left.png) no-repeat center center rgba(255, 255, 255, 0.3);
}
.insoluban-btn .swiper-button-prev:hover, .insoluban-btn .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.insoluban-btn .swiper-button-next {
  background: url(../images/right.png) no-repeat center center rgba(255, 255, 255, 0.3);
}

.comtop p {
  width: 57%;
}
.comtop img {
  width: 38%;
}

.design-tit {
  font-size: 30px;
  font-weight: bold;
  padding-top: 10px;
  position: relative;
  margin-bottom: 40px;
}
.design-tit:before {
  content: "";
  display: block;
  position: absolute;
  width: 93px;
  height: 3px;
  background: #BD1D21;
  top: 0;
  left: 0;
}

.companybox {
  background: url(../images/combg.jpg) no-repeat center bottom;
}

.design li {
  width: 30.5%;
  background: #BD1D21;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 20px 40px 30px;
}
.design li i {
  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;
  margin: 0 auto 12px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #FFF;
}
.design li i img {
  width: 60%;
}
.design li p {
  color: #FFF;
  min-height: 8.5em;
}

.brandbox {
  background-color: #F4F7FC;
}

.brand-tit {
  background: #BD1D21;
  color: #FFF;
  display: inline-block;
  padding: 20px 60px 20px 0;
  position: relative;
}
.brand-tit:before {
  content: "";
  display: block;
  background: #BD1D21;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0;
}
.brand-tit::after {
  content: "";
  display: block;
  background: url(../images/brandbg.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  width: 53px;
  height: 100%;
  position: absolute;
  right: -53px;
  top: 0;
}
.brand-tit h3 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
}
.brandtxt {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 55px;
  bottom: -27px;
  background: #FFF;
  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;
}
.brandtxt h4 {
  max-width: 80%;
  margin: 0 auto;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.4em;
  overflow: hidden;
}

.brandlist li {
  width: 21.4%;
  float: left;
  position: relative;
  margin-right: 4.8%;
  margin-top: 70px;
  margin-bottom: 30px;
}
.brandlist li img {
  border-radius: 4px;
}
.brandlist li:nth-child(4n) {
  margin-right: 0;
}
.brandlist li:hover .brandtxt {
  background: #BD1D21;
  color: #FFF;
}
.brandlist li:hover .aniimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 0.3;
  transform: scale(1.1);
}

.casebox {
  position: relative;
  z-index: 1;
  padding-top: 95px;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.casebox > img {
  position: absolute;
  z-index: -1;
  top: 0;
}

.caseleft {
  width: 33.07%;
  background: #FFF;
  border-top: 10px solid #BD1D21;
  padding-top: 60px;
  padding-right: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.caselist {
  width: 63.5%;
}
.caselist li {
  float: left;
  width: 28%;
  margin-right: 5%;
}
.caselist li .aniimg {
  border-radius: 6px;
  background: #FFF;
  border: 2px solid #FFF;
}
.caselist li h4 {
  padding-left: 20px;
  position: relative;
  margin-top: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.7em;
  max-height: 3.4em;
}
.caselist li h4:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #BD1D21;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 6px;
}
.caselist li:hover h4 {
  color: #BD1D21;
  font-weight: bold;
}
.caselist 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.3;
}

.caseleft-top h4 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
  width: 70%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.7em;
  max-height: 3.4em;
}
.caseleft-top h4:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #BD1D21;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 6px;
}
.caseleft-top p {
  color: #4D4D4D;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 6.8em;
  overflow: hidden;
}
.caseleft-top:hover h4 {
  color: #BD1D21;
}

.detail-btn {
  margin-top: 30px;
  display: inline-block;
  padding-left: 30px;
  height: 31px;
  line-height: 31px;
  background: #BD1D21;
  color: #FFF;
  position: relative;
  padding-right: 80px;
}
.detail-btn i {
  background: url(../images/jtfff.png) no-repeat center center #730609;
  display: block;
  width: 47px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.detail-btn i:before {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  left: -15px;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 15px;
  border-color: transparent transparent #730609 transparent;
}
.detail-btn:hover {
  opacity: 0.9;
}

.caseleft-list {
  margin-top: 40px;
}
.caseleft-list li {
  border-bottom: 2px dashed rgba(189, 29, 33, 0.24);
  padding: 30px 0;
  position: relative;
  padding-left: 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.caseleft-list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #BD1D21;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.caseleft-list li:hover a {
  color: #BD1D21;
  font-weight: bold;
}

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

.newslist {
  margin-top: 50px;
}
.newslist li {
  border-top: 1px dashed #E6E6E6;
  width: 47%;
  padding: 25px 0;
}
.newslist li:nth-child(1), .newslist li:nth-child(2) {
  border: 0 none;
}
.newslist li h4 {
  float: left;
  padding-left: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  overflow: hidden;
  max-width: 80%;
}
.newslist li h4:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.newslist li span {
  font-size: 15px;
  color: #666666;
  float: right;
}
.newslist li:hover h4 {
  font-weight: bold;
  color: #BD1D21;
}
.newslist li:hover h4:before {
  border-color: #BD1D21;
}

.newstop {
  position: relative;
}
.newstop li {
  position: relative;
  padding-top: 50px;
}
.newstop li .aniimg {
  width: 49.5%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.newstop li:hover h4 {
  color: #BD1D21;
}
.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);
}

.newstoptxt {
  width: 58.6%;
  background: #F4F7FC;
  margin-left: 41.4%;
  padding-left: 13%;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-right: 4%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.newstoptxt span {
  color: #808080;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.newstoptxt h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.newstoptxt p {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 6.8em;
  overflow: hidden;
}

.newsbtn {
  position: absolute;
  width: 16.7%;
  bottom: 30px;
  height: 61px;
  background: #BD1D21;
  border-radius: 0px 10px 0px 0px;
  z-index: 2;
  padding: 0 18px;
}
.newsbtn .swiper-button-next, .newsbtn .swiper-button-prev {
  position: static;
  margin: 0;
  width: 12px;
  height: 20px;
  -o-background-size: cover;
     background-size: cover;
}
.newsbtn .swiper-num {
  color: #FFF;
  font-size: 19px;
}
.newsbtn .swiper-num .active {
  font-size: 30px;
}
.newsbtn .swiper-pagination {
  margin: 0 auto;
  position: static;
}
.newsbtn .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: none;
  margin: 0 4px;
}
.newsbtn .swiper-pagination-bullet-active {
  background-color: #FFF;
}

.about-tit {
  color: #FFF;
  text-align: center;
}
.about-tit h2 {
  background: #BD1D21;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  padding-left: 70px;
  padding-right: 120px;
  position: relative;
}
.about-tit h2::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/about-titbg.png) no-repeat;
  width: 44px;
  height: 100%;
  -o-background-size: cover;
     background-size: cover;
  left: -44px;
  top: 0;
}

.introductbox {
  position: relative;
  padding-bottom: 30px;
  z-index: 1;
}
.introductbox p {
  width: 57.3%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.introductbox img {
  border: 19px solid #FFF;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 84.3%;
}
.introductbox .companypic {
  width: 35%;
  position: absolute;
  z-index: -1;
  border: 0 none;
  right: 0;
  top: 30px;
}

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

.epcleft {
  width: 47.5%;
  padding: 8% 5%;
  background: #BD1D21;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.epcleft p {
  color: #FFF;
  margin-top: 50px;
}

.epcright {
  margin-top: 50px;
  width: 44.6%;
}
.epcright img {
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #FFF;
  margin-top: -1px;
}

.culture {
  background: #f4f7fc;
}

.culturelist > img {
  width: 23.5%;
}
.culturelist .culturetxt {
  width: 47.1%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 40px;
}
.culturelist .culturetxt img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.culturelist .culturetxt h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.culturelist .culturetxt p {
  padding-left: 45px;
  line-height: 1.6em;
}
.culturelist .culturetxt li {
  margin: 35px 0;
}
.culturelist:nth-child(2) .culturetxt {
  padding-left: 0px;
  padding-right: 40px;
}

.strength-left {
  width: 60.2%;
  float: left;
}
.strength-left p {
  background: #F4F7FC;
  padding: 40px 50px;
  padding-bottom: 110px;
}
.strength-left .strengthpic {
  width: 44%;
  margin-left: 56%;
  margin-top: -63px;
}

.strength-right {
  float: left;
  width: 39.8%;
}
.strength-right p {
  padding: 45px 50px 65px;
  margin-left: 5%;
}

.solutop {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  padding-left: 8%;
  padding-right: 8%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.solutop:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: -1;
  bottom: 0;
  background: #ECF4FA;
  border-radius: 4px;
  left: 0;
}
.solutop li {
  width: 12.4%;
}
.solutop li .aniimg {
  border: 10px solid #FFF;
  border-radius: 50%;
  position: relative;
}
.solutop li .aniimg .soludetail {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.77);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -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;
}
.solutop li .aniimg .soludetail span {
  color: #FFF;
  font-size: 18px;
  display: block;
  padding-bottom: 20px;
  background: url(../images/jtfff.png) no-repeat center bottom;
}
.solutop li h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
}
.solutop li:hover h4 {
  opacity: 0.45;
}
.solutop li:hover .soludetail {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.solutop li.solutopact h4 {
  color: #BD1D21;
}
.solutop li.solutopact .aniimg {
  border-color: #BD1D21;
}

.soluitem li {
  width: 29%;
  padding-bottom: 37px;
  position: relative;
  float: left;
  margin-right: 6.5%;
  margin-bottom: 60px;
}
.soluitem li:nth-child(3n) {
  margin-right: 0;
}
.soluitem 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.7;
}
.soluitem li:hover .soluitemtxt {
  background: #BD1D21;
}
.soluitem li:hover .soluitemtxt h4 {
  color: #FFF;
}

.soluitemtxt {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  background: #FFF;
  height: 74px;
  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;
  padding: 0 20px;
}
.soluitemtxt h4 {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.4em;
  overflow: hidden;
  text-align: center;
}

.detailtop-pic {
  width: 42.5%;
  border-radius: 8px;
  overflow: hidden;
  float: left;
}

.detailtop-txt {
  width: 54%;
  float: right;
  padding-top: 80px;
}

.detailtop-con {
  margin-left: -16%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  border-radius: 0px 80px 0px 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 12%;
  padding-top: 65px;
  position: relative;
  padding-bottom: 80px;
}
.detailtop-con h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
.detailtop-con .brief {
  min-height: 8.5em;
  margin-bottom: 30px;
}

.casechat {
  position: absolute;
  height: 65px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.casechat > a {
  background: url(../images/casechatbg.png) no-repeat right top #BD1D21;
  display: block;
  height: 100%;
  font-size: 30px;
  color: #FFF;
  font-weight: bold;
  line-height: 65px;
  padding-left: 6%;
  padding-right: 5%;
}
.casechat > a:hover {
  opacity: 0.85;
}
.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 {
  width: 48%;
  text-align: center;
}
.casechatbtn a {
  font-size: 20px;
  color: #BD1D21;
  font-weight: bold;
  padding: 0 11%;
  text-align: center;
  display: inline-block;
}
.casechatbtn a:hover {
  opacity: 0.85;
}
.casechatbtn a span {
  background: url(../images/detail1-chat.jpg) no-repeat left center;
  padding-left: 42px;
}
.casechatbtn .casemes {
  position: relative;
}
.casechatbtn .casemes span {
  background: url(../images/detail1-mes.jpg) no-repeat left center;
}
.casechatbtn .casemes:before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #BC1C21;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -15px;
}

.detail-main {
  width: 65.8%;
  float: left;
}
.detail-main > h2 {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 40px;
  background: url(../images/detailbg.png) no-repeat right top #BD1D21;
  padding-right: 60px;
  margin-bottom: 40px;
}
.detail-main > h3 {
  font-weight: bold;
  font-size: 18px;
  background: url(../images/dh.png) no-repeat left 3px;
  padding-left: 28px;
  margin-bottom: 35px;
}
.detail-main > h4 {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 40px;
  background: url(../images/detailbg.png) no-repeat right top #BD1D21;
  padding-right: 60px;
  margin-bottom: 40px;
}
.detail-main > h5 {
  font-weight: bold;
  font-size: 18px;
  background: url(../images/dh.png) no-repeat left 3px;
  padding-left: 28px;
  margin-bottom: 35px;
}
.detail-main > h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.detail-main > ul {
  margin-bottom: 3em;
}
.detail-main > ul li {
  font-size: 16px;
  background: url(../images/dh.png) no-repeat left 4px;
  -o-background-size: 17px 17px;
     background-size: 17px 17px;
  padding-left: 28px;
  line-height: 1.7em;
  margin-bottom: 2em;
}
.detail-main p {
  margin-bottom: 2em;
}
.detail-main > img {
  width: auto;
  display: block;
  max-width: 100%;
  margin: 2em auto;
}
.detail-main > a {
  display: block;
  margin: 0 auto;
  width: 50%;
  position: relative;
}
.detail-main > a:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/big.png) no-repeat;
  width: 34px;
  height: 34px;
  right: 35px;
  bottom: 24px;
}
.detail-main table {
  width: 100%;
  margin: 15px auto;
  border-collapse: collapse;
  border: 1px solid #ddd;
  line-height: 2em;
}
.detail-main table th {
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 14px;
}
.detail-main table td {
  text-align: center;
  padding: 3px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.detail-main table tr {
  background: #f1f1f1;
}
.detail-main table tr:nth-child(2n) {
  background: #fff;
}
.detail-main table tr:hover {
  background: #bd1d21;
}
.detail-main table tr:hover td {
  color: #fff;
}

.major {
  margin-top: 50px;
}
.major > h4 {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 40px;
  background: url(../images/detailbg.png) no-repeat right top #BD1D21;
  padding-right: 60px;
  margin-bottom: 40px;
}
.major .protxt {
  left: 20px;
  height: 50px;
  padding-left: 25px;
  padding-right: 57px;
}
.major .protxt:after {
  content: "";
  height: 30px;
  width: 56px;
  -o-background-size: 21px 15px;
     background-size: 21px 15px;
}
.major .protxt h4 {
  font-size: 16px;
}

.detail-news {
  width: 65.8%;
  float: left;
}
.detail-news > p {
  margin-bottom: 2em;
}
.detail-news > img {
  width: auto;
  display: block;
  max-width: 100%;
  margin: 2em auto;
}
.detail-news h2{
  color:#bd1d21;
  font-size:24px;
  font-weight:bold;
  margin-bottom: 15px;
}
.detail-news h3 {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  font-weight: bold;
  font-size:22px
}
.detail-news h4 {
  margin-bottom: 2em;
  font-weight: bold;
}
.detail-news p a{
  color:#bd1d21;
  font-weight:bold;
}
.detail-news table {
  width: 100%;
  margin: 15px auto;
  border-collapse: collapse;
  border: 1px solid #ddd;
  line-height: 2em;
}
.detail-news table th {
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 14px;
}
.detail-news table td {
  text-align: center;
  padding: 3px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.detail-news table tr {
  background: #f1f1f1;
}
.detail-news table tr:nth-child(2n) {
  background: #fff;
}
.detail-news table tr:hover {
  background: #bd1d21;
}
.detail-news table tr:hover td {
  color: #fff;
}
.detail-news ul li {
list-style: disc;
margin-left: 2em;
}


.tablebox {
  margin-bottom: 60px;
}

#flb-lightbox img {
  display: inline-block;
  width: auto;
}

.detail-side {
  width: 25.8%;
  float: right;
}
.detail-side .modellist {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px 60px 0px 0px;
  overflow: hidden;
}
.detail-side .modellist h3 {
  font-size: 30px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  background: #BD1D21;
  font-weight: bold;
  padding: 25px 0;
}
.detail-side .sidesolu {
  padding: 0 20px;
  padding-top: 50px;
}
.detail-side .sidesolu li {
  float: none;
  width: 100%;
  margin: 0;
  padding-bottom: 30px;
  margin-bottom: 45px;
}
.detail-side .sidesolu li .soluitemtxt {
  height: 60px;
  left: 15px;
  right: 15px;
}

.prolist li {
  width: 30.5%;
  float: left;
  margin-bottom: 60px;
  padding-bottom: 19px;
  position: relative;
  margin-right: 4.25%;
}
.prolist li:nth-child(3n) {
  margin-right: 0;
}
.prolist li .aniimg {
  border-radius: 8px;
}
.prolist 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);
}
.prolist li:hover .protxt {
  background: #BD1D21;
}
.prolist li:hover .protxt h4 {
  color: #FFF;
}
.prolist li:hover .protxt:after {
  background-image: url(../images/projtact.png);
  background-color: #FFF;
}
.prevlist p a{
  color:#1a1a1a;
}
.protxt {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  background: #FFF;
  border-radius: 10px 0px 10px 10px;
  z-index: 2;
  padding-left: 35px;
  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;
  height: 76px;
  overflow: hidden;
  padding-right: 90px;
}
.protxt h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.4em;
  overflow: hidden;
}
.protxt::after {
  content: "";
  display: block;
  width: 84px;
  height: 45px;
  background: url(../images/projt.png) no-repeat center center #BC1C21;
  border-radius: 52px 0px 0px 0px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sidepro {
  padding: 40px 15px 0;
}
.sidepro li {
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
}
.sidepro li .protxt {
  height: 60px;
  padding-right: 70px;
}
.sidepro li .protxt:after {
  width: 66px;
  height: 35px;
  -o-background-size: 25px 17px;
     background-size: 25px 17px;
}
.sidepro li .protxt h4 {
  font-size: 16px;
}

.sidepro li:hover .protxt:after {
  -o-background-size: 25px 17px;
     background-size: 25px 17px;
}

.newsitem li {
  padding: 40px 0;
  border-bottom: 1px dashed #E9ECF2;
}

.newsrow .newstop li .aniimg {
  border-radius: 40px 0px 0px 0px;
}

.newsitem-txt {
  width: 86%;
}
.newsitem-txt p {
  color: #4D4D4D;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 5.1em;
  overflow: hidden;
}

.newsitem-tit {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  margin-bottom: 30px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.newsitem-tit h4 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 80%;
}
.newsitem-tit h4:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #BC1C21;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.newsitem-tit span {
  font-size: 14xp;
  color: #808080;
}

.news-date {
  color: #FFF;
  background: #BD1D21;
  padding: 10px;
}
.news-date b {
  display: block;
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid #FFF;
  padding-bottom: 8px;
  margin-bottom: 8px;
  line-height: 1em;
}
.news-date span {
  font-size: 15px;
}

.sidenews {
  padding: 20px 18px;
}
.sidenews li {
  border-bottom: 1px dashed #EBEBEB;
  padding: 20px 0;
  position: relative;
  padding-left: 18px;
}
.sidenews li:last-child {
  border: 0 none;
}
.sidenews li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #BD1D21;
  border-radius: 50%;
  position: absolute;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  left: 0;
  top: 24px;
}
.sidenews li:hover a {
  color: #BD1D21;
}

.prevlist {
  border-top: 1px solid #E7EDF4;
  padding: 50px 0;
}
.prevlist p {
  font-size: 18px;
  line-height: 2em;
}
.prevlist p span {
  color: #BD1D21;
  font-weight: bold;
}
.prevlist p a:hover {
  color: #BD1D21;
  font-weight: bold;
}

.article-tit h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.article-tit > span {
  font-size: 15px;
  color: #4D4D4D;
  display: block;
  text-align: center;
  margin-top: 12px;
}

.news-chat {
  background: #F0F4F9;
  margin-top: 25px;
  padding: 30px 0;
}
.news-chat > p {
  font-size: 18px;
  text-align: center;
}

.newschatcon {
  margin-top: 30px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newschatcon .chatbtn {
  width: 27%;
  margin-left: 6%;
}
.newschatcon .chatbtn a {
  width: 48%;
  margin: 0;
}
.newschatcon .chatbtn a span {
  width: auto;
}

.newschat-number {
  background: #FFFFFF;
  border: 1px dashed #D31F2B;
  border-radius: 6px;
  width: 43.7%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.newschat-number span {
  font-size: 16px;
  display: inline-block;
  background: url(../images/whats.png) no-repeat left center;
  padding-left: 27px;
  color: #BD1D21;
  margin-right: 15px;
}
.newschat-number a {
  font-weight: bold;
  color: #BD1D21;
  font-size: 36px;
}
.newschat-number a:hover {
  opacity: 0.7;
}
.newschat-number:before {
  content: "";
  display: block;
  background: url(../images/chatl.png) no-repeat;
  width: 31px;
  height: 15px;
  -o-background-size: cover;
     background-size: cover;
  left: -15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.newschat-number:after {
  content: "";
  display: block;
  background: url(../images/chatr.png) no-repeat;
  width: 31px;
  height: 15px;
  -o-background-size: cover;
     background-size: cover;
  right: -15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

.caseitem li {
  width: 30%;
  float: left;
  margin-right: 5%;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.caseitem li:nth-child(3n) {
  margin-right: 0;
}
.caseitem li h4 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 23px;
  margin-bottom: 20px;
  margin-top: 28px;
}
.caseitem li h4:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #BD1D21;
  border-radius: 6px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  left: 0;
  top: 10px;
  position: absolute;
}
.caseitem li p {
  padding-left: 23px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 5.1em;
  overflow: hidden;
}

.sidecases {
  padding: 50px 20px 0;
}
.sidecases .aniimg {
  border-radius: 6px;
}
.sidecases li {
  padding-bottom: 30px;
  border-bottom: 1px solid #F1ECEC;
  margin-bottom: 30px;
}
.sidecases li:last-child {
  border: 0 none;
  padding-bottom: 0;
}
.sidecases h4 {
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  margin-top: 25px;
}
.sidecases h4:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #BD1D21;
  border-radius: 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}

.epctop {
  position: relative;
}

.epctoppic {
  float: left;
  width: 57.2%;
}

.epctoptxt {
  width: 37.1%;
  float: right;
}
.epctoptxt h3 {
  font-size: 30px;
  font-weight: bold;
}
.epctoptxt h2 {
  font-size: 60px;
  font-weight: bold;
  color: #BD1D21;
}
.epctoptxt img {
  position: absolute;
  width: 61%;
  right: 0;
  border: 4px solid #FFFFFF;
  margin-top: 40px;
}
.epctoptxt p {
  background: #FFF;
  position: absolute;
  padding: 70px;
  right: 0;
  width: 72%;
  bottom: 45px;
}

.epcitem {
  background: #F4F7FC;
}
.epcitem:nth-child(2n) {
  background: #fff;
}

.epclist {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.epclist li {
  width: 46.7%;
}
.epclist li .epctxt {
  position: relative;
  padding-top: 70px;
}
.epclist li .epctxt .epctit {
  position: absolute;
  height: 57px;
  background: #BD1D21;
  top: -28px;
  color: #FFF;
  font-weight: bold;
  padding-left: 74px;
  padding-right: 30px;
  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;
}
.epclist li .epctxt .epctit:after {
  content: "";
  background: url(../images/epc.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  width: 36px;
  height: 100%;
  right: -36px;
  top: 0;
  position: absolute;
}
.epclist li .epctxt .epctit span {
  font-size: 36px;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.epclist li .epctxt .epctit h4 {
  font-weight: bold;
  font-size: 24px;
  background: url(../images/projt.png) no-repeat right center;
  padding-right: 40px;
}

.epcnav {
  background: #ECF3F9;
  margin-top: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 40px 50px;
}
.epcnav li {
  width: 12.2%;
}
.epcnav li .aniimg {
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 65%;
  margin: 0 auto;
}
.epcnav li h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.epcnav li.epcnavact .aniimg {
  border-color: #BD1D21;
}
.epcnav li.epcnavact h4 {
  font-weight: bold;
  color: #BD1D21;
}

.testtop1 > img {
  width: 39.2%;
}
.testtop1 .testtxt {
  width: 53.7%;
}
.testtop1 .testtxt p {
  line-height: 24px;
  margin-bottom: 1.5em;
}

.testtit {
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  padding: 15px 44px;
  position: relative;
  background: #BD1D21;
  margin-bottom: 40px;
  text-transform: uppercase;
  display: inline-block;
}
.testtit:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/epc.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
  width: 26px;
  height: 100%;
  right: -26px;
  top: 0;
}

.testtop2 > img {
  width: 24.6%;
}
.testtop2 .testtxt {
  width: 65.2%;
}
.testtop2 .testtxt p {
  line-height: 24px;
  margin-bottom: 1.5em;
}

.testtxt img {
  width: auto;
  margin: 0 auto 1.5em;
}
.testtxt p {
  line-height: 24px;
  margin-bottom: 1.5em;
}

.testtop3 .testtxt {
  width: 59.5%;
}
.testtop3 .testpic {
  width: 34.2%;
}
.testtop3 .testpic img {
  margin-bottom: 10px;
}

.test-img3 {
  margin-top: 40px;
}
.test-img3 img {
  width: 31.5%;
}

.designtit {
  font-size: 24px;
  font-weight: bold;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  position: relative;
  padding-left: 20px;
}
.designtit:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #BD1D21;
  position: absolute;
  left: 0;
  top: -1px;
}

.designtxt p {
  padding-left: 20px;
}

.manutxt p {
  margin-top: 1.5em;
}

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

.manulist li {
  width: 46.5%;
}
.manulist li p {
  line-height: 1.5em;
  margin: 10% 0;
}

.pack-box .designtxt {
  width: 61.2%;
}
.pack-box .designtxt .designtit {
  font-size: 18px;
}
.pack-box .designtxt p {
  line-height: 1.5em;
}
.pack-box .packpic {
  width: 31.5%;
}
.pack-box .packpic img {
  margin-bottom: 27px;
}

.packlist {
  margin-top: 40px;
}
.packlist li {
  width: 47.1%;
  position: relative;
  padding-bottom: 112px;
}

.packlist-txt {
  position: absolute;
  left: 19px;
  right: 19px;
  background: #F6FBFF;
  padding: 30px 40px;
  bottom: 0;
}
.packlist-txt h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.packlist-txt p {
  line-height: 1.5em;
  min-height: 10.5em;
}

.installtxt {
  margin-bottom: 80px;
}
.installtxt h4 {
  font-size: 18px;
  margin-bottom: 0.8em;
}
.installtxt img {
  margin: 50px 0;
}

.worker-item {
  padding-top: 40px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.worker-item img {
  width: 54.2%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.worker-item .workertxt {
  width: 60.6%;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.18);
  background: #FFF;
  padding: 30px 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.worker-item .workertxt p {
  margin: 3em 0;
  font-size: 18px;
}

.finish li {
  margin-top: 50px;
}

.finishpic {
  width: 42.1%;
}

.finishtxt {
  width: 50.8%;
}
.finishtxt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
.finishtxt p {
  margin-bottom: 1.5em;
}

.engtop2 img {
  width: 19.8%;
}
.engtop2 .testtxt {
  width: 70.35%;
}

.enginerimg {
  position: relative;
}

.enginerimg-txt {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 54.4%;
  height: 100%;
  color: #FFF;
  padding: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.enginerimg-txt h4 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
.enginerimg-txt p {
  font-size: 16px;
  margin-bottom: 1.5em;
}

.engineeringtxt h5 {
  font-size: 18px;
  margin-bottom: 1.5em;
  font-weight: bold;
}
.engineeringtxt p {
  line-height: 24px;
  margin-bottom: 1.5em;
}

.engthree {
  margin-top: 40px;
}
.engthree li {
  width: 30.7%;
}
.engthree li p {
  margin: 40px 0;
  line-height: 1.5em;
  min-height: 4.5em;
}

.enginer-item img {
  right: auto;
  left: 0;
  width: 48.7%;
}
.enginer-item .workertxt {
  margin-left: 37%;
  width: 63%;
}
.enginer-item .workertxt p {
  margin: 2.5em 0;
}

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

.enginerbot-txt {
  position: absolute;
  left: 30px;
  right: 30px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 50px 6%;
  top: 0;
}
.enginerbot-txt h3 {
  color: #BD1D21;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.enginerbot-txt > p {
  margin-bottom: 1.5em;
}

.enginerbot-list {
  width: 61.5%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-left: 2px solid #BD1D21;
  padding-left: 35px;
}
.enginerbot-list li {
  background: url(../images/dh.png) no-repeat left 3px;
  -o-background-size: 12px 12px;
     background-size: 12px 12px;
  padding-left: 20px;
  margin-bottom: 1.5em;
}

.enginerbot-left {
  width: 35%;
}
.enginerbot-left h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1.5em;
}

/*search*/
.searchtit {
  text-align: center;
}
.searchtit h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
}
.searchtit h2:before {
  left: -290px;
  top: 50%;
}
.searchtit h2:after {
  right: -290px;
  top: 50%;
}

.searchtit h2:before, .searchtit h2:after {
  content: "";
  width: 269px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  display: block;
}

.sear-main {
  width: 42%;
  height: 50px;
  background: #EEF5FC;
  border-radius: 6px;
  margin: 50px auto;
  position: relative;
}
.sear-main input {
  width: 100%;
  border: 0 none;
  background: none;
  line-height: 50px;
  padding-left: 30px;
  padding-right: 60px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 18px;
  color: #262626;
}
.sear-main button {
  border: 0 none;
  background: none;
  background: url(../images/seaicon.png) no-repeat center center;
  width: 60px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.searhead {
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.searhead font {
  font-size: 36px;
  font-weight: bold;
}

.searcon li {
  padding: 40px 0;
  border-bottom: 1px solid #f2f2f2;
}
.searcon li p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.5em;
  margin-top: 20px;
}
.searcon li h4 {
  font-size: 18px;
  font-weight: bold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 77%;
}
.searcon li h4 font {
  color: #BD1D21;
}
.searcon li:hover h4 {
  color: #BD1D21;
}

.seartxt {
  overflow: hidden;
}
.seartxt > span {
  float: right;
  font-size: 15px;
  color: #666;
  display: block;
  margin-right: 10px;
}

.fourleft {
  width: 41.3%;
}

.fourright {
  width: 49%;
}
.fourright h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #BD1D21;
  display: inline-block;
  text-transform: uppercase;
  color: #BD1D21;
}

.fourpic {
  border-bottom: 8px solid #F2FAFF;
  padding-bottom: 45px;
}
.fourpic h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.fourpic img {
  width: 74%;
  margin: 0 auto;
}

.fourtxt {
  margin-top: 50px;
}
.fourtxt span {
  font-size: 18px;
  font-weight: bold;
  background: url(../images/app.png) no-repeat left center;
  padding-left: 32px;
  color: #BD1D21;
}
.fourtxt .fourphone {
  margin-top: 20px;
  font-size: 36px;
  font-weight: bold;
  display: block;
  color: #BD1D21;
}
.fourtxt .fourphone span {
  background: url(../images/fourphone.png) no-repeat left center;
  -o-background-size: 30px 30px;
     background-size: 30px 30px;
  display: inline-block;
  padding-left: 46px;
}

.fourlist {
  margin-top: 40px;
  padding-bottom: 40px;
}
.fourlist li {
  float: left;
  height: 40px;
  background: #F2FAFF;
  line-height: 40px;
  padding: 0 20px;
  margin-right: 4%;
  margin-bottom: 26px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 48%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fourlist li:nth-child(2n) {
  margin-right: 0;
}
.fourlist li:hover {
  background: #BD1D21;
}
.fourlist li:hover a {
  color: #fff;
}

.fournav li {
  width: 33.33%;
  background: #F2FAFF;
  text-align: center;
}
.fournav li h4 {
  margin-top: 37px;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.fournav li h4:before {
  content: "";
  display: block;
  width: 33px;
  height: 1px;
  background: #333;
  position: absolute;
  left: -43px;
  top: 50%;
}
.fournav li h4:after {
  content: "";
  display: block;
  width: 33px;
  height: 1px;
  background: #333;
  position: absolute;
  right: -43px;
  top: 50%;
}
.fournav li a {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 37px;
  width: 77px;
  height: 22px;
  background: #BD1D21;
  font-size: 15px;
  text-align: center;
  line-height: 22px;
  color: #fff;
}

.fournav li a:hover {
  opacity: 0.8;
}

.fourtxt .fourphone:hover {
  opacity: 0.8;
}

.contactmap {
  height: 600px;
}
.contactmap iframe {
  height: 100%;
}

.contactleft {
  width: 47%;
}

.contacttit img {
  width: 69%;
}
.contacttit h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -30px;
  margin-bottom: 40px;
}
.contacttit p {
  font-size: 16px;
  line-height: 1.5em;
}

.contacttxt li {
  margin-top: 60px;
}
.contacttxt li span {
  display: block;
  font-size: 18px;
  color: #BD1D21;
  margin-bottom: 30px;
  font-weight: bold;
}
.contacttxt li span img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}
.contacttxt li a {
  font-size: 24px;
}
.contacttxt li a strong {
  color: #BD1D21;
  font-size: 36px;
  font-weight: bold;
}
.contacttxt li p {
  font-size: 18px;
}

.contactright {
  width: 46.7%;
}

.new-liuyan .liuyan {
  border-radius: 16px;
}
.new-liuyan .modal-body h4 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}
.new-liuyan .modal-body > p {
  text-align: center;
  color: #4D4D4D;
  width: 88%;
  margin: 30px auto 20px;
}
.new-liuyan input, .new-liuyan select, .new-liuyan .modalcon-text textarea {
  background: #F5F9FC;
  border: 0 none;
}
.new-liuyan .modalcon-text {
  border-top: 1px solid #EEEFEF;
  margin-top: 40px;
  padding-top: 40px;
}
.new-liuyan .modalcon-text label {
  position: relative;
}
.new-liuyan .modalcon-text label font {
  display: block;
  padding-left: 20px;
}
.new-liuyan .modalcon-text label span {
  top: -3px;
}
.new-liuyan .modalcon-text textarea {
  height: 100px;
  line-height: 1.5em;
  padding: 10px 20px;
  margin-top: 10px;
}
.new-liuyan li {
  position: relative;
}
.new-liuyan li label {
  display: block;
  position: static;
}
.new-liuyan li label font {
  display: none;
}
.new-liuyan li span {
  right: auto;
  left: 10px;
  top: 15px;
}
.new-liuyan .liuyan .zxlybtn {
  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;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
}
.new-liuyan .liuyan .zxlybtn input {
  width: 47%;
  margin: 0;
  padding: 0;
}
.new-liuyan .liuyan .zxlybtn input:hover {
  opacity: 0.8;
}

@media (max-width: 1500px) {
  .design li {
    padding: 20px 20px 30px;
  }
  .titbox h2 {
    font-size: 40px;
  }
  .titbox h2::before {
    width: 30px;
    height: 30px;
    left: -45px;
  }
  .titbox h2::after {
    width: 15px;
    height: 15px;
    right: -25px;
  }
  .brand-tit h3 {
    font-size: 48px;
  }
  .newstoptxt {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .newstoptxt h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .newsbtn {
    bottom: 38px;
  }
  .about-tit h2 {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .culturelist .culturetxt h4 {
    font-size: 20px;
  }
  .culturelist .culturetxt li {
    margin: 25px 0;
  }
  .brandlist li {
    margin-top: 50px;
  }
  .soluitemtxt {
    height: 60px;
  }
  .soluitem li {
    margin-bottom: 40px;
  }
  .newslist li {
    padding: 20px 0;
  }
  .solutop li {
    width: 15%;
  }
  .solutop li .aniimg {
    border-width: 6px;
  }
  .solutop li h4 {
    font-size: 16px;
  }
  .casechat > a {
    font-size: 26px;
  }
  .casechat > a:before {
    width: 38px;
    height: 38px;
    -o-background-size: 18px 18px;
       background-size: 18px 18px;
  }
  .casechatbtn a {
    font-size: 18px;
    padding: 0 9%;
  }
  .detailtop-con {
    padding-top: 46px;
  }
  .detailtop-con h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .detailtop-txt {
    padding-top: 60px;
  }
  .detail-main > h4, .major > h4 {
    font-size: 22px;
    padding: 10px 30px;
    padding-right: 40px;
    margin-bottom: 30px;
  }
  .detail-main h5 {
    margin-bottom: 20px;
  }
  .detail-main h6 {
    margin-bottom: 18px;
  }
  .detail-side .modellist h3 {
    font-size: 26px;
    padding: 15px 0;
  }
  .protxt {
    height: 60px;
    left: 20px;
    padding-right: 70px;
    padding-left: 20px;
  }
  .protxt h4 {
    font-size: 16px;
  }
  .protxt::after {
    width: 67px;
    height: 36px;
    -o-background-size: 25px 17px;
       background-size: 25px 17px;
  }
  .prolist li:hover .protxt:after {
    -o-background-size: 25px 17px;
       background-size: 25px 17px;
  }
  .sidepro {
    padding: 30px 15px 0;
  }
  .sidepro li {
    margin-bottom: 30px;
  }
  .sidepro li .protxt {
    padding-right: 60px;
    height: 50px;
  }
  .sidepro li .protxt:after {
    width: 52px;
    height: 28px;
    -o-background-size: 20px 14px;
       background-size: 20px 14px;
  }
  .sidepro li:hover .protxt:after {
    -o-background-size: 20px 14px;
       background-size: 20px 14px;
  }
  .detail-main table {
    line-height: 1.5em;
  }
  .newsitem-tit {
    margin-bottom: 20px;
  }
  .newsitem-tit h4 {
    font-size: 20px;
  }
  .newschat-number a {
    font-size: 30px;
  }
  .sidenews li {
    padding: 15px 0;
    padding-left: 18px;
  }
  .sidenews li:before {
    top: 19px;
  }
  .prevlist {
    padding: 40px 0;
  }
  .prevlist p {
    line-height: 1.7em;
  }
  .caseitem li h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .caseitem li h4:before {
    top: 6px;
  }
  .sidecases h4 {
    margin-top: 15px;
  }
  .epctoptxt h3 {
    font-size: 26px;
  }
  .epctoptxt h2 {
    font-size: 52px;
  }
  .epctoptxt p {
    padding: 50px;
  }
  .epclist li .epctxt .epctit {
    padding-left: 65px;
  }
  .epclist li .epctxt .epctit span {
    font-size: 30px;
  }
  .epclist li .epctxt .epctit h4 {
    font-size: 20px;
    -o-background-size: 25px 17px;
       background-size: 25px 17px;
  }
  .epclist li .epctxt {
    padding-top: 50px;
  }
  .testtit {
    font-size: 20px;
    padding: 10px 30px;
  }
  .designtit {
    font-size: 20px;
  }
  .test-img2 {
    margin-top: 30px;
  }
  .epcnav {
    padding: 40px 20px;
  }
  .packlist-txt {
    padding: 20px;
  }
  .packlist-txt h4 {
    font-size: 22px;
  }
  .packlist-txt p {
    min-height: 12em;
  }
  .installtxt {
    margin-bottom: 50px;
  }
  .installtxt img {
    margin: 30px 0;
  }
  .worker-item {
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .worker-item .workertxt p {
    margin: 2em 0;
    font-size: 16px;
  }
  .searcon li {
    padding: 25px 0;
  }
  .searcon li p {
    margin-top: 15px;
  }
  .new-liuyan .liuyan {
    padding: 35px 25px;
  }
  .new-liuyan .liuyan .modal-body h4 {
    font-size: 26px;
  }
  .new-liuyan .liuyan .modal-body > p {
    margin: 20px auto 15px;
  }
  .new-liuyan .liuyan .modalcon-text {
    margin-top: 30px;
    padding-top: 30px;
  }
  .new-liuyan .liuyan .zxlybtn {
    margin-top: 25px;
  }
  .contacttit h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .contacttxt li {
    margin-top: 50px;
  }
  .contacttxt li span {
    margin-bottom: 20px;
  }
  .enginerimg-txt {
    padding: 30px 40px;
  }
  .enginerimg-txt p {
    margin-bottom: 1em;
  }
  .enginerimg-txt h4 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  .insoluban li:hover {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
  }
  .insoluban li:hover .insoluban-txt {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 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;
    top: 0;
  }
  .insoluban li:hover .insoluban-txt h4 {
    color: #FFF;
    margin-top: 0;
  }
  .newsitem li:hover {
    position: relative;
  }
  .newsitem li:hover:before {
    content: "";
    display: block;
    left: -35px;
    right: -35px;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #BD1D21;
    top: 0;
  }
  .newsitem li:hover h4 {
    color: #FFF;
  }
  .newsitem li:hover h4:before {
    border-color: #FFF;
  }
  .newsitem li:hover p, .newsitem li:hover span {
    color: #FFF;
  }
  .newsitem li:hover .news-date {
    background: #FFF;
    color: #BD1D21;
  }
  .newsitem li:hover .news-date b {
    border-color: #BD1D21;
  }
  .newsitem li:hover .news-date span {
    color: #BD1D21;
  }
  .caseitem 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);
  }
  .caseitem li:hover h4 {
    color: #BD1D21;
  }
  .sidecases 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);
  }
  .sidecases li:hover h4 {
    color: #BD1D21;
    font-weight: bold;
  }
  .epcitem 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);
  }
  .epcnav li:hover .aniimg {
    border-color: #BD1D21;
  }
  .epcnav 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);
  }
  .epcnav li:hover h4 {
    font-weight: bold;
    color: #BD1D21;
  }
}