@charset "utf-8";
.Header-menu,
.Header-wrapper.black .Header-tel {
    color: #fff;
}

.Header-menu,
.Header-tel {
    color: #1d2126;
    -webkit-text-stroke: 0;
}


/* =====================内页样式======================== */


/* 视频弹窗 */

.popVideo {
    display: none;
    opacity: 0;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}

.popVideo-items {
    width: 1000px;
    position: relative;
    display: none;
    padding: 34px 34px 0;
}

.popVideo-video {
    width: 100%;
}

.popVideo-video video {
    width: 100%;
}

.popVideo-video iframe {
    width: 100%;
    height: 500px;
}

.popVideo-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: url('../fonts/closew.svg') no-repeat center/24px auto;
    cursor: pointer;
    opacity: .7;
    transition: all .6s ease;
}

.popVideo-close:hover {
    opacity: 1;
}

@media all and (max-width:1100px) {
    .popVideo-items {
        width: 92%;
        padding: 34px 0 0;
    }
    .popVideo-close {
        right: 0;
    }
    .popVideo-video iframe {
        height: 400px;
    }
}

@media all and (max-width:640px) {
    .popVideo-video iframe {
        height: 200px;
    }
}


/* 分页 */

a.btn-link-active,
.zt-case .text-center a.btn-link-active,
.zt-case .text-center a.btn-link:hover {
    border: #ad9472 1px solid;
    color: #fff;
    text-decoration: none;
    background-color: #ad9472;
}

.pages {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}

.pages .all {
    display: none;
}

.pages a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #eee;
    margin: 0px 3px;
    vertical-align: middle;
    color: #333;
}

.pages a.hover,
.pages a:hover {
    background: #ad9472;
    color: #fff;
    border-color: #ad9472;
}

.paging {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 60px;
    user-select: none;
}

.paging-menu,
.paging-menu a,
.paging-skip,
.paging-hint,
.paging-skip input,
.paging-skip button {
    display: inline-block;
    vertical-align: middle;
}

.paging-menu a {
    width: 38px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #e1e1e1;
    margin: 4px;
    font-size: 14px;
    color: #555;
    transition: all .4s ease;
    border-radius: 3px;
    background-color: #fff;
}

.paging-menu a:first-child,
.paging-menu a:last-child {
    width: 68px;
}

.paging-menu a:hover,
.paging-menu a.active,
.paging a.on {
    border-color: #f48e31;
    background-color: #f48e31;
    color: #fff;
}

.paging-skip {
    margin-left: 8px;
}

.paging-hint {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin: 0 8px;
}

.paging-hint:first-of-type {
    margin: 0;
}

.paging-skip input {
    width: 54px;
    text-align: center;
    height: 38px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    transition: all .4s ease;
}

.paging-skip input:focus {
    border-color: #f48e31;
}

