* {
    margin: 0;
    padding: 0
}

.img-responsive {
    display: block;
    width: 100%;
}
.left{
    float: left;
}
.right{
    float: right;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
    /*min-width: 1000px;*/
}

.col-red {
    color: #eb0909;
}
.col-blue{
    color:#3988ff;
    font-weight:bold;
}

.banner a {
    cursor: pointer;
}

.yj-header {
    font-size: 48px;
    color: #0d86f1;
    text-align: center;
    font-weight: bold;
}

.yj-header span {
    color: #f53230;
}

/*软件测试哪里好 开始*/
.box1 {
    height: 845px;
    background: url("images/box1_bg.png") #eee center no-repeat;
}

.box1 .yj-header {
    padding: 72px 0 75px 0;
}

.box1 .hd p {
    padding-top: 24px;
}

.box1 .box1-con {
    width: 100%;
    position: relative;
    height: 492px;
}

.box1 .box1-con .box1-xian {
    position: absolute;
    right: 398px;
    top: 92px;
    height: 360px;
    border-left: 1px #f9a328 dashed;
}

.box1 .box1-con .box1-yuan {
    width: 460px;
    height: 157px;
    position: absolute;
    right: -1px;
}

.box1 .box1-con .box1-yuan img {
    animation: run 10s linear infinite;
    -moz-animation: run 10s linear infinite;
    -webkit-animation: run 10s linear infinite;
    -o-animation: run 10s linear infinite;
}

.box1 .box1-con .yuan1 {
    top: 6px;
}

.box1 .box1-con .yuan2 {
    top: 192px;
}

.box1 .box1-con .yuan3 {
    top: 366px;
}

.box1 .box1-con .box1-yuan p {
    position: absolute;
    width: 26.6%;
    left: 0;
    top: 22px;
    font-size: 28px;
    color: #020202;
    text-align: center;
}

.box1 .box1-con .yuan3 p {
    top: 18px;
}

.box1 .box1-con .box1-yuan p b {
    font-size: 28px;
    color: #1b1b1b;
}

.box1 .box1-con .box1-yuan h2 {
    position: absolute;
    width: 69%;
    left: 148px;
    top: 20px;
    font-size: 18px;
    color: #000;
}

.box1 .box1-con .yuan3 h2 {
    top: 10px;
}

.box1 .box1-con .yuan2 h2 {
    top: -10px;
}

.box1 .box1-con .box1pic2 {
    position: absolute;
    left: 463px;
    top: 235px;
}

.box1 .box1-con .box1pic3 {
    position: absolute;
    left: 0;
    top: 0px;
}

/*.box1 .a_btn {*/
/*position: absolute;*/
/*right: 218px;*/
/*top: 448px;*/
/*}*/

