﻿
.hide,
.search-wrap {
    display: none;
}

.headerMod {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.main-container {
    max-width: 1920px;
    margin: 0 auto;
}

/*页头*/
header {
    height: 100px;
    z-index: 888;
    margin: 0 auto;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    width: 100%;
}

header .nav-bar {
    max-width: 1920px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: #81181d;
}

.show_HSetch {
    position: relative;
}

header .nav-bar .logo {
    width: 412px;
    height: 69px;
    margin-left: 20px;
}

header .nav-bar .nav-list {
    position: relative;
}

header .nav-bar .nav-list li {
    /*width: 110px;*/
    height: 100px;
    line-height: 100px;
    display: inline-block;
    position: relative;
    padding: 0 25px;
}


header .nav-bar .nav-list li a i {
    padding: 0 18px;
}

header .nav-bar .nav-list li:last-child {
    margin-right: 27px;
}

header .nav-bar .nav-list li.search-btn {
    cursor: pointer;
}

header .nav-bar .nav-list a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    /*letter-spacing: 2px;*/
}

header .nav-bar .cur {
    /*border-bottom: 4px solid #fff;*/
}

header .nav-bar .nav-list li .sub-nav {
    position: absolute;
    left: 0;
    bottom: -248px;
    width: 433px;
    height: 247px;
    background-color: #ffffff;
    display: none;
    z-index: 1000;
}

/*header .nav-bar .nav-list li:hover .sub-nav {
    display: block;
}*/

header .nav-bar .nav-list li .sub-nav-type2 {
    width: 398px;
    height: 199px;
    bottom: -200px;
    left: 0;
}

header .nav-bar .nav-list li .sub-nav-type3 {
    width: 515px;
    height: 288px;
    left: 0;
    bottom: -289px;
}

header .nav-bar .nav-list li .sub-nav-type4 {
    width: 175px;
    height: 180px;
    left: -23px;
    bottom: -180px;
}

header .nav-bar .nav-list li .sub-nav-type5 {
    height: 265px;
    bottom: auto;
}
/*header .nav-bar .nav-list li:hover .sub-nav {
    display: block;
}*/
header .nav-bar .nav-list li .sub-nav a {
    font-size: 14px;
    color: #4c4948;
    margin-bottom: 24px;
    display: block;
    width: 100%;
}

header .nav-bar .nav-list li .sub-nav a:hover,
header .nav-bar .nav-list li .sub-nav a.cur {
    font-weight: bold;
    color: #9d1e22;
}

header .nav-bar .nav-list li .sub-nav .sub-nav-list {
    line-height: normal;
    padding-top: 20px;
    text-align: center;
    width: 135px;
    background-image: url(../image/arrow.png);
    background-position: center top;
    background-repeat: no-repeat;
}

header .nav-bar .nav-list li .sub-nav-type1 .sub-nav-list {
    width: 265px;
}

header .nav-bar .nav-list li .sub-nav-type4 .sub-nav-list {
    width: 100%;
}

header .nav-bar .nav-list li .sub-nav .sub-nav-pic {
    margin-right: 38px;
    margin-top: 20px;
    overflow: hidden;
    line-height: normal;
}

header .nav-bar .nav-list li .sub-nav .sub-nav-inner {
    display: flex;
    justify-content: space-between;
}

header .nav-bar .nav-list li .sub-nav .sub-nav-pic .s-cont {
    font-size: 12px;
    line-height: 22px;
    color: #595757;
}

header .nav-bar .nav-list .nav-line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    line-height: 3px;
    font-size: 0;
    width: 104px;
    background: #fff;
}

#search_record {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 325px;
    height: 45px;
    padding: 12px 20px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 8888;
    box-sizing: border-box;
}

#search_box {
    position: relative;
    width: 100%;
    height: 35px;
}

#search_b .sh-input {
    border-bottom: 1px solid #ddd;
    padding: 0 30px;
    box-sizing: border-box;
    background: url(../image/top_search.png) no-repeat;
    background-position: left center;
}

#search_box input {
    width: 150px;
    height: 100%;
    border: none;
    outline: none;
    /* font-size: 16px; */
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 2px;
}

#search_box select {
    width: 75px;
    margin-right: 15px;
}

#search_box input::placeholder {
    color: #898989;
}

#search_box b {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 45px;
    text-align: center;
    cursor: pointer;
}

#search_box b img {
    width: 20px;
}

.HSetchWrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    transition: all .6s;
    height: 0;
    z-index: 888;
}

.show_HSetch .HSetch {
    height: 100px;
}

.HSetchWrap .HSetch {
    height: 100%;
    overflow: hidden;
    transition: height .6s;
}

.HSetch .cBox {
    transition: all .6s;
    transform: translateY(-100%);
    height: 100px;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.HSetch .cBox .w {
    width: 1280px;
    height: 65px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(228, 223, 218, .4);
    transition: all .3s;
}

.HSetch .cBox .le {
    transform: translateX(100px);
    opacity: 0;
    transition: all 0s ease .5s;
}

.HSetch .cBox .seInput {
    float: left;
    height: 35px;
    margin-top: 30px;
}

.HSetch .cBox .seInput select {
    width: 72px;
    height: 30px;
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #e4dfda;
    background-color: transparent;
    border: none;
}

.HSetch .cBox .seInput select option {
    background: #000;
    border: none;
}

.HSetch .cBox .seInput select option:hover {
    color: #e4dfda;
}

.HSetch .cBox .seInput input[type=text] {
    float: left;
    width: 1200px;
    height: 30px;
    font-size: 18px;
    margin-top: -4px;
    color: #e4dfda;
    font-weight: 400;
    caret-color: #e4dfda;
    opacity: .5;
    background-color: transparent;
    text-indent: 20px;
}

.HSetch .cBox .seInput input[type=text]::-moz-placeholder {
    color: #a39c8c
}

.HSetch .cBox .seInput input[type=text]:-ms-input-placeholder {
    color: #a39c8c
}

.HSetch .cBox .seInput input[type=text]::placeholder {
    color: #a39c8c
}

.HSetch .cBox .btn {
    float: right;
    width: 34px;
    height: 34px;
    background: url(../image/HSetch-btn.png) no-repeat 0 0;
    margin-top: 25px;
    cursor: pointer;
}

.HSetch, .HSetch .cBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.show_HSetch .HSetch {
    height: 100px;
}

.HSetch .cBox {
    transition: all .6s;
    transform: translateY(-100%);
}

.show_HSetch .HSetch .cBox .le {
    transition: all .5s ease .5s;
    transform: translateX(0);
    opacity: 1;
    position: relative;
}

.show_HSetch .HSetch .cBox {
    transform: translateY(0);
}

.show_HSetch .HSetch .cBox .close,
.show_HSetch .HSetch .cBox .close img {
    width: 32px;
    height: 32px;
}

.show_HSetch .HSetch .cBox .close {
    position: absolute;
    top: 20px;
    right: -55px;
    cursor: pointer;
}
/*BANNER*/
#homeBanner {
    max-width: 1920px;
    height: 934px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 777;
}

#homeBanner img {
    width: 100%;
    height: 100%;
}

#homeBanner .swiper-pagination {
    left: 128px !important;
    bottom: 50px !important;
    width: auto;
}

#homeBanner .swiper-pagination-bullet {
    background: #cfcfcf;
    margin: 0px 20px !important;
    width: 93px;
    height: 4px;
    opacity: 1;
    border-radius: 4px;
}

#homeBanner .swiper-pagination-bullet-active {
    background: #a2353a;
}
/*关于我们*/
#homeAbout {
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    height: 905px;
    background-color: #f3f3f3;
    padding-top: 35px;
    margin: 0 auto;
    overflow: hidden;
}

#homeAbout .homeAbout-left {
    width: 744px;
}

#homeAbout .homeAbout-right {
    width: 1176px;
    height: 861px;
    overflow: hidden;
    background-image: url(../image/home-about-banner.jpg);
    background-repeat: no-repeat;
}


#homeAbout h1 {
    position: relative;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-top: 70px;
}

