/* ---------------------------- 轮播样式 ---------------------------- */
#header .carousel-caption {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}
#header .carousel-caption dl {
    margin-bottom: 20vw;
}
/* 图片对应标题和描述内容 - 文字排版 */
#header .carousel-caption {
    top: 26vw;
    left: 12vw;
}
/* 图片对应标题和描述内容 - 文字样式 */
#header .carousel-caption>dl>dt {
    font-size: 32px;
}
#header .carousel-caption>dl>dd:nth-child(2) {
    font-size: 20px;
}
/* 图片对应标题和描述内容 - 按钮(了解详情) */
#header .carousel-caption>dl>dd:nth-child(4) {
    margin-top: 10px;
}
#header .carousel-caption .btn {
/*    font-size: 0.7vw;*/
    /* width: 6.5vw; */
    border: none;
}
#header .carousel-caption .btn-default {
    background-color: #1f1f1f;
    color: #eee;
}
@media (min-width: 576px) {

    /* 图片对应标题和描述内容 - 文字样式 */
    #header .carousel-caption>dl>dt {
        font-size: 40px;
    }

    #header .carousel-caption>dl>dd:nth-child(2) {
        font-size: 28px;
    }
}

@media (min-width: 768px) {

    /* 图片对应标题和描述内容 - 文字排版 */
    #header .carousel-caption {
        top: 15vw;
        left: 15vw;
    }

    /* 图片对应标题和描述内容 - 文字样式 */
    #header .carousel-caption>dl>dt {
        font-size: 52px;
    }

    #header .carousel-caption>dl>dd:nth-child(2) {
        font-size: 36px;
    }

    #header .carousel-caption>dl>dd:nth-child(3) {
        font-size: 12px;
    }


}

@media (min-width: 992px) {

    /* 图片对应标题和描述内容 - 文字排版 */
    #header .carousel-caption {
        top: 13vw;
        left: 16vw;
    }

    /* 图片对应标题和描述内容 - 文字样式 */
    #header .carousel-caption>dl>dt {
        font-size: 70px;
    }

    #header .carousel-caption>dl>dd:nth-child(2) {
        font-size: 46px;
    }

    #header .carousel-caption>dl>dd:nth-child(3) {
        font-size: 14px;
    }

    /* 图片对应标题和描述内容 - 按钮(了解详情) */
    #header .carousel-caption>dl>dd:nth-child(4) {
        margin-top: 16px;
    }
}

@media (min-width: 1200px) {

    /* 图片对应标题和描述内容 - 文字排版 */
    #header .carousel-caption {
        top: 18vw;
        left: 20vw;
    }

    /* 图片对应标题和描述内容 - 文字样式 */
    #header .carousel-caption>dl>dt {
        font-size: 84px;
    }

    #header .carousel-caption>dl>dd:nth-child(2) {
        font-size: 56px;
    }

    #header .carousel-caption>dl>dd:nth-child(3) {
        font-size: 16px;
    }

    /* 图片对应标题和描述内容 - 按钮(了解详情) */
    #header .carousel-caption>dl>dd:nth-child(4) {
        margin-top: 18px;
    }
}


/* ----------------------------------------------------------------- */
/* ---------------------------- 主体内容 ---------------------------- */
/* ----------------------------------------------------------------- */

/* ---------------------------- 通用标题样式 ---------------------------- */
#main>#main_product>.board_title>h1::after {
    content: "PRODUCT DISPLAY";
}

#main>#main_case>.board_title>h1::after {
    content: "CASE PRESENTATION";
}

#main>#main_fire>.board_title>h1::after {
    content: "FIRE CONTRAST";
}

#main>#main_tiles>.board_title>h1::after {
    content: "TILE CONTRAST";
}

#main>#main_news>.board_title>h1::after {
    content: "NEWS INFOEMATION";
}

#main>#main_customer>.board_title>h1::after {
    content: "SERVICE PROCESS";
}

/* ---------------------------- 产品展示栏目样式 ---------------------------- */
/* 版块定位 */
#main_product>.board_title>h1 {
    margin: 0 auto 30px;
}

@media (min-width: 768px) {
    #main_product>.board_title>h1 {
        margin: 0px auto 60px;
    }
}

#main_product .container .btn-default {
    display: block;
    border: none;
    background: rgba(238, 238, 238, .2);
    color: #767676;
}

#main_product .container>.row>div {
    text-align: center;
}

