﻿@charset "utf-8";
.banner{
	position: relative;
	animation: 0.8s ease 0s 1 normal backwards running fadeInDown;
	overflow: hidden;
}
.banner.showit{
	animation: 0.8s ease 0s 1 normal backwards running fadeInUp;
}
.banner .slider>img {
	/* transform: scale(1.2); */
	/* transition: opacity 0.3s ease 0s, transform 0s ease 1s; */
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.banner .slick-current>img {
	/* transform: scale(1); */
	/* transition: all 5s cubic-bezier(0, 0.56, 0.44, 1) 0s; */
}
.banner .slick-dots li button{
	background: #fff;
	border: 2px solid #003E9D;
}
.banner .slick-dots li,.banner .slick-dots li button,.banner .slick-dots li button:before{
	width: 50px;
	height: 6px;
	border-radius: 0;
	border: 0;
}
.banner .slick-dots li.slick-active button{
	background: #00a8ea;
	border: 0;
}
.banner .slider video{
	width: 100%;
	height: auto;
}
.banner .slick-prev,.banner .slick-next{
	top: 50%;
	width: 59px;
	height: 59px;
	z-index: 99;
	opacity: 0;
}
.banner .slick-prev{
	background: url(../img/arrowleft.png) no-repeat center center;
}
.banner .slick-next{
	background: url(../img/arrowright.png) no-repeat center center;
}
.banner:hover .slick-prev,.banner:hover .slick-next{
	opacity: 1;
}
.banner:hover .slick-prev{
	left: 120px;
}
.banner:hover .slick-next{
	right: 120px;
}
body{
	background: url(../img/bodybg.png) no-repeat center center;
        min-width:1500px;
}
.news{
	padding-bottom: 50px;
	border-bottom-left-radius: 255px;
	margin-top: 40px;
}
.tit{
	border-bottom: 3px solid #0061ae;
	/* opacity: 0; */
	/* visibility: hidden; */
}
.animation .tit{
	opacity:1;
	visibility:visible;
	animation: 0.5s ease 0.5s 1 normal backwards running fadeInDown;
}
.tit .icon{
	margin-right: 28px;
	float: left;
	position: relative;
	top: 12px;
}
.tit  h2{
	float: left;
	font-size: 26px;
	color: #262626;
	line-height: 52px;
}
.tit a{
	float: right;
}
.news-lb .slider{
	widows: 100%;
	position: relative;
}
.news-lb .slider:hover img{
	/* transform:scale(1.1); */
}
.news-lb .slider:hover p{
	color:#e7a30e;
}
.news-lb p{
	font-size: 18px;
	color: #fff;
	position: absolute;
	line-height: 50px;
	bottom: 0;
	/* background: url(../img/news-lbbg.png) no-repeat center center; */
	/* height: 160px; */
	/* padding: 100px 120px 0 20px; */
	box-sizing: border-box;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
background: #09090970;padding: 0 140px 0 10px;}
.news-lb .slider .imag{
	width: 100%;
	overflow: hidden;
	height: 377px;
}
.news-lb .slider .imag img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news .newsl{
	width: 60%;
	/* opacity: 0; */
	/* visibility: hidden; */
}
.news.animation .newsl,.news.animation .newsr{
	opacity:1;
	visibility:visible;
}
.news.animation .newsl{
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInLeft;
}
.news.animation .newsr{
    animation: 0.8s ease 0.8s 1 normal backwards running fadeInRight;
}
.newsl .news-lb{
	width: 60%;
}
.news-main{
	margin-top: 45px;
}
.news-lb .slick-dots li,.news-lb .slick-dots li button,.news-lb .slick-dots li button:before{
	width: 8px;
	height: 8px;
	border-radius: 0;
	border: 0;
}
.news-lb .slick-dots li.slick-active button{
	background: #00a8ea;
	border: 0;
}
.news-lb .slick-dots{
	width: 100px;
	right: 15px;
	left: auto;
	bottom: 15px;
}
.news .news-list{
	width: 38%;
}
.news .newsr{
	
/* opacity: 0; */
	
/* visibility: hidden; */
}
.news-list li,.newsr.news-list li .txt{
	border-bottom: 1px solid #e6e6e6;
	padding: 18px 0;
}
.news-list li:first-child{
	padding-top: 0;
}
.news-list li:last-child{
	padding-bottom: 0;
	border: 0;
}
.news-list li h2{
	font-size: 18px;
	color: #1a1a1a;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	height: 26px;
}
.news-list li span{
	font-size: 14px;
	color: #b3b3b3;
}
.news-list li p{
	font-size: 14px;
	color: #808080;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newsr li .img{
	width: 30%;
	float: left;
	overflow: hidden;
}
.newsr.news-list li .txt{
	float: right;
	width: 65%;
	padding: 10px 0;
	transition: all 0.5s;
}
.newsr.news-list li:last-child .txt{
	border:0;
}
.newsr.news-list li{
	padding:0;
	margin-bottom: 7px;
	border: 0;
}
.newsr.news-list li:hover img{
	/* transform:scale(1.1); */
}
.news-list li:hover h2,.news-list li:hover p{
	color:#0061ae;
}
.newsr.news-list li:last-child{
	margin-bottom:0;
}
.notice{
	width: 30%;
	float: right;
	/* opacity: 0; */
	/* visibility: hidden; */
}
.box2.animation .notice{
	opacity:1;
	visibility:visible;
	animation: 0.8s ease 0.8s 1 normal backwards running fadeInLeft;
}
.box2.animation .xykx{
	opacity:1;
	visibility:visible;
	animation: 0.8s ease 0.8s 1 normal backwards running fadeInRight;
}
.xykx{
	float: left;
	width: 67%;
	/* opacity: 0; */
	/* visibility: hidden; */
}
.notice ul{
	padding: 0 25px;
	background: url(../img/notice.png) no-repeat center center;
	background-size: cover;
	margin-top: 40px;
	min-height: 530px;
}
.notice li h2{
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}
.notice li h2 span{
	font-size: 14px;
	color: #bfdcf3;
	line-height: 28px;
}
.notice li{
	padding: 18px 0;
	border-bottom: 1px solid #0e71bf;
}
.notice li:hover h2{
	color:#feb400;
}
.xykx-list li .img{
	width: 100%;
	height: 206px;
	overflow: hidden;
}
.xykx-list li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xykx .tit{
	margin-bottom: 40px;
}
.xykx .img-list li p{
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
	line-height: 50px;
}
.xykx .img-list li p span{
	color: #0061ae;
}
.xykx .img-list{
	width: 40%;
	float: left;
}
.xykx .img-list li{
	margin-bottom: 25px;
}
.xykx .img-list li:hover img{
	/* transform:scale(1.1); */
}
.xykx .img-list li:hover p{
	color:#0866b1;
}
.txt-list{
	width: 56%;
	float: right;
}
.txt-list li{
	line-height: 52px;
	border-bottom: 1px solid #efefef;
}
.txt-list li a{
	display: block;
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	height: 52px;
	line-height: 52px;
}
.txt-list li:hover{
	border-bottom: 1px solid #0061ae;
}
.txt-list li:hover a{
	color: #0061ae;
}
.txt-list li:hover span{
	color: #0061ae;
}
.link{
	/* opacity: 0; */
	padding: 50px;
	/* visibility: hidden; */
}
.link.animation{
	opacity:1;
	visibility:visible;
	animation: 0.8s ease 0.8s 1 normal backwards running fadeInDown;
}
.link .aa{
	border-radius: 5px;
	line-height: 80px;
	float: left;
	width: 18%;
	font-size: 0;
	height: 80px;
	margin: 10px;
	transition: all ease .5s;
}
.link .aa:hover{
	transform: translateY(5px);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.link .aa a{
	display:block;
	padding-left: 20px;
	height: 100%;
}
.link .aa img{
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	top: -5px;
	width: auto;
	height: 25px;
}
.link .aa span{
	font-size: 17px;
	color:#fff;
	display: inline-block;
}
.link .aa:last-child{
	margin-right:0;
}
.link .l1{
	background: #feb400;
}
.link .l2{
	background: #cbb5ea;
}
.link .l3{
	background: #34d1c8;
}
.link .l4{
	background: #75cae7;
}
.link .l5{
	background: #7fbfe6;
}
.link .l6{
	background: #f6a667;
}
.link .l7{
	background: #75cae7;
}
.link .aa:nth-of-type(2n){
	background: #7fbfe6;
}
.link .aa:nth-of-type(2n+1){
	background: #f6a667bf;
}
.link .aa:nth-of-type(2n):hover{
	background: #0791e6;
}
.link .aa:nth-of-type(2n+1):hover{
	background: #ec781dbf;
}
.openbtn{
	width: 240px;
	height: 200px;
	position: absolute;
	top: 225px;
	right: 0;
	opacity: 0;
	/* background: #999; */
	transition: all ease .5s;
}
.openbtn:hover{
	opacity:1;
	transition: all ease 1s;
}
.onoff-btn{
	width: 70px;
	height: 45px;
	border-radius: 30px;
	box-shadow: -2px 2px 4px #777;
	position: absolute;
	top: 40px;
	left: 70px;
	background: #045399;
	display: none;
	color: #fff;
	font-size: 12px;
}