/* 内容 */
.container .con1 {
	overflow: hidden;
	position: relative;
	background: #fff;
	margin-top: 24px;
}

.leftimg {
	float: left;
	width: 50%;
}

.leftimg img {
	width: 100%;
	height:auto;
	max-height: 330px;
}

.righttext {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding: 40px 2% 32px;
}

.rtxt_bt {
	font-size: 1.25rem;
	color: #015293;
}

.rtxt_bt a {
	font-size: 1.25rem;
	color: #015293;
}

.rtxt_xq {
	text-indent: 1.75rem;
	font: 0.875rem;
	line-height: 1.75rem;
	padding-top: 32px;
}

.container .con2 {
	padding: 60px 0;
}

.container .con2 h2 {
	font-size: 30px;
	color: #015293;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.container .con2 .imgs {
	padding-top: 40px;
	margin: 0 -4px;
}

.container .con2 .imgs img {
	width: 100%;
	height: 100%;
}

.container .con2 .imgs .imgbox {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 4px;
	height: 260px;
}

.container .con2 .imgs .imgcenter {
	padding: 0;
}

.container .con2 .imgs .imgcenter a {
	display: block;
	width: 50%;
	box-sizing: border-box;
	padding:0 4px;
	height: 126px;
	float: left;
	margin-bottom: 8px;
}

@media(max-width: 780px) {
	.leftimg {width: 100%; box-sizing: border-box; padding: 0 2% 10px;}
	.righttext {width: 100%;}
	
}
@media(max-width: 480px)  {
	.container .con2 {padding: 20px 0;}
	.container .con2 .imgs .imgbox {width:100%; margin-bottom: 8px;}
}


