html, body {
    position: relative;
    height: 100%;
}

a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

em {
    font-style: normal;
}

ol, ul {
    list-style: none
}

li {
    display: list-item
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
    background-color: transparent;
    min-height: 100%;
    height: auto !important;
    overflow-x: hidden;
}

body, button, input, select, textarea {
    font: 12px/1 "Microsoft YaHei", "微软雅黑", "arial", "tahoma", "MicrosoftJhengHei", "sans-serif";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
}

#warper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.container {
    width: 1240px;
}

.fulls {
    width: 100%;
}

.header-top-fulls {
    border-bottom: 1px solid #EEE;
    padding: 10px 0;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #888;
    padding: 0;
}
.header-top:before,.header-top:after {
    content: none;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0;
}

.header::after, .header::before {
    content: none;
}

.header .logo {
    width: auto;
    height: 80px;
}

.header .logo img {
    width: auto;
    height: 80px;
}



.header .tel {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.header .tel .erweima {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.header .tel .erweima img {
    width: 72px;
    height: 72px;
}

.header .tel .erweima span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.header .tel .phones {
    margin-left: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    background: url('../image/tel.png') left center no-repeat;
    padding-left: 60px;
}

.header .tel .phones .text {
    font-size: 16px;
    color: #000;
    padding: 2px 0;
}

.header .tel .phones .number {
    font-size: 26px;
    color: #d82128;
    font-weight: bold;
    padding: 2px 0;
}

.header .m-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.4rem;
    height: 2.4rem
}

.header .m-menu:before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.4rem;
    background: url("../image/menu-open-icon.png") no-repeat center center;
    background-size: cover;
    margin-top: 1.2rem;
}

.mobile-side-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    visibility: hidden;
    background: #F00;
    opacity: 0;
    display: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease
}

.mobile-side-menu.show {
    visibility: visible;
    opacity: 1
}

