body {
    background: white;
    margin: 0;
    padding: 0;
    font-family: microsoft yahei;
}

a {
    text-decoration: none;
    color: black;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jctybox .bshadow {
    box-shadow: 0 0 15px 5px #eee;
    margin: 10px 0 0;
    border-radius: 3px;
    padding: 5px;
}

.jctybox {
    /* max-width: 1200px; */
    width: 1200px;
    margin: 0 auto;
    font-family: microsoft yahei;
    font-size: 15px;
    line-height: 180%;
}

.jctybox .name h1 {
    font-size: 25px;
}

.jctybox .name {
    margin: 30px 0;
    text-align: center;
}


/* .jctybox .pic img {
    width: 100%;
    max-height: 385px;
    display: none;
} */

.jctybox .des {
    text-indent: 2em;
    padding: 8px;
}
.jctybox .des span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    line-height: 44px;
}
.jctybox .des span a:hover{
    color: #189CFB;
}
.jctybox .des span a.last{
    color: #189CFB;
}
.jctybox .jianjie-p span a{
    font-weight: 700;
    font-size: 16px;
}

.des img {
    float: left;
    width: 128px;
    height: 85px;
    margin: 5px 15px 0 5px;
    display: none;
}

.jctybox .line .linetit {
    display: block;
    padding: 5px 0 8px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.jctybox .line .linetit span {
    color: #189CFB;
}

.jctybox .line .linetit .r {
    float: right;
}

.jctybox .line .lineul {
    font-size: 0;
    width: 98%;
    margin: 0 1%;
}

.jctybox .line .lineul li {
    background: #f3f5f7;
    margin: 10px 0;
    border-radius: 3px;
    padding: 8px 0;
    width: 32%;
    display: inline-block;
    font-size: 14px;
    text-indent: .5em;
}
.jctybox .line .lineul li:hover{
    background-color: #d7e5ec;
}
.jctybox .line .lineul li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.jctybox .line .lineul li a span{
    padding: 4px 8px 4px 0;
    font-size: 1rem;
}
.jctybox .line .lineul li:nth-child(3n-1) {
    margin: 0 2%;
}

.jctybox .line .lineul li:nth-child(n+10) {
    display: none;
}

.jctybox .line .l {
    font-weight: 700;
}

.jctybox .linemo {
    display: block;
    text-align: center;
    margin: 5px 0 10px;
}

.jctybox .linebk {
    display: none;
    text-align: center;
    margin: 5px 0 10px;
}

.jctybox .contact {
    padding:  15px;
    border: 1px solid #eee;
    margin: 20px;
}

.jctybox .manager {
    margin: 80px auto 0;
    text-align: center;
}

.jctybox .manager a {
    display: inline-block;
    margin: 0 80px;
}

.footer {
    /* width: 100%; */
    background: #282828;
    text-align: center;
    padding: 15px 0;
    margin: 80px auto 0 auto;
    font-size: 13px;
    width: -webkit-fill-available;
    width: 1200px;
}

.footer p {
    margin: 20px auto;
    color: #999;
    width: 1200px;
}

.footer p .wz {
    color: #dadde1;
}

.lineul li .linedes {
    display: none;
}

.lineuldes {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 99;
}

.lineuldes .desclo {
    position: absolute;
    right: calc(50% - 290px);
    top: 166px;
    color: #000;
    font-size: 20px;
    z-index: 2;
    padding: 4px 10px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
}

.lineuldes .description {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 200px;
    width: 500px;
    height: auto;
    padding: 8px;
    border-radius: 3px;
    line-height: 200%;
}

.banner {
    height: 675px;
    width: 100%;
    text-align: center;
}

.banner .imgs {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner .imgs li {
    width: 100%;
    /* height: 350px; */
    position: absolute;
    left: 0;
    top: 0;
}

.banner .imgs li a {
    display: block;
    height: 100%;
}

.banner .imgs li a img {
    width: 100%;
    /* height: 325px; */
    /* height: 550px; */
    /* object-fit: cover; */
    /* width: 1200px; */
    /* height: 325px; */
    height: 675px;
}

.banner .click li {
    float: left;
    border: #fff 1px solid;
    cursor: pointer;
    opacity: 0.7;
    width: 50px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}

.banner .click {
    background: #000;
    opacity: 0.7;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: -25px;
}
/* 网点 */
.wd-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0 8px;
    border-bottom: 1px solid #eee;

}
.wd-box .wd-left{
    display: flex;
    flex-direction: row;
    width: 70%;
}
.wd-box .wd-left a{
    /* display: block; */
    font-size: 16px;
    /* width: 26%; */
    /* border-right: 1px solid #eee; */
    padding: 4px 15px;
    /* text-align: center; */
    color: #189CFB;
    font-weight: 700;
}
.wd-box .wd-left a:first-child{
    padding: 4px 0;
    margin: 0 4px 0 0;
}
.wd-box .wd-left a.actived{
    background-color: #189CFB;
    color: #fff;
}
.wd-box .wd-right a{
    color: #189CFB;
}
.wd-cont .wd-ben{
    margin: 10px;
}
.wd-cont .wd-ben .contact a p{
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; */
    padding: 0 0 10px 0 ;

}
.wd-cont .wd-ben .contact a p:first-child{
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; */

}
.wd-cont .wd-ben .contact a p:first-child .xq{
    /* margin: 0 4px 0 0 ;
    color: #189CFB; */
}
.wd-cont .wd-ben .contact .p-xq .xq{
    margin: 0 4px 0 0 ;
    color: #189CFB;
    float: right;
}
.contact p .bdtel{
    /* background-color: #189CFB; */
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    float: right;
    margin: 0 6px;
}
.contact p .bdtel img{
    width: 40px;
    height: 40px;
}
.swiper-container2 .swiper-wrapper .swiper-slide a{
    display: flex;
    flex-direction: column;
    background-color: #f6f6f6;
    border-radius: 8px;
}
.swiper-container3 .swiper-wrapper .swiper-slide a{
    display: flex;
    flex-direction: column;
    background-color: #f6f6f6;
    border-radius: 8px;
}
.swiper-container3 .swiper-wrapper .swiper-slide .v-tip{
    text-align: left;
    margin: 0;
    padding: 0 4px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.swiper-slide .tip{
    /* position: absolute;
    z-index: 99;
    bottom: 8px;
    left: 0;
    text-align: left;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: hidden;
    max-height: 30px;
    background-color: #00000078;
    width: 99%;
    padding: 10px; */

        /* position: absolute; */
    /* z-index: 99; */
    /* bottom: 8px; */
    text-align: left;
    /* background-color: #ffffff; */
    margin: 0;
    padding: 0 4px;
    font-size: 14px;
    /* border: 1px solid #e6e6e6; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 26px;
}
.swiper-slide .video-tip{
    position: absolute;
    z-index: 99;
    bottom: 37%;
    left: 47%;
    color: #fff;
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: hidden;
    max-height: 30px;
    background-color: #00000078;
    width: 84px;
    padding: 33px 0 33px 10px;
    border-radius: 80px;
}
.swiper-slide img {
    width: 100%;
    height: -webkit-fill-available;
}
.p-more{
    display: block;
    text-align: center;
    margin: 5px 0 10px;
    color: #189CFB;
}
.p-morejj{
    text-align: center;
    margin: -35px 0 10px;
    color: #189CFB;
    float: right;
    position: relative;
    background-color: #fff;
}
.jctybox .nav-list{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    /* -webkit-display: flex; */
    /* -webkit-flex-direction: row; */
    /* -webkit-align-items: center; */
    /* -webkit-justify-content: space-evenly; */
    /* -webkit-padding: 10px; */
    background-color: #fff;
}
.nav-list .nav-m{
    background-color: #189CFB;
    padding: 4px 25px;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    margin: 0 20px;
    width: 30px;
    display: inline-block;
}
.nav-list .nav-m.act{
    color: #ffffff;
    font-weight: 700;
    background-color: #F44336;
}
.yunjia .pintuan {
    padding: 4px 10px;
    background-color: #189CFB;
    color: #fff200;
    font-size: 14px;
    font-weight: 700;
    display: block;
    width: 100px;
    margin: 10px 20px;
    border-radius: 10px;
}

.yunjia .yunjiali {
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; */

}

.yunjia .yunjiali li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: #f1f1f1;
    margin: 10px;
}
.yunjia .yunjiali li .yl{
    width: 80%;
    display: flex;
    flex-direction: row;
    padding: 0 0 0 20px;
}
.yunjia .yunjiali li .yl p{
    /* margin: 0 10px ; */
    width: 26%;
    text-align: center;
}
.yunjia .yunjiali li .yr{   
    width: 16%;
    background-color: #189CFB;
    color: #fff200;
    border-radius: 10px;
    text-align: center;
    padding: 4px 0;
    margin: 10px 10px 0 0;
}
.yunjia .search__web{
    margin: 20px;
    background-color: beige;
    padding: 20px 40px;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.yunjia .search__web .search__left__up{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    padding: 10px 0;
}
.yunjia .search__web .search__left__up .start{

}
.yunjia .search__web .search__left__up .start .inp_zx_cfd{
    width: 90%;
    border-radius: 8px;
    padding: 6px 6px;
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 5px #d9d9b5;
}
.yunjia .search__web .search__left__up .line{
    padding: 4px 8px;
    background-color: #CDDC39;
    color: #189cfb;
    border-radius: 16px;
    margin: 0 15px;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    font-weight: 700;
    /* box-shadow: 2px 2px 5px #d9d9b5; */
}
.yunjia .search__web .search__left__up .end {

}
.yunjia .search__web .search__left__up .end .inp_zx_ddd{
    width: 90%;
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 5px #d9d9b5;
    border-radius: 8px;
    padding: 6px 6px;
    margin: 0 6px;
}
.yunjia .search__web .search__left__up .btn{
    width: 60px;
    background-color: aquamarine;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    margin: 0 10px;
}
.yunjia .search__web .search__left__down{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    margin: 10px 0;
}
.yunjia .search__web .search__left__down .ipt{
    margin: 0 10px 20px 0;
    display: flex;
    align-items: center;
}
.yunjia .search__web .search__left__down .ipt .phoneInput{
    width: 163px;
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 5px #d9d9b5;
    border-radius: 8px;
    padding: 6px 6px;
}
.yunjia .search__web .search__left__down .ipt .ipt__warning{
    font-size: 10px;
    color: #189CFB;
}
.yunjia .search__web .search__left__down .captcha{
    width: 90px;
    background-color: #189CFB;
    padding: 6px;
    text-align: center;
    border-radius: 16px;
    margin: 0 10px;
    color: #fff;
}
.yunjia .cankao{
    font-size: 14px;
    margin: 20px;
    line-height: 30px;
}
.yunjia .quotedprice1{
    width:200px;
    background-color: #189CFB;
    padding: 5px;
    text-align: center;
    border-radius: 16px;
    color: #ff0;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 15px;
}
.yunjia .wangdianbtn{
    width:200px;
    background-color: #189CFB;
    padding: 5px;
    text-align: center;
    border-radius: 16px;
    color: #ff0;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 15px;
}
.yunjia .quotedprice{
    width: 90px;
    background-color: #189CFB;
    padding: 5px;
    text-align: center;
    border-radius: 16px;
    color: #ff0;
    font-size: 16px;
    font-weight: 700;
}
.tanchuk {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 10;
}
.tanchuk .desclo2 {
    position: absolute;
    /* right: calc(50% - 183px); */
    right:28%;
    top: 232px;
    color: #008eff;
    font-size: 20px;
    z-index: 2;
    padding: 6px 13px;
    background-color: white;
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer;
}
.tanchuk .lookbox {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 260px;
    width: 40%;
    height: auto;
    padding: 20px 10px;
    border-radius: 16px;
    line-height: 200%;
    min-width: 500px;
}
.tanchuk .lookbox .kefutel{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px;
    margin: 8px;
    background-color: #03A9F4;
    border-radius: 16px;
}
.tanchuk .lookbox .callQRcode{
    margin: 0 16px;
}
.tanchuk .lookbox .kefutelmes{
    font-size: 18px;
    font-weight: 700;
    color: #189cfb;
    padding: 10px;
    margin: 8px;
    background-color: beige;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tanchuk .lookbox .kefutelmes img{
    width: 30px;
    height: 30px;
    padding: 0 4px 0 0;
}
.container-fluid.flall .top {
    background-color: beige;
}
.tanchuk3 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 2;
}
.tanchuk3 .desclo3 {
    position: absolute;
    /* right: calc(50% - 183px); */
    right:28%;
    top: 232px;
    color: #008eff;
    font-size: 20px;
    z-index: 2;
    padding: 6px 13px;
    background-color: white;
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer;
}
.tanchuk3 .lookbox3 {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 260px;
    width: 40%;
    height: auto;
    padding: 20px 10px;
    border-radius: 16px;
    line-height: 200%;
}
.tanchuk3 .lookbox3 .kefutel3{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding: 2px 10px;
    margin: 8px 0px 0 0px;
    background-color: #f3f3f3;
    border-radius: 8px 8px 0 0;
    text-align: center;
}
.tanchuk3 .lookbox3 .kefutel33{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 2px 10px;
    margin: 8px 0px 0 0px;
    background-color: #03A9F4;
    border-radius: 8px 8px 0 0;
    text-align: center;
}
.tanchuk3 .lookbox3 .kefutel3 a{
    color: #03A9F4;
}
.tanchuk3 .lookbox3 .kefutel3 a b{
    color: #1cbd00;
}
.tanchuk3 .lookbox3 .kefutelmes3{
    font-size: 18px;
    font-weight: 700;
    color: #189cfb;
    padding: 10px;
    margin: 8px;
    background-color: beige;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.tanchuk3 .lookbox3 .kefutelmes3 img{
    width: 30px;
    height: 30px;
    padding: 0 4px 0 0;
}
.tanchuk3 .lookbox3 .renzheng{
    background-color: beige;
    margin: 10px;
    padding: 10px;
}
.tanchuk3 .lookbox3 .renzheng .com{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 10px 10px;
    border: 1px solid #fff;
}
.tanchuk3 .lookbox3 .renzheng .com .l{}
.tanchuk3 .lookbox3 .renzheng .com .l img{
    width: 100px;
    height: 80px;
    vertical-align: middle;
}

.tanchuk3 .lookbox3 .renzheng .com .r{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 36px;
}
.tanchuk3 .lookbox3 .renzheng .com .r a{

}
.tanchuk3 .lookbox3 .tip{
    padding: 0 10px;
    font-size: 12px;
    color: #FF5722;
}
.zyline li {
    background: #f3f5f7;
    margin: 10px 0;
    border-radius: 3px;
    /* padding: 8px 0; */
    width: 96%;
    margin: 2%;
    display: inline-block;
    font-size: 14px;
    text-indent: .5em;
}
.zyline li .lined{
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    display: block;
    text-align: center;
    background-color: #fff;
}
.zyline li .linedes .cfd{
    border: 1px solid #fff;
    margin: 15px;
    
}
.zyline li .linedes .ddd{
    border: 1px solid #fff;
    margin: 15px;
    
}
.lineyouhui{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.lineyouhui .bdtel{
    background-color: #f3f5f7;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}
.lineyouhui .bdtel img{
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin: 0 2px;
}
.lineyouhui .bdpintuan{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f3f5f7;
    padding: 4px 20px;
    border-radius: 8px;
}
.lineyouhui .bdpintuan .p1{
    font-size: 16px;
    margin: 2px;
    font-weight: 700;
}
.lineyouhui .bdpintuan .p2{
    margin: 0;
    font-size: 12px;
}
.zhuye{
    background-color: beige;
    padding: 10px;
    border-radius: 8px;
    display: block;
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.yanzhengma .lookbox{
    background-color: beige;
    width: 30%;
}
.yanzhengma .lookbox .search__left__down{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    margin: 10px 0;
}
.yanzhengma .lookbox .search__left__down .ipt{
    margin: 0 10px 30px 50px;
    display: flex;
    align-items: center;
}
.yanzhengma .lookbox .search__left__down .ipt .phoneInput{
    width: 300px;
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 5px #d9d9b5;
    border-radius: 8px;
    padding: 15px 6px;
}
.yanzhengma .lookbox .search__left__down .ipt .ipt__warning{
    font-size: 10px;
    color: #189CFB;
}
.yanzhengma .lookbox .search__left__down .captcha{
    width: 90px;
    background-color: #189CFB;
    padding: 10px;
    text-align: center;
    border-radius: 16px;
    margin: 0 10px;
    color: #fff;
}
.yanzhengma .quotedprice{
    width: 140px;
    background-color: #189CFB;
    padding: 10px;
    text-align: center;
    border-radius: 16px;
    color: #ff0;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0 50px;
}
.yanzhengma .desclo2 {
    position: absolute;
    /* right: calc(50% - 183px); */
    right:33%;
    top: 232px;
    color: #008eff;
    font-size: 20px;
    z-index: 2;
    padding: 6px 13px;
    background-color: white;
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer;
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem 0;
}
.pagination .disabled span {
    padding: 0px 14px;
    display: block;
    line-height: 35px;
    font-size: 30px;
}
.pagination .active span {
    padding: 4px 14px;
    display: block;
    font-size: 18px;
}
.pagination li a {
    padding: 5px 14px;
    display: block;
    font-size: 18px;
}
.pagination .active {
    background-color: #2a8ad4;
    color: #fff;
    padding: 0;
    width: auto;
     margin: 0 0.1rem;
}
.pagination li:last-child a {
    padding: 0px 14px;
    display: block;
    line-height: 35px;
    font-size: 30px;
}
.banner-a{
    /* width: 96%;
    text-align: center;
    padding: 2%;
    position: relative;
    height: 100%; */
    width: 88%;
    text-align: center;
    padding: 2% 6%;
    position: relative;
    height: 100%;
}
.swiper-container3 .swiper-slide img{
    width: 100%;
    height: 210px;
    border-radius: 8px;
}
.swiper-container3 .swiper-slide .video-tip {
    position: absolute;
    z-index: 99;
    bottom: 10%;
    left: 39%;
    color: #fff;
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: hidden;
    max-height: 38px;
    background-color: #00000078;
    width: 36px;
    height: 38px;
    line-height: 12px;
    padding: 0px 0 0px 2px;
    border-radius: 78px;
    /* margin: 33px 40px; */
    float: left;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-slide img {
    width: 100%;
}
.swiper-container2 {
    width: 100%;
    height: 100%;
    text-align: center;
}
.swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.swiper-container2 .swiper-slide img{
    width: 99%;
    height: 130px;
    border-radius: 8px 8px 0 0 ;
}

.container-fluid.flall {
    padding: 0;
    background: #eee;
    /* width: 100%; */
    width: 1200px;
    margin: 0 auto;
}

.container-fluid.flall .top {
    padding: 0 30px;
    height: 30px;
}

.top-left {
    float: left;
    padding-left: 28px;
}

.top-right {
    float: right;
}

.top ul li {
    float: left;
    font-size: 12px;
    color: #999;
    padding: 7px 2px;
}

.top .top-left .home {
    color: #222;
}

.clearfix:before {
    content: "";
    clear: both;
    display: block;
}

.cfd p:first-child,
.ddd p:first-child {
    font-size: 18px;
    font-weight: 700;
    color: #189CFB;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cfd p:first-child a,
.ddd p:first-child a{
    font-size: 12px;
    color: #008eff;
}
.swiper-container3 .swiper-slide img{
    width: 100%;
    height: 130px;
    border-radius: 8px 8px 0 0 ;
}
/* .tuijiancom .lookbox {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 260px;
    width: 74%;
    height: auto;
    padding: 20px 10px;
    border-radius: 16px;
    line-height: 200%;
} */
.tuijiancom .lookbox{
    background-color: beige;
    width: 45%;
}
.tuijiancom-top p{
    margin: 20px;
}
.liuyan .liuyan-box {
    padding: 15px;
    background-color: #f3f5f7;
    margin: 10px;
    border-radius: 4px;
}
.liuyan .liuyan-box .liuyan-text{
    padding: 2%;
    height: 100px;
    width: 96%;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
}
.liuyan .liuyan-box .ly-btn{
    width: 80px;
    padding: 5px;
    margin: 10px 0;
    background-color: #189cfb;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}
.app {
    padding-bottom: 1rem;
    background-color: #fff;
    border-radius: 16px;
    margin: 40% 0;
}
.zhuti-img{
    position: fixed;
    z-index: 999999;
    bottom: 164px;
    right: 50px;
    display: flex;
    flex-direction: column;
    left: 80%;
}
.zhuti-img img {
    width: 100px;
    height: 100px;
    border-radius: 10%;
    /* position: fixed; */
    /* border: 1px solid #eaeaea; */
    background-color: #fff;
    box-shadow: 0px 0px 5px #bdbdbd;
    margin: 0 0 10px 0;
}
.zyline li .linedes .l-top {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    background-color: lightgray;
}
.zyline li .linedes .l-top .l-left {
    width: 5%;
    font-size: 18px;
    text-align: center;
    padding: 0 10px 0 0;
}
.zyline li .linedes .l-top .l-right .cfd {
    border: 1px solid #fff;
    margin: 0px;
    background-color: #f3f5f7;
    padding: 10px;
}
.zyline li .linedes .l-top .l-right .cfd p{
    margin: 6px;
}
.zyline li .linedes .l-bottom {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    background-color: lightgray;
}
.zyline li .linedes .l-bottom .l-left {
    width: 5%;
    font-size: 18px;
    text-align: center;
    padding: 0 10px 0 0;
}
.zyline li .linedes .l-bottom .l-right .ddd {
    border: 1px solid #fff;
    margin: 0px;
    background-color: #f3f5f7;
    padding: 11px;
}
.zyline li .linedes .l-bottom .l-right .ddd p{
    margin: 6px;
}
.zyline li .linedes .l-top .l-right{
    width: 100%;
}
.zyline li .linedes .l-bottom .l-right{
    width: 100%;
}
.zyline li .linedes .l-top .l-right .cfd:nth-child(n+4),
.zyline li .linedes .l-bottom .l-right .ddd:nth-child(n+4){
    display: none;
}
.zyline li .linedes .l-top .l-right .l-more ,
.zyline li .linedes .l-bottom .l-right .l-more {
    padding: 10px;
    text-align: center;
    background-color: beige;
}
.zyline li .linedes .l-top .l-left p:nth-child(2),
.zyline li .linedes .l-bottom .l-left p:nth-child(2){
    margin: 10px 0 ;
    text-indent: initial;
    border-left: 8px solid #d3d3d3;
}
.zyline li .linedes .l-top .l-left .tt,
.zyline li .linedes .l-bottom .l-left .tt{
    background-color: #fff;
    border-left: 8px solid #d3d3d3;
    /* padding: 0 5px 0 0; */
    text-align: start;
}
.zyline li .linedes .jiantou {
    /* text-align: center; */
    /* margin: 10px; */
    background-color: #fff;
    padding: 14px 0 8px 0px;
}
.zyline li .linedes .jiantou .iconfont {
    font-size: 33px;
    color: #2a8ad4;
}
.mm-box{
    display: flex;
    flex-direction: row;
    height: 540px;
}
.mm-box .ban-left{
    width: 100%;
}
.mm-box .ban-left img{
    width: 100%;
    height: -webkit-fill-available;
}
.mm-box .ban-right{
    width: 25%;
}
.mm-box .ban-right img{
    width: 100%;
    border: 1px solid #dadada;
}
.mm-box .ban-right .r-sjb{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mm-box .ban-right .r-xcx{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tupian-box {
    display: flex;
    flex-wrap: wrap;
}
.shipin-box,
.sp-box {
    width: 100%;
}
.tupian-box .tp-b{
    width: 31.33%;
    text-align: center;
    background-color: #eee;
    margin: 1%;
}
.tupian-box .tp-b img{
    width: 92%;
    margin: 4%;
    border-radius: 8px;
    /* height: 95px;
    width: 141px; */
    /* height: 125px;
    width: 171px; */
    height: 225px;
    width: 320px;
}
.tupian-box .tp-b a{
    display: block;
    position: relative;
}
.tupian-box .sp-xq {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #eee0;
}
.shipin-box .sp-xq .video-cont{
    display: block;
    position: relative;
    text-align: left;
    width: 50%;
    margin: 0 auto;
}
.tupian-box .sp-xq .video-cont{
    display: block;
    position: relative;
    text-align: left;
    /* width: 50%; */
    margin: 0 auto;
}
.tupian-box .sp-xq .video-mess{
    line-height: 29px;
    display: block;
    text-align: left;
}
.tupian-box .sp-b .video-mess{
    line-height: 29px;
    display: block;
    text-align: left;
    width: 92%;
    padding: 0 4%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tupian-box .sp-b img{
    width: 92%;
    margin: 4% 4% 0 4%;
    border-radius: 8px;
    height: 225px;
}
.tupian-box .tp-b .video-tip {
    position: absolute;
    z-index: 9;
    /* bottom: 38%;
    left: 30%; */
    /* bottom: 20%;
    left: 17%; */
    bottom: 34%;
    left: 34%;
    color: #fff;
    font-size: 70px;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: hidden;
    max-height: 50px;
    background-color: #00000078;
    width: 50px;
    height: 50px;
    line-height: 12px;
    padding: 3px 2px 0px 2px;
    border-radius: 78px;
    margin: 20px 40px;
    float: left;
    text-align: center;
}
.tupian-box .sp-xq .video-tip {
    position: absolute;
    z-index: 9;
    /* bottom: 38%;
    left: 30%; */
    /* bottom: 20%;
    left: 17%; */
    bottom: 35%;
    left: 12%;
    color: #fff;
    font-size: 70px;
    letter-spacing: 2px;
    font-weight: bold;
    overflow: hidden;
    max-height: 50px;
    background-color: #00000078;
    width: 50px;
    height: 50px;
    line-height: 12px;
    padding: 3px 2px 0px 2px;
    border-radius: 78px;
    margin: 20px 40px;
    float: left;
    text-align: center;
}
.tupian-box .tp-b .video-tip .iconfont{
    font-size: 30px;
}
.lianxi p{
    margin: 15px;
}
/* 朋友圈 */
.pengyouquan-box {}

.pengyouquan {
    width: 96%;
    padding: 2%;
    margin: 1% 0 0 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 18px 2px #eee;
    display: flex;
    flex-wrap: wrap;
}

.pengyouquan .pyq-list {
    display: flex;
    width: 31.33%;
    margin: 1%;
    background-color: #eee;
    flex-direction: column;
    align-items: center;
    /* padding: 4px 0; */
}

.pengyouquan .pyq-time {
    width: 103px;
    font-size: 14px;
    text-align: left;
    color: #999;
}

.pengyouquan .pyq-img {
    /* width: 10%; */
}

.pengyouquan .pyq-img img {
    width: 100%;
    height: 202px;
    vertical-align: middle;
}

.pengyouquan .pyq-cont {
    width: 96%;
    padding: 0 2%;
    font-size: 14px;
    background-color: #bbbbbb;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-align: left;
}
.pengyouquan .pyq-cont a{
    color: #fff;
}
.pengyouquan .pyq-cont a:hover{
    color: #FFEB3B;
}

.pager {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
}

.pager .previous {
    width: 25%;
    margin: 2%;


}

.pager .previous a {
    display: block;
    border: 1px solid #008eff;
    /* color: #fff; */
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.pager .next {
    width: 25%;
    margin: 2%;
}

.pager .next a {
    display: block;
    border: 1px solid #008eff;
    /* color: #fff; */
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.pengyouquan-xq {
    width: 96%;
    padding: 2%;
    margin: 1% 0 0 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 18px 2px #eee;
}

.pengyouquan-xq .pyq-xq-list {}

.pengyouquan-xq .pyq-xq-cont {
    font-size: 14px;
    line-height: 30px;
}

.pengyouquan-xq .pyq-xq-img {
    margin: 10px 0;
}

.pengyouquan-xq .pyq-xq-img img {
    width: 40%;
    /* height: 100px; */
}

.pengyouquan-xq .pyq-xq-time {
    font-size: 14px;
    color: #999;
    margin: 10px 0;
}

.twxq {
    background-color: #000;
    height: 100vh;
    position: relative;
}
.jctybox-img{

}
.pengyouquan-twxq {
    max-width: 1200px;
    margin: 0 auto;
}

.pengyouquan-twxq .pyq-twxq-cont {
    position: absolute;
    bottom: 45px;
    /* left: 20px; */
    /* right: 20px; */
    color: #fff;
    z-index: 2;
    width: 70%;
    background: rgba(0, 0, 0, 0.5);
    /* padding: 20px 20px 0 20px; */
    /* border-radius: 8px; */
    backdrop-filter: blur(5px);
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all; */
}
.pengyouquan-twxq .pyq-twxq-cont a{
    color: #fff;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.pengyouquan-twxq .pyq-twxq-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pengyouquan-twxq .pyq-twxq-img img {
    /* width: 60%; */
    /* height: 88%; */
    margin: 0 auto;
}

.pengyouquan-twxq .pyq-twxq-time {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #fff;
    z-index: 2;
    font-size: 12px;
    width: 79%;
    display: block;
}

/* 朋友圈-end */
.caini .pengyouquan {
    width: 96%;
    padding: 2%;
    margin: 0 0 0 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 18px 2px #ffffff00;
    display: flex;
    flex-wrap: wrap;
}

.caini .pengyouquan .pyq-list {
    display: flex;
    width: 18%;
    margin: 1%;
    background-color: #eee;
    flex-direction: column;
    align-items: center;
    /* padding: 4px 0; */
}
.caini .pengyouquan .pyq-img img {
    width: 100%;
    height: 160px;
    vertical-align: middle;
}
.caini .pengyouquan .pyq-cont{
   background-color: #eee;
   -webkit-line-clamp: 1;
}
.caini .pengyouquan .pyq-cont a{
    color: #333;
}