.rightint-goods-list.main {
  padding-top: 50px;
  padding-bottom: 60px;
}
.video-iframe{height:100%;width:60%;max-width:1410px;margin:30px auto;}
.video-iframe .v-box{height:0;padding-bottom:60%;position:relative;}
.video-iframe .v-box iframe{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;object-position:center;-o-object-position:center;}

.rightint-goods-list .main-left {
  float: left;
  width: 300px;
}

.rightint-goods-list .main-right .one{
 display:flex;
  flex-wrap:wrap;
  padding-top:20px;
}

.rightint-goods-list .main-right .one li{
 width:50%;
  font-size:16px;}

.rightint-goods-list .main-left h3 {
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  background: var(--color-primary);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.rightint-goods-list .main-left h3::after {
  display: none;
  font-family: "qico";
  content: "\e727";
  float: right;
  font-size: 20px;
  font-weight: normal;
  margin-top: 0px;
  margin-right: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}.prolist .cl .item:nth-child(even) {
  flex-direction: row-reverse; /* Ã¨Â®Â©Ã¥ÂÂ¶Ã¦â€¢Â°Ã©Â¡Â¹Ã¥ÂÂ³Ã¥â€ºÂ¾Ã¥Â·Â¦Ã¦â€“â€¡ */
}
.prolist li.left-img-right-text {
  flex-direction: row; /* Ã¥Â·Â¦Ã¥â€ºÂ¾Ã¥ÂÂ³Ã¦â€“â€¡ */
}

.prolist li.right-img-left-text {
  flex-direction: row-reverse; /* Ã¥ÂÂ³Ã¥â€ºÂ¾Ã¥Â·Â¦Ã¦â€“â€¡ */
}
.rightint-goods-list .main-left h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.rightint-goods-list .sidemenu {
  margin: 0 0 15px;
}

.rightint-goods-list .sidemenu ul {
  border: 1px solid #ededed;
  border-top: none;
}

.rightint-goods-list .sidemenu ul li {
  margin: 3px 0 0;
  border-bottom: 1px solid #ededed;
}

.rightint-goods-list .sidemenu ul li h5 {
  line-height: 24px;
  display: block;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
}

.rightint-goods-list .sidemenu ul li h5 a {
  color: #333;
  display: block;
  padding: 10px 50px 10px 20px;
  text-transform: capitalize;
}

.rightint-goods-list .sidemenu ul li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.rightint-goods-list .sidemenu ul li h5 span::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  display: block;
}

.rightint-goods-list .sidemenu dl {
  display: none;
}

.rightint-goods-list .sidemenu dl dd {
  line-height: 40px;
  border-bottom: 1px dashed #dcdcdc;
  background: #fff;
  padding: 0 20px;
}

.rightint-goods-list .sidemenu dl dd:last-child {
  border-bottom: none;
}

.rightint-goods-list .sidemenu dl dd a {
  font-size: 15px;
  color: #666;
  padding-left: 15px;
  text-transform: capitalize;
}

.rightint-goods-list .sidemenu dl dd.active,
.rightint-goods-list .sidemenu dl dd.active a,
.rightint-goods-list .sidemenu dl dd:hover,
.rightint-goods-list .sidemenu dl dd:hover a {
  color: var(--color-primary);
}

.rightint-goods-list .sidemenu ul li.active h5 {
  border-bottom: 1px solid #ededed;
}

.rightint-goods-list .sidemenu ul li.active h5 a {
  color: var(--color-primary);
}

.rightint-goods-list .sidemenu ul li span.sub-active::after {
  content: "-";
}

