@charset "utf-8";
/* CSS Document */

/*product list*/
.content .content_detail{
	width:1200px;
	margin:auto;
	padding-bottom:80px;
	overflow:hidden;
}
.content .content_detail .pro_list{
	margin:50px 0 0 14px;
}
.content .content_detail .pro_list:nth-child(4n-3){
	margin-left:0;
}
.content .content_detail .pro_list .pro_img{
	width:289px;
	height:185px;
	overflow:hidden;
 	position: relative;
}
.content .content_detail .pro_list .pro_img img{
	max-width:100%;
	max-height:100%;
	transition: all 0.6s;
  	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.6s;
}
.content .content_detail .pro_list .pro_title{
	width:270px;
	height:22px;
	line-height:22px;
	color:#555555;
	font-size: 14px;
	box-sizing: border-box;
	padding:0 20px;
	margin-top:5px;
	background: url(/statics/images/tem/product_more.png) right 3px no-repeat;
}
.content .content_detail .pro_list:hover .pro_img img{
	transform: scale(1.2);
}
.content .content_detail .pro_list:hover .pro_title{
	color:#3598d5;
}

/*product detail*/
.detail_box{
	height:21px;
    font-size: 16px;
    color:#0d4680;
    padding-left: 23px;
    background: url(/statics/images/tem/product_box.png) left center no-repeat;
    margin-bottom:10px;
}

.content .content_detail .detail_title{
	width:100%;
}
.content .content_detail .detail_title img{
	width:378px;
	max-height:300px;
}
.content .content_detail .detail_title .detail_des{
	width:770px;
}
.content .content_detail .detail_title .detail_des h1{
    color:#0d4680;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dbdbdb;
}
.content .content_detail .detail_title .detail_des p{
    margin-left: 23px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.content .content_detail .details{
    border-top: 1px solid #dbdbdb;
    padding-top: 24px;
    margin-bottom: 24px;
}
.content .content_public .content_detail .ip_down {
    background:#0d4680;
}