﻿@charset "utf-8";

.top{
    height: auto;
}
.heard{
    height: 20px;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
}
.heard .heard_l{
    font-size: 12px;
}
.heard .heard_r{
}
.heard .heard_r a{
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 10px;
    border-right: 1px solid #333;
    padding-right: 10px;
}
.heard .heard_r #en{
    border-right:0!important;
    background: #0087e0;
    padding:0 5px;
    color: #fff!important;
}
.heard .heard_r #en:hover{
    text-decoration: underline;
}

.logo{
    height: 100px;
    padding: 15px 0px 10px;
}
.logo_img{}
.logo_contact{}
.logo_contact .logo_contact_mail{
    background: url(../images/t_mail.png) left no-repeat;
    margin-right: 50px;
}
.logo_contact .logo_contact_tel{
    background: url(../images/t_tel.png) left no-repeat;
}
.logo_contact .logo_contact_mail a{
    font-weight: bold;
    color: #c00e0e;
}
.logo_contact .logo_contact_mail,.logo_contact .logo_contact_tel{
    padding-left: 45px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #c00e0e;
    margin-top: 25px;
}
.logo_contact .logo_contact_ewm img{
    width: 100px;
    height: 100px;
    margin-left: 20px;
    display: block;
}


/*导航*/
.nav{
    background: #0087e0;
    height: 50px;
    line-height: 50px;
}
.nav ul{}
.nav ul li{
    float: left;
    width: 150px;
}
.nav ul li a{
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
}
.nav ul li a:hover{
    background: #037ac8;
}