@charset "utf-8";
/* CSS Document */

 .fullSlide{
 	height: 300px !important;
 }
 
/*-------分页样式-------*/
.ss_fenye{
	padding-bottom: 20px;
}
.quotes {
    clear: both;
    margin: 0px 20px; 
    text-align: center;
    border: 1px solid #cccccc;
    height: 42px;
    padding: 5px 0;
}
.quotes ul{
	width: 100%;
	height: 100%;
	padding-top: 2px;
	text-align: right;
}
.quotes ul li {
    border: 1px solid #CCCCCC;
    color: #666666;
    display: inline;
    font-size: 12px;
    margin-right: 4px;
    padding: 5px 8px;
    text-decoration: none;
	line-height:26px;
}
.quotes ul li:hover,.quotes .thisclass {
    background: #ce3630;
    color: #fff;
}
.quotes .thisclass  a{
 color: #fff;
}
.quotes ul li:hover a{
    color: #fff;
}
.list_com{
	padding: 30px 0 30px;
}
.list_ri_tit p.position{
	float: right;
	line-height: 50px;
	padding-right: 20px;
}
.list_ri_tit p.position,.list_ri_tit p.position a{
	font-size: 12px;
	color: #666;
	
}

 /*右边产品----阴影*/

.sub_cp{
	position: relative;
}
.sub_cp:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	right: 0px;
	z-index: -5;
	background: #ececec;
	 
} 

.list_ri{
	float: right;
	position: relative;
	width: 960px;
}
.list_ri:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    z-index: -3;
    background: #fff;
}

 .list_cp {
	padding: 20px 0;
}

.list_cp ul.sub_cp_nav.sub_cp_nav {
	width: 100%;
	padding: 0 20px;
}

.list_cp ul.sub_cp_nav li {
	width: 218px;
	height: 275px;
	margin-right: 16px;
	margin-bottom: 0;
	float: left;
}
.list_cp ul.sub_cp_nav li:nth-child(4n+4){
	margin-right: 0px;
}
.list_cp ul.sub_cp_nav li a {
	width: 100%;
	display: block;
	position: relative;
}

.list_cp ul.sub_cp_nav li a:hover {}

.list_cp ul.sub_cp_nav li .cp_img {
	padding: 20px;
	border: 1px solid #e0e0e0;
	width: 218px;
	height: 218px;
	overflow: hidden;
	background: white;
	position: relative;
	overflow: inherit;
}

.list_cp ul.sub_cp_nav li .cp_img img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.list_cp ul.sub_cp_nav li .cp_bt {
	text-align: center;
	padding: 0 10px;
	height: 36px;
	padding-bottom: 10px;
}

.list_cp ul.sub_cp_nav li .cp_bt .title {
	line-height: 36px;
	color: #333;
	font-size: 16px;
}

/**********产品详细页**************/
.sub_cp_details{
	background: #ececec;
	
}

.sub_cp_details .list_ri{
	background: #fff;
}

.artcp_top{
	padding: 17px 20px 30px;
}
.artcp_img{
	float: left;
	width: 400px;
} 

 
 
.art_cpl{
	float:left;
	width:400px;
}
.art_cpr{
	float:right;
	width:500px;
	
}
.m_image{
	position:relative;
	width:400px;
	height:400px;
	padding:4px;
	border:1px solid #cccccc;
	background:#fff;
}
.m_image img{
	max-height: 400px;
	max-width: 400px;
	width: 100%;
	height: 100%;
}
.im_zoom{
	display: block;
	position: absolute;
	background: url(../img/zoom-pup.png) repeat;
	cursor: move;
	z-index: 9;
}
.zoom-icon{
	position: absolute;
	right: 4px;
	bottom: 4px;
	width:61px;
	height: 31px;
	background: url(../img/art_fd.png) no-repeat;
	z-index: 10;
}
.im_zoom_viewer{
	display: none;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 398px;
	height: 398px;
	/*border: #DBDBEA solid 1px;*/
	z-index: 9;
	overflow: hidden;
}
.m_thumb{
	position: relative;
	width: 400px;
    height:84px; 
    margin-top:10px;
}
.m_prev,.m_next{
	display: block;
	position: absolute;
	width: 18px;
	height:84px;
	line-height: 68px;
	font-family: "宋体";
	font-size: 18px;
	font-weight: bold;
	color: #535362;
	text-align: center;
	cursor: pointer;
	z-index: 99;
}
.m_prev{
	left: -5px;
}
.m_next{
	right: -5px;
}
.m_prev:hover,.m_next:hover{
	color: #BDB193;
}
.m_thumb_img{
	position: relative;
	width: 360px;
	height: 84px; 
	overflow: hidden;
	margin-left: 20px;
}
.m_thumb_img ul{
	position: absolute;
	width: 400%;
}
.m_thumb_img ul li{
	float: left;
	width: 92px;
	height: 84px;
} 
.m_thumb_img ul li a{
	display: block;
	width: 84px;
	height: 84px;
	padding: 4px;
	border: #cccccc solid 1px;
}
.m_thumb_img ul li a img{
	display: block;
	width: 100%;
	height: 100%;
}
.m_thumb_img li a:hover, .m_thumb_img li.now a{
    border: #ce3630 solid 1px;
}

