.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
.banner {
  width: 100%;
  height: 650px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  /* The Nivo Slider styles */
  /* If an image is wrapped in a link */
  /* The slices and boxes in the Slider */
}
.banner .nivoSlider {
  position: relative;
  width: 1920px;
  height: 100%;
  text-align: center;
  left: 50%;
  margin-left: -960px;
}
.banner .nivoSlider img {
  display: none;
  width: auto;
  margin: 0 auto;
  height: auto;
}
.banner .nivoSlider a {
  border: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
}
.banner .nivo-controlNav-bg {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 44px;
  z-index: 100;
}
.banner .nivo-controlNav {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 101;
  text-align: center;
  font-size: 0;
}
.banner .nivo-controlNav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  margin: 0 8px;
  border-radius: 20px;
  cursor: pointer;
  background: #fbf8ef;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .nivo-controlNav a.active {
  background: #ed3132;
}
.banner .nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.banner .nivo-prevNav {
  left: 0px;
}
.banner .nivo-nextNav {
  right: 0px;
}
.banner .nivo-directionNav a {
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
}
.banner a.nivo-nextNav {
  background: rgba(0, 0, 0, 0.3) url(../images/arrowBr.png) center center no-repeat;
  right: 50%;
  margin-right: -640px;
}
.banner a.nivo-prevNav {
  left: 50%;
  margin-left: -640px;
  background: rgba(0, 0, 0, 0.3) url(../images/arrowBl.png) center center no-repeat;
}
@media (min-width: 1460px) {
  .banner a.nivo-nextNav {
    margin-right: -720px;
  }
  .banner a.nivo-prevNav {
    margin-left: -720px;
  }
}
@media (min-width: 1680px) {
  .banner a.nivo-nextNav {
    margin-right: -800px;
  }
  .banner a.nivo-prevNav {
    margin-left: -800px;
  }
}
.banner .nivo-caption {
  display: none !important;
}
.banner .ribbon {
  width: 111px;
  height: 111px;
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 300;display:none;
}
.banner .nivoSlider {
  position: relative;
}
.banner .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0 auto;
}
.banner .nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  text-align: center;
}
.banner .nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
}
.banner .nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}
.banner .nivo-html-caption {
  display: none;
}
.inTel {
  position: relative;
  z-index: 6;
  height: 0;
  width: 1200px;
  margin: 0 auto;
}
.inTel .inContactBox {
  width: 1200px;
  height: 160px;
  position: absolute;
  left: 0;
  top: -96px;
}
.inTel .inContactBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inTel .inContactBox ul li {
  position: relative;
  float: left;
  color: #ffffff;
  width: 400px;
  height: 160px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e12d2d;
  padding: 54px 0 0 65px;
}
.inTel .inContactBox ul li.li2 {
  background-color: #ed3132;
}
.inTel .inContactBox ul li i {
  display: block;
  float: left;
  width: 56px;
  height: 56px;
  margin-right: 16px;
}
.inTel .inContactBox ul li i img {
  width: 56px;
  height: 56px;
  display: block;
}
.inTel .inContactBox ul li .t1 {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding-top: 6px;
  letter-spacing: 3px;
}
.inTel .inContactBox ul li .t2 {
  font-size: 24px;
  margin-top: 8px;
  line-height: 1;
  font-weight: bold;
}
.inTel .inContactBox ul li .search {
  width: 210px;
  height: 28px;
  border-radius: 5px;
  border: solid 1px #ff5656;
  margin-top: 8px;
  margin-left: 72px;
}
.inTel .inContactBox ul li .search .searchInp {
  width: 160px;
  height: 28px;
  border: none;
  line-height: 28px;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  background: none;
  color: #fff;
}
.inTel .inContactBox ul li .search .submitBtn {
  width: 50px;
  height: 28px;
  line-height: 18px;
  background-color: #ff5656;
  border-radius: 5px;
  letter-spacing: 3px;
  color: #fff;
  float: right;
  cursor: pointer;
}
.inTel .inContactBox ul li .search .submitBtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.title {
  text-align: center;
  line-height: 1;
}
.title h3 {
  font-size: 30px;
}
.title h3:before,
.title h3:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #ff0000;
  vertical-align: middle;
  margin: 0 12px;
}
.title p {
  margin-top: 11px;
  font-size: 12px;
  line-height: 10px;
  color: #999999;
  text-transform: uppercase;
}
.product {
  padding: 135px 0 62px;
  background: url(../images/probg.jpg) center top no-repeat;
}
.product .productList {
  width: 1200px;
  margin: 0 auto;
  margin-top: 58px;
  position: relative;
}
.product .productList .listTabs {
  width: 1100px;
  margin: auto;
}
.product .productList .listTabs ul {
  position: relative;
  margin-right: -26px;
}
.product .productList .listTabs ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .productList .listTabs ul li {
  float: left;
  position: relative;
  margin-right: 55px;
  width: 330px;
  height: 386px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  z-index: 1;
  overflow: hidden;
}
.product .productList .listTabs ul li .pic {
  display: block;
  width: 330px;
  height: 330px;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  position: relative;
}
.product .productList .listTabs ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .productList .listTabs ul li .pic:after,
.product .productList .listTabs ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
.product .productList .listTabs ul li .pic:before {
  top: 0;
  left: 0;
  border-color: #ed3132 transparent transparent #ed3132;
}
.product .productList .listTabs ul li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #ed3132 #ed3132 transparent;
}
.product .productList .listTabs ul li:hover .pic:after,
.product .productList .listTabs ul li:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .productList .listTabs ul li .bt {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  display: block;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .productList .listTabs ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .productList .listTabs ul li:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.product .productList .listTabs ul li:hover .bt {
  color: #ed3132;
}
.product .productList .listTab {
  margin-top: 30px;
  height: 14px;
  text-align: center;
}
.product .productList .listTab ul {
  font-size: 0;
}
.product .productList .listTab ul li {
  display: inline-block;
  margin: 0 8px;
  width: 14px;
  height: 14px;
  background-color: #959595;
  border-radius: 50%;
}
.product .productList .listTab ul li.on {
  background-color: #ed3132;
}
.product .productList .prev,
.product .productList .next {
  width: 50px;
  height: 80px;
  border: solid 1px #bfbfbf;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 133px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
  cursor: pointer;
}
.product .productList .prev:hover,
.product .productList .next:hover {
  border-color: #ed3132;
}
.product .productList .prev {
  background: url(../images/pl.png) center center no-repeat;
  left: -82px;
}
.product .productList .prev:hover {
  background: url(../images/plh.png) center center no-repeat;
}
.product .productList .next {
  background: url(../images/pr.png) center center no-repeat;
  right: -82px;
}
.product .productList .next:hover {
  background: url(../images/prh.png) center center no-repeat;
}
.about {
  background: url(../images/aboutbg.png) center 119px no-repeat;
  padding: 83px 0 100px;
}
.about .aboutPic {
  float: right;
  width: 518px;
  height: 346px;
  position: relative;
  padding-right: 47px;
  padding-top: 42px;
}
.about .aboutPic:before {
  content: "";
  display: block;
  width: 258px;
  height: 430px;
  border: solid 1px #444444;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.about .aboutPic img {
  width: 518px;
  height: 346px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.about .aboutText {
  width: 575px;
  float: left;
  padding-top: 20px;
}
.about .aboutText .tit {
  font-size: 30px;
  color: #000000;
  line-height: 54px;
}
.about .aboutText .tit i {
  display: inline-block;
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  margin-right: 20px;
  color: #333333;
  position: relative;
  top: 3px;
}
.about .aboutText h4 {
  font-size: 24px;
  line-height: 1;
  margin-top: 50px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 28px;
  height: 140px;
  text-align: justify;
  margin-top: 38px;
  color: #666;
}
.about .aboutText .more {
  margin-top: 60px;
  display: block;
  width: 152px;
  height: 42px;
  background-color: #ed3132;
  line-height: 42px;
  color: #fefefe;
  text-align: center;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase;
}
.about .aboutText .more:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.about .aboutText .more:hover,
.about .aboutText .more:focus,
.about .aboutText .more:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.about .aboutText .more:hover:before,
.about .aboutText .more:focus:before,
.about .aboutText .more:active:before {
  opacity: 1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.about .aboutText .more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 14px;
  background: url(../images/aboutmore.png) center center no-repeat;
  margin-left: 15px;
}
.case {
  padding: 65px 0 85px;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .title h3 {
  color: #fff;
}
.case .caseBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 65px;
  position: relative;
}
.case .caseBox .list {
  width: 1200px;
  overflow: hidden;
}
.case .caseBox .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .list ul li {
  float: left;
  position: relative;
  width: 365px;
  height: 384px;
  margin-right: 52px;
}
.case .caseBox .list ul li .pic {
  display: block;
  width: 365px;
  height: 210px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.case .caseBox .list ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .list ul li:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.case .caseBox .list ul li .text {
  height: 174px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, #ed3132, #e12d2d);
  background-image: linear-gradient(to bottom, #ed3132, #ed3132);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  text-align: center;
}
.case .caseBox .list ul li .text .bt {
  font-size: 16px;
  line-height: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseBox .list ul li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .list ul li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .list ul li:hover .text {
  background-size: 100% 100%;
}
.case .caseBox .list ul li:hover .text .bt,
.case .caseBox .list ul li:hover .text p {
  color: rgba(255, 255, 255, 0.9999);
}
.case .caseBox .prev,
.case .caseBox .next {
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 144px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
  cursor: pointer;
}
.case .caseBox .prev {
  background: url(../images/cl.png) center center no-repeat;
  left: -92px;
}
.case .caseBox .prev:hover {
  background: url(../images/clh.png) center center no-repeat;
}
.case .caseBox .next {
  background: url(../images/cr.png) center center no-repeat;
  right: -92px;
}
.case .caseBox .next:hover {
  background: url(../images/crh.png) center center no-repeat;
}
.news {
  padding: 56px 0 75px;
}
.news .inContent {
  margin-top: 39px;
}
.news .inContent .one {
  float: left;
  width: 610px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .inContent .one .pic {
  width: 610px;
  height: 310px;
  display: block;
  overflow: hidden;
}
.news .inContent .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .inContent .one .text {
  position: relative;
  padding: 30px 0 30px 105px;
  height: 156px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .inContent .one .text .date {
  font-size: 24px;
  float: left;
  position: absolute;
  left: 0;
  top: 30px;
}
.news .inContent .one .text .date span {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #999999;
  height: 24px;
  font-weight: 100;
  top: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .inContent .one .text .bt {
  display: block;
  line-height: 26px;
  font-size: 16px;
  height: 26px;
  width: 390px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .inContent .one .text p {
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #b3b3b3;
  width: 390px;
}
.news .inContent .one .text .more {
  position: absolute;
  left: 20px;
  top: 80px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: block;
  font-family: SimSun;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  color: #666;
  padding: 0 25px;
}
.news .inContent .one .text .more:hover {
  color: #ed3132;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  border-color: #666;
}
.news .inContent .one:hover .pic img {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}
.news .inContent .one:hover .text .bt {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  color: #ed3132;
}
.news .inContent .list {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 510px;
}
.news .inContent .list ul li {
  height: 156px;
  border-bottom: 1px #eee solid;
  padding: 30px 0 30px 100px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.news .inContent .list ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #ed3132;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .inContent .list ul li:hover:after {
  width: 100%;
}
.news .inContent .list ul li .date {
  font-size: 24px;
  float: left;
  position: absolute;
  left: 0;
  top: 30px;
}
.news .inContent .list ul li .date span {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #999;
  height: 24px;
  top: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: 100;
}
.news .inContent .list ul li .date i {
  display: block;
  font-size: 16px;
  color: #999;
  margin-top: 10px;
  line-height: 1;
  font-weight: 100;
}
.news .inContent .list ul li .bt {
  display: block;
  line-height: 26px;
  font-size: 16px;
  height: 26px;
  width: 355px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .inContent .list ul li p {
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #b3b3b3;
  width: 355px;
}
.news .inContent .list ul li .more {
  position: absolute;
  right: -30px;
  bottom: 16px;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  font-family: SimSun;
  font-weight: bold;
  border-left: 1px #ccc solid;
  line-height: 24px;
  height: 24px;
  color: #ed3132;
  padding: 0 0 0 25px;
}
.news .inContent .list ul li .more:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  border-color: #ed3132;
}
.news .inContent .list ul li:hover .bt {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  color: #ed3132;
}
.news .inContent .list ul li:hover .more {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.links {
  background-color: #f7f7f7;
  padding: 34px 0 30px;
}
.links .tit {
  height: 18px;
  width: 91px;
  font-size: 16px;
  line-height: 1;
  padding-left: 45px;
  padding-top: 18px;
  font-weight: bold;
  background: url(../images/linkstit.png) left center no-repeat;
  border-right: 1px #d2d2d2 solid;
  float: left;
}
.links .list {
  width: 1063px;
  line-height: 36px;
}
.links .list a {
  margin-left: 30px;
  display: inline-block;
}
.links .list a:hover {
  color: #ed3132;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.inContact {
  background: #121212;
  border-bottom: 1px #292929 solid;
  padding: 40px 0 26px;
}
.inContact ul {
  font-size: 0;display:flex;justify-content: space-between;
}
.inContact ul li {
  font-size: 14px;
  display: inline-block;width:auto;float:left;
  color: #ffffff;
}
.inContact ul li img {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
