.section6 {
    padding: 42px 0;
    background: url(../images/s2-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.s6-c ul li a .s6-ctxr::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 5px solid #a81b00;
	transform: scale(0);
	transition: all 0.3s;
}
.s6-c ul li:hover a .s6-ctxr::after {
	transform: none;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.slick-track:after {
    clear: both;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}


.s6-c .slick-list {
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 20px;
}

.s6-c ul li {
	position: relative;
	top: 0;
	transition: all 0.3s;
                width: 308px;
                list-style: none;
}

.s6-c ul li a {
	display: block;
	margin: 0 20px;
	text-decoration: none;
    	color: #333;
}

.s6-c ul li a .pic {
	padding-top: 135%;
	position: relative;
    	overflow: hidden;
}

.s6-c ul li a .s6-ctxr {
	border: 1px solid #eee;
	padding: 20px;
        padding-bottom: 8px;
	position: relative;
}

.s6-c ul li a .s6-ctxr h3 {
	font-size: 18px;
        text-align: center;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
        color: #eee;
}

.s6-c ul li:hover a .s6-ctxr h3 {
	font-weight: bold;
}

.s6-c ul li a .s6-ctxr hr {
	border: none;
	border-bottom: 1px solid #eee;
	background: none;
	margin-top: 10px;
}

.s6-c ul li a .s6-cdbox {
	margin-top: 10px;
}

.s6-c ul li a .s6-cdbox p {
	font-size: 14px;
	color: #eee;
	line-height: 30px;
        min-height:60px;
        max-height: 60px;
}

.s6-c ul li:hover {
	top: -20px;
}

.s6-c .slick-next {
	right: -120px;
	background: url(../images/next.png) no-repeat;
	background-size: cover;
}


.s6-c .slick-prev {
    left: -120px;
    background: url(../images/prev.png) no-repeat;
    background-size: cover;
}

.s6-c .slick-prev, .s6-c .slick-next {
    width: 70px;
    height: 70px;
    z-index: 9;
    opacity: 0.15;
    transition: all 0.3s;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 999;
}
.s6-c .slick-prev:hover,
.s6-c .slick-next:hover {
	opacity: 0.4;
}

.px1400 {
    width: 1500px;
    max-width: 1800px;
    margin: 0 auto;
}

.clearfix {
    zoom: 1;
}

.more {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.3s;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}
.more a {
    display: block;
    width: 64px;
    height: 25px;
    background: url() no-repeat;
    background-size: cover;
    transition: all 0.3s;
    text-decoration: none;
    color: #333;
}

.s6-c {
	margin-top: 27px;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

@media screen and (max-width:1600px) {
        .px1400{
                width: 100%;
                max-width: 1800px;
                margin: 0 auto;
       }
	.s6-c .slick-prev {
		left: 0;
                top: 50%;
	}

	.s6-c .slick-next {
		right: 0;
                top: 50%;
	}

	.s6-c .slick-list {
		margin-left: 80px;
		margin-right: 80px;
                height: 500px;
	}
}

@media screen and (max-width:1200px) {
        .s6-c .slick-prev,
	.s6-c .slick-next {
		width: 40px;
		height: 40px;
	}

	.s6-c .slick-list {
		margin-left: 40px;
		margin-right: 40px;
                height: 535px;
	}
}
@media screen and (max-width: 1024px) {
.px1400{
                width: 100%;
                max-width: 1800px;
                margin: 0 auto;
       }
       .section6 {
		padding: 30px 0;
	}

	.s6-c {
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
.px1400{
                width: 100%;
                max-width: 1800px;
                margin: 0 auto;
       }
	.s6-c ul li a {
		margin: 0 10px;
	}

	.s6-c ul li a .s6-ctxr h3 {
		font-size: 16px;
		line-height: 26px;
		height: auto;
		max-height: 52px;
	}
.px1400 .s6-c .slick-list.draggable {
    min-height: 558px;
}
}

@media screen and (max-width: 640px) {
.px1400{
                width: 100%;
                max-width: 1800px;
                margin: 0 auto;
       }
	.section6 {
		padding: 25px 0;
                min-height: 295px;
	}
}

@media screen and (max-width: 480px) {
	.s6-c {
		margin-top: 5px;
	}
      .px1400{
                width: 100%;
                max-width: 1800px;
                margin: 0 auto;
       }
.px1400 .s6-c .slick-list.draggable {
    min-height: 588px;
}
}