#homeAbout h1::after {
    content: ' ';
    width: 22px;
    height: 19px;
    position: absolute;
    left: -30px;
    top: 5px;
    background-image: url(../image/link-2.png);
    background-repeat: no-repeat;
    background-position: center left;
}

#homeAbout .homeAbout-left-inner {
    padding-left: 160px;
}

.homeAbout-left-inner .text {
    margin-top: 70px;
    margin-bottom: 75px;
}

.homeAbout-left-inner .text h3 {
    font-size: 43.8px;
    color: #333333;
    margin-bottom: 20px;
}

.homeAbout-left-inner .text p {
    font-size: 16.48px;
    letter-spacing: 2px;
}

.homeAbout-left-inner .link-btn {
    font-size: 14px;
    background-image: url(../image/link.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
    letter-spacing: 2px;
    display: inline-block;
    width: 68px;
    height: 25px;
    line-height: 25px;
}

.homeAbout-left-inner .link-btn:hover {
    color: #7c1c1f;
}

.homeAbout-left-inner .data {
    width: 497px;
    /* height: 265px;*/
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.homeAbout-left-inner .data dl {
    margin-bottom: 30px;
}

.homeAbout-left-inner .data .item1,
.homeAbout-left-inner .data .item3 {
    width: 105px;
    height: 133px;
    text-align: center;
}

.homeAbout-left-inner .data .item2,
.homeAbout-left-inner .data .item4 {
    width: 330px;
    height: 133px;
    border-left: 1px solid #c4c4c4;
}

.homeAbout-left-inner .data dt {
    color: #7c1c1f;
    height: 70px;
    display: flex;
    justify-content: center;
}

.homeAbout-left-inner .data dd {
    font-size: 23px;
    color: #383838;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.homeAbout-left-inner .data dt span {
    font-size: 70px;
    height: 70px;
    line-height: 84px;
    display: inline-block;
    margin-right: 5px;
}

.homeAbout-left-inner .data dt i {
    width: 24px;
    height: 70px;
    display: inline-block;
    position: relative;
}

.homeAbout-left-inner .data dt i em {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    font-size: 24px;
    line-height: 24px;
}

.homeAbout-left-inner .data dt i b {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 25px;
}

.about-mod-b-prog {
    position: relative;
    width: 1385px;
    /*height: 183px;*/
    margin: 0 auto;
}

.about-mod-b-prog .course-top {
    width: 100%;
    height: 150px;
}

.about-mod-b-prog .course-button-next,
.about-mod-b-prog .swiper-button-prev {
    background-image: url(../image/button-next.png);
    background-repeat: no-repeat;
    width: 74px;
    height: 74px;
    background-size: 74px 74px;
}

.about-mod-b-prog .swiper-button-prev {
    background-image: url(../image/button-prev.png);
}

.about-mod-b-prog .course-top .swiper-slide {
    font-size: 113.71px;
    color: #e8d5d6;
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background-color: #fff;
}

.about-mod-b-prog .course-thumbs {
    height: 55px;
    box-sizing: border-box;
    overflow: visible;
}

/*.about-mod-b-prog .course-thumbs-line {
    width: 100%;
    height: 3px;
    background-color: #bfbfbf;
}*/

.about-mod-b-prog .course-thumbs .swiper-slide {
    width: 20%;
    height: 55px;
    line-height: 55px;
    font-size: 28px;
    color: #a2353a;
    text-align: center;
}

.about-mod-b-prog .course-thumbs .swiper-slide .text {
    opacity: 0.4;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.about-mod-b-prog .course-thumbs .swiper-slide .text::after {
    content: ' ';
    width: 23px;
    height: 23px;
    background-image: url(../image/course-thumbs-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    height: 100%;
}

.about-mod-b-prog .course-thumbs .swiper-slide:before {
    content: ' ';
    width: 100%;
    height: 3px;
    background-color: #bfbfbf;
    position: absolute;
    left: 0px;
    top: 0px;
}

.about-mod-b-prog .course-thumbs .swiper-slide-active .text {
    opacity: 1;
}

.about-mod-b-prog .course-thumbs .swiper-slide-active .text::after {
    background-image: url(../image/course-thumbs-arrow-hover.png);
}
/*美学精品*/
#homneProductNav {
    height: auto;
}

#homneProductNav .mod-head {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
}

#homneProductNav .mod-name {
    width: 215px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #333333;
    margin-bottom: 18px;
    overflow: hidden;
    background-image: url(../image/column-name.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 2px;
}

#homneProductNav .p1 {
    font-size: 43.8px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 2px;
}

#homneProductNav .p2 {
    font-size: 16.48px;
    margin: 15px 0 25px 0;
    color: #4d4d4d;
    letter-spacing: 2px;
}

#homneProductNav .content-list-w {
    position: relative;
    max-width: 1920px;
    height: 760px;
    margin: 0 auto;
}

#homneProductNav .content-list-w ul {
    display: flex;
    height: 760px;
    overflow: hidden;
}

#homneProductNav .content-item {
    cursor: pointer;
    height: 760px;
    overflow: hidden;
    position: absolute;
}

#homneProductNav .content-item .tie {
    bottom: 0px;
    color: #fff;
    font-weight: 500;
    left: 0;
    /*letter-spacing: 2px;*/
    line-height: 82px;
    position: absolute;
    width: 100%;
    text-align: center;
    background-image: url(../image/proNavItem-tit-bg.png);
}

#homneProductNav .content-item.hover .tie {
    background-image: none;
    background: #7c1c1f;
    height: 100px;
}

#homneProductNav .content-item.hover .tie .box {
    width: 100%;
    display: flex;
}

#homneProductNav .content-item.hover .columns {
    padding: 0 0 0 168px;
}

#homneProductNav .content-item .tie .columns {
    font-size: 20px;
}

#homneProductNav .content-item .tie .columns span {
    font-size: 26px;
}

#homneProductNav .content-item .tie .columns i {
    padding: 0 10px;
    font-size: 16px;
}

#homneProductNav .content-item .abstract {
    width: 480px;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
    padding-left: 75px;
    padding-top: 28px;
}

#homneProductNav .content-item.hover .abstract,
#homneProductNav .content-item.hover img:nth-child(2) {
    display: block;
}

#homneProductNav .content-item img {
    cursor: pointer;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

#homneProductNav .content-item.hover img:first-child,
#homneProductNav .content-item img:nth-child(2),
#homneProductNav .content-item img:nth-child(3),
#homneProductNav .content-item .abstract {
    display: none;
}

#homneProductNav .content-btn-list {
    height: 760px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

#homneProductNav .content-item.hover {
    left: 0 !important;
    transition: all .6s;
    width: 100% !important;
    z-index: 9;
}

/*工艺大师*/
#homeMaster {
    max-width: 1920px;
    height: 810px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
}

#homeMaster .homeMaster-left {
    width: 1284px;
    height: 796px;
    overflow: hidden;
    background-image: url(../image/homeMaster-banner.jpg);
    background-repeat: no-repeat;
}

#homeMaster .homeMaster-right {
    width: 586px;
    height: 796px;
    margin-left: 50px;
}

#homeMaster .mod-name {
    position: relative;
    font-size: 24px;
    color: #333333;
    margin-top: 220px;
    background-image: url(../image/link-2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

#homeMaster .homeMaster-right .text .p1 {
    font-size: 43.8px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    margin-top: 40px;
}

#homeMaster .homeMaster-right .text .p2 {
    font-size: 16.48px;
    color: #333333;
    margin-top: 30px;
    overflow: hidden;
}

#homeMaster .homeMaster-right .link-btn {
    font-size: 14px;
    background-image: url(../image/link.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
    margin-top: 115px;
    overflow: hidden;
    display: block;
    width: 61px;
    height: 26px;
    line-height: 26px;
    color: #666666;
}

#homeMaster .homeMaster-right .link-btn:hover {
    color: #7c1c1f;
}

#homeMaster .homeMaster-right .bm-text {
    width: 390px;
    height: 110px;
    overflow: hidden;
    margin-top: 70px;
    background-image: url(../image/homeMaster-autograph.png);
}
/*新闻中心*/
#homeNews {
    width: 1616px;
    height: 935px;
    background-color: #fff;
    padding: 0 142px;
    margin: 0 auto;
}

