html {
  font-size: 625%;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cl{ clear:both;}

body {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .14rem;
  line-height: 1.42857143;
  color: #333;width:100%;min-width:1170px;
  background-color: #ffffff;
}
.img {
  position: relative;
  width: 1.74rem;
  height: 2.41rem;
  cursor: pointer;
  overflow: hidden;
}
.img img {
  position: relative;
  opacity: 1;
  overflow: hidden;
  display: block;
   max-height: 100%;
  width: auto;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.img.scale-down img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.img .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  color: #fff;
  overflow: hidden;
}
.img .caption h3 {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  font-size: .18rem;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.img .caption p {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  font-size: .14rem;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.img .caption a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.img.line .caption::before,
.img.line .caption::after {
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: opacity 0.4s, transform .4s;
}
.img.line .caption::before {
  top: 8%;
  right: 10%;
  bottom: 8%;
  left: 10%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.img.line .caption::after {
  top: 8%;
  right: 10%;
  bottom: 8%;
  left: 10%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.img.line .cross::before {
  top: 14%;
  right: 5%;
  bottom: 14%;
  left: 5%;
}
.img.slide-bottom .caption {
  background-color: rgba(254, 114, 83, 0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.img.slide-bottom .caption h3,
.img.slide-bottom .caption p {
  top: -50%;
  opacity: 0;
}
.img.slide-bottom .caption p {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.img.slide-top .caption {
  background-color: rgba(254, 114, 83, 0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.img.slide-top .caption h3,
.img.slide-top .caption p {
  top: 150%;
  opacity: 0;
}
.img.slide-top .caption p {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.img.slide-left .caption {
  background-color: rgba(254, 114, 83, 0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.img.slide-left .caption h3 {
  top: 25%;
  left: -100%;
  opacity: 0;
}
.img.slide-left .caption p {
  top: 50%;
  left: -100%;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.img.slide-right .caption {
  background-color: rgba(254, 114, 83, 0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.img.slide-right .caption h3 {
  top: 25%;
  left: 200%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.img.slide-right .caption p {
  top: 50%;
  left: 200%;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.img:hover h3 {
  opacity: 1;
}
.img:hover p {
  top: 50%;
  opacity: 1;
}
.img.scale-up:hover img {
  opacity: 1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.img.scale-down:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.img.line:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.img.line:hover .caption::before,
.img.line:hover .caption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.img.slide-bottom:hover .caption {
  background-color: rgba(254, 114, 83, 0.8);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.img.slide-bottom:hover h3 {
  top: 25%;
  opacity: 1;
}
.img.slide-bottom:hover p {
  top: 50%;
  opacity: 1;
}
.img.slide-bottom.push:hover img {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.img.slide-top:hover .caption {
  background-color: rgba(254, 114, 83, 0.8);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.img.slide-top:hover h3 {
  top: 25%;
  opacity: 1;
}
.img.slide-top:hover p {
  top: 50%;
  opacity: 1;
}
.img.slide-top.push:hover img {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.img.slide-left:hover .caption {
  background-color: rgba(254, 114, 83, 0.8);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.img.slide-left:hover h3 {
  left: 0;
  opacity: 1;
}
.img.slide-left:hover p {
  left: 0;
  opacity: 1;
}
.img.slide-left.push:hover img {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.img.slide-right:hover .caption {
  background-color: rgba(254, 114, 83, 0.8);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.img.slide-right:hover h3 {
  left: 0;
  opacity: 1;
}
.img.slide-right:hover p {
  left: 0;
  opacity: 1;
}
.img.slide-right.push:hover img {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.img-spin {
  position: relative;
  display: block;
  width: 1.74rem;
  height: 2.41rem;
  overflow: hidden;
  border: 0;
  box-sizing: border-box;
  -webkit-perspective: 17rem;
  -moz-perspective: 17rem;
  perspective: 17rem;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  cursor: pointer;
}
.img-spin .rotate {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.img-spin .rotate .img {
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.img-spin .rotate .img img {
  display: block;
  position: relative;
  max-width: 100%;
}
.img-spin .rotate .caption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  opacity: 0;
  background-color: #fe7253;
  text-align: center;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.img-spin .rotate .caption h3 {
  position: absolute;
  top: 25%;
  left: 0;
  font-size: .18rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: #fff;
}
.img-spin .rotate .caption p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: .14rem;
  text-align: center;
  color: #fff;
}
.img-spin .rotate .caption a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-spin .rotate.DX .caption {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.img-spin .rotate.DY .caption {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.img-spin .rotate.DX:hover .img {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.img-spin .rotate.DX:hover .caption {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}
.img-spin .rotate.DY:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.img-spin .rotate.DY:hover .caption {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.index .productDisplay .big-title {
  font-size: 18px;
  font-weight: 700;
  color: #292929;
  text-align: center;
  position: relative;
  top: 50px;
  width: 200px;
  margin: 0 auto;
  background-color: #fff;
}
.index .productDisplay .small-title {
  margin-top: 40px;
  padding: 10px 0 40px;
  border-top: 1px dashed #dedede;
  text-align: center;
  color: #c6c6c5;
}
.index .productDisplay .dl-horizontal dt {
  width: 220px;
}
.index .productDisplay .dl-horizontal dt .online {
  width: 200px;
  border: 1px solid #dedede;
}
.index .productDisplay .dl-horizontal dt .online .title {
  line-height: 50px;
  background-color: #bc0010;
  color: #fff;
  text-align: center;
}
.index .productDisplay .dl-horizontal dt .online ul {
  margin: 0 10px;
  text-align: left;
  font-weight: initial;
}
.index .productDisplay .dl-horizontal dt .online ul li {
  padding: 5px 0;
  color: #666;
}
.index .productDisplay .dl-horizontal dt .online ul li a {
  color: #666;
}
.index .productDisplay .dl-horizontal dt .online ul .mini-title {
  font-size: 16px;
  color: #666;
}
.index .productDisplay .dl-horizontal dt .online ul .divider {
  height: 0;
  border-top: 1px dashed #dedede;
}
.index .productDisplay .dl-horizontal dd {
  margin-left: 220px;
  height: 650px;
  overflow: hidden;
}
.index .productDisplay .simplefilter li {
  color: white;
  cursor: pointer;
  width: 2rem;
  height: .6rem;
  line-height: .6rem;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  background-color: #2b2b2b;
  text-align: center;
  transition: all .3s;
}
.index .productDisplay .simplefilter li.active,
.index .productDisplay .simplefilter li:hover {
  background-color: #bc0010;
}
.index .productDisplay .filtr-container {
  margin-right: -15px;
  margin-top: -15px;
}
.index .productDisplay .filtr-container .filtr-item {
  padding: 15px;
}
.index .productDisplay .filtr-container .wrap {
  padding-left: 16px;
  border: 1px solid #dedede;
}
.index .productDisplay .filtr-container .wrap img {
  width: 1.74rem;
  height: 2.41rem;
}
.index .productDisplay .filtr-container .wrap .img {
  margin-top: 15px;
}
.index .productDisplay .filtr-container .wrap span {
  display: block;
  line-height: 40px;
  text-align: center;
}
.index .aboutUs {
  height: 2.21rem;
  padding-top: .4rem;
  margin: 60px 0 80px;
  background-image: url(../../img/aboutus.png);
  background-size: cover;
}
.index .aboutUs a {
  text-decoration: none;
}
.index .aboutUs h3 {
  position: relative;
  width: 300px;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 28px;
  color: #fee04e;
  text-align: center;
  border-top: 1px solid #fff;
}
.index .aboutUs h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 30px;
  background-color: #fff;
}
.index .aboutUs h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 30px;
  background-color: #fff;
}
.index .aboutUs h3 span {
  display: block;
  position: relative;
}
.index .aboutUs h3 span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 65px;
  height: 1px;
  background-color: #fff;
}
.index .aboutUs h3 span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 19px;
  width: 65px;
  height: 1px;
  background-color: #fff;
}
.index .aboutUs h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.index .aboutUs p {
  width: 800px;
  color: #fff;
  margin: 0 auto;
}
.index .choose img {
  display: block;
  margin: 0 auto;
}
.index .choose .flex {
  display: flex;
}
.index .choose .flex > div {
  flex: 1;
}
.index .choose .flex .reasons {
  background-image: url(../../img/choose2.png);
  background-size: cover;
}
.index .choose .flex .reasons .w {
  width: 550px;
  margin-left: 30px;
}
.index .choose .flex .reasons .w h3 {
  margin-top: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.index .choose .flex .reasons .w h3 + p {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 5px;
  margin-bottom: 30px;
}
.index .choose .flex .reasons .w ul li {
  height: 80px;
  padding: 15px 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 3px;
}
.index .choose .flex .reasons .w ul li img {
  float: left;
}
.index .choose .flex .reasons .w ul li div {
  margin-left: 60px;
}
.index .choose .flex .reasons .w ul li p.b {
  font-weight: 700;
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 5px;
}
.index .choose .flex .reasons .w ul li p.s {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.index .choose .flex .reasons .w ul li:last-child {
  background-color: #000;
}
.index .choose .flex .reasons .w ul li:last-child p.b {
  color: #fff;
}
.index .choose .flex .reasons .w ul li:last-child p.s {
  color: rgba(255, 255, 255, 0.7);
}
.index .case {
  position: relative;
  height: 6rem;
  margin-top: 80px;
  background-color: #f3f3f4;
}
.index .case h2 {
  margin: 0;
  text-align: center;
  padding: 40px 0 10px;
  color: #000000;
  font-size: 24px;
}
.index .case h3 {
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
  color: #000000;
  font-size: 18px;
}
.index .case .wrap {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}
.index .case .swiper-container {
  width: 1170px;
}
.index .case .swiper-slide > div {
  padding: 10px 0 10px 8px;
  background-color: #fff;
}
.index .case .swiper-slide > div .img {
  width: 254px;
  height: 311px;
}
.index .case .swiper-button-next {
  right: 0;
  color: #bcbcbc;
  background-image: none;
}
.index .case .swiper-button-next i {
  font-size: .8rem;
  outline: none;
}
.index .case .swiper-button-prev {
  left: 0;
  color: #bcbcbc;
  background-image: none;
}
.index .case .swiper-button-prev i {
  font-size: .8rem;
  outline: none;
}
.index .news h2 {
  margin-top: 60px;
  text-align: center;
  color: #000000;
  font-size: 24px;
}
.index .news h3 {
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
  color: #000000;
  font-size: 18px;
}
.index .news img {
  display: block;
  margin-bottom: 10px;
}
.index .news a {
  text-decoration: none;
}
.index .news a:hover p.c {
  color: #bc0010;
}
.index .news p.t {
  color: #1a1a1a;
  font-weight: 700;
}
.index .news p.d {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 5px;
}
.index .news p.c {
  color: #5a5a5a;
}
.index .news button {
  margin: 80px 0 150px;
  height: 50px;
  background-color: #bc0010;
  color: #fff;
  transition: all .3s;
}
.index .news button:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.product-display .content .big-title {
  font-size: 18px;
  font-weight: 700;
  color: #292929;
  text-align: center;
  position: relative;
  top: 50px;
  width: 200px;
  margin: 0 auto;
  background-color: #fff;
}
.product-display .content .small-title {
  margin-top: 40px;
  padding: 10px 0 40px;
  border-top: 1px dashed #dedede;
  text-align: center;
  color: #c6c6c5;
}
.product-display .content .dl-horizontal dt {
  width: 220px;
}
.product-display .content .dl-horizontal dt .online {
  width: 200px;
  border: 1px solid #dedede;
}
.product-display .content .dl-horizontal dt .online .title {
  line-height: 50px;
  background-color: #bc0010;
  color: #fff;
  text-align: center;
}
.product-display .content .dl-horizontal dt .online ul {
  margin: 0 10px;
  text-align: left;
  font-weight: initial;
}
.product-display .content .dl-horizontal dt .online ul li {
  padding: 5px 0;
  color: #666;
}
.product-display .content .dl-horizontal dt .online ul li a {
  color: #666;
}
.product-display .content .dl-horizontal dt .online ul .mini-title {
  font-size: 16px;
  color: #666;
}
.product-display .content .dl-horizontal dt .online ul .divider {
  height: 0;
  border-top: 1px dashed #dedede;
}
.product-display .content .dl-horizontal dd {
  margin-left: 220px;
  min-height: 984px;
}
.product-display .content .simplefilter li {
  color: white;
  cursor: pointer;
  width: 2rem;
  height: .6rem;
  line-height: .6rem;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  background-color: #2b2b2b;
  text-align: center;
  transition: all .3s;
}
.product-display .content .simplefilter li a{ color: white; text-decoration:none;}
.product-display .content .simplefilter li.active,
.product-display .content .simplefilter li:hover {
  background-color: #bc0010;
}
.product-display .content .filtr-container {
  margin-right: -15px;
  margin-top: -15px;
}
.product-display .content .filtr-container .filtr-item {
  padding: 15px;
}
.product-display .content .filtr-container .wrap {
  padding-left: 16px;
  border: 1px solid #dedede;
}
.product-display .content .filtr-container .wrap img {
  width: 1.74rem;
  height: 2.41rem;
}
.product-display .content .filtr-container .wrap .img {
  margin-top: 15px;
}
.product-display .content .filtr-container .wrap span {
  display: block;
  line-height: 40px;
  text-align: center;
}
.product-display-details .content {
  padding: 40px 0;
}
.product-display-details .content .title {
  border-bottom: 1px solid #dedede;
}
.product-display-details .content .title span {
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  border-bottom: 5px solid #bc0010;
}
.product-display-details .content .title ul {
  margin-top: 8px;
  float: right;
}
.product-display-details .content .title ul li {
  position: relative;
}
.product-display-details .content .title ul li:after {
  content: '>';
  position: absolute;
  right: -8px;
  top: 0;
}
.product-display-details .content .title ul li:first-child:after,
.product-display-details .content .title ul li:last-child:after {
  display: none;
}
.product-display-details .content .title + .details {
  border: 1px solid #dedede;
  padding: 20px;
  margin-top: 20px;
}
.product-display-details .content .title + .details .info img {
  float: left;
}
.product-display-details .content .title + .details .info .info-body {
  margin-left: 600px;
}
.product-display-details .content .title + .details .info .info-body p {
  margin-bottom: 40px;
}
.product-display-details .content .title + .details .info .info-body .small-title {
  font-size: 20px;
}
.product-display-details .content .title + .details .info .info-body span {
  display: inline-block;
  padding: 10px 20px 0 10px;
}
.product-display-details .content .title + .details .info .info-body b {
  color: #bc0010;
  font-size: 24px;
}
.product-display-details .content .title + .details .info .info-body .btn {
  width: 180px;
  background-color: #bc0010;
  font-size: 20px;
  color: #fff;
}
.product-display-details .content .title + .details .info .info-body .btn i {
  margin-left: 20px;
}
.product-display-details .content .title + .details .mini-title {
  margin: 40px 0;
  line-height: 55px;
  border: 1px solid #dedede;
}
.product-display-details .content .title + .details .mini-title span {
  display: inline-block;
  height: 100%;
  width: 200px;
  border-top: 5px solid #bc0010;
  border-right: 1px solid #dedede;
  text-align: center;
  font-size: 16px;
  color: #bc0010;
}
.product-display-details .content .title + .details p.p1 {
  color: #315aad;
  margin-bottom: 30px;
  font-size: 16px;
}
.product-display-details .content .title + .details p.p2 {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dedede;
}
.success-case .big-title {
  font-size: 18px;
  font-weight: 700;
  color: #292929;
  text-align: center;
  position: relative;
  top: 50px;
  width: 200px;
  margin: 0 auto;
  background-color: #fff;
}
.success-case .small-title {
  margin-top: 40px;
  padding: 10px 0 40px;
  border-top: 1px dashed #dedede;
  text-align: center;
  color: #c6c6c5;
}
.success-case .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.success-case .thumbnail {
  margin-bottom: 40px;
  padding: 15px 15px 0;
}
.success-case .thumbnail .img {
  width: 248px;
  height: 303px;
}
.success-case .thumbnail .caption {
  text-align: center;
}
.success-case .thumbnail .caption p {
  padding-top: 10px;
}
.success-case-details .path {
  line-height: 45px;
  background-color: #efefef;
}
.success-case-details .path ul {
  margin: 0;
}
.success-case-details .path ul li {
  position: relative;
}
.success-case-details .path ul li a {
  color: #333;
}
.success-case-details .path ul li:after {
  content: '>';
  position: absolute;
  right: -8px;
  top: 0;
}
.success-case-details .path ul li:first-child:after,
.success-case-details .path ul li:last-child:after {
  display: none;
}
.success-case-details .title {
  height: 43px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #dedede;
}
.success-case-details .title span {
  padding: 5px 0;
  border-bottom: 5px solid #bc0010;
  font-size: 24px;
  color: #292929;
}
.success-case-details .title + .details {
  margin-bottom: 60px;
  border: 1px solid #dedede;
  padding: 60px 30px;
}
.success-case-details .title + .details img {
  display: block;
  margin: 0 auto;
}
.success-case-details .title + .details p {
  margin-top: 60px;
  color: #495248;
}
.contact-us .big-title {
  font-size: 18px;
  font-weight: 700;
  color: #292929;
  text-align: center;
  position: relative;
  top: 50px;
  width: 200px;
  margin: 0 auto;
  background-color: #fff;
}
.contact-us .small-title {
  margin-top: 40px;
  padding: 10px 0 40px;
  border-top: 1px dashed #dedede;
  text-align: center;
  color: #c6c6c5;
}
.contact-us .content {
  padding-bottom: 60px;
}
.contact-us .content ul {
  margin: 60px 0;
}
.contact-us .content ul li {
  line-height: 30px;
}
.contact-us .content ul li i {
  margin-right: 10px;
  color: #bc0010;
  font-size: 18px;
}
.contact-us .content form {
  padding-top: 80px;
}
.contact-us .content form label {
  font-weight: inherit;
}
.contact-us .content form .form-control {
  border-radius: 0;
  background-color: #f5f5f5;
  border: 0;
}
.contact-us .content form button {
  width: 150px;
  background-color: #bc0010;
  color: #fff;
  border-radius: 0;
  letter-spacing: 5px;
}
.company-profile .content {
  padding-bottom: 60px;
}
.company-profile .content .title {
  position: relative;
  margin-bottom: 40px;
  padding: 80px 0 20px;
  text-align: center;
  border-bottom: 1px solid #dedede;
  font-size: 24px;
}
.company-profile .content .title small {
  color: #a9a9aa;
}
.company-profile .content .title:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background-color: #000;
}
.company-profile .content img {
  float: left;
  margin: 0 30px 30px 0;
}
.company-profile .content p {
  line-height: 2;
  text-indent: 28px;
}
.news-center .content .title {
  position: relative;
  margin-bottom: 40px;
  padding: 80px 0 20px;
  text-align: center;
  border-bottom: 1px solid #dedede;
  font-size: 24px;
}
.news-center .content .title small {
  color: #a9a9aa;
}
.news-center .content .title:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background-color: #000;
}
.news-center .content ul {
  margin: 0 30px 40px;
}
.news-center .content ul li {
  padding: 20px 30px;
  border-bottom: 1px dotted #dedede;
}
.news-center .content ul li .data {
  float: left;
  width: 60px;
  height: 60px;
  background-color: #9b9c9c;
  color: #fff;
  text-align: center;
}
.news-center .content ul li .data span {
  display: block;
}
.news-center .content ul li .data span.d {
  padding-top: 5px;
  font-size: 20px;
}
.news-center .content ul li .data + div {
  margin-left: 90px;
}
.news-center .content ul li a {
  text-decoration: none;
}
.news-center .content ul li a:hover .small-title + p {
  color: #bc0010;
}
.news-center .content ul li .small-title {
  margin-bottom: 5px;
  font-size: 16px;
  color: #666666;
}
.news-center .content ul li .small-title + p {
  color: #a7adb7;
}
.news-center .content .paging {
  text-align: center;
}
.news-center-details .path {
  line-height: 45px;
  background-color: #efefef;
}
.news-center-details .path ul {
  margin: 0;
}
.news-center-details .path ul li {
  position: relative;
}
.news-center-details .path ul li a {
  color: #333;
}
.news-center-details .path ul li:after {
  content: '>';
  position: absolute;
  right: -8px;
  top: 0;
}
.news-center-details .path ul li:first-child:after,
.news-center-details .path ul li:last-child:after {
  display: none;
}
.news-center-details .content {
  padding-bottom: 60px;
}
.news-center-details .content h1 {
  margin: 60px 0 20px;
  text-align: center;
  color: #000;
  font-size: 18px;
}
.news-center-details .content p.info {
  margin-bottom: 20px;
  text-align: center;
}
.news-center-details .content p.info span {
  display: inline-block;
  margin: 0 30px;
  color: #969898;
}
.news-center-details .content .mark {
  margin-bottom: 20px;
  padding: 5px 20px;
  background-color: #f7f7f7;
  border: 1px solid #dedede;
}
.news-center-details .content .mark ~ p {
  margin-bottom: 30px;
  text-indent: 28px;
}
.news-center-details .content .prev span,
.news-center-details .content .next span {
  color: #969898;
}
.news-center-details .content .prev a,
.news-center-details .content .next a {
  color: #666;
}
header {
  padding: 40px 0 20px;
}
header .consult {
  margin-top: 10px;
  float: right;
}
header .consult img {
  float: left;
}
header .consult .consult-body {
  margin-left: 53px;
}
header .consult .consult-body p {
  margin-bottom: 0;
  color: #666;
}
header .consult .consult-body p strong {
  margin-top: 5px;
  font-size: 24px;
  color: #292929;
}
nav {
  height: 50px;
  line-height: 50px;
  background-color: #292929;
}
nav ul li {
  float: left;
  width: 120px;
  height: 50px;
}
nav ul li a {
  display: block;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a.active {
  background-color: #bc0010;
  color: #fff;
  text-decoration: none;
}
.paging {
  margin: 0 0 60px;
  text-align: right;
}
.paging .btn-default.active {
  background-color: #010000;
  color: #fff;
}
footer {
  text-align: center;
  background-color: #292929;
}
footer > div {
  padding: 40px 0;
  color: #fff;
}
footer > p {
  line-height: 60px;
  background-color: #000000;
  color: #858485;
}
footer .info img {
  float: left;
}
footer .info .info-body {
  margin-left: 55px;
  text-align: left;
}
footer .info .info-body p {
  margin-bottom: 0;
}
/*# sourceMappingURL=project.css.map */
@media (max-width: 1024px) {
.pc{ display:none;}
.index .case .wrap{ width:1170px;}	
.index .choose .flex .reasons .w{ width:100%; padding:30px; margin:0px;}
.news img{ width:100%;}
.index .choose .flex .reasons .w ul li{ height:115px;}
.index .productDisplay .dl-horizontal dt{ float:left;}
.banner img{ width:100%;}

.product-display .content .dl-horizontal dt{float:left;}
.filtr-container .col-md-3{ width:25%; float:left;}
.content .col-md-6{ width:50%; float:left; padding:20px;}
}