﻿.MYWX2015_hd {
	/* background: #c4372e; */
	background-image: url(../images/topbg.png);
    height: 70px;
    width: 100%;
    margin: 0 auto;
    
  /*       height: 70px;
    background-image: url(../images/topbg.png);
    color: white;
    font-weight: bold;
    position: relative; */
}
.MYWX2015_hd02{
    height: auto;
    margin-bottom: 20px;
    }
.MYWX2015_logo{
	float: left;
    width: 310px;
    height: 80px;
}
.MYWX2015_nav{
	float: right;
    width: 850px;
    height: 30px;
    line-height: 30px;
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 0;
}
.MYWX2015_nav li{
	float: left;
    width: auto;
    margin: 0;
    padding: 0;
}
.MYWX2015_nav a{
	width: auto;
    height: 30px;
    line-height: 28px;
    padding: 0 18px;
    margin: 0 2px;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    color: #ffe8e8;
}
.MYWX2015_clear{
	clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}