.banner .slider {
	overflow: hidden;
	width: 100%;
}
.banner {
	overflow:hidden;
	position: relative;
	animation: 0.8s ease 0.1s 1 normal backwards running fadeInUp;
}
.banner .slider img {
	width: 100%;
	transform: scale(1.2);
	transition: opacity 0.3s ease, transform 0s ease 1s;
}

.banner .slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 5s cubic-bezier(0, .56, .44, 1);
}
.banner::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 506px;
	z-index: 9;
	background: url(../img/banner-bg.png) no-repeat center top;
}

.banner .custom_paging li button{
	display: none;
}

.banner .slick-dots{
	bottom: 20px;
}


.link1{
	padding: 35px 0;
}
.link1 li{
	width: 32%;
	float: left;
	margin-right: 2%;
	text-align: center;
	background: url(../img/icon1bg.png) no-repeat center;
	height: 210px;
	background-size: cover !important;
}
.link1 li:hover{
	transform:translateY(-10px);
}
.link1 li:last-child{
	margin-right: 0;
}
.link1 .img{
	width: 85px;
	height: 85px;
	margin: 0 auto;
	border: 1px dashed rgba(255,255,255,0.3);
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.link1 .img::after{
	display:block;
	content:"";
	position:absolute;
	width: 110px;
	height: 110px;
	border: 1px dashed rgba(255,255,255,0.3);
	top: -15px;
	left: -15px;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.5s;
}
.link1 li:hover .img::after{
	opacity:1;
}
.link1 li p{
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
}
.link1 li a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.link1 li:nth-child(2){
	background: url(../img/icon2bg.png) no-repeat center;
}
.link1 li:nth-child(3){
	background: url(../img/icon3bg.png) no-repeat center;
}
.link1 li:nth-child(4){
	background: url(../img/icon4bg.png) no-repeat center;
}
.link1 li:nth-child(5){
	background: url(../img/icon5bg.png) no-repeat center;
}


.index{
	padding: 60px 0 50px;
	background: url(../img/mainbg.png) no-repeat  center;
	background-size: cover;
}

.title{
	line-height: 48px;
	margin-bottom: 50px;
}
.title h2{
	font-size: 36px;
	color: #333;
	line-height: 1;
	font-weight: normal;
	float: left;
	position: relative;
}
.title h2::before{
	position: absolute;
	width: 57px;
	height: 3px;
	background: #d6b479;
	left: 0;
	bottom: -30px;
	content: "";
}
.title a{
	float: right;
	font-size: 16px;
	color: #999;
}
.title a img{
	margin-left: 10px;
}

.notice{
	width: 44%;
}
.notice li{
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.notice li a{
	font-size: 16px;
	text-indent: 28px;
	color: #333;
	display: block;
	background: url(../img/hsz.png) no-repeat center left;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.notice p{
	font-size: 16px;
	color: #999;
	line-height: 22px;
	margin-bottom: 12px;
}
.notice li:hover a{
	color:#056ab3;
}
.notice ul{
	margin-right: 15px;
	border-top: 2px solid #056ab3;
	background: #fff;
	padding: 10px 20px 60px 20px;
	box-shadow: 15px 15px 0px 0 #d7dee5;
}

.news{
	width: 52%;
}
.news ul{
	margin-left: 10px;
	position: relative;
	padding-top: 10px;
}
.news ul::before{
	position: absolute;
	width: 60%;
	height: 40%;
	background: #056ab3;
	left: -10px;
	top: 0;
	content: "";
}
.news ul li{
	position: relative;
	z-index: 9;
	margin-bottom: 15px;
	float: left;
	width: 32%;
}
.news li.first{
	width: 100%;
}
.news li a{
	display:block;
	overflow: hidden;
}
.news li.first a img{
	width: 100%;
	height: 513px;
	object-fit: cover;
}
.news li a img{
	width: 100%;
	height:158px;
	object-fit: cover;
}
.news li:hover a p{
	color:#056ab3;
}
.news li.first:hover a p{
	color:#fff;
}
.news li:hover img{
	transform:scale(1.1);
}
.news li p{
	line-height: 25px;
	font-size: 18px;
	color: #333;
	margin-top: 10px;
}
.news li.first p{
	position: absolute;
	line-height: 50px;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	color: #fff;
	padding: 0 25px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news ul li:nth-child(2),.news ul li:nth-child(3){
	margin-right: 2%;
}

.zjjs{
	/* margin-top: 50px; */
}
.zj-lb .slider .img{
	width: 100%;
	overflow: hidden;
}
.zj-lb .slider .img img{
	width: 100%;
	height: 410px;
	object-fit: cover;
}
.zj-lb .slider .txt{
	display: none;
	padding: 40px;
	background: #fff;
	width: 60%;
	float: right;
	height: 410px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.zj-lb .slider{
	float: left;
	margin: 0 22px;
	width: 310px;
}


.zj-lb .slider .txt h2{
	font-size: 26px;
	color: #056ab3;
	margin-bottom: 20px;
	font-weight: normal;
}
.zj-lb .slider .txt p{
	font-size: 16px;
	color: #313131;
	line-height: 32px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.zj-lb .slider.slick-current .txt{
	display: block;
}
.zj-lb .slider.slick-current {
	width: 790px;
}
.zj-lb .slider.slick-current .img{
	width: 40%;
	float: left;
	overflow: hidden;
}
.zj-lb .slider.slick-current .img img{
	height: 410px;
}
.zj-lb .slider:hover .img img{
	transform:scale(1.1);
}
.zj-lb .slider h3{
	display: none;
	font-size: 16px;
	color: #313131;
	line-height: 32px;
	font-weight: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 12px;
}
.zj-lb .slider.slick-current h3{
	display: none;
}
.zj-lb .slider:hover h3{
	color: #056ab3;
}
.zj-lb{
	padding-bottom: 20px;
	height: 486px;
	overflow: hidden;
}


.tszl{
	margin-top: 50px;
}

.tszl li{
	float: left;
	margin-right: 1%;
	width: 26%;
	height: 235px;
	margin-bottom: 15px;
}
.tszl li a{
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.tszl li:nth-child(1){
	width: 46%;
	background: url(../img/ts1.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	padding: 50px;
}
.tszl li:nth-child(2){
	background: #6498cb;
}
.tszl li:nth-child(3){
	background: #9493c8;
	margin-right: 0;
}
.tszl li:nth-child(4){
	background: #b09e7f;
}
.tszl li:nth-child(5){
	background: #7bb4b9;
}
.tszl li:nth-child(6){
	background: #056ab3;
	width: 19%;
}
.tszl li:nth-child(7){
	background: url(../img/ts2.png) no-repeat center;
	background-size: cover;
	margin-right: 0;
}


.tszl li:first-child h2{
	font-size: 29px;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px;
}
.tszl li p{
	font-size:16px;
	color:#fff;
	background: #056ab3;
	width: 109px;
	height: 34px;
	line-height: 34px;
	margin: 0 auto;
}
.tszl li .txt{
	height: 142px;
	background: rgba(0,106,179,0.8);
	width: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: right;
}
.tszl li h2{
	font-size: 24px;
	color: #fff;
}
.tszl li img{
	margin-bottom: 30px;
}
.tszl li:nth-child(1) a{
	display: block;
}


.link1 li,.tszl li{
	-webkit-transform: translate(0, 100px);
    -ms-transform: translate(0,100px);
    transform: translate(0, 100px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}
.link1.animation li,.tszl.animation li{
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0,0);
	transform: translate(0, 0);
	opacity: 1;
}
.link1.animation li:nth-child(1),.tszl.animation li:nth-child(1){
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.link1.animation li:nth-child(2),.tszl.animation li:nth-child(2){
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.link1.animation li:nth-child(3),.tszl.animation li:nth-child(3){
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.link1.animation li:nth-child(4),.tszl.animation li:nth-child(4){
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.link1.animation li:nth-child(5),.tszl.animation li:nth-child(5){
	-webkit-transition-delay: 1.0s;
	transition-delay: 1.0s;
}
.tszl.animation li:nth-child(6){
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.tszl.animation li:nth-child(7){
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.news,.notice,.zjjs{
	opacity:0;
}
.xw.animation .news{
	opacity:1;
	animation: 0.8s ease 0.1s 1 normal backwards running fadeInLeft;
}
.xw.animation .notice{
	opacity:1;
	animation: 0.8s ease 0.1s 1 normal backwards running fadeInRight;
}
.zjjs.animation{
	opacity:1;
	animation: 0.8s ease 0.1s 1 normal backwards running fadeInUp;
}