.paging-skip button {
    color: #555;
    font-size: 14px;
    padding: 0 18px;
    border: 1px solid #e1e1e1;
    transition: all .4s ease;
    height: 38px;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.paging-skip button:hover {
    background-color: #f48e31;
    color: #fff;
    border-color: #f48e31;
}

.paging-hint span {
    color: #f48e31;
}

@media all and (max-width:1599px) {
    .paging {
        margin-top: 50px;
    }
}

@media all and (max-width:1279px) {
    .paging {
        margin-top: 44px;
    }
}

@media all and (max-width:1000px) {
    .paging {
        margin-top: 36px;
    }
    .paging-menu a {
        margin: 4px 2px;
    }
    .paging-skip {
        width: 100%;
        margin-left: 0;
    }
    .paging-menu a:first-child,
    .paging-menu a:last-child {
        width: 54px;
    }
}

.pub-bann {
    position: relative;
    height: 450px;
}

.pub-bann img {
    max-width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pub-bann .pub-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.pub-bann .pub-text h2 {
    font-size: 48px;
    margin-bottom: 15px;
}

.pub-bann .pub-text p {
    font-size: 18px;
}


/* 关于我们 */

.about-introduce .contain {
    position: relative;
}

.about-introduce .com-img {
    position: absolute;
    right: 0px;
    top: 0;
    width: 48%;
}

.about-introduce .com-img img {
    max-width: 100%;
}

.about-introduce h2 {
    font-size: 36px;
    color: #333;
    margin: 0px auto 45px;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    text-align: center;
}

.about-introduce h2:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #ad9472;
    bottom: 0px;
    left: 0px;
}

.about-introduce p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-introduce p:last-child {
    margin-bottom: 0;
}

.about-introduce .note {
    width: 50%;
}

.about-introduce .note2 {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.about-core {
    background: #f7f7f7;
    text-align: center;
}


/* 资料与服务 */

.pub-tit {
    color: #333;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    font-size: 36px;
    margin-bottom: 50px;
    display: inline-block;
}

.pub-tit:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #ad9472;
    left: 50%;
    margin-left: -15px;
    bottom: 0px;
}

.ab-workpic {
    overflow: hidden;
    padding: 70px 0;
}

.about-culture {
    background: #f5f5f7;
    margin-top: 80px;
}

.abwk-fl {
    width: 32%;
    float: left;
    height: 608px;
    overflow: hidden;
    position: relative;
}

.abwk-fl .com-img {
    position: relative;
}

.abwk-fl img {
    width: 100%;
    height: 608px;
    object-fit: cover;
}

.abwk-fl .com-img h4 {
    text-align: left;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    font-size: 24px;
}

.abwk-fl .note {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(216, 158, 78, 0.8);
    text-align: center;
    color: #fff;
    padding: 50% 10% 0;
    font-size: 16px;
    line-height: 28px;
    transition: all 0.3s;
    opacity: 0;
}

.abwk-fl:hover .note {
    opacity: 1;
}

.abwk-fl .note h4 {
    display: block;
    width: 100%;
    font-size: 24px;
    margin-bottom: 25px;
}

.abwk-ct {
    width: 32%;
    float: left;
    height: 608px;
    overflow: hidden;
    margin: 0 2%;
}

.abwk-top {
    height: 300px;
    position: relative;
    margin-bottom: 10px;
}

.abwk-bottom {
    height: 300px;
    position: relative;
}

.abwk-ct .com-img {
    position: relative;
}

.abwk-fl:hover .com-img h4 {
    display: none;
}

.abwk-ct:hover .com-img h4 {
    display: none;
}

.abwk-fr:hover .com-img h4 {
    display: none;
}

.about-culture .note p {
    line-height: 28px;
}

.abwk-ct .com-img img,
.abwk-fr .com-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.abwk-ct .com-img h4 {
    text-align: left;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    font-size: 24px;
}

.abwk-top:hover .note {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    opacity: 1;
}

.abwk-top .note h4 {
    display: block;
    width: 100%;
    font-size: 24px;
    margin-bottom: 25px;
}

.abwk-bottom .note h4 {
    display: block;
    width: 100%;
    font-size: 24px;
    margin-bottom: 25px;
}

.abwk-bottom:hover .note {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    opacity: 1;
}

.abwk-top .note {
    opacity: 0;
    background: rgba(216, 158, 78, 0.8);
    transition: all 0.3s;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20% 10% 0;
}

.abwk-bottom .note {
    opacity: 0;
    background: rgba(216, 158, 78, 0.8);
    transition: all 0.3s;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20% 10% 0;
}

.abwk-fr {
    width: 32%;
    float: right;
}

.abwk-fr .com-img {
    position: relative;
}

.abwk-fr .com-img h4 {
    text-align: left;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    font-size: 24px;
}

.about-honor-file {
    padding: 80px 0;
}

.about-honor-file .w1200 {
    margin: 0 auto;
    max-width: 1200px;
}

.about-honor-file .contain {
    position: relative;
}

.about-honor-file .swiper-slide {
    text-align: center;
}

.about-honor-file .swiper-prev,
.about-honor-file .swiper-next {
    top: 45%;
    background-color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    background-size: auto 20px;
    position: absolute;
    z-index: 2;
}

.about-honor-file .swiper-prev:hover,
.about-honor-file .swiper-next:hover {
    background-color: #0058b3;
    cursor: pointer;
}

.about-honor-file .swiper-prev {
    left: 0%;
    transform: rotate(180deg);
}

.about-honor-file .swiper-next {
    right: 0%;
}

.about-honor-file .swiper-prev span,
.about-honor-file .swiper-next span {
    font-size: 28px;
    color: #999;
}

.about-honor-file .swiper-prev:hover span,
.about-honor-file .swiper-next:hover span {
    color: #fff;
}

.about-photo ul {
    display: flex;
    justify-content: space-between;
}

.about-photo ul li {
    width: 32%;
    font-size: 18px;
    color: #666666;
    text-align: center;
    box-shadow: 0px 0px 6.56px 1.44px rgba(0, 0, 0, 0.15);
}

.about-photo ul li h4 {
    padding: 20px 20px 15px;
    position: relative;
    margin-bottom: 20px;
}

.about-photo ul li h4:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #b2b2a8;
    left: 50%;
    bottom: 0px;
    transition: all 0.4s ease-in-out;
    margin-left: -15px;
}

