body {
    background-color: #fff;

}

/*banner*/
.banner {
    width: 1400px;
    margin: 0 auto;
}
.banner img {
    width: 100%;
}
/*内容*/
.z-box {
    width: 1200px;
    margin: 0 auto;
    /*box-shadow: 1px 0px 3px 2px rgba(0, 0, 0, 0.2);*/
    padding: 40px 30px 30px 30px;
    background-color: #fff;
    margin-top: 10px;
}
/*left*/
.z-box .left {
     width: 350px;
    float: left;
    padding: 10px 0px;
 }
.z-box .left-top {
    width: 350px;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 20px 0px;
}
.z-box .left-top p span {
   display: block;
    padding: 2px 0px;
}
.z-box .left img {
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}
.z-box .left p {
    font-size: 14px;
    color: #333;
    font-family: " Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;";
    padding: 10px 15px;
    margin: 0 auto;
    padding-top: 20px;
    text-indent: 2em;
    line-height: 22px;
    letter-spacing: 1px;

}
.z-box .left .line {
    width: 330px;
    height: 1px;
    background-color: #ccc;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.z-box .left .sm {
    font-size: 14px;
    color: #333;
    font-family: " Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;";
    letter-spacing: 1px;
    padding: 2px 0px;
    padding-left: 15px;
}
.z-box .left .sm span {
    font-size: 14px;
    color: #333;
    font-family: " Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;";
    padding-left: 8px;
}
.z-box .left .sm2 {
    letter-spacing: 0.4em;
}
/*right*/
.z-box .right {
    float: right;
}
.z-box .right .bxlearn-qk {
    margin-top: 10px;
    width: 760px;
    height: 169px;
    background-image: url(../images/learn-qk.png);
    position: relative;
}
.z-box .right .bxlearn-qk p {
    font-size: 16px;
    color: #0068b7;
    font-family: " Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;";
    position: absolute;
    top: 30px;
    left: 30px;
}
.z-box .right .bxlearn-qk div {
    font-size: 14px;
    color: #ff0000;
    font-family: " Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;";
    text-align: center;
}
.z-box .right .bxlearn-qk div h3 {
    font-size: 14px;
    color: #333;
    font-family: " Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;";
    font-weight: bold;
    margin-bottom: 8px;
}
.z-box .right .bxlearn-qk .all {
    position: absolute;
    top: 100px;
    left: 90px;
}
.z-box .right .bxlearn-qk .dd {
    position: absolute;
    top:100px;
    left: 352px;
}
.z-box .right .bxlearn-qk .xxzt {
    position: absolute;
    top:100px;
    left: 600px;
}
.z-box .right .kcxx {
    margin-top: 26px;
    width: 759px;
    height: 540px;
    background-image: url(../images/learn-kc.png);
    position: relative;
}
.z-box .right .kcxx .kc {
    width: 729px;
    position: absolute;
    top: 45px;
    left: 15px;
}
.z-box .right .kcxx .kc a {
    color: #ff0000;
}
.z-box .right .kcxx .ym {
    position: absolute;
    bottom:1px;
    right: 25px;
}
.z-box .right .kcxx .ym div {
    display: inline-block;
}
/*尾部*/
.foot {
    width:1200px;
    margin:0 auto;
    margin-top:30px;
}
.foot ul {
    width:890px;
    margin:0 auto;
    border-top:1px solid #666;
}
.foot ul li {
    text-align:center;
    font-family:" Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;";
    font-size:16px;
    color:#0f0f0f;
    line-height:40px;
}
.foot ul span {
    cursor: pointer;
}




