#homeNews .column-head {
    height: 250px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}

#homeNews .mod-name {
    position: relative;
    font-size: 24px;
    color: #333333;
    margin-top: 60px;
    background-image: url(../image/link-2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 38px;
    margin-bottom: 25px;
}

#homeNews .d1 {
    font-size: 43.8px;
    font-weight: bold;
}

#homeNews .d2 {
    font-size: 16.48px;
    margin-top: 15px;
}

#homeNews .column-head-right {
    padding-top: 150px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#homeNews .column-head-right a {
    font-size: 20px;
    color: #181818;
    position: relative;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
}

#homeNews .column-head-right a.cur,
#homeNews .column-head-right a:hover {
    font-weight: bold;
    color: #7c1c1f;
}

#homeNews .column-head-right span {
    display: inline-block;
    margin: 0 20px 0 20px;
    height: 22px;
    border-right: 2px solid #181818;
    margin: 0 14px 0 14px;
}
/*#homeNews .column-head-right a::before {
    background: #181818;
    top: 50%;
    width: 1px;
    height: 15px;
    right: -1px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
}

#homeNews .column-head-right a:last-child::before {
    display: none;
}*/
#homeNews .column-bod {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 10px;
}

#homeNews .swiper-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#homeNews .swiper-container {
    width: 100%;
}

#homeNews .news-item {
    width: 505px;
    height: 599px;
    border: 1px solid #c6c6c6;
    background-color: #fff;
}

#homeNews .news-item span {
    display: block;
}

#homeNews .news-item .ns-pic {
    width: 476px;
    height: 315px;
    margin: 15px auto 15px auto;
    overflow: hidden;
    text-align: center;
    background-color: #f9f9f9;
}

#homeNews .news-item .ns-pic img {
    transition: 0.5s;
    max-width: 100%;
}

#homeNews .news-item .ns-text {
    padding: 0 27px;
}

#homeNews .news-item .ns-tit {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
}

#homeNews .news-item .ns-con {
    font-size: 16px;
    line-height: 1.5;
    height: 45px;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 35px;
}

#homeNews .news-item .ns-time {
    width: 100%;
    height: 20px;
    display: inline-flex;
    justify-content: space-between;
    margin-top: 82px;
}

#homeNews .news-item .ns-time .time-data {
    font-size: 12px;
    color: #333333;
}

#homeNews .news-item .ns-time .link-btn {
    font-size: 14px;
    color: #333333;
    background-image: url(../image/link.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
    overflow: hidden;
    display: block;
    width: 60px;
}

#homeNews .news-item:hover .ns-tit,
#homeNews .news-item:hover .ns-con,
#homeNews .news-item:hover .time-data,
#homeNews .news-item:hover .link-btn {
    color: #9b1922;
}

#homeNews .news-item:hover {
    border: 1px solid #9b1922;
}

#homeNews .news-item:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}
/*荣誉印迹*/
#homeHonor {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 900px;
    background-color: #f3f3f3;
}

#homeHonor .mod-head {
    text-align: center;
    color: #333333;
}

#homeHonor .mod-body {
    width: 1562px;
    margin: 40px auto 35px auto;
    overflow: hidden;
}

#homeHonor .mod-body .swiper-slide {
    width: 319px !important;
    height: 280px;
    margin-right: 52px;
}

#homeHonor .mod-body .swiper-slide .hr-pic,
#homeHonor .mod-body .swiper-slide .hr-pic img {
    width: 100%;
    height: 230px;
}

#homeHonor .mod-body .swiper-slide .hr-pic img {
    box-shadow: 0px 1px 9px 0px #000000;
}

#homeHonor .mod-body .swiper-slide .hr-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 21.37px;
    text-align: center;
    color: #313131;
    overflow: hidden;
}

#homeHonor .honor-link-btn {
    font-size: 14px;
    background-image: url(../image/link.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
    overflow: hidden;
    display: block;
    width: 60px;
    margin: 0 auto;
    color: #313131;
}

#homeHonor .mod-name {
    width: 215px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
    overflow: hidden;
    background-image: url(../image/column-name.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}

#homeHonor .mod-title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
}

#homeHonor .contact-mod {
    width: 100%;
    margin-top: 62px;
    overflow: hidden;
}

#homeHonor .contact-mod .contact-mod-head {
    font-size: 42px;
    font-weight: bold;
    color: #3e3e3e;
    text-align: center;
    letter-spacing: 2px;
}

#homeHonor .contact-mod .contact-mod-body {
    width: 1562px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin: 50px auto 0 auto;
}

#homeHonor .contact-mod .contact-item {
    /*width: 495px;*/
    width: 32%;
    height: 135px;
    text-align: center;
    position: relative;
    border-right: 3px solid #d5d5d5;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#homeHonor .contact-mod .contact-item:first-child,
#homeHonor .contact-mod .contact-item:nth-child(4n) {
    border-left: 3px solid #d5d5d5;
}

#homeHonor .contact-mod .contact-item .name {
    height: 52px;
    font-size: 40px;
    font-weight: bold;
    color: #3e3e3e;
    margin: 20px auto 0 auto;
    letter-spacing: 2px;
}

#homeHonor .contact-mod .contact-item .name span {
    background-image: url(../image/coordinate.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

#homeHonor .contact-mod .contact-item .text {
    font-size: 24px;
    font-weight: bold;
    color: #3e3e3e;
    margin-top: 10px;
    height: 31px;
    letter-spacing: 2px;
}

#homeHonor .contact-mod .link-btn {
    display: block;
    width: 194px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #7c1c1f;
    margin: 30px auto 0 auto;
    transition: all 0.5s;
}

#homeHonor .contact-mod .link-btn:hover {
    background-color: #c9262e;
}
/*咨询*/
#consultMod {
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #1b1b1b;
}

#consultMod .consultMod-form {
    width: 1470px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#consultMod input,
#consultMod select {
    width: 216px;
    height: 43px;
    text-indent: 20px;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 8px;
    border: none;
    color: #797979;
}

#consultMod button {
    width: 214px;
    height: 44px;
    background-color: #a2353a;
    border-color: #a2353a;
    font-size: 19.92px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s;
    letter-spacing: 2px;
}

#consultMod button:hover {
    background-color: #c9262e;
}

#consultMod .codeimgbtn {
    margin-right: 8px;
    cursor: pointer;
    width: 110px;
    height: 44px;
    vertical-align: top;
    border-radius: 5px;
}
/*页脚*/
#footerMod {
    max-width: 1920px;
    height: 589px;
    margin: 0 auto;
    background-color: #7c1c1f;
}

#footerMod .ft-inner {
    width: 1753px;
    margin: 0 auto;
}

#footerMod .ft-logo {
    display: flex;
    width: 100%;
    height: 150px;
    /*overflow: hidden;*/
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #893435;
}

#footerMod .ft-logo .app {
    width: 296px;
    height: 27px;
    line-height: 27px;
}

#footerMod .ft-logo .app-list {
    float: left;
}

#footerMod .ft-logo .app .tit {
    font-size: 14px;
    color: #fff;
    float: left;
}



#footerMod .ft-logo .app .app-list-item {
    float: left;
    margin-left: 20px;
    position: relative;
}

#footerMod .ft-logo .app .app-list-item:first-child {
    margin-left: 10px;
}

#footerMod .ft-logo .app .ewm {
    position: absolute;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    bottom: 50px;
    display: none;
}

#footerMod .ft-logo .app .ewm img {
    width: 100%;
    height: 100%;
}

#footerMod .ft-logo .app .app-list-item:hover .ewm {
    display: block;
}

#footerMod .ft-contact {
    width: 100%;
    height: 345px;
    overflow: hidden;
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

#footerMod .contactInfo .cpy-name {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

#footerMod .contactInfo .contactlist {
    width: 590px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
}

#footerMod .contactInfo .contactlist dl {
    width: 235px;
}

#footerMod .contactInfo .contactlist dt {
    margin-bottom: 10px;
    font-size: 14px;
}

