@charset "utf-8";
html ,body {
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#000000;
}

img{
border:none;
}

ul,ul li{
margin:0px;
padding:0px;
}

.main{
width:1004px;
margin:0 auto;
}

.header .top{
width:100%;
height:31px;
background-image:url(images/header_top.jpg);
}

.header .middle{
	width:100%;
	height:127px;
	background-image:url(images/header_banner.jpg);
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #932685;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.header .middle span{
display:none;
}

.header .middle a{
display:block;
width:300px;
height:127px;
}

.header .slogan{
color:#666666;
font-size:12px;
padding-top:3px;
padding-bottom:3px;
padding-left:74px;
}

.header .bottom .menu{
height:37px;
background-image:url(images/gray_banner.jpg);
padding-left:74px;
}

.header .bottom .menu ul li{
float:left;
list-style-type:none;
}

.header .bottom .menu ul li span{
	display:none;
}

.header .bottom .menu .about_us a{
display:block;
width:78px;
height:37px;
background-image:url(images/menu_about.jpg);
background-repeat:no-repeat;
}

.header .bottom .menu .about_us a:hover{
background-image:url(images/menu_about.jpg);
background-repeat:no-repeat;
background-position:0px -37px;
}

.header .bottom .menu .local_division{
margin-left:20px;
}

.header .bottom .menu .local_division a{
display:block;
width:138px;
height:37px;
background-image:url(images/menu_local.jpg);
background-repeat:no-repeat;
}

.header .bottom .menu .local_division a:hover{
background-image:url(images/menu_local.jpg);
background-repeat:no-repeat;
background-position:0px -37px;
}

.header .bottom .menu .foreigh_division a{
display:block;
width:137px;
height:37px;
background-image:url(images/menu_foreign.jpg);
background-repeat:no-repeat;
}

.header .bottom .menu .foreigh_division{
margin-left:17px;
}

.header .bottom .menu .foreigh_division a:hover{
background-image:url(images/menu_foreign.jpg);
background-repeat:no-repeat;
background-position:0px -37px;
}

.header .bottom .menu .become_model{
margin-left:20px;
}


.header .bottom .menu .become_model a{
display:block;
width:138px;
height:37px;
background-image:url(images/menu_career.jpg);
background-repeat:no-repeat;
}

.header .bottom .menu .become_model a:hover{
background-image:url(images/menu_career.jpg);
background-repeat:no-repeat;
background-position:0px -37px;
}

.header .bottom .menu .contact{
margin-left:18px;
}
.header .bottom .menu .contact a{
display:block;
width:80px;
height:37px;
background-image:url(images/menu_contact.jpg);
background-repeat:no-repeat;
}

.header .bottom .menu .contact a:hover{
background-image:url(images/menu_contact.jpg);
background-repeat:no-repeat;
background-position:0px -37px;
}

.main .container{
width:100%;
}

.main .index_container{
widht:100%;
height:502;
}

.footer{
height:47px;
width:100%;
background-image:url(images/footer_bg.jpg);
}

.footer span{
display:none;
}

.footer .career{
color:#666666;
font-weight:bold;
font-size:12px;
padding-top:28px;
margin-left:115px;
}

.footer .copyright{
color:#666666;
font-size:12px;
padding-top:10px;
margin-left:115px;
}
