.desy-goods-read {
  padding-top: 90px;
  padding-bottom: 80px;
}

.desy-goods-read .main-right {
  margin-left: 350px;
}

.desy-goods-read .main-left {
  float: left;
  width: 310px;
}

.desy-goods-read .main-left h3 {
  font-size: 18px;
  height: 50px;
  line-height: 49px;
  padding: 0 0 0 7px;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.desy-goods-read .main-left h3::after {
  display: none;
  font-family: "qico";
  content: "\e727";
  position: absolute;
  top: 6px;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.desy-goods-read .main-left h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.desy-goods-read .pro_view {
  margin-bottom: 50px;
}

.desy-goods-read .pro_img .view {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.desy-goods-read .pro_img .view .swiper-slide {
  position: relative;
}

.desy-goods-read .pro_img .view .swiper-slide a {
  width: 100%;
  /*height:340px;*/
  display: block;
  overflow: hidden;
}

.desy-goods-read .pro_img .view .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.desy-goods-read .pro_img .preview {
  margin: 10px 0 0;
  padding: 0 40px;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.desy-goods-read .pro_img .preview .swiper-container {
  width: 100%;
  text-align: center;
}

.desy-goods-read .pro_img .preview .swiper-slide {
  cursor: pointer;
  padding: 10px 0 0;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.desy-goods-read .pro_img .preview .swiper-slide::after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 5px;
  border-style: dashed;
  border-bottom-style: dashed;
  border-color: transparent;
  border-bottom-color: transparent;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-color: #212121;
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -5px;
}

.desy-goods-read .pro_img .preview .swiper-slide img {
  width: 100%;
  border: 1px solid #999;
  box-sizing: border-box;
}

.desy-goods-read .pro_img .preview .active-nav img {
  border: 1px solid #212121;
}

.desy-goods-read .pro_img .preview .swiper-slide.active-nav::after {
  display: inline-block;
}

.desy-goods-read .pro_img .preview .arrow-left,
.desy-goods-read .pro_img .preview .arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 10;
  text-align: center;
}

.desy-goods-read .pro_img .preview .arrow-left {
  left: 0;
}

.desy-goods-read .pro_img .preview .arrow-right {
  right: 0;
}

.desy-goods-read .pro_img .preview .arrow-left i,
.desy-goods-read .pro_img .preview .arrow-right i {
  color: #999;
  font-size: 20px;
}

.desy-goods-read .pro_img .preview .arrow-left:hover i,
.desy-goods-read .pro_img .preview .arrow-right:hover i {
  color: var(--title-text-color);
}

.desy-goods-read .pro_view_inner h1 {
  font-size: 23px;
  font-weight: bold;
  margin: 40px 0 0;
}

.desy-goods-read .pro_view_inner .pro_para {
  margin-top: 25px;
  font-size: 16px;
  color: #666;
  line-height: 34px;
}

.desy-goods-read .pro_view_inner .pro_btn {
  margin: 45px 0 0;
}

.desy-goods-read .pro_view_inner .pro_btn .book {
  width: 170px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: var(--color-primary);
}

.desy-goods-read .pro_view_inner .pro_btn .book:hover {
  background: var(--color-second);
}

.desy-goods-read .pro_view_inner .pro_btn .pdf {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: #FF6550;
  margin-left: 20px;
}

div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
div.zoomDiv img{max-width:none;}
div.zoomMask{position:absolute;background:url("./pics/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.desy-goods-read .pro_tab {
  height: 72px;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  background: #fff;
}

.desy-goods-read .pro_tab.scroll-top {
  position: fixed;
  top: 0;
  width: 1050px;
}

.desy-goods-read .pro_tab ul {
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  display: -webkit-flex;
  display: flex;
  /* -webkit-justify-content: space-between; */
  /* justify-content: space-between; */
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.desy-goods-read .pro_tab ul li {
  padding: 0 20px;
  box-sizing: border-box;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  color: #666;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.desy-goods-read .pro_tab ul li::after {
  content: "";
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  display: none;
}

.desy-goods-read .pro_tab ul li.active {
  color: #333;
}

.desy-goods-read .pro_tab ul li.active::after {
  display: block;
}

.desy-goods-read  .pro-content {
  padding: 25px 0 0;
  line-height: 2;
  font-size: 17px;
  color: #666;
}

.desy-goods-read .pro-content p~p {
  margin-top: 10px;
}

.desy-goods-read .pro-content .table-response {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.desy-goods-read .pro-content table {
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
  color: #212121;
  border-collapse: collapse;
}

.desy-goods-read .pro-content table th {
  padding: 10px 20px;
  border: 1px solid #E4EAF2;
  background-color: #F8FAFC;
  font-weight: bold;
}

.desy-goods-read .pro-content table td {
  padding: 10px 20px;
  border: 1px solid #E4EAF2;
  background-color: #ffffff;
}

.desy-goods-read .pro-content table tr td:nth-child(2n+1) {
  background-color: #F8FAFC;
}

.desy-goods-read .pro-content dl dd {
  background: url(./pics/dot4.png) no-repeat left 13px;
  padding: 0 0 0 25px;
}

.desy-goods-read .pro-content dl dd+dd {
  margin-top: 5px;
}

.desy-goods-read .pro-inquiry {
  margin: 20px 0 0;
  padding: 50px 60px 40px;
  border: 1px solid #ccc;
}

.desy-goods-read .pro-inquiry h4 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

.desy-goods-read .pro-inquiry .inquirbox input[type="text"],
.desy-goods-read .pro-inquiry .inquirbox textarea {
  padding: 13px 25px;
}

.desy-goods-read .pro-inquiry .inquirbox input.submit {
  width: 190px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
}

.desy-goods-read .pro_text {
  margin: 35px 0 0;
  position: relative;
}

.desy-goods-read .pro_text .pro-scroll {
  padding: 18px 0 40px;
  border-top: 1px dashed #999;
}

.desy-goods-read .pro_text .tit {
  height: 46px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.desy-goods-read .pro_text .tit h5 {
  font-size: 20px;
  color: #212121;
  font-weight: bold;
}

.desy-goods-read .pro-process .swiper-slide {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.desy-goods-read .pro-process .swiper-slide .box {
  width: 100%;
  position: relative;
  text-align: center;
}

.desy-goods-read .pro-process .swiper-slide img {
  width: 100%;
}

.desy-goods-read .pro-process .swiper-slide p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

/*.pro-process .swiper-slide:hover{transform:translateY(-7px);-webkit-transform:translateY(-7px);-ms-transform:translateY(-7px);}*/
.desy-goods-read .pro-process .swiper-slide:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

.desy-goods-read .pro-process .swiper-slide:hover p {
  opacity: 1;
}

.desy-goods-read .pro-process .swiper-pagination-bullets {
  position: static;
  width: 100%;
  margin-top: 25px;
  display: none;
}

.desy-goods-read .pro-process .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 29px;
  height: 29px;
  margin: 0 12px;
  text-align: center;
  line-height: 29px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.desy-goods-read .pro-process .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: #fff;
  background: #43964E;
}

.desy-goods-read .pro-other .swiper-slide {
  text-align: center;
}

.desy-goods-read .pro-other .swiper-slide .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #DFECDE;
}

.desy-goods-read .pro-other .swiper-slide .pic:after {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.35) url(./pics/i2.png) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.desy-goods-read .pro-other .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
}

.desy-goods-read .pro-other .swiper-slide p {
  margin: 20px 0 0;
  text-align: center;
  font-size: 16px;
}

.desy-goods-read .pro-other .swiper-slide p a {
  color: #212121;
}

.desy-goods-read .pro-other .swiper-slide p a:hover {
  text-decoration: underline;
}

.desy-goods-read .pro-other .swiper-pagination-bullets {
  position: static;
  width: 100%;
  margin-top: 25px;
  display: none;
}

.desy-goods-read .pro-other .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 29px;
  height: 29px;
  margin: 0 12px;
  text-align: center;
  line-height: 29px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.desy-goods-read .pro-other .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: #fff;
  background: #43964E;
}

.desy-goods-read .inquirbox .row {
  margin-bottom: 25px;
}

.desy-goods-read .inquirbox input[type="text"],
.desy-goods-read .inquirbox textarea {
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #eee;
  width: 100%;
  background: #FAFAFA;
  line-height: 22px;
  text-align: left;
  color: var(--text-color);
  box-sizing: border-box;
}

.desy-goods-read .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.desy-goods-read .inquirbox input[type="text"]:focus,
.desy-goods-read .inquirbox textarea:focus {
  border-color: #999 !important;
}

.desy-goods-read .inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.desy-goods-read .inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.desy-goods-read .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.desy-goods-read .inquirbox .submit {
  margin: 20px 0 0;
  display: block;
  background: var(--color-primary);
  color: #fff;
  line-height: 45px;
  width: 153px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.desy-goods-read .inquirbox .submit:hover {
  background: var(--color-second);
}

@media screen and (max-width:1550px) {
  .desy-goods-read .pro_tab.scroll-top {
    width: 950px;
  }
}

@media screen and (max-width:1400px) {
  .desy-goods-read  {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .desy-goods-read .main-right {
    margin-left: 320px;
  }

  .desy-goods-read .main-left {
    width: 280px;
  }

  .desy-goods-read .pro_img {
    width: 450px;
  }

  .desy-goods-read .pro_view_inner h1 {
    margin: 20px 0 0;
  }

  .desy-goods-read .pro-inquiry {
    padding: 40px 40px 30px;
  }

  .desy-goods-read .pro_tab.scroll-top {
    width: 880px;
  }
}

@media screen and (max-width:1280px) {
  .desy-goods-read .main-right {
    margin-left: 300px;
  }

  .desy-goods-read .main-left {
    width: 260px;
  }

  .desy-goods-read .pro_img {
    width: 400px;
  }

  .desy-goods-read .pro_view_inner h1 {
    font-size: 21px;
    margin: 10px 0 0;
  }
}

@media screen and (max-width:992px) {
  .desy-goods-read  {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .desy-goods-read .main-right {
    margin-left: 0;
  }

  .desy-goods-read .main-left {
    float: none;
    width: 100%;
  }

  .desy-goods-read .main-left h3::after {
    display: block;
  }

  .desy-goods-read .pro_tab_box {
    display: none;
  }

  .desy-goods-read .pro-other .swiper-slide:hover .pic img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
  }

  .desy-goods-read .pro-other .swiper-slide:hover .pic p {
    color: #fff;
  }

  .desy-goods-read .pro-other .swiper-slide:hover>.pic:after {
    display: block;
  }

  .desy-goods-read .pro-other .swiper-slide:hover p a {
    text-decoration: underline;
  }
}

@media screen and (max-width:768px) {
  .desy-goods-read  {
    padding-top: 20px;
  }

  .desy-goods-read .pro_img {
    width: 500px;
    margin: 0 auto;
  }

  .desy-goods-read .pro_view_inner {
    margin: 20px 0 0;
  }

  .desy-goods-read .pro_view_inner h1 {
    font-size: 20px;
    text-align: center;
  }

  .desy-goods-read .pro_view_inner .pro_para {
    margin-top: 15px;
    font-size: 15px;
    line-height: 24px;
  }

  .desy-goods-read .pro_view_inner .pro_btn {
    margin: 20px 0 0;
    text-align: center;
  }

  .desy-goods-read .pro_text {
    margin: 20px 0 0;
  }

  .desy-goods-read .pro_text .pro-scroll {
    padding: 15px 0 20px;
  }

  .desy-goods-read .pro-content {
    padding: 15px 0 0;
    line-height: 1.5;
    font-size: 16px;
  }

  .desy-goods-read .pro_text .tit {
    height: 40px;
  }

  .desy-goods-read .pro-process .swiper-slide p {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
  }

  .desy-goods-read .pro-inquiry h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .desy-goods-read .pro-inquiry .inquirbox input[type="text"],
  .desy-goods-read .pro-inquiry .inquirbox textarea {
    padding: 10px 15px;
  }

  .desy-goods-read .inquirbox .row {
    margin: 0;
  }

  .desy-goods-read .inquirbox .row>div {
    margin-bottom: 10px;
  }

  .desy-goods-read .inquirbox .submit {
    margin: 0 auto;
    line-height: 42px;
    width: 140px;
    font-size: 15px;
  }
}

@media screen and (max-width:600px) {
  .desy-goods-read .pro_img {
    width: 80%;
  }
}

@media screen and (max-width:480px) {
  .desy-goods-read .pro_img {
    width: 100%;
  }

  .desy-goods-read .pro_view_inner h1 {
    font-size: 18px;
  }
}

.desy-goods-read .sidemenu {
  margin: 0 0 20px;
}

.desy-goods-read .sidemenu>ul>li {
  border-bottom: 1px solid #EFEFEF;
}

.desy-goods-read .sidemenu>ul>li h5 {
  line-height: 22px;
  display: block;
  padding: 23px 0 23px 7px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  position: relative;
}

.desy-goods-read .sidemenu>ul>li h5 a {
  display: block;
  margin-right: 40px;
  box-sizing: border-box;
}

.desy-goods-read .sidemenu>ul>li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.desy-goods-read .sidemenu>ul>li h5 span {
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  background: url("./pics/i4.png") no-repeat center;
  width: 40px;
  height: 40px;
  display: block;
}

.desy-goods-read .sidemenu>ul>li ul {
  display: none;
  padding: 10px 0;
}

.desy-goods-read .sidemenu>ul>li ul li {
  line-height: 20px;
  padding: 10px 13px;
}

.desy-goods-read .sidemenu>ul>li ul li a {
  padding-left: 12px;
  font-size: 15px;
  color: #999;
  display: block;
}

.desy-goods-read .sidemenu>ul>li ul li.active a,
.desy-goods-read .sidemenu>ul>li ul li a:hover {
  color: var(--title-text-color);
  text-decoration: underline;
  background: url("./pics/dot5.png") no-repeat left 7px;
}

.desy-goods-read .sidemenu>ul>li.active h5 {
  color: var(--title-text-color);
  text-decoration: underline;
  border-bottom: 1px solid #EFEFEF;
}

.desy-goods-read .sidemenu>ul>li.active span {
  background: url("./pics/i4-1.png") no-repeat center;
}

@media screen and (max-width:992px) {
  .desy-goods-read .sidemenu>ul {
    display: none;
  }

  .desy-goods-read .sidemenu>ul>li h5 {
    padding: 15px 0 15px 7px;
  }

  .desy-goods-read .sidemenu>ul>li ul li {
    padding: 7px 13px;
  }
}
.desy-goods-read .pro-other .swiper-slide p a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

 @media screen and (max-width: 992px){
.desy-goods-read .pro_view {
    flex-direction: column;
}
.desy-goods-read .pro_view_inner {
    margin-left: auto;
    margin-right: auto;
	    flex: 0 0 100% !important; 
	    max-width: 100% !important;
}
.desy-goods-read .pro_img {
    margin: 0 auto;
}
 }
 
 .pro_text img{
   max-width: 100% !important;
   height: auto !important;
 }
 
 .pro_text div{
   max-width: 100% !important;
 }
 
 
  .table-response {
    overflow-x: auto;
}  


@media only screen and (max-width:1280px) {
table{
	white-space: nowrap !important;
}
.pro_text div{
   height: auto !important;
 }
  }
  
  
  @media only screen and (max-width:600px) {
.pro_text div{
   width: 100% !important;
   margin: 0 !important;
 }
 .pro_text img{
   width: 100% !important;
 }
  }
  
  body{
    overflow-x: hidden;
  }
  
  
  @media screen and (max-width: 500px){
.desy-goods-read .pro_img .preview {
    padding: 0 20px;
}
  }
  
  
 /* @media screen and (max-width: 500px){
.desy-goods-read .fadeInLeft {
    animation: initial !important;
}
  }*/