#footerMod .contactInfo .contactlist dd {
    margin-bottom: 70px;
    font-weight: bold;
}

#footerMod .contactInfo .contactlist .tel {
    font-size: 19px;
}

#footerMod .contactInfo .contactlist dd a {
    color: #fff;
}

#footerMod .contactInfo .contactlist dd a:hover {
    color: #f66;
}

#footerMod .navbar {
    width: 852px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

#footerMod .navbar dl {
    margin-right: 50px;
}

#footerMod .navbar dl:last-child {
    margin-right: 0;
}

#footerMod .navbar dt {
    margin-bottom: 28px;
}

#footerMod .navbar dd {
    margin-bottom: 30px;
}

#footerMod .navbar dt a {
    font-size: 20px;
    color: #fff;
}

#footerMod .navbar dd a {
    font-size: 14px;
    color: #fff;
}

#footerMod .navbar dt a:hover,
#footerMod .navbar dd a:hover {
    color: #f66;
    transition: all 0.5s;
}


#footerMod .ft-copyright {
    width: 1753px;
    margin: 0 auto;
    padding: 0 76px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    background-color: #641417;
    font-size: 12px;
    color: #fff;
}
/*内页*/
.inner-banner {
    max-width: 1920px;
    height: 816px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.inner-banner img {
    width: 100%;
    height: 100%;
}

.position {
    font-size: 14px;
    font-family: 黑体;
    color: #737373;
    width: 1730px;
    padding: 30px 85px 80px 85px;
    margin: 0 auto;
    background-color: #eeeeee;
}

.position a {
    color: #737373;
}
/*大师简介页*/
#chairman-page {
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
}

.ChairmanHead-banner {
    height: 921px;
}

.column-name {
    color: #161616;
    margin-left: 148px;
    position: relative;
    padding-left: 30px;
}

.column-name::after {
    content: ' ';
    position: absolute;
    top: 10px;
    left: 0;
    width: 11px;
    height: 129px;
    background-color: #9f0810;
}

.column-name .en {
    font-size: 44.86px;
}

.column-name .cn {
    font-size: 66.95px;
    font-weight: bold;
}

#chairman-page .ab-mod-a {
    padding: 0 75px 0 148px;
}

#chairman-page .ab-mod-a .chairman-content {
    width: 100%;
}

#chairman-page .chairman-honor {
    width: 100%;
    height: 614px;
    margin: 85px auto 0 auto;
    background-color: #a2353a;
    position: relative;
}

#chairman-page .chairman-honor img {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

#chairman-page .ab-mod-a .chairman-banner {
    width: 744px;
    height: 879px;
    overflow: hidden;
}

#chairman-page .ab-mod-a .chairman-content ul {
    padding-top: 57px;
    padding-bottom: 130px;
    padding-left: 63px;
    float: left;
    overflow: hidden;
}

#chairman-page .ab-mod-a .chairman-content li {
    font-size: 32px;
    font-weight: bold;
    color: #ffff;
    line-height: 2;
    list-style-type: square;
    list-style-position: inside;
}

#chairman-page .ab-mod-a .chairman-content h2 {
    font-size: 26px;
    font-weight: bold;
    color: #161616;
    margin-top: 65px;
    margin-bottom: 52px;
}

#chairman-page .ab-mod-a .chairman-content p {
    font-size: 19.5px;
    line-height: 41.18px;
}

#chairman-page .ab-mod-a .chairman-content .mb68 {
    margin-bottom: 68px;
}

#chairman-page .ab-mod-b {
    width: 100%;
    margin-top: 75px;
    overflow: hidden;
}

#chairman-page .ab-mod-b .chairman-banner {
    height: 986px;
}

#chairman-page .ab-mod-b .chairman-banner img {
    width: 1825px;
    height: 986px;
    float: right;
}

#chairman-page .ab-mod-b .chairman-content {
    font-size: 19.5px;
    color: #161616;
    line-height: 41.18px;
    padding: 30px 420px;
}

#chairman-page .ab-mod-c {
    width: 100%;
    height: 338px;
    background-color: #dadada;
    color: #0c0c0c;
    display: flex;
    justify-content: space-between;
}

#chairman-page .ab-mod-c .chairman-content {
    font-family: 华文楷体;
    font-size: 35px;
    line-height: 1.5;
    width: 1045px;
    margin: 72px auto 0 auto;
}

#chairman-page .ab-mod-c .chairman-pic {
    width: 437px;
    height: 123px;
    margin-right: 297px;
    margin-top: 55px;
}

#chairman-page .chairman-details {
    padding: 0 228px;
}

#chairman-page .chairman-imglist {
    padding: 0 170px;
    font-size: 0;
    text-align: center;
}

#chairman-page .chairman-imglist .img-item {
    width: 505px;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
}

#chairman-page .chairman-imglist .img-item:nth-child(3n),
#chairman-page .chairman-imglist .img-item:last-child {
    margin-right: 0;
}

#chairman-page .chairman-imglist .img-item .pic {
    width: 505px;
    height: 343px;
    line-height: 343px;
    overflow: hidden;
}

#chairman-page .chairman-imglist .img-item img {
    max-width: 100%;
    display: inline-block;
}

#chairman-page .chairman-imglist .img-item .tit {
    width: 100%;
    margin: 10px 0;
    height: 90px;
    line-height: 1.6;
    font-size: 18px;
    color: #161616;
    text-align: left;
}
/*企业介绍*/
.inner-nav {
    width: 100%;
    height: 75px;
    line-height: 75px;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 888;
}

.inner-nav a {
    width: 20%;
    height: 75px;
    line-height: 75px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    transition: 0.2s ease-out;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
}

.inner-nav a:hover,
.inner-nav .cur {
    background-color: #a2353a;
}

#about-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

#about-page .w {
    width: 1386px;
    margin: 0 auto;
    overflow: hidden;
}

#about-page .mod-name {
    position: relative;
    margin-top: 80px;
    overflow: hidden;
    padding-left: 16px;
}

#about-page .mod-name .cn {
    font-size: 38px;
    color: #262626;
}

#about-page .mod-name .en {
    font-size: 28px;
    color: #cacaca;
}

#about-page .about-mod-a .mod-name {
    margin-top: 75px;
    margin-bottom: 30px;
}

#about-page .mod-name::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 40px;
    background-color: #9f0810;
}

#about-page .about-mod-a p {
    font-size: 18px;
    color: #000000;
    line-height: 2;
}

#about-page .about-mod-a .about-mod-a-pic {
    width: 1386px;
    height: 1087px;
    overflow: hidden;
    margin-top: 50px;
}

#about-page .about-mod-b {
    margin-bottom: 66px;
}

#about-page .about-mod-b ul {
    width: 100%;
    min-height: 706px;
    margin-top: 35px;
}

#about-page .about-mod-b ul li {
    width: 422px;
    display: inline-block;
    margin-right: 56px;
    margin-bottom: 30px;
}

#about-page .about-mod-b ul li .pic {
    width: 100%;
    height: 233px;
    overflow: hidden;
}

#about-page .about-mod-b ul li .pic img {
    width: 100%;
    height: 100%;
}

#about-page .about-mod-b ul li .tit {
    width: 100%;
    height: 80px;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    margin-top: 10px;
    overflow: hidden;
}

#about-page .about-mod-b ul li .tit span {
    display: block;
    font-weight: bold;
}

#about-page .about-mod-b ul li:nth-child(3n) {
    margin-right: 0;
}

#about-page .about-mod-c {
    max-width: 1920px;
    height: 702px;
    overflow: hidden;
    margin: 0 auto;
    background-image: url(../image/about-mod-c-bg.jpg);
    background-repeat: no-repeat;
}

#about-page .about-mod-c .cn,
#about-page .about-mod-c .en {
    color: #fff !important;
}

#about-page .about-mod-c-main {
    width: 100%;
    height: 463px;
    display: flex;
    margin-top: 80px;
}

#about-page .about-mod-c .mod-name {
    color: #fff;
}

#about-page .about-mod-c-main .about-mod-c-item {
    width: 329px;
    height: 463px;
}

