.chanpintop {
  background-color: #FAFAFA;
  padding: 10px;
  color: #999;
  font-size: 14px;
}
.chanpintop span {
  color: #C90D0C;
}

.cptitle {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cptitle > div {
  height: 90px;
  display: flex;
  align-items: center;
  background-image: url(/img1/chanpin/banner.png);
  background-size: cover;
  background-size: 100% 100%;
}
.cptitle .shukuai {
  width: 6px;
  height: 26px;
  background: #fff;
  margin-right: 10px;
  margin-left: 20px;
}
.cptitle h2 {
 
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  color: #fff;
  margin: 0;
}

.cpcontent1 {
  margin-bottom: 80px;
}
.cpcontent1 .card {
  border-radius: 8px;
  filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.1490196078));
  cursor: pointer;
}
.cpcontent1 .card .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}
.cpcontent1 .card .card-body h5 {
  margin: 0;

  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03px;
  text-align: left;
  color: #333;
}
.cpcontent1 .card .card-body img {
  width: 18px;
  height: 18px;
}
.cpcontent1 .card .card-body .t1 {
  display: inline;
}
.cpcontent1 .card .card-body .t2 {
  display: none;
}
.cpcontent1 .card:hover .card-body {
  background-color: #b40014;
  transition: all 0.4s;
}
.cpcontent1 .card:hover .card-body h5 {
  color: #fff;
}
.cpcontent1 .card:hover .card-body .t1 {
  display: none;
}
.cpcontent1 .card:hover .card-body .t2 {
  display: inline;
}

