/* banner */
.banner {
	position: relative;
	animation: 0.8s ease 0.5s 1 normal backwards running fadeInDown;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	max-height: 550px;
}

.banner .slider {
	overflow: hidden;
	width: 100%;
}

.banner .slider img {
	width: 100%;
	transform: scale(1.2);
	transition: opacity 0.3s ease, transform 0s ease 1s;
	min-height: 135px;
	/* object-fit: cover; */
}

.banner .slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 5s cubic-bezier(0, .56, .44, 1);
}

.banner .slick-prev,
.banner .slick-next {
	width: 34px;
	height: 34px;
	background: #ffa800;
	bottom: 48px;
	left: 16%;
	right: auto;
	z-index: 99;
	border-radius: 50%;
	text-align: center;
}

.banner .slick-next {
	left: 18.5%;
}

.banner .slick-next.on {
	left: 20.5%;
}

.banner .slick-prev:before,
.banner .slick-next:before {
	width: 9px;
	height: 17px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.5s;
}

.banner .slick-prev:before {
	background: url(../img/prev.png) no-repeat center center;
}

.banner .slick-next:before {
	background: url(../img/next.png) no-repeat center center;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	width: 75px;
	background: #0224ad;
	border-radius: 8px;
}

.banner .slick-prev:hover::before {
	width: 35px;
	height: 17px;
	background: url(../img/prev2.png) no-repeat center center;
}

.banner .slick-next:hover::before {
	width: 35px;
	height: 17px;
	background: url(../img/next2.png) no-repeat center center;
}

.tit1 {
	position: relative;
}

.tit1 h2 {
	font-size: 30px;
	color: #262626;
	line-height: 1;
	text-align: center;
	position: relative;
}

.tit1 h2::after {
	width: 52px;
	height: 4px;
	position: absolute;
	display: block;
	content: "";
	background: #20337f;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
}

.tit1 p {
	font-size: 16px;
	color: #b2b2b2;
	text-align: center;
	line-height: 1;
	margin-top: 45px;
}

.tit1 a {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #bdbdbd;
	line-height: 1.5;
	display: block;
	padding-left: 35px;
	background: url(../img/more.png) no-repeat left center;
}

.news {
	padding: 75px 0 65px;
}

.news ul {
	position: relative;
	margin-top: 65px;
	height: 412px;
}

.news ul>li {
	padding: 35px 25px 30px 35px;
	width: 23%;
	position: absolute;
}

.news li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news li .img {
	overflow: hidden;
	height: 412px;
}

.news .lb {
	left: 340px;
	top: 0;
	width: 720px;
	padding: 0;
	position: absolute;
	max-height: 420px;
	overflow: hidden;
}

.news ul>li:nth-child(2) {
	background: url(../img/nsl1.png) no-repeat center center;
	left: 0;
	top: 0;
}

.news ul>li:nth-child(3) {
	background: url(../img/nsl2.png) no-repeat center center;
	right: 0;
	top: 0;
}

.news ul>li:nth-child(4) {
	background: url(../img/nsl3.png) no-repeat center center;
	left: 0;
	top: 215px;
}

.news ul>li:nth-child(5) {
	background: url(../img/nsl4.png) no-repeat center center;
	right: 0;
	top: 215px;
}

.news ul>li:nth-child(3), .news ul>li:nth-child(5) {
	padding: 35px 35px 30px 25px;
}

.news li .time {
	width: 65px;
}

.news li .time p:nth-child(1) {
	font-size: 22px;
	color: #20337f;
	font-family: "Georgia";
	line-height: 1;
}

.news li .time p:nth-child(2) {
	font-size: 12px;
	color: #666;
	position: relative;
	line-height: 1;
	margin-top: 15px;
}

.news li .time p:nth-child(2)::after {
	position: absolute;
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #20337f;
	bottom: -30px;
}

.news li .txt h2 {
	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;
}

.news li .txt p {
	font-size: 14px;
	color: #808080;
	line-height: 30px;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
height: 60px;}

.news li .txt {
	width: calc(100% - 75px);
}

.news .lb .txt {
	position: absolute;
	bottom: 0;
	background: url(../img/newsbg.png) no-repeat center center;
	width: 100%;
	height: 106px;
	padding: 62px 35px 0;
}

.news li .txt h3 {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	width: 80%;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 18px;
}

.news li .txt span {
	color: #fff;
	font-size: 14px;
	float: right;
}

.news li:hover img {
	transform: scale(1.1);
}

.news li:nth-child(2):hover {
	background: url(../img/nslblue1.png) no-repeat center center;
}

.news li:nth-child(3):hover {
	background: url(../img/nslblue2.png) no-repeat center center;
}

.news li:nth-child(4):hover {
	background: url(../img/nslblue3.png) no-repeat center center;
}

.news li:nth-child(5):hover {
	background: url(../img/nslblue4.png) no-repeat center center;
}

.news li:hover .time p:nth-child(1),
.news li:hover .txt h2 {
	color: #fff;
}

.news li:hover .time p:nth-child(2),
.news li:hover .txt p {
	color: #cfcbf4;
}

