@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #2556a7 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #2556a7;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banBar {
  position: absolute;
  top: 40px;
  right: 40px;
  line-height: 40px;
  width: 40px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  background: #fff;
  z-index: 2;
}
.banner .banBar i {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  letter-spacing: 4px;
  color: #eeeeee;
}
.banner .banBar span {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 3px;
  color: #666666;
  margin-top: 30px;
}
@media screen and (max-width: 1520px) {
  .banner:before {
    width: 120px;
  }
  .banner:after {
    right: 39px;
  }
  .banner .bannerSwiper {
    margin-right: 80px;
  }
  .banner .banBar {
    right: 20px;
    top: 30px;
  }
  .banner .banBar span {
    margin-top: 15px;
  }
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.title {
  line-height: 1;
  padding-top: 8px;
  padding-left: 23px;
  background: url(../images/titbg.png) 0 0 no-repeat;
  margin-left: -4px;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  font-size: 14px;
  display: block;
  letter-spacing: 6px;
  color: #999999;
  padding-left: 32px;
}
.title b {
  display: block;
  font-size: 34px;
  margin-top: 16px;
  color: #2556a7;
}
.title b em {
  color: #333;
}
.product {
  padding: 80px 0;
}
.product .proNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
}
.product .proNav .more {
  float: right;
  display: block;
  width: 138px;
  height: 45px;
  background-color: #eeeeee;
  border-radius: 2px;
  margin-top: 16px;
  font-family: Arial;
  font-size: 16px;
  position: relative;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #ccc;
  margin-left: 25px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav .more:hover {
  background-color: #ead378;
}
.product .proNav .more:hover:after {
  border-left-color: #2556a7;
}
.product .proNav ul {
  float: right;
  margin-top: 16px;
  max-width: 790px;
  overflow: hidden;
  height: 45px;
}
.product .proNav ul li {
  float: left;
  margin-right: 20px;
}
.product .proNav ul li > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 138px;
  height: 45px;
  background-color: #eeeeee;
  border-radius: 2px;
  font-family: Arial;
  font-size: 16px;
  position: relative;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #ccc;
  margin-left: 25px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav ul li.on > a,
.product .proNav ul li:hover > a {
  background-color: #ead378;
}
.product .proNav ul li.on > a:after,
.product .proNav ul li:hover > a:after {
  border-left-color: #2556a7;
}
.product .proTabs {
  margin-top: 40px;
}
.product .proTabs .bd {
  overflow: hidden;
}
.product .proList {
  min-height: 5px;
}
.product .proList::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList .one {
  float: left;
  width: 624px;
}
.product .proList .one .pic {
  display: block;
  width: 100%;
  height: 410px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  border: 18px solid #ead378;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .one .cont {
  padding-top: 30px;
}
.product .proList .one .cont .tt {
  height: 49px;
  position: relative;
  line-height: 48px;
}
.product .proList .one .cont .tt:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 336px;
  height: 1px;
  background: #ddd;
}
.product .proList .one .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  line-height: 48px;
  height: 48px;
  min-width: 128px;
  max-width: 190px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .one .cont .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList .one .cont .tt .en {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-size: 14px;
  color: #cccccc;
  margin-left: 10px;
}
.product .proList .one .cont .tt .num {
  position: absolute;
  top: 26px;
  right: 52px;
  font-family: Arial;
  font-weight: bold;
  font-size: 34px;
  color: #555555;
  text-transform: uppercase;
}
.product .proList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #777777;
  margin-top: 32px;
}
.product .proList .one .cont .more {
  display: block;
  margin-top: 32px;
  width: 136px;
  height: 45px;
  background-color: #00439d;
  border-radius: 2px;
  font-family: Arial;
  font-size: 16px;
  position: relative;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .one .cont .more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #cccccc;
  margin-left: 25px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proList .one .cont .more:hover {
  background-color: #ead378;
}
.product .proList .one .cont .more:hover:after {
  border-left-color: #2556a7;
}
.product .proList .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);
}
.product .proList .one:hover .cont .tt .bt {
  color: #2556a7;
}
.product .proList .list {
  float: right;
  width: 626px;
}
.product .proList .list ul {
  margin-right: -26px;
  margin-top: -34px;
}
.product .proList .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList .list ul li {
  margin-right: 26px;
  margin-top: 34px;
  float: left;
  position: relative;
  width: 300px;
  height: 310px;
  background-color: #f4f4f4;
  border-radius: 2px;
  padding: 18px 18px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .pic {
  display: block;
  width: 100%;
  height: 210px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .tt {
  position: relative;
  padding-right: 50px;
}
.product .proList .list ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  background-color: #f4f4f4;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .tt .bt:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  bottom: 6px;
  width: 14px;
  height: 8px;
  background: url(../images/proli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list ul li .tt .bt:hover {
  color: #2556a7;
}
.product .proList .list ul li .tt .more {
  width: 28px;
  height: 28px;
  background: url(../images/proar.png) center center no-repeat;
  background-color: #2556a7;
  border: solid 2px #ffffff;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 28px;
}
.product .proList .list ul li .tt .more:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 13px;
  width: 150px;
  height: 1px;
  background-color: #dddddd;
}
.product .proList .list 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 .proList .list ul li:hover .bt {
  color: #2556a7;
}
.product .proList .list ul li:hover .bt:before {
  animation: sxfd 1.5s linear infinite;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBox {
  z-index: 1;
  height: 925px;
}
.youshi .ysTip {
  position: absolute;
  width: 253px;
  height: 475px;
  border-radius: 2px;
  left: 0;
  top: 0;
  background: url(../images/yatip.png) 57px 367px no-repeat;
  background-color: #2556a7;
  color: #fff;
}
.youshi .ysTip:before {
  content: "";
  display: block;
  position: absolute;
  left: 158px;
  top: 56px;
  width: 1px;
  height: 246px;
  background-color: #5986d1;
}
.youshi .ysTip .t1 {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  line-height: 1;
  position: absolute;
  font-size: 20px;
  left: 58px;
  top: 56px;
  letter-spacing: 4px;
}
.youshi .ysTip .t2 {
  position: absolute;
  left: 95px;
  top: 56px;
  font-weight: bold;
  line-height: 40px;
  font-size: 26px;
  letter-spacing: 5px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.youshi .ysTip .t2 i {
  color: transparent;
  background: url(../images/ystiptxt.png) 0 center no-repeat;
  display: inline-block;
  width: 39px;
  height: 40px;
}
.youshi .ysTip .t3 {
  position: absolute;
  left: 182px;
  top: 56px;
  line-height: 1;
  font-family: Arial;
  font-size: 12px;
  color: #8ca6d0;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.youshi .ysTit {
  line-height: 1;
  padding-left: 362px;
  height: 255px;
  padding-top: 108px;
}
.youshi .ysTit h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 44px;
  line-height: 32px;
}
.youshi .ysTit h3 {
  font-weight: bold;
  font-size: 30px;
  margin-top: 18px;
  background: url(../images/ystit.png) 194px 12px no-repeat;
}
.youshi .ysTit h3 span {
  color: #2556a7;
}
.youshi .ysTit h5 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 6px;
  color: #999999;
  padding-left: 200px;
}
.youshi .ysCont {
  margin-right: -160px;
  position: relative;
}
.youshi .ysCont .bd {
  height: 538px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li {
  height: 538px;
}
.youshi .ysCont .bd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .pic {
  float: right;
  width: 863px;
  height: 538px;
  border-radius: 2px;
  border: solid 10px #ffffff;
  overflow: hidden;
}
.youshi .ysCont .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .cont {
  float: left;
  width: 520px;
  padding-top: 166px;
  text-align: right;
}
.youshi .ysCont .bd ul li .cont .num {
  font-weight: bold;
  color: #2556a7;
  line-height: 40px;
  font-family: Arial;
  font-size: 54px;
}
.youshi .ysCont .bd ul li .cont .tit {
  margin-top: 90px;
  position: relative;
}
.youshi .ysCont .bd ul li .cont .tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  width: 321px;
  height: 1px;
  background-color: #eeeeee;
}
.youshi .ysCont .bd ul li .cont .tit span {
  display: block;
  line-height: 1;
  font-size: 24px;
}
.youshi .ysCont .bd ul li .cont .tit i {
  display: block;
  line-height: 1;
  font-family: Arial;
  font-size: 14px;
  margin-top: 8px;
  line-height: 12px;
  color: #cccccc;
}
.youshi .ysCont .bd ul li .cont .text {
  font-size: 16px;
  line-height: 36px;
  color: #777777;
  margin-top: 34px;
}
.youshi .ysCont .bd ul li:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.youshi .ysCont .bd ul li:hover .cont .num {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysCont .bd ul li:hover .cont .tit {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  color: #2556a7;
}
.youshi .ysCont .bd ul li:hover .cont .text {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .ysCont .page {
  position: absolute;
  left: 0;
  bottom: -80px;
}
.youshi .ysCont .page .prev {
  float: left;
  width: 39px;
  height: 39px;
  background: url(../images/ysl.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .page .prev:hover,
.youshi .ysCont .page .prev.on {
  background-image: url(../images/yslh.png);
}
.youshi .ysCont .page .next {
  float: left;
  margin-left: 20px;
  width: 39px;
  height: 39px;
  background: url(../images/ysl.png) center center no-repeat;
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .page .next:hover,
.youshi .ysCont .page .next.on {
  background-image: url(../images/yslh.png);
}
.youshi .tel {
  position: absolute;
  right: 0;
  bottom: 46px;
  padding-left: 58px;
  color: #fff;
  line-height: 1;
}
.youshi .tel:after {
  content: "";
  display: block;
  position: absolute;
  left: -240px;
  top: 19px;
  width: 208px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .tel:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 40px;
  height: 40px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .tel span {
  display: block;
  font-size: 16px;
}
.youshi .tel i {
  display: block;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 6px;
}
.case {
  margin-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .caseBox {
  height: 902px;
  padding-top: 70px;
  padding-left: 36px;
}
.case .caseBox .tip {
  float: right;
  position: relative;
  margin-top: 16px;
}
.case .caseBox .tip:before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: -312px;
  width: 281px;
  height: 1px;
  background-color: #dddddd;
}
.case .caseBox .tip .t1 {
  line-height: 1;
  font-size: 16px;
}
.case .caseBox .tip .t2 {
  font-size: 14px;
  color: #cccccc;
  line-height: 1;
  margin-top: 12px;
}
.case .caseTabs {
  margin-top: 42px;
}
.case .caseTabs .hd {
  float: right;
  width: 380px;
  padding-top: 32px;
}
.case .caseTabs .hd ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  height: 80px;
  line-height: 79px;
}
.case .caseTabs .hd ul li a span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 350px;
  font-weight: bold;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.case .caseTabs .hd ul li a i {
  position: absolute;
  text-align: right;
  right: 0;
  top: 0;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .hd ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 31px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  height: 17px;
  width: 17px;
  background: url(../images/proar.png) center center no-repeat;
  background-color: #2556a7;
  border-radius: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .hd ul li.on a span {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.case .caseTabs .hd ul li.on a i {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseTabs .hd ul li.on a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.case .caseTabs .bd {
  float: left;
  width: 742px;
}
.case .caseTabs .bd ul li {
  width: 742px;
}
.case .caseTabs .bd ul li .pic {
  display: block;
  width: 100%;
  height: 490px;
  background-color: #fff;
  border-radius: 2px;
  border: solid 3px #eeeeee;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .cont {
  position: relative;
  padding-top: 45px;
  padding-left: 50px;
  padding-right: 146px;
}
.case .caseTabs .bd ul li .cont:before {
  content: "";
  display: block;
  position: absolute;
  left: 50px;
  top: -12px;
  width: 1px;
  height: 104px;
  background-color: #2556a7;
}
.case .caseTabs .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 22px;
}
.case .caseTabs .bd ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs .bd ul li .cont .line {
  width: 35px;
  height: 2px;
  background-color: #2556a7;
  margin-top: 10px;
  margin-left: 22px;
}
.case .caseTabs .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #777777;
  margin-top: 25px;
}
.case .caseTabs .bd ul li .cont .more {
  position: absolute;
  right: 52px;
  top: 120px;
  width: 25px;
  height: 25px;
  background: url(../images/proar.png) center center no-repeat;
  background-color: #2556a7;
  border-radius: 100%;
}
.case .caseTabs .bd ul li:hover .pic {
  border-color: #2556a7;
}
.case .caseTabs .bd 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);
}
.case .caseTabs .bd ul li:hover .cont .bt {
  color: #2556a7;
}
.case .caseimg {
  position: absolute;
  bottom: 0;
  right: -60px;
  width: 479px;
  height: 307px;
  background: url(../images/caseimg.png) 0 center no-repeat;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutBox {
  height: 935px;
  padding-top: 70px;
  padding-left: 390px;
}
.about .aboutBox .tip {
  height: 70px;
  background: url(../images/abouttip.png) 5px 0 no-repeat;
  font-size: 16px;
  letter-spacing: 10px;
  color: #ffffff;
  line-height: 1;
  padding-top: 44px;
  width: 500px;
}
.about .aboutBox .title {
  background: url(../images/titbg2.png) 0 0 no-repeat;
  color: #fff;
  position: absolute;
  left: 0;
  top: 170px;
}
.about .aboutBox .title i {
  color: #eeeeee;
}
.about .aboutBox .title b {
  color: #ead378;
}
.about .aboutBox .title b em {
  color: #fff;
}
.about .aboutBox .more {
  position: absolute;
  top: 80px;
  right: 0;
  display: block;
  width: 142px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
  color: #777777;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox .more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #2556a7;
  margin-left: 25px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutBox .more:hover {
  background-color: #ead378;
  color: #000;
  box-shadow: 0 10px 10px -5px rgba(234, 211, 120, 0.5);
}
.about .aboutBox .more:hover:after {
  animation: zyfd 1.5s linear infinite;
}
.about .aboutText {
  width: 1050px;
  height: 696px;
  background-color: #ffffff;
  border-radius: 2px;
  margin-top: 32px;
  padding-top: 65px;
  padding-left: 128px;
  padding-right: 160px;
}
.about .aboutText .tit {
  font-size: 24px;
  line-height: 1;
}
.about .aboutText .tit:after {
  content: "";
  display: block;
  margin-top: 18px;
  width: 50px;
  height: 2px;
  background-color: #2556a7;
}
.about .aboutText .text {
  margin-top: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  font-size: 14px;
  color: #777777;
  text-align: justify;
}
.about .aboutText .pic {
  margin-top: 32px;
  width: 764px;
  height: 402px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .pic:hover {
  box-shadow: 0 0 20px rgba(37, 86, 167, 0.2);
}
.about .aboutText .pic:hover img {
  transform: scale(1.06);
  -ms-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -o-transform: scale(1.06);
}
.about .aboutEn {
  text-transform: uppercase;
  position: absolute;
  font-family: Arial;
  font-size: 44px;
  font-weight: bold;
  color: #ead378;
  line-height: 34px;
  right: -96px;
  top: 76px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.about .aboutEn:before {
  content: "";
  display: inline-block;
  margin-bottom: 28px;
  width: 1px;
  height: 408px;
  background-color: #ead378;
}
.about .aLink {
  position: absolute;
  z-index: 3;
  left: 278px;
  top: 425px;
}
.about .aLink ul li {
  position: relative;
  margin-top: 20px;
}
.about .aLink ul li:first-child {
  margin-top: 0;
}
.about .aLink ul li a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 152px;
  height: 178px;
  background-color: #ead378;
  border-radius: 2px;
  padding-top: 38px;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i {
  display: block;
  width: 54px;
  height: 54px;
  background-color: #2556a7;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i:before,
.about .aLink ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aLink ul li a i.ico1:before,
.about .aLink ul li a i.ico1:after {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aLink ul li a i.ico2:before,
.about .aLink ul li a i.ico2:after {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aLink ul li a span {
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.about .aLink ul li a:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #333;
  margin: 10px auto 0;
}
.about .aLink ul li a:hover {
  background-color: #fff;
  box-shadow: 0 5px 15px -3px rgba(37, 86, 167, 0.2);
}
.about .aLink ul li a:hover i:before,
.about .aLink ul li a:hover i:after {
  top: -100%;
}
.news {
  padding: 80px 0 70px;
  overflow: hidden;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 6px;
}
.news .newsTab ul li {
  float: left;
  margin-left: 26px;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  width: 194px;
  height: 50px;
  background-color: #eeeeee;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 50px;
  overflow: hidden;
  margin-right: 20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i.ico1 {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2 {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3 {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #ead378;
  font-weight: bold;
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsTabs {
  position: relative;
  z-index: 1;
  margin-top: 45px;
}
.news .newsTabs:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -140px;
  z-index: -1;
  width: 636px;
  height: 720px;
  background: url(../images/newsbg.jpg) 0 0 no-repeat;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  height: 720px;
  overflow: hidden;
}
.news .newsList .one {
  float: left;
  width: 466px;
}
.news .newsList .one .pic {
  display: block;
  width: 100%;
  height: 285px;
  border: solid 3px #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont {
  padding: 54px 68px 0 34px;
  position: relative;
}
.news .newsList .one .cont .day {
  position: absolute;
  z-index: 2;
  right: 68px;
  top: -40px;
  width: 62px;
  height: 85px;
  background-color: #ead378;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  padding-top: 22px;
  font-family: Arial;
  font-size: 34px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .day:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #333333;
  margin: 15px auto 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .date {
  font-family: Arial;
  font-size: 18px;
  line-height: 14px;
  color: #999999;
}
.news .newsList .one .cont .date:before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #2a5aa9;
  margin-bottom: 15px;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 32px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #999999;
  margin-top: 5px;
}
.news .newsList .one .cont .more {
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 48px;
  border-radius: 100%;
  margin-left: 320px;
  background: url(../images/newsadd.png) center center no-repeat;
  position: relative;
}
.news .newsList .one .cont .more:before {
  content: "";
  display: block;
  position: absolute;
  right: 60px;
  top: 12px;
  width: 282px;
  height: 1px;
  background-color: #2556a7;
}
.news .newsList .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 .newsList .one:hover .cont .day {
  background-color: #2556a7;
  color: #fff;
}
.news .newsList .one:hover .cont .day:after {
  background-color: #fff;
}
.news .newsList .one:hover .cont .bt {
  color: #2556a7;
}
.news .newsList .list {
  float: right;
  width: 732px;
}
.news .newsList .list ul li {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 226px;
  background-color: #f8f8f8;
  border-radius: 2px;
  padding: 12px 12px 0 140px;
  position: relative;
  margin-top: 22px;
}
.news .newsList .list ul li:first-child {
  margin-top: 0;
}
.news .newsList .list ul li .pic {
  float: right;
  width: 245px;
  height: 202px;
  border-radius: 2px;
  border: solid 1px #f8f8f8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .cont {
  float: left;
  width: 295px;
  padding-top: 50px;
}
.news .newsList .list ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .cont .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  background-color: #2556a7;
  position: relative;
  top: -2px;
}
.news .newsList .list ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #999999;
  margin-top: 12px;
}
.news .newsList .list ul li .date {
  line-height: 1;
  position: absolute;
  top: 74px;
  left: 30px;
  color: #999999;
  width: 78px;
  height: 95px;
  padding-top: 6px;
  font-family: Arial;
  border-right: 1px solid #dddddd;
}
.news .newsList .list ul li .date i {
  display: block;
  font-weight: bold;
  font-size: 36px;
  line-height: 26px;
}
.news .newsList .list ul li .date span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  line-height: 12px;
}
.news .newsList .list ul li:hover .bt {
  color: #2556a7;
}
.news .newsList .list 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);
}
.news .newsList .list3 {
  margin-top: 50px;
}
.news .newsList .list3 ul {
  margin-right: -50px;
}
.news .newsList .list3 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list3 ul li {
  float: left;
  margin-right: 50px;
  width: 400px;
  height: 100px;
  background-color: #f0f5fb;
  border-radius: 6px;
  padding: 14px 20px 0;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.news .newsList .list3 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  position: relative;
  background: url(../images/newsli.png) 0 center no-repeat;
  padding-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list3 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list3 ul li .inBtn {
  margin-top: 10px;
  line-height: 16px;
  line-height: 26px;
}
.news .newsList .list3 ul li .inBtn::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list3 ul li .inBtn .date {
  float: left;
  font-family: Arial;
  font-size: 14px;
  padding-left: 24px;
  color: #999999;
  background: url(../images/date.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list3 ul li .inBtn .more {
  float: right;
  display: block;
  margin-right: 5px;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list3 ul li .inBtn .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list3 ul li .inBtn .more:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-color: #37ae53;
  opacity: 0.4;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list3 ul li:hover {
  background-color: #2556a7;
}
.news .newsList .list3 ul li:hover .bt {
  color: #fff;
  background-image: url(../images/newslih.png);
}
.news .newsList .list3 ul li:hover .inBtn .date {
  color: #fff;
  background-image: url(../images/dateh.png);
}
.news .newsList .list3 ul li:hover .inBtn .more {
  color: #fff;
}
.news .newsList .list3 ul li:hover .inBtn .more:before {
  background-color: #cad8f3;
}
.links {
  padding-bottom: 45px;
}
.links .linksBox {
  display: flex;
  line-height: 34px;
}
.links .linksBox:after {
  display: none;
}
.links .linksBox .tit {
  float: left;
}
.links .linksBox .tit i {
  text-transform: uppercase;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 28px;
  color: #666666;
}
.links .linksBox .tit span {
  display: inline-block;
  font-size: 16px;
  background: url(../images/linkstit.png) 0 center no-repeat;
  margin-left: 20px;
  padding-left: 44px;
  vertical-align: top;
}
.links .linksBox .list {
  flex: 1;
  float: right;
  width: 1040px;
  overflow: hidden;
  font-size: 0;
}
.links .linksBox .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #989898;
  margin-left: 25px;
  font-size: 14px;
}
.links .linksBox .list a:hover {
  color: #2556a7;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
