﻿.wid{
	width: 1200px;
	margin: 0 auto;
}
.head{
    background-image: url(../image/head_bg4.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.logo{
    background-image: url(../image/logo5.png);
    background-repeat: no-repeat;
    background-position: left center;
	height: 160px;
}
.logo .qrd{
	float: right;
	width: 90px;
	padding-top: 35px;
}
.logo .qrd img{
	width: 100%;
}
.pic_text {
	margin-left: 620px;
	padding-top: 60px;
	float: left;
}

.nav{
	background-color: #9dc3ef;
	margin-bottom: 40px;
}
.nav ul{
	height: 100px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.nav ul li{
    width: 111px;
	padding: 25px 11px;
    background-image: url(../image/nav_line.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.nav ul li:last-child{
	background-image: url(404.png);
}
.nav ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: .4s;
}
.nav ul li a:hover{
	background-color: #fff;
	color: #145bab;
	transition: .4s;
}



.news{
	margin-bottom: 40px;
}
.title{
	border-bottom: solid 1px #9b9b9b;
	margin-bottom: 40px;
	padding: 15px 0 0 0;
}

.title span{
	float: right;
	font-size: 16px;
	padding-top: 10px;
}
.title span a{
	color: #2171cb;
}
.title h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
	width: 140px;
	text-/align: center;
	border-bottom: solid 4px #145bab;
	padding-bottom: 15px;
	float: left;
}
.title .search{
	float: left;
	border: solid 1px #145bab;
	background-color: #fff;
	width: 220px;
	margin-left: 80px;
	margin-top: 5px;
}
.title .search .search_text{
	border: none;
	background-color: transparent;
	line-height: 30px;
	width: 170px;
	float: left;
}
.title .search .search_btn{
    background-image: url(../image/search_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
	background-size:45%;
    border: none;
    width: 38px;
    height: 30px;
    float: right;
    cursor: pointer;
}
.news_conts{
	display: flex;
	justify-content: space-between;
}
.news_conts_list{
	width: 560px;
	border: solid 1px #bfbfbf;
	padding: 10px;
	background-color: #f0f0f0;
}
.news_conts_list ul li{
	font-size: 16px;
	line-height: 40px;
	transition: .4s;
}
.news_conts_list ul li:hover{
	font-weight: bold;
	transition: .4s;
	padding-left: 5px;
}
.news_conts_list ul li i{
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
	float: left;
	padding-right: 10px;
}
.news_conts_list ul li span{
	float: right;
}
.news_conts_pic{
	width: 582px;
}
.news_conts_pic img{
	width:100%;
	height: 415px;
}
.news_conts_pic .txts{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 3vw;
	line-height: 3vw;
	padding: 0 15px;
	background-color: rgba(255,255,255,0.8);
	font-size: 18px;
}
.news_conts_pic .intrs .swiper-pagination{
	text-align: right;
	right: 15px;
	bottom: 20px;
	left: auto;
}


.presence_notice{
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.presence{
	width: 582px;
}
.presence_conts img{
	width: 100%;
	height: 285px;
}


.notice{
	width: 580px;
}
.notice_conts ul li{
	font-size: 16px;
	line-height: 35px;
	transition: .4s;
}
.notice_conts ul li:hover{
	font-weight: bold;
	transition: .4s;
	padding-left: 5px;
}
.notice_conts ul li span{
	float: right;
}




.foot {
	background-color: #2171cb;
}
.foot_link {
  	background-image: url(../image/foot_logo.png);
  	background-repeat: no-repeat;
  	background-position: center 35px;
  
  
}
.foot_link .wid{
	display: flex;
  	justify-content: space-between;
  	align-items: center;
	height: 170px;
}
.foot_link a {
  	color: #fff;
}
.foot_link a:nth-child(4){
	padding-right: 80px;
}
.foot_link a:nth-child(5){
	padding-left: 80px;
}
.copy {
	background-color: #0a53a5;
  	padding: 25px 0;
  	line-height: 30px;
  	font-size: 14px;
  	color: #fff;
  	text-align: center;
}





.wap-nav {
  	display: none;
}

.wap-nav {
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #0a53a5;
  padding: 0 12px;
  background-image: url(../image/head_bg4.jpg);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wap-nav .logo {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  background-image: url(none);
  border: none;
}
.wap-nav .logo img {
  max-width: 100%;
}
.wap-nav .menu {
  width: 40px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-nav .menu i {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.wap-nav .menu i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.wap-nav .menu i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.wap-nav .menu.acti i {
  background: none;
}
.wap-nav .menu.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.wap-nav .menu.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.wap-nav .wap-slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #fff;
  z-index: 89;
  padding-bottom: 20px;
  display: none;
  border-top: 1px solid #0a53a5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.wap-nav .wap-slide .list {
  width: 100%;
  padding: 10px 30px;
}
.wap-nav .wap-slide .list ul {
  width: 100%;
  margin: 0;
}
.wap-nav .wap-slide .list ul li {
  width: 100%;
  line-height: 60px;
  font-size: 14px;
  border-bottom: solid 1px #eee;
}
.wap-nav .wap-slide .list ul li:last-child {
  border: none;
}
.wap-nav .wap-slide .list ul li h4 {
  font-weight: normal;
  padding-left: 30px;
  font-size: 18px;
}
.wap-nav .wap-slide .list ul li h4 a {
  color: #0a53a5;
  text-decoration: none;
}
.wapImg, .wap-list {
  display: none;
}





@media screen and (max-width: 768px) {
	.wid {
		width: 96%;
		margin: 0 2%;
	}
	 .head, .pc-list {
		display: none;
	}
	.wap-nav, .wap-list {
		display: block;
	}
	.pcImg {
		display: none;
	}
	.banner .list ul li img .wapImg {
    	display: block;
	}
	
	
	.main{
		padding: 10vw 0 0 0;
	}
	
	.news{
		margin-bottom: 25px;
	}
	.title{
		border-bottom: solid 1px #9b9b9b;
		margin-bottom: 25px;
		padding: 10px 0 0 0;
	}

	.title span{
		float: right;
		font-size: 14px;
		padding-top: 10px;
	}
	.title span a{
		color: #2171cb;
	}
	.title h3{
		font-size: 24px;
		font-weight: normal;
		line-height: 40px;
		width: 30%;
		text-/align: center;
		border-bottom: solid 4px #145bab;
		padding-bottom: 10px;
	}
	.title .search{
		float: left;
		border: solid 1px #145bab;
		background-color: #fff;
		width: 36%;
		margin-left: 5%;
		margin-top: 1.5%;
	}
	.title .search .search_text{
		border: none;
		background-color: transparent;
		line-height: 23px;
		width: 75%;
		float: left;
	}
	.title .search .search_btn{
		background-image: url(../image/search_btn.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-color: transparent;
		background-size:40%;
		border: none;
		width: 23%;
		height: 23px;
		float: right;
		cursor: pointer;
	}
	.news_conts{
		display: block;
	}
	.news_conts_list{
		width: 100%;
		border: solid 1px #bfbfbf;
		padding: 5%;
		background-color: #f0f0f0;
		box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
		margin-bottom: 25px;
	}
	.news_conts_list ul li{
		font-size: 16px;
		line-height: 40px;
		transition: .4s;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.news_conts_list ul li span{
		padding-left: 3%;
	}
	.news_conts_list ul li i{
		font-style: normal;
		font-size: 24px;
		font-weight: bold;
		float: left;
		padding-right: 3%;
	}
	.news_conts_pic{
		width: 100%;
	}
	.news_conts_pic img{
		width:100%;
		height: 75vw;
	}
	.news_conts_pic .txts{
		position: absolute;
		width: 100%;
		bottom: 0;
		height: 12vw;
		line-height: 12vw;
		padding: 0 5%;
		background-color: rgba(255,255,255,0.8);
		font-size: 18px;
	}
	.news_conts_pic .intrs .swiper-pagination{
		text-align: right;
		right: 5%;
		bottom: 4vw;
		left: auto;
	}


	.presence_notice{
		margin-bottom: 25px;
		display: block;
		justify-content: space-between;
	}
	.presence{
		width: 100%;
		margin-bottom: 25px;
	}
	.presence_conts img{
		width: 100%;
		height: 50vw
	}


	.notice{
		width: 100%;
	}
	.notice_conts ul{
		padding: 0 2%;
	}
	.notice_conts ul li{
		font-size: 16px;
		line-height: 35px;
		transition: .4s;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.notice_conts ul li:hover{
		font-weight: bold;
		transition: .4s;
		padding-left: 5px;
	}
	.notice_conts ul li span{
		float: right;
	}
	
	
	
	.foot_link{
		text-align: center;
		background-image: url(../image/foot_logo.png);
		background-repeat: no-repeat;
		background-position: center 4vw;
		background-size: 16%;
		height: auto;
		padding: 25% 2% 5% 2%;
	}
	.foot_link .wid{
		display: block;
		justify-content:space-between;
		flex-direction:row;
		flex-wrap: wrap;
		height: auto;
	}
	.foot_link a{
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		display: inline-block;
		line-height: 4vw;
		text-align: center;
		padding: 2% 3%;
	}
	.foot_link a:nth-child(4){
		padding-right: 3%;
	}
	.foot_link a:nth-child(5){
		padding-left: 3%;
	}
	.foot_link a:hover{
		color: #fff;
	}
	.copy{
		font-size: 12px;
		line-height: 3vw;
		background-color: #000;
		text-align: center;
		color: #fff;
		padding: 3% 3% 6% 3%;
	}
	.copy span{
		padding: 2%;
	}
	.copy span:first-child, .copy span:nth-child(2),.copy span:last-child{
		display: block;
	}
	
	
}