body{
    background-color: #f1f1f1;
}
*{ margin:0;padding:0;border:0;font-family: "微软雅黑";outline:none;-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;}
a{text-decoration: none;}
a:focus{
    border: 0;
    outline:none;
    blr:expression(this.onFocus=this.blur());
}
a:hover{
    text-decoration: none;
}
.fl{float: left;}
.fr{float: right;}

.mg-0{margin: 0 auto;}
.mgr-0{margin-right: 0px;}

ul{list-style: none;}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
ul.clearfix li{float:left;}
ul.clearfix li.list-last{margin-right:0;}

/*************************************头部***************************************/
#header{
    height: 70px;
    min-width: 1200px;
    background-color: #fff;
    border-bottom:2px solid #e6e6e6;
}
.header{
    width: 1200px;
    margin: 0 auto;
}
/**********************logo**********************/
.logo{
    width: 170px;
    height: 72px;
    background: url("../img/logo.png") no-repeat 0 6px;
}
.logo a{
    display: block;
    width: 203px;
    height: 60px;
}
/**********************菜单**********************/
.nav{
    width: 379px;
    padding-left: 85px;
}
.nav a{
    display: block;
    width: 90px;
    height: 44px;
    color: #616163;
    font-size: 15px;
    padding-top: 26px;
    text-align: center;
    margin-right: 35px;
}
.nav .current{
    background-color: #eee;
}
.nav a:hover{
    background-color: #eee;
}
/*电话*/
.center{
    height: 70px;
    line-height: 70px;
}
.center .ervice_tel{
    font-size: 14px;
    color: #616163;
}
/**********************登录注册按钮**********************/
/*已登录*/
.l_right_info {
    width: 395px;
    height: 70px;
    line-height: 70px;
    display: block;
}
.l_right_info a{
    font-size: 14px;
    margin-right: 45px;
}
.l_right_info .hello{
    font-size: 14px;
    color: #646466;
}
.l_right_info .username{
    color: #646466;
}
.l_right_info .username:hover{
    text-decoration: underline;
}

/*未登录*/
.ul_right_info {
    width: 395px;
    padding-top:20px ;
}
.ul_right_info a{
    font-size: 14px;
    width: 85px;
    height: 33px;
}
.ul_right_info .login{
    background: url("../img/login_h.png") no-repeat;
    margin-right: 11px;
    color: #fff;
    text-align: center;
    line-height: 33px;
}
.ul_right_info .register{
    background: url("../img/login.png") no-repeat;
    color: #6fd1a4;
    text-align: center;
    line-height: 33px;
}


/***************************************内容**********************************************/
#content_wrap{
    min-width: 1200px;
    border-top: 2px solid #ebebeb;
    padding-top: 25px;
    margin-bottom: 100px;
}
.content{
    width: 1200px;
    margin: 0 auto;
}


/************************************底部******************************************/
.footer {
    width:100%;
    height:50px;
    color:#666;
    margin-top:10px;
    padding-top:20px;
    background:#fff;
    font-size: 12px;
}

.footer .footer-box {
    width:1200px;
    margin:0 auto;
}

.footer .footer-box p {
    line-height:20px;
    color:#888;
}

.footer .footer-box a {
    color:#555;
}

.footer .ft-box {
    width:990px;
    margin:0 auto;
}

