.bannerFocus{
	height: 560px;
	width: 100%;
	position: relative;
	margin-top: 45px !important;
}
.bannerFocus li{
	overflow: hidden;
}
.bannerFocus .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #72afe1;
}
.bannerFocus .swiper-slide img{
	width: 1920px;
	height: 560px;
	display: block;
}
.bannerFocus .swiper-button-prev{
        position: absolute;
    top: 50%;
    left:10px;
	background-image: url(../img/leftArrow.png);
	height: 74px;
	width: 30px;
	background-size: 100% 100%;
		margin-top: -37px;
			margin-left: 35px;
			display: none;
            cursor:pointer
}
.bannerFocus .swiper-button-next{
        position: absolute;
    top: 50%;
    right:10px;
	background-image: url(../img/rightArrow.png);
		height: 74px;
	width: 30px;
	background-size: 100% 100%;
	margin-top: -37px;
	margin-right: 35px;
	display: none;
    cursor:pointer
}
.bannerFocus .swiper-pagination-bullet-active{
	border:1px solid #72afe1;
	background: #fff
}
.bannerFocus .bannerTitle{
	position: absolute;
	width: 100%;
	top:20px;
	left:0;
	text-align: center;
	font-size: 48px;
	color: #010101;
	font-family: PingFang_yb;
	z-index: 2;
}
.bannerFocus .bannerTitle2{
	position: absolute;
	width: 100%;
	top:80px;
	left:0;
	text-align: center;
	font-size: 32px;
	color: #000;
	font-family: PingFang_thin;
	z-index: 2;
}
.understandJk{
	background-color: #f9f9f9;
	width: 100%;
	margin-bottom: 5px;
}
.understandJk li{
	float: left;
	width: 310px;
	padding-top: 35px;
	padding-bottom: 50px;
}
.understandJk li .top{
	height: 70px;
}
.understandJk li .top div{
	float: left;
	margin-right: 20px;
	height: 100%;
}

.understandJk li .top div p:nth-child(1){
	font-size: 24px;
	color: #333;
}
.understandJk li .top div a:nth-child(2){
	font-size: 20px;
	color: #0088cc;
}
.understandJk li .bottom{
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	padding: 15px 0 0px 0;
}
.understandJk li:nth-child(2){
	margin:0 135px;
}
