html{color:#000;background:#FFF}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: 100px;
}
.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;
}

.mod-banner{
    margin-bottom: 20px;
}
.mod-banner .bd{
    text-align: center;
}
.mod-banner .bd img{
    max-width: 100%;
    height: auto;
}

.only-pc{
    display: block;
}
.only-mobile{
    display: none;
}

@media screen and (max-width: 800px){
    .only-pc{
        display: none;
    }
    .only-mobile{
        display: block;
    }
    .mod-banner{
        margin-bottom: 10px;
    }
}

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

    .mod-head{
        margin-bottom: 10px;
    }
    .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;
    }
}
.mod-panel {
    margin: 0 auto 20px;
}
.mod-panel .hd{
    line-height: 40px;
}
.mod-panel .hd h1{
    font-weight: bold;
    font-size: 20px;
    color:#212121;
}
.mod-panel .hd h2{
    font-weight: bold;
    font-size: 16px;
    color:#212121;
}
.mod-panel .bd{
    max-width: 640px;
    padding: 20px 25px 30px;
    border:  1px solid #e2e2e2;
    margin: 0 auto;
    border-radius: 5px;
}
.mod-panel .panel-body{
    padding: 15px 0;
}
.mod-panel .panel-foot{
    padding-bottom: 15px;
    text-align: center;
}
.mod-panel .item{
    line-height: 30px;
    margin-bottom: 5px;
}
.mod-panel .item-title{
    float: left;
    width: 90px;
    text-align: right;
    color: #666;
}
.mod-panel .item-content{
    margin-left: 105px;
}
.mod-panel .field-title{
    margin-bottom: 5px;
}
.mod-panel .field-content li{
    margin-bottom: 5px;
}
.mod-panel .field-name{
    display: inline-block;
    width: 80px;
    text-align: right;
}
.mod-panel label{
    margin-right: 10px;
}
.mod-panel label input,.mod-panel label span{
    vertical-align: middle;
}
.mod-panel select{
    min-width: 122px;
    height: 30px;
    border: 1px solid #ebebeb;
    line-height: 30px;
    outline: none;
}
.mod-panel input[type="text"],.mod-panel input[type="number"]{
    width: 100px;
    height: 20px;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    margin-right: 2px;
    line-height: 20px;
    outline: none;
}
.mod-panel textarea{
    width: 136px;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    outline: none;
}
.mod-panel .btn {
    height: 32px;
    width: 80px;
    margin: 0 5px;
    background: #018cd7;
    border: 1px solid #018cd7;
    line-height: 30px;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
}
.mod-panel .btn-reset{
    border: 1px solid #ccc;
    background: #ededed;
    background: -moz-linear-gradient(top, #fefefe, #ededed);
    background: -o-linear-gradient(left top, left bottom, from(#fefefe), to(#ededed));
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ededed));
    color: #333;
}

.mod-intro{
    padding-top: 20px;
    border-top:1px dotted #e0e0e0;
}
.mod-intro .box{
    margin-bottom: 20px;
}
.mod-intro .box h3{
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
}
.mod-intro .box p{
    line-height: 24px;
    font-size: 14px;
}
.mod-intro .box strong{
    font-weight: bold;
}
.mod-intro .box p.text-gray{
    color: #888;
}
.mod-intro .box table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cee1ee;
    border-left: 0;
}
.mod-intro .box caption{
    padding: 20px 0 10px;
    line-height: 22px;
    font-weight:  bold;
    font-size: 15px;
    text-align: center;
}
.mod-intro .box thead {
    background-color: #e3eef8;
}
.mod-intro .box tr {
    line-height: 30px;
    font-size: 13px;
}
.mod-intro .box tr th, .mod-intro .box tr td {
    border: 1px solid #cee1ee;
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 10px;
    font-weight: normal;
}
.mod-intro .box tr th{
    color: #555;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}
.mod-intro .box tr td.th{
    background: #e3eef8;
}


@media screen and (max-width: 1024px) {
    .mod-panel select{
        max-width: 180px;
    }

    .mod-panel .hd h1{
        font-size: 18px;
    }
    .mod-panel .bd{
        padding:  15px 10px 20px;
    }
}