html{color:#000}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h3,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}
html{
    height:100%;
}
body{
    height: 100%;
    font-size: 14px;
    font-family: Arial,Helvetica,"Microsoft Yahei";
    color: rgb(110, 119, 129);
}
button, input {
    font-family: Arial,Helvetica,"Microsoft Yahei";
}
img{
    vertical-align: middle;
}
a{
    text-decoration: none;
    color: rgb(110, 119, 129);
}

.inner{
    max-width: 960px;
    padding:  0 10px;
    margin:  0 auto;
    overflow: hidden;
}
.container{
    margin-bottom: 30px;
}
.container .main{
    float: left;
    width: 632px;
}
.container .side{
    float: right;
    width: 300px;
}

.mod-head{
    margin-bottom: 20px;
}
.mod-head .bd{
    background: #018cd7;
    line-height: 60px;
}
.mod-head .bd .logo{
    float: left;
    height:  60px;
    overflow: hidden;
}
.mod-head .bd .logo img{
    margin-top: -20px;
}
.mod-head .bd ul{
    margin-left: 250px;
    overflow: hidden;
}
.mod-head .bd li{
    float: left;
}
.mod-head .bd li a{
    display: block;
    padding:  0 20px;
    font-size: 15px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
}
.mod-head .bd li.active a{
    color: #fff;
}
.mod-foot .bd{
    padding:  20px 0;
}
.mod-foot p{
    line-height: 24px;
    text-align: center;
}
.mod-foot p a,.mod-foot p span{
    margin: 0 5px;
    color: #888;
}

.mod-tip .bd{
    line-height: 24px;
    text-align: center;
    color: #fd7474;
}


@media screen and (max-width: 1024px){
    .header .inner{
        padding:  0;
    }
    .container .main{
        float: none;
        width: auto;
    }
    .container .side{
        float: none;
        width: auto;
    }

    .mod-head .bd{
        line-height: 48px;
        border-bottom: 1px solid #e2e2e2;
    }
    .mod-head .bd .logo{
        float: none;
        display: block;
        text-align: center
    }
    .mod-head .bd .logo img{
        width: 120px;
        margin-top: -8px;
    }
    .mod-head .bd ul{
        margin: 0;
        padding:  0 5px;
        background: #fff;
    }
    .mod-head .bd ul li{
        height: 36px;
        line-height: 36px;
    }
    .mod-head .bd ul li a{
        padding:  0 10px;
        font-weight: normal;
        font-size: 14px;
        color: #888;
    }
    .mod-head .bd ul li.active a{
        font-weight: bold;
        color: #444;
    }
}