@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: 50px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #f9b814 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: #f9b814;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
  padding-top: 17px;
}
.title:before {
  content: "";
  display: block;
  position: absolute;
  left: -29px;
  top: 0;
  z-index: -1;
  width: 66px;
  height: 47px;
  background: url(../images/titico.png) 0 0 no-repeat;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
}
.title i img {
  display: inline-block;
  vertical-align: top;
  max-height: 52px;
}
.title b {
  display: block;
  font-weight: normal;
  font-size: 24px;
  margin-top: 18px;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  margin-top: 26px;
  float: right;
  display: block;
  position: relative;
  width: 144px;
  height: 54px;
  line-height: 54px;
  background-image: linear-gradient(-59deg, #f9b814 0%, #fabe48 100%);
  background-color: #f9b814;
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .moreLink:after {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(-59deg, #e60f8c 0%, #e60f8c 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .moreLink span {
  position: relative;
  z-index: 2;
}
.titBox .moreLink i {
  min-width: 5px;
}
.titBox .moreLink:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 5px;
  border: solid 1px #ffffff;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .moreLink:hover {
  background-color: #e60f8c;
  box-shadow: 0 10px 10px -5px rgba(230, 15, 140, 0.5);
}
.titBox .moreLink:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  padding: 70px 0 0;
}
.about .aboutBox {
  height: 585px;
}
.about .aboutL {
  float: left;
  width: 340px;
}
.about .aboutL .tip {
  margin-top: 50px;
  line-height: 30px;
}
.about .aboutL .tip:before {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: #f9b814;
  margin-bottom: 24px;
}
.about .aboutL .aLink {
  margin-top: 68px;
  width: 218px;
}
.about .aboutL .aLink a {
  margin-top: 40px;
  display: block;
  height: 80px;
  background-color: #fbfbfb;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  overflow: hidden;
  font-size: 18px;
  line-height: 78px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #f9b814, #f9b814);
  background-image: linear-gradient(to right, #f9b814, #f9b814);
  background-size: 0% 100%;
  background-position: left center;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutL .aLink a:first-child {
  margin-top: 0;
}
.about .aboutL .aLink a i {
  display: inline-block;
  vertical-align: top;
  height: 78px;
  width: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  margin-right: 22 px;
}
.about .aboutL .aLink a i:before,
.about .aboutL .aLink a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutL .aLink a i.ico1:before {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aboutL .aLink a i.ico1:after {
  background: url(../images/alinkico1h.png) center center no-repeat;
}
.about .aboutL .aLink a i.ico2:before {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aboutL .aLink a i.ico2:after {
  background: url(../images/alinkico2h.png) center center no-repeat;
}
.about .aboutL .aLink a:hover,
.about .aboutL .aLink a.on {
  background-size: 100% 100%;
  color: #fff;
  border-color: #f9b814;
}
.about .aboutL .aLink a:hover i:before,
.about .aboutL .aLink a.on i:before,
.about .aboutL .aLink a:hover i:after,
.about .aboutL .aLink a.on i:after {
  top: -100%;
}
.about .aboutL .aLink a:hover span,
.about .aboutL .aLink a.on span {
  font-weight: bold;
}
.about .aboutText {
  width: 880px;
  float: right;
}
.about .aboutText .aboutPic {
  position: relative;
  height: 330px;
  /* overflow: hidden; */
}
.about .aboutText .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 .aboutText .aboutPic: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 .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 33px;
  height: 165px;
  color: #666666;
  font-size: 14px;
  margin-top: 30px;
}
.showTabs .showBd {
  height: 410px;
  overflow: hidden;
}
.showList {
  position: relative;
  background: url(../images/showbg.jpg) center bottom no-repeat;
  padding-bottom: 70px;
}
.showList .bd {
  height: 410px;
  overflow: hidden;
}
.showList ul {
  margin-right: -40px;
}
.showList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.showList ul li {
  float: left;
  margin-right: 40px;
  width: 400px;
}
.showList ul li .item {
  height: 410px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dedede;
  padding: 19px 19px 0;
}
.showList ul li .item .pic {
  display: block;
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showList 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);
}
.showList ul li .item .cont {
  padding-top: 10px;
}
.showList ul li .item .cont .tt {
  height: 47px;
  position: relative;
  padding-right: 85px;
  border-bottom: 1px solid #eaeaea;
}
.showList ul li .item .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showList ul li .item .cont .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.showList ul li .item .cont .tt .bt:hover {
  color: #f9b814;
}
.showList ul li .item .cont .tt .more {
  position: absolute;
  right: 0;
  top: 10px;
  width: 75px;
  height: 25px;
  background-color: #f8f8f8;
  border-radius: 13px;
  line-height: 25px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: bold;
}
.showList ul li .item .cont .tt .more i {
  font-weight: bold;
}
.showList ul li .item .cont .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  margin-top: 13px;
  line-height: 20px;
  color: #999999;
}
.showList 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);
}
.showList ul li .item:hover .cont .tt .more {
  background-color: #f9b814;
  color: #fff;
}
.showList .page .prev {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -780px;
  top: 264px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 60px;
  height: 60px;
  background: url(../images/sbl.png) center center no-repeat;
}
.showList .page .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.showList .page .next {
  position: absolute;
  z-index: 2;
  right: 50%;
  margin-right: -780px;
  top: 264px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 60px;
  height: 60px;
  background: url(../images/sbr.png) center center no-repeat;
}
.showList .page .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product {
  padding: 70px 0;
}
.product .proL {
  float: left;
  width: 930px;
}
.product .proTabs {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.product .proTabs:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -320px;
  width: 1234px;
  height: 240px;
  background-color: #fbfbfb;
}
.product .proTabs .bd {
  overflow: hidden;
  height: 360px;
}
.product .proTabs .bd ul li {
  height: 360px;
}
.product .proTabs .bd ul li .pic {
  float: right;
  display: block;
  width: 480px;
  height: 360px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .cont {
  float: left;
  width: 380px;
  padding-top: 38px;
}
.product .proTabs .bd ul li .cont .bt {
  line-height: 58px;
  height: 58px;
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proTabs .bd ul li .cont .bt:hover {
  color: #f9b814;
  font-weight: bold;
}
.product .proTabs .bd ul li .cont .line {
  margin-top: 24px;
  width: 60px;
  height: 2px;
  background-color: #333333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 40px;
}
.product .proTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proTabs .bd ul li:hover .cont .line {
  background-color: #f9b814;
  width: 80px;
}
.product .proTabs .page {
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 56px;
}
.product .proTabs .page .prev {
  float: left;
  width: 40px;
  height: 40px;
  background: url(../images/prol.png) center center no-repeat;
  background-color: #f9b814;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .page .prev:hover,
.product .proTabs .page .prev.on {
  background-color: #e60f8c;
}
.product .proTabs .page .next {
  float: left;
  margin-left: 7px;
  width: 40px;
  height: 40px;
  background: url(../images/pror.png) center center no-repeat;
  background-color: #f9b814;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .page .next:hover,
.product .proTabs .page .next.on {
  background-color: #e60f8c;
}
.product .proNav {
  float: right;
  width: 282px;
}
.product .proNav ul {
  overflow: auto;
}
.product .proNav ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.product .proNav ul li {
  margin-top: 45px;
}
.product .proNav ul li:first-child {
  margin-top: 0;
}
.product .proNav ul li a {
  display: block;
  height: 140px;
  background-color: #fbfbfb;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  padding: 42px 0 0 152px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i {
  position: absolute;
  display: block;
  width: 122px;
  height: 85px;
  left: 18px;
  top: 27px;
  overflow: hidden;
}
.product .proNav ul li a i img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.product .proNav ul li a em {
  display: block;
  width: 54px;
  height: 20px;
  background-color: #e9e9e9;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  font-style: italic;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 10px;
  height: 36px;
  line-height: 36px;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  border-color: #f9b814;
}
.product .proNav ul li:hover a em,
.product .proNav ul li.on a em {
  background-color: #f9b814;
  color: #fff;
}
.product .proList ul {
  margin-right: -40px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  width: 290px;
  margin-right: 40px;
  margin-top: 40px;
  float: left;
}
.product .proList ul li .item {
  width: 290px;
  height: 340px;
  height: 410px;
  border-radius: 10px;
  border: solid 1px #dedede;
  padding: 16px 14px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 195px;
  height: 265px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont {
  text-align: center;
  padding: 4px 15px 0;
}
.product .proList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 57px;
  line-height: 56px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.1);
}
.product .proList ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .cont .more {
  display: block;
  margin: 20px auto 0;
  width: 75px;
  height: 25px;
  background-color: #f8f8f8;
  border-radius: 13px;
  line-height: 25px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont .more i {
  font-weight: bold;
}
.product .proList ul li .item .cont .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 10px -5px rgba(249, 184, 20, 0.5);
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-color: #f9b814;
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li .item:hover .cont .more {
  background-color: #f9b814;
  color: #fff;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 99px;
  height: 938px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .title {
  color: #fff;
}
.youshi .ysPic {
  float: right;
  width: 539px;
  height: 555px;
  margin-top: 66px;
}
.youshi .ysPic .bd {
  overflow: hidden;
  position: relative;
  width: 747px;
  height: 555px;
  margin-right: -208px;
}
.youshi .ysPic .bd ul li {
  width: 747px;
  height: 555px;
  position: relative;
}
.youshi .ysPic .bd ul li img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont {
  float: left;
  width: 600px;
  color: #ffffff;
}
.youshi .ysCont .bd {
  overflow: hidden;
  width: 480px;
  height: 270px;
  margin-top: 92px;
}
.youshi .ysCont .bd ul li {
  padding-top: 10px;
  height: 270px;
}
.youshi .ysCont .bd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .tit {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.youshi .ysCont .bd ul li .tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 268px;
  height: 2px;
  background-color: #ffffff;
}
.youshi .ysCont .bd ul li .tit:after {
  content: "";
  display: block;
  margin-top: 16px;
  width: 337px;
  height: 1px;
  background-color: #ffffff;
}
.youshi .ysCont .bd ul li .text {
  font-size: 14px;
  line-height: 31px;
  margin-top: 40px;
}
.youshi .ysCont .bd ul li:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .ysTt {
  height: 60px;
  line-height: 50px;
}
.youshi .ysCont .ysTt .tel {
  float: left;
  font-family: Arial;
  font-size: 32px;
}
.youshi .ysCont .ysTt .tel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 23px;
  height: 30px;
  margin-right: 20px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysCont .ysTt .zxLink {
  display: block;
  float: right;
  text-align: center;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background-color: #e60f8c;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .ysTt .zxLink:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
  border: solid 1px #ffffff;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .ysTt .zxLink:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  margin-top: 0;
  top: 100%;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(23, 22, 20, 0.05) 0%, rgba(23, 22, 20, 0) 100%);
  transform: skewX(45deg);
  transform-origin: left 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .ysTt .zxLink:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  background-color: #fff;
  color: #e60f8c;
}
.youshi .ysCont .ysTt .zxLink:hover:before {
  border-color: #e60f8c;
}
.youshi .ysCont .ysTt .zxLink:hover:after {
  margin-top: 8px;
}
.youshi .next {
  position: absolute;
  right: 190px;
  top: -15px;
  z-index: 3;
  font-family: Arial;
  font-size: 24px;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
  width: 147px;
  height: 147px;
  text-align: center;
  background: url(../images/ysbg.png) 0 0 no-repeat;
}
.youshi .next:before {
  content: "";
  display: block;
  width: 28px;
  height: 17px;
  margin-bottom: 26px;
  background: url(../images/ysr.png) 0 0 no-repeat;
  position: relative;
  left: 50%;
  margin-left: -14px;
  margin-top: 50px;
}
.youshi .ysNum {
  position: absolute;
  z-index: 2;
  left: 735px;
  top: 32px;
}
.youshi .ysNum .num1 {
  font-weight: bold;
  font-family: Arial;
  font-size: 48px;
  font-style: italic;
  color: #e60f8c;
  line-height: 35px;
  display: inline-block;
  vertical-align: bottom;
}
.youshi .ysNum .num2 {
  font-weight: bold;
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  display: inline-block;
  vertical-align: bottom;
  color: #ffffff;
  margin-left: 4px;
}
.case {
  padding: 70px 0;
}
.case .caseSwiper {
  position: relative;
  margin-top: 40px;
  height: 496px;
  background-color: #fbfbfb;
  border-radius: 30px;
  border: solid 1px #eeeeee;
  padding: 64px 44px 0 44px;
}
.case .caseSwiper ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  height: 375px;
  padding-left: 230px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item {
  position: relative;
  left: 0;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  float: left;
  width: 500px;
  height: 375px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.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 .cont {
  padding-top: 135px;
  width: 420px;
  float: right;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .cont p {
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  color: #666666;
}
.case .caseSwiper ul li .item .cont .more {
  margin-top: 48px;
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background-color: #f9b814;
  border-radius: 15px;
  color: #fff;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .more i {
  font-weight: bold;
}
.case .caseSwiper 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);
}
.case .caseSwiper ul li .item:hover .cont .bt {
  color: #e60f8c;
  font-weight: bold;
}
.case .caseSwiper ul li .item:hover .cont .more {
  background-color: #e60f8c;
}
.case .caseSwiper ul li .item:hover .cont .more:hover {
  box-shadow: 0 10px 10px -5px rgba(230, 15, 140, 0.5);
}
.case .caseSwiper ul li.swiper-slide-prev {
  z-index: 2;
}
.case .caseSwiper ul li.swiper-slide-prev .item {
  left: 160px;
}
.case .caseSwiper ul li.swiper-slide-prev .item .pic {
  left: 460px;
}
.case .caseSwiper .case-pagination {
  position: absolute;
  font-size: 0;
  z-index: 3;
  top: 108px;
  left: 936px;
}
.case .caseSwiper .case-pagination:before {
  content: "";
  display: block;
  position: absolute;
  width: 275px;
  height: 2px;
  background-color: #171614;
  left: -304px;
  top: 24px;
}
.case .caseSwiper .case-pagination span {
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  width: 49px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  margin-left: 15px;
  background: none;
  cursor: pointer;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseSwiper .case-pagination span:first-child {
  margin-left: 0;
}
.case .caseSwiper .case-pagination span.swiper-pagination-bullet-active {
  background: url(../images/casehd.png) center center no-repeat;
  color: #ffffff;
  font-size: 22px;
}
.case .caseList ul {
  margin-right: -40px;
}
.case .caseList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  margin-right: 40px;
  margin-top: 40px;
  width: 290px;
  height: 285px;
  border-radius: 10px;
  border: solid 1px #dedede;
  padding: 14px 14px 0;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .pic {
  display: block;
  width: 100%;
  height: 195px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList 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;
}
.case .caseList ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 74px;
  line-height: 74px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList ul li .bt:before {
  content: "-- ";
  vertical-align: top;
}
.case .caseList ul li .bt:after {
  content: " --";
  vertical-align: top;
}
.case .caseList ul li .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  max-width: 206px;
}
.case .caseList ul li:hover {
  border: solid 1px #f9b814;
  top: -10px;
}
.case .caseList ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseList ul li:hover .bt {
  color: #f9b814;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
  margin: auto;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.mbanner1 .mbanBox {
  height: 290px;
  color: #fff;
  padding-top: 66px;
}
.mbanner1 .text {
  float: left;
  width: 464px;
}
.mbanner1 .text .t1 {
  font-family: "Arial Black";
  font-size: 60px;
  line-height: 44px;
  position: relative;
  z-index: 1;
}
.mbanner1 .text .t1:before {
  content: "";
  display: block;
  position: absolute;
  width: 256px;
  height: 15px;
  background-color: #e60f8c;
  bottom: -6px;
  left: -46px;
  z-index: -1;
}
.mbanner1 .text .t2 {
  font-size: 16px;
  line-height: 33px;
  color: #ffffff;
  margin-top: 44px;
}
.mbanner1 .lxR {
  float: right;
  text-align: right;
  padding-top: 19px;
}
.mbanner1 .lxR .tel {
  font-family: Arial;
  font-size: 26px;
  line-height: 23px;
}
.mbanner1 .lxR .tel:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: top;
  margin-right: 10px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/mbantel.png) center center no-repeat;
}
.mbanner1 .lxR .tt {
  margin-top: 50px;
}
.mbanner1 .lxR .tt .weixin {
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  background: url(../images/weixinico.png) center center no-repeat;
  background-color: #f9b814;
  position: relative;
}
.mbanner1 .lxR .tt .weixin span {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -51px;
  margin-right: 10px;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}
.mbanner1 .lxR .tt .weixin span:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -7px;
  border-left: 10px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.mbanner1 .lxR .tt .weixin span img {
  display: block;
  width: 90px;
  height: 90px;
}
.mbanner1 .lxR .tt .weixin:hover span {
  visibility: inherit;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.mbanner1 .lxR .tt .zxLink {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  background-color: #e60f8c;
  margin-left: 40px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mbanner1 .lxR .tt .zxLink:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/qq.png) center center no-repeat;
}
.mbanner1 .lxR .tt .zxLink:hover {
  animation: bowen 1.2s linear infinite;
}
@keyframes bowen {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 15, 140, 0.2), 0 0 0 10px rgba(230, 15, 140, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(230, 15, 140, 0.2), 0 0 0 20px rgba(230, 15, 140, 0);
  }
}
.mbanner1 .lxR .tt .zxLink:hover:before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.mbanner1 .mbanimg {
  position: absolute;
  left: 570px;
  top: 107px;
  width: 311px;
  height: 210px;
  background: url(../images/mbanimg.png) 0 0 no-repeat;
}
.news {
  padding: 70px 0;
  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;
  margin-top: 17px;
  width: 606px;
  height: 75px;
  background-color: #fbfbfb;
  border-radius: 38px;
  border: solid 1px #eeeeee;
}
.news .newsTab ul li {
  float: left;
  width: 33.33%;
  position: relative;
}
.news .newsTab ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 27px;
  width: 1px;
  height: 20px;
  background-color: #eaeaea;
}
.news .newsTab ul li:first-child:before {
  display: none;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 73px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-right: 14px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li a span {
  font-size: 16px;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  font-size: 18px;
  color: #333333;
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  background-color: #f9b814;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.news .newsTab ul li:hover a span,
.news .newsTab ul li.on a span {
  font-weight: bold;
}
.news .newsTabs {
  margin-top: 40px;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  overflow: hidden;
  height: 600px;
}
.news .newsT::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsT .one {
  float: left;
  width: 380px;
  height: 400px;
  border-radius: 10px;
  border: solid 1px #dedede;
  position: relative;
  padding: 20px 19px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsT .one .date {
  position: absolute;
  z-index: 2;
  right: 60px;
  text-align: center;
  top: 0;
  width: 60px;
  height: 86px;
  background-color: #f9b814;
  border-radius: 0px 0px 30px 30px;
  color: #ffffff;
  padding-top: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsT .one .date i {
  line-height: 14px;
  display: block;
  font-size: 18px;
}
.news .newsT .one .date span {
  font-size: 12px;
  margin-top: 12px;
  line-height: 10px;
}
.news .newsT .one .pic {
  display: block;
  width: 100%;
  height: 255px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsT .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 .newsT .one .cont {
  padding-top: 10px;
}
.news .newsT .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 58px;
  height: 58px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsT .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsT .one .cont .bt:hover {
  color: #f9b814;
}
.news .newsT .one .cont .line {
  height: 1px;
  background: #333333;
  opacity: 0.1;
}
.news .newsT .one .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  margin-top: 13px;
  height: 24px;
  line-height: 24px;
}
.news .newsT .one:hover {
  border-color: #f9b814;
}
.news .newsT .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsT .newsR {
  float: right;
  width: 830px;
}
.news .newsT .newsR .two {
  height: 240px;
}
.news .newsT .newsR .two .pic {
  display: block;
  float: left;
  width: 320px;
  height: 240px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsT .newsR .two .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 .newsT .newsR .two .cont {
  float: right;
  width: 470px;
  padding-top: 25px;
}
.news .newsT .newsR .two .cont .tt {
  position: relative;
  padding-right: 95px;
  height: 38px;
  line-height: 38px;
}
.news .newsT .newsR .two .cont .tt .date {
  position: absolute;
  right: 0;
  top: 0;
}
.news .newsT .newsR .two .cont .tt .date i {
  font-size: 18px;
}
.news .newsT .newsR .two .cont .tt .date span {
  font-size: 12px;
  color: #666666;
}
.news .newsT .newsR .two .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsT .newsR .two .cont .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsT .newsR .two .cont p {
  margin-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 33px;
  height: 66px;
  color: #999999;
}
.news .newsT .newsR .two .cont .more {
  margin-top: 32px;
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background-color: #f9b814;
  border-radius: 15px;
  color: #fff;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsT .newsR .two .cont .more i {
  font-weight: bold;
}
.news .newsT .newsR .two .cont .more:hover {
  box-shadow: 0 10px 10px -5px rgba(249, 184, 20, 0.5);
}
.news .newsT .newsR .two:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsT .newsR .two:hover .cont .bt {
  color: #f9b814;
}
.news .newsT .newsR .list1 ul li {
  height: 80px;
  line-height: 79px;
  padding-right: 100px;
  border-bottom: 1px dashed #eaeaea;
  position: relative;
}
.news .newsT .newsR .list1 ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #f9b814;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsT .newsR .list1 ul li:hover:after,
.news .newsT .newsR .list1 ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsT .newsR .list1 ul li .date {
  position: absolute;
  right: 0;
  top: 0;
}
.news .newsT .newsR .list1 ul li .date i {
  font-size: 18px;
}
.news .newsT .newsR .list1 ul li .date span {
  font-size: 12px;
  color: #666666;
}
.news .newsT .newsR .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 79px;
  line-height: 79px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsT .newsR .list1 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsT .newsR .list1 ul li:hover .bt {
  color: #f9b814;
}
.news .list2 ul {
  margin-right: -40px;
}
.news .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list2 ul li {
  float: left;
  margin-right: 40px;
  margin-top: 40px;
  width: 400px;
  height: 160px;
  border-radius: 10px;
  border: solid 1px #dedede;
  position: relative;
  padding: 19px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .pic {
  float: left;
  display: block;
  width: 160px;
  height: 120px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .list2 ul li .cont {
  float: right;
  margin-right: 10px;
  width: 165px;
  padding-top: 12px;
}
.news .list2 ul li .cont .date {
  line-height: 12px;
}
.news .list2 ul li .cont .date i {
  font-size: 14px;
}
.news .list2 ul li .cont .date span {
  font-size: 12px;
  line-height: 10px;
  color: #666666;
}
.news .list2 ul li .cont .line {
  width: 35px;
  height: 1px;
  background-color: #f9b814;
  margin-top: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .cont .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 16px;
  margin-top: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .cont .bt:hover {
  color: #f9b814;
}
.news .list2 ul li:hover,
.news .list2 ul li.on {
  border-color: #f9b814;
}

.about .aboutPic > div {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic > div.img1 {
  position: relative;
  z-index: 2;
}
.about .aboutPic > div.img2 {
  opacity: 0.13;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  filter: blur(2px);
}
.about .aboutPic > div.img3 {
  opacity: 0.08;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  filter: blur(4px);
}
.about .aboutPic > div.img4 {
  opacity: 0.05;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  filter: blur(6px);
}
.about .aboutPic img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover .img1 img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}