@charset "UTF-8";
.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
@keyframes criss-xz {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 500px;
    height: 500px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 500px;
    height: 500px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 500px;
    height: 500px;
  }
}
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.banner {
  width: 100%;
  height: 560px;
  position: relative;
  display: block;
  overflow: hidden;
  /* The Nivo Slider styles */
  /* If an image is wrapped in a link */
  /* The slices and boxes in the Slider */
  /* Caption styles */
}
.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: 10px;
  height: 10px;
  text-indent: -9999px;
  border: 0;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #999;
}
.banner .nivo-controlNav a.active {
  width: 40px;
  background: #db1614;
}
.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: -600px;
}
.banner a.nivo-prevNav {
  left: 50%;
  margin-left: -600px;
  background: rgba(0, 0, 0, 0.3) url(../images/arrowBl.png) center center no-repeat;
}
.banner .nivo-caption {
  display: none;
}
.banner .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.banner .nivo-caption a:hover {
  color: #fff;
}
.banner .ribbon {
  width: 111px;
  height: 111px;
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 300;
}
.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-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  opacity: 0.8;
  /* Overridden by captionOpacity setting */
  width: 100%;
  z-index: 8;
}
.banner .nivo-caption p {
  padding: 5px;
  margin: 0;
}
.banner .nivo-caption a {
  display: inline !important;
}
.banner .nivo-html-caption {
  display: none;
}
.product {
  padding: 70px 0 60px;
  background: #fff;
  background: url(../images/probg.jpg) center 292px no-repeat;
}
.product .title {
  width: 1200px;
  margin: 0 auto;
  height: 58px;
}
.product .title .left {
  line-height: 1;
}
.product .title .left h3 {
  font-size: 28px;
  font-weight: bold;
}
.product .title .left h3 span {
  color: #db1614;
}
.product .title .left p {
  font-family: Arial;
  font-size: 14px;
  color: #666;
  margin-top: 16px;
  text-transform: uppercase;
}
.product .title .nore {
  float: right;
}
.product .title .nore a {
  display: block;
  width: 162px;
  height: 42px;
  line-height: 41px;
  background-image: linear-gradient(-90deg, #330c70 17%, #ff1800 100%);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.product .title .nore a: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;
}
.product .title .nore a:hover,
.product .title .nore a:focus,
.product .title .nore a:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.product .title .nore a:hover:before,
.product .title .nore a:focus:before,
.product .title .nore a:active:before {
  opacity: 1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.product .proBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 58px;
}
.product .proBox:after {
  content: "";
  display: block;
  clear: both;
}
.product .proBox .proList1 {
  height: 260px;
}
.product .proBox .proList1:after {
  content: "";
  display: block;
  clear: both;
}
.product .proBox .proList1 ul li {
  float: left;
  position: relative;
  margin-left: 72px;
  width: 232px;
  height: 246px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(214, 214, 214, 0.75);
  border: solid 1px #ececec;
  padding: 6px;
}
.product .proBox .proList1 ul li:first-child {
  margin-left: 0;
}
.product .proBox .proList1 ul li .pic {
  display: block;
  width: 232px;
  height: 192px;
  overflow: hidden;
}
.product .proBox .proList1 ul li .pic img {
  width: 232px;
  height: 192px;
  display: block;
  -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;
}
.product .proBox .proList1 ul li h5 {
  width: 180px;
  margin: 16px auto 5px;
  position: relative;
}
.product .proBox .proList1 ul li h5:after,
.product .proBox .proList1 ul li h5:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  transition: all 0.6s ease;
  background-image: linear-gradient(69deg, #330c70 0%, #b94b23 100%);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .proBox .proList1 ul li h5:before {
  top: -1px;
  left: -1px;
}
.product .proBox .proList1 ul li h5:after {
  right: -1px;
  bottom: -1px;
}
.product .proBox .proList1 ul li h5 a {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  background: #FFF;
}
.product .proBox .proList1 ul li:hover {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.75);
}
.product .proBox .proList1 ul li: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);
}
.product .proBox .proList1 ul li:hover h5:after,
.product .proBox .proList1 ul li:hover h5:before {
  width: 182px;
  height: 32px;
}
.product .proBox .proList2 {
  margin-top: 44px;
  height: 212px;
}
.product .proBox .proList2 .bd {
  width: 1200px;
  overflow: hidden;
}
.product .proBox .proList2 .bd ul li {
  float: left;
  width: 320px;
  height: 192px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(214, 214, 214, 0.75);
  padding: 10px;
  position: relative;
  margin: 10px 25px;
}
.product .proBox .proList2 .bd ul li h5 {
  width: 62px;
  float: left;
  padding-left: 2px;
  position: relative;
  z-index: 2;
}
.product .proBox .proList2 .bd ul li h5 a {
  display: block;
  height: 130px;
  writing-mode: vertical-rl;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 64px;
  padding: 10px 0 50px;
  font-size: 16px;
}
.product .proBox .proList2 .bd ul li h5 i {
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 148px;
  left: 15px;
  background: url(../images/proadd.png) center center no-repeat;
  -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;
}
.product .proBox .proList2 .bd ul li .line {
  width: 0;
  height: 192px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(69deg, #330c70 0%, #b94b23 100%);
  border-image-slice: 1;
  position: absolute;
  left: 74px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 1;
}
.product .proBox .proList2 .bd ul li .pic {
  display: block;
  width: 232px;
  height: 192px;
  overflow: hidden;
  float: right;
}
.product .proBox .proList2 .bd ul li .pic img {
  width: 232px;
  height: 192px;
  display: block;
  -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;
}
.product .proBox .proList2 .bd ul li:hover {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.75);
}
.product .proBox .proList2 .bd ul li:hover .line {
  width: 64px;
  left: 10px;
}
.product .proBox .proList2 .bd ul li:hover h5 a {
  padding: 50px 0 10px;
}
.product .proBox .proList2 .bd ul li:hover h5 i {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
  top: 10px;
}
.product .proBox .proList2 .bd ul li: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);
}
.about {
  width: 100%;
  overflow: hidden;
  background: #f9faf9 url(../images/aboutbg.jpg) center top no-repeat;
  padding: 99px 0 0;
  height: 502px;
}
.about .aboutBox {
  width: 1200px;
  margin: 0 auto;
  height: 511px;
}
.about .aboutBox:after {
  content: "";
  display: block;
  clear: both;
}
.about .aboutBox .aboutPic {
  width: 404px;
  height: 416px;
  float: left;
  margin-left: -10px;
}
.about .aboutBox .aboutPic img {
  width: 404px;
  height: 416px;
  display: block;
}
.about .aboutBox .aboutText {
  width: 755px;
  float: right;
  position: relative;
}
.about .aboutBox .aboutText .tit {
  line-height: 1;
  height: 70px;
}
.about .aboutBox .aboutText .tit:after {
  content: "";
  display: block;
  clear: both;
}
.about .aboutBox .aboutText .tit .left {
  text-transform: uppercase;
}
.about .aboutBox .aboutText .tit .left .wz1 {
  height: 23px;
  font-size: 30px;
  line-height: 23px;
}
.about .aboutBox .aboutText .tit .left .wz2 {
  height: 31px;
  font-size: 40px;
  font-weight: bold;
  line-height: 31px;
  margin-top: 15px;
}
.about .aboutBox .aboutText .tit .right {
  float: right;
  padding-top: 10px;
}
.about .aboutBox .aboutText .tit .right h4 {
  height: 24px;
  line-height: 24px;
}
.about .aboutBox .aboutText .tit .right h4 span {
  float: left;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 3px;
}
.about .aboutBox .aboutText .tit .right h4 .more {
  float: right;
  font-size: 14px;
  font-weight: bold;
}
.about .aboutBox .aboutText .tit .right h4 .more:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #666666;
  margin-right: 20px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutBox .aboutText .tit .right h4 .more:hover {
  color: #db1614;
}
.about .aboutBox .aboutText .tit .right h4 .more:hover:before {
  margin-right: 10px;
  background-color: #db1614;
}
.about .aboutBox .aboutText .tit .right p {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 4px;
  color: #666666;
  margin-top: 17px;
}
.about .aboutBox .aboutText .text {
  font-size: 14px;
  color: #666;
  margin-top: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  line-height: 30px;
  height: 210px;
  text-align: justify;
}
.about .aboutBox .aboutText .aboutlx {
  margin-top: 55px;
}
.about .aboutBox .aboutText .aboutlx:after {
  content: "";
  display: block;
  clear: both;
}
.about .aboutBox .aboutText .aboutlx li {
  float: left;
}
.about .aboutBox .aboutText .aboutlx li h5 {
  height: 20px;
  font-size: 16px;
  line-height: 20px;
}
.about .aboutBox .aboutText .aboutlx li h5 img {
  display: inline-block;
  margin-right: 5px;
}
.about .aboutBox .aboutText .aboutlx li p {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}
.about .aboutBox .aboutText .aboutlx li.li1 {
  width: 350px;
}
.about .aboutBox .aboutText .aboutlx li.li3 {
  float: right;
}
.news {
  padding: 60px 0;
  background: url(../images/newsbg.jpg) center 60px no-repeat;
}
.news .newsBox {
  width: 1200px;
  margin: 0 auto;
}
.news .newsBox:after {
  content: "";
  display: block;
  clear: both;
}
.news .newsBox .newsL {
  float: left;
  width: 524px;
}
.news .newsBox .newsL .title {
  line-height: 1;
  height: 90px;
  border-bottom: solid 1px #313131;
}
.news .newsBox .newsL .title h3 {
  font-size: 28px;
  font-weight: bold;
}
.news .newsBox .newsL .title h3 span {
  color: #db1614;
}
.news .newsBox .newsL .title p {
  font-family: Arial;
  font-size: 14px;
  color: #666;
  margin-top: 16px;
  text-transform: uppercase;
}
.news .newsBox .newsL .newsSlide {
  position: relative;
  margin-top: 8px;
  height: 411px;
}
.news .newsBox .newsL .newsSlide:after {
  content: "";
  display: block;
  clear: both;
}
.news .newsBox .newsL .newsSlide .item {
  padding: 29px 0;
  height: 84px;
  border-bottom: solid 1px #313131;
  position: relative;
}
.news .newsBox .newsL .newsSlide .item:after {
  content: "";
  display: block;
  clear: both;
}
.news .newsBox .newsL .newsSlide .item .date {
  border-radius: 50%;
  text-align: center;
  width: 50px;
  line-height: 32px;
  height: 66px;
  padding: 9px 17px;
  float: left;
  color: #292929;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
.news .newsBox .newsL .newsSlide .item .date i {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsL .newsSlide .item .date span {
  display: block;
  border-top: 1px #292929 solid;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsL .newsSlide .item .date:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 84px;
  left: 0;
  background: #db1614;
  background-image: linear-gradient(-69deg, #330c70 17%, #ff1800 100%), linear-gradient(#4699ec, #4699ec);
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsL .newsSlide .item .text {
  width: 420px;
  float: right;
  line-height: 36px;
  padding: 4px 0;
}
.news .newsBox .newsL .newsSlide .item .text h5 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.news .newsBox .newsL .newsSlide .item .text h5 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .newsL .newsSlide .item .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.news .newsBox .newsL .newsSlide .item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #db1614;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsL .newsSlide .item:hover:after {
  width: 100%;
}
.news .newsBox .newsL .newsSlide .item:hover .date {
  color: #fff;
}
.news .newsBox .newsL .newsSlide .item:hover .date span {
  border-color: #fff;
}
.news .newsBox .newsL .newsSlide .item:hover .date:after {
  top: 0;
}
.news .newsBox .newsL .newsSlide .item:hover h5 a {
  color: #db1614;
}
.news .newsBox .newsR {
  width: 540px;
  float: right;
}
.news .newsBox .newsR .tit {
  font-size: 18px;
  line-height: 80px;
  border-bottom: solid 1px #313131;
  padding-top: 10px;
}
.news .newsBox .aqBox {
  height: 320px;
}
.news .newsBox .aqBox:after {
  content: "";
  display: block;
  clear: both;
}
.news .newsBox .aqBox .pic {
  float: left;
  margin-top: 40px;
  width: 210px;
  height: 280px;
  border-radius: 6px;
}
.news .newsBox .aqBox .pic img {
  display: block;
  overflow: hidden;
  width: 210px;
  height: 280px;
  border-radius: 6px;
}
.news .newsBox .aqBox .aqSlide {
  position: relative;
  float: right;
  width: 300px;
  padding-top: 40px;
}
.news .newsBox .aqBox .aqSlide .hd {
  position: absolute;
  right: 0;
  background: #efefef;
  top: -8px;
}
.news .newsBox .aqBox .aqSlide .hd ul li li {
  width: 16px;
  height: 16px;
  background-color: #313131;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -99px;
  float: left;
  margin-left: 5px;
}
.news .newsBox .aqBox .aqSlide .hd ul li li.on {
  background-color: #db1614;
}
.news .newsBox .aqBox .aqSlide .bd {
  height: 280px;
}
.news .newsBox .aqBox .aqSlide .bd ul li .item {
  border-bottom: 1px #313131 solid;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsBox .aqBox .aqSlide .bd ul li .item h5 {
  line-height: 43px;
}
.news .newsBox .aqBox .aqSlide .bd ul li .item h5 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.news .newsBox .aqBox .aqSlide .bd ul li .item h5 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .aqBox .aqSlide .bd ul li .item p {
  display: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsBox .aqBox .aqSlide .bd ul li .item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #db1614;
  width: 0;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .aqBox .aqSlide .bd ul li .item.on {
  padding-bottom: 15px;
}
.news .newsBox .aqBox .aqSlide .bd ul li .item.on h5 {
  font-weight: bold;
}
.news .newsBox .aqBox .aqSlide .bd ul li .item.on p {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
}
.news .newsBox .aqBox .aqSlide .bd ul li .item:hover h5 a {
  color: #db1614;
}
.news .newsBox .aqBox .aqSlide .bd ul li .item:hover:after {
  width: 100%;
}
.links {
  margin-top: 45px;
  height: 25px;
  line-height: 25px;
  padding: 25px 0;
}
.links .title {
  float: left;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.links .list {
  line-height: 25px;
  float: right;
  width: 480px;
  height: 25px;
  overflow: hidden;
}
.links .list a {
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
  color: #fff;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
