
.page_bg{
	height: 280px;
	background-position: top center;
	background-repeat: no-repeat;
}
.main{
	
}
.main .main_left{
	width: 260px;
	margin-top: -60px;
}
.main .main_left .cate_title{
	height: 120px;
	line-height: 120px;
	background: #dd4b46;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
}
.main .main_left .cate_list{
	border: 1px solid #cfcfcf;
	border-top: none;
}
.main .main_left .cate_list>li{
	border-top: 1px solid #cfcfcf;
	position: relative;
}
.main .main_left .cate_list>li:first-child{
	border-top: none;
}
.main .main_left .cate_list>li>a{
	display: block;
	font-size: 18px;
	color: #202020;
	line-height: 24px;
	padding: 27px 0 27px 56px;
	transition: all .3s;
}
.main .main_left .cate_list>li:hover>a,
.main .main_left .cate_list>li.active>a{
	background: #ebe9e9;
}
.main .main_left .cate_list>li>.erji{
	display: none;
	position: absolute;
	left: calc(100% + 1px);
	top: 0;
	width: 222px;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	border-left: none;
	z-index: 99;
}
.main .main_left .cate_list>li>.erji>li{
	border-top: 1px solid #cdcdcd;
}
.main .main_left .cate_list>li>.erji>li:first-child{
	border-top: none;
}
.main .main_left .cate_list>li>.erji>li>a{
	display: block;
	font-size: 18px;
	color: #202020;
	line-height: 24px;
	padding: 12px 0;
	text-align: center;
	transition: all .3s;
}
.main .main_left .cate_list>li>.erji>li:hover>a{
	background: #edaba8;
	color: #ffffff;
}
.main .main_right{
	width: 880px;
	padding-bottom: 80px;
}
.main .main_right .main_right_top{
	padding: 10.5px 0;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 35px;
}
.main .main_right .main_right_top .mbx{
	font-size: 14px;
	color: #202020;
	line-height: 20px;
	padding: 5px 0;
}
.main .main_right .main_right_top .mbx span{
	font-size: 14px;
	color: #202020;
	display: inline-block;
	vertical-align: top;
}
.main .main_right .main_right_top .mbx a{
	font-size: 14px;
	color: #202020;
	display: inline-block;
	vertical-align: top;
}
.main .main_right .main_right_top .list{
	
}
.main .main_right .main_right_top .list li{
	margin-left: 6px;
}
.main .main_right .main_right_top .list li:first-child{
	margin-left: 0;
}
.main .main_right .main_right_top .list li a{
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	padding: 5px 11px;
	transition: all .3s;
}
.main .main_right .main_right_top .list li:hover a,
.main .main_right .main_right_top .list li.active a{
	background: #dd4b46;
	color: #ffffff;
}
.main .main_right .product_list{
	min-height: 848px;
}
.main .main_right .product_list li{
	width: 273px;
	margin-right: 30px;
	border: 1px solid #ececec;
	margin-top: 40px;
}
.main .main_right .product_list li:nth-child(1),
.main .main_right .product_list li:nth-child(2),
.main .main_right .product_list li:nth-child(3){
	margin-top: 0;
}
.main .main_right .product_list li:nth-child(3n){
	margin-right: 0;
}
.main .main_right .product_list li .pic{
	height: 273px;
	overflow: hidden;
}
.main .main_right .product_list li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.main .main_right .product_list li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all .3s;
}
.main .main_right .product_list li .title{
	border-top: 1px solid #ececec;
}
.main .main_right .product_list li .title a{
	display: block;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	padding: 11px 0;
	text-align: center;
	transition: all .3s;
}
.main .main_right .product_list li:hover .pic img{
	transform: translate(-50%,-50%) scale(1.1);
	-ms-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-webkit-transform: translate(-50%,-50%) scale(1.1);
}
.main .main_right .product_list li:hover .title a{
	color: #dd4b46;
}

/* 分页 */
.page-btn {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.page-btn li {
	display: inline-block;
	margin: 0 5px;
}
.page-btn li a {
	display: block;
	font-size: 12px;
	color: #2e2e2e;
	line-height: 20px;
	padding: 7px 15px;
	border: 1px solid #eae8e8;
	transition: all .3s;
}
.page-btn li:hover a,
.page-btn li.active a {
	background-color: #c94240;
	color: #FFFFFF;
	border-color: #c94240;
}
/* 分页 */

.product_info{
	
}
.product_info .product_title{
	text-align: center;
	margin-bottom: 25px;
}
.product_info .singlepage{
	font-size: 16px;
	color: #333333;
	line-height: 2;
	min-height: 600px;
}

.trun{
	margin-top: 30px;
}
.trun li{
	
}
.trun span{
	font-size: 12px;
	color: #9f9f9f;
}
.trun a{
	font-size: 12px;
	color: #9f9f9f;
	transition: all .3s;
}
.trun a:hover{
	color: #c31c1c;
}

.news-page .news-page-list {
	min-height: 800px;
}

.news-page .news-page-list li {
	padding: 20px 0;
	border-bottom: 1px dashed #999999;
	overflow: hidden;
}

.news-page .news-page-list .img-fa-scale {
	width: 240px;
	height: 160px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.news-page .news-page-list .img-fa-scale:hover img {
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
}

.news-page .news-page-list .img-fa-scale img {
	width: 100%;
	height: 160px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.news-page .news-page-list .news-page-con {
	float: left;
	width: 610px;
}

.news-page .news-page-list .news-page-con h2 {
	font-size: 16px;
	line-height: 32px;
	white-space: nowrap;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
}

.news-page .news-page-list .news-page-con h2 a {
	display: block;
	color: #666666;
	line-height: 32px;
}

.news-page .news-page-list .news-page-con h2 a:hover {
	color: #da251d;
	text-decoration: none;
}

.news-page .news-page-list .news-page-con span {
	font-size: 12px;
	line-height: normal;
	color: #cccccc;
	margin-bottom: 15px;
	display: block;
}

.news-page .news-page-list .news-page-con .desc {
	width: 100%;
	height: 90px;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	overflow: hidden;
}
.news-page .news-page-list .news-page-con .desc a{
	font-size: 12px;
	color: #999999;
}
.news-page .news-page-list .news-page-con .desc a:hover {
	color: #da251d;
}