.prodetail2-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.prodetail2-info .imgshow {
  background-color: #F7FAFD;
  box-sizing: border-box;
  padding: 40px;
  width: 52%;
  flex-shrink: 0;
  border: 1px solid #C9C9C9;
  height: 100%;
}

.prodetail2-info .imgshow .img-box {
  padding-bottom: 64.93506%;
}

.prodetail2-info .imgshow .img-box {
  max-width: 616px;
  margin: 0 auto;
}

.prodetail2-info h6 {
  font-size: 24px;
  font-weight: bold;
  color: #307FE2;
  margin-bottom: 24px;
}

.prodetail2-info .text {
  width: 48%;
  box-sizing: border-box;
  padding-left: 5%;
  color: #666;
}

.prodetail2-info .text h3 {
  font-size: 3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}

.prodetail2-info .text .en-t {
  margin-bottom: 12px;
  display: block;
}

.prodetail2-info .text .text-p {
  line-height: 1.875;
  color: #666;
}

.prodetail2-info .text .text-p em {
  color: #333;
}

.prodetail2-info .text-link {
  border-top: 1px solid rgba(48, 127, 226, 0.1);
  margin-top: 20px;
}

.prodetail2-info .d-btn a {
  display: inline-block;
  border: 1px solid #AAAAAA;
  border-radius: 30px;
  line-height: 1;
  padding: 11px 36px;
  font-size: 1.6rem;
  color: #333;
  margin-right: 36px;
  transition: all 0.4s;
}

.prodetail2-info .d-btn a:hover {
  background-color: #307FE2;
  border-color: #307FE2;
  color: #fff;
}

.prodetail2-info .d-btn .iconfont {
  font-size: 1.8rem;
  margin-right: 10px;
}

.prodetail2-info .online-buy {
  font-size: 1.6rem;
  display: block;
  color: #666;
  padding: 24px 0;
  transition: all 0.3s;
}

.prodetail2-info .online-buy:hover {
  color: #FF6403;
}

.prodetail2-info .online-buy .icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #FF6403;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  padding-top: 8px;
  margin-left: 28px;
}

.procs-tt {
  background-color: rgba(48, 127, 226, 0.1);
  margin-bottom: 12px;
}

.procs-tt h5 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
  line-height: 1;
}

.prod2-block {
  margin-bottom: 32px;
}

.prod2-block h3 {
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  background-color: #307FE2;
  padding: 14px;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
}

.prod2-table {
  color: #333;
}

.prod2-table table {
  width: 100%;
  table-layout: fixed;
}

.prod2-table td {
  border: 1px solid #BFBFBF;
  padding: 5px 26px;
  background-color: #eeeeee;
}

.prod2-table td:nth-last-child(1) {
  background-color: rgba(238, 238, 238, 0);
}

.pro2-botlist {
  padding: 50px 0;
  overflow: hidden;
}

.pro2-botlist ul {
  margin: 0 -35px;
}

.pro2-botlist li {
  float: left;
  width: 33.33%;
  padding: 0 35px;
  box-sizing: border-box;
}

.pro2-botlist ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pro2-botlist .imgshow img {
  max-width: 100%;
}

.detail3-probg {
  background: #FFF;
  padding-bottom: 8vh;
}

.prodetail3-info {
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
}

.prodetail3-info .imgshow {
  width: 56%;
}

.prodetail3-info .imgshow .img-box {
  padding-bottom: 50.61728%;
}

.prodetail3-info .text {
  width: 44%;
  box-sizing: border-box;
  padding: 24px 50px;
  color: #333;
}

.prodetail3-info .t-logo {
  margin-bottom: 32px;
}

.prodetail3-info .t-logo img {
  max-height: 56px;
}

.prodis3-list {
  padding: 7.5vh 0;
}

.prodis3-list .imgshow {
  width: 69%;
}

.prodis3-list .imgshow .img-box {
  padding-bottom: 37.67396%;
}

