.xw_img{
	width: 300px;
	height: 200px;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}
.xw_ul li a{
	display: block;
	position: relative;
	padding-left: 320px;
	height: 200px;
}
.xw_ul li{
	padding: 20px;
	border:1px solid #e4e4e4;
	margin-bottom: 20px;
	border-radius:5px;
}
.xw_con h4{
	padding-top: 15px;
	margin-bottom: 20px;
	font-size: 17px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xw_con p{
	line-height: 1.8;
	color: #888;
	max-height: 83px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.xw_time{
	text-align: right;
	line-height: 30px;
	margin-top: 15px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.xw_icon{
	width: 25px;
	height: 25px;
	display: inline-block;
	background-image: url(../images/time.png);
	background-size: cover;
	vertical-align: middle;
}
.xw_time span{
	vertical-align: middle;
	color: #93155f;
	font-size: 14px;
}
.xw_a{
	text-align: center;
	background-color: #eee;
	padding: 20px 0;
}
.xw_a a{
	display: inline-block;
	padding: 10px 15px;
	font-size: 18px;
	border:1px solid #931560;
	border-radius: 5px;
	margin: 0 5px;
	background-color: #931560;
	color: #fff;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.xw_a a:hover{
	border-radius: 25px;
}
.xw_a a.active span.zx{
	background-image: url(../images/zx.png);
	width: 20px;
	height: 20px;
	background-size: cover;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}
.xw_ul li:hover{
	border-color: #b22880;
}
.xw_ul li:hover h4{
	color:#93155f;
}
.xw_ul li:hover .xw_time{
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-ms-transform:translateY(10px);
	-o-transform:translateY(10px);
	transform:translateY(10px);
}
/* article */
.article{
	background-color: #fff;
}
.arcc{
	box-shadow: 2px 2px 5px #ddd;
    padding: 40px;
}
.arc_tt{
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.arc_tt h4{
	font-size: 18px;
	margin-bottom: 10px;
	color: #444;
}
.arc_tt p{
	color: #999;
	font-size: 14px;
}
.arc_con p{
	line-height: 2;
	font-size: 15px;
	margin-bottom: 10px;
	color: #777;
}
.pian{
	margin: 25px -0.5% 0;
}
.pian a{
	display: inline-block;
	float: left;
	width: 49%;
	margin: 0 0.5%;
	background-color: #eee;
	box-sizing: border-box;
	padding: 10px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 15px;
}
.pian a:hover{
	color: #b22880;
}
/* 装修知识 */
.zx_item{
	border: 1px solid #eee;
	float: left;
	box-sizing: border-box;
	width: 33.33333%;
	margin-left: -1px;
	margin-bottom: -1px;
	overflow: hidden;
}
.zx_bt{
	padding: 20px;
	background-color: #e7e5ec;
	position: relative;
	background-position: right bottom;
	background-repeat:no-repeat;
	background-size: auto 75%;
	text-align: left;
}
.zx_bt:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.3);
}
.zx_z{
	position: relative;
	z-index: 2;
}
.zx_bt h4{
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}
.zx_bt p{
	color:#931560;
}
.xt1{
	background-image: url(../images/xiu1.png);
}
.xt2{
	background-image: url(../images/xiu2.png);
}
.xt3{
	background-image: url(../images/xiu3.png);
}
.zx_bt a{
	display: block;
	color:#fff;
	font-size: 14px;
	margin-top: 10px;
	width: 80px;
	text-align: center;
	background-color: #d41111;
	padding: 5px 0;
	border-radius: 5px;
}
.zx_tu{
	padding: 20px;
}
.zx_tu a{
	display: block;
	position: relative;
	padding-left: 300px;
	height: 200px;
}
.zx_img{
	width: 280px;
	height: 200px;
	position: absolute;
	background-size: cover;
	left: 0;
	top: 0;
}
.zx_con h4{
	color: #333;
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 16px;
}
.zx_con p{
	line-height: 2;
	font-size: 14px;
	color: #888;
}
.zx_ul{
	padding: 0 20px 20px;
}
.zx_ul li{
	border-bottom: 1px dashed #ddd;
	line-height: 50px;
}
.zx_ul li:last-child{
	border: none;
}
.zx_ul li a{
	display: block;
	position: relative;
	font-size: 14px;
	padding-right: 78px;
}
.zx_ul li a p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.zx_ul li a:hover,.ev_fr:hover h4,.ev_fr:hover h4 span{
	color:#931560;
}
.zx_ul li a span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}
.zx_wen{
	margin-top: 50px;
}
.zw_bt h4{
	font-size: 25px;
	position: relative;
	padding-left: 10px;
	margin-bottom: 20px;
}
.zw_bt h4:before{
	position: absolute;
	content: "";
	left: 0;
	top:20%;
	background-color:#931560;
	width: 2px;
	height: 60%;
}
.zx_tab{
	height: 40px;
	background-color: #e7e5ec;
	line-height: 40px;
}
.zx_tab span{
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
.zx_tab span.active:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color:#931560;
}
.ev_prob{
	float: left;
	width: 48%;
	margin: 12px 1%;
	position: relative;
}
.d_an{
	font-size: 14px;
	line-height: 1.6;
	color: #888;
}
.zx_a{
	margin:0 -1%;
}
.lef_b{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background-color:#931560;
}
.ev_fr{
	display: block;
	padding-left: 58px;
}
.lef_b span{
	display: block;
	padding-top:5px;
	font-size: 12px;
}
.lef_b strong{
	font-size: 14px;
}
.zx_panel,.zx_zn{
	padding: 20px;
	border:1px solid #ddd;
	margin-top: -1px;
}
.zx_zn{
	margin-bottom: 30px;
}
i,em{
	font-style: normal;
}
.ev_fr h4{
	position: relative;
	padding-left: 30px;
	padding-right: 80px;
	margin-bottom:8px;
}
.ev_fr h4 i{
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	left: 0;
	top:0;
}
.ev_fr h4 em{
	font-size: 12px;
	color: #888;
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: normal;
}
.ev_fr h4 span{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	color: #333;
}
.ev_fr p{
	line-height: 1.8;
	font-size: 14px;
	color: #777;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
}
.zh4{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.zx_form{
	width: 90%;
	margin: 0 auto;
}
.zx_form>input{
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	-webkit-appearance: none;
	appearance: none;
	border:1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 10px;
	outline: none;
}
.zx_form textarea{
	display: block;
	-webkit-appearance: none;
	appearance: none;
	resize:none;
	outline: none;
	border:1px solid #ddd;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	height: 180px;
	margin-bottom: 15px;
}
.zx_btn{
	width: 100px;
	text-align: center;
	margin: 0 auto;
	display: block;
	background-color:#931560;
	color: #fff;
	height: 35px;
	border: none;
}
.e_bg{
	background-color: #fafafa;
}
.egg_box{
	position: relative;
	padding-right: 340px;
	min-height: 680px;
}

.eg_fr{
	width: 300px;
	position: absolute;
	right: 0;
	top:0;
}
.ans_box{
	background-color: #fff;
	padding:10px 20px;
	margin-bottom: 20px;
}
.ans_search {
    height: 90px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding-right: 115px;
    box-sizing: border-box;
}
.ans_search .input_kuang {
    width:100%;
    height: 50px;
    border: 2px solid #b63285;
    float: left;
    color: #666;
    background: url(../images/search_pic.png) no-repeat;
    background-position: 10px 15px;
    text-indent: 36px;
    font: 15px/50px;
    margin-top: 18px;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
.ans_search .txt_lbl {
    position: absolute;
    color: #bbb;
    font-size: 15px;
    left: 62px;
    top: 35px;
    cursor: text;
    z-index: 2;
}
.ans_search .input_click {
    width: 115px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #b63285;
    font: 18px/54px;
    color: #fff;
    margin-top: 18px;
    cursor: pointer;
    border: none;
}

.a_ping i{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: cover;
	vertical-align: middle;
}
.a_pg i{
	background-image: url(../images/p1.png);
}
.a_pg:hover i{
	background-image: url(../images/p11.png);
}
.a_zan i{
	background-image: url(../images/p2.png);
}
.a_zan:hover i{
	background-image: url(../images/p21.png);
}
.question{
	padding: 20px;
	background-color: #fff;
	margin-bottom:20px;
}
.qu_tit{
	font-size: 22px;
	margin-bottom: 15px;
	padding-left:30px;
	position: relative;
}
.qu_tit:before{
	position: absolute;
	content: "";
	left: 0;
	top:5px;
	width: 20px;
	height: 20px;
	background-image: url(../images/ques.png);
	background-size: cover;
}
.qu_es{
	color: #888;
	font-size: 12px;
	margin-bottom: 15px;
}
.qu_es span{
	display: inline-block;
	margin-right: 10px;
}
.bchong{
	position: relative;
	padding-left:50px;
	margin-bottom: 10px;
}
.bchong span{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	color:#b63285;
}
.qu_ans{
	background-color: #eee;
	padding: 15px;
	margin-bottom: 15px;
	color: #b63285;
	font-size: 13px;
	cursor: pointer;
}
.qu_form textarea,.an_form textarea{
	display: block;
	width: 100%;
	resize:none;
	outline: none;
	height: 120px;
	border:1px solid #ddd;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 10px;
}
.an_form textarea{
	height: 100px;
}
.qu_you{
	text-align: right;
}
.qu_you span{
	font-size: 14px;
}
.qu_you span em{
	font-size: 16px;
	color:#b63285;
}
.qu_you button{
	border: none;
	display: inline-block;
	width: 60px;
	height: 35px;
	margin-left: 10px;
	color: #fff;
	background-color:#b63285;
	border-radius: 5px;
}
.qu_shu{
	margin-bottom: 10px;
	font-size: 14px;
}
.qu_shu em{
	font-size: 16px;
	margin: 0 5px;
	color:#b63285;
}
.answer{
	padding: 20px;
	background-color: #fff;
}
.an_ul li{
	position: relative;
	padding-left: 90px;
	padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.photo{
	position: absolute;
	left: 0;
	top: 23px;
	width:80px;
	height: 80px;
	border-radius: 50%;
}
.an_bt{
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
}
.an_bt span{
	position: absolute;
	right: 0;
	bottom:0;
	font-size: 12px;
	color: #888;
}
.an_bt h4{
	font-size: 17px;
	color: #333;
}
.an_nr p{
	line-height: 1.8;
	color: #888;
	font-size: 14px;
}
.an_nr{
	margin-bottom: 10px;
}
.a_ping{
	text-align: right;
	font-size: 12px;
	margin-bottom: 15px;
}
.a_ping span{
	margin-right: 10px;
	cursor: pointer;
	color: #b7b7b7;
}
.a_ping span:hover{
	color:red;
}
.eg_log{
	padding: 20px;
}
.eg_wen,.eg_log,.eg_biao{
	background-color: #fff;
	margin-bottom: 20px;
}
.tag_fr .eg_wen{
	margin-top: 20px;
	border:1px solid #eee;
}
.tag_fr .eg_biao{
	border:1px solid #eee;
}
.eg_bot{
	margin: 0 -1%;
}
.eg_bot a{
	float: left;
	width: 48%;
	margin: 0 1%;
	text-align: center;
	border:1px solid #b63285;
	color: #b63285;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.eg_bot a.eg1{
	background-color: #b63285;
	color: #fff;
}
.eg_top{
	margin-bottom: 15px;
}
.eg_top img{
	width: 60px;
	height: 60px;
	margin-right: 15px;
	border-radius: 50%;
}
.eg_top a{
	display: inline-block;
	margin-right: 10px;
	width: 60px;
	background-color: #eee;
	text-align: center;
	margin-top: 15px;
	padding:5px 15px;
	border-radius: 15px;
	font-size: 15px;
}
.eg_top a:hover{
	color: #fff;
	background-color: #b63285;
}
.ch6{
	padding:10px 15px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	position: relative;
}
.ch6:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #b63285;
}
.eg_ul,.b_qian{
	padding: 15px;
}
.b_qian a{
	font-size: 13px;
	padding: 5px;
	color: #888;
	line-height:2;
}
.b_qian a:hover{
	color: #b63285;
	text-decoration: underline;
}
.eg_ul li{
	margin:15px 0;
}
.eg_ul li a{
	display: block;
	position: relative;
	padding-left: 45px;
}
.e_zuo{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color:#b63285;
	color: #fff; 
	text-align: center;
	font-size: 12px;
	left: 0;
	top: 0;
}
.e_zuo p{
	padding-top: 4px;
}
.e_you p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	color: #444;
	font-size: 15px;
}
.e_you span{
	font-size: 12px;
	color: #777;
}
.an_form,.qu_form{
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.qu_form.on{
	height: 165px;
}
.an_form.on{
	height: 145px;
}

.x_fen .on{
	color:#931560;font-weight:700;
}
/* 案例详情 */
.chs{
	background-color:#f6f6f6;
}
.chs_fl{
	float: left;
	width:770px;
	background-color: #fff;
	padding: 30px;
}
.chs_fr{
	width: 320px;
	float: right; 
}
.h4_tit{
	font-weight: normal;
	font-size: 25px;
	margin-bottom:20px;
}
.ch_time{
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
}
.t_table{
	border: 1px solid #e3e3e3;
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
}
.t_table tr {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
    text-align:center;
}
.t_table td{
	padding: 0 15px;
}
.t_table td.caseHead {
    color: #888;
    background-color: #f8f8f8;
}
.ch5{
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.ch5:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	border-radius: 50%;
	background-color:#931560;
}
.lina{
	margin-bottom:35px;
}
.lina p{
	line-height: 2;
	font-size: 14px;
	color: #888;
}
.tuce img{
	width: 100%;
	height:auto;
	margin-bottom: 20px;
}
.tuce p{
	margin-bottom: 20px;
	text-align: center;
}
.chs_top{
	background-color: #fff;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.chs_img{
	width: 100%;
}
.chs_img img{
	width: 100%;
}
.chs_info{
	padding: 15px;
	text-align: center;
}
.chs_more{
	width: 80px;
	text-align: center;
	display: block;
	margin: 0 auto;
	border:1px solid #ddd;
	padding: 5px 0px;
	border-radius: 15px;
	font-size: 13px;
}
.chs_info h6{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #333;
}
.chs_info p{
	font-size: 14px;
	color: #888;
}
.chs_bot{
	padding: 25px;
	background-color: #fff;
}
.chs_bot h5{
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
	color: #333;
}
.chs_ul li a{
	display: block;
}
.chs_ul li{
	margin-bottom: 15px;
}
.chs_de p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.da_more{
	background-color: #c5187e;
	color: #fff;
	font-size: 15px;
	width: 120px;
	margin: 30px auto 0;
	display: block;
	text-align: center;
	padding: 5px 0;
	border-radius: 5px;
}
/* 装修工地 */
.chs_pa{
	position: relative;
	padding-right: 260px;
	background-color: #fff;
	margin-bottom: 50px;
}
.chs_map{
	height: 300px;
	overflow: hidden;
}
.chs_map img{
	max-width: initial;
}
.chs_mde{
	position: absolute;
	right: 0;
	top: 0;
	width: 260px;
	box-sizing: border-box;
	padding: 20px;
}
.chs_mde h4{
	font-size: 20px;
	margin-bottom: 15px;
}
.chs_mde p{
	line-height: 2;
	font-size: 14px;
	height: 220px;
	overflow: hidden;
}
.gdx_fl{
	width: 650px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
}
.sw_gd{
	height: 100%;
}
.gdx_box{
	position: relative;
	padding-left: 650px;
	min-height: 500px;
	background-color: #fff;
	
}
.sw_gd .swiper-slide{
	background-size: cover;
	background-position: center;
}
.gdx_fr{
	padding:35px;
	max-height: 500px;
	overflow: hidden;
	box-sizing: border-box;
}
.gdx_fr h4{
	font-size: 22px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.gdx_fr h4:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 2em;
	background-color:#931560;
}
.gdx_item p{
	line-height:3;
	color: #777;
}
.gdx_item p span{
	font-weight: 600;
}
.s_prev,.s_next{
	width:32px;
	height:36px;
	background-size: auto 30px;
	position: absolute;
	top:50%;
	cursor: pointer;
	z-index: 2;
	background-color:rgba(255,255,255,0.6);
	background-position: center;
	background-repeat: no-repeat;
}
.s_prev{
	background-image: url(../images/zl.png);
	left:10px;
}
.s_next{
	background-image: url(../images/zr.png);
	right: 10px;
}
/* 荣誉 */
.ryu_ul li{
	float: left;
	width: 48%;
	margin: 0 1% 20px;
	height: 212px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}
.ryu_ul{
	padding-bottom: 20px;
}
.ryu_box{
	position: relative;
	padding-left: 320px;
	height: 100%;
	background-color: #fff;
}
.ry_img{
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	overflow: hidden;
}
.ry_con h4{
	font-size: 18px;
	color: #333;
}
.ry_con p{
	font-size: 14px;
	color: #888;
	margin-top: 15px;
}
.ry_con .time{
	position:absolute;
	bottom:10px;
	right:5px;
}
/* 详情1 */
.detail{
	background-color: #fff;
}
.pbra {
    position: relative;
    padding-left:500px;
    min-height: 500px;
}
.l_banner{
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	border: 1px solid #eee;
}
.pbra_de {
    margin-left: 23px;
    padding-top: 50px;
}
.pbra_de h5 {
    font-size: 16px;
    color: #555;
    font-weight: 700;
    margin-bottom: 10px;
}
.pb_ec {
    font-size: 15px;
    color: #888;
    margin-bottom: 15px;
}
.cahn {
    background: #faf5f8;
    padding: 15px;
    margin-bottom: 15px;
}
.cah_item {
    position: relative;
    padding-left: 75px;
    font-size: 13px;
    margin-bottom: 5px;
}
.cah_fl {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    margin-right: 10px;
    line-height: 24px;
    color: #8c8c8c;
}
.cah_wrap {
    line-height: 24px;
}
.cah_wrap strong {
    font-size: 25px;
    height: 24px;
    line-height: 24px;
    color: red;
    font-weight: normal;
}
.pb_sm p{
	line-height: 2;
	color: #999;
}
.sw_ta{
	position: absolute;
	z-index: 2;
	text-align: center;
}
.sw_ta .swiper-pagination-bullet-active{
	background-color:#ab4983;
}
.re_xq{
	position: relative;
	margin-top: 40px;
}
.rex_fl{
	float: left;
	width: 300px;
}
.rex_fr{
	width:850px;
	float: right;
}
.rex_fr img{
	width: 100%!important;
	height: auto!important;
}
.rex_tit{
	height: 45px;
	line-height: 45px;
	padding:0 10px;
	border: 1px solid #eee;
	position: relative;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	background-color: #e7e5ec;
}
.rex_tit:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color:#931560;
}
.rex_ul,.rex_con{
	padding: 20px;
	border:1px solid #eee;
	margin-top: -1px;
}
.rex_ul li a{
	display: block;
	text-align: center;
	padding-top: 10px;
}
.rex_img{
	background-size: cover;
	height: 200px;
	background-position: center;
}
.rex_ul li p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 13px;
	color: #333;
	padding: 5px 0;
}
.rex_ul li span{
	color: #931560;
	display: block;
}
/* 装修分类 */
.grey{
	background-color:#f2f2f2;
	padding: 20px 0;
}
.gre_ul{
	text-align: center;
}
.gre_ul li{
	width: 300px;
	display: inline-block;
	background-color: #fff;
	margin: 0 15px;
}
.gre_ul li a{
	display: block;
	padding: 20px;
	padding-left: 80px;
	position: relative;
	text-align: left;
}
.gre_ul li.active{
	background-color: #d4d1da;
    box-shadow: 2px 2px 5px #ddd;
}
.gre_ul li a img{
	position: absolute;
	left:20px;
	top:20px;
	width: 50px;
}
.gre_ul li a h4{
	font-size: 18px;
	color: #333;
	margin-bottom:5px;
}
.gre_ul li a p{
	color: #888;
	font-size: 14px;
}
.zxq_top{
	position: relative;
	padding-left:430px;
	padding-right: 350px; 
	min-height: 300px;
	margin-bottom:40px;
}
.zxq_fl{
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 300px;
	overflow: hidden;
}
.zxq_fr{
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	border: 1px solid #eee;
}
.zxq_ne{
	position: absolute;
	z-index: 2;
	text-align: center;
	top:275px;
}
.zxq_box{
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.zxq_box h3{
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.zxq_box p{
	line-height: 1.6;
	font-size: 14px;
	color: #888;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	height: 42px;
}
.zxq_box span{
	font-size: 14px;
	width: 100px;
	text-align: center;
	background-color:#df5b9c;
	color: #fff;
	padding:5px 0px;
	display: block;
	margin-top: 5px;
}
.zxq_item a{
	display: block;
	line-height: 2;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #888;
}
.zxq_nn{
	padding:30px;
	height: 300px;
	box-sizing: border-box;
	background-color: #fff;
}
.eg_fr .zxq_nn{
	margin-bottom: 20px;
}
.zxq_nn h6{
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
.zxq_nn h6 em{
	color:#df5a9c;
	margin: 0 5px;
}
.zxq_form input{
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 35px;
	margin-bottom: 10px;
	padding: 0 10px;
	outline: none;
	border: 1px solid #d2d2d2;
	-webkit-appearance: none;
	appearance: none;
}
.zxq_form button{
	display: block;
	width: 100%;
	background-color:#df5a9c;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	color: #fff;
	height: 35px;
}
.ma_zx{
	margin-right: 3px;
}
.ma_zx li a{
	display: block;
	border:1px solid #eee;
	margin-left: -1px;
	padding:30px 2px;
	font-size: 12px;
}
.ma_zx li a img{
	width: 18px;
}
.ma_zx li{
	float: left;
	width: 7.14285%;
	text-align: center;
}
.jzh{
	margin-top: 30px;
}
.jzh_tit,.jan_bt{
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b61467;
}
.jan_bt{
	border-bottom: 1px solid #ddd;
}
.jzh_tit h3{
	font-size: 22px;
	color: #333;
}
.jan_bt h4{
	font-size: 18px;
	color:#b61467;
}
.jzh_tit span,.jan_bt .jan_a{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color:#b91569;
}
.jzh_blo{
	display: block;
	float: left;
	width: 48%;
	margin: 0 1%;
}
.jzh_nn{
	padding-left: 255px;
	position: relative;
	min-height:150px;
}
.jzh_tu{
	position: absolute;
	left: 0;
	top: 0;
	height: 150px;
	background-size: cover;
	background-position: center;
	width:230px;
}
.jzh_pic{
	margin: 0 -1%;
}
.jzh_con h4{
	padding-top: 10px;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.jzh_con p{
	font-size: 14px;
	color: #888;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	height: 72px;
}
.jzh_con span{
	display: block;
	background-color: #b61467;color: #fff;
	width: 100px;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	padding: 4px 0;
}
.jzh_ul{
	margin:20px -1% 0;
}
.jzh_ul li{
	float: left;
	width: 31.333%;
	margin: 0 1%;
}
.jzh_ul li a,.jan_box a{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	line-height: 2;
	font-size: 14px;
	position: relative;
	padding-left:8px;
}
.jzh_ul li a:before,.jan_box a:before{
	position: absolute;
	content: "";
	margin-top: -2px;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;background-color: #b61467;
}
.jzh_ul li a:hover,.jan_box a:hover,.jzh_blo:hover,.zxq_item a:hover{color: #b61467;}
.jzh_ul li a:first-child{
	font-size: 18px;
	color: #333;
}
.jzh_box{
	margin-bottom:30px;
}
.jan_ul{
	margin: 30px -1% 0;
}
.jan_ul li{
	float: left;
	width: 48%;
	margin: 0 1% 25px;
}
.rci a{
	display:inline-block;
	background-color: #eee;
	padding: 5px 10px;
	margin: 0 3px 5px;
	font-size: 13px;
}
/* 装修问答 */
.tag_fl,.dag_fl{
	width: 840px;
	float: left;
}
.tag_fr,.dag_fr{
	width: 300px;
	float: right;
}
.tag_fr .eg_log,.tag_fr .zxq_nn,.tag_fl .ans_box,.dag_fl .ans_box{
	border: 1px solid #eee;
	background-color: #fff;
}
.qi_fl{
	float: left;
	width:30%;
}
.qi_fr{
	float: right;
	width: 65%;
}
.qi_item{
	display: block;
	position: relative;
	padding:23px 20px;
	padding-left:52px;
	border: 1px solid #eee;
	margin-top: -1px;
}
.qi_item img{
	position: absolute;
	left:20px;
	top:20px;
	width:20px;
}
.qi_item p{
	color:#df599c;
}
.qi_item p span{
	font-size: 12px;
	margin-left: 10px;
	color: #b63285;
}
.qi_tit{
	position: relative;
	border:1px solid #eee;
	padding: 12px;
}
.qi_tit a{
	position: absolute;
	right:12px;
	top:12px;
	color: #b63285;
	font-size: 13px;
}
.qi_de{
	border:1px solid #eee;
	margin-top: -1px;
	padding:0 20px;
}
.qi_ba a{
	display: block;
	position: relative;
	padding-left: 160px;
	margin: 13px 0;
	min-height: 80px;
}
.qi_img{
	height:80px;
	width:140px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
}
.qi_con h4{
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #333;
	padding:5px 0;
}
.qi_con p{
	line-height:1.5;
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
}
.wnt{
	border:1px solid #eee;
	padding: 20px;
}
.su_put{
	position: relative;
	width:100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border: 1px dashed #eee;
}
.su_put img{
	position: relative;
	z-index: 1;
	vertical-align: middle;
	width: 70px;
}
.su_put input{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.sctu{
	margin-bottom: 20px;
}
.df_top{
	border:1px solid #eee;
	margin-bottom: 20px;
}
.d_fen{
	background-color: #e7e5ec;
	margin-bottom: 20px;
}
.d_fen a{
	display: inline-block;
	padding: 15px;
	position: relative;
}
.d_fen a.active:before{
	position: absolute;
	content: "";
	top: 0;
	height: 2px;
	background-color: #df599c;
	width: 100%;
	left: 0;
}
.d_fen a.active{
	background-color: #fff;
}
.x_fen{
	padding:0 14px;
	margin-bottom: 10px;
}
.x_fen a{
	display: inline-block;
	margin-bottom:5px;
	padding: 0 5px;
	font-size: 14px;
	color: #888;
}
.x_fen a:hover,.eg_ul li a:hover .e_you p{
	color: #df599c;
}
.paxu{
	padding:15px;
	margin-top: 15px;
	border-top: 1px solid #df599c;
}
.paxu a{
	display: inline-block;font-size: 14px;color: #888;padding: 0 5px;
}
.paxu a.active{
	color:#df599c;
}
.gn_ul{
	margin: 0 -1% 30px;
}
.gn_ul li{
	float: left;
	width: 31.333333%;
	margin: 0 1%;
	text-align:center;
	box-sizing: border-box;
	padding:25px 15px;
	border:1px solid #ddd;
}
.gn_ul li h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.gn_ul li p a{
	color: #d29dbb;
	font-size: 14px;
	padding: 0 3px;
}
.gn_ul li p a:hover{
	color:red;
}
.xw_fl{
	float: left;
	width: 830px;
}
.xw_mod{
	display: none;
}
.xw_panel .xw_mod:first-child{
	display: block;
}
.xw_tab span{
	display: block;
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0;
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-top: none;
	position: relative;
	cursor: pointer;
}
.xw_tab span.active:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-color:#df5a9c;
	height: 2px;
	width: 100%;
}
.xw_tab span.active{
	background-color: #fff;
	border-color: #fff;
}
.xw_fr{
	border:1px solid #ddd;
	width: 310px;
	float: right;
	box-sizing: border-box;
}
.xw_panel{
	padding:25px; 
}
.xw_mod p{
	text-align: center;font-size: 14px;
	color: #888;
	margin-top: 10px;
}
.xw_mod p em{
	color: red;
}
/* 详情2 */
.d_tit{
	padding: 10px 15px;
	background-color: #e7e6ec;
	font-size: 18px;
	font-weight: 600;
	color: #931560;
}
.d_de{
	padding:20px;
	border:1px solid #eee;
	margin-bottom: 20px;
}
.d_de h4{
	font-size: 14px;
	font-weight: normal;
}
.dd_ul{
	margin-top: 15px;
}
.dd_ul li{
	display: inline-block;
	text-align: center;
	margin:0px 20px 5px;
	font-size: 14px;
	color: #888;
}
.dd_ul li img{
	width: 40px;
	margin-bottom: 6px;
}
.d_two,.d_three{
	margin: 0 -1%;
}
.d_two .dd_tm{
	float: left;
	width: 48%;
	margin: 0 1%;
}
.d_three .dd_tm{
	float: left;
	width: 31.33333%;
	margin: 0 1%;
}
@media (max-width:1200px){
	.chs_fl{
		width: 70%;
		box-sizing: border-box;
	}
	.chs_fr{
		width: 27%;
	}
	.h4_tit{
		font-size: 22px;
	}
	.t_table tr{
		line-height: 2;
		font-size: 14px;
	}
	.chs_bot h5{
		font-size: 18px;
	}
	.chs_bot{
		padding: 20px;
	}
	.rex_fl{
		width: 30%;
	}
	.rex_fr{
		width: 67%;
	}
	.dd_ul li{
		margin: 0 8px 5px;
	}
	.tag_fl, .dag_fl,.xw_fl{
		width:69%;
	}
	.tag_fr,.xw_fr{
		width: 28%;
	}
}
@media (max-width:1080px){
	.ryu_ul li{
		width: 100%;
		margin: 0 0 20px;
	}
	.chs_fr{
		width: 28%;
	}
	.h4_tit{
		font-size: 20px;
	}
	.xw_a a{
		font-size: 16px;
	}
	.xw_a a.active span.zx{
		width: 18px;
		height: 18px;
	}
	.xw_a{
		padding: 15px 0;
	}
	.ans_search .txt_lbl{
		width: 120px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.gdx_fr h4{
		font-size:18px;
		margin-bottom:5px;
	}
	.gdx_item p{
		line-height: 2.5;
		font-size: 14px;
	}
	.gdx_fr{
		padding: 20px;
	}
	.pbra_de{
		padding-top: 20px;
	}
	.l_banner{
		width: 420px;
	}
	.pbra{
		padding-left: 420px;
		min-height: 420px;
	}
	.zxq_fl{
		display: none;
	}
	.zxq_top{
		padding-left: 0;
	}
	.jzh_tit h3{
		font-size: 20px;
	}
	.jzh_ul li a:first-child{
		font-size: 17px;
	}
	.tag_fl, .dag_fl{
		width: 62%;
	}
	.tag_fr{
		width: 33%;
	}
	.qi_item{
		padding-left: 20px;
	}
	.qi_item img{
		display: none;
	}
	.eg_log{
		padding: 20px 15px;
	}
}
@media (max-width:950px){
	.gdx_box{
		padding-left: 0;
	}
	.gdx_fl{
		position: initial;
		width: 100%;
		height: 400px;
	}
	.gdx_fr{
		overflow: visible;
		max-height: initial;
	}
	.rex_fl{
		display: none;
	}
	.re_xq{
		margin-top: 30px;
	}
	.rex_fr{
		width: 100%;
	}
	.pbra_de h5{
		line-height: 1.8;
	}
	.pb_ec{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.cahn{
		padding: 10px;
		margin-bottom: 10px;
	}
	.pb_sm p{
		font-size: 14px;
	}
	.jzh_blo{
		width: 100%;
		margin: 0;
	}
	.jzh_blo:nth-child(2){
		display: none;
	}
	.jzh_pic{
		margin: 0;
	}
	.qi_item{
		padding: 23px 12px;
	}
	.xw_fl,.xw_fr{
		width: 100%;
	}
	.xw_fr{
		margin-top: 20px;
	}
}
@media (max-width:930px){
	.tag_fl, .dag_fl,.tag_fr{
		width: 100%;
	}
	.tag_fr{
		margin-top: 20px;
	}
	.gn_ul li{
		padding: 20px 15px;
	}
}
@media (max-width:900px){
	.xw_con p{
		font-size: 15px;
	}
	.zx_item{
		width: 100%;
	}
	.zx_wen{
		margin-top: 40px;
	}
	.egg_box{
		padding-right: 0;
	}
	.eg_fr{
		display: none;
	}
	.ans_search .txt_lbl{
		width:70%;
	}
	.chs_pa{
		margin-bottom: 30px;
	}
	.cah_wrap{
		line-height: 20px;
	}
	.cah_wrap strong{
		font-size: 20px;
	}
	.d_three .dd_tm,.d_two .dd_tm{
		width:100%;
		margin: 0;
	}
	.d_two, .d_three{
		margin:0;
	}
}
@media (max-width:800px){
	.l_banner{
		position: initial;
		width: 100%;
	}
	.pbra{
		padding-left: 0;
	}
	.pbra_de{
		margin-left: 0;
	}
	.d_tit{
		font-size: 16px;
		font-weight: normal;
	}
	.d_de{
		margin-bottom: 10px;
	}
	.dd_ul li img{
		width: 30px;
	}
}
@media (max-width:768px){
	.chs_fl{
		width: 100%;
	}
	.chs_fr{
		width: 100%;
	}
	.chs_bot{
		display: none;
	}
	.chs_img img{
		width: 300px;
	}
	.chs_img{
		text-align: center;
	}
	.chs_top{
		margin-bottom: 0;
	}
	.xw_img{
		width: 260px;
	}
	.xw_ul li a{
		padding-left: 280px;
	}
	.arcc{
		padding: 30px;
	}
	.zx_wen{
		margin-top: 30px;
	}
	.zx_a{
		margin: 0;
	}
	.ev_prob{
		width: 100%;
		margin:10px 0;
	}
	.qu_tit{
		font-size: 20px;
	}
	.chs_mde h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.zw_bt h4{
		font-size: 20px;
	}
	.gre_ul li a{
		padding: 15px;
		padding-left:45px;
	}
	.gre_ul li a img{
		width: 20px;
	}
	.gre_ul li a p{
		display: none;
	}
	.gre_ul li{
		width: auto;
	}
}
@media (max-width:700px){
	.zxq_top{
		padding-right: 0;
		margin-bottom: 20px;
	}
	.zxq_fr{
		display: none;
	}
	.jzh_ul li{
		width: 100%;
		margin: 0;
	}
	.jan_ul li{
		width: 100%;
		margin: 0 0 25px;
	}
	.jzh_ul,.jan_ul{
		margin: 20px 0 0;
	}
	.jzh_ul li a:first-child{
		font-size: 14px;
	}
	.ma_zx li{
		width: 14.28%
	}
	.qi_fl,.qi_fr{
		width: 100%;
	}
	.qi_item{display: inline-block;padding: 10px;margin-bottom: 5px;}
	.gn_ul li h3{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.gn_ul li{
		padding: 10px;
	}
}
@media (max-width:640px){
	.jan_bt h4{
		font-size: 16px;
	}
	.ans_search .txt_lbl{
		width: 200px;
		left: 40px;
	}
	.chs_fl{
		padding: 20px;
	}
	.h4_tit{
		font-size: 17px;
		margin-bottom: 10px;
	}
	.ch_time{
		font-size: 12px;
	}
	.t_table{
		display: none;
	}
	.lina{
		margin-bottom: 20px;
	}
	.ch5{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.tuce p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.tuce img{
		width:100%;
		height: auto;
		margin-bottom: 10px;
	}
	.xw_img{
		position: initial;
		width: 100%;
	}
	.xw_ul li a{
		padding-left: 0;
		height: auto;
	}
	.xw_con h4{
		margin-bottom: 10px;
	}
	.xw_time{
		margin-top: 10px;
	}
	.xw_a a{
		padding:5px 8px;
		font-size: 14px;
	}
	.xw_a{
		padding: 10px 0;
	}
	.arcc{
		padding: 20px;
	}
	.zx_bt h4{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.zx_bt p{
		font-size: 14px;
	}
	.zx_bt a{
		font-size: 12px;
	}
	.zx_ul li{
		line-height: 40px;
	}
	.zx_ul{
		padding: 0 10px 10px;
	}
	.ev_fr h4 span{
      font-size: 15px;
  	}
  	.gdx_fr h4{
  		font-size: 16px;
  	}
  	.gdx_fl{
  		height: 300px;
  	}
  	.chs_mde{
  		position: initial;
  		width: auto;
  	}
  	.chs_pa{
  		padding-right: 0;
  	}
  	.chs_mde p{
  		height: auto;
  	}
  	.zx_wen{
  		margin-top: 20px;
  	}
  	.zw_bt h4{
  		font-size: 18px;
  		margin-bottom: 10px;
  	}
  	.zx_tab span{
  		font-size: 14px;
  		padding: 0 10px;
  	}
  	.pian{
  		margin-top: 15px;
  	}
  	.pian a{
  		font-size: 14px;
  	}
  	.ryu_ul li{
  		min-height: 140px;
  		height: auto;
  	}
  	.ry_img{
  		width: 200px;
  	}
  	.ryu_box{
  		padding-left: 220px;
  	}
  	.ry_con h4{
  		padding-top: 15px;
  		font-size: 16px;
  	}
  	.ry_con p{
  		font-size: 12px;
  		margin-top: 8px;
  	}
  	.ryu_ul{
		padding-bottom:10px;
	}
	.pbra_de h5{
		font-size: 14px;
		line-height: 1.5;
		margin-bottom:5px;
	}
	.pb_ec{
		font-size: 12px;
	}
	.pb_sm p{
		font-size: 13px;
	}
	.d_de{
		padding: 15px;
	}
	.re_xq{
		margin-top: 20px;
	}
	.dd_ul li p{
		font-size: 12px;
	}
	.jzh_tit h3{
		font-size: 18px;
	}
	.jzh_tu{
		display: none;
	}
	.jzh_nn{
		padding-left: 0;
		min-height: initial;
	}
	.ma_zx li a{
		padding: 15px 1px;
	}
	.qi_item p{
		font-size: 14px;
	}
	.zxq_nn{
		padding: 20px;
	}
	.zx_form{
		width: 100%;
	}
	.zx_form textarea{
		height: 120px;
	}
	.zx_form>input{
		height: 35px;
	}
	.su_put{
		height: 80px;
		width: 80px;
	}
	.su_put img{
		width: 60px;
	}
	.d_fen a{
		padding: 10px;
		font-size: 14px;
	}
	.d_fen{
		margin-bottom: 10px;
	}
}
@media (max-width:414px){
	.rex_tit{
		font-size: 16px;
	}
	.ans_search .txt_lbl{
		width: 100px;
		top: 28px;
		font-size: 12px;
	}
	.qu_tit{
		font-size: 17px;
	}
	.qu_tit:before{
		top: 2px;
	}
	.bchong{
		font-size: 14px;
	}
	.ans_box{
		margin-bottom: 10px;
		padding: 5px 15px 10px;
	}
	.ans_search{
		padding-right: 67px;
		height: 62px;
	}
	.ans_search .input_click{
		width: 70px;
		height: 36px;
	}
	.ans_search .input_kuang{
		height: 36px;
		background-position: 9px 8px;
	}
	.xw_con h4,.arc_tt h4{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.xw_con p,.arc_con p{
		font-size: 14px;
	}
	.xw_ul li,.zx_panel,.zx_zn{
		padding: 10px;
	}
	.arcc{
		padding:0 5px;
		box-shadow: initial;
	}
	.arc_tt{
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.ev_fr h4 em{
		position: initial;
		margin-left: -30px;
	}
	.ev_fr h4{
		padding-right: 0;
		margin-bottom: 1px;
	}
	.photo{
		width: 40px;
		height: 40px;
	}
	.an_ul li{
		padding-left: 49px;
	}
	.an_bt h4{
		font-size: 15px;
	}
	.an_bt{
		margin-bottom: 8px;
		padding-top: 10px;
	}
	.chs_map{
		height: 240px;
	}
	.chs_mde h4{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.chs_mde p{
		line-height: 1.8;
	}
	.pian a{
		font-size: 12px;
		padding: 5px 10px;
	}
	.ry_img{
		position: initial;
		width: 100%;
		text-align: center;
	}
	.ryu_box{
		padding-left: 0;
	}
	.ry_con{
		text-align: center;
		padding-bottom: 20px;
	}
	.ryu_ul{
		padding-bottom:0px;
	}
	.jzh_tit h3{
		font-size: 16px;
	}
	.jan_bt h4{
		font-size: 15px;
	}
	.jzh_ul, .jan_ul{
		margin-top: 15px;
	}
	.jzh_con span{
		font-size: 12px;
		width: 60px;
	}
	.jzh_con h4{
		font-size: 15px;
		padding-top: 5px;
		margin-bottom: 5px;
	}
	.qi_item p span{
		display: none;
	}
	.qi_item p{
		font-size: 12px;
	}
	.qi_con h4{
		font-size: 14px;
	}
	.qi_con p{
		white-space: nowrap;
		display: block;
	}
	.qi_img{
		width: 100px;
		height: 60px;
	}
	.qi_ba a{
		min-height: 65px;
		padding-left: 110px;
	}
	.qi_de{
		padding: 0 10px;
	}
	.qi_tit{
		padding: 10px;
	}
	.qi_tit h4{
		font-size: 15px;
	}
	.zxq_nn{
		padding: 15px;
	}
	.zxq_nn{
		height: auto;
	}
	.gre_ul li a h4{
		font-size: 16px;
		margin-bottom: 0
	}
	.gre_ul li a{
		padding:10px;
	}
	.gre_ul li a img{
		display: none;
	}
	.gre_ul li{
		margin: 0 5px;
	}
	.grey{
		padding: 10px 0;
	}
	.d_fen a{
		padding: 5px 3px;
		font-size: 13px;
	}
	.ch6{
		font-size: 16px;
		padding: 5px 10px;
	}
	.gn_ul li{
		width: 100%;
		margin: 0;
		margin-top: -1px;
	}
	.gn_ul{
		margin: 0 0 20px;
	}
	.gn_ul li p a{
		font-size: 12px;
	}
	.gn_ul li h3{
		font-size: 14px;
	}
	.chs{
        margin-top: 87px;
    }
}
@media (max-width:376px){
	.xw_con h4{
		font-size: 15px;
	}
	.chs{
		margin-top: 82px;
	}
}