@charset "utf-8";
.bg_zhu {
  background-color: #E3161B !important;
}
.bg_2b {
  background-color: #2b2b2b;
}
.bg_f5 {
  background-color: #f5f5f5;
}
.fanye b,
.fanye a:hover,
.fanye .cur {
  background-color: #E3161B !important;
}
.color_zhu {
  color: #E3161B;
}
.color_fu {
  color: #E27A3D;
}
.color_txt {
  color: #dddddd;
}
html {
  font-size: 16px;
}
a {
  text-decoration: none;
}
.ewm img {
  max-width: 120px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1px;
  border-radius: 3px;
}
.more {
  position: relative;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-top: 40px;
  transition: all 0.3s;
  background-color: #333;
  transform: skewX(-15deg);
  border-radius: 5px;
  font-style: normal;
}
.more:hover {
  color: #E3161B !important;
}
.more span {
  font-style: normal;
}
.more i {
  vertical-align: middle;
  margin-left: 6px;
  transition: all 0.3s;
}
.more:hover i {
  margin-left: 20px;
}
body {
  font-family: Montserrat;
}
.share-tit .more {
  position: absolute;
  right: 0;
  top: -25px;
}
.sidebar {
  --width: 80px;
  position: fixed;
  right: calc(var(--width) - var(--width) * 2);
  z-index: 9;
  bottom: 15%;
  transition: all 0.35s;
}
.sidebar ul {
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.5);
}
.sidebar.on {
  right: 0px;
}
.sidebar li {
  position: relative;
  width: var(--width);
  color: #444;
}
.sidebar li:hover .txt {
  visibility: visible;
  transform: translateX(-100%);
}
.sidebar li img {
  max-width: 120px;
}
.sidebar li .icon {
  position: relative;
  z-index: 10;
  height: var(--width);
  cursor: pointer;
  background-color: #fff;
}
.sidebar li .icon:hover {
  color: #fff;
  background-color: #E3161B;
}
.sidebar li .icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 60%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  left: 20%;
}
.sidebar li .txt {
  visibility: hidden;
  position: absolute;
  z-index: 8;
  left: -1px;
  top: 0;
  height: auto;
  width: 150px;
  background-color: #fff;
  text-align: center;
  line-height: var(--width);
  transform: translateX(0%);
  transition: all 0.3s;
}
.head {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 1rem 0;
}
.head .logo .h1 {
  letter-spacing: 0.7rem;
}
.head .menu {
  padding: 10px 0;
}
.head .menu li {
  position: relative;
  width: 100%;
  line-height: 50px;
}
.head .menu li:hover > a {
  font-weight: bold;
}
.head .menu li:hover .u2 {
  transform: scaleY(1);
}
.head .menu a {
  color: #fff;
}
.head .menu .u2 {
  position: absolute;
  z-index: 9;
  width: 100%;
  font-size: 0.875rem;
  transform: scaleY(0);
  transition: all 0.3s;
  transform-origin: top;
}
.head .menu .u2 a {
  display: block;
  line-height: 40px;
  color: #333;
  background-color: #fff;
}
.head .menu .u2 a:hover {
  color: #E3161B;
  background-color: #eeeeee;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide .txt {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(0%, -50%);
}
.banner .butt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.banner .butt::after {
  display: none !important;
}
.banner .butt:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .swiper-pagination {
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination span {
  position: relative;
  display: block;
  padding-right: 30px;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: transparent;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 90px;
  color: #E3161B;
  color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #E3161B;
  background-color: #fff;
  animation: line-right 3s linear;
}
.banner .zi {
  max-width: 650px;
}
.banner .jinbi {
  position: absolute;
  right: 0;
  bottom: 50%;
  max-width: 500px;
  transform: translateY(50%);
}
@keyframes line-right {
  0% {
    width: 0px;
  }
  100% {
    width: 50px;
  }
}
/* <a href="" class="more2 d-flex align-items-center justify-content-between mt-4">
 <span class="f12 txt">查看详情</span>
 <div>
     <span><i class="iconfont icon-xianxing_xiaojiantou_you_pianyouxia"></i></span>
 </div>
 </a>*/
.more2 {
  --miao: 0.5s;
  position: relative;
  padding: 0 1rem;
  width: 10rem;
  line-height: 3rem;
  color: #fff;
  background-color: #E3161B;
  border-radius: 50px;
  transition: all var(--miao);
}
.more2:hover {
  background-color: #fff;
}
.more2:hover .txt {
  right: -50%;
  color: #E3161B;
}
.more2:hover div {
  color: #E3161B;
  right: calc(100% - 2.9rem);
  background-color: #ddd;
}
.more2:hover div span {
  left: -4px;
  background-color: #fff;
}
.more2 .txt {
  position: relative;
  right: -10%;
  transition: all var(--miao);
}
.more2 div {
  position: absolute;
  right: 2px;
  top: 0;
  z-index: 5;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  transition: all var(--miao);
}
.more2 div span {
  position: absolute;
  left: 2px;
  top: 0;
  width: 3rem;
  height: 3rem;
  z-index: 7;
  border-radius: 50%;
  background-color: #E3161B;
}
.guanyu {
  z-index: 2;
}
.guanyu .hh {
  margin-bottom: 20px;
  line-height: 1;
  padding-left: 1rem;
  border-left: 4px solid #E3161B;
}
.guanyu .svg {
  position: absolute;
  left: 0%;
  bottom: 0%;
}
.guanyu video {
  display: none;
  position: absolute;
  bottom: 20%;
  left: -20%;
  right: 0;
  z-index: -1;
  transform: rotate(20deg);
  transform-origin: left;
}
.guanyu .tit::after {
  content: '';
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  width: 30px;
  height: 4px;
  background-color: #E3161B;
}
.guanyu .pic img {
  max-height: 570px;
}
.chanpin {
  background-color: #E3161B;
  background: url(../img/probg.png) no-repeat center bottom;
}
.chanpin li {
  float: left;
  width: 35%;
  height: 900px;
  transform: skewX(-15deg);
}
.chanpin li img {
  height: 100%;
  width: auto;
  object-fit: cover;
  transform: skewX(17deg) translateX(-50%);
}
.chanpin li .p1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.chanpin li .p2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.chanpin li .tit div {
  width: 30px;
  height: 5px;
  background-color: #E3161B;
}
.chanpin .tit,
.chanpin .btn.wrap {
  position: relative;
  z-index: 2;
}
.chanpin #canvas {
  position: absolute;
  left: 0;
  padding-top: 240px;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #E3161B;
}
.chanpin .box {
  padding: 1rem 0;
  cursor: pointer;
  width: 20%;
  transition: all 0.5s;
}
.chanpin .box::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.3s;
}
.chanpin .box.on::after,
.chanpin .box:hover::after {
  opacity: 1;
  bottom: -19px;
}
.chanpin .box.on,
.chanpin .box:hover {
  color: #E3161B !important;
  background-color: rgba(255, 255, 255, 0.9);
}
.chanpin .box small {
  color: rgba(255, 255, 255, 0.5);
}
.chanpin .wrap {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.chanpin .wrap .tit::after {
  content: '';
  margin-top: 20px;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
}
.chanpin .wrap .con_p {
  color: #ffffff;
}
.chanpin .b1 {
  color: #fff !important;
  background-color: #FFA23E !important;
}
.chanpin .b2 {
  color: #E3161B !important;
  background-color: #fff !important;
}
.chanpin2 {
  background: url(../img/probg.jpg);
}
.chanpin2 .waves {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.chanpin2 .pic1,
.chanpin2 .pic {
  position: absolute;
  left: 5%;
  bottom: 5%;
}
.chanpin2 .pic2 {
  left: 82%;
  bottom: -24%;
}
.chanpin2 .box {
  width: 100%;
  padding: 20px;
  transition: all 0.3s;
  background-color: #fff;
}
.chanpin2 .box img {
  filter: grayscale(0%);
  transition: all 0.5s;
}
.chanpin2 .box.on,
.chanpin2 .box:hover {
  color: #fff;
  background-color: #999;
  background-color: #E3161B;
}
.chanpin2 .box.on img,
.chanpin2 .box:hover img {
  filter: grayscale(100%);
}
.chanpin2 .wrap {
  display: none;
  min-height: 500px;
}
.chanpin2 .wrap.on {
  display: block;
}
.chanpin2 .wrap .tit::after {
  content: '';
  display: block;
  margin-top: 1rem;
  width: 40px;
  height: 4px;
  background-color: #E3161B;
}
.chanpin2 .wrap .icon p:hover i,
.chanpin2 .wrap .icon p:hover span {
  color: #E3161B !important;
}
.shuzi .box {
  position: relative;
}
.shuzi .box span {
  font-family: 'Oswald' !important;
}
.shuzi .box::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5%;
  width: 1px;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.1);
}
.shuzi .box:last-child::after {
  display: none;
}
.shuzi .box:hover p,
.shuzi .box:hover span {
  color: #E3161B;
}
.zizhi #thumbs {
  max-height: 450px;
  overflow: hidden;
  padding-right: 4rem;
}
.zizhi #thumbs .swiper-slide-thumb-active p {
  color: #E3161B;
}
.zizhi #thumbs .swiper-pagination {
  width: 50px;
}
.zizhi #thumbs .swiper-pagination span {
  margin-bottom: 10px;
  width: 20px;
  height: 2px;
  transition: all 0.3s;
}
.zizhi #thumbs .swiper-pagination-bullet-active {
  width: 35px !important;
  background-color: #E3161B;
}
.zizhi #thumbs .swiper-slide {
  margin-bottom: 0 !important;
}
.zizhi #thumbs .swiper-slide p {
  padding-left: 20px;
  position: relative;
  line-height: 50px;
  cursor: pointer;
}
.zizhi #thumbs .swiper-slide p::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  width: 10px;
  height: 10px;
  border: 2px solid #E3161B;
  border-radius: 50%;
}
.zizhi #gallery {
  padding-bottom: 50px;
  text-align: center;
}
.zizhi #gallery img {
  max-height: 440px;
  object-fit: contain;
}
.zizhi .circle {
  position: absolute;
  left: 50%;
  bottom: -57%;
  z-index: -1;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgba(215, 9, 24, 0.7);
  animation: spread 3s linear infinite;
  /* 动画名称，持续时间，动画速度曲线和重复次数 */
  transform-style: preserve-3d;
  /* 开启3D效果 */
  transform: translate(-50%, -50%) rotate3d(1, 1, 1, 252deg);
  box-shadow: 0 0 5px 3px rgba(215, 9, 24, 0.9);
}
.zizhi .circle1 {
  transform: translate(-50%, -50%) rotate3d(1, 1, 1, 252deg);
  /* 在X轴和Y轴上倾斜 */
}
.zizhi .circle2 {
  transform: translate(-50%, -50%) scale(0.8) rotate3d(1, 1, 1, 252deg);
  animation-delay: 1s;
  /* 延迟1秒开始动画 */
}
.zizhi .circle3 {
  transform: translate(-50%, -50%) scale(0.6) rotate3d(1, 1, 1, 252deg);
  animation-delay: 2s;
  /* 延迟2秒开始动画 */
}
@keyframes spread {
  0% {
    transform: translate(-50%, -50%) scale(0) rotate3d(1, 1, 1, 252deg);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2) rotate3d(1, 1, 1, 252deg);
    opacity: 0;
  }
}
.tuandui .wrap {
  background: url(../img/teambg.jpg) no-repeat center / cover;
}
.tuandui .wrap .pic img {
  display: none;
  width: 100%;
  height: 575px;
  object-fit: contain;
}
.tuandui .wrap .pic img.on {
  display: block;
}
.tuandui .wrap .top {
  display: none;
}
.tuandui .wrap .top.on {
  display: block;
}
.tuandui .wrap .top .con_p {
  min-height: 190px;
}
.tuandui .wrap .top .name {
  display: block;
  width: 292px;
  padding-left: 20px;
  color: #fff;
  line-height: 50px;
  background: url(../img/tt1.png) no-repeat left center;
  letter-spacing: 10px;
}
.tuandui .wrap .top .bian {
  display: block;
  padding-left: 20px;
  color: #fff;
  line-height: 40px;
  background: url(../img/tt2.png) no-repeat left center;
  letter-spacing: 5px;
}
.tuandui .wrap .top:hover .more {
  color: #fff !important;
}
.tuandui .wrap .bottom li {
  height: 180px;
  cursor: pointer;
}
.tuandui .wrap .bottom li img {
  padding-top: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #dddddd !important;
}
.tuandui .wrap .bottom li:hover p {
  bottom: 0;
}
.tuandui .wrap .bottom p {
  position: absolute;
  left: 0;
  bottom: -50px;
  line-height: 40px;
  width: 100%;
  padding: 0 0.6rem;
  color: #fff;
  transition: all 0.3s;
}
.tuandui .wrap .bottom .zi {
  width: 50px;
  padding: 1rem;
}
.tuandui .wrap .bottom .zi:hover a {
  color: #E3161B;
}
.xinwen .fenlei a {
  line-height: 40px;
  padding: 0 2rem;
  color: #666;
  line-height: 45px;
  transform: skew(-10deg);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.xinwen .fenlei a.on,
.xinwen .fenlei a:hover {
  color: #fff;
  background-color: #E3161B;
}
.xinwen .left:hover p {
  color: #E3161B;
}
.xinwen .left .img {
  height: 335px;
  width: 100%;
  object-fit: cover;
}
.xinwen .left .txt {
  background-color: #ededed;
}
.xinwen .left .txt p {
  padding-bottom: 0.7rem;
  margin-bottom: 0.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.xinwen .right ul {
  padding-left: 2rem;
}
.xinwen .right li {
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.xinwen .right li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.xinwen .right li.on a {
  color: #E3161B;
}
.xinwen .right li.on img {
  width: 15%;
}
.xinwen .right li.on p {
  padding-left: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}
.xinwen .right li img {
  width: 0%;
}
.foot {
  padding-top: 50px;
  background-color: #212121;
  background-color: #eee;
}
.foot .nav_list {
  width: 12%;
}
.foot .nav_list .tit {
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}
.foot .nav_list .tit::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 20%;
  width: 4px;
  height: 60%;
  background-color: #E3161B;
}
.foot .nav_list .tit a {
  font-size: 1rem;
}
.foot .nav_list a,
.foot .nav_list p {
  font-size: 0.875rem;
  line-height: 35px;
  transition: all 0.3s;
}
.foot .nav_list a:hover {
  color: #E3161B;
  text-decoration: underline;
}
.foot .nav_list .color_zhu {
  color: #E3161B;
  font-size: 1.25rem;
}
.foot .add {
  width: 40%;
}
.foot .banquan {
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 17px 0;
}
.datu img {
  object-fit: cover;
  height: 600px;
}
.datu .box {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 20%;
}
.datu .box .i {
  margin-top: 80px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  background: url(../img/jtd-ib.png) center 0 no-repeat;
}
.updown {
  -webkit-animation: updown 2s linear infinite;
  animation: updown 2s linear infinite;
}
@keyframes updown {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, -10px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  75% {
    transform: translate(0px, 10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.crumbs {
  line-height: 70px;
  background-color: #f5f5f5;
}
.crumbs .nn a {
  display: inline-block;
  padding-right: 2vw;
}
.crumbs .nn a.on {
  color: #E3161B;
}
.fazhan2 {
  background: url(../img/fazhanbg.jpg) no-repeat center / cover;
}
.fazhan2 ul li {
  width: 100%;
  padding-left: 50px;
  padding-right: 30px;
  position: relative;
}
.fazhan2 ul li::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 35px;
  z-index: 0;
  width: 5px;
  height: 220px;
  background-image: linear-gradient(#e3161b, rgba(243, 151, 0, 0));
}
.fazhan2 ul li:hover i {
  transform: rotateY(360deg);
}
.fazhan2 ul li i {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  width: 25px;
  height: 25px;
  -webkit-transition: 1s;
  transition: 1s;
  background: url(../img/quan.png) center no-repeat;
}
.fazhan2 .list {
  background: url(../img/rule.png) repeat-x bottom;
}
.fazhan {
  background-color: #f7f7f7;
  --size: 300px;
}
.fazhan .box {
  height: var(--size);
  border-radius: 0 calc(var(--size) / 2) calc(var(--size) / 2) 0;
  border-top: 10px solid #E3161B;
  border-right: 10px solid #E3161B;
  border-bottom: 10px solid #E3161B;
  padding: 10px;
}
.fazhan .box.b2 {
  border: none;
  border-left: 10px solid #E3161B;
  border-bottom: 10px solid #E3161B;
  border-radius: calc(var(--size) / 2) 0 0 calc(var(--size) / 2);
}
.fazhan .box.b2::after {
  content: '';
  position: absolute;
  left: -30px;
  top: calc(var(--size) - 65px);
  z-index: 2;
  width: 165px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
}
.fazhan .list {
  margin-bottom: 20px;
  width: 49%;
  background-color: #fff;
  transition: all 0.5s;
}
.fazhan .list:nth-child(1) {
  margin-right: 1%;
}
.fazhan .list:nth-child(2) i {
  bottom: 101%;
}
.fazhan .list:nth-child(3) {
  margin-right: 1%;
}
.fazhan .list:nth-child(4) i {
  bottom: 101%;
}
.fazhan .list p {
  transition: all 0.5s;
}
.fazhan .list:hover p span,
.fazhan .list.on p span {
  color: #E3161B;
}
.fazhan .list i {
  position: absolute;
  right: 50%;
  z-index: 8;
  bottom: -23%;
  opacity: 1;
  color: #E3161B;
}
@keyframes scaleAnimation {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.youshi .box {
  background-color: #fff;
  border-left: 4px solid #E3161B;
}
.youshi .box:hover .tt {
  color: #E3161B;
}
.youshi .box:hover img {
  right: -40px;
  opacity: 1;
}
.youshi .box .tt {
  line-height: 1;
}
.youshi .box img {
  display: none;
  position: absolute;
  right: 80%;
  bottom: -40px;
  z-index: 2;
  width: 100px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  opacity: 0;
}
.wenhua {
  padding: 5px;
  background-color: #E3161B;
}
.wenhua .swiper-slide {
  margin-right: 5px !important;
  width: 33.333%;
  min-height: 100%;
  height: 330px;
}
.wenhua .sbtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}
.wenhua .sbtn:hover::after {
  transform: scale(1.3);
}
.wenhua .sbtn:hover::before {
  transform: scale(1.6);
  opacity: 0.3;
}
.wenhua .sbtn::after,
.wenhua .sbtn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.35s;
}
.wenhua .bl {
  left: 33.33%;
  transform: translateX(-50%);
}
.wenhua .br {
  right: 33%;
  transform: translateX(50%);
}
.wenhua .list {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  text-align: center;
  position: relative;
  min-height: 100%;
  color: #fff;
}
.wenhua .list i {
  display: inline-block;
  transition: all 0.35s;
}
.honor .top {
  background-color: #f5f5f5;
}
.honor .box {
  width: 33.33%;
  padding: 20px;
}
.honor .box:hover {
  color: #fff;
  background-color: #E3161B;
}
.honor .list {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.honor .list:hover {
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.5);
}
.honor .list:hover p {
  color: #fff;
  background-color: #E3161B;
}
.honor .list p {
  line-height: 50px;
  cursor: pointer;
  background-color: #ddd;
  transition: all 0.35s;
}
.honor .list img {
  width: auto;
  height: 80%;
  height: 350px;
  object-fit: contain;
}
.huikuan .pic {
  position: absolute;
  z-index: -1;
  width: 200px;
  object-fit: contain;
  animation: daxiao 5s linear infinite alternate;
  right: 10px;
  bottom: 5%;
}
@keyframes daxiao {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.1);
  }
}
.share_hk .list {
  margin-bottom: 20px;
}
.share_hk .list p:hover .t1 {
  background-color: rgba(0, 0, 0, 0.1);
}
.share_hk .list p:hover .fz {
  display: inline-block;
}
.share_hk .list .fz {
  color: #E3161B;
  display: none;
  line-height: 1;
  cursor: pointer;
}
.share_hk .list .fz:hover {
  text-decoration: underline;
}
.share_hk .tanchuang {
  position: fixed;
  left: 50%;
  top: 30%;
  display: none;
  transform: translateX(-50%);
  width: 120px;
  line-height: 40px;
  color: green;
  text-align: center;
  background-color: #ecf9e6;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.share_hk .tanchuang.on {
  visibility: visible;
  opacity: 1;
}
.list_news .btn_nav a,
.list_team .btn_nav a,
.list_pro .btn_nav a {
  margin-top: 0;
  position: relative;
  display: inline-block;
  background-color: #fff;
}
.list_news .btn_nav a.on,
.list_team .btn_nav a.on,
.list_pro .btn_nav a.on,
.list_news .btn_nav a:hover,
.list_team .btn_nav a:hover,
.list_pro .btn_nav a:hover {
  color: #fff;
  background-color: #2b2b2b;
}
.list_news .list {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.list_news .list:hover .a {
  color: #E3161B;
}
.list_news .list:hover .a span {
  margin-right: 5px;
  padding-bottom: 5px;
}
.list_news .list:hover h3 {
  color: #E3161B;
}
.list_news .list .img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.list_news .list .line::after {
  content: '';
  display: block;
  margin: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.list_news .list .a {
  position: absolute;
  bottom: 0;
  left: 0%;
}
.list_news .list .a span {
  transition: all 0.3s;
}
.list_news .list .time p::before {
  content: '';
  margin-top: 10px;
  display: block;
  width: 30px;
  height: 4px;
  background-color: #333;
}
.lxwm .tt {
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #E3161B;
}
.list_team .more:hover {
  color: #fff !important;
}
.list_team .toptop .pic {
  padding-top: 1rem;
  background-color: #dddddd;
}
.list_team .toptop .pic img {
  height: 450px;
  width: 100%;
  object-fit: contain;
}
.list_team .list {
  margin-bottom: 30px;
}
.list_team .list:hover .txt h3 {
  color: #E3161B;
}
.list_team .list .img {
  padding-top: 1rem;
  background-color: #dddddd;
}
.list_team .list .img img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.list_team .list .txt {
  background-color: var(--bs-gray-100);
}
.list_team .btnl {
  left: -50px;
}
.list_team .btnr {
  right: -45px;
}
.list_team .btnl,
.list_team .btnr {
  color: #666;
}
.list_team2 .list {
  position: relative;
  margin-bottom: 30px;
}
.list_team2 .list .img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  background-color: #ddd;
}
.list_team2 .list .txt {
  left: 0;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background-color: #E3161B;
}
.bigbox {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.bigbox.on {
  display: flex;
}
.bigbox .con {
  position: relative;
  width: 50%;
  padding: 2%;
  height: auto;
  max-height: 80%;
  background-color: #fff;
}
.bigbox .con img {
  max-height: 400px;
}
.bigbox .con small {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #E3161B;
  transform: rotate(45deg);
  transition: all 0.35s;
  cursor: pointer;
}
.bigbox .con small:hover {
  transform: rotate(0deg);
}
.team_pic {
  padding-top: 1rem;
  background-color: #dddddd;
}
.list_pro .box {
  position: relative;
  margin-bottom: 50px;
}
.list_pro .box:hover::after {
  right: auto;
  left: 0%;
  width: 100%;
}
.list_pro .box::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #E3161B;
  transition: all 0.3s ease-in-out;
}
.list_pro .box .txt .a {
  padding: 0 2vw;
  border-radius: 30px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  background-color: #E3161B;
}
.list_pro .box .txt .a i {
  transition: all 0.3s;
}
.list_pro .box .txt .a:hover i {
  display: inline-block;
  transform: translateX(10px);
}
.list_pro .box .icon p:hover i,
.list_pro .box .icon p:hover span {
  color: #E3161B;
}
.dowload {
  background: url(../img/bg.png) no-repeat center / cover;
}
.dowload .ppic {
  max-width: 320px;
}
.dowload .rrr {
  padding-left: 50px;
}
.dowload .f36 {
  font-size: 36px;
}
.dowload .phone {
  color: #E27A3D;
}
.dowload .phone img {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 2;
  min-width: 90%;
  opacity: 0;
}
.dowload .phone:hover img {
  opacity: 1;
}
.dowload .ewm {
  margin-top: 40px;
}
.dowload .ewm .w-40 {
  margin-right: 100px;
  width: 160px !important;
}
.dowload .ewm .b {
  padding: 10px;
  width: 150px;
  height: 150px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gt-ys {
  --width: 100px;
}
.gt-ys .box {
  padding: 1.5rem;
  background-color: #F2EFEF;
  border-radius: 15px;
}
.gt-ys .box:hover i {
  transform: rotateY(180deg);
  transition: all 0.5s;
}
.gt-ys .box i {
  display: inline-block;
  width: var(--width);
  height: var(--width);
  line-height: var(--width);
  border-radius: 50%;
  color: #fff;
  background-color: #E3161B;
  transition: all 0s;
}
.gentou02 img {
  transition: all 0.3s;
  filter: drop-shadow(0 0 5px #F5DFDF);
}
.gentou02 img:hover {
  transform: scale(1.1);
}
.gentou02 .wrap .list:nth-child(even) {
  background-color: #fffaf9;
}
.mobile {
  display: none;
  background-color: #E3161B;
}
.mobile .menu {
  padding: 10% 10% 0;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #E3161B;
  transition: all 0.35s;
}
.mobile .menu li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile .menu .u2 {
  margin-top: 10px;
}
.mobile .menu .u2 a {
  display: inline-block;
  width: 30%;
  font-size: 14px;
}
.mobile .menu a {
  color: #fff;
}
.mobile .menu.on {
  left: 0;
}
.m-btn {
  z-index: 100;
  position: relative;
}
.m-btn div span {
  background-color: #fff !important;
}
.tousu-tel {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  height: auto;
  width: 100%;
  transition: all 0.35s;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.tousu-tel.on {
  bottom: -200px;
}
.tousu-tel small {
  position: fixed;
  right: 20%;
  bottom: 45px;
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #E3161B;
  color: #fff;
  border-radius: 50%;
  transform: rotate(45deg);
  transition: all 0.35s;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.tousu-tel small.on {
  bottom: -200px;
}
.tousu-tel small:hover {
  color: #E3161B;
  background-color: #fff;
}
@media (max-width: 992px) {
  .sidebar {
    display: none;
  }
  .mobile {
    display: flex;
  }
  .guanyu .pic {
    display: none;
  }
  .guanyu .w-50 {
    width: 100% !important;
  }
  .guanyu .d-flex {
    flex-wrap: wrap;
  }
  .shuzi .box {
    margin-bottom: 10px;
  }
  .py-80 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mt-5 {
    margin-top: 20px !important;
  }
  .py-40 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .more2 {
    margin-left: auto;
    margin-right: auto;
  }
  .chanpin2 .d-flex {
    flex-wrap: wrap;
  }
  .chanpin2 .bbtn {
    width: 100% !important;
    flex-wrap: nowrap !important;
  }
  .chanpin2 .bbtn .box {
    padding: 10px;
    margin-bottom: 1rem !important;
    border-radius: 0 !important;
  }
  .chanpin2 .bbtn .box img {
    width: 50px;
    height: 50px;
  }
  .chanpin2 .bbtn .box p {
    font-size: 16px;
    padding-left: 0 !important;
  }
  .chanpin2 .wrap {
    width: 100%;
    padding: 1rem !important;
    min-height: auto;
  }
  .chanpin2 .wrap .con_p {
    height: 250px;
    overflow: auto;
  }
  .zizhi .xiaotu {
    height: 0;
    overflow: hidden;
  }
  .zizhi #gallery {
    padding-bottom: 20px;
  }
  .zizhi #gallery .swiper-slide {
    text-align: center;
  }
  .tuandui .pic {
    display: none;
  }
  .tuandui .wrap .top {
    display: none !important;
  }
  .tuandui .wrap .bottom ul {
    flex-wrap: wrap;
  }
  .tuandui .wrap .bottom ul .l_btn:nth-child(5) {
    display: none;
  }
  .tuandui .wrap .bottom ul li {
    margin: 1% !important;
    width: 48%;
    height: 210px;
  }
  .tuandui .wrap .bottom ul .zi {
    display: none;
  }
  .xinwen .d-flex {
    flex-wrap: wrap;
  }
  .xinwen .text-start {
    margin-top: 20px;
    width: 100%;
    text-align: center !important;
    margin-bottom: 20px;
  }
  .xinwen .fenlei {
    width: 100%;
    justify-content: center;
  }
  .xinwen .fenlei a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xinwen .left .img {
    height: 200px;
  }
  .xinwen .right ul {
    padding-left: 0 !important;
  }
  .xinwen .right li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xinwen .right li.on p {
    padding-left: 0 !important;
  }
  .xinwen .right li a img {
    display: none !important;
  }
  .xinwen .right li a .w-25 {
    display: none;
  }
  .xinwen .right li a .w-75 {
    width: 100% !important;
  }
  .xinwen .right li a .w-75 .f14 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .foot {
    padding-top: 20px;
  }
  .foot .add {
    width: 100%;
  }
  .banner .zi {
    max-width: 200px;
  }
  .banner .jinbi {
    right: 2%;
    max-width: 140px;
  }
  .datu .box {
    bottom: 15%;
  }
  .datu .box .i {
    margin-top: 40px;
  }
  .datu img {
    height: 240px;
  }
  .crumbs .nn a {
    font-size: 14px;
  }
  .crumbs .aa {
    display: none;
  }
  .wenhua .swiper-slide {
    width: 100%;
  }
  .wenhua .list {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .wenhua .bl {
    left: 10%;
  }
  .wenhua .br {
    right: 10%;
  }
  .fazhan2 ul {
    flex-wrap: wrap;
  }
  .fazhan2 ul li {
    padding-left: 30px;
    padding-right: 5px;
    width: 48%;
    margin: 1% !important;
  }
  .fazhan2 .list {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 30px !important;
  }
  .youshi .mb-5 {
    margin-bottom: 20px !important;
  }
  .list_team .swiper-slide .d-flex {
    flex-wrap: wrap;
  }
  .list_team .swiper-slide .txt,
  .list_team .swiper-slide .pic {
    width: 100%;
  }
  .list_team .swiper-slide .pic img {
    height: 240px;
  }
  .list_team .swiper-slide .txt {
    padding: 10px !important;
  }
  .list_team .swiper-slide .txt .con_p {
    max-height: 140px;
    overflow: auto;
  }
  .list_team .w-20 {
    width: 50%;
  }
  .list_team .w-20 .img img {
    height: 220px !important;
  }
  .list_team .w-20 .txt {
    padding: 1rem !important;
  }
  .list_team .more {
    margin-top: 20px !important;
  }
  .list_team2 .w-20 {
    width: 50%;
  }
  .list_team2 .img img {
    max-height: 230px;
  }
  .list_pro .box {
    flex-wrap: wrap;
  }
  .list_pro .box > div {
    width: 100% !important;
  }
  .list_pro .p-5 {
    padding: 1.2rem !important;
  }
  .list_pro .icon {
    padding: 1rem !important;
  }
  .list_pro .icon span {
    font-size: 14px !important;
  }
  .dowload .pic {
    margin-bottom: 20px;
  }
  .dowload .pic img {
    height: 300px;
  }
  .dowload .rrr {
    padding-left: 0;
  }
  .dowload .ewm {
    text-align: center !important;
    width: 100%;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .dowload .ewm .text-start {
    text-align: center !important;
  }
  .dowload .ewm .w-40 {
    margin-right: 10px !important;
  }
  .dowload .ewm .b {
    width: 130px;
    height: 130px;
    margin-left: 6vw;
    margin-right: 6vw !important;
    margin-bottom: 20px !important;
  }
  .dowload .ewm a {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .dowload .pc1 {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  .dowload .pccc {
    flex-wrap: wrap;
  }
  .list_news .d-flex {
    flex-wrap: wrap;
  }
  .list_news .time,
  .list_news .img,
  .list_news .txt {
    width: 100%;
  }
  .list_news .time {
    display: none;
  }
  .list_news .img {
    margin-bottom: 20px;
  }
  .list_news .img img {
    height: 200px !important;
  }
  .list_news .txt {
    padding-left: 0 !important;
  }
  .list_news .txt .line::after {
    display: none;
  }
  .list_news .txt .my-4 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 14px;
  }
  .list_news .a {
    position: static !important;
    padding-left: 0 !important;
  }
  .lxwm .p-5 {
    padding: 2rem !important;
  }
  .lxwm > .d-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .lxwm .ditu,
  .lxwm .txt {
    width: 100%;
  }
  .page {
    flex-wrap: wrap;
  }
  .page li {
    width: 100%;
    text-align: left !important;
  }
  .gt-ys .w-20 {
    width: 48%;
    margin: 1%;
  }
  .gentou02 .wrap .list:nth-child(even) .row {
    flex-direction: column-reverse;
  }
  .show_news .top {
    margin-top: 20px;
  }
  .pagination {
    display: flex;
  }
}