.about-photo ul li:hover h4:after {
    width: 60px;
    margin-left: -30px;
}

.about-partner {
    background: #f5f5f7;
}

.about-partner .swiper-container {
    padding-bottom: 70px;
    text-align: center;
}

.about-partner .swiper-slide {
    background: #fff;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center
}


/* 新闻列表页 */

.news-listbox {
    padding: 70px 0;
}

.first-news {
    overflow: hidden;
    margin-bottom: 80px;
}

.first-news .news-pic {
    width: 50%;
    float: left;
}

.first-news .news-pic img {
    width: 100%;
}

.first-news .news-pic h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 20px;
    color: #fff;
}

.first-news .news-pic .swiper-pagination {
    text-align: right;
    padding-right: 15px;
}

.first-news .news-pic .swiper-pagination-bullet {
    background: #fff;
}

.first-news .news-note {
    width: 50%;
    float: right;
    padding: 80px 0 50px 4%;
}

.first-news .news-note h4 {
    font-size: 20px;
    color: #333;
}

.first-news .news-note p {
    color: #777;
    line-height: 28px;
    margin: 20px auto;
}

.first-news .news-note a.more {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #ad9472;
    color: #fff;
    text-align: center;
}

.first-news .news-note a.more:hover {
    background: #ad9472;
}

.news-list {
    padding: 40px 0px;
    margin: 50px auto;
}

.news-list li {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #ececec;
}

.news-list li .date {
    width: 8.9%;
    float: left;
    padding: 50px 0px;
}

.news-list li .date p {
    font-size: 48px;
    color: #999;
    padding-left: 10px;
    margin-bottom: 25px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.news-list li .date span {
    font-size: 18px;
    color: #777;
}

.news-list li .note {
    width: 61.6%;
    float: left;
    padding: 0 3%;
    border-left: 1px solid #ececec;
}

.news-list li .note h4 {
    font-size: 24px;
    color: #333;
}

.news-list li .note p {
    color: #777;
    line-height: 28px;
    margin: 35px auto 42px;
}

.news-list li .note a.more {
    display: block;
    border: 1px solid #e1e1e1;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #666;
    text-align: center;
}

.news-list li .note a:hover {
    color: #ad9472;
}

.news-list li .note a.more:hover {
    background: #ad9472;
    color: #fff;
    border-color: #ad9472;
}

.news-list li .note a.show-more:hover {
    color: #fff;
}

.news-list li .pic {
    width: 29.5%;
    float: right;
}

.news-list li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 新闻详情页 */

.newsTit {
    padding: 60px 0;
    background: #f7f7f7;
    margin-bottom: 60px;
}

.newsTit h1 {
    margin-bottom: 20px;
}

.newsTit h1 {
    max-width: 62%;
    text-align: center;
}

.newsTit .date {
    color: #999999;
    font-size: 13px;
    max-width: 62%;
    text-align: center;
}

.news-content {
    padding: 70px 0;
}

.news-content .news-cont {
    float: left;
    width: 65%;
    position: relative;
}

.news-content .news-cont h1 {
    font-size: 30px;
    color: #333;
    text-align: center;
}

.news-content .news-cont .date {
    color: #999999;
    font-size: 16px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.news-content #content {
    color: #888888;
    line-height: 30px;
}

.news-content #content img {
    max-width: 100%;
}