#main_product .container>.row>div>.product_lits>.img-rounded {
    border-radius: 5px 5px 0 0;
}

#main_product .product_lits>h2 {
    background-color: rgba(238, 238, 238, .2);
    border-bottom: solid 1px #e8e8e8;
    margin: 0px;
    font-weight: bold;
    color: #767676;
}

#main_product .product_lits>h2>span {
    font-size: inherit;
}

#main_product .container>.row>div>.product_lits:hover {
    box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, .14);
    transition: all 1.2s ease;
}

#main_product .container .btn-default:active {
    box-shadow: none;
}

@media (max-width: 767px) {
    #main #main_product .product_lits>div {
        position: relative;
    }

    #main #main_product .product_lits>div p {
        position: absolute;
        top: calc(50% - 8vw);
        left: -20px;
        z-index: -1;
        font-size: 12vw;
        font-weight: bold;
        letter-spacing: 4vw;
        color: #eee;
    }

    /* 溢出背景隐藏 */
    #main>#main_product>.container {
        overflow: hidden;
    }

    #main #main_product .product_lits>div img {
        margin: 0 auto;
        box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, .14);
    }

    #main #main_product .product_lits>h2 {
        background-color: transparent;
        border-bottom: none;
        margin-top: 8vw;
        font-size: 16px;
        color: #343434;
        letter-spacing: 1vw;
    }

    #main #main_product .product_lits>a {
        position: relative;
        margin: 2vw 0 8vw;
        background-color: transparent;
        font-size: 12px;
        letter-spacing: 1vw;
    }

    #main #main_product .product_lits>a::before {
        position: absolute;
        content: "MORE";
        top: 5px;
        z-index: -1;
        font-family: Artman_Design_EN;
        font-size: 18px;
        color: #eee;
    }

    #main #main_product .product_lits>a::after {
        position: absolute;
        margin-left: 0.5vw;
        font-family: icomoon_ws;
        content: "\2192";
        font-size: 2vw;
        color: #a5a5a5;
    }

    #main #main_product .product_lits>h2>span {
        font-weight: initial;
        font-size: 17px;
    }

    #main_product .container>.row>div>.product_lits:hover {
        box-shadow: none;
    }
}

@media (min-width: 768px) {
    #main_product .product_lits>h2 {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }

    #main_product .container .btn-default {
        padding: 0.2vw 0;
    }

}

@media (min-width: 992px) {
    #main_product .product_lits>h2 {
        font-size: 22px;
        height: 40px;
        line-height: 40px;
    }

    #main_product .container .btn-default {
        padding: 0.4vw 0;
    }
}

@media (min-width: 1200px) {
    #main_product .product_lits>h2 {
        font-size: 24px;
        height: 50px;
        line-height: 50px;
    }

    #main_product .container .btn-default {
        padding: 0.6vw 0;
    }
}

/* ---------------------------- 案例展示栏目样式 ---------------------------- */

/* 图片详情 */
#main_case .case_btn>.case_describe>dl {
    margin-bottom: 0px;
}

/* Tab切换 */
#main_case .case_btn>.case_tab {
    float: left;
    width: 100%;
}

#main_case .case_btn>.case_tab>div {
    float: right;
}

/* Tab按钮通用样式 */
#main_case .case_btn a,
#main_case .case_btn button {
    background: transparent;
}

#main_case .case_btn .on a,
#main_case .case_btn a:hover,
#main_case .case_btn button:hover {
    background: #b43d38;
    border-color: #b43d38;
    color: #fff;
}

@media (max-width: 767px) {

    /* 定位 */
    #main_case .case_btn {
        position: relative;
        max-width: 475px;
        margin-top: 28px;
        margin: 0 auto;
    }

    #main_case .case_btn dl img {
        margin-bottom: 30px;
    }

    /* 图片详情 */

    #main_case {
        text-align: center;
    }

    #main_case .case_btn>.case_describe>dl>dt {
        font-size: 20px;
        margin: calc(110px + 2vw) auto 30px;
    }

    #main_case .case_btn>.case_describe>dl>dd {
        font-size: 14px;
        line-height: 28px;
    }

    /* Tab切换 */
    #main_case .case_btn>.case_tab {
        position: absolute;
        top: 0;
    }

    #main_case .case_btn>.case_tab>ul {
        margin: 0 auto;
        padding: 0px;
    }

    #main_case .case_btn>.case_tab>ul>li {
        padding: 1.2vw 2vw;
        display: inline-block;
    }

    /* 按钮 */
    #main_case .case_btn a,
    #main_case .case_btn button {
        color: #1f1f1f;
    }

    #main_case .case_btn>.case_describe .btn {
        margin: 30px 0;
    }

    #main_case .case_btn>.case_tab .btn {
        min-width: 22vw;
    }
}