.prodis3-list .text {
  width: 31%;
  box-sizing: border-box;
  padding: 0 4%;
  border: 1px solid #C9C9C9;
  border-right: none;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.prodis3-list .p-item {
  display: flex;
  background-color: #FFF;
  flex-direction: row-reverse;
}

.prodis3-list .p-item h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3333;
}

.prodis3-list .p-item .line {
  width: 60px;
  height: 2px;
  background-color: #477FDB;
  margin: 32px 0 0;
}

.prodis3-list li {
  margin-bottom: 72px;
}

.prodis3-list li:nth-child(2n) .p-item {
  flex-direction: row;
}

.prodis3-list li:nth-child(2n) .p-item .text {
  border-right: 1px solid #C9C9C9;
  border-left: none;
}

.load-more {
  text-align: center;
  display: flex;
  justify-content: center;
}

.load-more a {
  display: inline-block;
  height: 42px;
  border: 1px solid #AAAAAA;
  border-radius: 20px;
  padding: 0 16px;
  display: flex;
  box-sizing: border-box;
  width: 180px;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 1.8rem;
}

.load-more a .loading {
  flex-shrink: 0;
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../images/jiazai.png") no-repeat;
  margin-right: 16px;
}

.prodis3-pingjia .pj-tt {
  background-color: rgba(71, 128, 219, 0.1);
  font-size: 3rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 24px 0;
  line-height: 1;
}

.prodis3-pingjia .text {
  background-color: #FFF;
  font-size: 1.8rem;
  color: #333;
  line-height: 2;
  padding: 60px;
}

.prodis4-tt {
  font-size: 2.8rem;
  color: #333;
  font-weight: bold;
  background-color: rgba(48, 127, 226, 0.1);
  padding: 20px 40px;
  line-height: 1;
  margin-bottom: 50px;
}

.prodis4-tt small {
  font-size: 2.4rem;
  color: #666;
  font-weight: 400;
}

.prodis4-list {
  padding-bottom: 66px;
}

.prodis4-list .img-box {
  padding-bottom: 46.76056%;
}

.prodis4-list .imgshow {
  width: 49%;
}

.prodis4-list .text {
  width: 51%;
  box-sizing: border-box;
  padding: 18px 4%;
}

.prodis4-list .text-p {
  color: #333;
  font-size: 1.8rem;
  line-height: 2;
  max-height: 150px;
}

.prodis4-list .p-item {
  display: flex;
  align-items: center;
  border: 1px solid #D2D2D2;
  box-shadow: 3px 5px 13px 0px rgba(182, 190, 199, 0.08);
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFF;
}

.prodis4-list li {
  margin-bottom: 38px;
}

.prodis4-list li:nth-child(2n) .p-item {
  flex-direction: row-reverse;
  text-align: right;
}

.prodis4-list .tags {
  background-color: #4780DB;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 14px;
  line-height: 1;
  text-align: center;
  min-width: 220px;
  box-sizing: border-box;
  margin-bottom: 42px;
}

.prodis4-caselist ul {
  margin: 0 -10px;
}

