@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,
.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);
  }
}
@-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);
  }
}
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;
}
.swiper-container {
  cursor: url(../images/gesture.png), grab !important;
}
.swiper-container img {
  cursor: url(../images/gesture.png), grab !important;
}
.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;
}
.banner {
  position: relative;
  overflow: hidden;
  margin: auto;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper,
.banner .wapBanner {
  position: relative;
  overflow: hidden;
  cursor: grab !important;
}
.banner .bannerSwiper ul li,
.banner .wapBanner ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper ul li img,
.banner .wapBanner ul li img {
  display: block;
  width: 100%;
  object-fit: cover;
  cursor: grab !important;
}
.banner .bannerSwiper .swiper-slide-active,
.banner .wapBanner .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
@-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 .bannerSwiper .banner-prev,
.banner .wapBanner .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 .bannerSwiper:hover .banner-prev,
.banner .wapBanner:hover .banner-prev {
  left: 3%;
}
.banner .bannerSwiper .banner-next,
.banner .wapBanner .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 .bannerSwiper:hover .banner-next,
.banner .wapBanner:hover .banner-next {
  right: 3%;
}
.banner .bannerSwiper .banner-pagination,
.banner .wapBanner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .bannerSwiper .banner-pagination span,
.banner .wapBanner .banner-pagination span {
  display: inline-block;
  border: 1px #262626 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer !important;
  outline: none;
}
.banner .bannerSwiper .banner-pagination span:before,
.banner .wapBanner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #262626;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .bannerSwiper .banner-pagination span.swiper-pagination-bullet-active:before,
.banner .wapBanner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .wapBanner {
  display: none;
}
@media screen and (max-width: 750px) {
  .banner .bannerSwiper {
    display: none;
  }
  .banner .wapBanner {
    display: block;
  }
  .banner .mbanner-pagination {
    font-size: 0;
    position: absolute;
    width: auto;
    width: 100%;
    left: 0;
    bottom: 20px;
    z-index: 3;
    text-align: center;
  }
  .banner .mbanner-pagination span {
    display: inline-block;
    border: 2px #fff solid;
    opacity: 1;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    background-color: transparent;
    margin: 0 8px !important;
    cursor: pointer;
    outline: none;
    position: relative;
  }
  .banner .mbanner-pagination span.swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title b {
  display: block;
  font-size: 22px;
}
.title i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 8px;
  color: #c1c1c1;
}
.moreLink {
  display: block;
  padding: 0 27px;
  border: solid 1px rgba(51, 51, 51, 0.3);
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #262626, #262626);
  background-image: linear-gradient(to right, #262626, #262626);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  background-color: #262626;
  border-color: #262626;
  box-shadow: 0 10px 10px -5px rgba(38, 38, 38, 0.5);
  background-size: 100% 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .moreLink {
    padding: 0 16px;
    line-height: 30px;
    height: 32px;
    font-size: 14px;
  }
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
}
.titBox .tel {
  margin-top: 10px;
  margin-bottom: -10px;
  float: right;
  font-size: 16px;
  line-height: 36px;
}
.titBox .tel::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  border: solid 1px #e5e5e5;
  border-radius: 100%;
  vertical-align: top;
  margin-right: 24px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.titBox .tel i {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .titBox .tel {
    line-height: 30px;
    font-size: 12px;
  }
  .titBox .tel::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .titBox .tel i {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .titBox .tel {
    line-height: 30px;
  }
  .titBox .tel::before {
    margin-right: 5px;
  }
  .titBox .tel span {
    display: none;
  }
  .titBox .tel i {
    font-size: 16px;
    font-weight: bold;
  }
}
.business {
  overflow: hidden;
  padding: 60px 0 70px;
}
.business * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .business {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .business {
    padding: 30px 0;
  }
}
.business .proNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 20px;
}
.business .proNav .title {
  flex: 1;
  margin-right: 2%;
}
.business .proNav .title b {
  font-weight: normal;
}
.business .proNav .moreLink {
  display: none;
}
.business .proNav ul {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 84%;
  margin-right: -10px;
  margin-left: -10px;
}
.business .proNav ul li a {
  display: block;
  position: relative;
  line-height: 40px;
  font-size: 16px;
  color: #999999;
  padding: 0 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .proNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #262626;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .proNav ul li.on a,
.business .proNav ul li:hover a {
  color: #262626;
}
.business .proNav ul li.on a::before,
.business .proNav ul li:hover a::before {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 900px) {
  .business .proNav ul li a {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .business .proNav .moreLink {
    display: block;
  }
  .business .proNav ul {
    width: 100%;
    margin-top: 14px;
  }
  .business .proNav ul li a {
    font-size: 14px;
    line-height: 30px;
  }
}
.business .proSwiper {
  width: 96%;
  max-width: 1800px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .business .proSwiper {
    margin-top: 20px;
  }
}
.business .proSwiper ul li {
  width: 22.9%;
  margin-right: 2.8%;
}
.business .proSwiper ul li .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.business .proSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 73.17%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .proSwiper ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000000;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  cursor: url(../images/gesture.png), grab !important;
}
.business .proSwiper 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;
}
.business .proSwiper ul li .item .bt {
  display: block;
  position: absolute;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  z-index: 3;
  left: 0;
  top: 50%;
  right: 0;
  margin: auto 0;
  margin-top: -15px;
  padding: 0 15px;
  text-align: center;
  max-width: 100%;
  color: #fff;
  line-height: 30px;
  opacity: 0;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.business .proSwiper ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 74px);
}
.business .proSwiper ul li .item .bt i {
  font-size: 12px;
  color: #cccccc;
}
.business .proSwiper ul li .item:hover .pic::before {
  opacity: 0.7;
}
.business .proSwiper 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);
}
.business .proSwiper ul li .item:hover .bt {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1380px) {
  .business .proSwiper ul li {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 1100px) {
  .business .proSwiper ul li {
    width: 48%;
    margin-right: 4%;
  }
}
.youshi {
  overflow: hidden;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysSwiper {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  margin-top: 40px;
  position: relative;
}
.youshi .ysSwiper::after,
.youshi .ysSwiper:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysSwiper .swiper-container {
  cursor: grab !important;
}
.youshi .ysSwiper ul li {
  float: left;
  width: 25%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.youshi .ysSwiper ul li .item {
  width: 86%;
  max-width: 358px;
  margin: auto;
  height: 800px;
  padding-top: 88px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysSwiper ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysSwiper ul li .item .num1 {
  font-family: "Arial";
  font-size: 80px;
  font-weight: bold;
  line-height: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  top: 50px;
}
.youshi .ysSwiper ul li .item .num1::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  background-color: #cccccc;
  height: 0;
  bottom: 0;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.youshi .ysSwiper ul li .item > i {
  margin-top: 10px;
  display: block;
  width: 146px;
  height: 146px;
  border: solid 1px #dddddd;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: auto;
}
.youshi .ysSwiper ul li .item > i:before {
  content: "";
  display: block;
  background-color: #e8e8e8;
  border: solid 1px #dddddd;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
  border-radius: 50%;
}
.youshi .ysSwiper ul li .item > i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.youshi .ysSwiper ul li .item > i.ico1::after {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysSwiper ul li .item > i.ico2::after {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysSwiper ul li .item > i.ico3::after {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysSwiper ul li .item > i.ico4::after {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysSwiper ul li .item h4 {
  margin-top: 24px;
}
.youshi .ysSwiper ul li .item h4 span {
  display: block;
  font-size: 20px;
  line-height: 1;
}
.youshi .ysSwiper ul li .item h4 i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 14px;
  line-height: 12px;
  color: #c0c0c0;
}
.youshi .ysSwiper ul li .item .text {
  color: #999999;
  line-height: 32px;
  font-size: 15px;
  margin-top: 32px;
  text-align: left;
}
.youshi .ysSwiper ul li .item .pic {
  margin-top: 42px;
  display: block;
  height: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysSwiper 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;
  cursor: grab !important;
}
@media screen and (min-width: 1100px) {
  .youshi .ysSwiper ul li:hover .item > i,
  .youshi .ysSwiper ul li.on .item > i {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  .youshi .ysSwiper ul li:hover .item .num1,
  .youshi .ysSwiper ul li.on .item .num1 {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .youshi .ysSwiper ul li:hover .item .num1::before,
  .youshi .ysSwiper ul li.on .item .num1::before {
    height: 117px;
    bottom: -130px;
  }
  .youshi .ysSwiper ul li:hover .item h4,
  .youshi .ysSwiper ul li.on .item h4 {
    margin-top: -2px;
  }
  .youshi .ysSwiper ul li:hover .item h4 span,
  .youshi .ysSwiper ul li.on .item h4 span {
    font-weight: bold;
  }
  .youshi .ysSwiper ul li:hover .item .pic,
  .youshi .ysSwiper ul li.on .item .pic {
    padding-top: 65.36%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (max-width: 1300px) {
  .youshi .ysSwiper ul li .item {
    height: 660px;
    padding-top: 50px;
  }
  .youshi .ysSwiper ul li .item .num1 {
    font-size: 70px;
    line-height: 54px;
  }
  .youshi .ysSwiper ul li .item > i {
    width: 126px;
    height: 126px;
  }
  .youshi .ysSwiper ul li .item .text {
    margin-top: 20px;
  }
  .youshi .ysSwiper ul li .item .pic {
    margin-top: 20px;
  }
  .youshi .ysSwiper ul li:hover .item .num1::before,
  .youshi .ysSwiper ul li.on .item .num1::before {
    height: 87px;
    bottom: -100px;
  }
}
.youshi .ys-pagination {
  display: none;
}
@media screen and (max-width: 1100px) {
  .youshi .ys-pagination {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .youshi .ys-pagination span {
    opacity: 1;
    height: 5px;
    width: 20px;
    border-radius: 10px;
    margin-left: 8px;
    background-color: #999;
  }
  .youshi .ys-pagination span.swiper-pagination-bullet-active {
    background-color: #262626;
  }
  .youshi .ysSwiper {
    margin-top: 30px;
    background-size: cover;
    padding-bottom: 30px;
  }
  .youshi .ysSwiper ul li {
    width: 50%;
  }
  .youshi .ysSwiper ul li .item {
    height: auto;
    padding: 40px 0 40px;
  }
  .youshi .ysSwiper ul li .item .num1 {
    display: none;
  }
  .youshi .ysSwiper ul li .item .pic {
    padding-top: 65.36%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (max-width: 640px) {
  .youshi .ysSwiper {
    padding-bottom: 15px;
  }
  .youshi .ysSwiper ul li {
    width: 100%;
    border-left: none;
  }
  .youshi .ysSwiper ul li .item {
    padding: 30px 0;
  }
}
.case {
  padding: 70px 0;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .case {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .case {
    padding: 30px 0;
  }
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseSwiper {
  width: 96%;
  max-width: 1800px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: -20px;
}
.case .caseSwiper .swiper-container {
  margin: 0 -13px;
}
.case .caseSwiper ul::after,
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  float: left;
  width: 25%;
  padding: 20px 13px;
}
.case .caseSwiper ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 20px 20px 0;
  overflow: hidden;
  position: relative;
}
.case .caseSwiper ul li .item::after {
  content: "";
  position: absolute;
  background: #262626;
  width: 100%;
  height: 3px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.case .caseSwiper ul li .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  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%;
  height: 0;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}
.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: 30px;
  height: 140px;
  position: relative;
  padding-right: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  font-size: 16px;
  color: #666666;
  height: 36px;
  line-height: 36px;
  position: relative;
  left: 0;
}
.case .caseSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .cont .bt:hover {
  left: 5px;
}
.case .caseSwiper ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .more {
  position: absolute;
  width: 27px;
  height: 9px;
  top: 48px;
  right: -20px;
  background: url(../images/caseli.png) 0 center no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.case .caseSwiper ul li .item:hover .pic {
  border-color: #262626;
}
.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 .cont {
  padding-right: 70px;
}
.case .caseSwiper ul li .item:hover .cont .bt {
  font-weight: bold;
  color: #262626;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.case .caseSwiper ul li .item:hover .cont p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.case .caseSwiper ul li .item:hover .cont .more {
  right: 10px;
  opacity: 1;
  animation: zyfd 1.5s linear infinite;
}
@media screen and (min-width: 480px) {
  .case .caseSwiper ul li.swiper-slide-next .item {
    background-color: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  }
  .case .caseSwiper ul li.swiper-slide-next .item::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .case .caseSwiper ul li.swiper-slide-next .item .pic {
    border-color: #262626;
  }
  .case .caseSwiper ul li.swiper-slide-next .item .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.swiper-slide-next .item .cont {
    padding-right: 70px;
  }
  .case .caseSwiper ul li.swiper-slide-next .item .cont .bt {
    font-weight: bold;
  }
  .case .caseSwiper ul li.swiper-slide-next .item .cont .more {
    right: 10px;
    opacity: 1;
  }
}
@media screen and (max-width: 1420px) {
  .case .caseSwiper ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1100px) {
  .case .caseSwiper {
    margin-top: 10px;
  }
  .case .caseSwiper ul li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .case .caseSwiper {
    margin-top: 10px;
  }
  .case .caseSwiper ul li {
    width: 100%;
  }
  .case .caseSwiper ul li .item {
    padding: 10px 10px 0;
  }
  .case .caseSwiper ul li .item .cont {
    padding-top: 20px;
    height: 110px;
    padding-right: 50px;
  }
  .case .caseSwiper ul li.swiper-slide-active .item {
    background-color: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  }
  .case .caseSwiper ul li.swiper-slide-active .item::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .case .caseSwiper ul li.swiper-slide-active .item .pic {
    border-color: #262626;
  }
  .case .caseSwiper ul li.swiper-slide-active .item .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.swiper-slide-active .item .cont .bt {
    font-weight: bold;
  }
  .case .caseSwiper ul li.swiper-slide-active .item .cont .more {
    right: 10px;
    opacity: 1;
  }
}
.about {
  overflow: hidden;
}
.about * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .aboutPic {
  width: 50%;
  overflow: hidden;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.about .aboutText {
  width: 50%;
  padding-top: 66px;
}
.about .aboutText .box {
  width: 94%;
  max-width: 650px;
  padding-left: 12.3%;
}
.about .aboutText .text {
  margin-top: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  max-height: 144px;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.5);
  text-align: justify;
}
.about .aboutText .line {
  margin-top: 60px;
  height: 1px;
  background-color: #e6e6e6;
}
.about .aboutText .more {
  display: block;
  width: 230px;
  background-color: #353535;
  line-height: 42px;
  font-family: Arial;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #262626;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .more:hover {
  background: none;
  color: #262626;
  box-shadow: 0 10px 10px -5px rgba(38, 38, 38, 0.5);
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutText .aLink {
  margin-top: 110px;
}
.about .aboutText .aLink ul {
  display: flex;
  justify-content: space-between;
  max-width: 466px;
}
.about .aboutText .aLink ul li a {
  display: block;
  position: relative;
  padding-left: 72px;
}
.about .aboutText .aLink ul li a i {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Arial Black";
  font-size: 40px;
  line-height: 36px;
  color: #898989;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.about .aboutText .aLink ul li a em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #c1c1c1;
  line-height: 12px;
  margin-top: 10px;
}
.about .aboutText .aLink ul li a:hover {
  color: #262626;
}
.about .aboutText .aLink ul li a:hover i {
  color: #262626;
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
@media screen and (max-width: 1480px) {
  .about .aboutBox {
    align-items: center;
  }
  .about .aboutText {
    padding-top: 0;
  }
  .about .aboutText .line {
    margin-top: 50px;
  }
  .about .aboutText .aLink {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1300px) {
  .about .aboutText {
    padding-top: 0;
  }
  .about .aboutText .text {
    margin-top: 30px;
  }
  .about .aboutText .line {
    margin-top: 30px;
  }
  .about .aboutText .aLink {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .about .aboutBox {
    align-items: center;
  }
  .about .aboutText {
    padding-top: 0;
  }
  .about .aboutText .box {
    padding-left: 10%;
  }
  .about .aboutText .text {
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 30px;
    max-height: 120px;
    font-size: 14px;
  }
  .about .aboutText .line {
    margin-top: 30px;
  }
  .about .aboutText .more {
    width: 160px;
  }
  .about .aboutText .aLink {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .about .aboutPic {
    width: 100%;
  }
  .about .aboutText {
    width: 100%;
  }
  .about .aboutText .box {
    padding: 30px 0;
    margin: auto;
    max-width: none;
  }
  .about .aboutText .text {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 28px;
    max-height: 140px;
    font-size: 14px;
  }
  .about .aboutText .line {
    margin-top: 20px;
  }
  .about .aboutText .more {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .about .aboutText .aLink {
    margin-top: 30px;
  }
  .about .aboutText .aLink ul li a {
    padding-left: 50px;
  }
  .about .aboutText .aLink ul li a i {
    font-size: 28px;
  }
  .about .aboutText .aLink ul li a span {
    font-size: 14px;
  }
  .about .aboutText .aLink ul li a em {
    font-size: 12px;
  }
}
.team {
  padding: 80px 0 122px;
  background: url(../images/teambg.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1300px) {
  .team {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .team {
    padding: 30px 0;
  }
}
.team .teamSwiper {
  margin-top: 46px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.team .teamSwiper ul::after,
.team .teamSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.team .teamSwiper ul li {
  float: left;
  width: 25%;
}
.team .teamSwiper ul li .item {
  position: relative;
  padding-top: 0;
  padding-bottom: 130px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team .teamSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 98.46%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 0;
}
.team .teamSwiper 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;
}
.team .teamSwiper ul li .item .cont {
  position: absolute;
  width: 100%;
  left: 0;
  height: 130px;
  padding: 35px 12% 0;
  top: 100%;
  margin-top: -130px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team .teamSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  left: 0;
}
.team .teamSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.team .teamSwiper ul li .item .cont .bt:hover {
  left: 5px;
}
.team .teamSwiper ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  height: 28px;
  color: #999999;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.team .teamSwiper 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);
}
.team .teamSwiper ul li .item:hover .cont .bt {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #262626;
}
.team .teamSwiper ul li .item:hover .cont p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.team .teamSwiper ul li:nth-child(2n) .item {
  padding-top: 130px;
  padding-bottom: 0;
}
.team .teamSwiper ul li:nth-child(2n) .item .cont {
  top: 0;
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .team .teamSwiper {
    margin-top: 36px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  }
  .team .teamSwiper ul li {
    width: 33.3333%;
  }
  .team .teamSwiper ul li .item {
    padding-bottom: 90px;
  }
  .team .teamSwiper ul li .item .cont {
    padding: 10px 5% 0;
    margin-top: -90px;
    height: 90px;
  }
  .team .teamSwiper ul li .item .cont .bt {
    font-size: 16px;
  }
  .team .teamSwiper ul li:nth-child(2n) .item {
    padding-top: 90px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .team .teamSwiper {
    margin-top: 26px;
  }
  .team .teamSwiper ul li {
    width: 50%;
  }
  .team .teamSwiper ul li .item .cont {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.news {
  overflow: hidden;
  padding: 70px 0;
  position: relative;
}
.news::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
  height: 1px;
  background-color: #333333;
  opacity: 0.06;
}
@media screen and (max-width: 1300px) {
  .news {
    padding: 50px 0;
  }
  .news::before {
    top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 30px 0;
  }
  .news::before {
    display: none;
  }
}
.news .newsList {
  margin-top: 40px;
}
.news .newsList .list1::after,
.news .newsList .list1:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsList .list1 ul li {
  float: left;
  width: 28.3%;
}
.news .newsList .list1 ul li .item {
  padding-top: 4px;
}
.news .newsList .list1 ul li .item .cont .inTt {
  position: relative;
  height: 45px;
}
.news .newsList .list1 ul li .item .cont .inTt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  bottom: 0;
  background-color: #262626;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .inTt .date {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: Arial;
  font-size: 28px;
  line-height: 20px;
  color: #c0c0c0;
}
.news .newsList .list1 ul li .item .cont .inTt .more {
  position: absolute;
  top: 0;
  right: -30px;
  border-left: 1px solid #dddddd;
  height: 20px;
  padding-left: 32px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .inTt .more::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url(../images/newsar.png) 0 center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsList .list1 ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 25px;
  height: 38px;
  line-height: 38px;
  position: relative;
  color: #666666;
  left: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.news .newsList .list1 ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li .item .cont .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #999999;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .pic {
  margin-top: 36px;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 50.54%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 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 .list1 ul li .item:hover .cont .inTt::before {
  width: 100%;
}
.news .newsList .list1 ul li .item:hover .cont .inTt .date {
  color: #262626;
}
.news .newsList .list1 ul li .item:hover .cont .inTt .more {
  right: 0;
  opacity: 1;
}
.news .newsList .list1 ul li .item:hover .cont .bt {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list1 ul li .item:hover .cont p {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.news .newsList .list1 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);
}
@media screen and (min-width: 1100px) {
  .news .newsList .list1 ul li:hover .item .cont .inTt::before,
  .news .newsList .list1 ul li.on .item .cont .inTt::before {
    width: 100%;
  }
  .news .newsList .list1 ul li:hover .item .cont .inTt .date,
  .news .newsList .list1 ul li.on .item .cont .inTt .date {
    color: #262626;
  }
  .news .newsList .list1 ul li:hover .item .cont .inTt .more,
  .news .newsList .list1 ul li.on .item .cont .inTt .more {
    right: 0;
    opacity: 1;
  }
  .news .newsList .list1 ul li:hover .item .pic img,
  .news .newsList .list1 ul li.on .item .pic img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
}
.news .newsList .list2 {
  margin-top: 40px;
  border-top: 1px solid rgba(51, 51, 51, 0.08);
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}
.news .newsList .list2::after,
.news .newsList .list2:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .newsList .list2 ul li {
  float: left;
  width: 31%;
  position: relative;
  padding-left: 120px;
  padding-top: 18px;
  height: 100px;
}
.news .newsList .list2 ul li .date {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Arial Black";
  font-size: 20px;
  color: #c1c1c1;
  line-height: 54px;
  width: 90px;
  border-right: 1px solid rgba(51, 51, 51, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666666;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list2 ul li .bt:hover {
  left: 5px;
}
.news .newsList .list2 ul li p {
  color: #999999;
  line-height: 1;
  margin-top: 5px;
}
.news .newsList .list2 ul li:hover .date {
  color: #262626;
}
.news .newsList .list2 ul li:hover .bt {
  color: #262626;
}
@media screen and (max-width: 1360px) {
  .news .newsList .list1 ul li {
    width: 30%;
  }
  .news .newsList .list1 ul li .item .cont p {
    margin-top: 10px;
  }
  .news .newsList .list1 ul li .item .pic {
    margin-top: 20px;
  }
  .news .newsList .list2 ul li {
    width: 32%;
    padding-left: 90px;
  }
  .news .newsList .list2 ul li .date {
    width: 75px;
  }
}
@media screen and (max-width: 1100px) {
  .news .newsList .list1 ul li {
    width: 31%;
  }
  .news .newsList .list1 ul li .item .cont .bt {
    margin-top: 15px;
  }
  .news .newsList .list1 ul li .item .cont p {
    margin-top: 10px;
  }
  .news .newsList .list1 ul li .item .pic {
    margin-top: 20px;
  }
  .news .newsList .list2 ul li {
    padding-left: 70px;
  }
  .news .newsList .list2 ul li .date {
    width: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news .newsList {
    margin-top: 5px;
  }
  .news .newsList .list1 ul li {
    width: 100%;
    border-top: 1px solid rgba(51, 51, 51, 0.06);
    padding-top: 18px;
    margin-top: 18px;
  }
  .news .newsList .list1 ul li .item .cont .inTt {
    height: 20px;
  }
  .news .newsList .list1 ul li .item .cont .inTt .date {
    font-size: 20px;
  }
  .news .newsList .list1 ul li .item .cont .bt {
    margin-top: 5px;
  }
  .news .newsList .list1 ul li .item .cont p {
    margin-top: 0;
  }
  .news .newsList .list1 ul li .item .pic {
    margin-top: 15px;
  }
  .news .newsList .list2 {
    margin-top: 0;
    border-bottom: none;
  }
  .news .newsList .list2 ul li {
    width: 100%;
    padding-left: 92px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.06);
    height: 90px;
    padding-top: 14px;
  }
  .news .newsList .list2 ul li .date {
    width: 78px;
    font-size: 20px;
    line-height: 48px;
  }
}