.mobile-side-menu.show .inner {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile-side-menu .left {
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.mobile-side-menu .inner {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 0 25px 25px
}

.mobile-side-menu .inner .close {
    width: 19px;
    height: 19px;
    float: right;
    background: url("../image/menu-close-icon.png") no-repeat center center;
    background-size: cover;
    margin: 20px 0 15px 10px
}

.mobile-side-menu .inner .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-box-shadow: 0 0 100px 10px #000;
    box-shadow: 0 0 100px 10px #000;
    display: none
}

.mobile-side-menu .inner .nav {
    font-size: 15px;
    color: #6c707a
}

.mobile-side-menu .inner .nav > li {
    border-bottom: 1px solid #DDD
}

.mobile-side-menu .inner .nav li.active {
    border-bottom-color: #d82128
}

.mobile-side-menu .inner .nav li.active > a {
    background-color: #d82128;
    color: #fff
}

.mobile-side-menu .inner .nav li.sub {
    position: relative
}

.mobile-side-menu .inner .nav li.sub > i {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px
}

.mobile-side-menu .inner .nav li.sub > i:before {
    content: "";
    display: block;
    width: 11px;
    height: 6px;
    background: url("../image/menu-arrow-down.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 22px
}

.mobile-side-menu .inner .nav li.active.sub {
    border-bottom-color: #fff
}

.mobile-side-menu .inner .nav li.expand {
    border-bottom-color: #fff
}

.mobile-side-menu .inner .nav li.expand.sub > i:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-side-menu .inner .nav li.expand > ul {
    display: block
}

.mobile-side-menu .inner .nav li a {
    padding: 15px 20px;
    display: block
}

.mobile-side-menu .inner .nav li > ul {
    display: none;
    background-color: #f2f2f2
}

.mobile-side-menu .inner .nav li > ul li {
    border-bottom: 0
}

.mobile-side-menu .inner .nav li > ul li a {
    padding-left: 40px
}

.mobile-side-menu .inner .nav li > ul li.active {
    border-bottom-color: #d82128
}

.mobile-side-menu .inner .nav li > ul li.active > a {
    background-color: #d82128;
    color: #fff
}


.menu-bg {
    background: #333;
}

.menu {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu a {
    font-size: 16px;
    color: #FFF;
    line-height: 60px;
    width: calc(100% / 8);
    text-align: center;
    text-decoration: none;
}

.menu a:hover, .menu a.on {
    background: #A0080B;
}

.mySwiper-header {
    width: 100%;
    height: 750px;
    position: relative;
}

.mySwiper-header.h360 {
    height: 360px;
}

.mySwiper-header .header-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-pagination-header {
    position: absolute;
}

.swiper-pagination-header .swiper-pagination-bullet {
    width: 50px;
    height: 6px;
    border-radius: 3px;
}

.swiper-pagination-header .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #A0080B;
}

.swiper-button-prev-header, .swiper-button-next-header {
    color: #FFF !important;
    background: rgba(0, 0, 0, 0.2);
    padding: 40px 20px;
}


.set-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 50px;
}

.set-title .big-name {
    font-weight: bold;
    font-size: 36px;
    color: #d82128;
}

.set-title .big-name-en {
    font-size: 18px;
    color: #333;
    line-height:1.7;
    margin-top:5px;
}

.set-title .small-line {
    width: 40px;
    height: 5px;
    background: #d82128;
    margin-top: 8px;
}

.full-padding {
    padding: 80px 0 ;
}

.product-bg {
    background: #F5F5F5;
}
.product {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
/*.product::after, .product::before {*/
/*    content: none;*/
/*}*/

.product .category {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.product .category span {
    text-align: center;
    width: calc((100% - 140px) / 8);
    margin: 0 10px;
    background: #333;
    padding: 0px 0;
    line-height: 50px;
    color: #FFF;
    font-size: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.product .category span:first-of-type{
    margin-left: 0;
}
.product .category span:last-of-type{
    margin-right: 0;
}
.product .category span:hover,.product .category span.on {
    background:#A0080B ;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.product .lists {
    font-size: 0;
}
.product .lists a {
    width: 295px;
    height: 295px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.product .lists a:nth-child(4n){
    margin-right: 0;
}
.product .lists a img {
    width: 295px;
    height: 295px;
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product .lists a:hover img {
    transform: scale(1.1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product .lists a .tit {
    position: absolute;
    left: 0;
    bottom: -40px;
    font-size: 14px;
    background: #A0080B;
    width: 100%;
    padding: 0px 10px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product .lists a:hover .tit {
    bottom: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product .lists.show {
    display: inline-block;
}
.product .lists.none {
    display: none;
}

.shebei-bg {
    padding-bottom: 100px;
    background: #F5F5F5;
    /*background-image: url('../image/ys.jpg');*/
    /*background-attachment: fixed;*/
}

.shebei {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.shebei .shebei-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.shebei .shebei-swiper .swiper-wrapper .swiper-slide {
    width: 260px;
    height: 260px;
    overflow: hidden;
}
.shebei .shebei-swiper .swiper-wrapper .swiper-slide img {
    width: 260px;
    height: 260px;
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.shebei .shebei-swiper .swiper-wrapper .swiper-slide:hover img {
    transform: scale(1.05);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.shebei .swiper-button-prev-shebei {
    left: 0px;
    top: 65%;
    color: #d82128;
    font-weight: bold;
}
.shebei .swiper-button-next-shebei {
    right: 0px;
    top: 65%;
    color: #d82128;
    font-weight: bold;
}
.shebei .swiper-button-prev-shebei::after ,.shebei .swiper-button-next-shebei::after {
    font-size: 32px;
}
/*.shebei .set-title .big-name {*/
/*    color: #FFF;*/
/*}*/

/*.shebei .set-title .small-line {*/
/*    background: #FFF;*/
/*}*/


.advantage-bg {
    /*background: #f6f6f6;*/
    /*padding: 80px 0;*/
    /*margin: 50px 0;*/
}

.advantage {
    margin: 80px auto 0;
}

.advantage .advantage-floor {
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}

.advantage .advantage-floor .advantage-image img {
    width: 100%;
    max-height: 450px;
}

.advantage .advantage-floor .advantage-mode {
    font-size: 0;
    padding-top: 50px;
}

.advantage .advantage-floor .advantage-mode .advantage-line {
    height: 200px;
}

.advantage .advantage-floor .advantage-mode .advantage-line .advantage-line-title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    border-bottom: 2px solid #A0080B;
}

.advantage .advantage-floor .advantage-mode .advantage-line.right .advantage-line-title {
    justify-content: flex-start;
}

.advantage .advantage-floor .advantage-mode .advantage-line .advantage-line-title span {
    font-weight: bold;
    font-size: 22px;
    color: #333;
    padding-right: 20px;
}

.advantage .advantage-floor .advantage-mode .advantage-line.right .advantage-line-title span {
    padding-right: 0;
    padding-left: 20px;
}

.advantage .advantage-floor .advantage-mode .advantage-line .advantage-line-title em {
    font-family: Source Han Sans, Geneva, sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #FFF;
    padding: 10px 20px;
    background: #A0080B;
    border-radius: 5px 5px 0 0;
}

.advantage .advantage-floor .advantage-mode .advantage-line .advantage-line-desc {
    padding: 20px 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    text-align: right;
}

.advantage .advantage-floor .advantage-mode .advantage-line.right .advantage-line-desc {
    text-align: left;
}

.abouts {
    padding: 0px 0;
    margin: 0 auto;
}

.abouts .abouts-left img {
    width: 480px;
    height: 480px;
}
.abouts .abouts-right .company {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    padding-top: 40px;
}
.abouts .abouts-right .company .name {
    font-size: 26px;
    font-weight: bold;
    color: #d82128;
}
.abouts .abouts-right .company .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #d82128;
}
.abouts .abouts-right .intro {
    line-height: 2.2;
    font-size: 16px;
    color: #333;
    height: 270px;
}
.abouts .abouts-right .abouts-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.abouts .abouts-right .abouts-icon .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.abouts .abouts-right .abouts-icon .box img {
    width: 64px;
    height: 64px;
}
.abouts .abouts-right .abouts-icon .box span{
    line-height: 21px;
    font-size: 14px;
    color: black;
}
.abouts .abouts-right .abouts-icon .em {
    width: 1px;
    height: 50px;
    background: #DDD;
}

.new-bg {
    background: #F5F5F5;
}
.news {
    margin: 0 auto;
}
.news .news-left {
    background: #FFF;
    padding: 10px;
}
.news .news-left .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.news .news-left .box .image {
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.news .news-left .box .image img {
    width: 100%;
    height: 320px;
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .news-left .box:hover .image img {
    transform: scale(1.1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .news-left .box .tit {
    padding: 13px 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 1rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .news-left .box:hover .tit {
    color: #A0080B;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news .news-left .box .tags {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 0.875rem;
    color: #aaa;
    line-height: 22px;
}
.news .news-right {
    padding: 0 10px;
}
.news .news-right .lists {

}
.news .news-right .lists .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    background: #FFF;
    margin-bottom: 10px;
}

.news .news-right .lists .list .image {
    width: 140px;
    height: 100px;
    overflow: hidden;
}
.news .news-right .lists .list .image img {
    width: 140px;
    height: 95px;
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .news-right .lists .list:hover .image img {
    transform: scale(1.1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .news-right .lists .list:last-of-type {
    margin-bottom: 0;
}
.news .news-right .lists .list .intro {
    width: calc(100% - 180px);
}
.news .news-right .lists .list .intro .tit{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #7f7f7f;
    font-size: 1rem;
    padding-left: 20px;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .news-right .lists .list .intro .tags{
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-height: 22px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 0.875rem;
    color: #aaa;
    padding-left: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news .news-right .lists .list:hover .intro .tit,.news .news-right .lists .list:hover .intro .tags {
    padding-left: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.footer-bg {
    background: rgb(51, 49, 46);
}

.footer {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0 30px;
}
.footer::before,.footer::after {
    content: none;
}

.footer .footer-info .company {
    font-family: Source Han Sans, Geneva, sans-serif;
    color: #FFF;
    font-size: 30px;
}

.footer .footer-info .tels {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0;
}

.footer .footer-info .tels img {
    width: 50px;
    height: 47px;
}

.footer .footer-info .tels span {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}

.footer .footer-info .tags {
    line-height: 20px;
    padding: 5px;
    color: #FFF;
    font-size: 14px;
    max-width: 280px;
}

.footer .footer-menus {
    display: inline-block;
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-flow: column;*/
    width: 30%;
}

.footer .footer-menus .tags {
    font-family: "Source Han Sans", Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.footer .footer-menus a {
    font-family: "Source Han Sans", Geneva, sans-serif;
    font-size: 14px;
    color: #CCC;
    margin-bottom: 15px;
    margin-right: 20px;
    display: inline-block;
}

.footer .footer-menus a:nth-child(5n) {
    margin-right: 0;
}

.footer .footer-erweima img {
    width: 160px;
    height: 160px;
}

.footer .footer-erweima p {
    font-size: 16px;
    font-weight: bold;
    color: #CCC;
    margin-top: 10px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    color: #666;
}

.copyright em {
    width: 1px;
    height: 10px;
    background: #999;
    margin: 0 10px;
}

.copyright a {
    color: #666;
}

.pros {
    margin: 0 auto;
    display: flex;
}

.pros .pros-menus {
    width: 240px;
    margin-right: 30px;
}

.pros .pros-menus .pros-menus-title {
    background: #d82128;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 26px;
    padding: 20px 20px;
}

.pros .pros-menus .pros-menus-title i {
    margin-right: 10px;
}

.pros .pros-menus .pros-menus-title .name {
    font-family: Source Han Sans, Geneva, sans-serif;
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
}

.pros .pros-menus .pros-menus-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 10px 20px 20px;
    background: #fff;
    border: 1px solid #DDD;
}

.pros .pros-menus .pros-menus-list a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Tahoma;
    font-size: 15px;
    color: #333;
    padding: 13px 0;
    border-bottom: 1px solid #EEE;
    display: inline-block;
    width: 100%;
}

.pros .pros-menus .pros-menus-list a i {
    color: #999;
    font-size: 18px;
}

.pros .pros-menus .pros-menus-list a:hover, .pros .pros-menus .pros-menus-list a.active {
    color: #d82128;
}

.pros .pros-menus .pros-menus-list a:hover i, .pros .pros-menus .pros-menus-list a.active i {
    color: #d82128;
}

.pros .pros-body {
    width: calc(100% - 250px);
}

.pros .pros-body .pros-body-title {
    border-bottom: 1px solid #EEE;
    padding-bottom: 15px;
    padding-top: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pros .pros-body .pros-body-title .name {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.pros .pros-body .pros-body-title .position {
    font-size: 14px;
    color: #666;
}

.pros .pros-body .pros-body-title .position i {
    margin: 0 10px;
}

.pros .pros-body .pros-body-title .position a {
    color: #d82128;
}

.pros .pros-body .pros-body-lists .pro-li {
    width: 100%;
    height: 210px;
    display: inline-block;
}

.pros .pros-body .pros-body-lists .pro-li .pro-li-pic {
    width: 100%;
    height: 210px;
    overflow: hidden;
    border: 5px solid #EEE;
    position: relative;
}

.pros .pros-body .pros-body-lists .pro-li .pro-li-pic .showBox {
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity : 0;
}
.pros .pros-body .pros-body-lists .pro-li .pro-li-pic .showBox .showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 95%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.pros .pros-body .pros-body-lists .pro-li .pro-li-pic .showBox .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.pros .pros-body .pros-body-lists .pro-li .pro-li-pic .showBox .showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.pros .pros-body .pros-body-lists .pro-li:hover .pro-li-pic .showBox {
    opacity : 1;
}
.pros .pros-body .pros-body-lists .pro-li:hover .pro-li-pic .showBox .showBoxLink::before,.pros .pros-body .pros-body-lists .pro-li:hover .pro-li-pic .showBox .showBoxLink::after {
    width: 1rem;
}


.pros .pros-body .pros-body-lists .pro-li .pro-li-pic img {
    width: 100%;
    height: 200px;
    -webkit-transform: scale(10) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pros .pros-body .pros-body-lists .pro-li .pro-li-title {
    text-align: center;
    font-size: 15px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 40px;
}

.pros .pros-body .pros-body-lists .pro-li:hover .pro-li-pic img {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pros .pros-body .pros-body-lists .pro-li:hover .pro-li-title {
    color: #d82128;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pros .pros-body .pros-body-detail {
    padding-top: 30px;
}


.pros .pros-body .pros-body-detail .details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.pros .pros-body .pros-body-detail .details .details-thumb {
    width: 400px;
    margin-right: 20px;
    height: 400px;
}

.pros .pros-body .pros-body-detail .details .details-thumb img {
    width: 400px;
    height: 400px;
}

.pros .pros-body .pros-body-detail .details .details-info {
    width: calc(100% - 420px);
    padding: 5px 10px 10px;
    /*border: 1px solid #EEE;*/
    height: 400px;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-title {
    border-bottom: 1px solid #DDD;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 0 20px;
    position: relative;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-title em {
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    bottom: -2px;
    background: #d82128;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-price {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    background: rgba(255, 153, 0, 0.1);
    padding: 20px 10px 20px;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-price .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    width: 100%;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-price .line .label {
    width: 80px;
    text-align: left;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-price .line .price {
    font-size: 20px;
    width: calc((100% - 140px) / 3);
    margin-right: 20px;
    color: #F00;
    font-weight: 600;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-price .line-tip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5px;
    margin-top: 10px;
    color: #888;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-guige {
    min-height: 170px;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-guige .guige {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 10px;
    border-bottom: 1px solid #EEE;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-guige .guige.guige-title {
    padding: 20px 10px 10px 10px;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-guige .guige .span {
    width: calc(100% / 6);
    color: #888;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-guige .guige .span strong {
    color: #333;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-price .line-tip img {
    width: 14px;
    height: 14px;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-price .line .buyerx {
    font-size: 14px;
    width: calc((100% - 140px) / 3);
    margin-right: 20px;
    color: #555;
    padding-left: 5px;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-phone {
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-phone strong {
    color: #F00;
    font-size: 26px;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #FFF;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-btn .detail-btn-left {
    background: #09F;
    height: 40px;
    border-radius: 20px 0 0 20px;
    line-height: 40px;
    padding: 0 10px 0 25px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pros .pros-body .pros-body-detail .details .details-info .detail-btn .detail-btn-left:hover {
    background: #07f;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pros .pros-body .pros-body-detail .details .details-info .detail-btn .detail-btn-right {
    background: #d82128;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    line-height: 40px;
    padding: 0 20px 0 20px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pros .pros-body .pros-body-detail .details .details-info .detail-btn .detail-btn-right a {
    color: #FFF;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-btn .detail-btn-right i {
    margin-right: 5px;
}

.pros .pros-body .pros-body-detail .details .details-info .detail-btn .detail-btn-right:hover {
    background: #F70;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pros .pros-body .pros-body-detail .detail-btitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
    position: relative;
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
}

.pros .pros-body .pros-body-detail .detail-btitle span {
    padding: 15px 0;
    background: #CCC;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.pros .pros-body .pros-body-detail .detail-btitle em {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #d82128;
    width: 100px;
}


.pros .pros-body .pros-body-detail .detail-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
}

.pros .pros-body .pros-body-detail .detail-tag {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin: 15px 0;
}

.pros .pros-body .pros-body-detail .detail-content {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.pros .pros-body .pros-body-detail .detail-content.mt20 {
    margin-top: 20px;
}

.pros .pros-body .pros-body-detail .detail-content img {
    max-width: 100% !important;
}

.pros .pros-body .pros-body-detail .detail-content .detail-arr {
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin-bottom: 10px;
}

.pros .pros-body .pros-body-detail .detail-content .detail-arr .attr-line {
    width: calc(100% / 3);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.pros .pros-body .pros-body-detail .detail-content .detail-arr .attr-line .attr-line-label {
    width: 100px;
    color: #999;
    font-size: 14px;
}

.pros .pros-body .pros-body-detail .detail-content .detail-arr .attr-line .attr-line-value {
    width: calc(100% - 100px);
    color: #333;
    font-size: 14px;
}

.pros .pros-body .pros-body-lists .news-li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 0;
    border-bottom: 1px dashed #EEE;
    color: #666;
}

.pros .pros-body .pros-body-lists .news-li i {
    font-size: 18px;
    color: #CCC;
    margin-right: 10px;
}

.pros .pros-body .pros-body-lists .news-li .name {
    font-size: 14px;
    width: calc(100% - 90px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pros .pros-body .pros-body-lists .news-li .date {
    width: 80px;
    text-align: right;
    color: #CCC;
    font-size: 14px;
}
#sell {
    width: 100%;
    height: 400px;
}
.pros .pros-body .pros-body-lists .news-li:hover .name {
    color: #d82128;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}




.mySwiper-mobile-banner {
    width: 100%;
    height: 60vw;
    overflow: hidden;
    position: relative;
    margin-top: 0rem;
}

.mySwiper-mobile-banner .swiper-slide-mobile-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mySwiper-mobile-banner .swiper-pagination-mobile-banner .swiper-pagination-bullet {
    width: 1rem;
    border-radius: 0.1rem;
    height: 0.3rem;
}

.mySwiper-mobile-banner .swiper-pagination-mobile-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#A0080B;
}

.categorylist {

    display: inline-block;

    width: 100%;

    padding: 1rem;

}

.categorylist .title {

    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 100%;

    padding: 1rem 1rem;

    background: #d82128;

    border-radius: 0.2rem;

}

.categorylist .title em {

    color: #FFF;

    font-size: 1rem;

}

.categorylist .title img {

    width: 1rem;

    height: 0.4rem;

}

.categorylist .nav-sides {

    display: none;

    overflow: hidden;

    width: 100%;

}

.categorylist .nav-sides .nav-side {

    display: block;

    height: 2.8rem;

    line-height: 2.8rem;

    cursor: pointer;

    background: #eee;

    color: #707070;

    font-size: 0.9rem;

    text-align: center;

    border-bottom: 0.1rem solid #F6F6F6;

}

.categorylist .nav-sides .nav-side a {

    display: block;

    color: #707070;

    text-decoration: none;

}

.categorylist .nav-sides .nav-side:hover a, .categorylist .nav-sides .nav-side a.on {

    color: #d82128;

}

.diy_page {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.detail-content .detail-content-line {
    color: #333;
}

.detail-content .detail-content-line span {
    color: #999;
}

.detail-content .hrs {
    border-bottom: 1px dashed #EEE;
    margin: 10px 0;
}

.detail-content .detail-content-tit {
    color: #999;
    margin-bottom: 10px;
}

.footer_fiexd {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer_fiexd .btns {
    width: calc(100% / 3);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0;
    height: 3rem;
}

.footer_fiexd .btns img {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.3rem;
}

.footer_fiexd .mes {
    background: linear-gradient(to right, #0af 0%, #07f 100%);
}

.footer_fiexd .sms {
    background: linear-gradient(to right, #fb0 0%, #f80 100%);
}

.footer_fiexd .tel {
    background: linear-gradient(to right, #f70 0%, #f40 100%);
}

.footer_fiexd .btns em {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1rem;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #d82128;
    border-color: #d82128;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus,.pagination > li > a, .pagination > li > span {
    color: #d82128;
}


@media (max-width: 768px) and (max-width: 992px) {
    html, body {
        overflow-x: hidden;
    }

    .container {
        width: 100%;
    }

    .header {
        padding: 0.5rem 1rem;
    }

    .header .logo {
        height: 3rem;
    }

    .header .logo img {
        height: 2.2rem;
    }

    .full-padding {
        padding: 2rem 0 0;
    }
    .no-padding {
        padding: 0;
    }

    .full-padding-no-top {
        padding-top: 2rem;
    }

    .set-title {
        margin: 1rem 0;
    }

    .set-title .big-name {
        font-size: 1.6rem;
    }

    .pro-box-m {
        padding: 1rem;
        display: inline-block;
        width: 100%;
        font-size: 0;
    }

    .pro-box-m .pro-li-m {
        width: calc(50% - 0.5rem);
        display: inline-block;
        margin-bottom: 1rem;
    }

    .pro-box-m .pro-li-m:nth-child(2n-1) {
        margin-right: 1rem;
    }

    .pro-box-m .pro-li-m .pro-li-pic {
        border: 1px solid #DDD;
        padding: 0.2rem;
        width: 100%;
        height: calc((100vw - 3rem) / 2);
    }

    .pro-box-m .pro-li-m .pro-li-pic img {
        width: 100%;
        height: 100%;
    }

    .pro-box-m .pro-li-m .pro-li-title {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 0.8rem;
        color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-top: 0.5rem;
    }
    .abouts {
        padding-bottom: 2rem;
    }
    .abouts .abouts-left img {
        width: 100%;
        height: 100vw;
    }
    .abouts .abouts-right .company {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        padding-top: 2rem;
    }
    .abouts .abouts-right .company .name {
        font-size: 1.2rem;
    }
    .abouts .abouts-right .company .line {
        left: 0;
        bottom: 0;
        width: 4rem;
        height: 0.2rem;
    }
    .abouts .abouts-right .intro {
        line-height: 2rem;
        font-size: 1rem;
        height: auto;
        margin-bottom: 1rem;
    }

    .abouts .abouts-right .abouts-icon .box img {
        width: 3rem;
        height: 3rem;
    }
    .abouts .abouts-right .abouts-icon .box span{
        line-height: 1.2rem;
        font-size: 0.9rem;
    }
    .abouts .abouts-right .abouts-icon .em {
        width: 1px;
        height: 2rem;
    }
    .shebei {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 4rem;
    }
    .shebei .shebei-swiper .swiper-wrapper .swiper-slide {
        width: calc(100% - 4rem);
        height: calc(100vw - 4rem);
    }
    .shebei .shebei-swiper .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: calc(100vw - 4rem);

    }

    .shebei .swiper-button-prev-shebei {
        top: 55%;
    }
    .shebei .swiper-button-next-shebei {
        top: 55%;
    }
    .shebei .swiper-button-prev-shebei::after ,.shebei .swiper-button-next-shebei::after {
        font-size: 2rem;
    }
    .copyright {
        background: #444;
        flex-flow: column;
        padding: 1rem 0;
        line-height: 1.2rem;
        margin-bottom: 3rem;
    }

    .copyright em {
        margin: 0 0.5rem;
        background: #fff;
        width: 0.2rem;
    }

    .pros .pros-body {
        width: 100%;
        padding: 0 1rem;
        min-height: 18rem;
    }
    .advantage {
        margin: 2rem auto 0;
    }

    .news .news-left {
        background: #FFF;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .news .news-left .box .image {
        width: 100%;
        height: 80vw;
    }
    .news .news-left .box .image img {
        width: 100%;
        height: 100%;
    }
    .news .news-left .box .tit {
        padding: 1rem 0px 0.5rem;
    }

    .news .news-left .box .tags {
        line-height: 1.4rem;
    }
    .news .news-right {
        padding: 0 0px;
    }

    .news .news-right .lists .list {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .news .news-right .lists .list .image {
        width: 35vw;
        height: 25vw;
    }
    .news .news-right .lists .list .image img {
        width: 35vw;
        height: 25vw;
    }


    .news .news-right .lists .list .intro {
        width: calc(100% - 35vw);
    }
    .news .news-right .lists .list .intro .tit{
        font-size: 1rem;
        padding-left: 1rem;
        margin-bottom: 0.5rem;
    }
    .news .news-right .lists .list .intro .tags{
        -webkit-line-clamp:3;
        line-height: 1.6rem;
        padding-left: 1rem;
    }
    .news .news-right .lists .list:hover .intro .tit,.news .news-right .lists .list:hover .intro .tags {
        padding-left: 0.5rem;
    }














    .pros .pros-body .pros-body-detail {
        padding-top: 0;
    }

    .pros .pros-body .pros-body-detail .details {
        display: inline-block;
        align-items: normal;
        justify-content: normal;
        width: 100%;
    }

    .pros .pros-body .pros-body-detail .details .details-thumb {
        width: 100%;
        margin-right: 0;
        height: auto !important;
    }

    .pros .pros-body .pros-body-detail .details .details-thumb img {
        width: 100%;
        height: auto !important;
    }

    .pros .pros-body .pros-body-detail .details .details-info {
        width: 100%;
        border: none;
        height: auto !important;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-tags {
        height: auto !important;
        margin-bottom: 3rem;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-btn .detail-btn-left {
        border-radius: 0px 0 0 0px;
    }

    .pros .pros-body .pros-body-lists .pro-li {
        height: 100%;
    }

    .pros .pros-body .pros-body-lists .pro-li .pro-li-pic {
        border: 0.3rem solid #EEE;
        height: 100%;
    }

    .pros .pros-body .pros-body-lists .pro-li .pro-li-pic img {
        height: 100%;
    }

    .pros .pros-body .pros-body-lists .pro-li .pro-li-title {
        line-height: 3rem;
    }

    #NewsAd {
        height: 20rem;
        padding: 1rem;
    }

    #NewsAd .swiper-slide-duplicate .name {
        padding: 0.5rem;
        line-height: 1.2rem;
    }

    .news .news-box-li .lists {
        padding: 0 1rem;
    }

    .news .news-box-li .more {
        margin-bottom: 2rem;
    }

    #sell {
        height: calc(100vw - 32px);
    }

    .pros .pros-body .pros-body-detail .details .details-info {
        padding: 0;
        width: 100%;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-title {
        margin-top: 1rem;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-price {
        padding: 1rem 0.5rem;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-price .line {
        margin-bottom: 1rem;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-price .line .label {
        width: 3.5rem;
        font-size: 0.8rem;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-price .line .price {
        font-size: 1.2rem;
        width: calc((100% - 4rem) / 3);
        margin-right: 0.5rem;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-price .line-tip {
        padding-left: 0.2rem;
        margin-top: 0rem;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-price .line .buyerx {
        font-size: 0.8rem;
        width: calc((100% - 4rem) / 3);
        margin-right: 0.5rem;
        padding-left: 5px;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-btns {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        margin-top: 24px;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-phone {
        margin-bottom: 1rem;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-btn .detail-btn-left {
        border-radius: 20px 0 0 20px;
        padding: 0 2rem 0 2rem;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-btn .detail-btn-right {
        padding: 0 2rem 0 2rem;
    }

    .pros .pros-body .pros-body-detail .detail-content .detail-arr .attr-line {
        width: calc(100% / 2);
    }

    .pros .pros-body .pros-body-detail .detail-content .detail-arr .attr-line .attr-line-label {
        width: 4rem;
        font-size: 0.9rem;
    }

    .pros .pros-body .pros-body-detail .detail-content .detail-arr .attr-line .attr-line-value {
        width: calc(100% - 4rem);
        font-size: 0.9rem;
    }

    .pros .pros-body .pros-body-detail .details .details-info .detail-guige {
        min-height: auto !important;
    }

}
