﻿/*产品右侧区域*/
.product-right-body .body-top {
	border: 1px solid #ccc;
}
.product-right-body .body-top .body-top-title {
	font-size: 18px;
	font-weight: bold;
	color: #2a2789;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f5f5f5;
}
.product-right-body .body-top .content-1,.product-right-body .body-top .content-2{
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #ccc;
}
.product-right-body .body-top .body-top-content .content-name {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 164px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 45px;
	background: #7ab9f8;
}
.product-right-body .body-top .body-top-content  {
	margin-left: 15px;
}


.product-right-body .body-top .body-top-content .content-2 {
	margin-bottom: 72px;
}
.body-top-content .content-img,.body-top-content .content-desc {
	min-height: 240px;
}
.body-top-content .content-img img {
	width: 100%;
}
.body-top-content .content-img,.body-top-content .content-desc ul li {
	font-size: 14px;
	line-height: 26px;
}
.body-bottom .body-bottom-title {
	font-size: 18px;
	font-weight: bold;
	color: #2a2789;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	background: #f5f5f5; 
}
.body-bottom .body-bottom-content .thumbnail {
	display: block;
	padding: 0;
}
.body-bottom .body-bottom-content .thumbnail img {
	border-bottom: 1px solid #ddd;
}
.body-bottom .body-bottom-content .thumbnail:hover {
	transform: scale(1.05);
	transition: all 0.5s
}
.body-bottom .body-bottom-content .thumbnail .caption {
	padding: 0;
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	background-image: url('../images/路径1.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	
	
	overflow: hidden;
	/*
	display: -webkit-box;
	text-overflow: ellipsis;*/
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 768px) {
	.body-top-content .content-img, .body-top-content .content-desc{
		height:auto;
		min-height: auto;
		margin-bottom: 15px;
	}
	.product-right-body .body-top .body-top-content .content-name{
		margin:20px 0;
	}
}



.colors{ color:#000!important;}
/*分页*/

.page_info {
	margin-top:20px;
	text-align: center;
}

.page_list a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	border: 1px solid #ededed;
	background: #fff;
	color: #000000;
	font-size: 14px;
}

.page_list a.ud {
	/*font-size: 20px;*/
}

.page_list a.on,
.page_list a:hover {
	background: #7ab9f8;
	color: #fff;
}

@media (max-width: 560px){
	.product-right-body .body-top .body-top-content {
    margin-left:0px;
}
.product-right-body .body-top{
	padding:  0 15px;
}

.product-right-body .body-top .body-top-content table img{
	display: block;
	width: 100%!important;
	height: auto!important;
	
}
}
