.dots {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 32px;
    background: #ffcccc;
    margin-top: 2px;
    text-align: center;
}
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}
.dot:not(:first-child) {
    margin-left: 10px;
}
.dot.active {
    background: #ff3333;
    cursor: default;
}

.s1 {
    background: #fff;
    padding-top: 11px;
}
.s2 {
    width: 1200px;
    margin: 0 auto;
}
.s3 {
    width: 100%;
    height: 130px;
    position: relative;
    overflow: hidden;
}
.s3 ul {
    overflow: hidden;
    position: absolute;
    width: 1600px;
    left: 0;
    top: 0;
    _height: 1px;
}
.s3 ul li {
    float: left;
    width: 240px;
}
.s3 ul li:not(:first-child) {
    margin-left: 7px;
}
.s4 {
    /*display: inline-block;*/
    /*width: 240px;*/
    /*height: 130px;*/
}
.s4 > img {
    width: 100%;
}
.s5 {
    display: inline-block;
    width: 27px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.s6 {
    background: url("../images/left_semi_circle.png");
    left: 0;
}
.s7 {
    background: url("../images/right_semi_circle.png");
    right: 0;
}
.s8 {
    margin-top: 9px;
    background-image: linear-gradient(to right, #cc0000 , #ff3333);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 14px;
    color: #fff;
    padding: 10px 3px 14px 20px;
}
.s9 {
    float: left;
    font-weight: bold;
    line-height: 24px;
}
.s10 {
    overflow: hidden;
    line-height: 24px;
}
.s10 li {
    float: left;
    margin-left: 24px;
}
.s10 li.active {
    font-weight: bold;
}
.s10 li a:hover {
    color: #fff;
    font-weight: bold;
}

.s11 {
    width: 1200px;
    margin: 0 auto;
}
.s12 {
    float: left;
    width: 1031px;
}
.s13 {
    width: 167px;
    float: right;
}
.s14 {
    margin-top: 9px;
    border-left: 2px solid #ff5b57;
    height: 100px;
    position: relative;
    background: #fff;
    cursor: pointer;
}
.s14:hover {
    -webkit-box-shadow: 0 4px 4px rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 0 4px 4px rgba(102, 102, 102, 0.3);
    box-shadow: 0 4px 4px rgba(102, 102, 102, 0.3);
}
.s15 {
    width: 166px;
    height: 68px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    /*float: left;*/

    left: 21px;
    top: 50%;
    transform: translateY(-50%);
}
.s15 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.s16 {
    position: absolute;
    left: 202px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 12px;
}
.s18 {
    font-size: 14px;
    font-weight: bold;
}
.s19 {
    font-size: 14px;
    color: #999;
    margin-top: 8px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.s20 {
    margin-top: 9px;
}
.s21 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff5b57;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.s22 {
    margin-top: 2px;
    height: 92px;
}
.s22 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s23 {
    margin-top: 2px;
}
.s24 {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    right: 3px;
}
.s24:hover {
    color: #333;
}
.s25 {
    padding: 11px 0;
    background: #fff;
}
.s25:not(:first-child) {
    margin-top: 2px;
}
.s26 {
    width: 148px;
    height: 53px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
}
.s26 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% + 0.5px),calc(-50% + 0.5px));
}
.s27 {
    width: 44px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ff5b57;
    border-radius: 12px;
    text-align: center;
    margin: 6px auto 0;
    font-size: 12px;
    color: #ff5b57;
    cursor: pointer;
}
.s28 {
    height: 32px;
    background: #ffcccc;
    margin-top: 2px;
    line-height: 32px;
    text-align: center;
}
.s29 {
    position: relative;
    overflow: auto;
    padding-bottom: 34px;
}
.s29 ul li {
    float: left;
}
.s29 ul li .s25:not(:first-child) {
    margin-top: 2px;
}