/* index CSS */

body.landing-page {
    font-size: 14px;
    color: #454145;
    font-family: "microsoft yahei", 'Open Sans', helvetica, arial, sans-serif;
    background-color: #000;
    /* background-color: #fff; */
    overflow-x: hidden;
}

.container {
    position: relative;
    z-index: 5;
}

p {
    line-height: 30px;
    word-break: break-word;
}


/* banner */

.slick-prev:before,
.slick-next:before {
    color: #f18d00 !important;
}

.landing-page .carousel {
    height: 940px;
    margin-top: 120px;
}

.landing-page .carousel-caption {
    z-index: 10;
}

.landing-page .carousel .item {
    height: 470px;
    background-color: #777;
}

.landing-page .carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 470px;
}

.landing-page .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.landing-page .carousel-fade .carousel-inner .active {
    opacity: 1;
}

.landing-page .carousel-fade .carousel-inner .active.left,
.landing-page .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.landing-page .carousel-fade .carousel-inner .next.left,
.landing-page .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.landing-page .carousel-fade .carousel-control {
    z-index: 2;
}

.landing-page .carousel-control.left,
.landing-page .carousel-control.right {
    background: none;
}

.landing-page .carousel-control {
    width: 6%;
}

.landing-page .carousel-inner .container {
    position: relative;
    overflow: visible;
}

.landing-page .carousel-inner {
    overflow: visible;
}

.landing-page .carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
}

.landing-page .carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: auto;
    right: auto;
    text-align: left;
}

.landing-page .carousel-caption.blank {
    top: 140px;
}

.landing-page .carousel-image {
    position: absolute;
    right: 10px;
    top: 150px;
}


/* .landing-page .carousel-indicators {
    padding-right: 60px;
} */

.landing-page .carousel-caption h1 {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: -1.5px;
}

.landing-page .carousel-caption p {
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none;
}

.landing-page .caption-link {
    color: #fff;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 400;
}

.landing-page .caption-link:hover {
    text-decoration: none;
    color: inherit;
}


/* title */

.marAuto {
    margin: 0 auto;
}

.landing-page .navy-line {
    width: 128px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 25px;
    border: none;
    background: #f18d00;
}

.landing-page h1 {
    font-size: 54px;
    color: #f18d00;
}

.landing-page h2 {
    margin: 0;
    font-size: 32px;
    color: #454145;
}

.landing-page h6 {
    color: #fff;
}

.height_400 {
    height: 400px;
}

.height_590 {
    height: 590px;
}

.height_600 {
    height: 600px;
}

.height_700 {
    height: 700px;
}

.backCol_W {
    background: #fff;
}

.backCol_G {
    background: #454145;
}

.backCol_0 {
    background: #000;
}

.backCol_1d {
    background: #1d1d1d;
}

.area_box {
    position: relative;
}

.area_box .img_bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    z-index: 1;
}

