@charset "utf-8";
.index1{
	background:url(../img/index_bg1.png) right bottom no-repeat;
	padding:70px 0;
}
.index1 .news .fl{
	width: 58%;
	box-shadow: 0 0 10px #ddd;
}
.index1 .news .fl img{width:100%;height:420px;}
.index1 .news .fl div{
	padding:20px 40px 30px;
	font-size: 14px;
	color:#999999;
	line-height: 26px;
}
.index1 .news .fl div span{
	font-size: 15px;
}
.index1 .news .fl p{
	position: relative;
	font-size: 20px;
	color: #444444;
	line-height: 60px;
	margin-bottom: 20px;
}

.index1 .news div.fr{
	width: 38%;
}
.index1 .news div.fr ul li{
	line-height: 60px;
	position: relative;
	font-size: 16px;
	color: #444444;
}
.index1 .news div.fr ul li a{
	color: #444444;
}

.index1 .news div.fr ul li:hover a{
	color: #b3000a;
	font-weight: bold;
}

.index2{
	padding: 70px 0;
	background: url(../img/index_bg2.png);
}
.notice{
	width: 700px;
	height: 200px;
	background: #fff;
	border: 1px solid #f6f6f6;
	padding: 20px 35px;
	margin-top: 30px;
	box-shadow: 0 0 10px #ddd;
	font-size: 14px;
	color:#999999;
}
.notice span{
	font-size: 15px;
}
.notice p{
	margin-bottom: 20px;
}
.notice:hover{
	background: url(../img/notice_bg.png) center no-repeat;
	color: #fff;
}
.notice:hover p,.notice:hover a{
	color: #fff;
}
.notice:hover .yuan::before{
	background: #fff;
	opacity: 0.3;
}
.notice:hover .yuan::after{
	background: #fff;
}

.hf .slick-dots{
	bottom: 20px;
}
.hf .slick-dots li button{
	display: none;
}
.hf .slick-dots li{
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #fff;
	border-radius: 5px;
}
.hf .slick-dots li.slick-active{
	background: #fff;
}

.index3{
	margin: 80px auto;
	background: #f7f7f7;
	position: relative;
}
.index3::before{
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 0;
}
.index3 .title{
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
}

.index3 .index3_box{
	padding: 20px 30px 30px 35px;
	width: 50%;
	float: left;
}
.index3 .index3_box.fl ul li{
	background: url(../img/ai-new.png) left center no-repeat;
	text-indent: 40px;
}
.index3 .index3_box ul li.yuan::before{
	background: #dedede;
}