@CHARSET "UTF-8";

/* 首页新闻区域 开始 */
.HR_index_new {
	margin: 15px 0 5px;

}

.HR_index_new .slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.HR_index_new_img .slider {}

.HR_index_new_img .slider div p {
	height: 40px;
	overflow: hidden;
	color: #cc5516;
	line-height: 40px;
	text-align: center;
}

.HR_index_new_img .slick-dots {
	position: absolute;
	bottom: 55px;
}

.HR_index_new_img .slick-dots li button:before {
	color: white;
	opacity: 1;
}

.HR_index_new_img .slick-dots li.slick-active button:before {
	color: #cc5516;
}

.HR_index_new_list .HR_title {
	margin-bottom: 20px;
}

.HR_index_new_list .HR_title span {
	border-bottom: 3px solid #cdcdcd;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.HR_index_new_list .HR_title .active {
	border-bottom: 3px solid #007630;
	color:#007630;
}

.HR_index_new_item ul {
	/* display: none; */
	width: 100%;
	margin-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
}

.HR_index_new_item ul li {
	overflow: hidden;
	line-height: 40px;
	height: 40px;
	border-bottom: solid 1px #e6e6e6;
}

.HR_index_new_item ul li a {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.HR_index_new_item ul li a:hover {
	color: #cc5516;
}

.HR_index_new_item li span {
	margin-right: 6px;
}

.HR_index_new_item li small {
	float: right;
}

/* 首页新闻区域 结束 */

/* 首页广告区域 开始 */
.HR_index_ad {
	margin-bottom: 20px;
	/*margin-top: 20px;*/
}

.HR_index_ad_list {
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #f7f7f7;
}

.HR_index_ad_item .row {
	padding-left: 0;
	padding-right: 0;
}

.HR_index_ad_item img {
	margin-top: 30px;
}

.HR_index_ad_item:first-child+.HR_index_ad_item {
	border-left: dashed 1px #cdcdcd;
	border-right: dashed 1px #cdcdcd;
}

/* 首页广告区域 结束 */

/* 首页精品工程 开始 */
.HR_index_sases_img {
	margin: 15px 0 0;
}

.HR_index_sases_img .slider div img {
	padding: 0px 5px;
}

.HR_index_sases_img .slider div p {
	font-size: 14px;
	line-height: 32px;
	color: #999999;
}

.HR_index_sases_img .slick-prev,
.HR_index_sases_img .slick-next {
	width: 31px;
	height: 51px;
	background: #CBCBCB;
}

.HR_index_sases_img .slick-prev {
	left: -36px;
}

.HR_index_sases_img .slick-next {
	right: -36px;
}

.HR_index_sases_img .slick-prev:before,
.HR_index_sases_img .slick-next:before {
	z-index: 999;	
}

.HR_index_sases_img .slick-prev:before {
    content: '<';
}

.HR_index_sases_img .slick-next:before {
    content: '>';
}
.float_r{line-height: 3;}
/*  */
.HR_index_new_img .slick-slide img
{
    display: block;
    width: 100%;
    height: 280px;
}