.section {
  overflow: unset !important;
  /* padding: 160px 0 0 0; */
  position: relative;
  z-index: 1;
}
.common_bread {
  position: relative;
  z-index: 5;
}
.section .back {
  position: absolute;
  width: 100%;
  height: calc(100% + 93px);
  top: -93px;
  left: 0;
  z-index: -1;
}
.section .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .section .wrap {
    justify-content: unset;
  }
}
.section .wrap .images {
  display: flex;
  height: 335px;
  margin: 0 113px 0 0;
}
.section .wrap .images img {
  max-height: 100%;
}
.section .wrap .images div:first-child {
  width: 259px;
  height: 100%;
  margin: 0 32px 0 0;
}
.section .wrap .images div:last-child {
  width: 497px;
  height: 100%;
}
.section .wrap .text .title {
  font-size: 26px;
  font-weight: normal;
  color: #caa672;
}
.section .wrap .text .english {
  font-size: 16px;
  font-weight: normal;
  color: #262626;
}
.section .wrap .text .line {
  width: 200px;
  height: 1px;
  background: #e8e8e8;
  margin: 44px 0 50px 0;
}
.section .wrap .text .line div {
  width: 80px;
  height: 1px;
  background: #caa672;
}
.section .wrap .text .black {
  margin: 0 0 16px 0;
  font-size: 24px;
  color: #141414;
  line-height: 40px;
}
.section .wrap .text .black_english {
  font-size: 16px;
  color: #262626;
  line-height: 22px;
  margin: 0 0 45px 0;
}
.section2 .wrap {
  width: 1190px;
  margin: 45px auto;
}
.section2 .wrap .title {
  display: flex;
  margin: 0 0 15px 0;
}
.section2 .wrap .title .item {
  width: 194px;
  height: 36px;
  border: 1px solid #caa672;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #caa672;
  transition: 0.7s;
  cursor: pointer;
}
.section2 .wrap .title .item:hover,
.section2 .wrap .title .item.on {
  background: #caa672;
  border: 1px solid transparent;
  color: #fff;
}
.section2 .wrap .content .matter {
  display: none;
}
.section2 .wrap .content .matter.on {
  display: flex;
}
.section2 .wrap .content .matter_1 .label {
  margin: 0 59px 0 0;
  width: 220px;
}
.section2 .wrap .content .matter_1 .label .border {
  width: 199px;
  padding:10px;

  border: 1px solid #caa672;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
  font-size: 14px;
  color: #caa672;
  cursor: pointer;
}
.section2 .wrap .content .matter_1 .label .border:not(:last-child) {
  margin: 0 0 10px 0;
  padding:10px;
  overflow:hidden
}
.section2 .wrap .content .matter_1 .label .border:hover,
.section2 .wrap .content .matter_1 .label .border.on {
  background: rgba(202, 166, 114, 1);
  color: #fff;
}
.section2 .wrap .content .matter_1 .the_rig .cut_right {
  display: none;
}
.section2 .wrap .content .matter_1 .the_rig .cut_right.on {
  display: flex;
}
.section2 .wrap .content .matter_1 .le_img {
  width: 385px;
  margin: 0 63px 0 0;
}
.section2 .wrap .content .matter_1 .le_img .images {
  width: 94%;
  overflow: hidden;
  display: block;
}
.section2 .wrap .content .matter_1 .le_img .images img {
  width: 100%;
  transition: 2s;
  cursor: pointer;
}
.section2 .wrap .content .matter_1 .le_img .images img:hover {
  transform: scale(1.1);
}
.section2 .wrap .content .matter_1 .le_img .text {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 360px;
}
.section2 .wrap .content .matter_1 .le_img .text .list:not(:last-child) {
  margin: 0;
}
.section2 .wrap .content .matter_1 .le_img .text .list {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
  width: 139px;
  height: 70px;
  left: -10px;
}
.section2 .wrap .content .matter_1 .le_img .text .list img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.section2 .wrap .content .matter_1 .le_img .text .list p {
  font-size: 16px;
  color: #161515;
}
.section2 .wrap .content .matter_1 .main_con .block {
  display: flex;
  align-items: flex-end;
  margin: 0 0 10px 0;
}
.section2 .wrap .content .matter_1 .main_con .block p {
  font-size: 16px;
  font-weight: bold;
  color: #241a18;
  line-height: 22px;
  margin: 0 0 0 0px;
}
.section2 .wrap .content .matter_1 .main_con .yellow p {
  font-size: 16px;
  color: #caa672;
  line-height: 20px;
  text-shadow: 0px 5px 2px rgba(0, 0, 0, 0.06);
}
.section2 .wrap .content .matter_1 .main_con .yellow img {
  max-width: 100%;
}
.section2 .wrap .content .matter_1 .main_con .small {
  font-size: 16px;
  color: #241a18;
  margin: 10px 0;
}
.section2 .wrap .content .matter_1 .main_con .small div {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid rgba(202, 166, 114, 1);
  width: 0;
  height: 0;
  margin: 10px 0 0 0;
}
.section2 .wrap .content .matter_1 .main_con .pick span,
.section2 .wrap .content .matter_1 .main_con .pick p {
  font-size: 12px;
  color: #666;
  line-height: 17px;
}
.section2 .wrap .content .matter_1 .main_con .pick span {
  font-weight: bold;
}
.section2 .wrap .content .matter_1 .main_con .k {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section2 .wrap .content .matter_1 .main_con .k .up {
  min-width: 173px;
  position: relative;
  z-index: 1;
  padding: 20px 5px;
  text-align: center;
  transition: 1s;
  cursor: pointer;
  margin-right: 10px;
}
.section2 .wrap .content .matter_1 .main_con .k .up:hover {
  transform: translateY(-20px);
}
.section2 .wrap .content .matter_1 .main_con .k .up .line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section2 .wrap .content .matter_1 .main_con .k .up .thread {
  width: 110px;
  height: 1px;
  background: #000000;
  opacity: 0.09;
  margin: 10px auto;
}
.section2 .wrap .content .matter_1 .main_con .k .up .ti {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 0px 0;
}
.section2 .wrap .content .matter_1 .main_con .k .up .ti span {
  font-size:14px;
  color: #666;
  line-height: 20px;
  margin: 0 5px 0 0;
  display: block;
}
.section2 .wrap .content .matter_1 .main_con .k .up .ti p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
}
.section2 .wrap .content .matter_1 .main_con .k .up .introduce {
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height:16px;
  height:44px;

}
.section2 .wrap .content .matter_2.on {
  display: grid;
}
.section2 .wrap .content .matter_2 {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
}
.section2 .wrap .content .matter_2 .item_list {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.section2 .wrap .content .matter_2 .item_list .white {
  width: 100%;
  height: 200px;
  background: #ffffff;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}

.section2 .wrap .content .matter_2 .item_list .white .iconfont {
  font-size: 120px;
  transition: 0.6s;
}
.section2 .wrap .content .matter_2 .item_list .text {
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: center;
}

.section2 .wrap .content .matter_2 .item_list:hover .white {
  border: 1px solid #caa672;
}
.section2 .wrap .content .matter_2 .item_list:hover .white .iconfont {
  transform: rotateY(-180deg);
}
@media screen and (max-width: 1600px) {
  .section .wrap {
    max-width: 90%;
  }
  .section .wrap .images {
    margin: 0 64px 0 0;
  }
  .section {
    padding: 0 0 0 0;
  }
  .section2 .wrap {
    max-width: 100%;
    padding: 0 100px;
  }
  .section2 .wrap .content .matter_1 .label {
    margin: 0;
  }
  .section2 .wrap .content .matter .the_rig {
    width: 77%;
  }
  .section2 .wrap .content .matter_1 .le_img {
    margin: 0 0px 0 0;
  }
  .section2 .wrap .content .matter_1 .label .border {
    width: 200px;
  }
  .section2 .wrap .content .matter_1 .main_con .k {
    justify-content: flex-start;
  }
  .section2 .wrap .content .matter_1 .main_con .k .up {
    min-width: 24%;
  }
  .section2 .wrap .content .matter_1 .main_con .k .up > * {
    position: relative;
    z-index: 5;
  }
  .section2 .wrap .content .matter_1 .main_con .k .up:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
      0deg,
      #ffffff 0%,
      rgba(202, 166, 114, 0.6) 100%
    );
    border-radius: 9px;
  }
  .section2 .wrap .content .matter_1 .main_con .k .up:before {
    content: '';
    position: absolute;
    width: 97%;
    height: 97%;
    top: -3px;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(0deg, #fff 0%, #ffffff 100%);
    border-radius: 9px;
    z-index: 2;
  }
  .section2 .wrap .content .matter_1 .main_con .k .up .line {
    height: auto;
    display: none;
  }
  .section2 .wrap .content .matter_1 .main_con .k .up .thread {
    width: 100%;
  }
}

.more-product {
  margin-left: 20px;
  color: #CAA672;
}


@media screen and (max-width: 1600px) {
  .section2 .wrap .content .matter_1 .label .border {
    font-size: 14px;
 
  }
  .section2 .wrap .content .matter_1 .le_img {
    width: 320px;
  }
  .section2 .wrap .content .matter_1 .le_img .text {
    width: 320px;
  }
}