
body{
    font-family: "Î¢ÈíÑÅºÚ";
}
.nav-area{
    margin: 0 auto;
    width: 1000px;
    height: 46px;
    line-height: 46px;
    background-color: #008AE7;
}

.nav-area .menu {
    position: relative;
    z-index: 1000;
}

.menu>ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu>ul>li {
    float: left;
    margin: 0 13.5px;
}
.menu>ul>li>a, .menu>ul>li>a:visited {
    display: block;
    float: left;
    text-decoration: none;
    padding: 0 15px 0 15px;
    height: 38px;
    line-height: 38px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    min-width: 64px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 500;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.menu>ul>li:hover>a {
    color: #0972a2;
    background: #fff;
    font-size: 18px;
    font-weight: 800;
}

.menu>ul>li>.normal{
    display: none;
    position: absolute;
    top: 46px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #fff;
}
.menu>ul>li>.normal>div>a, .menu>ul>li>.normal>a:visited {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #000;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    background-color:#fff ;
}
.menu>ul>li>.normal>div>a:hover {
    color: rgb(9, 114, 162);
    background: rgb(186, 231, 250);
}

.menu>ul > li > .group{
    display: none;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1000px;
    padding: 10px 15px;
    background-color: #fff;
}
.menu > ul  >li > .group > div>div{
    float: left;
    max-width: 170px;
}
.menu > ul > li > .group > div {
    float: left;
}
.menu > ul > li > .group > div>div>div{
    text-align: center;
    margin: 0 10px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #75b0c9;
}
.menu > ul > li > .group > div>div>div>div{
    height: 32px;
    line-height: 32px;
    background-color: #0293d6;
    margin: 7px 15px;
    font-size: 14px;
    color: #fff;
}
.menu > ul > li > .group a , .menu > ul > li>.group a:visited{
    height: 32px;
    line-height: 32px;
    display: block;
    color: #000;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 15px;
}
.menu > ul > li > .group  a:hover {
    color: #0972a2;
}
.detail-container{
    width: 960px;
    margin: 0 auto;
	/*margin-top: 265px;*/
    padding: 20px;
    background-color: #f1f7fe;
	margin-bottom:20px;
}
.container-top{
    height: 46px;
    line-height: 46px;
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #b6d1f2;
    background-image: url("/static/home/image/position.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.detail-body{
     background-color: #fff;
     padding:  0 20px 20px 20px;
    min-height: 500px;
 }

.detail-body .detail-title{
    text-align: center;
    font-size: 16px;
    color:#666;
    padding-top: 30px;
}
.detail-body .detail-title span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #858585;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-color: #75b0c9;
    border-bottom-style: dashed;
}

.detail-content p img{
    max-width:100%;
}
.detail-content strong{
    display: block;
}
/*ÉìËõ²ã*/
.qr-code-icon{
   width: 54px;
    height: 54px;
    position: fixed;
    right: 0;
    bottom: 86px;
    z-index: 99;

}
.icon-img{
    width: 46px;
    height: 38px;
    position: relative;
    top: 8px;
    left: 5px;
    background-image: url(/static/home/image/column/wechat1.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.qr-code-content{
    width: 133px;
    height: 124px;
    position: fixed;
    right: 55px;
    bottom: 55px;
    z-index: 99;
   background-image:url('/static/home/image/column/qrcode-content-bg.png');
    background-position:center center;
    background-repeat:no-repeat;
}

.files-contents{
    padding: 5px 20px 5px 0px;
}
.files-contents p{
    margin: 0px;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
}
.files-contents a{
    text-decoration: none;
    font-size: 14px;
    color: #00a0e9;
    height: 18px;
    line-height: 18px;
}
