/*产品右侧区域*/
.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 {
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #ccc;
}
.product-right-body img{
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width:780px) {
	width: 100%!important;
	height: auto!important;
}
.content-img {
	padding-left: 0;
	padding-right: 0;
}
.swiper-button-prev {
	width: 43px; 
	left: 0;
	background-image: url('../imgs/prev.png');
	background-size: cover;
}
.swiper-button-next {
	width: 43px;
	right: 0;
	background-image: url('../imgs/next.png');
	background-size: cover;
}
.content-desc {
	padding: 10px 15px 0 35px;
	border-left: 1px solid #d4d4d4;
}
.content-desc .desc-title {
	font-size: 22px;
	color: #2e2e2e;
	padding: 15px 0;
	border-bottom: 1px solid #d4d4d4;
}
.content-desc ul {
	margin-top: 20px;
}
.content-desc ul li {
	font-size: 16px;
	line-height: 32px;
}
.content-desc .ask {
	display: block;
	width: 170px;
	height: 52px;
	font-size: 18px;
	color: #fff;
	/*text-align: center;*/
	line-height: 52px;
	padding-left: 35px;
	margin-top: 20px;
	margin-bottom: 34px;
	border-radius: 26px;
	background: #2a2789;
	background-image: url('../imgs/ask.png');
	background-repeat: no-repeat;
	background-position: 80% center;
}
.body-bottom {
	margin-top: 30px;
}
.body-bottom .tab-list {
	border: none;
}
.body-bottom .tab-list li {
	width: 147px;
	height: 48px;
	text-align: center;
	border: none;
}
.body-bottom .tab-list li a {
	padding: 0;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	background: #7ab9f8;
	border: none;
}
.body-bottom .tab-list li.active a,.body-bottom .tab-list li:hover a {
	color: #fff;
	background: #2a2789;
}
.body-bottom .tab-content {
	padding-left: 0;
}
.body-bottom .tab-content>div {
	width: 100%;
}
.body-bottom .tab-content .tab-pane ul {
	width: 100%;
	padding-top: 25px;
	padding-left: 50px;
	border: 1px solid #d4d4d4;
}
.body-bottom .tab-content .tab-pane ul li {
	font-size: 16px;
	line-height: 32px;
}
.colors{ color:#000!important;}