.prodis4-caselist li {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.prodis4-caselist ul {
  display: flex;
  flex-wrap: wrap;
}

.prodis4-caselist .icon {
  max-width: 150px;
  display: inline-block;
  width: 100%;
}

.prodis4-caselist .icon .img-box {
  padding-bottom: 66.66667%;
}

.prodis4-caselist .c-item {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 60px 0 40px;
  display: block;
}

.prodis4-caselist h4 {
  color: #4780DB;
  font-size: 1.8rem;
  line-height: 1.333;
  margin-top: 40px;
}

.prodetail5-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.prodetail5-info .imgshow {
  box-sizing: border-box;
  width: 52%;
  flex-shrink: 0;
  height: 100%;
}

.prodetail5-info .imgshow .img-box {
  padding-bottom: 64.93506%;
}

.prodetail5-info .imgshow .img-box {
  max-width: 616px;
  margin: 0 auto;
}

.prodetail5-info h6 {
  font-size: 24px;
  font-weight: bold;
  color: #307FE2;
  margin-bottom: 24px;
}

.prodetail5-info .text {
  width: 48%;
  box-sizing: border-box;
  padding-left: 5%;
  color: #666;
}

.prodetail5-info .text h3 {
  font-size: 3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}

.prodetail5-info .text .en-t {
  margin-bottom: 12px;
  display: block;
}

.prodetail5-info .text .text-p {
  line-height: 1.875;
  color: #666;
}

.prodetail5-info .text .text-p em {
  color: #333;
}

.prodetail5-info .d-btn a {
  display: inline-block;
  border: 1px solid #AAAAAA;
  border-radius: 30px;
  line-height: 1;
  padding: 11px 36px;
  font-size: 1.6rem;
  color: #333;
  margin-right: 36px;
  transition: all 0.4s;
}

.prodetail5-info .d-btn a:hover {
  background-color: #307FE2;
  border-color: #307FE2;
  color: #fff;
}

.prodetail5-info .d-btn .iconfont {
  font-size: 1.8rem;
  margin-right: 10px;
}

.prodetail5-info .online-buy {
  font-size: 1.6rem;
  display: block;
  color: #666;
  padding: 24px 0;
  transition: all 0.3s;
}

.prodetail5-info .online-buy:hover {
  color: #FF6403;
}

.prodetail5-info .online-buy .icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #FF6403;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  padding-top: 8px;
  margin-left: 28px;
}

.prodetail5-info .online-buy span {
  font-weight: bold;
  font-size: 1.8rem;
  color: #333;
}

.procs5-tt {
  color: #333;
}

.procs5-tt label {
  font-weight: bold;
  font-size: 1.8rem;
}

.procs5-tt p {
  color: #666;
  font-weight: 400;
  display: inline-block;
  font-size: 1.8rem;
}

.procs5-tt p img {
  vertical-align: middle;
}

.procs5-tt .p-c {
  padding-top: 8px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.procs5-tt dd {
  margin-bottom: 15px;
}

.procs5-tt dd:nth-last-child(1) {
  margin-bottom: 0;
}

.procs5-tt .one {
  color: #307FE2;
}

.procs5-tt .one h4, .procs5-tt .one p {
  color: #307FE2;
}

.prodis-swiper {
  box-sizing: border-box;
}

.prodis-swiper .gallery-top {
  /*background-color: #F7FAFD;*/
  /*padding: 70px;*/
  border: 1px solid #C9C9C9;
}
.prodis-swiper .gallery-top .swiper-slide .img-box img {

    object-fit: contain;
}
.prodis-swiper .gallery-top .swiper-slide {
 
  /*padding: 50px 0;*/

}

.prodis-swiper .swiper-slide img {
    width: 100%;
}

.prodis-swiper .gallery-thumbs .swiper-slide {
  box-sizing: border-box;
}

.prodis-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #307FE2;
}

.bot-pro-swiper {
  position: relative;
  margin-top: 14px;
}

.bot-pro-swiper .swiper-slide {
  background-color: #fff;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
  padding: 10px 4%;
}