#about-page .about-mod-c-main .about-mod-c-item .s-box {
    height: 390px;
    background: url(../image/about-mod-c-item-bg.png);
    border-right: 2px solid #bababa;
    overflow: hidden;
}

#about-page .about-mod-c-main .about-mod-c-item .icon {
    margin: 40px 0 0 32px;
}

#about-page .about-mod-c-main .about-mod-c-item .icon .hover {
    display: none;
}

#about-page .about-mod-c-main .item-hover .icon .hover {
    display: block;
}

#about-page .about-mod-c-main .item-hover .icon .normal {
    display: none;
}

#about-page .about-mod-c-main .about-mod-c-item .name {
    font-size: 20.78px;
    color: #000000;
    margin-left: 30px;
    margin-top: 14px;
}

#about-page .about-mod-c-main .about-mod-c-item .content {
    font-size: 18px;
    font-weight: bold;
    color: #a2353a;
    margin-left: 30px;
    margin-top: 190px;
}

#about-page .about-mod-c-main .item-hover .content {
    margin-top: 270px;
}

#about-page .about-mod-c-main .item-hover .s-box {
    height: 463px;
    background: none;
    background-color: #a2353a;
    position: relative;
    top: -73px;
}

#about-page .about-mod-c-main .item-hover .name,
#about-page .about-mod-c-main .item-hover .content {
    color: #fff;
}

#about-page .about-mod-c-main .about-mod-c-item:nth-child(2) .content {
    line-height: 43px;
    margin-top: 52px;
}

*#about-page .about-mod-c-main .about-mod-c-item:nth-child(2) {
    position: relative;
    border-right: none;
}
/*#about-page .about-mod-c-main .about-mod-c-item:nth-child(2) {
    height: 463px;
    background: none;
    background-color: #a2353a;
    position: relative;
    top: -72px;
    color: #fff;
    border-right: none;
}

#about-page .about-mod-c-main .hover .name,
#about-page .about-mod-c-main .hover .content,
#about-page .about-mod-c-main .about-mod-c-item:nth-child(2) .name,
#about-page .about-mod-c-main .about-mod-c-item:nth-child(2) .content {
    color: #fff;
}

#about-page .about-mod-c-main .about-mod-c-item:nth-child(2) .content {
    line-height: 43px;
    margin-top: 84px;
}

#about-page .about-mod-c-main .about-mod-c-item:nth-child(2) .name {
    border-bottom: 2px solid #c1898e;
    width: 277px;
    padding-bottom: 20px;
}*/

#about-page .about-mod-d {
    background-color: #f1f1f1;
    height: 710px;
}

#about-page .about-mod-d .about-mod-d-main {
    width: 1738px;
    height: 696px;
    background-color: #fff;
    margin: 0 auto 0 auto;
    position: relative;
    bottom: -66px;
    border-radius: 50px;
    box-shadow: -2px 19px 31px 0px #e8e8e8;
}

#about-page .about-mod-d .about-mod-d-head {
    text-align: center;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 120px;
}

#about-page .about-mod-d .about-mod-d-head .en {
    font-size: 49.32px;
    color: #edecec;
}

#about-page .about-mod-d .about-mod-d-head .cn {
    font-size: 39.41px;
    color: #617f92;
}

#about-page .about-mod-d .about-mod-d-list {
    width: 1556px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#about-page .about-mod-d .about-mod-d-list .about-mod-d-list-item {
    width: 327px !important;
    margin-right: 50px;
}

#about-page .about-mod-d .about-mod-d-list .about-mod-d-list-item .pic {
    width: 100%;
    height: 229px;
    /*overflow: hidden;*/
    text-align: center;
}

#about-page .about-mod-d .about-mod-d-list .about-mod-d-list-item .pic img {
    width: 100%;
    height: 229px;
    box-shadow: 0px 1px 9px 0px #000000;
}

#about-page .about-mod-d .about-mod-d-list .about-mod-d-list-item .tit {
    width: 100%;
    font-size: 20px;
    color: #313131;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

#about-page .about-mod-d .link-btn {
    font-size: 14px;
    color: #313131;
    background-image: url(../image/about-page-link-btn.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 18px;
    display: block;
    margin: 70px auto 0 auto;
    width: 60px;
    line-height: 18px;
}

#about-page .about-mod-e .link-btn:hover,
#about-page .about-mod-d .link-btn:hover {
    color: #7c1c1f;
    background-image: url(../image/link.png);
}

#about-page .about-mod-e {
    height: 787px;
    background-color: #ffffff;
}

#about-page .about-mod-e .mod-name {
    width: 1386px;
    margin: 124px auto 0 auto;
}

#about-page .about-mod-e .about-mod-e-main {
    width: 1386px;
    height: 533px;
    overflow: hidden;
    margin: 40px auto 0 auto;
    background-color: #f1f1f1;
    border: 1px solid #e5e9ef;
    display: flex;
    justify-content: space-between;
}

#about-page .about-mod-e .ebook-pic {
    width: 354px;
    height: 479px;
    overflow: hidden;
    margin-left: 44px;
    margin-top: 20px;
}

#about-page .about-mod-e .ebook-pic img {
    width: 100%;
    height: 100%;
}

#about-page .about-mod-e .ebook-content {
    width: 819px;
    margin-top: 75px;
    margin-right: 52px;
}

#about-page .about-mod-e .ebook-content .tit {
    font-size: 38.7px;
    color: #4e4e4e;
}

#about-page .about-mod-e .ebook-content .cont {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin-top: 60px;
}

#about-page .about-mod-e .link-btn {
    font-size: 14px;
    color: #313131;
    background-image: url(../image/about-page-link-btn.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 18px;
    display: block;
    margin-top: 65px;
    width: 60px;
    line-height: 18px;
}
/*匠心工艺*/
#craft-page-body .inner-banner {
    height: 816px;
}

#craft-page-body .position {
    padding-bottom: 40px;
}

#craft-page-body .position a {
    color: #737373;
}

#craft-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

#craft-page .craft-head {
    font-size: 35px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

#craft-page .craft-content {
    width: 680px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    margin-bottom: 44px;
}

#craft-page .craft-list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px;
}

#craft-page .craft-list-item {
    width: 1293px;
    height: 541px;
    background-color: #f4f4f4;
    margin: 0 auto 42px auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#craft-page .craft-list-item .pic {
    width: 776px;
    height: 541px;
    overflow: hidden;
}

#craft-page .craft-list-item .pic img {
    width: 100%;
    height: 100%;
}

#craft-page .craft-list-item .cont {
    width: 410px;
    height: 541px;
    overflow: hidden;
    padding-left: 107px;
}

#craft-page .craft-list-item .cont .cont-t {
    font-size: 49px;
    font-weight: bold;
    color: #a2353a;
    margin-top: 118px;
}

#craft-page .craft-list-item .cont .cont-b {
    font-size: 32.19px;
    color: #0d0d0d;
    margin-top: 60px;
}

#craft-page .craft-list-item.item2 .cont .cont-b {
    margin-top: 20px;
}

#craft-page .craft-list-item.item2 .cont .cont-b img {
    margin-top: 30px;
}

#craft-page .craft-list-item:nth-child(2n) .pic {
    position: absolute;
    top: 0;
    right: 0;
}

#craft-page .craft-list-item:nth-child(2n) .cont {
    position: absolute;
    top: 0;
    left: 0;
}

.bg-white {
    background-color: #fff;
}
/*招商加盟*/
.chairman-page-body .position {
    background-color: #fff;
}

.chairmanVideo-page-body .news dl dd p {
    display: none;
}

.chairman-page-body .inner-nav a,
.chairmanVideoShow-bod .inner-nav a {
    width: 50% !important;
}

#join-page-body .inner-nav a,
#onlineJoinUs-body .inner-nav a,
#joinSuper-body .inner-nav a,
#dealer-page-body .inner-nav a {
    width: 35%;
}

#join-page-body .position {
    padding-bottom: 40px;
}

#join-page-body .position a {
    color: #737373;
}

#join-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

#join-page .w {
    width: 1375px;
    margin: 0 auto;
    overflow: hidden;
}

