.price-all-page {
    position: relative;
    width: 100%;
    min-width: 1200px;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;

}
/* 最上面头条 start */
.price-all-page .head {
    height: 36px;
    line-height: 36px;
    background-color: #F5F7FA;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    top: 20px;
}

.price-all-page .head_in {
    width: 1200px;
    margin: 0 auto;
    height: 36px;
    box-sizing: border-box;
}

.price-all-page .head .left {
    float: left;
}

.price-all-page .head .left span {
    padding: 0px 10px;
    background-color: #4E8BFE;
    height: 100%;
    color: #fff;
    margin-right: 28px;
    display: inline-block;
    height: 36px;
}

.price-all-page .head-right {
    float: right;
    line-height: 36px;
    padding-left: 35px;
    color: rgba(39, 40, 72, 0.8);
    font-size: 14px;
}

/* 最上面头条 end */
/* logo  start*/
.price-all-page .top {
    box-sizing: border-box;
    width: 300px;
    height: 100px;
    padding-top: 23px;
    float: left;
}

.price-all-page .top-left {
    height: 54px;
    font-family: "Microsoft Yahei";
    float: left;
    position: relative;
}

.price-all-page .top-left a {
    display: block;
    float: left;
}

.price-all-page .top-left p {
    float: left;
    margin-left: 27px;
    line-height: 54px;
    font-size: 20px;
    color: rgba(39, 40, 72, 0.8);
}

/* logo  end*/
/* 导航条 start*/

.course{
    height: 100px;
}
.price-all-page #nav {
    float: left;
    width: 900px;
    height: 100px;
    z-index: 999999999 !important;
    box-sizing: border-box;
}

.price-all-page #nav dl {
    display: block;
    float: left;
    position: relative;
    height: 100%;
    margin-right: 30px;
}

.price-all-page #nav dl a {
    line-height: 100px;
}

.price-all-page #nav dl dt {
    height: 50px;
}

.price-all-page a.white,
.price-all-page a.white:link,
.price-all-page a.white:active,
.price-all-page a.white:visited {
    width: auto;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    text-align: center;
    padding: 0 25px 0 25px;
    color: #272848;
}

.price-all-page #nav dl dt span.arrow {
    display: block;
    content: "";
    width: 11px;
    height: 5px;
    position: absolute;
    top: 45%;
    right: 10px;
}

.price-all-page #nav dl dd.navcourse {
    width: 390px;
    box-sizing: border-box;
}

.price-all-page #nav dl dd {
    position: absolute;
    z-index: 999999999 !important;
    left: 0px;
    top: 70px;
    background: #fff;
    border-right: none;
    box-shadow: 0 0 10px #999;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}

.price-all-page #nav dl dd li {
    float: left;
    box-sizing: border-box;
    line-height: 50px;
    width: 50%;
}

.price-all-page #nav dl dd li {
    line-height: 50px;
}

.price-all-page #nav dl dd li a.java-course:hover,
.price-all-page #nav dl dd li a.html5-course:hover,
.price-all-page #nav dl dd li a.bd-course:hover,
.price-all-page #nav dl dd li a.ui-course:hover {
    color: #0c9;
}

.price-all-page #nav dl dd li a.html5-course {
    padding: 15px 0 15px 50px;
    color: #272848;
    text-align: left;
    float: left;
    line-height: 30px;
}

.price-all-page #nav dl dd li a.bd-course {
    padding: 15px 0 15px 50px;
    color: #272848;
    float: left;
    overflow: hidden;
    line-height: 30px;
}

.price-all-page #nav dl dd li a.ui-course {
    padding: 15px 0 15px 50px;
    color: #272848;
    float: left;
    overflow: hidden;
    line-height: 30px;
}

.price-all-page #nav dl dd li a.java-course {
    padding: 15px 0 15px 50px;
    color: #272848;
    text-align: left;
    float: left;
    line-height: 30px;
}

/* 鼠标放到上面显示课程 */
.price-all-page #nav dl.project:hover dd {
    display: block;
}

.price-all-page #nav dl dd li:hover {
    background: #eee;
}

.price-all-page #nav dl dt:hover a {
    color: #0c9;
    text-decoration: none;
}

/* 导航条 end*/
/* content start */
.price-all-page .content {
    font-family: arial, '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti;
    color: #333;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .price-all-page .content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px auto;
  }
  
  .price-all-page .content td,
  .price-all-page .content th {
    background: white;
    padding: 10px 15px;
    border: 1px solid #999;
    font-size: 16px;
    text-align: center;
    color: #707070;
    line-height: 52px;
  }
  
  .price-all-page .ft-20 {
    font-size: 20px;
  }
  
  .price-all-page .content .ms {
    font-size: 12px;
  }
  
  .price-all-page .ttlt {
    color: #707070;
    font-size: 16px;
    margin: 30px auto 20px auto;
    line-height: 30px;
    line-height: 34px;
    padding-left: 165px;
  }
  
  .price-all-page .content .clz {
    color: #333;
  }
  
  .price-all-page .sub_tt {
    margin: 20px auto 0 auto;
    font-size: 24px;
    text-align: center;
    color: #707070;
  }
  
  .price-all-page .faqleft {
    width: 100%;
  }
  
  .price-all-page .faq_content {
    /* width: auto; */
    width: 100%;
  }
  
  .price-all-page .faq_content p {
    font-size: 16px;
    height: auto;
    line-height: 34px;
    color: #333;
    font-weight: normal;
  }
  
  .price-all-page .faq_content div a {
    color: #333 !important;
    text-decoration: none;
  }
  
  .price-all-page .faq_content .time {
    font-size: 14px;
    text-align: center;
    color: #aaa;
    padding: 12px 0 12px;
    border-bottom: 1px solid #ccc;
  }
  
  .price-all-page .bb b {
    font-size: 16px;
  }
  
  .price-all-page .content .tbg3 {
    background: yellow;
    color: #333;
  }
  
  .price-all-page .content .tbg2 {
    background: #ea2d2e;
    color: #333;
  }
  
  .price-all-page .content .tbg1 {
    background: #fac090;
    color: #333;
  }
  
  .price-all-page .red {
    color: red;
  }
  
  .price-all-page table tr:nth-child(n+1) {
    height: 74px;
  }
  
  * {
    text-decoration: none;
  }
