.consult_content{
    margin:20px auto;
    width: 1204px;
    overflow: hidden;
}
.slide,.update,.information,.nch-module{
    border:1px solid #D7D7D7;
    float:left;
}
.slide,.update{
    height:270px;
}
.slide{
    width:776px;
}
.update{
    width:404px;
    margin-left: 20px;
    overflow: hidden;
}
/*幻灯片*/
.full-screen-slides {
    width: 100%;
    height: 270px;
    position: relative;
    z-index: 1;
}
.full-screen-slides li {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.full-screen-slides li a {
    display: block;
    width: 776px;
    height: 270px;
    text-indent: -9999px;
    margin-left: -388px;
    position: absolute;
    z-index: 2;
    left: 50%;
}
.full-screen-slides-pagination {
    font-size: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#33FFFFFF', endColorstr='#33FFFFFF');
    background: rgba(255,255,255,0.2);
    text-align: right;
    display: block;
    list-style: none;
    width: 760px;
    height: 6px;
    padding: 7px 8px;
    margin-left: -601px;
    position: absolute;
    left:50%;
    top: 252px;
    z-index: 9;
}
.full-screen-slides-pagination li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    list-style: none;
    width: 24px;
    height: 6px;
    margin-left: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#3F000000', endColorstr='#3F000000');
    background: rgba(0,0,0,0.25);
    overflow: hidden;
    cursor: pointer;
}
.full-screen-slides-pagination a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}
.consult_content .current{
    background:#ff6b08;
}
/*最近更新*/
.update h1{
    font-size: 16px;
    font-weight: 600;
    width:70px;
    overflow: hidden;
    margin:5px 0 0 15px;
    padding:5px 10px;
    color:#fff;
    background:#ff2f43;
}
.update ul{
    margin:3px 25px;
}
.update ul li{
	width: 350px;
	font-size: 15px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.update ul li span{
    color:#ff6b08;
    margin-right: 5px;
}
/*资讯*/
.information{
	width: 450px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.consult_content .information .info_title h3{
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.info_title{
    height:40px;
    line-height:40px;
    padding:0 10px;
    background: #ECECEC;
}
.info_title>a{
    float:right;
}
.info_describe{
	border-bottom: 1px dashed #ccc;
	height: 100px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.info_describe img{
	float: left;
	width: 120px;
	height: 100px;
	margin-right: 20px;
}
.describe_title{
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.describe_title a{
    font-size: 16px;
}
.info_brief{
    text-align: justify;
    overflow: hidden;
}
.info_brief .description{
	font-size: 14px;
	line-height: 24px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 2; /** 显示的行数 **/
	color: #666;
}
.info_brief a{
    color:#ff6b08;
}
.information ul{
    margin:4px 20px;
}
.information ul li{
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*推荐*/
.nch-module{
    float:right;
    margin-top: 20px;
    width:258px;
}
.nch-module>a{
    display: block;
    text-align: center;
    width:258px;
    height:300px;
    overflow: hidden;
    margin-top: 1px;
}
.nch-module-style01 {
    border-top: solid 2px #D93600;
}
.nch-module .title {
    background-color: #F5F5F5;
    height: 36px;
}
.nch-module .title h3 {
    font: normal 14px/20px "microsoft yahei";
    color: #333;
    height: 20px;
    padding: 8px 10px;
}
.nch-module .content {
    overflow: hidden;
}
.v_module_recommend {
    display: block;
    overflow: hidden;
}
.v_module_recommend li {
	float: left;
	width: 240px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	padding-top: 15px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 9px;
	height: auto;
}
.v_module_recommend li .goods-pic {
	width: 200px;
	height: auto;
	float: left;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.v_module_recommend li .goods-pic a {
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.v_module_recommend li .goods-pic img {
    max-width: 200px;
    /*margin-top: expression( 90-this.height/2);*/
}
.v_module_recommend li .goods-info {
	width: 240px;
	float: left;
	margin: 0px;
	text-align: center;
}
.v_module_recommend li .goods-info dt {
    line-height: 24px;
    width: 100%;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.v_module_recommend li .goods-info dt a {
	color: #333;
    font-size: 15px;
}
.v_module_recommend li .goods-info .goods-price {
	float: left;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    white-space: nowrap;
    height: 20px;
	width:130px;
    margin: 5px 0;
    overflow: hidden;
}
.v_module_recommend li .goods-info .goods-price em {
    font-size: 14px;
    font-weight: bold;
    color: #ff3c00;
}
.v_module_recommend li .goods-info .buy-btn a {
	float: left;
	line-height: 20px;
	height: 20px;
	width: 80px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #ff3c00;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
