.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;
}
.productCon .infoCon .swiperCon .right .email .text {
  font-family: 'OpenSans-Regular';
  font-size: 0.18rem;
  color: #F60B13;
  line-height: 0.24rem;
}
.productCon .infoCon .swiperCon .right .btns {
  display: flex;
  margin-top: 0.4rem;
}
.productCon .infoCon .swiperCon .right .btns .btn1 {
  width: 1.58rem;
  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: 2.1rem;
  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;
}
.productCon .infoCon .description .tabs .tab {
  width: 2.11rem;
  height: 0.51rem;
  font-family: 'OpenSans-Regular';
  font-size: 0.24rem;
  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;
  color: #FFFFFF;
}
.productCon .infoCon .description .content {
  padding: 0 0.32rem;
  display: flex;
  flex-direction: column;
}
.productCon .infoCon .description .content > p {
  font-family: 'OpenSans-Regular';
  font-size: 0.16rem;
  color: #000;
  line-height: 0.29rem;
  /*margin-top: 0.41rem;*/
}
.productCon .infoCon .description .content .desTable {
  margin-top: 0.53rem;
  margin-bottom: 0.51rem;
}
.productCon .infoCon .description .content .desTable .tableTabs {
  display: flex;
  margin-bottom: 0.41rem;
}
.productCon .infoCon .description .content .desTable .tableTabs .tableTab {
  font-family: 'OpenSans-Regular';
  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 .desTable .tableTabs .tableTab .point {
  margin-top: 0.01rem;
  width: 0.11rem;
  height: 0.11rem;
  background: #9D9D9D;
  border-radius: 50%;
  margin-right: 0.11rem;
}
.productCon .infoCon .description .content .desTable .tableTabs .tableTab:hover,
.productCon .infoCon .description .content .desTable .tableTabs .tableTab.active {
  font-family: 'OpenSans-Bold';
}
.productCon .infoCon .description .content .desTable .tableTabs .tableTab:hover .point,
.productCon .infoCon .description .content .desTable .tableTabs .tableTab.active .point {
  background: #081587;
}
.productCon .infoCon .description .content .desTable .tableCon {
  margin-top: 0.51rem;
}
.productCon .infoCon .description .content .desTable .tableCon .spec-table {
  width: 10.8rem;
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}
.productCon .infoCon .description .content .desTable .tableCon .table-row {
  display: flex;
  height: 0.45rem;
  border-bottom: 1px solid #E0E0E0;
}
.productCon .infoCon .description .content .desTable .tableCon .table-cell {
  display: flex;
  align-items: center;
  border-left: 1px solid #E0E0E0;
}
.productCon .infoCon .description .content .desTable .tableCon .table-cell:nth-child(1) {
  width: 3.3rem;
  padding-left: 0.34rem;
}
.productCon .infoCon .description .content .desTable .tableCon .table-cell:nth-child(2) {
  justify-content: center;
  width: 1.87rem;
}
.productCon .infoCon .description .content .desTable .tableCon .table-cell:nth-child(3) {
  justify-content: center;
  width: 5.62rem;
}
.productCon .infoCon .description .content .desTable .tableCon .sub-cell {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #E0E0E0;
}
.productCon .infoCon .description .content .desTable .tableCon .sub-cell:first-child {
  border-left: none;
}
.productCon .infoCon .related {
  display: flex;
  flex-direction: column;
}
.productCon .infoCon .related > h3 {
  font-family: 'OpenSans-Bold';
  font-size: 0.28rem;
  color: #333;
  line-height: 0.38rem;
  margin-top: 1.22rem;
  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;
}
.productCon .infoCon .related .relatedList .relatedItem .des {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.36rem;
  background-color: rgba(0, 0, 0, 0.48);
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.19rem;
}
.productCon .infoCon .related .relatedList .relatedItem:nth-child(4n+4) {
  margin-right: 0;
}