.art_cptt{
	font-size:26px;
	color:#333;
	line-height:68px;
	height: 68px;
	border-bottom: 1px dashed #ccc;
}
 

.art_cpxx{
	font-size:15px;
	color:#666666;
	line-height:35px;
	height: 312px;
	width: 100%;
	padding: 30px 0;
}
.cpxx_zxrx{
	height: 120px;
	border-radius: 5px;
	position: relative;
	background: url(../img/cp_details_phone.png)no-repeat;
	background-position-x: 400px;
	background-position-y: 30px;
	background-color: #ececec;
}
.cpxx_zxrx .ljzx{
	width: 140px;height: 50px;
	font-size: 22px;
	color: #fff;
	background: #ce3630;
	border-radius: 5px;
	position: absolute;
	top: 35px;
	left: 40px;
	line-height: 50px;
	text-align: center;
}
.cpxx_zxrx .ljzx:hover{
	color: #ce3630;
	background: #fff;
}
.cpxx_zxrx .span_01{
	font-size: 20px;
	color: #333;
	position: absolute;
	left: 226px;
	top: 20px;
}
.cpxx_zxrx .phone_ico{
	font-size: 30px;
	color: #293990;
	position: absolute;
	left: 226px;
	bottom: 28px;
}
.art_cpxx p span .i-widc{
	display: inline-block;
	width: 84px;
}
 

	.sub_cp_details .artcp_btm {
		width: 100%;
		/*border: 1px solid #ddd;*/
		text-align: left;
	}
	
	.sub_cp_details .artcp_btm .hd {
		width: 960px;
		height: 36px;
		line-height: 36px;
		background: #ececec;
		padding: 0 5px 0px;
		position: relative;
	}
	
	.sub_cp_details .artcp_btm .hd ul {
		float: left;
		position: absolute;
		left: 20px;
		top: 5px;
		height: 31px;
	}
	
	.sub_cp_details .artcp_btm .hd ul li {
		float: left;
		cursor: pointer; 
		padding: 0px 14px;
		font-size: 15px;
		font-weight: bold;
		color: #666666;
	}
	
	.sub_cp_details .artcp_btm .hd ul li.on {
		border-top: 1px solid #ce3630;
		color: #CE3630;
		background: #fff;
	}
	.sub_cp_details .artcp_btm .bd{
		width: 960px;
	}
	.sub_cp_details .artcp_btm .bd ul {
		zoom: 1;
	}
	
	.sub_cp_details .artcp_btm .bd li{
		width: 100%;
		line-height: 24px;
		padding: 20px;
		line-height: 2.4;
	}
 
	.sub_cp_details .artcp_btm .bd li .art_cp_nr{
		width: 100%;
		height: auto;
	}
	.sub_cp_details .artcp_btm .bd li .art_cp_nr img{
		display: block;
		margin: auto;
		max-width: 100% !important;
		height: auto !important;
	}
	.sub_cp_details .artcp_btm .bd li .art_cp_nr li{
		list-style: initial;
	}
  

/*关于我们*/

.sub_cp_details .artcp_btm .bd li .art_gywm{
	width: 100%;
}
.sub_cp_details .artcp_btm .bd li .art_gywm .top{
	padding: 20px 0;
	border-bottom: 1px dashed #d9d9d9;
}
 



/*关于我们*/
#sub_gywm {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;
}