/* content end */
/* footer-all-msg start */
.footer-all-msg .bottombg {
    width: 100%;
    min-width: 1200px;
    height: 330px;
    background: #323232;
}

.footer-all-msg .bottom1 {
    margin: 0 auto;
    width: 1200px;
    height: 100px;
    border-bottom: 1px solid #474747;
}

.footer-all-msg .bottom1 ul {
    padding: 0 0 0 110px;
}

.footer-all-msg .bottom1 ul li {
    float: left;
}

.footer-all-msg .bottom1 ul li a {
    color: #ffffff;
}

.footer-all-msg .bottomimg1 {
    width: 300px;
    height: 100px;
    line-height: 100px;
    background: url("./img/bottom-one.gif") left center no-repeat;
    padding: 0 0 0 60px;
    color: #ffffff;
    font-family: "Microsoft Yahei";
    font-size: 18px;
}

.footer-all-msg .bottomimg2 {
    width: 300px;
    height: 100px;
    line-height: 100px;
    background: url("./img/bottom-two.gif") left center no-repeat;
    padding: 0 0 0 60px;
    color: #ffffff;
    font-family: "Microsoft Yahei";
    font-size: 18px;
}

.footer-all-msg .bottomimg3 {
    width: 300px;
    height: 100px;
    line-height: 100px;
    background: url("./img/bottom-three.gif") left center no-repeat;
    padding: 0 0 0 60px;
    color: #ffffff;
    font-family: "Microsoft Yahei";
    font-size: 18px;
}

.footer-all-msg .bottom2 {
    margin: 0 auto;
    width: 1100px;
    height: 140px;
    padding: 25px 0;
}

.footer-all-msg .bottom2 dl {
    float: left;
    width: 180px;
    height: 140px;
}

.footer-all-msg .bottom2 dl dt {
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-family: "Microsoft Yahei";
    font-size: 20px;
}

.footer-all-msg .bottom2 dl dd {
    height: 30px;
    line-height: 35px;
    color: #a8a8a8;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    padding: 0 0 0 5px;
}

.footer-all-msg .bottom2 dl dd a {
    height: 30px;
    line-height: 35px;
    color: #a8a8a8;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    padding: 0 0 0 5px;
}

.footer-all-msg .copyright {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2a2a2a;
    color: #a8a8a8;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    position: relative;
}

.footer-all-msg .copyright a {
    color: #a8a8a8;
}

.footer-all-msg .righta {
    display: block;
    font-size: 14px;
    float: right;
    font-family: "Microsoft Yahei";
    padding: 17px 10px 0 0;
}

.footer-all-msg .toolbar {
    z-index: 9999;
    position: fixed;
    right: 10px;
    bottom: 4%;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-all-msg .toolbarbox {
    padding-top: 10px;
    width: 52px;
    background: #fff;
    position: fixed;
    right: 0;
    top: 35%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
    color: #fff;
}

.footer-all-msg .toolbarbox img {
    border: 0;
    max-width: 100%;
    margin-top: 10px;
}

.footer-all-msg .msg {
    width: 52px;
    height: 56px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.footer-all-msg .msg.msg-line {
    position: absolute;
    top: 60px;
    left: 21px;
    width: 10px;
    height: 1px;
    border-bottom: 1px solid #e7e7e7;
}

.footer-all-msg img.msg-img {
    position: absolute;
    left: 8px;
    top: 10px;
}

.footer-all-msg .hidemsg {
    width: 210px;
    height: 40px;
    line-height: 28px;
    background: #10c46e;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.footer-all-msg .hidemsg div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    width: 204px;
    height: 204px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    -moz-animation: ball-scale 1s 0s ease-in-out infinite;
    -ms-animation: ball-scale 1s 0s ease-in-out infinite;
    -o-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

.footer-all-msg .hidemsg p {
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.footer-all-msg .hidemsgAfter {
    width: 225px;
    height: 40px;
    position: relative;
    left: -222px;
    top: 15px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.footer-all-msg .hidemsgAfter:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 7px;
    display: block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #10c46e;
}

.footer-all-msg .mobel {
    width: 52px;
    height: 56px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.footer-all-msg .hidemobelBox {
    width: 183px;
    min-height: 60px;
    background: #10c46e;
    padding: 7px;
    border-radius: 8px;
    display: none;
    position: absolute;
    right: 63px;
    top: 17px;
    cursor: pointer;
    font-weight: 700;
    text-align: left;
    line-height: 30px;
}

.footer-all-msg .wx.hidemobelBox {
    height: auto;
    text-align: center;
    width: 173px;
}

/* footer-all-msg end */