.banner {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.banner .slider {
	overflow: hidden;
	width: 100%;
	/* max-height: 100vh; */
}

.banner .slider img {
	width: 100%;
	transform: scale(1.2);
	transition: opacity 0.3s ease, transform 0s ease 1s;
	vertical-align: bottom;
}

.banner .slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 5s cubic-bezier(0, .56, .44, 1);
}


.title{
	margin-bottom: 30px;
}
.title h2{
	font-size: 28px;
	font-weight: normal;
	float: left;
}
.title a{
	float: right;
	font-size: 18px;
	color: #a7a7a7;
	background: url(../img/more.png) no-repeat left center;
	padding-left: 28px;
}
.title a:hover{
	color: #15489a;
	background: url(../img/more1.png) no-repeat left center;
}


.index1{
	padding: 50px 0 20px;
}

.news{
	width: 62%;
}

.news-lb .img{
	float: left;
	width: 56%;
	height: 285px;
	overflow: hidden;
}
.news-lb .slider:hover .img img{
	transform:scale(1.1);
}
.news-lb .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.news-lb .txt{
	float: right;
	width: 44%;
	background: #f6f7f8;
	padding: 30px;
	height: 285px;
}
.news-lb .txt h2{
	color: #333333;
	font-size: 17px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 15px;
	height: 64px;
}
.news-lb .txt p{
	font-size: 15px;
	color: #8f9090;
	line-height: 28px;
	height: 84px;
}

.news-lb .slick-dots{
	width: 160px;
	right: 0;
	left: auto;
	bottom: 30px;
}

.news-lb .slick-dots li button{
	background:#dcdcdc;
}
.news-lb .slick-dots li.slick-active button {
    background: #ce911d;
}

.news-list li span{
	float: right;
	font-size: 16px;
	color: #b3b3b3;
}

