html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
button,article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
button{background: transparent;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%;display: inline-block;}
a{display:block;}
html{
    line-height: initial;
}
input,
textarea {
border: 0;
-webkit-appearance: none;
outline:none;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
em{font-style: normal;}

/* 首页 */
.index-content{
    width:1200px;
    height:100%;
    margin: 0 auto;
    display: flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap: wrap;
}
.index-box{
    display:flex;
}

.header-top-title{
    font-size: 12px;
    color: #fff;
}
.index-box,.index-box a{
    font-size: 12px;
    color: #FFFFFF;
}
.index-box em{
    margin: 0 3px;
}
.index-box-position{
    position: relative;
}
.header-app{
    position:absolute;
    top: 25px;
    left: 0;
    display: none;
    padding:10px;
    background: #fff;
}
.index-box-position a:nth-child(1):hover ~.header-app{
    display: block;
}
.header-nav{
    margin:33px 0 24px 0
}
.nav-ul li{
    margin-left:35px;
}
.nav-ul li a{
    font-size: 18px;
    color: #333333;
}
.nav-ul li a:hover{
    color:#FE6100;
    border-bottom: 2px solid #FE6100;
    padding-bottom: 6px;
}
a.nav-active{
    color: #FE6100 !important;
    border-bottom: 2px solid #FE6100 !important;
    padding-bottom: 6px;
}
.header-nav-tel p{
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.header-nav-tel a{
    font-size: 28px;
    color: #FE6100;
    font-weight: bold;
    margin-top: -4px;
}
.index-banner-conetnt{
    height:600px;
    background:url('../images/banner.jpg') no-repeat center;
    background-size:cover;
}
.nav-ul-h5,.index-pptj-box-pp-h5{
    display:none
}
.index-banner-title{
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 160px;
    margin-bottom: 12px;
}
.index-banner-text{
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}
.index-banner-search{
    width: 800px;
    height: 60px;
    margin:0 auto;
    
    margin-top: 63px;
    margin-bottom: 56px;
}
.index-box-search{
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.index-banner-search input{
    width:670px;
    font-size: 20px;
    padding-left: 34px;
    box-sizing: border-box;
}
.index-banner-search input::placeholder{
    font-size: 20px;
    color: #999999;
}
.index-banner-search-text{
    justify-content: center;
}
.index-search-img{
    flex:1;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.index-search-img::after{
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    width:1px;
    height:24px;
    background:#EBEBEB;
    transform: translate(0, -50%);
}
.index-search-img img{
    width: 21px;
    height:21px;
    margin-right: 8px;
}
.index-search-img button{
    font-size: 20px;
    color: #FE6100;
    cursor: pointer;
}
.index-banner-search-text,.index-banner-search-a{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}
.index-banner-search-text p,.index-banner-search-a a{
    font-size: 16px;
    color: #fff;
}
.index-banner-search-a a{
    margin-right: 20px;
}
.index-fw{
    margin:32px 0;
}
.index-fw a{
    width:19%;
    padding:16px;
    text-align: center;
    padding-bottom: 28px;
}
.index-fw a:nth-child(1){
    background:#F9F2F2
}
.index-fw a:nth-child(2){
    background:#EAF1F6
}
.index-fw a:nth-child(3){
    background:#e4f0ef
}
.index-fw a:nth-child(4){
    background:#F3F5F2
}
.index-fw a:nth-child(5){
    background:#EAF1F6
}
.index-fw a:last-child .index-fw-title{
    margin-top: 90px;
}
.index-fw a img{
    width:195px;
    height:139px;
    background:pink
}
.index-fw-title{
    font-size: 18px;
    color: #333333;
    margin: 12px 0 2px 0;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index-fw-text{
    font-size: 15px;
    color: #999999;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 2;
}
.index-fw-btn{
    margin: 0 auto;
    margin-top: 20px;
    width: 80px;
    height: 30px;
    line-height: 28px;
    background: #4DA6FF;
    border-radius: 4px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
}
.index-fw-btnRight{
    font-size: 13px;
    color: #FE6100;
    margin-top: 20px;
}
.index-pptj{
    background: #F8F8F8;
    padding-bottom: 40px;
}
.index-pptj-title{
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 32px;
    margin-bottom: 51px;
    position: relative;
}
.index-pptj-title::after{
    content:'';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform:translate(-50%,0);
    width: 33px;
    height: 2px;
    background: #4DA6FF;
}
.index-pptj-box{
    width: 100%;
}
.index-pptj-box a div{
    width: 186px;
    height: 80px;
    background:#fff;
    border: 1px solid #EBEBEB;
    padding:10px;
    box-sizing: border-box;
}
.index-pptj-box a img{
    width:100%;
    height:100%;

}
.index-pptj-box a p{
    font-size: 16px;
    color: #333333;
    margin-top: 12px;
    text-align: center;
}
.index-box-display{
    display:flex;
    align-items: center;
    justify-content:space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;

}
.index-item{
    padding:30px 0;
}
.index-jdwx-left{
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 7px;
}
.index-jdwx-left::after{ 
    content:'';
    position:absolute;
    top:50%;
    left: 0;
    transform: translate(0,-50%);
    width: 2px;
    height: 18px;
    background: #4DA6FF;
}
.index-jdwx-right{
    font-size: 14px !important;
    color: #999999 !important;
}
.index-jdwx-right img{
    margin-left: 5px;
    width: 6px;
    height: 10px;
}
.index-jdwx-bg{
    width: 217px;
    height: 345px;
    background:url('../images/bga1.jpg') no-repeat center;
    background-size:cover;
    padding-left: 30px;
}
.index-jdqx-bg{
    background:url('../images/bga2.png') no-repeat center;
    background-size:cover;
}
.index-fsbl-bg{
    background:url('../images/bga3.png') no-repeat center;
    background-size:cover;
}
.index-qmfx-bg{
    background:url('../images/bga4.jpg') no-repeat center;
    background-size:cover;
}
.index-jdwx-bg-title{
    font-size: 20px;
    color: #333333;
    padding-top: 39px;
    margin-bottom: 3px;
}
.index-jdwx-bg-text{
    font-size: 16px;
    color: #333333;
    opacity: 0.8;
}
.index-jdwx-bg-right-bg{
    width: 288px;
    height: 173px;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px solid #EBEBEB;
    position: relative;
}
.index-bg .index-jdwx-bg-right-bg img{
    width: 288px;
    height: 173px;
    position:absolute;
    top: 0;
    left: 0;
}
.index-jdwx-bg-right-bg:nth-child(1){
    background:linear-gradient(178deg, #f3fdff 50%, #ffffff 80%);
}
.index-jdwx-bg-right-bg:nth-child(2){
    background:linear-gradient(178deg, #fff9f9 50%, #ffffff 80%);
}
.index-jdwx-bg-right-bg:nth-child(1),
.index-jdwx-bg-right-bg:nth-child(3){
    border-left: none;
    border-right: none;

}
.index-jdwx-btn{
    width: 36px;
    height: 36px;
    background: #4DA6FF;
    border-radius: 21px;
    font-size: 12px;
    color: #FFFFFF;
    line-height:36px;
    text-align: center;
    margin-top: 8px;
    position: relative;
    z-index: 2;
}
.index-jdwx-bg-right{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    width: 576px;
}
.index-jdwx-bg-right-bg:nth-child(1),.index-jdwx-bg-right-bg:nth-child(2){
    border-bottom: none;
}
.index-cjxx{
    flex:1;
    margin-left: 16px;
}
.index-cjxx-tabs,.index-cjxx-tabs p{
    font-size: 15px;
    color: #999;
    cursor: pointer;
}
p.index-cjxx-tabs-active{
    color:#4DA6FF
}
.index-cjxx-tabs p:hover,.index-cjxx-box .index-box-display:hover p,.index-jdwx-right:hover{
    color: #4DA6FF;
}
.index-cjxx-box{
    display:none;
}
.index-cjxx-box-active{
    display: block;
}
.index-cjxx-box-a img{
    width: 146px;
    height:95px;
    margin-right: 6px;
}
.index-cjxx-box-a:hover .index-cjxx-title{
    color:#4DA6FF
}
.index-cjxx-box-right{
    flex: 1;
}
.index-cjxx-box a{
    margin-bottom: 14px;
}
.index-cjxx-title{
    font-size: 16px;
    color: #333333;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index-cjxx-text{
    margin-top: 10px;
    height:44px;

}
.index-cjxx-text span{
    font-size: 12px;
    color: #999999;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
}
.index-cjxx-time{
    font-size: 12px;
    color: #999999;
}
.index-cjxx-box .index-box-display{
    padding-left: 16px;
    position: relative;
}
.index-cjxx-box .index-box-display:last-child{
    margin-bottom: 0;
}
.index-cjxx-box .index-box-display::after{
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    transform:translate(0,-50%);
    width: 8px;
    height: 8px;
    background: #E7E7E7;
    border-radius: 50%;
}
.index-cjxx-box .index-box-display p{
    font-size: 16px;
    color: #333;
    margin-right: 5px;
    flex:1;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index-gg{
    width: 100%;
    height:140px;
}
.index-gg-h5{
    display:none
}
.index-jdqx-right .index-jdwx-bg-right-bg:nth-child(1){
    background:linear-gradient(178deg, #f6fcf4 50%, #ffffff 80%);
}
.index-jdqx-right .index-jdwx-bg-right-bg:nth-child(2){
    background:linear-gradient(178deg, #f3fdff 50%, #ffffff 80%);
}

.index-jdqx-right .index-jdwx-bg-right-bg:nth-child(3),
.index-jdqx-right .index-jdwx-bg-right-bg:nth-child(4),
.index-jdqx-right .index-jdwx-bg-right-bg:nth-child(5){
    width: 192px;
    padding-top:0;
}
.index-bkzs-box .index-box-display::after{
    display:none;
}
.index-bkzs-box .index-box-display{
    padding-left: 0;
}
.index-bkzs-number{
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: #BBBBBB;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height:16px
}
.index-bkzs-box .index-box-display:nth-child(1) .index-bkzs-number{
    background:#FE6100
}
.index-bkzs-box .index-box-display:nth-child(2) .index-bkzs-number{
    background:#FE6100;
    opacity: .8;
}
.index-bkzs-box .index-box-display:nth-child(3) .index-bkzs-number{
    background:#FE6100;
    opacity: .6;
}
.index-fsbl-right{
    margin-left: 1px;
}
.index-fsbl-right .index-jdwx-bg-right-bg{
    border: none;
    width:372px;
    height: 173px;
    padding-top: 33px;
    background-size: cover !important;

}
.index-fsbl-right .index-jdwx-bg-right-bg:nth-child(1){
    background:url(../images/bg13.jpg) no-repeat center;
    margin-bottom: 1px;
}
.index-fsbl-right .index-jdwx-bg-right-bg:nth-child(2){
    background:url(../images/bg10.jpg) no-repeat center;
}
.index-qmfx-right .index-jdwx-bg-right-bg:nth-child(1){
    background:url(../images/bg11.jpg) no-repeat center;
}
.index-qmfx-right .index-jdwx-bg-right-bg:nth-child(2){
    background:url(../images/bg12.jpg) no-repeat center;
}
.index-fsbl-right .index-fw-title,.index-fsbl-right .index-fw-text{
    color: #fff
}
.index-fs-btn{
    margin-top: 17px;
    font-size: 12px;
    color: #fff;
}
.index-qmfx-right .index-fw-title,.index-qmfx-right .index-fs-btn{
    color: #333333;
}
.index-qmfx-right .index-fw-text{
    color: #999999;
}
.index-qmfx-right img,.index-fsbl-right img{
    width: 100%;
}
.index-ppdq{
    margin-top: 30px;
    padding-bottom: 0;
}
.index-pptj-box p{
    font-size: 18px;
    color:#333;
    margin-right: 24px;
    cursor: pointer;
}
p.index-pptj-box-active{
    color:#4DA6FF
}
.index-pptj-box p:last-child{
    margin-right: 0;
}
.index-ppdq-ul{
    margin-top: 50px;
}
.index-ppdq-li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.index-ppdq-a{
    display: none;
}
.index-ppdq-a-active{
    display: block;
}
.index-ppdq-li a{
    margin-bottom: 29px;
    margin-right: 16px;
}
.index-content-padding{
    width: 1216px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.index-wdcx{
    flex:1;
}
.index-wdcx .index-pptj-title::after{
    bottom:-25px
}
.index-wdcx-title{
    position: relative;
}
.index-wdcx-title .index-fw-text{
    position:absolute;
    top: 60px;
    left: 50%;
    transform:translate(-50%,0)
}
.index-wdcx-left-box{
    padding:0 30px;
    padding-top: 37px;
}
.index-wdcx-left{
    width: 365px;
    background: #4DA6FF;
}
.index-wdcx-left-box p{
    width: 103px;
    height: 1px;
    background:#fff;
    opacity: 0.2;
}
.index-wdcx-left div{
    font-size: 18px;
    color: #FFFFFF;
}
.index-wdcx-left-ul{
    margin-top: 26px;
}
.index-wdcx-left-ul{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}
.index-wdcx-left-ul li{
    width:25%;
    text-align: center;
}
.index-wdcx-left-ul li a{
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 16px;
}
.index-wdcx-left-ul-bottom{
    padding:0 40px;
    padding-bottom: 8px;
}
.index-wdcx-left-ul-bottom li{
    width:33.3%
}
.index-wdcx-left-box-bottom{
    padding-top: 24px;
}
.index-wdcx-right-box{
    flex-wrap: wrap;
    flex:1
}
.index-wdcx-right-box a{
    margin-left: 17px;
    width:191px;
    margin-bottom: 16px;
}
.index-wdcx-right-box a:nth-child(1) .index-wdcx-righ{
    background: #C96F70;
}
.index-wdcx-right-box a:nth-child(2) .index-wdcx-righ{
    background: #5986C2;
}
.index-wdcx-right-box a:nth-child(3) .index-wdcx-righ{
    background: #C7AE96;
}
.index-wdcx-right-box a:nth-child(4) .index-wdcx-righ{
    background: #7BAAA2;
}
.index-wdcx-right-box a:nth-child(5) .index-wdcx-righ{
    background: #65A7BF;
}
.index-wdcx-right-box a:nth-child(6) .index-wdcx-righ{
    background: #DCA968;
}
.index-wdcx-right-box a:nth-child(7) .index-wdcx-righ{
    background: #C96F70;
}
.index-wdcx-right-box a:nth-child(8) .index-wdcx-righ{
    background: #5986C2;
}
.index-wdcx-right-box a:nth-child(5),
.index-wdcx-right-box a:nth-child(6),
.index-wdcx-right-box a:nth-child(7),
.index-wdcx-right-box a:nth-child(8){
    margin-bottom: 0;
}
.index-wdcx-righ{
    width: 191px;
    height: 127px;
    font-size: 16px;
    color: #FFFFFF;
    padding:40px 10px 0 10px;
    text-align: center;
    font-weight: bold;
}
.index-wdcx-righ-dz img{
    width:10px;
    height: 12px;
    margin-right: 2px;
}
.index-wdcx-righ-dz p,.index-wdcx-righ-text{
    font-size: 12px;
    color: #999999;
}
.index-wdcx-righ-text{
    width: 108px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index-wdcx-right-box .index-fw-title{
    margin-bottom: 6px;
}
.index-wdcx-right-box .index-box-display{
    margin-bottom: 0;
}
.index-ppwx{
    margin-top: 16px;
    margin-bottom: 30px;
}
.index-ppwx-box{
    height:154px;
}
.index-ppwx-box .index-wdcx-left{
    padding-top: 44px;
    padding-left: 41px;
}
.index-ppwx-box .index-wdcx-left p{
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 2px;
}
.index-ppwx-box .index-wdcx-left a{
    font-size: 15px;
    color: #FFFFFF;
    opacity: 0.8;
}
.index-ppwx-box .index-wdcx-left a img{
    width:5px;
    height: 7px;
    margin-left: 6px;
}
.index-ppwx-right-box{
    width:838px;
    background: #F8F8F8;
    overflow: hidden;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev,.indexSwiper .swiper-button-next{
    width: 21px;
    height: 21px;
    background: #4DA6FF;
    border-radius: 50%;
    color:#fff;
}
.indexSwiper .swiper-button-prev:after,.indexSwiper .swiper-button-next:after{
    font-size: 15px;
    color:#fff;
}
.indexSwiper .swiper-button-prev:after{
    content: 'prev';
}
.indexSwiper .swiper-button-next:after{
    content: 'next';
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexSwiper a div{
    width:186px;
    height: 80px;
    background: #fff;
    padding:10px;
    box-sizing: border-box;
}
.indexSwiper p{
    font-size: 16px;
    color: #333333;
    margin-top: 12px;
    text-align: center;
}
.indexSwiper .swiper-slide img{
    width:100%;
    height:100%;
    object-fit: revert;
}
.index-zxxy-box-img{
    width: 364px;
    height: 242px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 9px;
}
.index-zxxy-box-img img {
    width: 100%;
    height:100%;
    border: 1px solid #F5F5F5;
}
.index-zxxy-box-img p{
    width:100%;
    height: 34px;
    line-height:34px;
    background: #F5F5F5;
    padding:0 10px;
    position:absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}
.index-zxxy-box-bottom{
    margin-bottom: 0;
}
.index-zxxy-box-bottom a{
    width:178px;
}
.index-zxxy-box-bottom a img{
    width:100%;
    height:118px;
}
.index-zxxy-box-bottom a p{
    margin-top: 2px;
    font-size: 15px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index-zxxy-box-right{
    margin-left: 16px;
    width: 413px;
}
.index-zxxy-box-right-title{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-zxxy-box-right-text{
    font-size: 12px;
    color: #999999;
    height:40px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.index-zxxy-box-right-bottom p{
    font-size: 12px;
    color: #999999;
}
.index-zxxy-box-margin,.index-zxxy-box-margin1{
    margin-left:16px;
    display:flex;
    align-items: center;
}
.index-zxxy-box-margin img{
    width: 16px;
    height: 10px;
    margin-right: 2px;

}
.index-zxxy-box-margin1 img{
    width: 13px;
    height: 11px;
    margin-right: 2px;

}
.index-zxxy-right-img{
    width: 174px;
    height: 118px;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    margin-left: 10px;
}
.index-zxxy-box-right a{
    margin-bottom: 20px;
}
.index-asphb{
    margin-left: 16px;
    flex: 1
}
.index-box-zsph-number .index-box-display:nth-child(1) .index-bkzs-number{
    background:#4DA6FF
}
.index-box-zsph-number .index-box-display:nth-child(2) .index-bkzs-number{
    background:#4DA6FF;
    opacity: .8;
}
.index-box-zsph-number .index-box-display:nth-child(3) .index-bkzs-number{
    background:#4DA6FF;
    opacity: .6;
}
.index-box-zsph-number-text{
    padding-left: 26px;
    margin-bottom: 20px;
}
.index-box-zsph-number-text p{
    margin-bottom: 6px;
    height: 41px;
    line-height: 21px;
    font-size: 12px;
    color: #999999;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-box-zsph-number .index-box-display:nth-child(1){
    margin-bottom: 10px;
}
.index-zsph-number-time{
    font-size: 15px;
    color: #999999;
}
.index-zxxy-box-right .index-box:last-child{
    margin-bottom: 0;
}
.index-jxwd{
    width: 100%;
    margin-top: 20px;
}
.index-jxwd-box a,.index-jxwd-box-a-pc{
    width: 389px;
    background:#F5F7F9;
    padding:0 10px;
    box-sizing: border-box;
    margin-bottom: 16px;
    margin-right: 16px;
}
.index-jxwd-box a:nth-child(3n),.index-jxwd-box-a-pc:nth-child(3n){
    margin-right: 0;

}
.index-jxwd-box a img,.index-jxwd-box-a-pc img{
    width:20px;
    height:20px;
    margin-right: 8px;
    margin-top: 2px;
}
.index-jxwd-box .index-fw-title,.index-jxwd-box .index-fw-text{
    margin: 0;
}
.index-jxwd-box-top{
    padding-top: 20px;
    margin-bottom: 12px;
}
.index-jxwd-box-bottom{
    height:66px;
    margin-bottom: 16px;
}
.index-jxwd-box-bottom .index-fw-text{
    -webkit-line-clamp: 3;
    line-height: 21px;
}
.index-jxwd-box{
    flex-wrap: wrap;
}
.index-icon-box{
    align-items: center;
}
.index-icon-box img{
    width: 35px;
    height: 35px;
    margin-right: 2px;
}
.index-icon-box p{
    font-size: 16px;
    color: #333333;
}
.index-icon{
    width: 100%;
    justify-content: space-around;
    margin-top: 14px;
    margin-bottom: 16px;
}
.footer-top{
    background: #363333;
    padding-top: 50px;
    padding-bottom: 20px;
}
.footer-bottom{
    background: #2A2A2A;
}
.footer-bottom p{
    height: 48px;
    line-height:48px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.footer-top-logo a,.index-logo{
    width: 159px;
    height: 59px;
    /* background: #4DA6FF; */
    margin: 0 auto;
    margin-bottom: 16px;
}
.index-logo{
    margin: 0;
}
.footer-top-logo p{
    font-size: 16px;
    color: #fff;
    opacity: 0.7
}
.footer-top-ewm-box{
    width:93px;
}
.footer-top-ewm-box img{
    width:100%;
    height:93px;
}
.footer-top-ewm-box p{
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.7;
    margin-top: 10px;
    text-align: center;
}
.footer-top-ewm-box:nth-child(1){
    margin-right: 86px;
}
.footer-top-right a{
    font-size: 20px;
    color: #FFFFFF;
}
.footer-top-right p{
    font-size: 15px;
    color: #FFFFFF;
    opacity: 0.7;
    margin-top: 5px;
    margin-bottom: 32px;
}
.footer-top-right div img{
    width:33px;
    height:34px;
    margin-right: 10px;
}
.footer-top-right div span{
    font-size: 20px;

}

/* 搜索-综合 */
.search-input{
    width: 100%;
    height: 45px;
    background: #FFFFFF;
}
.search-input input{
    font-size: 16px;
    padding-left: 16px;
    flex:1;
    border: 1px solid #999999;
    border-radius: 2px;
    border-right: none;
}
.search-input input::placeholder{
    color: #666
}
.search-input button{
    width: 120px;
    height: 45px;
    line-height: 45px;
    background: #4DA6FF;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
ul.serch-nav{
    margin-top: 16px;
    margin-bottom: 16px;
}
ul.serch-nav a{
    font-size: 16px;
    color: #666666;
}
ul.serch-nav li a.nav-active{
    color: #4DA6FF !important;
    border-bottom: 3px solid #4DA6FF;
    padding-bottom: 2px;
}
ul.serch-nav li{
    margin-left: 0;
    margin-right: 54px;
}
ul.serch-nav li:last-child{
    margin-right: 0;
}
.search-title,.search-left{
    width:851px;
}
ul.serch-nav li a:hover{
    color: #4DA6FF;
    border-bottom: 3px solid #4DA6FF;
    padding-bottom: 2px;
    font-size: 16px;
}
.serch-gjz{
    font-size: 16px !important;
    color: #999999 !important;
    margin-bottom: 22px;
}
.serch-gjz span{
    color: #FE6100;
}
.search-right{
    flex:1;
    margin-left: 13px;
    width: 335px;
}
.search-fwxm a{
    width:201px;
    background: #F8F8F8;
    padding:15px;
    padding-bottom: 20px;
    margin-right: 16px;
    margin-bottom: 16px;
}
.search-fwxm a:last-child{
    margin-right: 0 !important;
}
.search-fwxm a div{
    text-align:center

}
.search-fwxm a img{
    width:171px;
    height: 158px;
}
.search-fwxm-title{
    font-size: 16px;
    color: #333333;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.search-fwxm-text{
    font-size: 12px;
    color: #999;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.search-fwxm-price{
    font-size: 16px;
    color: #FE6100;
    margin-top: 20px;
}
.search-fwxm-title1{
    margin-top: 12px;
    margin-bottom: 4px;
}
.search-box-title{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.search-box-title span{
    color: #FE6100;
}
.search-shwd-box{
    margin-top: 16px;
}
.search-shwd-left{
    width: 201px;
    height: 135px;
    background: #C96F70;
    padding:0 15px;
    margin-right: 18px;
}
.search-shwd-left p{
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.search-shwd-right{
    flex:1
}
.search-shwd-title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.search-shwd-content{
    margin-top: 26px;
}
.search-shwd-text p{
    font-size: 15px;
    color: #999999;
    margin-top: 6px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.search-shwd-text p span{
    color:#4DA6FF
}
.search-shwd-content a{
    margin-bottom: 24px;
}
.search-shwd-content a p{
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items: center;
}
.search-shwd-content a p span{
    color:#FE6100
}
.search-shwd-content a p img{
    width:12px;
    height:15px;
    margin-right: 5px;
}
.search-shwd-content a p:nth-child(1){
    width:40%;
}
.search-shwd-content a p:nth-child(2){
    width:30%;
}
.search-shwd-content a p:nth-child(3){
    width:30%;
}
.search-jxzs-left{
    width: 210px;
    height: 140px;
    border: 1px solid #EBEBEB;
    margin-right: 16px;
}
.search-jxzs-left img{
    width: 100%;
    height: 100%;
}
.search-jxzs-right{
    flex:1;
}
.search-jxzs-right-text{
    height: 44px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    margin-top: 12px;
    margin-bottom: 34px;
}
.search-jxzs-right .index-fw-title{
    margin-top: 6px;
}
.search-jxzs-tag a{
    font-size: 12px;
    color: #4DA6FF;
}
.search-jxzs-box{
    margin-top: 24px;
}
.search-jxzs-right .index-zxxy-box-right-bottom{
    margin-bottom: 0;
}
.search-jxzs-content{
    margin-top: 24px;
}
.search-jxzs-content .index-fw-title{
    margin-bottom: 20px;
    margin-top: 0;
    width:550px;
    margin-right: 16px;
}
.search-jsxw-box{
    margin-top: 24px;
}
.search-jsxw-box a{
    margin-bottom: 0;
    margin-right: 0;
    width:49%;
}
.search-ppdq-box{
    margin-top: 24px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.search-ppdq-box a{
    width: 200px;
    margin-right: 16px;
}
.search-ppdq-box a:nth-child(4),
.search-ppdq-box a:nth-child(8){
    margin-right: 0;
}
.search-ppdq-box a div{
    width: 100%;
    height: 86px;   
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    text-align: center;
    padding:10px;
}
.search-ppdq-box a img{
    width: 100%;
    height:100%;
}
.search-ppdq-box p{
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 16px;
}
.search-rctj{
    height: 366px;
    border: 1px solid #EBEBEB;
    background: linear-gradient(180deg, #E7F0F6 0%, #FFFFFF 100%);
}
.search-rctj-title{
    height:50px;
    line-height:50px;
    border-bottom: 1px solid #EBEBEB;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.search-right-box .index-zxxy-box-img{
    width: 100%;
    height:224px;
    margin-top: 16px;
}
.search-right-box .index-fw-title{
    background: rgba(0, 0, 0, .6);
    font-size: 16px;
    color: #fff;
}
.tagcloud {
    position: relative;
    top: 0;
    left: 130px;
    min-width: 335px !important;
    min-height:315px !important
}
.tagcloud p{
    font-size: 16px;
    color: #333;
}
/* 搜索-服务项目 */
.search-left-fwxm{
    width:868px;
}
.search-right-fwxm{
    margin-left: 0;
}
/* 搜索-售后网点 */
.search-left-shwd{
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 22px;
    margin-bottom: 20px;
}
.search-left-shwd:nth-child(2) .search-shwd-left{
    background:#5986C2
}
.search-left-shwd:nth-child(3) .search-shwd-left{
    background:#C7AE96
}
.search-left-shwd:nth-child(4) .search-shwd-left{
    background:#7BAAA2
}
.search-left-shwd:nth-child(5) .search-shwd-left{
    background:#94A9C5
}
.search-left-shwd:nth-child(6) .search-shwd-left{
    background:#DCA968
}
.search-left-shwd:nth-child(7) .search-shwd-left{
    background:#C96F70
}
.search-left-shwd:nth-child(8) .search-shwd-left{
    background:#7BAAA2
}
/* 搜索-家修知识 */
.search-left-jxzs a.index-box{
    border-bottom: 1px dashed #EBEBEB;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
/* 搜索-家修问答 */
.search-left-jxwd a{
    width:49%;
    margin-right: 0;
}
/* 搜索-品牌大全 */
.search-left-fwxm .search-ppdq-box{
    margin-top: 0;
}
/* 搜索-代码大全 */
.search-left-dmdq{
    border-bottom: 1px dashed #EBEBEB;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
/* 售后网点 */
.shwd-select{
    margin-top: 20px;
}
.shwd-select-box:nth-child(1){
    margin-top: 0;
}
.shwd-select-box:last-child{
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
}
.shwd-select-box{
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #EBEBEB;
}
.shwd-select-box p{
    font-size: 16px;
    color: #333333;
}
.shwd-select-item{
    margin-left: 14px;
    flex: 1;
    text-align: center;
}
.shwd-select-item a{
    font-size: 15px;
    color: #666666;
    height: 27px;
    background: #F5F5F5;
    line-height:27px;
    padding:0 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.shwd-select-item a:hover{
    background: #4DA6FF;
    color: #FFFFFF;
}
.wdsh-gg{
    margin-bottom: 30px;
}
a.shwd-select-active{
    background: #4DA6FF !important;
    color: #FFFFFF !important;
}
.shwd-select-a{
    font-size: 15px;
    color: #4DA6FF !important;
    background:transparent !important;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
}
.shwd-select-a img{
    width:11px;
    height:6px;
    position: relative;
    top: -10px;
    top: -2px;
    left:1px
}
.dmdq-ts{
    height: 40px;
    background:rgba(254, 97, 0, .1);
    line-height:40px;
    padding-left: 25px;
    font-size: 15px;
    color: #666666;
}
.dmdq-ts span{
    font-size: 15px;
    color:#FE6100
}
.shwd-main{
    margin-top: 24px;
}
.shwd-rmtj{
    margin-top: 24px;
}
.shwd-rmtj .index-zxxy-box-img{
    width:100%;
    height:222px;
}
.shwd-rmtj .index-jdwx-left{
    margin-bottom: 10px;
}
.shwd-rmtj-box{
    margin-top: 16px;
}
a.shwd-loging{
    width: 170px;
    height: 40px;
    line-height:40px;
    text-align: center;
    font-size: 15px;
    color: #666666;
    border: 1px solid #EBEBEB;
    margin: 0 auto;
}
.shwd-rmfw{
    margin-top: 30px;
}
.shwd-rmfw .search-fwxm{
    margin-top: 16px;
    margin-bottom: 6px;
}
.shwd-rmfw a{
    width: 227px;
}
.shwd-rmfw a img{
    width: 202px;
    height:202px;
}
.shwd-pptj .index-ppdq-li{
    margin-top: 12px;
}
.shwd-pptj a{
    width: 186px;
}
.shwd-pptj a:last-child{
    margin-right: 0;
}
.shwd-pptj a div{
    width: 100%;
    height: 80px;
    border: 1px solid #EBEBEB;
    padding:10px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.shwd-pptj a div span{
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 60px;
}
.shwd-img-img{
    margin: 0 !important;
    width: 100%;
    height: 100%;
}
.shwd-pptj a p{
    margin-top: 12px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.shwd-pptj a img{
    height:100%;
}
.dmdq-ts-h5{
    display:none
}
.shwd-select-box:last-child{
    margin-bottom: 16px;
}
.shwd-details-main,.shwd-details-main a{
    font-size: 15px;
    color: #999999;
}
.shwd-details-main{
    margin-top: 5px;
    margin-bottom: 5px;
}
.shwd-details-left{
    width: 380px;
    height: 253px;
    background: #FBFCFD;
    border: 1px solid #EBEBEB;
}
.shwd-details-left img{
    width: 100%;
    height: 100%;
}
.shwd-details-left-kong{
    position: relative;
    text-align: center;
}
.shwd-details-left-kong img{
    width:278px;
    height:213px;
    margin-top: 37px;
}
.shwd-details-left-kong p{
    font-size: 16px;
    color: #999999;
    position: absolute;
    bottom: 42px;
    width:100%;
}
.shwd-details-content{
    margin-top: 16px;
}
.shwd-details-right{
    margin-left: 14px;
    flex:1;
}
.shwd-details-right-title{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 26px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shwd-details-right-box p{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 6px;
}
.shwd-details-right-box p span{
    color: #999;
    font-weight: normal;
    line-height: 25px;
}
.shwd-details-xgzs{
    margin-top: 8px;
}
.shwd-details-left1{
    width: 215px;
    height: 143px;
    border: 1px solid #EBEBEB;
}
.shwd-details-left1 img{
    width: 100%;
    height: 100%;
}
.shwd-details-box .shwd-details-right img {
       width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: 0px;
    border-radius: 50%;
}
.shwd-details-box .index-fw-title{
    margin-top: 0;
}
.shwd-details-box .index-jxwd-box-top{
    padding-top: 4px;
}
.shwd-details-box .shwd-details-right{
    margin-left: 20px;
}
.shwd-details-box-a{
    width: 49%;
    background: #F5F7F9;
    padding: 16px;
    margin-top: 16px;
}
.shwd-details-right .index-fw-text{
    -webkit-line-clamp: 2;
}
.shwd-border{
    border-bottom: 1px dashed #EBEBEB;
    height:60px;
}
.shwd-box-bottom{
    margin-top: 16px;
}
.shwd-box-bottom-img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.shwd-box-bottom-img img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.shwd-box-bottom-name{
    font-size: 15px;
    color: #333;
    margin-left: 5px;
    margin-right: 5px;
}
.shwd-box-bottom-time{
    font-size:14px;
    color: #999999;
}
.shwd-box-bottom-h5{
    display: none;
}
.ppdq-title {
    margin-top: 24px;
    margin-bottom: 24px;
}
.ppdq-title a{
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height:35px;
    margin-right: 11px;
}
.ppdq-title a:hover{
    color: #FFFFFF;
    background: #4DA6FF;
}
.shwd-tjrmpp{
    width:1232px;
    margin:0 auto;
}
.shwd-tjrmpp .shwd-pptj{
    margin-left: 16px;
}
.shwd-tjrmpp-box-p{
    background: #F5F5F5;
    height: 42px;
    line-height:42px;
    padding-left: 15px;
    margin-right: 20px;
    margin-bottom: 16px;
}
.shwd-tjrmpp-box-a{
    font-size: 18px;
    color: #333333;
    width: 20px;
}
/* 品牌大全-详情 */
.ppdq-details-left{
    text-align: center
}
.ppdq-details-left img{
    width:237px;
    height:190px;
    margin-top: 23px;
} 
.ppdq-details-text{
    font-size: 16px;
    color: #333333;
    line-height: 25px;
}  
.ppdq-details-cjxx{
    margin-top: 0;
}
.ppdq-details-cjxx{
    margin-top: 30px;
}
/* 代码大全 */
 .dmdq-left{
    width: 387px;
}
.dmdq-left .index-zxxy-box-img{
    width: 100%;
    height: 257px;
}
.dmdq-left .index-fw-title {
    background: rgba(0, 0, 0, .6);
    font-size: 16px;
    color: #fff;
}
.dmdp-box{
    margin-top: 24px;
} 
.dmdp-box .index-zxxy-box-bottom a{
    border: 1px solid #EBEBEB;
    width:189px;
}
.dmdp-box .index-zxxy-box-bottom p{
    margin-bottom: 6px;
    padding: 0 10px;
}
.dmdp-conetnt a{
    font-size: 16px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top:16px;
}
a.dmdp-conetnt-text{
    font-weight: bold;
    margin-top: 12px;
}
.dmdp-conetnt a:hover{
    color: #4DA6FF;
}
.dmdq-right{
    flex:1;
}
.dmdq-right-width{
    width: 391px;
}
.dmdq-right-box{
    flex: 1;
    margin-left: 12px;
}
.dmdq-right-top{
    margin-left: 16px;
}
.dmdq-right-top .dmdp-conetnt-text{
    margin-top: 0;
}
.dmdp-conetnt-top{
    margin-top: 30px;
}
.dmdq-right-box-right{
    flex:1;
}
.dmdq-right-box-right p{
    font-size: 16px;
    color: #333333;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dmdq-right-box-text{
    font-size: 15px;
    color: #999999;
    height:35px;
    line-height: 18px;
    margin-top: 12px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dmdq-right-box-img{
    width:109px;
    height:71px;
    margin-right: 6px;
}
.dmdq-right-box-img img{
    width:100%;
    height:100%;
}
.dmdq-right-box a{
    margin-bottom: 26px;
}
.dmdq-right-box a:last-child{
    margin-bottom:0
}
.dmdq-right-bottom a{
    width:190px;
    margin-top: 16px;
    margin-left: 12px;
}
.dmdq-right-bottom-img{
    width:100%;
    height:127px
}
.dmdq-right-bottom-img img{
    width: 100%;
    height: 100%;
}
.dmdq-right-bottom p{
    background: #FBFCFD;
    border: 1px solid #EBEBEB;
    font-size: 15px;
    color: #333333;
    text-align: center;
    padding:0 10px;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.gzdm-left{
    width:790px;
}
.gzdm-right{
    flex: 1;
    margin-left: 16px;
}
.gzdm-bottom a{
    width:188px;
}
.gzdm-bottom a img{
    width:100%;
    height:125px;
}
.gzdm-left-box .index-jdwx-left{
    margin-bottom: 10px;
}
.gzdm-left-box .index-cjxx-box p{
    margin-right: 0;
}
.dmdq-main{
    margin-top: 27px;
}
.gzdm-left .index-cjxx-box{
    margin-bottom: 24px;
}
.dmdq-bxgz .index-jdwx-left{
    margin-bottom: 24px;
}
.gzdm-right-rmzs{
    background: linear-gradient(180deg, #FFF1DE -131%, #FFFFFF 60%);
    border: 1px solid #F5F5F5;
}
.gzdm-right-rmzs-title{
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 16px 0;
}
.gzdm-right-rmzs .index-cjxx-box{
    padding:0 20px 16px 20px;
}
.gzdm-right-rmwd .index-jdwx-left{
    margin-top: 24px;
    margin-bottom: 10px;
}
.gzdm-right-rmwd .index-jxwd-box a{
    width:100%;
    margin-right: 0;
}
.gzdm-right-rmwd .index-jxwd-box a:last-child{
    margin-bottom: 0;
}
.dmdq-bxgz .shwd-loging{
    margin-top: 30px;
    margin-bottom: 20px;
}
.gzdm-right-xgtj a{
    width:100%;
    padding:30px 0;
    background: #F8F8F8;
    margin-bottom: 20px;
}
.gzdm-right-rmwd-img{
    width: 332px;
    height: 332px;
    margin:0 auto;
}
.gzdm-right-rmwd-img img{
    width: 100%;
    height: 100%;
}
.gzdm-right-xgtj .index-fw-title{
    text-align: center;
}
.gzdm-right-xgtj .index-fw-text{
    text-align: center;
}
.gzdm-right-xgtj .search-fwxm-price{
    text-align: center;
}
.index-img7{
    display:block    
}
.index-img77{
    display:none;
}
.dmdqDetails{
    width: 100%;
}
.dmdqDetails-left{
    width: 851px;
}
.dmdqDetails-left-title{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 16px;
}
.dmdqDetails-right{
    width: 332px;
}
.dmdqDetails-left-time{
    border-bottom: 1px dashed #EBEBEB;
    padding-bottom: 20px;
}
.dmdqDetails-left-time p{
    font-size: 15px;
}
.dmdqDetails-left-main{
    margin-top: 24px;
    margin-bottom: 24px;
    color: #333
}
.dmdqDetails-left-gg-pc{
    width:100%;
    height: 229px;
}
.dmdqDetails-left-gg-h5{
    width:100%;
    height:550px;
    display:none
}
.dmdqDetails-left-pages{
    margin-top: 10px;
}
.dmdqDetails-left-pages a{
    background: #F5F5F5;
    padding:20px 18px;
    width:49%;
}
.dmdqDetails-left-pages a p{
    margin:0
}
.dmdqDetails-left-pages a p:first-child{
    margin-bottom: 6px;
}
.dmdqDetails-right-bx{
    width: 100%;
    background: #FFFAF6;
    padding:0 20px;
}
.dmdqDetails-right-bx-title{
    font-size: 16px;
    color: #E6454A;
    font-weight: bold;
    padding-top: 19px;
    text-align: center;
}
.dmdqDetails-right-bx-ul{
    margin-top: 3px;
}
.dmdqDetails-right-bx-ul a{
    margin-top: 12px;
    width: 65px;
    height: 28px;
    line-height:28px;
    background: #FFE5E5;
    border-radius: 2px;
    font-size: 12px;
    color: #333333;
    text-align: center;
}

.dmdqDetails-right-bx-content p{
    color: #333333;
    font-weight: bold;
    margin-top: 16px;
}
.dmdqDetails-right-bx-content p span{
    font-size: 12px;
    color: #666666;
    font-weight: normal;
}
.dmdqDetails-right-bx-btn{
    margin-top: 24px;
}
.dmdqDetails-right-bx-btn a{
    width:49%;
    height: 38px;
    line-height:38px;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 3px;
}
.dmdqDetails-right-bx-btn a:first-child{
    background: #E6454A;
}
.dmdqDetails-right-bx-btn a:last-child{
    background: #C39869;
}
.dmdqDetails-right-bx-gg{
    font-size: 12px;
    color: #2F80FF;
    text-align: right;
    margin-top: 10px;
    padding-bottom: 10px;
}
.dmdqDetails-right-rmzs{
    margin-top: 16px;
    margin-bottom: 16px;
}
.jxxy-rdht-title img{
    width:17px;
    height:22px;
    margin-right: 6px;
}
.jxxy-rdht-title p{
    font-size: 18px;
    color: #333333;
}
.jxxy-rdht-box{
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
}
.jxxy-rdht-box a{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    margin-right: 16px;
}
.jxxy-rdht-box::-webkit-scrollbar,.fwxm-hover-content-right::-webkit-scrollbar{
    display:none;
}
.jxxy-rdht{
    margin-top: 26px;
    margin-bottom: 24px;
}
.dmdqDetails-left-box{
    width: 293px;   
    background: #333333;
    padding:15px;
    box-sizing: border-box;
}
.dmdqDetails-left-padding{
    padding:0 24px;
    border:1px solid #444;
}
.dmdqDetails-left-box-title{
    height:63px;
    line-height:63px;
    font-size: 16px;
    color:#fff;
    border-bottom:1px solid #444;
    text-align: center;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dmdqDetails-left-box-text{
    margin-top: 16px;
    margin-bottom: 16px;
    height: 150px;
    font-size: 15px;
    line-height: 22px;
    color: #999999;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.dmdqDetails-left-img{
    width:557px;
    height:318px;
}
.dmdqDetails-left-img img{
    width:100%;
    height:100%;
}
.dmdqDetails-left-a{
    margin-bottom: 20px;
    width:100%;
    justify-content: space-between;
}
.dmdqDetails-left-a .search-jxzs-tag a,.dmdqDetails-left-a div p{
    color:#999;
}
.dmdqDetails-left-a .index-zxxy-box-margin {
    margin-left: 0;
}
.dmdqDetails-rmwz{
    margin-top: 20px;
}
.dmdqDetails-rmwz-bottom a{
    margin-left: 0;
    margin-right: 19px;
    width:198px;
}
.dmdqDetails-rmwz-bottom a img{
    width:100%;
    height:132px
}
.dmdqDetails-rmwz-bottom a:nth-child(4),
.dmdqDetails-rmwz-bottom a:nth-child(8){
    margin-right: 0;
}
.dmdqDetails-gzdm{
    margin-top: 20px;
    margin-bottom: 16px;
}
.dmdqDetails-right-cjbq-box {
    margin-top: 16px;
}
.dmdqDetails-right-cjbq .index-jdwx-left{
    margin-top: 20px;
}
.dmdqDetails-right-cjbq-box a{
    width: 106px;
    height: 34px;
    line-height: 34px;
    background: #F5F7F9;
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
    text-align: center;
}
.dmdqDetails-right-hxk .index-jdwx-left{
    margin-top: 20px;margin-bottom: 18px;
}
.dmdqDetails-right-hxk .index-cjxx-box .index-box-display{
    padding-left: 12px;
}
.dmdqDetails-right-hxk .index-cjxx-box .index-box-display::after{
    width: 6px;
    height: 6px;
    background: #CAE0F3;
}
.dmdqDetails-search-right-box{
    margin-top: 26px;
}
/* 家修学院-详情 */
.jxxy-xin .index-box{
    width: 78px;
    height: 31px;
    line-height:31px;
    border-radius: 30px;
    align-items: center;
    justify-content:center;
    cursor: pointer;
}
.jxxyDetails-left{
    border-bottom: 1px dashed #EBEBEB;
}
.dmdqDetails-left .dmdqDetails-left-time{
    border: none;
}
.jxxy-xh-btn{
    background: #4DA6FF;
}
.jxxy-yxh-btn{
    background: #F5F9F9;
}
.jxxy-xin img{
    width: 15px;
    height: 14px;
    margin-right: 3px;
}
.jxxy-xin p{
    font-size: 15px;
}
.jxxy-xh-btn p{
    color: #fff;
}
.jxxy-yxh-btn p{
    color: #333;
}
.jxxyDetails-tag p{
    font-size: 16px;
    color: #999999;
    margin-bottom: 10px;
}
.jxxyDetails-tag a{
    height: 29px;
    line-height: 29px;
    background: #F1F6FB;
    font-size: 15px;
    color: #4DA6FF;
    text-align: center;
    padding:0 10px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.jxxyDetails-gg{
    background: linear-gradient(180deg, #263747 0%, #30495A 100%);
    padding:0 15px;
    padding-bottom: 10px;
    margin-top: 26px;
}
.jxxyDetails-gg-left img{
    width:113px;
    height:152px;
}
.jxxyDetails-gg-top{
    padding-top: 24px;
}
.jxxyDetails-gg-box{
    margin-left: 16px;
}
.jxxyDetails-gg-box-title{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
.jxxyDetails-gg-box-title p{
    font-size: 15px;
    color: #FF6600;
    font-weight: normal;
    margin-left: 20px;
}
.jxxyDetails-gg-text{
    margin-top: 18px;
}
.jxxyDetails-gg-text p span{
    font-size: 15px;
    color: #FFF;
}
.jxxyDetails-gg-text p{
    color: #7D8D97;
    line-height:22px;
    margin-top: 8px;
}
.jxxyDetails-gg-left{
    flex:1;
    margin-right: 16px;
}
.jxxyDetails-gg-right a{
    width: 131px;
    height: 48px;
    line-height:48px;
    border-radius: 3px;
    text-align:center;
    font-size: 15px;
}
.jxxyDetails-gg-right a:nth-child(1){
    background: #FFE100;
    color: #394551;
    margin-bottom: 18px;
    margin-top: 8px;

}
.jxxyDetails-gg-right a:nth-child(2){
    background: #E65800;
    color: #FFFBF8;
}
.jxxyDetails-gg-bottom{
    margin-top: 36px;
}
.jxxyDetails-gg-bottom a{
    position: relative;
}
.jxxyDetails-gg-bottom a img{
    width:98px;
    height:98px;
}
.jxxyDetails-gg-bottom a p{
    font-size: 11px;
    color: #fff;
    position:absolute;
    left:50%;
    top: 50%;
    transform:translate(-50%,-50%)
}
.jxxyDetails-gg-bottom-gg{
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0.4;
    text-align: right;
    margin-top: 10px;
}
.jxxy-zxbx{
    background: #394551;
    padding:0 30px
}
.jxxy-zxbx-title{
    font-size: 19px;
    color: #FE6100;
    font-weight: bold;
    padding-top: 30px;
    margin-bottom: 28px;
    text-align: center;
}
.jxxy-zxbx ul{
    padding:0 28px;
}
.jxxy-zxbx ul li{
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: #FFFFFF;
    font-size: 16px;
    color: #394551;
    text-align: center;
    margin-bottom: 15px;
}
.jxxy-zxbx-box{
    margin-top: 20px;
}
.jxxy-zxbx-box p{
    font-size: 17px;
    font-weight: bold;
    color: #E65800;
    margin-bottom: 16px;
}
.jxxy-zxbx-box p span{
    font-size: 15px;
    font-weight: normal;
    color: #fff;
}
.jxxy-zxbx-btn a{
    width: 108px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 19px;
    border-radius: 6px;
}
.jxxy-zxbx-btn a:nth-child(1){
    background: #E65800;
    color: #FFFFFF;
    margin-right: 26px;
}
.jxxy-zxbx-btn a:nth-child(2){
    background: #FFE100;
    color: #394551;
}
.jxxy-zxbx-gg{
    text-align: right;
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.7;
    margin-top: 9px;
    padding-bottom: 14px;
}
/* 服务项目 */
.fwxm-left{
    width:232px;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
	position: relative;
    z-index: 9;
}
.fwxm-left-title{
    height: 58px;
    background: #4DA6FF;
}
.fwxm-left-title img{
    width:19px;
    height:19px;
    margin-right: 5px;
}
.fwxm-left-title p{
    font-size: 18px;
    color: #FFFFFF;
}
.fwxm-right{
    flex:1;
    position: relative;
}
.fwxm-left-box{
    height:500px;
    overflow-y: scroll;
    scrollbar-width: none;
}
.fwxm-left-box::-webkit-scrollbar{
    display: none;
}
.fwxm-left-box-hover{
    padding:0 15px;
    height:50px;
    border-bottom: 1px solid #F5F5F5;
}
.fwxm-left-box-hover:hover{
    background:#4DA6FF;
}
.fwxm-left-box-hover:hover p{
    color:#fff;
}
.fwxm-left-box-hover:last-child{
    border:none
}
.fwxm-left-box-hover p{
    font-size: 16px;
    color: #333333;
}
.fwxm-left-box-hover img{
    width:4px;
    height:8px;
}
.fwxm-right-top-img{
    width:100%;
    height:437px;
}
.fwxm-right-bottom a{
    width:226px;
    height:119px;
    position: relative;
    margin-left: 16px;
    border: 1px solid #EBEBEB;
}
.fwxm-right-bottom a:nth-child(2){
    background: linear-gradient(180deg, #F6FFF2 0%, #FFFFFF 100%);
}
.fwxm-right-bottom a:nth-child(4){
    background: linear-gradient(180deg, #EEF3FF 0%, #FFFFFF 100%);
}
.fwxm-right-bottom a img{
    width:100%;
    height:100%;
}
.fwxm-right-bottom-bg{
    width:100%;
    position: absolute;
    top: 0;
    left:0;
    padding-left: 14px;
    margin-top: 10px;
}
.fwxm-right-bottom-bg .index-fs-btn{
    color: #333
}
.fwxm-right-bottom-bg .index-fw-title{
    font-size: 16px;
}
.fwxm-right-bottom-bg .index-fw-text{
    font-size: 12px;
    margin-top: 4px;
}
.fwxm-hover-box{
    position: absolute;
    left: 230px;
    top: 0;
    color: #333;
    border: 1px solid #EBEBEB;
    background:#fff;
    padding:30px;
    width:970px;
    height: 100%;
    box-sizing: border-box;
    display:none
}
.fwxm-hover-content p{
    width:105px;
    font-size: 16px;
    color: #333 !important;
    font-weight: bold !important;
}
.fwxm-hover-content-right{
    flex: 1;
}
.fwxm-hover-content{
    margin-bottom: 12px;
}
.fwxm-hover-content-right a{
    font-size: 16px;
    color: #333;
    margin-right: 20px;
    margin-bottom: 16px;
}
.fwxm-hover-content-right a:hover{
    color: #4DA6FF;
}
.fwxm-wxpp{
    margin-top: 16px;
    width:100%;
}
.fwxm-wxpp .index-pptj-title::after{
    bottom: -30px;
}
.fwxm-wxpp .index-box-display{
    margin-top: 66px;
}
.fwxm-sf-box{
    background: #F8F8F8;
    padding:12px 0 12px 20px;
    width: 388px;
}
.fwxm-sf-left{
    flex:1;
    border-right: 1px solid #EBEBEB;
}
.fwxm-sf-right{
    width: 100px;
}
.fwxm-sf-left-top{
    margin-bottom: 12px;
}
.fwxm-sf-left-top img{
    width:61px;
    height:61px;
    margin-right: 12px;
}
.fwxm-sf-left-top-right{
    flex:1;
}
.fwxm-sf-left-top-title{
    font-size: 20px;
    color: #333333;
    margin-top: 8px;
}
.fwxm-sf-left-top-text{
    font-size: 15px;
    color: #999999;
    margin-top: 3px;
}
.fwxm-sf-left-bottom{
    font-size: 15px;
    color: #333333;
    line-height: 21px;
    padding-right: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fwxm-sf-right-title{
    font-size: 15px;
    color: #999999;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 6px;
}
.fwxm-sf-right-box p{
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-bottom: 6px;
}
.fwxm-sf-right-box p:last-child{
    margin-bottom: 0;
}
.fwtj-bottom-right {
    width:304px;
    border: 1px solid #EBEBEB;
}
.fwtj-right-top {
    width: 100%;
    height: 50px;
    line-height:50px;
    background: url(../images/bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    font-size: 17px;
    color: #333333;
}
.xiu-box a{
    justify-content:space-between
}
.fwtj-right-content {
    padding: 12px 15px 15px 15px;
    display: flex;
    flex-direction: column;
}
.fwtj-select {
    position: relative;
}
.fwtj-input {
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 3px;
    outline: none;
    margin-bottom: 10px;
    text-indent: 0.5rem;
    box-sizing: border-box;
}
.city-input {
    width: 100%;
    position: relative;
}
.fwtj-number {
    font-size: 15px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}
.fwtj-select p {
    line-height: 33px;
    font-size: 15px;
    color: #999999;
}
.fwtj-select-ul {
    width: 100%;
    height: 100%;
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.fwtj-select img {
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 8px;
    height: 7px;
    z-index: 999;
}
.city-input-ui {
    margin-top: -10px;
    margin-bottom: 10px;
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    /* padding-bottom: 10px; */
    z-index: 99;
}
.city-input p {
    position: absolute;
    top: 38px;
    left: 10px;
    font-size: 12px;
    color: red;
    display: none;
}
.fwtj-btn {
    height: 35px;
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 3px;
    background: #4DA6FF;
    cursor: pointer;
    margin-top: 7px;
}
select{
    padding:5px 0;
    border: none;
    background: #FFFFFF;
    border-radius: 3px;
    outline: none;
    text-indent: 0.5rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand { display: none; }
.city-input-ui li {
    font-size: 12px;
    padding: 3px 5px;
    color: #333;
}
.fwxm-xd{
    width:100%;
    margin-top: 20px;
    justify-content:space-between;
}
.fwxm-cyjd a{
    width:208px;
    margin-bottom: 0;
}
.fwxm-cyjd a img{
    width: 176px;
    height:176px;
}
.fwxm-jdwx{
    width: 100%;
}
.fwxm-jdwx-title{
    margin-top: 20px;
}
.fwxm-jdwx-box .index-jdwx-bg-right{
    display: block;
}
.fwxm-jdwx-box .index-jdwx-bg-right-bg:nth-child(1){
    border-right: 1px solid #EBEBEB;
}
.fwxm-jdwx-box .index-jdwx-bg-right-bg:nth-child(2){
    border-bottom: 1px solid #EBEBEB;
}
.fwxm-jdwx-box .index-jdwx-bg-right{
    width:auto;
}
.fwxm-jdwx-right a{
    width:214px;
}
.fwxm-jdwx-right a img{
    width:180px;
    height:186px;
}
.fwxm-jdwx-right .search-fwxm-title2{
    margin-top: 20px;
    margin-bottom: 8px;
}
.fwxm-main-jxxy{
    width: 593px;
}
.fwxm-main-jxwd{
    flex: 1;
    margin-left: 16px;
}
.fwxm-main-jxxy-img {
    margin-top: 6px;
}
.fwxm-main-jxxy-img div{
    width: 142px;
    height: 95px;
    border: 1px solid #EBEBEB;
    margin-right: 8px;
}
.fwxm-main-jxxy-img div:last-child{
    margin-right: 0;
}
.fwxm-main-jxxy-img div img{
    width: 100%;
    height:100%;
}
.fwxm-main-jxxy-box .index-zxxy-box-right-bottom{
    margin-top: 8px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #DDDDDD;
}
.fwxm-main-jxwd .shwd-details-left1{
    width: 185px;
    height: 123px;
    margin-top: 6px;
}
.fwxm-main-jxwd .shwd-box-bottom{
    margin-top: 14px;
}
.fwxm-main-jxwd .index-jxwd-box-top{
    margin-bottom: 6px;
}
.fwxm-main{
    margin-bottom: 20px;
}
.fwxm-left-h5-box-hover,.fwxm-left-h5{
    display:none
}
.fwxmList-main{
    margin-top: 22px;
}
.fwxmList-border{
    border-bottom: none;
    padding-bottom: 0;
}
.fwxmList-box{
    width:1216px;
    margin:0 auto;
    margin-top: 6px;
}
.fwxmList-box a{
    width: 227px;
}
.fwxmList-box a img{
    width: 100%;
    height:197px;
}
/* 服务项目-详情 */
.details-content-top{
    display:flex;
    padding:33px 30px;
    background-color: #fff;
    flex-wrap: wrap;
}
.details-content-top-swiper{
    width: 419px;
    overflow: hidden;
    position: relative;
}
.details-content-right{
    flex: 1;
    margin-left: 33px;
    position: relative;
}
.details-content-right-title{
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 12px;
}
.details-content-right-text{
    font-size: 16px;
    color: #999;
    line-height:26px;
    height: 47px;
    width: 497px;
}
.details-content-right-price{
    font-size: 32px;
    color: #FE6100;
    margin-right: 30px;
}
.details-box1{
    margin-top: 20px;
    align-items: baseline;
}
.details-content-right-price span{
    font-size: 18px;
}
.details-content-right-p{
    display:flex;
    align-items: center;
}
.details-content-right-p p{
    font-size: 16px;
    color: #333333;
    margin-right: 3px;
}
.details-content-right-p img{
    width:6px;
    height:10px;
}
.details-content-right-ul{
    margin-top: 111px;
    display:flex;
    align-items: center;
}
.details-content-right-ul li{
    display:flex;
    align-items: center;
    margin-right: 30px;
}
.details-content-right-ul li:last-child{
    margin-right: 0;
}
.details-content-right-ul li img{
    width:17px;
    height:17px;
    margin-right: 4px;
}
.details-content-right-ul li p{
    font-size: 15px;
    color: #666;
}
.details-content-bth{
    margin-top: 23px;
    display:flex;
    align-items: center;
}
.details-content-bth a{
    height: 39px;
    line-height:39px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.details-content-bth a:hover{
    opacity: .7;
}
.details-content-bth a:nth-child(1){
    width: 180px;
    background: #FE6100;
    margin-right: 15px;
}
.details-content-bth a:nth-child(2){
    width: 309px;
    background: #4DA6FF;
    margin-right: 43px;
}
.details-content-bth a:nth-child(3){
    display: flex;
    align-items: center;
}
.details-content-bth a:nth-child(3) img{
    width:34px;
    height:30px;
    margin-right: 10px;
}
.details-content-bth a:nth-child(3) p{
    font-size: 16px;
    color: #333;
}
.details-content-ewm{
    width: 169px;
    border: 1px solid #EBEBEB;
    position:absolute;
    top: 0;right: 0;
}
.details-content-ewm img{
    width: 126px;
    height:126px;
    margin: 21px;
    display: block;
}
.details-content-ewm-box{
    border-top: 1px solid #EBEBEB;
    height:64px;
}
.details-content-ewm-box p{
    font-size: 16px;
    color: #999;
    margin-top: 8px;
    text-align: center;
}
.details-content-ewm-box p:last-child{
    font-size: 12px;
    margin-top: 5px;

}
.index-ppwx-right-box .swiper-button-next,.index-ppwx-right-box .swiper-button-prev{
    display:block !important;
    text-align: center;
    line-height: 21px;
    pointer-events: auto;
}
.swiper-button-next,.swiper-button-prev{
    display:none;
}
.index-ppwx-right-box .indexSwiper .swiper-button-prev:after,.index-ppwx-right-box .indexSwiper .swiper-button-next:after{
    font-size: 11px;
}
.mySwiper2 {
    height:315px;
    width: 100%;
}

.mySwiper {
height: 20%;
box-sizing: border-box;
padding: 7px 0;
}

.mySwiper .swiper-slide {
width: 100%;
height: 60px;
opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
opacity: 1;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
}
.details-bottom-left{
    width: 310px;
    background-color: #fff;
    padding:0 16px;
}
.details-bottom-right{
    width:872px;
}

.details-content-bottom{
    margin-top: 26px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.details-bottom-left-title{
    height:71px;
    line-height:71px;
    font-size: 18px;
    color: #333333;
}
.details-bottom-left .main-fwtj-box-a{
    padding:0;
    background:#F8F8F8;
    padding-bottom: 33px;
    margin-bottom: 15px;
}
.details-bottom-left .main-fwtj-img{
    width: 250px;
    height:250px;
    margin: 0 auto;
    padding-top: 13px;
}
.details-bottom-left .main-fwtj-img img{
    width: 100%;
    height:100%;
}
.details-bottom-left .main-fwtj-box-title,
.details-bottom-left .main-fwtj-box-text,
.details-bottom-left .main-fwtj-box-price
{
    text-align: center;
    padding:0 13px;
}
.details-bottom-left .main-fwtj-box-title{
    margin-top: 16px;
    margin-bottom: 5px;
}
.details-bottom-left .mian-fwtj-kong{
    width: 100%;
    height:100%;
}

.service-rxtj-right {
    width: 872px;
}

.service-box1 {
    padding: 0 17px;
}

.service-box-item1 {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    margin-top: 19px;
}

.service-box-item1 .service-box-item-img {
    width: 100%;
    height: 264px;
}

.service-rxtj-right-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #EBEBEB;
    background-color: #fff;
}
.service-rxtj-right-content{
    background-color: #fff;
}

.service-rxtj-right-a {
    display: flex;
    align-items: center;
    height: 100%;
    width:100%;
}

.service-rxtj-right-a+a {
    width: 180px;
    line-height: 50px;
    text-align: center;
    background-color: #0099FF;
}
.details-h5{
    display:none
}
.service-rxtj-right-a a {
    width: 180px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333333;
}

.service-rxtj-right-a-text {
    color: #fff !important;
    background-color: #4DA6FF;
}
.service-rxtj-right-a a:hover{
    color: #fff !important;
    background-color: #4DA6FF;
}
.service-rxtj-xq {
    padding: 36px;
}

.service-rxtj-xq img {
    width: 100%;
    height: 100%;
}

.service-rxtj-sfbz {
    padding:  30px;
}

table {
    border-spacing: 0;
    width: 100%;
    margin-top: 20px;
}

table tr {
    line-height: 50px;
    text-align: center;
}

table tr th {
    color: #333;
    font-size: 16px;
}

table tr td {
    width: 50%;
    color: #666;
    font-size: 15px;
}

.service-fwpj {
    padding:30px;
}

.service-fwpj-box {
    margin-top: 16px;
}

.service-fwpj-item {
    border-bottom: 1px dashed #898989;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 17px;
}

.service-fwpj-item:last-child {
    border-bottom: none;
}

.service-fwpj-item-img {
    width: 100%;
    display: flex;
    align-items: center;
}
.service-fwpj-item-img img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 7px;
}

.service-fwpj-item-title,
.service-fwpj-item-name {
    display: flex;
    align-items: center;
}

.service-fwpj-item-title {
    justify-content: space-between;
}

.service-fwpj-item-name span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.service-fwpj-item-time {
    font-size: 12px;
    color: #999;
}

.service-fwpj-img {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.service-fwpj-img p {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: url('../images/start.png') no-repeat center;
    background-size: cover;
}

.service-fwpj-img p.activeStar {
    width: 15px;
    height: 15px;
    background: url('../images/startactive.png') no-repeat center;
    background-size: cover;

}

.service-fwpj-item-content {
    font-size: 15px;
    color: #333;
    line-height: 23px;
    padding-bottom: 10px;
    margin-top: 14px;
}
.service-fwpj-item-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-fwpj-item-content-img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.service-fwpj-item-content-img img {
    width: 120px;
    height: 120px;
    margin-right: 10px;
}

.service-fwpj-item-right {
    flex: 1;
}
.article-list-left-ul {
    display: flex;
    align-items: center;
    margin-top: 19px;
    justify-content: end;
    padding-right: 30px;
}

.article-list-left-ul li {
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    border-right: none;
}

.article-list-left-ul li:last-child {
    border-right: 1px solid #DDDDDD;
}

.article-list-left-ul li a {
    font-size: 15px;
    color: #333;
}

.article-list-left-ul li:hover {
    background: #4DA6FF;
}

.article-list-left-ul li:hover a {
    color: #fff;
}

li.article-list-left-ul-active {
    background: #4DA6FF;
}

li.article-list-left-ul-active a {
    color: #fff;

}
.article-list-left-title{
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.details-box{
    display:none;
}
.details-box-active{
    display:block
}
.table-box{
    padding: 0 10px;
    padding-bottom: 10px;
}
.table-box p,.table-box-p{
    font-size: 15px;
    color: #666;
    line-height:25px;
}
.table-box-p{
    margin-top: 10px;
}
.details-content{
    margin-top: 16px;
}
/* 家修问答 */
.shwd-pc .jxwd,.shwd-pc .jxwd-left-top{
    align-items: flex-start;
}
.shwd-pc .index-jxwd-box-top,.shwd-pc .shwd-box-bottom{
    justify-content: flex-start;
}
.shwd-pc .shwd-border{
    align-items: flex-start;
    justify-content: flex-start;
}
.shwd-pc .wd-ss{
    margin-bottom: 0;
}
.shwd-pc .jxwd-left-right .jxwd-lr-box-title{
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 20px;
}
.shwd-pc .index-fw-title:hover{
    color:#1479D7;
}
.shwd-pc .index-zxxy-box-right-text{
    font-size: 15px;
    -webkit-line-clamp: 3;
    height: auto;
    line-height: 24px;
}
.shwd-pc .index-fw-title{
    font-size: 16px;
    color: #333333;
}
.shwd-pc .index-wxzs-title,.shwd-pc .wd-ss a{
    font-size: 16px;
    color: #333333;
}
.shwd-pc .jxwd-rmfw a:hover,.shwd-pc .index-wxzs-title:hover,.shwd-pc .wd-ss a:hover{
    color: #1479D7;
}
.index-box-a{
    display: flex;
}
.shwd-pc .index-jxwd-box-top .index-fw-title{
    padding-left: 0;
}
.shwd-pc .ktwxList-rmzx-box .index-wxzs-box {
    margin-bottom: 20px;
}
.shwd-details-pc{
    justify-content: flex-start;
}
.shwd-pc .ktwxList-rmzx-box1{
    margin-top: 0;
}
.shwd-pc .jxwdDetails-q-box,.shwd-pc .jxwdDetails-q-text{
    justify-content: flex-start;
}
.shwd-pc .jxwdDetails-a-bottom{
    align-items: flex-start;
}
.wd-xw{
    flex-wrap: wrap;
}
.jxwd-jdwd{
    border: 1px solid #EBEBEB;
    width: 332px;
    margin-right: 16px;
}
.jxwd-jdwd-title{
    align-items: center;
    justify-content:center;
    height: 50px;
    background: #F5F5F5;
}
.jxwd-jdwd-title img{
    width:20px;
    height:20px;
    margin-right: 6px;
}
.jxwd-jdwd-title p{
    font-size: 18px;
    color: #333333;
}
.jxwd-jdwd-box{
    padding-left:18px;
    align-items: center;
    flex-wrap: wrap;
}
.jxwd-jdwd-box{
    padding: 0 16px
}
.jxwd-jdwd-box li{
    border-bottom: 1px solid #F5F5F5;
}
.jxwd-jdwd-box a{
    font-size: 16px;
    color: #333333;
    margin-top: 14px;
    padding-bottom: 11px;
    padding-right: 18px; 
}
.jxwd-lr-box{
    /*width: 501px;*/
    flex:1
}
.index-wxzs-img {
    width: 127px;
    height: 97px;
    border: 1px solid #EBEBEB;
    margin-right: 16px;
}
.jxwd-lr-title{
    height: 50px;
    line-height: 50px;
    background: rgba(254, 97, 0, .1);
    font-size: 16px;
    color: #333333;
    padding-left: 16px;
}
.jxwd-lr-title span{
    color:#FE6100
}
.jxwd-lr-box-title{
    font-weight: bold;
    text-align: center;
}
.jxwd-lr-a a{
    font-size: 16px;
    color: #333333;
    width:33.3%;
    margin-top: 12px;
}
.wd-wx-item {
    width: 186px;
    margin-top: 16px;
    margin-right: 16px;
}
.wd-wx-item:nth-child(6),.wd-wx-item:nth-child(12){
    margin-right: 0;
}
.wx-zbmd{
    margin-top: 30px;
}
.jxwd-left{
    width:850px;
}
.jxwd-left-right{
    flex: 1;
}
.jxwd-lr-box-text,.jxwd-lr-a{
    margin-bottom: 0;
}
.jxwd-lr-box-text{
    margin-top: 10px;
}
.jxwd-tw-tabs .index-jdwx-left{
    cursor: pointer;
    color:#999
}
.jxwd-tw-tabs .index-jdwx-left:hover{
    color: #333
}
.index-jdwx-left1{
    margin-left: 40px;
}
.index-jdwx-left1::after{
    display:none;
}
.jxwd-tw-tabs-active{
    color: #333 !important;
}
.jxwd-tw{
    margin-top: 30px;
}
.jxwd-tw-box .shwd-details-box{
    /*display:none*/
}
.jxwd-tw-box-active{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jxwd-rmfw{
    margin-top: 30px;
}
.jxwd-rmfw .index-box{
    margin-top: 20px;
}
.jxwd-rmfw a{
    width: 92px;
    height: 35px;
    line-height: 35px;
    background: #F5F7F9;
    font-size: 15px;
    color: #333333;
    text-align: center;
    margin-right: 16px;
    margin-bottom: 16px;
}
.jxwd-rmfw a:nth-child(8),
.jxwd-rmfw a:nth-child(16){
    margin-right: 0;
}
.jxwd-bottom{
    margin-top: 10px;
}
.jxwd-bottom .index-jdwx-left{
    margin-bottom: 16px;
}
.jxwd-right{
    flex:1;
    margin-left: 16px;
}
.jxwd-jds-title{
    height: 50px;
    line-height: 50px;
    background: rgba(77, 166, 255, .1);
    font-size: 16px;
    color: #333333;
    padding-left: 16px;
    text-align: center;
    position: relative;
}
.jxwd-jds-title::after{
    position:absolute;
    content: '';
    left:50%;
    bottom: 10px;
    transform:translate(-25%,0);
    width: 33px;
    height: 2px;
    background: #4DA6FF;
}
.jxwd-jds-box{
    margin-top: 10px;
}
.jxwd-jds-item{
    width: 32%;
    background: #F5F5F5;
    padding-top:20px;
    padding-bottom: 14px;
}
.jxwd-jds-img{
    width:66px;
    height:66px;
    margin:0 auto;
}
.jxwd-jds-img img{
    width:100%;
    height:100%;
}
.jxwd-jds-name{
    margin-top: 12px;
    margin-bottom: 4px;
}
.jxwd-jds-name,.jxwd-jds-text{
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.jxwd-jds-text{
    font-size: 15px;
    margin-bottom: 10px;
}
.jxwd-jds-box .jxxy-xin .index-box{
    margin:0 auto;
    width:68px;
    height:25px;
}
.jxwd-jds-box .jxxy-xin .index-box img{
    width:11px;
    height:10px;
}
.jxwd-jds-box .jxxy-xin .index-box p{
    font-size: 12px;
}
.jxwd-jds-box .jxxy-yxh-btn{
    background:rgba(77, 166, 255, .1)
}
.jxwd-sftj .jxwd-jds-title{
    background:transparent
}
.jxwd-sftj-box .index-box{
    background:#F5F5F5;
    padding:12px;
}
.jxwd-sftj-box .index-box img{
    width: 72px;
    height:72px;
}
.jxwd-sftj-box .fwxm-sf-left-top-title{
    margin-top: 0;
}
.jxwd-sftj-box .fwxm-sf-left-top-text{
    color: #333;
    margin-top: 0;
}
.jxwd-sftj-box .fwxm-sf-left-top-text span{
    color: #FE6100
}
.jxwd-sftj-box .index-fw-text{
    margin-top: 8px;
}
.jxwd-sftj-box{
    margin-top: 10px;
}
.jxwd-bottom .shwd-loging{
    margin-top: 10px;
    margin-bottom: 10px;
}
/* 家修问答-详情 */
.jxwdDetails-left{
    width: 848px;
}
.jxwdDetails-q-box{
    border: 1px solid #EBEBEB;
    padding:0 28px;
    padding-top: 18px;
    padding-bottom: 22px;
    align-items: baseline;
}
.jxwdDetails-q-box img{
    width:19px;
    height:19px;
    margin-right: 8px;
}
.jxwdDetails-q-title{
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.jxwdDetails-q-text p{
    font-size: 15px;
    color: #999999;
}
.jxwdDetails-q-text p:nth-child(1){
    margin-right: 26px;
}
.jxwdDetails{
    margin-top: 20px;
}
.jxwdDetails-a-box{
    margin-top: 24px;
    border: 1px solid #EBEBEB;
    padding:0 24px;
}
.jxwdDetails-a-box .shwd-box-bottom{
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 14px;
}
.jxwdDetails-a-bottom{
    margin-top: 18px;
}
.jxwdDetails-a-bottom-img{
    width:19px;
    height:19px;
    margin-right: 8px;
    margin-top: 3px;
}
.jxwdDetails-a-text{
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 26px;
    word-wrap: break-word;
}
.jxwdDetails-a-text p{
    margin-bottom: 18px;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    word-wrap: break-word;
}
.jxwdDetails-a-text h2, .article-content h3, .article-content h4, .article-content h5{padding:0;margin:25px 0;color: #555;font-weight:bold;}
.jxwdDetails-a-text h2{font-size:18px;line-height: 20px;font-weight:bold;border-left: 5px solid #307dca;padding: 0 0 0 10px;}
.jxwdDetails-a-text h3{font-size:18px;line-height: 20px;font-weight:bold;border-left: 5px solid #307dca;padding: 0 0 0 10px;}
.jxwdDetails-a-text h3{font-size:18px;}
.jxwdDetails-a-text h4{font-size:15px;}
.jxwdDetails-a-text h5{font-size:14px;}
.jxwdDetails-a-text ul, .article-content ol{margin:20px 0 21px 10px;}
.jxwdDetails-a-text ul{list-style: none;}
.jxwdDetails-a-text ol{list-style: decimal;}
.jxwdDetails-a-text li{margin-bottom: 6px;}
.jxwdDetails-a-text pre{word-wrap:break-word}
.jxwdDetails-a-text table{border-top:solid 1px #ddd;border-left:solid 1px #ddd;width:100%;margin-bottom:18px}
.jxwdDetails-a-text table th{background-color:#f9f9f9;text-align:center}
.jxwdDetails-a-text table td,.article-content table th{border-bottom:solid 1px #ddd;border-right:solid 1px #ddd;padding:5px 10px}
.jxwdDetails-a-text a{color: #307dca;  font-size: 16px;display: contents;}
.jxwdDetails-a-text a:hover{color: #307dca;}
.jxwdDetails-a-text pre,.comment pre{margin:20px 0;font:13px/20px 'courier new';background:#272822;padding:10px 15px;color:#F8F8D4;border:none}
.jxwdDetails-a-text blockquote{margin: 0 0 18px 0;border: 1px #d0d4c8 dashed;background: #f4f5f6;padding: 8px 12px;}
.jxwdDetails-a-text blockquote p{margin:0;padding:0;} .post-copyright{margin-top: 40px; background-color: #eee; padding-right: 30px; font-size: 12px; padding: 5px 0; color: #aaa; text-align: center;}
.jxwdDetails-a-text embed{display: block;margin-left: auto;max-width: 100%;
margin-right: auto;}
.jxwdDetails-a-text img{
    width: 580px;
    height: 386px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 34px;
}
.jxwdDetails-zxtw{
    margin-top: 20px;
}
.jxwdDetails-pages{
    margin-top: 20px;
}
/*.jxwdDetails-pages a:hover{*/
/*    background:#4DA6FF;*/
/*    opacity: .8;*/
/*}*/
/*.jxwdDetails-pages a:hover p{*/
/*    color: #fff;*/
/*}*/
.xwDetails-box-text-pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xwDetails-box-text {
    margin-top: 30px;
    font-size: 15px;
    color: #333;
    line-height: 34px;
}
.xwDetails-box-text-pages-left {
    width: 400px;
    display: flex;
    align-content: center;
    font-size: 16px;
    color: #333;
}
.xwDetails-box-text-pages-left a:hover{
    color: #1479D7;
}
.xwDetails-box-text-pages-left a {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    flex: 1;
    font-size: 16px;
}
.jxwdDetails-right{
    width:334px;
    margin-left: 18px;
}
.jxwdDetails-right .index-jdwx-left{
    margin-bottom: 16px;
}
.jxwdDetails-right-xgtj .gzdm-right-xgtj a .gzdm-right-rmwd-img{
    width:282px;
    height:282px;
}
.fwxmDtails-dptj{
    background:#fff;
    padding:20px 28px;
    padding-bottom: 4px;
    padding-right: 20px;
}
.fwxmDtails-dptj .search-fwxm a{
    width: 214px;
    margin-right: 20px;
}
.fwxmDtails-dptj1{
    width: auto !important;
}
.fwxmDtails-dptj1 img{
    width: 6px !important;
    height: 10px !important;
}
.fwxmDetails-left .index-jdwx-left{
    margin: 24px 0;
}
.fwxmDetails-left .search-fwxm a{
    width:100%;
    margin-right: 0;
}
.fwxmDetails-left .search-fwxm a img{
    width: 264px;
    height:264px;
}
.fwxm-img-h5{
    display:none;
}
.fwxm-img-pc{
    display:block
}
.fwxmDetaisl-h5{
    display:none;
} 
.h5-bg1{
    display:none
}
.pc-fwxm-color div{
    color: #fff !important;
}
.pc-fwxm-color .index-fw-text{
    opacity: .7;
}
.dmdqDetails-left-main,.dmdqDetails-left-main div,.dmdqDetails-left-main p,.dmdqDetails-left-main span{
    font-size:16px !important;
}
.shwd-details-left{
    background:#5986C2;
    display:flex;
    align-items: center;
    justify-content:center;
    padding:0 10px;
}
.shwd-details-left p{
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    text-align: center;
}
.shwd-pc .shwd-box-bottom-xg{
    border-bottom:none
}
.shwd-box-bottom-xg-box{
    border-bottom: 1px dashed #DDDDDD;
}
.shwd-pc h1{
    font-size: 24px;
}
.shwd-box-bottom-star{
    color: #fe6100;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
}






@media only screen and (max-width: 768px ) { 
    .wrap{
        padding: 0 10px;
    }
    .index-content,.index-content-padding,.index-banner-search,.index-jdwx-bg-right,.index-zxxy-box-right{
        width: 100%;
    }
    .index-banner-search input{
        width:100%;
        padding-left:10px;
        font-size: 15px;
    }
    
    .index-banner-search input::placeholder{
        font-size:14px;
    }
    .index-box-search{
        margin: 0 15px;
    }
    .index-bg-h5{
        flex-wrap: wrap;
        height:auto !important;
    }
    .index-ppwx-right-box{
        margin-top: 16px;
    }
    .index-ppwx-h5{
        display:none;
    }
    .header-top,.nav-ul-pc,.index-fw-h5,.index-pptj-box-pp-pc{
        display:none;
    }
    .nav-ul-h5,.index-pptj-box-pp-h5{
        width: 100%;
        margin-top: 16px;
        height: 30px;
        line-height: 30px;
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
        overflow-y: hidden;
    }
    .index-pptj-box-pp-h5{
        padding: 0 10px
    }
    .nav-ul-h5 li,.index-pptj-box-pp-h5 p{
        display: inline-block;
        margin-left: 0;
        margin-right: 20px;
    }
    .index-banner-conetnt{
        height:375px;
        background:url('../images/banner-h5.jpg') no-repeat center;
    }
    .index-img7{
        display:none
    }
    .index-img77{
        display:block;
    }
    .index-banner-title{
        padding-top: 56px;
        font-size: 24px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 6px;
        font-weight: bold;
    }
    .index-banner-search-text p{
        width:100%;
        text-align:center;
        font-size: 16px;
    }
    .index-banner-search-a a{
        width:100%;
        font-size: 15px;
        margin-top: 6px;
        margin-right: 0;
        text-align: center;
    }
    .index-banner-search-text{
        padding:0 10px;
    }
    .index-banner-text{
        font-size: 15px;
    }
    .index-search-img{
        flex: inherit;
        width: 100px;
    }
    .index-search-img button{
        font-size: 16px;
    }
    .index-search-img img{
        width:16px;
        height:16px;
    }
    .index-banner-search{
        margin: 24px 0;
        height:45px;
    }
    .index-fw a{
        width: 49%;
        margin-bottom: 10px;
        padding-bottom:16px;
        padding:10px;
    }
    .index-pptj-box .index-box-display{
        padding:0 10px;
    }
    .index-pptj-box a,.index-ppdq-li a{
        width: 49%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .index-pptj-box a div,.index-ppdq-li a div{
        width: 100%;
    }
    .index-ppdq-li{
        padding: 0 10px;
        justify-content: space-between;
    }
    .index-ppdq-ul{
        margin-top: 20px;
    }
    .header-nav{
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .index-fw{
        margin-top:16px;
        margin-bottom: 6px;
    }
    .index-pptj-title{
        margin-bottom: 30px;
        padding-top: 20px;
    }
    .index-pptj{
        padding-bottom: 0;
    }
    .index-jdwx-bg-right-bg{
        width: 50%;
        height:120px;
        padding-left: 10px;
        padding-top: 15px;
    }
    .index-jdqx-right .index-jdwx-bg-right-bg:nth-child(3), .index-jdqx-right .index-jdwx-bg-right-bg:nth-child(4), .index-jdqx-right .index-jdwx-bg-right-bg:nth-child(5){
        width: 50%;
    }
    .index-bg .index-jdwx-bg-right-bg img{
        width: 100%;
        height:auto;
    }
    .index-jdqx-right img{
        height: 100% !important;
    }
    .index-jdwx-bg-right-bg:nth-child(1), .index-jdwx-bg-right-bg:nth-child(3){
        border-left: 1px solid #EBEBEB;
    }
    .index-fw-text{
        position: relative;
        z-index: 2;
    }
    .index-item{
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .index-cjxx{
        margin-left: 0;
        margin-top: 16px;
    }
    .index-fsbl{
        width: 100%;
    }
    .index-fsbl,.index-ppdq{
        margin-top: 16px;
    }
    .index-wdcx-title .index-fw-text{
        top: 46px;
    }
    .index-wdcx-right-box{
        margin-top: 16px;
        justify-content:space-between
    }
    .index-wdcx-right-box a{
        margin-left:0;
        width:49%;
    }
    .index-wdcx-righ{
        width: 100%;
    }
    .index-wdcx-right-box a:nth-child(5), .index-wdcx-right-box a:nth-child(6), .index-wdcx-right-box a:nth-child(7), .index-wdcx-right-box a:nth-child(8){
        margin-bottom: 16px;
    }
    .index-ppwx-box .index-wdcx-left{
        padding-top: 6px;
        padding-left: 10px;
        height: 70px;
    }
    .index-ppwx{
        margin-bottom: 16px;
    }
    .index-bg1-h5{
        /* width:138px; */
        height: 219px;
        padding-left: 10px;
    }
    .index-bg2-h5{
        width:235px !important;
        height: 110px !important;
        padding-top:6px !important;
    }
    .index-bg1-h5 .index-jdwx-bg-title{
        padding-top: 20px;
    }
    .index-zxxy-box-right{
        margin-left: 0;
        margin-top: 16px;
    }
    .index-zxxy{
        margin-top: 6px;
    }
    .index-zxxy-box-img-h5{
        width:100%
    }
    .index-zxxy-box-bottom-h5{
        width: 49% !important;
    }
    .index-asphb{
        margin-left: 0;
        margin-top: 20px;
    }
    .index-jxwd{
        margin-top: 6px;
    }
    .index-jxwd-box a{
        margin-right:0
    }
    .index-icon{
        margin-top: 10px;
        margin-bottom: 24px;
    }
    .footer-top{
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .footer-top-logo{
        margin-bottom: 16px;
    }
    .footer-top-logo,.footer-top-right{
        width: 100%;
        text-align: center;
    }
    .footer-top-h5{
        display:none
    }
    .index-kf-h5{
        justify-content: center;
    }
    .footer-top-right p{
        margin-bottom:16px
    }
    .footer-bottom p{
        line-height: 20px;
        display:flex;
        align-items: center;
    }
    .nav-ul-h5 li a.nav-active{
        border-bottom:none;
        padding-bottom:0
    }
    .nav-ul-h5::-webkit-scrollbar,.index-pptj-box-pp-h5::-webkit-scrollbar,.ppdq-title::-webkit-scrollbar {
        display: none;
    }
    /* 搜索-综合 */
    .search-left,.search-right,.search-rctj{
        width: 100%;
    }
    .serch-gjz{
        margin-bottom:16px;
    }
    .search-input{
        margin-bottom: 16px;
    }
    ul.serch-nav{
        margin-top: 0;
    }
    ul.serch-nav li{
        margin-right: 16px;
    }
    
    .search-fwxm{
        flex-wrap: wrap;
        justify-content:space-between;
        margin-bottom: 16px !important;
    }
    .search-fwxm a{
        width:49% !important;
        margin-right: 0 !important;
        padding:10px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .shwd-rmfw a img{
        height:auto;
    }
    .search-box-h5{
        width: 100%;
        flex-wrap: wrap;
    }
    .search-fwxm-price{
        margin-top: 10px;
    }
    .search-ppdq-box{
        margin-top:16px;
        justify-content:space-between;
    }
    .search-ppdq-box a{
        width:49%;
        margin-right: 0;
    }
    .search-rctj{
        overflow: hidden;
    }
    .tagcloud{
        min-width: 100% !important;
        left: 144px;
    }
    .search-right{
        margin-left: 0;
    }
    .search-shwd-left,.search-jxzs-left{
        width: 146px;
        height:98px;
        margin-right: 10px;
    }
    .search-shwd-left p{
        margin-top: 20px;
    }
    .search-shwd-title{
        font-size:18px;
        margin-bottom: 4px;
    }
    .search-shwd-text p{
        font-size:12px;
        margin-top: 2px;
    }
    .search-shwd-content{
        margin-top: 16px;
    }
    .search-shwd-content a{
        justify-content: space-between;
        margin-bottom: 12px;
    }
    .search-shwd-content a p{
        font-size: 16px;
    }
    .search-shwd-content a p{
        width:auto !important;
    }
    .search-jxzs-box{
        margin-top: 16px;
    }
    .search-jxzs-right-text{
        height:39px;
        line-height:18px;
        margin-top: 6px;
        margin-bottom: 12px;
        font-size: 12px;;
    }
    .search-jxzs-right .index-fw-title{
        font-size: 16px;
        margin-top: 0;
    }
    .search-jxzs-content{
        margin-top: 16px;
    }
    .search-jxzs-content a{
        width:100%;
        justify-content:space-between;
    }
    .search-jxzs-content .index-fw-title{
        width:auto !important;
        margin-right:6px;
        margin-bottom: 12px;
        font-size: 16px;
    }
    .search-left-jxwd a{
        width:100%;
    }
    .search-jsxw-box a{
        width: 100%;
        margin-bottom: 16px;
    }
    .search-jsxw-box a:last-child{
        margin-bottom: 0;
    }
    .search-left-shwd-h5{
        margin-bottom: 30px;
    }
    .shwd-select-box-h5 p{
        width: 100%;
        margin-bottom: 16px;
    }
    .shwd-select-item{
        margin-left: 0
    }
    .dmdq-ts-h5{
        padding-left: 10px;
        display:block;
    }
    .dmdq-ts-pc{
        display:none
    }
    .shwd-details-left{
        width: 100%;
    }
    .shwd-details-left1{
        width: 146px;
        height: 98px;
    }
    .shwd-details-box .shwd-details-right{
        margin-left: 10px;
    }
    .shwd-details-right{
        margin-left: 0;
    }
    .shwd-rmfw{
        margin-top: 16px;
    }
    .shwd-details-right-title{
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .shwd-details-box-a{
        width:100% ;
        padding:10px;

    }
    .shwd-box-bottom-pc{
        display:none
    }
    .shwd-box-bottom-h5{
        display:block
    }
    .shwd-border{
        height:54px;
        border-bottom: none;
    }
    .shwd-details-box{
        margin-bottom: 16px;
    }
    .shwd-details-content{
        margin-top: 16px;
    }
    .index-fw-title{
        font-size: 16px;
    }
    .index-fw-text{
        font-size: 12px;
    }
    .shwd-details-box .shwd-details-right img{
        margin-right: 6px;
    }
    .shwd-tjrmpp{
        width: 100%;
    }
    .shwd-tjrmpp .shwd-pptj{
        margin-left: 0;
    }
    .shwd-tjrmpp .index-ppdq-li{
        padding-left: 0;
    }
    .ppdq-title{
        overflow-x: scroll;
        white-space: nowrap;
    }
    .ppdq{
        width: 100%;
    }
    .index-jdwx-left2{
        margin-top: 20px;
    }
    .ppdq-title a{
        width:auto !important;
        display: inline-block;
        font-size: 16px;
        height:45px;
        line-height: 45px;
        padding:0 16px;
    }
    .shwd-tjrmpp-box-p{
        margin-right:0
    }
    .shwd-tjrmpp-box .search-left-shwd-h5{
        padding:0;
        margin-bottom: 16px;
    }
    .ppdq-details-cjxx{
        margin-top: 6px;
    }
    .index-gg-h5{
        display: block;
        width: 100%;
        height:70px;
    }
    .index-gg-pc{
        display: none;
    }
    .index-item-h5{
        padding-bottom: 0;
    }
    .gzdm-left,.dmdq-right-width,.dmdq-left{
        width:100%;
    }
    .dmdq-right-width,.dmdq-right-top,.dmdq-right-box{
        margin-left: 0;
    }
    .dmdp-box{
        margin-top: 10px;
    }
    .dmdp-box .index-zxxy-box-bottom a{
        width: 49%;
        margin-right: 0;
    }
    .dmdq-right-top{
        margin-top: 20px;
    }
    .dmdq-right-box{
        margin-top: 16px;
    }
    .dmdq-right-box a{
        margin-bottom: 16px;
    }
    .dmdq-right-bottom a{
        width: 49%;
        margin-left: 0;
    }
    .dmdq-right-bottom{
        justify-content: space-between;
    }
    .dmdq-main{
        margin-top:16px;
        width:100%;
    }
    .gzdm-bottom a{
        width: 49%;
    }
    .gzdm-left .index-cjxx-box{
        margin-bottom: 16px;
    }
    .dmdq-bxgz .index-jdwx-left{
        margin-bottom: 12px;
    }
    .search-left-dmdq{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .gzdm-right-rmwd .index-jdwx-left{
        margin-top: 16px;
    }
    .gzdm-right-rmwd .index-jxwd-box a{
        margin-bottom: 12px;
    }
    .gzdm-right-xgtj a{
        padding:10px;
        margin-bottom: 12px;
    }
    .jxwdDetails-right-xgtj .gzdm-right-xgtj a .gzdm-right-rmwd-img{
        width:100%;
        height:auto !important;
    }
    .gzdm-right-rmwd-img{
        width:100%;
        height:auto !important;
    }
    .index-wdcx-righ-text{
        font-size:14px;
        color: #333;
    }
    .index-jxwd-box-bottom,.index-jxwd-box-bottom .index-fw-text{
        font-size:14px
    }
    .index-jxwd .index-fw-text{
        font-size: 15px;
    }
    .index-icon-box{
        width: 107px;
    }
    .index-icon-box p{
        font-size: 15px;
    }
    .search-jxzs-tag{
        display:none
    }
    .dmdqDetails-left-gg-pc{
        display:none
    }
    .dmdqDetails-left-gg-h5{
        display:block
    }
    .dmdqDetails-left,.dmdqDetails-right{
        width: 100%;
    }
    .dmdqDetails-left-title{
        margin-top: 16px;
    }
    .dmdqDetails-left-main{
        margin-top: 16px;
        font-size: 16px;
        color: #333;
    }
    .dmdqDetails-left-pages a{
        width: 100%;
        padding:10px;
        margin-bottom: 16px;
    }
    .dmdqDetails-right-bx-ul a{
        width:24%
    }
    .dmdqDetails-right-bx{
        padding:0 10px
    }
    .dmdqDetails-left-box,.dmdqDetails-left-img{
        width:100%;
    }
    .dmdqDetails-left-img{
        height:auto;
    }
    .dmdq-right-bottom-img,.dmdq-right-bottom-img img{
        height:113px !important;
        display:block;
    }
    .jxxy-rdht-box{
        flex:1;
    }
    .jxxy-rdht {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .dmdqDetails-left-img{
        margin-top: 16px;
    }
    .dmdqDetails-rmwz-bottom a{
        margin-right: 0;
    }
    .dmdqDetails-right{
        margin-top: 20px;
    }
    .dmdqDetails-right-cjbq-box a{
        width:32%
    }
    .jxxyDetails-gg-left{
        width: 100%;
        margin-right: 0;
    }
    .jxxyDetails-gg-right{
        width: 100%;
        display:flex;
        align-items: center;
        justify-content:space-between;
        margin-top: 12px;
    }
    .jxxyDetails-gg-right a{
        margin: 0!important;
        width:48%;
    }
    .jxxyDetails-gg-box-title p{
        display:none
    }
    .jxxyDetails-gg{
        margin-top: 6px;
    }
    .jxxyDetails-gg-text p{
        margin-top: 2px;
        line-height:15px;
    }
    .jxxyDetails-gg-text p span{
        font-size: 12px;
    }
    .jxxyDetails-gg-box{
        margin-left: 6px;
    }
    .jxxyDetails-gg-text{
        margin-top: 6px;
    }
    .jxxyDetails-gg-box-title{
        font-size: 16px;
    }
    .jxxyDetails-gg-bottom{
        margin-top: 16px;
    }
    .jxxyDetails-gg-bottom a{
        width:80px;
        margin-bottom: 4px;
    }
    .jxxyDetails-gg-bottom a img{
        width: 100%;
        height:80px;
    }
    .jxxyDetails-gg-bottom a p{
        width:100%;
        text-align: center;
    }
    .jxxyDetails-gg-bottom-gg{
        margin-top: 0px;
    }
    .jxxy-zxbx ul li{
        width:24%;
        font-size: 15px;
    }
    .jxxy-zxbx-box{
        margin-top: 4px;
    }
    .jxxy-zxbx-box p{
        margin-bottom: 12px;
    }
    .jxxy-zxbx{
        padding:0 10px
    }
    .jxxy-zxbx ul{
        padding:0;
    }
    .jxxy-zxbx-title{
        padding-top: 16px;
        margin-bottom: 16px;
    }
    .jxxy-zxbx-btn{
        margin-top: 20px;
        justify-content:space-between !important;
    }
    .jxxy-zxbx-btn a{
        width: 49%;
        margin-right: 0 !important;
    }
    .fwxm-left,.fwxm-right,.fwtj-bottom-right{
        width:100%;
    }
    .fwxm-right{
        margin-top: 16px;
    }
    .fwxm-right-bottom a{
        width:49%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .fwxm-sf-box,.fwxm-main-jxxy{
        width: 100%;
        margin-top: 16px;
    }
    .fwxm-jdwx-box .index-jdwx-bg-right-bg{
        width:49%;
        margin-right: 0;
    }
    .fwxm-main-jxwd{
        margin-left: 0;
    }
    .fwxm-main-jxxy-img{
        flex-wrap: wrap;
    }
    .fwxm-main-jxxy-img div{
        width: 49%;
        margin-right: 0;
    }
    .fwxm-jdwx-left{
        width: 100% !important;
    }
    .fwxm-jdwx-box .index-jdwx-bg-right{
        width:100%;
        display:flex;
        justify-content:space-between;
        margin-bottom: 16px;
    }
    .fwxm-jdwx-box .index-jdwx-bg-right-bg:nth-child(1){
        border-bottom: 1px solid #EBEBEB;
    }
    .fwxm-main-jxwd .shwd-details-left1{
        width:146px;
        height: 95px;
    }
    .fwxm-main-jxwd .index-jxwd-box-top{
        margin-bottom: 16px;
    }
    .fwxm-right-top-img{
        height:auto;
        margin-bottom: 16px;
    }
    .fwxm-wxpp{
        margin-top: 16px;
    }
    .fwxm-wxpp .index-box-display{
        margin-top: 52px;
    }
    .fwxm-xd-right{
        margin-top: 20px;
    }
    .fwxm-main .fwxm-main-jxxy{
        margin-top: 0;
    }
    .fwxm-main-jxxy-box a:last-child .index-zxxy-box-right-bottom{
        margin-bottom: 0;
    }
    .fwxm-main {
        margin-bottom: 0;
    }
    .fwxm-left-pc{
        display:none
    }
    .gzdm-right-rmzs .index-cjxx-box{
        padding-right: 10px;
    }
    .fwxm-left-h5{
        width: 100%;
        display: block;
    }
    .fwxm-left-h5-box-hover{
        padding-top: 20px;  
    }
    .fwxm-left-h5-box-hover p{
        font-size: 15px;
    }
    .fwxm-left-h5-box .fwxm-hover-content:last-child{
        margin-bottom: 0;
    }
    .fwxm-left-h5-box .fwxm-hover-content p{
        width: auto;
        margin-right: 16px;
    }
    .fwxm-left-h5-box .fwxm-hover-content-right a{
        margin-right: 10px;
        margin-bottom: 8px;
    }
    .fwxm-hover-content-right{
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .fwxm-hover-content-right a{
        font-size: 15px;
    }
    .fwxmList-box{
        width: 100%;
        margin-top: 0;
    }
    .fwxmList-main{
        margin-top: 16px;
    }
    .fwxmList-box a{
        margin-bottom: 10px;
    }
    .fwxmList-box a img{
        width: 161px;
        height: 160px;
    }
    .shwd-select-box:last-child{
        margin-bottom:10px;
    }
    .details-content-right{
        margin-left: 0;
    }
    .details-content-top{
        padding:10px;
    }
    .details-content-right{
        margin-left: 0;
    }
    .details-content-top{
        padding:10px;
    }
    .details-content-ewm{
        display: none;
    }
    .details-content-bth a{
        font-size: 15px;
    }
    .details-content-bth a:nth-child(3) {
        display: none;
    }
    .details-bottom-left,.service-rxtj-right{
        width:100%;
    }
    .details-content-bth a:nth-child(1) {
        margin-right: 5px;
    }
    .details-content-bth a:nth-child(2) {
        width: 100%;
        margin-right: 0;
    }
    .jxwd-left,.jxwd-right,.jxwd-jdwd,.jxwd-left-right{
        width: 100%;
    }
    .jxwd-jdwd{
        margin-right: 0;
    }
    .jxwd-right{
        margin-left: 0;
        margin-top: 10px;
    }
    .jxwd-lr-box{
        width:100%;
    }
    .jxwd{
        flex-wrap: wrap;
    }
    .shwd{
        width: 100%;
    }
    .jxwd-jdwd-box{
        padding-right: 0;
        padding-left: 10px;
    }
    .jxwd-left-right,.jxwd-tw,.jxwd-rmfw{
        margin-top: 20px;
    }
    .jxwd-sftj{
        margin-bottom: 20px;
    }
    .jxwd-bottom .shwd-loging{
        margin-top: 0px;
    }
    .jxwdDetails-left,.jxwdDetails-right{
        width: 100%;
    }
    .jxwdDetails-right{
        margin-left: 0;
    }
    .jxwdDetails-q-box{
        padding: 16px;
    }
    .jxwdDetails-a-box{
        padding:16px;
        padding-top: 0;
        margin-top: 20px;
    }
    .jxwdDetails-a-text img{
        margin-bottom: 0;
        width:100%;
        height:auto;
    }
    .jxwdDetails-a-bottom{
        margin-top: 12px;
    }
    .jxwdDetails-zxtw{
        margin-top: 10px;
    }
    .jxwdDetails-right-xgtj{
        margin-bottom: 20px;
    }
    .details-content-right-text{
        width: 100%;
    }
    .service-rxtj-right-a a{
        width:33%;
        font-size: 16px;
    }
    .service-rxtj-sfbz{
        padding:20px 10px;
        padding-top: 0;
    }
    .service-rxtj-xq{
        padding:20px 10px
    }
    .article-list-left-title{
        padding-top: 20px;
    }
    .service-fwpj{
        padding:10px;
        padding-top: 0;
    }
    .fwxmDtails-dptj{
        padding:16px;
        padding-bottom: 0;
    }
    .details-content-right-ul li{
        width:25%;
        margin-right: 0;
    }
    .fwxmDetails-left .search-fwxm a img{
        width:100%;
        height:auto;
    }
    .fwxmDetails-left{
        display:none;
    }
    .service-fwpj-item:last-child{
        margin-bottom: 0;
    }
    .dmdqDetails-left-box-text{
        height: auto;
        max-height: 150px;
    }
    .dmdqDetails-left-padding{
        padding:0 14px
    }
    .fwxm-cyjd a img{
        height:auto;
    }
    .fwxm-img-h5 .fwxm-main-jxxy-img div{
        width:33% !important;
    }
    .fwxm-img-h5{
        display:block;
    }
    .fwxm-img-pc{
        display:none
    }
    .details-content-right-ul{
        margin-top: 30px;
    }
    .jxwd-rmfw a:nth-child(8), .jxwd-rmfw a:nth-child(16){
        margin-right: 16px
    }
    .fwxmDetaisl-h5{
        width: 100%;
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
    }
    .fwxmDetaisl-h5-box{
        display: inline-block;
        width:48%;
    }
    .fwxmDetaisl-h5::-webkit-scrollbar{
        display: none;
    }
    .fwxmDetaisl-h5-box a{
        width:100%;
        text-align: center;
    }
    .fwxmDetaisl-h5-box a img{
        width: 100%;
        height:auto;
    }
    .fwxmDetaisl-pc{
        display:none
    }
    .fwxmDetaisl-h5{
        display:block;
        padding-bottom: 16px;
    }
    .pc-bg1{
        display:none
    }
    .h5-bg1{
        display:block
    }
    .h5-bg1 .index-jdwx-bg-right{
        justify-content:space-between;
    }
    .h5-bg1 .index-jdwx-bg-right-bg{
        width:48.9%;
        height:173px;
        box-sizing: border-box;
        border: 1px solid #EBEBEB;
        margin-bottom: 8px;
        padding-top: 13px;
    }
    .h5-bg1 .index-fw-title{
        margin-top: 0;
    }
    .h5-bg1 img{
        width:100%;
        height:100% !important;
    }
    .h5-search-right-box,.h5-gzdm-right-xgtj{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .h5-search-right-box a{
        width: 49% !important;
        height: 185px !important;
    }
    .h5-gzdm-right-xgtj a{
        width: 49%;
    }
    .index-wdcx-left{
        width: 100%;
    }
    .shwd-select-a{
        font-size: 12px;
        margin-top: -10px;
        margin-bottom: 0px !important;
    }
    .jxwd-rmfw a{
        margin-right: 0;
        width:32%;
    }
    .jxwd-rmfw .index-box{
        justify-content: space-between;
    }
    .jxwd-rmfw a:nth-child(8), .jxwd-rmfw a:nth-child(16){
        margin-right: 0;
    }
    .page-content{
        padding: 0 !important;
    }
    .page-content .page a{
        padding: 5px 8px !important;
    }
    .shwd-sf a{
        width: 16%;
        padding: 0;
    }
    .shwd-details-main{
        flex-wrap: wrap;
    }
    .shwd-details-main a:last-child{
        flex:1;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .shwd-pc .index-jxwd-box-a-pc{
        width: 100%;
    }
    .wd-wx-item{
        width: 49% !important;
        margin-right: 0 !important;
    }
    .index-logo {
        width: 102px;
        height: 32px;
        margin-right: 10px;
    }
    .shwd-pc .index-jxwd-box-bottom{
        height: auto;
    }
    .jxwdDetails,.shwd-pc-box{
        width: 100%;
    }
    .shwd-pc .shwd-box-bottom-xg-box{
        flex-wrap: wrap;
    }
    .shwd-pc .shwd-box-bottom-xg{
        border-bottom:none ;
        padding-bottom: 0;
    }
    .shwd-pc .jxwd-lr-a a{
        width: 49%;
    }


    
}
.h5-height {
    height: 74px;
    overflow: hidden;
}
.list-input-box{
    box-sizing: border-box;
}
.list-input-box input{
    height:100%;
    padding:0
}
.shwd-select-brand-container{
    height:70px;
    overflow:hidden;
}
.heightAuto{
    height:auto
}
.flipVertical img{
    transform:rotateX(180deg);
}


/* 分页 */
.page-content{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 40px 20px 0;
}
.page-content .page{
    display: flex;
    align-items: center;
    border: 1px solid #DDDDDD;
}
.page-content .page a{
    padding: 5px 15px;
    border-right: 1px solid #DDDDDD;
    font-size: 15px;
    color: #333333;
    cursor: pointer;
}

.page-content .page a:hover{
    background: #FE6100;
    color: #fff;
}
.page-content .page a:last-child{
    border-right:none
}
.page-content a.page-num-current{
    color: #FE6100
}
p.all{
    width: 50px;
    font-size: 15px;
    color: #666666;
    text-align: right;
    cursor: pointer;
}
.shwd-select-item-all{
    display:flex;
    align-items: baseline;
    justify-content:space-between
}
.shwd-select-item-all .index-box{
    flex:1;

}
.height{
    height:37px;
    overflow: hidden;
}
.imgR{
    transform: rotate(180deg);
    position: relative;
    top:-2px;
}
.fixed{
    width: 45px;
    height: 45px;
    line-height:60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    text-align: center;
    position:fixed;
    bottom:200px;
    right:16px;
}
.fixed img{
    width: 21px;
    height: 25px;
}
.fixed:active {
    background:#D9ECFF;
}
body{
    overflow: scroll;
}
.nav-ul-pc a{
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
}
