.hide {
    display: none !important;
}
/*咨询*/
.btnbar {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    clear: both;
}

.btnbar .go,
.opformbtn {
    padding: 8px 30px;
    background-color: #98251e;
    color: #fff;
}

.opformbtn:hover {
    color: #fff;
}

.btnbar .opformbtn {
    margin-left: 20px;
}

.showbtn {
    padding: 5px 10px;
    background-color: #a05151;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.layui-layer-setwin .layui-layer-close {
    background-position: 0px -39px;
}

.layui-btn, .layui-btn-primary:hover {
    background: #a05151;
    color: #fff;
}

.layui-btn-primary, .layui-btn-primary:hover {
    border-color: #a05151;
}

.consul_min {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 217px;
    height: 90px;
    z-index: 20;
    display: none;
    cursor: pointer;
}

.pageLayout {
    width: 100%;
}

.header {
    width: 100%;
    min-width: 1200px;
    height: auto;
}

.header-msg {
    width: 1200px;
    margin: 0 auto;
    height: 135px;
    background: #fff;
}

.hm-logo {
    position: relative;
    float: left;
    width: 128px;
    height: 114px;
    overflow: hidden;
    margin-top: 15px;
}

.hm-logo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.hm-hotline {
    float: right;
    height: 135px;
}

.hm-hotline h1 {
    width: 330px;
    height: 27px;
    margin: 33px 0 15px;
}

.hm-hotline h1 img {
    max-width: 100%;
}

.hm-hotline p {
    font-size: 16px;
    line-height: 1;
    color: #3f3b3e;
    text-align: right;
}

.hm-hotline p span {
    font-size: 30px;
    line-height: 1;
    color: #7f2720;
}

.header-nav {
    position: relative;
    width: 100%;
    height: 60px;
    background: url('../images/hn_bg.jpg') no-repeat;
    background-size: 100% 60px;
}

.header-nav::after {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 10;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #c28a45;
}

.hn-list {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 60px;
    font-size: 0;
    text-align: center;
}

.hn-list li {
    position: relative;
    display: inline-block;
}

.hn-list-item {
    display: block;
    width: 130px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    transition: all .5s;
}

.hn-list-item:hover {
    color: #fff;
    background-color: #c28a45;
}

.hn-list li::after {
    position: absolute;
    left: -.5px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    content: '';
    width: 1px;
    height: 21px;
    background: #fff;
}

.hn-list li:first-child::after {
    display: none;
}

.hn-list li .hn-li-cur {
    color: #fff;
    background-color: #c28a45;
}


/* 首页--轮播 */

.carousel {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
}

.carousel img {
    max-width: 100%;
}

#carouselHome {
    position: relative;
}

#carouselHome .pagination {
    position: absolute;
    bottom: 10px;
    z-index: 20;
    width: 100%;
    text-align: center;
}

#carouselHome .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #7f2720;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #7f2720;
    cursor: pointer;
}

#carouselHome .pagination .swiper-active-switch {
    background: #fff;
}

.carousel .swiper-button-prev {
    position: absolute;
    left: 6%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    width: 18px;
    height: 24px;
    background: url(../images/prev_s.png) no-repeat;
    background-size: 18px 24px;
    pointer-events: auto;
    opacity: .6;
    cursor: pointer;
}

.carousel .swiper-button-prev:hover {
    opacity: 1;
}

.carousel .swiper-button-next {
    position: absolute;
    right: 6%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    width: 18px;
    height: 24px;
    background: url(../images/next_s.png) no-repeat;
    background-size: 18px 24px;
    pointer-events: auto;
    opacity: .6;
    cursor: pointer;
}

.carousel .swiper-button-next:hover {
    opacity: 1;
}


.swiper-slide {
    position: relative;
    height: 1px;
}

.swiper-slide-active {
    height: auto !important;
}

.swiper-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


/* 首页--咨询栏 */
.consult {
    width: 100%;
    height: 90px;
    background-color: #3f3a3e;
}

.consult-box {
    width: 1120px;
    margin: 0 auto;
    height: 90px;
    font-size: 0;
    padding-top: 25px;
    box-sizing: border-box;
}

.consult-box input {
    display: inline-block;
    width: 200px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 40px;
}

.consult-box input[type='text'] {
    padding: 0 16px;
    margin-right: 30px;
    box-sizing: border-box;
    color: #3f3a3e;
}

.consult-box input[type='button'] {
    display: inline-block;
    width: 200px;
    height: 40px;
    color: #fff;
    text-align: center;
    background-color: #7f2720;
    cursor: pointer;
}

.consult-box select {
    display: inline-block;
    width: 200px;
    height: 40px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 40px;
    color: #3f3a3e;
    padding: 0 10px;
    box-sizing: border-box;
}

/* 首页--爆品 */
.hot {
    width: 100%;
    height: 680px;
    background: #fff;
}

.hot-box {
    width: 1120px;
    margin: 0 auto;
    height: 529px;
    padding-top: 56px;
}

.hb-left {
    float: left;
    width: 428px;
    height: 529px;
}

