.door_top {
    width:100%;
    min-width: 1200px;
    height:35px;
    line-height: 35px;
    color: #666;
    background-color: #FBFBFB;
}
.door_cent {
    width:1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.door_top .door_text a {
    padding: 0 5px;
}
.hd_cont {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    height: 135px;
    overflow: hidden;
    position: relative;
}
.hd_cont .hd_logo {
    left: 0;
    position: absolute;
    top: 35px;
    /*width: 650px;*/
}
.hd_cont .hd_logo dd {
    /*border-left: 1px solid #9b9b9b;*/
    /*margin-left: 12px;*/
    margin-top: 20px;
    padding-left: 120px;
}
.hd_cont .hd_logo dd h2 {
    color: #808080;
    font-size: 18px;
    font-weight: normal;
}
.hd_cont .hd_logo dd p {
    color: #808080;
    font-size: 18px;
}
.hd_cont .dh_phone {
    background: rgba(0, 0, 0, 0) url("../images/phone.png") no-repeat scroll left center;
    color: #5c5c5c;
    margin-top: 40px;
    padding: 0 0 18px 180px;
}

.hd_cont .dh_phone dd {
    color: #037bda;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 26px;
}
/********* ¶¥²¿µ¼º½  ***************/
.door_nav {
    min-width:1205px;
    height: 60px;
    background-color: #fff;
    border-top: 2px solid #037bda;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    z-index: 4;
}
.door_nav ul {
    width: 1205px;
    height:60px;
    margin: 0 auto;
}

.nav li {
    float: left;
    /*width:12.4%;*/
    width:11%;
    border-right: 1px solid #f2f2f2;
    height: 60px;
    position: relative;
    white-space: nowrap;
}
.nav li a {
    padding: 0 34px;
    color:#666;
    font-size: 20px;
    font-weight: 900;
    line-height: 60px;
    display: block;
    text-align: center;
}
.nav a.cur{
    color:#fff;
    background: #037bda;
}
.nav li .sons {
    display: none;
    min-width: 100%;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 0 2px #ccc inset;
    overflow: hidden;
   /* padding-bottom: 6px;
    padding-top: 6px;*/
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999;
}
.nav li .sons a {
    white-space: nowrap;
    font-size: 12px;
    border-bottom: 1px solid #f2f2f2;
}
.nav li:hover a{
    color:#FFF;
    background: #037bda;
}
.nav li:hover .sons a{
    color:#666;
    background: #fff;
}
.nav li:hover .sons a:hover{
    color:#FFF;
    background: #037bda;
}