.news-list{
	margin-top: 30px;
	border-top: 1px solid #e1e1e1;
	padding: 15px 0;
}
.news-list li{
	line-height: 45px;
}
.news-list li a{
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news-list li:hover a{
	color: #0c72c0;
}
.news-list li:hover span{
	color: #02131f;
}

.notice{	
	width: 34%;
}
.notice li {
	margin-bottom: 33px;
}
.notice li .time{
	float: left;
	height: 74px;
	width: 65px;
	background: url(../img/time.png) no-repeat center;
	background-size: contain;
}
.notice li .time span{
	display: block;
	color: #096cb8;
	text-align: center;
	line-height: 1;
}
.notice li .time span:nth-child(1){
	font-size: 23px;
	margin-bottom: 3px;
	margin-top: 25px;
}
.notice li .time span:nth-child(2){
	font-size: 13px;
}
.notice li a{
	float: right;
	font-size: 18px;
	color: #222222;
	width: calc(100% - 85px);
	margin-top: 12px;
	line-height: 30px;
	height: 60px;
}
.notice li:hover a{
	color: #0c72c0;
}



.index2{
	background: #f7f8f9;
	padding: 40px 0;
}
.dqgz{
	width: 48%;
}
.jxky{
	width: 48%;
}

.dqgz .first .img{
	float: left;
	width: 34%;
	height: 120px;
	overflow: hidden;
}
.dqgz .first  .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.dqgz .first  .txt{
	float: right;
	width: 63%;
}

.dqgz .first  .txt h2{
	font-size: 16px;
	color: #01151f;
	line-height: 28px;
	height: 56px;
}
.dqgz .first  .txt p{
	font-size: 15px;
	color: #333;
	line-height: 25px;
	margin-top: 10px;
	height: 50px;
}
.dqgz .first{
	margin-bottom: 25px;
}
.dqgz .li {
	margin-bottom: 15px;
}
.dqgz .li .time{
	color: #b3b3b3;
	font-size: 16px;
	float: right;
}

.dqgz .li .fenl{
	width: 75px;
	height: 30px;
	font-size: 13px;
	display: block;
	color: #db0006;
	border: 1px solid #ec9598;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	float: left;
	transition: all 0.5s;
}
.dqgz .li .fenl a{color: #db0006;}
.dqgz .li > a{
	font-size: 18px;
	color: #333333;
	display: block;
	float: left;
	line-height: 32px;
	margin-left: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 70%;
}
.dqgz .li:hover .fenl{
	background: #db0006;
	color: #fff;
	border-color: #db0006;
}
.dqgz .li:hover a{
	color: #db0006;
}
.dqgz .li:hover .fenl a{
	color: #e3e3e3;
}
.dqgz .img:hover img{
	transform: scale(1.1);
}
.dqgz .first:hover h2{
	color: #db0006;
}


.jxky .first .img{
	float: left;
	width: 34%;
	height: 120px;
	overflow: hidden;
}
.jxky .first  .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.jxky .first  .txt{
	float: right;
	width: 63%;
}

.jxky .first  .txt h2{
	font-size: 16px;
	color: #01151f;
	line-height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jxky .first  .txt p{
	font-size: 15px;
	color: #333;
	line-height: 25px;
	height: 80px;
	margin: 5px 0;
}
.jxky .first{
	margin-bottom: 25px;
}
.jxky .li {
	margin-bottom: 15px;
}
.jxky .li .time{
	color: #b3b3b3;
	font-size: 16px;
	float: right;
}

.jxky li .fenl{
	width: 75px;
	height: 30px;
	font-size: 13px;
	display: block;
	color: #0c72c0;
	border: 1px solid #99c2e2;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	float: left;
	transition: all 0.5s;
}
.jxky .li > a{
	font-size: 18px;
	color: #333333;
	display: block;
	float: left;
	line-height: 32px;
	margin-left: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 70%;
}
.jxky li:hover .fenl{
	background: #0c72c0;
	color: #fff;
	border-color: #0c72c0;
}
.jxky li .fenl a{
	color: #0c72c0;
}
.jxky li:hover .fenl a{
	color: #fff;
}
.jxky .li:hover a{
	color: #0c72c0;
}
.jxky .img:hover img{
	transform: scale(1.1);
}

.jxky .first:hover h2{
	color: #0c72c0;
}

.index3{
	padding: 50px 0;
}
.rcpy-lb .slider{
	padding: 40px;
	background: #f6fafd;
	float: left;
	margin: 0 20px;
}
.rcpy-lb .slider h2{
	font-size: 16px;
	color: #282828;
	line-height: 32px;
	margin-top: 10px;
}
.rcpy-lb .slider p{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
}

.rcpy-lb .slider span{
	color: #0c72c0;
	display: block;
	text-align: right;
	margin-top: 20px;
	border-bottom: 1px solid #d3e6f4;
	line-height: 35px;
	position: relative;
}

.rcpy-lb .slider span::before{
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	width: 26px;
	height: 24px;
	background: url(../img/icon.png) no-repeat center;
	transition: all 0.5s;
}
.rcpy-lb .slider:hover{
	background: #0c72c0;
}
.rcpy-lb .slider:hover h2{
	color: #fff;
}
.rcpy-lb .slider:hover p{
	color: #d8e8fb;
}
.rcpy-lb .slider:hover span{
	color: #bce0fc;
	border-bottom: 1px solid #4f9be1;
}
.rcpy-lb .slider:hover span::before{
	left: 200px;
	background: url(../img/icon2.png) no-repeat center;
}

.rcpy-lb .slick-prev,.rcpy-lb .slick-next{
	width: 55px;
	height: 55px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.rcpy-lb .slick-prev{
	background: url(../img/left.png) no-repeat center;
	left: -70px;
}
.rcpy-lb .slick-next{
	background: url(../img/right.png) no-repeat center;
	right: -70px;
}
.rcpy-lb .slick-prev:hover{
	background: url(../img/left1.png) no-repeat center;
}
.rcpy-lb .slick-next:hover{
	background: url(../img/right1.png) no-repeat center;
}