.cpcontent2 {
  margin-bottom: 80px;
}
.cpcontent2 .bsp {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpcontent2 .fqxj {
  height: 59px;
  line-height: 59px;
  border-radius: 6px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #333333;
  padding: 0 18px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpcontent2 .fqxj.active {
  background: #c90d0c;
  color: #fff;
}
.cpcontent2 .cpsright .box {
  display: none;
}
.cpcontent2 .cpsright .box.active {
  display: block;
}
.cpcontent2 .cpsright .card .card-body {
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.cpcontent2 .card {
  cursor: pointer;
}
.cpcontent2 .card-body {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1490196078);
  text-align: center;
}
.cpcontent2 .accordion-item {
  margin-bottom: 10px;
  border-bottom: 0;
}
.cpcontent2 .accordion-item h2 {
  background-color: #f7f7f7;
}
.cpcontent2 .accordion-collapse {
  background-color: #fff;
}

.chanpinxq {
  color: #000;
}
.chanpinxq .jichu {
  margin-top: 30px;
  margin-bottom: 30px;
}
.chanpinxq .jichu .jichult {
  position: relative;
}
.chanpinxq .jichu .jichult .card {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1490196078);
}
.chanpinxq .jichu .jichult .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chanpinxq .jichu .jichult .card-body > div {
  margin: 0 18px;
  cursor: pointer;
}
.chanpinxq .jichu .jichult .card-body .xian {
  width: 1px;
  height: 10px;
  background: #999;
}
.chanpinxq .jichu .jichult .card-body img {
  width: 24px;
  height: 24px;
}
.chanpinxq .jichu .jichurt {
  margin-top: 20px;
}
.chanpinxq .jichu .jichurt .huiyuan {
  background-color: #D31110;
  color: #fff;
  min-width: 52px;
  font-size: 14px;
  margin-right: 10px;
  padding: 4px;
  font-weight: 500;
  border-radius: 4px;
}
.chanpinxq .jichu .jichurt h3 {
 
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.chanpinxq .jichu .jichurt h3 div {
  /*font-family: "Microsoft YaHei";*/
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #666;
}
.chanpinxq .jichu .jichurt .p1 {
  /*font-family: "Microsoft YaHei";*/
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #666;
}
.chanpinxq .jichu .jichurt .tz {
  font-size: 14px;
}
.chanpinxq .jichu .fenxiang1 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 30px);
  height: 113.5px;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 100%);
  border: 2px solid #fff;
  filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.1607843137));
  padding: 0 30px;
}
.chanpinxq .jichu .fenxiang1 > div {
  text-align: center;
}
.chanpinxq .jichu .fenxiang1 > div img {
  width: 40px;
  height: 40px;
}
.chanpinxq .jichu .fenxiang1 > div p {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03px;
  line-height: 30px;
  color: #666;
  margin: 0;
}
.chanpinxq .new .nav-item {
  margin-bottom: 20px;
}
.chanpinxq .new .formx {
  justify-content: space-between;
  align-items: center;
  background-color: #F7F7F7;
  padding: 20px;
  margin-bottom: 20px;
}
.chanpinxq .new .formx > div {
  line-height: 50px;
  margin-top: 0;
}
.chanpinxq .new .formx .shaix {
  margin: 0;
  padding-left: 56px;
}
.chanpinxq .new .formx .lt {
  margin-right: 10px;
}
.chanpinxq .new .formx label {
  margin: 0;
}
.chanpinxq .new .formx .inputx {
  margin-right: 20px;
  align-items: center;
}
.chanpinxq .new .formx .inputx li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 20px;
  font-size: 14px;
}
.chanpinxq .new .formx .inputx li > input {
  margin-top: 0;
  margin-right: 10px;
}
.chanpinxq .new .formx .inputx .input-group1,
.chanpinxq .new .formx .inputx .input-group2,
.chanpinxq .new .formx .inputx .input-group3 {
  position: relative;
}
.chanpinxq .new .formx .inputx .chongzhi {
  cursor: pointer;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  padding-left: 8px;
}
.chanpinxq .new .cplb .tiao .da1 {
  display: none;
  width: 18px;
  height: 18px;
}
.chanpinxq .new .cplb .tiao .da2 {
  display: block;
  width: 18px;
  height: 18px;
}
.chanpinxq .new .cplb .tiao.collapsed .da1 {
  display: block;
}
.chanpinxq .new .cplb .tiao.collapsed .da2 {
  display: none;
}
.chanpinxq .new .cplb .biaozhank1 .tab-content {
  padding: 20px;
}
.chanpinxq .new .cplb .biaozhank1 h3 {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #2a60b8;
  white-space: pre;
}
.chanpinxq .new .cplb .biaozhank1 h3 a {
  color: #2a60b8;
}
.chanpinxq .new .cplb .biaozhank1 td {
  text-align: left;
}
.chanpinxq .new .cplb .biaozhank1 .xiazai {
  text-align: left;
}
.chanpinxq .new .cplb .biaozhank1 .xiazai .button {
  background-color: #ECAAAA;
  border: 0;
}
.chanpinxq .new .cplb .biaozhank1 .xiazai .button:hover {
  background-color: #C90D0C;
}
.chanpinxq .new .cplb .biaozhank1 .xiazai .ds {
  background-color: #d8d8d8;
}
.chanpinxq .new .cplb .biaozhank1 .xiazai img {
  width: 15.2px;
  height: 15.2px;
}
.chanpinxq .new .cplb .biaozhank1 .chanxuan {
  margin-top: 30px;
  width: 100%;
  justify-content: space-between;
}
.chanpinxq .new .cplb .biaozhank1 .chanxuan .card {
  border: 0;
  background-color: #F7F7F7;
}
.chanpinxq .new .cplb .biaozhank1 .chanxuan .card .card-text {
  text-align: left;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.chanpinxq .new .cplb .biaozhank1 .chanxuan .card .xia {
  color: #D31110;
}
.chanpinxq .new .cplb .biaozhank1 .chanxuan .jia {
  width: 12px;
  height: 12px;
  color: #666;
  margin-top: 40px;
}
.chanpinxq .new .cplb .biaozhank1 .chanxuan .swhy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.chanpinxq .new .cplb .biaozhank1 .chanxuan .swhy button {
  width: 58px;
  height: 58px;
  font-size: 24px;
  border-radius: 6px;
  margin-bottom: 8px;
}
.chanpinxq .new .cplb .biaozhank1 .chanxuan .swhy button:hover {
  background-color: #C90D0C;
  color: #fff;
}
.chanpinxq .new .cplb .biaozhank1 .chanxuan .gouwus {
  height: 124px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 6px;
  background: #fff;
}
.chanpinxq .new .cplb .biaozhank1 .chanxuan .gouwus .p1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 20px 0 0 0;
}
.chanpinxq .new .cplb .biaozhank1 .chanxuan .gouwus .p2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin: 0 0 6px 0;
}
.chanpinxq .new .cplb .biaozhank1 .chanxuan .gouwus .p2 span {
  color: #D31110;
}
.chanpinxq .new .dingzhi .dingzhi1 .btn-primary {
  background-color: #C90D0C;
  border-color: #C90D0C;
}
.chanpinxq .new .dingzhi .dingzhi1 > div {
  height: 388px;
}
.chanpinxq .new .dingzhi .dingzhi1 > div > div {
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #333;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}
.chanpinxq .new .dingzhi .dingzhi1 > div h2 {
  
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12px;
  line-height: 30px;
  text-align: left;
  color: #fff;
}
.chanpinxq .new .dingzhi .dingzhi1 .dx1 > div {
  background-image: url(../img1/chanpin/dingz1.png);
}
.chanpinxq .new .dingzhi .dingzhi1 .dx2 > div {
  background-image: url(../img1/chanpin/dingz2.png);
}
.chanpinxq .new .dingzhi .dingzhi1 .dx3 > div {
  background-image: url(../img1/chanpin/dingz3.png);
}
.chanpinxq .new .dingzhi .dingzhi1 .dx4 > div {
  background-image: url(../img1/chanpin/dingz4.png);
}
.chanpinxq .new .dingzhi .zixun {
  margin: 60px 0 80px;
  border-radius: 8px;
  padding-bottom: 60px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1490196078);
  text-align: center;
}
.chanpinxq .new .dingzhi .zixun > button {
  margin-top: 30px;
}
.chanpinxq .new .dingzhi .zixun .ztitle {
  padding-top: 50px;
}
.chanpinxq .new .dingzhi .zixun .ztitle h3 {
  
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #333;
  
}
.chanpinxq .new .dingzhi .zixun .ztitle p {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #efefef;
}
.chanpinxq .new .dingzhi .zixun .zinputs {
  margin-top: 30px;
}
.chanpinxq .new .dingzhi .zixun .zinputs .flexin {
  justify-content: space-between;
}
.chanpinxq .new .dingzhi .zixun .zinputs input {
  width: 23%;
  height: 53px;
  background: #f7f7f7;
}
.chanpinxq .new .dingzhi .zixun .zinputs textarea {
  background: #f7f7f7;
  margin-top: 20px;
}
.chanpinxq .new .shipin .card .card-img-top {
  position: relative;
}
.chanpinxq .new .shipin .card .img1 {
  width: 100%;
  height: 234px;
}
.chanpinxq .new .shipin .card .img2 {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.chanpinxq .new .shipin .card .card-body {
  text-align: center;
}
.chanpinxq .new .shipin .card .card-body .card-title {
  margin-bottom: 0;
}

.che {
  width: 17.57px;
  height: 16.42px;
}

.che1 {
  width: 140px;
}

.cplb td {
  vertical-align: middle;
  text-align: center;
}

.cplb th {
  vertical-align: middle;
  text-align: center;
}
.cplb th img {
  width: 16px;
  margin-left: 6px;
}

.chanpinxq1 .jichurt {
  margin-top: 0 !important;
}
.chanpinxq1 .jichurt .h3 h3 {

  font-weight: 700;
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
  color: #333;
}
.chanpinxq1 .jichurt .h3 .gz {
  font-family: "Microsoft YaHei";
  width: 100px;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #666;
}
.chanpinxq1 .jichurt .h3 .gz img {
  width: 18px;
}
.chanpinxq1 .jichurt p {
  margin: 0;
}
.chanpinxq1 .jichurt .tit {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
  position: relative;
}
.chanpinxq1 .jichurt .tit .p11 {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #666;
  margin-right: 13px;
}
.chanpinxq1 .jichurt .tit .p12 {

  font-weight: 700;
  font-size: 38px;
  text-align: left;
  color: #d31110;
}
.chanpinxq1 .jichurt .tit .p12 span {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 18px;
  line-height: 49px;
  text-align: left;
  color: #d31110;
}
.chanpinxq1 .jichurt .tit button img {
  width: 14px;
  height: 13px;
  margin-right: 10px;
}
.chanpinxq1 .jichurt .tit .bt1 {
  margin-left: 10px;
}
.chanpinxq1 .jichurt .tit .custom {
  width: 95px;
  height: 87px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.chanpinxq1 .jichurt .dazhe > div {
  height: 76px;
}
.chanpinxq1 .jichurt .dazhe > div .active {
  background-color: #C90D0C;
  color: #fff;
}
.chanpinxq1 .jichurt .dazhe > div div {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 7px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chanpinxq1 .jichurt .xiazai1 {
  width: 100%;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1490196078);
  padding: 16px 20px;
  margin-top: 20px;
}
.chanpinxq1 .jichurt .xiazai1 p {
  color: #333333;
  font-size: 14px;
  font-face: Microsoft YaHei;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.chanpinxq1 .jichurt .xiazai1 p span {
  color: #888888;
  font-size: 12px;
  font-face: Microsoft YaHei;
  font-weight: 400;
  letter-spacing: 0;
}
.chanpinxq1 .jichurt .xiazai1 button {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
.chanpinxq1 .jichurt .xiazai1 img {
  width: 12.62px;
  height: 13.02px;
  margin-right: 5px;
}
.chanpinxq1 .tabsx11 h3 {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
  white-space: pre;
}
.chanpinxq1 .xiangguan .card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1490196078);
}
.chanpinxq1 .xiangguan .card img {
  height: 168px;
}
.chanpinxq1 .xiangguan .card p {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-bottom: 2px;
  color: #333;
}

#modalScroll .modal-content {
  width: 443px;
  height: 520px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f3f3f3 0%, #fff 100%);
  border: 2px solid #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1607843137);
}
#modalScroll .modal-content .modal-body h3 {
 
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03px;
  text-align: left;
  color: #333;
}
#modalScroll .modal-content .modal-body > p {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03px;
  text-align: left;
  color: #999;
}
#modalScroll .modal-content .modal-footer {
  justify-content: center;
}

