﻿.container {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.w {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
/*页头*/
.head-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.head-md {
    width: 100%;
    background-image: url(../images/head-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 88888;
}

.head-md .head-top {
    height: 127px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-md .logo-md .logo {
    width: 222px;
    margin-right: 60px;
}

.head-md .logo-md .txt {
    font-size: 25px;
    color: #000;
    letter-spacing: 5px;
}

.head-md .tel-md {
    position: relative;
}

.head-md .tel-md .txt {
    font-size: 20px;
    color: #000;
    position: relative;
    padding-right: 30px;
}

.head-md .tel-md .txt::after {
    content: '';
    position: absolute;
    top: 6px;
    width: 1px;
    height: 16px;
    right: 14px;
    background-color: #000;
}

.head-md .tel-md .txt em {
    height: 16px;
}

.head-md .tel-md .btn {
    width: 15px;
    height: 14px;
    background: url(../images/search.png) no-repeat;
    border: none;
}

.head-md .head-nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.head-md .head-nav::after {
    content: '';
    width: 100%;
    height: 40px;
    background-color: #c12e34;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

.head-md .head-nav a {
    font-size: 20px;
    color: #fff;
    display: block;
}

.head-md .head-nav a:hover,
.head-md .head-nav a.cur {
    color: #f3a658;
}

.head-md .head-nav-list {
    width: 1380px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    z-index: 888;
}

.head-md .head-nav-list li {
    transition: 0.5s;
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    position: relative;
}

.head-md .head-nav-list li:hover .headnav-sub-menu {
    display: block;
}

.head-md .head-nav-list li .headnav-sub-menu {
    left: 0px;
    top: 40px;
    width: 100px;
    display: none;
    position: absolute;
    z-index: 888;
    background-image: url("../images/nav-sub-bg.png");
}

.head-md .head-nav-list li .headnav-sub-menu a {
    width: 100%;
    height: 35px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 35px;
    font-size: 16px;
    display: block;
}

.head-md .head-nav-list li .headnav-sub-menu a:hover {
    color: rgb(255, 174, 0);
}
/*搜索*/
.head-md .search_icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 24px;
    height: 24px;
    background: url('../images/search-btn.png') no-repeat;
    background-size: 24px 24px;
    background-position: right center;
    padding-left: 20px;
    cursor: pointer;
    border-left: 1px solid #525354;
}

.head-md .search {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    overflow: hidden;
    width: 340px;
    height: 40px;
    transition: all .3s;
    background-color: #fff;
    border-radius: 17px;
}

.head-md .search .search_wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 300px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #525354;
    box-sizing: border-box;
}

.head-md .search .search_wrap .sw_input {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    outline: none;
    height: 100%;
    width: 224px;
    padding: 0 10px;
    font-size: 16px;
    color: #545454;
    background: none;
    box-sizing: border-box;
    text-indent: 10px;
}

.head-md .search .search_wrap select {
    height: 100%;
    border: none;
    background: no-repeat;
    margin-left: 5px;
    font-size: 14px;
}

.head-md .search .search_wrap .sw_submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('../images/search.png') no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
    border: none;
    outline: none;
}

.head-md .search .sw_close {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: translateY(-50%) rotate(45deg);
}

.head-md .search .sw_close::before {
    position: absolute;
    left: 8px;
    top: 0;
    content: '';
    width: 4px;
    height: 20px;
    background-color: #525354;
    border-radius: 2px;
}

.head-md .search .sw_close::after {
    position: absolute;
    left: 0px;
    top: 8px;
    content: '';
    width: 20px;
    height: 4px;
    background-color: #525354;
    border-radius: 2px;
}
/*banner*/
.banner-md {
    width: 100%;
    /* height: 925px;*/
    position: relative;
    overflow: hidden;
}

.banner-md img {
    width: 100%;
}
/*尊享服务*/
.revereConsult-md {
    width: 100%;
    height: 165px;
    background-color: #dddddd;
    overflow: hidden;
}

.revereConsult-md .fm {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 165px;
}

.revereConsult-md input[type=text] {
    width: 234px;
    height: 42px;
    text-indent: 25px;
    font-size: 20px;
    margin-right: 35px;
    border: none;
}

.revereConsult-md input[type=text]::placeholder {
    color: #acacac;
}

.revereConsult-md .select-list {
    width: 380px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    display: inline-flex;
    justify-content: space-around;
}

.revereConsult-md select {
    width: 60px;
    border: none;
    font-size: 20px;
    color: #acacac;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    border: none;
    background-color: #fff;
}

.revereConsult-md select {
    border: none;
    outline: none;
}

.revereConsult-md input[type=button] {
    margin-left: 60px;
    width: 233px;
    height: 43px;
    background: url(../images/btn.png) no-repeat;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.revereConsult-md input[type=button]:hover {
    background: url(../images/btn-hover.png) no-repeat;
}
/*关于我们*/
.about-md {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/index-about-bg.jpg?v=1.4) no-repeat;
    position: relative;
}

.about-md .about-bd {
    height: 1015px;
}

.about-md .about-nav {
    width: 100%;
    height: 174px;
    background-color: #e6f4f7;
    overflow: hidden;
}

.about-md .about-nav-list {
    width: 1030px;
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.about-md .about-nav-list a {
    width: 180px;
    height: 47px;
    line-height: 47px;
    font-size: 25px;
    color: #fff;
    display: block;
    background-color: #c12e34;
    text-align: center;
    transition: 0.5s;
    /* margin-top: 23px;*/
}

.about-md .about-nav-list a:hover {
    background-color: #ff0913;
}

.tit-md {
    margin-top: 115px;
    display: flex;
    justify-content: space-between;
}

.tit-md a,
.tit-md2 a {
    height: 26px;
    font-size: 20px;
    color: #231817;
    letter-spacing: 3px;
    padding-right: 15px;
    background: url(../images/right-b.png) no-repeat center right;
    -o-background-size: 15px;
    background-size: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.tit-md a:hover,
.tit-md2 a:hover {
    color: #bc1a21;
}

.tit-md a:hover,
.tit-md2 a:hover {
    background: url(../images/right-w.png) no-repeat center right;
    -o-background-size: 15px;
    background-size: 15px;
}

.tit-md span {
    font-size: 42px;
    font-weight: bold;
    color: #231817;
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.tit-md span::after {
    content: '';
    width: 3px;
    height: 37px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #bc1a21;
}

.tit-md em {
    font-size: 25px;
    color: #bc1a21;
}

.about-md .about-main {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    position: relative;
}


.about-md .about-main .text {
    width: 540px;
    font-size: 20px;
    color: #231817;
    line-height: 1.8;
    position: relative;
}

.about-md .about-main .text::after {
    content: '';
    width: 2px;
    height: 227px;
    background-color: #cb656b;
    position: absolute;
    top: 0;
    right: -145px;
}

.about-md .about-main .list {
    width: 566px;
    height: 218px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    background-image: url(../images/about-list.png);
    background-repeat: no-repeat;
}

.about-md .about-main .list-item {
    width: 270px;
    height: 90px;
    font-size: 20px;
    color: #231817;
    line-height: 2;
    position: relative;
}

.about-md .about-main .list-item:first-child,
.about-md .about-main .list-item:nth-child(2) {
    top: -10px;
}

.about-md .about-main .list-item:nth-child(3),
.about-md .about-main .list-item:nth-child(4) {
    top: 15px;
}
/*中式整装*/
.package-md {
    width: 100%;
    overflow: hidden;
}

.package-md .package-hd,
.tit-md2 {
    height: 220px;
    text-align: center;
}

.package-md .package-hd span,
.tit-md2 span {
    display: block;
    font-size: 42px;
    font-weight: bold;
    color: #231817;
    margin-top: 70px;
    position: relative;
}

.tit-md2 span a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: normal;
    color: #231817;
    letter-spacing: 3px;
}

.tit-md2 span a:hover {
    color: #bc1a21;
}

.package-md .package-hd em,
.tit-md2 em {
    display: block;
    font-size: 25px;
    color: #bc1a21;
    margin-top: 27px;
}

.package-md .package-bd {
    width: 100%;
    height: 465px;
    overflow: hidden;
    border-top: 7px solid #bc1a21;
    border-bottom: 7px solid #bc1a21;
    display: flex;
}

.package-md .item {
    width: 481px;
    height: 465px;
    position: relative;
    overflow: hidden;
}

.package-md .item img {
    transition: 0.5s;
}

.package-md .item:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

.package-md .item span {
    display: block;
    width: 156px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    left: 177px;
    bottom: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 25px;
    color: #fff;
}

.package-md .package-ft {
    width: 100%;
    height: 348px;
    text-align: center;
}

.package-md .package-ft img {
    height: 55px;
    margin-top: 90px;
}

.package-md .package-ft .btn {
    width: 300px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 65px auto 0 auto;
    background-color: #bc1a21;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.package-md .package-ft .btn:hover {
    background-color: #ff0913;
}
/*工艺大师*/
.master-md {
    width: 100%;
    height: 939px;
    background: url(../images/index-master-bg.jpg) no-repeat;
}

.master-md .master-main {
    width: 1289px;
    height: 447px;
    overflow: hidden;
    background: url(../images/index-master-main-bg2.png?v=1.1) no-repeat;
    margin: 70px auto 0 auto;
}

.master-md .master-main ul {
    width: 580px;
    height: 115px;
    margin-left: 585px;
    margin-top: 240px;
}

.master-md .master-main ul li {
    font-size: 20px;
    color: #000;
    width: 260px;
    height: 26px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
}

.master-md .master-main ul li::after {
    content: '●';
    font-size: 12px;
    color: #bc1a21;
    position: absolute;
    top: 3px;
    left: 0;
}

.master-md .master-main ul li:nth-child(2n+1) {
    margin-right: 35px;
}

.master-md .master-nav {
    width: 1289px;
    margin: 20px auto 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.master-md .master-nav a {
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    /*text-align: center;*/
    font-size: 28px;
    color: #bc1a21;
    border: #bc1a21 solid 1px;
    transition: 0.5s;
    text-indent: 20px;
    position: relative;
    margin-right: 42px;
}

.master-md .master-nav a:last-child {
    margin-right: 0;
}

.master-md .master-nav a::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #bc1a21;
    transform: rotate(-90deg);
    position: absolute;
    top: 21px;
    right: 19px;
}

.master-md .master-nav a:hover {
    border-color: #ff0913;
    background-color: #ff0913;
    color: #fff;
}

.master-md .master-nav a:hover::after {
    border-top: 8px solid #fff;
}

.ad-banner {
    width: 100%;
    height: 481px;
    overflow: hidden;
    position: relative;
}

.ad-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 481px;
    background: url(../images/index-ad.jpg?v=1.2) center center no-repeat;
    transition: 0.5s;
}

.ad-banner:hover::after {
    transition: 0.5s;
    transform: scale(1.1);
}

.ad-banner img {
    width: 812px;
    height: 243px;
    margin: 113px auto 0 auto;
    display: block;
    position: relative;
    z-index: 888;
}
/*经典工程*/
.classic-md {
    width: 100%;
    height: 780px;
    background-color: #e8e8e8;
}

.classic-md .classic-hd {
    width: 1280px;
    height: auto;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.classic-md .classic-list {
    width: 1280px;
    overflow: hidden;
    margin: 0 auto;
}

.classic-md .classic-list li {
    width: 316px;
    height: 219px;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

/*.classic-md .classic-list li::after {
    content: '';
    width: 316px;
    height: 219px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 888;
}*/

.classic-md .classic-list li img {
    width: 316px;
    height: 219px;
    transition: 0.5s;
}

.classic-md .classic-list li:hover::after {
    display: none;
}

.classic-md .classic-list li:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

.classic-md .classic-list li:nth-child(4n) {
    margin-right: 0;
}

.classic-md .classic-list li p {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 306px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 16px;
    color: #fff;
    padding-right: 10px;
    z-index: 8888;
}
/*别墅会所*/
.villa-md {
    width: 100%;
    height: 955px;
    overflow: hidden;
    /*  background-color: #e3e3e3;*/
}

.villa-md .villa-hd {
    width: 1288px;
    height: auto;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.villa-md .villa-hd em {
    margin-top: 22px;
}

.villa-md .villa-bd {
    width: 1288px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.villa-gallery-top {
    width: 1288px;
    height: 612px;
}

.villa-gallery-top .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.villa-gallery-thumbs-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 162px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 888;
}

.villa-gallery-thumbs {
    width: 100%;
    height: 162px;
}

.villa-gallery-thumbs .swiper-slide {
    width: 320px;
    height: 162px;
    line-height: 162px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: relative;
}

.villa-gallery-thumbs .swiper-slide {
    background: url(../images/villa-gallery-thumbs-line.jpg) no-repeat right center;
}

.villa-gallery-thumbs .swiper-slide:last-child {
    background: none;
}

.villa-gallery-thumbs-inner {
    width: 1200px;
    height: 162px;
    margin: 0 auto;
}

.villa-gallery-thumbs .swiper-slide a {
    color: #fff;
}

.villa-gallery-thumbs .swiper-slide .img-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 268px;
    height: 140px;
    opacity: 0;
    transition: all 1.8s;
}

.villa-gallery-thumbs .swiper-slide .img-box img {
    width: 100%;
}

.villa-gallery-thumbs .swiper-slide-thumb-active .img-box {
    opacity: 1;
}
/*养生家具*/
.regimen-md {
    width: 100%;
    height: 975px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.regimen-md .regimen-hd {
    height: auto;
    margin-bottom: 48px;
}

.regimen-md .regimen-hd span {
    margin-top: 50px;
}

.regimen-md .regimen-hd em {
    margin-top: 20px;
}

.regimen-md .regimen-bd {
    width: 1288px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.regimen-gallery-top {
    width: 100%;
    height: 582px;
}

.regimen-gallery-thumbs {
    width: 100%;
    height: 132px;
    background-color: #c12e34;
    position: relative;
}

.regimen-gallery-thumbs .swiper-slide {
    width: 445px;
    line-height: 132px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: relative;
    background: url(../images/regimen-gallery-thumbs-line.jpg) no-repeat 0 25px;
}

.regimen-gallery-thumbs .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: #fff;
}

.regimen-gallery-thumbs .swiper-slide:first-child {
    background: none;
}

.regimen-gallery-thumbs .swiper-slide-thumb-active::after {
    content: '';
    top: -24px;
    left: 170px;
    position: absolute;
    width: 85px;
    height: 24px;
    background: url(../images/regimen-gallery-thumbs-attrN.png) no-repeat;
}

/*新闻资讯*/
.news-md {
    width: 100%;
    height: 881px;
    background: url(../images/index-news.jpg) no-repeat center center;
}

.news-md .news-hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 48px;
}

.news-md .w {
    width: 1292px;
}

.news-md .news-bd {
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: space-between;
    margin-top: 92px;
    margin-left: auto;
    margin-right: auto;
}

.news-md .news-bd .news-banner {
    width: 670px;
    height: 440px;
    position: relative;
    overflow: hidden;
}

.news-md .news-bd .news-banner img {
    width: 670px;
    height: 440px;
    transition: 0.5s;
}

.news-md .news-bd .news-banner:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

.news-md .news-bd .news-banner:hover p {
    color: #ff0913;
}

.news-md .news-bd .news-banner p {
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.news-md .news-bd .news-list {
    width: 552px;
}

.news-md .news-bd .news-list li {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.news-md .news-bd .news-list li:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -3px;
    background: #bc1a21;
    width: 0%;
    height: 5px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.news-md .news-bd .news-list li:hover:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -3px;
    background: #bc1a21;
    width: 100%;
    height: 5px;
}

.news-md .news-bd .news-list li a:hover .ns-tit,
.news-md .news-bd .news-list li a:hover .ns-time {
    color: #bc1a21;
}

.news-md .news-bd .news-list li a:hover .ns-text {
    color: #959292;
}

.news-md .news-bd .news-list .ns-tit-md {
    width: 100%;
    height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

.news-md .news-bd .news-list .ns-tit-md .ns-tit {
    font-size: 20px;
    color: #000;
    transition: 0.5s;
}

.news-md .news-bd .news-list .ns-tit-md .ns-time {
    font-size: 14px;
    color: #666;
    transition: 0.5s;
}

.news-md .news-bd .news-list .ns-text {
    width: 100%;
    height: 96px;
    font-size: 16px;
    color: #7c7c7c;
    line-height: 2;
    overflow: hidden;
}

.news-md .news-hd .txt {
    font-size: 42px;
    color: #000;
    position: relative;
    padding-top: 55px;
}

.news-md .news-hd .txt::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: #bc1a21;
}

.news-md .news-hd .link a {
    font-size: 25px;
    color: #231817;
    position: relative;
    padding-right: 20px;
}

.news-md .news-hd .link a:hover {
    color: #bc1a21 !important;
}

.news-md .news-hd .link a:first-child::after {
    content: '|';
    font-size: 16px;
    position: absolute;
    top: 7px;
    right: 7px;
}

.news-md .news-hd .link a:last-child {
    font-size: 20px;
    color: #231817;
    padding-right: 15px;
    background: url(../images/right-b.png) no-repeat center right;
    -o-background-size: 15px;
    background-size: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.news-md .news-hd .link a:last-child:hover {
    background: url(../images/right-w.png) no-repeat center right;
    -o-background-size: 15px;
    background-size: 15px;
}

.news-md .more {
    display: block;
    width: 430px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 80px auto 0 auto;
    font-size: 25px;
    color: #000;
    border: 1px solid #000;
    transition: 0.5s;
}

.news-md .more:hover {
    border-color: #ff0913;
    background-color: #ff0913;
    color: #fff;
}
/*合作伙伴*/
.partners-md {
    width: 1293px;
    height: 1014px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.partners-md .partners-hd {
    height: auto;
    margin-bottom: 54px;
}

.partners-md .partners-hd em {
    margin-top: 20px;
}

.partners-md .partners-logo {
    margin-bottom: 75px;
    height: 217px;
}

.partners-md .partners-nav {
    width: 100%;
    height: 406px;
    display: flex;
    justify-content: space-between;
}

.partners-md .partners-nav .nav-item {
    width: 593px;
    height: 406px;
    position: relative;
    overflow: hidden;
    display: block;
}

.partners-md .partners-nav .nav-item img {
    width: 593px;
    height: 406px;
    transition: 0.5s;
}

.partners-md .partners-nav .nav-item:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

.partners-md .partners-nav .nav-item .text {
    position: absolute;
    top: 144px;
    left: 232px;
}

.partners-md .partners-nav .nav-item .text span {
    display: block;
    font-size: 30px;
    color: #fff;
}

.partners-md .partners-nav .nav-item .text .btn {
    display: block;
    width: 130px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 25px;
    transition: 0.5s;
}

.partners-md .partners-nav .nav-item:hover .btn {
    color: #fff;
    background-color: #bc1a21;
    border: 1px solid #bc1a21;
}

.guarantee-md {
    width: 100%;
    height: 183px;
    background: url(../images/footer-top.png) no-repeat center center;
    overflow: hidden;
}
/*页脚*/
.footer-md {
    width: 100%;
    height: 350px;
    /*overflow: hidden;*/
    padding-top: 48px;
}

.footer-md .logo {
    width: 262px;
}

.footer-md .logo img {
    width: 214px;
    height: 45px;
    margin-bottom: 33px;
}

.footer-md .logo .text {
    font-size: 18px;
    color: #000;
}

.footer-md .logo .text .p2 {
    font-size: 14px;
    margin-top: 30px;
}

.footer-md .logo .text .p3 {
    font-size: 14px;
    line-height: 2;
}

.footer-md .footer-bd {
    height: 254px;
    display: flex;
    justify-content: space-between;
}

.footer-md .footer-bd .nav-list {
    width: 597px;
    display: inline-flex;
    justify-content: space-between;
    color: #000;
}

.footer-md .footer-bd .nav-list li {
    text-align: center;
    margin-bottom: 17px;
}

.footer-md .footer-bd .nav-list li:first-child a {
    font-size: 16px;
    font-weight: bold;
}

.footer-md .footer-bd .nav-list li a {
    font-size: 14px;
}

.footer-md .footer-bd .wx-list {
    max-width: 339px;
    display: inline-flex;
    justify-content: space-between;
}

.footer-md .wx-list .wx-item {
    width: 105px;
    height: 129px;
    background-color: #ededed;
    text-align: center;
    margin-right: 15px;
}

.footer-md .wx-list .wx-item:last-child {
    margin-right: 0;
}

.footer-md .wx-list .wx-item img {
    margin-top: 5px;
    width: 93px;
    height: 93px;
}

.footer-md .wx-list .wx-item span {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.footer-md .footer-copyright {
    width: 100%;
    height: 55px;
    border-top: #c6c6c6 1px solid;
    overflow: hidden;
    margin: 40px auto 0 auto;
    color: #333;
    font-size: 12px;
    line-height: 55px;
    text-align: center;
}

.footer-md .footer-copyright a {
    color: #333;
    font-size: 12px;
}
/*在线客服*/
.OnlineService-mod {
    width: 100px;
    height: 539px;
    position: fixed;
    top: 100%;
    right: 0;
    z-index: 88888;
    transition: all 0.5s;
}

.OnlineService-activity {
    top: 30%;
}

.onlSev-main {
    width: 100px;
    height: 539px;
}

.OnlineService-mod .onlSevItem {
    width: 100%;
    height: 102px;
    position: relative;
    margin-bottom: 7px;
    background-image: url(../images/OnlineService.png?v=1.1);
    background-repeat: no-repeat;
    background-position: -5px 0px;
    background-color: #a5a5a5;
}

.OnlineService-mod .onlSevItem:hover {
    background-color: #c12e34;
}

.OnlineService-mod .tel {
    background-position: -5px -107px;
}

.OnlineService-mod .wx {
    background-position: -5px -218px;
}

.OnlineService-mod .wx2 {
    background-position: -3px -331px;
}

.OnlineService-mod .btn {
    background-position: -3px -428px;
}

#gotop,
.OnlineService-mod .openformbtn {
    cursor: pointer;
}

.OnlineService-mod .service-phone {
    display: block;
    width: 223px;
    background: #fff;
    position: absolute;
    left: 240px;
    min-height: 102px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
    top: 0;
    transition: 0.5s;
    z-index: -1;
}

.OnlineService-mod .onlSevItem:hover .service-phone {
    left: -240px;
}

.OnlineService-mod .service-phone .inner-box {
    padding: 10px;
}

.OnlineService-mod .service-phone .service-item {
    border-bottom: none;
    padding: 14px 0;
}

.OnlineService-mod .service-phone .service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.OnlineService-mod .service-phone .service-item .circle .i-tel {
    width: 44px;
    height: 44px;
    background: url(../images/tel.png) no-repeat center center;
    display: block;
}

.OnlineService-mod .service-phone .service-item .text {
    float: left;
    width: 140px;
    line-height: 25px;
    font-size: 17px;
    margin-left: 12px;
}

.OnlineService-mod .service-phone .service-item .tel {
    float: left;
    width: 140px;
    line-height: 2;
    font-size: 15px;
    margin-left: 0px;
    font-weight: 800 !important;
}

.OnlineService-mod .pic {
    transition: 0.5s;
    left: 100px;
    top: 50%;
    width: 140px;
    height: 160px;
    position: absolute;
    z-index: -1;
    transform: translateY(-50%);
    background-color: rgb(255, 255, 255);
    border: 1px solid #E0E1E5;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.OnlineService-mod .pic p {
    font-size: 14px;
    color: #1c1c1c;
    text-align: center;
    margin-top: 5px;
}

.OnlineService-mod .pic .pic-box {
    padding: 10px;
    padding-bottom: 0;
    text-align: center;
}

.OnlineService-mod .pic .pic-box img {
    width: 116px;
    height: 116px;
}

.OnlineService-mod .onlSevItem:hover .pic {
    left: -155px;
}
/*工艺优势页*/
.page-banner-md,
.page-banner-md img {
    width: 100%;
    overflow: hidden;
}

.page-nav-md {
    width: 1300px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c12e34;
    position: relative;
    top: -45px;
}

.page-nav-md a {
    font-size: 18px;
    color: #fff;
    padding-right: 98px;
    position: relative;
    transition: 0.5s;
}

.page-nav-md a:hover,
.page-nav-md a.cur {
    color: #f3a658;
}

.page-nav-md a::after {
    content: '';
    position: absolute;
    right: 49px;
    top: 0;
    width: 1px;
    height: 27px;
    background-color: #fff;
}

.page-nav-md a:last-child {
    padding-right: 0;
}

.page-nav-md a:last-child::after {
    display: none;
}

.page-head {
    width: 1200px;
    height: 64px;
    font-size: 30px;
    color: #373636;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.page-head span {
    font-weight: bold;
}

.page-head::after {
    content: '';
    width: 44px;
    height: 5px;
    background-color: #bc1a21;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.page-title {
    width: 100%;
    overflow: hidden;
}

.page-title span {
    font-size: 42px;
    color: #000;
    text-align: center;
    display: block;
}

.techAdv-page .page-title {
    margin-top: 70px;
}

.page-title p {
    font-size: 16px;
    line-height: 2;
    color: #373636;
    text-align: center;
    margin-top: 40px;
}

.techAdv-page .page-body {
    font-size: 14px;
    padding-top: 42px;
    padding-bottom: 88px;
    overflow: hidden;
    font-size: 16px;
    line-height: 23px;
    color: #595757;
}
.techAdv-page .page-body p {
    margin-bottom: 10px;
}
.techAdv-page .page-body img {
    display: block;
    margin: 0 auto 22px auto;
}
/*联系我们页*/
.contact-page .page-head,
.about-page .page-head,
.page-head-line {
    border-bottom: solid 1px #c6c6c6;
}

.contact-page .contact-text {
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.contact-page .contact-text .p1 {
    font-size: 26px;
    color: #000;
}

.contact-page .contact-text .p2 {
    font-size: 22px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 40px;
}

.contact-page .contact-text .p3 {
    margin-bottom: 16px;
}

.contact-page .contact-text .p3,
.contact-page .contact-text .p4 {
    font-size: 16px;
    color: #000;
}

.contact-page .contact-form {
    width: 100%;
    overflow: hidden;
    margin-top: 84px;
    border-bottom: solid 3px #000000;
}

.contact-page .contact-form .form-hd {
    width: 100%;
    overflow: hidden;
    font-size: 22px;
    color: #231817;
    padding-bottom: 17px;
    border-bottom: solid 3px #000000;
}


.contact-page .contact-form .form-bd {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    margin-bottom: 27px;
}

.contact-page .contact-form .form-input {
    font-size: 16px;
    color: #373636;
    margin-bottom: 44px;
    overflow: hidden;
}

.contact-page .contact-form .form-input input {
    width: 295px;
    height: 21px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #c6c6c6;
}

.contact-page .contact-form .form-input textarea {
    border: solid 1px #c6c6c6;
    width: 679px;
    height: 88px;
}

.contact-page .contact-form .form-bd-right .form-input span {
    vertical-align: top;
}

.contact-page .contact-form .form-bd-right .btn {
    width: 300px;
    height: 50px;
    border: none;
    font-size: 22px;
    color: #fff;
    background-color: #000;
    margin: 0 auto 0 255px;
}

.contact-page .contact-map {
    width: 1200px;
    height: 460px;
    margin-top: 75px;
    margin-bottom: 103px;
    overflow: hidden;
}

.contact-page .contact-bd {
    width: 100%;
    min-height: 550px;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 100px;
    font-size: 14px;
    color: #000;
}

.contact-page .contact-text .wxlist {
    max-width: 339px;
    display: inline-flex;
    justify-content: space-between;
}

.contact-page .contact-text .wx-item {
    width: 105px;
    height: 129px;
    /*background-color: #ededed;*/
    text-align: center;
    margin-right: 15px;
}

.contact-page .contact-text .wx-item:last-child {
    margin-right: 0;
}

.contact-page .contact-text .wx-item img {
    margin-top: 5px;
    width: 93px;
    height: 93px;
}

.contact-page .contact-text .wx-item span {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
/*预约体验*/
.ju-want {
    height: 386px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.ju-want-content {
    margin: 0 auto;
    color: #000;
}

.ju-want-tle {
    text-align: center;
    padding: 80px 0 40px;
}

.ju-want-tle fieldset {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.ju-want-tle p {
    font-size: 30px;
    line-height: 30px;
}

.ju-want-txt {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.ju-want-form {
    width: 580px;
    height: 325px;
    margin: 0 auto;
}

.ju-want-form p {
    display: flex;
    justify-content: space-between;
    height: 60px;
    line-height: 60px;
    margin-bottom: 28px;
}

.ju-want-form p label {
    font-size: 16px;
}

.ju-want-form p input {
    width: 500px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #c12e34;
    padding-left: 20px;
    font-size: 16px;
}

.ju-want-form-city-item {
    width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ju-want-form-city-item .select-ele {
    width: 160px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #c12e34;
    cursor: pointer;
    padding-left: 20px;
    font-size: 16px;
}

.ju-want-form-btu {
    display: flex;
    flex-flow: row-reverse;
}

.ju-want-form button {
    display: block;
    width: 500px;
    height: 60px;
    background-color: #c12e34;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border: none;
}

.ju-want-form-tip {
    margin-left: 80px;
    margin-top: 20px;
}

.ju-want-form-tip i {
    font-size: 16px;
    line-height: 16px;
    color: #666;
}
/*新闻资讯*/
.news-page .page-head {
    margin-bottom: 37px;
}

#news .news-item {
    display: block;
    width: 375px;
    height: 482px;
    overflow: hidden;
    float: left;
    margin-right: 34px;
    margin-bottom: 30px;
    border: 1px solid #f6f6f6;
    transition: color .4s ease-out, background-color .4s ease-out;
}

#news .news-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border: 1px solid #fff;
}

#news .news-item:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}


#news .news-item:hover .ns-tit,
#news .news-item:hover .ns-cnt,
#news .news-item:hover .ns-btn {
    color: #bc1a21;
}

#news .news-item:hover .btn {
    border-color: #bc1a21;
}

#news .news-item:nth-child(3n) {
    margin-right: 0;
}

#news .news-item .text-box {
    border-top: 1px solid #f6f6f6;
    padding: 0 25px;
    height: 240px;
}

#news .news-item .ns-pic {
    width: 373px;
    height: 238px;
    overflow: hidden;
}

#news .news-item .ns-pic img {
    width: 373px;
    height: 240px;
    transition: 0.5s;
}

#news .news-item .ns-tit {
    font-size: 20px;
    color: #44403f;
    margin-top: 30px;
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略号 */
    white-space: nowrap; /* 禁止文本换行 */
    line-height: 26px;
}

#news .news-item .ns-cnt {
    width: 100%;
    height: 63px;
    margin-top: 25px;
    font-size: 16px;
    color: #5e5c5c;
    overflow: hidden;
}

#news .news-item .ns-btn {
    font-size: 16px;
    color: #5e5c5c;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

#news .news-item .btn {
    display: block;
    width: 81px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #f6f6f6;
}
/*大师简介*/
.founderIntr-page {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/founderIntr-page/founder-line.jpg);
    background-repeat: repeat-y;
}

.founderIntr-page .page-head {
    height: 148px;
    font-size: 36px;
    line-height: 60px;
    color: #000;
    z-index: 888;
}

.founderIntr-page .page-head-line {
    height: 64px;
    font-size: 30px;
    color: #373636;
    margin-bottom: 50px;
}

.founderIntr-page .founder-cnt-a {
    width: 100%;
    height: 838px;
    overflow: hidden;
    background: url(../images/founderIntr-page/founder-intr-bg.jpg) right;
    background-repeat: no-repeat;
}
/*在屏幕宽度为1024~1440之间使用这些样式*/
@media (min-width: 1024px) and (max-width: 1600px) {
    .founderIntr-page .founder-cnt-a {
        width: 100%;
        height: 636px;
        overflow: hidden;
        background: url(../images/founderIntr-page/founder-intr-bg-1440.jpg) right;
        background-repeat: no-repeat;
    }
}

.founderIntr-page .founder-cnt-a .foun-intr {
    width: 100%;
    margin-top: 60px;
}

.founderIntr-page .founder-cnt-a .p1 {
    font-size: 16px;
    color: #373636;
    line-height: 2;
    margin-bottom: 110px;
}

.founderIntr-page .founder-cnt-a .foun-intr .intr-box {
    width: 560px;
}

.founderIntr-page .founder-cnt-a .p2 {
    font-size: 24px;
    color: #373636;
}

.founderIntr-page .founder-cnt-a .p3 {
    font-size: 16px;
    color: #373636;
    line-height: 2;
    margin-top: 30px;
}

.founderIntr-page .founder-cnt-b {
    width: 100%;
    min-height: 1600px;
    background: url(../images/founderIntr-page/founder-cnt-b-bg.jpg) no-repeat;
    overflow: hidden;
    background-color: #fff;
}

.founderIntr-page .founder-cnt-b .process-cnt {
    width: 100%;
    min-height: 434px;
    display: flex;
    justify-content: space-between;
    margin-top: 213px;
}

.founderIntr-page .founder-cnt-b .process-cnt .pic {
    width: 79px;
    height: 434px;
}

.founderIntr-page .founder-cnt-b .process-cnt .cnt {
    font-size: 16px;
    color: #373636;
    line-height: 2;
    min-height: 434px;
}

.founderIntr-page .founder-cnt-b .process-cnt .cnt ul {
    border-left: 1px solid #be252c;
    margin-left: 105px;
    padding-left: 75px;
    height: 100%;
}

.founderIntr-page .founder-cnt-b .process-cnt .cnt li {
    position: relative;
    clear: both;
    margin-bottom: 20px;
}

.founderIntr-page .founder-cnt-b .process-cnt .cnt li::after {
    content: '●';
    top: 0;
    left: -80px;
    position: absolute;
    color: #be252c;
}

.founderIntr-page .founder-cnt-b .process-cnt .cnt li.p1::after {
    top: -14px;
}

.founderIntr-page .founder-cnt-b .process-cnt .cnt li .time {
    font-size: 35px;
    height: 70px;
    color: #be252b;
    position: absolute;
    top: 0;
    left: 0;
}

.founderIntr-page .founder-cnt-b .process-cnt .cnt li.p1 .time {
    top: -30px;
}

.founderIntr-page .founder-cnt-b .process-cnt .cnt li .time em {
    font-size: 25px;
}

.founderIntr-page .founder-cnt-b .process-cnt .cnt li .text {
    width: 770px;
    margin-left: 150px;
    position: relative;
    top: 15px;
}

.founderIntr-page .founder-cnt-b .process-cnt .cnt li.p1 .text {
    top: -15px;
}

.founderIntr-page .founder-cnt-b .page-head {
    height: 84px;
    margin-top: 148px;
}

.founderIntr-page .founder-cnt-b .intr-cnt {
    width: 100%;
    margin-top: 62px;
    overflow: hidden;
    font-size: 16px;
    color: #373636;
}

.founderIntr-page .founder-cnt-b .intr-cnt p {
    line-height: 2;
}

.founderIntr-page .founder-cnt-b .intr-cnt p b {
    color: #bc1a21;
}

.founderIntr-page .founder-cnt-b .intr-cnt .p1 {
    margin-bottom: 62px;
}

.founderIntr-page .founder-cnt-b .intr-cnt .cnt {
    width: 100%;
    min-height: 366px;
    display: flex;
    justify-content: space-between;
}

.founderIntr-page .founder-cnt-b .intr-cnt .cnt .cnt-l {
    width: 559px;
    min-height: 366px;
}

.founderIntr-page .founder-cnt-b .intr-cnt .cnt .cnt-r {
    width: 544px;
    height: 366px;
}

.founderIntr-page .founder-cnt-b .intr-cnt .p2 {
    margin-bottom: 48px;
}

.founder-cnt-ad {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.founder-cnt-ad::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: url(../images/founderIntr-page/founder-ad-bg.jpg?v=1.2) center center no-repeat;
    transition: 0.5s;
}

.founder-cnt-ad:hover::after {
    transition: 0.5s;
    transform: scale(1.1);
}

.founder-cnt-ad img {
    width: 869px;
    height: 164px;
    margin: 110px auto 0 auto;
    display: block;
    position: relative;
    z-index: 888;
}

.founder-cnt-c {
    width: 100%;
    height: 600px;
    background: url(../images/founderIntr-page/founder-cnt-c-bg.jpg) center center no-repeat;
}

.founder-cnt-c .page-head {
    height: 80px;
    margin-top: 84px;
}

.founder-cnt-c .founder-cnt-main {
    width: 100%;
    height: 280px;
    display: flex;
    background-color: #fff;
    margin-top: 37px;
    overflow: hidden;
}

.founder-cnt-c .founder-cnt-main .text {
    padding: 39px;
}

.founder-cnt-c .founder-cnt-main p {
    font-size: 16px;
    line-height: 2;
}

.founder-cnt-c .founder-cnt-main .p1 {
    margin-bottom: 48px;
}
/*关于我们*/
.about-page {
    width: 100%;
    overflow: hidden;
}

.about-page .content-a-title {
    width: 100%;
    margin-top: 80px;
    overflow: hidden;
}

.about-page .content-a-title .tit {
    font-size: 42px;
    color: #000;
    margin-bottom: 40px;
}

.about-page .content-a-title .sub {
    font-size: 24px;
    color: #373636;
}

.about-page .content-a-text {
    font-size: 16px;
    line-height: 2;
    color: #373636;
    margin-top: 140px;
}

.about-page .content-a-bg {
    width: 100%;
    overflow: hidden;
    background: url(../images/about-page/map.jpg) no-repeat top right;
    margin-top: 17px;
}

.about-page .content-a-text .text-box {
    width: 465px;
}

.about-page .content-a-text b {
    font-weight: bold;
    color: #bc1a21;
}

.about-page .content-a-banner {
    width: 100%;
    height: 380px;
    margin-top: 94px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.about-page .content-a-banner .pic {
    width: 688px;
    height: 380px;
    overflow: hidden;
}

.about-page .content-a-banner .pic {
    width: 688px;
    height: 380px;
    overflow: hidden;
}

.about-page .content-a-banner .text {
    width: 450px;
    font-size: 16px;
    line-height: 2;
    color: #373636;
    margin-left: 60px;
    margin-right: 52px;
}

.about-page .content-a-bottom {
    font-size: 16px;
    line-height: 2;
    color: #373636;
}

.about-page .content-a-bottom .p1 {
    margin-bottom: 48px;
}

.about-page .content-a-case {
    width: 100%;
    height: 272px;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.about-page .content-a-case .case-item {
    width: 362px;
    height: 272px;
    overflow: hidden;
    position: relative;
}

.about-page .content-a-case .case-item img {
    height: 272px;
    transition: 0.5s;
}

.about-page .content-a-case .case-item:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

.about-page .content-a-case .case-item p {
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.about-page .about-content-b {
    width: 100%;
    height: 300px;
    background: url(../images/about-page/bg.jpg) no-repeat;
    margin: 84px auto 80px auto;
    padding-top: 140px;
}

.about-page .about-content-b p {
    font-size: 16px;
    line-height: 2;
    color: #373636;
    margin-bottom: 47px;
}

.common-main {
    width: 100%;
    min-height: 550px;
    font-size: 16px;
    line-height: 23px;
    color: #595757;
    padding-top: 40px;
    padding-bottom: 60px;
}

.common-main p {
    margin-bottom: 10px;
}

.decorationCase-page img {
    max-width: 100%;
    margin-bottom: 10px;
}

.current-location-md {
    font-size: 14px;
    line-height: 100%;
    padding-top: 25px;
    box-sizing: border-box;
}

.current-location-md span {
    font-family: 宋体;
    padding: 0px 5px;
    color: #333;
}

.current-location-md a {
    color: #333;
    text-decoration: none;
}

.current-location-md a:hover {
    color: #ae1e24;
}

.curlocattype {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.brandStory-page {
    margin-top: 40px;
    overflow: hidden;
}

.page-head > span {
    flex: 1;
}

.jinJieVideo-page .page-head {
    margin-top: 30px;
}

.brandAdvantage-page {
    width: 1228px;
}
/*中式整装N*/
.package-content .package-hd {
    height: auto;
    margin-bottom: 60px;
}

.package-content {
    width: 100%;
}

.package-content .content-list-w {
    /*    border-top: 7px solid #bc1a21;
    border-bottom: 7px solid #bc1a21;*/
    position: relative;
}

.package-content .content-btn-list {
    position: absolute;
    left: 0;
    top: 0;
    height: 760px;
    width: 100%;
    z-index: 99;
}

.package-content .content-list {
    display: flex;
    overflow: hidden;
    height: 760px;
}

.package-content .content-item {
    position: absolute;
    height: 760px;
    overflow: hidden;
    cursor: pointer;
}

.package-content .content-item .tie {
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 2px;
    position: absolute;
    left: 64px;
    bottom: 54px;
}

.package-content .content-item img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.package-content .content-item img:nth-child(2) {
    display: none;
}

.package-content .content-item .sub-tie {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    margin-top: 12px;
    display: none;
    position: absolute;
    left: 64px;
    bottom: 30px;
    width: 1000px;
}

.package-content .content-item.hover {
    left: 0 !important;
    z-index: 9;
    width: 100% !important;
    transition: all 0.6s;
}

.package-content .content-item.hover img:nth-child(1) {
    display: none;
}

.package-content .content-item.hover img:nth-child(2) {
    display: block;
}

.package-content .content-item.hover .sub-tie {
    display: block;
}
