@charset "utf-8";

body {
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none
}

p {
  padding: 0;
  margin: 0;
}

@media screen and (max-width:1000px) {
  .probanner {
    display: none !important;
  }

  .wapprobanner {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .wapprobanner img {
    width: 100%;
  }

  .wapprobanner .txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 45%;

  }

  .wapprobanner .txt p:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: normal;
  }

  .wapprobanner .txt p:nth-child(2) {
    font-size: 0.9rem;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2% 0 0 0;
    font-weight: normal;
    letter-spacing: 0.5rem;
  }

  .fm .prolist .item {
    width: 95% !important;
    flex-direction: column !important;
  }

  .fm .prolist .item .left {
    width: 100% !important;
  }

  .fm .prolist .item .right {
    width: 100% !important;
    right: 0 !important;
  }

  .fm .prolist:nth-child(2n) .item .right {
    left: 0 !important;
  }

  .fm .prolist .item .right .kuang p:nth-child(4) {
    width: 35% !important;
  }

  .pro-list {
    width: 95% !important;
  }
  
  

  .pro-list .list {
    flex-direction: column !important;
  }

  .pro-list .list .item {
    width: 100% !important;
  }
   .pro-list1 {
    width: 95% !important;
  }
    .pro-list1 .list {
    flex-direction: column !important;
  }
 .pro-list1 .list .item {
    width: 100% !important;
  }
  .proxq {
    width: 95% !important;
  }

  .proxq .xqlist {
    margin: 20% 0 0 0 !important;
  }

  .proxq .xqlist .item1 {
    flex-direction: column !important;
  }

  .proxq .xqlist .item1 .lf {
    width: 100% !important;
  }

  .proxq .xqlist .item1 .rg {
    width: 100% !important;
  }

  .proxq .xqlist .item1 .rg p:nth-child(1) {
    font-size: 1.5rem !important;
  }

  .proxq .xqlist .item1 .rg p:nth-child(2) {
    font-size: 0.9rem !important;
  }

  .proxq .xqlist .item1 .rg p:nth-child(4) span {
    width: 45% !important;
    margin: 5% 0 0 0 !important;
  }


  .proxq .xqlist .item2 .bg p {
    flex-direction: column !important;


  }


}

@media screen and (min-width:1000px) {
  .wapprobanner {
    display: none !important;
  }
  .proxq .xqlist .item2 .bg table{
      width: 100% !important;;
  }
}

@media screen and (min-width:1000px) and (max-width:1900px) {
  .proxq .xqlist .item1 .rg p:nth-child(4) span {
    width: 25% !important;
    /* margin: 2% 6% 0 0 !important; */
  }

  .proxq .xqlist .item1 .rg p:nth-child(4) span img {
    width: 95% !important;
  }

  .proxq .xqlist .item2 .bg p:nth-child(2n) em {
    padding: 1% 0 1% 0.5% !important;
    font-size: 0.7rem !important;
  }

  .proxq .xqlist .item2 .bg p:nth-child(2n+1) em {
    padding: 1% 0 1% 0.5% !important;
    font-size: 0.7rem !important;
  }
  .fm .prolist .item{
      padding: 5% 0 2% 0 !important;
  }


}

/* banner */
.probanner {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.probanner img {
  width: 100%;
}

.probanner .txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45%;

}

.probanner .txt p:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: normal;
}

.probanner .txt p:nth-child(2) {
  font-size: 1.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 2% 0 0 0;
  font-weight: normal;
  letter-spacing: 0.5rem;
}

.fm {
  width: 100%;

}

.fm .prolist {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  /* border: 1px solid #000; */
  box-sizing: border-box;
}

.fm .prolist:nth-child(2n) {
  width: 100%;
  background: rgba(247, 247, 247, 1);
}

.fm .prolist:nth-child(2n) .item {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}

.fm .prolist:nth-child(2n) .item .right {
  position: relative;
  left: 5%;
}

.fm .prolist .item {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 5% 0 5% 0;
}

.fm .prolist .item .left {
  width: 60%;
  /* border: 1px solid #000; */
}

.fm .prolist .item .left img {
  width: 100%;
}

.fm .prolist .item .right {
  width: 40%;
  /* border: 1px solid #000; */
  padding: 1%;
  height: 80%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 1);
  position: relative;
  right: 5%;
}

.fm .prolist .item .right .kuang {
  border: 0px solid rgba(0, 85, 255, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}


.fm .prolist .item .right .kuang::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid rgba(0, 85, 255, 1);
  /*animation: clippath 3s 1 linear;*/
}

.fm .prolist .item .right:hover .kuang::before {
  cursor: pointer;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid rgba(0, 85, 255, 1);
  /*animation: clippath 3s infinite linear;*/
}

@keyframes clippath {

  0%,
  100% {
    clip-path: inset(0 0 95% 0);
  }

  25% {
    clip-path: inset(0 95% 0 0);
  }

  50% {
    clip-path: inset(95% 0 0 0);
  }

  75% {
    clip-path: inset(0 0 0 95%);
  }

}


.fm .prolist .item .right .kuang p:nth-child(1) {
  font-size: 2.0rem;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin: 10% 0 0 10%;
}

.fm .prolist .item .right .kuang p:nth-child(2) {
  color: rgba(51, 51, 51, 1);
  font-size: 1.2rem;
  margin: 10% 0 0 10%;
}

.fm .prolist .item .right .kuang p:nth-child(3) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 70%;
  margin: 3% 0 0 10%;
}

.fm .prolist .item .right .kuang p:nth-child(3) span {
  font-size: 0.9rem;
  color: rgba(75, 98, 136, 1);
  background: rgba(144, 161, 190, 0.2);
  margin: 3% 2% 0% 0;
  padding: 2% 5% 2% 5%;
}