tr {
  overflow: scroll;
}

.chanpindb .topx {
  margin-top: 40px;
  margin-bottom: 30px;
}
.chanpindb .topx .shuxiandb {
  width: 6px;
  height: 26px;
  margin-right: 20px;
  background: #d31110;
}
.chanpindb .topx h2 {

  font-weight: 700;
  font-size: 22px;
  text-align: left;
  color: #333;
}
.chanpindb .table td,
.chanpindb .table th {
  text-align: center;
  vertical-align: middle;
  min-width: 220px;
}
.chanpindb th {
  max-width: 200px;
}
.chanpindb .table input {
  font-size: 14px;
}
.chanpindb .table .tianjia {
  width: 45px;
  font-size: 14px;
  padding: revert;
}
.chanpindb .table .cax {
  width: 72%;
  margin: 0 auto;
}
.chanpindb .table .cax p {
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03px;
  line-height: 28px;
  text-align: left;
  color: #666;
}
.chanpindb .table .cax button img {
  width: 17px;
}
.chanpindb .table th {
  position: relative;
}
.chanpindb .table .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  cursor: pointer;
}

.xzbtn .xiazai {
  width: 14px;
  margin-right: 2px;
}
.xzbtn .xz1 {
  display: inline;
}
.xzbtn .xz2 {
  display: none;
}

.xzbtn:hover .xz1 {
  display: none;
}
.xzbtn:hover .xz2 {
  display: inline;
}

.red {
  color: #D31110;
}

.green {
  color: #58943F;
}

.page {
  margin-top: 20px;
}

.swipersp1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.swipersp1 .swiper-button-next,
.swipersp1 .swiper-button-prev {
  --swiper-navigation-size: 20px;
}
.swipersp1 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.swipersp1 .shipin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
}

.tablet thead th {
  position: sticky;
  top: 164px;
  background-color: #f8f9fa;
  z-index: 10;
}/*# sourceMappingURL=chanpin.css.map */