/*新闻列表样式*/
.ksnews-box{
	position: relative;
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	height: auto;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 0 1%;
	margin-top: 25px;
}
.ksnews-box li{
	position: relative;
	width: 33.33%;
	height: auto;
	float: left;
	margin: 0;
	padding: 20px;
	cursor: pointer;
}
.ksnews-box li:nth-child(4n-1){
	background: rgba(221,221,221,.2);
	transition:all 0.3s;
}
.ksnews-box li:nth-child(4n+0){
	transition:all 0.3s;
	background: rgba(255,255,255,.2);
}
.ksnews-box li:nth-child(4n+1){
	background: rgba(221,221,221,.2);
	transition:all 0.3s;
}
.ksnews-box li:nth-child(4n+2){
	transition:all 0.3s;
	background: rgba(255,255,255,.2);
}
.ksnews-box li:nth-child(4n-1):hover{
	background: rgba(255,255,255,1);
}
.ksnews-box li:nth-child(4n+0):hover{
	background: rgba(255,255,255,1);
}
.ksnews-box li:nth-child(4n+1):hover{
	background: rgba(255,255,255,1);
}
.ksnews-box li:nth-child(4n+2):hover{
	background: rgba(255,255,255,1);
}

/*.ksnews-box li:nth-child(odd){
	background: rgba(221,221,221,.2);
	transition:all 0.3s;
}
.ksnews-box li:nth-child(odd):hover{
	background: rgba(255,255,255,1);
}
.ksnews-box li:nth-child(even){
	transition:all 0.3s;
	background: rgba(255,255,255,.2);
}
.ksnews-box li:nth-child(even):hover{
	background: rgba(255,255,255,1);
}*/
.ksnews-box li .time-m{
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-family: arial;
	font-size: 20px ;
	color: #777;
	text-align: left;
	transition:all 0.3s;
}
.ksnews-box li:hover .time-m{
	color: #c00;
}
.ksnews-box li .time-y{
	position: relative;
	width: 100%;
	height: 18px;
	line-height: 18px;
}
.ksnews-box li .time-y .year{
	float: left;
	width: auto;
	line-height: 18px;
	font-size: 13px ;
	color: #999;
}
.ksnews-box li .time-y .yright{
	float: left;
	width: 10px;
	height: 2px;
	background: #c00;
	margin: 10px 0px 0px 5px;
}
.ksnews-box li .title{
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	color: #666;
	margin-top: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition:all 0.3s;
}
.ksnews-box li:hover .title{
	color: #c00;
}
.ksnews-box li .info{
	height: 65px;
	line-height: 21px;
	font-size: 12px;
	color: #999;
	margin-top: 15px;
    overflow: hidden;
    transition:all 0.3s;
    /*display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
}
.ksnews-box li:hover .info{
	color: #666;
}
.ksnews-box li .info .imgbox{
    position: relative;
    float: left;
    width: 100px;
    height: 65px;
    margin-right: 10px;
    overflow: hidden;
}
.ksnews-box li .info .imgbox .img{
    position: absolute;
    width: 100%;
    height: 100%;
    transition:all 0.3s;
    /*-webkit-filter: grayscale(80%);
    filter: grayscale(80%);*/
}
.ksnews-box li:hover .info .imgbox .img{
    -webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.ksnews-box li .more{
    position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: left;
	color: #999;
	margin-top: 10PX;
	transition:all 0.3s;
}
.ksnews-box li:hover .more{
	color: #c00;
}
.ksnews-box li .more span{
	color: #c00;
	font-size: 14px;
}

/*图文列表样式*/
.kspics-box{
	position: relative;
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	height: auto;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 0 1%;
	margin-top: 25px;
}
.kspics-box li{
	position: relative;
	width: 49.8%;
	height: 220px;
	float: left;
	margin: 0;
	border: 2px solid rgba(153,0,0,.0);
	transition:all 0.3s;
	cursor: pointer;
}
.kspics-box li:hover{
	border: 2px solid rgba(153,0,0,0.8);
}
.kspics-box li .imgbox{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	overflow: hidden;
	transition:all 0.3s;
	border: 0px solid rgba(0,0,0,.0);
}
.kspics-box li:hover .imgbox{
	width: 50%;
	border: 0px solid rgba(0,0,0,.0);
}
.kspics-box li .imgbox .img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition:all 0.3s;
	/*-webkit-filter: grayscale(70%);
    filter: grayscale(70%);*/
}
.kspics-box li:hover .imgbox .img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	/*-webkit-filter: grayscale(0);
    filter: grayscale(0);*/
}
.kspics-box li .infobox{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	overflow: hidden;
	transition:all 0.3s;
}
.kspics-box li:hover .infobox{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	overflow: hidden;
	transition:all 0.3s;
}
.kspics-box li .infobox .textbox{
	position: absolute;
	width: 100%;
	height: 155px;
	top: 50%;
	margin-top: -78px;
	padding: 0px 8%;
}
.kspics-box li .infobox .textbox .title{
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #666;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition:all 0.3s;
}
.kspics-box li:hover .infobox .textbox .title{
	color: #c00;
}
.kspics-box li .infobox .textbox .txt{
	position: relative;
	width: 100%;
	height: 70px;
	line-height: 23px;
	font-size: 12px;
	color: #999;
	margin-top: 20px;
	overflow: hidden;
    transition:all 0.3s;
    display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition:all 0.3s;
}
.kspics-box li:hover .infobox .textbox .txt{
	color: #666;
}
.kspics-box li .infobox .textbox .morebox{
	position: relative;
	width: 100%;
	height: 25px;
	vertical-align: top;
	margin-top: 15px;
}
.kspics-box li .infobox .textbox .more{
	position: relative;
	float: left;
	width: auto;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	border-bottom: 2px solid #c00;
	transition:all 0.3s;
}
.kspics-box li:hover .infobox .textbox .more{
	color: #900;
	border-bottom: 2px solid #f60;
}

