@charset "UTF-8";
/*CSS Document*/

/*margin*/
.mb30 {margin-bottom: 30px;}

/*width*/
.w1200 {
	margin: 0 auto;
	width: 1200px;
}
.w1200:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

/*height*/
.h35 {height: 35px;}
.h140 {height: 140px;}
.h250 {height: 250px;}

/*line-height*/
.lh60 {line-height: 60px;}

/*color*/
.c-999 {color: #999;}
.c-ff0000 {color: #ff0000;}
.c-00918e {color: #00918e;}
.c-ff8b00 {color: #ff8b00;}

/*visibility*/
.v-h {visibility: hidden;}

/*background*/
.body-bg {background: url(../images/bg_body_main.png) repeat;}

/*banner*/
.index_banner {
	position: relative;
	z-index: 3;
	overflow: hidden; 
	float: left;
	*+float: left;
	width: 100%; 
	height: 600px; 
}
/* .index_banner .hd {
	position: absolute; 
	left: 48%; 
	bottom: 10px; 
	z-index: 1; 
	overflow: hidden; 
	height: 15px; 
}
.index_banner .hd ul { 
	overflow: hidden; 
	zoom: 1; 
	float: left;  
}
.index_banner .hd ul li { 
	float: left; 
	margin-right: 15px;  
	width: 12px; 
	height: 12px; 
	line-height: 12px; 
	text-align: center;
	background: #fff; 
	border-radius: 50%;
	cursor: pointer;
	opacity: 0.6;   
	filter: alpha(opacity=60);  IE
}
.index_banner .hd ul li.on {
	color: #fff;
	background: #b0333b; 
} */


/*河东控股*/
.index_banner .hd {
	position: absolute; 
	right: 45px; 
	top: 45%; 
	z-index: 1; 
	overflow: hidden;
}
.index_banner .hd ul { 
	overflow: hidden; 
	zoom: 1; 
	width: 18px;
}
.index_banner .hd ul li {
	margin-bottom: 15px;
	padding: 3px 0;
}
.index_banner .hd ul li span {
	display: block;
	margin: 0 auto;
	width: 8px; 
	height: 8px;
	background: #fff; 
	border-radius: 50%;
	cursor: pointer;
}
.index_banner .hd ul li.on {
	*+height: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
}
/*河东控股 end*/


.index_banner .bd { 
	position: relative; 
	z-index: 0;   
	height: 100%; 
}
.index_banner .bd li { 
	zoom: 1; 
	vertical-align: middle; 
}
.index_banner .bd li a {display: block;}
.index_banner .bd img {
	display: block;  
	width: 100%;
	height: 600px; 
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.index_banner .prev,
.index_banner .next { 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-top: -31px; 
	margin-left: -600px;
	display: block;
	width: 14px;
	height: 28px;
}
.index_banner .next { 
	left: auto; 
	right: 50%; 
	margin-left: 0;
	margin-right: -600px;
}
.index_banner .prev:hover,
.index_banner .next:hover { 
	opacity: 1;  
	filter: alpha(opacity=100);
}
.index_banner .prevStop{display: none;}
.index_banner .nextStop{display: none;}
/*banner END*/

/* 右侧浮动导航
.floatbox {
	z-index:89;
	position:fixed;
	width:42px;
	top:30%;
	right:5px;
	_display:none;
}
.floatbox a {
	margin-bottom: 2px;
	display: block;
	width: 42px;
	height: 42px;
}
.floatbox span {
	position:absolute;
	right:45px;
	top:0;
	display:none;
}
.floatbox .phone_num {
	top: 132px;
	width: 120px;
  height: 60px;
}
.floatbox .weixin {
	top: 44px;
	width: 122px;
  height: 122px;
}
.floatbox strong {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #b5151d;
	border-radius: 50%;
}
.floatbox a .img2 {display: none;}
.floatbox a:hover .img1 {display: none;}
.floatbox a:hover .img2 {display: block;}

.floatbox a:hover span {display:block;}
@media screen and (max-width:1150px) {
	.floatbox { display:none;}
}
右侧浮动导航 END */

/* 侧边悬浮框
.aside {
	position: fixed;
	right: 3%;
	top: 33%;
	z-index: 10;
	padding: 0 10px;
	width: 100px;
	height: 365px;
	background: url(../images/bg_icon/icon_bg_10.png) no-repeat center top;}

在线咨询
.aside .ol_consult {
	margin-top: 120px;
	text-align: center;
}
.aside .ol_consult a {
	display: block;
	margin: 0 auto;
	margin-bottom: 13px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
}
.aside .ol_consult a .icon {
	display: inline-block;
	margin-right: 5px;
	width: 18px;
	height: 12px;
	background-position: -92px 0;
	vertical-align: middle;
}

二维码
.aside img {
	margin: 0 auto;
	margin-top: 18px;
	width: 100px;
	height: 100px;
}

.aside .wrtings {
	margin-top: 6px;
	color: #fff;
	text-align: center;
}
侧边悬浮框END */

/* .common-go-top {
	position: fixed;
	right: 5%;
	top: 80%;
	z-index: 10;
	display: block;
	width: 44px;
	height: 44px;
	background-position: -699px 0;
} */

/*.icon {background: url(../images/bg_icon/bg_icon.png) no-repeat;}*/

/*河东控股PC*/

/*common-header*/
.common-header .w1200 {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 10;
	margin-left: -600px;
}
.common-header .index-logo {
	float: left;
	display: block;
	width: 126px;
	height: 126px;
}
.common-header .index-logo img {
	width: 100%;
	height: 100%;
}
.common-header ul {
	float: right;
	padding: 48px 0;
	height: 30px;
}
.common-header ul li {
	float: left;
	margin-left: 20px;
}
.common-header ul li a {
	display: block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #ae2433;
}
.common-header ul li.current a {
	padding: 0 19px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ae2433;
	border-radius: 30px;
}
.common-header ul li:hover a {
	padding: 0 19px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ae2433;
	border-radius: 30px;
}
/*common-header end*/

/*friend-links*/
.friend-links {
	margin-top: 75px;
	padding-top: 24px;
	*+padding-bottom: 24px;
	color: #999;
	border-top: 1px solid #ddd;
}
.friend-links section {
	float: left;
	line-height: 30px;
}
.friend-links a {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
	color: #999;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 28px;
}
/*friend-links end*/

/*common-footer*/
.common-footer {
	padding: 25px 0;
	width: 100%;
	height: 50px;
	background: url(../images/bg_common_footer.png) center center no-repeat;
}
.common-footer div {
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0,0,0,.4);
}
/*common-footer end*/

/*河东控股PC END*/
