@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;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.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 {
  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 img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 600px;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  border: 1px #215eb9 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 15px;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #215eb9;
  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%;
}
.inTop {
  height: 200px;
  padding-top: 35px;
  z-index: 1;
}
.inTop:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1560px;
  height: 100%;
  z-index: -1;
  background-color: #f9f9f9;
  border-radius: 0px 0px 50px 0px;
}
.inTop .slogan {
  float: left;
  text-align: center;
  font-size: 18px;
  width: 398px;
  height: 120px;
  padding-top: 2px;
}
.inTop .slogan:before {
  content: "";
  display: block;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: url(../images/slogan.png) center center no-repeat;
  background-color: #e4ebf4;
  /* background-color: #fecb00; */
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .slogan p {
  margin-top: 20px;
  line-height: 26px;
}
.inTop .slogan span {
  font-weight: bold;
  color: #215eb9;
}
.inTop .slogan:hover:before {
  background-color: #fecb00;
}
.inTop .xpBox {
  float: left;
  text-align: center;
  font-size: 16px;
  width: 402px;
  height: 120px;
  padding-top: 2px;
  border-left: 1px solid rgba(1, 122, 224, 0.2);
  border-right: 1px solid rgba(1, 122, 224, 0.2);
}
.inTop .xpBox:before {
  content: "";
  display: block;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: url(../images/xunpan.png) center center no-repeat;
  background-color: #e4ebf4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .xpBox .xunpan {
  margin-top: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 26px;
  height: 26px;
  position: relative;
}
.inTop .xpBox .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #215eb9;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(33, 94, 185, 0.15);
}
.inTop .xpBox .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #215eb9;
}
.inTop .xpBox .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.inTop .xpBox:hover:before {
  background-color: #fecb00;
}
.inTop .tel {
  float: right;
  text-align: center;
  font-size: 18px;
  width: 400px;
  height: 120px;
  padding-top: 2px;
}
.inTop .tel:before {
  content: "";
  display: block;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
  background-color: #e4ebf4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .tel p {
  margin-top: 20px;
  line-height: 26px;
  font-size: 24px;
}
.inTop .tel:hover:before {
  background-color: #fecb00;
}
.title {
  line-height: 1;
  position: relative;
}
.title:after {
  content: "";
  display: block;
  width: 230px;
  height: 1px;
  background-color: #e5e5e5;
  margin-top: 20px;
}
.title em {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-weight: bold;
  line-height: 54px;
  font-size: 72px;
  color: #215eb9;
  opacity: 0.2;
}
.title span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.title span i {
  display: block;
  font-size: 14px;
  line-height: 10px;
  font-family: Arial;
  color: #666666;
  text-transform: uppercase;
}
.title span i:after {
  content: "";
  margin-left: 2px;
  display: inline-block;
  vertical-align: bottom;
  width: 50px;
  height: 1px;
  background-color: #dddddd;
}
.title span b {
  font-size: 30px;
  display: block;
  margin-top: 14px;
}
.moreLink {
  display: block;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #666666;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding: 0 2px;
}
.moreLink i {
  min-width: 4px;
}
.moreLink:before {
  content: "";
  height: 1px;
  background-color: #aaaaaa;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #215eb9, #215eb9);
  background-image: linear-gradient(to right, #215eb9, #215eb9);
  background-size: 0% 100%;
  background-position: left center;
}
.moreLink:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 24px;
  height: 9px;
  margin-left: 10px;
  background: url(../images/morear.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  color: #215eb9;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.moreLink:hover:before {
  background-size: 100% 100%;
}
.moreLink:hover:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
  animation: zyfd 1.5s linear infinite;
}
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 15px;
}
.product {
  padding: 66px 0 88px;
  background: url(../images/probg.jpg) center bottom no-repeat;
}
.product .proNav .hd:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .hd .title {
  float: left;
}
.product .proNav .hd .title:after {
  display: none;
}
.product .proNav .hd ul {
  float: right;
  width: 806px;
  height: 80px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
}
.product .proNav .hd ul li {
  flex: 1;
  float: left;
}
.product .proNav .hd ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 80px;
  height: 80px;
  font-size: 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .hd ul li a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.product .proNav .hd ul li a i img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.product .proNav .hd ul li a span {
  position: relative;
  z-index: 1;
}
.product .proNav .hd ul li a span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #215eb9;
}
.product .proNav .hd ul li.on a,
.product .proNav .hd ul li:hover a {
  background-color: #215eb9;
  color: #fff;
}
.product .proNav .hd ul li.on a i,
.product .proNav .hd ul li:hover a i {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.product .proNav .bd {
  border: solid 1px #e5e5e5;
  overflow: hidden;
}
.product .proNav .bd ul li .item {
  min-height: 98px;
  border-radius: 0px 0px 10px 10px;
  line-height: 35px;
  padding: 14px 0 14px 20px;
}
.product .proNav .bd ul li .item:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .bd ul li .item a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #777777;
  float: left;
  margin-left: 10px;
  width: 225px;
}
.product .proNav .bd ul li .item a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin-right: 10px;
  background: url(../images/pronavbdlii.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .bd ul li .item a:hover {
  color: #215eb9;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proNav .bd ul li .item a:hover:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proList ul {
  margin-right: -37px;
}
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  margin-top: 40px;
  margin-right: 36px;
  width: 376px;
  height: 396px;
  border-radius: 6px;
  border: solid 1px #f0f0f0;
  padding: 9px 9px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .pic {
  display: block;
  width: 100%;
  height: 280px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.product .proList 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 ul li .cont {
  height: 1048px;
  padding-top: 18px;
}
.product .proList ul li .cont .tt {
  line-height: 36px;
  height: 36px;
  position: relative;
  padding-right: 85px;
}
.product .proList ul li .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .cont .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .cont .tt .bt:before {
  content: "- ";
  color: #999999;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .cont .tt .more {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #777777;
  font-size: 12px;
}
.product .proList ul li .cont .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .cont .tt .more:after {
  content: ">";
  margin-left: 4px;
}
.product .proList ul li .cont .tt .more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: #bfbfbf;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .cont .tt .more:hover {
  color: #215eb9;
}
.product .proList ul li .cont .tt .more:hover:before {
  background-color: #215eb9;
}
.product .proList ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777777;
  line-height: 24px;
  margin-top: 2px;
}
.product .proList ul li:hover {
  border-color: #215eb9;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList 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 ul li:hover .cont .bt {
  color: #215eb9;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 70px;
}
.youshi .ysBox {
  height: 450px;
}
.youshi .ysPic {
  float: left;
  width: 600px;
  height: 450px;
}
.youshi .ysPic .bd {
  width: 600px;
  height: 450px;
  overflow: hidden;
}
.youshi .ysPic .bd ul li {
  width: 600px;
  height: 450px;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover 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 {
  float: right;
  height: 450px;
  width: 460px;
  position: relative;
  z-index: 2;
}
.youshi .ysCont .ysTit h4 {
  font-size: 48px;
  line-height: 38px;
  color: #215eb9;
  font-weight: bold;
}
.youshi .ysCont .ysTit h4 span {
  color: #fecb00;
}
.youshi .ysCont .ysTit h3 {
  line-height: 1;
  font-size: 18px;
  margin-top: 24px;
  color: #555555;
}
.youshi .ysCont .ysTit h3 span {
  font-weight: bold;
  font-size: 24px;
  vertical-align: bottom;
}
.youshi .ysCont .ysTit .line {
  width: 1px;
  height: 20px;
  background-color: #215eb9;
  margin-left: 15px;
  margin-top: 18px;
}
.youshi .ysCont .bd {
  height: 276px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item {
  height: 276px;
  padding-top: 38px;
}
.youshi .ysCont .bd ul li .item h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  position: relative;
  padding-left: 20px;
  z-index: 1;
}
.youshi .ysCont .bd ul li .item h4:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10px;
  width: 44px;
  height: 44px;
  background-color: #215eb9;
  opacity: 0.2;
  border-radius: 100%;
}
.youshi .ysCont .bd ul li .item h4:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 20px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: #215eb9;
  opacity: 0.2;
  border-radius: 100%;
}
.youshi .ysCont .bd ul li .item .text {
  font-size: 15px;
  line-height: 32px;
  color: #555555;
  margin-top: 20px;
}
.youshi .ysCont .bd ul li .item:hover h4 {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #215eb9;
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .hd {
  height: 48px;
  line-height: 48px;
}
.youshi .ysCont .hd .prev {
  float: left;
  width: 26px;
  height: 48px;
  background: url(../images/ysl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.youshi .ysCont .hd .prev:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.youshi .ysCont .hd ul {
  float: left;
  margin-top: 22px;
  font-size: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.youshi .ysCont .hd ul:before {
  content: "";
  display: block;
  float: left;
  width: 30px;
  height: 1px;
  background-color: #c9c9c9;
  position: relative;
  top: 4px;
  margin-right: 20px;
}
.youshi .ysCont .hd ul li {
  float: left;
  width: 8px;
  height: 8px;
  background-color: #777777;
  cursor: pointer;
  border-radius: 100%;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .hd ul li:hover,
.youshi .ysCont .hd ul li.on {
  background-color: #215eb9;
}
.youshi .ysCont .hd ul:after {
  content: "";
  display: block;
  float: left;
  width: 30px;
  height: 1px;
  background-color: #c9c9c9;
  position: relative;
  top: 4px;
  margin-left: 20px;
}
.youshi .ysCont .hd .next {
  float: left;
  width: 26px;
  height: 48px;
  background: url(../images/ysr.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
.youshi .ysCont .hd .next:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.youshi .ysimg {
  position: absolute;
  width: 447px;
  height: 450px;
  right: -332px;
  top: 14px;
  background: url(../images/ysimg.png) 0 center no-repeat;
}
.youshi .ysTip {
  height: 100px;
  margin-top: 80px;
  padding-top: 32px;
  line-height: 50px;
}
.youshi .ysTip .tip {
  float: left;
  font-size: 24px;
  color: #444444;
}
.youshi .ysTip .telTT {
  float: right;
  height: 50px;
  background-color: #fecb00;
  border-radius: 25px;
  font-size: 0;
  padding: 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTip .telTT .tel {
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  border-radius: 25px;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
}
.youshi .ysTip .telTT .tel i {
  font-weight: bold;
}
.youshi .ysTip .telTT .zxLink {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  width: 85px;
  text-align: center;
  border-radius: 25px;
  font-size: 18px;
  line-height: 46px;
}
.youshi .ysTip .telTT .zxLink i {
  min-width: 6px;
}
.youshi .ysTip .telTT:hover {
  background-color: #215eb9;
}
.youshi .ysTip .telTT:hover .zxLink {
  color: #fff;
}
.case {
  padding: 80px 0;
  position: relative;
}
.case .caseBox:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 300px;
  height: 100%;
  background-color: #f8f8f8;
}
.case .caseNav {
  height: 132px;
}
.case .caseNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseNav .title {
  float: left;
  top: 40px;
  margin-left: 24px;
}
.case .caseNav ul {
  float: right;
  margin-right: -60px;
  width: 750px;
  margin-top: -40px;
  height: 160px;
  overflow: hidden;
}
.case .caseNav ul li {
  float: left;
  margin-right: 60px;
  margin-top: 40px;
}
.case .caseNav ul li a {
  width: 190px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 38px;
  padding: 0 5px;
  font-size: 15px;
  color: #555555;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseNav ul li:hover a,
.case .caseNav ul li.on a {
  border-color: #215eb9;
  background-color: #215eb9;
  color: #fff;
}
.case .caseTabs {
  float: left;
  margin-top: 40px;
}
.case .caseTabs .bd {
  overflow: hidden;
  width: 450px;
  height: 532px;
}
.case .caseTabs .bd ul li {
  height: 532px;
}
.case .caseTabs .bd ul li .pic {
  display: block;
  width: 100%;
  height: 350px;
  border-radius: 0px 6px 6px 0px;
  position: relative;
  z-index: 2;
  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 {
  padding: 30px 20px 0 50px;
}
.case .caseTabs .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 13px;
  color: #777777;
  margin-top: 15px;
}
.case .caseTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.case .caseTabs .bd ul li:hover .cont .bt {
  color: #215eb9;
}
.case .caseTabs .page {
  margin-left: 50px;
}
.case .caseTabs .page:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs .page .prev {
  width: 50px;
  height: 40px;
  float: left;
  color: #333;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background-color: #fecb00;
  border-radius: 6px 0px 0px 0px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.case .caseTabs .page .prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 28px;
}
.case .caseTabs .page .prev:hover,
.case .caseTabs .page .prev.on {
  background-color: #215eb9;
  color: #fff;
}
.case .caseTabs .page .next {
  width: 50px;
  height: 40px;
  float: left;
  color: #333;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background-color: #fecb00;
  border-radius: 0px 0px 6px 0px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.case .caseTabs .page .next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: simsun;
  font-size: 28px;
}
.case .caseTabs .page .next:hover,
.case .caseTabs .page .next.on {
  background-color: #215eb9;
  color: #fff;
}
.case .caseList {
  float: right;
  width: 740px;
}
.case .caseList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  width: 320px;
  margin-top: 40px;
  margin-left: 50px;
  position: relative;
}
.case .caseList ul li .pic {
  display: block;
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList 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 .caseList ul li:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.case .caseList ul li .tt {
  position: relative;
}
.case .caseList ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 60px;
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .tt .bt:before {
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fecb00, #fecb00);
  background-image: linear-gradient(to right, #fecb00, #fecb00);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .tt .bt:after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #ebf1f6;
  border-radius: 100%;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .tt:before {
  content: "";
  display: block;
  position: absolute;
  left: 250px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  border: solid 1px #e5e5e5;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .tt:after {
  content: "";
  display: block;
  position: absolute;
  left: 264px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  border: solid 1px #e5e5e5;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .tt:hover {
  color: #215eb9;
}
.case .caseList ul li .tt:hover:before,
.case .caseList ul li .tt:hover:after {
  border-color: #fecb00;
}
.case .caseList ul li .tt:hover .bt:before {
  background-size: 100% 100%;
}
.case .caseList ul li:hover .bt:after {
  background-color: #fecb00;
  color: #333;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  height: 648px;
}
.about .aboutPic {
  float: right;
  width: 600px;
  height: 650px;
  position: relative;
  z-index: 1;
}
.about .aboutPic .pic {
  display: block;
  width: 960px;
  height: 650px;
  position: relative;
  overflow: hidden;
}
.about .aboutPic .pic img {
  display: block;
  width: 960px;
  height: 650px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  object-fit: cover;
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.about .aboutPic .honor {
  width: 224px;
  height: 165px;
  position: absolute;
  background: url(../images/honorbg.jpg) 0 center no-repeat;
  padding: 14px;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.about .aboutPic .honor img {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .aboutText {
  float: left;
  width: 525px;
  padding-top: 60px;
}
.about .aboutText .tit {
  background: url(../images/abouttit.png) 0 bottom no-repeat;
  font-size: 24px;
  height: 58px;
  line-height: 1;
  margin-top: 56px;
}
.about .aboutText .text {
  margin-top: 18px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  color: #666666;
}
.about .aboutText .more {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-top: 30px;
  line-height: 38px;
  height: 38px;
  position: relative;
  z-index: 1;
}
.about .aboutText .more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 70px;
  height: 5px;
  background-color: #215eb9;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  line-height: 18px;
  text-align: center;
  width: 20px;
  height: 20px;
  background-color: #fecb00;
  border-radius: 100%;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  color: #215eb9;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutText .more:hover:after {
  background-color: #215eb9;
  color: #fff;
}
.about .aboutText .aLink {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
}
.about .aboutText .aLink a {
  display: block;
  position: relative;
  padding-left: 136px;
  height: 60px;
  padding-top: 15px;
  padding-right: 15px;
}
.about .aboutText .aLink a * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink a:before {
  content: "";
  display: block;
  position: absolute;
  left: 80px;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink a i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #bbbbbb;
  border-radius: 6px;
  overflow: hidden;
}
.about .aboutText .aLink a i:before,
.about .aboutText .aLink 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 .aboutText .aLink a i.ico1:before,
.about .aboutText .aLink a i.ico1:after {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico2:before,
.about .aboutText .aLink a i.ico2:after {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aboutText .aLink a .cn {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.about .aboutText .aLink a .en {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1;
  color: #999999;
}
.about .aboutText .aLink a:hover i,
.about .aboutText .aLink a.on i {
  background-color: #215eb9;
}
.about .aboutText .aLink a:hover i:before,
.about .aboutText .aLink a.on i:before,
.about .aboutText .aLink a:hover i:after,
.about .aboutText .aLink a.on i:after {
  top: -100%;
}
.about .aboutText .aLink a:hover .num,
.about .aboutText .aLink a.on .num {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news {
  padding-top: 90px;
  padding-bottom: 70px;
}
.news .newsBox {
  z-index: 1;
}
.news .newsTab {
  border-bottom: 1px solid #e5e5e5;
}
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
  margin-bottom: -1px;
}
.news .newsTab ul {
  float: right;
}
.news .newsTab ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 50px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -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: 21px;
  height: 38px;
  overflow: hidden;
  margin-right: 10px;
}
.news .newsTab ul li a i:before,
.news .newsTab 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;
}
.news .newsTab ul li a i.ico1:before,
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before,
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before,
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 0;
  background-color: #215eb9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: 50%;
  bottom: -37px;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTab ul li:hover a:before,
.news .newsTab ul li.on a:before {
  height: 20px;
}
.news .newsTabs {
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList .newsOne {
  position: relative;
  padding: 0 10px;
}
.news .newsList .newsOne .bd {
  height: 300px;
  overflow: hidden;
}
.news .newsList .newsOne .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .newsOne .bd ul li {
  overflow: hidden;
  height: 300px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsOne .bd ul li .pic {
  float: left;
  display: block;
  width: 540px;
  height: 300px;
  border-radius: 10px 0px 10px 0px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  overflow: hidden;
}
.news .newsList .newsOne .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;
}
.news .newsList .newsOne .bd ul li .cont {
  float: right;
  position: relative;
  width: 618px;
  padding-right: 94px;
  padding-top: 40px;
  height: 300px;
}
.news .newsList .newsOne .bd ul li .cont .date {
  position: absolute;
  right: 0;
  top: 50px;
  text-align: right;
  font-size: 14px;
  color: #999999;
  line-height: 1;
}
.news .newsList .newsOne .bd ul li .cont .date i {
  display: block;
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 10px;
}
.news .newsList .newsOne .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsOne .bd ul li .cont .bt:before {
  content: "-";
  margin-right: 10px;
  display: inline-block;
}
.news .newsList .newsOne .bd ul li .cont .bt:hover {
  color: #215eb9;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .newsOne .bd ul li .cont p {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  color: #666666;
  font-size: 13px;
  margin-left: 18px;
}
.news .newsList .newsOne .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);
}
.news .newsList .newsOne .bd ul li:hover .cont .bt {
  color: #215eb9;
}
.news .newsList .newsOne .page {
  position: absolute;
  z-index: 2;
  left: 600px;
  bottom: 42px;
}
.news .newsList .newsOne .page .news-prev {
  font-size: 24px;
  float: left;
  width: 50px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 6px 0px 0px 0px;
  background-color: #fecb00;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .newsOne .page .news-prev:before {
  content: "<";
}
.news .newsList .newsOne .page .news-prev:hover,
.news .newsList .newsOne .page .news-prev.on {
  background-color: #215eb9;
  color: #fff;
}
.news .newsList .newsOne .page .news-next {
  font-size: 24px;
  float: left;
  width: 50px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  background-color: #fecb00;
  border-radius: 0px 0px 6px 0px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .newsOne .page .news-next:before {
  content: ">";
}
.news .newsList .newsOne .page .news-next:hover,
.news .newsList .newsOne .page .news-next.on {
  background-color: #215eb9;
  color: #fff;
}
.news .newsList .list {
  padding: 0 10px 10px;
}
.news .newsList .list ul {
  margin-right: -45px;
}
.news .newsList .list ul li {
  float: left;
  width: 370px;
  height: 80px;
  background-color: #f8f8f8;
  border-radius: 4px;
  margin-top: 30px;
  margin-right: 45px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 8px 35px 0;
}
.news .newsList .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
}
.news .newsList .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .bt:before {
  content: "-";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 15px;
  width: 16px;
  height: 10px;
  background-color: #cccccc;
  text-align: center;
  line-height: 9px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .bt:hover {
  color: #215eb9;
}
.news .newsList .list ul li .inBtn {
  line-height: 30px;
}
.news .newsList .list ul li .inBtn:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li .inBtn .date {
  float: left;
  font-size: 14px;
  color: #999999;
}
.news .newsList .list ul li .inBtn .more {
  float: right;
  font-size: 12px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .inBtn .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .inBtn .more:after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}
.news .newsList .list ul li .inBtn .more:hover {
  color: #215eb9;
}
.news .newsList .list ul li:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news .newsList .list ul li:hover .bt {
  color: #215eb9;
}
.news .newsList .list ul li:hover .bt:before {
  background: #215eb9;
}
.links {
  padding-bottom: 70px;
}
.links .linksBox {
  display: flex;
}
.links .linksBox .tit {
  float: left;
  width: 80px;
  height: 32px;
  line-height: 32px;
  background-color: #215eb9;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.links .linksBox .tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #215eb9;
}
.links .linksBox .list {
  flex: 1;
  float: right;
  width: 1120px;
  overflow: hidden;
  line-height: 32px;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  color: #555555;
  margin-left: 35px;
  font-size: 14px;
}
.links .linksBox .list a:hover {
  color: #215eb9;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