.nInfo-page {
    background: #f1f0f2;
    overflow: hidden;
    margin: 30px auto 50px;
}

.nInfo-page a {
    display: block;
    width: 40%;
    height: 56px;
    line-height: 56px;
    color: #666666;
}

.nInfo-page a .type {
    color: #999;
}

.nInfo-page a.fl {
    padding: 0 0 0 28px;
}

.nInfo-page a.fr {
    padding: 0 28px 0 0;
    text-align: right;
}

.nInfo-page a:hover {
    color: #ad9472;
}

.news-content .news-flip-page {
    float: right;
    width: 30%;
}

.news-flip-page h2 {
    font-size: 24px;
    color: #ad9472;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.news-flip-page li {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 24px;
    padding-bottom: 24px;
    color: #777;
    line-height: 24px;
    font-size: 12px;
}

.news-flip-page li:last-child {
    margin-bottom: 0;
}

.news-flip-page li .time {
    font-size: 12px;
    color: #999;
    margin-top: 0px;
}

.news-flip-page li h4 {
    font-size: 17px;
    font-weight: bold;
    color: #444;
    margin: 15px auto 10px;
}

.news-flip-page li:hover h4 {
    color: #ad9472;
}

.news-flip-page li:hover {
    border-color: #ad9472;
}

.news-flip-page li p {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/* 案例详情页 */

.case-cont-tit {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.case-content img {
    max-width: 100%;
    object-fit: contain;
}

.case-content .case-cont h1 {
    width: 60%;
    float: left;
    color: #333;
}

.case-content .case-cont .data {
    float: right;
    width: 40%;
}

.case-content {
    padding: 80px 0;
    overflow: hidden;
}

.case-content .case-cont {
    float: left;
    width: 65%;
    position: relative;
}

.case-content .case-cont h1 {
    font-size: 30px;
    /* color: #333; */
    text-align: left;
}

.case-content .case-cont .date {
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
    text-align: right;
}

.case-content .case-cont .date a {
    color: #999999;
    font-size: 14px;
}

.case-content #content p {
    color: #888888;
    line-height: 30px;
}

.case-content #content img {
    max-width: 100%;
    height: 100% !important;
}

.case-nInfo-page {
    background: #f1f0f2;
    overflow: hidden;
    margin: 30px auto 50px;
    padding: 30px;
    display: flex;
    position: relative;
}

.case-nInfo-page .return-list {
    position: absolute;
    left: 50%;
    top: 15px;
    width: 62px;
    height: 62px;
    margin-left: -31px;
}

.case-nInfo-page .prev,
.case-nInfo-page .next {
    width: 50%;
}

.case-nInfo-page .next {
    text-align: right;
}

.case-nInfo-page p {
    font-size: 16px;
    color: #999;
}

.case-nInfo-page a {
    display: block;
    font-size: 18px;
    color: #666666;
    margin-top: 15px;
}

.case-nInfo-page a:hover {
    color: #ad9472;
    font-weight: bold;
}

.case-flip-page {
    width: 30%;
    float: right;
}

.case-flip-page h2 {
    font-size: 24px;
    color: #ad9472;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.case-flip-page li {
    margin-bottom: 40px;
    color: #777;
    line-height: 24px;
    font-size: 12px;
}

.case-flip-page li:last-child {
    margin-bottom: 0;
}

.case-flip-page li .time {
    font-size: 12px;
    color: #999;
    margin-top: 0px;
}

.case-flip-page li h4 a {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin: 25px auto 0px;
}

