.header {
  width: 100%;
  height: 370px; }
    .header .top p {
      font-size: 14px;
      width: 1000px;
      color: #333333;
      margin: 0 auto;
      padding: 8px 0 8px 0; }

.banner {
  background: url(../image/banner_bg.png) repeat-x;
  width: 100%;
  height: 300px; }
  .banner .banner_Img {
    background: url(../image/banner_img.png) no-repeat;
    width: 1000px;
    height: 300px;
    margin: 0 auto;
    position: relative; }
    .banner .banner_Img .banner_bsg {
      position: absolute;
      color: #fff;
      right:52px;
      top: 20px;
      width: 490px;}
/*2016 06 30*/
.banner .banner_Img .banner_bsg > div{
    font-size:28px;
    margin-left:66px;
  }
  .banner .banner_Img .banner_bsg > span{
  background:url(../image/radius.png) no-repeat;
  display:inline-block;
  width:689px;
  height:66px;
  font-size:50px;
  margin-top:30px;
  position:absolute;
  left:-195px;
  text-align:center;
}
 .banner .banner_Img .banner_bsg p {
        font-size:28px;
        margin-top:78px; 
}

.menu {
 background: url(../image/nav.png) repeat-x;
  width: 100%;
  height: 40px;
  line-height: 40px; }
  .menu .nav {
    width: 1000px;
    margin: 0 auto;
    font-size: 18px; }
    .menu .nav li {
      float: left;
      width:80px;
      text-align:center;
      margin-right:10px;}
      .menu .nav li a {
        color: #ffffff;
        font-size:15px;
         }
      .menu .nav li .active {
        background-color: #e93140;
        height: 40px;
        line-height: 40px;
        display: block;
        padding: 0 10px 0 10px; }
      .menu .nav li a:hover {
        background-color: #e93140;
        height: 40px;
        line-height: 40px;
        display: block; }
    .menu .nav .m_small {
      float: right;
      margin-right: 40px;
      color: #fff; }
      .menu .nav .m_small a {
        color: #ffffff;
        padding: 0 5px 0 5px;
        font-size:16px;
         }


