.description .content img{
    width: revert-layer;
    max-width: 100%;
}
.crumb {
  height: 0.7rem;
  background: #F5F5F5;
  padding: 0 1.7rem;
  display: flex;
  align-items: center;
}
.crumb .icon {
  width: 0.205rem;
  height: 0.184rem;
  background-image: url('../img/contact/home.png');
  background-size: 100% 100%;
  margin-right: 0.08rem;
}
.crumb > span {
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #838383;
  line-height: 0.19rem;
}
.crumb .space {
  margin: 0 0.05rem;
}
.productCon {
  display: flex;
  padding: 0 1.7rem;
  margin-top: 0.39rem;
}
.productCon .selList {
  width: 3rem;
  margin-right: 0.34rem;
}
.productCon .selList .selItem {
  width: 100%;
  background: #464646;
  margin-bottom: 0.04rem;
}
.productCon .selList .selItem .text {
  height: 0.54rem;
  padding: 0.16rem 0.13rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'OpenSans-Regular';
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.22rem;
  cursor: pointer;
}
.productCon .selList .selItem .text .icon {
  width: 0.093rem;
  height: 0.053rem;
  background-image: url('../img/video/down.png');
  background-size: 100% 100%;
  /* transition: all 0.5s; */
}
.productCon .selList .selItem .optionList {
  display: none;
}
.productCon .selList .selItem .optionList .option {
  cursor: pointer;
  padding: 0 0.13rem;
  height: 0.44rem;
  background: #F2F2F2;
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #0C0B0B;
  line-height: 0.19rem;
  display: flex;
  align-items: center;
}
.productCon .selList .selItem .optionList .option:hover {
  background: #071484;
  color: #fff;
}
.productCon .infoCon {
  flex: 1;
}
.productCon .infoCon .top {
  /*background: #F2F2F2;*/
  /*padding: 0.34rem 0.32rem;*/
}
.productCon .infoCon .swiperCon {
  display: flex;
}
.productCon .infoCon .swiperCon .left {
  width: 5.77rem;
  height: 5.77rem;
  margin-right: 0.65rem;
  border: 1px solid #C9C9C9;
}
.productCon .infoCon .swiperCon .left .bigSwiper {
  height: 100%;
}
.productCon .infoCon .swiperCon .left .bigSwiper > img {
  width: 100%;
  height: 100%;
}
.productCon .infoCon .swiperCon .right {
  width: 5.41rem;
}
.productCon .infoCon .swiperCon .right .title {
  font-family: 'OpenSans-Bold';
  font-size: 0.18rem;
  color: #838383;
  line-height: 0.24rem;
  margin-top: 0.16rem;
}
.productCon .infoCon .swiperCon .right .line {
  margin-top: 0.27rem;
  border-bottom: 2px solid #B4B4B4;
}
.productCon .infoCon .swiperCon .right .subTitle {
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #6F6F6F;
  line-height: 0.19rem;
  margin-top: 0.29rem;
}
.productCon .infoCon .swiperCon .right .keyword {
  margin-top: 0.19rem;
  display: flex;
}
.productCon .infoCon .swiperCon .right .keyword .label {
  font-family: 'OpenSans-Bold';
  font-size: 0.14rem;
  color: #888;
  line-height: 0.19rem;
  margin-right: 0.15rem;
}
.productCon .infoCon .swiperCon .right .keyword .keywordList {
  display: flex;
  flex-wrap: wrap;
}
.productCon .infoCon .swiperCon .right .keyword .keywordList .keywordItem {
  height: 0.35rem;
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #6F6F6F;
  line-height: 0.19rem;
  border: 1px solid #D5D5D5;
  border-radius: 0.05rem;
  margin-right: 0.1rem;
  margin-bottom: 0.09rem;
}
.productCon .infoCon .swiperCon .right .classification {
  display: flex;
  margin-top: 0.16rem;
}
.productCon .infoCon .swiperCon .right .classification .label {
  font-family: 'OpenSans-Bold';
  font-size: 0.14rem;
  color: #888;
  line-height: 0.19rem;
  margin-right: 0.04rem;
}
.productCon .infoCon .swiperCon .right .classification .text {
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #F60B13;
  line-height: 0.19rem;
}
.productCon .infoCon .swiperCon .right .dashedLine {
  margin-top: 0.23rem;
  border-bottom: 1px dashed #B4B4B4;
}
.productCon .infoCon .swiperCon .right .email {
  margin-top: 0.26rem;
  display: flex;
  align-items: center;
}
.productCon .infoCon .swiperCon .right .email > img {
  width: 0.219rem;
  height: 0.171rem;
  margin-right: 0.06rem;
}
.productCon .infoCon .swiperCon .right .email .label {
  font-family: 'OpenSans-Bold';
  font-size: 0.18rem;
  color: #333;
  line-height: 0.24rem;
  margin-right: 0.08rem;
  white-space: nowrap;
}
.productCon .infoCon .swiperCon .right .email .text {
  font-family: 'OpenSans-Regular';
  font-size: 0.18rem;
  color: #F60B13;
  line-height: 0.24rem;
  white-space: nowrap;
}
.productCon .infoCon .swiperCon .right .btns {
  display: flex;
  margin-top: 0.4rem;
}
.productCon .infoCon .swiperCon .right .btns .btn1 {
  /*width: 1.58rem;*/
  width: fit-content;
  padding: 0 .2rem;
  height: 0.45rem;
  background: #081587;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productCon .infoCon .swiperCon .right .btns .btn1 .icon {
  width: 0.22rem;
  height: 0.195rem;
  background-image: url('../img/productInfo/message.png');
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
.productCon .infoCon .swiperCon .right .btns .btn1 .text {
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.19rem;
}
.productCon .infoCon .swiperCon .right .btns .btn2 {
  margin-left: 0.19rem;
  /*width: 1.67rem;*/
  width: fit-content;
  padding: 0 .2rem;
  height: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6CCA49;
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.19rem;
}
.productCon .infoCon .swiperCon .right .smallSwiper {
  margin-top: 0.41rem;
  width: 5.41rem;
  height: 0.902rem;
}
.productCon .infoCon .swiperCon .right .smallSwiper .slideItem {
  width: 0.902rem;
  height: 0.902rem;
  margin-left: 0.085rem;
  position: relative;
}
.productCon .infoCon .swiperCon .right .smallSwiper .slideItem > img {
  width: 0.902rem;
  height: 0.902rem;
}
.productCon .infoCon .swiperCon .right .smallSwiper .slideItem .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.productCon .infoCon .swiperCon .right .smallSwiper .swiper-slide-thumb-active .slideItem .mask {
  display: none;
}
.productCon .infoCon .swiperCon .right .smallSwiper .swiper-button-prev,
.productCon .infoCon .swiperCon .right .smallSwiper .swiper-button-next {
  width: 0.047rem;
  height: 0.081rem;
  top: 0.7rem;
  transform: translateY(-50%);
  background-size: 100% 100%;
}
.productCon .infoCon .swiperCon .right .smallSwiper .swiper-button-prev::after,
.productCon .infoCon .swiperCon .right .smallSwiper .swiper-button-next::after {
  display: none;
}
.productCon .infoCon .swiperCon .right .smallSwiper .swiper-button-prev {
  left: 0;
  background-image: url('../img/aboutUs/next.png');
  transform: rotate(180deg);
}
.productCon .infoCon .swiperCon .right .smallSwiper .swiper-button-next {
  right: 0;
  background-image: url('../img/aboutUs/next.png');
}
.productCon .infoCon .tab_active {
  background: #081587 !important;
  color: #FFFFFF !important;
}
.productCon .infoCon .description {
  margin-top: 0.27rem;
  background-color: #fff;
}
.productCon .infoCon .description .tabs {
  display: flex;
  margin-bottom: 0.41rem;
}
.productCon .infoCon .description .tabs .tab {
  width: 2.11rem;
  height: 0.51rem;
  font-family: 'OpenSans-Regular';
  font-size: 0.18rem;
  color: #000;
  line-height: 0.33rem;
  background: #EBEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.productCon .infoCon .description .tabs .tab:hover {
  background: #081587 !important;
  color: #FFFFFF !important;
}
.productCon .infoCon .description .content {
  padding: 0 0.61rem 0.31rem 0.41rem;
}
.productCon .infoCon .description .content .imgList {
  display: flex;
  margin-top: 0.48rem;
}
.productCon .infoCon .description .content .imgList > img {
  width: 3.37rem;
  height: 2.25rem;
  margin-left: 0.34rem;
}
.productCon .infoCon .description .content .imgList > img:first-child {
  margin-left: 0;
}
.productCon .infoCon .description .content .faqsList {
  margin-top: 0.6rem;
  padding-bottom: 0.82rem;
}
.productCon .infoCon .description .content .faqsList .faqsTitle {
  font-family: 'OpenSans-Bold';
  font-size: 0.16rem;
  color: #333;
  line-height: 0.22rem;
  display: flex;
  align-items: center;
  margin-right: 1.16rem;
  cursor: pointer;
}
.productCon .infoCon .description .content .faqsList .faqsTitle .point {
  margin-top: 0.01rem;
  width: 0.11rem;
  height: 0.11rem;
  background: #081587;
  border-radius: 50%;
  margin-right: 0.11rem;
}
.productCon .infoCon .description .content .faqsList .faqsItem {
  margin-top: 0.1rem;
  margin-left: 0.21rem;
  padding: 0.17rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
}
.productCon .infoCon .description .content .faqsList .faqsItem .text {
  display: flex;
  flex-direction: column;
  width: 7.96rem;
}
.productCon .infoCon .description .content .faqsList .faqsItem .text .question {
  font-family: 'OpenSans-Regular';
  font-size: 0.16rem;
  color: #000;
  line-height: 0.22rem;
}
.productCon .infoCon .description .content .faqsList .faqsItem .text .answer {
  display: none;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  font-family: 'OpenSans-Regular';
  font-size: 0.16rem;
  color: #6C6C6C;
  line-height: 0.22rem;
}
.productCon .infoCon .description .content .faqsList .faqsItem .icon {
  width: 0.19rem;
  height: 0.19rem;
  background-image: url('../img/productInfo/add.png');
  background-size: 100% 100%;
}
.productCon .infoCon .description .content .faqsList .faqsItem:hover .icon,
.productCon .infoCon .description .content .faqsList .faqsItem.active .icon {
  background-image: url('../img/productInfo/add_active.png');
}
.productCon .infoCon .description .content .faqsList .faqsItem.active .answer {
  display: block;
}
.productCon .infoCon .related {
  display: flex;
  flex-direction: column;
}
.productCon .infoCon .related > h3 {
    background: rgb(8, 21, 135);
    padding: 0.05rem 0.2rem;
  font-family: 'OpenSans-Bold';
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.38rem;
  margin-top: 0.73rem;
  margin-bottom: 0.42rem;
}
.productCon .infoCon .related .relatedList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.17rem;
}
.productCon .infoCon .related .relatedList .relatedItem {
  width: 2.94rem;
  border: 1px solid #C9C9C9;
  margin-right: 0.23rem;
  margin-bottom: 0.42rem;
}
.productCon .infoCon .related .relatedList .relatedItem > img {
  width: 2.94rem;
  height: 2.58rem;
  object-fit: contain;
}
.productCon .infoCon .related .relatedList .relatedItem .des {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.46rem;
  background-color: rgba(0, 0, 0, 0.48);
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.19rem;
  text-align: center;
  padding: 0 0.1rem;
}
.productCon .infoCon .related .relatedList .relatedItem:nth-child(4n+4) {
  margin-right: 0;
}

.mySwiper{
    width: 11rem;
    display: none;
}
