*{
	padding: 0;
	margin: 0;
}

ul,li{
	list-style: none;
}


a{
	text-decoration: none;
}


img{
	display: block;
}

body{
	min-width: 1200px;
	margin: 0 auto;
	font-family: 微软雅黑;
}



.index_top {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    background: #0065b2;
    overflow: hidden;
}


.index_top ul{
	width:1200px;
	margin: 0 auto;
}

.index_top ul li{
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
}


.banner{
	width:100%;
	height: 500px;
	background: url(/files/index/banner.jpg) no-repeat center center;
}


.banner_box{
	width:1200px;
	margin: 0 auto;
	position: relative;
}


.banner_box .logo{
	width:520px;
	height: 72px;
	position: absolute;
	left: 0;
	top: 80px;
}


.banner_box .bigfont{
	width:520px;
	height: 72px;
	position: absolute;
	left: 150px;
	top: 180px;
}



.nav{
	width:100%;
	height: 46px;
	background: #f7f7f7;
    border-bottom: #ebebeb 1px solid;
}

.nav ul{
	width:1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.nav ul li{
	width:125px;
	line-height: 46px;
	text-align: center;
}

.nav ul li a{
	width:100%;
	height: 46px;
	display: block;
	color: rgb(13, 108, 181); 
	font-size: 18px;
	font-weight: 600;
}

.nav ul li a:hover{
	background: #0b71bf;
	color: #FFF;
}



/*轮播图*/

.content_one{
	width:1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.lunbo{
	width:620px;
	height: 360px;
}

.swiper {
      width: 100%;
      height: 360px;
}

.swiper-slide {
	 width:100%;
	 height: 360px;
	 position: relative;
}

.swiper-slide p{
	width:100%;
	height: 40px;
	background: rgba(0,0,0,.7);
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	text-indent: 20px;
}

.swiper-slide p a{
	color: #FFF;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
	right: 0!important;
    width: 100px!important;
	padding-left: 500px;
}


.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #FFF!important; /* 默认颜色 */
  opacity: 1;
  border-radius: 100%;
  margin: 0 5px;
}
 




.swiper-slide img {
      display: block;
      width: 620px;
      height: 360px;
      object-fit: cover;
}


.indexnews{
	width:560px;
}

.news_tits{
	width:100%;
	height: 40px;
	border-bottom: 1px solid #CCC;
	position: relative;
}


.news_tits dl{
	width:240px;
	height: 41px;
	display: flex;
	justify-content: flex-start;
	position: absolute;
	left: 0;
	top: 0;
}

.news_tits dl dt{
	width:120px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}


.news_tits dl dt.onchank{
	border-bottom: 2px solid #3389cc;
}


.newslist{
	width:100%;
	height: auto;
}

.newslist ul{
	width:100%;
	position: relative;
	display: none;
	padding-top: 20px;
}

.newslist ul dl a{
	width:90px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	color: #333;
	position: absolute;
	right:0px;
	top: -31px;
	background: #eee;
	font-size: 14px;
}

.newslist ul dl a:hover{
	background: #81c4f9;
	color: #F00;
}

.newslist ul li{
	width:100%;
	height: 38px;
	line-height: 38px;
	display: flex;
	justify-content: space-between;
}


.newslist ul li p{
	width:460px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	background: url(/files/index/jt2.png) no-repeat left center;
	text-indent: 20px;
}


.newslist ul li p a{
	color: #333;
}

.newslist ul li p a:hover{
	color:#0d6cb5;
}

.newslist ul li span{
	width:70px;
	text-align: right;
	color: #999;
}



/*分栏新闻*/

.flnews{
	width:1200px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.newsrow3{
	width:360px;
}


.nrowtit{
	width:100%;
	height: 35px;
	line-height: 33px;
	background: url(/files/index/flnewstt.png) no-repeat left center;
	display: flex;
	justify-content: space-between;
}

.nrowtit h3{
	font-size:20px;
	padding-left: 14px;
}


.nrowtit h5 a{
	font-weight: normal;
	font-size: 14px;
	color: #333;
	line-height: 33px;
	padding-right: 10px;
}


.imgnews{
	width:360px;
	height: 160px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	position:relative;
}

.imgnews p{
	width:100%;
	height:36px;
	line-height:36px;
	text-indent:10px;
	background:rgba(255,255,255,0.8);
	color:#333;
	font-size:14px;
	position:absolute;
	left:0;
	bottom:0;
	transition:all .3s;
	border:1px solid #FFF;
	box-sizing:border-box;
	border-top:none;
}

.imgnews:hover p{
	background:rgba(255,255,255,1);
	border:1px solid #ccc;
	border-top:none;
	box-sizing:border-box;
}

.imgnews img{
	width:360px;
}

.imgnews a{
	width:360px;
	height: 160px;
	display:block;
}

.newsul{
	width:100%;
}


.newsul li{
	width:100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #EEE;
	background: url(/files/index/dian.png) no-repeat left center;
	text-indent: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

.newsul li a{
	font-size: 14px;
	color: #333;
}


.newsul li a:hover{
	color: #2298d5;
}



.indexzt{
	width:1200px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}


.indexzt .zttitle{
	width:132px;
	height: 143px;
}


.indexzt .ztlists{
	width:1050px;
	display: flex;
	justify-content: space-between;
}


.ztlists p{
	width:340px;
	height: 143px;
	overflow: hidden;
}


.ztlists p img{
	width:340px;
	height: 143px;
}



.huiyuan{
	width:1200px;
	margin: 0 auto;
	margin-top: 40px;
}


.huiyuan h3{
	width:100%;
	height: 35px;
	background: url(/files/index/flnewstt.png) no-repeat left center;
	line-height: 33px;
	font-size:20px;
	padding-left: 14px;
}


.huiyuan ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}


.huiyuan ul li{
	width:286px;
}


.huiyuan ul li img{
	width:286px;
	height: 190px;
}

.huiyuan ul li p{
	width:100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}









