.banner {
  position: relative;
}
.banner > img {
  width: 100%;
  height: 3.2rem;
}
.banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 1.7rem;
  display: flex;
  align-items: center;
  font-family: 'OpenSans-Regular';
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.55rem;
}
.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.58rem;
}
.productCon .selList {
  width: 3rem;
  margin-right: 1.1rem;
}
.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 .resList {
  flex: 1;
}
.productCon .resList .res {
  display: flex;
  flex-wrap: wrap;
}
.productCon .resList .res .resItem {
  width: 3.71rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.28rem;
  margin-bottom: 0.5rem;
  position: relative;
  border-bottom: 3px solid transparent;
}
.productCon .resList .res .resItem > img {
  width: 3.57rem;
  height: 3.57rem;
  margin-top: 0.16rem;
}
.productCon .resList .res .resItem .des {
  width: 100%;
  margin-top: 0.15rem;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productCon .resList .res .resItem .des .title {
  margin-top: 0.2rem;
  font-family: 'OpenSans-Bold';
  font-size: 0.16rem;
  color: #0F0F10;
  line-height: 0.22rem;
}
.productCon .resList .res .resItem .des .title > span {
  color: #F60B13;
}
.productCon .resList .res .resItem .des .subTitle {
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
        text-align: center;
    width: 3rem;
        min-height: 0.2rem;
  margin-top: 0.08rem;
  margin-bottom: 0.19rem;
  font-family: 'OpenSans-Regular';
  font-size: 0.16rem;
  color: #000;
  line-height: 0.22rem;
}
.productCon .resList .res .resItem .newLabel {
  width: 0.5rem;
  height: 0.5rem;
  background-color: red;
  border-radius: 0 0 0.5rem 0;
  position: absolute;
  top: 0.16rem;
  left: 0.07rem;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.productCon .resList .res .resItem .newLabel > span {
  position: absolute;
  top: 55%;
  left: 45%;
  transform: translate(-70%, -70%) rotate(225deg);
  color: white;
  font-size: 0.16rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.productCon .resList .res .resItem:nth-child(3n+3) {
  margin-right: 0;
}
.productCon .resList .res .resItem.active,
.productCon .resList .res .resItem:hover {
  border-bottom: 3px solid #081587;
}
.productCon .resList .pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0.1rem 0 0.57rem 0;
}
.productCon .resList .pagination .prev,
.productCon .resList .pagination .next {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
}
.productCon .resList .pagination .prev > img,
.productCon .resList .pagination .next > img {
  width: 0.05rem;
  height: 0.1rem;
}
.productCon .resList .pagination .pageList {
  display: flex;
}
.productCon .resList .pagination .pageList > div {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.14rem;
  color: #7D7D7D;
}
.productCon .resList .pagination .pageList .active {
  background-color: #081587;
  border: 1px solid #081587;
  color: #fff;
}
.productCon .resList .pagination .pageList .point {
  border: none;
  margin-top: -0.04rem;
}
@media only screen and (max-width:1024px){
    .banner .text{
        padding-left: 0.4rem;
    }
    .crumb{
        padding: 0 0.4rem;
    }
    .productCon{
        padding: 0 0.4rem;
    }
    .productCon{
        flex-wrap: wrap;
    }
    .productCon .selList{
        width: 100%;
    margin-right: 0rem;
    }
    .productCon .resList .res .resItem{
        width: 3rem;
    }
    .productCon .resList .res .resItem:nth-child(3n+3){
        margin-right: 0.28rem;
    }
    .productCon .resList .res .resItem .des .title{
        padding: 0 .2rem;
    }
}