@media (max-width: 276px) {

    /* 图片详情 */
    #main_case .case_btn>.case_describe>dl>dt {
        margin: calc(180px + 2vw) auto 30px;
    }
}

@media (min-width: 768px) {

    /* 图片定位 */
    #slideTxtBox {
        position: relative;
    }

    #main_case .case_describe img {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: initial;
        width: 480px;
    }

    #main_case .case_btn {
        margin-top: 28px;
        margin-left: 39px;
        background: #404040;
    }

    /* 图片详情 */
    #main_case .case_top {
        float: left;
    }

    #main_case .case_btn>.case_describe {
        padding-left: 446px;
        padding-top: 18px;
    }

    #main_case .case_btn>.case_describe img {
        box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, .14);
    }

    #main_case .case_btn>.case_describe>dl {
        color: #eee;
        font-size: 14px;
        text-align: left;
    }

    #main_case .case_btn>.case_describe dl>dt {
        font-size: 24px;
        height: 40px;
        line-height: 40px;
    }

    #main_case .case_btn>.case_describe dl>dd {
        padding: 4px 10px 0 0;
        line-height: 28px;
        border-top: #eeeeee26 solid 1px;
    }

    #main_case .case_btn>.case_describe dl>dd>button {
        margin-top: 6px;
    }

    /* Tab切换 */
    #main_case .case_btn>.case_tab>ul {
        float: left;
        padding-left: 20px;
    }

    #main_case .case_btn>.case_tab>ul,
    #main_case .case_btn>.case_tab>div {
        margin-top: 26px;
    }

    #main_case .case_btn>.case_tab>ul>li,
    #main_case .case_btn>.case_tab>div>span {
        float: left;
        margin: 10px 10px 10px 0;
    }

    #main_case .case_btn>.case_tab>div {
        margin-right: 10px;
    }

    /* 按钮 */
    #main_case .case_btn .btn {
        padding: 5px 10px;
        font-size: 12px;
    }

    #main_case .case_btn a,
    #main_case .case_btn button {
        color: #fff;
    }

    #main_case .case_btn>.case_tab>div>span>a {
        width: 29px;
        height: 29px;
        padding: 0;
    }

    #main_case a[class*="icon_angle_"]::before {
        position: relative;
        top: calc(50% - 8px);
    }

}

@media (min-width: 992px) {

    /* 图片定位 */
    #main_case .case_describe img {
        left: 0;
        width: 600px;
    }

    #main_case .case_btn {
        margin-top: 40px;
        margin-left: 60px;
    }

    /* 图片详情 */
    #main_case .case_btn>.case_describe {
        padding-left: 554px;
        padding-top: 20px;
    }

    #main_case .case_btn>.case_describe>dl {
        font-size: 16px;
    }

    #main_case .case_btn>.case_describe dl>dt {
        font-size: 28px;
        height: 60px;
        line-height: 60px;
    }

    #main_case .case_btn>.case_describe dl>dd {
        padding: 6px 10px 0 0;
        line-height: 32px;
    }

    /* Tab切换 */
    #main_case .case_btn>.case_tab>ul {
        margin-left: 20px;
    }

    #main_case .case_btn>.case_tab>ul,
    #main_case .case_btn>.case_tab>div {
        margin-top: 37px;
    }

    #main_case .case_btn>.case_tab>ul>li,
    #main_case .case_btn>.case_tab>div>span {
        margin: 15px 15px 15px 0;
    }

    #main_case .case_btn>.case_tab>div {
        margin-right: 30px;
    }

    /* 按钮 */
    #main_case .case_btn .btn {
        padding: 6px 12px;
        font-size: 14px;
    }

    #main_case .case_btn>.case_tab>div>span>a {
        width: 34px;
        height: 34px;
    }

    #main_case a[class*="icon_angle_"]::before {
        top: calc(50% - 10px);
    }
}

