*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li{
    list-style: none;
}
.hidden{
    display: none;
}
.show{
    display: block;
}
.name{
    margin-top: 10px;
}
button{
    font-family: "Microsoft Yahei", simHei;
}
.dx{
    border-bottom: 2px solid #3463b1;
}
/********* 背景颜色 *********/
.bg{
    background-color: #f5f5f5;
    font-family: "Microsoft Yahei", simHei;
}
/**************** d2部分 *******************/
.d2{
    font-family: "Microsoft Yahei", simHei;
    margin-bottom: 18px;
    border-bottom: 1px solid #cccccc;
}
/****** 图的部分 ******/
.d2 > .tu{
    position: relative;

}
.d2 > .tu > img {
    width: 100%;
    height: 360px;
}
.d2 > .tu > div{
    position: absolute;
    left: 20px;
    bottom: -70px;
    overflow: auto;
    width: 50%;
}
.d2 > .tu > div > img{
    max-width: 126px;
    max-height: 125px;
    float: left;
    border: 1px solid #ddd;
}
.d2 > .tu  > div > span{
    float: left;
    font-size: 20px;
    margin-top: 75px;
    margin-left: 20px;
}
.d2 > .tu > span{
    position: fixed;
    background-color: rgba(100,100,100,0.5);
    width: 100%;
    top: 0;
    height: 45px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
}
.d2 > .tu > span > a {
    color: #fff;
    font-size: 25px;
}
/******** title部分 *********/
/*** 左边的up ***/
.title{
    padding: 0 18px;
    height: 106px;
    padding-top: 13px;
    overflow: hidden;
    background: #fff;
}
.title > div:first-child{
    float: left;
}
.title > div:first-child > p{
    font-size: 25px;
}
/*** 左边的down ***/
.title > div:first-child > ul{
    overflow: hidden;
}
.title > div:first-child > ul > li{
    float: left;
}
.title > div:first-child > ul:nth-child(2){
    margin-top: 10px;
}
.title > div:first-child > ul:nth-child(2) > li:first-child > span{
    color: #345CA7;
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
}
.title > div:first-child > ul:nth-child(2) > li:nth-child(2) > s{
    display: inline-block;
    color: #b3b3b3;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
}
/****** 右边的 *******/
.title > div:nth-child(2){
    float: right;
    width: 100px;
    height: 86px;
    text-align: right;
    padding-top: 6px;
    padding-left: 60px;
}
.title > div:nth-child(2) > p:first-child > b{
    display: block;
    width: 19px;
    height: 22px;
    background-image: url("../../../images/learn/web_good.png");
    background-repeat: no-repeat;
    margin: 10px auto;
}
.htl{
    background-position: 0 -24px;
}
.title > div:nth-child(2) > p:nth-child(2) > span{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #666666;
}
/************ d3部分 ************/
/********** d4部分 **********/
.d3{
    margin-top: 18px;
    margin-bottom: 88px;
}
.d3 > .bt{
    font-size: 24px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    width: 100%;
    background-color: #fff;
}
.d3 > .bt > span{
    float: left;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #666666;
    width: 50%;
}
/*** class = intro(简介) ***/
#introNr{
    padding:18px;
    background-color: #fff;
}
#introNr > p{
    font-size: 18px;
}
/*** class = catalog(目录) ***/
#catalogNr{
    padding: 18px;
    font-family: "Microsoft Yahei", simHei;
    background-color: #fff;
}