.hb-left-pic {
    position: relative;
    width: 428px;
    height: 43px;
}

.hb-left-pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.hb-left-list {
    width: 428px;
    height: 486px;
    background: #edeeee;
    padding: 0 22px;
    box-sizing: border-box;
}

.hb-left-list dt {
    height: 117px;
}

.hb-ll-title {
    position: relative;
    width: 334px;
    height: 45px;
    margin: 0 auto;
    padding-top: 43px;
    display: block;
}

.hb-ll-title img {
    max-width: 100%;
}

.hb-left-list dt img {
    max-width: 100%;
}

.hb-left-list dd {
    margin-top: 20px;
}

.hb-ll-item {
    display: block;
    font-size: 0;
    height: 80px;
}

.hb-ll-item i {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 80px;
    vertical-align: middle;
}

.hb-ll-item i img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.hb-ll-item span {
    display: inline-block;
    width: 264px;
    height: 80px;
    font-size: 22px;
    line-height: 80px;
    color: #000;
    padding-left: 44px;
    letter-spacing: 2px;
    vertical-align: middle;
    box-sizing: border-box;
}

.hb-ll-item span:hover {
    color: #fff;
    background-color: #c28a45;
}

.hb-ll-item .hb-ll-cur {
    color: #fff;
    background-color: #c28a45;
}

.hb-right {
    float: right;
    width: 667px;
    height: 529px;
    background: url('../images/advantage_pic_bg.png') no-repeat;
    background-size: 667px 529px;
    padding: 0 23.5px;
    box-sizing: border-box;
}

.hb-right-carousel {
    position: relative;
    width: 620px;
    height: 380px;
    margin-top: 77px;
    font-size: 0;
    background: #fff;
    overflow: hidden;
}

.hb-right-carousel .swiper-pagination {
    position: absolute;
    bottom: 7px;
    text-align: right;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}

.hb-right-carousel .swiper-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 2px;
    background-color: #3f3a3e;
    opacity: 1;
    cursor: pointer;
}

.hb-right-carousel .swiper-pagination .swiper-active-switch {
    background-color: #7f2720;
}

.hb-right-text {
    height: 60px;
}

.hb-rt-left {
    float: left;
    font-size: 0;
}

.hb-rt-left h1 {
    display: inline-block;
    font-size: 24px;
    line-height: 60px;
    color: #000;
    margin-right: 10px;
}

.hb-rt-left span {
    display: inline-block;
    font-size: 16px;
    line-height: 60px;
    color: #3f3b3e;
}

.hb-rt-right {
    float: right;
    display: block;
    width: 130px;
    height: 30px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 30px;
    padding-left: 26px;
    box-sizing: border-box;
    background: url('../images/arrow_move.png') no-repeat;
    background-size: 7px 7px;
    background-position: 101px center;
    margin-top: 15px;
}

/* 首页--空间系列 */
.space {
    width: 100%;
    height: 824px;
    background: #f7f2f2;
}

.space-box {
    width: 1201px;
    margin: 0 auto;
    padding-top: 67px;
}

.box-title {
    margin-bottom: 54px;
    text-align: center;
}

.box-title h1 {
    display: block;
    width: 508px;
    height: 46px;
    margin: 0 auto 21px;
}

.box-title span {
    display: inline-block;
    padding: 0 66px;
    height: 33px;
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    letter-spacing: 4px;
    background-color: #3f3a3e;
}

.sb-list {
    width: 1201px;
    margin: 0 auto;
    font-size: 0;
}

.sb-list li {
    position: relative;
    display: inline-block;
    width: 229px;
    height: 507px;
    overflow: hidden;
    margin-left: 14px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .35);
}

.sb-list li:first-child {
    margin-left: 0;
}

.sb-li-name {
    width: 229px;
    height: 105px;
    background: #fff;
    font-size: 20px;
    color: #3f3b3e;
    text-align: center;
    line-height: 105px;
    transition: all .5s;
}

.sb-list li:hover .sb-li-name {
    color: #fff;
    background: #7f2720;
}

.sb-li-pic {
    position: relative;
    width: 229px;
    height: 402px;
}

.sb-li-pic img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.sb-li-mask {
    position: absolute;
    bottom: -402px;
    left: 0;
    z-index: 10;
    display: block;
    width: 229px;
    height: 402px;
    background: rgba(0, 0, 0, .65);
    transition: all .5s;
}

.sb-list li:hover .sb-li-mask {
    bottom: 0;
}

.sb-li-mask i {
    position: absolute;
    left: 0;
    right: 0;
    top: 148px;
    margin: auto;
    width: 51px;
    height: 59px;
}

.sb-li-mask i img {
    max-width: 100%;
}

