@charset "utf-8";
.mb20 {
	margin-bottom: 20px;
}
.swiper-banner .swiper-container {
	width: 1200px;
	height: 350px;
}
.swiper-banner .swiper-container2 {
	width: 100%;
	height: 350px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 60px;
	height: 6px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.swiper-container2 .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 60px;
	height: 6px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
	background-color: #1b3c9b!important;
}
.swiper-container2 .swiper-pagination-bullet-active {
	background-color: #1b3c9b!important;
}

.footer {
	border-top: 6px solid #1376c7;
	color: #cad6ea;
	
}
.footer-select {
	margin-right: 100px;
}
.footer-select select {
	display: block;
	width: 210px;
	padding: 6px 10px;
	border: 1px solid #4365a0;
	outline: none;
	color: #cad6ea;
	background-color: transparent;
	margin-bottom: 20px;
}

.inner {
	margin-left: auto;
	margin-right: auto;
}

.inner2 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font: 14px "Microsoft Yahei";
}

.title {
	border-bottom: #cdcdcd 2px solid;
	height: 60px; margin-bottom:20px
}
.title-l {
	border-bottom: #1277c7 4px solid;
	display: inline-block;
	height: 60px;
	line-height: 60px;
}
.blue {
	background-color: #214076;
}
.flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.flex-between {
	justify-content: space-between;
}
.flex-middle {
	align-items: center;
}
.flex-column {
	flex-direction: column;
}

.fs15 {
	font-size: 15px;
}

.mb10 {
	margin-bottom: 10px;
}
.lh24 {
	line-height: 24px;
}
.mb40 {
	margin-bottom: 40px;
}
.ml20 {
	margin-left: 20px;
}

.hr {
	border-top: 1px solid #4365a0;
}

.mt20 {
	margin-top: 20px;
}
.footer a{ color:#cad6ea}
.center {
	text-align: center;
}

.pt40 {
	padding-top: 40px;
}