#sub_gywm .lx_nav {
	padding-left: 1em;
}

#sub_gywm .lx_nav li {
	list-style: initial;
	color: #333399;
	line-height: 30px;
	padding: 0px;
}

#sub_gywm .lx_nav li span {
	font-size: 18px;
	color: #666666;
}

#sub_gywm .lx_h2 {
	font-size: 26px;
	line-height: 42px;
	color: #ce3630;
	vertical-align: top;
	margin-top: 25px;
}

#map {
	width: 100%;
	height: 480px;
	padding: 30px 0;
}

#lx_news {
	padding: 30px 0 0;
}

#lx_news .news_title {
	height: 40px;
	line-height: 40px;
	background: #293990;
	padding: 0 10px 0 20px;
}

#lx_news .news_nav {
	padding-top: 10px;
}

#lx_news .news_nav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 445px;
	padding-left: 20px;
	margin-right: 25px;
	line-height: 30px;
	background: url(../img/lxwm_news_li.png)no-repeat left center;
}

#lx_news .news_nav li:nth-child(2n+2) {
	margin-right: 0;
}

#lx_news .news_nav li a {
	display: table;
	width: 100%;
}
#lx_news .news_nav li a:hover span{
	color: #333;
}

#lx_news .news_nav li a .news_bt {
	max-width: 320px;
	display: block;
	display: table-cell;
}

#lx_news .news_nav li a .news_time {
	display: block;
	display: table-cell;
	text-align: right;
}	

.sub_lx .list_gywm{
	padding: 17px 20px;
}	 
.sub_lx .list_gywm .gy_border{
	padding: 10px 18px 0;
	border: 1px solid #ccc;
}

/*左导航无二级*/
.list_le {
    float: left;
    width: 220px;
}
.list_le .list_le_tit {
	width: 100%;
	height: 66px;
	line-height: 66px;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	background-color: #293990;
}

