#productCatalog {
    min-width: 1600px;
    height: auto;
    background-color: #fff;
}

/* 产品详情 */
.header-bot {
    min-height: 750px;
    background: url('../static/pd-bg.jpg') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: row-reverse;
}

.header-bot-box {
    width: 1600px;
}

.details-route {
    width: 1330px;
    height: 110px;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
}

.details-route p {
    font-size: 16px;
    line-height: 350%;
    color: #FFF;
}

.details-bgBox {
    min-width: 1280px;
    background-color: #FFF;
}

.details-card {
    width: 1280px;
    min-height: 640px;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 44px;
    padding-left: 50px;
    padding-bottom: 30px;
}

.card-banner-big {
    width: 720px;
    height: 450px;
    margin-bottom: 20px;
}

.card-banner-big .swiper-slide {
    width: 720px;
    height: 450px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-banner-big .swiper-slide img {
    max-height: 450px;
}

.card-banner-thumbs {
    width: 720px;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.card-banner-thumbs .swiper-slide {
    width: 128px;
    height: 80px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-banner-thumbs .swiper-slide img {
    max-height: 80px;
}

.card-banner-thumbs .swiper-slide-thumb-active {
    border: 1px solid #000;
}

.details-card-text {
    width: 470px;
}

.details-card-text dl dt {
    font-size: 30px;
    line-height: 100%;
    color: #000;
    padding-bottom: 24px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}

.details-card-text dl dd {
    font-size: 16px;
    line-height: 100%;
    color: #000;
    margin: 24px 0;
    position: relative;
}

.details-card-text dl dd.pro-size b {
    position: absolute;
    left: 0;
    top: 0;
}

.details-card-text dl dd.pro-size span {
    line-height: 200%;
    padding-left: 80px;
    display: block;
    position: relative;
    top: -9px;
}

.span-red {
    font-size: 24px;
    line-height: 100%;
    color: #c3122c;
}

.details-card-call {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.details-card-lf {
    color: #000;
    display: flex;
}

.details-card-lf img {
    width: 51px;
    height: 51px;
    margin-right: 10px;
}

.details-card-number {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.details-card-number p {
    font-size: 16px;
    line-height: 100%;
}

.details-card-number b {
    display: block;
    font-size: 14px;
    line-height: 100%;
    color: #c3122c;
}

.details-card-call .cuolink {
    display: block;
    width: 180px;
    height: 50px;
    background-color: #c3122c;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

.details-card-QR {
    height: 120px;
    display: flex;
}

.card-QR-lf {
    width: 120px;
    height: 120px;
    margin-right: 14px;
}

.card-QR-rg {
    width: 100px;
    height: 120px;
    text-align: center;
}

.card-QR-rg img {
    width: 61px;
    height: 60px;
}

.card-QR-rg p {
    font-size: 16px;
    line-height: 160%;
    margin-top: 10px;
    color: #999;
}


/* content */
.content {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.content-card {
    width: 1280px;
    margin: 0 auto;
    box-shadow: 0 0 10px #999;
    display: flex;
    justify-content: space-between;
}

.content-card-lf {
    width: 960px;
    box-shadow: 5px 5px 10px #999;
    z-index: 1;
    background-color: #FFF;
}

.content-card-lf-nav {
    display: flex;
    justify-content: center;
}

.content-card-lf-nav li {
    width: 320px;
    height: 75px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 420%;
    background-color: #d1ab72;
    box-sizing: border-box;
    cursor: pointer;
}

.content-card-lf-nav li:hover {
    background-color: #c3122c;
}

.line-rg-w {
    border-right: 1px solid #FFF;
}

.content-card-lf-nav .cur-bg {
    background-color: #c3122c;
}

.content-card-lf-nav li img {
    width: 25px;
    height: 25px;
}

.content-card-lf-nav li span {
    margin-left: 4px;
}

.content-card-lf-show {
    background-color: #FFF;
    display: none;
}

.item-show {
    display: block;
}

.content-card-lf-show-tle {
    height: 152px;
    color: #000;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.content-card-lf-show-tle p {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 12px;
}

.content-card-lf-show-tle p img {
    width: 30px;
    height: 30px;
}

.content-card-lf-show-tle fieldset {
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 3px;
}

.content-card-lf-show-img {
    width: 790px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 90px;
    overflow: hidden;
}

.content-card-lf-show-img img {
    max-width: 100%;
}

.content-card-rg {
    width: 320px;
    background-color: #FFF;
}

.content-card-rg-tle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 33px;
    margin-bottom: 34px;
}

.content-card-rg-tle img {
    width: 25px;
    height: 29px;
}

.content-card-rg-tle span {
    font-size: 30px;
    line-height: 100%;
    color: #000;
    margin-left: 10px;
}

.content-card-rg-box {
    width: 320px;
    text-align: center;
}

.content-card-rg-box li {
    width: 240px;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px auto;
    background-color: #f5f5f5;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
}

.content-card-rg-box li a img {
    height: 125px;
}

.content-card-rg-box li p {
    font-size: 16px;
    line-height: 100%;
    color: #000;
}

.header .header-bot {
    display: none;
}

.content-ser-proc-bd {
    background-color: #f7f7f7;
    padding-top: 30px;
    overflow: hidden;
    margin-top: 30px;
}

.content-ser-proc-bd-inner {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.content-ser-proc-bd img {
    max-width: 100%;
}

.dar_yx {
    overflow: hidden;
    margin-top: 10px;
}

.dar_yx .btns {
    width: 138px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #3a1414;
    border-radius: 5px;
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    margin-right: 26px;
    border: none;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}
