
.icon-jiantou:before {
  content: "\e60d";
}
.box_gyyy{

    position: relative;

}

.box_gyyy button{

    display: none !important;

}

.btn_next,

.btn_prev{

    position: absolute;

    width: 50px;

    height: 50px;

    line-height: 48px;

    text-align: center;

    border-radius: 50%;

    border: 1px solid #f72b37;

    color: #f72b37;

    cursor: pointer;

    top: 50%;

    margin-top: -25px;

    font-size: 16px;

}

.btn_next{

    right: -80px;
    

}

.btn_next span::before{
    content: "";
    background:url(../images/nr1.png) no-repeat center center;
    width: 12px;
    height: 48px;
    display: block;
    margin: 0 auto;
}

.btn_prev span::before{
    content: "";
    background:url(../images/nr1.png) no-repeat center center;
    width: 12px;
    height: 48px;
    display: block;
    margin: 0 auto;
}

.btn_prev{

    left: -80px;

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

}

.btn_next:hover,

.btn_prev:hover{    

    /*color: #fff;

    background: #f72b37;*/

}



@media screen and (max-width:1370px){

    .btn_next{

        right: -60px;

    }

    .btn_prev{

        left: -60px;

    }

}

@media screen and (max-width:1199px){

    .btn_next,

    .btn_prev{

        display: none

    }

}





.row-ind1 .ul-product {

    overflow: initial;

}