				    				    				    				    				    				    				    				    				    				    @charset "utf-8";
/* CSS Document */

div,
p,
ul,
li,
a,
img {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
body{
    background: #ededed;
}

.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.text_hide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jcfb_main {
    max-width: 1200px;
    width: 100%;
    padding: 25px 30px 20px 30px;
    background: #FFFFFF;
    border-radius: 12px;
    height: 270px;
}

.jcfb_tit {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
}

.jcfb_tit img {
    margin-right: 10px;
}

.slideBox {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    position: relative;
    padding: 0 50px !important;
}

.jcfb_list {
    /* margin-left: -20px !important; */
    width: 1043px;
    margin: 0 auto;
    display: flex;
}

.jcfb_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.jcfb_list li img {
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    object-fit: contain;
}
.slider_btn{
    width: 30px;
    height: 156px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    background: #FFFFFF;
}
.slider_btn img{
    cursor: pointer;
}
.jcfb_list li span{
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    margin: 0 auto;
}
.left_btn{
    left: 0;
    top: 0;
}
.right_btn{
    right: 0;
    top: 0;
}
.tempWrap{
    max-width: 100% !important;
}
	@media screen and (max-width: 430px) {
		.jcfb_list li img {
			margin: 0 auto;
		}
	}
	@media screen and (max-width: 380px) {
		.jcfb_list li img {
			margin: 0 auto;
		}
	}

	@media screen and (max-width: 340px) {
		.jcfb_list li img {
			margin: 0 auto;
		}
	}			
				
				
				
				
				