﻿.w {
    width: 1280px;
    margin: 0 auto;
    clear: none;
    overflow: hidden;
}
/*头部*/
.head-mod {
    height: 180px;
    background-color: #fff;
    position: relative;
}

.head-bd {
    width: 1280px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.head-mod .logo {
    width: 425px;
    margin: 32px auto 0 auto;
}

.head-mod .sarch-form {
    position: absolute;
    top: 52px;
    right: 0;
}

.head-mod .nav-bd {
    width: 1280px;
    display: flex;
    justify-content: space-around;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

.head-mod .nav-bd a {
    display: block;
    width: 100px;
    font-size: 22px;
    color: #666666;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.head-mod .nav-bd a:hover,
.head-mod .nav-bd .cur,
.head-mod .nav-bd .curs {
    color: #333333;
}

.head-mod .nav-bd-hover .cur::after {
    display: none;
}

.head-mod .nav-bd .curs::after {
    display: block !important;
}

.head-mod .nav-bd .cur::after,
.head-mod .nav-bd .curs::after {
    content: ' ';
    position: absolute;
    width: 100px;
    height: 15px;
    background-image: url(../images/nav-item-cur.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}



.head-mod .subNav-bd {
    width: 100%;
    height: 100px;
    background-color: #f8f8f8;
    position: absolute;
    bottom: -100px;
    z-index: 888;
    display: none;
}

.head-mod .subNav-bd .subNav-item {
    width: 1280px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    display: none;
}

.head-mod .subNav-bd .subNav-item a {
    font-size: 22px;
    color: #666666;
    margin-right: 70px;
}

.head-mod .subNav-bd .subNav-item a:last-child {
    margin-right: 0;
}

.head-mod .subNav-bd .subNav-item a:hover,
.head-mod .subNav-bd .subNav-item .cur {
    color: #982721;
}

.head-mod .searchbtn {
    width: 18px;
    height: 19px;
    background-image: url(../images/head-searchbtn.png);
    background-repeat: no-repeat;
    border: none;
    border-width: 0;
    background-color: #fff;
    margin: 0 5px;
}

.head-mod .sarch-form .txt {
    width: 110px;
    height: 100%;
    border: none;
}

.head-mod .sarch-form .searchType {
    color: #666666;
    border: none;
}

.head-mod .sarch-form .sarch-form-inner {
    width: 238px;
    height: 30px;
    color: #666666;
    border: 1px solid #666666;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    background-color: #fff;
    border-radius: 0;
}

.homeBanner img {
    max-width: 100%;
}
/*历程*/
.course-mod {
    height: 300px;
    text-align: center;
    background-color: #993333;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*推荐产品*/
.proRecommend-mod {
    height: 860px;
    background-color: #f8f8f8;
    overflow: hidden;
    padding-top: 60px;
    position: relative;
}

.proRecommend-mod .swiper-container {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.proRecommend-mod .swiper-container .swiper-slide {
    background-color: #f8f8f8;
}

.proRecommend-mod .inner {
    display: flex;
    justify-content: space-between;
    width: 1080px;
}

.proRecommend-mod .left-content {
    width: 493px;
    height: 729px;
}

.proRecommend-mod .head {
    height: 279px;
    margin-bottom: 50px;
}

.proRecommend-mod .bd {
    font-size: 14px;
    color: #333333;
    line-height: 150%;
    height: 220px;
    overflow: hidden;
}

.proRecommend-mod .more-btn {
    width: 138px;
    height: 28px;
    line-height: 28px;
    border: solid 1px #9f4040;
    display: block;
    font-size: 16px;
    color: #993333;
    text-align: center;
    margin-top: 40px;
    transition: all .5s;
}

.proRecommend-mod .more-btn:hover {
    color: #fff;
    background-color: #9f4040;
}

.proRecommend-mod .btnbars {
    width: 339px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
    position: absolute;
    z-index: 888;
    left: 0;
    bottom: 0;
    background-color: #f8f8f8;
}

.proRecommend-mod .btnbars div {
    width: 168px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #666666;
    font-size: 20px;
    font-family: 宋体;
    color: #666666;
    cursor: pointer;
    transition: all .5s;
}

.proRecommend-mod .btnbars div:last-child {
    border-left: none;
}

.proRecommend-mod .btnbars div:hover {
    border-color: #993333;
    background-color: #993333;
    color: #fff;
}

.proRecommend-mod .right-content {
    width: 450px;
}

.proRecommend-mod .pro-max-pic {
    text-align: center;
    height: 519px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proRecommend-mod .pro-max-pic img {
    max-width: 450px;
}

.proRecommend-mod .pro-min-pic-list {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}
/*产品中心*/
.proCenten-mod {
    height: 860px;
    overflow: hidden;
}

.proCenten-mod .mod-head {
    height: 122px;
    text-align: center;
    overflow: hidden;
    margin-top: 70px;
}

.proCenten-mod .mod-body {
    width: 1080px;
    min-height: 580px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.proCenten-mod .mod-body .proCenten-top {
    width: 1080px;
    height: 500px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.proCenten-mod .mod-body .proCenten-top .swiper-slide {
    width: 1080px;
    height: 500px;
}

.proCenten-mod .mod-body .proCenten-top .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proCenten-mod .swiper-pagination {
    display: none;
}

.proCenten-mod .mod-body .proCenten-top .swiper-slide img {
    max-height: 100%;
}

.proCenten-mod .proCenten-thumbs {
    height: 80px;
    color: #fff;
    background-color: #993333;
    margin-top: 15px;
    z-index: 88;
    overflow: visible;
}

.proCenten-mod .proCenten-thumbs .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.proCenten-mod .proCenten-thumbs .swiper-slide .name {
    font-size: 24px;
    margin-top: 5px;
    color: #fff;
}

.proCenten-mod .proCenten-thumbs .swiper-slide-active::after {
    content: ' ';
    position: absolute;
    left: 73px;
    bottom: -34px;
    border: 17px solid transparent;
    border-top: 17px solid #993333;
    z-index: 99;
}

.proCenten-mod .proCenten-thumbs {
    position: relative;
}

.proCenten-mod .proCenten-thumbs .swiper-button-next,
.proCenten-mod .proCenten-thumbs .swiper-button-prev {
    width: 25px;
    height: 25px;
    background-size: 25px 20px;
    top: 53px;
    z-index: 888;
}
/*关于我们*/
.about-mod {
    height: 860px;
    background-color: #f8f8f8;
}

.about-mod .mod-inner {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 110px;
}

.about-mod .mod-head {
    height: 92px;
    margin-top: 65px;
    margin-bottom: 20px;
}

.about-mod .mod-left {
    width: 610px;
    margin-right: 45px;
}

.about-mod .mod-body {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
}

.about-mod .link-btn {
    width: 138px;
    height: 28px;
    line-height: 28px;
    border: solid 1px #9f4040;
    display: block;
    font-size: 16px;
    color: #993333;
    text-align: center;
    margin-top: 25px;
    transition: all .5s;
}

.about-mod .link-btn:hover {
    color: #fff;
    background-color: #9f4040;
}

.about-mod .mod-nav {
    height: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.about-mod .mod-nav a {
    display: block;
    width: 273px;
    height: 129px;
    margin-right: 88px;
}

.about-mod .mod-nav a:last-child {
    margin-right: 0;
}

.about-mod .mod-nav .hover {
    display: none;
}

.about-mod .mod-nav a:hover .hover {
    display: block;
}

.about-mod .mod-nav a:hover .normal {
    display: none;
}
/*中式整装*/
.chineStyle-mod {
    height: 860px;
    background-image: url(../images/home-chineStyle-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.chineStyle-mod .mod-head {
    height: 122px;
    text-align: center;
    margin-top: 60px;
    overflow: hidden;
}

.chineStyle-mod .mod-body {
    width: 1202px;
    height: 540px;
    margin-top: 30px;
    background-color: #666666;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.chineStyle-mod .mod-link {
    width: 198px;
    height: 38px;
    line-height: 38px;
    border: solid 1px #fff;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.chineStyle-mod .mod-body li {
    width: 200px;
    height: 540px;
    float: left;
    background-repeat: no-repeat;
    position: relative;
}

.chineStyle-mod .mod-body li a {
    position: absolute;
    z-index: 88;
    display: block;
    width: 100%;
    height: 100%;
}

.chineStyle-mod .mod-body li .d-en {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin-left: 20px;
    margin-top: 40px;
}

.chineStyle-mod .mod-body li .d-name {
    font-size: 20px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
/*精品展示*/
.hotPro-mod {
    overflow: hidden;
}

.hotPro-mod .mod-head {
    height: 114px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    overflow: hidden;
}

.hotPro-mod .mod-body {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
}

.hotPro-mod .mod-body .mod-list-item {
    display: block;
    width: 400px;
    margin-bottom: 25px;
    margin-right: 20px;
}

.hotPro-mod .mod-body .mod-list-item:nth-col(3n) {
    margin-right: 0;
}

.hotPro-mod .mod-body .mod-list-item .pic {
    width: 400px;
    height: 243px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotPro-mod .mod-body .mod-list-item .pic img {
    width: 400px;
    height: 243px;
    /*    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;*/
}
/*.hotPro-mod .mod-body .mod-list-item .pic img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}*/
.hotPro-mod .mod-body .mod-list-item .info {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}

.hotPro-mod .mod-body .mod-list-item .info .mast {
    width: 30%;
    background-color: #993333;
    color: #fff;
    font-size: 20px;
}

.hotPro-mod .mod-body .mod-list-item .info .name {
    width: 70%;
    background-color: #f8f8f8;
    color: #333333;
    font-size: 20px;
    text-align: center;
}
/*新闻中心*/
.news-mod {
    width: 100%;
    height: 860px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.news-mod .mod-inner {
    width: 1080px;
    margin: 0 auto;
}

.news-mod .mod-head {
    height: 64px;
    text-align: center;
    overflow: hidden;
    margin-top: 40px;
}

.news-mod .mod-nav {
    height: 37px;
    display: flex;
    justify-content: center;
    margin: 15px 0 20px 0;
}

.news-mod .mod-nav a {
    width: 108px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    border: solid 1px #c5c5c5;
    margin-right: 35px;
    transition: all .5s;
}

.news-mod .mod-nav a:hover {
    color: #fff;
    background-color: #9a3334;
    border: solid 1px #9a3334;
}

.news-mod .mod-nav a:last-child {
    margin-right: 0;
}

.news-mod .mod-hot-news {
    width: 1080px;
    height: 309px;
    background-color: #fff;
    display: flex;
}

.news-mod .mod-hot-news .left-pic {
    width: 541px;
    height: 309px;
    overflow: hidden;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-mod .mod-hot-news .left-pic img {
    max-height: 309px;
}

.news-mod .mod-hot-news .right-text {
    width: 440px;
    padding: 35px 50px;
}

.news-mod .mod-hot-news .right-text .news-tit {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.news-mod .mod-hot-news .right-text .news-content {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    height: 130px;
    margin-top: 20px;
}

.news-mod .mod-hot-news .right-text .news-btnbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    margin-top: 40px;
}

.news-mod .mod-hot-news .right-text .news-btnbar .date {
    font-size: 18px;
    color: #993333;
}

.news-mod .mod-hot-news .right-text .news-btnbar .date span {
    font-size: 14px;
    color: #333333;
}

.news-mod .mod-hot-news .right-text .news-btnbar .link {
    width: 138px;
    height: 34px;
    line-height: 34px;
    border: solid 1px #9f4040;
    display: block;
    font-size: 16px;
    color: #993333;
    text-align: center;
    transition: all .5s;
}

.news-mod .mod-hot-news .right-text .news-btnbar .link:hover {
    background-color: #9f4040;
    color: #fff;
}

.news-mod .mod-list {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    height: 310px;
    background-color: #f8f8f8;
    margin-top: 40px;
    overflow: hidden;
}

.news-mod .mod-list .mod-list-item {
    width: 340px;
    height: 310px;
    overflow: hidden;
    background-color: #fff;
}

.news-mod .mod-list .mod-list-item:hover .ns-title {
    color: #d00000;
}

.news-mod .mod-list .mod-list-item .ns-inner {
    padding: 25px 32px;
}

.news-mod .mod-list .mod-list-item .ns-date {
    font-size: 18px;
    color: #993333;
}

.news-mod .mod-list .mod-list-item .ns-date span {
    font-size: 14px;
    color: #333333;
}

.news-mod .mod-list .mod-list-item .ns-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 15px;
}

.news-mod .mod-list .mod-list-item .ns-pic {
    width: 100%;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    overflow: hidden;
}

.news-mod .mod-list .mod-list-item .ns-pic img {
    max-height: 100%;
}

.news-mod .mod-list .mod-list-item .ns-content {
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    height: 45px;
    overflow: hidden; /*溢出部分隐藏*/
    text-overflow: ellipsis; /*溢出部分用省略号显示*/
}
/*严苛七艺*/
.craft-mod {
    max-width: 1920px;
    height: 501px;
    margin: 0 auto;
    background-image: url(../images/home-craft.jpg?v=1.2);
    background-repeat: no-repeat;
    background-position: center;
}

.craft-mod a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 501px;
}

.craft-mod a span {
    width: 138px;
    height: 34px;
    line-height: 34px;
    border: solid 1px #fff;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: all .5s;
    margin-bottom: 30px;
}

.craft-mod a:hover span {
    background-color: #9f4040;
    border: solid 1px #9f4040;
    color: #fff;
}
/*快捷栏*/
.shortcutBar-mod {
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: center;
}

.shortcutBar-mod a {
    margin-right: 60px;
}

.shortcutBar-mod a img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.shortcutBar-mod a img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.shortcutBar-mod a:last-child {
    margin-right: 0;
}
/*页脚*/
.footer-mod {
    background-color: #f8f8f8;
    overflow: hidden;
}

.footer-mod .mod-inner {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
    height: 315px;
    padding-top: 60px;
}

.footer-mod .mod-logo {
    width: 372px;
}

.footer-mod .address {
    overflow: hidden;
    margin-top: 35px;
}

.footer-mod .address p:first-child {
    font-size: 28px;
    color: #333333;
}

.footer-mod .address p:last-child {
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
    font-weight: 300;
}

.footer-mod .mod-wx {
    width: 170px;
    font-size: 21px;
    color: #333333;
    text-align: center;
}

.footer-mod .mod-wx .wx-name {
    margin-top: 20px;
    font-weight: 300;
}

.footer-mod .mod-nav {
    display: flex;
}

.footer-mod .mod-nav-list {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.footer-mod .mod-nav-list:last-child {
    margin-right: 0;
}

.footer-mod .mod-nav-list a {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}


.footer-mod .mod-nav-list a:first-child {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}

.footer-mod .mod-nav-list a:first-child:hover {
    color: #d00000;
}

.copyright-mod {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    background-color: #cccccc;
}

.copyright-mod a {
    color: #333333;
}
/*底部咨询*/
.bmConsult-mod {
    width: 100%;
    background-color: rgb(22 21 21 / 50%);
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
}

.bmConsult-mod .mod-inner {
    width: 1200px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.bmConsult-mod .mod-inner select {
    width: 158px;
    height: 58px;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgb(22 21 21 / 50%);
    margin-right: 10px;
    font-size: 20px;
}

.bmConsult-mod .mod-inner select option {
    font-size: 20px;
}

.bmConsult-mod .mod-hd {
    font-size: 20px;
    margin-right: 20px;
}

.bmConsult-mod .mod-hd span {
    font-size: 30px;
    display: block;
}

.bmConsult-mod .mod-form input {
    width: 158px;
    height: 58px;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgb(22 21 21 / 50%);
    margin-right: 10px;
    font-size: 20px;
}

.bmConsult-mod .mod-form input::placeholder {
    color: #fff;
    font-size: 20px;
}

.bmConsult-mod .mod-form .txt {
    text-indent: 20px;
}

.bmConsult-mod .mod-form .btns {
    width: 200px;
    color: #fff;
    background-color: #993333;
    border-color: #993333;
    font-size: 20px;
    margin-right: 0;
    vertical-align: top;
    cursor: pointer;
}

.bmConsult-mod .mod-close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 15px;
    right: 0;
    cursor: pointer;
}
/*内页样式*/
.columnBanner-mod {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.columnBanner-mod .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    background-color: #fff;
    border-radius: 0;
}

.columnBanner-mod img {
    max-width: 100%;
}

.column-place-mod {
    width: 1280px;
    margin: 20px auto 0 auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
}

.column-place-mod a {
    font-size: 16px;
    color: #666666;
}

.column-place-mod a:hover {
    color: #7f2f24;
}

.column-place-mod span {
    font-size: 16px;
    color: #666666;
    padding: 0 2px;
}

.column-nav-mod {
    height: 60px;
    text-align: center;
    margin-top: 70px;
    overflow: hidden;
}

.column-nav-mod a {
    width: 188px;
    height: 58px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    margin-right: 20px;
    border: solid #7f2f24 1px;
    display: inline-block;
    color: #7f2f24;
    transition: all .5s;
}

.column-nav-mod a:last-child {
    margin-right: 0;
}

.column-nav-mod .cur,
.column-nav-mod a:hover {
    background-color: #7f2f24;
    color: #fff;
}
/*关于我们内页*/
.column-about-honor-mod {
    margin-top: 100px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 100px;
}

.column-about-honor-mod .honor-mod-hd {
    text-align: center;
    height: 65px;
    overflow: hidden;
}

.honor-mod-bd {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
}

.column-about-honor-mod li {
    width: 286px;
    height: 275px;
    float: left;
    margin-right: 45px;
    text-align: center;
    margin-bottom: 20px;
}



.column-about-honor-mod li:nth-child(4n) {
    margin-right: 0;
}

.column-about-honor-mod li .honor-pic {
    height: 201px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.column-about-honor-mod li .honor-pic img {
    max-width: 100%;
    max-height: 201px;
}

.column-about-honor-mod li .honor-name {
    font-size: 20px;
    color: #666666;
    margin-top: 10px;
}

.column-about-info-mod {
    background-color: #f8f8f8;
    overflow: hidden;
    height: 1250px;
}

.column-about-info-mod .info-mod-hd {
    text-align: center;
    height: 65px;
    margin-top: 75px;
    margin-bottom: 60px;
}

.column-about-info-mod .info-mod-body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.column-about-info-mod .info-mod-body:last-child {
    margin-bottom: 30px;
}

.column-about-info-mod .ab-txt {
    width: 650px;
    font-size: 16px;
    color: #666666;
    line-height: 2;
    padding-top: 35px;
}

.column-about-info-mod .info-mod-footer {
    font-size: 16px;
    color: #666666;
    line-height: 2;
    padding-top: 35px;
}

.column-about-course-mod {
    overflow: hidden;
    height: 1285px;
}

.column-about-course-mod .mod-head {
    text-align: center;
    height: 117px;
    overflow: hidden;
    margin-top: 60px;
}

.column-about-course-mod .mod-body {
    text-align: center;
    margin-top: 70px;
}

.column-about-culture-mod {
    height: 601px;
    background-image: url(../images/column-about-culture-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.column-about-video-mod {
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-about-video-mod .mod-body {
    width: 1100px;
    height: 619px;
    margin: 0 auto;
}
/*工艺特色*/
.column-craft-mod {
    width: 100%;
    text-align: center;
    margin-top: 85px;
    margin-bottom: 95px;
    overflow: hidden;
}

.column-craft-mod img {
    max-width: 100%;
}
/*服务中心*/
.column-serviceCenter-mod {
    margin-top: 65px;
}

.column-serviceCenter-mod .mod-head {
    text-align: center;
    overflow: hidden;
    height: 65px;
}

.column-serviceCenter-mod .mod-map {
    width: 1153px;
    height: 565px;
    margin: 80px auto 140px auto;
    overflow: hidden;
    background-color: #666666;
}

.column-serviceCenter-mod .mod-body {
    width: 1153px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.column-serviceCenter-mod .mod-body .p1 {
    font-size: 30px;
    color: #333333;
}

.column-serviceCenter-mod .mod-body p {
    font-size: 24px;
    color: #333333;
    line-height: 1.8;
}
/*产品中心*/
.column-product-mod {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.column-product-mod .mod-head {
    height: 65px;
    text-align: center;
    overflow: hidden;
    margin-top: 65px;
    margin-bottom: 75px;
}

.column-product-mod .mod-nav {
    width: 1160px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.column-product-mod .mod-nav .nav-list {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.column-product-mod .mod-nav .navBarName {
    font-size: 20px;
    color: #7f2f24;
    height: 33px;
    line-height: 33px;
}

.column-product-mod .mod-nav .nav-list .navBarList a {
    width: 143px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: solid 1px #7f2f24;
    font-size: 22px;
    color: #333333;
    display: inline-block;
    margin-right: 5px;
    transition: 0.4s;
}

.column-product-mod .mod-nav .nav-list .navBarList a:last-child {
    margin-right: 0;
}

.column-product-mod .mod-nav .nav-list .navBarList a:hover,
.column-product-mod .mod-nav .nav-list .navBarList .cur {
    color: #fff;
    background-color: #7f2f24;
}

.column-product-mod .mod-body {
    width: 1205px;
    margin-top: 20px;
    margin-bottom: 45px;
}

.column-product-mod .mod-body .pro-item {
    width: 590px;
    height: 480px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.column-product-mod .mod-body .pro-item:nth-child(2n) {
    margin-right: 0;
}

.column-product-mod .mod-body .pro-item .pr-pic {
    width: 590px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    overflow: hidden;
}

.column-product-mod .mod-body .pro-item .pr-pic img {
    max-height: 100%;
}

.column-product-mod .mod-body .pro-item .pr-info {
    height: 80px;
    line-height: 80px;
    background-color: #7f2f24;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.column-product-mod .mod-body .pro-item .pr-info .p-link {
    display: inline-block;
    width: 118px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: solid 1px #fff;
}
/*中式整装*/
.photo-mod-list {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.photo-mod-list .photo-mod-list-item {
    width: 590px;
    height: 480px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.photo-mod-list .photo-mod-list-item:nth-child(2n) {
    margin-right: 0;
}

.photo-mod-list .photo-mod-list-item .list-item-pic {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    overflow: hidden;
}

.photo-mod-list .photo-mod-list-item .list-item-pic img {
    max-height: 100%;
}

.photo-mod-list .photo-mod-list-item .list-item-tit {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/*内页通用样式*/
.column-photo-mod {
    margin-top: 30px;
    overflow: hidden
}

.column-content-mod {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.column-content-mod .mod-body {
    margin-top: 30px;
    margin-bottom: 60px;
    overflow: hidden;
    min-height: 500px;
}

.column-mod-head {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}

.column-mod-head h3 {
    text-align: center;
    color: #7f2f24;
    line-height: 60px;
    font-size: 32px;
    font-weight: bold;
}

.column-mod-head p {
    text-align: center;
    color: #7f2f24;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
}
/* 我要加盟 */
.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 #993333;
    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 #993333;
    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: #993333;
    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;
}

.craft-bd {
    min-height: 500px;
}

.aboutCulture-main {
    font-size: 14px;
    line-height: 200%;
}

.join_ef_input {
    max-width: 1280px;
    margin: 40px auto;
    overflow: hidden;
    border: 1px solid #b5b5b5;
}

.join_ef_input dt {
    float: left;
    max-width: 652px;
    position: relative;
}

.join_ef_input dt img {
    width: 100%;
    display: block;
}

.join_ef_input dt p {
    width: 100%;
    height: 63px;
    line-height: 63px;
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Ã¥Â®â€¹Ã¤Â½â€œ';
    font-weight: bold;
}

.join_ef_input dd {
    float: right;
    max-width: 550px;
    padding-left: 55px;
    padding-top: 50px;
}

.join_ef_input dd p {
    width: 240px;
    float: left;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    color: #4d4d4d;
    height: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    margin-right: 30px;
}

.join_ef_input dd p input {
    height: 30px;
    background-color: unset;
    border: 0;
}

.join_ef_input dd textarea {
    height: 30px;
    margin-top: 30px;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 30px;
    width: 513px;
}

.join_ef_input dd .jai_button {
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #4d4d4d;
    border: 1px solid #ddd;
    font-size: 16px;
    background-color: unset;
    margin-top: 30px;
    cursor: pointer;
}

.joinUs-content .brand-content-introduce {
    width: 1200px;
    margin: 0 auto;
}

.OnlineService {
    position: fixed;
    width: 161px;
    height: 247px;
    z-index: 88;
    right: 0;
    top: 30%;
    background-image: url(../images/onlineService.png);
    background-repeat: no-repeat;
    display: none;
}

.OnlineService .online-item {
    width: 161px;
    height: 60px;
    margin-bottom: 2px;
    position: relative;
}

.OnlineService .online-item .wx-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 127px;
    height: 124px;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}

.OnlineService .online-item .tel-box {
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 161px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
    background-color: #993333;
}

.OnlineService .wxop:hover .wx-box {
    left: -127px;
    opacity: 1;
}

.OnlineService .telop:hover .tel-box {
    left: -170px;
    opacity: 1;
}

.OnlineService .openformbtn,
.OnlineService #gotop {
    cursor: pointer;
}