/*小球滚动动画*/
@keyframes myfirst {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .3;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    0% {
        opacity: 1;
    }
    50% {
        opacity: .3;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes myfirst /* Safari å’Œ Chrome */
{
    0% {
        opacity: 1;
    }
    50% {
        opacity: .3;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes myfirst /* Opera */
{
    0% {
        opacity: 1;
    }
    50% {
        opacity: .3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes myfirst1 {
    0% {
        bottom: 100px;
    }
    50% {
        bottom: 110px;
    }
    100% {
        bottom: 100px;
    }
}

@-moz-keyframes myfirst1 /* Firefox */
{
    0% {
        bottom: 100px;
    }
    50% {
        bottom: 110px;
    }
    100% {
        bottom: 100px;
    }
}

@-webkit-keyframes myfirst1 /* Safari å’Œ Chrome */
{
    0% {
        bottom: 100px;
    }
    50% {
        bottom: 110px;
    }
    100% {
        bottom: 100px;
    }
}

@-o-keyframes myfirst1 /* Opera */
{
    0% {
        bottom: 100px;
    }
    50% {
        bottom: 110px;
    }
    100% {
        bottom: 100px;
    }
}

@keyframes myfirst2 {
    0% {
        top: 16px;
    }
    50% {
        top: 25px;
    }
    100% {
        top: 16px;
    }
}

@-moz-keyframes myfirst2 /* Firefox */
{
    0% {
        top: 16px;
    }
    50% {
        top: 25px;
    }
    100% {
        top: 16px;
    }
}

@-webkit-keyframes myfirst2 /* Safari å’Œ Chrome */
{
    0% {
        top: 16px;
    }
    50% {
        top: 25px;
    }
    100% {
        top: 16px;
    }
}

@-o-keyframes myfirst2 /* Opera */
{
    0% {
        top: 16px;
    }
    50% {
        top: 25px;
    }
    100% {
        top: 16px;
    }
}

@keyframes run {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes run {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes run {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes run {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn {
    width: 284px;
    height: 67px;
    background: url(images/btn.png) no-repeat;
    margin: 40px auto 68px;
}

.btn a {
    font-size: 20px;
    color: #fff;
    line-height: 67px;
    padding:24px 78px 24px 46px;
}

/*软件测试哪里好 结束*/
/*北大青鸟软件测试课程 开始*/
.box2 .yj-header {
    padding: 44px 0 25px 0;
}

.box2 .title {
    font-size: 28px;
    color: #1b1b1b;
    margin-bottom: 50px;
    text-align: center;
}
#box{
    width: 1000px;
    height: 442px;
    overflow: hidden;
}
.box2 ul>li{
    width: 798px;
    height: 442px;
    float: left;
}
/*北大青鸟软件测试课程 结束*/
/*免费试学 开始*/
.box3 {
    height: 217px;
    background: url("images/box_form.png") center no-repeat;
}

.box3 .title1 {
    font-size: 36px;
    font-style: oblique;
    color: #fff;
    padding: 34px 0 36px 0;
    text-align: center;
    font-weight: bold;
}

.box3 input[type="text"] {
    height: 48px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    padding-left: 7px;
}

.box3 .xm {
    width: 186px;
}

.box3 .phone {
    width: 203px;
}

.box3 .wx {
    width: 270px;
}

.box3 .submit {
    width: 224px;
    height: 58px;
    background-color: #ffeb0f;
    line-height: 58px;
    text-align: center;
    font-size: 24px;
    color: #000;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border: none;
    margin-left: 28px;
    cursor: pointer;
}

input[type=text]::-webkit-input-placeholder {
    font-size: 24px;
    color: #fff;
}

input[type=text]:-moz-placeholder {
    font-size: 24px;
    color: #fff;
}

input[type=text]::-moz-placeholder {
    font-size: 24px;
    color: #fff;
}

input[type=text]:-ms-input-placeholder {
    font-size: 24px;
    color: #fff;
}

/*免费试学 结束*/
/*学软件测试 就选大青鸟深圳嘉华学校 开始*/
.box4 {
    background: url("images/box4_bg.png") center no-repeat;
}

.box4 .yj-header {
    padding-top: 50px;
}

/*名师大咖传道授业*/

.box4 .title {
    width: 714px;
    height: 56px;
    line-height: 56px;
    background-color: #eee;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    text-align: center;
    font-size: 28px;
    color: #1b1b1b;
    margin: 24px auto 40px;
}

.box4 .one .box4-con {
    height: 484px;
    padding: 38px 0 58px 0;
    margin: 0 auto;
    background: url("images/box4icon.jpg") center no-repeat;
    position: relative;
}

.box4 .box4-con ul li {
    position: absolute;
}

.box4 .box4-con ul li.box4con1 {
    top: 158px;
    left: 40px;
}

.box4 .box4-con ul li.box4con2 {
    top: 195px;
    left: 284px;
}

.box4 .box4-con ul li.box4con3 {
    top: 154px;
    left: 514px;
}

.box4 .box4-con ul li.box4con4 {
    top: 102px;
    left: 762px;
}

.box4 .box4-con ul > li > p {
    width: 214px;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}

.box4 .box4-con ul > li.box4con1 img {
    margin-left: 44px;
}

.box4 .box4-con ul > li.box4con2 img {
    margin-left: 38px;
}

.box4 .box4-con ul > li.box4con3 img {
    margin-left: 44px;
}

.box4 .box4-con ul > li.box4con4 img {
    margin-left: 32px;
}

.box4 .box4-con ul > li.box4con1 p {
    margin-left: 2px;
    margin-top: 58px;
}

.box4 .box4-con ul > li.box4con2 p {
    margin-top: 62px;
}

.box4 .box4-con ul > li.box4con3 p {
    margin-top: 64px;
}

.box4 .box4-con ul > li.box4con4 p {
    margin-top: 68px;
}

.a_gd:hover {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    cursor: pointer;
}

/*课程前沿 科学教学 开始*/
.top-cour{
    height: 326px;
    background-color: #efefef;
    margin: 20px 0 10px 0;
}
.top-cour li {
    height: 214px;
    width: 182px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 60px;
    margin-top: 56px;
}
.top-cour li:nth-of-type(1){
    margin-left:32px;
}
.top-cour .yj-top {
    float: left;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px dashed #3988ff;
}

.top-cour li img {
    display: block;
    margin: 25px auto 12px;
}

.top-cour li p {
    font-size: 24px;
    text-align: center;
    color: #474747;
}

.top-cour .btm {
    width: 180px;
    height: 218px;
    border: 1px dashed #3988ff;
    background: #fff;
    position: absolute;
    top: 216px;
    left: 0px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.top-cour .btm p {
    padding: 10px;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    text-align: left;
}

.top-cour .bg p {
    color: #fff;
}

.top-cour .bg {
    background: #3988ff;
}

.top-cour li:hover .btm {
    top: 0;
}

/*课程前沿 科学教学 结束*/
/*名师大咖传道授业 结束*/
.box4 .p1 {
    font-size: 32px;
    color: #3988ff;
    height: 80px;
    line-height: 76px;
    padding-left: 18px;
}

.box4 .there img {
    margin-top: 29px;
}
.box4 .there .zoomIn{
    margin-bottom:94px;
}
.box4 .there .p1{
    margin-top: 28px;
}
/*学软件测试 就选大青鸟深圳嘉华学校 结束*/
/*嘉华就业明星 开始*/
.box5 {
    width: 100%;
    /*background: url(images/jobs_pop_bg.jpg) center no-repeat;*/
    background-color: #3988ff;
    height: 860px;
}

.box5 .yj-header {
    padding: 30px 0 13px 0;
    color: #fff;
}

.box5 .title {
    font-size: 28px;
    text-align: center;
    padding-bottom: 34px;
    color: #ffeb0f;
}

.box5 .content {
}
/*视频*/
.jobs-pop .slideBox .hd {
    width: 420px;
    margin: 0 auto;
}

.jobs-pop .slideBox .hd {
    margin-bottom: 30px;
}

.jobs-pop .slideBox ul > li {
    float: left;
}

.jobs-pop .slideBox ul > li:nth-of-type(1) {
    margin-right: 17px;
}

.jobs-pop .slideBox ul > li:nth-of-type(1),
.jobs-pop .slideBox ul > li:nth-of-type(2) {
    opacity: 0.8;
    cursor: pointer;
}

.jobs-pop .slideBox ul > li:nth-of-type(1).on,
.jobs-pop .slideBox ul > li:nth-of-type(2).on {
    background-color: transparent;
    opacity: 1;
}

.jobs-pop .introduce {
    width: 247px;
    height: 423px;
    background-color: #a8a8a8;
    margin-right: 16px;
}

.jobs-pop .introduce span:nth-of-type(1) {
    width: 206px;
    height: 42px;
    display: block;
    line-height: 42px;
    margin: 144px 0 14px 20px;
    background:linear-gradient(left,#613afb,#5592f5);
    background: -webkit-linear-gradient(left,#613afb,#5592f5);
    background: -o-linear-gradient(left,#613afb,#5592f5);
    background: -moz-linear-gradient(left,#613afb,#5592f5);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.jobs-pop .introduce span:nth-of-type(2) {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
}
/*嘉华就业明星 结束*/

/*视频背景开始*/
.wpopBg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 510;
    cursor: pointer
}

.wpopBox {
    position: relative;
    margin: -272.5px auto 0;
    width: 880px;
    height: 545px;
    z-index: 12;
    overflow: hidden;
    top: 50%
}

.wbtnClose {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    background: url(images/close.png) no-repeat 0 -33px;
    cursor: pointer
}

.wbtnClose:hover {
    background: url(images/close.png) no-repeat 0 0
}

.walertcontent {
    display: block;
    width: 880px;
    height: 545px;
    position: relative
}

.alertone {
    width: 880px;
    height: 545px
}

.walerthead {
    background-color: #000;
    height: 32px;
    width: 840px;
    padding: 14px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0
}

.walertbody {
    width: 880px;
    height: 485px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 60px
}

/*视频背景结束*/
/*北大青鸟深圳嘉华学校真实就业榜 开始*/
.box6 {
    height: 760px;
    background: url(images/box6_bg.jpg) center no-repeat;
}

.box6 .yj-header {
    padding: 103px 0 43px 0;
}

.box6 .tab1 {
    width: 1000px;
    margin: 0 auto;
    height: 48px;
}

.box6 .tab1 th, .zt8 .tab1 td {
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #ffffff;
    color: #1b1b1b;
}

.box6 .tab1 th {
    background: #3988ff;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

/*.box6 .tab1 th:nth-of-type(5){*/
/*background-color: #ffeb0f;*/
/*color: #1b1b1b;*/
/*}*/
.box6 #xst {
    height: 330px;
    overflow: hidden;
}

.box6 #xst tr {
    height: 46px;
}

.box6 #xst tr > td {
    text-align: center;
    color: #1b1b1b;
    font-size: 18px;
    border-bottom: 1px solid #b6b6b6;
}

.box6 #xst tr > td:nth-of-type(1),
.box6 #xst tr > td:nth-of-type(2) {
    width: 15%;
}

.box6 #xst tr > td:nth-of-type(3),
.box6 #xst tr > td:nth-of-type(4)
{
    width: 28%;
}

.box6 #xst tr > td:nth-of-type(5) {
    width: 14%;
    color: red;
    font-weight: bold;
}

/*.box6 #xst tr>td:nth-of-type(5){*/
/*background-color: #ffeb0f;*/
/*}*/
/*北大青鸟深圳嘉华学校真实就业榜 结束*/