.case-flip-page li:hover h4 a {
    color: #ad9472;
}

.case-flip-page li:hover {
    border-color: #ad9472;
}

.case-flip-page li p {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.case-flip-page li p img {
    width: 100%;
    height: 288px;
    object-fit: cover;
}


/* 联系我们 */

.contact-address h2 {
    font-size: 48px;
    color: #ad9472;
    margin-bottom: 20px;
}

.contact-address ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-address li {
    background: #fff;
    box-shadow: 0px 7px 38px 0px rgba(0, 0, 0, 0.08);
    width: 48%;
    margin-top: 40px;
    padding: 50px 40px;
    min-height: 300px;
}

.contact-address li h4 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
}

.contact-address li h4:after {
    position: absolute;
    left: 0px;
    width: 3px;
    height: 30px;
    background: #ad9472;
    content: "";
    top: 5px;
}

.contact-address li p {
    font-size: 18px;
    color: #666666;
    line-height: 45px;
}

.contact-note {
    overflow: hidden;
}

.contact-note h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.contact-note h2:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 45px;
    height: 2px;
    background: #ad9472;
}

.contact-note p {
    color: #666;
    line-height: 28px;
}

.contact-note .fl {
    width: 32%;
}

.contact-note .fr {
    width: 60%;
}

.contact-note ul li {
    width: 33.3333%;
    border-left: 1px solid #eee;
    float: left;
    padding: 0 5%;
}

.contact-note li h4 {
    font-size: 24px;
    color: #333333;
    font-family: "DINPro";
}

#allmap {
    margin-top: 60px;
}

.ind-tit {
    font-size: 48px;
    color: #333;
    position: relative;
    text-align: center;
}

.ind-tit h2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #666;
}

a.btn-link {
    color: #333;
}

.ind-tit h2:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #ad9472;
    left: 50%;
    bottom: 0px;
    margin-left: -25px;
}

.ind-tit span {
    position: absolute;
    font-size: 60px;
    color: #333;
    opacity: 0.1;
    left: 0px;
    top: -30px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    font-family: "DINPro";
    font-weight: bold;
}

.ind-info {
    font-size: 18px;
    margin-bottom: 45px;
    text-align: center;
    color: #666;
}


/* 案例 */

.case-tit {
    text-align: center;
    margin-bottom: 60px;
}

.case-tit a {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d2d2d2;
    color: #666;
    font-size: 16px;
    margin: 0 7px;
}

.case-tit a:hover,
.case-tit a.cur {
    background: #ad9472;
    border-color: #ad9472;
    color: #fff;
}

.case-tit a span {
    position: relative;
    top: -2px;
}

.case-list ul {
    overflow: hidden;
}

.case-list ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    height: 312px;
    position: relative;
    margin-bottom: 30px;
}

.case-list ul li h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0.2));
    width: 100%;
    height: 120px;
    padding: 20px;
    line-height: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.case-list ul li:nth-child(3n) {
    margin-right: 0;
}

.case-list ul li img {
    width: 100%;
    height: 312px;
    object-fit: cover;
}


/* 展厅案例 */

.zt-case {
    padding-top: 70px;
    background-color: #fff;
}

.zt-case-tit {
    text-align: center;
    margin-bottom: 60px;
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    padding: 35px 0;
    background-color: rgb(248, 248, 248);
}

.zt-case .subcate {
    margin-bottom: 40px;
}

.zt-case-tit a {
    display: inline-block;
    text-align: center;
    color: #666;
    font-size: 16px;
    margin: 0 50px;
}

.zt-case-tit p {
    font-size: 20px;
    color: #666666;
    margin-top: 35px;
}

.zt-case-tit a:hover p,
.zt-case-tit a.cur p {
    color: #ad9472;
    font-weight: bold;
}

.zt-case-tit a span {
    position: relative;
    top: -2px;
}

.zt-case ul {
    overflow: hidden;
}

.zt-case ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 30px;
}

.zt-case ul li .com-img {
    position: relative;
    height: 312px;
}

