body {
	background: #F6F6F6;
	font-family: "SH-R", STHeiTi, Arial, sans-serif;
}

.header {
	width: 100%;
	margin: 0 auto;
	height: 120px;
	background-color: #FFFFFF;
}

.header .left .font12 {
	background-color: #225da1;
	color: white;
	padding: 5px 14px;
	border-radius: 3px;
	display: inline-block;
}

.header .seach {
	width: 660px;
	height: 45px;
	position: relative;
}



.header .seach .button {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 55px;
	height: 45px;
	padding-right: 10px;
	cursor: pointer;
	background: #215DA2;
	border: none;
	border-radius: 0 5px 5px 0;
}
.header .seach .button1 {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 55px;
	height: 45px;
	padding-right: 10px;
	cursor: pointer;
	background: url('../images/icon/b_seach.png') no-repeat center;
	border: none;
	border-radius: 0 5px 5px 0;
}

.header .code .flex-column-center {
	margin-left: 38px;
}

.header .code img {
	width: 80px;
	height: 80px;
	border-radius: 2px;
}

.header .code p {
	padding: 0 5px;
}

.site {
	width: 1480px;
	margin: 20px auto 0 auto;
	color: #666666;
	font-size: 18px;
}

.site a {
	color: #666666;
	padding: 0 5px;
	font-size: 18px;
}

.site a:hover {
	color: #215DA2;
}
.jb-1{margin-bottom: 60px;margin-top: 20px}
.jb-2{width: 1480px;margin: 0 auto;position: relative;padding-bottom: 70px;}
.jb-3{font-size: 0;}
.jb-3 li{width: 280px;display: inline-block;margin-right: 20px;margin-bottom: 40px;background: #FFFFFF;border-radius: 5px;}
.jb-3 li:nth-child(5n){margin-right: 0;}
.jb-4:hover .jb-11{display: block;}
.jb-3 li:hover .jb-7{color: #215DA2;}
.jb-4{width: 280px;height: 400px;margin-bottom: 10px;cursor: pointer;position: relative;display: block;overflow: hidden;background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.1) 100%, #000000 100%);border-radius: 5px 5px 0px 0px;}
.jb-4:before{display: block;content: "";width: 100%;height: 100%;position:absolute;box-shadow: inset 0 0 10px 5px rgba(0,0,0,0.17);z-index: 2}
.jb-4>img{width: 100%;border-radius: 10px;box-sizing:border-box;position: relative;}
.jb-5{line-height: initial;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 55px;padding: 0 10px;}
.jb-7{font-size: 18px;}
.jb-8{line-height: initial;overflow: hidden;padding: 0 10px 10px 10px;;}
.jb-9{float: left;font-size: 14px; color: #979797;}
.jb-10{float: right;font-size: 14px;color: #979797;}
.jb-11{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0,0,0,0.5);text-align: center;display: none;}
.jb-13{font-size: 18px;color: white;padding-top: 200px;}
.jb-14{width: 30px;margin-top: 10px;}
/*地区*/
.region-warp {
	width: 1480px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.regio {
	width: 1480px;
	padding: 30px 0;
	margin: 0 auto;
	flex-wrap: warp;

}
.regio .regio-item {
	display: flex;
}
.regio li {
	margin-right: 100px;
}
.regio li.foucs >span {
	background-color: #215DA2;
	color: #FFFFFF;
}
.regio li span {
	line-height: 30px;
	display: inline-block;
	font-size: 24px;
	text-align: center;
	padding: 6px 22px;
	border-radius: 5px;
}
.region-warp .site-list {
	background: #FFFFFF;
	border-radius: 4px;
	padding: 0 20px;
	height: 140px;
	flex-wrap: wrap;
}
.flex-row-start:hover {
	/*color: #0a6999;*/
}
.region-warp .site-list li {
	margin-right: 40px;
}
.region-warp .site-list li.focus {
	color: #215DA2;
	font-weight: bold;
}
.region-warp span:hover{
	font-weight: bold;
	color: #215DA2;
}