#about-page .mod-name {
    position: relative;
    margin-top: 80px;
    overflow: hidden;
    padding-left: 16px;
}

#join-page .mod-name .cn {
    font-size: 38px;
    color: #262626;
}

#join-page .mod-name .en {
    font-size: 28px;
    color: #cacaca;
}

#join-page .mod-name {
    position: relative;
    margin-top: 80px;
    overflow: hidden;
    padding-left: 16px;
}

#join-page .mod-name::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 40px;
    background-color: #9f0810;
}

#join-page .join-mod-a-main {
    display: flex;
    justify-content: space-between;
}

#join-page .join-mod-a-main .content-t {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    margin-top: 85px;
    margin-bottom: 43px;
}

#join-page .join-mod-a-main .content-b {
    font-size: 14px;
    line-height: 45px;
}

#join-page .join-mod-a-main .banner {
    width: 904px;
    height: 483px;
}

#join-page .join-mod-a-main .banner img {
    width: 100%;
    height: 100%;
}

#join-page .join-mod-b {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    margin-bottom: 60px;
}

#join-page .join-mod-b .items {
    width: 425px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: #eeeeee;
    font-size: 16px;
    color: #000000;
}

#join-page .join-mod-c,
#join-page .join-mod-d {
    height: 349px;
    display: flex;
    justify-content: space-between;
}

#join-page .join-mod-c .pic,
#join-page .join-mod-d .pic {
    width: 611px;
    height: 349px;
}

#join-page .join-mod-c .pic img,
#join-page .join-mod-d .pic img {
    width: 100%;
    height: 100%
}

#join-page .join-mod-c .content,
#join-page .join-mod-d .content {
    width: 616px;
    padding-left: 78px;
    padding-right: 70px;
    border-right: 4px solid #a2353a;
    background-color: #f1f1f1;
}

#join-page .join-mod-c .content .content-hd,
#join-page .join-mod-d .content .content-hd {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 20px;
    padding-top: 32px;
}

#join-page .join-mod-c .content .content-bd,
#join-page .join-mod-d .content .content-bd {
    font-size: 14px;
    color: #000000;
    line-height: 36px;
}

#join-page .join-mod-d .content {
    border-right: none;
    border-left: 4px solid #a2353a;
}

#join-page .join-mod-d {
    margin-top: 42px;
}

#join-page .join-mod-e .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 64px;
    margin-bottom: 20px;
}

#join-page .join-mod-e .content .wx {
    width: 152px;
    text-align: center;
    margin-top: 10px;
}

#join-page .join-mod-e .content .wx span {
    font-size: 12px;
    color: #6e6e6e;
    display: block;
}

#join-page .join-mod-e .cpyname {
    font-size: 22px;
    font-weight: bold;
    color: #414141;
}

#join-page .join-mod-e .contact {
    font-size: 14px;
    color: #323232;
    margin-top: 28px;
}

#join-page .join-mod-e .contact strong {
    font-size: 19px;
}

#join-page .join-mod-e .map {
    width: 1375px;
    height: 484px;
    overflow: hidden;
    /* margin-top: 45px;*/
    margin-bottom: 73px;
}

#join-page .join-mod-f {
    width: 100%;
    height: 485px;
    background-image: url(../image/join-security-bg.jpg);
    background-repeat: no-repeat;
    margin-bottom: 58px;
}

#join-page .join-mod-f .security-form {
    width: 660px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

#join-page .join-mod-f .form-hd {
    font-size: 38px;
    font-weight: bold;
    color: #262626;
    margin-top: 108px;
}

#join-page .join-mod-f input[type=text] {
    width: 657px;
    height: 72px;
    font-size: 22px;
    border: 1px solid #cbcbcb;
    text-align: center;
    margin-top: 54px;
    margin-bottom: 61px;
}

#join-page .join-mod-f input[type=text]::placeholder {
    color: #b8b8b8;
}

#join-page .join-mod-f .security-btn {
    width: 203px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background-color: #a2353a;
    border: 1px solid #a2353a;
    cursor: pointer;
    transition: all 0.5s;
}

#join-page .join-mod-f .security-btn:hover {
    background-color: #c9262e;
    border: 1px solid #c9262e;
}

#join-page .security-result table {
    margin: 0 auto;
}

#join-page .join-mod-h {
    min-height: 610px;
    margin-bottom: 52px;
}

#join-page .join-mod-h .mod-name {
    margin-top: 0;
}

#join-page .join-mod-h .recrult-list {
    margin-top: 55px;
    overflow: hidden;
}

#join-page .join-mod-h .recrult-items {
    height: 93px;
    background-color: #e9e9e9;
    display: flex;
    margin-bottom: 31px;
    border-right: 4px solid #9f0810;
}

#join-page .join-mod-h .recrult-list-item {
    cursor: pointer;
}

#join-page .join-mod-h .recrult-detail {
    padding: 48px;
    display: none;
}

#join-page .join-mod-h .recrult-detail .recrult-detail-item {
    margin-bottom: 48px;
}

#join-page .join-mod-h .recrult-detail .detail-tit {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 32px;
}

#join-page .join-mod-h .recrult-detail .detail-con {
    color: #666;
    font-size: 16px;
    white-space: pre-line;
    line-height: 1.8;
}

#join-page .join-mod-h .recrult-items:last-child {
    margin-bottom: 0;
}

#join-page .join-mod-h .recrult-items .icon {
    width: 95px;
    height: 93px;
    font-size: 39px;
    line-height: 93px;
    text-align: center;
    background-color: #a2353a;
    color: #fff;
    position: relative;
}

#join-page .join-mod-h .recrult-items .icon::after {
    position: absolute;
    top: -13px;
    right: 17px;
    content: '+';
    width: 10px;
    height: 10px;
    font-size: 20px;
}

#join-page .join-mod-h .recrult-items .content {
    padding: 0 42px;
    height: 93px;
    line-height: 93px;
    font-size: 14px;
}

#join-page .join-mod-h .recrult-items .content .c-title {
    margin-right: 70px;
}
/*加盟优势*/
#joinSuper-body .position {
    padding-bottom: 67px;
}

#joinSuper-page {
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

.securityCheck-body .security-result {
    padding: 30px 0;
}

#join-page .recruit-mod-h {
    margin-top: 30px;
}

#joinSuper-page .mod-name {
    position: relative;
    margin-top: 80px;
    overflow: hidden;
    padding-left: 16px;
}

#joinSuper-page .mod-name .cn {
    font-size: 38px;
    color: #262626;
}

#joinSuper-page .mod-name .en {
    font-size: 28px;
    color: #cacaca;
}

#joinSuper-page .mod-name {
    position: relative;
    margin-top: 80px;
    overflow: hidden;
    padding-left: 16px;
}

#joinSuper-page .mod-name::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 40px;
    background-color: #9f0810;
}

#joinSuper-page .mod-hd {
    width: 341px;
    height: 41px;
    line-height: 41px;
    background-color: #eeeeee;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin: 0 auto;
    overflow: hidden;
}

#joinSuper-page .joinSuper-mod-c .mod-hd {
    margin-top: 63px;
}

#joinSuper-page .joinSuper-mod-a .mod-hd {
    margin-top: 7px;
}

#joinSuper-page .joinSuper-mod-a {
    width: 1595px;
    margin: 0 auto 90px auto;
    overflow: hidden;
}

#joinSuper-page .joinSuper-mod-a .mod-bd {
    width: 100%;
    height: 908px;
    text-align: center;
    overflow: hidden;
}

#joinSuper-page .joinSuper-mod-a .mod-bd img {
    max-width: 100%;
    height: auto;
}

#joinSuper-page .joinSuper-mod-b {
    width: 100%;
    height: 595px;
    background-image: url(../image/joinSuper-mod-b-pic.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

#joinSuper-page .joinSuper-mod-c {
    width: 100%;
    height: 755px;
    background-color: #f9f9f9;
    overflow: hidden;
}

#joinSuper-page .joinSuper-mod-c .mod-tit {
    font-size: 63.54px;
    font-weight: bold;
    line-height: 108.02px;
    color: #a2353a;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 66px;
}