.bot-pro-swiper .swiper-button-next, .bot-pro-swiper .swiper-button-prev {
  width: 26px;
  height: 100%;
  text-align: center;
  background-image: none;
  top: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.bot-pro-swiper .swiper-button-next:after, .bot-pro-swiper .swiper-button-prev:after {
  display: none;
}

.bot-pro-swiper .swiper-button-next:before, .bot-pro-swiper .swiper-button-prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bot-pro-swiper .swiper-button-next {
  right: 0;
}

.bot-pro-swiper .swiper-button-prev {
  left: 0;
}

.prodis5-blocktt {
  font-size: 2.4rem;
  color: #333;
  font-weight: bold;
  background-color: rgba(48, 127, 226, 0.1);
  padding: 18px 20px;
  line-height: 1;
  margin-bottom: 32px;
}

.prodis5-block {
  margin-bottom: 50px;
}

.prodis5-block .text {
  color: #666;
  line-height: 1.875;
}

.prodis5-block .text span {
  color: #999;
}

.prodis-qxlist ul {
  margin: 0 -45px;
}

.prodis-qxlist li {
  float: left;
  width: 33.33%;
  padding: 0 45px;
  box-sizing: border-box;
}

.prodis-qxlist .img-box {
  padding-bottom: 62.5%;
}

.prodis-qxlist ul {
  display: flex;
  flex-wrap: wrap;
}

.prodis-qxlist ul li {
  margin-bottom: 50px;
}

.prodis-qxtips {
  text-align: center;
  color: #333;
}

.prodis5-block .imgshow {
  text-align: center;
}

.prodis5-block .imgshow img {
  max-width: 100%;
}

.prodis-video {
  max-width: 920px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.prodis-video .tips {
  text-align: center;
  color: #333;
  margin: 0 0 24px;
}

.prodis-video .vjs-poster {
  background-color: transparent;
}

.prodis-video .vjs_video_3-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.24321%;
}

.prodis-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.prodis-video .vjs-big-play-centered .vjs-big-play-button {
  width: 66px;
  height: 66px;
  background: url("../images/p-play.png") no-repeat;
  border: none;
  margin: -33px 0 0 -33px;
}

.prodis6v-list {
  margin: 55px 0 0;
}

.prodis6v-list ul {
  margin: 0 -10px;
}

.prodis6v-list li {
  float: left;
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}

.prodis6v-list ul {
  display: flex;
  flex-wrap: wrap;
}

.prodis6v-list .imgshow {
  background-color: #DEECFC;
  padding: 12px 24px;
}

.prodis6v-list .imgshow .img-box {
  padding-bottom: 65.07937%;
}

.prodis6v-list .vitem {
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFF;
  text-align: center;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.prodis6v-list h4 {
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 22px;
  line-height: 1;
}

.prodis6-block {
  padding-bottom: 50px;
}

.prodis6-showlist {
  display: flex;
  justify-content: space-between;
}

.prodis6-showlist.reserve {
  flex-direction: row-reverse;
}

.prodis6-showlist .sleft {
  box-sizing: border-box;
  width: 59%;
}

.prodis6-showlist .sleft .img-box {
  padding-bottom: 47.59107%;
}

.prodis6-showlist .sleft .imgshow {
  border: 1px solid #D2D2D2;
  border-radius: 12px;
  overflow: hidden;
  padding: 0 5px;
  background-color: #FFF;
}

.prodis6-showlist .sright {
  width: 38.2%;
}

.prodis6-showlist .sright .imgshow {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #D2D2D2;
}

.prodis6-showlist .sright .img-box {
  padding-bottom: 72.71095%;
}

.prodis6-showlist h4 {
  color: #333;
  font-weight: 500;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}

.prodis6-showlist .text {
  padding: 20px 0;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
}

.prodis6-showlist .text a {
  color: #4780DB;
  display: inline-block;
  margin-left: 38px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(48, 127, 226, 0.6) !important;
  width: 2px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.2) !important;
  width: 1px;
}

@media screen and (max-width: 1466px) {
  .prodis3-list .p-item h3 {
    font-size: 2.0rem;
  }
  .prodetail3-info .text {
    font-size: 1.4rem;
  }
  .prodis3-pingjia .text {
    font-size: 1.4rem;
    padding: 24px;
  }
  .prodis3-pingjia .pj-tt {
    font-size: 2.4rem;
  }
  .prodis4-list .tags {
    font-size: 1.8rem;
  }
  .prodis4-list .text-p {
    font-size: 1.4rem;
  }
  .prodis4-caselist h4 {
    font-size: 1.6rem;
  }
  .prodis4-tt {
    font-size: 2.4rem;
  }
  .procs5-tt label, .prodetail5-info .online-buy span {
    font-size: 1.6rem;
  }
  .procs5-tt dd {
    margin-bottom: 8px;
  }
  .procs5-tt {
    font-size: 1.4rem;
  }
  .procs5-tt p, .procs5-tt .p-c {
    font-size: 1.4rem;
  }
  .prodetail5-info .d-btn a {
    margin-right: 12px;
    font-size: 1.4rem;
  }
  .prodetail5-info .d-btn .iconfont {
    font-size: 1.4rem;
  }
  .prodis6-showlist h4, .prodis6-showlist .text a {
    font-size: 1.6rem;
  }
  .prodis4-tt small {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1366px) {
  .prodetail2-info .d-btn a {
    padding: 11px 24px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .prodetail2-info .imgshow, .prodetail2-info .text {
    width: 100%;
  }
  .prodetail2-info .text {
    padding: 20px 0 0;
  }
  .prodetail2-info .d-btn {
    display: flex;
  }
  .prodetail2-info .d-btn a {
    margin: 0 1%;
    width: 48%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 16px;
    border-radius: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .prodetail2-info .d-btn .iconfont {
    font-size: 16px;
  }
  .prod2-table {
    overflow-x: auto;
  }
  .prod2-table table {
    min-width: 900px;
  }
  .prod2-block h3 {
    font-size: 18px;
  }
  .pro2-botlist li {
    width: 100%;
    margin-bottom: 12px;
  }
  .prodetail3-info {
    flex-wrap: wrap;
  }
  .prodetail3-info .imgshow, .prodetail3-info .text {
    width: 100%;
  }
  .prodetail3-info .text {
    padding: 12px;
  }
  .prodetail3-info .text-p {
    max-height: initial;
  }
  .prodis3-list .p-item {
    flex-wrap: wrap;
  }
  .prodis3-list .imgshow, .prodis3-list .text {
    width: 100%;
    box-sizing: border-box;
  }
  .prodis3-list .p-item .line {
    margin: 20px 0;
  }
  .prodis3-list .text {
    padding: 24px;
    border: 1px solid #C9C9C9 !important;
  }
  .prodis3-list li {
    margin-bottom: 12px;
  }
  .prodis3-pingjia .text {
    padding: 20px 0;
  }
  .prodis4-list .p-item {
    flex-wrap: wrap;
  }
  .prodis4-list .imgshow, .prodis4-list .text {
    width: 100%;
  }
  .prodis4-list .text-p {
    max-height: initial;
  }
  .prodis4-list .tags {
    margin: 20px auto;
  }
  .prodis4-list .text {
    padding: 1px 12px 12px;
    text-align: center;
  }
  .prodis4-list {
    padding-bottom: 1px;
  }
  .prodis4-caselist li {
    width: 50%;
  }
  .prodis4-tt {
    margin-bottom: 30px;
  }
  .prodis4-caselist .c-item {
    padding: 24px 0;
  }
  .prodis4-caselist h4 {
    margin-top: 12px;
  }
  .prodetail5-info .imgshow, .prodetail5-info .text {
    width: 100%;
    box-sizing: border-box;
  }
  .prodetail5-info .text {
    padding: 24px 0 0;
  }
  .prodis-qxlist ul li {
    margin-bottom: 20px;
  }
  .prodis-qxlist ul {
    margin: 0 -10px;
  }
  .prodis-qxlist li {
    float: left;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .prodis6v-list li {
    width: 50%;
    margin-bottom: 12px;
  }
  .prodis6v-list {
    margin: 24px 0 0;
  }
  .prodis6-showlist {
    flex-wrap: wrap;
  }
  .prodis6-showlist .sleft, .prodis6-showlist .sright {
    width: 100%;
  }
  .prodis6-showlist .text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 0;
  }
  .prodis6-showlist .text a {
    margin-left: 0;
    margin-top: 8px;
  }
  .prodis6-showlist h4 {
    max-width: 100%;
    overflow: initial;
    white-space: initial;
  }
  .prodis6-block {
    padding-bottom: 24px;
  }
}
