.gray_bg {
  background: #F2F4FA;
}

.m_top50 {
  margin-top: 50px;
}

.equipment_detail_qy {
  width: 1200px;
  height: 160px;
  background: #2d374e url(../images/equipment_detail_qy_bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 6px;
  position: relative;
  padding-top: 20px;
}

.equipment_detail_qy .qy {
  width: 100%;
  height: 80px;
  padding: 5px 140px 9px;
  position: relative;
}

.equipment_detail_qy .qy .logo {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  left: 40px;
  top: 0;
  text-align: center;
  line-height: 80px;
  background: rgba(255, 255, 255, 0.2);
}

.equipment_detail_qy .qy .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.equipment_detail_qy .qy .logo span {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  font-size: 24px;
  line-height: 38px;
  color: #DDB179;
  vertical-align: middle;
}

.equipment_detail_qy .qy .tit {
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: -webkit-linear-gradient(right,#fbd7ad ,#E0AB7A);
  background-image: -moz-linear-gradient(right,#fbd7ad ,#E0AB7A);
  background-image: -o-linear-gradient(right,#fbd7ad ,#E0AB7A);
  background-image: linear-gradient(right,#fbd7ad ,#E0AB7A);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}
.equipment_detail_qy .qy .tit a{
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: -webkit-linear-gradient(right,#fbd7ad ,#E0AB7A);
  background-image: -moz-linear-gradient(right,#fbd7ad ,#E0AB7A);
  background-image: -o-linear-gradient(right,#fbd7ad ,#E0AB7A);
  background-image: linear-gradient(right,#fbd7ad ,#E0AB7A);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}
.equipment_detail_qy .qy .tit .img1{
  height: 24px;
  vertical-align: middle;
  margin-left: 3px;
}

.equipment_detail_qy .qy .iconbox {
  width: 100%;
  height: 26px;
  font-size: 14px;
  color: #DDB179;
  line-height: 26px;
  margin-top: 9px;
}

.equipment_detail_qy .qy li {
  padding: 0 15px;
  border-radius: 20px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.2);
}

.equipment_detail_qy .nav {
  width: 100%;
  margin-top: 20px;
}

.equipment_detail_qy .nav li {
  width: 14.28%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-left: 1px solid rgba(242, 244, 250, 0.3);
}

.equipment_detail_qy .nav li:first-child {
  border-left: none;
}

.equipment_detail_qy .nav li a {
  color: #fff;
}

.equipment_detail_qy .nav li a:hover {
  color: #DDB179;
}

.equipment_detail_qy .sjjc {
  position: absolute;
  top: 21px;
  right: 38px;
}

.equipment_detail_qy .sjjc .sj {
  height: 20px;
  position: relative;
  margin-left: 28px;
  cursor: pointer;
}

.equipment_detail_qy .sjjc .sj .pone {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  cursor: pointer;
}

.equipment_detail_qy .sjjc .sj .pone span {
  font-size: 18px;
  float: left;
  margin-right: 8px;
}

.equipment_detail_qy .sjjc .sj .pone:hover {
  color: #DDB179;
}

.equipment_detail_qy .sjjc .sj:hover .box {
  display: block;
}

.equipment_detail_qy .sjjc .sj .box {
  width: 120px;
  height: 140px;
  padding: 10px;
  background: #fff;
  position: absolute;
  bottom: -155px;
  left: 50%;
  margin-left: -60px;
  webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
  display: none;
}

.equipment_detail_qy .sjjc .sj .box p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  text-align: center;
  color: #666;
}

.equipment_detail_qy .sjjc .sj .box img {
  width: 100px;
  height: 100px;
}

.equipment_detail_qy .sjjc .sj .box::before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background: #fff;
  position: absolute;
  top: -8px;
  left: 52px;
  transform: rotate(45deg);
}

.equipment_detail_qy .sjjc .jc {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-left: 28px;
  cursor: pointer;
}

.equipment_detail_qy .sjjc .jc span {
  font-size: 18px;
  float: left;
  margin-right: 8px;
}

.equipment_detail_qy .sjjc .jc:hover {
  color: #DDB179;
}

.equipment_detail_newsb {
  height: 480px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.equipment_detail_newsb_lb {
  width: 400px;
  height: 480px;
  position: relative;
  overflow: hidden;
}

.equipment_detail_newsb_lb .bigbox {
  width: 400px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.equipment_detail_newsb_lb .bigbox video {
  width: 100%;
  height: 100%;
  display: none;
}

.equipment_detail_newsb_lb .bigbox .bfbtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/big_play.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  display: none;
}

.equipment_detail_newsb_lb .bigbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipment_detail_newsb_lb .bigbox.active1 span {
  display: block;
}

.equipment_detail_newsb_lb .bigbox.active2 {
  background-image: none !important;
  background: rgba(0, 0, 0, 0.3);
}

.equipment_detail_newsb_lb .bigbox.active2 span {
  display: none;
}

.equipment_detail_newsb_lb .bigbox.active2 video {
  display: block;
}

.equipment_detail_newsb_lb .bigbox.active2 img {
  display: none;
}
.equipment_detail_newsb_lb .bigbox.sp::before{
  content: '实拍';
  height: 30px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.equipment_detail_newsb_lb .prev,
.equipment_detail_newsb_lb .next {
  width: 32px;
  height: 72px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  line-height: 72px;
  text-align: center;
  cursor: pointer;
}

.equipment_detail_newsb_lb .prev {
  left: 0;
}

.equipment_detail_newsb_lb .next {
  right: 0;
}

.equipment_detail_newsb_lb .list {
  width: 400px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  left: -5px;
  bottom: 0;
}

.equipment_detail_newsb_lb li {
  width: 82px;
  height: 72px;
  padding: 0 5px;
  float: left;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
  position: relative;
}

.equipment_detail_newsb_lb li.active {
  opacity: 1;
}

.equipment_detail_newsb_lb li img,
.equipment_detail_newsb_lb li video {
  width: 100%;
  height: 100%;
}

.equipment_detail_newsb_lb li.active_vid::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/big_play.png) no-repeat center center;
  background-size: 30% auto;
  position: absolute;
  left: 0;
  top: 0;
}
.equipment_detail_newsb_lb li img{
  object-fit: cover;
}

.equipment_detail_newsb_right {
  width: 750px;
  height: 480px;
  position: relative;
}
.equipment_detail_newsb_right .btn_jb,
.equipment_detail_newsb_right .btn_sc{
  line-height: 16px;
  font-size: 14px;
  color: #686D7F;
  margin-top: 20px;
  cursor: pointer;
  margin-left: 40px;
}
.equipment_detail_newsb_right .btn_jb:hover,
.equipment_detail_newsb_right .btn_sc:hover{
  color: #ff6600;
}
.equipment_detail_newsb_right .btn_sc .iconfont{
  margin-right: 3px;
}
.equipment_detail_newsb_right .btn_sc .icon2 {
  display: none;
}

.equipment_detail_newsb_right .btn_sc.active {
  color: #ff6600;
}

.equipment_detail_newsb_right .btn_sc.active .icon1 {
  display: none;
}

.equipment_detail_newsb_right .btn_sc.active .icon2 {
  display: block;
}
.equipment_detail_newsb_right::after{
  content: '';
  width: 712px;
  height: 1px;
  background: #EBEBF0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.equipment_detail_newsb_right .btn_jb{
  position: absolute;
  right: 0;
  bottom: -6px;
  margin: 0;
}


.equipment_detail_newsb_right h1 {
  font-size: 34px;
  color: #060606;
  line-height: 38px;
  margin-top: -2px;
  font-weight: bold;
}

.equipment_detail_newsb_right .sbxx {
  width: 100%;
  height: 168px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 28px;
}

.equipment_detail_newsb_right .sbxx img {
  display: block;
  width: 100%;
}

.equipment_detail_newsb_right .sbxx ul {
  margin-top: 10px;
}

.equipment_detail_newsb_right .sbxx li {
  width: 33.333%;
  height: 78px;
  border-left: 1px solid #F6F6F6;
  padding: 10px 0 0 50px;
}

.equipment_detail_newsb_right .sbxx li:nth-child(1) {
  border: none;
}

.equipment_detail_newsb_right .sbxx li .pone {
  font-size: 16px;
  color: #686D7F;
  line-height: 18px;
}

.equipment_detail_newsb_right .sbxx li .ptwo {
  width: 126px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  line-height: 22px;
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.equipment_detail_newsb_right .ts_yrz {
  font-size: 14px;
  color: #686D7F;
  line-height: 16px;
  margin-top: 15px;
}

.equipment_detail_newsb_right .ts_wrz {
  font-size: 12px;
  color: #686D7F;
  line-height: 16px;
  margin-top: 9px;
}

.equipment_detail_newsb_right .ts_wrz span {
  font-size: 14px;
  color: #394559;
  line-height: 16px;
  float: left;
  margin-right: 6px;
}

.equipment_detail_newsb_right .zxly {
  text-align: center;
  font-size: 18px;
}

.equipment_detail_newsb_right .zxly .btn_zx {
  width: 191px;
  height: 50px;
  border-radius: 4px;
  line-height: 50px;
  margin-right: 40px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}

.equipment_detail_newsb_right .zxly .btn_zx span {
  margin-right: 8px;
  font-weight: normal;
}

.equipment_detail_newsb_right .zxly .btn_ly {
  width: 191px;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 48px;
  cursor: pointer;
  transition: all 0.3s;
  display: none;
}

.equipment_detail_newsb_right .zxly .btn_ly span {
  font-size: 22px;
  margin-right: 8px;
  vertical-align: -2px;
}

.equipment_detail_newsb_right .zxly.yrz {
  margin-top: 28px;
}

.equipment_detail_newsb_right .zxly.yrz .btn_zx {
  background: linear-gradient(92deg, #F5D0A5, #FDE6CD);
  color: #664A33;
}

.equipment_detail_newsb_right .zxly.yrz .btn_zx:hover {
  background: linear-gradient(92deg, #f5b770, #eccdab);
}

.equipment_detail_newsb_right .zxly.yrz .btn_ly {
  border-color: #2B3857;
  color: #2B3857;
}

.equipment_detail_newsb_right .zxly.yrz .btn_ly:hover {
  background: #2B3857;
  color: #fff;
}

.equipment_detail_newsb_right .zxly.wrz {
  margin-top: 28px;
  padding-bottom: 20px;
}

.equipment_detail_newsb_right .zxly.wrz .btn_zx {
  background: linear-gradient(90deg, #1064FF, #4B93FF);
  color: #fff;
}

.equipment_detail_newsb_right .zxly.wrz .btn_zx:hover {
  background: linear-gradient(90deg, #034eda, #5197ff);
}

.equipment_detail_newsb_right .zxly.wrz .btn_ly {
  border-color: #ff6600;
  color: #ff6600;
}

.equipment_detail_newsb_right .zxly.wrz .btn_ly:hover {
  background: #ff6600;
  color: #fff;
}

.equipment_detail_newsb_right .bot {
  padding-top: 8px;
}

.equipment_detail_newsb_right .bot>div {
  margin-top: 15px;
  font-size: 14px;
  color: #686D7F;
  line-height: 16px;
}

.equipment_detail_newsb_right .bot .left {
  width: 56px;
  white-space: nowrap;
  text-align-last: justify;
  margin-right: 28px;
}

.equipment_detail_newsb_right .bot .right {
  margin-right: 20px;
}

.equipment_detail_newsb_right .bot .right span {
  display: block;
  width: 18px;
  height: 16px;
  border: 1px solid #DB9861;
  border-radius: 4px;
  font-size: 12px;
  color: #DB9861;
  text-align: center;
  line-height: 14px;
  float: left;
  margin-right: 7px;
}
.equipment_detail_newsb_right .bot_xunpan{
  width: 100%;
  height: 92px;
  margin-top: 28px;
  position: relative;
}
.equipment_detail_newsb_right .bot_xunpan::before{
  content: '';
  width: 1px;
  height: 100%;
  background: #EBEBF0;
  position: absolute;
  left: 50%;
  top: 0;
}
.equipment_detail_newsb_right .bot_xunpan .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.equipment_detail_newsb_right .bot_xunpan .swiper-slide{
  height: 34px;
}
.equipment_detail_newsb_right .bot_xunpan .item{
  width: 317px;
  height: 34px;
  padding: 8px 0;
  position: relative;
  line-height: 18px;
  font-size: 12px;
  padding-left: 14px;
  float: left;
}
.equipment_detail_newsb_right .bot_xunpan .item:nth-child(2n){
  float: right;
}
.equipment_detail_newsb_right .bot_xunpan .item::before{
  content: '';
  width: 0;
  height: 0;
  border-width: 4px 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #FDA065;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.equipment_detail_newsb_right .bot_xunpan .left{
  color: #60636B;
}
.equipment_detail_newsb_right .bot_xunpan .left img{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #FDA065;
  margin-right: 6px;
}
.equipment_detail_newsb_right .bot_xunpan .right{
  color: #9395A6;
}

.equipment_detail_content_right {
  width: 910px;
  padding-bottom: 50px;
}

.equipment_detail_xgsp {
  width: 100%;
  margin-bottom: 28px;
}

.equipment_detail_xgsp h2 {
  font-size: 18px;
  color: #333333;
  line-height: 20px;
}

.equipment_detail_xgsp ul {
  width: 100%;
  height: 180px;
  background: #fff;
  border-radius: 4px;
  padding: 20px 4px;
  margin-top: 8px;
}

.equipment_detail_xgsp li {
  width: 120px;
  margin-left: 26px;
}

.equipment_detail_xgsp li .imgbox {
  width: 120px;
  height: 120px;
  display: block;
  position: relative;
}

.equipment_detail_xgsp li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipment_detail_xgsp li .imgbox.vid::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.equipment_detail_xgsp li .imgbox.vid::after {
  content: '\e63b';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-family: iconfont;
  line-height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.equipment_detail_xgsp li .tit {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #060606;
  line-height: 24px;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.equipment_detail_xgsp li:hover .tit {
  color: #1064FF;
}

.equipment_detail_cjlxr {
  width: 100%;
  margin-bottom: 40px;
}

.equipment_detail_cjlxr h2 {
  font-size: 18px;
  color: #333333;
  line-height: 20px;
}

.equipment_detail_cjlxr .main {
  width: 910px;
  height: 100px;
  background: url(../images/equipment_detail_cjlxr_bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 6px;
  margin-top: 8px;
  padding: 19px 30px 17px;
}

.equipment_detail_cjlxr .main .imgbox {
  width: 64px;
  height: 64px;
  position: relative;
  border-radius: 6px;
  background: linear-gradient(0deg, #E6C17F, #C78747);
  padding: 2px;
  cursor: pointer;
}

.equipment_detail_cjlxr .main .imgbox img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.equipment_detail_cjlxr .main .imgbox::before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 6px;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #fff;
}

.equipment_detail_cjlxr .box {
  width: 500px;
  margin-left: 30px;
  cursor: pointer;
}

.equipment_detail_cjlxr .box .name {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  margin-top: -1px;
}

.equipment_detail_cjlxr .box .name span {
  display: inline-block;
  font-size: 12px;
  color: #23BA00;
  vertical-align: middle;
  margin-left: 4px;
}

.equipment_detail_cjlxr .box .name span::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #23BA00;
  border-radius: 50%;
  float: left;
  margin: 8px 3px 0 0;
}

.equipment_detail_cjlxr .box .rzzw {
  margin-top: 2px;
}

.equipment_detail_cjlxr .box .rzzw .icon1 {
  height: 18px;
  float: left;
  margin: 1px 6px 0 0;
}

.equipment_detail_cjlxr .box .rzzw .icon2 {
  height: 20px;
  padding: 0 10px;
  background: linear-gradient(92deg, #FDF6E7, #F8E4BA, #EECC7F);
  border-radius: 9px;
  display: inline-block;
  font-size: 12px;
  color: #724617;
  line-height: 20px;
}


.equipment_detail_cjlxr .box .gs {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-top: 4px;
}

.equipment_detail_cjlxr .box .zw {
  display: block;
  height: 19px;
  padding: 0 10px;
  background: linear-gradient(92deg, #FDF6E7, #F8E4BA, #EECC7F);
  border-radius: 11px;
  font-size: 14px;
  line-height: 19px;
  color: #9B5E26;
  text-align: center;
  margin-right: 10px;
}

.equipment_detail_cjlxr .right .btn_dh {
  width: 90px;
  height: 34px;
  background: #1064FF;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}

.equipment_detail_cjlxr .right .hysj {
  font-size: 14px;
  color: #EDECEC;
  line-height: 18px;
  margin-top: 6px;
  text-align: right;
}

.equipment_detail_khxc{
  width: 100%;
  margin-bottom: 40px;
}
.equipment_detail_khxc h2{
  font-size: 18px;
  color: #333333;
  line-height: 20px;
}
.equipment_detail_khxc h2 .more{
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 16px;
  padding-top: 4px;
}
.equipment_detail_khxc h2 .more .iconfont{
  font-size: 14px;
  float: right;
}
.equipment_detail_khxc h2 .more:hover{
  color: #1064FF;
}
.equipment_detail_khxc .list{
  width: 910px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 8px;
  padding: 16px 30px 11px;
}
.equipment_detail_khxc .list .box{
  width: 200px;
  margin-right: 16px;
}
.equipment_detail_khxc .list .box:last-child{
  margin-right: 0;
}
.equipment_detail_khxc .list .box .imgbox{
  display: block;
  width: 200px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.equipment_detail_khxc .list .box .imgbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.equipment_detail_khxc .list .box .imgbox.vid::before{
  content: '\e63b';
  width: 33px;
  height: 33px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  font-family: iconfont;
  text-align: center;
  line-height: 33px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
}
.equipment_detail_khxc .list .box .tit{
  display: block;
  font-size: 14px;
  color: #060606;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  text-align: center;
}
.equipment_detail_khxc .list .box .tit:hover{
  color: #1064FF;
}


.equipment_detail_ggxq {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding-bottom: 25px;
  position: relative;
}

.equipment_detail_ggxq .biaoti {
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #578DF8;
  border-top-left-radius: 4px;
  overflow: hidden;
}

.equipment_detail_ggxq .biaoti p {
  width: 130px;
  height: 50px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color: #333333;
  cursor: pointer;
}
.equipment_detail_ggxq .biaoti p:hover{
  color: #1064FF;
}
.equipment_detail_ggxq .biaoti p.active {
  background: linear-gradient(90deg, #1064FF, #4B93FF);
  color: #FEFEFE;
}

.equipment_detail_ggxq .equipment_detail_mlj {
  width: 80px;
  background: #578DF8;
  border-radius: 0 6px 6px 0;
  position: fixed;
  top: 160px;
  left: 50%;
  padding: 15px 0;
  margin-left: 600px;
  display: none;
}

.equipment_detail_ggxq .equipment_detail_mlj li {
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
  position: relative;
  line-height: 44px;
  cursor: pointer;
}

.equipment_detail_ggxq .equipment_detail_mlj li.active {
  font-weight: bold;
}

.equipment_detail_ggxq .equipment_detail_mlj li.active::after {
  content: '';
  width: 25px;
  height: 31px;
  border-radius: 50%;
  background: url(../images/equipment_detail_mlj_bg1.jpg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -16px;
}

.equipment_detail_ggxq .equipment_detail_mlj li:hover {
  font-weight: bold;
}

.equipment_detail_ggxq .canshu {
  width: 850px;
  margin: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #F2F4FA;
  position: relative;
}

.equipment_detail_ggxq .canshu .box {
  width: 240px;
  margin: 25px 65px 0 0;
  font-size: 14px;
  line-height: 24px;
}

.equipment_detail_ggxq .canshu .box:nth-child(3n) {
  margin-right: 0;
}

.equipment_detail_ggxq .canshu .box .name {
  width: 105px;
  color: #999;
}

.equipment_detail_ggxq .canshu .box .cs {
  width: 135px;
  float: right;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.equipment_detail_ggxq .canshu .box:nth-child(n + 7){
  display: none;
}
.equipment_detail_ggxq .canshu .more{
  padding: 0 5px 0 8px;
  background: #fff;
  font-size: 14px;
  color: #1064FF;
  line-height: 24px;
  position: absolute;
  right: -5px;
  bottom: -12px;
  cursor: pointer;
}
.equipment_detail_ggxq .canshu .more:hover{
  text-decoration: underline;
}
.equipment_detail_ggxq .canshu .more span{
  font-size: 14px;
  float: right;
}

.equipment_detail_ggxq .xq {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  padding: 30px;
}

.equipment_detail_ggxq .xq img {
  width: 750px !important;
  height: auto !important;
  display: block;
}
.equipment_detail_ggxq .xq video {
  width: 750px !important;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}
/* .equipment_detail_ggxq .xq br {
  display: none !important;
} */
.equipment_detail_ggxq .xq p {
  max-width: 743px;
  margin: 0 auto 20px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

.equipment_detail_ggxq .xq br {
  display: none!important;
}

.equipment_detail_ggxq .xq h2,.equipment_detail_ggxq .xq h1 {
  font-size: 24px!important;
  font-family: PingFang SC;
  font-weight: 600;
  color: #030623;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 6px solid #F1F4F9;
  padding-top: 20px;
  margin-bottom: 20px;
}

.equipment_detail_ggxq .xq h2::after {
  display: block;
  content: '';
  position: absolute;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  width: 12px;
  height: 6px;
  background: #F1F4F9;
  bottom: -6px;
  left: 6px;
}

.equipment_detail_ggxq .xq h3 {
  width: 743px;
  margin: 0 auto 20px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #030623;
  margin-bottom: 8px;
}

.equipment_detail_ggxq .xq h4 {
  width: 743px;
  margin: 0 auto 20px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #030623;
  margin-bottom: 8px;
}

.equipment_detail_ggxq .xq h5 {
  width: 743px;
  margin: 0 auto 20px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #030623;
  margin-bottom: 8px;
}

.equipment_detail_ggxq .xq table {
  width: 743px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 auto 30px;
}

.equipment_detail_ggxq .xq table td {
  border: 1px solid #ccc;
  padding: 0 5px;
}

.equipment_detail_ggxq .xqtsone {
  width: 750px;
  height: 130px;
  display: block;
  margin: 0 auto 10px;
}

.equipment_detail_ggxq .xqtstwo {
  width: 750px;
  display: block;
  margin: 0 auto 30px;
}

.equipment_detail_ggxq .xqtstwo p {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #686D7F;
  line-height: 22px;
}

.equipment_detail_ggxq .xqtstwo span {
  margin-right: 10px;
  vertical-align: middle;
}

.equipment_detail_ggxq .xqtstwo p:last-of-type {
  padding-left: 26px;
}

.equipment_detail_ggxq .qyjj{
  width: 750px;
  padding: 20px 0 28px 20px;
  margin: 0 auto 16px;
  background: #F8F9FC;
}
.equipment_detail_ggxq .qyjj .tit{
  display: block;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  font-weight: bold;
}
.equipment_detail_ggxq .qyjj .box{
  height: 180px;
  margin-top: 15px;
}
.equipment_detail_ggxq .qyjj .img1{
  width: 258px;
  height: 180px;
  margin-right: 20px;
}
.equipment_detail_ggxq .qyjj .qy_name{
  width: 430px;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-top: -4px;
}
.equipment_detail_ggxq .qyjj .p_text{
  width: 430px;
  max-height: 96px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 8px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4px;
  overflow: hidden;
}
.equipment_detail_ggxq .qyjj .more{
  width: 90px;
  height: 30px;
  border: 1px solid #1064FF;
  border-radius: 4px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #1064FF;
  line-height: 28px;
  cursor: pointer;
  margin-top: 19px;
}
.equipment_detail_ggxq .qyjj .more .iconfont{
  display: inline-block;
}
.equipment_detail_ggxq .qyjj .more:hover{
  background: #1064FF;
  color: #fff;
}
.equipment_detail_ggxq .tab_cs{
  width: 850px;
  border-collapse: collapse;
  margin: 30px auto 10px;
  display: none;
}
.equipment_detail_ggxq .tab_cs tr{
  padding: 10px 0;
  border: 1px solid #EEF1F6;
  border-bottom: none;
  font-size: 14px;
}
.equipment_detail_ggxq .tab_cs tr:nth-child(2n+1){
  background: #F7FAFF;
}
.equipment_detail_ggxq .tab_cs tr:last-child{
  border-bottom: 1px solid #EEF1F6;
}
.equipment_detail_ggxq .tab_cs td:nth-child(1){
  width: 303px;
  height: 38px;
  padding-right: 14px;
  text-align: center;
  color: #686D7F;
}
.equipment_detail_ggxq .tab_cs td:nth-child(2){
  width: calc(100% - 303px);
  height: 38px;
  color: #333333;
}
.equipment_detail_ggxq .tab_xclc{
  width: 850px;
  margin: 23px auto;
  display: none;
}
.equipment_detail_ggxq .scxlc strong{
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}
.equipment_detail_ggxq .scxlc .p_text{
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 10px;
}
.equipment_detail_ggxq .scxlc .imglist{
  width: 100%;
  margin-top: 13px;
}
.equipment_detail_ggxq .scxlc .imglist img{
  width: 200px;
  height: 150px;
  margin-right: 16px;
  cursor: pointer;
  object-fit: cover;
}
.equipment_detail_ggxq .scxlc .imglist img:last-child{
  margin-right: 0;
}
.equipment_detail_ggxq .khxc{
  margin-top: 35px;
}
.equipment_detail_ggxq .khxc strong{
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}
.equipment_detail_ggxq .khxc .list{
  width: 100%;
}
.equipment_detail_ggxq .khxc .box{
  width: 200px;
  margin-top: 20px;
  margin-right: 16px;
}
.equipment_detail_ggxq .khxc .box:nth-child(4n){
  margin-right: 0;
}
.equipment_detail_ggxq .khxc .box .imgbox{
  display: block;
  width: 200px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.equipment_detail_ggxq .khxc .box .imgbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.equipment_detail_ggxq .khxc .box .imgbox::before{
  content: '\e63b';
  width: 33px;
  height: 33px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: iconfont;
  line-height: 33px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
}
.equipment_detail_ggxq .khxc .box .tit{
  display: block;
  font-size: 14px;
  color: #060606;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  text-align: center;
}
.equipment_detail_ggxq .khxc .box .tit:hover{
  color: #1064FF;
}


.equipment_detail_liuyan {
  width: 100%;
  margin-top: 50px;
}

.equipment_detail_liuyan h2 {
  font-size: 24px;
  color: #333;
  line-height: 26px;
  padding-left: 10px;
  font-weight: bold;
  border-left: 6px solid #1064FF;
}

.equipment_detail_liuyan .main {
  display: block;
  width: 100%;
  height: 410px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 20px;
  padding: 48px 89px;
}

.equipment_detail_liuyan .box {
  width: 340px;
}

.equipment_detail_liuyan .box .tit {
  font-size: 18px;
  color: #333333;
  line-height: 20px;
}

.equipment_detail_liuyan .box .tit span {
  color: #FF0000;
}

.equipment_detail_liuyan .box input {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  border-bottom: 1px solid #DCDEE2;
  padding: 0 10px;
  font-size: 14px;
  color: #555;
}

.equipment_detail_liuyan .box_bcms {
  width: 100%;
  margin-top: 38px;
}

.equipment_detail_liuyan .box_bcms textarea {
  width: 100%;
  height: 75px;
  padding: 0 10px 10px;
  margin-top: 18px;
  border: none;
  border-bottom: 1px solid #DCDEE2;
  font-size: 14px;
  line-height: 24px;
  color: #555;
}

.equipment_detail_liuyan .btn_tj {
  display: block;
  width: 340px;
  height: 50px;
  background: #156CFD;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 40px 0 0 196px;
  cursor: pointer;
}

.equipment_detail_liuyan .btn_tj:hover {
  background: #0059ff;
}

.equipment_detail_wdll {
  width: 100%;
  margin: 50px auto;
  background: #fff;
  padding-bottom: 24px;
  position: relative;
}

.equipment_detail_wdll .biaoti {
  border-bottom: 2px solid #578DF8;
}

.equipment_detail_wdll .biaoti h2 {
  width: 130px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  background: #578DF8;
  color: #FEFEFE;
  border-top-left-radius: 4px;
  text-align: center;
  font-weight: normal;
}

.equipment_detail_wdll .swiper-container {
  width: 100%;
  margin-top: 30px;
  padding: 0 35px;
}

.equipment_detail_wdll .swiper-container::before {
  content: '';
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}

.equipment_detail_wdll .swiper-container::after {
  content: '';
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 2;
}

.equipment_detail_wdll .swiper-slide {
  padding: 0 5px;
}

.equipment_detail_wdll .swiper-slide .imgbox {
  width: 158px;
  height: 158px;
  display: block;
  margin: auto;
  position: relative;
}

.equipment_detail_wdll .swiper-slide .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipment_detail_wdll .swiper-slide .imgbox.vid::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.equipment_detail_wdll .swiper-slide .imgbox.vid::after {
  content: '\e63b';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-family: iconfont;
  line-height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.equipment_detail_wdll .swiper-slide .tit {
  display: block;
  width: 158px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.equipment_detail_wdll .swiper-slide:hover .tit {
  color: #1064FF;
}

.equipment_detail_wdll .swiper-button-next,
.equipment_detail_wdll .swiper-button-prev {
  width: 23px;
  height: 50px;
  transition: all 0.5s;
  margin-top: -25px;
}

.equipment_detail_wdll .swiper-button-prev {
  background: url(../images/ab_icon_arrowl.png) no-repeat;
  background-size: cover;
  left: 0;
}

.equipment_detail_wdll .swiper-button-next {
  background: url(../images/ab_icon_arrowr.png) no-repeat;
  background-size: cover;
  right: 0;
}

/* 猜你喜欢 */
.equipment_detail_you_like{
  background: transparent;
  padding-bottom: 0;
}
.equipment_detail_you_like h2{
  font-size: 24px;
  color: #333;
  line-height: 26px;
  padding-left: 10px;
  font-weight: bold;
  border-left: 6px solid #1064FF;
}
.equipment_detail_you_like .swiper-container{
  padding: 24px 35px;
  margin-top: 20px;
  background: #fff;
}
.equipment_detail_you_like .swiper-container .swiper-slide{
  padding-top: 24px;
}

.equipment_detail_content_left {
  width: 260px;
  padding-bottom: 50px;
}

.equipment_detail_gsjj {
  width: 100%;
  background: url(../images/equipment_detail_gsjj_bg.jpg) no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  padding: 15px 14px 20px;
  margin-bottom: 30px;
}

.equipment_detail_gsjj .name {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  text-align: center;
}

.equipment_detail_gsjj .icon_one {
  margin-top: 6px;
  text-align: center;
  margin-bottom: 28px;
}

.equipment_detail_gsjj .icon_one img {
  height: 24px;
  margin: 0 4px;
}

.equipment_detail_gsjj .icon_one span {
  display: inline-block;
  width: 69px;
  height: 24px;
  margin: 0 4px;
  background: rgba(239, 206, 133, 0.5);
  border-radius: 12px;
  font-size: 12px;
  color: #BB6720;
  text-align: center;
  line-height: 24px;
}

.equipment_detail_gsjj .qyxx {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}

.equipment_detail_gsjj .qyxx .left {
  width: 78px;
  color: #666666;
}

.equipment_detail_gsjj .qyxx .right {
  width: calc(100% - 78px);
  color: #333333;
}

.equipment_detail_gsjj .qyxx .tel_more {
  color: #1064FF;
  cursor: pointer;
}

.equipment_detail_gsjj .qyxx .tel_more:hover {
  text-decoration: underline;
}

.equipment_detail_gsjj .qyxx .tel_more_list {
  width: 160px;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 2px 25px 1px rgba(91, 66, 3, 0.08);
  border-radius: 6px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
  display: none;
}

.equipment_detail_gsjj .qyxx .tel_more_list li {
  width: 100%;
  height: 30px;
  background: #E6EDFA;
  border-radius: 4px;
  padding-left: 8px;
  font-size: 14px;
  color: #1064FF;
  line-height: 30px;
  margin-top: 6px;
}

.equipment_detail_gsjj .qyxx .tel_more_list li:nth-child(1) {
  margin-top: 0;
}

.equipment_detail_gsjj .qyxx .tel_more_list li::before {
  content: '\e764';
  font-size: 14px;
  float: left;
  margin-right: 4px;
  font-family: iconfont;
}

.equipment_detail_gsjj .map_box {
  width: 100%;
  height: 130px;
  border-radius: 4px;
  margin-top: 16px;
  border: 1px solid #EECD80;
}

.equipment_detail_gsjj .btnbox {
  width: 100%;
  height: 34px;
  margin-top: 20px;
  text-align: center;
}

.equipment_detail_gsjj .btnbox .btn_gz {
  width: 110px;
  height: 34px;
  background: linear-gradient(90deg, #1064FF, #4B93FF);
  border-radius: 4px;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  cursor: pointer;
}

.equipment_detail_gsjj .btnbox .btn_gz:hover {
  background: linear-gradient(90deg, #4B93FF, #1064FF);
}

.equipment_detail_gsjj .btnbox .btn_more {
  width: 110px;
  height: 34px;
  background: #FEEFE8;
  border: 1px solid #FF6600;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  color: #ff6600;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}

.equipment_detail_gsjj .btnbox .btn_more:hover {
  background: #ff6600;
  color: #fff;
}

.equipment_detail_gsjj .tel_tc {
  width: 400px;
  height: 400px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -200px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #999;
  z-index: 9999;
  display: none;
}

.equipment_detail_gsjj .tel_tc .tit {
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
  color: #555;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}

.equipment_detail_gsjj .tel_tc .close {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 18px;
  color: #1064FF;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.equipment_detail_gsjj .tel_tc ul {
  padding: 10px 15px;
  font-size: 14px;
  color: #555;
  line-height: 30px;
}

.equipment_detail_zxry {
  width: 100%;
  margin-bottom: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 15px 14px 10px;
}

.equipment_detail_zxry .biaoti {
  width: 100%;
  height: 28px;
  position: relative;
  text-align: center;
}

.equipment_detail_zxry .biaoti strong {
  width: 146px;
  display: inline-block;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.equipment_detail_zxry .biaoti::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #F2F4FA;
  position: absolute;
  left: 0;
  top: 50%;
}

.equipment_detail_zxry .list {
  margin-top: 15px;
}

.equipment_detail_zxry .box {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #F2F4FA;
}
.equipment_detail_zxry .box:first-child{
  padding-top: 0;
}
.equipment_detail_zxry .box:last-child {
  border: none;
}

.equipment_detail_zxry .box .imgbox {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #D09757;
  cursor: pointer;
}

.equipment_detail_zxry .box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.equipment_detail_zxry .box .imgbox::before {
  content: '';
  width: 14px;
  height: 18px;
  background: url(../images/ah_shop.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -7px;
}

.equipment_detail_zxry .box .box_one {
  width: 105px;
  margin-left: 5px;
  margin-top: -3px;
  cursor: pointer;
  padding-top: 20px;
}
.equipment_detail_zxry .box .box_one.no_postion_and_vip{
  padding-top: 10px;
}
.equipment_detail_zxry .box .box_one .pone {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 20px;
}

.equipment_detail_zxry .box .box_one .pone span {
  display: inline-block;
  font-size: 12px;
  color: #23BA00;
  vertical-align: middle;
  margin-left: 4px;
}

.equipment_detail_zxry .box .box_one .pone span::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #23BA00;
  border-radius: 50%;
  float: left;
  margin: 8px 3px 0 0;
}

.equipment_detail_zxry .box .box_one .ptwo {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  margin-top: 6px;
}

.equipment_detail_zxry .box .box_one .pthree {
  height: 16px;
  line-height: 16px;
  margin-top: 2px;
}

.equipment_detail_zxry .box .box_one .pthree .icon1 {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.equipment_detail_zxry .box .box_one .pthree span {
  height: 16px;
  background: #F2F4FA;
  display: inline-block;
  padding: 0 2px;
  font-size: 12px;
  color: #1064FF;
  line-height: 16px;
  vertical-align: middle;
}

.equipment_detail_zxry .box .btn_dh {
  width: 70px;
  height: 30px;
  background: #FEEFE8;
  border: 1px solid #FF6600;
  border-radius: 4px;
  transition: all 0.3s;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  color: #ff6600;
  margin-top: 13px;
  cursor: pointer;
}

.equipment_detail_zxry .box .btn_dh:hover {
  background: #ff6600;
  color: #fff;
}

.equipment_detail_zxry .more {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  border-top: 1px solid #F2F4FA;
}

.equipment_detail_zxry .more:hover {
  color: #1064FF;
}

.equipment_detail_wntj {
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 4px;
  padding: 15px 14px 30px;
}

.equipment_detail_wntj .biaoti {
  width: 100%;
  height: 28px;
  position: relative;
  text-align: center;
  margin-bottom: -5px;
}

.equipment_detail_wntj .biaoti strong {
  width: 146px;
  display: inline-block;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.equipment_detail_wntj .biaoti::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #F2F4FA;
  position: absolute;
  left: 0;
  top: 50%;
}

.equipment_detail_wntj .list {
  width: 100%;
  margin: auto;
  padding-top: 10px;
}

.equipment_detail_wntj .list .box {
  width: 100%;
  height: 90px;
  margin-top: 20px;
  zoom: 1;
}
.equipment_detail_wntj .list .box:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.equipment_detail_wntj .list .imgbox {
  width: 90px;
  height: 90px;
  display: block;
  position: relative;
  float: left;
}

.equipment_detail_wntj .list .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipment_detail_wntj .list .imgbox.vid::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.equipment_detail_wntj .list .imgbox.vid::after {
  content: '\e63b';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-family: iconfont;
  line-height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.equipment_detail_wntj .list .info_warp{
  display: block;
  max-width: 130px;
}
.equipment_detail_wntj .list .tit {
  width: 130px;
  display: block;
  font-size: 14px;
  color: #060606;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.equipment_detail_wntj .list .box .tit:hover {
  color: #1064FF;
}

.equipment_detail_wntj .list .cs {
  width: 130px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  margin-top: 5px;
}

.equipment_detail_wntj .list .cs i {
  font-size: 13px;
  color: #1064FF;
  margin-right: -4px;
  margin-top: 1px;
}

.equipment_detail_wntj .list .cs span {
  padding: 0 5px;
}

.equipment_detail_wntj .list .cs span:last-child {
  border-left: 1px solid #999;
}

.equipment_detail_wntj .list .btn_xq {
  display: block;
  width: 68px;
  height: 24px;
  border: 1px solid #156CFD;
  border-radius: 4px;
  margin-top: 24px;
  font-size: 12px;
  color: #156CFD;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  margin-right: 72px;
}

.equipment_detail_wntj .list .btn_xq:hover {
  background: #156CFD;
  color: #fff;
}

.equipment_detail_xgzx {
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 4px;
  padding: 15px 14px 26px;
}

.equipment_detail_xgzx .biaoti {
  width: 100%;
  height: 28px;
  position: relative;
  text-align: center;
}

.equipment_detail_xgzx .biaoti strong {
  width: 146px;
  display: inline-block;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.equipment_detail_xgzx .biaoti::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #F2F4FA;
  position: absolute;
  left: 0;
  top: 50%;
}

.equipment_detail_xgzx li {
  margin-top: 23px;
}

.equipment_detail_xgzx li .imgbox {
  width: 74px;
  height: 60px;
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
}

.equipment_detail_xgzx li .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipment_detail_xgzx li .imgbox.vid::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.equipment_detail_xgzx li .imgbox.vid::after {
  content: '\e63b';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-family: iconfont;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

.equipment_detail_xgzx li .name {
  display: -webkit-box;
  width: 148px;
  height: 36px;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  position: relative;
  margin-top: -2px;
}

.equipment_detail_xgzx li .name:hover {
  color: #1064FF;
}

.equipment_detail_xgzx li .pone {
  width: 148px;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  margin-top: 14px;
}

.equipment_detail_tel {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 40px 45px 48px;
  display: none;
  z-index: 999;
}

.equipment_detail_tel .close {
  font-size: 30px;
  line-height: 1em;
  color: #fff;
  position: absolute;
  right: 50%;
  top: 50%;
  cursor: pointer;
  margin: -230px -315px 0 0;
}

.equipment_detail_tel .box {
  width: 570px;
  height: 394px;
  border-radius: 6px;
  margin: -197px 0 0 -285px;
  padding-top: 46px;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
}

.equipment_detail_tel .pone {
  font-size: 16px;
  color: #666666;
  line-height: 1em;
}

.equipment_detail_tel .pone span {
  color: #FF6600;
}

.equipment_detail_tel .ptwo {
  font-size: 36px;
  margin-top: 26px;
  color: #FF6600;
  line-height: 1em;
  font-weight: bold;
}

.equipment_detail_tel img {
  width: 154px;
  height: 154px;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(1, 2, 27, 0.1);
  border-radius: 8px;
  padding: 10px;
  margin: 29px auto 0;
  display: block;
}

.equipment_detail_tel .pthree {
  font-size: 12px;
  margin-top: 18px;
  color: #888888;
  line-height: 1em;
}

.equipment_detail_oldsb {
  height: 490px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.equipment_detail_oldsb_lb {
  width: 540px;
  height: 490px;
  position: relative;
  overflow: hidden;
}

.equipment_detail_oldsb_lb .bigbox {
  width: 540px;
  height: 405px;
  overflow: hidden;
  position: relative;
}

.equipment_detail_oldsb_lb .bigbox video {
  width: 100%;
  height: 100%;
  display: none;
}

.equipment_detail_oldsb_lb .bigbox .bfbtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/big_play.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  display: none;
}

.equipment_detail_oldsb_lb .bigbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipment_detail_oldsb_lb .bigbox.active1 span {
  display: block;
}

.equipment_detail_oldsb_lb .bigbox.active2 {
  background-image: none !important;
  background: rgba(0, 0, 0, 0.3);
}

.equipment_detail_oldsb_lb .bigbox.active2 span {
  display: none;
}

.equipment_detail_oldsb_lb .bigbox.active2 video {
  display: block;
}

.equipment_detail_oldsb_lb .bigbox.active2 img {
  display: none;
}

.equipment_detail_oldsb_lb .prev,
.equipment_detail_oldsb_lb .next {
  width: 32px;
  height: 75px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  line-height: 72px;
  text-align: center;
  cursor: pointer;
}

.equipment_detail_oldsb_lb .prev {
  left: 0;
}

.equipment_detail_oldsb_lb .next {
  right: 0;
}

.equipment_detail_oldsb_lb .list {
  width: 540px;
  height: 75px;
  overflow: hidden;
  position: absolute;
  left: -5px;
  bottom: 0;
}

.equipment_detail_oldsb_lb li {
  width: 110px;
  height: 75px;
  padding: 0 5px;
  float: left;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
  position: relative;
}

.equipment_detail_oldsb_lb li.active {
  opacity: 1;
}

.equipment_detail_oldsb_lb li img,
.equipment_detail_oldsb_lb li video {
  width: 100%;
  height: 100%;
}

.equipment_detail_oldsb_lb li.active_vid::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/big_play.png) no-repeat center center;
  background-size: 30% auto;
  position: absolute;
  left: 0;
  top: 0;
}

.equipment_detail_oldsb_right {
  width: 620px;
}

.equipment_detail_oldsb_right h1 {
  font-size: 30px;
  color: #060606;
  line-height: 36px;
  font-weight: bold;
  margin-top: -3px;
  padding-bottom: 23px;
  border-bottom: 1px solid #E4E6ED;
}

.equipment_detail_oldsb_right .price {
  margin-top: 10px;
}

.equipment_detail_oldsb_right .price .boxone p {
  font-size: 46px;
  line-height: 46px;
  font-weight: bold;
  color: #FF552E;
}

.equipment_detail_oldsb_right .price .boxone p span {
  font-size: 20px;
  font-weight: normal;
}

.equipment_detail_oldsb_right .price .boxone .spanone {
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  margin: 24px 0 0 20px;
}

.equipment_detail_oldsb_right .scjb {
  line-height: 16px;
  font-size: 14px;
  color: #686D7F;
  margin-top: 26px;
}

.equipment_detail_oldsb_right .scjb span {
  float: left;
  margin-right: 7px;
  display: block;
}

.equipment_detail_oldsb_right .scjb p {
  margin-right: 30px;
  cursor: pointer;
}

.equipment_detail_oldsb_right .scjb p:hover {
  color: #ff6600;
}

.equipment_detail_oldsb_right .scjb .sc .icon2 {
  display: none;
}

.equipment_detail_oldsb_right .scjb .sc.active {
  color: #ff6600;
}

.equipment_detail_oldsb_right .scjb .sc.active .icon1 {
  display: none;
}

.equipment_detail_oldsb_right .scjb .sc.active .icon2 {
  display: block;
}

.equipment_detail_oldsb_right .sbxx {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 12px;
  position: relative;
}

.equipment_detail_oldsb_right .sbxx::before {
  content: '';
  width: 540px;
  height: 1px;
  background: #F6F6F6;
  position: absolute;
  left: 40px;
  top: 50%;
}

.equipment_detail_oldsb_right .sbxx li {
  width: 33.333%;
  height: 50px;
  border-right: 1px solid #F6F6F6;
  padding: 0 0 0 58px;
  margin: 15px 0;
}

.equipment_detail_oldsb_right .sbxx li:nth-child(3n) {
  border: none;
}

.equipment_detail_oldsb_right .sbxx li:nth-child(1) .ptwo {
  color: #222222;
  line-height: 28px;
  background-image: -webkit-linear-gradient(bottom, #B86E2D 0%, #D6A462 100%);
  background-image: -moz-linear-gradient(bottom, #B86E2D 0%, #D6A462 100%);
  background-image: -o-linear-gradient(bottom, #B86E2D 0%, #D6A462 100%);
  background-image: linear-gradient(bottom, #B86E2D 0%, #D6A462 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}

.equipment_detail_oldsb_right .sbxx li .pone {
  font-size: 16px;
  color: #686D7F;
  line-height: 24px;
}

.equipment_detail_oldsb_right .sbxx li .ptwo {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 24px;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.equipment_detail_oldsb_right .ts_wrz {
  font-size: 12px;
  color: #686D7F;
  line-height: 16px;
  margin-top: 9px;
}

.equipment_detail_oldsb_right .ts_wrz span {
  font-size: 14px;
  color: #394559;
  line-height: 16px;
  float: left;
  margin-right: 6px;
}

.equipment_detail_oldsb_right .zxly {
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #E4E6ED;
  margin-top: 25px;
  padding-top: 19px;
}

.equipment_detail_oldsb_right .zxly .btn_zx {
  width: 300px;
  height: 50px;
  background: linear-gradient(90deg, #FF6600, #FF8331);
  border-radius: 4px;
  line-height: 50px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
}

.equipment_detail_oldsb_right .zxly .btn_zx span {
  margin-right: 8px;
  font-weight: normal;
}

.equipment_detail_oldsb_right .zxly .btn_zx:hover {
  background: linear-gradient(90deg, #FF8331, #FF6600);
}

.equipment_detail_oldsb_right .zxly .btn_ly {
  width: 300px;
  height: 50px;
  border: 1px solid #1064FF;
  border-radius: 4px;
  line-height: 48px;
  color: #1064FF;
  cursor: pointer;
  transition: all 0.3s;
  display: none;
}

.equipment_detail_oldsb_right .zxly .btn_ly span {
  font-size: 22px;
  margin-right: 8px;
  vertical-align: -2px;
}

.equipment_detail_oldsb_right .zxly .btn_ly:hover {
  background: #1064FF;
  color: #fff;
}

.equipment_detail_oldsb_right .bot {
  width: 620px;
  height: 24px;
  background: #E4E6ED;
  text-align: center;
  font-size: 14px;
  color: #686D7F;
  line-height: 24px;
  margin-top: 17px;
}

.equipment_detail_mjxx {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
}

.equipment_detail_mjxx h2 {
  font-size: 18px;
  color: #333333;
  line-height: 20px;
  font-weight: bold;
}

.equipment_detail_mjxx .main {
  width: 910px;
  height: 100px;
  background: url(../images/equipment_detail_mjxx_bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 6px;
  padding: 20px 30px;
  margin-top: 8px;
}

.equipment_detail_mjxx .main .imgbox {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background: #fff;
  border: 2px solid #E1B776;
  overflow: hidden;
  cursor: pointer;
}

.equipment_detail_mjxx .main .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipment_detail_mjxx .main .box {
  margin-left: 29px;
  padding-top: 7px;
  cursor: pointer;
}

.equipment_detail_mjxx .main .box .name {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 24px;
}

.equipment_detail_mjxx .main .box .name span {
  font-size: 12px;
  margin-left: 5px;
  color: #999999;
}

.equipment_detail_mjxx .main .box .jrsj {
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  margin-top: 6px;
}

.equipment_detail_mjxx .main .right {
  margin-top: 3px;
}

.equipment_detail_mjxx .main .right .btn_dh {
  width: 90px;
  height: 34px;
  background: linear-gradient(90deg, #FF6600, #FF8331);
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  transition: all 0.3s;
}

.equipment_detail_mjxx .main .right .btn_dh:hover {
  background: linear-gradient(90deg, #FF8331, #ff6600);
}

.equipment_detail_mjxx .main .right .hysj {
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  margin-top: 7px;
  text-align: right;
}

.equipment_detail_wntj_old {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 50px;
  background: #fff;
  border-radius: 4px;
  padding: 15px 14px 25px;
}

.equipment_detail_wntj_old .biaoti {
  width: 100%;
  height: 28px;
  position: relative;
  text-align: center;
}

.equipment_detail_wntj_old .biaoti strong {
  width: 146px;
  display: inline-block;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.equipment_detail_wntj_old .biaoti::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #F2F4FA;
  position: absolute;
  left: 0;
  top: 50%;
}

.equipment_detail_wntj_old .list {
  width: 160px;
  margin: auto;
  padding-top: 6px;
}

.equipment_detail_wntj_old .list .box {
  margin-top: 19px;
}

.equipment_detail_wntj_old .list .box:hover .tit {
  color: #1064FF;
}

.equipment_detail_wntj_old .list .imgbox {
  width: 160px;
  height: 120px;
  display: block;
  position: relative;
}

.equipment_detail_wntj_old .list .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipment_detail_wntj_old .list .imgbox.vid::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.equipment_detail_wntj_old .list .imgbox.vid::after {
  content: '\e63b';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-family: iconfont;
  line-height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.equipment_detail_wntj_old .list .tit {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #060606;
  line-height: 24px;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.equipment_detail_wntj_old .list .cs {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  margin-top: 5px;
}

.equipment_detail_wntj_old .list .cs i {
  font-size: 13px;
  color: #1064FF;
  margin-right: -4px;
  margin-top: 1px;
}

.equipment_detail_wntj_old .list .cs span {
  padding: 0 5px;
}

.equipment_detail_wntj_old .list .cs span:last-child {
  border-left: 1px solid #999;
}

.equipment_detail_wntj_old .list .bot {
  line-height: 20px;
}

.equipment_detail_wntj_old .list .bot .price {
  font-size: 14px;
  color: #ff6600;
  margin-right: 20px;
}

.equipment_detail_wntj_old .list .bot .dz {
  font-size: 14px;
  color: #666666;
}

.equipment_detail_wntj_old .list .bot .dz span {
  font-size: 12px;
  float: left;
  color: #1064FF;
  margin-right: 4px;
  display: block;
}

.equipment_detail_qst {
  padding: 110px 0;
  text-align: center;
}

.equipment_detail_qst .imgone {
  display: block;
  margin: auto;
}

.equipment_detail_qst h1 {
  font-size: 30px;
  color: #343434;
  line-height: 1em;
  margin-top: 36px;
}

.equipment_detail_qst p {
  font-size: 14px;
  color: #888888;
  line-height: 1em;
  margin-top: 28px;
}


.equipment_detail_rscp .biaoti {
  width: 100%;
  height: 28px;
  position: relative;
  text-align: center;
}

.equipment_detail_rscp .biaoti strong {
  width: 146px;
  display: inline-block;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.equipment_detail_rscp .biaoti::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #F2F4FA;
  position: absolute;
  left: 0;
  top: 50%;
}

.equipment_detail_rscp {
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 4px;
  padding: 15px 14px 20px;
}

.equipment_detail_rscp .list {
  padding: 6px 10px 0;
}

.equipment_detail_rscp .list li {
  width: 98px;
  height: 28px;
  margin: 16px 16px 0 0;
}

.equipment_detail_rscp .list li:nth-child(2n) {
  margin-right: 0;
}

.equipment_detail_rscp .list a {
  display: block;
  cursor: pointer;
  padding: 0 10px;
  border: 1px solid #6598FE;
  font-size: 14px;
  color: #1064FF;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.equipment_detail_rscp .list a:hover {
  background: #1064FF;
  border-color: #1064FF;
  color: #fff;
}

.old_equipment_detail_rscp {
  margin-top: 50px;
}

.old_equipment_detail_rscp+.equipment_detail_wntj_old {
  margin-top: 30px;
}


.xq_zxzx{
  /*width: 52px;*/
  /*height: 147px;*/
  position: fixed;
  bottom: 405px;
  right: 50%;
  margin-right: -671px;
  z-index: 98;
  /*display: none;*/
  cursor: pointer;
}
.xq_zxzx .img1{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 2px 14px 0px rgba(1, 23, 120, 0.12);
  border-radius: 25px;
  overflow: hidden;
}
/*.xq_zxzx .img2{*/
/*  width: 49px;*/
/*  position: absolute;*/
/*  left: -21px;*/
/*  top: 50px;*/
/*  z-index: 3;*/
/*  animation: yd1 2s linear infinite;*/
/*}*/
/*.xq_zxzx .img3{*/
/*  width: 37px;*/
/*  position: absolute;*/
/*  left: 38px;*/
/*  top: 10px;*/
/*  z-index: 3;*/
/*  animation: yd2 2s linear infinite;*/
/*}*/
/*.xq_zxzx .img4{*/
/*  width: 40px;*/
/*  position: absolute;*/
/*  left: 35px;*/
/*  top: 69px;*/
/*  z-index: 1;*/
/*  animation: yd2 2s linear infinite;*/
/*}*/
.xq_zxzx .p_ts{
  width: 170px;
  height: 38px;
  /*background: linear-gradient(to right, #e63828, #f8644c);*/
  /*box-shadow: 0px 2px 10px 0px rgba(1, 23, 120, 0.1);*/
  background: linear-gradient(90deg, #1064FF 0%, #2DB3FE 98%);
  box-shadow: 0px 2px 10px 0px rgba(1, 23, 120, 0.1);
  border-radius: 6px;
  position: absolute;
  left: -60px;
  top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  transition: all 0.5s;
  transform: scale(0);
}
.xq_zxzx .p_ts::before{
  content: '';
  border: 8px solid transparent;
  border-left-color: #2DB3FE;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -8px;
}
.xq_zxzx .p_ts.active{
  transform: scale(1);
  left: -182px;
}

@-webkit-keyframes yd1 {
  0%{
    transform: translate(0,0);
  }
  50%{
    transform: translate(-2px,0);
  }
  100%{
    transform: translate(0,0);
  }
}

@keyframes yd1 {
  0%{
    transform: translate(0,0);
  }
  50%{
    transform: translate(-2px,0);
  }
  100%{
    transform: translate(0,0);
  }
}
@-webkit-keyframes yd2 {
  0%{
    transform: translate(0,0);
  }
  50%{
    transform: translate(2px,0);
  }
  100%{
    transform: translate(0,0);
  }
}

@keyframes yd2 {
  0%{
    transform: translate(0,0);
  }
  50%{
    transform: translate(2px,0);
  }
  100%{
    transform: translate(0,0);
  }
}
.xuanfu_box{
bottom: 210px;
}
