@charset "utf-8";
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-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;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.topWow,
.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 img,
.banner .wapBanner img {
  display: block;
  width: 100%;
  object-fit: cover;
  cursor: grab !important;
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .bannerSwiper .swiper-slide-active img,
.banner .wapBanner .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .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%;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
  margin-left: 50px;
}
.banner .bannerSwiper .banner-pagination span,
.banner .wapBanner .banner-pagination span {
  display: inline-block;
  border: 1px transparent solid;
  opacity: 1;
  padding: 3px;
  border-radius: 100%;
  background: none;
  width: auto;
  height: auto;
  margin: 0 8px !important;
  cursor: pointer !important;
  outline: none;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .bannerSwiper .banner-pagination span:before,
.banner .wapBanner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #fff;
  width: 100%;
  height: 100%;
}
.banner .bannerSwiper .banner-pagination span.swiper-pagination-bullet-active,
.banner .wapBanner .banner-pagination span.swiper-pagination-bullet-active {
  border-color: #fff;
}
@media screen and (max-width: 980px) {
  .banner .bannerSwiper .banner-pagination,
  .banner .wapBanner .banner-pagination {
    width: 200px;
    margin-left: -100px;
    bottom: 18px;
  }
  .banner .bannerSwiper .banner-pagination span,
  .banner .wapBanner .banner-pagination span {
    margin: 0 4px !important;
    width: 10px;
    height: 10px;
    padding: 2px;
  }
}
.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;
    margin-left: -150px;
  }
  .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;
  }
}
.header {
  height: 0;
}
@media screen and (max-width: 1500px) {
  .header {
    height: 0;
  }
}
@media screen and (max-width: 980px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 50px;
  }
}
@media screen and (min-width: 980px) {
  .header .nav_bg {
    background-color: transparent;
  }
  .header .fixedNav {
    background-color: #fff;
  }
}
.title {
  line-height: 1;
}
.title i {
  display: block;
}
.title i img {
  display: inline-block;
  vertical-align: top;
  height: 49px;
}
.title span {
  display: block;
  margin-top: 28px;
  font-size: 44px;
}
.title span em {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 24px;
  font-size: 22px;
  letter-spacing: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 42px;
}
@media screen and (max-width: 1280px) {
  .title span {
    margin-top: 20px;
  }
  .title span em {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  .title i img {
    height: 38px;
  }
  .title span {
    margin-top: 15px;
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .title i img {
    height: 26px;
  }
  .title span {
    margin-top: 12px;
    font-size: 22px;
  }
  .title span em {
    margin-top: 12px;
    font-size: 16px;
    line-height: 32px;
  }
}
.titBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.titBox .moreLink {
  display: block;
  margin-bottom: 14px;
  text-align: center;
  padding: 0 30px 0 18px;
  line-height: 40px;
  box-shadow: 2px 3px 4px 0px rgba(37, 37, 37, 0.27);
  border-radius: 30px;
  border: solid 2px #cc0202;
  font-size: 12px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #cc0202, #cc0202);
  background-image: linear-gradient(to right, #cc0202, #cc0202);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.titBox .moreLink em {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #cc0202;
  margin-right: 14px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .moreLink em::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-left: 4px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 981px) {
  .titBox .moreLink:hover {
    background-size: 100% 100%;
    color: #fff;
  }
  .titBox .moreLink:hover em {
    background-color: #fff;
  }
  .titBox .moreLink:hover em::before {
    border-left-color: #cc0202;
  }
}
@media screen and (max-width: 640px) {
  .titBox .moreLink {
    padding: 0 5px;
    line-height: 32px;
  }
  .titBox .moreLink span {
    display: none;
  }
  .titBox .moreLink em {
    margin-right: 0;
    position: relative;
    top: -1px;
  }
}
.about {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: -66px;
  z-index: 4;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
}
.about .aboutText {
  padding-top: 86px;
  width: 57.74%;
  position: relative;
  padding-right: 54px;
  z-index: 2;
  padding-bottom: 115px;
}
.about .aboutText::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin-left: -120px;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
  background-size: 100% auto;
  background-color: #fff;
}
.about .aboutText .tit {
  position: relative;
}
.about .aboutText .tit .more {
  position: absolute;
  right: 0;
  top: 64px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: #cc0202;
  box-shadow: 8px 4px 8px 0px rgba(204, 2, 2, 0.11);
}
.about .aboutText .tit .more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.about .aboutText .tit .more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 2px;
  height: 16px;
  background-color: #fff;
}
@media screen and (max-width: 981px) {
  .about .aboutText .tit .more {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.about .aboutText .text {
  margin-top: 88px;
  font-size: 16px;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 32px;
  height: 192px;
}
.about .aboutText .aLink {
  margin-top: 38px;
}
.about .aboutText .aLink ul {
  display: flex;
  gap: 50px;
}
.about .aboutText .aLink ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 86px;
  padding: 0 50px 0 38px;
}
.about .aboutText .aLink ul li a i {
  position: relative;
  overflow: hidden;
  width: 46px;
  height: 42px;
  margin-right: 10px;
}
.about .aboutText .aLink ul li a i img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a span {
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
}
.about .aboutText .aLink ul li a span em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 12px;
  color: #a3a3a3;
}
.about .aboutText .aLink ul li.on a,
.about .aboutText .aLink ul li:hover a {
  background-color: #fefefe;
  box-shadow: 8px 4px 8px 0px rgba(32, 32, 32, 0.11);
  border-radius: 45px;
}
.about .aboutPic {
  flex: 1;
  margin-right: -120px;
  padding-top: 66px;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .about {
    margin-top: -40px;
  }
  .about .aboutText {
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 80px;
  }
  .about .aboutText .tit .more {
    top: 30px;
  }
  .about .aboutText .text {
    margin-top: 30px;
    font-size: 14px;
  }
  .about .aboutText .aLink {
    margin-top: 30px;
  }
  .about .aboutText .aLink ul {
    gap: 40px;
  }
  .about .aboutText .aLink ul li a {
    height: 76px;
    padding: 0 40px 0 38px;
  }
  .about .aboutPic {
    padding-top: 40px;
  }
}
@media screen and (max-width: 980px) {
  .about {
    margin-top: 0;
  }
  .about .aboutBox {
    display: block;
  }
  .about .aboutText {
    width: 100%;
    padding: 50px 0;
  }
  .about .aboutText::before {
    margin-left: -50px;
    margin-right: -50px;
  }
  .about .aboutText .tit .more {
    top: 30px;
  }
  .about .aboutText .text {
    margin-top: 30px;
    font-size: 14px;
  }
  .about .aboutText .aLink {
    margin-top: 30px;
  }
  .about .aboutText .aLink ul {
    gap: 40px;
  }
  .about .aboutText .aLink ul li a {
    height: 76px;
    padding: 0 40px 0 38px;
  }
  .about .aboutPic {
    padding-top: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutText {
    padding: 40px 0;
  }
  .about .aboutText .tit .more {
    top: 10px;
    width: 40px;
    height: 40px;
  }
  .about .aboutText .text {
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    line-height: 28px;
    height: 196px;
  }
  .about .aboutText .aLink {
    margin-top: 20px;
  }
  .about .aboutText .aLink ul {
    gap: 20px;
  }
  .about .aboutText .aLink ul li a {
    height: 66px;
    padding: 0 25px;
  }
  .about .aboutText .aLink ul li a i {
    width: 32px;
    margin-right: 5px;
  }
  .about .aboutText .aLink ul li a span {
    font-size: 16px;
  }
  .about .aboutPic {
    padding-top: 30px;
  }
}
.product {
  padding: 80px 0 120px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product .proList {
  margin-top: 22px;
}
.product .proList ul {
  margin: 0 -12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .proList ul li {
  width: 25%;
  margin-top: 24px;
  padding: 0 12px;
}
.product .proList ul li .item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 156.7164%;
}
.product .proList ul li .item .pic img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  padding: 15.5% 7.8% 0;
}
.product .proList ul li .item .cont .bt {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
}
.product .proList ul li .item .cont .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  font-family: Arial;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
}
.product .proList ul li .item .cont .bt::after {
  content: "";
  width: 31px;
  height: 4px;
  background-color: #cc0202;
  border-radius: 2px;
  display: block;
  margin-top: 20px;
}
.product .proList ul li .item .cont p {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  color: #656565;
}
.product .proList ul li .item .cont .more {
  margin-top: 26px;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-color: #cc0202;
  box-shadow: 5px 7px 13px 0px rgba(204, 2, 2, 0.27);
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.product .proList ul li .item .cont .more::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 981px) {
  .product .proList ul li .item:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .product .proList ul li .item:hover .cont .bt {
    color: #cc0202;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.product .proList ul li.on .item {
  box-shadow: 7px 10px 21px 0px rgba(36, 36, 36, 0.22);
}
.product .proList ul li.on .item .cont .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1620px) {
  .product .proList ul li .item .cont {
    padding-top: 10%;
  }
  .product .proList ul li .item .cont .bt i {
    margin-top: 5px;
  }
  .product .proList ul li .item .cont .bt::after {
    margin-top: 15px;
  }
  .product .proList ul li .item .cont p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1460px) and (min-width: 980px) {
  .product .proList ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product .proList ul li {
    padding: 0 10px;
  }
  .product .proList ul li .item .cont .bt span {
    line-height: 30px;
    font-size: 24px;
  }
  .product .proList ul li .item .cont .bt i {
    margin-top: 5px;
  }
  .product .proList ul li .item .cont .bt::after {
    margin-top: 10px;
    height: 2px;
  }
}
@media screen and (max-width: 980px) {
  .product {
    padding: 50px 0;
  }
  .product .proList ul li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .product {
    padding: 40px 0;
  }
  .product .proList {
    margin-top: 10px;
  }
  .product .proList ul {
    margin-left: -8px;
    margin-right: -8px;
  }
  .product .proList ul li {
    padding: 0 8px;
    margin-top: 16px;
  }
  .product .proList ul li .item .cont .bt span {
    line-height: 30px;
    font-size: 20px;
  }
  .product .proList ul li .item .cont .bt i {
    margin-top: 5px;
  }
  .product .proList ul li .item .cont .bt::after {
    margin-top: 10px;
    height: 2px;
  }
  .product .proList ul li .item .cont p {
    display: none;
  }
  .product .proList ul li .item .cont .more {
    width: 30px;
    height: 30px;
  }
  .product .proList ul li .item .cont .more::before {
    border-width: 6px 0 6px 8px;
  }
  .product .proList ul li.on .item {
    box-shadow: 3px 5px 10px 0px rgba(36, 36, 36, 0.1);
  }
}
.application {
  background: url(../images/appbg.jpg) center 0 no-repeat;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.application .mBan {
  display: flex;
  align-items: center;
  padding: 33px 0;
}
.application .mBan .tit {
  color: #cc0202;
  line-height: 1;
  margin-right: 22px;
}
.application .mBan .tit i {
  display: block;
}
.application .mBan .tit i img {
  display: block;
  height: 22px;
}
.application .mBan .tit span {
  display: block;
  margin-top: 10px;
  font-size: 27px;
}
.application .mBan .tit span::after {
  content: "×";
  font-size: 20px;
  margin-left: 24px;
}
.application .mBan .tip {
  line-height: 1;
}
.application .mBan .tip .t1 {
  font-size: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(59, 59, 59, 0.8);
}
.application .mBan .tip .t2 {
  font-size: 16px;
  color: #69696b;
  margin-top: 12px;
}
.application .mBan .tel {
  color: #fff;
  flex: 1;
  position: relative;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
}
.application .mBan .tel::before {
  content: "";
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/apptel.png) center center no-repeat;
}
.application .title {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 96px;
  color: #ffffff;
}
.application .appSwiper {
  position: relative;
  background-color: #fff;
}
.application .appSwiper .swiper-container {
  margin-left: -120px;
}
.application .appSwiper ul li .item {
  width: 100%;
  position: relative;
}
.application .appSwiper ul li .item .pic {
  display: block;
  padding-top: 49.556%;
  position: relative;
  overflow: hidden;
}
.application .appSwiper ul li .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.application .appSwiper ul li .item .text {
  max-width: 610px;
  position: absolute;
  left: 120px;
  z-index: 2;
  color: #fff;
  top: 50%;
  margin-top: -40px;
}
.application .appSwiper ul li .item .text p {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 48px;
  height: 144px;
}
.application .appNav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
}
.application .appNav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #ffffff;
  margin: 0 -120px;
  opacity: 0.3;
}
.application .appNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.application .appNav ul li {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.application .appNav ul li a {
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: relative;
  padding: 0 10px;
  z-index: 2;
}
.application .appNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: url(../images/appli.png) center bottom repeat-x;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.application .appNav ul li a i {
  width: 44px;
  height: 44px;
  position: relative;
  overflow: hidden;
  filter: grayscale(100) brightness(5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.application .appNav ul li a i img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.application .appNav ul li a span {
  margin-left: 16px;
}
.application .appNav ul li a span b {
  display: block;
  font-weight: normal;
  line-height: 22px;
  font-size: 20px;
}
.application .appNav ul li a span em {
  display: block;
  margin-top: 6px;
  line-height: 1;
  font-family: Arial;
  font-size: 12px;
  opacity: 0.6;
}
@media screen and (max-width: 981px) {
  .application .appNav ul li a:hover i {
    -webkit-animation: hvr-icon-wobble-vertical 1s;
    -moz-animation: hvr-icon-wobble-vertical 1s;
    animation: hvr-icon-wobble-vertical 1s;
  }
}
.application .appNav ul li.active a::before {
  opacity: 1;
}
.application .appNav ul li:last-child {
  background-color: #fff;
  position: relative;
}
.application .appNav ul li:last-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  background-color: #fff;
  width: 120px;
  margin-left: 1px;
}
.application .appNav ul li:last-child a {
  color: #333;
}
.application .appNav ul li:last-child a i {
  filter: grayscale(0) brightness(1);
}
.application .appNav ul li:last-child.active a {
  color: #cc0202;
}
.application .appNav ul li:last-child.active a::before {
  opacity: 0.3;
}
@media screen and (max-width: 1420px) {
  .application .mBan .tit {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .application .title {
    top: 70px;
  }
  .application .appSwiper .swiper-container {
    margin-left: -40px;
  }
  .application .appSwiper ul li .item .pic {
    padding-top: 54%;
  }
  .application .appSwiper ul li .item .text {
    left: 40px;
  }
  .application .appSwiper ul li .item .text p {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 40px;
    height: 120px;
  }
  .application .appNav ul li a {
    height: 100px;
  }
  .application .appNav ul li a span {
    margin-left: 16px;
  }
  .application .appNav ul li a span em {
    width: 80px;
  }
}
@media screen and (max-width: 980px) {
  .application .mBan .tip .t1 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .application .mBan .tip .t2 {
    font-size: 12px;
    margin-top: 10px;
  }
  .application .mBan .tel {
    font-size: 18px;
  }
  .application .title {
    left: 30px;
    top: 50px;
  }
  .application .appSwiper .swiper-container {
    margin-left: 0;
  }
  .application .appSwiper ul {
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .application .appSwiper ul li {
    border-right-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .application .appSwiper ul li .item .text {
    left: 30px;
    top: 50%;
    margin-top: 0;
  }
  .application .appSwiper ul li .item .text p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 36px;
    height: 108px;
  }
  .application .appNav {
    position: relative;
    background-color: #fff;
  }
  .application .appNav::before {
    display: none;
  }
  .application .appNav ul li a {
    height: 100%;
    padding: 15px 5px;
    text-align: center;
    display: block;
    color: #333;
  }
  .application .appNav ul li a i {
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    filter: grayscale(0) brightness(1);
  }
  .application .appNav ul li a span {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }
  .application .appNav ul li a span b {
    line-height: 22px;
    font-size: 18px;
  }
  .application .appNav ul li a span em {
    width: 100%;
  }
  .application .appNav ul li.active a {
    color: #fff;
  }
  .application .appNav ul li.active a i {
    filter: grayscale(100) brightness(5);
  }
  .application .appNav ul li:last-child.active a {
    color: #fff;
  }
  .application .appNav ul li:last-child.active a::before {
    opacity: 1;
  }
  .application .appNav ul li:last-child.active a i {
    filter: grayscale(100) brightness(5);
  }
}
@media screen and (max-width: 640px) {
  .application .mBan {
    display: none;
  }
  .application .title {
    top: 30px;
    left: 20px;
  }
  .application .appSwiper .swiper-container {
    margin-left: 0;
  }
  .application .appSwiper ul {
    border-left-color: rgba(0, 0, 0, 0.1);
  }
  .application .appSwiper ul li .item .text {
    margin: 20px 0;
    max-width: none;
    position: relative;
    top: 0;
    left: 0;
    color: #333;
  }
  .application .appSwiper ul li .item .text p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 26px;
    height: 78px;
  }
  .application .appNav ul li {
    flex: auto;
    width: 33.33%;
  }
  .application .appNav ul li a span b {
    font-size: 15px;
    line-height: 24px;
  }
  .application .appNav ul li a span em {
    font-size: 10px;
    margin-top: 2px;
  }
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 140px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysTabs {
  position: relative;
}
.youshi .ysSwiper {
  width: 37.5%;
  border-radius: 50%;
  margin: auto;
  position: relative;
  padding: 10px;
  z-index: 2;
}
.youshi .ysSwiper .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.youshi .ysSwiper .bg::before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #cc0202;
}
.youshi .ysSwiper .bg::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #cc0202;
}
.youshi .ysSwiper .swiper-container {
  border-radius: 50%;
  position: relative;
  z-index: 2;
  overflow: inherit;
  background-color: #f7f7f7;
}
.youshi .ysSwiper .swiper-container ul li {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0.32);
  -moz-transform: scale(0.32);
  -o-transform: scale(0.32);
  transform: scale(0.32);
}
.youshi .ysSwiper .swiper-container ul li .pic {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.youshi .ysSwiper .swiper-container ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysSwiper .swiper-container ul li .pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysSwiper .swiper-container ul li.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.youshi .ysSwiper .swiper-container ul li.swiper-slide-next {
  opacity: 1;
  left: -20%;
}
.youshi .ysSwiper .swiper-container ul li.swiper-slide-next + li {
  opacity: 1;
  left: -78.6%;
}
.youshi .ysContSwiper {
  position: absolute;
  z-index: 3;
  width: 31.56%;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.youshi .ysContSwiper ul li .item {
  padding-left: 22px;
  padding-top: 16px;
  background: url(../images/ysbt.png) 0 0 no-repeat;
}
.youshi .ysContSwiper ul li .item .tit {
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.youshi .ysContSwiper ul li .item .tit h4 {
  font-weight: bold;
  line-height: 1.2;
  font-size: 28px;
}
.youshi .ysContSwiper ul li .item .tit h5 {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.2;
  color: #999999;
}
.youshi .ysContSwiper ul li .item .tit::after {
  content: '';
  width: 26px;
  height: 2px;
  background-color: #cc0202;
  display: block;
  margin-top: 18px;
}
.youshi .ysContSwiper ul li .item .text {
  margin-top: 32px;
  line-height: 30px;
  color: #484848;
  min-height: 120px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysContSwiper ul li .item .line {
  margin-top: 28px;
  display: flex;
  align-items: center;
}
.youshi .ysContSwiper ul li .item .line::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: solid 3px #cc0202;
  border-radius: 50%;
}
.youshi .ysContSwiper ul li .item .line::after {
  content: "";
  display: block;
  width: 174px;
  height: 1px;
  background-color: #cc0202;
}
@media screen and (min-width: 981px) {
  .youshi .ysContSwiper ul li .item:hover .tit {
    color: #cc0202;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .youshi .ysContSwiper ul li .item:hover .text {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.youshi .ysPicSwiper {
  position: absolute;
  width: 28.6%;
  right: -1.9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.youshi .ysPicSwiper ul li {
  width: 50%;
  padding: 0 7%;
}
.youshi .ysPicSwiper ul li .pic {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.youshi .ysPicSwiper ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPicSwiper ul li .pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysPage {
  position: relative;
  width: 176px;
  margin: 32px auto 0;
  text-align: center;
}
.youshi .ysPage i {
  color: #cc0202;
  font-family: Arial;
  font-size: 32px;
  line-height: 24px;
  display: inline-block;
  vertical-align: bottom;
}
.youshi .ysPage span {
  font-size: 20px;
  line-height: 18px;
  color: #72737a;
  margin-left: 6px;
  display: inline-block;
  vertical-align: bottom;
}
.youshi .ysPage span::before {
  content: "/";
  line-height: 12px;
  display: inline-block;
  vertical-align: top;
}
.youshi .ysPage .page .ys-prev {
  position: absolute;
  top: 4px;
  left: 0;
  cursor: pointer;
  outline: none;
  width: 24px;
  height: 24px;
  background: url(../images/ysl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.youshi .ysPage .page .ys-prev:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.youshi .ysPage .page .ys-next {
  position: absolute;
  top: 4px;
  right: 0;
  cursor: pointer;
  outline: none;
  width: 24px;
  height: 24px;
  background: url(../images/ysr.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.youshi .ysPage .page .ys-next:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.youshi .ys-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 114px;
  background-color: #cc0202;
  padding-left: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.youshi .ys-pagination span {
  opacity: 1;
  cursor: pointer;
  outline: none;
  width: 26px;
  height: 3px;
  background-color: #efefef;
  border-radius: 0;
  margin: 7px 0 !important;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ys-pagination span.swiper-pagination-bullet-active {
  width: 46px;
}
.youshi .tel {
  position: absolute;
  right: 0;
  bottom: 95px;
  text-align: right;
}
.youshi .tel span {
  position: relative;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  display: block;
}
.youshi .tel span::before {
  content: "";
  width: 17px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .tel i {
  display: block;
  font-weight: bold;
  font-family: Arial;
  font-size: 24px;
  margin-top: 25px;
  line-height: 18px;
}
@media screen and (max-width: 1600px) {
  .youshi {
    padding-top: 100px;
  }
  .youshi .ysTabs {
    margin-top: 30px;
  }
  .youshi .ysContSwiper ul li .item .tit h4 {
    font-size: 24px;
  }
  .youshi .ysContSwiper ul li .item .tit h5 {
    font-size: 12px;
  }
  .youshi .ysContSwiper ul li .item .text {
    margin-top: 20px;
    line-height: 28px;
  }
  .youshi .tel {
    bottom: 70px;
  }
}
@media screen and (max-width: 1380px) {
  .youshi {
    background-position: center center;
    padding-top: 80px;
  }
  .youshi .ysTabs {
    margin-top: 40px;
  }
  .youshi .ysContSwiper ul li .item .tit h4 {
    font-size: 18px;
  }
  .youshi .ysContSwiper ul li .item .text {
    margin-top: 22px;
    line-height: 28px;
  }
  .youshi .ysContSwiper ul li .item .line {
    margin-top: 20px;
  }
  .youshi .tel {
    bottom: 60px;
  }
  .youshi .tel span {
    font-size: 16px;
  }
  .youshi .tel i {
    margin-top: 10px;
    font-size: 20px;
  }
  .youshi .ys-pagination {
    width: 80px;
    height: 70px;
    padding-left: 20px;
  }
  .youshi .ys-pagination span {
    width: 20px;
    height: 3px;
    margin: 5px 0 !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .youshi .ys-pagination span.swiper-pagination-bullet-active {
    width: 36px;
  }
}
@media screen and (max-width: 980px) {
  .youshi {
    background-size: cover;
    padding-top: 60px;
  }
  .youshi .ysTabs {
    margin-top: 40px;
  }
  .youshi .ysSwiper {
    width: 70%;
  }
  .youshi .ysSwiper .swiper-container ul li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .youshi .ysSwiper .swiper-container ul li.swiper-slide-next {
    opacity: 0;
    left: 0;
  }
  .youshi .ysSwiper .swiper-container ul li.swiper-slide-next + li {
    opacity: 0;
    left: 0;
  }
  .youshi .ysContSwiper {
    position: relative;
    width: 100%;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .youshi .ysContSwiper ul li .item .tit h4 {
    font-size: 18px;
  }
  .youshi .ysContSwiper ul li .item .text {
    margin-top: 22px;
    line-height: 28px;
    min-height: auto;
  }
  .youshi .ysContSwiper ul li .item .line {
    margin-top: 20px;
  }
  .youshi .tel {
    position: relative;
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .youshi {
    padding-top: 40px;
  }
  .youshi .ysTabs {
    margin-top: 30px;
  }
  .youshi .ysSwiper {
    width: 80%;
    padding: 6px;
  }
  .youshi .ysContSwiper {
    width: calc(100% + 22px);
  }
  .youshi .ysContSwiper ul li .item .tit::after {
    margin-top: 12px;
  }
  .youshi .ysContSwiper ul li .item .text {
    margin-top: 12px;
    line-height: 26px;
  }
  .youshi .ysContSwiper ul li .item .line {
    margin-top: 20px;
  }
  .youshi .tel {
    position: relative;
    bottom: -32px;
  }
  .youshi .tel span {
    font-size: 14px;
    line-height: 20px;
  }
  .youshi .tel span::before {
    margin-right: 10px;
    background-size: contain;
    height: 20px;
  }
  .youshi .tel i {
    font-size: 16px;
  }
  .youshi .ys-pagination {
    width: 66px;
    height: 60px;
    padding-left: 16px;
  }
  .youshi .ys-pagination span {
    width: 18px;
    height: 3px;
    margin: 4px 0 !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .youshi .ys-pagination span.swiper-pagination-bullet-active {
    width: 32px;
  }
}
.case {
  position: relative;
  overflow: hidden;
  padding: 106px 0 120px;
  width: 100%;
}
.case .caseSwiper {
  position: relative;
  margin-top: 60px;
  margin-left: -11px;
  margin-right: -11px;
}
.case .caseSwiper::after,
.case .caseSwiper:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper .swiper-container {
  cursor: url(../images/gesture.png), grab !important;
}
.case .caseSwiper .swiper-container img {
  cursor: url(../images/gesture.png), grab !important;
}
.case .caseSwiper ul li {
  float: left;
  padding: 8px 11px 18px;
  width: 28.36%;
}
.case .caseSwiper ul li .item {
  position: relative;
  overflow: hidden;
  border: solid 1px #eaeaea;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.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%;
  padding-top: 83.85%;
  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: 10px 25px 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  line-height: 54px;
  height: 54px;
}
.case .caseSwiper ul li .item .cont .bt i {
  line-height: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  color: #bdbdbd;
  font-family: Arial;
  font-size: 12px;
}
.case .caseSwiper ul li .item .cont .bt i::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  height: 1px;
  background-color: #eaeaea;
  margin-left: 15px;
}
.case .caseSwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 18px;
  height: 36px;
  color: #8c8c8c;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item:hover {
  box-shadow: 8px 4px 8px 0px rgba(32, 32, 32, 0.11);
}
.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 .bt {
  opacity: 1;
  bottom: 0;
  color: #cc0202;
}
.case .caseSwiper ul li .item:hover .bt::before {
  background-color: #cc0202;
}
.case .caseSwiper ul li .item:hover .more em {
  background-color: rgba(204, 2, 2, 0.2);
}
.case .caseSwiper ul li .item:hover .more em::before {
  animation: zyfd 1.5s linear infinite;
}
.case .caseSwiper ul li.swiper-slide-active .item {
  box-shadow: 8px 4px 8px 0px rgba(32, 32, 32, 0.11);
}
.case .caseSwiper ul li.swiper-slide-next,
.case .caseSwiper ul li.swiper-slide-next + li,
.case .caseSwiper ul li.swiper-slide-next + li + li {
  width: 23.88%;
}
.case .caseSwiper ul li.swiper-slide-next .item .cont,
.case .caseSwiper ul li.swiper-slide-next + li .item .cont,
.case .caseSwiper ul li.swiper-slide-next + li + li .item .cont {
  padding: 5px 12px 12px;
}
.case .caseSwiper ul li.swiper-slide-next .item .cont .bt span,
.case .caseSwiper ul li.swiper-slide-next + li .item .cont .bt span,
.case .caseSwiper ul li.swiper-slide-next + li + li .item .cont .bt span {
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 120px);
}
.case .caseSwiper ul li.swiper-slide-next .item .cont .bt i,
.case .caseSwiper ul li.swiper-slide-next + li .item .cont .bt i,
.case .caseSwiper ul li.swiper-slide-next + li + li .item .cont .bt i {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  line-height: 58px;
  width: auto;
}
.case .caseSwiper ul li.swiper-slide-next .item .cont .bt i::before,
.case .caseSwiper ul li.swiper-slide-next + li .item .cont .bt i::before,
.case .caseSwiper ul li.swiper-slide-next + li + li .item .cont .bt i::before {
  content: "/ ";
}
.case .caseSwiper ul li.swiper-slide-next .item .cont .bt i::after,
.case .caseSwiper ul li.swiper-slide-next + li .item .cont .bt i::after,
.case .caseSwiper ul li.swiper-slide-next + li + li .item .cont .bt i::after {
  display: none;
}
.case .caseSwiper ul li.swiper-slide-next .item .cont p,
.case .caseSwiper ul li.swiper-slide-next + li .item .cont p,
.case .caseSwiper ul li.swiper-slide-next + li + li .item .cont p {
  display: none;
}
.case .caseSwiper ul li.swiper-slide-next .item .cont::after,
.case .caseSwiper ul li.swiper-slide-next + li .item .cont::after,
.case .caseSwiper ul li.swiper-slide-next + li + li .item .cont::after {
  content: "";
  height: 1px;
  display: block;
  background-color: #eaeaea;
}
.case .page {
  position: absolute;
  z-index: 3;
  right: 11px;
  bottom: 74px;
  border: solid 1px #e9e9e9;
  font-family: Arial;
  font-size: 14px;
  display: flex;
  justify-content: center;
  line-height: 50px;
}
.case .page .case-prev {
  cursor: pointer;
  outline: none;
  padding: 0 23px;
  color: #a6a6a6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-prev::before {
  content: "←";
  margin-right: 10px;
}
.case .page .case-prev:hover,
.case .page .case-prev.on {
  background-color: #cc0202;
  color: #fff;
}
.case .page .case-next {
  cursor: pointer;
  outline: none;
  padding: 0 23px;
  color: #a6a6a6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-next::after {
  content: "→";
  margin-left: 10px;
}
.case .page .case-next:hover,
.case .page .case-next.on {
  background-color: #cc0202;
  color: #fff;
}
.case .mBan {
  position: absolute;
  left: 29%;
  bottom: 16px;
  z-index: 3;
}
.case .mBan .tipBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case .mBan .tit {
  color: #cc0202;
  line-height: 1;
  margin-right: 22px;
}
.case .mBan .tit i {
  display: block;
}
.case .mBan .tit i img {
  display: block;
  height: 22px;
}
.case .mBan .tit span {
  display: block;
  margin-top: 10px;
  font-size: 27px;
}
.case .mBan .tit span::after {
  content: "×";
  font-size: 20px;
  margin-left: 24px;
}
.case .mBan .tip {
  line-height: 1;
}
.case .mBan .tip .t1 {
  font-size: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(59, 59, 59, 0.8);
}
.case .mBan .tip .t2 {
  font-size: 16px;
  color: #69696b;
  margin-top: 12px;
}
.case .mBan .en {
  font-family: Arial;
  font-size: 12px;
  line-height: 1;
  color: #c5c5c5;
  margin-top: 15px;
}
@media screen and (max-width: 1420px) {
  .case {
    padding: 100px 0 80px;
  }
  .case .caseSwiper {
    margin-top: 50px;
  }
  .case .caseSwiper ul li .item .cont {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 26px;
  }
  .case .caseSwiper ul li .item .cont .bt span {
    font-size: 18px;
  }
  .case .caseSwiper ul li.swiper-slide-next .item .cont,
  .case .caseSwiper ul li.swiper-slide-next + li .item .cont,
  .case .caseSwiper ul li.swiper-slide-next + li + li .item .cont {
    padding: 5px 12px 12px;
  }
  .case .caseSwiper ul li.swiper-slide-next .item .cont .bt span,
  .case .caseSwiper ul li.swiper-slide-next + li .item .cont .bt span,
  .case .caseSwiper ul li.swiper-slide-next + li + li .item .cont .bt span {
    display: block;
    max-width: 100%;
  }
  .case .caseSwiper ul li.swiper-slide-next .item .cont .bt i,
  .case .caseSwiper ul li.swiper-slide-next + li .item .cont .bt i,
  .case .caseSwiper ul li.swiper-slide-next + li + li .item .cont .bt i {
    display: none;
  }
  .case .mBan .tipBox .tit {
    margin-right: 12px;
  }
  .case .mBan .tipBox .tit i img {
    height: 18px;
  }
  .case .mBan .tipBox .tit span {
    font-size: 20px;
  }
  .case .mBan .tipBox .tip .t1 {
    font-size: 24px;
    padding-bottom: 8px;
  }
  .case .mBan .tipBox .tip .t2 {
    font-size: 13px;
    margin-top: 8px;
  }
  .case .page {
    bottom: 56px;
  }
}
@media screen and (max-width: 1200px) {
  .case {
    padding: 80px 0 60px;
  }
  .case .mBan {
    display: none;
  }
  .case .page {
    bottom: 18px;
  }
}
@media screen and (max-width: 980px) {
  .case {
    padding: 60px 0 50px;
  }
  .case .caseSwiper {
    margin-top: 30px;
  }
  .case .caseSwiper ul li {
    width: 38%;
  }
  .case .caseSwiper ul li .item .cont {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 26px;
  }
  .case .caseSwiper ul li .item .cont .bt span {
    font-size: 16px;
  }
  .case .caseSwiper ul li .item .cont p {
    display: none;
  }
  .case .caseSwiper ul li.swiper-slide-next,
  .case .caseSwiper ul li.swiper-slide-next + li,
  .case .caseSwiper ul li.swiper-slide-next + li + li {
    width: 31%;
  }
  .case .caseSwiper ul li.swiper-slide-next .item .cont .bt span,
  .case .caseSwiper ul li.swiper-slide-next + li .item .cont .bt span,
  .case .caseSwiper ul li.swiper-slide-next + li + li .item .cont .bt span {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .case {
    padding: 40px 0 30px;
  }
  .case .caseSwiper {
    margin-left: -8px;
    margin-right: -8px;
  }
  .case .caseSwiper ul li {
    padding: 0 8px 18px;
    width: 54%;
  }
  .case .caseSwiper ul li .item .cont {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 0;
  }
  .case .caseSwiper ul li .item .cont .bt span {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
  }
  .case .caseSwiper ul li .item .cont p {
    display: none;
  }
  .case .caseSwiper ul li.swiper-slide-next,
  .case .caseSwiper ul li.swiper-slide-next + li,
  .case .caseSwiper ul li.swiper-slide-next + li + li {
    width: 46%;
  }
  .case .caseSwiper ul li.swiper-slide-next .item .cont,
  .case .caseSwiper ul li.swiper-slide-next + li .item .cont,
  .case .caseSwiper ul li.swiper-slide-next + li + li .item .cont {
    padding-top: 0;
    padding-bottom: 8px;
  }
  .case .caseSwiper ul li.swiper-slide-next .item .cont .bt span,
  .case .caseSwiper ul li.swiper-slide-next + li .item .cont .bt span,
  .case .caseSwiper ul li.swiper-slide-next + li + li .item .cont .bt span {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
  .case .page {
    right: 8px;
    bottom: 18px;
    line-height: 28px;
    font-size: 0;
  }
  .case .page .case-prev {
    cursor: pointer;
    outline: none;
    padding: 0 15px;
    color: #a6a6a6;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .case .page .case-prev::before {
    margin-right: 0;
    font-size: 14px;
  }
  .case .page .case-next {
    cursor: pointer;
    outline: none;
    padding: 0 15px;
    color: #a6a6a6;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .case .page .case-next::after {
    font-size: 14px;
    margin-left: 0;
  }
  .case .page .case-next:hover,
  .case .page .case-next.on {
    background-color: #cc0202;
    color: #fff;
  }
}
.news {
  background-color: #f1f1f1;
  padding: 85px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.news .newsNav {
  display: flex;
  justify-content: space-between;
}
.news .newsNav ul {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news .newsNav ul li {
  margin-left: 30px;
}
.news .newsNav ul li a {
  display: block;
  width: 140px;
  background-color: #ffffff;
  border-radius: 30px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsNav ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #cc0202;
  border-radius: 30px;
  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;
  box-shadow: 2px 3px 4px 0px rgba(37, 37, 37, 0.27);
}
.news .newsNav ul li:hover a,
.news .newsNav ul li.on a {
  background-color: transparent;
  color: #cc0202;
  font-weight: bold;
}
.news .newsNav ul li:hover a::before,
.news .newsNav ul li.on a::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news .newsList {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.news .newsList .list1 {
  width: 57.65%;
}
.news .newsList .list1 ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -12px;
}
.news .newsList .list1 ul li {
  width: 50%;
  padding: 0 12px;
}
.news .newsList .list1 ul li .item {
  padding: 10px 10px 23px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  height: 362px;
}
.news .newsList .list1 ul li .item .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont {
  padding: 22px 8px 0;
}
.news .newsList .list1 ul li .item .cont .num {
  font-size: 90px;
  opacity: 0.1;
  line-height: 62px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
}
.news .newsList .list1 ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 981px) {
  .news .newsList .list1 ul li .item .cont .bt:hover {
    letter-spacing: 0.5px;
  }
}
.news .newsList .list1 ul li .item .cont .tt {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  align-items: center;
}
.news .newsList .list1 ul li .item .cont .tt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #a3a3a3;
  flex: 1;
}
.news .newsList .list1 ul li .item .cont .tt .date {
  border-top: 1px solid #676767;
  padding-top: 22px;
  line-height: 10px;
  font-family: Arial;
  font-size: 14px;
  margin-left: 20px;
}
@media screen and (min-width: 981px) {
  .news .newsList .list1 ul li .item:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .news .newsList .list1 ul li .item:hover .cont .bt {
    color: #cc0202;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.news .newsList .list2 {
  flex: 1;
  margin-left: 24px;
  min-width: 0;
}
.news .newsList .list2 ul {
  display: flex;
  flex-direction: column;
  margin-top: -17px;
  height: 100%;
}
.news .newsList .list2 ul li {
  margin-top: 17px;
  flex: 1;
}
.news .newsList .list2 ul li .item {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px;
  height: 170px;
}
.news .newsList .list2 ul li .item .pic {
  display: block;
  width: 190px;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 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 .list2 ul li .item .cont {
  position: relative;
  padding-right: 70px;
  margin: 0 20px;
  min-width: 0;
  flex: 1;
}
.news .newsList .list2 ul li .item .cont .date {
  color: #666666;
  line-height: 20px;
}
.news .newsList .list2 ul li .item .cont .bt {
  margin-top: 7px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 981px) {
  .news .newsList .list2 ul li .item .cont .bt:hover {
    letter-spacing: 0.5px;
  }
}
.news .newsList .list2 ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 3px;
  color: #666666;
}
.news .newsList .list2 ul li .item .cont .more {
  position: absolute;
  display: block;
  right: 0;
  width: 41px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/newsmore.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 981px) {
  .news .newsList .list2 ul li .item:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .news .newsList .list2 ul li .item:hover .cont .bt {
    color: #cc0202;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 1600px) {
  .news .newsList .list1 {
    width: 58%;
  }
  .news .newsList .list1 ul li .item .pic {
    height: 298px;
  }
  .news .newsList .list2 ul {
    margin-top: -15px;
  }
  .news .newsList .list2 ul li {
    margin-top: 15px;
  }
  .news .newsList .list2 ul li .item {
    height: 150px;
  }
  .news .newsList .list2 ul li .item .pic {
    width: 160px;
  }
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 {
    width: 56%;
  }
  .news .newsList .list1 ul {
    display: block;
  }
  .news .newsList .list1 ul li {
    width: 100%;
    margin-top: 15px;
  }
  .news .newsList .list1 ul li:first-child {
    margin-top: 0;
  }
  .news .newsList .list1 ul li .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
  .news .newsList .list1 ul li .item .pic {
    width: 260px;
    height: 202px;
  }
  .news .newsList .list1 ul li .item .cont {
    flex: 1;
    margin-left: 20px;
    min-width: 0;
    padding: 0;
  }
  .news .newsList .list1 ul li .item .cont .tt {
    margin-top: 20px;
  }
  .news .newsList .list2 ul {
    margin-top: -15px;
  }
  .news .newsList .list2 ul li {
    margin-top: 15px;
  }
  .news .newsList .list2 ul li .item {
    height: 150px;
    padding-right: 0;
  }
  .news .newsList .list2 ul li .item .pic {
    width: 160px;
  }
  .news .newsList .list2 ul li .item .cont {
    padding-right: 0;
  }
  .news .newsList .list2 ul li .item .cont .bt {
    margin-top: 0;
  }
  .news .newsList .list2 ul li .item .cont .more {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .news {
    padding: 60px 0;
  }
  .news .newsNav ul li {
    margin-left: 20px;
  }
  .news .newsNav ul li a {
    width: 120px;
  }
  .news .newsList {
    display: block;
  }
  .news .newsList .list1 {
    width: 100%;
  }
  .news .newsList .list2 {
    margin-left: 0;
  }
  .news .newsList .list2 ul {
    margin-top: 0;
  }
  .news .newsList .list2 ul li {
    margin-top: 15px;
  }
  .news .newsList .list2 ul li .item {
    height: auto;
    padding-right: 0;
    padding: 15px;
  }
  .news .newsList .list2 ul li .item .pic {
    width: 260px;
    height: 202px;
  }
  .news .newsList .list2 ul li .item .cont .bt {
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
  }
  .news .newsList .list2 ul li .item .cont p {
    margin-top: 10px;
    color: #a3a3a3;
  }
}
@media screen and (max-width: 640px) {
  .news {
    padding: 40px 0;
  }
  .news .newsNav {
    display: block;
  }
  .news .newsNav .title {
    text-align: center;
  }
  .news .newsNav ul {
    margin-bottom: 0;
    margin-top: 25px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .news .newsNav ul li {
    margin: 0 10px;
    flex: 1;
  }
  .news .newsNav ul li a {
    width: auto;
    line-height: 36px;
  }
  .news .newsList {
    margin-top: 25px;
  }
  .news .newsList .list1 ul li .item {
    padding: 10px;
  }
  .news .newsList .list1 ul li .item .pic {
    width: 140px;
    height: 110px;
  }
  .news .newsList .list1 ul li .item .cont {
    margin-left: 15px;
  }
  .news .newsList .list1 ul li .item .cont .num {
    display: none;
  }
  .news .newsList .list1 ul li .item .cont .bt {
    margin-top: 0;
    font-size: 16px;
  }
  .news .newsList .list1 ul li .item .cont .date {
    display: none;
  }
  .news .newsList .list1 ul li .item .cont .tt {
    margin-top: 0;
  }
  .news .newsList .list2 ul li {
    margin-top: 15px;
  }
  .news .newsList .list2 ul li .item {
    padding: 10px;
  }
  .news .newsList .list2 ul li .item .pic {
    width: 140px;
    height: 110px;
  }
  .news .newsList .list2 ul li .item .cont {
    padding-right: 0;
    margin-left: 15px;
    margin-right: 0;
  }
  .news .newsList .list2 ul li .item .cont .more {
    display: none;
  }
  .news .newsList .list2 ul li .item .cont .date {
    display: none;
  }
  .news .newsList .list2 ul li .item .cont .bt {
    margin-top: 0;
    font-size: 16px;
  }
  .news .newsList .list2 ul li .item .cont p {
    margin-top: 0;
  }
}
