/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航*/
.header{width:100%; max-width:640px; float:left; position:relative; left:50%; top:0; z-index:9999999; background:#fff; transform: translateX(-50%); box-shadow:0 0 20px rgba(0,0,0,0.2);}
.logo{width:100%; float:left; position:relative; padding:10px;}
.logo img{ float:left; max-height:70px;max-width: calc(100% - 60px)}
.icon-menu{width:40px; height:30px; float:right; cursor:pointer; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; display:flex; align-content:space-between; flex-wrap:wrap;}
.icon-menu span{width:100%; float:left; height:6px; background:#ff3434;}

.nav{display:none; width:150px;float:left; padding:2px;  background:rgba(0,0,0,0.8); position:absolute; right:0; top:100%;}
.nav li{width:100%; overflow:hidden; border-bottom:1px solid #fff;}
.nav li a{width:100%; display:block; height:40px; line-height:40px; text-align:center; overflow:hidden; font-family:'Microsoft YaHei'; font-size:14px; color:#fff; transition:all 0.4s; padding:0;}
.nav li a:hover{background:#ff3434; color:#fff;}
.nav .on a{background:#ff3434; color:#fff;}

.dh_B{width:100%; overflow:hidden; background:#fff; padding:1px;}
.dh{width:100%; overflow:hidden;border-left:1px solid #ff3434;border-top:1px solid #ff3434;}
.dh li{width:25%;float:left;border-right:1px solid #ff3434;border-bottom:1px solid #ff3434;}
.dh li a{ display:block; height:40px; line-height:40px; text-align:center; font-family:"microsoft YaHei"; overflow:hidden;color:#000; font-size:14px; transition:all 0.4s;}
.dh li a:hover{ color:#fff; background:#ff3434;}
/*END-头部+导航*/


img{max-width: 100%}


/*banner图*/
.banner{width:100%; float:left; position:relative;}
.banner .banner-imgbox{width:100%; float:left;}
.banner .banner-imgbox .swiper-slide img{width:100%; height:auto; display:block;}
.banner .swiper-pagination {position: absolute; right:0; bottom:5px;}
.banner .swiper-pagination-bullet {width:15px; height:2px; background:#ff3434; opacity:0.5; border-radius:initial; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#ff3434;width:20px;}
/*END*/

/*首页内容*/
.search_form{width:100%; overflow:hidden; padding:10px; border-bottom:1px solid #ddd;}
.search_inp1{width:calc(100% - 80px); float:left; height:40px; line-height:40px; font-size:12px; color:#9a9a9a; border-radius:5px 0 0 5px; padding:0 10px; border:1px solid #ddd;}
.search_btn{width:80px; float:left; height:40px; background:url(../images/search_btn.png) no-repeat center center #ff3434; background-size:contain; border-radius:0 5px 5px 0;}

.picbox{width:100%; overflow:hidden; padding:10px;}
.pic_ul{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden;}
.pic_ul li{width:24%; float:left;}
.pic_ul li>img{width:auto; display:block; height:30px; margin:0 auto;}
.pic_ul li .pic_p{display:block; overflow:hidden; height:22px; line-height:22px; font-size:16px; color:#313131; margin-top:5px;}
.pic_ul li .pic_sp{display:inline-table; overflow:hidden; line-height:16px; font-size:12px; color:#a6a6a6; text-align:center;}

.gsjj{width:100%; overflow:hidden; background:#f5f5f5; padding:10px;}
.gsjj_title{display:block; overflow:hidden; text-align:center;}
.gsjj_p{line-height:20px; font-size:14px; color:#9c9c9c; text-transform:uppercase;}
.gsjj_sp{line-height:30px; font-size:20px; color:#373737; font-weight:bold;}
.gsjj_heng{width:36px; height:3px; background:#ff3434; margin:5px auto 0 auto;}
.gsjj_conetct{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; overflow:hidden; padding-top:10px;}
.gsjj_left{width:100%; float:left; background-position:center; background-repeat: no-repeat;background-size:cover;}
.gsjj_left::before{content:""; display:block; padding-top:60%;}
.gsjj_right{width:100%; float:right; margin-top:10px;}
.gsjj_txt{display:block; overflow:hidden; font-size:14px; color:#424242; line-height:20px;}
.gsjj_more{display:block; overflow:hidden; padding-top:10px;}
.gsjj_more>a{display:block; overflow:hidden; width:110px; height:34px; line-height:30px; text-align:center; border-radius:20px; background:#ff3434; font-size:16px; color:#fff; border:2px solid #ff3434;}
.gsjj_more>a:hover{background:#fff; color:#ff3434;}

.fy{width:100%; overflow:hidden; padding:10px;}
.fy_nav{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; overflow:hidden; padding-top:10px;}
.fy_nav li{width:31.33%; float:left; margin:0 1% 5px 1%;}
.fy_nav li a{display:block; overflow:hidden; border:1px solid #ddd; height:38px; line-height:36px; text-align:center; border-radius:19px; font-size:16px; color:#414141;}
.fy_nav li a:hover{border-color:#ff3434; background:#ff3434; color:#fff;}
.fy_nav li.fy_on a{border-color:#ff3434; background:#ff3434; color:#fff;}
.fy_ul{display:block; padding-top:10px;}
.fy_ul li{width:100%; float:left; margin:0 0 10px 0;}
.fy_ul li a{display:block; overflow:hidden; box-shadow:0 0 10px rgba(0,0,0,0.2); padding:5px;}
.fy_ul li a .fy_B{width:100%; overflow:hidden;}
.fy_ul li a .fy_B .fy_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.fy_ul li a .fy_B .fy_img::before{content:""; display:block; padding-top:80.0562%;}
.fy_ul li a .fy_txtB{display:block; overflow:hidden; padding-top:5px;}
.fy_ul li a .fy_txtB .fy_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:16px; color:#292929; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.fy_ul li a .fy_txtB .fy_p>span{float:right; font-weight:normal; color:#4e4e4e;}
.fy_ul li a .fy_txtB .fy_p>span>em{color:#ff3434;}
.fy_ul li a .fy_txtB .fy_txt{display:block; overflow:hidden; height:40px; line-height:20px; margin-top:5px; font-size:14px; color:#848484;}
.fy_ul li a:hover{background:#ff3434;}
.fy_ul li a:hover .fy_B .fy_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.fy_ul li a:hover .fy_txtB .fy_p{color:#fff;}
.fy_ul li a:hover .fy_txtB .fy_p>span{color:#fff;}
.fy_ul li a:hover .fy_txtB .fy_p>span>em{color:#fff;}
.fy_ul li a:hover .fy_txtB .fy_txt{color:#fff;}

.jxlf{width:100%; overflow:hidden; background:#f0f0f0; padding:10px;}
.jxlf_ul{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; padding-top:10px;}
.jxlf_ul li{width:100%; float:left; margin-bottom:10px;}
.jxlf_ul li a{display:flex; flex-wrap:wrap; overflow:hidden; background:#fff; padding:5px;}
.jxlf_ul li a .jxlf_B{width:100%; float:left; overflow:hidden; display:-webkit-box; display:-ms-flexbox; display:flex; border-radius:10px;}
.jxlf_ul li a .jxlf_B .jxlf_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.jxlf_ul li a .jxlf_B .jxlf_img::before{content:""; display:block; padding-top:98%;}
.jxlf_ul li a .jxlf_R{width:100%; float:left; padding-top:5px;}
.jxlf_ul li a .jxlf_R .jxlf_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:18px; color:#202020; text-overflow:ellipsis; white-space: nowrap;}
.jxlf_ul li a .jxlf_R .jxlf_sp{display:block; overflow:hidden; height:24px; line-height:24px; font-size:16px; color:#ff3434;}
.jxlf_ul li a .jxlf_R .jxlf_txt{display:block; overflow:hidden; line-height:18px; font-size:12px; color:#7f7f7f; margin-top:5px;}
.jxlf_ul li a .jxlf_more{display:block; overflow:hidden; margin-top:5px; width:100px; height:34px; line-height:30px; border-radius:17px; border:2px solid #ff3434; background:#ff3434; text-align:center; font-size:14px; color:#fff;}
.jxlf_ul li a:hover{background:#ff3434;}
.jxlf_ul li a:hover .jxlf_R .jxlf_p{color:#fff;}
.jxlf_ul li a:hover .jxlf_R .jxlf_sp{color:#fff;}
.jxlf_ul li a:hover .jxlf_R .jxlf_txt{color:#fff;}
.jxlf_ul li a:hover .jxlf_more{border-color:#fff; background:#fff; color:#ff3434;}

.fcfw{width:100%; overflow:hidden; background:url(../images/fcfw_bj.jpg) no-repeat center center; background-size:cover; padding:10px;}
.fcfw_title{display:block; overflow:hidden; text-align:center;}
.fcfw_p{line-height:40px; position:relative; font-size:34px; text-transform:uppercase; color:rgba(255,255,255,0.1);}
.fcfw_p>span{width:100%; float:left; position:absolute; left:0; top:0; font-size:18px; font-weight:bold; color:rgba(255,255,255,1);}
.fcfw_sp{display:block; overflow:hidden; padding-top:5px; line-height:20px; font-size:14px; color:#fff;}
.fcfw_ul{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden; padding-top:10px;}
.fcfw_ul li{width:calc(50% - 5px); float:left; margin:0 0 10px 0;}
.fcfw_ul li a{display:block; overflow:hidden; background:#fff; padding:5px;}
.fcfw_ul li a .fcfw_img{width:80px; display:block; margin:0 auto; border-radius:50%; position:relative; overflow:hidden; background:#fff;}
.fcfw_ul li a .fcfw_img::before{content:""; display:block; padding-top:100%;}
.fcfw_ul li a .fcfw_T{display:block; overflow:hidden; height:30px; line-height:30px; text-align:center; margin-top:5px; font-size:18px; color:#ff3434;}
.fcfw_ul li a .fcfw_heng{display:block; overflow:hidden; width:50px; height:1px; background:#aeaeae; margin:5px auto;}
.fcfw_ul li a .fcfw_txt{display:block; overflow:hidden; height:160px; line-height:20px; font-size:12px; color:#6f6f6f; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:8; -webkit-box-orient: vertical;}
.fcfw_ul li:nth-child(2) a .fcfw_T{color:#1eb783;}
.fcfw_ul li:nth-child(3) a .fcfw_T{color:#e28122;}
.fcfw_ul li:nth-child(4) a .fcfw_T{color:#af3cdf;}
.fcfw_ul li a:hover{background:#ff3434;}
.fcfw_ul li a:hover .fcfw_T{color:#fff;}
.fcfw_ul li a:hover .fcfw_heng{background:#fff;}
.fcfw_ul li a:hover .fcfw_txt{color:#fff;}

.hf{width:100%; overflow:hidden; background:url(../images/hf_bj.jpg) no-repeat center bottom #ff3434; background-size:contain; padding:10px; text-align:center;}
.hf_p{line-height:30px; font-size:20px; color:#fff; font-weight:bold;}
.hf_sp{line-height:22px; font-size:14px; color:#fff; margin-top:5px;}

.news{width:100%; overflow:hidden; padding:10px;}
.news_ul{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; padding-top:10px;}
.news_ul li{width:100%; float:left; margin-bottom:10px;}
.news_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; border:2px solid #f3f3f3; background:#f3f3f3; padding:5px; position:relative;}
.news_ul li a::before{content:""; width:70px; float:left; height:70px; background:url(../images/news_jiantou.png) no-repeat center center; background-size:100% 100%; position:absolute; right:-100%; bottom:0; transition:all 0.4s;}
.news_ul li a .news_B{width:100px; float:left; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li a .news_R{width:calc(100% - 100px); float:left; padding-left:10px;}
.news_ul li a .news_R .news_p{display:block; overflow:hidden; height:40px; line-height:20px; font-size:16px; color:#181818;}
.news_ul li a .news_R .news_txt{display:block; overflow:hidden; height:54px; line-height:18px; font-size:12px; color:#787777; margin-top:5px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.news_ul li a .news_R .news_sp{display:block; overflow:hidden; height:16px; line-height:16px; font-size:14px; color:#bbbbbb; margin-top:5px;}
.news_ul li:hover a{border-color:#ff3434; background:#fff;}
.news_ul li:hover a::before{right:0;}
.news_ul li:hover a .news_R .news_p{color:#ff3434;}
/*End-首页内容*/

/*底部*/
footer{background:#2e3032; padding:10px; font-size:12px; line-height:20px; color:#fff; text-align:center;}
footer a{color:#fff; margin:0 5px;}
footer a:hover{color:#fff; text-decoration:underline!important;}
/*END-底部*/

/*关于我们*/
.dqwz{width:100%; overflow:hidden;}
.dqwz_title{display:block; overflow:hidden; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #ff3434; height:50px; line-height:50px; font-family:'Microsoft YaHei'; font-size:20px; color:#fff; text-indent:20px; cursor:pointer;}

.about_ul{display:none; overflow:hidden; padding:0 2px;}
.about_ul>li{width:100%; float:left; margin:2px 0 0 0;position:relative;}
.about_ul>li>a{display:block; overflow:hidden; background:#eaeaea; height:40px; line-height:40px; text-align:center; font-size:16px; color:#000;}
.about_ul>li:hover>a{background:#ff3434; color:#fff;}
.about_ul>li.about_on>a{background:#ff3434; color:#fff;}

.about_dl{display:none; width:100%; float:left; padding:0 2px;}
.about_dl>dd{display:block; overflow:hidden; margin-top:2px;}
.about_dl>dd>a{display:block; overflow:hidden; height:34px; line-height:32px; text-align:center; font-size:14px; color:#383838; background:#eaeaea;}
.about_dl>dd>a:hover{background:#ff3434; color:#fff;}

.dqwz_contect{display:block; overflow:hidden; padding:10px;}
.company{display:block; overflow:hidden; font-size:14px; color:#5a5a5a; line-height:24px;}
/*END-关于我们*/

/*产品中心*/
.fy_ul1{display:block;}
.fy_ul1 li{width:100%; float:left; margin:0 0 10px 0;}
.fy_ul1 li a{display:block; overflow:hidden; box-shadow:0 0 10px rgba(0,0,0,0.2); padding:5px;}
.fy_ul1 li a .fy_B{width:100%; overflow:hidden;}
.fy_ul1 li a .fy_B .fy_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.fy_ul1 li a .fy_B .fy_img::before{content:""; display:block; padding-top:80.0562%;}
.fy_ul1 li a .fy_txtB{display:block; overflow:hidden; padding-top:5px;}
.fy_ul1 li a .fy_txtB .fy_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:16px; color:#292929; font-weight:bold; text-overflow:ellipsis; white-space: nowrap;}
.fy_ul1 li a .fy_txtB .fy_p>span{float:right; font-weight:normal; color:#4e4e4e;}
.fy_ul1 li a .fy_txtB .fy_p>span>em{color:#ff3434;}
.fy_ul1 li a .fy_txtB .fy_txt{display:block; overflow:hidden; height:40px; line-height:20px; margin-top:5px; font-size:14px; color:#848484;}
.fy_ul1 li a:hover{background:#ff3434;}
.fy_ul1 li a:hover .fy_B .fy_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.fy_ul1 li a:hover .fy_txtB .fy_p{color:#fff;}
.fy_ul1 li a:hover .fy_txtB .fy_p>span{color:#fff;}
.fy_ul1 li a:hover .fy_txtB .fy_p>span>em{color:#fff;}
.fy_ul1 li a:hover .fy_txtB .fy_txt{color:#fff;}

.cpxq{display:block; overflow:hidden;}
.cpxq_img{width:100%; overflow:hidden;}
.cpxq_img img{width:100%; display:block; height:auto;}
.cpxq_p{display:block; overflow:hidden; font-size:20px; color:#292929; line-height:30px; font-weight:bold; margin-top:5px;}
.cpxq_sp{display:block; overflow:hidden; font-size:16px; color:#4e4e4e; line-height:22px; margin-top:5px;}
.cpxq_sp>span{color:#ff3434;}
.cpxq_spp{display:block; overflow:hidden; line-height:20px; font-size:12px; color:#848484; margin-top:10px;}
.cpxq_txt{display:block; overflow:hidden; padding-top:10px; font-size:14px; color:#848484; line-height:24px;}
/*END-产品中心*/

/*房产服务*/
.fcfw_ul1{display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden;}
.fcfw_ul1 li{width:calc(50% - 5px); float:left; margin:0 0 10px 0;}
.fcfw_ul1 li a{display:block; overflow:hidden; background:#fff; padding:5px; border:1px solid #ddd;}
.fcfw_ul1 li a .fcfw_img{width:80px; display:block; margin:0 auto; border-radius:50%; position:relative; overflow:hidden; background:#fff;}
.fcfw_ul1 li a .fcfw_img::before{content:""; display:block; padding-top:100%;}
.fcfw_ul1 li a .fcfw_T{display:block; overflow:hidden; height:30px; line-height:30px; text-align:center; margin-top:5px; font-size:18px; color:#ff3434;}
.fcfw_ul1 li a .fcfw_heng{display:block; overflow:hidden; width:50px; height:1px; background:#aeaeae; margin:5px auto;}
.fcfw_ul1 li a .fcfw_txt{display:block; overflow:hidden; height:72px; line-height:18px; font-size:12px; color:#6f6f6f; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}
.fcfw_ul1 li:nth-child(2) a .fcfw_T{color:#1eb783;}
.fcfw_ul1 li:nth-child(3) a .fcfw_T{color:#e28122;}
.fcfw_ul1 li:nth-child(4) a .fcfw_T{color:#af3cdf;}
.fcfw_ul1 li a:hover{background:#ff3434;}
.fcfw_ul1 li a:hover .fcfw_T{color:#fff;}
.fcfw_ul1 li a:hover .fcfw_heng{background:#fff;}
.fcfw_ul1 li a:hover .fcfw_txt{color:#fff;}
/*END-房产服务*/

/*新闻资讯*/
.news_ul1{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; padding-top:10px;}
.news_ul1 li{width:100%; float:left; margin-bottom:10px;}
.news_ul1 li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; border:2px solid #f3f3f3; background:#f3f3f3; padding:5px; position:relative;}
.news_ul1 li a::before{content:""; width:70px; float:left; height:70px; background:url(../images/news_jiantou.png) no-repeat center center; background-size:100% 100%; position:absolute; right:-100%; bottom:0; transition:all 0.4s;}
.news_ul1 li a .news_B{width:100px; float:left; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul1 li a .news_R{width:calc(100% - 100px); float:left; padding-left:10px;}
.news_ul1 li a .news_R .news_p{display:block; overflow:hidden; height:40px; line-height:20px; font-size:16px; color:#181818;}
.news_ul1 li a .news_R .news_txt{display:block; overflow:hidden; height:54px; line-height:18px; font-size:12px; color:#787777; margin-top:5px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.news_ul1 li a .news_R .news_sp{display:block; overflow:hidden; height:16px; line-height:16px; font-size:14px; color:#bbbbbb; margin-top:5px;}
.news_ul1 li:hover a{border-color:#ff3434; background:#fff;}
.news_ul1 li:hover a::before{right:0;}
.news_ul1 li:hover a .news_R .news_p{color:#ff3434;}

.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; line-height:34px; margin-bottom:10px; border:1px solid #ddd; padding:0 5px; transition:all 0.4s;}
.xw_ul li span{float:right; font-size:14px; color:#373737;}
.xw_ul li a{display:block; overflow:hidden; height:40px; color:#373737; font-size:14px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a em{ font-family:SimSun; font-weight:bold; padding-right:5px; font-size:16px;}
.xw_ul li:hover{border-color:#ff3434;}
.xw_ul li:hover a{color:#ff3434;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; font-weight:bold; color:#000; line-height:24px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:16px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding-top:10px;}
.xwxq_txt{display:block; overflow:hidden; padding-top:10px; font-size:14px; line-height:24px; color:#5a5a5a;}
/*END-新闻资讯*/

/*联系我们*/
.contact_txt{width:100%; float:left; font-size:14px; color:#5a5a5a; line-height:30px;}
.contact_map{width:100%; float:left; border:none; height:250px; margin-top:10px;}
/*END-联系我们*/

/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; max-width:640px; height:60px; position:fixed; bottom:0; left:50%; z-index:9999999999999;  background:#2e3032  ; transform: translateX(-50%);}
.root a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:2px solid #fff; font-size:12px; font-weight:normal;}
.root a>div{width:100%; float:left;}
.root a>div:first-child span{ font-size:20px;}
.root a:last-child{border:none;}
.root a:hover{background:#ff3434; color:#fff;}

.dbbox{ position: fixed; left:50%; bottom:65px; z-index:99999; width: 100%; max-width:640px; transform: translateX(-50%);}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #ff3434;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
/*End*/