.list_le .list_le_tit .le_h2 {
	display: block;
	line-height: 22px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.list_le .list_le_tit .i_size14 {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-top: 5px;
	opacity: 0.3;
	display: block;
} 
.list_le .list_le_nav{
	overflow: hidden;
	background: #f9f9f9;
} 
.list_le .list_le_nav li{
	width: 100%;
	height: 48px;
	font-size: 15px;
	text-align: left;
	line-height: 47px;
	padding: 0 10px;
	
}
.list_le .list_le_nav li:last-child a{
	border-bottom: 0px;
}
.list_le .list_le_nav li a{
	color: #000;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	border-bottom: 1px solid #D9D9D9;
	display: block;
	
	background:url(../img/sub_le_nav_li_1.png) no-repeat right center;

}
.list_le .list_le_nav li:hover,.list_le .list_le_nav .li-click{
	 	background: #ce3630;
} 
.list_le .list_le_nav li:hover a,.list_le .list_le_nav .li-click a{
	color:white;
	background:url(../img/sub_le_nav_li_2.png) no-repeat right center;
	background-position: right center !important;;
	background-repeat: no-repeat !important;
	border-bottom: 0px;
}
.list_le .list_le_nav li a:hover,.list_le .list_le_nav li:hover a{
	color: #fff;
	background-image: url(../img/sub_le_nav_li_2.png);
}


/*
 * 左边联系我们
 */
.list_le_lx{
	width: 220px;
	height: 262px;
	margin-top:20px;
	overflow: hidden;
	background: white;
	
}
.list_le_lx .lx_bt{
    font-size: 16px;
    color: #fff;
    text-align: center;
	font-weight: bold;
	background-color: #293990;
    height: 40px;
    line-height: 16px;
    padding: 12px 17px; 
}
 
.list_le_lx img{
	width: 100%;
	padding: 10px 10px 0;
}

.list_le_lx p{
	padding:0px 10px;
}
.list_le_lx p span{
	display: block;
	color: #666666;
	font-size: 12px;
	line-height: 24px;
}
.list_le_lx p span i{
	color:#ce3630;
	font-weight: bold;
	font-size: 18px;
}


.sub_gy .list_gywm{
	padding: 20px;
	min-height: 500px;
}
.sub_gy .list_gywm img{
	display: block;
	max-width: 100% !important;
	height: auto !important;;
}
.sub_gy .list_gywm li{
	list-style: initial;
}


/*
荣誉
 * */
.sub_ry .list_ryzz{
	padding: 20px;
	overflow: hidden;
}
.sub_ry .list_ryzz ul{
	width: 108%;
}
.sub_ry .list_ryzz ul li{
	width: 220px;
	height: 200px;
	float: left;
	margin-right: 13px;
	margin-bottom: 8px;
}

.sub_ry .list_ryzz ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.sub_ry .list_ryzz .ry_bt{
	text-align: center;
	height: 50px;
}
 
.sub_ry .list_ryzz .ry_bt .title {
    color: #333;
    font-size: 16px;
    line-height: 50px;
}
.sub_ry .list_ryzz ul li .cp_img{ 
	overflow: hidden;
	width: 220px;
	height: 150px;
}
.sub_ry .list_ryzz ul li .img img{
	display: block;
	margin-left: auto !important;
	margin-right: auto!important;;
}
/*.sub_ry .list_ryzz ul li .cp_img img:hover{
	transform: scale(1.3);
}*/


/*新闻咨询*/
.sub_news{
	position: relative;
}
.sub_news:after{
   content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	right: 0px;
	z-index: -5;
	background: #ececec;
}


.sub_news .list_news{
	padding: 20px 0;
}
.sub_news .list_news ul li{
	padding: 0 20px;
}
.sub_news .list_news ul li p > span{
	display: block;
}
.sub_news .list_news ul li a{
	display: table;
	border-bottom: 1px dashed #d9d9d9;
	padding: 20px 0;
	width: 100%;
}
.sub_news .list_news ul li:hover{
	background: #f4f4f4;
}

.sub_news .list_news ul li a > div{
	display: table-cell;
	vertical-align: middle;
}
.sub_news .list_news ul li a .le_time p{
		width: 70px;
	height: 70px;
	background-color: #f4f4f4;
	text-align: center;
	
}
.sub_news .list_news ul li a .le_time{
 	border-right:1px solid #d9d9d9;
 	padding-right: 20px;
 	width: 70px;
 } 
.sub_news .list_news ul li a .rit_text{
	padding-left: 20px;
}
.sub_news .list_news ul li a .rit_text p{
	
}
.sub_news .list_news ul li a .rit_text span:first-child{
	line-height: 16px;
	padding-bottom: 14px;
}
.sub_news .list_news ul li a .rit_text span:last-child{
	line-height: 20px;
}

/*新闻下面产品推荐*/

.list_cp_tj .news_title {
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 20px;
    width: 840px;
    position: absolute;
    left: 0;
}
 

.list_cp_tj{
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}
.list_cp_tj .douban{
	overflow: hidden;
	padding-bottom: 0;
}
.list_cp_tj .hd {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 100%;
	background: #293990;
	position: relative;
}

.list_cp_tj .hd .next,
.list_cp_tj .hd .prev {
	float: right;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/sub_tj_pre.png)  no-repeat center center;
	overflow: hidden;
	margin-right: 6px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 47px;
}

.list_cp_tj .hd .next {
	background: url(../img/sub_tj_next.png) no-repeat center center;
	right: 15px;
}

.list_cp_tj .hd .prevStop {
	background-position: -6px -40px;
	cursor: default;
}

.list_cp_tj .hd .nextStop {
	background-position: -34px -40px;
	cursor: default;
}

.list_cp_tj .bd{
	padding: 20px 0 0 20px;
}
.list_cp_tj .bd .sub_cp_nav li:nth-child(4n+4){
	margin-right: 16px;
}
 .list_cp_tj .bd .sub_cp_nav li:last-child{
 	margin-right: 0;
 }
.list_cp_tj .bd ul{ overflow:hidden; zoom:1; }
.list_cp_tj .bd ul li{ float:left; }






/*案例*/

.sub_al{
	position: relative;
}
.sub_al:after{
	content: "";
position: absolute;
width: 100%;
height: 100%;
bottom: 0px;
right: 0px;
z-index: -5;
background: #ececec;
}
.sub_al .list_al{
	padding: 20px;
}
.sub_al .list_al ul li{
	width: 170px;
	height: 86px;
	margin-right: 17px;
	margin-bottom: 20px;
	float: left;
}
.sub_al .list_al ul li:nth-child(5n+5){
	margin-right: 0px;
}
.sub_al .list_al ul li img{
	width: 100%;
	height: 100%;
	border:1px solid #ccc;
}
.sub_al .news_nav{
	padding: 20px;
}


