@charset "utf-8";
body{ margin:0px; padding:0px;position: relative;}
a{ text-decoration:none;}
ul{ list-style:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6, ol, dd, dl{ list-style:none;margin:0;padding:0px;}
li {
    list-style: none;
}
p{ margin:0px;}
.width{ width:1200px; margin:0 auto;}
.both{ clear:both;}
a{ color:#000; transition:0.5s;}
#box{ width:100%; position:relative; overflow:hidden; height:500px;}
#box img{ transition:0.3s; position:absolute; top:0px; left:0px; height:100%; width:100%; object-fit:cover;}
.arrow{width:100%;}
.arrow a{ position:absolute; top:45%; background-color:rgba(255,255,255,0.8);border-radius:50%; color:#333; font-size:24px; padding:10px 15px; opacity:0;}
#box:hover .arrow a{ opacity:1;}
#foot_nav {
    display: none;
}

    .mod1170 .top_bg {
        width: 100%;
        height: 49px;
        font-size: 14px;
        color: #666;
        border-bottom:1px solid #eee;
    }
    .mod1170 .top_bg .box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
    
    .mod1170 .top_bg ul {
        display: flex;
    }
    .mod1170 .top_bg li {
        position: relative;
        padding: 0 15px;
        display: flex;
        align-items: center;
        border-right: 1px solid #eee;
    }
    .mod1170 .top_bg li:last-of-type {
        border-right: none;
    }
    .mod1170 .top_bg i {
        display: block;
        width: 14px;
        height: 14px;
        background: url(../img/top_ico1.png) center no-repeat;
    }
    .mod1170 .top_bg li:nth-child(2) i {
        background: url(../img/top_ico2.png) center no-repeat;
    }
    .mod1170 .top_bg li:nth-child(3) i {
        background: url(../img/top_ico3.png) center no-repeat;
    }
    .mod1170 .top_bg li span {
        display: flex;
        align-items: center;
    }
    .mod1170 .top_bg li .top_qr_img {
        position: absolute;
        display: block;
        top: 35px;
        left: 50%;
        width: 150px;
        height: 0;
        transform: translatex(-50%);
        overflow: hidden;
        transition: ease 0.3s;
        z-index: 99;
    }
    .mod1170 .top_bg li:hover .top_qr_img {
        height: 150px;
    }
    
    .mod1170 .top_bg a {
        display: block;
        padding-left: 6px;
        font-size: 14px;
        color: #666;
    }
    .mod1170 .top_bg a:hover {
        color: #c3a87d;
    }
        header {
        display: block;
        padding: 19px 0;
    }
    header .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header .header_l,header .header_r {
        display: flex;
    }
    header .header_l img {
        display: block;
    }
    header .header_name {
        margin-left: 19px;
        margin-right: 11px;
    }
header .header_w span {
    display: block;
    padding: 10px 0;
    font-size: 39px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}
    header .header_w p {
        display: block;
        font-size: 16px;
        color: #666;
        line-height: 16px;
    }
    header .header_r .header_ico {
        margin-right: 6px;
        width: 54px;
        background: url(../img/header_tel.png) center no-repeat;
    }
    header .header_r .header_tel span {
        display: block;
        padding: 4px 0;
        font-size: 14px;
        color: #666;
        line-height: 14px;
    }
    header .header_r .header_tel p {
    display: block;
    font-family: "Arial";
    font-size: 38px;
    font-weight: bold;
    color: #c3a87d;
    line-height: 38px;
}
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1300,.width-1300{ width:1300px; margin:0 auto;}

    .mod1370 .nav_bg {
        position: relative;
        width: 100%;
        height: 60px;
        line-height: 60px;
        background:#2f2f2f;
    }
    .mod1370 .nav_bg li:first-child {
    background: #c3a87d;
}
    .mod1370 .nav_bg ul {
        display: block;
    }
.mod1370 .nav_bg li {
    position: relative;
    width: 16.5%;
    height: 60px;
    text-align: center;
    float: left;
}
    .mod1370 .nav_bg li:before {
        position: absolute;
        display: block;
        content: " ";
        top: 0;
        left: 50%;
        width: 0;
        height: 1px;
        transition: ease 0.3s;
        transform: translatex(-50%);
        background: #c3a87d;
    }
    .mod1370 .nav_bg li a {
        display: block;
        font-size: 18px;
        color: #fff;
    }
    .mod1370 .nav_bg li:hover a,.mod1370 .nav_bg li.on a {
        color: #fff;
    }
    .mod1370 .nav_bg li:hover:before,.mod1370 .nav_bg li.on:before {
        width: 100%;
    }

    .mod1403 .search {
    padding: 22px 0;
    background-color: #f9f9f9;
}

.mod1403 .search .fl {
    max-width: 100%;
}

.mod1403 .search .fl a:hover {
    text-decoration: underline;
    color: #c3a87d;
}

.mod1403 .search .fl a {
    line-height: 14px;
    display: inline-block;
    color: #454545;
    font-size: 14px;
}
.mod1403 .search .fl span:last-of-type {
    display: none;
}

.mod1403 .search .fl strong {
    display: block;
    float: left;
    max-width: 90px;
    line-height: 15px;
    font-size: 15px;
}
    .mod1428 .title_bg {
        text-align: center;
    }
    .mod1428 .title_bg p {
        display: block;
        padding-bottom: 5px;
        font-family: "Arial";
        font-size: 36px;
        color: #cfcfcf;
        line-height: 36px;
        text-transform: uppercase;
    }
    .mod1428 .title_bg span {
        position: relative;
        font-size: 30px;
        color: #333;
        line-height: 32px;
    }
    .mod1428 .title_bg span:after {
        position: absolute;
        top: 18px;
        right: -200px;
        display: block;
        content: " ";
        width: 182px;
        height: 7px;
        background: url(../img/7mf7ra66hyodrgody1iee833uujdfti-0l11hktf4zfoz29bqutphtnvvlsamjj6jqrhxrxmvbhxydzzwgrvdgb0wqs7iiplz7qc9yzy-gc.1.png) center no-repeat;
    }
    .mod1428 .title_bg span:before {
        position: absolute;
        top: 18px;
        left: -200px;
        display: block;
        content: " ";
        width: 182px;
        height: 7px;
        background: url(../img/7mf7ra66hyodrgody1iee833uujdfti-0l11hktf4zfoz29bqutphtnvvlsamjj6jqrhxrxmvbhxydzzwgrvdocwmo9sbqrhiua-0jsrniy.1.png) center no-repeat;
    }

    .case_bg {
        padding: 70px 0;
    }
    .case_d {
        margin-top: 40px;
    }
    .case_d ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .case_d ul li {
        width: 32%;
        border: 1px solid #d6d6d6;
    }
    .case_d li:nth-child(n+4) {
        margin-top: 2%;
    }
    .case_d .case_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}
    .case_d .case_img a {
    display: block;
    width: 100%;
    height: 331px;
    object-fit: cover;
}
    .case_d .case_img a:after {
        position: absolute;
        display: block;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.3s ease;
        background: rgb(195 168 125 / 66%);
    }
    .case_d .case_img a i {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        font-size: 60px;
        color: #fff;
        transform: translate(-50%,-50%);
        z-index: 1;
        opacity: 0;
        transition: all 0.3s ease;
    }
    .case_d .case_img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
    .case_d .case_t {
        width: 100%;
        height: 60px;
        background: #f5f5f5;
    }
    .case_t a {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .case_t a span {
    display: block;
    padding-left: 20px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
    .case_t a:after {
        display: block;
        content: "查看详情";
        margin-right: 20px;
        width: 95px;
        text-align: center;
        line-height: 30px;
        font-size: 13px;
        color: rgb(51 51 51);
        transition: all 0.3s ease 0s;
        border:1px solid rgb(216 216 216);
        border-radius: 30px;
    }
    .case_d li:hover .case_img a:after,
    .case_d li:hover .case_img a i {
        opacity: 1;
    }
    .case_d li:hover span {
        color: #c3a87d;
    }
    .case_d li:hover a:after {
        border-color: #c3a87d;
        color: #c3a87d;
    }
    ul.fenl {
    display: block;
    text-align: center;
    margin: 30px auto;
}

ul.fenl li {
    background: #c3a87d;
    display: inline-block;
    padding: 8px 14px;
    margin-right: 10px;
    margin-bottom:10px;
}

ul.fenl li a {
    color: #fff;
}
    .mod1393 .process_bg {
        position: relative;
        width: 100%;
        height: 400px;
        background: url(../img/process_bg.png) bottom no-repeat #f8f8f8;
        overflow: hidden;
    }
    .mod1393 .process_tile {
        margin-top: 30px;
        padding-left: 15px;
        height: 40px;
        line-height: 40px;
        border-left: 4px solid #c3a87d;
    }
    .mod1393 .process_tile b {
        font-size: 30px;
        font-weight: bold;
        color: #333;
    }
    .mod1393 .process_tile span {
        padding-left: 5px;
        font-family: "Arial";
        font-size: 14px;
        text-transform: uppercase;
    }
    .mod1393 .process_bottom {
        position: relative;
        margin-top: 52px;
    }
    .mod1393 .process_bottom li {
        float: left;
        margin-right: 27.6px;
        width: 177px;
        height: 226px;
        text-align: center;
    }
    .mod1393 .process_bottom li:last-child {
        margin-right: 0;
    }
    .mod1393 .process_bottom li:hover,.mod1393 .process_bottom li.show {
        background: url(../img/process_btn.png) center no-repeat;
    }
    .mod1393 .process_bottom li .process_t {
        margin-top: -12px;
        font-family: "Arial";
        font-size: 24px;
        font-weight: bold;
        line-height: 24px;
        color: #c3a87d;
    }
    .mod1393 .process_bottom li .process_img {
        margin: 52px auto 24px;
        width: 50px;
        height: 50px;
    }
    .mod1393 .process_bottom li .process_w span {
        display: block;
        font-size: 16px;
        color: #fff;
        line-height: 16px;
        font-weight:bold;
    }
    .mod1393 .process_bottom li .process_w p {
        display: block;
        margin-top: 10px;
        font-family: "Arial";
        font-size: 14px;
        line-height: 14px;
        color: rgba(255,255,255,0.7);
    }
    .mod1393 .process_btn {
        margin: 14px auto 0;
        width: 30px;
        height: 14px;
    }
    .mod1393 .process_btn img {
        display: block;
    }
    .mod1393 .service_pic_btn {
        position: absolute;
        top: 0;
        right: 25%;
        width: 120px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height:40px;
        border-radius: 5px;
        background: #333;
        z-index: 99;
    }
    .mod1393 .service_pic_btn1 {
        position: absolute;
        top: 0;
        right: 40%;
        width: 120px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height:40px;
        border-radius: 5px;
        background: #333;
        z-index: 99;
    }
    
    .mod1393 .process_bottom .feedback {
        position: absolute;
        top: -92px;
        right: 0;
        width: 280px;
    }
    .mod1393 .feedback .feedback_tile {
        width: 100%;
        height: 45px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        line-height: 45px;
        background: #c3a87d;
    }
    .mod1393 .feedback form {
        display: block;
        padding: 25px 18px;
        background: #fff;
    }
    .mod1393 .feedback form .feedback_content input,
    .mod1393 .feedback form .feedback_content textarea {
        display: block;
        width: 100%;
        height: 100%;
        background: none;
        border: 0;
    }
    .mod1393 .feedback form .feedback_content .fb_name,
    .mod1393 .feedback form .feedback_content .fb_tel {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #eee;
    }
    .mod1393 .feedback form .feedback_content .fb_message {
        height: 79px;
        border-bottom: 1px solid #eee;
    }
    .mod1393 .feedback form .feedback_content .fb_message textarea {
        line-height: 32px;
    }
    .mod1393 .feedback form .feedback_btn {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }
    .mod1393 .feedback form .feedback_btn input {
        display: block;
        width: 115px;
        height: 34px;
        border: 0;
        text-align: center;
        font-size: 15px;
        color: #fff;
        line-height: 34px;
        border-radius: 5px;
        background: #c3a87d;
    }
    .mod1393 .feedback form .feedback_btn a {
        display: block;
        width: 115px;
        height: 34px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        line-height: 34px;
        border-radius: 5px;
        background: #c3a87d;
    }

    .about_bg {
        padding: 70px 0 40px;
        background: #f9f9f9;
    }
    .about_content {
        display: flex;
        justify-content: space-between;
    }
    .about_l {
        width: 660px;
    }
    .about_l .about_tile span {
        display: block;
        font-size: 38px;
        color: #333;
        line-height: 45px;
    }
    .about_l .about_tile b {
        color: #c3a87d;
    }
.about_l .about_w p {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
.about_l .about_w {
    display: block;
    padding: 40px 45px 21px 0;
    border-bottom: 1px solid #eee;
    text-align: justify;
    font-size: 15px;
    line-height: 32px;
    font-weight: lighter;
    color: #333;
}
    .about_l .about_trait {
        margin-top: 42px;
        display: flex;
    }
    .about_l .about_trait span {
        display: block;
        font-size: 18px;
        position: relative;
        width: 100px;
        color: #333;
        line-height: 45px;
        padding-left: 20px;
    }
    .about_l .about_trait span:before {
        position: absolute;
        display: block;
        content: " ";
        top: 50%;
        left: 0;
        transform: translatey(-50%);
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 9px solid #c3a87d;
    }
    .about_l .about_trait span:nth-child(n+2) {
        margin-left: 45px;
    }
    
    .about_r {
        position: relative;
        width: 640px;
    }
    .about_r a {
        display: block;
    }
    .about_r img {
        display: block;
    }
    
    
    .about_d ul {
        display: flex;
    }
    .about_d li {
    width: 310px;
    padding: 0 10px;
    }
    .about_d li .equ_img {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
    }
    .about_d li .equ_img img {
    display: block;
    width: 100%;
    transition: ease 0.3s;
    height: 236px;
    object-fit: cover;
    }
    .about_d li .equ_t {
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #fff;
        display: none;
    }
    .about_d li .equ_t a {
        display: block;
        font-size: 16px;
        color: #333;
    }
    .about_d li:hover .equ_img img {
        transform: scale(1.1);
    }
    .about_d li:hover .equ_t a {
        color: #fff;
        background: #c3a87d;
    }

    .apage { margin: 0 auto;   width: 1400px;}
.adv_bg{ height:745px; background:url(../img/20210623140446_1725136095.jpg)no-repeat center top; padding-top:75px; overflow:hidden;}
.adv_t,.adv_t p,.adv_t span{color:#fff;}
.adv_t dd{background:url()no-repeat center;}
.adv{position: relative; }
.adv_list li{width:25%; height:108px;padding: 28px 0;cursor: pointer;position: relative; float:left;text-align: center;}
.adv_list li p{font-size:30px;color: #000; font-weight:bold; padding-top:22px; }
.adv_list li d{font-size: 18px;color:#333;line-height: 36px;}
.adv_list li d b{color:#c3a87d;}
.adv_list li:after,.adv_list li:before{content:""; display:block; position: absolute; border-radius: 100%;}
.adv_list li:before{width:12px; height:12px; background:#c3a87d; left:160px; top:-6px;box-shadow:0 0 0 14px rgba(25,142,44,0.1);}
.adv_list li:after{width:22px; height:22px; border:1px #c3a87d solid; top:-12px; left:154px;}
.adv_list li.on:before{ background:#ff6d00;  box-shadow:0 0 0 14px rgba(255,109,0,0.1);}
.adv_list li.on:after{border:1px #ff6d00 solid;}

.adv_b{ padding:58px;background:#fff;}
.adv_l{width:650px;}
.adv_lt{margin-bottom:40px; margin-top:20px;}
.adv_lt p{font-size:36px; color:#c3a87d; font-weight:bold; line-height:50px; }
.adv_lt span{font-size:24px; line-height:34px; color:#222; }

.adv_lw dd{font-size:16px; line-height:40px; padding-left:20px;}
.adv_lw dd:before{content:""; float:left; width:10px; height:10px; border:1px #ccc solid; margin-right:14px;    border-radius: 100%;position: relative; top:14px; }
.adv_lw a{display: block; width:244px; height:54px; line-height:54px; text-align:center; background:#2f2f2f; color:#fff; font-size:16px; margin-top:50px; transition:0.3s all ease-in-out;}
.adv_lw a:hover{background:#c3a87d; width:300px;}
.adv .tempWrap{width: 1284px !important;}
.ys_title{text-align: center;font-size: 40px;color: #fff;}
.ys_title i{color: #fff;font-style:normal;}
.ys_title span{display: block;font-size: 18px;margin: 5px 0 20px 0;}
.ys_title em{ font-size:0; display:inline-block;height: 8px;}
.ys_title em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#ccd2cc;animation: bounce_fountainG 1.2s linear infinite;} 
.ys_title em i+i{ margin-left:16px;}
.ys_title em i:nth-child(1){animation-delay: .4s;}
.ys_title em i:nth-child(2){background:#fff;animation-delay: .6s;}
.ys_title em i:nth-child(3){animation-delay: .8s;}
.top30{ margin-top:30px; } 
.top40{ margin-top:40px; }
.top80{ margin-top:60px; } 
.clear,.cl { clear: both;height: 0px; overflow: hidden;}

    .mod1428 .title_bg {
        text-align: center;
    }
    .mod1428 .title_bg p {
        display: block;
        padding-bottom: 5px;
        font-family: "Arial";
        font-size: 36px;
        color: #cfcfcf;
        line-height: 36px;
        text-transform: uppercase;
    }
    .mod1428 .title_bg span {
        position: relative;
        font-size: 30px;
        color: #333;
        line-height: 32px;
    }
    .mod1428 .title_bg span:after {
        position: absolute;
        top: 18px;
        right: -200px;
        display: block;
        content: " ";
        width: 182px;
        height: 7px;
        background: url(../img/7mf7ra66hyodrgody1iee833uujdfti-0l11hktf4zfoz29bqutphtnvvlsamjj6jqrhxrxmvbhxydzzwgrvdgb0wqs7iiplz7qc9yzy-gc.1.png) center no-repeat;
    }
    .mod1428 .title_bg span:before {
        position: absolute;
        top: 18px;
        left: -200px;
        display: block;
        content: " ";
        width: 182px;
        height: 7px;
        background: url(../img/7mf7ra66hyodrgody1iee833uujdfti-0l11hktf4zfoz29bqutphtnvvlsamjj6jqrhxrxmvbhxydzzwgrvdocwmo9sbqrhiua-0jsrniy.1.png) center no-repeat;
    }

        .news_bg {
        padding: 60px 0;
    }
    
    .news_bg .news_tab {
        position: relative;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        height: 64px;
        line-height: 64px;
    }
    .news_bg .news_tab:after {
        position: absolute;
        display: block;
        content: " ";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        z-index: 999;
        background: #e6e6e6;
    }
    .news_tab .news_l_tab {
        display: flex;
    }
    .news_tab .news_l_tab a {
        position: relative;
        display: block;
        width: 180px;
        text-align: center;
        font-size: 20px;
        color: #333;
        z-index: 1;
    }
    .news_tab .news_l_tab a.on {
        color: #fff;
        background: #c3a87d;
    }
    .news_tab .news_r_tab {
        width: 5%;
        overflow: hidden;
    }
    .news_tab .news_r_tab a {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #333;
        background: #fff;
    }
    .news_tab .news_r_tab a:hover {
        color: #c3a87d;
    }
    
    .news_bg .news_d {
        margin-top: 40px;
        overflow: hidden;
    }
    .news_d li {
        display: flex;
        justify-content: space-between;
    }
    .news_d li .news_d_l {
        width: 48%;
    }
    .news_d_l dl dt .news_l_img {
        width: 100%;
        height: 0;
        padding-bottom: 35%;
        background: #333;
    }
    .news_d_l dl dt .news_l_img a {
        display: block;
        width: 100%;
    }
    .news_d_l dl dt .news_l_img a img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .news_d_l dl dt .news_l_w {
        padding-top: 12px;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ccc;
    }
    .news_d_l dl dt .news_l_w .news_ctime {
        width: 20%;
        padding: 2% 0;
        text-align: center;
        border-right: 1px solid #ccc;
    }
    .news_d_l dl dt .news_l_w .news_ctime span {
        display: block;
        font-family: "Arial";
        font-size: 50px;
        color: #333;
        line-height: 50px;
    }
    .news_d_l dl dt .news_l_w .news_ctime p {
        display: block;
        font-family: "Arial";
        font-size: 14px;
        color: #333;
        line-height: 14px;
    }
    .news_d_l dl dt .news_l_w .news_w {
        width: 75%;
    }
    .news_d_l dl dt .news_l_w .news_w a {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .news_d_l dl dt .news_l_w .news_w p {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }
    .news_d_l dl dd {
        margin-top: 20px;
    }
    .news_d_l dl dd a {
        display: block;
    }
    .news_d_l dl dd span {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .news_d_l dl dd p {
    font-size: 14px;
    color: #555;
    line-height: 30px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }
    
    
    
    .news_d li .news_d_r {
        width: 48%;
    }
    .news_d_r dl {
        margin-bottom: 22px;
    }
    .news_d_r dl:last-of-type {
        margin-bottom: 0;
    }
    .news_d_r dl a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .news_d_r dl a dt {
        width: 20%;
        padding: 2% 0;
        text-align: center;
        border-right: 1px solid #ccc;
    }
    .news_d_r dl a dt span {
        display: block;
        font-family: "Arial";
        font-size: 50px;
        color: #333;
        line-height: 50px;
    }
    .news_d_r dl a dt p {
        font-size: 14px;
        color: #555;
        line-height: 20px;
    }
    .news_d_r dl a dd {
        width: 75%;
    }
    .news_d_r dl a dd span {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .news_d_r dl a dd p {
    font-size: 14px;
    color: #555;
    line-height: 26px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }
    .news_l_tab .swiper-pagination {
        display: flex;
    }
    .news_l_tab .swiper-pagination-bullet {
        width: 180px;
        height: 100%;
        font-size: 20px;
        color: #333;
        border-radius: 0;
    }
    .news_l_tab .swiper-pagination-bullet.swiper-pagination-bullet-active {
        color: #fff;
        background: #c3a87d;
    }

        .mod1387 .links_bg {
        width: 100%;
        height: 70px;
        line-height: 70px;
    }
    .mod1387 .links_bg .links_l {
        width: 1100px;
    }
    .mod1387 .links_bg .links_r {
        margin-left: 20px;
        max-width: 180px;
    }
    .mod1387 .links_bg .links_l a {
        display: block;
        float: left;
        margin-right: 20px;

        font-size: 16px;
        color: #333;
    }
    .mod1387 .links_bg .links_l a:last-of-type {
        margin-right: 0;
    }
    .mod1387 .links_bg .links_r a {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #333;
    }

    .mod1239 .f_bg{ width: 100%;background: #333; height: 275px;overflow: hidden;}
.mod1239 .footer{position: relative;}
.mod1239 .f_nav{ height:121px; line-height:121px; text-align:center; overflow:hidden; color:#fff;}
.mod1239 .f_nav a{ font-size:14px; color:#fff; padding:0 55px;}
.mod1239 .f_nav i:last-of-type {
    display: none;
}
.mod1239 .f_nav a:hover{color: #fff;}
.mod1239 .f_ban{ padding:28px 0 0; display:inline-block;width: 1200px;height: 132px;}
.mod1239 .f_ban p{font-size: 18px;color:#acacad;line-height:30px;padding-left:15px;float: left;width: 354px;font-weight: bold;}
.mod1239 .f_ban i{display: block;color: #fff;height: 30px;font-style:normal;font-size: 16px;font-weight: normal;}

.mod1239 .f_er{position: absolute;top: 100px;right: 0;width: 120px;text-align: center;}
.mod1239 .f_er img{ width:120px; height:120px;}
.mod1239 .f_er span{font-size:14px; color:#acacad;display: block; padding:10px 0 0;}
.mod1239 .copy{ text-align: left; line-height: 90px;background: #333;color: #acacad; height: 90px;border-top: 1px solid #444;width: 100%;overflow: hidden;}
.mod1239 .copy a{color: #acacad;}
.mod1239 .copy a:hover{color: #fff; }
.mod1239 .copy_l{width: 455px;height: 91px;position: absolute;right: -360px;top: -1px;background:  #c3a87d;}
.mod1239 .copy_l:after{content: "";display: block;width: 0px;height: 0px;border: none;border-right: 80px solid #c3a87d;border-top: 91px solid transparent;position: absolute;top: -1px;left: -80px;}

p#fzwz {
    display: inline-block;
}





@media screen and (max-width: 980px) {
*{-webkit-text-size-adjust:none;}
#box{ height:300px;}
.width{ width:98%;}
#foot_nav{ display:block; position:fixed; bottom:0px; width:100%; left:0px;}
#foot_nav li{ list-style:none;}
#foot_nav li a {width: calc(100% / 1);text-align: center;height: 90px;line-height: 90px;background: #c3a87d; color: #fff;float: left;font-size: 28px; font-weight: bold;}

.box,.content,.w1300,.width-1300{ width:98%; margin:0 auto;}
.apage {
    margin: 0 auto;
    width: 100%;
}
.adv_b {
    padding: 2%;
    background: #f8f8f8;
}
.adv_l {
    width: 100%;
}
.adv_lw dd {
    font-size: 16px;
    line-height: 40px;
    padding-left: 0;
}
.adv_m.fr {
    display: none;
}
.adv_lw a {
    display: block;
    width: 30%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #c3a87d;
    color: #fff;
    font-size: 16px;
    margin-top: 31px;
    transition: 0.3s all ease-in-out;
    margin-bottom: 61px;
}
.adv_list li {
    width: 23.5%;
    height: 108px;
    padding: 28px 0;
    cursor: pointer;
    position: relative;
    float: left;
    text-align: center;
    margin-right: 2%;
}
.adv_list li:last-child {
    margin-right: 0;
}
.adv_list li:before {
    width: 12px;
    height: 12px;
    background: #c3a87d;
    left: 62px;
    top: -6px;
    box-shadow: 0 0 0 14px rgba(25,142,44,0.1);
}
.adv_list li:after {
    width: 22px;
    height: 22px;
    border: 1px #c3a87d solid;
    top: -12px;
    left: 57px;
}
.adv_list li p {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding-top: 13px;
}
.adv_list li d {
    font-size: 18px;
    color: #333;
    line-height: 34px;
}
.adv_bg {
    height: auto;
    background: url(../img/20210623140446_1725136095.jpg)no-repeat center top;
    padding-top: 75px;
    overflow: hidden;
}

header .header_w span {
    display: block;
    padding: 10px 0;
    font-size: 29px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}
header .header_r .header_ico {
    margin-right: 6px;
    width: 45px;
    background: url(../img/header_tel.png) center no-repeat;
    background-size: 100%;
}
header .header_r .header_tel p {
    display: block;
    font-family: "Arial";
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    color: #c3a87d;
}
.mod1403 .search .fl a {
    line-height: 14px;
    display: inline-block;
    color: #454545;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 79%;
}
.case_t a:after{
	display:none;
}

.case_d ul li {
    width: 49%;
    margin-top: 2%;
}
.mod1393 .process_bottom .feedback{
	display:none;
}
.mod1393 .process_bottom li {
    float: left;
    margin-right: 27.6px;
    width: 16.2%;
    height: 226px;
    text-align: center;
}
.about_content {
    display: block;
    justify-content: space-between;
}
.about_l {
    width: 100%;
}
.about_bg {
    padding: 40px 0 40px;
    background: #f9f9f9;
}
.about_r {
    position: relative;
    width: 100%;
}
.about_r img {
    display: block;
    width: 100%;
}
.about_d ul {
    display: block;
}
.about_d li {
    width: 46.6%;
    float: left;
    padding: 10px;
}
.news_d li {
    display: block;
    justify-content: space-between;
}
.news_d li .news_d_l {
    width: 100%;
}
.news_d_l dl dt .news_l_img {
    width: 100%;
    height: 0;
    padding-bottom: 35%;
    background: #333;
}
.news_d li .news_d_r {
    width: 100%;
}
.mod1239 .f_bg {
    width: 100%;
    background: #333;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.news_d_l dl dd {
    margin: 20px;
}
.mod1239 .f_nav {
    height: auto;
    line-height: 54px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}
.mod1239 .f_nav a {
    font-size: 14px;
    color: #fff;
    padding: 0 8px;
}
.mod1239 .f_ban {
    padding: 28px 0 0;
    display: inline-block;
    width: 100%;
    height: 132px;
}
.mod1239 .f_ban p {
    font-size: 14px;
    color: #acacad;
    line-height: 30px;
    padding-left: 15px;
    float: left;
    width: 37%;
}
.mod1239 .copy {
    text-align: left;
    line-height: 90px;
    background: #333;
    color: #acacad;
    height: 90px;
    border-top: 1px solid #444;
    width: 100%;
    overflow: hidden;
    padding-bottom: 89px;
}

.mod1387 .links_bg .links_l {
    width: 70%;
}
.mod1239 .copy_l {
    width: 0;
    height: 91px;
    position: absolute;
    right: 0;
    top: -1px;
    background: #c3a87d;
}

.about_d.swiper-container img {
    width: 100%;
}
.mod1393 .process_bottom li .process_w p {
    display: block;
    margin-top: 10px;
    font-family: "Arial";
    font-size: 14px;
    line-height: 25px;
    color: rgba(255,255,255,0.7);
}
.mod1393 .process_bottom li:hover, .mod1393 .process_bottom li.show {
    background: none;
}


}