#joinSuper-page .joinSuper-mod-c .mod-bd {
    margin-top: 75px;
    text-align: center;
    height: 486px;
}

#joinSuper-page .joinSuper-network-mod {
    width: 100%;
    background-color: #f9f9f9;
    overflow: hidden;
}

#joinSuper-page .joinSuper-network-mod .mod-hds {
    width: 100%;
    font-size: 48px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    background-color: #f9f9f9;
    text-align: center;
    margin-top: 57px;
}

#joinSuper-page .joinSuper-network-mod img {
    max-width: 100%;
}

#joinSuper-page .joinSuper-shop-mod {
    width: 100%;
    height: 592px;
    background-color: #f2f2f2;
    overflow: hidden;
}

#joinSuper-page .joinSuper-shop-mod .mod-bd {
    text-align: center;
    overflow: hidden;
    margin-bottom: 45px;
}

#joinSuper-page .joinSuper-shop-mod .shop-item {
    width: 442px;
    height: 338px;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    margin-right: 48px;
}

#joinSuper-page .joinSuper-shop-mod .shop-item:nth-child(3n) {
    margin-right: 0;
}

#joinSuper-page .joinSuper-shop-mod .shop-item .pic {
    width: 425px;
    height: 279px;
    margin: 6px auto 0 auto;
    overflow: hidden;
}

#joinSuper-page .joinSuper-shop-mod .shop-item .tit {
    font-size: 20px;
    text-align: center;
    color: #282828;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

#joinSuper-page .joinSuper-shop-mod .shop-item .pic img {
    max-width: 100%;
}

#joinSuper-page .joinSuper-shop-mod .mod-hd {
    font-size: 36px;
    color: #262626;
    text-align: center;
    position: relative;
    margin: 45px auto 47px auto;
    background-color: #f2f2f2;
    padding-left: 5px;
}

#joinSuper-page .joinSuper-shop-mod .mod-hd span::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 40px;
    background-color: #9f0810;
}
/*新闻页*/
#news-page-body .position {
    padding-bottom: 55px;
}

#news-page-body .inner-nav a {
    width: 35%;
}

#news-page .news-list {
    width: 1385px;
    overflow: hidden;
    margin: 55px auto 60px auto;
}

#news-page .news-list .news-item:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

#news-page .news-list .news-item {
    width: 1385px;
    height: 204px;
    padding: 30px 0;
    border-top: 1px solid #dedede;
    display: block;
    background-image: url(../image/news-link.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#news-page .news-list .news-item .ns-pic {
    float: left;
}

#news-page .news-list .news-item .ns-text {
    float: right;
    width: 810px;
    padding-right: 200px;
    position: relative;
}

#news-page .news-list .news-item .ns-text:before {
    content: ' ';
    width: 59px;
    height: 1px;
    background-color: #bababa;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 0.3s ease;
}

#news-page .news-list .news-item:hover .ns-text:before {
    background-color: #b23434;
    width: 60%;
    left: 0;
}

#news-page .news-list .news-item span {
    display: block;
}

#news-page .news-list .news-item .ns-pic {
    width: 300px;
    height: 203px;
    overflow: hidden;
}

#news-page .news-list .news-item .ns-pic img {
    transition: 0.5s;
    max-width: 100%;
    width: auto;
    height: 203px;
}

#news-page .news-list .news-item .ns-pic {
    margin-right: 75px;
}

#news-page .news-list .news-item:last-child {
    border-bottom: 1px solid #dedede;
}

#news-page .news-list .news-item .ns-tit {
    font-size: 28.34px;
    font-weight: bold;
    color: #373737;
    margin-top: 28px;
    position: relative;
}



#news-page .news-list .news-item .ns-cont {
    font-size: 18.03px;
    font-weight: bold;
    color: #757575;
    line-height: 30.91px;
    margin-top: 30px;
}

#news-page .news-list .news-item .ns-btn {
    display: none;
}

#news-page .more-btn,
.more-btn {
    width: 280px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fbf5e7;
    text-align: center;
    margin: 0 auto 95px auto;
    background-color: #a2353a;
    background-image: url(../image/more-btn.png);
    background-position: 200px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.5s;
}

#news-page .more-btn:hover,
.more-btn:hover {
    background-color: #c9262e;
}

#news-page .news-list .news-item:hover .ns-tit, #news-page .news-list .news-item:hover .ns-cont {
    color: #b23434;
}

#news-page .news-list .news-item:hover {
    background-image: url(../image/news-link-hover.png);
    background-repeat: no-repeat;
    background-position: right center;
}
/*产品页*/
#product-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: auto;
}

#productShow-page-body .position {
    padding: 30px 95px 20px 95px;
}

#product-page .mod-hd {
    /*font-size: 18px;*/
    font-size: 30px;
    color: #474747;
    text-align: center;
}

#product-page .mod-nav {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 44px;
}

#product-page .mod-nav:first-child a {
    width: 200px;
    font-size: 31.63px;
}

#product-page .mod-nav a {
    font-size: 24px;
    color: #474747;
    position: relative;
    display: inline-block;
    width: 100px;
    text-align: center;
}

#product-page .mod-nav a:hover,
#product-page .mod-nav a.cur {
    font-weight: bold;
    color: #a2353a;
}

#product-page .mod-nav:first-child a.cur::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 9px;
    background: url(../image/product-page-nav-attar.png) no-repeat center;
}

#product-page .mod-nav a::before {
    background: #474747;
    top: 50%;
    width: 1px;
    height: 24px;
    right: -1px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
}

#product-page .mod-nav a:last-child:before {
    display: none;
}

#product-page .mod-list {
    width: 1385px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 350px;
}

#product-page-body .inner-banner {
    height: 708px;
}

#productBanner {
    max-width: 1920px;
    height: 708px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 777;
}

#project-page .project-list .project-imgItem {
    cursor: pointer;
}

#product-page .mod-list .mod-list-item,
#project-page .project-list .project-imgItem {
    width: 47.5%;
    height: 574px;
    border: 2px solid #efefef;
    display: inline-block;
    margin-right: 2.5%;
    margin-bottom: 32px;
}

#product-page .mod-list .mod-list-item:nth-child(2n),
#project-page .project-list .project-imgItem:nth-child(2n) {
    margin-right: 0;
}

#product-page .mod-list .mod-list-item .pic,
#project-page .project-list .project-imgItem .pic {
    width: 98%;
    height: 418px;
    margin: 12px auto 0 auto;
    overflow: hidden;
    text-align: center;
}

#product-page .mod-list .mod-list-item:hover img,
#project-page .project-list .project-imgItem:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

#product-page .mod-list .mod-list-item .pic img,
#project-page .project-list .project-imgItem .pic img {
    max-width: 100%;
    height: 100%;
    transition: 0.5s;
}

#product-page .mod-list .mod-list-item .tit,
#project-page .project-list .project-imgItem .tit {
    height: 45px;
    font-size: 20px;
    color: #595959;
    overflow: hidden;
    margin: 67px 42px 0 42px;
}

#product-page .mod-list .mod-list-item:hover,
#project-page .project-list .project-imgItem:hover {
    border: 2px solid #a2353a;
}

#product-page .mod-list .mod-list-item:hover .tit,
#project-page .project-list .project-imgItem:hover .tit {
    color: #a2353a;
}

#product-page .more-btn {
    margin-top: 90px;
}

#product-page-body .inner-nav,
#productShow-page-body .inner-nav {
    height: 95px;
}

#product-page-body .inner-nav a,
#productShow-page-body .inner-nav a {
    width: 35%;
    height: 95px;
    line-height: 95px;
}

#product-page-body .inner-nav img,
#productShow-page-body .inner-nav img {
    width: auto;
    height: auto;
}
/*经销商页*/
#dealer-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

#dealer-page .dealer-shop-hd,
#dealer-page .dealer-moot-hd {
    font-size: 42px;
    color: #3e3e3e;
    text-align: center;
}


#dealer-page .dealer-shop-bd {
    width: 100%;
    height: auto;
    margin: 27px auto 27px auto;
    overflow: hidden;
}