.kspics-box li .infobox .gnbtn{
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,.2);
	border-radius:13px ;
	overflow: hidden;
	vertical-align: top;
	margin: 5px 0px 0px 5px;
	transition: all 0.3s;
}
.kspics-box li .infobox .gnbtn:hover{
	background:#900;
}
.kspics-box li .infobox .gnbtn:hover{
	position: relative;
	display: inline-block;
	width: 85px;
	height: 20px;
	background: #900;
	border-radius:13px ;
	vertical-align: top;
	transition: all 0.3s;
}
.kspics-box li .infobox .gnbtn .ico{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0px;
	transition: all 0.3s;
}
.kspics-box li .infobox .gnbtn:hover .ico{
	left: 3px;
}
.kspics-box li .infobox .gnbtn .ico01{
	background: url(http://www.hy-jt.cn/Public/Home/images/ico01.png) center no-repeat;
}
.kspics-box li .infobox .gnbtn .ico02{
	background: url(http://www.hy-jt.cn/Public/Home/images/ico02.png) center no-repeat;
	background-size:16px ;
}
.kspics-box li .infobox .gnbtn .ico03{
	background: url(http://www.hy-jt.cn/Public/Home/images/ico03.png) center no-repeat;
	background-size:16px ;
}
.kspics-box li .infobox .gnbtn .zi{
	position: absolute;
	width: 55px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	top: 0;
	left: 26px;
	text-align: left;
	transition: all 0.5s;
	opacity: 1;
}

.kspics-box li:nth-child(4n-1) .imgbox{
	right: 0;
}
.kspics-box li:nth-child(4n+0) .imgbox{
	right: 0;
}
.kspics-box li:nth-child(4n+1) .imgbox{
	left: 0;
}
.kspics-box li:nth-child(4n+2) .imgbox{
	left: 0;
}
.kspics-box li:nth-child(4n-1) .infobox{
	left: 0;
	background: rgba(204,0,0, .6);
}
.kspics-box li:nth-child(4n+0) .infobox{
	left: 0;
	background: rgba(255,255,255,1);
}
.kspics-box li:nth-child(4n+1) .infobox{
	right: 0;
	background: rgba(255,255,255,1);
}
.kspics-box li:nth-child(4n+2) .infobox{
	right: 0;
	background: rgba(204,0,0, .6);
}
.kspics-box li:nth-child(4n-1):hover .infobox{
	left: 0;
	background:#fff;
}
.kspics-box li:nth-child(4n+0):hover .infobox{
	left: 0;
	background:#fff;
}
.kspics-box li:nth-child(4n+1):hover .infobox{
	right: 0;
	background:#fff;
}
.kspics-box li:nth-child(4n+2):hover .infobox{
	right: 0;
	background:#fff;
}
.kspics-box li:nth-child(4n-1) .infobox .title,
.kspics-box li:nth-child(4n+2) .infobox .title{
	color: #fff;
}
.kspics-box li:nth-child(4n-1) .infobox .txt,
.kspics-box li:nth-child(4n+2) .infobox .txt{
	color: #eee;
}
.kspics-box li:nth-child(4n-1) .infobox .more,
.kspics-box li:nth-child(4n+2) .infobox .more{
	color: #fff;
	border-bottom: 2px solid #fff;
}

.kspics-box li .sjx{
	position: absolute;
	width: 14px;
	height: 30px;
	z-index: 200;
	top: 50%;
	margin-top:-15px;
	overflow: hidden;
	transition:all 0.3s;
}
.kspics-box li .sort{
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 5px;
    border-top-color: transparent;
    border-left-color: transparent;
    transition:all 0.3s;
}
/*.kspics-box li:hover .sort{
	border: 10px solid #900;
}*/
.kspics-box li:nth-child(4n-1) .sort{
	margin-left: -10px;
	transform: rotate(-45deg);
	border: 10px solid #dc6363;
}
.kspics-box li:nth-child(4n+0) .sort{
	margin-left: -10px;
	transform: rotate(-45deg);
	border: 10px solid #fff;
}
.kspics-box li:nth-child(4n+1) .sort{
	margin-left: 4px;
	transform: rotate(-225deg);
	border: 10px solid #fff;
}
.kspics-box li:nth-child(4n+2) .sort{
	margin-left: 4px;
	transform: rotate(-225deg);
	border: 10px solid #c00;
}
.kspics-box li:nth-child(4n-1):hover .sort,
.kspics-box li:nth-child(4n+0):hover .sort,
.kspics-box li:nth-child(4n+1):hover .sort,
.kspics-box li:nth-child(4n+2):hover .sort
{
	border: 10px solid #fff;
}
.kspics-box li:nth-child(4n+0) .sort{
	margin-left: -10px;
	transform: rotate(-45deg);
	border: 10px solid #fff;
}
.kspics-box li:nth-child(4n+1) .sort{
	margin-left: 4px;
	transform: rotate(-225deg);
	border: 10px solid #fff;
}
.kspics-box li:nth-child(4n+2) .sort{
	margin-left: 4px;
	transform: rotate(-225deg);
	border: 10px solid #dc6363;
}


.kspics-box li:nth-child(4n-1) .sjx{
	left: 50%;
}
.kspics-box li:nth-child(4n+0) .sjx{
	left: 50%;
}
.kspics-box li:nth-child(4n+1) .sjx{
	right: 50%;
}
.kspics-box li:nth-child(4n+2) .sjx{
	right: 50%;
}
.kspics-box li:nth-child(4n-1):hover .sjx{
	left: 50%;
}
.kspics-box li:nth-child(4n+0):hover .sjx{
	left: 50%;
}
.kspics-box li:nth-child(4n+1):hover .sjx{
	right: 50%;
}
.kspics-box li:nth-child(4n+2):hover .sjx{
	right: 50%;
}

/*非终极栏目样式*/
.kslms-box{
	position: relative;
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	height: auto;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 0 1%;
	margin-top: 25px;
}
.kslms-box li{
	position: relative;
	width: 33.333%;
	height: 360px;
	float: left;
	margin: 0;
	/*border: 2px solid rgba(153,0,0,.0);*/
	transition:all 0.3s;
	cursor: pointer;
}
.kslms-box .m4{
	width: 25%;
}
.kslms-box li:hover{
	/*border: 2px solid rgba(153,0,0,0.8);*/
}
.kslms-box li .imgbox{
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	overflow: hidden;
	transition:all 0.3s;
}
.kslms-box li .imgbox .lmtb{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(196,48,68,.7);
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 0.3s;
	opacity: 0;
}
.kslms-box li:hover .imgbox .lmtb{
	padding-top: 32px;
	opacity: 1;
}
.kslms-box li .imgbox .lmtb .tbpic{
	position: relative;
	display: inline-block;
	height: 64px;
	width: 100%;
	z-index: 100;
	top: 50%;
	margin-top: -32px;
	overflow: hidden;
	box-sizing:content-box;
	-moz-box-sizing:content-box; /* Firefox */
	-webkit-box-sizing:content-box; /* Safari */
	transition: all 0.2s;
}
.kslms-box li .imgbox .lmtb .tbpic .tbpic{
	width: 100%;
	height: 32px;
	display: block;
	position: relative;
	top: 0px;
	border-bottom: 32px solid transparent;
	-webkit-filter: drop-shadow(#fff 0 32px );
	filter: drop-shadow(#fff 0 32px);
}
.kslms-box li .imgbox .img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition:all 0.3s;
	-webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
.kslms-box li:hover .imgbox .img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.kslms-box li .infobox{
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	overflow: hidden;
	transition:all 0.3s;
	background: rgba(255,255,255,.8);
}
.kslms-box li:hover .infobox{
	background: rgba(255,255,255,1);
}


.kslms-box li:nth-child(odd) .imgbox{
	top:0;
}
.kslms-box li:nth-child(even) .imgbox{
	bottom:0;
}
.kslms-box li:nth-child(odd) .infobox{
	bottom:0;
}
.kslms-box li:nth-child(even) .infobox{
	top:0;
}

.kslms-box  li .sjx{
	position: absolute;
	width: 30px;
	height: 20px;
	z-index: 200;
	left: 50%;
	margin-left: -15px;
	overflow: hidden;
}
.kslms-box  li .sort{
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-left: 5px;
	border: 10px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    transition:all 0.3s;
}
.kslms-box li:nth-child(odd) .sjx{
	top: 50%;
	margin-top:-14px;
}
.kslms-box li:nth-child(even) .sjx{
	top: 50%;
	margin-top:-6px;
}
.kslms-box li:nth-child(odd) .sort{
	transform: rotate(-135deg);
}
.kslms-box li:nth-child(even) .sort{
	transform: rotate(45deg);
	margin-top: -10px;
}
.kslms-box li .infobox .textbox{
	position: absolute;
	width: 100%;
	height: 145px;
	top: 50%;
	margin-top: -73px;
	padding: 0px 8%;
}
.kslms-box li .infobox .textbox .title{
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: 700;
	color: #666;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition:all 0.3s;
}
.kslms-box li:hover .infobox .textbox .title{
	color: #c00;
}
.kslms-box li .infobox .textbox .txt{
	position: relative;
	width: 100%;
	height: 70px;
	line-height: 23px;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	overflow: hidden;
    transition:all 0.3s;
    display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition:all 0.3s;
}
.kslms-box li:hover .infobox .textbox .txt{
	color: #666;
}
.kslms-box li .infobox .textbox .morebox{
	position: relative;
	text-align: center;
	width: 100%;
	height: 25px;
	vertical-align: top;
	margin-top: 10px;
}
.kslms-box li .infobox .textbox .morebox .icos{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 25px;
	transition:all 0.3s;
}
.kslms-box li .infobox .textbox .morebox .morex{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	border-bottom: 2px solid #c00;
	transition:all 0.3s;
}
.kslms-box li:nth-child(odd) .infobox .textbox .morebox .icos{
	background: url(http://www.hy-jt.cn/Public/Home/images/urico.png) center no-repeat;
}
.kslms-box li:nth-child(even) .infobox .textbox .morebox .icos{
	background: url(http://www.hy-jt.cn/Public/Home/images/drico.png) center no-repeat;
}

/*弹窗内容样式*/
.kstc-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(http://www.hy-jt.cn/Public/Home/images/gk-bg.png);
}
.kstc-bg .leftbg{
	position: absolute;
	width: 116px;
	height: 267px;
	top: 80px;
	left: 30px;
	z-index: 1000;
	background: url(http://www.hy-jt.cn/Public/Home/images/gcdr.png) top left no-repeat;
	background-size: 100% auto;
	opacity: 0.5;
}
.kstc-bg .rightbg{
	position: absolute;
	width: 254px;
	height: 412px;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	background: url(http://www.hy-jt.cn/Public/Home/images/jnb.png) top left no-repeat;
	background-size: 100% auto;
	opacity: 0.5;
}
.kstc-top{
	position: fixed;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	z-index: 5000;
	background:#900;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.kstc-top .title{
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	line-height: 30px;
	font-size: 20px;
	color: rgba(255,255,255,.9);
	padding: 10px 140px 10px 50px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	background: url(http://www.hy-jt.cn/Public/Home/images/hb-2.png) 20px 13px no-repeat;
	background-size:24px auto;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kstc-top .tcback{
	position: absolute;
	width: 100px;
	height: 50px;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.2);
	border-left: 1px solid rgba(255,255,255,.3);
	z-index: 1200;
	cursor: pointer;
	text-align: center;
	transition:all 0.3s;
}
.kstc-top .tcback:hover{
	background: rgba(0,0,0,.5);
}
.kstc-top .tcback .ico{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 50px;
	background: url(http://www.hy-jt.cn/Public/Home/images/close.png) center no-repeat;
}
.kstc-top .tcback .zi{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}
.kstc-showbox{
	padding: 80px 0px 30px 0px !important;
	background:rgb(0,0,0,0) !important;
}
/*人才理念*/
.rcln-box{
	position: relative;
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	height: auto;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 0 1%;
	margin-top: 25px;
}

.rcln-box li{
	position: relative;
	height: 300px;
	float: left;
	margin: 0;
	transition:all 0.3s;
}

.rcln-box li:nth-child(4n-1){
	width: 35%;
}
.rcln-box li:nth-child(4n+0){
	width: 65%;
}
.rcln-box li:nth-child(4n+1){
	width: 65%;
}
.rcln-box li:nth-child(4n+2){
	width: 35%;
}
.rcln-box li .bgbox{
	position: absolute;
	width: 100%;
	height: 100%;
}
.rcln-box li .cloorbgbox{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.rcln-box li .inbox{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
	padding: 30px;
}
.rcln-box li .inbox h3{
	position: relative;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 30px;
	color: #c00;
	font-weight: normal;
}
.rcln-box li .inbox span{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #c00;
}

/*企业文化*/
.qywhbox{
	position: relative;
	width: 100%;
}
.qywhbox li{
	position: relative;
	float: left;
	width: 33.33%;
	height: auto;
	min-height: 370px;
	padding:20px;
}
.qywhbox li.bg1{
	background:rgba(221,221,221,.5);
}
.qywhbox li.bg2{
	background:rgba(234,216,216,.8);
}
.qywhbox li .titlebox{
	position: relative;
	width: 100%;
	height: 60px;
	padding-left: 70px;
	padding-top: 10PX; 
}
.qywhbox li .titlebox .title{
	position: relative;
	width: 100%;
	height: 25px;
	line-height:30px;
	font-size: 18px;
	color: #c00;
}
.qywhbox li .titlebox .ywtitle{
	position: relative;
	width: 100%;
	height: 20px;
	line-height:15px;
	font-size: 12px;
	color: #999;
}
.qywhbox li .titbg1{
	background: url(../image/whln.png) top left no-repeat;
	background-size: auto 60px; 
}
.qywhbox li .titbg2{
	background: url(../image/ygsc.png) top left no-repeat;
	background-size: auto 60px; 
}
.qywhbox li .titbg3{
	background: url(../image/hyr.png) top left no-repeat;
	background-size: auto 60px; 
}
.qywhbox li .nrinfo{
	position: relative;
	width:100%;
	height: auto;
	font-size: 14px;
	line-height:30px;
	color: #666;
	margin-top: 10px;
}
.qywhbox li .nrinfo span{
	font-weight:bold;
}
@media (max-width: 1441px){
	.ksnews-box li{
		padding: 15px;
	}
	.ksnews-box li .title{
		font-size: 16px;
	}
	.ksnews-box li .info{
		margin-top: 12px;
	}
	.ksnews-box li .more{
		height: 22px;
		line-height: 22px;
	}
}
@media (max-width: 1367px){
	.kspics-box li{
		height: 190px;
	}
	.kspics-box li .infobox .textbox{
		height: 135px;
		margin-top: -67px;
	}
	.kspics-box li .infobox .textbox .title{
		font-size: 14px;
	}

	.kspics-box li .infobox .textbox .txt{
		height: 60px;
		line-height: 20px;
		margin-top: 15px;
	}
	.kspics-box li .infobox .textbox .morebox{
		margin-top: 10px;
	}
	.kslms-box li .infobox .textbox .title{
		font-size: 16px;
	}
}
@media (max-width: 1025px){
	.ksnews-box li{
		width: 50%;
		padding: 15px;
	}
	.ksnews-box li .title{
		font-size: 14px;
	}
	.ksnews-box li:nth-child(4n-1){
		background: rgba(221,221,221,.2);
		transition:all 0.3s;
	}
	.ksnews-box li:nth-child(4n+0){
		transition:all 0.3s;
		background: rgba(255,255,255,.2);
	}
	.ksnews-box li:nth-child(4n+1){
		background: rgba(255,255,255,.2);
		transition:all 0.3s;
	}
	.ksnews-box li:nth-child(4n+2){
		transition:all 0.3s;
		background: rgba(221,221,221,.2);
	}
	.kslms-box li{
		width: 50%;
	}
	.kslms-box .m4{
		width: 50%;
	}
	.kslms-box li .infobox .textbox .title{
		font-size: 14px;
	}
}
@media (max-width: 800px){
	
	.kspics-box li{
		position: relative;
		width: 99.8%;
		height: 160px;
		float: left;
		margin: 0;
		border: 2px solid rgba(153,0,0,.0);
		transition:all 0.3s;
		cursor: pointer;
	}
	.kspics-box li:nth-child(4n-1) .imgbox{/*第三个*/
		right: 50%;
	}
	.kspics-box li:nth-child(4n+0) .imgbox{/*第四个*/
		right: 0;
	}
	.kspics-box li:nth-child(4n+1) .imgbox{/*第一个*/
		left: 0;
	}
	.kspics-box li:nth-child(4n+2) .imgbox{/*第二个*/
		left: 50%;
	}
	.kspics-box li:nth-child(4n-1) .infobox{
		left: 50%;
		background: rgba(255,255,255,.6);
	}
	.kspics-box li:nth-child(4n+0) .infobox{
		left: 0;
		background: rgba(204,0,0, .6);
	}
	.kspics-box li:nth-child(4n+1) .infobox{
		right: 0;
		background: rgba(255,255,255,.6);
	}
	.kspics-box li:nth-child(4n+2) .infobox{
		right: 50%;
		background: rgba(204,0,0, .6);
	}
	.kspics-box li:nth-child(4n-1):hover .infobox{
		left: 50%;
		background:#fff;
	}
	.kspics-box li:nth-child(4n+0):hover .infobox{
		left: 0;
		background:#fff;
	}
	.kspics-box li:nth-child(4n+1):hover .infobox{
		right: 0;
		background:#fff;
	}
	.kspics-box li:nth-child(4n+2):hover .infobox{
		right: 50%;
		background:#fff;
	}
	.kspics-box li:nth-child(4n+1) .infobox .title,
	.kspics-box li:nth-child(4n-1) .infobox .title{
		color: #666;
	}
	.kspics-box li:nth-child(4n+0) .infobox .title,
	.kspics-box li:nth-child(4n+2) .infobox .title{
		color: #fff;
	}
	.kspics-box li:nth-child(4n-1) .infobox .txt,
	.kspics-box li:nth-child(4n+1) .infobox .txt{
		color: #999;
	}
	.kspics-box li:nth-child(4n+0) .infobox .txt,
	.kspics-box li:nth-child(4n+2) .infobox .txt{
		color: #eee;
	}
	.kspics-box li:nth-child(4n-1) .infobox .more,
	.kspics-box li:nth-child(4n+1) .infobox .more{
		color: #666;
    	border-bottom: 2px solid #c00;
	}
	.kspics-box li:nth-child(4n+0) .infobox .more,
	.kspics-box li:nth-child(4n+2) .infobox .more{
		color: #fff;
		border-bottom: 2px solid #fff;
	}
	.kspics-box li:nth-child(4n-1) .sort{
		margin-left: 4px;
		transform: rotate(-225deg);
		border: 10px solid #fff;
	}
	.kspics-box li:nth-child(4n+0) .sort{
		margin-left: -10px;
		transform: rotate(-225deg);
		border: 10px solid rgba(204,0,0, .6);
	}
	.kspics-box li:nth-child(4n+1) .sort{
		margin-left: 4px;
		transform: rotate(-225deg);
		border: 10px solid #fff;
	}
	.kspics-box li:nth-child(4n+2) .sort{
		margin-left: -10px;
		transform: rotate(-225deg);
		border: 10px solid rgba(204,0,0, .6);
	}
	
	
	.kspics-box li:nth-child(4n-1) .sjx{
		left: 50%;
		margin-left: -14px;
	}
	.kspics-box li:nth-child(4n+0) .sjx{
		left: 50%;
	}
	.kspics-box li:nth-child(4n+1) .sjx{
		right: 50%;
	}
	.kspics-box li:nth-child(4n+2) .sjx{
		right: 50%;
		margin-right: -14px;

	}
	.kspics-box li:nth-child(4n-1):hover .sjx{
		left: 50%;
		margin-left: -14px;
	}
	.kspics-box li:nth-child(4n+0):hover .sjx{
		left: 50%;
	}
	.kspics-box li:nth-child(4n+1):hover .sjx{
		right: 50%;
	}
	.kspics-box li:nth-child(4n+2):hover .sjx{
		right: 50%;
	}
	.kspics-box li:hover .imgbox{
		width: 50%;
	}
	.kspics-box li:hover .infobox{
		width: 50%;
	}
	.kslms-box li {
	    height: 180px;
	}
	.kslms-box li .infobox .textbox {
	    height: 66px;
	    top: 50%;
	    margin-top: -33px;
	}
	.kslms-box li .infobox .textbox .txt {
	    display: none;
	}
	.kslms-box li .imgbox .lmtb {
	   display: none;
	}
	.qywhbox li{
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		min-height: 200px;
		padding:20px;
	}
}
@media (max-width: 700px){
	.rcln-box li{
		height: 200px;
	}
	.rcln-box li:nth-child(4n-1){
		width: 100%;
	}
	.rcln-box li:nth-child(4n+0){
		width: 100%;
	}
	.rcln-box li:nth-child(4n+1){
		width: 100%;
	}
	.rcln-box li:nth-child(4n+2){
		width: 100%;
	}
	.rcln-box li .inbox h3{
		height: 35px;
		line-height: 35px;
		font-size: 24px;
	}
	.rcln-box li .inbox span{
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.ksnews-box li{
		width: 100%;
		padding: 10px;
	}
	.ksnews-box li:nth-child(4n-1){
		background: rgba(255,255,255,.3);
		transition:all 0.3s;
	}
	.ksnews-box li:nth-child(4n+0){
		transition:all 0.3s;
		background: rgba(221,221,221,.3);
	}
	.ksnews-box li:nth-child(4n+1){
		background: rgba(255,255,255,.3);
		transition:all 0.3s;
	}
	.ksnews-box li:nth-child(4n+2){
		transition:all 0.3s;
		background: rgba(221,221,221,.3);
	}
	.ksnews-box li .time-m {
	    position: absolute;
	    width: 50%;
	    height: 18px;
	    left:48px;
	    line-height: 18px;
	    font-family: arial;
	    line-height: 18px;
	    font-size: 13px;
	    color: #999;
	}
	.ksnews-box li .time-y .yright {
	    float: left;
	    width: 3px;
	    height: 1px;
	    background: #999;
	    margin:9px 0px 0px 2px;
	}
	.ksnews-box li .more {
	    position: absolute;
	    width: 90%;
	    height: 25px;
	    top:0px;
	    right: 10px;
	    line-height: 25px;
	    font-size: 12px;
	    text-align: right;
	    color: #999;
	    margin-top: 8PX;
	    transition: all 0.3s;
	}  transition: all 0.3s;
	}
}