﻿/*====================公共样式======================*/
*{ 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;
}
/*中部结构样式*/
main {
	min-width: 1200px;
	margin-bottom:100px;
}
.aboutus_af 
{
    margin-bottom:20px;
	min-width: 1200px;
	height: 200px;
	overflow:hidden;
	background:  #f3f3f3;
	border-top: 1px solid  #f3f3f3;
	/*border: 1px solid red;*/
}
.aboutus_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%;
}
.aboutus_nav {
	width: 760px;
	height: 35px;
	/*border: 1px solid red;*/
	margin: 20px auto 0;
}
.aboutus_nav a {
	width: 110px;
	height: 34px;
	display: inline-block;
	margin: 0 21px;
}
.aboutus_nav p{
	width: 34px;
	height: 34px;
	float: left;
	/*border: 1px solid red;*/
}
.aboutus_nav span {
	font-size: 15px;
	line-height: 34px;
	float: left;
	margin: 0 0 0 5px;
}
.nav_rus {
	color: #a00006;
}
.nav_icon_af {background: no-repeat url(../images/we_7.png) center;}
.nav_icon_bf {background: no-repeat url(../images/we_3.png) center;}
.nav_icon_cf {background: no-repeat url(../images/we_4.png) center;}
.nav_icon_df {background: no-repeat url(../images/we_5.png) center;}
.nav_icon_ef {background: no-repeat url(../images/we_6.png) center;}

.main_menuActive {color: #a00006;}
.main_menuActive .nav_icon_af {background: no-repeat url(../images/we_77.png) center;}
.main_menuActive .nav_icon_bf {background: no-repeat url(../images/we_33.png) center;}
.main_menuActive .nav_icon_cf {background: no-repeat url(../images/we_44.png) center;}
.main_menuActive .nav_icon_df {background: no-repeat url(../images/we_55.png) center;}
.main_menuActive .nav_icon_ef {background: no-repeat url(../images/we_66.png) center;}

.aboutus_nav li{
    display:inline-block;
}
.aboutus_nav li a{
    display:block;
    width:auto;
    font-size:16px;
    color:#595959;
}
.aboutus_nav li a:hover{color:#9f2a33;}
.aboutus_nav li .main_menuActive{color:#9f2a33;}


.aboutus_bf {
	width: 1000px;
	margin: 0 auto;
}
.aboutus_bf_af 
{
    margin-bottom:30px;
    width:100%;height:24px;
	font-size: 14px;
	color: #616161;
	text-align:left;
}
.aboutus_bf_af a{color:#616161;}
.aboutus_bf_af a:hover{color:#ff0000;}
.aboutus_bf_cf {
	width:1000px;
	height:auto !important;
	height:500px;
	min-height:500px;
	border-top: 1px solid #ffffff;
	background: no-repeat url(../images/aboutus_bg.png) center; 
	color: #616161;
}
.aboutus_bf_cf p {
    margin-bottom:30px;
	font-size: 14px;
	line-height: 200%;
	/*border: 1px solid red;*/
}
.rus {
	position: relative;
}