.landing-page .link_btn {
    background: #fff;
    font-size: 12px;
    color: #333;
    border: 1px solid #fff;
    padding: 0 30px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.landing-page .link_btn:hover {
    background: transparent;
    color: #f18d00;
    border: 1px solid #f18d00;
}

.products_box {
    padding-top: 60px;
    padding-bottom: 120px;
}

.products_box .products_list .item {
    position: relative;
}

.products_box .products_list .item .bor_bg {
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, transparent 40px, #f18d00 0);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.products_box .products_list .item:hover .bor_bg,
.products_box .products_list .item:hover .text a {
    opacity: 1;
}

.products_box .products_list .item img {
    position: relative;
    width: 100%;
    z-index: 2;
}

.products_box .products_list .item .text {
    color: #fff;
    position: absolute;
    top: 180px;
    left: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.products_box .products_list .item .text label {
    font-size: 30px;
}

.products_box .products_list .item .text hr {
    width: 120px;
    height: 3px;
    background: #f18d00;
}

.products_box .products_list .item .text span {
    font-size: 20px;
    margin-top: 5px;
}

.products_box .products_list .item .text a {
    margin-top: 62px;
    /* font-size: 16px; */
    color: #fff;
    opacity: 0;
}

.products_box .products_list .item a:hover {
    color: #f18d00;
}

.customer_box {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.customer_box .cont {
    height: 600px;
    background: url(../images/i-customer.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 25px;
}

.customer_box .cont .servic_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 200px;
}

.customer_box .cont .servic_list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bevel_btn {
    position: relative;
    width: 80%;
    margin-top: 15px;
}

.bevel_btn .bevel_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(45deg, transparent 20px, #454145 0);
    z-index: 1;
}

.bevel_btn:hover .bevel_bg {
    background: linear-gradient(45deg, transparent 20px, #f18d00 0);
}

.bevel_btn a {
    display: block;
    position: relative;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    z-index: 2;
}

.news_box {
    padding-top: 60px;
}

.news_list .item {
    display: flex;
    flex-direction: column;
}

.news_list .item .pic {
    position: relative;
    width: 100%;
    height: 280px;
}

.news_list .item .pic .bg {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 20px, #f18d00 0);
    z-index: 1;
}

.news_list .item .pic .img_box {
    position: absolute;
    top: 0;
    left: 30px;
    right: 0;
    z-index: 2;
    height: 250px;
    overflow: hidden;
}

.news_list .item .pic .img_box img {
    height: 250px;
    position: absolute;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

.news_list .item .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 22px;
}

.news_list .item .text span {
    color: #6d6c6f;
}

.news_list .item .text label {
    font-size: 24px;
    color: #fff;
    margin-top: 15px;
    height: 78px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list .item .text p {
    font-size: 14px;
    color: #fff;
    height: 90px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_list .item .text a {
    color: #f18d00;
    opacity: 0.7;
}

.news_list .item .text a:hover {
    opacity: 1;
}


/* 底部导航 CSS */

.footer_box {
    padding: 110px 0;
    border-bottom: 1px solid #6d6c6f;
    background: url(../images/footer-bg.png) no-repeat;
    background-position: center bottom;
}

.footer_box .mid {
    display: flex;
    justify-content: space-between;
    padding-right: 88px;
}

.footer_box .mid .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_box .mid .item a {
    line-height: 30px;
    font-size: 12px;
    color: #9fa0a0;
}

.footer_box .mid .item a:first-child {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.footer_box .mid .item a:hover {
    color: #f18d00;
}

.footer_record {
    text-align: center;
    padding: 20px 0 30px 0;
    font-size: 14px;
    color: #9fa0a0;
}


/* banner CSS */

.banner_img_box {
    position: relative;
    width: 100%;
    height: 680px;
}

.banner_img_box>img {
    height: 680px;
    position: absolute;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}


/* 滚动条美化 */

.test1::-webkit-scrollbar {
    width: 8px;
}

.test1::-webkit-scrollbar-track {
    background-color: #272727;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.test1::-webkit-scrollbar-thumb {
    background-color: #4d4d4d;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}


/* 匠指膜艺 CSS */

.factory_box {
    padding-top: 60px;
    padding-bottom: 150px;
    background: url(../images/jzmy-gcjs-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.brand_box {
    padding-top: 60px;
    padding-bottom: 40px;
    background: url(../images/jzmy-ppwh-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}


/* tab CSS */

.tab_nav {
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #454145;
}

.tab_nav li {
    position: relative;
    padding: 0 50px;
    border-right: 1px solid #454145;
}

.tab_nav li:last-child {
    border-right: none;
}

.tab_nav li a {
    font-size: 20px;
}

.tab_nav li a:hover {
    color: #f18d00;
}

.tab_nav li hr {
    width: 100px;
    height: 3px;
    background: #f18d00;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -22px;
    opacity: 0;
}

.tab_nav li.active a {
    color: #f18d00;
}

.tab_nav li.active hr {
    opacity: 1;
}


/* 全系产品 CSS */

.qxcp_box {
    padding-top: 15px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
}

.qxcp_box .type_tab {
    display: flex;
    justify-content: center;
}

.qxcp_box .type_tab li {
    font-size: 18px;
    padding: 8px 20px;
    border: 2px solid #454145;
    border-radius: 3px;
    margin: 0 20px;
    cursor: pointer;
}

.qxcp_box .type_tab li.active {
    border-color: #f18d00;
    background: #f18d00;
    color: #fff;
}

.qxcp_list {
    padding-top: 60px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.qxcp_list .item {
    width: 370px;
    margin: 15px;
    position: relative;
    background-color: #454145;
}

.qxcp_list .item img {
    width: 370px;
    height: auto;
}

.qxcp_list .item .text {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
}

.qxcp_list .item .text label {
    font-size: 22px;
}

.qxcp_list .item .text p {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 10px;
}

.qxcp_list .item .text p span {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
}

.qxcp_list .item .text p span:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.qxcp_list .item .text a {
    font-size: 12px;
    background: #f18d00;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    margin-top: 15px;
    opacity: 0;
}

.qxcp_list .item:hover .text {
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px);
    transition: all 0.5s ease 0s;
}

.qxcp_list .item:hover .text a {
    opacity: 1;
}

.qxcp_list .item .last {
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
}


/* 改色 */

.car_brand {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 50px 20px;
}

.car_brand li {
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    margin: 6px;
    overflow: hidden;
    cursor: pointer;
}

.car_brand li.active,
.car_brand li:hover {
    border-color: #f18d00;
    background-color: #ffece6;
}

.case_list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.case_list .item {
    position: relative;
    width: 370px;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.case_list .item a {
    display: flex;
    flex-direction: column;
}

.case_list .item label {
    font-size: 16px;
    font-weight: bold;
    color: #454145;
    flex: 1;
    margin-top: 10px;
    cursor: pointer;
}

.case_list .item:hover label {
    color: #f18d00;
}

.case_list .item span {
    font-size: 12px;
    color: #666;
    flex: 1;
    margin-bottom: 10px;
}


/* 改色 CSS */

.gs_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.gs_cont img {
    margin: 10px;
    width: 580px;
}


/* 新闻中心 CSS */

.news_list_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.news_list_box .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #efefef;
    margin-bottom: 15px;
}

.news_list_box .item .left {
    position: relative;
    width: 380px;
    height: 380px;
    overflow: hidden;
}

.news_list_box .item .left img {
    height: 380px;
    position: absolute;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

.news_list_box .item .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 50px;
    margin-right: 50px;
}

.news_list_box .item .right span {
    font-size: 14px;
    color: #6d6c6f;
    margin-bottom: 30px;
}

.news_list_box .item .right label {
    width: 100%;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #454145;
    word-wrap: break-word;
}

.news_list_box .item:hover .right label {
    color: #f18d00;
}

.news_list_box .item .right p {
    font-size: 13px;
    margin-top: 15px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list_box .item .right a {
    color: #f18d00;
    margin-top: 10px;
    opacity: 0.7;
}

.news_list_box .item .right a:hover {
    opacity: 1;
}


/* 新闻中心-详情 CSS */

.News_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.News_details h5 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 2px solid #454145;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.News_details p {
    display: flex;
    width: 100%;
    text-align: justify;
}

.News_details img {
    max-width: 100%;
    padding-bottom: 15px;
    margin: 0 auto;
}

.News_details_end {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 20px;
    border-top: 2px solid #454145;
}

.News_details_end a {
    margin-bottom: 10px;
}

.News_details_end a:hover {
    color: #f18d00;
}


/* 查询服务 CSS */

.query_screen {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.query_screen .search {
    width: 290px;
    height: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f18d00;
    border-radius: 2rem;
}

.query_screen .search input {
    flex: 1;
    height: 2rem;
    line-height: 2rem;
    background-color: transparent;
    padding-left: 0.6rem;
    border: 1px solid #f18d00;
    border-right: none;
    border-radius: 2rem 0 0 2rem;
}

.query_screen .search input:focus {
    background-color: #fff8f5;
}

.query_screen .search .btn {
    padding: 0;
    height: 2rem;
    background-color: transparent;
}

.query_screen .search .btn img {
    height: 100%;
    width: auto;
}

.query_screen .search .btn:focus {
    outline: none;
    box-shadow: none;
}

.query_box {
    display: flex;
    flex-direction: column;
    padding: 50px 80px;
}

.query_box .query_prompt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.query_box .query_prompt .item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.query_box .query_prompt .item:nth-child(2n-1) {
    padding-right: 20px;
}

.query_box .query_prompt .item:nth-child(2n) {
    padding-left: 20px;
}

.query_box .query_prompt .item label {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.query_box .query_prompt .item p {
    margin-bottom: 0;
    font-size: 14px;
}

.map_box {
    padding-bottom: 80px;
}

.map_box .inquire {
    background: #efefef;
    border: 1px solid #c9caca;
    border-radius: 8px;
    padding: 20px 15px;
}

.map_box .inquire .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.map_box .inquire .item select {
    height: 36px;
    line-height: 36px;
    border: 1px solid #c9caca;
    border-radius: 5px;
    padding: 0 10px;
}

.map_box .inquire .item .btn {
    height: 36px;
    background: #dcdddd;
    border: 1px solid #c9caca;
    border-radius: 5px;
    margin-top: 30px;
}

.map_box .inquire .item .btn:hover {
    background: #f18d00;
    border: 1px solid #f18d00;
    color: #fff;
}

.btn.focus,
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.S_text_box {
    margin-bottom: 50px;
}

.S_text_box h5 {
    font-size: 20px;
    font-weight: bold;
}

.S_text_box p {
    margin-bottom: 0;
}


/* 联系我们 CSS */

.leave_word {
    width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 120px;
}

.leave_word label i {
    color: red;
}

.leave_word .message {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    border-bottom: 1px solid #efefef;
}

.leave_word .message textarea {
    width: 100%;
    height: 220px;
    border: 1px solid #c9caca;
    background: #efefef;
    border-radius: 8px;
    padding: 10px 15px;
}

.leave_word .message input {
    width: 140px;
    padding: 2px 10px;
    border: 1px solid #c9caca;
    background: #efefef;
    border-radius: 8px;
}

.leave_word .message button {
    width: 160px;
    padding: 2px 10px;
    border: 1px solid #c9caca;
    background: #fff;
    border-radius: 8px;
}

.leave_word .message button:hover {
    border-color: #f18d00;
    background: #f18d00;
    color: #fff;
}

.leave_word .message button:focus {
    outline: none;
}


/* 核心优势 CSS */

.hxys_anchor_box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: rgb(255, 255, 255, 0.3);
}

.hxys_anchor_box a {
    display: inline-block;
    line-height: 60px;
    padding: 0 30px;
    color: #fff;
}

.hxys_anchor_box a:hover {
    background-color: #f18d00;
}

.hxys_anchor_box a.active {
    background-color: #f18d00;
}

.zzsl_box {
    height: 800px;
    box-sizing: border-box;
    padding-top: 120px;
    background: url(../images/hxys-zzsl-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.zzsl_box .text {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}

.zzsl_box .text .item {
    width: 20%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    border-right: 1px dashed #fff;
}

.zzsl_box .text .item:last-child {
    border-right: none;
}

.zzsl_box .text .item span {
    font-size: 28px;
    margin-bottom: 10px;
}

.zzsl_box .text .item label {
    font-size: 18px;
}

.hxjs_tabs {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.hxjs_tabs li {
    margin: 0 80px;
    border: 1px solid #fff;
    cursor: pointer;
}

.hxjs_tabs li a {
    padding: 15px 50px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}

.hxjs_tabs li:hover,
.hxjs_tabs li.active {
    background: #fff;
}

.hxjs_tabs li:hover a,
.hxjs_tabs li.active a {
    color: #043d82;
}

.hxjs_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.hxjs_box>img {
    height: 800px;
    position: absolute;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

.scsb_box {
    height: 800px;
    box-sizing: border-box;
    padding-top: 120px;
    background: url(../images/hxys-scsb-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.scsb_box .text {
    padding-top: 50px;
}

.scsb_box .text label {
    font-size: 18px;
    font-weight: bold;
}

.scsb_box .img {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}

.scsb_box .img .item {
    width: 20%;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}

.scsb_box .img .item img {
    width: 100%;
    border-radius: 20px;
}


/* 产品中心 CSS */


/* 窗膜 */

.model_tabs {
    display: flex;
    justify-content: center;
}

.model_tabs li {
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 0 10px;
    box-sizing: border-box;
}

.model_tabs li a {
    display: inline-block;
    padding: 3px 30px;
    font-size: 18px;
    color: #000;
}

.model_tabs li:hover,
.model_tabs li.active {
    background: #f18d00;
    border-color: #f18d00;
}

.model_tabs li:hover a,
.model_tabs li.active a {
    color: #fff;
}

.pro_parameters {
    position: relative;
    height: 500px;
    box-sizing: border-box;
    background: url(../images/cm-cpcs-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    margin-top: 50px;
}

.pro_parameters table,
.table_box table {
    width: 80%;
    table-layout: fixed;
    border-radius: 20px;
    overflow: hidden;
    margin: 30px auto 0 auto;
}

.pro_parameters table tr,
.table_box table tr {
    background-color: rgb(230, 230, 230, 0.8);
}

.pro_parameters table tr:first-child,
.table_box table tr:first-child {
    background-color: rgb(0, 0, 0, 0.5);
    color: #fff;
}

.pro_parameters table tr th,
.pro_parameters table tr td,
.table_box table tr th,
.table_box table tr td {
    text-align: center;
}

.pro_parameters table tr th,
.table_box table tr th {
    padding: 20px 10px;
    border-right: 1px solid rgb(255, 255, 255, 0.6);
}

.pro_parameters table tr td,
.table_box table tr td {
    padding: 14px 0;
    border-top: 1px solid rgb(255, 255, 255, 0.6);
    border-right: 1px solid rgb(255, 255, 255, 0.6);
}

.pro_parameters table tr th:last-child,
.pro_parameters table tr td:last-child,
.table_box table tr th:last-child,
.table_box table tr td:last-child {
    border-right: none;
}

.pro_function {
    display: flex;
    align-items: center;
    background: #dcdddd;
    border-radius: 20px;
    overflow: hidden;
}

.pro_function>img {
    width: 53%;
}

.pro_function .f_list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px;
}

.pro_function .f_list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
}

.pro_function .f_list .item img {
    height: 80px;
}

.pro_function .f_list .item span {
    margin-top: 10px;
}


/* 车衣 */

.clothing_box {
    position: relative;
    padding-bottom: 160px;
}

.clothing_box>img {
    width: 100%;
}

.table_box {
    position: absolute;
    bottom: -50px;
}