/*问题*/

.sub_news .list_wt{
	padding: 20px 0;
}
.sub_news .list_wt ul li {
    padding: 0 20px;
    height: 111px;
}
.sub_news .list_wt ul li a {
    display: table;
    border-bottom: 1px dashed #d9d9d9;
    padding: 20px 0;
    height: 100%;
	width:100%;
}
.sub_news .list_wt ul li p > span{
	display: block;
}
.sub_news .list_wt ul li p span.bt{
	padding-bottom: 15px;
	
	
}
.sub_news .list_wt ul li p > span:last-child{
	padding-left: 14px; 
}
.sub_news .list_wt ul li p span.bt i:first-child{
	padding-left: 14px; 
	background: url(../img/sub_wt_li_ico.png) no-repeat left center;
}
.sub_news .list_wt ul li:hover{
	background: #f4f4f4;
}


/*详情页*/
.sub_list_ar{
	position: relative;
	padding: 30px 0;
}
.sub_list_ar:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	right: 0px;
	z-index: -5;
	background: #ececec;
}


.sub_list_ar .list_ar_com .list_le_ar{
	width: 960px;
	float: left;
	padding: 0 20px;
	position: relative;
}
.sub_list_ar .list_ar_com .list_le_ar:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		bottom: 0px;
		right: 0px;
		z-index: -3;
		background: #fff;
}

.sub_list_ar .list_ar_com .list_le_ar .ar_wz{
	border-bottom: 1px solid #d9d9d9;
}
.sub_list_ar .list_ar_com .list_le_ar .ar_wz .position{
	text-align: right;
	line-height: 26px;
	padding: 11px 0;
	font-size: 12px;
	color: #666666;
}
.sub_list_ar .list_ar_com .list_le_ar .ar_wz .position a{
	font-size: 12px;
	color: #666666;
}
 
.art_comm{
	
	padding: 0 25px 0px;
}
.art_comm .art_top{
	height: 120px;
	padding: 20px 0;
}
.art_comm .art_tt{
	text-align: center;
	font-size: 24px;
	color: #333333;
	line-height: 1.4;
	padding: 5px 0;
}
.art_comm .art_tm{
	color: #656565;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.art_comm .art_bd{
	border-top: 1px dashed #d9d9d9;
	padding: 24px 0 30px;
	line-height: 1.9;
	overflow: hidden;
	font-size: 14px;
	min-height: 200px;
	width:100%;
}
.art_comm .art_bd img{
	max-width: 100% !important;
	height: auto !important;
}
.art_comm .art_pn{
	border-top:1px dashed #d9d9d9;
	line-height: 20px;
	position: relative;
	height: 103px;
	padding: 30px 0;
	position: relative;
}
.art_comm .art_pn .return_list{
	position: absolute;
	display: block;
	border-radius: 5px;
	width: 96px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	top: 30px;	
	right: 20px;
}
.art_comm .art_pn p{
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #ce3630;
}
.art_comm .art_pn p a{
	color: #000;
	font-size: 14px;
	font-weight: 100;
}
.art_comm .art_pn p a:hover{
	color: #ce3630;
	text-decoration: none;
}






/*右边*/
.sub_list_ar .list_ar_com .list_lr_nav{
	width: 220px;
	float: right;
} 
.sub_list_ar .list_ar_com .list_lr_nav .ar_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.sub_list_ar .list_ar_com .list_lr_nav .nav{
	padding: 15px 10px;
}

/*热点聚焦*/
 .rdjj{
	margin-bottom: 20px;
}
 .rdjj .nav{
	padding-top: 0;
}
.rdjj_nav{
	margin-bottom: 15px;
}
.rdjj_nav li{
	height:79px;
	padding: 15px 0;
	border-bottom: 1px dashed #d9d9d9;
}
.rdjj_nav li a{
	 display: block;
    height: 48px;
    width: 100%;

}
.rdjj_nav li a .img{
    display: block;
    width: 70px;
    height: 48px;
    overflow: hidden;
    float: left;
	
}
.rdjj_nav li a .img img{
	height: 100%;
	width: 100%;
	display: block;
}
.rdjj_nav li a p{
    padding-left: 10px;
    display: block;
    width: 130px;
    float: right;
    line-height: 48px;
    height: 48px;
}
.rdjj_nav li a p span{
	width: 90%;
	display: block;
	overflow: hidden;
}
/*咨询推荐*/
 .nav_num{
	background: url(../img/sub_ri_nav_xh.png)no-repeat left top;
}
 .nav_num li{
	padding-left: 30px;
	height: 20px;
	margin-bottom: 10px;

}
 .nav_num li a{
		line-height: 20px;
		display: block;
		height: 100%;
		overflow: hidden;
}
 .nav_num li:last-child{
	margin-bottom: 0px;
}

