.closestyle257204{ font-size:12px;color:#333333;text-decoration: none ;}

/***width:10px；***/
.slide .prev, .slide .next {
    position: absolute;
    top: 71%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    z-index: 9;
    display: none;}
.index-row2 .inner .slide{width: 1000px;    margin-left: -500px;}
.index-row2 .inner{height:310px;}
.index-row2 .inner .slide .bd li{height:200px;width:200px;}

.closestyle257124{ font-size:12px;color:#333333;text-decoration: none ;}

.fri_links {
  display: flex;
  gap: 15px;
  position: absolute;
  right: 20px;
  top: 20px;}
.fri_links li a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  transition: all 0.5s ease;
  position: relative;}

.fri_links li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s ease;}
.fri_links li:hover a::after {
  width: 100%;}
