@charset "utf-8";
body {
  font-family: Robot;
}
.bg_zhu {
  background-color: #CC0001 !important;
}
.bg_2b {
  background-color: #2b2b2b;
}
.bg_f5 {
  background-color: #f5f5f5;
}
.fanye b,
.fanye a:hover,
.fanye .cur {
  background-color: #CC0001 !important;
}
.color_zhu {
  color: #CC0001;
}
.color {
  color: #CC0001;
}
.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;
}
.spacing_5 {
  letter-spacing: 5px;
}
.spacing_10 {
  letter-spacing: 10px;
}
.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: #CC0001 !important;
}
.more span {
  font-style: normal;
}
.more i {
  vertical-align: middle;
  margin-left: 6px;
  transition: all 0.3s;
}
.more:hover i {
  margin-left: 20px;
}
.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 a {
  color: #333;
}
.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: #CC0001;
}
.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;
}
.bgimg {
  position: absolute;
  left: 0%;
  top: 0%;
  bottom: 0;
  right: 0;
  width: 40%;
  /* 转为灰度图 */
  filter: grayscale(100%);
  /* 设置透明度（0-1之间，值越小越透明） */
  opacity: 0.1;
}
.head {
  width: 100%;
}
.head .logo .h1 {
  letter-spacing: 0.7rem;
}
.head .logo_txt p {
  letter-spacing: 2px;
}
.head .Hnav {
  background-color: #25283B;
}
.head .menu li {
  line-height: 55px;
  position: relative;
  width: 100%;
}
.head .menu li:hover > a {
  font-weight: bold;
  color: #CC0001;
  color: #fff;
}
.head .menu li:hover .u2 {
  transform: scaleY(1);
}
.head .menu a {
  display: block;
  color: #fff;
}
.head .menu a.on,
.head .menu a:hover {
  font-weight: bold;
  color: #CC0001;
  color: #fff;
  background-color: #CC0001;
}
.head .menu .u2 {
  position: absolute;
  z-index: 9;
  width: 100%;
  font-size: 0.875rem;
  transform: scaleY(0);
  transition: all 0.3s;
  transform-origin: top;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.head .menu .u2 a {
  display: block;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.9);
}
.head .menu .u2 a:hover {
  color: #CC0001;
  background-color: #eeeeee;
}
.banner .box {
  height: 100vh;
  background-image: linear-gradient(to bottom, #d24b36, #e60020);
}
.banner .box .abtn {
  line-height: 50px;
}
.banner .box .abtn a {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  border-right: 1px solid transparent;
  background-color: #F6AD3A;
}
.banner .box .abtn i {
  padding: 0 15px;
  display: inline-block;
  background-color: #F6AD3A;
}
.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;
  opacity: 1;
  background-color: transparent;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 90px;
  color: #CC0001;
  color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #CC0001;
  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: #CC0001;
  border-radius: 50px;
  transition: all var(--miao);
}
.more2:hover {
  background-color: #fff;
}
.more2:hover .txt {
  right: -50%;
  color: #CC0001;
}
.more2:hover div {
  color: #CC0001;
  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: #CC0001;
}
.keywords {
  line-height: 80px;
}
.keywords a {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  color: #666;
}
.keywords input {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 40px;
  border-radius: 5px;
  width: 70%;
  border: none;
  border-bottom: 2px solid #CC0001;
}
.keywords input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
  background-color: #f8fafc;
}
.keywords i {
  position: absolute;
  right: 1%;
  top: 0;
}
.chanpin {
  overflow: hidden;
  background-color: #f5f5f5;
}
.chanpin .l {
  position: relative;
  background-color: #fff;
  width: 20%;
}
.chanpin .l::after {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 400px;
  background-color: #CC0001;
}
.chanpin .l .tit {
  background-color: #CC0001;
}
.chanpin .l .tit span {
  color: rgba(255, 255, 255, 0.5);
}
.chanpin .l .tit i {
  position: absolute;
  right: 10%;
  top: 10%;
}
.chanpin .l li {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 55px;
}
.chanpin .l li a {
  width: 100%;
  color: #666;
}
.chanpin .l li a:hover,
.chanpin .l li a.on {
  color: #CC0001;
  font-weight: bold;
}
.chanpin .r {
  margin-left: 2%;
  width: 78%;
}
.chanpin .r .ll img {
  height: 405px;
  width: 100%;
  object-fit: cover;
}
.chanpin .r .rr {
  background-color: #C6303C;
}
.chanpin .r .rr a {
  margin-right: 20px;
  display: inline-block;
  width: 5vw;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  border-radius: 10px 0 10px 0;
}
.chanpin .r .rr a:hover {
  color: #fff;
  background-color: #CC0001;
  box-shadow: 0 0 5px 2px #ffffff;
}
.chanpin .r .rr .a2 {
  color: #fff;
  background-color: #333;
}
.chanpin .r .box {
  width: calc(100% / 3);
  margin-right: 2%;
}
.chanpin .r .box:last-child {
  margin-right: 0;
}
.chanpin .r .box:hover h5 a {
  color: #CC0001;
}
.chanpin .r .box .img-210 {
  height: 316px;
}
.chanpin .r .box a {
  display: inline-block;
  margin-top: 10px;
}
.chanpin .r .box a:hover {
  color: #CC0001;
}
.chanpin .r .box .a1 {
  text-align: center;
  line-height: 30px;
  width: 5vw;
  border-radius: 20px;
}
.chanpin .r .box .a2 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding-left: 0 !important;
  padding-inline-start: 5px;
  border-radius: 50%;
}
.chanpin .r .box .a1:hover,
.chanpin .r .box .a2:hover {
  background-color: #CC0001;
  color: #fff;
}
.share_index_tt .tt {
  padding: 0 10px;
  border: 1px dashed;
  border-radius: 25px;
  line-height: 35px;
}
.share_index_tt .a_more {
  width: 89%;
  line-height: 1.8;
  border-bottom: 1px solid #CC0001;
}
.new_p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 15px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.news_toutiao .list .img img {
  width: 100%;
  height: 13vw;
  object-fit: cover;
}
.news_toutiao .list .txt a:hover {
  color: #CC0001;
}
.index_vip {
  background-color: #f7f7f7;
  /* 三排差异化样式 */
}
.index_vip .image-scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-x: hidden;
  position: relative;
}
.index_vip .image-row {
  display: flex;
  gap: 1.5rem;
  will-change: transform;
}
.index_vip .row-1 {
  padding-left: 5rem;
}
.index_vip .row-2 {
  padding-left: 2rem;
}
.index_vip .row-3 {
  padding-left: 7rem;
}
.index_vip .image-item {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 180px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  background-color: #fff;
}
.zixun {
  /* 通用容器样式 - 所有图片共享 */
  /* 通用图片样式 - 所有图片共享 */
}
.zixun .nnav {
  line-height: 50px;
}
.zixun .nnav a {
  display: inline-block;
  margin-right: 15px;
}
.zixun .nnav a.on,
.zixun .nnav a:hover {
  color: #CC0001;
}
.zixun .nnav a.on i,
.zixun .nnav a:hover i {
  display: inline-block;
  /* 明确旋转中心为自身中心 */
  transform-origin: center center;
  /* 应用旋转动画 */
  animation: rotate2 3s linear infinite;
}
.zixun a:hover .tt {
  color: #CC0001;
}
.zixun .tilt-container {
  perspective: 800px;
  /* 3D透视效果 */
  padding: 1rem;
  background-color: #f5f5f5;
}
.zixun .tilt-img {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  transition: transform 0.15s ease-out;
}
@keyframes rotate2 {
  0% {
    /* 旋转时保留位移变换 */
    transform: rotate(0deg);
  }
  100% {
    /* 旋转时保留位移变换 */
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    /* 旋转时保留位移变换 */
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    /* 旋转时保留位移变换 */
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.guanyu {
  background: url(../img/guanyu.jpg) no-repeat center bottom;
}
.guanyu .main hr {
  border-top: 3px solid #CC0001;
  width: 3vw;
  opacity: 1;
}
.guanyu .main .img {
  box-shadow: 20px 20px 3px 3px rgba(0, 0, 0, 0.3);
}
.guanyu .ol img {
  position: absolute;
  left: -10%;
  top: 5%;
  width: 15vw;
  opacity: 0.3;
}
.guanyu .ol .p2 {
  width: 10vw;
  left: -5%;
  top: 60%;
}
.guanyu .ol .p3 {
  left: auto;
  right: -5%;
  width: 10vw;
}
.guanyu .ol .p4 {
  left: auto;
  right: -5%;
  top: 65%;
}
.guanyu li:nth-child(1),
.guanyu li:nth-child(5) {
  width: 15%;
}
.guanyu li:nth-child(2),
.guanyu li:nth-child(4) {
  width: 22%;
}
.guanyu li span {
  letter-spacing: -5px;
  /* 初始位置 */
  transform: translateY(0);
  /* 过渡动画，使移动效果平滑 */
  transition: transform 0.3s ease;
  /* 增加一些样式让span更明显 */
  display: inline-block;
}
.guanyu li:hover span {
  color: #CC0001;
  transform: translateY(-10px);
}
.guanyu .circle::after,
.guanyu .circle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border-radius: 50%;
  background-color: #f3f3f3;
}
.guanyu .circle::before {
  width: 70%;
  height: 70%;
  z-index: 3;
  background-color: #E8E8E8;
}
.guanyu .circle div {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}
.guanyu .circle i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  color: #fff;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.guanyu .circle i:hover {
  color: #CC0001;
}
.guanyu .aa {
  margin: 0 auto;
}
.guanyu .aa i {
  vertical-align: -1px;
}
.guanyu .video {
  position: fixed;
  left: 0;
  top: -900px;
  bottom: 0;
  right: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
}
.guanyu .video.on {
  top: 0px;
  visibility: visible;
}
.guanyu .video div {
  padding: 2.5vw;
  position: absolute;
  left: 33%;
  top: 5vh;
  width: 400px;
  height: 80vh;
  background-color: #fff;
}
.guanyu .video div i {
  position: absolute;
  top: -12px;
  right: 0px;
  z-index: 5;
  transition: all 0.5s;
  cursor: pointer;
  color: #666;
}
.guanyu .video div i:hover {
  color: #CC0001;
  transform: rotate(135deg);
}
.guanyu .video div video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rotate-slow {
  /* 确保旋转围绕元素中心（默认值，但显式设置更清晰） */
  transform-origin: center center;
  /* 定义旋转动画：名称、时长、线性速度、无限循环 */
  animation: rotate 20s linear infinite;
}
@keyframes rotate {
  0% {
    /* 旋转时保留位移变换 */
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    /* 旋转时保留位移变换 */
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.geduan::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #CC0001;
  background-color: rgba(0, 0, 0, 0.6);
  filter: blur(2px);
}
.geduan img {
  height: 200px;
}
.geduan .box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.youshi {
  background-color: #efefef;
}
.youshi .tt div {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  width: calc(100% / 4);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  cursor: pointer;
}
.youshi .tt div.on {
  color: #fff !important;
  background-color: #CC0001;
}
.youshi .tt div.on span,
.youshi .tt div.on small {
  color: #fff;
}
.youshi .tt div.on::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #CC0001 transparent transparent transparent;
}
.youshi .tt div:last-child {
  border: none;
}
.youshi .box {
  display: none !important;
}
.youshi .box.on {
  display: flex !important;
}
.youshi .box .r img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.dingzhi {
  background: url(../img/hzsbg.png) no-repeat center / cover;
}
.dingzhi .yuan {
  position: relative;
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  z-index: 9;
}
.dingzhi .yuan::before {
  content: '';
  position: absolute;
  z-index: 8;
  left: 10%;
  bottom: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #CC0001;
  box-shadow: 0 0 20px 5px rgba(240, 98, 98, 0.4);
}
.dingzhi .yuan::after {
  content: '';
  position: absolute;
  z-index: 8;
  left: 13.5%;
  bottom: 10%;
  width: 73%;
  height: 73%;
  border-radius: 50%;
  background-color: #fff;
}
.dingzhi .yuan ul li {
  position: absolute;
  text-align: center;
  transition: all 0.3s ease;
  width: 260px;
}
.dingzhi .yuan ul li.on i,
.dingzhi .yuan ul li:hover i,
.dingzhi .yuan ul li.on h5,
.dingzhi .yuan ul li:hover h5 {
  color: #CC0001;
}
.dingzhi .yuan ul li:nth-child(1) {
  right: 81%;
  top: 10%;
}
.dingzhi .yuan ul li:nth-child(2) {
  right: 95%;
  top: 40%;
}
.dingzhi .yuan ul li:nth-child(3) {
  right: 89%;
  top: 70%;
}
.dingzhi .yuan ul li:nth-child(4) {
  left: 81%;
  top: 10%;
}
.dingzhi .yuan ul li:nth-child(5) {
  left: 95%;
  top: 40%;
}
.dingzhi .yuan ul li:nth-child(6) {
  left: 89%;
  top: 70%;
  width: 290px;
}
.dingzhi .yuan ul li i {
  display: block;
  /* 使用vw单位，随父元素缩放 */
  margin-bottom: 0.5vw;
  color: rgba(0, 0, 0, 0.1);
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid;
  background-color: #fff;
}
.dingzhi .yuan .tel {
  position: absolute;
  left: 5vw;
  top: 9vw;
  width: 20vw;
  z-index: 99;
}
.dingzhi .yuan .tel a {
  display: inline-block;
  line-height: 40px;
  border: 1px solid #CC0001;
}
.dingzhi .yuan .tel a:hover {
  color: #CC0001;
}
.dingzhi .yuan .picc {
  position: absolute;
  left: -2%;
  bottom: -5%;
  z-index: 100;
}
.lxxx {
  position: relative;
  height: 540px;
}
.lxxx .map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.lxxx .box {
  background: rgba(255, 255, 255, 0.9);
  width: 50%;
  height: 80%;
  border-radius: 10px;
  overflow: hidden;
  padding: 3vw;
}
.lxxx .box hr {
  width: 150px;
  border-top-width: 2px;
  border-top-color: #CC0001;
}
.licheng .l {
  background-image: linear-gradient(to right, #B2B6B7, #E4E6F0);
}
.licheng .l img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
}
.licheng .r {
  background-color: #f6f6f6;
}
.licheng .swiper-slide {
  width: 30%;
}
.licheng .li {
  position: relative;
  padding-bottom: 50px;
}
.licheng .li div {
  position: relative;
  margin-top: 50px;
  padding-top: 30px;
  padding-right: 20px;
}
.licheng .li div::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  background-color: #CC0001;
}
.licheng .li div i {
  position: absolute;
  left: 15%;
  top: 0%;
  z-index: 2;
  color: #CC0001;
  background-color: #f6f6f6;
  border-radius: 50%;
  overflow: hidden;
  /* 明确旋转中心为自身中心 */
  transform-origin: center center;
  /* 应用旋转动画 */
  animation: rotate 3s linear infinite;
}
.foot {
  background-color: #333;
}
.foot .list {
  width: 100%;
  padding-left: 10px;
}
.foot .list p {
  position: relative;
  line-height: 15px;
}
.foot .list p::after {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  display: block;
  width: 5px;
  height: 15px;
  background-color: #fff;
}
.foot .list a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.foot .list a:hover {
  color: #fff;
}
.foot .lxwm a {
  font-size: 18px;
}
.foot .lxwm a:hover {
  text-decoration: underline;
}
.foot .banquan {
  line-height: 50px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  background-color: #222;
}
.foot .banquan p {
  margin-right: 10px;
}
.foot .banquan a {
  color: rgba(255, 255, 255, 0.7);
}
.foot .banquan a:hover {
  color: #fff;
}
.sildebar {
  position: fixed;
  right: 3px;
  bottom: 15%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.sildebar p {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.sildebar p:hover {
  color: #CC0001;
}
.datu::after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.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);
  }
}
@keyframes scaleAnimation {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.mobile {
  display: none;
  background-color: #CC0001;
}
.mobile .menu {
  padding: 10% 10% 0;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #CC0001;
  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;
}
.crumbs {
  line-height: 70px;
  background-color: #f5f5f5;
}
.crumbs .nn a {
  display: inline-block;
  padding-right: 2vw;
}
.crumbs .nn a.on {
  color: #CC0001;
}
.fazhan2 {
  background-color: #f5f5f5;
}
.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;
}
.youshi_us {
  background: url(../img/fazhanbg.jpg) no-repeat center / cover;
}
.youshi_us .box {
  background-color: #fff;
  border-left: 4px solid #CC0001;
}
.youshi_us .box:hover .tt {
  color: #CC0001;
}
.youshi_us .box:hover img {
  right: -40px;
  opacity: 1;
}
.youshi_us .box .tt {
  line-height: 1;
}
.youshi_us .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;
}
.lxwm .tt {
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #CC0001;
}
.honor .top {
  background-color: #f5f5f5;
}
.honor .box {
  width: 33.33%;
  padding: 20px;
}
.honor .box:hover {
  color: #fff;
  background-color: #CC0001;
}
.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: #CC0001;
}
.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;
}
@media (max-width: 992px) {
  .pro-main img {
    max-width: 100% !important;
  }
  .sidebar,
  .keywords,
  .chanpin .l {
    display: none !important;
  }
  .pt-80 {
    padding-top: 20px;
  }
  .chanpin .r {
    width: 100%;
  }
  .chanpin .r > div {
    flex-wrap: wrap;
  }
  .chanpin .r .box {
    width: 32%;
  }
  .chanpin .r .box h5 a {
    font-size: 16px;
  }
  .chanpin .r .box .a1 {
    display: none;
    width: 15vw;
  }
  .chanpin .r .box .txt {
    padding: 10px !important;
  }
  .chanpin .r .box {
    width: 48% !important;
  }
  .chanpin .ll {
    width: 100%;
  }
  .chanpin .ll img {
    height: 200px !important;
  }
  .chanpin .rr {
    padding: 10px !important;
    width: 100%;
  }
  .chanpin .rr a {
    width: 20vw !important;
    margin-right: 10px !important;
    font-size: 12px !important;
  }
  .chanpin .r .box .img-210 {
    height: auto;
  }
  .mobile {
    display: flex;
  }
  .main,
  .dingzhi {
    overflow: hidden;
  }
  .main.mt-5 {
    margin-top: 0px !important;
  }
  .main .more2,
  .main .circle {
    display: none !important;
  }
  .main ul {
    flex-wrap: wrap;
    margin-bottom: 10px !important;
  }
  .main ul li {
    width: 50% !important;
  }
  .main ul li .f80 {
    font-size: 40px;
  }
  .main ul li .f26 {
    font-size: 18px;
  }
  .main ul li .f18 {
    font-size: 16px;
  }
  .geduan {
    display: none;
  }
  .youshi .on h5 {
    font-weight: bold;
  }
  .youshi h5 {
    font-weight: normal;
  }
  .youshi h5 + small {
    display: none;
  }
  .youshi .box .my-4 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .youshi .box .p-5 {
    padding: 1rem !important;
  }
  .youshi .box .l {
    width: 100% !important;
  }
  .youshi .box .r {
    display: none;
  }
  .youshi .box .f30 {
    font-size: 20px !important;
  }
  .youshi .box small {
    font-size: 12px;
  }
  .youshi .box div p {
    font-size: 14px;
  }
  .dingzhi .yuan {
    width: 100%;
    border: none;
    height: auto;
  }
  .dingzhi .yuan::after,
  .dingzhi .yuan::before,
  .dingzhi .yuan .tel,
  .dingzhi .yuan img {
    display: none;
  }
  .dingzhi .yuan ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .dingzhi .yuan ul li {
    position: static;
    width: 49% !important;
    margin-bottom: 10px;
  }
  .dingzhi .yuan ul li:nth-child(2) {
    flex-direction: row-reverse;
    text-align: left !important;
  }
  .dingzhi .yuan ul li:nth-child(5) {
    text-align: right !important;
    flex-direction: row-reverse;
  }
  .dingzhi .yuan ul li:nth-child(2),
  .dingzhi .yuan ul li:nth-child(4),
  .dingzhi .yuan ul li:nth-child(6) {
    margin-left: 1%;
  }
  .dingzhi .yuan ul li:nth-child(2) > div,
  .dingzhi .yuan ul li:nth-child(4) > div,
  .dingzhi .yuan ul li:nth-child(6) > div {
    margin-left: 0 !important;
    padding-right: 0px !important;
    padding-left: 10px !important;
  }
  .dingzhi .yuan ul li > div {
    margin-right: 0 !important;
    padding-right: 10px;
    width: calc(100% - 40px);
  }
  .dingzhi .yuan ul li i {
    width: 40px;
    line-height: 40px;
    height: 40px;
  }
  .dingzhi .yuan ul li h5 {
    font-size: 16px;
  }
  .dingzhi .yuan ul li h5 + p {
    font-size: 12px;
  }
  .licheng .share_tt {
    text-align: center !important;
  }
  .licheng .l {
    display: none;
  }
  .licheng .r {
    width: 100% !important;
  }
  .share_tt p {
    padding: 0 5%;
    font-size: 14px;
  }
  .lxxx {
    height: 420px;
  }
  .lxxx .box {
    width: 100%;
    height: auto;
  }
  .zixun .tilt-img {
    height: 200px;
  }
  .zixun .p-4 {
    padding: 20px !important;
    padding-top: 0 !important;
  }
  .zixun .text_p {
    margin-bottom: 5px !important;
  }
  .zixun .text_2 {
    font-size: 14px;
  }
  .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;
  }
  .banner .butt {
    width: 30px;
    height: 30px;
  }
  .banner .swiper-pagination {
    display: none;
  }
  .foot {
    padding-top: 20px;
  }
  .foot .flogo {
    text-align: center;
  }
  .foot .flogo img {
    width: 150px;
  }
  .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: 180px;
  }
  .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;
  }
}