#dealer-page .dealer-shop-bn {
    width: 215px;
    height: 43px;
    line-height: 43px;
    font-size: 19.92px;
    text-align: center;
    background-color: #a2353a;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}

#dealer-page .dealer-moot-hd {
    margin-top: 80px;
}

#dealer-page .dealer-moot-bd {
    width: 1385px;
    margin: 58px auto 0 auto;
    overflow: hidden;
}

#dealer-page .dealer-item {
    width: 401px;
    height: 372px;
    display: inline-block;
    border: 1px solid #eaebeb;
    border-radius: 20px;
    margin-right: 70px;
    margin-bottom: 70px;
}

#dealer-page .dealer-item span {
    display: block;
}

#dealer-page .dealer-item:nth-child(3n) {
    margin-right: 0;
}

#dealer-page .dealer-item .de-pic {
    width: 398px;
    height: 265px;
    overflow: hidden;
    margin: 20px auto 0 auto;
}

#dealer-page .dealer-item .de-pic img {
    max-width: 100%;
}

#dealer-page .dealer-item .de-tit {
    height: 65px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin-top: 20px;
}
/*整装工程页*/
#project-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

#project-page .project-list {
    width: 1385px;
    margin: 0 auto;
}

#project-page .project-list .project-item {
    width: 100%;
    height: 504px;
    overflow: hidden;
    padding-bottom: 28px;
    border-bottom: 3px solid #c6c6c6;
    margin-bottom: 62px;
    display: flex;
    justify-content: space-between;
}

#project-page .project-list .project-item .content {
    width: 482px;
    height: 504px;
    margin-right: 148px;
}

#project-page .project-list .project-item .pic {
    width: 756px;
    height: 504px;
    overflow: hidden;
}

#project-page .project-list .project-item .pic img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

#project-page .project-list .project-item:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

#project-page .project-list .project-item .p-name {
    font-size: 35px;
    font-weight: bold;
    color: #333333;
    margin-top: 75px;
}

#project-page .project-list .project-item .p-text {
    margin-top: 35px;
    line-height: 26px;
}

#project-page .project-list .project-item .p-text,
#project-page .project-list .project-item .p-data span {
    font-size: 14px;
    color: #000000;
}

#project-page .project-list .project-item .p-data {
    margin-top: 100px;
    overflow: hidden;
    line-height: 26px;
}

#project-page .project-list .project-item .p-data span {
    display: block;
}

#project-page .project-list .project-item .p-data .btn {
    display: none;
}

#project-page-body .inner-nav a {
    width: 35%;
}
/*通用列表*/
.common-list {
    width: 1385px;
    margin: 0 auto 60px auto;
    overflow: hidden;
}

.common-list dl {
    width: 47.5%;
    height: 574px;
    border: 2px solid #efefef;
    display: inline-block;
    margin-right: 2.5%;
    margin-bottom: 32px;
}

.common-list dl:nth-child(2n) {
    margin-right: 0;
}

.common-list dl dt {
    width: 98%;
    height: 418px;
    margin: 12px auto 0 auto;
    overflow: hidden;
    text-align: center;
}

.common-list dl dt img {
    max-width: 100%;
    height: 100%;
}

.common-list dl dd {
    height: 156px;
    line-height: 156px;
    font-size: 20px;
    color: #595959;
    overflow: hidden;
    margin: 0 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*全国专卖店页*/
#store-page .store-list {
    width: 1497px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 50px auto 80px auto;
}

#store-page .store-list dl {
    width: 495px;
    height: 135px;
    text-align: center;
    position: relative;
    border-left: 3px solid #d5d5d5;
    margin-bottom: 100px;
}

#store-page .store-list dl:nth-child(3n) {
    border-right: 3px solid #d5d5d5;
}

#store-page .store-list dt {
    height: 52px;
    font-size: 40px;
    font-weight: bold;
    color: #3e3e3e;
    margin: 0 auto;
}

#store-page .store-list dt span {
    background-image: url(../image/coordinate.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
}

#store-page .store-list dd {
    font-size: 24px;
    font-weight: bold;
    color: #3e3e3e;
    margin-top: 25px;
    height: 31px;
}


/*在线客服*/
.onlineService {
    width: 72px;
    height: 142px;
    background-image: url(../image/onlineService.png);
    background-repeat: no-repeat;
    position: fixed;
    top: 50%;
    left: 0;
    cursor: pointer;
    z-index: 10000;
}
/*在线加盟*/
#onlineJoinUs-body .position {
    padding: 30px 95px 0 95px;
}

.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;
}

.join_ef_input .code {
    border: none;
}
/*通用*/
.no-data-prompt {
    font-size: 14px;
    text-align: center;
    color: #737373;
    padding: 60px 0;
}
/*浮动导航*/
.pc-float-nav {
    width: 100%;
    background: #81181d;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 88888;
    display: none;
}

.pc-fl-nav-main {
    /*display: none;*/
    /* margin-left: 65px;*/
    width: 1000px;
    margin: 0 auto;
}

.pc-fl-nav-main .pc-fl-nav-logo {
    width: 215px;
    height: 36px;
    float: left;
    margin: 0;
    top: 6px;
    left: -10px;
    background: url(../image/fixed-logo.png) no-repeat center;
    background-size: cover;
    z-index: 6;
    text-indent: -99999px;
    position: relative;
}

.pc-fl-nav-main .navigator-bar {
    float: left;
    margin-left: 10px;
    height: 50px;
    margin: 0 auto;
}

.pc-fl-nav-main .navigator-bar > li {
    float: left;
    padding-left: 40px;
    cursor: pointer;
}

.navigator-bar > .index, .navigator-bar > .link {
    line-height: 50px;
}

.navigator-bar > .index > a, .navigator-bar > .link > a {
    display: block;
    height: 44px;
    color: #fff;
    font-size: 13px;
    border-bottom: 1px solid #fff;
}

.navigator-bar > .link > a > h2, .navigator-bar > .index > a > h2 {
    font-weight: 400;
}

.navigator-bar > li > .one-tag {
    position: relative;
    height: 44px;
}

.navigator-bar > li > .one-tag a {
    display: block;
}

.navigator-bar > li > .one-tag h2 {
    line-height: 50px;
    color: #eeeef0;
    font-size: 13px;
    font-weight: 400;
}

.navigator-bar > li > .pc-float-nav-sub-w ul > li .two-tag-layout {
    text-align: center;
}

.navigator-bar > li > .pc-float-nav-sub-w ul > li .tag-name {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    font-weight: 400;
}

.navigator-bar > li > .pc-float-nav-sub-w ul > li span {
    display: block;
    line-height: 1;
    color: #d2d2d2;
    font-size: 12px;
}

.navigator-bar > li > .pc-float-nav-sub-w ul > li span:hover,
.navigator-bar > li > .pc-float-nav-sub-w ul > li.cur span {
    color: #fff;
}

.navigator-bar > li > .pc-float-nav-sub-w {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: transparent;
    background: rgba(49,49,49,.95);
    /*text-align: center;*/
    cursor: default;
}

.navigator-bar > li > .pc-float-nav-sub-w ul {
    width: 750px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

.navigator-bar > li > .pc-float-nav-sub-w ul > li {
    position: relative;
    display: inline-block;
    color: #a0a0a0;
    padding: 10px 0 20px;
    line-height: 1;
    margin-right: 50px;
    font-size: 13px;
    cursor: pointer;
}

.navigator-bar > li > .one-tag h2 {
    line-height: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.pc-fl-nav-main .navigator-bar > li h2:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: 0;
    transform: translateX(-50%);
    transition: all .2s linear;
}

.pc-fl-nav-main .navigator-bar > li.selected h2:after,
.pc-fl-nav-main .navigator-bar > li.cur h2:after {
    width: 100%;
    background: #fff;
    opacity: 1;
}

.pc-fl-nav-main .clearfixed {
    min-height: 1%;
}

.pc-fl-nav-main .navigator-bar > li.selected .pc-float-nav-sub-ul,
.pc-fl-nav-main .navigator-bar > li.cur,
.pc-fl-nav-main .navigator-bar > li.selected .pc-float-nav-sub-w {
    display: block;
}
