@charset "utf-8";

body {
    background: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei", "黑体";
	padding: 0;
	margin: 0;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.canvas{
	width: 100%;
	height: 402px;
	/* background-color: #34aefe; */
	position: relative;
}
.canvas img{
	/* width: 1200px; */
	height: 402px;
}
.gg{
	height: 90px;
	width: 1140px;
	padding: 0 30px;
	background-image:linear-gradient(#fafdff,#dcedff);
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 550px;
	z-index: 1;
}
.gg .ggtitle{
	font-size: 20px;
	font-weight: 600;
	display: flex;
	width: 10%;
}
.gg .blue{
	color: #0072ff;
}
.gg .ggnr{
	width: 90%;
	height: 50px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	font-size: 18px;
}
.gg .ggnr span{
	color: #737373;
}



.news{
	width: 100%;
	height: 500px;
	background-color: #e9f6fe;
}
.news .newscontent{
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
}
.news .newsitem{
	height: 400px;
	width: 370px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.news .bgnews{
	  background-image: url('../images/news.png');
	  background-repeat: no-repeat;
	  background-position: top;
}
.news .bgnews .title{
	font-size: 20px;
	font-weight: 600;
}
.news .bgnews .more{
	font-size: 18px;
	color: #7a7a7c;
}
.news .bgnews .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.news .bgnews .content{
	overflow: hidden;
	margin-top: 40px;
	padding: 30px 20px;
	font-size: 18px;
}
.news .bgnews .content p{
	font-weight: 600;
	 display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  line-height: 30px;
}
.news .bgnews .content time{
	color: #7a7a7c;
}
.news .time{
	padding: 30px 20px;
	height: 340px;
}
.news .time .top{
	text-align: center;
}
.news .time .top time{
	font-size: 50px;
	color: #0072ff;
	font-weight: 600;
}
.news .time .top p{
	width: 210px;
	margin: 0 auto;
	justify-content: space-between;
	display: flex;
	font-size: 18px;
	color: #7a7a7c;
}
.news .time .center{
	font-size: 18px;
	font-weight: 600; 
	margin-bottom: 30px;
}
.news .time .center .third{
	padding-left: 90px;
}
.news .time .foot{
	display: flex;
	align-items: center;
}
.news .time .foot p{
	color: #0072ff;
	font-size: 18px;
	font-weight: 600; 
}
.news .time .foot img{
	width:87px;
	height: 86px;
	margin-right: 20px;
}
.music{
	height: 268px;
	width: 100%;
}
.music img{
	display: block;
	margin: 0 auto;
	padding: 34px;
}

/* 轮播start */
ol,ul{ list-style:none; padding:0;margin:0;}
.slideBox{ width:100%; height:242px}
.slideBox .bd img{height:200px;}
.slideBox .bd p{ font-size:14px}
.slideBox {
	width: 370px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.slideBox a{
	text-decoration: none;
	color: #000;
}

.slideBox .hd {
	position: absolute;
	right: 8px;
	bottom: 170px;
	height: 9px;
	overflow: hidden;
	z-index: 1;
}
.slideBox time{
	font-size: 18px;
	color: #7a7a7c;
	padding-left: 20px;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
}

.slideBox .hd ul li {
	float: left;
	margin-left: 7px;
	width: 9px;
	height: 9px;
	line-height: 9px;
	border-radius: 9px;
	text-align: center;
	background: #fff;
	color: #fff;
	font-size: 0;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #5499e6;
	color: #5499e6;
	font-size: 0;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 250px;
	display: block;
}

.slideBox .bd p {
	/* height: 30px; */
	line-height: 30px;
	/* background: #d1f0ff; */
	/* color: #006ec9; */
	font-size: 18px;
	font-weight: 600; 
	padding: 0px 20px;
	padding-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	/* text-indent: 1em; */
}

.slideBox .prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -19.5px;
	display: block;
	width: 39px;
	height: 39px;
	background: url(../images/arrow03.png) left top no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.4;
}

.slideBox .next {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -19.5px;
	display: block;
	width: 39px;
	height: 39px;
	background: url(../images/arrow03.png) -39px top no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.4;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
/* 轮播end */

/* banner轮播start */
.swiper {
  width: 100%;
  height: 402px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* banner轮播end */