.sb-li-mask p {
    position: absolute;
    top: 229px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 40px;
    font-size: 14px;
    color: #ccc;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}


.section {
    width: 100%;
    background-color: #fff;
    padding-bottom: 71px;
}
/* 产品中心 */
.product {
    width: 1200px;
    margin: 0 auto;
    padding: 67px 0 28px;
}

.product-nav {
    text-align: center;
    font-size: 0;
    margin-bottom: 22px;
}

.pn-item {
    display: inline-block;
    width: 185px;
    height: 45px;
    border: 1px solid #3f3b3e;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    color: #3f3b3e;
    margin-left: 13px;
}

.pn-item:first-child {
    margin-left: 0;
}

.pn-item:hover {
    color: #fff;
    background: #c28a45;
    border-color: #c28a45;
}

.product-nav .pn-item-cur {
    color: #fff;
    background: #c28a45;
    border-color: #c28a45;
}

.product-carousel {
    position: relative;
    width: 1117px;
    height: 511px;
    margin: 0 auto 31px;
}

.pc-card {
    position: relative;
    width: 1117px;
    height: 511px;
    overflow: hidden;
}

.pc-card img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.pc-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background: url('../images/edging.png') no-repeat;
    background-size: 502px 207px;
    width: 502px;
    height: 207px;
    padding: 11px;
    box-sizing: border-box;
}

.pc-mask-box {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    padding-top: 42px;
    box-sizing: border-box;
}

.pc-mask-box h1 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 17px;
}

.pc-mask-box p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 22px;
}

.pc-mask-box span {
    display: block;
    width: 90px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    background: url('../images/play_icon.png') no-repeat;
    background-size: 14px 14px;
    background-position: right center;
}

.product-carousel .swiper-button-prev {
    position: absolute;
    left: -56px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    width: 43px;
    height: 43px;
    background: url('../images/prev_icon.jpg') no-repeat;
    background-size: 43px 43px;
    pointer-events: auto;
    cursor: pointer;
    opacity: .5;
}

.product-carousel .swiper-button-prev:hover {
    opacity: 1;
}

.product-carousel .swiper-button-next {
    position: absolute;
    right: -56px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 43px;
    height: 43px;
    background: url('../images/next_icon.jpg');
    background-size: 43px 43px;
    pointer-events: auto;
    cursor: pointer;
    opacity: .5;
}

.product-carousel .swiper-button-next:hover {
    opacity: 1;
}


.moveBtn {
    display: block;
    width: 260px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #3f3a3e;
    box-sizing: border-box;
    font-size: 14px;
    color: #3f3a3e;
    line-height: 30px;
    text-align: center;
    transition: all .5s;
}

.moveBtn:hover {
    color: #fff;
    background: #c28a45;
    border-color: #c28a45;
}

/* 关于我们 */
.about {
    width: 1117px;
    margin: 0 auto;
    padding: 67px 0 0 0;
}

.about-text {
    position: relative;
    width: 1117px;
    height: 444px;
    margin: 0 auto;
    background: url('../images/about_bg.jpg') no-repeat;
    margin-bottom: 58px;
}

.at-card {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 710px;
    height: 294px;
    padding: 36px 40px 0 45px;
    box-sizing: border-box;
}

.at-card p {
    font-size: 14px;
    line-height: 28px;
    text-indent: 28px;
    color: #3f3a3e;
}

.at-card .moveBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.about-nav {
    width: 1117px;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 56px;
}

.an-item {
    position: relative;
    display: inline-block;
    width: 330px;
    height: 200px;
    margin-left: 63px;
    overflow: hidden;
}

.an-item:first-child {
    margin-left: 0;
}

.an-item-pic {
    position: relative;
    width: 330px;
    height: 200px;
}

.an-item-pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.an-item-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background-color: #3f3a3e;
    transition: all .5s;
}

.an-item-mask {
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: 10;
    display: block;
    width: 330px;
    height: 200px;
    background: rgba(0, 0, 0, .65);
    transition: all .5s;
}

.an-item:hover .an-item-name {
    display: none;
}

.an-item:hover .an-item-mask {
    bottom: 0;
}

