@charset "utf-8";
a{
    text-decoration: none;
    color:#333;
}
.con {
	width: 1200px;
	overflow: hidden;
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.left {
	width: 270px;
	overflow: hidden;
	height: auto;
	float: left;
}
.left h1 {
	font-size: 18px;
	line-height: 40px;
	background-color: rgba(44,80,153,1);
	color: rgba(255,255,255,1);
	padding-left: 15px;
	margin-bottom: 2px;
}
.active{
	display: none;
}
.left p {
	line-height: 40px;
	padding-left: 15px;
	margin-bottom: 1px;
	background-color: rgba(204,204,204,0.3);
	font-size: 14px;
}
.left p a {
	color: rgba(102,102,102,1);
	text-decoration: none;
	display: block;
}
.left p:hover {
	background-color: rgba(193,155,0,0.2);
}
.left p:hover a {
	color: rgba(102,102,102,1);
}
.right {
	float: right;
	width: 900px;
}
.bt  {
	font-size: 18px;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,0.5);
	color: rgba(51,51,51,1);
	margin-bottom: 20px;
}
.bt a{
    color:rgba(51,51,51,1);
    text-decoration: none;
}
.bt img  {
	float: left;
	width: 25px;
	margin-top: 6px;
	margin-right: 10px;
}
.con_nr {
	line-height: 30px;
	color: rgba(51,51,51,1);
	font-size: 13px;
}
.con_nr a{
    color:rgb(0, 0, 238);
}
.con_nr a:active{
    color:#792c99;
}
.wz {
	width: 100%;
	overflow: hidden;
	height: auto;
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 25px;
}

.er_fw {
	width: 100%;
	display: block;
	overflow: hidden;
	height: auto;
}
.er_fw li {
	float: left;
	width: 435px;
	margin-right: 30px;
	display: block;
	border: 1px solid rgba(204,204,204,0.5);
	box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 5px;
	line-height: 60px;
	font-size: 16px;
	font-weight: normal;
	color: rgba(102,102,102,1);
	padding-left: 15px;
}
.er_fw li:nth-child(2n){
	margin-right: 0px;
}
.er_fw li a {
	color: rgba(102,102,102,1);
	text-decoration: none;
}
.sxy {
 border-top: solid 1px rgba(204,204,204,0.5); margin-top:15px; padding-top:10px;
}
.sxy  a {
	color: rgba(44,80,153,1);
	text-decoration: none;
}
.sxy a:hover {
	color: rgba(255,153,0,1);
}
.er_zcfg {
	width: 100%;
	overflow: hidden;
	height: auto;
	display:block;
}
.er_zcfg li {
	height: 85px;
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.er_zcfg li div {
	float: left;
	height: 85px;
	width: 85px;
	padding: 15px;
	box-sizing: border-box;
	background-color: rgba(204,204,204,0.2);
	font-size: 12px;
	margin-right: 15px;
	color: rgba(153,153,153,1);
}
.er_zcfg li div h1 {
	font-size: 30px;
	color: rgba(102,102,102,1);
}
.er_zcfg li h2 {
	font-size: 20px;
	color: rgba(102,102,102,1);
	line-height: 30px;
}
.er_zcfg li p {
	font-size: 13px;
	line-height: 24px;
	color: rgba(102,102,102,1);
}
.er_zcfg li:hover div h1{
	color: rgba(216,139,12,1);
}
.er_zcfg li:hover h2{
	color: rgba(216,139,12,1);
}
.er_zcfg li a  {
	text-decoration: none;
}
.er_zcfg li:hover div{
	background-color: rgba(206,165,0,0.2);
}
.er_al {
	display: block;
	height: auto;
	width: 100%;
	overflow: hidden;
}

.er_al li {
	float: left;
	width: 210px;
	margin-right: 20px;
	display: block;
	margin-bottom: 20px;
	position: relative;
	height: 210px;
	overflow: hidden;
}
.er_al li div  {
	line-height: 210px;
	position: absolute;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	color: rgba(255,255,255,1);
	opacity: 0;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	font-weight: normal;
	z-index: 222;
}
.er_al li div h1 {
	font-weight: normal;
}

.er_al li:hover div{
	opacity:1;
	-moz-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg); 
	-o-transform: rotate(0deg); 
	-ms-transform: rotate(0deg); 
	transform: rotate(0deg); 
}
.er_al li img {
	height: 210px;
	width: 210px;
	margin-top: 0px;
	margin-left: 0px;
	-moz-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg); 
	-o-transform: rotate(0deg); 
	-ms-transform: rotate(0deg); 
	transform: rotate(0deg);
	
}
.er_al li:hover img {
	height: 230px;
	width: 230px;
	margin-top: -10px;
	margin-left: -10px;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.er_al li:nth-child(4n){
	margin-right: 0px;
}




.fanye{
	width: 100%;
}
.fanye ul{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari 6.1+ */
	justify-content: center;
}
.fanye li {
	padding-right: 12px;
	padding-left: 12px;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 30px;
	border: 1px solid rgba(204,204,204,1);
	height: 30px;
}
.fanye ul li a {
	color: rgba(153,153,153,1);
	text-decoration: none;
}
.fanye ul li.hover {
	border-top-color: rgba(44,80,153,1);
	border-right-color: rgba(44,80,153,1);
	border-bottom-color: rgba(44,80,153,1);
	border-left-color: rgba(44,80,153,1);
}
.fanye ul li.hover  a {
	color: rgba(44,80,153,1);
}
.fanye ul li:hover {
	border-top-color: rgba(44,80,153,1);
	border-right-color: rgba(44,80,153,1);
	border-bottom-color: rgba(44,80,153,1);
	border-left-color: rgba(44,80,153,1);
}
.fanye ul li:hover a {
	color: rgba(44,80,153,1);
}
