﻿.wid{
	width: 1250px;
	margin: 0 auto;
}
.head{
    background-image: url(../image/head_bg2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.logo{
    background-image: url(../image/logo3.png);
    background-repeat: no-repeat;
    background-position: left center;
	height: 160px;
}
.nav{
	background-color: rgba(6,63,128,.8);
	height: 100px;
}
.nav ul{
	width: 1250px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
}
.nav ul li{
    width: 105px;
    padding: 25px 10px;
    background-image: url(../image/nav_line1.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.nav ul li:last-child{
	background-image: url(none);
}
.nav ul li a{
	font-size: 16px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: .4s;
	line-height: 50px;
}
.nav ul li a:hover{
	background-color: #fff;
	color: #145bab;
	transition: .4s;
}



.main{
	width: 1250px;
	margin: 0 auto;
}
.main_a{
	padding: 40px 15px;
	background-color: #f3f3f3;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.main_a_btn{
	width: 260px;
}
.main_a_btn ul li a{
	font-size: 20px;
    display: block;
    text-align: center;
    background-image: url(../image/main_btn_bg.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
	background-color: #fff;
	height: 76px;
	line-height: 76px;
}
.main_a_btn ul li a:hover{
	background-color: #0a52a4;
	color: #fff;
	background-image: url(none);
}
.main_a_pic{
	width: 550px;
}
.main_a_pic img{
	width:100%;
	height: 385px;
}
.main_a_pic .txts{
	position: absolute;
	width: 100%;
	bottom: 6px;
	height: 3vw;
	line-height: 3vw;
	padding: 0 15px;
	background-color: rgba(255,255,255,0.8);
	font-size: 18px;
}
.main_a_pic .intrs .swiper-pagination{
	text-align: right;
	right: 15px;
	bottom: 20px;
	left: auto;
}

.main_a_list{
	width: 360px;
}
.main_a_list_title{
    font-size: 24px;
    line-height: 64px;
    background-color: #0a52a4;
    color: #fff;
    padding-left: 15px;
	padding-right: 15px;
    background-image: url(../image/title_icon.jpg);
    background-repeat: no-repeat;
    background-position: 50px bottom;
	margin-/bottom: 20px;
}
.main_a_list_title span{
	float: right;
	font-size: 14px;
}
.main_a_list_title span a{
	color: #fff;
}
.main_a_list ul li{
	border-bottom: solid 1px #fff;
	padding: 8px 0;
	font-size: 14px;
	transition: .4s;
}
.main_a_list ul li:last-child{
	border: none;
}
.main_a_list ul li:hover{
	background-color: #fff;
	transition: .4s;
}
.main_a_list ul li a{
	display: block;
	display: flex;
	justify-content: space-between;
}
.main_a_list ul li .date{
	width: 60px;
	font-size: 14px;
	color: #676767;
	text-align: center;
}
.main_a_list ul li .date span{
	background-color: #0a52a4;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	display: block;
}
.main_a_list ul li .txt{
	width: 280px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}



.main_b{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.main_b_a {
	width: 390px;
}
.main_b_a_title{
	font-size: 24px;
	color: #666;
	line-height: 50px;
	border-bottom: solid 1px #c0c0c0;
	padding: 12px 0;
	margin-bottom: 20px;
}
.main_b_a_title i{
	float: left;
	padding-right: 20px;
}
.main_b_a_title span{
	float: right;
	font-size: 14px;
	padding-top: 5px;
}
.top_news{
	margin-bottom: 15px;
}
.top_news a{
	color: #666;
}
.top_news a h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
}
.top_news img{
	width: 100%;
	height: 185px;
	margin-bottom: 5px;
}
.top_news p{
	font-size: 14px;
}
.main_b_a_conts ul li{
	font-size: 16px;
	line-height: 35px;
}
.main_b_a_conts ul li span{
	float: right;
	font-size: 14px;
}













.foot {
	background-color: #2171cb;
}
.foot_link {
  	background-image: url(../image/foot_logo1.png);
  	background-repeat: no-repeat;
  	background-position: center 35px;
	font-size: 16px;
}
.foot_link .wid{
	display: flex;
  	justify-content: space-between;
  	align-items: center;
	height: 170px;
}
.foot_link a {
  	color: #fff;
}
.foot_link a:nth-child(5){
	margin-right: 100px;
}
.foot_link a:nth-child(6){
	margin-left: 100px;
}
.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_bg2.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;
	}

	
	.main{
		width: 100%;
	}
	.main_a{
		padding: 5% 2%;
		background-color: #f3f3f3;
		display: block;
		margin-bottom: 30px;
	}
	.main_a_btn{
		width: 100%;
		margin-bottom: 20px;
	}
	.main_a_btn ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.main_a_btn ul li{
		width: 27%;
		margin: 1% 3%;
	}
	.main_a_btn ul li a{
		font-size: 16px;
		display: block;
		text-align: center;
		background-image: url(../image/main_btn_bg.jpg);
		background-repeat: repeat-x;
		background-position: left top;
		height: 12vw;
		line-height: 12vw;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}
	.main_a_btn ul li a:hover{
		background-color: #0a52a4;
		color: #fff;
		background-image: url(none);
	}
	.main_a_pic{
		width: 100%;
		margin-bottom: 20px;
	}
	.main_a_pic img{
		width:100%;
		height: 70vw;
	}
	.main_a_pic .txts{
		position: absolute;
		width: 100%;
		bottom: 1.2vw;
		height: 12vw;
		line-height: 12vw;
		padding: 0 3%;
		background-color: rgba(255,255,255,0.8);
		font-size: 18px;
	}
	.main_a_pic .intrs .swiper-pagination{
		text-align: right;
		right: 15px;
		bottom: 20px;
		left: auto;
	}

	.main_a_list{
		width: 100%;
	}
	.main_a_list_title{
		font-size: 22px;
		line-height: 15vw;
		background-color: #0a52a4;
		color: #fff;
		padding-left: 5%;
		padding-right: 5%;
		background-image: url(../image/title_icon.jpg);
		background-repeat: no-repeat;
		background-position: 10% bottom;
		margin-bottom: 3vw;
	}
	.main_a_list_title span{
		float: right;
		font-size: 14px;
	}
	.main_a_list_title span a{
		color: #fff;
	}
	.main_/a_list ul{
		width: 96%;
		margin: 0 auto;
	}
	.main_a_list ul li{
		border-bottom: solid 1px #fff;
		padding: 3%;
		font-size: 14px;
		transition: .4s;
	}
	.main_a_list ul li:last-child{
		border: none;
	}
	.main_a_list ul li:hover{
		background-color: #fff;
		transition: .4s;
	}
	.main_a_list ul li a{
		display: block;
		display: flex;
		justify-content: space-between;
	}
	.main_a_list ul li .date{
		width: 20%;
		font-size: 14px;
		color: #676767;
		text-align: center;
	}
	.main_a_list ul li .date span{
		background-color: #0a52a4;
		color: #fff;
		font-size: 18px;
		line-height: 28px;
		display: block;
	}
	.main_a_list ul li .txt{
		width: 78%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}



	.main_b{
		display: block;
		margin-bottom: 20px;
		width: 96%;
		margin: 0 auto;
	}
	.main_b_a {
		width: 100%;
		margin-bottom: 20px;
	}
	.main_b_a_title{
		font-size: 22px;
		color: #666;
		line-height: 10vw;
		border-bottom: solid 1px #c0c0c0;
		padding: 3% 0;
		margin-bottom: 20px;
	}
	.main_b_a_/title i img{
		width:15%;
	}
	.main_b_a_title i{
		float: left;
		padding-right: 20px;
	}
	.main_b_a_title span{
		float: right;
		font-size: 14px;
		padding-top: 5px;
	}
	.top_news{
		margin-bottom: 15px;
	}
	.top_news a{
		color: #666;
	}
	.top_news a h3{
		font-size: 18px;
		font-weight: normal;
		line-height: 35px;
	}
	.top_news img{
		width: 100%;
		height: 185px;
		margin-bottom: 5px;
	}
	.top_news p{
		font-size: 14px;
	}
	.main_b_a_conts ul li{
		font-size: 16px;
		line-height: 35px;
	}
	.main_b_a_conts ul li span{
		float: right;
		font-size: 14px;
	}
	
	
	
	
	.foot_link{
		text-align: center;
		background-image: url(../image/foot_logo1.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(5){
		margin-right: 3%;
	}
	.foot_link a:nth-child(6){
		margin-left: 3%;
	}
	.foot_link a:hover{
		color: #fff;
	}
	.copy{
		font-size: 12px;
		line-height: 3vw;
		background-color: #063f80;
		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;
	}
	
}