.an-im-name {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    margin: auto;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.an-im-name span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 36px;
    height: 54px;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.an-item-mask p {
    position: absolute;
    top: 153px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}


/* 特点 */
.trait {
    width: 100%;
    height: 614px;
}

.trait-brand {
    width: 100%;
    font-size: 0;
}

.tb-left {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 330px;
    background: url('../images/sertion_a.jpg') no-repeat;
    background-position: right top;
    vertical-align: middle;
    transition: all .5s ease-in-out;
    background-size: 100% 100%;
}

.tb-left:hover {
    background-size: 120% 120%;
}

.tb-right {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 330px;
    background: url('../images/sertion_b.jpg') no-repeat;
    background-position: left top;
    vertical-align: middle;
    transition: all .5s ease-in-out;
    background-size: 112% 100%;
}

.tb-right:hover {
    background-size: 120% 120%;
    ;
}

.trait-data {
    width: 100%;
    font-size: 0;
}

.td-left {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 284px;
    background: url('../images/sertion_c.jpg') no-repeat;
    background-position: right top;
    vertical-align: middle;
    transition: all .5s ease-in-out;
    background-size: 100% 100%;
}

.td-left:hover {
    background-size: 120% 120%;
}

.td-right {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 284px;
    background: url('../images/sertion_d.jpg') no-repeat;
    background-position: left top;
    vertical-align: middle;
    transition: all .5s ease-in-out;
    background-size: 100% 100%;
}

.td-right:hover {
    background-size: 120% 120%;
}

.tb-left-item {
    position: absolute;
    right: 51px;
    top: 71px;
    z-index: 10;
    display: block;
    width: 507px;
    height: 139px;
}

.tb-right-item {
    position: absolute;
    left: 50px;
    top: 104px;
    z-index: 10;
    display: block;
    width: 509px;
    height: 106px;
}

.td-left-item {
    position: absolute;
    right: 51px;
    top: 93px;
    z-index: 10;
    display: block;
    width: 507px;
    height: 79px;
}

.td-right-item {
    position: absolute;
    left: 50px;
    top: 92px;
    z-index: 10;
    display: block;
    width: 510px;
    height: 80px;
}



/* 新闻中心 */
.new {
    width: 100%;
    height: 730px;
    background-color: #fff;
    padding-top: 71px;
    box-sizing: border-box;
}

.new .box-title {
    margin-bottom: 71px;
}

.new-card {
    width: 1117px;
    margin: 0 auto 45px;
    font-size: 0;
}

.nc-item {
    position: relative;
    display: inline-block;
    width: 330px;
    height: 401px;
    overflow: hidden;
    margin-left: 63px;
}

.nc-item:first-child {
    margin-left: 0;
}

.nc-item-pic {
    position: relative;
    width: 330px;
    height: 200px;
    overflow: hidden;
}

.nc-item-pic img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.nc-item-text {
    width: 330px;
    height: 201px;
}

.nc-item-text h1 {
    width: 330px;
    height: 52px;
    font-size: 18px;
    color: #3f3a3e;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 15px 0 20px 0;
}

.nc-item-text h3 {
    font-size: 14px;
    line-height: 24px;
    color: #3f3a3e;
    width: 330px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 17px;
}

.nc-item-text h6 {
    position: relative;
    font-size: 14px;
    line-height: 1;
    padding-top: 16px;
    border-top: 1px solid #3f3a3e;
}

.nc-item-text h6 span {
    position: absolute;
    right: 0;
}

.nc-item-mask {
    position: absolute;
    bottom: -281px;
    left: 0;
    z-index: 10;
    width: 330px;
    height: 281px;
    background: rgba(0, 0, 0, .8);
    transition: all .5s;
}

.nc-item:hover .nc-item-mask {
    bottom: 0;
}

.nc-item-mask h1 {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 78px;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.nc-item-mask i {
    position: absolute;
    top: 143px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 208px;
    height: 1px;
    background: #fff;
}

.nc-item-mask span {
    position: absolute;
    top: 166px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 130px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
}


.service {
    width: 100%;
    min-width: 1200px;
    height: 162px;
    background: #f7f2f2;
}

.service-list {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    padding-top: 47px;
    text-align: center;
}

.service-list li {
    position: relative;
    display: inline-block;
    padding: 0 27px;
}

.service-list li::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    content: '';
    width: 1px;
    height: 80px;
    background-color: #3f3a3e;
}

.service-list li:first-child:after {
    display: none;
}

.sl-pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: middle;
}

.sl-pic img {
    max-width: 100%;
}

.sl-text {
    display: inline-block;
    width: 80px;
    height: 52px;
    font-size: 16px;
    line-height: 26px;
    color: #3f3a3e;
    margin-left: 6px;
    vertical-align: middle;
}

.nav-bar {
    width: 100%;
    min-width: 1200px;
    height: 68px;
    background: url('../images/footer_nav_bg.jpg') no-repeat;
}

.nb-list {
    width: 100%;
    min-width: 1200px;
    height: 68px;
    text-align: center;
    font-size: 0;
}

.nb-list li {
    position: relative;
    display: inline-block;
}

.nb-list li:first-child {
    margin-left: 0;
}

.nb-list-item {
    display: inline-block;
    font-size: 20px;
    padding: 0 30px;
    color: #fff;
    line-height: 68px;
}

.nb-list-item:hover {
    color: #fff;
    background: #7f2720;
}

.nb-list li nav {
    position: absolute;
    bottom: 79px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transition: all .5s;
    background: #fff;
    display: none;
    padding: 10px 5px;
}

