@charset "UTF-8";
.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: 1200px;
  margin: 0 auto;
  height: 400px;
  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: 1200px;
  height: 100%;
  text-align: center;
}
.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: #1174c5;
}
.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: -580px;
}
.banner a.nivo-prevNav {
  left: 50%;
  margin-left: -580px;
  background: rgba(0, 0, 0, 0.3) url(../images/arrowBl.png) center center no-repeat;
}
.banner .nivo-caption {
  display: none !important;
}
.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-html-caption {
  display: none;
}
.title {
  font-size: 24px;
  color: #222;
  line-height: 1;
  text-align: center;
}
.title:before,
.title:after {
  content: "";
  width: 49px;
  height: 3px;
  background-color: #222222;
  display: inline-block;
  vertical-align: middle;
}
.title:before {
  margin-right: 18px;
}
.title:after {
  margin-left: 18px;
}
.about {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 34px 0 0;
}
.about .aboutBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  background: #fff;
}
.about .aboutBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutBox .aboutPic {
  float: left;
  width: 600px;
  height: 400px;
  position: relative;
}
.about .aboutBox .aboutPic:before {
  content: "";
  display: block;
  width: 550px;
  height: 350px;
  border: solid 10px #ffffff;
  opacity: 0.5;
  position: absolute;
  left: 15px;
  top: 15px;
}
.about .aboutBox .aboutPic img {
  width: 600px;
  height: 400px;
  display: block;
}
.about .aboutBox .aboutText {
  width: 600px;
  height: 400px;
  float: right;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 34px 30px;
}
.about .aboutBox .aboutText p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 32px;
  height: 128px;
  text-align: justify;
  color: #666;
}
.about .aboutBox .aboutText .more {
  display: block;
  width: 112px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 5px 9px rgba(204, 204, 204, 0.22);
  border-radius: 20px;
  border: solid 1px #ececec;
  color: #999;
  margin-top: 16px;
  -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;
}
.about .aboutBox .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 .aboutBox .aboutText .more:hover,
.about .aboutBox .aboutText .more:focus,
.about .aboutBox .aboutText .more:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.about .aboutBox .aboutText .more:hover:before,
.about .aboutBox .aboutText .more:focus:before,
.about .aboutBox .aboutText .more:active:before {
  opacity: 1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.about .aboutBox .aboutText .more:hover {
  border-color: #1174c5;
  background: #1174c5;
  color: #fff;
}
.about .aboutBox .aboutText ul {
  margin-top: 40px;
}
.about .aboutBox .aboutText ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutBox .aboutText ul li {
  width: 190px;
  float: left;
}
.about .aboutBox .aboutText ul li .t {
  text-align: center;
  display: inline-block;
}
.about .aboutBox .aboutText ul li .t i {
  display: block;
  font-family: Arial;
  font-size: 40px;
  line-height: 34px;
}
.about .aboutBox .aboutText ul li .t i:after {
  content: "";
  display: block;
  width: 82px;
  height: 1px;
  background-color: #dedede;
  margin: 17px auto 0;
}
.about .aboutBox .aboutText ul li .t span {
  display: block;
  color: #999999;
  line-height: 1;
  margin-top: 19px;
}
.about .aboutBox .aboutText ul li.li1 {
  text-align: left;
  width: 160px;
}
.about .aboutBox .aboutText ul li.li3 {
  text-align: right;
}
.product {
  width: 1200px;
  margin: 0 auto;
  padding-top: 34px;
}
.product .proBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 32px;
}
.product .proBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proL {
  float: left;
  width: 190px;
  padding: 41px 0 31px 38px;
  position: relative;
}
.product .proBox .proL:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: solid 6px #1174c5;
  height: 100%;
  width: 185px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proBox .proL .proNav {
  background: #f0f3ef;
  position: relative;
  overflow: hidden;
}
.product .proBox .proL .proNav li {
  margin-bottom: 20px;
}
.product .proBox .proL .proNav li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background: #1174c5;
  padding: 0 10px 0 64px;
  color: #fff;
}
.product .proBox .proL .proNav li > a:hover {
  background: #f08519;
}
.product .proBox .proL .hot {
  display: block;
  width: 190px;
  height: 265px;
}
.product .proBox .proL .hot img {
  display: block;
  width: 190px;
  height: 265px;
}
.product .proBox .proR {
  float: right;
  width: 950px;
  height: 637px;
  background-color: #fff;
}
.product .proBox .proR ul {
  position: relative;
}
.product .proBox .proR ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBox .proR ul li {
  float: left;
  position: relative;
  margin: 30px 0 0 30px;
  background-color: #fff;
  box-shadow: 0px 0px 24px rgba(122, 122, 122, 0.18);
  width: 280px;
  height: 270px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product .proBox .proR ul li .pic {
  display: block;
  width: 280px;
  height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product .proBox .proR ul li .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.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .proR ul li .bt {
  line-height: 50px;
  height: 50px;
  display: block;
  position: relative;
  z-index: 1;
  background: url(../images/proarrow.png) 238px center no-repeat;
  padding: 0 50px 0 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proBox .proR ul li .bt:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #1174c5;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: -1;
}
.product .proBox .proR ul li:hover .pic 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);
}
.product .proBox .proR ul li:hover .bt {
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
.product .proBox .proR ul li:hover .bt:before {
  width: 100%;
}
.peitao {
  width: 1200px;
  margin: 0 auto;
  padding-top: 65px;
}
.peitao .ptBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}
.peitao .ptBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.peitao .ptBox ul li {
  width: 198px;
  height: 224px;
  float: left;
  margin-left: 52px;
  overflow: hidden;
  text-align: center;
  background: url(../images/ptli.png) center center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.peitao .ptBox ul li:first-child {
  margin-left: 0;
}
.peitao .ptBox ul li img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  padding-top: 40px;
  -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.5s ease-out;
  transition: all 0.5s ease-out;
}
.peitao .ptBox ul li p {
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  text-align: center;
  margin-top: 13px;
}
.peitao .ptBox ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.show {
  width: 1200px;
  margin: 0 auto;
  padding-top: 68px;
}
.show .showBox {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  margin-top: 30px;
  padding-bottom: 15px;
}
.show .showBox ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.show .showBox ul li {
  float: left;
  position: relative;
  margin: 15px 0 0 15px;
  width: 274px;
  height: 204px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.show .showBox ul li .pic {
  display: block;
  width: 274px;
  height: 204px;
  overflow: hidden;
}
.show .showBox ul li .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.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showBox ul li .bt {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -60px;
  color: #fff;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show .showBox ul li .bt:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: -1;
}
.show .showBox ul li .bt span {
  display: block;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show .showBox ul li:hover .pic 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);
}
.show .showBox ul li:hover .bt {
  bottom: 0;
}
.show .showBox ul li:first-child {
  width: 592px;
  height: 423px;
}
.show .showBox ul li:first-child .pic {
  width: 592px;
  height: 423px;
}
.news {
  padding-top: 32px;
}
.news .newsBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 32px;
}
.news .newsBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .one {
  float: left;
  width: 480px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news .newsBox .one .pic {
  width: 480px;
  height: 314px;
  display: block;
  overflow: hidden;
}
.news .newsBox .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.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .one .text {
  background: #fff;
  height: 159px;
  padding: 28px 35px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsBox .one .text .bt {
  display: block;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .one .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .one .text .bt:hover {
  color: #1174c5;
}
.news .newsBox .one .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #999;
  margin-top: 13px;
}
.news .newsBox .one .text .more {
  font-size: 12px;
  line-height: 1;
  margin-top: 15px;
  display: inline-block;
}
.news .newsBox .one .text .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .one .text .more:hover {
  color: #1174c5;
}
.news .newsBox .one:hover {
  box-shadow: 0px 0px 24px rgba(122, 122, 122, 0.18);
}
.news .newsBox .one:hover .pic 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);
}
.news .newsBox .list {
  float: right;
  width: 705px;
}
.news .newsBox .list li {
  height: 110px;
  background-color: #fff;
  margin-top: 11px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news .newsBox .list li:first-child {
  margin-top: 0;
}
.news .newsBox .list li .num {
  width: 134px;
  border-right: 1px #e5ebf3 solid;
  text-align: center;
  padding: 20px 0;
  height: 70px;
  float: left;
}
.news .newsBox .list li .num i {
  display: block;
  font-size: 40px;
  font-weight: 100;
  line-height: 1;
  color: #1174c5;
}
.news .newsBox .list li .num span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
.news .newsBox .list li .text {
  float: right;
  width: 570px;
  padding: 25px 45px 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsBox .list li .text .bt {
  line-height: 1;
  display: block;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .list li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .list li .text p {
  line-height: 24px;
  color: #999;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .list li:hover {
  box-shadow: 0px 0px 24px rgba(122, 122, 122, 0.18);
}
.news .newsBox .list li:hover a {
  color: #1174c5;
}
.news .newsBox .list .item {
  width: 580px;
  float: left;
  margin: 40px 20px 0;
  height: 170px;
  box-shadow: 0px 6px 8px 0px rgba(51, 51, 51, 0.16);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.news .newsBox .list .item:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .list .item .pic {
  display: block;
  overflow: hidden;
  width: 150px;
  height: 110px;
  float: left;
}
.news .newsBox .list .item .pic img {
  width: 100%;
  height: 100%;
  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.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .list .item .text {
  width: 322px;
  margin-right: 15px;
  float: right;
  height: 16px;
  padding-top: 16px;
}
.news .newsBox .list .item .text h4 {
  height: 16px;
  line-height: 16px;
}
.news .newsBox .list .item .text h4 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  float: left;
  width: 230px;
}
.news .newsBox .list .item .text h4 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .list .item .text h4 span {
  float: right;
  color: #666;
}
.news .newsBox .list .item .text p {
  margin-top: 12px;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
}
.news .newsBox .list .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #1174c5;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .list .item:hover:after {
  width: 100%;
}
.news .newsBox .list .item:hover {
  box-shadow: 0px 0px 24px rgba(122, 122, 122, 0.18);
}
.news .newsBox .list .item:hover .pic 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);
}
.news .newsBox .list .item:hover .text h4 a {
  color: #fff;
}
.news .newsBox .list .item:hover .text h4 span {
  color: #fff;
}
.news .newsBox .list .item:hover .text p {
  color: #fff;
}
.links {
  width: 1200px;
  margin: 0 auto;
  margin-top: 52px;
  margin-bottom: 36px;
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.links:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.links .tit {
  height: 77px;
  float: left;
  padding-left: 18px;
  border-left: 3px #1174c5 solid;
  width: 80px;
}
.links .tit i {
  display: block;
  font-size: 30px;
  height: 26px;
  line-height: 26px;
  padding-top: 10px;
}
.links .tit span {
  display: block;
  margin-top: 10px;
  line-height: 1;
}
.links .list {
  float: left;
  margin-left: 10px;
  width: 1040px;
}
.links .list a {
  float: left;
  display: block;
  width: 282px;
  height: 75px;
  border: solid 1px #dcdcdc;
  margin: 0 20px;
  overflow: hidden;
}
.links .list a img {
  display: block;
  width: 282px;
  height: 75px;
  -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.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .list a: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);
}