@media (min-width: 1200px) {

    /* 图片定位 */
    #main_case .case_describe img {
        width: 680px;
    }

    #main_case .case_btn {
        margin-top: 50px;
        margin-left: 70px;
    }

    /* 图片详情 */
    #main_case .case_btn>.case_describe {
        padding-left: 640px;
        padding-top: 25px;
    }

    #main_case .case_btn>.case_describe dl>dt {
        font-size: 30px;
        height: 80px;
        line-height: 80px;
    }

    #main_case .case_btn>.case_describe dl>dd {
        padding: 8px 15px 8px 0;
        line-height: 40px;
    }

    /* Tab切换 */
    #main_case .case_btn>.case_tab>ul {
        margin-left: 40px;
        float: left;
    }

    #main_case .case_btn>.case_tab>ul,
    #main_case .case_btn>.case_tab>div {
        margin-top: 10px;
    }

    #main_case .case_btn>.case_tab>ul>li,
    #main_case .case_btn>.case_tab>div>span {
        margin: 30px 0px 30px 20px;
    }

    #main_case .case_btn>.case_tab>ul>li>a {
        width: 114px;
    }

    #main_case .case_btn>.case_tab>div {
        margin-right: 60px;
    }
}

/* ---------------------------- 产品对比通用栏目样式 ---------------------------- */
#main .product_compare img {
    box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, .14);
}

@media (max-width: 767px) {
    #main .product_compare .container_xs_p {
        margin: 8vw auto;
        line-height: 25px;
    }

    .product_compare>.container>.pic_xs,
    .product_compare .container_xs_p {
        max-width: 475px;
        margin: 0 auto;
    }

    .product_compare>.container>.pic_xs>div:nth-child(1) {
        width: 49%;
        float: left;
    }

    .product_compare>.container>.pic_xs>div:nth-child(2) {
        width: 49%;
        float: right;
    }
}

#main .product_compare>.container>div {
    padding: 0 .8vw;
}

@media (min-width: 768px) {
    #main .product_compare>.container p {
        margin-top: 2vw;
    }

}

#main .product_compare>.container p {
    text-align: center;
    font-size: 16px;
}

/* ----------------------------------------------------------------- */
/* ---------------------------- 新闻资讯 ---------------------------- */
/* ----------------------------------------------------------------- */
/* yyui_tab插件功能样式 */
.tab_card>.tab_content,
.tab_card>.tab_content_over {
    display: none;
}

.tab_card>.tab_content_this,
.tab_card>.tab_content_over_this {
    display: block;
}

.tab_content {
    width: inherit;
    height: inherit;
}

/* 文本截断 */
.tab_card .news_list_t a {
    -webkit-line-clamp: 1;
}

.tab_card .news_list_w a {
    -webkit-line-clamp: 2;
}

/* 通用布局样式 */
#main_news .news_content ul {
    padding-left: 0;
    display: inline-block;
}

#main_news .news_content li {
    float: left;
}

/* Tab页签 */
#main_news .news_content {
    text-align: center;
}

#main_news .news_tab>li:first-child {
    margin-right: 10px;
}

#main_news .news_tab>li:last-child {
    margin-left: 10px;
}

#main_news .news_tab button {
    padding: 4px 8px;
    color: #767676;
}

#main_news .news_tab .tab_title button {
    border-color: #767676;
}

#main_news .news_tab .tab_title_this button {
    color: #fff;
    background-color: #b43d38;
	border-color: #b43d38;
}

/* 选项卡 */
#main_news .news_content>div {
    text-align: left;
}

/* 图片大小 */
#main_news .news_content .news_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, .14);
}

#main_news .news_content .news_img,
#main_news .news_content .news_img>li {
    width: 100%;
}


/* 新闻列表 */
#main_news .news_list div {
    position: relative;
}

#main_news .news_list span {
    display: inline-block;
    position: absolute;
    right: 0;
}

#main_news .news_list .news_list_t span {
    top: 0;
}

#main_news .news_list .news_list_w span {
    bottom: 8px;
}

#main_news .news_list .news_list_w span a {
    font-family: icomoon_ws;
}

#main_news .news_list li {
    border-bottom: solid 1px #e8e8e8;
}

#main_news .news_list,
#main_news .news_list li,
#main_news .news_list div {
    width: 100%;
}

#main_news .news_list div {
    padding-left: 0;
}

#main_news .news_list .news_list_t p {
    margin-right: 40px;
}

#main_news .news_list .news_list_w p {
    margin-right: 30px;
}

/* 文字样式 */
#main_news .news_list a {
    color: #787878;
}

#main_news .news_list .news_list_t a {
    font-size: 20px;
    font-weight: bold;
    color: #1f1f1f;
}

