﻿/* banner */
.banner{
	position: relative;
	animation: 0.8s ease 0.5s 1 normal backwards running fadeInDown;
	overflow: hidden;
	z-index: 99;
}
.banner .slider{
	overflow:hidden;
	width:100%;
}
.banner .slider img {width: 100%;height: 480px;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 .slick-dots li button{
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.5);
border-radius: 50%;}
.banner .slick-dots li button:before,.banner .slick-dots li{
	width: 10px;
	height: 10px;
}
.banner .slick-dots li.slick-active button{
	background: #fff;
}
.banner .slick-dots li{
	border-radius: 50%;margin: 0 5px;
}
.main{
	/* background: url(../img/mianbg.png) no-repeat  top center; */
	background-size: cover;
	padding: 30px 0 80px;
}
.main .w1300{
	/* background: url(../img/centerbg.png) no-repeat center center; */
	padding-top: 20px;
	background-size: contain;
	position: relative;
}
.index1 li{
	float: left;
	width: 32%;
	margin: 0 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.index1 li:last-child{
	margin-right:0;
}
.index1 li h2{
	float: right;
	width: calc(100% - 75px);
	font-size: 17px;
	color: #333;
	font-weight: normal;
	line-height: 32px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 64px;
}
.index1 li .img{
	position: relative;
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin-bottom: 18px;
}
.index1 li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index1 li .time{
	background: url(../img/newstime.png) no-repeat center center;
	text-align: center;
	width: 55px;
	height: 63px;
	padding-top: 17px;
}
.index1 li .time .p1{
	font-size: 23px;
	color: #1f5aa8;
	line-height: 22px;
}
.index1 li .time .p2{
	font-size: 12px;
	color: #1f5aa8;
	line-height: 22px;
}
.index1 li:hover img{
	transform: scale(1.1);
}
.index1 li:hover h2{
	color: #0a479a;
}

.index2{
	margin-top: 80px;
}
.index2 .dome h2.tit{
	width: 100%;
	line-height: 32px;
	/* height: 32px; */
	/* border-right: 1px solid #89acda; */
	background: url(../img/nicon1.png) no-repeat center left 84px;
	position: relative;
	margin: 20px 0 20px;
	text-align: center;
	}
.index2 .tab-title li::after{
	/*position: absolute;
	display: block;
	content: "";
	background: url(../img/tabsj.png) no-repeat center center;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 6px;
	opacity: 0;
	visibility: hidden;*/
}
.index2 .tab-title li.active::after{
	/*opacity: 1;
	visibility: visible;*/
}
.index2 .tab-title li:last-child{
	/* border-right: 0; */
}
.index2 .dome h2 a{
	font-size: 25px;
	font-weight: bold;
	color: #0a4595;
	display: block;
}
.index2 .dome:nth-child(2) h2.tit{
	background: url(../img/nicon2.png) no-repeat center left 84px;
}
.index2 .dome:nth-child(3) h2.tit{
	background: url(../img/nicon3.png) no-repeat center left 84px;
}

.index2 .tab-title li.active:nth-child(1){
	background: url(../img/nicon1-1.png) no-repeat center left 75px;
}
.index2 .tab-title li.active:nth-child(2){
	background: url(../img/nicon2-2.png) no-repeat center left 75px;
}
.index2 .tab-title li.active:nth-child(3){
	background: url(../img/nicon3-3.png) no-repeat center left 75px;
}
.index2 .tab-title li.active a{
	color: #39a2e5;
}
.index2 .tab-list{
	/* background: #fff; */
	padding: 0 5px 0;
	/* box-shadow: 0 0 21px 0 rgba(65,119,179,0.1); */
	/* margin-top: 30px; */
}
.index2 .tab-list li{
	width: 100%;
	overflow: hidden;
}
.index2 .tab-list li:nth-child(3n){
	margin-right: 0;
}
.index2 .tab-list li.hasimg{
	/* box-shadow: 0 0 5px 0 rgba(0,0,0,0.2); */
	padding: 3px !important;
}
.index2 .tab-list li .text{
	padding: 10px 0;
	padding-top: 20px;
}
.index2 .tab-list li.hasimg img{
	height: 260px;
	width: 100%;
	/* box-shadow: 0 0 5px 0 rgba(0,0,0,0.2); */
	object-fit: cover;
border: 1px solid #eee;}
.index2 .tab-list li .time{
	background: url(../img/newstime2.png) no-repeat center center;
	width: 64px;
	height: 61px;
	float: left;
	padding-top: 15px;
	text-align: center;
}
.index2 .tab-list li .time .p1{
	font-size: 24px;
	color: #fff;
	font-family: "Georgia";
	line-height: 22px;
}
.index2 .tab-list li .time .p2{
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}
.index2 .tab-list li.clearfix h2{
	display: block;
	float: right;
	width: calc( 100% - 86px);
	font-size: 17px;
	line-height: 32px;
	font-weight: normal;
	height: 64px;overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.index2 .tab-list li.clearfix{
	padding: 10px 0;
	/* border-bottom: 1px solid #d9d9d9; */
}
.index2 .tab-list li:nth-child(10),.index2 .tab-list li:nth-child(11),.index2 .tab-list li:nth-child(12){
	border:0;
}
.index2 .tab-list .dome2  li.clearfix{	
	padding: 14px 0;
}
.index2 .tab-list .dome{
	/* animation: 0.8s ease 0.2s 1 normal backwards running fadeInDown; */
	float: left;
	margin-right: 2%;
	width: 32%;
	/* border: 1px solid #ddd; */
	padding: 20px 20px;
	background: #fff;
	background: rgb(255,255,255,0.3);
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
	height: 665px;}

.dome.dome2 {}
.index2 .tab-list .dome:last-child{
	margin-right:0;
}
.index2 .tab-list .dome.active{
	display: block;
}
.index2 .tab-list li:hover img{
	/* transform:scale(1.1); */
}
.index2 .tab-list li:hover h2{
	font-weight: bold;
}
.index1,.index2{
	position:relative;
	z-index: 9;
}
.clogo{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transform: scale(0.9);
	margin: auto;
}