@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 160px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #253c9b 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: #253c9b;
  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;
  height: 98px;
  padding-top: 46px;
  position: relative;
  z-index: 1;
}
.title:before {
  content: "";
  display: block;
  position: absolute;
  width: 98px;
  height: 98px;
  background-color: #eff2fb;
  border-radius: 100%;
  left: -40px;
  top: 0;
  z-index: -1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title b {
  display: inline-block;
  vertical-align: bottom;
  font-size: 40px;
}
.title i {
  display: inline-block;
  vertical-align: bottom;
  font-family: Arial;
  font-size: 20px;
  margin-left: 15px;
  line-height: 16px;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .tip {
  float: right;
  line-height: 25px;
  margin-top: 32px;
  text-align: right;
  letter-spacing: 1px;
  color: #686d81;
  font-family: Arial;
  font-size: 14px;
}
.about {
  background-color: #ffffff;
  border-radius: 125px;
  margin: -122px 0;
  position: relative;
  z-index: 3;
  padding-top: 75px;
  padding-top: 60px;
}
@media screen and (max-width: 1680px) {
  .about {
    border-radius: 0;
  }
}
.about .titBox .tip {
  margin-top: 22px;
}
.about .titBox .tip .t1:before {
  content: "+";
  display: block;
}
.about .titBox .tip .t2 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
  margin-right: -6px;
  color: #333333;
}
.about .aboutBox {
  z-index: 1;
  padding-top: 44px;
  padding-bottom: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.about .aboutL {
  float: left;
  width: 320px;
  height: 500px;
}
.about .aboutL .number {
  height: 500px;
}
.about .aboutL .number ul li {
  padding-left: 69px;
  margin-top: 40px;
}
.about .aboutL .number ul li:first-child {
  margin-top: 0;
}
.about .aboutL .number ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #7d7d7d;
  border-radius: 100%;
}
.about .aboutL .number ul li p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  color: #666666;
}
.about .aboutL .number ul li h4 {
  font-family: Impact;
  font-size: 44px;
  line-height: 35px;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutL .number ul li:hover h4,
.about .aboutL .number ul li.on h4 {
  color: #253c9b;
}
.about .aboutL .aboutLogo {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 432px;
  width: 487px;
  height: 112px;
  background-color: #334aa7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .aboutL .aboutLogo img {
  display: block;
  height: 61px;
  margin: auto;
}
.about .aboutL .honor {
  margin-left: 68px;
  margin-top: 50px;
  width: 234px;
  height: 158px;
  border: solid 1px #d8d8d8;
  padding: 4px;
}
.about .aboutL .honor img {
  width: 100%;
  height: 100%;
  display: block;
}
.about .aboutText {
  float: right;
  width: 914px;
}
.about .aboutText .pic {
  display: block;
  width: 914px;
  height: 500px;
  overflow: hidden;
}
.about .aboutText .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .about .aboutText .aboutPic iframe{
  width: 100% !important;
} */
.about .aboutText .text {
  margin-top: 52px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 40px;
  height: 160px;
  color: #666666;
}
.about .aboutText .more {
  margin-top: 24px;
  display: block;
  width: 162px;
  height: 56px;
  background-color: #f4f5f8;
  border-radius: 28px;
  line-height: 56px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 18px;
}
.about .aboutText .more:hover {
  background-color: #253c9b;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(37, 60, 155, 0.5);
}
.why {
  background: url(../images/yxbg.jpg) center bottom no-repeat;
  margin-top: -122px;
  padding-top: 212px;
  padding-top: 192px;
  background-color: #f6f7fa;
}
.why .title:before {
  background-color: #e3e5ed;
}
.why .whyList {
  margin-top: 80px;
}
.why .whyList::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.why .whyList ul {
  display: flex;
  justify-content: space-between;
}
.why .whyList ul li {
  float: left;
  width: 292px;
  height: 390px;
  position: relative;
  z-index: 1;
}
.why .whyList ul li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -132px;
  width: 264px;
  height: 353px;
  background-color: #d8dcee;
  border-radius: 28px;
  opacity: 0.23;
  top: -12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.why .whyList ul li .item {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 25px 62px 3px rgba(50, 50, 50, 0.08);
  border-radius: 28px;
  text-align: center;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(159deg, #f29b76 0%, #f16554 33%, #ef2e32 100%);
  background-image: linear-gradient(159deg, #f29b76 0%, #f16554 33%, #ef2e32 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: left 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.why .whyList ul li .item:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 28px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(159deg, #f29b76 0%, #f16554 33%, #ef2e32 100%);
  background-image: linear-gradient(159deg, #f29b76 0%, #f16554 33%, #ef2e32 100%);
  z-index: -1;
  background-size: 100% 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.why .whyList ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.why .whyList ul li .item .ico {
  position: relative;
  width: 73px;
  height: 76px;
  background: url(../images/yxico.png) center center no-repeat;
  margin: auto;
}
.why .whyList ul li .item .tit {
  margin-top: 20px;
}
.why .whyList ul li .item .tit h5 {
  text-transform: uppercase;
  font-family: "Arial Black";
  font-size: 50px;
  line-height: 38px;
  color: #f8f8f8;
}
.why .whyList ul li .item .tit h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 38px;
  margin-top: -38px;
  position: relative;
  z-index: 2;
}
.why .whyList ul li .item .tit .line {
  width: 33px;
  height: 3px;
  background-color: #fe6e18;
  border-radius: 2px;
  margin: 10px auto 0;
}
.why .whyList ul li .item .text {
  line-height: 30px;
  color: #666666;
  margin-top: 40px;
}
.why .whyList ul li:hover:before,
.why .whyList ul li.on:before {
  background-color: #f17c63;
}
.why .whyList ul li:hover .item,
.why .whyList ul li.on .item {
  background-size: 100% 100%;
  color: #fff;
}
.why .whyList ul li:hover .item:before,
.why .whyList ul li.on .item:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.why .whyList ul li:hover .item .ico,
.why .whyList ul li.on .item .ico {
  background-image: url(../images/yxicoh.png);
}
.why .whyList ul li:hover .item .tit h5,
.why .whyList ul li.on .item .tit h5 {
  opacity: 0.08;
}
.why .whyList ul li:hover .item .tit h4,
.why .whyList ul li.on .item .tit h4 {
  color: #fff;
}
.why .whyList ul li:hover .item .tit .line,
.why .whyList ul li.on .item .tit .line {
  background-color: #fff;
}
.why .whyList ul li:hover .item .text,
.why .whyList ul li.on .item .text {
  color: #fff;
}
.course {
  background: url(../images/kcbg.jpg) center 0 no-repeat;
  padding-top: 80px;
}
.course .title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #ffffff;
}
.course .title:before {
  background-color: #ff5729;
}
.course .title a {
  color: #ffffff;
}
.course .kcTip {
  color: #fff;
  line-height: 1;
  font-size: 24px;
  position: absolute;
  top: 114px;
  left: 0;
  z-index: 2;
}
.course .kcTabs {
  padding-top: 20px;
  margin-right: -20px;
}
.course .kcTabs .bd {
  height: 590px;
  overflow: hidden;
}
.course .kcTabs .bd ul li {
  padding-top: 10px;
  height: 590px;
}
.course .kcTabs .bd ul li .pic {
  float: right;
  margin-right: 20px;
  display: block;
  width: 580px;
  height: 580px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 20px -10px 0 rgba(255, 255, 255, 0.08);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .kcTabs .bd ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .kcTabs .bd ul li .cont {
  float: left;
  width: 560px;
  padding-top: 224px;
}
.course .kcTabs .bd ul li .cont .bt {
  display: block;
  color: #ffffff;
}
.course .kcTabs .bd ul li .cont .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-family: "BodoniBT", "Bodoni", 'Times New Roman', Times, serif;
  line-height: 32px;
  font-size: 30px;
  text-transform: uppercase;
}
.course .kcTabs .bd ul li .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
}
.course .kcTabs .bd ul li .cont .bt:after {
  content: "";
  display: block;
  width: 33px;
  height: 4px;
  background-color: #ff5729;
  margin-top: 8px;
}
.course .kcTabs .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  color: #d9ddea;
  margin-top: 38px;
  font-size: 15px;
}
.course .kcTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.course .kcTabs .hd {
  position: relative;
  margin-top: 60px;
  z-index: 1;
}
.course .kcTabs .hd:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: url(../images/kchd.png) center 0 no-repeat;
  width: 1502px;
  height: 355px;
  left: 50%;
  margin-left: -751px;
  top: -53px;
}
.course .kcTabs .hd ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -30px;
}
.course .kcTabs .hd ul li {
  float: left;
  flex: 1;
}
.course .kcTabs .hd ul li a {
  display: block;
  padding-top: 55px;
  text-align: center;
  height: 249px;
}
.course .kcTabs .hd ul li a i {
  display: block;
  margin: auto;
  width: 65px;
  height: 60px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .kcTabs .hd ul li a i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.course .kcTabs .hd ul li a em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Arial Narrow";
  font-size: 12px;
  color: #4c526b;
  opacity: 0.5;
  line-height: 20px;
  height: 20px;
  margin-top: 10px;
}
.course .kcTabs .hd ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  line-height: 28px;
  font-size: 18px;
  color: #212b53;
  height: 28px;
}
.course .kcTabs .hd ul li:hover i,
.course .kcTabs .hd ul li.on i {
  -webkit-filter: drop-shadow(5px 8px 2px rgba(37, 60, 155, 0.2));
  filter: drop-shadow(5px 8px 2px rgba(37, 60, 155, 0.2));
}
.course .kcTabs .hd ul li:hover i img,
.course .kcTabs .hd ul li.on i img {
  -webkit-filter: drop-shadow(-100px 0 0px #ff5729);
  filter: drop-shadow(-100px 0 0px #ff5729);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
.course .kcTabs .next {
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 490px;
  height: 22px;
  line-height: 22px;
  font-family: Arial;
  font-size: 25px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .kcTabs .next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.course .kcTabs .next:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  background: url(../images/kcr.png) 0 center no-repeat;
  width: 29px;
  height: 22px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.course .kcTabs .next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.show {
  padding: 80px 0 130px;
  padding: 60px 0 50px;
  background: url(../images/showbg.jpg) center bottom no-repeat;
}
.show .showSwiper {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
.show .showSwiper .swiper-container {
  width: 1490px;
  height: 614px;
}
.show .showSwiper ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.show .showSwiper ul li {
  width: 430px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showSwiper ul li .item {
  position: relative;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 544px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showSwiper 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;
}
.show .showSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showSwiper ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.show .showSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.show .showSwiper ul li .item:hover .bt {
  color: #253c9b;
}
.show .showSwiper ul li.swiper-slide-next .item {
  width: 335px;
}
.show .showSwiper ul li.swiper-slide-next .item .pic {
  height: 422px;
}
.show .showSwiper ul li.swiper-slide-next + li .item,
.show .showSwiper ul li.swiper-slide-next + li + li .item {
  width: 335px;
  left: -95px;
}
.show .showSwiper ul li.swiper-slide-next + li .item .pic,
.show .showSwiper ul li.swiper-slide-next + li + li .item .pic {
  height: 422px;
}
.show .showSwiper .page {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 524px;
  width: 770px;
  height: 66px;
  line-height: 64px;
  background-color: #ffffff;
  border-radius: 33px;
  border: solid 1px #e9ecf2;
}
.show .showSwiper .page .show-prev {
  position: absolute;
  left: 62px;
  top: 0;
  z-index: 3;
  height: 64px;
  font-family: Arial;
  font-size: 25px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showSwiper .page .show-prev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  width: 29px;
  height: 22px;
  background: url(../images/showl.png) 0 center no-repeat;
  position: relative;
  top: -2px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showSwiper .page .show-prev:hover,
.show .showSwiper .page .show-prev.on {
  color: #253c9b;
}
.show .showSwiper .page .show-prev:hover:before,
.show .showSwiper .page .show-prev.on:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.show .showSwiper .page .show-next {
  position: absolute;
  right: 62px;
  top: 0;
  z-index: 3;
  height: 64px;
  font-family: Arial;
  font-size: 25px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showSwiper .page .show-next:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  width: 29px;
  height: 22px;
  background: url(../images/showr.png) 0 center no-repeat;
  position: relative;
  top: -2px;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showSwiper .page .show-next:hover,
.show .showSwiper .page .show-next.on {
  color: #253c9b;
}
.show .showSwiper .page .show-next:hover:after,
.show .showSwiper .page .show-next.on:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.show .showSwiper .page .show-pagination {
  text-align: center;
}
.show .showSwiper .page .show-pagination span {
  width: 11px;
  height: 11px;
  margin: 0 7px;
  background-color: #f6f7fa;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  opacity: 1;
}
.show .showSwiper .page .show-pagination span.swiper-pagination-bullet-active {
  background-color: #253c9b;
}
.display {
  padding-top: 80px;
  padding-top: 50px;
}
.display .tel {
  text-align: right;
  margin-top: 26px;
}
.display .tel .t1 {
  line-height: 25px;
  font-size: 18px;
}
.display .tel .t1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 184px;
  height: 1px;
  background-color: #000000;
  margin-right: 18px;
}
.display .tel .t1:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 25px;
  vertical-align: top;
  margin-left: 10px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/jdtel.png) center center no-repeat;
}
.display .tel .t2 {
  font-weight: bold;
  font-family: Arial;
  font-size: 24px;
  margin-top: 12px;
  letter-spacing: -1px;
  line-height: 18px;
}
.display .jdList {
  margin-top: 5px;
  position: relative;
}
.display .jdList ul {
  margin-right: -668px;
}
.display .jdList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.display .jdList ul li {
  float: left;
  width: 316px;
  margin-right: 668px;
  margin-top: 26px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.display .jdList ul li .pic {
  display: block;
  width: 100%;
  height: 280px;
  border-radius: 10px;
  border: solid 5px #f1f1f1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.display .jdList 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;
}
.display .jdList ul li .cont {
  position: relative;
  margin: 0 2px;
}
.display .jdList ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  position: relative;
  padding-right: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.display .jdList ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.display .jdList ul li .cont .bt:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 100%;
  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;
}
.display .jdList ul li .cont .bt:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  height: 3px;
  background-color: #e3e3e3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.display .jdList ul li .cont .bt:hover {
  color: #253c9b;
}
.display .jdList ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  display: none;
  font-size: 16px;
  color: #666666;
  margin-top: 2px;
}
.display .jdList ul li:hover .pic {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.display .jdList ul li:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.display .jdList ul li:hover .cont .bt {
  color: #253c9b;
}
.display .jdList ul li:hover .cont .bt:before {
  background-color: #253c9b;
}
.display .jdList ul li:hover .cont .bt:after {
  background-color: #253c9b;
  width: 30px;
}
.display .jdList ul li:first-child {
  width: 575px;
  position: absolute;
  left: 357px;
}
.display .jdList ul li:first-child .pic {
  height: 510px;
}
.display .jdList ul li:first-child .cont {
  margin-top: 8px;
}
.display .jdList ul li:first-child .cont .bt {
  font-size: 20px;
  font-weight: bold;
  padding-right: 70px;
}
.display .jdList ul li:first-child .cont .bt:after {
  width: 50px;
}
.display .jdList ul li:first-child .cont p {
  display: block;
}
.news {
  margin-top: 60px;
  height: 1107px;
  background: url(../images/newsbg.jpg) center bottom no-repeat;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  width: 675px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 35px;
  border: solid 1px #eff1f7;
  margin-top: 28px;
  padding-top: 16px;
  text-align: center;
}
.news .newsTab ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  text-align: center;
  width: 130px;
  height: 38px;
  border-radius: 20px;
  line-height: 38px;
  font-size: 18px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #ff5729;
  font-weight: bold;
  color: #ffffff;
}
.news .newsTabs {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  overflow: hidden;
  padding-top: 32px;
  position: relative;
}
.news .newsList:before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  width: 5px;
  height: 634px;
  left: 100px;
  background: url(../images/newsline.jpg) 0 center no-repeat;
}
.news .newsList .one {
  position: relative;
  padding-right: 575px;
  padding-left: 136px;
  padding-top: 38px;
  margin-right: 30px;
  height: 260px;
}
.news .newsList .one::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .one .date {
  position: absolute;
  left: 0;
  text-align: right;
  top: 48px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .date i {
  display: block;
  font-family: "Arial Black";
  font-size: 24px;
  line-height: 18px;
}
.news .newsList .one .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 16px;
  line-height: 10px;
  color: #999999;
}
.news .newsList .one:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border: solid 1px #f6f6f6;
  border-radius: 100%;
  left: 96px;
  top: 48px;
}
.news .newsList .one .pic {
  display: block;
  width: 525px;
  height: 260px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .bt:hover {
  color: #ff5729;
}
.news .newsList .one .line {
  width: 65px;
  height: 2px;
  background-color: #fe6e18;
  margin-top: 12px;
}
.news .newsList .one p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  font-size: 14px;
  color: #666666;
  margin-top: 24px;
}
.news .newsList .one .more {
  display: block;
  width: 65px;
  height: 65px;
  background: url(../images/morearh.png) center center no-repeat;
  background-color: #ff5729;
  border: solid 3px #ffffff;
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  right: -30px;
  top: -32px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.news .newsList .one:hover .date {
  color: #ff5729;
}
.news .newsList .one:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsRoll {
  margin-right: 30px;
  margin-top: 25px;
}
.news .newsRoll .rollBd {
  overflow: hidden;
  height: 364px;
}
.news .newsRoll .rollBd ul li .item {
  height: 182px;
  position: relative;
  padding-right: 142px;
  padding-left: 136px;
  padding-top: 20px;
}
.news .newsRoll .rollBd ul li .item:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border: solid 1px #f6f6f6;
  border-radius: 100%;
  left: 96px;
  top: 30px;
}
.news .newsRoll .rollBd ul li .item .date {
  position: absolute;
  left: 0;
  text-align: right;
  top: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsRoll .rollBd ul li .item .date i {
  display: block;
  font-family: "Arial Black";
  font-size: 24px;
  line-height: 18px;
}
.news .newsRoll .rollBd ul li .item .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 16px;
  line-height: 10px;
  color: #999999;
}
.news .newsRoll .rollBd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsRoll .rollBd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsRoll .rollBd ul li .item .bt:hover {
  color: #ff5729;
}
.news .newsRoll .rollBd ul li .item .line {
  width: 65px;
  height: 2px;
  background-color: #fe6e18;
  margin-top: 12px;
}
.news .newsRoll .rollBd ul li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 14px;
  color: #666666;
  margin-top: 24px;
}
.news .newsRoll .rollBd ul li .item .more {
  display: block;
  background: url(../images/morear.png) center center no-repeat;
  width: 65px;
  height: 65px;
  background-color: #f0f2f6;
  border: solid 3px #ffffff;
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 76px;
}
.news .newsRoll .rollBd ul li .item:hover .date {
  color: #ff5729;
}
.news .newsRoll .rollBd 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);
}
.news .newsRoll .rollBd ul li .item:hover .more {
  background-image: url(../images/morearh.png);
  background-color: #ff5729;
}
.news .rollHd {
  width: 1242px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 33px;
  border: solid 1px #f2f2f2;
  margin: auto;
  margin-top: 66px;
  text-align: center;
  padding-top: 16px;
}
.news .rollHd ul {
  font-size: 0;
}
.news .rollHd ul li {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  font-family: Arial;
  font-size: 16px;
  line-height: 33px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .rollHd ul li.on {
  background-color: #364ca7;
  color: #fff;
}
.links {
  background: url(../images/footerbg.jpg) center 0 no-repeat;
  padding-top: 52px;
}
.links .linksBox {
  display: flex;
}
.links .linksBox .tit {
  float: left;
  position: relative;
  width: 107px;
  height: 34px;
  line-height: 20px;
  background: url(../images/linkstit.png) 0 5px no-repeat;
  padding-left: 20px;
  color: #ffffff;
}
.links .linksBox .list {
  flex: 1;
  float: right;
  width: 1170px;
  overflow: hidden;
  line-height: 34px;
  margin-left: 20px;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  margin-left: 40px;
}
.links .linksBox .list a:hover {
  color: #ffffff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
