@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.topWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .bannerSwiper ul li a {
  display: block;
  width: 100%;
}
.banner .bannerSwiper video {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 500px;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 500px;
  -webkit-transition: all 2.5s ease-out;
  transition: all 2.5s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.banner .bannerSwiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #016aa4 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 8px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #016aa4;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: "Arial Black";
  font-size: 48px;
  line-height: 36px;
}
.title i::first-letter {
  color: #b91d16;
}
.title span {
  display: block;
  margin-top: 25px;
  font-size: 30px;
  font-weight: bold;
}
.moreLink {
  display: block;
  font-size: 16px;
  width: 200px;
  height: 50px;
  background-color: #b91d16;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.moreLink::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  height: 50px;
  width: 35px;
  margin-right: 18px;
  background: url(../images/moreico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(4);
}
.moreLink::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #016aa4;
  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;
}
.moreLink:hover {
  background-color: #fff;
  color: #016aa4;
  box-shadow: 0 10px 10px -5px rgba(1, 106, 164, 0.5);
}
.moreLink:hover::before {
  filter: grayscale(0) brightness(1);
}
.moreLink:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.allLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.titBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.titBox .title {
  flex: 1;
}
.titBox .moreLink {
  margin-bottom: 5px;
  margin-left: 40px;
}
.product {
  position: relative;
  overflow: hidden;
  padding: 130px 0 115px;
  background: url(../images/probg.jpg) center 0 no-repeat;
}
@media screen and (min-width: 1920px) {
  .product {
    background-size: cover;
  }
}
@media screen and (max-width: 1600px) {
  .product {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1320px) {
  .product {
    padding: 80px 0;
  }
}
.product .proNav {
  margin-top: 42px;
}
.product .proNav ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 56px;
  row-gap: 20px;
}
@media screen and (max-width: 1320px) {
  .product .proNav ul {
    column-gap: 50px;
  }
}
.product .proNav ul li a {
  display: block;
  min-width: 145px;
  height: 36px;
  line-height: 34px;
  border-radius: 18px;
  border: solid 1px #333333;
  text-align: center;
  padding: 0 10px;
  font-size: 20px;
  position: relative;
}
.product .proNav ul li.on a {
  border: solid 2px #016aa4;
  font-weight: bold;
  line-height: 32px;
  color: #016aa4;
}
.product .proTabs {
  margin-top: 42px;
}
.product .proSwiper {
  position: relative;
}
.product .proSwiper .swiper-container {
  margin: 0 -25px;
}
.product .proSwiper .swiper-container ul li {
  width: 33.33%;
  float: left;
  padding: 0 25px;
}
.product .proSwiper .swiper-container ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: solid 5px #f6f5f5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper .swiper-container ul li .item .pic i {
  display: block;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.product .proSwiper .swiper-container 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;
}
.product .proSwiper .swiper-container ul li .item .bt {
  margin: 8px 6px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding-right: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper .swiper-container ul li .item .bt:hover {
  letter-spacing: 0.5px;
}
.product .proSwiper .swiper-container ul li .item .bt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background: url(../images/proli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(1);
}
.product .proSwiper .swiper-container ul li .item:hover .pic {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.product .proSwiper .swiper-container ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proSwiper .swiper-container ul li .item:hover .bt {
  color: #b91d16;
}
.product .proSwiper .swiper-container ul li .item:hover .bt::after {
  filter: grayscale(0) brightness(1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product .page .pro-prev {
  position: absolute;
  top: 120px;
  left: -75px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  border: solid 1px #000;
}
.product .page .pro-prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/prol.png) center center no-repeat;
  filter: grayscale(100) brightness(0.6);
}
.product .page .pro-prev:hover {
  border-color: #b91d16;
  background-color: #b91d16;
}
.product .page .pro-prev:hover::before {
  filter: grayscale(100) brightness(4);
}
.product .page .pro-next {
  position: absolute;
  top: 120px;
  right: -75px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  border: solid 1px #000;
}
.product .page .pro-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/pror.png) center center no-repeat;
  filter: grayscale(100) brightness(0.6);
}
.product .page .pro-next:hover {
  border-color: #b91d16;
  background-color: #b91d16;
}
.product .page .pro-next:hover::before {
  filter: grayscale(100) brightness(4);
}
.about {
  padding: 104px 0 140px;
}
@media screen and (max-width: 1320px) {
  .about {
    padding: 80px 0;
  }
}
.about .inContent {
  position: inherit;
}
.about .aboutTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .aboutTit h3 {
  font-weight: bold;
  line-height: 1;
  font-size: 30px;
  background: url(../images/abouttit.png) 0 center no-repeat;
  padding-left: 48px;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}
