﻿.wid{
	width: 1200px;
	margin: 0 auto;
}
.head{
    background-image: url(../image/head_bg3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	background-size: cover;
	position: relative;
	width: 100%;
	z-index: 999;
}
.logo{
	background-image: url(../image/logo4.png);
  	background-position: left center;
  	background-repeat: no-repeat;
	height: 160px;
}
.search {
  	float: right;
	padding-right: 5px;
	padding-top: 25px;
}
.search img{
	width: 110px;
}
.nav{
	background-color: #2171cb;
	height: 60px;
}
.nav ul{
	
}
.nav ul li{
	width: 120px;
	float: left;
	height: 60px;
	line-height: 60px;
}
.nav ul li a{
	display: block;
	text-align: center;
	
	color: #fff;
	transition: .4s;
}
.nav ul li a:hover{
	background-color: #145bab;
	transition: .4s;
}
.nav ul li:last-child{
	position: relative;
	z-index: 999;
}
.nav ul li:last-child a{
    height: 80px;
    background-color: #145bab;
    position: relative;
    top: -11px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.35);
    line-height: 80px;
}
.nav ul li:last-child a:hover{
	background-color: #2171cb;
}

.banner {
  width: 100%;
	position: relative;
	z-index: 2;
}
.banner .list {
  width: 100%;
}
.banner .list ul {
  margin: 0;
}
.banner .list ul li {
  width: 100%;
}
.banner .list ul li img {
  width: 100%;
}
.banner .list ul li img.wapImg {
  display: none;
}
.banner .list .swiper-pagination {
  bottom: 10px;
}
.banner .list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 8px;
  opacity: 0.8;
  background-color: #fff;
}
.banner .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #145bab;
  opacity: 1;
}

