@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;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.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;
}
.banner .banner-pagination {
  float: right;
  font-size: 0;
  position: relative;
  width: auto;
  left: 0;
  bottom: 0;
  height: 70px;
  line-height: 70px;
  z-index: 3;
  text-align: right;
}
.banner .banner-pagination:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 10px;
  width: 80px;
  height: 1px;
  background: #ddd;
}
.banner .banner-pagination:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 10px;
  width: 80px;
  height: 1px;
  background: #ddd;
}
.banner .banner-pagination span {
  opacity: 1;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  background: none;
  width: auto;
  height: auto;
  margin: 0 15px;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  color: #ffffff;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  color: #fdc727;
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .inBar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  line-height: 70px;
}
.banner .inBar .xunpan {
  float: left;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.banner .inBar .xunpan:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 36px;
  height: 36px;
  background: #fff url(../images/xunpan.png) center center no-repeat;
  margin-right: 18px;
  border-radius: 100%;
}
.banner .inBar .xunpan i:before {
  content: "[";
}
.banner .inBar .xunpan i:after {
  content: "]";
}
.banner .inBar .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  bottom: 120%;
  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: #fdc727;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(253, 199, 39, 0.15);
}
.banner .inBar .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  bottom: -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-top-color: #fdc727;
}
.banner .inBar .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;
}
.clearboth {
  clear: both;
}
.dl-container {
  width: 1280px;
  margin: 0 auto;
}
.reason {
  width: 100%;
  height: 1009px;
  background: url(../images/reason1.jpg) no-repeat center;
}
.reason .reasonBox {
  width: 100%;
  height: 775px;
  padding-top: 78px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reason .reasonBox .reasonTitle {
  text-align: center;
  line-height: 1;
}
.reason .reasonBox .reasonTitle h3 {
  padding: 8px 0 24px;
  background: url(../images/reasonTitle.png) no-repeat center bottom;
  font-size: 34px;
  font-weight: bold;
}
.reason .reasonBox .reasonTitle h3 b {
  font-size: 44px;
  color: #2858a4;
}
.reason .reasonBox .reasonBoxCenter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterL {
  flex: 0 0 406px;
  justify-content: center;
  float: left;
  width: 406px;
  position: relative;
  z-index: 2;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterL ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  height: 130px;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterL ul li .reasonBoxCenterCL {
  flex: 0 0 310px;
  justify-content: center;
  float: left;
  width: 310px;
  text-align: right;
  margin-top: -5px;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterL ul li .reasonBoxCenterCL h4 {
  font-size: 24px;
  font-weight: bold;
  color: #2858a4;
  text-align: right;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterL ul li .reasonBoxCenterCL i {
  font-size: 24px;
  width: 4em;
  height: 1px;
  background: #ccc;
  display: block;
  float: right;
  margin: 5px auto;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterL ul li .reasonBoxCenterCL span {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  display: inline-block;
  color: #cccccc;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterL ul li .reasonBoxCenterCL p {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  height: 48px;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterL ul li .reasonBoxCenterCR {
  flex: 0 0 64px;
  justify-content: center;
  float: left;
  width: 64px;
  height: 64px;
  background-color: #fdc727;
  border-radius: 50%;
  box-shadow: 0px 1px 20px 0px rgba(159, 159, 159, 0.44);
  font-size: 36px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  line-height: 64px;
  text-align: center;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterR {
  flex: 0 0 406px;
  justify-content: center;
  float: left;
  width: 406px;
  position: relative;
  z-index: 2;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterR ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterR ul li .reasonBoxCenterCL {
  flex: 0 0 310px;
  justify-content: center;
  float: left;
  width: 310px;
  text-align: left;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterR ul li .reasonBoxCenterCL h4 {
  font-size: 24px;
  font-weight: bold;
  color: #2858a4;
  text-align: left;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterR ul li .reasonBoxCenterCL i {
  font-size: 24px;
  width: 4em;
  height: 1px;
  background: #ccc;
  display: block;
  float: left;
  margin: 5px auto;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterR ul li .reasonBoxCenterCL span {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  display: inline-block;
  color: #cccccc;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterR ul li .reasonBoxCenterCL p {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  height: 48px;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterR ul li .reasonBoxCenterCR {
  flex: 0 0 64px;
  justify-content: center;
  float: left;
  width: 64px;
  height: 64px;
  background-color: #fdc727;
  border-radius: 50%;
  box-shadow: 0px 1px 20px 0px rgba(159, 159, 159, 0.44);
  font-size: 36px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  line-height: 64px;
  text-align: center;
}
.reason .reasonBox .reasonBoxCenter .reasonBoxCenterBg {
  position: absolute;
  width: 556px;
  height: 481px;
  left: 50%;
  top: 65px;
  margin-left: -278px;
  background: url(../images/reason1Bg.png) no-repeat center;
}
.reason .reasonAbm1 {
  width: 100%;
  height: 234px;
  background: url(../images/reasonAdm1.png) no-repeat 176px 90px;
  line-height: 1;
  padding-top: 98px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reason .reasonAbm1 h4 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.reason .reasonAbm1 p {
  font-size: 22px;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  margin-top: 22px;
}
.product {
  margin-top: 80px;
  padding-bottom: 64px;
}
.product .title {
  text-align: center;
}
.product .productCenter {
  margin-top: 70px;
}
.product .productCenter::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .productCenter .productCenterL {
  width: 262px;
  float: left;
  background: url(../images/productList.png) repeat-y;
  height: 100%;
}
.product .productCenter .productCenterL .productCenterLTitle {
  width: 100%;
  height: 195px;
  background: url(../images/productCenterL.png) no-repeat center -25px;
}
.product .productCenter .productCenterL .productCenterLTitle h3 {
  color: #fff;
  text-align: center;
  display: block;
  height: 195px;
}
.product .productCenter .productCenterL .productCenterLTitle h3 a {
  display: block;
  color: #fff;
  line-height: 160px;
  font-size: 30px;
}
.product .productCenter .productCenterL ul {
  margin-top: 40px;
  padding-bottom: 30px;
}
.product .productCenter .productCenterL ul li {
  width: 262px;
  margin-top: 28px;
}
.product .productCenter .productCenterL ul li:first-child {
  margin-top: 0;
}
.product .productCenter .productCenterL ul li a {
  padding-left: 23px;
  display: block;
  width: 225px;
  height: 52px;
  background-color: #2858a4;
  border-radius: 3px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productCenter .productCenterL ul li a i {
  width: 21px;
  height: 21px;
  display: inline-block;
  background: url(../images/productCenterLIco.png) no-repeat 0 0;
  vertical-align: sub;
  float: left;
  margin-top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productCenter .productCenterL ul li a span {
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 52px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  float: left;
  width: 180px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productCenter .productCenterL ul li a::after {
  content: "";
  width: 74px;
  height: 9px;
  position: absolute;
  right: -56px;
  top: 21px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/productCenterLJt.png) no-repeat center right;
}
.product .productCenter .productCenterL ul li:hover a {
  background: #fdc727;
}
.product .productCenter .productCenterL ul li:hover a i {
  background: url(../images/productCenterLIco.png) no-repeat 0 -21px;
}
.product .productCenter .productCenterL ul li:hover a span {
  color: #333;
}
.product .productCenter .productCenterL ul li.on a {
  background: #fdc727;
}
.product .productCenter .productCenterL ul li.on a i {
  background: url(../images/productCenterLIco.png) no-repeat 0 -21px;
}
.product .productCenter .productCenterL ul li.on a span {
  color: #333;
}
.product .productCenter .productCenterL ul li.on a::after {
  opacity: 1;
}
.product .productCenter .productCenterL .productCenterBottom {
  padding-bottom: 10px;
  background: url(../images/productCenterBottom.jpg) no-repeat center bottom;
}
.product .productCenter .productCenterR {
  width: 952px;
  float: right;
}
.product .productCenter .productCenterR .productCenterRTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 32px;
}
.product .productCenter .productCenterR .productCenterRTitle h3 {
  flex: 0 0 875px;
  justify-content: center;
  float: left;
  width: 875px;
  border-bottom: 1px solid #eeeeee;
  line-height: 1;
  height: 31px;
}
.product .productCenter .productCenterR .productCenterRTitle h3 a {
  font-size: 18px;
  font-weight: bold;
}
.product .productCenter .productCenterR .productCenterRTitle .productCenterRTitleMore {
  flex: 1;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  padding-top: 20px;
  line-height: 1;
}
.product .productCenter .productCenterR .productCenterRTitle .productCenterRTitleMore i {
  font-weight: bold;
}
.product .productCenter .productCenterR .productCenterRTitle .productCenterRTitleMore:hover {
  color: #2858a4;
}
.product .productCenter .productCenterR ul {
  margin-right: -26px;
}
.product .productCenter .productCenterR ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .productCenter .productCenterR ul li {
  margin-top: 30px;
  margin-right: 26px;
  float: left;
  width: 300px;
  height: 292px;
  display: block;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .productCenter .productCenterR ul li .productCenterRImg {
  display: block;
  height: 224px;
  position: relative;
  margin: 5px 5px 7px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 4px;
}
.product .productCenter .productCenterR ul li .productCenterRImg img {
  width: 288px;
  height: 224px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productCenter .productCenterR ul li .productCenterRImg i {
  width: 288px;
  height: 223px;
  display: block;
  position: absolute;
  top: -288px;
  left: 0;
  background: rgba(40, 88, 164, 0.9);
  font-size: 16px;
  padding: 72px 40px;
  box-sizing: border-box;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productCenter .productCenterR ul li .productCenterRImg i b {
  display: block;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
}
.product .productCenter .productCenterR ul li .productCenterRText {
  display: block;
  margin: 0 5px 5px;
  height: 48px;
  background: #2858a4 url(../images/productCenterRText.png) no-repeat center;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 50px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product .productCenter .productCenterR ul li:hover .productCenterRImg img {
  transform: scale(1.1);
}
.product .productCenter .productCenterR ul li:hover .productCenterRImg i {
  top: 0;
}
.product .productCenter .productCenterR ul li:hover .productCenterRText {
  color: #333;
  background: #fdc727 url(../images/productCenterRText2.png) no-repeat center;
}
.abm {
  width: 100%;
  height: 334px;
  background: url(../images/admtitle.jpg) no-repeat center;
}
.abm .abmCenter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.abm .abmCenter .abmL {
  flex: 0 0 720px;
  justify-content: center;
  float: left;
  width: 720px;
  padding-top: 110px;
}
.abm .abmCenter .abmL h4 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.abm .abmCenter .abmL p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 3px;
  color: #8fa9d2;
  margin-top: 20px;
}
.abm .abmCenter .abmR {
  flex: 0 0 260px;
  justify-content: center;
  float: left;
  width: 260px;
  background: url(../images/admR.png) no-repeat 0 100px;
  padding-left: 70px;
  box-sizing: border-box;
}
.abm .abmCenter .abmR p {
  font-size: 16px;
  color: #fff;
  margin-top: 80px;
}
.abm .abmCenter .abmR h4 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #fff;
  line-height: 1;
}
.abm .abmCenter .abmR a {
  width: 178px;
  height: 40px;
  background-color: #fdc727;
  border-radius: 2px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.abm .abmCenter .abmR a:after {
  content: ">>";
  margin-left: 10px;
}
.abm .abmCenter .abmR a i {
  font-weight: bold;
}
.abm .abmCenter .abmR a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 10px -5px rgba(253, 199, 39, 0.5);
}
.title {
  line-height: 1;
  position: relative;
}
.title:before {
  content: "";
  position: absolute;
  top: 46px;
  left: 0;
  height: 1px;
  width: 400px;
  background: #e5e5e5;
}
.title:after {
  content: "";
  position: absolute;
  top: 46px;
  right: 0;
  height: 1px;
  width: 400px;
  background: #e5e5e5;
}
.title em {
  display: inline-block;
  vertical-align: top;
  padding-left: 28px;
  position: relative;
  font-size: 64px;
  color: #2858a4;
  line-height: 50px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
}
.title em:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -10px;
  z-index: -1;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: linear-gradient(90deg, rgba(40, 88, 164, 0.3) 0%, rgba(40, 88, 164, 0.1) 100%);
}
.title span {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
  text-align: left;
}
.title span b {
  display: block;
  font-size: 36px;
  position: relative;
}
.title span b:after {
  content: "////////";
  display: inline-block;
  vertical-align: bottom;
  margin-left: 16px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 2px;
  color: #1e6daf;
}
.title span b:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  bottom: -10px;
  width: 220px;
  height: 1px;
  background: #e5e5e5;
}
.title span i {
  display: block;
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 4px;
  color: #666666;
}
.youshi {
  background: url(../images/bgysbg.jpg) center bottom no-repeat;
  padding: 80px 0;
}
.youshi .ysBox {
  position: relative;
  z-index: 1;
}
.youshi .ysTit {
  z-index: -1;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Arial;
  font-size: 150px;
  line-height: 112px;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
}
.youshi .ysText ul li {
  height: 60px;
  margin-top: 30px;
  position: relative;
  font-size: 24px;
  line-height: 60px;
  padding-left: 78px;
}
.youshi .ysText ul li:first-child {
  margin-top: 0;
}
.youshi .ysText ul li .num {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  background: url(../images/ystitnum.png) left bottom no-repeat;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  font-size: 30px;
  color: #2858a4;
  width: 48px;
  line-height: 46px;
  padding-top: 14px;
}
.youshi .ysText ul li p {
  position: relative;
}
.youshi .ysText ul li p:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 76px;
  height: 1px;
  background: #eeeeee;
}
.youshi .ysItem1 {
  margin-left: -8px;
  background: url(../images/bgys1line.png) left bottom no-repeat;
}
.youshi .ysItem1 .pic1 {
  position: absolute;
  right: -45px;
  top: -90px;
  width: 609px;
  height: 648px;
}
.youshi .ysItem1 .ysText {
  padding-left: 8px;
  padding-top: 42px;
}
.youshi .ysItem1 .ysText ul {
  height: 306px;
  margin-left: 85px;
  margin-top: 104px;
}
.youshi .ysItem2 {
  margin-top: 50px;
}
.youshi .ysItem2 .pic2 {
  position: relative;
  width: 640px;
  float: left;
  height: 642px;
}
.youshi .ysItem2 .pic2 .img1 {
  width: 965px;
  height: 642px;
  border-radius: 110px 2px 2px 2px;
  border: solid 5px #eeeeee;
  margin-left: -325px;
}
.youshi .ysItem2 .pic2 .img2 {
  width: 378px;
  height: 386px;
  position: absolute;
  top: 328px;
  left: 358px;
}
.youshi .ysItem2 .pic2 .img2 img {
  display: block;
}
.youshi .ysItem2 .ysText {
  float: right;
  width: 452px;
  padding-top: 30px;
}
.moreLink {
  text-align: center;
  display: block;
  padding-right: 50px;
  width: 192px;
  height: 54px;
  background-color: #f7f7f8;
  border-radius: 6px;
  font-size: 16px;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  background-color: #a2a2a2;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:after {
  content: ">";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  font-family: simsun;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.moreLink:hover {
  color: #2858a4;
  box-shadow: 0 10px 10px -5px rgba(40, 88, 164, 0.3);
}
.moreLink:hover:before {
  background-color: #2858a4;
}
.moreLink:hover:after {
  animation: zyfd 1.5s linear infinite;
}
@keyframes zyfd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.case {
  background: url(../images/casebg.jpg) center 0 no-repeat;
  height: 990px;
}
.case .caseBox {
  padding-top: 88px;
}
.case .caseBox .title {
  line-height: 1;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.case .caseBox .title:before {
  left: -320px;
  width: 720px;
  background: #e5e5e5;
}
.case .caseBox .title:after {
  right: -320px;
  width: 720px;
  background: #e5e5e5;
}
.case .caseBox .title em {
  color: #fff;
}
.case .caseBox .title em:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.case .caseBox .title span b:after {
  color: #fff;
}
.case .caseBox .title span b:before {
  background: #e5e5e5;
}
.case .caseBox .title span i {
  color: #dddddd;
}
.case .caseTabs {
  margin-top: 40px;
}
.case .caseTabs .hd {
  float: left;
  margin-left: -14px;
  margin-right: -4px;
  width: 520px;
}
.case .caseTabs .hd::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs .hd ul li {
  width: 246px;
  margin-left: 14px;
  margin-top: 10px;
  float: left;
}
.case .caseTabs .hd ul li a {
  display: block;
  height: 104px;
  position: relative;
  padding-left: 92px;
  padding-top: 28px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .hd ul li a:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #eeeeee;
  position: absolute;
  left: 74px;
  top: 32px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: linear-gradient(0deg, #2858a4 0%, #2858a4 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 0%;
}
.case .caseTabs .hd ul li a:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  left: 30px;
  top: 76px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: linear-gradient(0deg, #2858a4 0%, #2858a4 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
}
.case .caseTabs .hd ul li a i {
  width: 29px;
  height: 26px;
  position: absolute;
  top: 32px;
  left: 30px;
  background: url(../images/casenavico.png) center 0 no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .hd ul li a .cn {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 39px;
}
.case .caseTabs .hd ul li a .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
  color: #dddddd;
  text-transform: uppercase;
}
.case .caseTabs .hd ul li.on a,
.case .caseTabs .hd ul li:hover a {
  color: #2858a4;
}
.case .caseTabs .hd ul li.on a i,
.case .caseTabs .hd ul li:hover a i {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseTabs .hd ul li.on a:before,
.case .caseTabs .hd ul li:hover a:before,
.case .caseTabs .hd ul li.on a:after,
.case .caseTabs .hd ul li:hover a:after {
  background-size: 100% 100%;
}
.case .caseTabs .hd .more {
  width: 246px;
  margin-left: 14px;
  margin-top: 10px;
  float: left;
  display: block;
  height: 104px;
  position: relative;
  text-align: center;
  line-height: 104px;
  font-size: 18px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .hd .more:after {
  content: "》";
  margin-left: 6px;
}
.case .caseTabs .hd .more:hover {
  color: #2858a4;
}
.case .caseTabs .bd {
  float: left;
  margin-top: 10px;
  width: 776px;
  height: 446px;
  border-radius: 2px;
  border: solid 3px #eeeeee;
  overflow: hidden;
}
.case .caseTabs .bd ul li {
  width: 770px;
  height: 440px;
  position: relative;
  overflow: hidden;
}
.case .caseTabs .bd ul li .pic {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.case .caseTabs .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  object-fit: cover;
}
.case .caseTabs .bd ul li .cont {
  width: 390px;
  height: 210px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 18px;
  padding: 50px 30px 0;
}
.case .caseTabs .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  -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 .bt:before {
  content: "";
  position: absolute;
  background: url(../images/caseli.png) center center no-repeat;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #fdc727;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.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: 16px;
  margin-top: 24px;
}
.case .caseTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.case .caseTabs .bd ul li:hover .cont .bt {
  color: #2858a4;
}
.case .caseTabs .bd ul li:hover .cont .bt:before {
  animation: zyfd 1.5s linear infinite;
  right: 5px;
}
.case .customer {
  position: relative;
  width: 1280px;
  height: 190px;
  background: #fff;
  padding: 25px 40px;
  margin-top: 68px;
}
.case .customer .bd {
  overflow: hidden;
  height: 140px;
}
.case .customer .bd ul {
  margin-right: -20px;
}
.case .customer .bd ul li {
  float: left;
  width: 220px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 2px;
  margin: 10px;
  position: relative;
}
.case .customer .bd ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.case .customer .bd ul li .pic img {
  display: block;
  object-fit: contain;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .customer .bd ul li .pic:hover img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .customer .bd ul li .bt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -50px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  background-color: rgba(40, 88, 164, 0.8);
}
.case .customer .prev {
  width: 35px;
  height: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  left: -68px;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .customer .prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/casel.png) center center no-repeat;
}
.case .customer .prev:hover,
.case .customer .prev.on {
  background-color: #fdc727;
}
.case .customer .prev:hover:before,
.case .customer .prev.on:before {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.case .customer .next {
  width: 35px;
  height: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  right: -68px;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .customer .next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/caser.png) center center no-repeat;
}
.case .customer .next:hover,
.case .customer .next.on {
  background-color: #fdc727;
}
.case .customer .next:hover:before,
.case .customer .next.on:before {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.process {
  padding: 82px 0 74px;
}
.process .title {
  text-align: center;
}
.process .lcList {
  margin-top: 38px;
}
.process .lcList ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.process .lcList ul li {
  width: 93px;
  height: 184px;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 33px;
  background: #eeeeee;
}
.process .lcList ul li em {
  display: block;
  width: 93px;
  height: 111px;
  margin: auto;
  padding-bottom: 9px;
  background: url(../images/lcli.png) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process .lcList ul li em i {
  display: block;
  width: 93px;
  height: 102px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(80%);
}
.process .lcList ul li em i.ico1 {
  background: url(../images/lcico1.png) center center no-repeat;
}
.process .lcList ul li em i.ico2 {
  background: url(../images/lcico2.png) center center no-repeat;
}
.process .lcList ul li em i.ico3 {
  background: url(../images/lcico3.png) center center no-repeat;
}
.process .lcList ul li em i.ico4 {
  background: url(../images/lcico4.png) center center no-repeat;
}
.process .lcList ul li em i.ico5 {
  background: url(../images/lcico5.png) center center no-repeat;
}
.process .lcList ul li em i.ico6 {
  background: url(../images/lcico6.png) center center no-repeat;
}
.process .lcList ul li h4 {
  font-size: 16px;
  line-height: 1;
  margin-top: 28px;
}
.process .lcList ul li:hover,
.process .lcList ul li.on {
  color: #2858a4;
}
.process .lcList ul li:hover em,
.process .lcList ul li.on em {
  background: url(../images/lclih.png) center 0 no-repeat;
}
.process .lcList ul li:hover em i,
.process .lcList ul li.on em i {
  filter: grayscale(0) brightness(100%);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
@-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);
  }
}
.about {
  padding-bottom: 64px;
}
.about .title {
  text-align: center;
}
.about .title span i {
  color: #bc091f;
}
.about .aboutBox {
  margin-top: 92px;
}
.about .aboutBox:before {
  content: "";
  display: block;
  position: absolute;
  top: -43px;
  left: -320px;
  z-index: -1;
  width: 492px;
  height: 650px;
  background-color: #f4f4f4;
  border-radius: 2px;
}
.about .aboutPic {
  position: relative;
  float: left;
  width: 706px;
  height: 565px;
  margin-left: -20px;
}
.about .aboutPic .pic {
  width: 706px;
  height: 565px;
  border-radius: 137px 2px 2px 2px;
  border: solid 5px #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 696px;
  height: 555px;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 3px 15px rgba(40, 88, 164, 0.3);
}
.about .aboutPic .pic: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);
}
.about .aboutPic .tip {
  position: absolute;
  z-index: 2;
  left: 88px;
  top: 140px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  color: #ffffff;
}
.about .aboutText {
  float: right;
  width: 530px;
  padding-top: 10px;
}
.about .aboutText .tit {
  height: 65px;
  position: relative;
}
.about .aboutText .tit:before {
  content: "";
  position: absolute;
  width: 190px;
  height: 1px;
  background-color: #eeeeee;
  top: 42px;
  left: -218px;
}
.about .aboutText .tit h5 {
  line-height: 65px;
  font-size: 94px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  color: #f4f4f4;
}
.about .aboutText .tit h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  margin-left: 78px;
  margin-top: -35px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 36px;
  height: 180px;
  color: #666666;
  margin-top: 65px;
  font-size: 16px;
}
.about .aboutText .more {
  margin-top: 35px;
  display: block;
  width: 148px;
  height: 40px;
  background-color: #eeeeee;
  border-radius: 2px;
  font-family: Arial;
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more i {
  min-width: 5px;
}
.about .aboutText .more:hover {
  background-color: #2858a4;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(40, 88, 164, 0.5);
}
.showTabs {
  margin-top: 74px;
}
.showTabs .hd {
  position: absolute;
  width: 850px;
  height: 110px;
  background-color: #2858a4;
  border-radius: 2px 3px 2px 3px;
  top: -198px;
  z-index: 2;
  left: 750px;
}
.showTabs .hd ul li {
  float: left;
  position: relative;
}
.showTabs .hd ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 50%;
  margin-top: -9px;
  width: 1px;
  height: 17px;
  background-color: #4669a0;
}
.showTabs .hd ul li:first-child:before {
  display: none;
}
.showTabs .hd ul li a {
  width: 265px;
  height: 110px;
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  font-size: 0;
}
.showTabs .hd ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .hd ul li a i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.showTabs .hd ul li a i.ico1:before {
  background: url(../images/aLinkico1.png) center center no-repeat;
}
.showTabs .hd ul li a i.ico2:before {
  background: url(../images/aLinkico2.png) center center no-repeat;
}
.showTabs .hd ul li a span {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-left: 30px;
}
.showTabs .hd ul li a span b {
  font-weight: normal;
  display: block;
}
.showTabs .hd ul li a span em {
  display: block;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
}
.showTabs .hd ul li:hover a i,
.showTabs .hd ul li.on a i {
  background: #fdc727;
}
.showTabs .showList {
  position: relative;
}
.showTabs .showList .bd {
  overflow: hidden;
  margin-right: -42px;
  height: 288px;
}
.showTabs .showList .bd ul li {
  float: left;
  margin-right: 42px;
}
.showTabs .showList .bd ul li .item {
  width: 288px;
  height: 288px;
  background-color: #f4f4f4;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 10px 10px 0;
}
.showTabs .showList .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 228px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .showList .bd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  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;
}
.showTabs .showList .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .showList .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.showTabs .showList .bd ul li .item .bt:before {
  content: " · · ";
  margin-right: 5px;
}
.showTabs .showList .bd ul li .item .bt:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  height: 50px;
  width: 14px;
  background: url(../images/hjli.png) center center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .showList .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.showTabs .showList .bd ul li .item:hover .bt {
  color: #2858a4;
}
.showTabs .showList .bd ul li .item:hover .bt:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.showTabs .showList .prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .showList .prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/hjl.png) center center no-repeat;
}
.showTabs .showList .prev:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.showTabs .showList .next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  right: -70px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showTabs .showList .next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/hjr.png) center center no-repeat;
}
.showTabs .showList .next:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.mabanner2 {
  background: url(../images/adm2Bg.jpg) center 0 no-repeat;
}
.mabanner2 .mBan {
  height: 222px;
  padding-left: 574px;
}
.mabanner2 .mBan .text {
  float: left;
  color: #ffffff;
  padding-top: 72px;
  line-height: 1;
  position: relative;
}
.mabanner2 .mBan .text:before {
  content: "";
  display: block;
  width: 26px;
  height: 102px;
  border: 1px #fff solid;
  border-left-width: 2px;
  border-right: none;
  position: absolute;
  left: -42px;
  top: 68px;
}
.mabanner2 .mBan .text .t1 {
  font-size: 30px;
  font-weight: bold;
}
.mabanner2 .mBan .text .t2 {
  font-size: 19px;
  margin-top: 16px;
}
.mabanner2 .mBan .text .t3 {
  font-family: Arial;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 10px;
  opacity: 0.53;
  margin-top: 12px;
}
.mabanner2 .mBan .mbanLx {
  float: right;
  padding-top: 67px;
  min-width: 208px;
}
.mabanner2 .mBan .mbanLx .zxLink {
  width: 172px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mabanner2 .mBan .mbanLx .zxLink:after {
  content: "+";
  margin-left: 10px;
}
.mabanner2 .mBan .mbanLx .zxLink:hover {
  background-color: #fdc727;
  box-shadow: 0 10px 10px -5px rgba(253, 199, 39, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.mabanner2 .mBan .mbanLx .tel {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
}
.news {
  padding: 90px 0 65px;
}
.news .title {
  text-align: center;
}
.news .newsBox {
  margin-top: 50px;
}
.news .newsTab {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 220px;
}
.news .newsTab ul li {
  margin-top: 12px;
}
.news .newsTab ul li:first-child {
  margin-top: 0;
}
.news .newsTab ul li a {
  display: block;
  width: 220px;
  height: 116px;
  position: relative;
  z-index: 1;
  line-height: 116px;
  border-radius: 0 60px 60px 0;
  font-size: 18px;
  padding-left: 42px;
  background: linear-gradient(0deg, #2858a4 0%, #2858a4 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
}
.news .newsTab ul li a i {
  margin-right: 20px;
  width: 37px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  top: -2px;
}
.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:before {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.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 {
  font-weight: bold;
  color: #fff;
  background-size: 100% 100%;
}
.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 {
  padding-top: 10px;
  position: relative;
}
.news .newsList .list1 {
  margin-left: 290px;
  position: relative;
  height: 354px;
}
.news .newsList .list1 .one .pic {
  display: block;
  float: left;
  width: 458px;
  height: 354px;
  border-radius: 2px;
  border: solid 5px #f4f4f4;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsList .list1 .one .cont {
  float: right;
  width: 482px;
  position: relative;
}
.news .newsList .list1 .one .cont .date {
  width: 90px;
  height: 30px;
  background-color: rgba(40, 88, 164, 0.1);
  border-radius: 2px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 30px;
  color: #2858a4;
  text-align: center;
  font-weight: bold;
}
.news .newsList .list1 .one .cont .line {
  height: 1px;
  margin-top: 10px;
  background: #eeeeee;
}
.news .newsList .list1 .one .cont .more {
  position: absolute;
  right: 0;
  top: 5px;
  width: 26px;
  height: 26px;
  background-color: #fdc727;
  border-radius: 100%;
  line-height: 26px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .cont .more:before {
  content: ">";
  font-weight: bold;
  font-family: simsun;
  text-shadow: 0 1px 0 #fff;
  font-size: 16px;
}
.news .newsList .list1 .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 .one:hover .cont .more {
  background-color: #2858a4;
}
.news .newsList .list1 .one:hover .cont .bt {
  color: #2858a4;
}
.news .newsList .list1 ul {
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: -8px;
  width: 480px;
}
.news .newsList .list1 ul li {
  position: relative;
  width: 480px;
  height: 106px;
  background-color: #f4f4f4;
  border-radius: 2px;
  padding: 14px 30px 0 142px;
  margin-top: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list1 ul li:before {
  content: "";
  position: absolute;
  left: 112px;
  top: 10px;
  width: 1px;
  height: 85px;
  border-right: dashed 1px #e5e5e5;
}
.news .newsList .list1 ul li .date {
  position: absolute;
  left: 0;
  top: 19px;
  font-weight: bold;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 30px;
  width: 112px;
  text-align: center;
  height: 66px;
  line-height: 66px;
  background: url(../images/newsdate.png) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 1px dashed #e5e5e5;
}
.news .newsList .list1 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  line-height: 24px;
  margin-top: 8px;
}
.news .newsList .list1 ul li:hover .date {
  color: #2858a4;
}
.news .newsList .list1 ul li:hover .bt {
  color: #2858a4;
}
.news .newsList .list2 {
  overflow: hidden;
  position: relative;
  margin-top: 45px;
}
.news .newsList .list2:before {
  content: "";
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  border-bottom: dashed 1px #eeeeee;
  top: 90px;
}
.news .newsList .list2 ul {
  margin-right: -13px;
}
.news .newsList .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  float: left;
  height: 90px;
  line-height: 90px;
  position: relative;
  margin-right: 13px;
  padding-right: 60px;
  width: 418px;
}
.news .newsList .list2 ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -1px;
  width: 1px;
  height: 16px;
  background: #e5e5e5;
}
.news .newsList .list2 ul li .date {
  position: absolute;
  right: 0;
  width: 50px;
  height: 20px;
  background-color: #eeeeee;
  line-height: 20px;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  color: #666666;
  font-size: 16px;
}
.news .newsList .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 ul li .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 5px;
  height: 5px;
  background-color: #0351bc;
  border-radius: 100%;
  margin-right: 18px;
}
.news .newsList .list2 ul li:hover .bt {
  color: #2858a4;
}
.news .newsList ul2 {
  margin-right: -100px;
}
.news .newsList ul2::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList ul2 li {
  float: left;
  width: 600px;
  margin-right: 100px;
  border-bottom: 1px solid #eeeeee;
  height: 76px;
  line-height: 75px;
  padding-right: 100px;
  position: relative;
}
.news .newsList ul2 li::after {
  content: "";
  position: absolute;
  background: #2858a4;
  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 .newsList ul2 li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList ul2 li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 75px;
  height: 75px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul2 li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList ul2 li .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul2 li .date {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Arial;
  font-size: 15px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul2 li:hover .bt {
  color: #2858a4;
}
.news .newsList ul2 li:hover .bt:before {
  border-radius: 100%;
}
.news .newsList ul2 li:hover .date {
  color: #2858a4;
}
.links {
  padding-bottom: 30px;
}
.links .linksBox {
  display: flex;
  z-index: 1;
  line-height: 32px;
  padding-left: 105px;
}
.links .linksBox .tit {
  float: left;
  background: url(../images/linksico.png) 0 center no-repeat;
  padding-left: 55px;
  font-size: 16px;
  height: 32px;
}
.links .linksBox .list {
  flex: 1;
  float: right;
  overflow: hidden;
  line-height: 32px;
  width: 1135px;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #989898;
  margin-left: 25px;
}
.links .linksBox .list a:before {
  content: "- ";
}
.links .linksBox .list a:hover {
  color: #2858a4;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
