@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  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 {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 600px;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
.banner .bannerSwiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  border-radius: 100%;
  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: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #0d63b8 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer !important;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #0d63b8;
  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);
}
.inBar {
  border-bottom: 1px solid #d4d4d4;
}
.inBar .slogan {
  height: 84px;
  line-height: 84px;
  float: left;
  color: #ffffff;
  position: relative;
  background-color: #0d63b8;
  padding-right: 32px;
}
.inBar .slogan::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  right: 100%;
  top: 0;
  width: 310px;
  background-color: #0d63b8;
}
.inBar .slogan span {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}
.inBar .slogan i {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-left: 28px;
}
.inBar .search {
  margin-left: 24px;
  float: right;
  position: relative;
  margin-top: 20px;
  width: 235px;
  height: 45px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding-right: 54px;
  overflow: hidden;
}
.inBar .search:hover {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(13, 99, 184, 0.2);
}
.inBar .search .searchInp {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  background: none;
  padding-left: 30px;
  font-size: 14px;
  color: #333;
}
.inBar .search .searchInp::-webkit-input-placeholder {
  color: #7b7b7b;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inBar .search .searchInp::-moz-placeholder {
  color: #7b7b7b;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inBar .search .searchInp:-ms-input-placeholder {
  color: #7b7b7b;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.inBar .search .searchInp:focus::-webkit-input-placeholder,
.inBar .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inBar .search .searchInp:focus::-moz-placeholder,
.inBar .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inBar .search .searchInp:focus:-ms-input-placeholder,
.inBar .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inBar .search .submitBtn {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  background: url(../images/searchico.png) center center no-repeat;
  width: 54px;
  height: 100%;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inBar .tel {
  float: right;
  position: relative;
  margin-top: 18px;
  font-size: 15px;
  line-height: 50px;
}
.inBar .tel::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  width: 50px;
  height: 50px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.inBar .tel i {
  font-family: Impact;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
@keyframes line {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  48% {
    transform: scaleX(0);
    transform-origin: right;
  }
  52% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.title {
  line-height: 1;
  height: 80px;
}
.title h3 {
  display: inline-block;
  vertical-align: top;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-size: 40px;
  font-family: "Times New Roman", Times;
  font-weight: bold;
  line-height: 45px;
}
.title i::first-letter {
  font-size: 120px;
  line-height: 80px;
  color: #0d63b8;
  margin-right: 8px;
  vertical-align: top;
  float: left;
}
.title span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin-top: 4px;
  white-space: nowrap;
}
.moreLink {
  display: block;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
}
.moreLink i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 16px;
}
.moreLink i::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 1px;
  background-color: #333333;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0d63b8, #0d63b8);
  background-image: linear-gradient(to right, #0d63b8, #0d63b8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.moreLink i::after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-family: simsun;
  font-weight: bold;
}
.moreLink:hover {
  color: #0d63b8;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.moreLink:hover i {
  animation: zyfd 1.5s linear infinite;
}
.moreLink:hover i::before {
  background-size: 100% 100%;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 30px;
}
.product {
  position: relative;
  overflow: hidden;
  padding: 70px 0 80px;
}
.product .proT {
  margin-top: 36px;
}
.product .proT::after,
.product .proT:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav {
  float: left;
  width: 270px;
  background-color: #0d63b8;
  border-radius: 20px;
}
.product .proNav .tit {
  height: 102px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  padding-top: 41px;
  font-size: 20px;
}
.product .proNav .tit::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  width: 30px;
  height: 30px;
  background: url(../images/protit.png) 0 center no-repeat;
}
.product .proNav ul {
  height: 582px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 2px #0d63b8;
  overflow: auto;
  padding-top: 20px;
}
.product .proNav ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.product .proNav ul li {
  position: relative;
}
.product .proNav ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0d63b8, #0d63b8);
  background-image: linear-gradient(to right, #0d63b8, #0d63b8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proNav ul li:last-child::before {
  display: none;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 92px;
  position: relative;
  padding-left: 30px;
  padding-top: 18px;
  font-size: 18px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::after {
  content: "+";
  font-size: 18px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  display: block;
  position: absolute;
  padding-left: 1px;
  right: 20px;
  top: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i {
  display: block;
  margin-top: 3px;
  padding-left: 2px;
}
.product .proNav ul li a i::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  background-color: #0d63b8;
  opacity: 0.2;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  background-color: #0d63b8;
  opacity: 0.2;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a:hover {
  color: #0d63b8;
}
.product .proNav ul li:hover::before,
.product .proNav ul li.on::before {
  background-size: 100% 100%;
}
.product .proNav ul li:hover a::after,
.product .proNav ul li.on a::after {
  background-color: #0d63b8;
  color: #fff;
}
.product .proNav ul li:hover a i::before,
.product .proNav ul li.on a i::before {
  opacity: 1;
}
.product .proNav ul li:hover a i::after,
.product .proNav ul li.on a i::after {
  opacity: 1;
}
.product .hotList {
  float: right;
  width: 974px;
}
.product .hotList ul {
  margin: -18px -14px 0;
}
.product .hotList ul li {
  float: left;
  margin-top: 20px;
  width: 32.94%;
  padding: 0 14px;
}
.product .hotList ul li .item {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 10px 10px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotList ul li .item .pic {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.product .hotList ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  object-fit: cover;
}
.product .hotList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotList ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .hotList ul li .item .cont .bt::before {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #5a5a5a;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotList ul li .item .cont .bt::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 15px;
  background: url(../images/proli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.7;
}
.product .hotList ul li .item .cont p {
  display: none;
}
.product .hotList ul li .item:hover {
  border-color: #0d63b8;
}
.product .hotList ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.product .hotList ul li .item:hover .cont .bt {
  color: #0d63b8;
  letter-spacing: 0.5px;
}
.product .hotList ul li .item:hover .cont .bt::before {
  background-color: #0d63b8;
}
.product .hotList ul li .item:hover .cont .bt::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.product .hotList ul li:first-child {
  float: right;
  width: 67.06%;
}
.product .hotList ul li:first-child .item .pic {
  height: 490px;
}
.product .hotList ul li:first-child .item .cont {
  padding-top: 20px;
  height: 142px;
}
.product .hotList ul li:first-child .item .cont .bt {
  padding-right: 0;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
}
.product .hotList ul li:first-child .item .cont .bt::after {
  display: none;
}
.product .hotList ul li:first-child .item .cont p {
  margin-top: 4px;
  display: block;
  margin-left: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #888888;
}
@media screen and (max-width: 1320px) {
  .product .proNav {
    width: 240px;
  }
  .product .proNav ul {
    height: 522px;
  }
  .product .proNav ul li a {
    height: 82px;
    padding-top: 18px;
  }
  .product .hotList {
    float: right;
    width: 904px;
  }
  .product .hotList ul {
    margin: -18px -10px 0;
  }
  .product .hotList ul li {
    padding: 0 10px;
  }
  .product .hotList ul li .item .pic {
    height: 220px;
  }
  .product .hotList ul li:first-child .item .pic {
    height: 450px;
  }
}
.product .proSwiper {
  position: relative;
  margin: 0 -12px;
  margin-top: 36px;
}
.product .proSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.product .proSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.product .proSwiper ul::after,
.product .proSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proSwiper ul li {
  float: left;
  padding: 0 12px;
  width: 25%;
}
.product .proSwiper ul li .item {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 10px 10px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 85.1%;
}
.product .proSwiper ul li .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  object-fit: cover;
}
.product .proSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .item .bt::before {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #5a5a5a;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .bt::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 15px;
  background: url(../images/proli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.7;
}
.product .proSwiper ul li .item:hover {
  border-color: #0d63b8;
}
.product .proSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.product .proSwiper ul li .item:hover .bt {
  color: #0d63b8;
  letter-spacing: 0.5px;
}
.product .proSwiper ul li .item:hover .bt::before {
  background-color: #0d63b8;
}
.product .proSwiper ul li .item:hover .bt::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.product .page {
  display: none;
}
.product .page .pro-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -90px;
  outline: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: -11px 11px 38px 0px rgba(104, 104, 104, 0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 26px;
  text-shadow: 1px 0 0 #333, 2px 0 0 #333;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .page .pro-prev::before {
  content: "<";
  font-family: simsun;
}
.product .page .pro-prev:hover,
.product .page .pro-prev.on {
  background-color: #0d63b8;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff;
  color: #fff;
}
.product .page .pro-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -90px;
  outline: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: -11px 11px 38px 0px rgba(104, 104, 104, 0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 26px;
  text-shadow: 1px 0 0 #333, 2px 0 0 #333;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .page .pro-next::before {
  content: ">";
  font-family: simsun;
}
.product .page .pro-next:hover,
.product .page .pro-next.on {
  background-color: #0d63b8;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff;
  color: #fff;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
}
.mbanner1 .mbanBox {
  height: 178px;
  color: #fff;
}
.mbanner1 .text {
  float: left;
  padding-top: 58px;
}
.mbanner1 .text .t1 {
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
}
.mbanner1 .text .t2 {
  font-size: 18px;
  margin-top: 18px;
  letter-spacing: 2px;
}
.mbanner1 .zxLink {
  float: right;
  margin-top: 56px;
  width: 67px;
  height: 67px;
  background-color: #ff9c00;
  border-radius: 6px;
  line-height: 67px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: block;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mbanner1 .zxLink::before {
  content: "";
  border-radius: 6px;
  border: dashed 1px #ffffff;
  opacity: 0.3;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mbanner1 .zxLink:hover {
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(239, 161, 50, 0.4);
}
.mbanner1 .zxLink:hover::before {
  border-radius: 50%;
}
.mbanner1 .tel {
  float: right;
  margin-right: 56px;
  position: relative;
  margin-top: 68px;
}
.mbanner1 .tel::before {
  content: "";
  display: block;
  position: absolute;
  left: -61px;
  top: 50%;
  margin-top: -16px;
  width: 38px;
  height: 32px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/mbantel.png) center center no-repeat;
}
.mbanner1 .tel span {
  line-height: 1;
  display: block;
  font-size: 14px;
}
.mbanner1 .tel i {
  display: block;
  font-family: Impact;
  font-size: 34px;
  line-height: 28px;
  margin-top: 10px;
}
.youshi {
  position: relative;
  background: url(../images/ysbg.jpg) center bottom no-repeat;
  overflow: hidden;
  background-color: #f7f7f7;
  padding-top: 66px;
}
.youshi .mbanBox {
  height: 395px;
  padding-top: 40px;
  padding-left: 116px;
  z-index: 3;
}
@media screen and (max-width: 1320px) {
  .youshi .mbanBox {
    padding-left: 0;
  }
}
.youshi .mbanBox::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: -310px;
  top: 0;
  width: 1741px;
  height: 100%;
  background: url(../images/mbanner1.png) right 0 no-repeat;
}
.youshi .mbanBox .pic {
  float: left;
  width: 494px;
  height: 314px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .mbanBox .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .mbanBox .pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .mbanBox .text {
  float: right;
  padding-top: 77px;
  color: #1c1c1c;
}
.youshi .mbanBox .text .t1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.youshi .mbanBox .text .t1 img {
  display: inline-block;
  vertical-align: top;
}
.youshi .mbanBox .text .line {
  margin-top: 28px;
  font-size: 0;
}
.youshi .mbanBox .text .line::before {
  content: "";
  width: 35px;
  height: 7px;
  border-radius: 4px;
  border: solid 1px #434343;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.youshi .mbanBox .text .line::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  border: solid 1px #434343;
}
.youshi .mbanBox .text .t2 {
  font-size: 20px;
  margin-top: 55px;
  line-height: 1;
  letter-spacing: 5px;
}
.youshi .mbanBox .mbanLine {
  position: absolute;
  top: 55px;
  width: 7px;
  height: 313px;
  right: -140px;
  background: url(../images/mbanline.png) 0 0 no-repeat;
}
.youshi .ysBox {
  padding-top: 76px;
  height: 768px;
}
.youshi .ysTit {
  color: #fff;
}
.youshi .ysTit i {
  display: block;
  font-weight: bold;
  font-size: 65px;
  line-height: 50px;
  font-family: "Times New Roman", Times;
  text-transform: uppercase;
}
.youshi .ysTit i::first-letter {
  color: #efa132;
  font-size: 120px;
  line-height: 83px;
  display: inline-block;
  vertical-align: bottom;
}
.youshi .ysTit b {
  display: block;
  margin-top: 28px;
  font-size: 36px;
  line-height: 1;
}
.youshi .ysTit b em {
  display: inline-block;
  vertical-align: middle;
  width: 268px;
  height: 1px;
  opacity: 0.3;
  margin-left: 30px;
  background-color: #fff;
  position: relative;
}
.youshi .ysTit b em::before {
  content: "";
  width: 13px;
  height: 13px;
  border: solid 1px #ffffff;
  display: block;
  position: absolute;
  right: -13px;
  top: -6px;
  border-radius: 50%;
}
.youshi .ysTit span {
  font-size: 16px;
  display: block;
  margin-top: 26px;
  line-height: 1;
  letter-spacing: 12px;
}
.youshi .ysPic {
  position: absolute;
  right: -127px;
  top: 22px;
  width: 648px;
  height: 640px;
  background: url(../images/yspicbg.png) 0 0 no-repeat;
}
.youshi .ysPic .bd {
  overflow: hidden;
  width: 642px;
  height: 647px;
  -webkit-animation: surface 30s ease-in-out infinite alternate;
  animation: surface 30s ease-in-out infinite alternate;
}
@-webkit-keyframes surface {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 65% 35% 51% 49%/49% 52% 48% 51%;
  }
  50% {
    border-radius: 42% 58% 28% 72%/65% 34% 66% 35%;
  }
  75% {
    border-radius: 34% 66% 63% 37%/77% 38% 62% 23%;
  }
  100% {
    border-radius: 24% 76% 72% 28%/53% 68% 32% 47%;
  }
}
@keyframes surface {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 65% 35% 51% 49%/49% 52% 48% 51%;
  }
  50% {
    border-radius: 42% 58% 28% 72%/65% 34% 66% 35%;
  }
  75% {
    border-radius: 34% 66% 63% 37%/77% 38% 62% 23%;
  }
  100% {
    border-radius: 24% 76% 72% 28%/53% 68% 32% 47%;
  }
}
@-webkit-keyframes rotateZ {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes rotateZ {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.youshi .title {
  color: #fff;
}
.youshi .title i {
  color: #f0f0f0;
  opacity: 0.05;
}
.youshi .title em::before {
  background-color: #ff9c00;
}
.youshi .title em::after {
  background-color: #ff9c00;
}
.youshi .ysCont {
  position: relative;
  margin-top: 64px;
}
.youshi .ysCont .bd {
  height: 234px;
  width: 660px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li .item {
  padding-top: 10px;
  height: 234px;
  color: #fff;
}
.youshi .ysCont .bd ul li .item .tit {
  position: relative;
  padding-left: 95px;
  padding-top: 17px;
  height: 77px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .tit em {
  position: absolute;
  left: 0;
  top: 0;
  width: 77px;
  height: 77px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  padding: 10px;
}
.youshi .ysCont .bd ul li .item .tit em i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: center center no-repeat;
  background-color: #ffffff;
}
.youshi .ysCont .bd ul li .item .tit em i.ico1 {
  background-image: url(../images/ysico1.png);
}
.youshi .ysCont .bd ul li .item .tit em i.ico2 {
  background-image: url(../images/ysico2.png);
}
.youshi .ysCont .bd ul li .item .tit em i.ico3 {
  background-image: url(../images/ysico3.png);
}
.youshi .ysCont .bd ul li .item .tit em i.ico4 {
  background-image: url(../images/ysico4.png);
}
.youshi .ysCont .bd ul li .item .tit h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.youshi .ysCont .bd ul li .item .tit h5 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  margin-top: 15px;
  line-height: 10px;
  opacity: 0.3;
}
.youshi .ysCont .bd ul li .item .text {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 34px;
  opacity: 0.6;
  font-size: 16px;
  margin-top: 22px;
}
.youshi .ysCont .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysTt {
  margin-top: 50px;
  width: 678px;
  height: 104px;
  background-color: #efa132;
  border-radius: 0px 52px 52px 0px;
  position: relative;
}
.youshi .ysTt::before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 310px;
  background-color: #efa132;
}
.youshi .ysTt .ysNum {
  float: left;
  width: 364px;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-family: "Times New Roman", Times;
  font-weight: bold;
  line-height: 104px;
  position: relative;
}
.youshi .ysTt .ysNum::before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border: solid 1px #ffffff;
  left: 118px;
  top: 48px;
  border-radius: 100%;
}
.youshi .ysTt .ysNum::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border: solid 1px #ffffff;
  right: 118px;
  top: 48px;
  border-radius: 100%;
}
.youshi .ysTt .page .prev {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 38px;
  width: 83px;
  height: 30px;
  background-color: #052a59;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.youshi .ysTt .page .prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTt .page .prev:hover,
.youshi .ysTt .page .prev.on {
  background-color: #fff;
}
.youshi .ysTt .page .prev:hover::before,
.youshi .ysTt .page .prev.on::before {
  background-image: url(../images/yslh.png);
}
.youshi .ysTt .page .next {
  position: absolute;
  z-index: 2;
  left: 280px;
  top: 38px;
  width: 83px;
  height: 30px;
  background-color: #052a59;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.youshi .ysTt .page .next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysl.png) center center no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTt .page .next:hover,
.youshi .ysTt .page .next.on {
  background-color: #fff;
}
.youshi .ysTt .page .next:hover::before,
.youshi .ysTt .page .next.on::before {
  background-image: url(../images/yslh.png);
}
.youshi .ysTt .tel {
  float: left;
  margin-top: 23px;
  margin-left: 46px;
  padding-left: 44px;
  position: relative;
  font-family: Impact;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
}
.youshi .ysTt .tel::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.case {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}
.case .title {
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 2;
  text-align: right;
}
.case .title i {
  line-height: 40px;
}
.case .title i::first-letter {
  float: none;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0;
}
.case .title span {
  display: block;
  margin-top: 16px;
}
.case .caseOne {
  padding-right: 92px;
  height: 472px;
  padding-bottom: 62px;
  padding-left: 594px;
  position: relative;
  z-index: 2;
}
.case .caseOne::after {
  content: "";
  display: block;
  width: 14px;
  height: 160px;
  position: absolute;
  right: 27px;
  bottom: 50px;
  background: url(../images/caseone.png) 0 center no-repeat;
}
.case .caseOne::before {
  content: "";
  display: block;
  width: 1610px;
  height: 259px;
  background-color: #f7f7f7;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.case .caseOne .pic {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 540px;
  height: 410px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  padding: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseOne .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .caseOne .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 .caseOne .cont {
  padding-top: 272px;
}
.case .caseOne .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
}
.case .caseOne .cont .bt:hover {
  left: 6px;
}
.case .caseOne .cont .line {
  margin-top: 3px;
  width: 26px;
  height: 2px;
  background-color: #052a59;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseOne .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 30px;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseOne:hover .pic {
  border-color: #0d63b8;
}
.case .caseOne:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.case .caseOne:hover .cont .bt {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  letter-spacing: 0.5px;
  color: #0d63b8;
}
.case .caseOne:hover .cont .line {
  background-color: #0d63b8;
  width: 50px;
}
.case .caseOne:hover .cont p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.case .caseSwiper {
  position: relative;
  margin: 0 -25px;
  margin-top: 46px;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.case .caseSwiper ul li {
  padding: 0 25px;
  float: left;
  width: 33.33%;
}
.case .caseSwiper ul li .item {
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  border: solid 10px #f7f7f7;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 78.125%;
}
.case .caseSwiper 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;
}
.case .caseSwiper ul li .item .tt {
  padding-top: 26px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 196px;
  position: relative;
  line-height: 34px;
}
.case .caseSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseSwiper ul li .item .tt .bt:hover {
  left: 5px;
}
.case .caseSwiper ul li .item .tt .more {
  position: absolute;
  right: 0;
  top: 26px;
  font-size: 12px;
  width: 186px;
  height: 34px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #f7f7f7;
  border-radius: 20px;
  text-align: center;
  line-height: 34px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0d63b8, #0d63b8);
  background-image: linear-gradient(to right, #0d63b8, #0d63b8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseSwiper ul li .item .tt .more:hover {
  background-size: 100% 100%;
  color: #fff;
}
.case .caseSwiper ul li .item .tt .more::after {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  background-color: #0d63b8;
  margin-left: 20px;
  text-align: center;
  font-family: simsun;
  color: #fff;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li .item:hover .tt .bt {
  color: #0d63b8;
}
.case .caseSwiper ul li .item:hover .tt .more {
  background-size: 100% 100%;
  color: #fff;
}
.case .caseSwiper ul li .item:hover .tt .more::after {
  background-color: #fff;
  color: #0d63b8;
}
@media screen and (max-width: 1320px) {
  .case .caseSwiper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .case .caseSwiper ul li {
    padding: 0 15px;
  }
  .case .caseSwiper ul li .item .tt {
    padding-right: 146px;
  }
  .case .caseSwiper ul li .item .tt .more {
    width: 136px;
  }
}
.case .page {
  font-size: 0;
}
.case .page .case-prev {
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 146px;
  left: -77px;
  width: 52px;
  height: 52px;
  background-color: #0d63b8;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/casel.png) center center no-repeat;
}
.case .page .case-prev:hover,
.case .page .case-prev.on {
  background-color: #efa132;
}
.case .page .case-next {
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 146px;
  right: -77px;
  width: 52px;
  height: 52px;
  background-color: #0d63b8;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-next::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/caser.png) center center no-repeat;
}
.case .page .case-next:hover,
.case .page .case-next.on {
  background-color: #efa132;
}
.about {
  position: relative;
  overflow: hidden;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutBox {
  height: 818px;
  padding-top: 96px;
  padding-right: 700px;
}
.about .aboutPic {
  position: absolute;
  right: 10px;
  top: 224px;
  width: 619px;
  height: 467px;
  overflow: hidden;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutText .title {
  color: #fff;
}
.about .aboutText .title i::first-letter {
  color: #efa132;
}
.about .aboutText .tip {
  margin-top: 65px;
  line-height: 1;
  letter-spacing: 13px;
  position: relative;
  font-size: 16px;
  color: #ffffff;
}
.about .aboutText .tip::before {
  content: "";
  width: 268px;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  left: 175px;
  top: -33px;
}
.about .aboutText .tip::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: solid 1px #ffffff;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  left: 442px;
  top: -39px;
}
.about .aboutText .tit {
  margin-top: 156px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.about .aboutText .line {
  font-size: 0;
}
.about .aboutText .line i {
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
  width: 6px;
  height: 6px;
  background-color: #0c2e5a;
  margin-top: 17px;
}
.about .aboutText .line i:nth-child(2) {
  background-color: #efa132;
}
.about .aboutText .text {
  margin-top: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 32px;
  height: 128px;
  color: #888888;
  font-size: 15px;
  text-align: justify;
}
.about .aboutText .moreLink {
  display: inline-block;
  vertical-align: top;
  margin-top: 58px;
}
@media screen and (max-width: 1320px) {
  .about .aboutBox {
    padding-right: 640px;
  }
  .about .aboutPic {
    right: -30px;
  }
}
.course {
  padding: 72px 0 80px;
}
.course .title {
  text-align: center;
}
.course .title h3 {
  text-align: left;
}
.course .lcList {
  margin-top: 36px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1420px) {
  .course .lcList {
    margin-left: 0;
    margin-right: 0;
  }
}
.course .lcList ul {
  display: flex;
  justify-content: space-between;
}
.course .lcList ul li {
  text-align: center;
  width: 121px;
}
.course .lcList ul li.line {
  margin-top: 63px;
  width: 90px;
  height: 1px;
  border-top: dashed 1px #e5e5e5;
}
@media screen and (max-width: 1320px) {
  .course .lcList ul li.line {
    width: 66px;
  }
}
.course .lcList ul li em {
  display: block;
  width: 121px;
  height: 121px;
  padding: 24px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}
.course .lcList ul li em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/lcli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .lcList ul li em i {
  display: block;
  background-color: #0d63b8;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.course .lcList ul li em i img {
  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;
}
.course .lcList ul li h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  margin-top: 30px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.course .lcList ul li p {
  margin-top: 13px;
  font-family: Arial;
  font-size: 12px;
  text-transform: uppercase;
  color: #bdbdbd;
  line-height: 10px;
  width: 190px;
  position: relative;
  left: 50%;
  margin-left: -95px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course .lcList ul li:hover em::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.course .lcList ul li:hover em i img {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.course .lcList ul li:hover h4 {
  color: #0d63b8;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.course .lcList ul li:hover p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news {
  overflow: hidden;
  padding-bottom: 100px;
}
.news .title i::first-letter {
  color: #efa132;
}
.news .newsList {
  margin-top: 40px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsT {
  position: relative;
}
.news .newsList .newsT::after,
.news .newsList .newsT:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .newsT::before {
  content: "";
  position: absolute;
  left: -310px;
  top: 0;
  z-index: -1;
  width: 910px;
  height: 100%;
  background-color: #f7f7f7;
}
.news .newsList .newsTtabs {
  float: left;
  position: relative;
  width: 770px;
}
.news .newsList .newsTtabs .bd {
  height: 350px;
}
.news .newsList .newsTtabs .bd ul li .item {
  padding-right: 410px;
  height: 350px;
  position: relative;
}
.news .newsList .newsTtabs .bd ul li .item .pic {
  display: block;
  border: solid 1px #e5e5e5;
  width: 340px;
  height: 230px;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsTtabs .bd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsTtabs .bd ul li .item .cont {
  padding-top: 86px;
}
.news .newsList .newsTtabs .bd ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .newsTtabs .bd ul li .item .cont .bt:hover {
  left: 5px;
  letter-spacing: 0.5px;
}
.news .newsList .newsTtabs .bd ul li .item .cont p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #888888;
  margin-top: 20px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .newsTtabs .bd ul li .item .cont .more {
  display: block;
  text-align: center;
  width: 170px;
  border-radius: 20px;
  border: solid 1px #a0a0a0;
  margin-top: 36px;
  line-height: 38px;
  font-size: 16px;
  font-family: "Times New Roman", Times;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0d63b8, #0d63b8);
  background-image: linear-gradient(to right, #0d63b8, #0d63b8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .newsTtabs .bd ul li .item .cont .more::after {
  content: "";
  width: 24px;
  height: 7px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(../images/newsar.png) 0 center no-repeat;
}
.news .newsList .newsTtabs .bd ul li .item .cont .more:hover {
  box-shadow: 0 4px 15px rgba(13, 99, 184, 0.5);
}
.news .newsList .newsTtabs .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsList .newsTtabs .bd ul li .item:hover .cont .bt {
  color: #0d63b8;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .newsTtabs .bd ul li .item:hover .cont p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .newsTtabs .bd ul li .item:hover .cont .more {
  background-size: 100% 100%;
  color: #fff;
  border-color: #0d63b8;
}
.news .newsList .newsTtabs .bd ul li .item:hover .cont .more::after {
  filter: grayscale(100) brightness(5);
}
.news .newsList .newsTtabs .page {
  position: absolute;
  top: 260px;
  left: 502px;
  z-index: 4;
}
.news .newsList .newsTtabs .page .prev {
  float: left;
  text-align: center;
  font-size: 14px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  text-transform: uppercase;
  cursor: pointer;
  width: 98px;
  height: 40px;
  line-height: 40px;
  background-color: #0d63b8;
  border-radius: 21px 0px 0px 21px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsTtabs .page .prev::before {
  content: "<";
  margin-right: 15px;
  font-family: simsun;
  font-weight: bold;
}
.news .newsList .newsTtabs .page .prev:hover,
.news .newsList .newsTtabs .page .prev.on {
  background-color: #efa132;
}
.news .newsList .newsTtabs .page .next {
  float: right;
  margin-left: 22px;
  text-align: center;
  font-size: 14px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  text-transform: uppercase;
  cursor: pointer;
  width: 98px;
  height: 40px;
  line-height: 40px;
  background-color: #0d63b8;
  border-radius: 0px 21px 21px 0px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsTtabs .page .next::before {
  content: "<";
  margin-right: 15px;
  font-family: simsun;
  font-weight: bold;
}
.news .newsList .newsTtabs .page .next:hover,
.news .newsList .newsTtabs .page .next.on {
  background-color: #efa132;
}
.news .newsList .list1 {
  float: right;
  width: 480px;
}
.news .newsList .list1 ul li {
  margin-top: 20px;
}
.news .newsList .list1 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list1 ul li .item {
  position: relative;
  height: 104px;
  background-color: #f7f7f7;
  padding: 22px 25px 0 120px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .list1 ul li .item .date {
  position: absolute;
  width: 84px;
  left: 10px;
  top: 30px;
  text-align: center;
  border-right: 1px solid #d9d9d9;
  padding: 2px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .date i {
  display: block;
  font-family: "Times New Roman", Times;
  font-size: 40px;
  line-height: 28px;
  font-weight: bold;
}
.news .newsList .list1 ul li .item .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
  line-height: 10px;
}
.news .newsList .list1 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list1 ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #888888;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item:hover {
  background-size: 100% 100%;
  color: #fff;
  box-shadow: 0 0 15px rgba(13, 99, 184, 0.2);
}
.news .newsList .list1 ul li .item:hover .date {
  color: #0d63b8;
}
.news .newsList .list1 ul li .item:hover .bt {
  color: #0d63b8;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList .list1 ul li .item:hover p {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.news .newsList .list2 {
  position: relative;
  margin-top: 40px;
}
.news .newsList .list2::before {
  content: "";
  position: absolute;
  display: block;
  border-top: dashed 1px #e5e5e5;
  top: 8px;
  z-index: -1;
  width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news .newsList .list2 ul {
  margin: 0 -24px;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  width: 25%;
  float: left;
  padding: 0 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .ra {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  border: 3px solid #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item {
  margin-top: 26px;
  position: relative;
  height: 168px;
  background-color: #f7f7f7;
  padding: 35px 24px 0;
}
.news .newsList .list2 ul li .item .date {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -14px;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  width: 108px;
  height: 28px;
  background-color: #e6e6e6;
  line-height: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list2 ul li .item .bt:hover {
  left: 5px;
}
.news .newsList .list2 ul li .item p {
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  color: #888888;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #0d63b8;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .list2 ul li .item:hover p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list2 ul li:hover .ra,
.news .newsList .list2 ul li.on .ra {
  border-color: #12246e;
}
.news .newsList .list2 ul li:hover .item .date,
.news .newsList .list2 ul li.on .item .date {
  background-color: #12246e;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .news .newsList .newsTtabs {
    width: 730px;
  }
  .news .newsList .newsTtabs .bd ul li .item {
    padding-right: 380px;
  }
  .news .newsList .list1 {
    width: 420px;
  }
  .news .newsList .list2 ul {
    margin: 0 -15px;
  }
  .news .newsList .list2 ul li {
    padding: 0 15px;
  }
}