.fm .prolist .item .right .kuang p:nth-child(4) {
  width: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 5% 0 10% 10%;
  background: rgba(0, 85, 255, 1);
  
}

.fm .prolist .item .right .kuang p:nth-child(4) a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 10% 2% 10% 2%;
  z-index: 1;
}


.fm .prolist .item .right .kuang p:nth-child(4) a span:nth-child(1) {
  color: #ffffff;
}

.fm .prolist .item .right .kuang p:nth-child(4) a span:nth-child(2) {

  margin: 0 0 0 10%;
}

.fm .prolist .item .right .kuang p:nth-child(4) a span:nth-child(2) img {
  width: 20px;
  height: 14px;
}

/* 产品列表 */
.pro-list {
  width: 80%;
  margin: auto;
}

.pro-list .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 5% 0;
}

.pro-list .list .item {

  width: 48%;
  /* border: 1px solid #000; */
  margin: 3% 0 0 0;
  overflow: hidden;
}

.pro-list .list .item a {
  color: rgba(0, 0, 0, 1);
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.pro-list .list .item a img {
  width: 100%;
  overflow: hidden;
  transition: all 1s linear;
}

.pro-list .list .item a p {
  text-align: center;
  margin: 2% 0 2% 0;
}

.pro-list .list .item:hover a img {
  transform: scale(1.1);
  overflow: hidden;
  transition: all 1s linear;
}

/*四个排类*/

.pro-list1 {
  width: 80%;
  margin: auto;
}

.pro-list1 .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 5% 0;
}

.pro-list1 .list .item {

  width: 24%;
  /* border: 1px solid #000; */
  margin: 3% 0 0 0;
  overflow: hidden;
}

.pro-list1 .list .item a {
  color: rgba(0, 0, 0, 1);
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.pro-list1 .list .item a img {
  width: 100%;
  overflow: hidden;
  transition: all 1s linear;
}

.pro-list1 .list .item a p {
  text-align: center;
  margin: 2% 0 2% 0;
}

.pro-list1 .list .item:hover a img {
  transform: scale(1.1);
  overflow: hidden;
  transition: all 1s linear;
}

/* 产品详情 */
.proxq {
  width: 80%;
  margin: auto;
}

.proxq .xqlist {
  display: flex;
  flex-direction: column;
}

.proxq .xqlist .item1 {
  width: 100%;
  margin: 10% 0 2% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.proxq .xqlist .item1 .lf {
  width: 45%;
  /* border: 1px solid #000; */
}

.proxq .xqlist .item1 .lf img {
  width: 100%;
}

.proxq .xqlist .item1 .rg {
  width: 50%;
  /* border: 1px solid #000; */
  display: flex;
  flex-direction: column;
}

.proxq .xqlist .item1 .rg p:nth-child(1) {
  font-size: 2.0rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
}

.proxq .xqlist .item1 .rg p:nth-child(2) {
  color: rgba(0, 0, 0, 1);
  font-size: 1.2rem;
  margin: 5% 0 0 0;
  letter-spacing: 0.1rem;
  line-height: 2.0rem;
}

.proxq .xqlist .item1 .rg p:nth-child(3) {
  color: rgba(0, 0, 0, 1);
  font-size: 1.2rem;
  margin: 8% 0 0 0;
  letter-spacing: 0.1rem;
  line-height: 2.0rem;
  font-weight: bold;
}

.proxq .xqlist .item1 .rg p:nth-child(4) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.proxq .xqlist .item1 .rg p:nth-child(4) span {
  width: 20%;
  margin: 2% 0 0 0;
}


.proxq .xqlist .item2 {
  width: 100%;
  /* height: 500px; */
  /* border: 1px solid #000; */
  margin: 0 0 10% 0;
  display: flex;
  flex-direction: column;
}

.proxq .xqlist .item2 .bt {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.proxq .xqlist .item2 .bg {
  display: flex;
  flex-direction: column;
  margin: 3% 0 0 0;
  overflow-x: auto;    overflow-y: auto;
}

.proxq .xqlist .item2 .bg table
{
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
    border: 0;
    font-size: 14px;
    color: #666666;
}
.proxq .xqlist .item2 .bg table>tbody>tr>td
{
    padding: 0.7rem;
    line-height: 1.6;
    vertical-align: top;
}

.proxq .xqlist .item2 .bg p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.proxq .xqlist .item2 .bg p:nth-child(1) em {
  color: rgba(51, 51, 51, 1);
  font-size: 0.9rem;
  display: flex;
  flex: 1;
  background: rgba(144, 161, 190, 0.2);
  line-height: 2.0rem;
  font-weight: bold;
  padding: 1% 0 1% 2%;
  font-style: normal;
}

.proxq .xqlist .item2 .bg p:nth-child(2n) em {
  color: rgba(51, 51, 51, 1);
  font-size: 0.9rem;
  display: flex;
  flex: 1;
  background: rgba(255, 255, 255, 1);
  line-height: 2.0rem;
  padding: 1% 0 1% 2%;
  font-style: normal;
}

.proxq .xqlist .item2 .bg p:nth-child(2n+1) em {
  color: rgba(51, 51, 51, 1);
  font-size: 0.9rem;
  display: flex;
  flex: 1;
  background: rgba(144, 161, 190, 0.1);
  line-height: 2.0rem;
  padding: 1% 0 1% 2%;
  font-style: normal;
}

.proxq .xqlist .item2 .bz {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-size: 0.9rem;
  margin: 1% 0 0% 0;
}