.nb-list .navb::before {
    width: 100%;
    height: 11px;
    background-image: url(../images/nav_b_b2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    top: -11px;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
    display: none;
}

.nb-list .navb:hover nav {
    z-index: 10;
    opacity: 1;
    bottom: 79px;
    display: block;
}

.nb-list .navb:hover::before {
    top: -11px;
    z-index: 10;
    opacity: 1;
    display: block;
}

.nb-list li nav a {
    display: block;
    width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #3f3a3e;
}

.nb-list .navb nav a:hover {
    background-color: #a05151;
    color: #ffffff;
}



/* 页尾 */
.footer {
    width: 100%;
    min-width: 1200px;
    /* height: 400px; */
    background-color: #fff;
}

.footer-link {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-top: 35px;
    margin-bottom: 58px;
    font-size: 14px;
}

.fl-item {
    position: relative;
    display: inline-block;
    color: #3f3a3e;
    line-height: 1;
    padding: 0 17px;
}

.fl-item::after {
    position: absolute;
    left: 0;
    top: -1px;
    content: '';
    z-index: 10;
    width: 2px;
    height: 16px;
    background: #3f3a3e;
}

.fl-item:first-child:after {
    display: none;
}

.footer-msg {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 58px;
}

.fm-logo {
    display: inline-block;
    width: 205px;
    height: 183px;
    vertical-align: middle;
}

.fm-logo {
    max-width: 100%;
}

.fm-address {
    display: inline-block;
    margin: 0 92px 0 86px;
    vertical-align: top;
}

.fm-address h1 {
    padding: 17px 0;
    width: 292px;
    height: 30px;
}

.fm-address h1 img {
    max-width: 100%;
}

.fm-address h3 {
    width: 210px;
    height: 24px;
    margin-bottom: 29px;
}

.fm-address h3 img {
    max-width: 100%;
}

.fm-address p {
    font-size: 14px;
    line-height: 1;
    color: #3f3a3e;
    text-align: left;
    margin-top: 12px;
}

.fm-price {
    display: inline-block;
    vertical-align: bottom;
}

.fm-price-weChat {
    position: relative;
    width: 300px;
    height: 127px;
    background: url('../images/fm_weChat.jpg') no-repeat;
    margin-bottom: 18px;
}

.fm-pw-pic {
    position: absolute;
    right: 22px;
    top: 12px;
    z-index: 10;
    width: 105px;
    height: 105px;
    overflow: hidden;
}

.fm-pw-pic img {
    max-width: 100%;
}

.fm-price-phone {
    font-size: 16px;
    line-height: 22px;
    color: #7f2720;
}

.fm-price-phone span {
    font-size: 22px;
    line-height: 22px;
    color: #7f2720;
    font-weight: bold;
}


.footer-copyright {
    width: 100%;
    height: 40px;
    background: #f4f5f5;
    text-align: center;
}

.footer-copyright p {
    font-size: 12px;
    line-height: 40px;
    color: #3f3a3e;
    text-align: center;
}

.footer-copyright p a {
    /* margin: 0 34px; */
}

.footer-copyright p a:hover {
    color: #7f2720;
}







/* 产品列表页面 */
.banner {
    width: 100%;
    min-width: 1200px;
    height: auto;
}

.banner img {
    max-width: 100%;
}

.insideLayout {
    position: relative;
    width: 100%;
    min-width: 1200px;
    background: #f7f2f2;
}

.insideLayout-show {
    position: relative;
    top: -38px;
    width: 1116px;
    margin: 0 auto;
    padding: 22px 32px 55px;
    box-sizing: border-box;
    background: #fff;
}

.current-location {
    width: 100%;
    font-size: 12px;
    line-height: 36px;
    border-bottom: 1px solid #3f3a3e;
    margin-bottom: 64px;
}

.current-location span {
    margin: 0 6px;
}

.product-menu {
    width: 100%;
    height: 134px;
    font-size: 0;
    text-align: center;
    padding-bottom: 77px;
}

.product-menu li {
    display: inline-block;
    width: 158px;
    height: 134px;
    border: 1px solid #bfbfbf;
    border-left: none;
    box-sizing: border-box;
}

.product-menu li:first-child {
    border-left: 1px solid #bfbfbf;
}

.pm-name {
    width: 158px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.product-menu li:hover .pm-name {
    color: #fff;
    background: #7f2720;
    border-color: #7f2720;
}

.pm-cur {
    color: #fff;
    background: #7f2720;
    border-color: #7f2720;
}

.pm-pic {
    position: relative;
    width: 158px;
    height: 90px;
}

.pm-pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.product-banner {
    width: 100%;
    height: 378px;
    font-size: 0;
    margin-bottom: 75px;
}

.pb-pic {
    display: inline-block;
    width: 672px;
    height: 378px;
    overflow: hidden;
    vertical-align: middle;
}

.pb-pic img {
    max-width: 100%;
}

.pb-text {
    display: inline-block;
    width: 354px;
    height: 378px;
    margin-left: 26px;
    border-left: 2px solid #7f2720;
    vertical-align: middle;
    padding: 100px 72px 0 50px;
    box-sizing: border-box;
}

.pb-text h1 {
    font-size: 32px;
    line-height: 1;
    color: #7f2720;
    margin-bottom: 8px;
}

.pb-text h6 {
    font-size: 14px;
    line-height: 24px;
    color: #3f3f3f;
    margin-bottom: 25px;
}

.pb-text p {
    font-size: 12px;
    line-height: 24px;
    color: #3f3f3f;
}

.product-list {
    width: 100%;
    font-size: 0;
    padding-bottom: 34px;
}

.product-list li {
    display: inline-block;
    margin-bottom: 43px;
}

.product-list li:nth-child(2n) {
    margin-left: 24px;
}

.pl-item {
    width: 514px;
    height: 430px;
    background: #f7f2f2;
}

.pl-item-pic {
    position: relative;
    width: 514px;
    height: 330px;
    overflow: hidden;
}

.pl-item-pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.pl-item-text {
    position: relative;
    width: 514px;
    height: 100px;
    box-sizing: border-box;
    /* background: #f7f2f2; */
}

.pl-item-text span {
    position: absolute;
    left: 42px;
    top: 0;
    z-index: 10;
    display: block;
    width: 310px;
    height: 100%;
    font-size: 26px;
    line-height: 100px;
    color: #3f3a3e;
}

.pl-item-text a {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    display: block;
    width: 168px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #3f3a3e;
    border: 1px solid #3f3a3e;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}

.pl-item:hover {
    background: #7f2720;
}

.pl-item:hover .pl-item-text span {
    color: #fff;
}

.pl-item:hover .pl-item-text a {
    color: #fff;
    border-color: #fff;
}



.paging {
    width: 100%;
    height: 20px;
    font-size: 0;
    text-align: center;
}

.paging-item {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #3f3a3e;
    margin-left: 30px;
}

.paging-item:first-child {
    margin-left: 0;
}

.paging .pi-cur {
    color: #fff;
    background: #2e3132;
}


.inside-consult {
    width: 100%;
    min-width: 1200px;
    height: 240px;
    background: url('../images/msg_bg.jpg') no-repeat;
}

.inside-consult .consult-box {
    padding-top: 99px;
}





/* 悬浮栏 */
.float-bar {
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 100;
    width: 70px;
    height: 293px;
}

.fb-service {
    position: relative;
    width: 70px;
    height: 62px;
    background: #ae1e24;
}

.fb-service p {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
}

.fb-consult {
    display: block;
    width: 70px;
    height: 81px;
    padding-top: 16px;
    border-bottom: 1px solid #c0c0c1;
    box-sizing: border-box;
    background-color: #f0f0f2;
    cursor: pointer;
}

.fb-consult h3 {
    position: relative;
    width: 28px;
    height: 24px;
    margin: 0 auto;
}

.fb-consult h3 img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.fb-consult p {
    font-size: 14px;
    line-height: 40px;
    color: #3f3a3e;
    text-align: center;
}

.fb-join {
    display: block;
    width: 70px;
    height: 80px;
    padding-top: 16px;
    box-sizing: border-box;
    background-color: #f0f0f2;
    cursor: pointer;
}

.fb-join h3 {
    position: relative;
    width: 28px;
    height: 24px;
    margin: 0 auto;
}

.fb-join h3 img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.fb-join p {
    font-size: 14px;
    line-height: 40px;
    color: #3f3a3e;
    text-align: center;
}

.fb-wx {
    position: relative;
    height: 81px;
    border-top: 1px solid #c0c0c1;
    cursor: pointer;
}

.fb-wx .innerBox {
    display: none;
    position: absolute;
    right: 74px;
    top: 0;
    margin: auto;
    bottom: 0;
    height: 80px;
    width: 80px;
    transition: all .5s;
}

.fb-wx .innerBox img {
    max-width: 100%;
}

.fb-wx:hover .innerBox {
    display: block;
}


.fb-toTop {
    display: block;
    width: 70px;
    height: 70px;
    padding-top: 17px;
    box-sizing: border-box;
    background-color: #3f3a3e;
    cursor: pointer;
}

.fb-toTop h3 {
    position: relative;
    width: 18px;
    height: 11px;
    margin: 0 auto;
}

.fb-toTop h3 img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.fb-toTop p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}


/* 工艺特色页面 */
.craft-show {
    position: relative;
    top: -38px;
    width: 1116px;
    margin: 0 auto;
    box-sizing: border-box;
}

.inside-menu {
    width: 1116px;
    margin: 0 auto;
    height: 123px;
    font-size: 0;
    padding-top: 38px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .2);
    margin-bottom: 17px;
}

.inside-menu li {
    display: inline-block;
    border: 1px solid #3f3a3e;
    border-left: none;
}

.inside-menu li:first-child {
    border-left: 1px solid #3f3a3e;
}

.im-item {
    display: block;
    width: 139px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    color: #3f3a3e;
}

.im-item:hover {
    color: #fff;
    background: #7f2720;
    border-color: #7f2720;
}

.inside-menu li .im-cur {
    color: #fff;
    background: #7f2720;
    border-color: #7f2720;
}

.craft-show .current-location {
    padding: 0 30px;
    border: 0;
    box-sizing: border-box;
    margin-bottom: 41px;
}

.cs-title {
    position: relative;
    width: 100%;
    height: 500px;
}

.cs-title-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 440px;
    height: 181px;
    overflow: hidden;
}

