*{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
a{
	color:#444;
	text-decoration: none;
}
a:hover{
	color:#146BBA;
}
input{
	border: none;
	list-style: none;
}
.body>div{
	width: 1200px;
	margin: 0 auto;
}

/* Demo Syles */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.device {
  width: 100%;
  height: 500px;
  position: relative;
}
.swiper-slide>img{
	width: 100%;
	height: 100%;
	background: 100% 100%;
}
.swiper-container {
  height: 500px;
  width: 100%;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index: 10;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 10px;
  border-radius: 10px;
  background: #146BBA;
  margin: 0 3px;
  cursor: pointer;

}
.swiper-active-switch {
  background: #fff;
  height: 20px;
}
/* 导航 */
.actives{
		border-bottom: 2px solid #146BBA;
}
.nav{

	height: 100px;
	line-height: 100px;
}
.nav>img{
	width: 174px;
	margin-top: 17px;
}
.nav_cho{
	float: right;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.nav_cho>li{
	float: left;
	margin: 0 45px;

}
.banner{
		width: 100% !important;
}
/* 内容 */
.cont{
	width: 100% !important;
	height: 740px;
	background: #fff;
padding: 50px;
	box-sizing: border-box;
}
.cont_wrap{
	width: 1280px;
	height: 740px;
	background:url(../img/cont_icon.png) no-repeat center;
	background-size: 100% 100%;
	margin: auto;
	padding: 50px 50px 0; 
    box-sizing: border-box;
}
.cont_eve{
	width: 100%;
	overflow: hidden;
}
.cont_eve>li{
	width: 50%;
	float: left;
	text-align: center;
	    margin-top: 17px;
}
.cont_eve>li>img{
	height: 270px;
}
.cont_font_wr{
	width: 100%;
	display: flex;
	align-items: center;
    flex-wrap: wrap;
	justify-content: center;
}
.cont_fonts{
	font-size:67px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(20,107,186,1);
	line-height:43px;

}
.cont_fonts_two{
	/* text-align: left; */
	text-align: left;
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:34px;
	margin-left: 10px;
}

.cont_btn>a{
	display: block;
	width:180px;
	height:50px;
	background:rgba(29,112,189,1);
	border-radius:25px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	margin: 114px auto 0;
}
/* 地图 */
.map{
	width: 100% !important;
	height: 1300px;
	background: url(../img/map_icon22.png) no-repeat center;
	background-size: cover;
	padding: 70px;
	margin-bottom: 70px !important;
	box-sizing: border-box;
	
}
.map_banner{
	width: 1200px;
	height: 390px;
	background: #fff;
	margin: auto;
	overflow: hidden;
	    margin-top: 30px;
}
.map_tit{
	display: flex;
	justify-content: center;
	color:rgba(255,255,255,1);
	/* margin-bottom: 38px; */
}
.map_tit>p:nth-of-type(1){
font-size:30px;
font-family:Microsoft YaHei;
font-weight:400;

line-height:34px;
}
.map_tit>p:nth-of-type(1)>span{
	display: block;
	width:50px;
	height:4px;
    background: #fff;
	margin: 10px auto;
}
.map_tit>p:nth-of-type(2){
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:34px;
	margin-left: 20px;
}


.map_tit_black{
	color: #222 !important;
}
.map_tit_black>p:nth-of-type(1)>span{
	display: block;
	width:50px;
	height:4px;
	background:#222;
	margin: 10px auto;
	    background: #316cb5; 
}
.map_btn>a{
	display: block;
	width:180px;
	height:50px;
	line-height: 50px !important;
	text-align: center;
	border:1px solid rgba(197,224,248,1);
	border-radius:25px;
	font-size:18px;
	font-family:Microsoft YaHei;
	color:rgba(197,224,248,1);
	line-height:34px;
	margin: 626px auto 0;
}
.people_img_wrap{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.people_img{
	width: 290px;
	height: 210px;
	margin: 5px;
	position: relative;
}
.people_img:hover p{
	display: block;
}
.people_img>img{
	width: 100%;
	height: 100%;
}
.people_img>p{
	width:290px;
	height:56px;
	color: #fff;
	line-height: 56px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background:rgba(76,76,76,1);
	opacity:0.73;
	display: none;
}
.people_btn>a{
	background:rgba(197,224,248,1) !important;
	border-radius:25px;
	color: #146BBA;
	margin-top: 50px;
}
.aboutus{
	width:100% !important;
	height:474px;
	padding: 70px 0 0;
	margin-top: 90px !important;
	background:rgba(240,248,253,1);
}
.aboutuscen{
	width: 1200px;
	margin: auto;
	display: flex;
}

.aboutuscen>div{
	width: 33.3%;
    margin-top: 35px;
	justify-content: center;
}
.aboutuscen>div:hover p{
	color: #146BBA;
}
.aboutuscen>div>p{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(101,101,101,1);
	line-height:34px;
	justify-content: center;
	text-align: center;
	margin-top: 34px;

}
.aboutuscen>div>img{
	display: block;
	width: 200px;
	margin: auto;
}
.footer{
	width:100% !important;
	height:316px;
	background:url(../img/footer_icon1.png) no-repeat center;
	background-size: cover;
}
.footer_wrap{
		width: 1200px;
	margin: auto;
	padding: 90px 0;
	box-sizing: border-box;
}
.footer>.footer_wrap>p{

	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:300;
	color:rgba(213,237,255,1);
	line-height:34px;
}
/* 地图中的轮播样式 */
.map_banner .swiper-container1 {
  width: 1200px;
  height: 260px;
  margin-top: 60px;
  color: #fff;
  text-align: center;
}

.map_banner .swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}

.map_banner .swiper-slide p {
  font-style: italic;
  font-size: 25px;
}


.map_banner .swiper-active-switch {
  background: #fff;
}
.map_banner .swiper-dynamic-links {
  text-align: center;
}
.map_banner .swiper-dynamic-links a {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 5px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  background: #eee;
}
.map_banner .title{
	width: 100%;
	height: 100%;
	margin: 0 !important;
}
.map_banner .title>img{
	width: 100%;
	height: 100%;
}
.map_banner .swiper-slide {
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.map_banner .swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.map_banner .swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.map_banner .swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.map_banner .swiper-visible-switch {
  opacity: 1;
  top: 0;
  background: #aaa;
}
.map_banner .swiper-active-switch {
  background: #fff;
}