@charset "utf-8";
.banner{
	background:url(../../images/churujin/images/banner.png);
	height:460px;
	padding-top: 275px;
}
.banner-content{
	width: 1200px;
	margin:0px auto;
}
.banner-contentFl{
	width: 465px;
	height: 136px;
	background: url(../../images/churujin/images/left.png);
	padding:20px;
	position: relative;
}
.banner-contentFr{
	width: 715px;
	height: 136px;
	background: url(../../images/churujin/images/right.png);
	padding:20px;
}
.banner-content h2{
	font-size: 17px;
	color:#333;
	font-weight:normal;
	margin-bottom: 5px;
}
.banner-content b{
	height: 20px;
	border:1px solid #0b6ec3;
	color:#0b6ec3;
	width: 43px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
	float: left;
	font-weight: normal;
	margin-top: 3px;
}
.banner-content span{
	width: 370px;
}
.banner-content .detail{
	position: absolute;
	bottom: 13px;
	right: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  	background-color: rgb(30, 87, 213);
  	width: 75px;
  	height: 30px;
  	text-align: center;
  	line-height: 30px;
  	color:#fff;
  	font-size: 14px;
}
.banner-content .detail a{
	color:#fff;
}
.banner-contentFr-innerFl{
	width: 450px;
	position: relative;
	height: 96px;
}
.banner-contentFr-innerFl p{
	font-size: 14px;
	color:#999;
}
.banner-contentFr-innerFl .detail{
	bottom: -7px;
	right: 0px;
}
.banner-contentFr-innerFl span{
	width: 395px;
}
.banner-contentFr video{
	width: 180px;
}
/*内容页*/
.main-content{
	width: 1200px;
	margin:0px auto;
}
.main-content h2{
	font-size: 23px;
	color:#000;
	font-weight: normal;
	line-height: 70px;
}
.main-contentUl li{
	float: left;
	width: 385px;
	height: 160px;
	background: #f1f2f3;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding:15px 30px 20px;
	position: relative;
}
.main-contentUl li:nth-child(3n){
	margin-right: 0px;
}
.main-contentUl li p{
	margin:10px 0px;
	font-size: 17px;
	color:#333;
}
.main-contentUl li a{
	font-size: 14px;
	color:#1e57d5;
	border:1px solid #1e57d5;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:2px 5px;
	position: absolute;
	bottom: 20px;
	margin-left:-34px;
	left:50%;
}
.main-contentUl li a:hover{
	color:#fff;
	background: #1e57d5;
}
.main-government .qk-a{
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	margin:0px auto;
	text-align: center;
	font-size: 16px;
	color: #1e57d5;
    border: 1px solid #1e57d5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 20px;
}
.main-government .qk-a:hover {
    color: #fff;
    background: #1e57d5;
}