.sd-box {
    width: 100%;
    height: 42px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sd-title {
    color: #f55a33;
    font-size: 18px;
    margin-left: 16px;
    font-weight: bold;
}

.sd-content {
    width: 500px;
    margin-right: 80px;
    font-size: 16px;
    color: #837a75;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sd-content:nth-last-child(1) {
    margin-right: 0;
}

.sdb {
    margin: 0 40px 0 20px;
}


.top-one {
    width: 100%;
    height: 436px;
    margin-bottom: 10px;
    display: flex;
}

.top-left {
    width: 400px;
    height: 100%;
}

.left-carousel {
    width: 100%;
    height: 240px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.left-carousel .hd {
    position: absolute;
    left: 50%;
    bottom: 15px;
    cursor: pointer;
    display: flex;
    z-index: 9;
    margin-left: -42px;
}

.left-carousel .hd ul {
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-carousel .hd ul li {
    background: #fff;
    opacity: .9;
    width: 7px;
    height: 7px;
    background: rgba(221, 221, 221, 0.541);
    display: block;
    margin-right: 10px;
}

.left-carousel .hd ul li.on {
    background: #FF6A00;
}

.left-carousel .bd {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.left-carousel .bd li {
    zoom: 1;
    vertical-align: middle;
}

.left-carousel .bd ul {
    height: 100%;
}

.left-carousel .bd img {
    width: 100%;
    display: block;
}

.left-carousel .prev,
.left-carousel .next {
    padding: 0;
    margin: 0;
    position: absolute;
    height: 36px;
    width: 36px;
    cursor: pointer;
    border-radius: 50%;
    transition: all .3s;
    background-color: rgba(31, 45, 61, .5);
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    display: block;
    top: 50%;
    opacity: 0;
}

.left-carousel .prev {
    left: 10px;
}

.left-carousel .next {
    right: 10px;
}

.left-carousel:hover .prev, .left-carousel:hover .next {
    opacity: 1;
}

.left-fc {
    width: 100%;
    height: 150px;
}

.fc-title {
    width: 100%;
    height: 25px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}

.fc-title span:nth-of-type(1) {
    color: #333;
    font-size: 16px;
    margin-right: 30px;
}

.fc-title span:nth-of-type(2) {
    color: #999;
    font-size: 14px;
}

.first-content {
    width: 100%;
    height: 100px;
    display: flex;
    cursor: pointer;
}

.fir-con-img {
    width: 128px;
    height: 96px;
    display: block;
    margin-right: 10px;
}

.right-content {
    width: calc(100% - 140px);
    height: 100px;
}

.right-content p:nth-of-type(1) {
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
}

.conent-extend {
    line-height: 1.4;
    width: 100%;
    height: 68px;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.content-more {
    color: #f55a33;
}

.content-more:hover {
    color: #660099;
}

.top-center {
    width: 400px;
    height: 100%;
    margin: 0 40px;
}

.center-one {
    width: 100%;
    height: 240px;
    margin-bottom: 15px;
}

.ce-title {
    width: 100%;
    height: 30px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ccc;
}

.ce-title span:nth-of-type(1) {
    color: #ff5200;
    font-size: 18px;
    font-weight: bold;
}

.ce-title span:nth-of-type(1) span {
    margin-left: 10px;
    font-size: 16px;
    color: #ccc;
    font-weight: normal;
    cursor: pointer;
}

.ce-title a {
    font-size: 14px;
    color: #660099;
    cursor: pointer;
}

.ce-content {
    width: 100%;
    height: 190px;
}

.ce-content .first-con {
    display: block;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    color: #333;
}

.ce-content .list-ul {
    width: 100%;
}

.ce-content .list-ul li a {
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    list-style-type: disc;
    list-style-position: inside;
}

.ce-content .list-ul li span {
    display: block;
}

.ce-content .list-ul li span:nth-of-type(1) {
    width: 3px;
    height: 3px;
    background: #000;
    margin-right: 5px;
}

.ce-content .list-ul li span:nth-of-type(2) {
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}

.ce-content .list-ul li span:nth-of-type(2):hover {
    color: #ff6652;
    border-color: #ff6652;
}

.ce-content .list-ul li span:nth-of-type(3) {
    width: 22%;
}

.ce-content .list-ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.center-two {
    width: 100%;
}

.center-two .list-ul {
    width: 100%;
    height: 180px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding-top: 20px;
    box-sizing: border-box;
}

.center-two .list-ul li a {
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    list-style-type: disc;
    list-style-position: inside;
}

.center-two .list-ul li span {
    display: block;
}

.center-two .list-ul li span:nth-of-type(1) {
    width: 3px;
    height: 3px;
    background: #000;
    margin-right: 5px;
}

.center-two .list-ul li span:nth-of-type(2) {
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}

.center-two .list-ul li span:nth-of-type(2):hover {
    color: #ff6652;
    border-color: #ff6652;
}

.center-two .list-ul li span:nth-of-type(3) {
    width: 22%;
}

.center-two .list-ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.top-right {
    width: 320px;
    height: 100%;
    background: #f5f5f5;
    padding: 7px 15px;
    box-sizing: border-box;
}

.ri-title {
    width: 100%;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ri-title a {
    font-size: 14px;
    color: #660099;
    cursor: pointer;
}

.right-one {
    width: 100%;
    background: #fff;
}

.right-one .right-one-top {
    width: 160px;
    height: 100px;
    font-size: 14px;
    cursor: pointer;

    .right-one-topDiv {
        width: calc(100% - 25px);
        padding: 5px 10px 1px 10px;
    }

    p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333;
        font-weight: bold;
    }

    p:hover {
        color: #ff6652;
    }
}

.right-one-top-img {
    display: flex;
    margin-top: 5px;

    .right-one-top-img-pic {
        width: 128px;
        height: 96px;
        display: block;
        margin-right: 10px;
    }

    .right-one-top-img-pic-desc {
        line-height: 1.4;
        width: calc(100% - 145px);
        height: 85px;
        color: #666;
        font-size: 12px;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        word-break: break-all;
    }
}

.right-one .list-ul {
    width: 100%;
    padding: 10px 10px 1px 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.right-one .list-ul li a {
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    list-style-type: disc;
    list-style-position: inside;
}

.right-one .list-ul li span {
    display: block;
}

.right-one .list-ul li span:nth-of-type(1) {
    width: 3px;
    height: 3px;
    background: #000;
    margin-right: 5px;
}

.right-one .list-ul li span:nth-of-type(2) {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}

.right-one .list-ul li span:nth-of-type(2):hover {
    color: #ff6652;
    border-color: #ff6652;
}

.right-one .list-ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.right-two {
    width: 100%;
    background: #fff;
    padding: 5px 10px 1px 10px;
    box-sizing: border-box;
}

.vdo-list {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.vdo-list span {
    display: block;
    font-size: 14px;
}

.vdo-list span:nth-of-type(1) {
    color: #f2630a;
    margin-right: 5px;
}

.vdo-list span:nth-of-type(2) {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid transparent;
}

.vdo-list span:nth-of-type(2):hover {
    color: #ff6652;
    border-color: #ff6652;
}

.ty-sty {
    width: 1200px;
    margin: 0 auto 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-top: 3px solid #660099;
    display: flex;
}

.ty-left {
    width: 860px;
    height: 100%;
    border-right: 1px solid #ccc;
}

.ty-right {
    width: 340px;
    height: 100%;
}

.ty-title {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}

.ty-tip {
    padding-left: 25px;
    color: #333;
    font-size: 22px;
    cursor: pointer;
    box-sizing: border-box;
}

.ty-more {
    font-size: 14px;
    color: #660099;
    float: right;
}

.card-title {
    width: 214px;
    height: 100%;
    background: #660099;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title span:nth-child(1) {
    font-size: 24px;
    margin-right: 5px;
}

.ty-db {
    width: 100%;
    height: 42px;
    display: block;
    line-height: 42px;
    padding-right: 25px;
    box-sizing: border-box;
}

.pro-height {
    min-height: 750px;
}

.pro-type-list {
    margin-left: 70px;
    font-size: 12px;
}

.rd {
    color: #f29e1b;
    border-style: none;
    margin: 0;
}

.word-box {
    display: inline-block;

    a {
        color: black;
        margin-right: 5px;
    }

    a:hover {
        color: #fe664f;
    }
}

.word-box span {
    color: #333;
    margin: 0 10px;
    display: inline-block;
}

.word-box span:nth-of-type(1) {
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.word-box span:nth-of-type(1):hover {
    color: #fe664f;
    border-bottom-color: #fe664f;
}

.product-type-list-box {
    width: 100%;
    padding: 10px 21px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.type-item {
    width: 395px;
    height: 108px;
    margin-bottom: 8px;
}

.type-item-title {
    width: max-content;
    padding: 2px 5px;
    box-sizing: border-box;
    background: #ff6600;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}

.type-item-title:hover {
    background: #fff;
    color: #ff6600;
}

.sub-item-box {
    width: 100%;
    height: 65px;
    overflow: hidden;
}

.sub-item a {
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.sub-item a:hover {
    color: #ff6600;
    border-color: #ff6600;
}

.sub-item span {
    color: #999;
}

.card-box {
    width: 100%;
    padding: 5px 14px;
    box-sizing: border-box;
}

.card-item {
    width: 100%;
    height: 104px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.card-item img {
    width: 104px;
    height: 104px;
    display: block;
    margin-right: 14px;
    cursor: pointer;
}

.right-pro {
    width: calc(100% - 118px);
    height: 104px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.right-pro p {
    width: 100%;
}

.right-pro p:nth-child(1) {
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #446cb3;
    font-size: 16px;
    margin-bottom: 5px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.right-pro p:nth-child(1):hover {
    color: #ff6600;
    border-color: #ff6600;
}

.right-pro p:nth-child(2), .right-pro p:nth-child(3) {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.right-pro p:nth-child(2) {
    text-decoration-line: line-through;
}

.new-card-box {
    width: 100%;
    display: flex;
}

.new-card-item {
    width: 214px;
    height: 100%;
    padding: 15px 20px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.new-card-item:nth-last-child(1) {
    border-style: none;
}

.new-card-item img {
    width: 100%;
    height: 173px;
    margin-bottom: 12px;
    display: block;
    cursor: pointer;
}

.new-card-item p:nth-of-type(1), .new-card-item p:nth-of-type(2) {
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 0 auto 12px;
}

.new-card-item p:nth-of-type(1) {
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.new-card-item p:nth-of-type(1):hover {
    color: #ff6600;
    border-color: #ff6600;
}

.new-card-item p:nth-of-type(3) {
    text-align: center;
}

.new-card-item p:nth-of-type(3) a {
    color: #999;
}

.new-card-item p:nth-of-type(3) a:nth-child(2) {
    display: inline-block;
    padding: 0 5px;
    background: #ff5200;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.ject-list-box {
    width: 100%;
    height: 180px;
    padding: 20px 20px 0;
    box-sizing: border-box;
}

.ject-list-box li, .ject-list-box li a {
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    list-style-type: disc;
    list-style-position: inside;
}

.ject-list-box li a {
    margin-bottom: 0;
}

.ject-list-box li span {
    display: block;
}

.ject-list-box li span:nth-of-type(1) {
    width: 3px;
    height: 3px;
    background: #ff8400;
    margin-right: 5px;
}

.ject-list-box li span:nth-of-type(2) {
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}

.ject-list-box li span:nth-of-type(2):hover {
    color: #ff6652;
    border-color: #ff6652;
}

.ject-list-box li span:nth-of-type(3) {
    width: 26%;
}

.ject-list-box li:nth-last-child(1) {
    margin-bottom: 0;
}

.wlw-box .new-card-item p:nth-of-type(1) {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 0 auto 12px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    white-space: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wlw-box .new-card-item p:nth-of-type(1):hover {
    color: #ff6600;
    border-color: #ff6600;
}

.wlw-box .new-card-item p:nth-of-type(2) {
    text-align: center;
}

.wlw-box .new-card-item p a:nth-child(1) {
    color: #999;
}

.wlw-box .new-card-item p a:nth-child(2) {
    display: inline-block;
    padding: 0 5px;
    background: #ff5200;
    color: #fff;
    cursor: pointer;
}

.zh-height {
    height: 266px;
}

.zh-box {
    display: flex;
}

.zh-item {
    width: 380px;
    margin-left: 30px;
}

.zh-item-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e6e6e6;
}

.zh-item-title span:nth-child(1) {
    color: #ff5200;
    font-size: 18px;
}

.zh-item-title span:nth-child(2) {
    font-size: 18px;
    margin-left: 10px;
}

.zh-item-title a {
    font-size: 14px;
    color: #660099;
    float: right;
}

.zh-list {
    width: 100%;
}

.zh-list li {
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    list-style-type: none;
}

.zh-list li a {
    color: #333;
}

.zh-list li p:nth-of-type(1) {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.zh-list li p:nth-of-type(1) span {
    display: inline-block;
}

.zh-list li p:nth-of-type(1) span:nth-of-type(1) {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #ff8400;
    margin-right: 5px;
}

.zh-list li p:nth-of-type(1) span:nth-of-type(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}

.zh-list li p:nth-of-type(1) span:nth-of-type(2):hover {
    color: #ff6652;
    border-color: #ff6652;
}

.zh-list li p:nth-child(2) {
    font-size: 12px;
    color: #fff;
}

.zh-right-box {
    width: 100%;
    padding: 20px 20px 0;
    box-sizing: border-box;
}

.zh-right-box li, .zh-right-box li a {
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    list-style-type: disc;
    list-style-position: inside;
}

.zh-right-box li a {
    margin-bottom: 0;
}

.zh-right-box li span {
    display: block;
}

.zh-right-box li span:nth-of-type(1) {
    width: 3px;
    height: 3px;
    background: #ff8400;
    margin-right: 5px;
}

.zh-right-box li span:nth-of-type(2) {
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}

.zh-right-box li span:nth-of-type(2):hover {
    color: #ff6652;
    border-color: #ff6652;
}

.zh-right-box li span:nth-of-type(3) {
    width: 30%;
}

.zh-right-box li:nth-last-child(1) {
    margin-bottom: 0;
}

.sc-box .sc-title-right {
    float: right;
    font-size: 12px;
}

.sc-box .sc-title-right a {
    color: #333;
}

.sc-box .sc-title-right span:nth-child(2) {
    margin: 0 10px;
}

.sy-sc li, .sy-sc li a {
    width: 100%;
    color: #333;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    list-style-type: disc;
    list-style-position: inside;
}

.sy-sc li a {
    margin-bottom: 0;
}

.sy-sc li a span {
    display: block;
}

.sy-sc li a span:nth-of-type(1) {
    width: 3px;
    height: 3px;
    background: #ff8400;
    margin-right: 5px;
}


.sy-sc li a span:nth-of-type(2) {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid transparent;


}

.sy-sc li a span:nth-of-type(2):hover {
    color: #ff6652;
    border-color: #ff6652;
}

.sy-sc li a span:nth-of-type(3) {
    width: 25%;
    text-align: right;
}

.sy-sc li:nth-last-child(1) {
    margin-bottom: 0;
}

.pic-box {
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
}

.ry-car {
    height: 212px;
    margin-bottom: 5px;
}

.ry-car .prev, .ry-car .next {
    margin-top: -40px;
}

.pic-box img {
    width: 100%;
    height: 180px;
    display: block;
    margin-bottom: 5px;
}

.pic-box p:nth-of-type(1) {
    width: 100%;
    font-size: 18px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bd-title {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cg-height {
    display: block;
}

.cg-pic-box {
    width: 100%;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.cg-item {
    width: 210px;
}

.cg-item img {
    width: 210px;
    height: 210px;
    display: block;
    margin-bottom: 10px;
}

.cg-item p:nth-of-type(1) {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.link-box {
    width: 1200px;
    margin: 20px auto;
    display: flex;
}

.link-item-title {
    width: 80px;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.link-item-content {
    width: calc(100% - 110px);
}

.link-item-content span, .link-item-content span a {
    margin: 0 15px 5px 0;
    font-size: 16px;
    color: #666;
    display: inline-block;
}

.link-item-content span a {
    display: block;
    white-space: nowrap;
}

.link-item-content span a:hover {
    color: #ff5200;
}
