/* 通用 */
/* 边距 */
.por{
	position: relative;
}
.p-15{
	padding: 15px;
}
.p-50{
	padding: 50px;
}
.ptb-20{
	padding-top: 20px;
	padding-bottom: 20px;
}
/* 颜色 */
.shenhei{color: #333333;}
.qianhei{color: #666666;}
.shenhui{color: #989898;}
.qianhui{color: #e8e8e8;}
.bai{color:#fff;}
.lan{ color: #1e2d64;}
.hong{ color: #c7161e;}
.bg-hui{
	background-color: #f5f5f7;
}
.bg-qianhei{
	background-color: #383838;
}
.bg-lan{
	background-color: #1e2d64;
}
.bg-hong{
	background-color: #c7161e;
}
.bg-diwen{
	background-image:url(../images/krm/bodybg.jpg);
}
.bg-diwenda{
	background-size: 35%;
}

/* 圆角 */
.yuanjiao{
	border-radius: 12px;
}
.yuanjiao-top{
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.yuanjiao-bottom{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.yuanjiao-left{
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.yuanjiao-right{
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
/* 工艺详情 */
/* 顶部工图大图 */
.gongyibg{
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: top 30px right 20px;
}
.gongyicont{
	position: absolute;
	width: 50%;
	top: 7%;
	left: 7%;
	color: #fff;
}
.gongyicont .pinyin{
	font-size: 10rem;
	line-height: 1;
}
.gongyicont .title{
	font-size: 6rem;
}
.yangshi{
	position: relative;
	width: 500px;
	height: 150px;
	color: #fff;
}
.yangshi .text{
	position: absolute;
	z-index: 2;
	top:20px;
	left: 0;
	font-size: 5rem;
	line-height: 1.1;
	font-weight: 600;
}
.yangshi::after{
	content: '';
	position: absolute;
	top: 15px;
	left: -20px;
	width: 40px;
	height: 40px;
	z-index: 1;
	background-color:#c7161e;
	border-radius: 50%;
}
.yangshi::before{
	content: '';
	position: absolute;
	top: 0px;
	left: -60px;
	width: 15px;
	height: 15px;
	z-index: 1;
	background-color:#c7161e;
	border-radius: 50%;
}
/* 工艺用料 */
.yangshi-t{
	width: 100%;
	height: 150px;
}
.yangshi-t .text{
	top:20px;
	left: 0;
	font-weight: 700;
}
.yangshi-t .text2{
	position: absolute;
	top:60px;
	left: 0;
	color: #344072;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}
.yangshi-t::after{
	top: -20px;
	left: -35px;
}
.yangshi-t::before{
	top: 50px;
	left: 220px;
}
.duanxian{
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100px;
	height: 5px;
	background-color: #fff;
}
/* 工艺说明 */
.shuomingtext{
	padding-left: 8%;
	padding-right: 8%;
	font-size: 18px;
	color: #f3f4f5;
}
/* 工艺配色 */
.sekuai{
	width: 150px;
	height: 150px;
	border-radius: 12px;
}

@media screen and (max-width: 1400px) {
	.gongyicont .pinyin {
		font-size: 8rem;
	}
}
@media screen and (max-width: 1200px) {
	.yangshi .text {
		font-size: 3rem;
	}
	.yangshi{
		height: 100px;
	}
	.gongyicont .pinyin {
		font-size: 5rem;
	}
	.duanxian {
		margin-top: 30px;
		margin-bottom: 30px;
		width: 70px;
		height: 4px;
	}
	.gongyicont .title {
		font-size: 4rem;
	}
	.yangshi::after{
		width: 30px;
		height: 30px;
	}
	.yangshi::before{
		width: 10px;
		height: 10px;
		left: -40px;
	}
	.yangshi-t::after{
		top: 5px;
		left: -15px;
	}
	.yangshi-t::before{
		top: 40px;
		left: 130px;
	}
	.yangshi-t .text2{
		top:40px;
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.yangshi .text {
		font-size: 1.5rem;
	}
	.yangshi{
		height: 40px;
	}
	.gongyicont .pinyin {
		font-size: 2rem;
	}
	.duanxian {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 40px;
		height: 3px;
	}
	.gongyicont .title {
		margin-top: 0;
		font-size: 1.2rem;
	}
	.yangshi::after{
		width: 20px;
		height: 20px;
		left: -10px;
	}
	.yangshi::before{
		width: 6px;
		height: 6px;
		left: -20px;
	}
	.yangshi-t::after{
		top: 5px;
		left: -15px;
	}
	.yangshi-t::before{
		top: 30px;
		left: 70px;
	}
	.yangshi-t .text2{
		top:30px;
		font-size: 1.2rem;
	}
	.yongliaotitle{
		font-size: 1.5rem;
	}
	.sekuai{
		width: 120px;
		height: 120px;
		border-radius: 10px;
	}
	.shuomingtext{
		font-size: 14px;
	}
}

/* 分页 */
.pagination>li>a, .pagination>li>span{
	color: #1e2d64;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #1e2d64;
}