
/*-----------------------------------------------------------*/
/*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(../image/gesture.png), default;
}
.swiper-container img {
  cursor: url(../image/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;
}
.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;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 50px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #26519f 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: #26519f;
  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(../image/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(../image/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.title b {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
}
.title i {
  display: inline-block;
  vertical-align: bottom;
  font-family: Arial;
  font-size: 18px;
  line-height: 14px;
  margin-left: 8px;
  letter-spacing: 1px;
  color: #999999;
}
.product {
  padding: 45px 0;
}
.product .proNav {
  border-top: 1px solid #eeeeee;
}
.product .proNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
  padding-top: 35px;
}
.product .proNav ul {
  float: right;
  display: flex;
  justify-content: space-between;
}
.product .proNav ul li {
  float: left;
  margin-left: 36px;
}
.product .proNav ul li:first-child {
  margin-left: 0;
}
.product .proNav ul li a {
  display: block;
  font-size: 16px;
  position: relative;
  text-align: center;
  padding: 26px 10px 0;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -1px;
  height: 2px;
  background-color: #26519f;
  z-index: 2;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  font-weight: bold;
  font-size: 18px;
}
.product .proNav ul li:hover a::before,
.product .proNav ul li.on a::before {
  left: 0;
  width: 100%;
}
.product .proTabs {
  margin-top: 2px;
  position: relative;
}
.product .proTabs .bd {
  overflow: hidden;
}
.product .proList {
  min-height: 100px;
}
.product .proList ul {
  margin-right: -77px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  margin-right: 77px;
  margin-top: 37px;
  float: left;
  width: 382px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 30px;
}
.product .proList ul li .pic {
  display: block;
  height: 265px;
  border: solid 10px #f5f5f5;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.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 .bt {
  margin-top: 8px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .bt::after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 1px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -100px;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .bt:hover {
  color: #26519f;
}
.product .proList ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li:hover .bt::after {
  background-color: #1b1b1b;
  width: 100%;
  margin-left: -50%;
}
.about {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 45px 0;
}
.about .aLink::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aLink ul {
  display: flex;
  justify-content: space-between;
}
.about .aLink ul li {
  float: left;
  width: 240px;
  height: 650px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.about .aLink ul li a > i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.about .aLink ul li a > i::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.25;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.about .aLink ul li a > i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .aLink ul li a .txt {
  position: absolute;
  z-index: 3;
  bottom: -62px;
  left: 36px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a .txt .cn {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 36px;
  line-height: 46px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a .txt .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  line-height: 25px;
  font-size: 18px;
  margin-top: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .aLink ul li a .txt .more {
  margin-top: 24px;
  display: block;
  width: 120px;
  height: 40px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .aLink ul li a .txt .more::after {
  content: ">";
  display: inline-block;
  margin-left: 6px;
}
.about .aLink ul li a .txt .more:hover {
  background-color: #fff;
  color: #26519f;
}
.about .aLink ul li a:hover > i::before {
  opacity: 0.15;
}
.about .aLink ul li.on {
  width: 800px;
}
.about .aLink ul li.on a .txt {
  bottom: 46px;
  left: 62px;
}
.about .aLink ul li.on a .txt .en {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .aLink ul li.on a .txt .more {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news {
  padding: 88px 0;
  padding: 45px 0;
}
.news .newsTab {
  border-top: 1px solid #eeeeee;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
  padding-top: 35px;
}
.news .newsTab ul {
  float: right;
  display: flex;
  justify-content: space-between;
}
.news .newsTab ul li {
  float: left;
  margin-left: 66px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  font-size: 16px;
  position: relative;
  text-align: center;
  padding: 26px 10px 0;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -1px;
  height: 2px;
  background-color: #26519f;
  z-index: 2;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  font-weight: bold;
  font-size: 18px;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  left: 0;
  width: 100%;
}
.news .newsTabs {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsSwiper {
  overflow: hidden;
}
.news .newsSwiper ul li {
  float: left;
  width: 380px;
  margin-right: 80px;
}
.news .newsSwiper ul li .pic {
  display: block;
  height: 245px;
  background-color: #fff;
  border: solid 5px #f1f1f1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper 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 .newsSwiper ul li .cont {
  margin-top: 20px;
}
.news .newsSwiper ul li .cont .bt {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  font-size: 17px;
  padding-left: 15px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper ul li .cont .bt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .cont .date {
  font-weight: bold;
  font-size: 20px;
  margin-top: 12px;
  line-height: 20px;
  text-align: right;
}
.news .newsSwiper ul li .cont .date::before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #d5d5d5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.news .newsSwiper ul li:hover .pic {
  border-width: 10px;
}
.news .newsSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsSwiper ul li:hover .cont .bt {
  color: #26519f;
}
.news .newsSwiper ul li:hover .cont .bt::before {
  background-color: #26519f;
}
.news .newsSwiper .newsT::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsSwiper .newsT .one {
  float: left;
  padding-top: 24px;
  width: 482px;
  height: 476px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.news .newsSwiper .newsT .one::after {
  content: "";
  position: absolute;
  background: #26519f;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsSwiper .newsT .one:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsSwiper .newsT .one .pic {
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .newsT .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 .newsSwiper .newsT .one .cont {
  position: relative;
  padding-left: 105px;
  padding-top: 40px;
}
.news .newsSwiper .newsT .one .cont .date {
  position: absolute;
  left: 0;
  top: 50px;
}
.news .newsSwiper .newsT .one .cont .date i {
  display: block;
  font-family: "Arial Black";
  font-size: 24px;
  line-height: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .newsT .one .cont .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  line-height: 10px;
  margin-top: 8px;
}
.news .newsSwiper .newsT .one .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 .newsSwiper .newsT .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper .newsT .one .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #808080;
  margin-top: 4px;
  height: 24px;
  line-height: 24px;
}
.news .newsSwiper .newsT .one .cont .more {
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 14px;
  margin-top: 18px;
  background: url(http://www.weilongjiaju.com/templates/pc_wjdh/images/newsli.png) 0 center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .newsT .one .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper .newsT .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsSwiper .newsT .one:hover .cont .date i {
  color: #26519f;
}
.news .newsSwiper .newsT .one:hover .cont .bt {
  color: #26519f;
}
.news .newsSwiper .newsT .one:hover .cont .more {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news .newsSwiper .newsT .list1 {
  float: right;
  width: 722px;
}
.news .newsSwiper .newsT .list1 ul li {
  height: 142px;
  border-bottom: 1px solid #dedede;
  padding-left: 74px;
  padding-right: 260px;
  padding-top: 12px;
  margin-top: 25px;
  position: relative;
}
.news .newsSwiper .newsT .list1 ul li::after {
  content: "";
  position: absolute;
  background: #26519f;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsSwiper .newsT .list1 ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsSwiper .newsT .list1 ul li:first-child {
  margin-top: 0;
}
.news .newsSwiper .newsT .list1 ul li .pic {
  display: block;
  width: 170px;
  height: 106px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .newsT .list1 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 .newsSwiper .newsT .list1 ul li .cont .date {
  position: absolute;
  left: 0;
  top: 22px;
}
.news .newsSwiper .newsT .list1 ul li .cont .date i {
  display: block;
  font-family: "Arial Black";
  font-size: 24px;
  line-height: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .newsT .list1 ul li .cont .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  line-height: 10px;
  margin-top: 8px;
}
.news .newsSwiper .newsT .list1 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 .newsSwiper .newsT .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper .newsT .list1 ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #808080;
  margin-top: 4px;
  height: 24px;
  line-height: 24px;
}
.news .newsSwiper .newsT .list1 ul li .cont .more {
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 14px;
  margin-top: 18px;
  background: url(http://www.weilongjiaju.com/templates/pc_wjdh/images/newsli.png) 0 center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .newsT .list1 ul li .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper .newsT .list1 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsSwiper .newsT .list1 ul li:hover .cont .date i {
  color: #26519f;
}
.news .newsSwiper .newsT .list1 ul li:hover .cont .bt {
  color: #26519f;
}
.news .newsSwiper .newsT .list1 ul li:hover .cont .more {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news .newsSwiper .list2 {
  margin-top: 28px;
}
.news .newsSwiper .list2 ul {
  margin-right: -35px;
}
.news .newsSwiper .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsSwiper .list2 ul li {
  float: left;
  margin-right: 35px;
  position: relative;
  width: 410px;
  height: 110px;
  border: solid 1px #e5e5e5;
  padding: 0 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  padding-left: 28px;
  background: url(http://www.weilongjiaju.com/templates/pc_wjdh/images/newsli2.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .list2 ul li .bt:hover {
  color: #26519f;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper .list2 ul li .line {
  height: 1px;
  background-color: #f0f0f0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper .list2 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  margin-top: 12px;
  height: 24px;
  line-height: 24px;
  background-image: -webkit-gradient(linear, right top, left top, from(#999), color-stop(49.99%, #999), color-stop(50%, #333), to(#333));
  background-image: linear-gradient(-90deg, #999 0%, #999 49.99%, #333 50%, #333 100%);
  background-size: 210%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsSwiper .list2 ul li .tt {
  line-height: 22px;
  margin-top: 15px;
}
.news .newsSwiper .list2 ul li .tt::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsSwiper .list2 ul li .tt .date {
  float: left;
  font-family: Arial;
  font-size: 12px;
  color: #b3b3b3;
}
.news .newsSwiper .list2 ul li .tt .more {
  float: right;
  width: 22px;
  height: 22px;
  background: url(http://www.weilongjiaju.com/templates/pc_wjdh/images/newsar.png) center center no-repeat;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 100%;
}
.news .newsSwiper .list2 ul li:hover .bt {
  background-image: url(http://www.weilongjiaju.com/templates/pc_wjdh/images/newsli2h.png);
}
.news .newsSwiper .list2 ul li:hover .tt .more {
  background-color: #26519f;
  background-image: url(http://www.weilongjiaju.com/templates/pc_wjdh/images/newsarh.png);
  border-color: #26519f;
}