#main_news .news_list .news_list_t span {
    font-size: 20px;
    color: #787878;
}

#main_news .news_list .on p>a {
	color: #b43d38!important;
}
@media (max-width: 991px) {
    #main_news .news_tab {
        margin: 0 auto 25px;
    }

    #main_news .news_list li {
        padding: 10px 0;
    }

    #main_news .news_list .news_list_t p {
        margin: 15px 50px 15px 0;
    }

    #main_news .news_list .news_list_t span {
        margin-top: 15px;
    }

    #main_news .news_list .news_list_w p {
        line-height: 28px;
    }

}

@media (max-width: 767px) {
    #main_news .container {
        max-width: 475px;
    }
	
	#main_news .news_list .news_list_t p {
        margin-left: -20px;
    }
	
	#main_news .news_list .news_list_w p {
        margin-left: -20px;
    }
}

@media (min-width: 992px) {
    #main_news .news_content {
        text-align: right;
    }

    #main_news .news_list li:first-child {
        border-top: solid 1px #e8e8e8;
    }

    #main_news .news_list li {
        padding: 15px 0 0 30px;
        /* padding-top: 15px; */
        height: calc(345px / 3);
    }

    #main_news .news_list .news_list_t p {
        margin-right: 50px;
    }
	
/*
	#main_news .news_list .on .news_list_t>p>a{
		color: #1f1f1f!important;
	}
	#main_news .news_list .on .news_list_w>p>a{
		color: #787878!important;
	}
*/

    #main_news .news_list .news_list_t>p>a::before {
        position: absolute;
        content: "○";
        top: 2px;
        left: -30px;
        font-family: Artman_Design_EN;
        font-size: 15px;
        /* font-weight: bold; */
    }

    #main_news .news_list .on .news_list_t>p>a::before {
        /* color: #b43d38; */
        content: "●";
    }

}

@media (min-width: 1200px) {
    #main_news .news_list li {
        padding-top: 5px;
        height: calc(420px / 3);
    }

    #main_news .news_list .news_list_t p {
        margin: 15px 50px 15px 0;
    }

    #main_news .news_list .news_list_t span {
        margin-top: 15px;
    }

    #main_news .news_list .news_list_t>p>a::before {
        top: 17px;
    }

    #main_news .news_list .news_list_w p {
        line-height: 28px;
    }
}


/* ----------------------------------------------------------------- */
/* ---------------------------- 服务流程 ---------------------------- */
/* ----------------------------------------------------------------- */

#main_customer {
    background: url(../images/service_process_bg.jpg) no-repeat center bottom;
    background-size: 100%;
    z-index: -2;
    min-height: 45vw;
}

#main_customer>.process_step {
    margin-bottom: 30px;
}

#main_customer>.process_step>.row>div {
    color: #767676;

}

#main_customer>.process_step>.row>div>i {
    float: left;
    width: 100px;
    font-size: 100px;
    font-family: Artman_Design_EN;
    color: rgba(119, 119, 119, .47);
}

#main_customer>.process_step>.row>div>dl {
    padding-top: 24px;
    margin: 0 15px 20px;
    border-top: 1px solid #e8e8e8;
    /* border-bottom: 1px solid #e8e8e8; */
}

#main_customer>.process_step>.row:last-child>div>dl {
    border-bottom: 1px solid #e8e8e8;
}

#main_customer>.process_step>.row>div>dl>dt {
    font-size: 20px;
    color: #333;
}

#main_customer>.process_step>.row>div>dl>dt::before {
    position: absolute;
    top: 56px;
    content: "";
    width: 44px;
    border-bottom: 2px solid #767676;
}

#main_customer>.process_step>.row>div>dl>dd>p {
    font-size: 16px;
    padding-top: 18px;
    min-height: 75px;
    line-height: 23px;
}

@media (max-width: 767px) {
    #main_customer {
        background: url(../images/service_process_bg_xs.jpg) no-repeat center bottom;
    }

    #main_customer>.process_step {
        max-width: 475px;
    }

    #main_customer>.process_step>.row>div {
        padding: 0;
    }

    #main_customer>.process_step>.row>div>i {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    #main #main_customer>.process_step>.row>div>dl {
        padding-left: 100px;
        border: none
    }

    #main_customer>.process_step>.row>div>i {
/*        font-size: 127px;*/
		line-height: inherit;
    }
    #main_customer>.process_step>.row>div>dl>dd {
        border-bottom: 1px solid #e8e8e8;
    }
}