.zt-case ul li h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 0;
}

.zt-case ul li:hover h4 {
    opacity: 1;
}

.zt-case ul li h5 {
    color: #666;
    font-size: 18px;
    text-align: center;
    height: 67px;
    line-height: 28px;
}

.zt-case ul li:hover h5 {
    background: #ad9472;
    color: #fff;
    font-weight: bold;
}

.zt-case ul li:nth-child(3n) {
    margin-right: 0;
}

.zt-case ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind-news ul li {
    width: 32%;
    float: left;
    margin-left: 2%;
}

.ind-news li img {
    width: 100%;
    height: 298px;
    object-fit: cover;
}

.ind-news ul li:first-child {
    margin-left: 0;
}

.ind-news li p {
    font-size: 16px;
    color: #999999;
    padding-left: 50px;
    position: relative;
    margin: 15px auto 10px;
}

.ind-news li p:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 40px;
    height: 1px;
    background: #eee;
}

.ind-news li h4 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-left: 50px;
}

.ind-news a.more {
    display: block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    margin: 40px auto 0;
    border: 1px solid #ad9472;
    font-size: 16px;
    color: #ad9472;
    border-radius: 40px;
    text-align: center;
}

.ind-news li h4:hover {
    color: #ad9472;
}

.ind-news a.more:hover {
    background: #ad9472;
    color: #fff;
}

.ind-server {
    background: url(../images/indser_bg.jpg) no-repeat center / cover;
    height: 700px;
    position: relative;
}

