@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/gesture2.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture2.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight {
  -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;
  height: 750px;
  overflow: hidden;
}
.banner .slider {
  width: 100% !important;
  height: 750px;
  top: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-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;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-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;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 40px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: solid 1px #295093;
  border-radius: 50%;
  margin: 0 12px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background-color: #295093;
  border-color: #295093;
}
.title {
  text-align: center;
}
.title h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
.title p {
  letter-spacing: 4px;
  color: #999999;
  padding-left: 4px;
  line-height: 1;
  margin-top: 14px;
}
.product {
  padding: 70px 0;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav {
  text-align: center;
  margin: auto;
  max-width: 1342px;
  height: 66px;
  background-color: #f8f8f8;
  box-shadow: 0px 5px 5px 0px rgba(3, 0, 0, 0.06);
  border-radius: 32px;
  line-height: 66px;
  overflow: hidden;
  margin-top: 50px;
  font-size: 0;
}
.product .proNav ul li {
  display: inline-block;
  padding: 0 30px;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 66px;
  line-height: 66px;
  position: relative;
}
.product .proNav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #295093;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a:hover,.product .proNav ul li.on a {
  color: #295093;
}
.product .proNav ul li a:hover:before,.product .proNav ul li.on a:before {
  left: 0;
  width: 100%;
}
.proTabs{
  margin-top: 10px;
}
.product .list {
}
.product .list ul {
  margin-right: -40px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  float: left;
  margin-top: 40px;
  margin-right: 40px;
  width: 270px;
  height: 287px;
  background-color: #f8f8f8;
  border-radius: 5px;
  border: solid 1px #dedede;
  overflow: hidden;
  padding: 4px 4px 0;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #295093, #295093);
  background-image: linear-gradient(to right, #295093, #295093);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: center center;
}
.product .list ul li .pic {
  display: block;
  width: 100%;
  height: 222px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  position: relative;
}
.product .list ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 58px;
  line-height: 58px;
  position: relative;
  padding: 0 70px 0 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .bt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  width: 47px;
  height: 100%;
  background: url(../images/proli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li:hover {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-size: 100% 100%;
  color: #fff;
  border-color: #295093;
}
.product .list ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.product .list ul li:hover .bt {
  color: #fff;
}
.product .list ul li:hover .bt:before {
  animation: zyfd 1.5s linear infinite;
  background: url(../images/prolih.png) center center no-repeat;
}
@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);
  }
}
.mbanner1 {
  height: 260px;
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
  border-radius: 130px;
  color: #fff;
}
.mbanner1 .mbanBox {
  padding-top: 28px;
}
.mbanner1 .text {
  float: left;
  width: 695px;
  text-align: center;
  color: #ffffff;
  padding-top: 133px;
}
.mbanner1 .text .t1 {
  letter-spacing: 4px;
  font-size: 20px;
  line-height: 1;
}
.mbanner1 .tel {
  float: right;
  width: 505px;
  height: 202px;
  background-color: #4c71b1;
  border-radius: 120px;
  padding-top: 74px;
  padding-left: 192px;
  line-height: 1;
  position: relative;
}
.mbanner1 .tel:after {
  content: "";
  display: block;
  position: absolute;
  left: 124px;
  top: 0;
  width: 1px;
  height: 68px;
  background-color: #ffffff;
}
.mbanner1 .tel:before {
  content: "";
  display: block;
  position: absolute;
  top: 68px;
  left: 95px;
  width: 58px;
  height: 58px;
  animation: msClock2 1.2s linear infinite;
  background: url(../images/mbantel.png) center center no-repeat;
}
.mbanner1 .tel .t1 {
  letter-spacing: 3px;
  color: #d2e2ff;
}
.mbanner1 .tel .t2 {
  font-weight: bold;
  letter-spacing: 5px;
  color: #ffffff;
  font-size: 24px;
  font-family: Arial;
  margin-top: 10px;
}
.case {
  padding: 70px 0;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .caseBox {
  margin-top: 50px;
}
.case .caseTabs {
  position: relative;
}
.case .caseTabs .bd {
  overflow: hidden;
  height: 410px;
}
.case .caseTabs .bd li {
  height: 410px;
}
.case .caseTabs .bd li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs .bd li .pic {
  display: block;
  width: 600px;
  height: 410px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  overflow: hidden;
  float: left;
}
.case .caseTabs .bd li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd li .cont {
  float: right;
  padding-top: 52px;
  width: 550px;
  position: relative;
  text-align: center;
}
.case .caseTabs .bd li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 40px;
  position: relative;
  z-index: 2;
}
.case .caseTabs .bd li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs .bd li .cont .line {
  width: 27px;
  height: 3px;
  background-color: #355b9d;
  margin: 24px auto 0;
}
.case .caseTabs .bd li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  color: #666666;
  margin-top: 20px;
}
.case .caseTabs .bd li .cont .more {
  margin: 36px auto 0;
  display: block;
  width: 168px;
  height: 40px;
  line-height: 40px;
  background-color: #355b9d;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.case .caseTabs .bd li .cont .more i {
  min-width: 5px;
}
.case .caseTabs .bd li .cont .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #355b9d;
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.case .caseTabs .bd li .cont .more:hover {
  background: none;
  color: #355b9d;
}
.case .caseTabs .bd li .cont .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case .caseTabs .bd 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);
}
.case .caseTabs .bd li:hover .bt {
  color: #295093;
}
.case .caseTabs .hd {
  position: absolute;
  right: 0;
  bottom: 14px;
  z-index: 2;
  width: 550px;
  text-align: center;
}
.case .caseTabs .hd li {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: #dedede;
  border-radius: 100%;
  margin: 0 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .hd li.on {
  background: #295093;
}
.case .page {
  position: absolute;
  height: 48px;
  left: 80px;
  bottom: 50px;
  width: 150px;
}
.case .page:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  height: 28px;
  background-color: #d2d2d2;
}
.case .page .prev {
  display: block;
  float: left;
  background: url(../images/casel.png) center center no-repeat;
  width: 48px;
  height: 48px;
  background-color: #2b63dc;
  border: solid 3px #ffffff;
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .prev:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.case .page .next {
  float: right;
  display: block;
  background: url(../images/caser.png) center center no-repeat;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-color: #cedb05;
  border: solid 3px #ffffff;
  border-radius: 100%;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.case .list {
  margin-top: 50px;
}
.case .list ul {
  margin-right: -53px;
}
.case .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .list ul li {
  float: left;
  margin-right: 53px;
  width: 260px;
  overflow: hidden;
}
.case .list ul li .pic {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  position: relative;
}
.case .list ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list ul li .bt {
  display: block;
  height: 60px;
  line-height: 50px;
  position: relative;
  z-index: 2;
  padding: 10px 70px 0 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list ul li .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .list ul li .bt:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 76px;
  background-color: #dedede;
  left: 25px;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #295093, #295093);
  background-image: linear-gradient(to right, #295093, #295093);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: center top;
}
.case .list ul li .bt:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 12px;
  width: 47px;
  height: 50px;
  background: url(../images/caseli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list 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);
}
.case .list ul li:hover .bt {
  color: #295093;
}
.case .list ul li:hover .bt:before {
  background-size: 100% 100%;
}
.case .list ul li:hover .bt:after {
  animation: zyfd 1.5s linear infinite;
  background: url(../images/caselih.png) center center no-repeat;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBox {
  height: 740px;
  padding-top: 49px;
}
.youshi .ysBox .ysTit {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  height: 74px;
  padding-top: 35px;
}
.youshi .ysBox .ysTit span {
  opacity: 0;
  display: inline-block;
  width: 174px;
}
.youshi .ysPic {
  margin-top: 10px;
  float: right;
  margin-right: -27px;
  padding-top: 34px;
  width: 532px;
  height: 530px;
  padding: 22px 22px 0;
  border-radius: 10px;
  background: url(../images/yspicbg.jpg) center 0 no-repeat;
}
.youshi .ysPic .bd {
  width: 488px;
  height: 404px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 15px 15px -10px rgba(255, 255, 255, 0.3);
}
.youshi .ysPic .bd li {
  width: 488px;
  height: 404px;
}
.youshi .ysPic .bd li img {
  display: block;
  width: 488px;
  height: 404px;
}
.youshi .ysPic .tip {
  text-align: center;
  line-height: 104px;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 18px;
}
.youshi .ysCont {
  float: left;
  height: 530px;
  width: 590px;
  margin-top: 10px;
}
.youshi .ysCont .bd {
  height: 530px;
  width: 590px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li {
  height: 530px;
  width: 590px;
  padding-top: 62px;
}
.youshi .ysCont .bd ul li .item {
  height: 220px;
}
.youshi .ysCont .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item h4 {
  font-family: Arial;
  font-size: 22px;
  line-height: 1;
}
.youshi .ysCont .bd ul li .item h4 span {
  font-size: 24px;
  line-height: 22px;
  vertical-align: top;
}
.youshi .ysCont .bd ul li .item h4 i {
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 22px;
  display: inline-block;
  color: #999999;
  line-height: 1;
  vertical-align: bottom;
}
.youshi .ysCont .bd ul li .item .text {
  margin-top: 24px;
  line-height: 42px;
  color: #666666;
  position: relative;
}
.youshi .ysCont .bd ul li .item:hover h4 {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #295093;
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .page {
  text-align: right;
  font-size: 0;
}
.youshi .ysCont .page .prev {
  width: 112px;
  height: 42px;
  background: url(../images/ysl.png) center center no-repeat;
  background-color: #2b63dc;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.youshi .ysCont .page .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .ysCont .page .next {
  width: 112px;
  height: 42px;
  background: url(../images/ysr.png) center center no-repeat;
  background-color: #cedb05;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  cursor: pointer;
}
.youshi .ysCont .page .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .hd {
  position: absolute;
  left: 0;
  bottom: 82px;
  line-height: 22px;
}
.youshi .hd .num1 {
  float: left;
  font-family: Arial;
  font-size: 30px;
  letter-spacing: 2px;
  color: #295093;
}
.youshi .hd .num2 {
  float: left;
  font-family: Arial;
}
.youshi .hd ul {
  float: left;
  font-size: 0;
  margin-left: 25px;
  margin-right: 25px;
}
.youshi .hd ul li {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  background-color: #dedede;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li.on {
  height: 3px;
  background: #295093;
}
.about {
  margin-top: 70px;
}
.about .aboutBox {
  margin-top: 50px;
}
.about .aboutPic {
  float: left;
  width: 580px;
  height: 574px;
  position: relative;
  z-index: 2;
}
.about .aboutPic .pic {
  overflow: hidden;
  width: 580px;
  height: 574px;
  border-radius: 100px 0px 100px 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 580px;
  height: 574px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.about .aboutPic .pic iframe {
  width: 580px !important;
  height: 574px !important;
}
.about .aboutPic .pic:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 15px 15px -10px rgba(41, 80, 147, 0.5);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.about .aboutText {
  float: right;
  width: 565px;
  padding-top: 60px;
}
.about .aboutText .tit {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 42px;
  height: 168px;
  margin-top: 50px;
  text-align: justify;
  color: #666666;
  text-indent: 2em;
}
.about .aboutText .more {
  display: block;
  margin-top: 40px;
  width: 120px;
  height: 38px;
  color: #fff;
  line-height: 38px;
  background-color: #295093;
  border-radius: 20px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about .aboutText .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #295093;
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .more:hover {
  background: none;
  color: #295093;
  box-shadow: 0 10px 10px -5px rgba(41, 80, 147, 0.5);
}
.about .aboutText .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .number {
  position: absolute;
  left: 474px;
  bottom: 0;
  width: 1086px;
  height: 135px;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  padding-left: 125px;
}
.about .number ul {
  border-left: 1px solid #dedede;
}
.about .number ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .number ul li {
  float: left;
  text-align: center;
  padding-top: 44px;
  height: 133px;
  width: 150px;
}
.about .number ul li h5 {
  font-weight: bold;
  font-size: 18px;
  color: #295093;
  line-height: 1;
}
.about .number ul li p {
  font-size: 14px;
  line-height: 1;
  color: #295093;
  margin-top: 18px;
}
.about .number ul li.li2,
.about .number ul li.li4 {
  background: #295093;
}
.about .number ul li.li2 h5,
.about .number ul li.li4 h5,
.about .number ul li.li2 p,
.about .number ul li.li4 p {
  color: #fff;
}
.news {
  padding: 70px 0;
}
.news .newsBox {
  margin-top: 50px;
}
.news .newsTab {
  text-align: center;
}
.news .newsTab ul {
  font-size: 0;
}
.news .newsTab ul li {
  margin-left: 52px;
  display: inline-block;
  vertical-align: top;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  width: 150px;
  height: 46px;
  background-color: #f8f8f8;
  border-radius: 30px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #295093, #295093);
  background-image: linear-gradient(to right, #295093, #295093);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.news .newsTab ul li.on a {
  color: #fff;
  background-size: 100% 100%;
}
.news .newsTabs {
  margin-top: 60px;
  overflow: hidden;
  height: 640px;
}
.news .newsTabs .newsList {
  overflow: hidden;
  height: 640px;
}
.news .newsL {
  width: 562px;
  float: left;
}
.news .newsL .one {
  width: 562px;
  height: 376px;
  position: relative;
  overflow: hidden;
}
.news .newsL .one .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsL .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 .newsL .one .tt {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: -50px;
  height: 50px;
  line-height: 50px;
  background: rgba(41, 80, 147, 0.8);
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsL .one .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-size: 16px;
  color: #fff;
  width: 420px;
}
.news .newsL .one .tt .date {
  float: right;
  font-size: 14px;
  color: #fefefe;
}
.news .newsL .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 .newsL .one:hover .tt {
  bottom: 0;
}
.news .newsL .list1 li {
  height: 105px;
  position: relative;
  padding-left: 132px;
  margin-top: 34px;
}
.news .newsL .list1 li:first-child {
  margin-top: 20px;
}
.news .newsL .list1 li .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 94px;
  background-color: #f8f8f8;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 30px;
  padding-top: 20px;
  color: #666666;
  line-height: 1;
}
.news .newsL .list1 li .date span {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
}
.news .newsL .list1 li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsL .list1 li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsL .list1 li .line {
  height: 1px;
  background-color: #dedede;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #295093, #295093);
  background-image: linear-gradient(to right, #295093, #295093);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsL .list1 li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  color: #666666;
  margin-top: 4px;
}
.news .newsL .list1 li:hover .bt {
  color: #295093;
}
.news .newsL .list1 li:hover .date {
  background: #295093;
  color: #fff;
}
.news .newsL .list1 li:hover .line {
  background-size: 100% 100%;
}
.news .list2 {
  width: 600px;
  float: right;
}
.news .list2 li {
  height: 90px;
  position: relative;
  padding-left: 132px;
  margin-top: 22px;
}
.news .list2 li:first-child {
  margin-top: -10px;
}
.news .list2 li .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 80px;
  background-color: #f8f8f8;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  color: #666666;
  line-height: 30px;
  padding-top: 25px;
  line-height: 1;
}
.news .list2 li .date span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.news .list2 li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .list2 li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.news .list2 li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 468px;
  height: 1px;
  background-color: #dedede;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #295093, #295093);
  background-image: linear-gradient(to right, #295093, #295093);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .list2 li:hover .bt {
  color: #295093;
}
.news .list2 li:hover .date {
  background: #295093;
  color: #fff;
}
.news .list2 li:hover:after {
  background-size: 100% 100%;
}
