
.rn-mainbody { 
	margin: 0;
	position: relative;
}

.rn-mainbody .rn-heading {
	background: url(../../img/kv4.jpeg) no-repeat center;
	background-size: auto 100%;
}

.prj-heading {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #ed1b23;
	display: block;
	margin-bottom: 30px;
}

.prj-heading small {
	display: block;
	position: relative;
	font-size: 14px;
	margin-top: 5px;
	padding-top: 5px;
	color: #333;
}

.prj-heading small:before {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 20px;
	height: 1px;
	background: #ccc;
	transform: translateX(-50%);
	content: "";
}

.prj-cate-hwxm {
	/*margin: -6px;*/
	/*padding: 20px;*/
	padding-bottom: 40px;
	list-style: none;
	overflow: hidden;
}

.prj-cate-hwxm>li {
	position: relative;
	float: left;
	width: 25%;
	min-height: 340px;
	padding-bottom: 40px;
}
.prj-cate-hwxm>li>a {
	/*overflow: hidden;*/
	position: relative;
	display: block;
	margin: 8px;
	/*background: #f7f7f7;
	border: solid 1px #ebebeb;*/
}

.prj-cate-hwxm>li>a.thumb {
	padding-bottom: 130%;
	display: block;
	z-index: 1;
	overflow: hidden;
}

.prj-cate-hwxm>li>a.thumb>img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
	max-width: none;
}

.prj-cate-hwxm>li>.tbox {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 5;
	/*background: rgba(255,255,255, 0.6);*/
	white-space: nowrap;
	min-width: 200px;
	transform: translateX(-50%);
}

.prj-cate-hwxm>li>.tbox>.ttc {
	background: #fff;
	overflow: hidden;
	text-align: center;
	padding: 15px;
	border-bottom: solid 2px #ddd;
	/*padding: 15px;*/
}

.prj-cate-hwxm>li a.title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.prj-cate-hwxm>li a.title>b {
	display: block;
	/*border-bottom: solid 2px #ed1b23;*/
	/*width: 32px;*/
	/*margin: 10px auto;*/
}


.prj-flow {
	margin: -4px;
	padding: 20px;
	list-style: none;
}

.prj-flow>li {
	position: relative;
	float: left;
	width: 285px;
	height: 240px;
	overflow: hidden;
	margin: 4px;
}

.prj-flow>li>.item {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 30px 20px;
}

.prj-flow>li>.item>b {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #fff;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.prj-flow>li>.item>h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0;
}

.prj-flow>li>.item>p {
	font-size: 13px;
	line-height: 2em;
}

.prj-flow>li>.item>p a {
	color: #8ad6e4;
}

.prj-flow>li:last-child {
	width: 255px;
}

.prj-flow>li:last-child>.item {
	background: none;
}

.prj-flow>li:last-child>.item>b {
	display: none;
}

.prj-flow>li:last-child>.item>h4 {
	font-size: 16px;
}

.prj-flow>li:last-child>.item>h4>i {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-top: 6px;
}

.prj-flow>li:last-child>.item>p {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

.prj-show-more {
	position: absolute;
	display: block;
	bottom: 10px;
	right: 10px;
}

.prj-all-list {
	overflow: hidden;
	list-style: none;
	padding: 0;
	width: 620px;
	line-height: 1em;
	text-align: center;
}

.prj-all-list li {
	margin: 0;
	/*float: left;*/
	display: inline-block;
	height: 32px;
	overflow: hidden;
}

.prj-all-list li a {
	text-align: center;
	display: block;
	width: 200px;
	line-height: 32px;
	background: #fff;
	margin: 1px;
	/*padding: 8px;*/
	vertical-align: middle;
}


.prj-cate .prj-box .rn-box {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
	padding-left: 400px;
	min-height: 335px;
}

.prj-cate .prj-box:nth-child(2),
.prj-cate .prj-box:nth-child(4) {
	background: #f3f4f8;
}

/*.prj-cate .prj-box:nth-child(2) .rn-box ,*/
/*.prj-cate .prj-box:nth-child(4) .rn-box {*/
/*	padding-left: 0;*/
/*	padding-right: 400px;*/
/*}*/

/*.prj-cate .prj-box:nth-child(2) .heading,*/
/*.prj-cate .prj-box:nth-child(4) .heading {*/
/*	left: auto;*/
/*	right: 0;*/
/*}*/

.prj-cate .prj-box .heading {
	position: absolute;
	left: 0;
	top: 40px;
	width: 360px;
}

.prj-cate .prj-box .heading .thumb img {
	width: 100%;
}

.prj-cate .prj-box .heading .text {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 280px;
	/*height: 100px;*/
	padding: 30px 0;
	background: #f8f8f8;
	text-align: center;
}

.prj-cate .prj-box .heading .text big {
	font-size: 22px;
	font-weight: bold;
	color: #ed1b23;
	display: block;
}

.prj-cate .prj-box .heading .text small {
	position: relative;
	font-size: 14px;
	margin-top: 10px;
	padding-top: 10px;
}

.prj-cate .prj-box .heading .text small:before {
	position: absolute;
	left: 50%;
	top: 10px;
	width: 20px;
	height: 1px;
	background: #ccc;
	transform: translateX(-50%);
	content: "";
}

.bx-wrapper {
	padding: 0 0px;
	/*margin: 0 -40px;*/
}
.bx-wrapper .bx-viewport {
	position: static;
}
.bx-wrapper .bx-controls-direction a,
.bx-wrapper .bx-controls-direction a:hover {
	background: none;
	width: 20px;
	height: 20px;
}

.bx-wrapper .bx-controls-direction .bx-prev:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	border: solid 1px #888;
	border-width: 0 0 1px 1px;
	transform: rotate(45deg);
}

.bx-wrapper .bx-controls-direction .bx-next:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	border: solid 1px #888;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
}

.prj-cate .prj-box .pro-list ul {
	list-style: none;
	padding: 0;
	white-space: nowrap;
}

.prj-cate .prj-box .pro-list ul li {
	display: inline-block;
	width: 33%;
	padding: 0 20px;
	text-align: center;
}

.prj-cate .prj-box .pro-list ul li .thumb {
	position: relative;
	padding-bottom: 120%;
	overflow: hidden;
	background: #f0f0f0;
}

.prj-cate .prj-box .pro-list ul li .thumb img {
	position: absolute;
	width: 100%;
	height: 100%;;
	left: 5%;
	top: 5%;
	transform: translate(-5%, -5%);
	max-width: none;
}

.slider-screen .bx-viewport {
	padding-bottom: 30px;
}