.cs-title-left img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.cs-title-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 558px;
    height: 500px;
}

.cs-title-right p {
    position: relative;
    width: 558px;
    height: 232px;
    margin-bottom: 18px;
    overflow: hidden;
}

.cs-title-right p img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.cs-process {
    position: relative;
    width: 1116px;
    height: 232px;
    overflow: hidden;
    margin-bottom: 18px;
}

.cs-process img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.cs-section {
    position: relative;
    width: 100%;
    height: 500px;
}

.cs-section-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 545px;
    height: 500px;
    overflow: hidden;
}

.cs-section-left p {
    position: relative;
    width: 545px;
    height: 232px;
    margin-bottom: 18px;
    overflow: hidden;
}

.cs-section-left p img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.cs-section-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 545px;
    height: 500px;
    overflow: hidden;
}

.cs-section-right p {
    position: relative;
    width: 545px;
    height: 232px;
    margin-bottom: 18px;
    overflow: hidden;
}

.cs-section-right p img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.cs-other {
    position: relative;
    width: 1116px;
    margin: 0 auto;
    height: 250px;
}

.cs-other-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 409px;
    height: 218px;
}

.cs-other-left img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.cs-other-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 558px;
    height: 232px;
}

.cs-last {
    position: relative;
    width: 1116px;
    margin: 0 auto;
    height: 304px;
    overflow: hidden;
}

