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: 14px/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%;
}

.containers {
    width: 1200px;
}

.fulls {
    width: 100%;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 0;
}
.header .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header .left .logo {
    width: auto;
    height: 65px;
}
.header .left .logo img {
    width: auto;
    height: 65px;
}
.header .left .logo span {
    display: inline-block;
    line-height: 65px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.header .left .line {
    width: 1px;
    height: 54px;
    background: rgba(221,221,221,1);
    margin: 0 20px 0 0px;
}
.header .left .logo-text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    font-family: Source Han Sans,Geneva,sans-serif;
}
.header .left .logo-text .span1 {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}
.header .left .logo-text .span2 {
    font-size: 18px;
    color: #666;
    font-weight: bold;
}
.header .right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header .right img {
    width: 58px;
    height: 60px
}
.header .right .tels {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.header .right .tels .labels {
    font-size: 16px;
    color: #000;
    margin-bottom: 6px;
}
.header .right .tels .number {
    font-font: Source Han Sans;
    color: #F00;
    font-weight: bold;
    font-size: 24px;
}

.menus {
    background: rgb(51,49,46);
    height: 50px;
    width: 100%;
}
.menus.menu-fiexd {
    position: fixed;
    left: 0;
    top: 0;
    z-index:999999999;
}
.menu {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.menu .menu-a {
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 12.5%;
    position: relative;
}
.menu .menu-a .menu-aa {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    font-family: Tahoma;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    display: inline-block;
}
.menu .menu-a .lists {
    position: absolute;
    left: 0;
    top: 50px;
    z-index:99999999;
    width: 100%;
    display: none;
    font-size:0;
    line-height: 0;
}
.menu .menu-a .lists a {
    display: inline-block;
    background: #FF9900;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    color: #FFF;
    font-size: 16px;
    margin: 0;
}
.menu .menu-a .lists a:hover {
    background: rgb(51,49,46);
}

.menu .menu-a .listss {
    position: absolute;
    left: -300px;
    top: 50px;
    z-index:99999999;
    width: 1200px;
    display: none;
    font-size:0;
    line-height: 0;
    background: rgba(255,255,255,0.95);
    border-radius: 5px;
    box-shadow: 0px 0px 5px #888;
}
.menu .menu-a .listss .nlistss {
    padding: 10px 20px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.menu .menu-a .listss .nlist {
    /*width: calc((100% - 60px) / 7);*/
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-right: 10px;
}
.menu .menu-a .listss .nlist:last-of-type {
    margin-right: 0;
}
.menu .menu-a .listss .nlist a {
    width: 100%;
}
.menu .menu-a .listss .nlist a.one {
    line-height: 40px;
    color: #ff9900;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.menu .menu-a .listss .nlist a.two {
    line-height: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.menu .menu-a .listss .nlist a.two:hover {
    color: #ff9900;
}
.menu .menu-a .listss .nlist a.two img {
    width: 5px;
    margin-right: 3px;
    margin-top: 2px;
}


.menu em {
    width: 0px;
    height: 20px;
    background: #CCC;
}
.menu .menu-a:hover .menu-aa,.menus .menu .menu-a .menu-aa.active {
    background: #FF9900;
    color: rgb(51,49,46);
}

.mySwiper-header {
    width: 100%;
    height: 580px;
    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: #FF9900;
}
.swiper-button-prev-header,.swiper-button-next-header {
    color: #333 !important;
}
.all-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 50px;
    background-image: url("../image/line.png");
    background-position: center 65%;
    background-repeat: no-repeat;
}
.all-title strong {
    font-weight: bold;
    font-size: 26px;
    color: #000;
}
.all-title span {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
}
.full-padding {
    padding: 80px 0;
}
.product {
    margin: 0 auto;
}
.product .pro-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

}
.product .pro-box .pro-nav {
    width: 300px;
    height: 1402px;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
}

.product .pro-box .pro-nav .pro-nav-title {
    width: 300px;
    height: 82px;
    background-image: url("../image/ptipbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    font-size: 26px;
    font-weight: 700;
    color: #F90;
}
.product .pro-box .pro-nav .pro-nav-title img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.product .pro-box .pro-nav .pro-nav-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.product .pro-box .pro-nav .pro-nav-list a {
    background: #ededed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #fff;
    height: 40px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 100%;
}
.product .pro-box .pro-nav .pro-nav-list a.one {
    color: #414141;
    font-weight: bold;
}
.product .pro-box .pro-nav .pro-nav-list a.two {
    color: #888888;
    padding-left: 20px;
}
.product .pro-box .pro-nav .pro-nav-list a img {
    margin-right: 5px;
    width: 12px;
    height: 12px;
}
.product .pro-box .pro-nav .pro-nav-list a.two:hover {
    background: #d2d2d2;
    color: #414141;
}

.product .pro-box .pro-list-box {
    width: calc(100% - 320px);
    border-left: none;
    height: 1402px;
    overflow: hidden;
    font-size: 0;
}
.product .pro-box .pro-list-box .pro-li {
    width: 200px;
    height: 230px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: inline-block;
    margin-right: calc((100% - 800px) / 3);
}
.product .pro-box .pro-list-box .pro-li:nth-child(4n){
    margin-right: 0;
}
.product .pro-box .pro-list-box .pro-li:hover{

}

.product .pro-box .pro-list-box .pro-li .pro-li-pic {
    width: 200px;
    height: 200px;
    border: 1px solid #DDD;
    overflow: hidden;
    box-shadow: 0 0 5px #e3e3e3;
}
.product .pro-box .pro-list-box .pro-li .pro-li-pic img {
    width: 198px;
    height: 198px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product .pro-box .pro-list-box .pro-li:hover .pro-li-pic img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product .pro-box .pro-list-box .pro-li .pro-li-title {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product .pro-box .pro-list-box .pro-li:hover .pro-li-title {
    color: #f90;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.work-bg {
    background: #f6f6f6;
}
.work {
    margin: 0 auto;
}
.work .work-box {
    display: inline-block;
    width: 100%;
    font-size: 0;
}
.work .work-box .work-li {
    width: 280px;
    height: 200px;
    position: relative;
    display: inline-block;
    margin-right: calc((100% - 1120px) / 3);
    margin-bottom: 20px;
    border: 1px solid #EEE;
    box-shadow: 0 0 5px #e3e3e3;
}
.work .work-box .work-li:nth-child(4n){
    margin-right: 0;
}
.work .work-box .work-li .pic {
    width: 280px;
    height: 200px;
    overflow: hidden;

}
.work .work-box .work-li .pic img {
    width: 280px;
    height: 200px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work .work-box .work-li:hover .pic img{
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work .work-box .work-li .title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 10px;
    font-size: 14px;
    background: rgba(0,0,0,0.3);
    width: 100%;
    color: #CCC;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.work .work-box .work-li:hover .title {
    background: rgba(0,0,0,0.5);
    color:#F90;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about-new-bg {
    background: #F6F6F6;
    padding: 20px 0;
}
.about-new {
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 0 5px #EEE;
}
.about-new .about {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

}
.about-new .atitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.about-new .atitle .name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.about-new .atitle .name .cn {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-right: 10px;
}
.about-new .atitle .name .en {
    font-size: 19px;
    color: #000;
    font-weight: bold;
}
.about-new .atitle .more {
    font-size: 14px;
    color: #888;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about-new .atitle .more:hover {
    color: #F90;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.about-new .about .about-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.about-new .about .about-box .pic {
    width: 320px;
    height: 320px;
    border: 5px solid #ddd;
    margin-right: 20px;
}
.about-new .about .about-box .pic img {
    width: 310px;
    height: 310px;
}
.about-new .about .about-box .intro {
    line-height: 25px;
    width: calc(100% - 340px);
    font-size: 14px;
    color: #666;
    height: 320px;
    overflow: hidden;
    text-indent: 20px;
}
.about-new .news {
    /*background: #FFF;*/
    padding-top: 20px;
    /*box-shadow: 0 0 5px #DDD;*/
}
.about-new .news .news-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    height: 320px;
}
.about-new .news .news-box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #DDD;
    padding: 11px 0 12px;
    width: 100%;
}
.about-new .news .news-box a:last-of-type {
    border-bottom: none;
}
.about-new .news .news-box a .left {
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.about-new .news .news-box a .left img {
    width: 16px;
    height: 16px;
}
.about-new .news .news-box a .left span {
    width: calc(100% - 16px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;

}
.about-new .news .news-box a .time {
    width: 70px;
    color: #888;
    font-size: 12px;
    text-align: center;
}
.about-new .news .news-box a:hover .left span,.about-new .news .news-box a:hover .time {
    color: #F90;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.link {
    margin: 0 auto 80px;
    position: relative;
}
.link .mySwiper {
    width: calc(100% - 100px);
    margin: 0 auto;
    overflow: hidden;
}
.link .swiper-slide {
    width: 120px;
    height:80px;
    border: 1px solid #DDD;
}
.link .swiper-slide img {
    width: 118px;
    height: 78px;

}
.swiper-button-next-link,.swiper-button-prev-link {
    color: #F90 !important;
    top: 114px !important;
}
.swiper-button-next-link {
    right:0 !important;
}
.swiper-button-prev-link {
    left: 0 !important;
}






.abouts-bg {
    background-image: url("../image/abouts_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 400px;
}
.abouts {
    padding: 0px 0;
    margin: 0 auto;
}
.abouts .abouts-title {
    background-image: url("../image/smart.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 20px auto 0;
    color: #ffffff;
    font-family: Source Han Sans, Geneva, sans-serif;
    font-size: 28px;
    padding-top: 60px;
    text-align: center;
}
.abouts .abouts-title-en {
    font-size:14px;
    color: #aaa;
    line-height: 24px;
    text-align: center;
    margin: 40px 0 0;
}
.abouts .abouts-box {
    background: #FFF;
    display: inline-block;
    margin-top: 20px;
    padding: 50px 40px 40px;
    position: relative;
    height: 550px;
    border-right: 0 none transparent;
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
    border-left: 0 none transparent;
    border-radius: 0px;
    box-shadow: 0px 5px 10px rgb(204, 204, 204);
    width: 100%;
}
.abouts .abouts-box .abouts-box-left {

}
.abouts .abouts-box .abouts-box-left .abouts-box-left-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: Source Han Sans,Geneva,sans-serif;
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.abouts .abouts-box .abouts-box-left .abouts-box-left-title .red {
    color: #F00;
}
.abouts .abouts-box .abouts-box-left .abouts-box-left-title .em {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #DDD;
}
.abouts .abouts-box .abouts-box-left .abouts-box-left-content {
    line-height: 28px;
    font-size: 14px;
    color: #666;
}
.abouts .abouts-box .abouts-box-left .abouts-box-left-content p {
    text-indent: 2em;
}
.abouts .abouts-box .abouts-box-right {

}
.abouts .abouts-box .abouts-box-right img {
    width: 100%;
    height: 440px;
}
.abouts .abouts-box .abouts-box-left-number {
    position: absolute;
    left: 10px;
    bottom: 20px;
    background: rgb(243,243,243);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
}
.abouts .abouts-box .abouts-box-left-number .statics {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.abouts .abouts-box .abouts-box-left-number .statics .numbers {
    font-size: 40px;
    color: #000;
    font-weight: bold;
}
.abouts .abouts-box .abouts-box-left-number .statics .texts {
    font-size: 16px;
    color: #444;
    margin-top: 15px;
}
.abouts .abouts-box .abouts-box-left-number .line {
    height: 60px;
    width: 1px;
    background: #ddd;
}
.youshi {
    margin: 100px auto 100px;
    height: auto;
}
.youshi .youshi-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.youshi .youshi-box img {
    max-width: 100%;
}


#NewsAd {
    width: 100%;
    height: 360px;
}
#NewsAd .swiper-slide-duplicate {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#NewsAd .swiper-slide-duplicate .name {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    color: #FFF;
    line-height: 20px;
    width: 100%;
}

#sell {
    width: 100%;
    height: 400px;
}
#sell .swiper-slide-duplicate {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#sell .swiper-slide-duplicate .name {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    color: #FFF;
    line-height: 20px;
    width: 100%;
}


.news .news-box-li {
    border-radius: 0px;
    display: inline-block;
    width: 100%;
}
.news .news-box-li .lists {
    padding: 0px 0;
}
.news .news-box-li .lists a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #DDD;
}
.news .news-box-li .lists a:last-of-type {
    border-bottom:none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.news .news-box-li .lists a .time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #F6F6F6;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.news .news-box-li .lists a .time span {
    font-size: 28px;
    color: #666;
    margin-bottom: 5px;
}
.news .news-box-li .lists a .time em {
    font-size: 14px;
    color: #999;
}
.news .news-box-li .lists a .info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 105px);
}
.news .news-box-li .lists a .info .tit {
    width: 100%;
    font-size: 17px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 3px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.news .news-box-li .lists a .info .intro {
    width: 100%;
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.news .news-box-li .lists a:hover .time {
    background:#f1f1f1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.news .news-box-li .lists a:hover .info .tit {
    color:#F90;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}


.news .news-box-li .more {
    width: 100%;
    background: #CCC;
    width: 100%;
    padding: 10px 0;
    margin: 23px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
}
.news .news-box-li .more:hover {
    color: #FFF;
    background: #F90;
}

.footer-bg {
    background: rgb(51, 49, 46);
}
.footer {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0 10px;
}
.footer .footer-menus {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 30%;
}
.footer .footer-menus.w50 {
    width: 50%;
}
.footer .footer-menus .tags {
    font-family: "Source Han Sans",Geneva,sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 10px;
}
.footer .footer-menus .tags em {
    width: 65px;
    height: 2px;
    background: #F90;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer .footer-menus a {
    font-family: "Source Han Sans",Geneva,sans-serif;
    font-size: 14px;
    color: #CCC;
    margin-bottom: 15px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer .footer-menus a img {
    width: 5px;
    height: 9px;
    margin-right: 5px;
}
.footer .footer-menus.icons a img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    color: #FFF;
}
.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;
}

.links {
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.links .text {
    color: #888;
}
.links a {
    color: #888888;
}
.links a:hover {
    color: #F90;
}
.links em {
    width: 1px;
    height: 8px;
    background: #555;
    margin:  0 5px;
}
.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 .pro-nav {
    width: 240px;
    /*height: 1402px;*/
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
}

.pros .pros-menus .pro-nav .pro-nav-title {
    width: 240px;
    height: 82px;
    background-image: url("../image/ptipbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    font-size: 26px;
    font-weight: 700;
    color: #F90;
}
.pros .pros-menus .pro-nav .pro-nav-title img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.pros .pros-menus.pro-nav .pro-nav-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.pros .pros-menus .pro-nav .pro-nav-list a {
    background: #ededed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #fff;
    height: 40px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 100%;
}
.pros .pros-menus .pro-nav .pro-nav-list a.one {
    color: #414141;
    font-weight: bold;
}
.pros .pros-menus .pro-nav .pro-nav-list a.two {
    color: #888888;
    padding-left: 20px;
}
.pros .pros-menus .pro-nav .pro-nav-list a img {
    margin-right: 5px;
    width: 12px;
    height: 12px;
}
.pros .pros-menus .pro-nav .pro-nav-list a.two:hover {
    background: #d2d2d2;
    color: #414141;
}






.pros .pros-menus .pros-menus-title {
    background: rgb(56,56,56);
    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: #ff9900;
}
.pros .pros-menus .pros-menus-list a:hover i,.pros .pros-menus .pros-menus-list a.active i {
    color: #ff9900;
}
.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: #f90;
}
.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;
}
.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: #f90;
    -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: #F90;
}

.pros .pros-body .pros-body-detail .details .details-info  .attrs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 10px 0;
}
.pros .pros-body .pros-body-detail .details .details-info  .attrs .attrs-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #F6F6F6;
    width: 100%;
    margin-bottom: 1px;
}
.pros .pros-body .pros-body-detail .details .details-info  .attrs .attrs-line .labs {
    padding: 10px;
    width: 120px;
    background: #FFF5E5;
    text-align: right;
}
.pros .pros-body .pros-body-detail .details .details-info  .attrs .attrs-line .value {
    padding: 10px;
}


.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: #f90;
    height: 40px;
    border-radius: 20px 20px 20px 20px;
    line-height: 40px;
    padding: 0 50px 0 50px;
    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: #F90;
    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;
}
.pros .pros-body .pros-body-lists .news-li:hover .name {
    color: #F90;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}



/** mobile **/
.mobile-header{display:block;position:fixed;left:0;top:0;width:100%;height:4rem;background-color:#444;z-index:999;padding:1rem 1rem  0;*zoom:1}

.mobile-header:after{content:"\200B";display:block;height:0;clear:both}

.mobile-header.black{border-bottom:.5px solid #b2b2b2}

.mobile-header .logo{width:17rem;height:3rem; line-height: 2rem; font-size: 1.2rem; color: #FFF; text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;}

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

.mobile-header .menu:before{content:"";display:block;width:2rem;height:1.6rem;background:url("../image/menu-open-icon.png") no-repeat center center;background-size:cover;margin-top:1.0rem;margin-left:8px}

.mobile-side-menu{display:block;position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;overflow:hidden;visibility:hidden;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:80%;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 #999}

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

.mobile-side-menu .inner .nav li.active>a{background-color:#f90;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:#f90}

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



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

.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: #f90;
}

.categorylist {

    display: inline-block;

    width:100%;

    padding: 1rem;

}

.categorylist .title {

    display: flex;

    align-items: center;

    justify-content: space-between;

    width:100%;

    padding:0.5rem 1rem;

    background: #f90;

    border-radius: 0.1rem;

}

.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.4rem;

    line-height:2.4rem;

    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: #0260D2;

}
.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;
}

.advantage-bg {
    /*background: #f6f6f6;*/
    /*padding: 80px 0;*/
    /*margin: 50px 0;*/
}
.advantage {
    margin: 80px auto;
}
.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 #F90;
}
.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: #F90;
    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;
}



@media (max-width: 768px) and (max-width: 992px) {
    html,body {
        overflow-x: hidden;
    }
    .containers {
        width: 100%;
    }
    .full-padding {
        padding: 2rem 0;
    }
    .full-padding-no-top {
        padding-top: 2rem;
    }
    .full-padding-no-bottom {
        padding-bottom: 2rem;
    }
    .all-title {
        margin: 2rem;
    }
    .all-title strong {
        font-size: 1.8rem;
    }
    .all-title span {
        font-size: 0.8rem;
    }
    .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%;
    }
    .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 .abouts-title {
        font-size: 1.6rem;
    }
    .abouts .abouts-title-en {
        margin: 2rem 0 0 ;
        font-size:0.8rem;
    }
    .abouts .abouts-box {
        margin: 2rem 0 0 0;
        padding: 2rem 0rem;
        height: auto !important;
        box-shadow: none;
        display: inline-block;
    }
    .abouts .abouts-box .abouts-box-right img {
        height: auto!important;
    }
    .news {
        margin: 0;
    }
    .news .news-box-li {
        box-shadow: none;
    }
    .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;
    }
    .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;
    }

    .about-new .about .about-box {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
    }
    .about-new .about .about-box .pic {
        width: 100%;
        height: auto;
        border: none;
        margin-right: 0px;
    }
    .about-new .about .about-box .pic img {
        width: 100%;
        height: auto;
    }
    .about-new .about .about-box .intro {
        line-height: 2rem;
        width:100%;
        font-size: 14px;
        margin-top: 1rem;
        color: #666;
        height: auto;
        overflow: hidden;
        text-indent: 20px;
    }
    .about-new .news .news-box {
        height: auto;
    }

}

.header-var {
    width:100%;
    font-size:0;
    border-bottom: 1px solid #EEE;
}
.header-var .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;
}
.header-var .header-tip-left {
    font-size:14px;
    color: #666;
}
.header-var .header-tip-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-var .header-tip-right span {
    font-size:14px;
    color: #666;
}
