@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,
.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 {
  height: auto !important;
}
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,
.boxBg {
  -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;
  left: 50%;
  margin-left: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #0d4086 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: #0d4086;
  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%;
}
.title {
  line-height: 1;
  position: relative;
  text-align: center;
  height: 81px;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: Impact;
  font-size: 100px;
  line-height: 81px;
  color: rgba(102, 102, 102, 0.05);
  text-transform: uppercase;
}
.title b {
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-top: -52px;
  color: #333;
}
.title b span {
  color: #0d4086;
}
.title em {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 12px;
  color: #666666;
  line-height: 10px;
}
.product {
  padding: 70px 0 60px;
  overflow: hidden;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proSwiper {
  max-width: 1606px;
  min-width: 1300px;
  width: 96%;
  margin: auto;
  margin-top: 22px;
}
.product .proSwiper .swiper-container {
  margin: 0 -25px;
}
.product .proSwiper ul li {
  float: left;
  width: 33.333%;
  padding: 20px 25px;
}
.product .proSwiper ul li .item {
  background-color: #f6f6f6;
  position: relative;
  padding: 25px 28px 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
  background-color: #ffffff;
  border: solid 1px #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/proli.png) 0 bottom no-repeat;
}
.product .proSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt {
  position: relative;
  padding-right: 142px;
  margin-top: 34px;
  line-height: 42px;
  height: 42px;
}
.product .proSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .item .tt .more {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 132px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 15px;
  text-align: center;
  line-height: 42px;
  font-family: Arial;
  font-size: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .tt .more i {
  min-width: 5px;
}
.product .proSwiper ul li .item .tt .more:hover {
  background-color: #0d4086;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(13, 64, 134, 0.5);
}
.product .proSwiper ul li .item:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(13, 64, 134, 0.15);
}
.product .proSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proSwiper ul li .item:hover .bt {
  color: #0d4086;
}
.product .proSwiper ul li .item:hover .more {
  background-color: #0d4086;
  color: #fff;
}
@media screen and (max-width: 1620px) {
  .product .proSwiper .swiper-container {
    margin: 0 -18px;
  }
  .product .proSwiper ul li {
    padding: 20px 18px;
  }
  .product .proSwiper ul li .item {
    padding: 24px;
  }
  .product .proSwiper ul li .item .tt {
    margin-top: 24px;
  }
}
.product .list ul {
  margin-right: -36px;
}
.product .list ul::after,
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  float: left;
  margin-right: 36px;
  margin-top: 46px;
  width: 310px;
}
.product .list ul li .item {
  height: 224px;
  position: relative;
  overflow: hidden;
}
.product .list ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .item .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 .list ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -46px;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(13, 64, 134, 0.7);
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .list ul li .item:hover .bt {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.about {
  background-color: #f7f7f7;
}
.about .aboutTit {
  height: 412px;
  padding-top: 70px;
  margin-left: 685px;
  position: relative;
}
.about .aboutTit::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 168px;
  background-color: #e4e4e4;
  right: 22px;
  top: 60px;
}
.about .aboutTit::after {
  content: "";
  display: block;
  position: absolute;
  width: 244px;
  height: 1px;
  background-color: #e4e4e4;
  right: 0;
  top: 120px;
}
.about .aboutTit .title {
  text-align: left;
}
.about .aboutTit .tip {
  margin-top: 48px;
}
.about .aboutTit .tip::before {
  content: "";
  display: block;
  width: 3px;
  height: 45px;
  background-color: #131a22;
  margin-left: 19px;
  margin-bottom: 35px;
}
.about .aboutTit .tip .t1 {
  line-height: 1;
  letter-spacing: 10px;
  color: #999999;
  white-space: nowrap;
}
.about .aboutTit .tip .t2 {
  font-family: Arial;
  font-size: 12px;
  margin-top: 13px;
  line-height: 10px;
  color: #d5d5d5;
}
.about .aboutText {
  position: relative;
  z-index: 2;
  margin-left: 380px;
  width: 920px;
  height: 388px;
  background-color: #ffffff;
  border-radius: 50px 0px 0px 0px;
  padding: 70px 70px 0 96px;
}
.about .aboutText .tit {
  line-height: 1;
  font-size: 20px;
  color: #0d4086;
  font-weight: bold;
}
.about .aboutText .line {
  position: relative;
  z-index: 1;
  font-size: 0;
  margin-top: 17px;
}
.about .aboutText .line i {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 14px;
}
.about .aboutText .line i::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 14px;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 50%;
  background-color: #bfbfbf;
  -webkit-animation: loader9g 3s ease-in-out infinite;
  animation: loader9g 3s ease-in-out infinite;
}
.about .aboutText .line i::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -14px;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 50%;
  background-color: #bfbfbf;
  -webkit-animation: loader9d 3s ease-in-out infinite;
  animation: loader9d 3s ease-in-out infinite;
}
@-webkit-keyframes loader9g {
  0% {
    left: 14px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: 14px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes loader9g {
  0% {
    left: 14px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: 14px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes loader9d {
  0% {
    left: -14px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: -14px;
    background-color: [object Object],[object Object];
  }
}
@keyframes loader9d {
  0% {
    left: -14px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: -14px;
    background-color: [object Object],[object Object];
  }
}
.about .aboutText .text {
  margin-top: 17px;
  font-size: 15px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  color: #666666;
}
.about .aboutText .more {
  margin-top: 80px;
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 34px;
  background-color: #0d4086;
  border-radius: 20px;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  line-height: 34px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
.about .aboutText .more i {
  min-width: 5px;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0d4086;
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .more:hover {
  background: none;
  color: #0d4086;
  box-shadow: 0 10px 10px -5px rgba(13, 64, 134, 0.5);
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutPic {
  position: absolute;
  left: -310px;
  top: 0;
  width: 869px;
  height: 800px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.056);
  -moz-transform: scale(1.056);
  -o-transform: scale(1.056);
  transform: scale(1.056);
}
.youshi {
  padding-top: 88px;
}
.youshi .ysTit {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -8px;
  line-height: 1;
}
.youshi .ysTit i {
  display: block;
  line-height: 65px;
  font-family: Impact;
  font-size: 80px;
}
.youshi .ysTit i::first-letter {
  color: #0d4086;
}
.youshi .ysTit i em {
  display: block;
  margin-top: 25px;
}
.youshi .ysTit span {
  display: block;
  font-size: 36px;
  margin-top: 48px;
  line-height: 1;
  font-family: "Microsoft YaHei Light";
}
.youshi .ysTit span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 3px;
  background-color: #2d2d2d;
  margin-left: 30px;
}
.youshi .ysItem .pic {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: right;
  overflow: hidden;
}
.youshi .ysItem .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysItem .pic:hover {
  box-shadow: 0 0 15px rgba(13, 64, 134, 0.1);
}
.youshi .ysItem .pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysItem .cont {
  float: left;
  text-align: right;
}
.youshi .ysItem .cont * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysItem .cont .tit {
  position: relative;
}
.youshi .ysItem .cont .tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #0d4086;
  top: 9px;
  left: 100%;
  margin-left: 48px;
}
.youshi .ysItem .cont .tit span {
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  display: inline-block;
  vertical-align: bottom;
}
.youshi .ysItem .cont .tit i {
  margin: 0 6px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 10px;
  font-family: Arial;
  font-size: 12px;
}
.youshi .ysItem .cont .text {
  line-height: 36px;
  color: #666666;
  margin-top: 30px;
}
.youshi .ysItem .cont:hover .tit {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysItem .cont:hover .tit span {
  color: #0d4086;
}
.youshi .ysItem .cont:hover .text {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysItem1 .pic {
  width: 643px;
  height: 517px;
}
.youshi .ysItem1 .cont {
  padding-top: 335px;
  width: 580px;
  text-align: left;
}
.youshi .ysItem1 .cont .tit::before {
  width: 2px;
  height: 102px;
  background-color: #0d4086;
  left: 10px;
  top: 42px;
  margin-left: 0;
}
.youshi .ysItem1 .cont .text {
  margin-left: 50px;
  margin-top: 15px;
}
.youshi .ysItem2 {
  background-color: #f8f8f8;
}
.youshi .ysItem2 .pic {
  width: 579px;
  height: 360px;
  float: left;
}
.youshi .ysItem2 .cont {
  float: right;
  padding-top: 92px;
  width: 540px;
  margin-right: 128px;
}
.youshi .ysItem2 .cont .text {
  margin-left: 0;
  margin-right: -10px;
}
.youshi .ysItem3 {
  background-color: #f8f8f8;
  padding-bottom: 166px;
}
.youshi .ysItem3 .pic {
  width: 639px;
  height: 360px;
}
.youshi .ysItem3 .cont {
  padding-top: 94px;
  width: 500px;
}
.youshi .ysItem3 .cont .tit {
  z-index: 2;
}
.youshi .ysItem3 .cont .tit::before {
  width: 129px;
  height: 2px;
  background-color: #0d4086;
  margin-left: 56px;
}
.youshi .ysItem3 .cont .text {
  margin-left: 0;
}
.youshi .ysItem3 .ysEn {
  position: absolute;
  bottom: -77px;
  right: -42px;
  z-index: 2;
  height: 130px;
  width: 353px;
  background: url(../images/ysen.png) right center no-repeat;
}
.mbanner {
  background: url(../images/mbanner.jpg) center 0 no-repeat;
}
.mbanner .mbanBox {
  color: #fff;
  height: 315px;
  text-align: center;
  padding-top: 72px;
}
.mbanner .mbanBox .t1 {
  height: 40px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 2px;
}
.mbanner .mbanBox .t1 img {
  display: inline-block;
  vertical-align: top;
}
.mbanner .mbanBox .t2 {
  line-height: 1;
  font-size: 12px;
  margin-top: 15px;
  color: #7d8d9f;
}
.mbanner .mbanBox .t3 {
  line-height: 1;
  letter-spacing: 1px;
  color: #cacfdc;
  margin-top: 25px;
  font-size: 18px;
}
.mbanner .mbanBox .tel {
  margin-top: 36px;
  line-height: 36px;
  font-weight: bold;
  font-family: Arial;
  font-size: 24px;
}
.mbanner .mbanBox .tel::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  margin-left: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/mbantel.png) center center no-repeat;
}
.news {
  padding: 72px 0 50px;
  overflow: hidden;
}
.news .newsTab {
  text-align: center;
  margin-top: 30px;
}
.news .newsTab ul {
  border-top: 1px solid #eee;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.news .newsTab ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 32px;
}
.news .newsTab ul li a {
  display: block;
  width: 152px;
  font-size: 18px;
  position: relative;
  text-align: center;
  padding-top: 20px;
  line-height: 44px;
  -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: 1px;
  width: 0;
  background-color: #0d4086;
  -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: 33px;
  height: 44px;
  overflow: hidden;
  margin: auto;
  margin-right: 15px;
}
.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 {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #0d4086;
  font-weight: bold;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  width: 100%;
  left: 0;
}
.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 .newsTabs .bd {
  overflow: hidden;
  height: 564px;
}
.news .newsList {
  overflow: hidden;
  height: 564px;
}
.news .newsList ul {
  margin: 30px;
}
.news .newsList ul::after,
.news .newsList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList ul li {
  float: left;
  width: 25%;
  height: 504px;
  background-color: #ffffff;
  box-shadow: 0px 0px 31px 0px rgba(34, 34, 34, 0.05);
  padding: 35px 32px 0;
}
.news .newsList ul li .date {
  font-family: Impact;
  font-size: 30px;
  color: #999999;
  line-height: 24px;
}
.news .newsList ul li .pic {
  margin-top: 28px;
  display: block;
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList 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 ul li .cont {
  padding-top: 20px;
}
.news .newsList ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList ul li .cont .line {
  height: 1px;
  background-color: #eeeeee;
  position: relative;
}
.news .newsList ul li .cont .line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 1px;
  background-color: #0d4086;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  color: #666666;
  font-size: 15px;
  margin-top: 20px;
}
.news .newsList ul li .cont .more {
  margin-top: 12px;
  display: block;
  text-align: center;
  width: 97px;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #efefef;
  line-height: 28px;
  font-family: Arial;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .cont .more i {
  min-width: 5px;
}
.news .newsList ul li .cont .more:hover {
  background-color: #0d4086;
  border-color: #0d4086;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(13, 64, 134, 0.5);
}
.news .newsList 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 .newsList ul li:hover .cont .bt {
  color: #0d4086;
}
.news .newsList ul li:hover .cont .line::before {
  width: 100%;
}
.news .newsList ul li:hover .cont .more {
  background-color: #0d4086;
  border-color: #0d4086;
  color: #fff;
}
.news .oneTabs {
  float: left;
  width: 400px;
  height: 446px;
  background-color: #f5f5f5;
  position: relative;
}
.news .oneTabs .oneBd {
  overflow: hidden;
  width: 400px;
  height: 446px;
}
.news .oneTabs .oneBd ul li {
  width: 400px;
  height: 446px;
}
.news .oneTabs .oneBd ul li .item {
  padding: 46px 40px 0;
}
.news .oneTabs .oneBd ul li .item .cont {
  height: 80px;
}
.news .oneTabs .oneBd ul li .item .cont .date {
  font-size: 26px;
  line-height: 24px;
  font-weight: bold;
  color: #999999;
}
.news .oneTabs .oneBd ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 6px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .oneTabs .oneBd ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .oneTabs .oneBd ul li .item .pic {
  display: block;
  width: 100%;
  height: 178px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .oneTabs .oneBd ul li .item .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 .oneTabs .oneBd ul li .item .more {
  display: block;
  width: 116px;
  height: 34px;
  background-color: #d3050f;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 12px;
}
.news .oneTabs .oneBd ul li .item .more:hover {
  box-shadow: 0 10px 10px -5px rgba(13, 64, 134, 0.5);
}
.news .oneTabs .oneBd ul li .item:hover .cont .bt {
  color: #0d4086;
}
.news .oneTabs .oneBd ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .oneTabs .oneHd {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.news .oneTabs .oneHd ul li {
  float: left;
  width: 8px;
  height: 8px;
  background-color: #dae0e6;
  border-radius: 100%;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .oneTabs .oneHd ul li.on {
  background-color: #0d4086;
}
.news .list1 {
  float: left;
  overflow: hidden;
  height: 446px;
  width: 400px;
  margin-left: 50px;
}
.news .list1 ul {
  margin-top: -28px;
}
.news .list1 ul li {
  border-top: solid 1px #dae0e6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 28px;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.news .list1 ul li .pic {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .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 .list1 ul li .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 .list1 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 ul li .bt::before {
  content: "";
  width: 3px;
  height: 14px;
  background-color: #666666;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 12px;
  color: #666666;
}
.news .list1 ul li.on .pic {
  margin-bottom: 16px;
  height: 165px;
}
.news .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 .list1 ul li:hover .bt {
  color: #0d4086;
}
.news .list1 ul li:hover .bt::before {
  background-color: #0d4086;
}
.news .list1 ul li:hover .more {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -50px;
  bottom: -50px;
}
.news .list2 {
  float: right;
  width: 400px;
}
.news .list2 ul li {
  height: 100px;
  height: 65px;
  border-bottom: solid 1px #dae0e6;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .list2 ul li::after {
  content: "";
  position: absolute;
  background: #0d4086;
  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 .list2 ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list2 ul li:first-child {
  margin-top: 0;
}
.news .list2 ul li .date {
  color: #666666;
  line-height: 10px;
  font-size: 12px;
}
.news .list2 ul li .bt {
  margin-top: 4px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 45px;
  font-size: 14x;
  height: 34px;
  line-height: 34px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .bt::after {
  content: "...";
  display: block;
  position: absolute;
  right: 10px;
  top: -10px;
  font-size: 30px;
  font-weight: bold;
  color: #e8e8e8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li:hover .bt,
.news .list2 ul li.on .bt {
  color: #0d4086;
}
.news .list2 ul li:hover .bt::after,
.news .list2 ul li.on .bt::after {
  color: #0d4086;
}
.qualification {
  padding: 70px 0 80px;
  background-color: #f7f7f7;
}
.qualification .rySwiper {
  margin-top: 40px;
  position: relative;
}
.qualification .rySwiper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.qualification .rySwiper ul li {
  float: left;
  margin-right: 49px;
}
.qualification .rySwiper ul li .item {
  width: 288px;
  overflow: hidden;
  position: relative;
}
.qualification .rySwiper ul li .item::after {
  content: "";
  position: absolute;
  background: #0d4086;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.qualification .rySwiper ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.qualification .rySwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 387px;
  position: relative;
  overflow: hidden;
  background: url(../images/zzli.jpg) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 26px 25px 26px 25px;
}
.qualification .rySwiper ul li .item .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.qualification .rySwiper ul li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .rySwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  height: 62px;
  line-height: 62px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.qualification .rySwiper ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.qualification .rySwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.qualification .rySwiper ul li .item:hover .bt {
  color: #0d4086;
}
.qualification .page .prev {
  position: absolute;
  left: -82px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 32px;
  background: url(../images/ryl.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;
}
.qualification .page .prev:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.qualification .page .next {
  position: absolute;
  right: -82px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 32px;
  background: url(../images/ryr.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;
}
.qualification .page .next:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
