.cl::after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.product_photo{
    width: 600px;
    float: left;
}
.product_photo img{
    width: 100%;
}
.xiangguan{
    width: 504px;
    float: right;
}
.xiangguan p{
    color: #4a4a4a;
    font-size:22px;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #cccccc;
}
.xiangguan h3{
    position: relative;
    height: 85px;
    line-height: 85px;
    font-size:18px;
    color: #666;
}
.xiangguan h3::after{
    position: absolute;
    content: '';
    background: #90a5fc;
    width: 42px;
    height: 4px;
    left: 0;
    bottom: 0;
}
.page_list{
    width:1200px;
    margin:0 auto;
}
.paging .page_list .on{
	text-align:center;
	color:#666;
	font-size:16px;
	width:66px;
	height:66px;
	line-height:66px;
/*	margin:0 auto;
	display:block;*/
	float:left;
	
	}
.paging .page_list .num{
	text-align:center;
	color:#666;
	font-size:16px;
	width:66px;
	height:66px;
	line-height:66px;
	/*margin:0 auto;
	display:block;*/
		float:left;
	}


.sort li{
    width:284px;
    float: left;
    margin: 10px 8px;
}
.sort li a{
    display: block;
    text-align:center;
    padding: 8px;
    border: 1px solid #8c9bfe;
    border-radius: 60px;}
.sort li:hover a {
    background: #8c9bfe;
    color: white;
}


.picxc{
    margin-top: 35px;
}
.picxc li{
width: 242px;
height: 180px;
float: left;
margin-right: 20px;
}
.picxc li:last-child{
    margin-right: 0;
}
.picxc li img{
    width: 100%;
    height: 100%;
}
/* 详情介绍 */
.xx_intro{
    margin-top: 50px;
}
.xx_intro h3 span{
    width: 110px;
    height: 40px;
    background: #90a5fc;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 40px;
}
.xx_intro h3{
    border-bottom: 1px solid #90a5fc;
    margin-bottom: 20px;
}
.xx_intro p{
    color: #666;
    line-height: 25px;
    text-indent: 2em;
    font-size: 14px;
    margin-bottom: 80px;
}
.newnext{
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 20px;
    margin-bottom: 60px;

}
.newnext li{
    margin-bottom: 22px;
    color: #666666;
    font-size: 14px;
    padding-left: 40px;
}

.newnext img{
float: left;
}
.newnext p{
    float: left;
    width: 247px;
    overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