.about .aboutText {
  width: 450px;
  margin-top: -5px;
}
.about .aboutText .tip {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
}
.about .aboutText .text {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 32px;
  height: 96px;
  font-size: 16px;
  text-align: justify;
  color: #666666;
}
.about .aboutText .number {
  margin-top: 46px;
}
.about .aboutText .number ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 60px;
}
.about .aboutText .number ul li {
  width: 50%;
}
.about .aboutText .number ul li h4 {
  font-family: Impact;
  font-size: 60px;
  line-height: 50px;
}
.about .aboutText .number ul li p {
  line-height: 1;
  font-size: 18px;
  color: #666666;
  margin-top: 15px;
}
.about .video {
  width: 760px;
  /* height: 480px; */
}
.about .video .videoShow {
  width: 100%;
  height: 100% !important;
  /* background: #000; */
}
.about .video iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.about .video video {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.about .video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .video .in {
  position: static;
}
.about .video .out {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 10px;
  width: 280px !important;
  height: auto !important;
}
@media screen and (max-width: 1320px) {
  .about .aboutText {
    width: 420px;
  }
  .about .aboutText .tip {
    font-size: 29px;
    line-height: 42px;
  }
  .about .aboutText .text {
    font-size: 15px;
  }
  .about .aboutText .number {
    margin-top: 46px;
  }
  .about .aboutText .number ul {
    row-gap: 50px;
  }
  .about .aboutText .number ul li h4 {
    font-size: 56px;
    line-height: 48px;
  }
  .about .aboutText .number ul li p {
    font-size: 16px;
  }
  .about .video {
    width: 720px;
    height: 450px;
  }
}
.honors {
  background-color: #fcfcfc;
  padding: 106px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .honors {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1320px) {
  .honors {
    padding: 80px 0;
  }
}
.honors * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.honors .rySwiper {
  width: 96%;
  max-width: 1500px;
  margin: 55px auto 0;
}
@media screen and (max-width: 1320px) {
  .honors .rySwiper {
    width: 1180px;
  }
}
.honors .rySwiper .swiper-container {
  margin-left: -18px;
  margin-right: -18px;
}
.honors .rySwiper ul li {
  width: 25%;
  float: left;
  padding: 0 18px;
}
.honors .rySwiper ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  border: solid 5px #2b1518;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honors .rySwiper ul li .item .pic i {
  display: block;
  width: 100%;
  padding-top: 70.59%;
  position: relative;
  overflow: hidden;
}
.honors .rySwiper ul li .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honors .rySwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 64px;
  line-height: 64px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honors .rySwiper ul li .item .bt:hover {
  letter-spacing: 0.5px;
}
.honors .rySwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.honors .rySwiper ul li .item:hover .bt {
  color: #b91d16;
}
.honors .page {
  display: flex;
  column-gap: 26px;
  margin-bottom: 14px;
}
.honors .page .ry-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  border: solid 1px #000;
}
.honors .page .ry-prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/prol.png) center center no-repeat;
  filter: grayscale(100) brightness(0.6);
}
.honors .page .ry-prev:hover {
  border-color: #b91d16;
  background-color: #b91d16;
}
.honors .page .ry-prev:hover::before {
  filter: grayscale(100) brightness(4);
}
.honors .page .ry-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  border: solid 1px #000;
}
.honors .page .ry-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/pror.png) center center no-repeat;
  filter: grayscale(100) brightness(0.6);
}
.honors .page .ry-next:hover {
  border-color: #b91d16;
  background-color: #b91d16;
}
.honors .page .ry-next:hover::before {
  filter: grayscale(100) brightness(4);
}
.news {
  padding: 118px 0 100px;
  position: relative;
  overflow: hidden;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
@media screen and (min-width: 1920px) {
  .news {
    background-size: cover;
  }
}
@media screen and (max-width: 1600px) {
  .news {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1320px) {
  .news {
    padding: 80px 0;
  }
}
.news * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsSwiper {
  width: 96%;
  max-width: 1500px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1320px) {
  .news .newsSwiper {
    width: 1180px;
  }
}
.news .newsSwiper .swiper-container {
  margin-left: -23px;
  margin-right: -23px;
}
.news .newsSwiper ul li {
  width: 33.33%;
  float: left;
  padding: 0 23px;
}
.news .newsSwiper ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  padding-top: 65.96%;
  position: relative;
  overflow: hidden;
}
.news .newsSwiper ul li .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .cont {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.news .newsSwiper ul li .item .tt {
  width: 85px;
  border-right: 1px solid #dddddd;
  text-align: center;
  padding-top: 14px;
  height: 100px;
}
.news .newsSwiper ul li .item .tt .date {
  line-height: 15px;
  font-family: Impact;
  font-size: 18px;
}
.news .newsSwiper ul li .item .tt .more {
  margin-top: 24px;
  display: block;
  padding-left: 22px;
  padding-right: 30px;
  line-height: 18px;
  font-size: 14px;
  color: #016aa4;
}
.news .newsSwiper ul li .item .tt .more:hover {
  color: #b91d16;
}
.news .newsSwiper ul li .item .box {
  flex: 1;
  min-width: 0;
  margin-left: 22px;
  padding-top: 4px;
}
.news .newsSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .item .bt:hover {
  letter-spacing: 0.6px;
}
.news .newsSwiper ul li .item p {
  margin-top: 2%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #666666;
}
.news .newsSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsSwiper ul li .item:hover .bt {
  color: #016aa4;
}
.news .page {
  display: flex;
  column-gap: 26px;
  margin-bottom: 14px;
  margin-bottom: 6px;
}
.news .page .news-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  border: solid 1px #000;
}
.news .page .news-prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/prol.png) center center no-repeat;
  filter: grayscale(100) brightness(0.6);
}
.news .page .news-prev:hover {
  border-color: #b91d16;
  background-color: #b91d16;
}
.news .page .news-prev:hover::before {
  filter: grayscale(100) brightness(4);
}
.news .page .news-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  border: solid 1px #000;
}
.news .page .news-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/pror.png) center center no-repeat;
  filter: grayscale(100) brightness(0.6);
}
.news .page .news-next:hover {
  border-color: #b91d16;
  background-color: #b91d16;
}
.news .page .news-next:hover::before {
  filter: grayscale(100) brightness(4);
}
.cooperation {
  background: url(../images/hzbg.jpg) center center no-repeat fixed;
  background-size: cover;
  padding: 182px 0 155px;
}
@media screen and (max-width: 1600px) {
  .cooperation {
    padding: 160px 0 140px;
  }
}
@media screen and (max-width: 1320px) {
  .cooperation {
    padding: 140px 0 120px;
  }
}
.cooperation .text {
  color: #fff;
}
.cooperation .text .tip {
  margin-top: 52px;
  font-family: "Microsoft YaHei Light";
  font-size: 24px;
  line-height: 2;
}
.cooperation .text .moreLink {
  margin-top: 78px;
}
.cooperation .text .moreLink::after {
  border-color: #fff;
}
.cooperation .text .moreLink:hover {
  color: #fff;
  background-color: transparent;
}
.cooperation .text .moreLink::before {
  filter: grayscale(100) brightness(4);
}