.news li:hover .time p:nth-child(2)::after {
	background: #615aa3;
}

.index1 {
	padding: 65px 0;
	background: url(../img/tabbg.png) no-repeat center center;
background-size: cover;}

.tit1 li {
	float: left;
	margin-right: 55px;
}

.tit1 h3 {
	color: #fff;
	opacity: 0.5;
	font-size: 26px;
	line-height: 1;
	position: relative;
	cursor: pointer;
}

.tit1 li .more {
	display: none;
}

.tit1 li.active .more {
	display: block;
}

.tit1 li.active h3 {
	opacity: 1;
}

.tit1 li h3::after {
	display: block;
	position: absolute;
	content: "";
	background: url(../img/tabli.png) no-repeat center center;
	left: 0;
	right: 0;
	bottom: -22px;
	margin: auto;
	width: 100%;
	height: 8px;
	transition: all 0.5s;
	opacity: 0;
}

.tit1 li.active h3::after {
	opacity: 1;
}

.index1 .tablist {
	margin-top: 35px;
}

.index1 .tablist .dome li {
	float: left;
	width: 32%;
	margin-top: 45px;
	margin-right: 2%;
}

.index1 .tablist .dome li:nth-child(3n) {
	margin-right: 0;
}

.index1 .tablist .dome li .time {
	float: left;
	background: url(../img/timebg.png) no-repeat center center;
	width: 102px;
	padding: 6px 0 8px;
	background-size: 100% 100%;
	text-indent: 20px;
}

.index1 .tablist .dome li:hover .time {
	background: url(../img/timebg2.png) no-repeat center center;
}

.index1 .tablist .dome li .time p:nth-child(1) {
	font-size: 32px;
	color: #20337f;
	font-family: "Georgia";
	line-height: 30px;
	width: 80%;
	margin: 0 auto;
}

.index1 .tablist .dome li .time p:nth-child(2) {
	font-size: 14px;
	color: #20337f;
	font-family: "Arial";
	line-height: 1;
	margin: 5px auto 0;
}

.index1 .tablist .dome li:hover .time p {
	color: #fff;
}

.index1 .tablist .dome li:hover a {
	color: #ffe153;
}

.index1 .tablist .dome li a {
	font-size: 17px;
	color: #fff;
	
	width: calc(100% - 125px);
	float: right;
	line-height: 32px;
overflow: hidden;
 display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;height: 64px;}

.tablist .dome {
	display: none;
	animation: 0.8s ease 0.2s 1 normal backwards running fadeInDown;
}

.tablist .dome.active {
	display: block;
}

.index2 {
	padding: 65px 0;
}

.tit2 ul {
	text-align: center;
font-size: 0;}

.tit2 li {
	display: inline-block;
	margin-right: 110px;
}

.tit2 li h3 {
	font-size: 26px;
	color: #bdbdbd;
	padding-left: 52px;
	line-height: 32px;
	cursor: pointer;
	position: relative;
}

.tit2 li:nth-child(4) {
	margin-right: 0;
}

.tit2 li:nth-child(1) h3 {
	background: url(../img/icon1.png) no-repeat left center;
}

.tit2 li:nth-child(2) h3 {
	background: url(../img/icon2.png) no-repeat left center;
}

.tit2 li:nth-child(3) h3 {
	background: url(../img/icon3.png) no-repeat left center;
}

.tit2 li:nth-child(4) h3 {
	background: url(../img/icon4.png) no-repeat left center;
}

.tit2 li:nth-child(1).active h3 {
	background: url(../img/icon1-1.png) no-repeat left center;
}

.tit2 li:nth-child(2).active h3 {
	background: url(../img/icon2-2.png) no-repeat left center;
}

.tit2 li:nth-child(3).active h3 {
	background: url(../img/icon3-3.png) no-repeat left center;
}

.tit2 li:nth-child(4).active h3 {
	background: url(../img/icon4-4.png) no-repeat left center;
}

.tit2 li h3::after {
	display: block;
	position: absolute;
	content: "";
	background: url(../img/tabli2.png) no-repeat center center;
	left: 0;
	right: 0;
	bottom: -22px;
	margin: auto;
	width: 100%;
	height: 8px;
	transition: all 0.5s;
	opacity: 0;
}

.tit2 li.active h3::after {
	opacity: 1;
}

.tit2 li.active h3 {
	color: #0d358f;
}

.index2 .tablist {
	margin-top: 75px;
}

.index2 .dome li {
	float: left;
}

.index2 .dome .l1 {
	width: 60%;
border: 1px solid #f3f6ff;}

.index2 .dome .l1:hover img {
	transform:scale(1.1);
}
	
.index2 .dome .img {
	width: 48%;
	height: 205px;
	overflow: hidden;
}

.index2 .dome .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index2 .dome .l1 .txt {
	width: 52%;
	float: right;
	padding: 35px 47px 30px 30px;
	
	position: relative;
}

.index2 .dome .l1 .txt h2 {
	font-size: 18px;
	color: #333;
	line-height: 20px;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 20px;
}

.index2 .dome .l1 .txt span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin: 30px 0 10px;
}

