﻿* {
    margin:0px;
    padding:0px;
}
.left{
	float: left;
}
.right{
	float: right;
}
a{
	text-decoration: none;
}
#wrapper-head{
    width:100%;
	/*height: 265px;*/
}
        
.head{
    width:100%;
    height:30px;
	margin: 0 auto;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #898384;
	line-height: 30px;
    background-color: #efefef;
}
.head-nav{
	width:1200px;
    height:30px;
	margin: 0 auto;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #898384;
	line-height: 30px;
    background-color: #efefef;
}
.head-right{
	margin:0 10px;
}
.head-right a{
	color: #898384;
}
.logo{
	width: 1200px;
	height: 90px;
    margin:0 auto;
	background:url("../images/logo.png") no-repeat left;
	position: relative;
    clear:both;
    overflow:hidden;
}
.logo-left{
	position: absolute;
	left: 90px;
	height: 90px;
	line-height: 90px;
	font-family: "黑体";
	font-size: 25px;
	color: #3a3a3a;
}

.logo-right{
	height: auto;
	line-height: 40px;
	font-size: 20px;
	font-family: "华文细黑";
    text-align:right;	
}
.container{
    width:1200px;
    min-height:600px;
    height:auto;
    margin:0px auto;
    overflow:auto;
}
.logo-right>span:first-of-type{
    color: #989898;
    font-size: 20px;
	font-family: "Calibri";
    margin:0px;
    padding:0px;
    margin-left:0px;
    padding-left:20px;
    height:20px;            
}
.logo-right>span:last-of-type{
    font-size: 16px;
	font-family: "Calibri";
    color: #bababa;
    height:20px;
    margin:0px;
    padding:0px;
}
nav{
    height: 50px;
	width: 1150px;
    box-sizing:border-box;
    padding-left:50px;
    box-sizing:content-box;
    margin:0 auto;
	line-height: 50px;
	background-color: #24aae8 ;
	font-family: "微软雅黑";
	font-size: 18px;
	
}       
nav>a{
    height:50px;
    line-height:50px;
    font-family:"微软雅黑";
    color:#ffffff;    
    text-decoration:none;
    text-align:center;
    padding:0px 31px;
    border-right:1px solid #fff;
}

nav a:last-of-type{
    border-right:none;
}