﻿.prod {
	width: 1300px;
	margin: 0 auto;
}

.prod .prod-box-r1 {
	display: table;
	width: 1300px;
	height: auto;
}

.prod .prod-box-r2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 1300px;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #F1F1F1;
}

.prod .prod-box-r2 .prod-r2-c1 {
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-align: center;
}

.prod .prod-box-r2 .prod-r2-c2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	font-size: 12px;
	color: #FFF;
}

.prod .prod-box-r2 .prod-r2-c2 span {
	padding: 7px 25px 7px 15px;
	margin-right: 20px;
	background-color: #FF5500;
	border-radius: 9px;
	cursor:pointer;
	position:relative;
}

.prod .prod-box-r2 .prod-r2-c2 span img {
	position:absolute;
	top:4px;
	right:4px;
	width:14px;
	height:14px;
}

.prod .prod-box-r2 .prod-r2-c3 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 300px;
	min-width: 300px;
	max-width: 300px;
	height: 50px;
	font-size: 14px;
}

.prod .prod-box-r2 .prod-r2-c3 .r2-c3-btn {
	display: block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	border-radius: 38px;
	text-align: center;
	color: #FFF;
}

.prod .prod-box-r2 .prod-r2-c3 .r2-c3-btn:first-child {
	background-color: #dd6161;
}

.prod .prod-box-r2 .prod-r2-c3 .r2-c3-btn:last-child {
	background-color: #2979ff;
}

.prod .prod-box-r2 .prod-r2-c3 .r2-c3-btn:first-child:hover {
	background-color: #fa3534;
}

.prod .prod-box-r2 .prod-r2-c3 .r2-c3-btn:last-child:hover {
	background-color: #3971f6;
}



.prod .prod-box-r3 {
	width: 1300px;
	min-height: 600px;
}

.prod .prod-box-r3 .prod-r3-box {
	display: inline-block;
	position: relative;
	float: left;
	width: 310px;
	height: 570px;
	margin: 0 10px 20px;
	padding: 10px;
	background-color: #f3f4f6;
	overflow: hidden;
}

.prod .prod-box-r3 .prod-r3-box:nth-of-type(4n+1) {
	margin-left: 0;
}

.prod .prod-box-r3 .prod-r3-box:nth-of-type(4n+4) {
	margin-right: 0;
}

.prod .prod-box-r3 .prod-r3-box .r3-box-c1 {
	width: 290px;
	height: 290px;
	background-color: #FFF;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
}

.prod .prod-box-r3 .prod-r3-box .r3-box-c1 .r3-c1-img {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.prod .prod-box-r3 .prod-r3-box .r3-box-c2 {
	width: 290px;
	height: 60px;
	overflow: hidden;
}

.prod .prod-box-r3 .prod-r3-box .r3-box-c2 .r3-c2-h3 {
	width: 100%;
	line-height: 160%;
	font-size: 16px;
	color: #303030;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-shadow: 1px 1px 0 #FFF;
}

.prod .prod-box-r3 .prod-r3-box.active .r3-box-c2 .r3-c2-h3 {
	color: #FFF;
	text-shadow: 1px 1px 0 #666;
}

.prod .prod-box-r3 .prod-r3-box .r3-box-c3 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 290px;
	height: 80px;
	margin: 10px 0;
	font-size: 16px;
	color: #646566;
	overflow: hidden;
	position: relative;
	text-shadow: 1px 1px 0 #FFF;
}

.prod .prod-box-r3 .prod-r3-box.active .r3-box-c3 {
	text-shadow: 1px 1px 0 #666;
}

.prod .prod-box-r3 .prod-r3-box .r3-box-c3::after {
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 1;
	content: '';
	width: 50px;
	height: 2px;
	margin-left: -25px;
	background-color: #646566;
}

.prod .prod-box-r3 .prod-r3-box.active .r3-box-c3::after {
	background-color: #FFF;
}

.prod .prod-box-r3 .prod-r3-box.active .r3-box-c3 {
	color: #FFF
}

.prod .prod-box-r3 .prod-r3-box .r3-box-c4 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 290px;
	height: 80px;
	overflow: hidden;
}

.prod .prod-box-r3 .prod-r3-box .r3-box-c4 .r3-c4-btn {
	display: block;
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	border-radius: 45px;
	background-color: #ff5500;
	-moz-box-shadow: 0px 0px 5px #333333;
	-webkit-box-shadow: 0px 0px 5px #333333;
	box-shadow: 0px 0px 5px #333333;
}

.prod .prod-box-r4 {
	display: table;
	width: 1300px;
	height: auto;
}

.biankuang {
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 99;
	border-radius: 10px;
}

.biankuang_1 {
	height: 3px;
	top: -3px;
	left: 0px;
	border-left: 3px solid #2979ff;
}

.biankuang_2 {
	width: 0px;
	bottom: 0px;
	left: -3px;
	border-top: 3px solid #2979ff;
}

.biankuang_3 {
	height: 0px;
	bottom: -3px;
	right: 0px;
	border-right: 3px solid #2979ff;
}

.biankuang_4 {
	width: 0px;
	top: 0px;
	right: -3px;
	border-bottom: 3px solid #2979ff;
}

.cation-middle {
	line-height: 48px;
	background: #fff;
	font-size: 14px;
	position:relative;
}

.cation-list {
	overflow: hidden;
}

.cation-list dt {
	float: left;
	width: 100px;
	font-weight: 700;
	line-height: 48px;
	position: relative;
	color: #333;
}

.cation-list dt:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 22px;
	border: 1px solid #333;
	border-width: 0 1px 1px 0;
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cation-list dd {
	border-bottom: 1px dotted #e0e0e0;
	margin-left: 64px;
	overflow: hidden;
}

.cation-list dd a {
	color: #8d8d91;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	float: left;
	border-right: 1px solid #e0e0e0;
	padding: 0 18px;
	margin: 17px 0;
}

.cation-list dd a.on,
.cation-list a:hover {
	color: #FF5500;
	cursor:pointer;
}

.cation-list dd a:last-child {
	border-right: 0 none;
}

.page_ctrl {
	text-align: center;
	margin: 10px auto;
	box-sizing: border-box
}

.page_ctrl * {
	line-height: 26px
}

.page_ctrl button {
	margin: 0 3px;
	min-width: 30px;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #5e5e5e;
	cursor: pointer;
	outline: 0;
	text-align: center
}

.page_ctrl button:hover {
	background: #0eb0d2;
	color: #fff
}

.page_ctrl .btn_dis {
	cursor: default;
	opacity: .7;
	background: #eee;
	color: #5e5e5e
}

.page_ctrl .btn_dis:hover {
	background: #eee;
	color: #5e5e5e
}

.page_ctrl .current_page {
	background: #0eb0d2;
	color: #fff
}

.page_ctrl .input_page_num {
	width: 30px;
	height: 26px;
	margin: 0 3px;
	padding: 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #5e5e5e;
	outline: 0
}

.page_ctrl .page_total,
.page_ctrl .page_text {
	color: #2b2b2b;
	font-size: 13px
}
