.vender_top_list {
    height: 60px;
    background-color: #535353;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vender_top_list>div {
    width: 1200px;
    display: flex;

}

.vender_top_list>div li {
    width: 20%;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #fff;
}

.vender_top_list>div li:last-child {
    border-right: none;
}

.vender_top_list>div li a {
    color: #fff;
    font-size: 16px;


}

.vender_top_list .vender_top_list_color a {
    color: #fe6600;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 20px;
    height: 5px;
    border-radius: 50px;
}

.swiper-pagination-bullet-active {

    opacity: 1;
    background-color: #f00;
    border: 2px solid #f00;

    position: relative;
}

.title {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.title h1 {
    font-size: 28px;
    color: #ff170c;
    letter-spacing: .5px;
}

.title p {
    font-size: 16px;
    color: #666;
    letter-spacing: .5px;
    margin-top: 10px;
}

.product {
    padding-bottom: 50px;
}

.product_c {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.product_c_l {
    width: 290px;
    margin-right: 10px;
}

.product_c_l .product_c_l_top {
    background-color: #f1f1f1;
    color: #333;
}

.product_c_l li {
     padding-left: 20px;
    height: 55px;
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    color: #666;
    font-size: 16px;
}

.product_c_l li>div {
    width: 20px;
    height: 20px;
    border: 1px solid #bbbbbb;
    color: #bbbbbb;
    text-align: center;
    line-height: 15px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 15px;
}

.product_c_r {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
}

.product_c_r>div {
    width: 270px;
    height: 340px;
    margin-left: 30px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    cursor: pointer;
}

.product_c_r>div .top {
    width: 100%;
    height: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_c_r>div .botton {
    margin-top: 25px;
    height: 120px;
}

.product_c_r>div:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.product_c_r>div .botton p {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
      word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 10px;
    
}

.product_c_r>div .botton p img {
    margin-left: 10px;
}

.product_c_r>div .botton h1 {
   font-size: 15px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0 10px;
        line-height: 20px;
    letter-spacing: 0.5px;
}

.product_c_r>div .botton h2 {
    color: #f10000;
    font-size: 18px;
    margin-top: 12px;
}

.message {
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.message .title {
    margin-top: 0;
}

.message_c {
    width: 1226px;
    margin: 0 auto;
    display: flex;
    /*justify-content: space-between;*/
}

.message_c>div {
   
    width: 280px;
    background-color: #fff;
    margin: 0 13px;
}

.message_c>div>img {
    height: 210px;
    width: 100%;
}


.message_c>div p {
    font-size: 12px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
}

.message_c>div h1 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.message_c_text {
    padding: 20px;
}
.message_c_bottom{
    display: flex;
    margin-top: 25px;
}
.message_c_bottom div{
    padding: 10px 13px;
    background-color: #cccccc;
    border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 12px;
    color: #fff;
    font-family: "Microsoft Yahei", Arial;
    margin-right: 10px;
}
.swiper{
    height: 560px;
    position: relative;
}
.swiper-container {
    height: 560px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.vender_bottom_img{
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.synopsis{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 400px;
    margin-bottom: 80px;
}
.synopsis_l{
    width: 600px;
    height: 100%;
}
.synopsis_l img{
    width: 100%;
    height: 100%;
}
.synopsis_r{
    width: 600px;
    height: 100%;
    padding-left: 40px;
}

.synopsis_r_top h1{
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}
.synopsis_r_top p{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.synopsis_r_top div{
    width: 80px;
    height: 1px;
    background-color: #f00;
    margin-top: 15px;
}
.synopsis_r>p{
    margin-top: 25px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
.vender_list{
    background-color: #f5f5f5;
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.list_ul_top {
    height: 85px;
    padding: 0 30px;
    display: flex;
    align-items: center;
     flex-wrap: wrap;
}

.vender_list ul {
    font-size: 16px;
}

.vender_list ul h1 {
    color: #999;
    margin-right: 18px;
}

.vender_list ul li a {
    height: 25px;
    padding: 0 12px;
    color: #333;
    line-height: 25px;
}

.vender_list .list_ul_pitch {
    color: #fff;
    background-color: #fe6c1d;
    border-radius: 2px;
}
.vender_c_list{
    width: 900px;
    /*margin: 0 auto;*/
    display: flex;
    flex-wrap: wrap;
}

.vender_c_list>div {
    width: 270px;
    height: 340px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    cursor: pointer;
}

.vender_c_list>div .top {
    width: 100%;
    height: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vender_c_list>div .top img{
    width: 100%;
}
.vender_c_list>div .botton {
    margin-top: 25px;
}

.vender_c_list>div:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.vender_c_list>div .botton p {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
      word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 10px;
}

.vender_c_list>div .botton p img {
    margin-left: 10px;
}

.vender_c_list>div .botton h1 {
  font-size: 15px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0 10px;
        line-height: 20px;
    letter-spacing: 0.5px;
}

.vender_c_list>div .botton h2 {
    color: #f10000;
    font-size: 18px;
    margin-top: 12px;
}

.vender_product{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}