.index2 .dome .l1 .txt p {
	font-size: 14px;
	color: #808080;
	line-height: 32px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 64px;
	text-indent: 2em;
}

.index2 .dome .l1 .txt em {
	position: absolute;
	width: 25px;
	height: 50px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #eeca00 url(../img/sj.png) no-repeat center center;
}

.index2 .dome .l2 {
	float: right;
	width: 37%;
	padding: 15px 30px;
	position: relative;
	box-shadow: 0 0 6px 1px rgba(26, 73, 179, 0.04);
	margin-bottom: 17px;
}
.index2 .dome a.more{
	display: block;
    width: 132px;
    height: 45px;
    padding-left: 60px;
    color: #3064c1;
    font-size: 18px;
    line-height: 45px;
    background: url(../img/ckgd.png) no-repeat center left;
    margin: 30px auto 0;
    box-sizing: border-box;
    transition: all .4s;
}
.index2 .dome .l2 a {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 64px;
	text-indent: 2em;
	background: url(../img/sj2.png) no-repeat left top 15px;
	position: relative;
}

.index2 .dome .l2 span,
.index2 .dome .l2 p {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	bottom: 3px;
	line-height: 24px;

}

.index2 .dome .l2:hover {
	background: #1a49b3;
}

.index2 .dome .l2:hover a {
	color: #fff;
	background: url(../img/sj3.png) no-repeat left top 15px;
}

.index2 .dome .l2:hover span {
	display: none;
}

.index2 .dome .l2 p {
	opacity: 0;
	visibility: hidden;
	color: #eeca00;
	background: url(../img/sj4.png) no-repeat right center;
	cursor: pointer;
	padding-right: 40px;
}

.index2 .dome .l2:hover p {
	opacity: 1;
	visibility: visible;
}

.index2 .dome .l3 {
	border-bottom: 1px solid #f3f3f3;
}

.index2 .dome .l3 {
	padding: 24px 0;
width: 60%;}

.index2 .dome .l3 .time {
	width: 63px;
	background: url(../img/timebg3.png) no-repeat center center;
	text-align: center;
	padding: 12px 0 8px;
}

.index2 .dome .l3 .time p:nth-child(1) {
	font-size: 24px;
	color: #fff;
	font-family: "Georgia";
	line-height: 1;
}

.index2 .dome .l3 .time p:nth-child(2) {
	color: #fff;
	font-size: 12px;
	font-family: "Arial";
	line-height: 1;
	margin-top: 5px;
}

.index2 .dome .l3 .txt {
	float: right;
	width: calc(100% - 88px);
}

.index2 .dome .l3 .txt h2 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 32px;
	height: 32px;
}

.index2 .dome .l3 .txt p {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #808080;
	line-height: 30px;
	height: 30px;
}


.index3 {
	background: url(../img/nubmers.png) no-repeat center center;
	padding: 65px 0;
}

.index3 .tit1 h2 {
	color: #fff;
}

.index3 .tit1 p {
	color: #b9b6dc;
}

.index3 .tit1 h2::after {
	background: #fff;
}

.index3 .dome {
	padding-top: 30px;
}

.index3 .dome li {
	float: left;
	padding: 0 11px;
}


.index3 .dome li a {
	display: block;
	width: 138px;
	border-radius: 50%;
	padding: 22px 0 18px;
	margin: 0 auto;
	position: relative;
}
.index3 .dome li a::after{
	-webkit-animation: z 30s linear 0s infinite;
	animation: z 30s linear 0s infinite;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background: url(../img/circle.png) no-repeat center center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.index3 .dome li:hover a::after{
	opacity: 1;
	visibility: visible;
}
.index3 .dome li .img {
	width: 53px;
	height: 47px;
	margin: 0 auto;
	position: relative;
}

.index3 .dome li .img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.index3 .dome li p {
	font-size: 17px;
	color: #fff;
	text-align: center;
	margin-top: 25px;
}

.index3 .dome li:hover p{
	color: #fff600;
}
.index3 .slick-prev,.index3 .slick-next{
	top: -40px;
	right: 0;
	left: auto;
	width: 27px;
	height: 16px;
}
.index3 .slick-prev{
	right: 40px;
	background: url(../img/lbprev.png) no-repeat center center;
}
.index3 .slick-next{
	background: url(../img/lbnext.png) no-repeat center center;
}
.index3 .slick-prev:hover{
	background: url(../img/lbprev2.png) no-repeat center center;
}
.index3 .slick-next:hover{
	background: url(../img/lbnext2.png) no-repeat center center;
}

.index4{
	padding: 65px 0;
}
.index4 .dome{
	margin-top: 60px;
}
.index4 li{
	float: left;
	height: 110px;
	overflow: hidden;
	margin: 0 7px;
}
.index4 li:hover img{
	transform:scale(1.1);
}
.index4 li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index4 .slick-prev,.index4 .slick-next{
	top: -40px;
	right: 0;
	left: auto;
	width: 27px;
	height: 16px;
}
.index4 .slick-prev{
	right: 40px;
	background: url(../img/lbprev-1.png) no-repeat center center;
}
.index4 .slick-next{
	background: url(../img/lbnext-1.png) no-repeat center center;
}