.cs-last img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}


/* 关于我们页面 */
.aboutLayout {
    position: relative;
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.about-show {
    position: relative;
    top: -38px;
    width: 1116px;
    margin: 0 auto;
    box-sizing: border-box;
}

.about-show .current-location {
    margin-bottom: 0;
    border: 0;
}

.about-me {
    width: 100%;
    height: auto;
}

.am-brand {
    width: 900px;
    min-height: 420px;
    margin: 0 auto;
    padding-bottom: 76px;
    box-sizing: border-box;
}

.am-brand h1 {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #3f3a3e;
    margin-bottom: 39px;
}

.am-brand p {
    font-size: 14px;
    line-height: 28px;
    color: #3f3a3e;
    text-indent: 28px;
}

.am-culture {
    width: 100%;
    height: 850px;
    background: url('../images/culture_bg.jpg') no-repeat;
    background-position: center bottom;
    overflow: hidden;
}

.am-culture h1 {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    padding-top: 72px;
    margin-bottom: 64px;
}

.am-culture-pic {
    position: relative;
    width: 753px;
    height: 450px;
    margin: 0 auto;
}

.am-culture-pic img {
    max-width: 100%;
}

.am-honor {
    width: 100%;
    height: 275px;
}

.am-honor-list {
    width: 900px;
    height: 148px;
    margin: 0 auto;
    padding: 50px 0 20px;
}

.am-honor-list li {
    float: left;
    margin-right: 51px;
    margin-bottom: 24px;
}

.am-honor-list li:nth-child(3n) {
    margin-right: 0;
}

.am-honor-list .am-honor-other {
    margin-right: 0;
}

.am-hl-item {
    display: block;
    width: 266px;
    height: 50px;
    border: 1px solid #3f3a3e;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}

.am-hl-item:hover {
    background: #7f2720;
    border-color: #7f2720;
    color: #fff;
}

.am-honor .moveBtn:hover {
    background: #7f2720;
    border-color: #7f2720;
    color: #fff;
}


.am-video {
    width: 100%;
    height: 620px;
    background: url('../images/video_bg.jpg') no-repeat;
    background-size: 100% 294px;
    background-position: left top;
}

.am-video h1 {
    font-size: 30px;
    line-height: 1;
    color: #3f3a3e;
    text-align: center;
    padding-top: 42px;
    margin-bottom: 40px;
}

.am-video-box {
    position: relative;
    width: 902px;
    height: 508px;
    margin: 0 auto;
    overflow: hidden;
}

.am-video-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.am-contact {
    width: 100%;
    height: 646px;
}

.am-contact h1 {
    width: 100%;
    font-size: 30px;
    line-height: 1;
    color: #3f3a3e;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 35px;
}

.am-contact-map {
    position: relative;
    width: 902px;
    height: 321px;
    margin: 0 auto 35px;
    overflow: hidden;
}

.am-contact-map img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.am-contact h5 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #3f3a3e;
}

.am-contact p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #3f3a3e;
}


/* 加盟中心 */
.join-main {
    width: 100%;
    height: auto;
}

.jm-advantage {
    width: 100%;
    min-width: 1200px;
    height: 1534px;
}

.jm-advantage-title {
    width: 128px;
    height: 29px;
    margin: 0 auto 55px;
}

.jm-advantage-title img {
    max-width: 100%;
}

.jm-advantage-box {
    width: 100%;
    min-width: 1200px;
    height: 529px;
    background: url('../images/join_advantage_bg.jpg') no-repeat;
}

.jm-ab-list {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    padding-top: 65px;
}

.jm-ab-list img {
    max-width: 100%;
}

.jm-support-box {
    width: 100%;
    min-width: 1200px;
    height: 921px;
    background: #fff;
}

.jm-sb-list {
    width: 1200px;
    height: 749px;
    margin: 0 auto;
    padding-top: 72px;
}

.jm-sb-list img {
    max-width: 100%;
}


.jm-service {
    width: 100%;
    min-width: 1200px;
    height: 837px;
    background: url('../images/join_service_bg.jpg') no-repeat;
}

.jm-service-box {
    width: 1200px;
    height: 610px;
    margin: 0 auto;
    padding-top: 96px;
}

