﻿@charset "utf-8";

/*menu*/

.top-logo {
    width: 18%;
    height: 100%;
}

.top-logo h1 {
    margin: 0;
    width: 100%;
    height: 100%;
}

.top-logo h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.top-logo h1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#nav {
    display: block;
    overflow: hidden;
    text-align: center;
    font-family: "微软雅黑";
}

#nav .mainlevel {
    float: left;
    margin-top: 4%;
}

#nav .mainlevel:hover {
    height: 100px;
    display: block;
    color: #fc0712;
    background-color: #FFF;
}

#nav .mainlevel:hover a {
    display: block;
}

#nav .mainlevel a {
    text-decoration: none;
    line-height: 60px;
    display: block;
    text-align: center;
    margin: 0 13px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #666;
}

#nav .mainlevel a:hover {
    color: #000;
}

#nav .mainlevel ul {
    display: none;
    position: absolute;
    z-index: 1000;
}

#nav .mainlevel li {
    height: auto;
    filter: Alpha(Opacity=50, );
    font-weight: normal;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    width: auto;
    text-align: left;
    padding: 0px;
}

#nav .mainlevel li a {
    font-size: 14px;
    color: #666;
    margin: 0px;
    line-height: 38px;
    height: auto;
    display: block;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0em;
    background-color: #FFF;
    padding-right: 23px;
    padding-left: 23px;
    width: auto;
}

#nav .mainlevel li a:hover {
    filter: Alpha(Opacity=70, );
    color: #FFFFFF;
    background-image: none;
    text-align: left;
    background-color: #CCC;
}

#nav .mainlevel2 {
    float: left;
    width: 143px;
    height: 40px;
    /*IE6 only*/
}

#menu #nav .yuyan {
    height: 100px;
    width: 135px;
    float: left;
    background-image: url(../images/lan.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: left;
}

#menu #nav .yuyan a {
    display: block;
    text-indent: 55px;
    color: #666;
    padding-right: 20px;
}

#top #menu #nav .yuyan a:hover {
    color: #000;
}

.top-tel {
    width: 16%;
    color: #666;
    background: url(../images/24tel.png) left 36px no-repeat;
    background-size: 50px;
    padding-left: 56px;
}

.top-tel p {
    font-size: 14px;
    margin-top: 4%;
}

.top-tel h3 {
    margin: 0;
    font-size: 28px;
    color: #d51c21;
    font-family: Impact;
    line-height: 30px;
}