.hed{
   width: 100%;
    height: 35px;
    background: #f6f6f6;
    padding: 4px 0;
}
.hed a i{
    margin-left:4px;
    color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 5px;
}
.hed_qq{
    background: #6ccd25;
}
.hed_weibo{
    background: #fba807;
}
.hed_weixin{
    background: #66bff5;
}
@media (max-width: 800px){
    .hed{display: none;}
    }
        /*头部css*/
        #mycontainer{
        width: 1003px;
        height: auto;
        background: #f8f8f8 no-repeat;
        margin: 0 auto;
    }
        #nav-top{
        width: 100%;
        height: 35px;

        background: linear-gradient(to top, rgba(235,236,235,1), 
        rgba(249,249,249,1)); 
        border-bottom:1px solid #dad7d7;
        float: left;
    }
    #top-center{
        width: 990px;
        height: 35px;
        margin: 0 auto;
    }
    #nav-top-left p{
        line-height:35px;
        font-size:12px;
        float: left;
        color: #696969;
    }
    #nav-top-right{
        float: right;
        height: 35px;
    }
    #nav-top-right li{
        float: right;
        line-height: 35px;
        list-style: none;
        font-size: 12px;
    }
    #nav-top-right li a{
        color: #696969;
    }
    #nav-top-right li span{
        margin: 0 10px;
        color: #696969;
    }




    #nav-top-body{
        width: 1003px;
        margin: 0 auto;
        height:142px;
        padding-top: 35px;
    }
    #nav-top-body-left{
        height: 60px;
        float: left;
        margin: 21px 0 20px 7px;
    }
     #nav-top-body-left h1{
        width: 590px;
        height: 57px;
        position: relative;
     }
    #nav-top-body-left h1 a{
        width: 590px;
        height: 53px;
        overflow: hidden;
        text-indent: -9999px;
        clear: both;
        background: url("/images/c3_03.gif") 0 0 no-repeat ;
        display:block;
    }
    #nav-top-body-left h1 a:before{
        content: '';
        width: 590px;
        height:53px;
        display: table;
    }
    #nav-top-body-left h1 a:after{
        content: '';
        height: 0;
        line-height: 0;
        visibility: hidden;
        clear: both;
        display: table;
    }
    .clearfix:after, .clearfix:before {
    content: " ";
    display: table;
    }
    .clearfix:after {
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
    }
    #nav-top-body-left img{
        margin: 6px 10px 0px 2.9px;
    }
    #nav-top-body-right{
        float: right;
        min-width: 320px;
        margin: 11px 20px 0 -1px;
    }
    #myform{
        border-radius: 5px;
        margin-top: 10px;
        margin-right: 20px;
    }
    #myform form{
        width: 0;
        margin: 0;
        padding: 0;
    }
        #myform input{
        width: 235px;
        height: 27px;
        font-size: 12px;
        text-indent: 30px;
        border: 3px solid #dadada;
        border-right: 0;
        display: inline-block;
        float: left;
        outline:none;
    }
    #myform button{
        width: 76px;
        height: 33px;
        background-color: #2f93f7;
        font-size: 11px;
        color: #fff;
        cursor:pointer;
        border:3px solid #dadada;
    }
    #nav-top-body-foot{
        position: relative;
        width: 1015px;
        height: 45px;
        float: left;
        z-index: 10;
        margin-left: -5px;
    }
    #nav-top-body-foot img{
        width: 1015px;
    }
    #nav-top-body-foot ul{
        height: 41px;
        position: absolute;
        top: 0;
        left: 0;
        width:1003px;
        margin-left: 7px;
        border: 0;
    }
    #nav-top-body-foot ul>li{
        float: left;
        font-size: 14px;
        letter-spacing: 2px;
        text-align: center;
        border: 0;
        line-height: 20px;
        position: relative;
        width: 143.28571428571428571428571428571px;
    }
    #nav-top-body-foot ul>li:hover{
        background: rgba(52,163,255,0.9);
    }
    #nav-top-body-foot ul>li>a{
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        color: #fff !important;
        font-size: 15px;
        font-weight: 600;
    }
    #nav-top-body-foot ul>li>a:hover{
        color: none !important;
    }
    .nav-ol{
        position: absolute;
        width: 100%;
        background-color:#0095f0;
    }
    .nav-ol>a>li{
        padding:10px 0;
        color: #fff;
        font-size: 13px;
    }
    .nav-ol>a>li:hover{
        background-color:rgba(255,255,255,0.1);
    }
    .nav-a{
        display: inline-block;
    }

    .none{
        display: none;
    }