/*通用样式*/
.container {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.container-white {
    background-color: #fff !important;
}
/*页头*/
header {
    width: 100%;
    height: 108px;
    overflow: hidden;
    position: relative;
    z-index: 88;
    background-color: #cdab8f;
}

.header-md {
    max-width: 1450px;
    height: 108px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.header-right {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-right .tel-m {
    width: 276px;
    height: 23px;
    line-height: 23px;
    font-size: 32px;
    color: #232220;
    position: relative;
    text-align: center;
    margin: 0 20px;
}

.header-right .tel-m span {
    vertical-align: top;
}

.header-right .tel-m::after,
.header-right .tel-m:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 15px;
    background-color: #868483;
}

.header-right .tel-m:before {
    left: auto;
    right: 0;
}

.header-right .tel-m span {
    font-size: 16px;
}

.header-right .search-m {
    width: 17px;
    height: 17px;
    background: url(/JS9FH1OPUHOEIRAEJkypHy1qTxIsID.jpg) no-repeat;
    cursor: pointer;
}

.header-right .link-m {
    margin-left: 20px;
}

.header-right .link-m a {
    display: block;
    color: #4d3d43
}
/*banner*/
.banner-md {
    max-width: 1920px;
    height: 900px;
    position: relative;
    overflow: hidden;
}

.banner-md .swiper-pagination-progressbar {
    width: 1595px;
    left: 195px;
    top: auto;
    bottom: 80px;
    height: 3px;
}

.banner-md .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #f6f6f6;
}

.banner-md .sw-pagination {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.banner-md .sw-pagination .sw-pagination-main {
    width: 100%;
    text-align: center;
}

.banner-md .sw-pagination span {
    font-size: 20px;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.banner-md .sw-pagination span.cur:before {
    content: ' ';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
/*顶部导航*/
.head-nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 888;
    background-image: url(/JS9FH1OPUIgEISHsKIIQUSOHTxIsID.jpg);
    text-align: center;
}

.head-nav li {
    position: relative;
    padding: 0 52px;
    display: inline-block;
}

.head-nav li a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.head-nav li a.cur,
.head-nav li a:hover {
    color: #ff4343;
}

.head-nav li:before {
    content: '|';
    position: absolute;
    right: 0;
    width: 1px;
    height: 16px;
    color: #fff;
}

.head-nav li:last-child:before {
    display: none;
}

.head-nav li .sub-list {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    background-image: url(/JS9FH1OPUIgEISHsKIIQUSOHTxIsID.jpg);
    display: none;
}

.head-nav li .sub-list a {
    display: block;
}
/*咨询框*/
.consult-md {
    width: 100%;
    height: 90px;
    overflow: hidden;
    background-color: #221816;
    text-align: center;
}

.consult-md .csl-form {
    margin-top: 24px;
    overflow: hidden;
}

.consult-md input[type=text],
.consult-md select {
    width: 198px;
    height: 33px;
    font-size: 14px;
    border: 1px solid #999999;
    text-indent: 10px;
    margin-right: 7px;
    background-color: #221816;
    color: #fff;
}

.consult-md input[type=button] {
    font-size: 16px;
    color: #221715;
    background-color: #debb9b;
    border: 1px solid #debb9b;
    width: 198px;
    height: 35px;
    cursor: pointer;
}

/*企业信息*/
.baseInfo-md {
    width: 1280px;
    margin: 37px auto 82px auto;
    display: flex;
    justify-content: center;
}

.baseInfo-md dl {
    padding: 0 40px;
    border-left: 1px solid #afafaf;
}

.baseInfo-md dl:nth-child(1) {
    border-left: 0;
}

.baseInfo-md dl dt {
    height: 70px;
    text-align: center;
    color: #bb1c45;
}

.baseInfo-md dl dt span {
    font-size: 85px;
    line-height: 70px;
    margin-right: 10px;
}

.baseInfo-md dl dt i {
    display: inline-block;
    width: 26px;
    height: 70px;
    position: relative;
}

.baseInfo-md dl dt i em {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    display: inline-block;
    font-size: 26px;
    line-height: 25px;
}

.baseInfo-md dl dt b {
    width: 26px;
    position: absolute;
    top: -10px;
    left: -1px;
    font-size: 38px;
    line-height: 25px;
    font-weight: unset;
    text-align: center;
}

.baseInfo-md dl dd {
    text-align: center;
    font-size: 25px;
    color: #161111;
    margin-top: 20px;
}
/*产品中心*/
.md-name {
    width: 1280px;
    height: 70px;
    margin: 0 auto 25px auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.md-name span {
    font-size: 33px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding-left: 28px;
}

.md-name span::after {
    content: ' ';
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 33px;
    background-color: #b1384b;
}

.md-name p {
    font-size: 12px;
    color: #1f1f1f;
    padding-left: 28px;
    margin-top: 5px;
}

.md-name .nav {
    margin-top: 10px;
}

.md-name .nav a {
    font-size: 16px;
    color: #000;
}

.pro-md-w {
    width: 100%;
    height: 1185px;
    background-image: url(/JS9FH1OPUIcnHIEXUREUKu9rHOcODSjMJSHsERMHDE9EHkgoDyD.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

.pro-md {
    width: 100%;
    padding-bottom: 94px;
    overflow: hidden;
    /*border-bottom: 4px solid #f2f2f2;*/
}

.pro-md .pro-bd {
    width: 1600px;
    height: 738px;
    display: flex;
    justify-content: space-between;
}

.pro-md .left-content {
    width: 1120px;
    height: 738px;
    overflow: hidden;
    position: relative;
}

.pro-md .pro-nav {
    width: 386px;
    height: 39px;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 67px;
}

.pro-md .pro-nav a {
    display: inline-block;
    width: 115px;
    height: 37px;
    line-height: 37px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #000;
    transition: 0.2s ease-out;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
}

.pro-md .pro-nav a:hover,
.pro-md .pro-nav a.cur {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.pro-md .right-content {
    width: 386px;
}

.pro-md .pro-info {
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.pro-md .pro-info-list {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.pro-md .txt {
    color: #1f1f1f;
}

.pro-md .txt-tit {
    font-size: 22px;
}

.pro-md .txt-cont {
    font-size: 12px;
    line-height: 1.5;
    margin: 20px 0;
}

.pro-md .link {
    width: 100%;
    font-size: 14px;
    color: #303960;
    margin-top: 15px;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 17px;
    border-bottom: 2px solid #baa896;
}

.pro-md .link i,
.menu-md .link i {
    width: 6px;
    height: 8px;
    margin-left: 10px;
    background-image: url(/JS9FH1OPUIcnHIEXUREUKu9rHOcODSjMJSHsK11oJukQJyV.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
}

.pro-md .txt-tit a:hover,
.pro-md .link:hover {
    color: #ff4343;
}

.pro-md .pro-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: s