.nav_num li a:hover{
	color: #ce3630;
	text-decoration: none;
}
.rdjj_nav li a:hover span{
	color: #ce3630;
}

/*搜索页 */

.search_btm{
		width: 100%;
		text-align: left;
	}
	
.search_btm .hd {
		width: 920px;
		height: 36px;
		line-height: 36px;
		background: #ececec;
		padding: 0 5px 0px;
		position: relative;
	}
	
.search_btm .hd ul {
		float: left;
		position: absolute;
		left: 5px;
		top: 5px;
		height: 31px;
	}
.search_btm .hd ul li {
		float: left;
		cursor: pointer; 
		padding: 0px 14px;
		font-size: 15px;
		font-weight: bold;
		color: #666666;
	}
	
.search_btm .hd ul li.on {
		border-top: 1px solid #ce3630;
		color: #CE3630;
		background: #fff;
	}
.search_btm .bd{
		width: 920px;
		padding: 20px 0;
	}
.search_btm .bd ul {
		zoom: 1;
	}
 
.search_btm .bd li .art_cp_nr{
		width: 100%;
		height: auto;
	}
.search_btm .bd li .art_cp_nr img{
		display: block;
		margin: auto;
		max-width: 100% !important;
		height: auto !important;
	}
	
.search_btm .bd li .art_cp_nr li{
		list-style: initial;
	}
	
/*搜索页——产品*/

.search_cp_nav{
	width: 100%;
}
.search_btm .quotes{
 	margin: 0;
}
.search_cp_nav li {
	width: 218px;
	height: 214px;
	margin-right: 16px;
	margin-bottom: 20px;
	float: left;
	

}
.search_cp_nav li:nth-child(4n+4){
	margin-right: 0px;
}
.search_cp_nav li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}

.search_cp_nav li .cp_img {
	padding: 20px;
	width: 100%;
	height: 178px;
	overflow: hidden;
	background: white;
	position: relative;
	overflow: inherit;
}

.search_cp_nav li .cp_img img {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.search_cp_nav li .cp_img img:hover{
		 transform: scale(1.3);
}

.search_cp_nav li .cp_bt {
	text-align: center;
	padding: 0 10px;
	height: 36px;
	padding-bottom: 10px;
}

.search_cp_nav li .cp_bt .title {
	line-height: 16px;
	color: #333;
	font-size: 16px;
}

/*相关文章*/
.search_wz_nav{
	padding-left: 1em;
	padding-bottom: 20px;
	margin-top: -5px;
}
.search_wz_nav li{
	height: 47px;
	list-style: initial;
	color: #666;
	border-bottom: 1px dashed #d9d9d9;
}

.search_wz_nav li a{
	line-height: 47px;
	width: 100%;
	display: block;
}
.search_wz_nav li:hover{
	background: #f4f4f4;
}
.cpgjc{
	padding:15px;
	background:#ececec;
	line-height:1.8;
	font-size:14px;
	margin: 15px 20px 0;
}
.cpgjc .cpgjc_tt{
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	padding-right:5px;
}
.cpgjc .cpgjc_cm{
	display:inline-block;
}
.xiangguancp .list_ri .list_cp{
	padding-top: 10px;
}
.xiangguancp .list_cp ul.sub_cp_nav li{
	margin-right: 15px !important;
}
.xiangguancp.list_cp_tj .hd{
	width: auto;
	margin: 0 20px;
}
.xiangguancp .list_cp ul.sub_cp_nav.sub_cp_nav{
	width: 99999999px;
}
.art_newscm .list_cp_tj .bd{
	padding-left: 0 !important;
}

.search_list ul ,.search_list.list_cp{
	padding: 0 !important;
}