body {}

.ifMenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    background-color: #000000;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 122px;
    border-bottom: 4px solid #f00;
}
.w960{
    width: 960px;
	margin-bottom:16px;

}

.menuTop {
    margin: 0 auto;
    width: 960px;
    height: 95px;
    background-color: #000000;

}
.menuTopL{
    float: left;
}
.menuTopL>img{
    padding-top: 10px;
}
.menuTopMid{
    line-height: 50px;
    height: 95px;
    float: left;
}
.menuTopR{
 float: left;
    height: 95px;
}
.menuTopRtop{
    width: 400px;
    line-height: 50px;
    text-align: right;
}
.menuTopRtop a{
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
    padding-right: 5px;
    padding-left: 5px;
    border-right: #FFF 1px solid;
}

    .menuTopRtop a:last-child {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
    border-right: #FFF 0px solid;
}

.menuTopRtop a:hover {
    color: #f00;
    transition: .5s;
}
.menuTopRbottom img {
    
}
.menuTopRbottom{
    text-align: right;
}

.menuTopRbottom a{
      text-decoration: none;
}
.menuTopRbottom a:hover {
    text-decoration: none;
    opacity: .8;
}

.menuTopR2 {
    float: left;
    padding-left: 12px;
    padding-top: 15px;
    display: block;
    height: 50px;
   
}
.menuTopR2serch{
    width: 120px !important;
    margin-bottom: 12px;
	font-size:13.3333px !important;
	color: rgb(155, 155, 155);
}
.productNews{
    float: left;
}
.productNewsearch{
    color: rgb(155, 155, 155);
    height: 23px;
    width: 95px;
}
.productNewsearchimg{
height: 25px;
width: 25px;
border-width: 0px;
padding-top: 0px;
padding-left: 5px;
cursor: pointer;
}
.bgcolorB{
    background-color: #000;


}


.menuBottom {
    margin: 0 auto;
    width: 1000px;

    padding-top: 2px;
    padding-bottom: 2px;
}

.menuBottom>ul {
    margin: 0 auto;
    width: 1000px;
    list-style: none !important;
}

.menuBottom>ul>li {
    float: left;
    border-right: 2px solid #fff;
    padding-left: 8px;
    padding-right: 8px;
}

.menuBottom>ul>li>a {
    color: #FFF;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
}

.menuBottom>ul>li>a:hover {
    color: #f00;
    transition: .5s;
}

.menuBottom>ul>li:last-child a {
    color: #f00;
}

.menuBottom>ul>li:last-child {
    border-right: 0px solid #000000;
    padding-left: 8px;
    padding-right: 8px;
}

.ccc {
    clear: both;
}