body,div,img,a,p,ul,li,span,h1,h2,label{
    padding:0;
    margin:0;
}

a{
    text-decoration:none; 
    outline:none;
}

img{
    border:none;
}

ul{
    list-style:none;
}

/* 正文页 */

/* 头部 */
.header-container{
    width:100%;
    height: 178px;
}

.header-wrap{
    background-color: #10d3bd;
}

.header{
    width: 960px;
    height: 131px;
    margin: 0 auto;
}

.logo{
    float: left;
    width: 350px;
    height: 100px;
    margin-top: 20px;
}

.logo img{
    float: left;
}

.logo_1{
    float: left;
    margin-top: 8px;
    margin-left: 10px;  
}

.title{
    float: left;
    width: 140px;
    height: 76px;
    border-left: 2px solid #96ebe1;
    margin-top: 30px;
    margin-left: 15px;
}

.title img{
    margin-left: 20px;
    margin-top: 20px;
}

.aim{
    float: left;
    width: 380px;
    height: 35px;
    margin-top: 50px;
    margin-left: 60px;
    
}

.aim-1{
    float: left;
    height: 22px;
    border-right: 2px solid #5ee0d1;
    margin-top: 8px;
}

.aim-2{
    float: left;
    height: 22px;
    margin-top: 8px;
}

.aim-1 img{
    margin-top: -5px;
    margin-left: 10px;
    margin-right: 10px;
}

.aim-2 img{
    margin-top: -5px;
    margin-left: 10px;
}


/* 导航栏 */
.nav-wrap{
    background-color: #527681;
}

.nav{
    width: 960px;
    height: 47px;
    margin: 0 auto;
}

.nav li{
    float: left;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fdfafa;
}

.nav li:hover{
    color: #000;
    background-color: #fffdcb;
}



.container{
    width: 1028px;
    margin: 0 auto;
    position: relative;
}
/* 背景图 */
.background{
    float: left;
    margin-top: 5px;
}

.main-title{
    float: left;
    position: absolute;
    width: 149px;
    height: 51px;
    top: 270px;
    left: 80px;
}

.main-title-1{
    float: left;
    width: 149px;
    height: 47px;
    background-color: #10d3bd;
    line-height: 47px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.main-title-2{
    float: left;
    width: 149px;
    height: 4px;
    background-color: #fffdcb;
}
/* 侧栏 */
.menu{
    float: left;
    width: 149px;
    margin-left: 80px;
}

.menu li{
    float: left;
    width: 149px;
    height: 37px;
    background-color: #f5f5f5;
    color: #527681;
    text-align: center;
    line-height: 40px;
    margin-bottom: 3px;
}

.menu a{
    color: #527681;
}

.menu li:hover a{
    color: #10d3bd;
}

.menu li:hover{
    color: #10d3bd;
}
/* 内容 */
.content{
    float: left;
    width: 705px;
    margin-top: 14px;
    margin-left: 20px;
}

.content-top{
    float: left;
    width: 705px;
    height: 30px;
    border-bottom: 2px solid #10d3bd;
}

.content-title{
    float: left;
}

.path{
    float:right;
    color: #aeadad;
    font-size: 12px;
    line-height: 25px;
}

.main-content{
    float: left;
    width: 90%;
    font-size: 14px;
    margin-top: 18px;
    padding: 0 5%;
}
.main-content pre{
    white-space: pre-wrap;
    word-break: break-all;
    
}

.main-content img{
    max-width: 705px;
}

.ar-tit{ 
    height:28px;
    width:100%;
    text-align:center;
    font-size:16px;
    font-weight:bolder;
}

.ar-con{
    min-height:360px;
    font-size:14px;
    line-height:20px;
    margin-top:10px;
    padding: 0 3%;
}

/* 底部 */
.footer-container{
    float: left;
    width: 100%;
    height: 132px;
    background-color: #10d3bd;
    margin-top: 100px;
    position: relative;

}

.footer-1{
    float: left;
    width: 100%;
    height: 16px;
    text-align: center;
    line-height: 110px;
    color: #fff;
}

.footer-2{
    float: left;
    width: 100%;
    height: 16px;
    text-align: center;
    line-height: 132px;
    color: #fff;
}