.topWrap {
    height: 120px !important;
    background: url(../images/h_top_bg.gif) repeat-x center top;
    position: relative;
    width: 100%;
    z-index: 2;
    overflow: unset !important;
}
.top {
    height: 28px !important;
    overflow: hidden;
    font: 14px "Microsoft YaHei" !important;
    line-height: 28px;
    color: #FFF/*#848484*/;
}
.topWrap .logo {
    width: 150px !important;
    height: 100%;
    overflow: hidden;
    float: left;
    margin: 15px 0 0 0 !important;
}
.topWrap .logo img {
    display: block;
    width: 150px !important;
    height: auto;
}
.topWrap .menu {
    width: auto !important;
    float: right;
    height: 90px !important;
    overflow: unset !important;
}
.menu li {
    font: 17px "Microsoft YaHei" !important;
    float: left;
    height: auto;
}
.menu li a {
    display: inline-block;
    color: #000;
    /*height: 57px !important;*/
    text-align: center;
    margin: 25px 10px 0 10px !important;
}
.fullSlide {
    min-width: 1200px;
    position: relative;
    height: 535px !important;
    overflow: hidden;
}
.menu li a:hover, .menu .cur a {
    color: #d6111a;
    border-bottom: 0px !important;
}
.top em {
	height: 28px !important;
    display: flex !important;
    align-items: center;
}
.top h5 {
	line-height: 28px !important;
    height: 28px !important;
}
.top {
	color: #fff !important
}
.top h5 a {
	color: #fff !important
}