.main{
	padding: 50px 0 0 0;
	background-color: #f8f8f8;
}
.main_a{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.main_a_l{
	width: 500px;
	padding: 20px;
	background-color: #fff;
}
.title{
	font-size: 30px;
	color: #0a53a5;
	line-height: 30px;
	margin-bottom: 20px;
}
.title span{
	font-size: 16px;
	float: right;
}
.main_a_l_conts ul li a{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.main_a_l_conts ul li:last-child{
	margin-bottom: 0;
}
.pic{
	width: 160px;
	height: 105px;
}
.pic img{
	width: 100%;
}
.main_a_l_conts ul li .txt{
	width: 320px;
	padding: 10px;
	height: 85px;
	transition: .4s;
}
.main_a_l_conts ul li:hover .txt{
	background-color: #f1f1f1;
	transition: .4s;
}
.txt h3{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.txt p{
	font-size: 14px;
	color: #9c9c9c;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.txt span{
	display: block;
	text-align: right;
	font-size: 14px;
	color: #9c9c9c;
	line-height: 20px;
}

.main_a_r{
	width: 630px;
}
.main_a_r_a{
	background-color: #fff;
	margin-bottom: 30px;
	padding: 20px;
}
.main_a_r_a_conts{
	display: flex;
	justify-content: space-between;
}
.main_a_r_a_conts .news_stu{
	width: 340px;
}
.main_a_r_a_conts ul li{
	line-height: 32px;
	margin-bottom: 8px;
	transition: .4s;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.main_a_r_a_conts ul li:last-child{
	margin-bottom: 0;
}
.main_a_r_a_conts ul li span{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.main_a_r_a_conts ul li:hover{
	padding-left: 5px;
	transition: .4s;
}
.main_a_r_a_conts_img{
	width: 230px;
}
.main_a_r_a_conts_img img{
	width: 100%;
}
.main_a_r_a_conts_img div{
	width: 100%;
	height: 230px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.main_a_r_a_conts_img div a{
	display: block;
	width: 100%;
	height: 288px;
}

.main_b{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.main_b_l {
	width: 650px;
	padding: 20px;
	background-color: #fff;
}
.main_b_l_conts ul{
	display: flex;
	justify-content: space-between;
}
.main_b_l_conts ul li{
	width: 200px;
	background-color: #fafafa;
}
.main_b_l_conts ul li img{
	width: 100%;
}
.main_b_r{
	width: 450px;
	padding: 20px;
	background-color: #fff;
}
.main_b_r_conts_img{
    height: 10vw;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
}
.main_b/_r_conts img{
	width: 100%;
}
.main_b_r_conts ul li{
	line-height: 32px;
	transition: .4s;
	font-size: 16px;
}
.main_b_r_conts ul li:hover{
	padding-left: 5px;
	transition: .4s;
}
.main_b_r_conts ul li span{
	float: right;
	font-size: 14px;
}

.main_b_l_conts .team-list .swiper-button-prev {
  width: 36px;
  height: 74px;
  background: rgba(33,113,203,0.5);
  left: 0;
  top: 50%;
  margin-top: -40px;
}
.main_b_l_conts .team-list .swiper-button-prev:after {
  color: #fff;
  font-size: 28px;
}
.main_b_l_conts .team-list .swiper-button-prev:hover {
  background-color: #2171cb;
}
.main_b_l_conts .team-list .swiper-button-next {
  width: 36px;
  height: 74px;
  background: rgba(33,113,203,0.5);
  right: 0;
  top: 50%;
  margin-top: -40px;
}
.main_b_l_conts .team-list .swiper-button-next:after {
  color: #fff;
  font-size: 28px;
}
.main_b_l_conts .team-list .swiper-button-next:hover {
  background-color: #2171cb;
}
.team-list .swiper-wrapper .swiper-slide div{
	width: 100%;
	height: 288px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.team-list .swiper-wrapper .swiper-slide div a{
	display: block;
	width: 100%;
	height: 288px;
}
.main_c{
	padding: 70px 0;
	background-color: #fff;
}
.main_c_conts img{
	width:100%;
}
.main_c_conts .list .swiper-button-prev {
  width: 36px;
  height: 74px;
  background: rgba(33,113,203,0.5);
  left: 0;
  top: 50%;
  margin-top: -40px;
}
.main_c_conts .list .swiper-button-prev:after {
  color: #fff;
  font-size: 28px;
}
.main_c_conts .list .swiper-button-prev:hover {
  background-color: #2171cb;
}
.main_c_conts .list .swiper-button-next {
  width: 36px;
  height: 74px;
  background: rgba(33,113,203,0.5);
  right: 0;
  top: 50%;
  margin-top: -40px;
}
.main_c_conts .list .swiper-button-next:after {
  color: #fff;
  font-size: 28px;
}
.main_c_conts.list .swiper-button-next:hover {
  background-color: #2171cb;
}








.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(5){
	margin-right: 120px;
}
.foot_link a:nth-child(6){
	margin-left: 120px;
}
.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_bg3.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: 8% 0 0 0 ;
	}
	.main_a{
		display: block;
		margin-bottom: 20px;
	}
	.main_a_l{
		width: 90%;
		padding: 5%;
		margin-bottom: 20px;
	}
	.title{
		font-size: 24px;
		color: #0a53a5;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.title span{
		font-size: 14px;
		float: right;
	}
	.main_a_l_conts ul li a{
		display: flex;
		justify-content: space-between;
		margin: 3% 0;
	}
	.pic{
		width: 25%;
		height: auto;
	}
	.pic img{
		width: 100%;
	}
	.main_a_l_conts ul li .txt{
		width: 66%;
		padding: 2%;
		height: auto;
	}
	.txt h3{
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 12px;
	}
	.txt p{
		font-size: 14px;
		color: #9c9c9c;
		line-height: 20px;
	}
	.txt span{
		display: block;
		text-align: right;
		font-size: 14px;
		color: #9c9c9c;
		line-height: 20px;
	}

	.main_a_r{
		width: 100%;
	}
	.main_a_r_a{
		background-color: #fff;
		margin-bottom: 20px;
		padding: 5%;
	}
	.main_a_r_a_conts{
		display: block;
	}
	.main_a_r_a_conts .news_stu{
		width: 100%;
		margin-bottom: 20px;
	}
	.main_a_r_a_conts ul li{
		line-height: 32px;
		margin-bottom: 8px;
		transition: .4s;
		font-size: 16px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.main_a_r_a_conts ul li:last-child{
		margin-bottom: 0;
	}
	.main_a_r_a_conts ul li span{
		font-size: 30px;
		font-weight: bold;
		line-height: 30px;
		display: inline-block;
		float: left;
		margin-right: 10px;
	}
	.main_a_r_a_conts ul li:hover{
		padding-left: 5px;
		transition: .4s;
	}
	.main_a_r_a_conts_img{
		width: 100%;
	}
	.main_b{
		display: block;
		margin-bottom: 20px;
	}
	.main_b_l {
		width: 90%;
		padding: 5%;
		background-color: #fff;
		margin-bottom: 20px;
	}
	.main_b_l_conts ul{
		display: flex;
		justify-content: space-between;
	}
	.main_b_l_conts ul li{
		width: 28%;
		background-color: #fafafa;
	}
	.main_b_l_conts ul li img{
		width: 100%;
	}
	.main_b_r{
		width: 90%;
		padding: 5%;
		background-color: #fff;
	}
	.main_b_r_conts_img {
		height: 40vw;
		margin-bottom: 15px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.main_b_r_conts img{
		width: 100%;
	}
	.main_b_r_conts ul li{
		line-height: 32px;
		margin-bottom: 8px;
		transition: .4s;
		font-size: 16px;
	}
	.main_b_r_conts ul li:hover{
		padding-left: 5px;
		transition: .4s;
	}
	.main_b_r_conts ul li span{
		float: right;
		font-size: 14px;
	}

	.main_c{
		padding: 70px 0;
		background-color: #fff;
	}
	.main_c_conts img{
		width:100%;
	}
	.main_c_conts .list .swiper-button-prev {
	  width: 36px;
	  height: 74px;
	  background: rgba(33,113,203,0.5);
	  left: 0;
	  top: 50%;
	  margin-top: -40px;
	}
	.main_c_conts .list .swiper-button-prev:after {
	  color: #fff;
	  font-size: 28px;
	}
	.main_c_conts .list .swiper-button-prev:hover {
	  background-color: #2171cb;
	}
	.main_c_conts .list .swiper-button-next {
	  width: 36px;
	  height: 74px;
	  background: rgba(33,113,203,0.5);
	  right: 0;
	  top: 50%;
	  margin-top: -40px;
	}
	.main_c_conts .list .swiper-button-next:after {
	  color: #fff;
	  font-size: 28px;
	}
	.main_c_conts.list .swiper-button-next:hover {
	  background-color: #2171cb;
	}
	
	
	
	.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(5){
		padding-right: 3%;
		margin: 0;
	}
	.foot_link a:nth-child(6){
		padding-left: 3%;
		margin: 0;
	}
	.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;
	}
	
	





}