@charset "utf-8";
.sh_tps{
    overflow: hidden;
}
.sh_tps h3{
    font-size: 24px;
    color: #595757;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;

}
.sh_side{
    position: relative;
    overflow: hidden;
}
.sh_center{
    font-size: 14px;
    color: #595757;
}
.sh_center p{
    line-height: 1.5;
    margin-bottom: 15px;
}

.sh_list{
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
}
.sh_list ul{
    margin-left: -2%;
    width: 100%;
    overflow: hidden;

}

.sh_list  li{
    float: left;
    width: 31%;
    margin-left: 2%;
    margin-top: 20px;
    height: 261px;
    overflow: hidden;

}

.sh_listnew{
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
}
.sh_listnew ul{
    margin-left: -2%;
    width: 100%;
    overflow: hidden;

}

.sh_listnew  li{
    
    margin-left: 2%;
    margin-top: 30px;
    overflow: hidden;

}

.swiper-container {
    height:610px;
    width: 100%;
}
.swiper-wrapper{
    height:580px;
}

.swiper-button-prev{
    position: absolute;
    left: 10px;
    top: 40%;
    /*top: 0;
    left: 0;*/
    width: 50px;
    height: 100%;
    z-index: 99;
    cursor: pointer;
    /*background: red;*/
    
   
}
.swiper-button-prev img{
    /*display: none;*/
    /*filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;*/
}
.swiper-button-next img{
    /*display: none;*/
    /*filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;*/
}
.swiper-button-next{
    position: absolute;
    right: 10px;
    top: 40%;
    /*top: 0;
    right: 0;*/
    width: 50px;
    height: 100%;
    z-index: 99;
    cursor: pointer;
    }

.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-pagination{
    position: absolute;
    bottom: 0px;
    /*width: 100px;*/
    right: 0;
    z-index: 99;
}

.swiper-pagination-bullet{
    margin-left: 10px;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 0;
    background: #e0e0e0;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    background: #9b9a9a;
}
.ft_main{
    margin-left: 0;
}
@media all and (min-width: 320px) and (max-width: 768px){
   
    .swiper-button-prev{
        display: none;
    }
    .swiper-button-next{
        display: none;
    }
    .sh_tps h3{
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .sh_list ul{
        margin-left: -1%;
    }
    .sh_list ul li{
        width: 49%;
        margin-left: 1%;
        margin-top: 5px;
        height: auto;
    }
    .sh_list ul li img{
        width: 100%;
    }
	
	.sh_listnew ul{
        margin-left: -1%;
    }
    .sh_listnew ul li{
        margin-left: 1%;
        margin-top: 15px;
        height: auto;
    }
    .sh_listnew ul li img{
        width: 100%;
    }
	
	
.sh_center p{
    line-height: 1.5;
    margin-bottom: 15px;
	margin-left:2%;
	margin-right:2%;
}
.sh_center p img{
    width: 100%;
}
}
@media all and (min-width: 320px) and (max-width: 414px){
    .sh_list{
  margin-bottom: 0;
    }

     .c_rith .swiper-container {
        height: 200px;
        
    }
    .c_rith .swiper-container .swiper-wrapper{
        height: 180px;
    }
    .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
}
@media all and (min-width:415px) and (max-width: 768px){
     .c_rith .swiper-container {
        height: 340px;
        
    }
    .c_rith .swiper-container .swiper-wrapper{
        height:320px;
    }
    /*.sh_list ul{*/
        /*margin-left: 0;*/
    /*}*/
    /*.sh_list ul li{*/
        /*width: 48%;*/
        /*margin-top: 15px;*/
        /*margin-left: 2%;*/
        /*height: auto;*/
    /*}*/
    .swiper-pagination-bullet{
        width: 15px;
        height: 15px;
    }
}
