/*====================公共样式======================*/
*{ margin: 0; padding: 0; }
img { border: 0 none; vertical-align: center; }
ul, li { list-style-type: none;}
h1, h2, h3, h4, h5, h6 { font-size: 14px; }
body, input, select, button, textarea { font-size: 12px; font-family:"微软雅黑";  }	/*设置默认字体*/
button { cursor: pointer; }
i, em, cite { font-style: normal; }
aside section,.body{display:block; width:1000px; margin:0 auto;}
a, a:link { color: #000; text-decoration: none; }/*设置a标签基本样式与伪类选择器设置*/
a:visited {}
a:active, a:hover { text-decoration: none; color:#d00000; }
a:focus { outline: none; } 
.orange { color:#F26E01;}

.clear:after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear:both;
}
/*中部结构样式*/
.contact_af {
	min-width:1200px;
	height: 200px;
	background:  #f3f3f3;
	border-top: 1px solid  #f3f3f3;
}
.contact_title {
	width: 980px;
	height: 200px;
	margin: 0 auto;
    text-align: center;
	/*border: 1px solid red;*/
}
.title_af {
	font-size: 26px;
	margin: 60px 0 0 0;
}
.title_bf {
	font-size: 16px;
	color: #616161;
	line-height: 200%;
}
.title_cf {
	width: 980px;
	font-size: 14px;
	text-align: left;
	margin: 30px 0 0 5px;
	color: #616161;
}
.contact_bf {
	width: 970px;
	height: 567px;
	text-align: center;
	margin: 30px auto 60px;
	padding: 7px 0 0 0;
	border: 1px solid #f3f3f3;
}
/*底部结构样式*/
footer {
	height: 600px;
	background: no-repeat url(../images/footer_bg.png) bottom;
	border-top: 0; 
}
.ft_top_af {
	color: #676767;
}
.footer_top {
	border-bottom:0px;
}
.cf_left span {
	color: #676767;
}
.cf_left p 
{
	color: #676767;
}
.cf_left p{
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 200;
	line-height: 200%;
	margin: 0 120px 0 0 ;
	/*border: 1px solid blue;*/
}
.cf_left p b {
	font-size: 25px;
	font-weight: 350;
}
.cf_left p strong {
	font-size: 25px;
	font-weight: 350;
}
.footer {
	min-width:1200px;
	height: 80px;
	background: rgba(0,0,0,0.8); 
	border-top: 4px solid #7d0c10;
	margin: 180px 0 0 0; 
}
.footer_bottom {
	line-height: 80px;
}
.rus {
	position: relative;
}
.culture {
	width: 120px;
	height: 180px;
	position: absolute;
	top: 83px;
	left: -20px;
	z-index: 100;
	background: rgba(0,0,0,0.7);
	/*border: 1px solid red;*/
	text-align: center;
}
.culture p {
	font-size: 13px;
	line-height: 230%;
	color: #ffffff;
}
.culture_rus {
	margin: 10px 0 0 0;
}