@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,
img {
	border: 0;
	text-decoration: none;
}

.fix {
	*zoom: 1;
}

.fix:after {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

body {
	font: 12px/180% Arial, Helvetica, sans-serif, "ÐÂËÎÌå";
}


/*bannerShow*/

.none {
	display: none;
}

.bannerShow {
	width: 1200px;
	height: auto;
	position: relative;
	margin: 0 auto 50px;
	overflow: hidden;
	z-index: 1;
}

.banner_show {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	height: 470px;
	overflow: hidden;
	position: relative;
}

.bannger_inboxCon {
	width: 834px;
	height: 469px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	float: right;
}

.bannger_inbox {
	display: block;
}

.bannger_inbox img {
	width: 834px;
	height: 469px;
    transition: all 0.6s;
}
.bannger_inbox:hover img{
	transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
}

/*·­Ò³*/

.banner_pre_next {
	position: relative;
	z-index: 105;
	top: 350px;
	width: 76px;
	left: 415px;
	height: 28px;
}

.banner_pre_next a {
	width: 28px;
	height: 28px;
	line-height: 28px;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	background: #333333;
	color: #fff;
}


/*Ô²µã*/

.yq_banner_list {
	width: 1200px;
	height: 120px;
	position: absolute;
	z-index: 100;
	margin: 20px auto 0px;
}

.yq_banner_list a {
	float: left;
	width: 292px;
	height: 120px;
	overflow: hidden;
	color: #000;
	background: #f2f2f2;
	margin-right: 10px;
	padding: 30px 15px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
}

.yq_banner_list a:last-child {
	margin-right: 0px;
}

.yq_banner_list a.hover {
	background: #333333;
	color: #fff;
}


/*ÎÄ×Ö*/

.banner_mag {
	width: 500px;
	height: 413px;
	position: absolute;
	overflow: hidden;
	float: left;
	margin: 18px 0px 0px 10px;
	z-index: 99;
	box-shadow: 3px 3px 12px 3px rgba(187, 187, 187, .3);
}

.banner_magbox {
	height: 413px;
	background: #fff;
	padding: 20px 15px;
	box-sizing: border-box;
}

.banner_magbox h4 {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: normal;
	color: #333;
	margin-bottom: 30px;
}

.banner_magbox p {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 26px;
	max-height: 208px;
	overflow: hidden;
	text-align: left;
}

.banner_magbox a {
	color: #074c9a;
	float: left;
	font-size: 14px;
	margin: 15px auto 0px;
}