﻿﻿

 body {
            margin-left: 0;
            /*margin-top: 0;*/
            font-family:'Microsoft YaHei';
        }
  #d_top {
        width:100%;
        background-size:cover;
        height:240px;
        background-color:#fff0eb;
        }
#dhead {
    width: 100%;
    height:240px;
    margin: 0 auto;
    /*background-image: url(../img/bg2.png);*/
    background-repeat: no-repeat;
    background-position-x:center;
}
        #dhead_search {
        width:400px;
        height:40px;
        margin-top:130px;
        float:right;
        }
        #dmenubg {
            width: 100%;
            height: 40px;
            background-color:#f86f3b;
        }
      
#dbotline {
    width: 100%;
    height: 5px;
    margin-top: 10px;
    background-color: #f86f3b;
    margin-bottom: 8px;
}
        #dbot {
            width: 700px;
            height: 120px;
            margin: 0 auto;
            text-align: center;
            line-height: 30px;
            font-family: 'Microsoft YaHei';
            font-size: 12pt;
        }
          #dbar {
            width: 100%;
            height: 35px;
            line-height:35px;
            margin-bottom: 10px;
            background-color:#f8ebe4;
        }
        #dbar_txt {
            width: 700px;
        text-align: left;
        color: #000;
        margin-left:15px;
        }