/*产品详情*/
.cp_nr img{
    display: block;
    max-width: 100%;
    height: auto;
}
/*产品图片缩略图导航栏*/
.img_select{
	zoom:1;
	margin: 8px 0 12px 10px;
	list-style: none;
	padding: 0;
    text-align: center;
}
.img_select .item {
    border: 1px solid #fff;
    float: left;
    margin: 0 0 0 4px;
    position: relative;
    width: 53px;
}
.img_select .first {
    margin-left: 0;
}
.img_select .thumb {
    border: none;
    max-height: 50px;
    max-width: 50px;
}
.img_select .active {
    width: 51px;
    border: 2px solid #FE9B0A;
}
.img_select .active .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 5px;
    border-style: dashed;
    border-color: transparent;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-color: #FE9B0A;
    position: absolute;
    top: -11px;
    left: 22px;
}
/*email*/
.cp_email{
	border: 1px #ccc solid;
	padding: 30px;
	/*box-shadow: 2px 2px 4px rgba(83,100,122,.35);*/
	box-shadow: 2px 3px 6px #aaa;
}
/*底部轮播*/
.cp_more{
	padding: 10px 0px;
}
#more_cp .row{
	padding: 0 15px;
}
.cp_more .carousel-control{
	opacity: 0.2;
	color:#000;
}
.cp_more .carousel-control:hover{
	opacity: 0.9;
	color:#fff;
}
.cp_more .left .glyphicon{
	left: 9%;
}
.cp_more .right .glyphicon{
	right: 9%;
}
.cp_more .thumbnail{
	border:none;
	box-shadow: 2px 3px 6px #aaa;
}
.cp_more .thumbnail h4{
    font-size: 16px;
    font-weight: bold;
}
.cp_bottom_show_cpName{
    height: 60px;
    font-size: 14px;
    overflow: hidden;
}
/*live*/
.live{
	height: auto;
	color:#222;
	padding: 20px;
	background:url("../image/live.png") 0 0 no-repeat;
	box-shadow: 2px 3px 6px #aaa;
	margin-bottom: 20px;
}
.live h4{
	    border-bottom: 1px #222 solid;
	    font-size: 28px;
	    text-align: center;
	    margin-bottom: 0;
}
.live ul{
	list-style: none;
	padding: 10px 0px;
}
.live li{
	height: 25px;
    line-height: 20px;
    padding: 0 20px;
}
.live li>a{
	color: #222;
}
.live li>a:hover{
	color: #f00;
}
.live .span_img {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0px 5px 0 0;
}
.live .span1 {
    display: inline-block;
    height: 20px;
    width: auto;
    float: left;
    font-size: 16px;
    padding-left: 5px;
}
#SkypeButton_Call_kaiyixin_1 p{
	margin: 0px;
    padding: 0px;
    display: inline-block;
    height: 20px;
    float: left;
}
/*You May Like*/
.cp_show_right{
	box-shadow: 2px 3px 6px #aaa;
	padding: 5px;
}
.cp_show_right .thumbnail{
	border:none;
}
.cp_show_right .thumbnail img{
	width: 50%;
	margin-right: 5px;
    float: left!important;
}
/*图片放大镜*/
.imgbox{position:relative;}
.probox{width:auto; height:auto;}
.probox img{width:auto; height:auto;vertical-align:top;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.showbox{display:none;position:absolute;left:105%;top:0;width:400px;height:300px;overflow:hidden;border:1px solid #ccc;z-index: 95;}
.showbox img{position:absolute;width:896px;}
.hoverbox{
    display:none;
    position:absolute;
    top:0;
    background:#09f;
    border:1px solid #09f;
    height:112px;
    width:150px;
    cursor:move;
    z-index:10;
}