.jm-service-box img {
    max-width: 100%;
}

.jm-process {
    width: 100%;
    min-width: 1200px;
    height: 546px;
    background: #fff;
}

.jm-process-box {
    width: 1200px;
    height: 344px;
    margin: 0 auto;
    padding-top: 83px;
}

.jm-process-box img {
    max-width: 100%;
}


.jm-online {
    width: 100%;
    min-width: 1200px;
    height: 720px;
    padding-top: 90px;
    box-sizing: border-box;
    background: url('../images/join_online_bg.jpg') no-repeat;
}

.jm-online-box {
    width: 880px;
    height: 540px;
    margin: 0 auto;
    background: #f3f3f3;
    padding-top: 30px;
    box-sizing: border-box;
}

.jmob-title {
    width: 880px;
    margin-bottom: 36px;
}

.jmob-title h1 {
    font-size: 30px;
    line-height: 44px;
    text-align: center;
    color: #3f3a3e;
    margin-bottom: 10px;
}

.jmob-title h3 {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #3f3a3e;
}


.jmob-form {
    width: 583px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.jmob-form-row {
    font-size: 0;
    margin-bottom: 24px;
    text-align: right;
}

.jmob-form-row label {
    display: inline-block;
    width: 83px;
    height: 60px;
    font-size: 16px;
    color: #797979;
    line-height: 60px;
    text-align: left;
    vertical-align: middle;
}

.jmob-form-row input {
    width: 500px;
    height: 60px;
    border: 1px solid #7f2720;
    box-shadow: 1px 1px 1px #d5bdbb;
    outline: none;
    font-size: 16px;
    line-height: 60px;
    padding: 0 22px;
    box-sizing: border-box;
    vertical-align: middle;
}

.jmob-form-row b {
    display: inline-block;
    width: 500px;
    height: 60px;
    vertical-align: middle;
}

.jmob-form-row b span {
    display: inline-block;
    width: 160px;
    height: 60px;
    margin-left: 10px;
}

.jmob-form-row b span:first-child {
    margin-left: 0;
}

.jmob-form-row b span select {
    width: 100%;
    height: 60px;
    border: 1px solid #7f2720;
    box-shadow: 1px 1px 1px #d5bdbb;
    box-sizing: border-box;
    font-size: 16px;
    color: #3f3a3e;
    line-height: 60px;
    cursor: pointer;
    outline: none;
    padding-left: 4px;
}

.jmob-form-row input[type=button] {
    color: #fff;
    background: #7f2720;
    cursor: pointer;
}

.jmob-form-row input[type=button]:hover {
    background: #ae1e24;
}

.jmob-form h6 {
    width: 500px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    color: #797979;
    text-align: left;
    padding-left: 83px;
}



/* 系列 */
.series-main {
    width: 100%;
    min-width: 1200px;
    /* padding-bottom: 114px; */
}

.sm-list {
    width: 1116px;
    margin: 0 auto;
    font-size: 0;
    padding-bottom: 42px;
}

.sm-list li {
    display: inline-block;
    margin-bottom: 58px;
}

.sm-list li:nth-child(2n) {
    margin-left: 56px;
}

.sm-list-item {
    width: 530px;
    height: 400px;
    background: #f7f2f2;
}

.sm-li-pic {
    position: relative;
    width: 530px;
    height: 300px;
    overflow: hidden;
}

.sm-li-pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.sm-li-text {
    position: relative;
    width: 530px;
    height: 100px;
    box-sizing: border-box;
    /* background: #f7f2f2; */
}

.sm-li-text span {
    position: absolute;
    left: 42px;
    top: 0;
    z-index: 10;
    display: block;
    width: 310px;
    height: 100%;
    font-size: 26px;
    line-height: 100px;
    color: #3f3a3e;
}

.sm-li-text a {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    display: block;
    width: 168px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #3f3a3e;
    border: 1px solid #3f3a3e;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}

.sm-list-item:hover {
    background: #7f2720;
}

.sm-list-item:hover .sm-li-text span {
    color: #fff;
}

.sm-list-item:hover .sm-li-text a {
    color: #fff;
    border-color: #fff;
}

.case-w .pl-item-text span {
    line-height: 100px;
    text-align: center;
    color: #3f3a3e;
    left: 0;
    top: 0;
    width: 100% !important;
    overflow: hidden;
}

.news-list-w {
    width: 1116px;
}

.news-show-w,
.newsShow-pageLayout .about-show {
    width: 1250px;
}

.newsShow-pageLayout .about-show {
    top: 0 !important;
}

.newsShow-pageLayout .aboutLayout {
    margin-top: 30px;
}

.contact-main-bd {
    line-height: 200%;
    margin-bottom: 30px;
    font-size: 18px;
}

.contact-main-bd p {
    text-indent: 0;
    font-size: 18px;
}

.contact-main-bd strong {
    font-weight: bold;
}

.contact_pageLayout .am-brand {
    width: 1116px;
}

.proShow_w .current-location {
    width: 1200px;
    margin: 20px auto 0 auto;
}