.ind-server .ind-tit {
    position: absolute;
    z-index: 99;
    top: 120px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.banner img {
    width: 100vw;
}

.about-wh {
    height: 700px;
}

.about-wh ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-wh ul li {
    float: left;
    color: #fff;
    text-align: left;
    font-size: 16px;
    height: 700px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    transition: all 0.3s linear;
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.about-wh ul li h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.about-wh ul li:hover {
    background: rgba(216, 159, 78, 0.2);
}

.about-wh ul li p {
    line-height: 32px;
    font-size: 16px;
}

.ind-map img {
    max-width: 100%;
    margin: 0 auto;
}

.ind-num {
    margin-bottom: 50px;
}

.ind-num ul {
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.ind-num ul li {
    width: 30%;
}

.ind-num li span {
    font-size: 60px;
    font-family: "DINPro";
    color: #ad9472;
}

.ind-num li h4 {
    color: #ad9472;
    font-size: 24px;
    margin-left: 5px;
}

.ind-num li p {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}

.ind-case {
    padding-top: 80px;
}

.ind-case ul {
    overflow: hidden;
}

.ind-case ul li {
    width: 20%;
    float: left;
    position: relative;
    height: 380px;
}

.ind-case ul li:nth-child(2),
.ind-case ul li:nth-child(6) {
    width: 40%;
}

.ind-case li a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(216, 159, 78, 0.8);
    opacity: 0;
    transition: all 0.5s;
}

.ind-case li:hover a {
    opacity: 1;
}

.ind-case li h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 25px;
}

.ind-case ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind-flip-page {
    text-align: center;
}

.ind-flip-page a {
    margin: 0 30px;
}

.ind-ch {
    background: url(../images/ind_ch_bg.jpg) no-repeat center / cover;
    padding: 60px 0;
    overflow: hidden;
}

.ind-ch .ind-ch-cate {
    width: 60%;
    float: left;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
}

.ind-ch .ind-ch-cate li {
    width: 50%;
    float: left;
    margin: 12px 0;
}

.ind-ch .ind-ch-cate li span {
    margin-right: 16px;
}

.ind-ch .ind-ch-zx {
    width: 35%;
    float: right;
    display: flex;
}

.ind-ch .ind-ch-zx a {
    padding: 5px 20px;
    border-radius: 40px;
    background: #ad9472;
    color: #fff;
    font-size: 24px;
    margin-left: 25px;
    font-family: "DINPro";
}

.col-left a,
.col-left .crumbs {
    color: #888;
}


/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {
    /* 1600 × (900) */
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    /* 关于我们 */
    .about-introduce .note {
        width: 100%;
    }
    .about-introduce .com-img {
        position: static;
        width: 100%;
    }
    .about-introduce h2 {
        font-size: 24px;
        margin-top: 15px;
    }
    .abwk-ct {
        margin: 15px 0;
    }
    .abwk-fl,
    .abwk-ct,
    .abwk-fr {
        width: 100%;
    }
    .pub-tit {
        font-size: 24px;
    }
    .ind-product {
        padding: 20px;
    }
    #allmap {
        margin: 0px auto;
        height: 280px;
    }
    .about-photo ul {
        flex-wrap: wrap;
    }
    .about-photo ul li {
        width: 100%;
        margin: 15px auto;
    }
    .pdtb80 {
        padding: 30px 0;
    }
    .crumbs {
        display: none;
    }
    .pub-sub-nav {
        height: 51px;
    }
    .pub-sub-nav-contain {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        letter-spacing: 0;
        -webkit-text-size-adjust: none;
        -webkit-overflow-scrolling: touch;
        font-size: 0;
        margin-right: 0;
        height: 50px;
        line-height: 50px;
    }
    .pub-sub-nav-contain::-webkit-scrollbar {
        width: 0;
        display: none;
    }
    .sub-nav-list a {
        display: inline-block;
        width: auto;
        float: none;
        text-align: center;
        color: #373d41;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        margin-right: 0px;
        padding: 0 15px;
    }
    .pub-sub-nav-contain .crumbs {
        display: none;
    }
    .about-culture {
        margin-top: 20px;
    }
    /* 新闻列表页 */
    .news-listbox {
        padding: 30px 0;
    }
    .first-news .news-note a.more {
        margin-top: 20px;
    }
    .first-news {
        margin-bottom: 0px;
    }
    .first-news .news-pic {
        width: 100%;
    }
    .first-news .news-note {
        width: 100%;
        padding: 20px 0;
    }
    .news-list {
        padding: 0;
        margin: 15px 0;
    }
    .news-list li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }
    .news-list li .pic {
        width: 100%;
    }
    .news-list li .note h4 {
        font-size: 20px;
    }
    .news-list li .date {
        width: 20%;
        position: absolute;
        left: 0px;
        top: 40px;
        width: 80px;
        height: 70px;
        background: #000;
        padding: 10px;
        text-align: center;
    }
    .news-list li .date p {
        font-size: 24px;
        margin-bottom: 0px;
        padding-left: 0;
    }
    .news-list li .date span {
        font-size: 14px;
    }
    .news-list li .note {
        width: 100%;
        margin-top: 20px;
        border: 0px;
        padding: 5px 0;
    }
    .news-list li .note p {
        margin: 15px auto;
    }
    .news-flip-page li h4 {
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .F-share {
        margin-left: 0px;
        margin-top: 15px;
    }
    /* 新闻详情 */
    .news-content {
        padding: 30px 0;
    }
    .news-content .news-cont h1 {
        font-size: 22px;
    }
    .news-content .news-cont {
        width: 100%;
    }
    .news-content .news-cont img {
        height: auto;
    }
    .news-content .news-cont .date {
        margin-bottom: 30px;
    }
    .news-content .news-flip-page {
        width: 100%;
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
    .news-flip-page h2 {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .news-flip-page .prev {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .news-flip-page li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .nInfo-page {
        margin-bottom: 0;
    }
    .pub-bann {
        margin-top: 60px;
        height: 250px;
    }
    .pub-bann .pub-text h2 {
        font-size: 24px;
    }
    .pub-bann .pub-text p {
        font-size: 14px;
    }
    .Footer-navbar ul,
    .Footer-cont {
        width: 100%;
    }
    .Footer-cont {
        margin-top: 20px;
    }
    .Footer-wrapper {
        padding: 0 4%;
    }
    .Footer-tel {
        width: 100%;
        font-size: 18px;
        padding-left: 25px;
        text-align: left;
        background-repeat: left top;
        line-height: 15px;
        height: 55px;
    }
    .Footer-tel span {
        display: block;
    }
    .Footer-zx {
        width: 100%;
        margin-top: 20px;
    }
    .F-wechat {
        display: none;
    }
    .Footer-cont-fl {
        width: 100%;
    }
    .Footer-menu {
        padding: 0;
    }
    /* contact */
    .contact-note .fl,
    .contact-note .fr,
    .contact-address li {
        width: 100%;
    }
    .contact-note .fr {
        margin: 20px 0;
        overflow: hidden;
    }
    .contact-address li {
        padding: 20px;
        min-height: auto;
        margin-top: 20px;
    }
    .contact-address h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .contact-address li h4 {
        font-size: 20px;
        height: 20px;
        margin-bottom: 20px;
    }
    .contact-address li h4:after {
        height: 20px;
    }
    .contact-address li p {
        font-size: 14px;
        line-height: 28px;
    }
    #allmap {
        height: 280px!important;
    }
    .ind-tit span {
        font-size: 36px;
        top: 2px;
    }
    .ind-tit h2 {
        font-size: 28px;
    }
    .case-tit a {
        margin: 5px;
    }
    .case-list ul li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .case-list ul li:nth-child(3n) {
        margin-right: 0;
    }
    .ind-news ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .ind-news li h4 {
        font-size: 16px;
    }
    .ind-server {
        padding: 30px 0;
        height: auto;
    }
    .about-wh {
        height: auto;
    }
    .about-wh ul {
        flex-wrap: wrap;
    }
    .about-wh ul li {
        height: auto;
        margin-bottom: 20px;
    }
    .about-wh ul li h4 {
        font-size: 24px;
    }
    .ind-server .ind-tit {
        position: static;
        margin-bottom: 20px;
    }
    .ind-num ul li {
        width: 32%;
    }
    .ind-num {
        margin-bottom: 25px;
    }
    .ind-num li span {
        font-size: 32px;
    }
    .ind-num li h4 {
        font-size: 18px;
    }
    .ind-num li p {
        font-size: 14px;
        margin-top: 0px;
    }
    .ind-case {
        padding-top: 30px;
    }
    .ind-case ul li {
        width: 50%;
        height: 200px;
    }
    .ind-case ul li:nth-child(2),
    .ind-case ul li:nth-child(6) {
        width: 50%;
    }
    .ind-ch .ind-ch-cate li {
        width: 100%;
        font-size: 18px;
    }
    .ind-ch .ind-ch-cate li span img {
        width: 20px;
    }
    .ind-ch .ind-ch-cate,
    .ind-ch .ind-ch-zx {
        width: 100%;
    }
    .ind-ch-zx {
        margin-top: 20px;
    }
    .ind-ch-zx a {
        margin-left: 0;
    }
    .ind-ch-zx span img {
        width: 20px;
    }
    .ind-ch .ind-ch-zx {
        justify-content: space-around;
    }
    .ind-ch .ind-ch-zx a {
        margin-left: 0;
        font-size: 18px;
    }
    .zt-case-tit {
        overflow: hidden;
    }
    .zt-case-tit a {
        margin: 10px 0;
        float: left;
        width: 33.333%;
    }
    .zt-case-tit p {
        font-size: 16px;
        margin-top: 10px;
    }
    .zt-case ul li {
        width: 100%;
    }
    .case-content {
        padding: 20px 0;
    }
    .case-content .case-cont,
    .case-flip-page {
        width: 100%;
    }
    .date {
        display: none;
    }
    .case-nInfo-page {
        padding: 15px;
    }
    .case-nInfo-page .prev a,
    .case-nInfo-page .next a {
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .case-nInfo-page .return-list {
        width: 30px;
        height: 30px;
        margin-left: -15px;
        top: 0;
    }
    .case-nInfo-page .return-list img {
        max-width: 100%;
    }
    .case-flip-page li p img {
        height: 200px;
    }
    .case-content .case-cont h1 {
        font-size: 24px;
    }
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}