.rightint-goods-list .prolist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rightint-goods-list .prolist ul li {
  width: 100%;
  float: left;
  text-align: center;
  background: #fff;
  margin: 20px 0px 20px 0%;
  cursor: pointer;
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.rightint-goods-list .prolist ul li .pic {
  display: block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  /* border: 1px solid #c9c9c9; */
  padding: 20px 0;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  width: 50%;
  align-items: center;
}

.rightint-goods-list .prolist ul li .pic img {
  display: block;
  transition: all 0.3s ease 0s;
  /* -webkit-transition: all 0.3s ease 0s; */
  width: 67%;
  /* aspect-ratio: 1/ 1; */
  /* object-fit: cover; */
}

.rightint-goods-list .prolist ul li .t .more{
 float: right;
 margin-top: 10px;
 color: #fff;
 text-align: center;
 width: 130px;
 height: 40px;
 border-radius: 25px;
 display: inline-block;
 padding: 10px;
 background: #122A88;
}
.rightint-goods-list .prolist ul li .t .more:hover{
 background: #EFBE00;
}
.rightint-goods-list .prolist ul li .t {
  /* background: #3c3c4f; */
  text-align: left;
  padding: 20px 10px;
  width: 48%;
}

.rightint-goods-list .prolist ul li .t h6 a {
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 300;
  color: #000000;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: left;
  text-align: left;
}

.rightint-goods-list .prolist ul li:hover .pic {
  border: 1px solid #dedede;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.rightint-goods-list .prolist ul li:hover .pic img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

.rightint-goods-list .prolist ul li:hover .t {
  
}

.rightint-goods-list .prolist li a:hover {
  color: white;
}

.pro-top {
  margin-bottom: 15px;
  background: #f7f7f7;
  padding: 20px;
}

.pro-top h1 {
  font-size: 24px;
  color: #111;
  font-weight: 600;
}

.pro-top .t {
  font-size: 16px;
  color: #545454;
  line-height: 24px;
  margin: 15px 0 0;
}

.pro-top .t h5 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
}

.pro-top .t p ~ p {
  margin-top: 10px;
}

.jgg_482 ul {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .jgg_482 ul li {width: 33.3333% !important;}
}



@media screen and (max-width: 768px) {
  .rightint-goods-list.main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .rightint-goods-list .main-left {
    float: none;
    width: 100%;
  }

  .rightint-goods-list .main-right {
    margin-left: 0;
  }

  .rightint-goods-list .main-left h3 {
    font-size: 18px;
    padding: 0 0 0 15px;
  }

  .rightint-goods-list .main-left h3::after {
    display: block;
  }

  .rightint-goods-list .sidemenu > ul {
    display: none;
  }

  .rightint-goods-list .sidemenu > ul > li h5 {
    padding: 8px 0 8px 15px;
    font-size: 16px;
  }

  .rightint-goods-list .sidemenu > ul > li h5 span {
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
  }

  .rightint-goods-list .prolist {
    margin-top: 20px;
  }

  .rightint-goods-list .prolist ul {
    margin: 0 -10px;
  }

  .rightint-goods-list .prolist ul li {
    padding: 10px;
    margin: 0;
    flex-direction: column;
  }

  .rightint-goods-list .prolist ul li h6 a {
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
  }
  
  .rightint-goods-list .prolist ul li .pic{width: 100%;}
  .rightint-goods-list .prolist ul li .t {width: 100%;}
  .prolist .cl .item:nth-child(even) {flex-direction: column;}
}

@media screen and (max-width: 576px) {
  .rightint-goods-list .prolist ul li h6 a {
    font-size: 16px;
  }

  .rightint-goods-list .prolist ul li {
    width: 100%;
    margin: 0;
  }

  .rightint-goods-list .prolist ul li h6 a {
    overflow: hidden;
  }
}
.cl:before, .cl:after {
    display: none;
}





@media screen and (max-width: 992px) {
  .rightint-goods-list .prolist ul li .t h6 a {font-size: 22px;margin-bottom: 10px;}
  .video-iframe {width: 100%;}
}
@media screen and (max-width: 768px) {
  .rightint-goods-list .prolist ul li .t h6 a {font-size: 20px;}
}
