@charset "utf-8";

/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0;font-family:"微软雅黑";font-size:14px;}

table { border-collapse:collapse; border-spacing:0; margin:0; padding:0;}

textarea{resize:none;}

li{list-style:none;}

fieldset, images/ui { border:0; }

images/ui{ vertical-align:top;}

address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }

ol, ul { list-style:none; }

h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }

abbr, acronym { border:0; }

em,i{font-style: normal;}

.clear{zoom:1;}

.clear:after{ content:""; display:block; clear:both;}

a{ text-decoration:none; cursor:pointer;}

a:hover{ text-decoration:none; cursor:pointer; }

a:focus { outline-style:none;}

body{

  min-width: 1100px;

  background:#fff;

}
.wrap{
    width: 1100px;
    margin:0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/*banner*/
.banner {
  height: 578px;
  background-image: url(../img/html5_20170921/banner02.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
.banner>div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -moz-transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -ms-transition: .6s all ease;
    transition: .6s all ease;
    box-sizing: border-box;
}

.banner>div.active{
    opacity: 1;
    z-index: 10;
}
.banner .wrap {
    padding-top: 450px;
}
.banner .banner-btns {
    text-align: center;
}
.banner .banner-btns > a {
    display: inline-block;
    line-height: 55px;
    font-size: 20px;
    margin: 0 10px;
    border-radius: 28px;
}
.banner .banner-01 .banner-btns a{
    box-shadow: 0px 3px 10px 1px #e31527
}
.banner .banner-01 .banner-btns a:nth-child(1){
    background: #fff;
    color:#fb102d;
    width:170px;
}
.banner .banner-01 .banner-btns a:nth-child(2){
    background: #fef46b;
    color:#fb102d;
    width:195px;
}

.banner-02{
    background: url('../img/html5_20170921/banner01.jpg') no-repeat center top;
}
.banner .banner-02 .banner-btns a:nth-child(1){
    background: #fff;
    color:#fb102d;
    width:190px;
}
.banner .banner-02 .banner-btns a:nth-child(2){
    background: #fef46b;
    color:#fb102d;
    width:235px;
}
.banner-btn{
    position: absolute;
    width: 100%;
    text-align: center;
    height: 30px;
    bottom: 0px;
    z-index: 20;
}
.banner-btn span{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #ccc;
    cursor: pointer;
}
.banner-btn span.active{
    background-color: #3688ff;
}
.banner-btn i{
  display: block;
  width: 1100px;
  height: 0;
  margin: 0 auto;
  position: relative;
}
.banner:hover .banner-btn i a{
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.banner-btn i a{
  position: absolute;
  width: 24px;
  height: 59px;
  background-image: url("http://www.qfedu.com/images/qf-linux/banner-btn-l.png");
  -webkit-background-size: 100%;
  background-size: 100%;
  top:  -353px;
  opacity: 0;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -ms-transition: 1s all ease;
  transition: 1s all ease;
}
.banner-btn i a:nth-child(1){
  left: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.banner-btn i a:nth-child(2){
  right: 0;
  background-image: url("http://www.qfedu.com/images/qf-linux/banner-btn-r.png");
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

/*contain1*/
.contain1{
    padding:65px 0 55px;
    background:#ececec;
}

.biaoti{
    font-size: 32px;
    font-weight: bold;
    color:#333;
    text-align: center;
    margin-bottom: 40px;
}
.biaoti span{
    color:#fa0a29;
}
.con1_main{
    height:365px;
    background: url(../img/html5_20170921/con1_bg.png) no-repeat center top;
    padding-top: 110px;
    width:1100px;
    position: relative;
}
.con1_main h4,.con1_main h5{
    color:#fff;
    font-weight: bold;
    position: absolute;
    font-size: 26px;
    top:35px;
    left:275px;
}
.con1_main h5{
    font-size: 22px;
    top:39px;
    left:715px;
}
.con1_main>span{
    display: block;
    width:64px;
    height: 64px;
    background: url(../img/html5_20170921/pk.png) no-repeat center ;
    position: absolute;
    top:190px;
    left:620px;
}

.con1_table{
    width:1040px;
    margin:0 auto;
}
.con1_table tr{
    height:50px;
}
.con1_table tr td{
    border-bottom:1px solid #e6e6e6;
    color:#333;
    font-size: 18px;
}
.con1_table tr:last-child td{
    border:0;
}
.con1_table tr:hover td{
    border-bottom:1px solid #fae1dc;
    background: #ffe6e1;
}
.con1_table tr td:nth-child(1){
    width:194px;
    text-align: center;
}
.con1_table tr td:nth-child(2){
    width:352px;
    padding-left: 75px;
    text-align: left;
    background: url(../img/html5_20170921/tab_img1.png) no-repeat 50px center;
}
.con1_table tr td:nth-child(3){
    width:325px;
    padding-left: 95px;
    text-align: left;
    background: url(../img/html5_20170921/tab_img2.png) no-repeat 65px center;
}
.con1_table tr:hover td:nth-child(2){
    background:#ffe6e1 url(../img/html5_20170921/tab_img1.png) no-repeat 50px center;
}
.con1_table tr:hover td:nth-child(3){
    background:#ffe6e1 url(../img/html5_20170921/tab_img2.png) no-repeat 65px center;
}

/*contain2*/
.contain2{
    padding:50px 0 40px;
    background: #fff;
}
.contain2 .biaoti{
    margin-bottom: 70px;
}
.con2_main{
    height:300px;
    position: relative;
    margin-bottom: 40px;
}
.con2_main .fl{
    margin-left: 50px;
    width:390px;
}
.con2_main .fl h6{
    font-size:28px;
    font-weight: bold;
    color:#333;
    text-align: center;
    line-height: 28px;
}
.con2_main .fl h6 i{
    color:#ff7b10;
}
.con2_main .fl span{
    display: block;
    font-size: 20px;
    color:#666;
    text-align: center;
    line-height: 28px;
}
.con2_main .fr{
    width:413px;
    height:270px;
    border-radius: 10px;
    margin-right: 7px;
    background: #ff7b10;
    padding:20px 0 0 50px;
    color:#fff;
}
.con2_main .fr h5{
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 28px;
    font-weight: bold;
}
.con2_main .fr p{
    font-size: 16px;
    line-height: 28px;
}
.con2_main .con2_jt{
    position: absolute;
    left:447px;
    top:48px;
}
.btn{
    display: block;
    margin:0 auto;
    text-align: center;
    font-size: 20px;
    color:#fff;
    width:263px;
    height: 55px;
    line-height: 55px;
    box-shadow: 0px 3px 10px #fd1c2e;
    border-radius: 28px;
    background: #ff7b10;
}

/*contain3*/
.contain3{
    height:744px;
    padding:75px 0 40px;
    background: url(../img/html5_20170921/con3_bg.jpg) repeat-x center top;
}
.contain3 .btn{
    background: #ff7b10;
}
.con3_main{
    margin-bottom: 50px;
    height: 555px;
    position: relative;
}
.con3_main div{
    width:282px;
    height:120px;
    border-radius:10px;
    background:#fff;
    box-shadow: 0px 0px 3px #eee;
    position: absolute;
    padding-top: 45px;
}
.con3_main div:nth-child(1){
    left:145px;
    top:179px;
}
.con3_main div:nth-child(2){
    left:447px;
    top:99px;
}
.con3_main div:nth-child(3){
    left:747px;
    top:23px;
}
.con3_main div p:nth-child(1){
    font-size: 18px;
    color:#333;
    margin-bottom: 25px;
}
.con3_main div p:nth-child(1) i{
    display: inline-block;
    width:33px;
    height: 28px;
    background: url(../img/html5_20170921/con3_img2.png) no-repeat center center;
    float: left;
    margin-right: 12px;
}
.con3_main div p:nth-child(1) i{
    margin-left:84px;
}
.con3_main div:nth-child(3) p:nth-child(1) i{
    margin-left:74px;
}
.con3_main div p:nth-child(2){
    font-size: 20px;
    color:#333;
    text-align: center;
}
.con3_main div p:nth-child(2) em{
    font-size: 24px;
    font-weight: bold;
    color: #f74e05;
}
/*contain4*/
.contain4{
    padding:40px 0 90px;
    background:#fff;
}
.contain4 .biaoti{
    margin-bottom: 0;
    line-height: 50px;
}
.fubiaoti{
    font-size: 16px;
    color:#333;
    text-align: center;
    line-height: 28px;
    margin-bottom: 30px;
}
.contain4 .con4_list{
    margin-bottom: 45px;
    height: 48px;
    border-bottom:2px solid #dcdcdc;
    text-align: center;
}
.contain4 .con4_list li{
    width:138px;
    margin:0 30px;
    height:48px;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    color:#333;
    line-height:33px;
    position: relative;
}
.contain4 .con4_list li img{
    float: left;
    margin-left:19px;
    margin-right:10px;
}
.contain4 .con4_list li.hover:after{
    content: "";
    display: block;
    position: absolute;
    width:138px;
    height: 4px;
    background: #ff7b10;
    left:0;
    bottom:-2px;
}
.contain4 .con4_main p{
    overflow: hidden;
    display: none;
}
.contain4 .con4_main p img{
    float: left;
    width:340px;
    height: 272px;
    margin-right:39px;
}
.contain4 .con4_main p img:last-child{
    margin-right: 0;
}
.contain4 .con4_main p:nth-child(1){
    display: block;
}

/*contain5*/
.contain5{
    background: url(../img/html5_20170921/con5_bg.jpg) no-repeat center top;
    height:211px;

}

.con5_main{
    width: 700px;
    height:211px;
    position: relative;
}

.con5_main h4{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    line-height: 48px;
    padding-top: 40px;
}
.con5_main p{
    font-size: 18px;
    color:#fff;
    text-align: left;
}
.con5_main img{
    position: absolute;
    top:2px;
    left:385px;
}
.con5_main .btn{
    position: absolute;
    width: 193px;
    color:#ff5310;
    background:#e5fe6f;
    right:5px;
    top:77px;
    box-shadow: 0 10px 20px #ff6f10;
}
/*contain6*/
.contain6{
    padding-top: 60px;
    background: #fff;
}
.contain6 .wrap{
    border-bottom:1px solid #eeeeee;
    padding-bottom: 40px;
}
.contain6 .biaoti{
    margin-bottom: 10px;
}
.contain6 .fubiaoti{
    margin-bottom: 40px;
}
.con6_main{
    margin-bottom: 35px;
    height:430px;
    position: relative;
}
.con6_main .con6_list li{
    width:500px;
    height:80px;
    margin-bottom: 8px;
    float: left;
}
.con6_main .con6_list li:nth-child(2n){
    float: right;
}
.con6_main .con6_list li:nth-child(2n) div{
    float: right;
}
.con6_main .con6_list li div{
    width:216px;
    float: left;
    height:70px;
    background:#f5f5f5;
    position: relative;
    padding: 10px 0 0 0px;
    box-shadow: 0 3px 10px #e1e0e0;
    cursor: pointer;
}
.con6_main .con6_list li i{
    display: block;
    font-size: 24px;
    color:#d0d0d0;
    margin-bottom: 10px;
    padding-left: 10px;
}

.con6_main .con6_list li span{
    display: block;
    font-size: 16px;
    color:#333;
}
.con6_main .con6_list li.hover div{
    background:#10ccee;

}
.con6_main .con6_list li.hover span,.con6_main .con6_list li.hover i{
    color:#fff;
}
.con6_main .con6_wrap{
    position: absolute;
    width:632px;
    height: 430px;
    left:50%;
    margin-left: -316px;
    top:0px;
}
.con6_main .con6_wrap div{
    background: #000;
}
/*contain7*/
.contain7{
    background:#fff;
    padding:40px 0;
}
.con7_list{
    height:100px;
    margin-bottom: 50px;
}
.con7_list li{
    height: 100px;
    width:354px;
    border-right:1px solid #e8e8e8;
    margin-right: 18px;
    float: left;
}
.con7_list li:last-child{
    border:0;
    margin-right: 0;
}
.con7_list li img{
    width:93px;
    height: 93px;
    float: left;
}
.con7_list li p{
    float: right;
    width: 210px;
    margin-right: 30px;
    font-size: 16px;
    color:#333;
    line-height: 28px;
}

.con7_wrap{
    height: 300px;
    background: url(../img/html5_20170921/con7_bg.jpg) no-repeat center top;
    padding:18px 23px 0 80px;
}
.con7_wrap .fl{
    width:390px;
    padding-top: 50px;
}
.con7_wrap .fl h3{
    color:#fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.con7_wrap .fl p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.con7_wrap .fr{
    width:493px;
    height: 218px;
    border-radius: 10px;
    background:#fff;
    padding-top: 65px;
}
.con7_wrap .fr h3{
    font-size: 30px;
    font-weight: bold;
    color:#333;
    text-align: center;
    margin-bottom: 10px;
}
.con7_wrap .fr h3 span{
    color:#ff7b10;
}
.con7_wrap .fr p{
    font-size: 22px;
    text-align: center;
    color: #999;
    margin-bottom: 35px;
}
/*contain8*/
.contain8{
    padding:40px 0 60px;
}
.contain8 .biaoti{
    margin-bottom: 10px;
}
.contain8 .fubiaoti{
    margin-bottom: 40px;
}
.con8_list{
    height:65px;
    margin-bottom: 25px;
    border-bottom: 2px solid #dcdcdc;
}
.con8_list li {
    float: left;
    font-size: 16px;
    color:#333;
    text-align: center;
    width:180px;
    position: relative;
    height: 65px;
    margin-left: 3px;
    cursor: pointer;
}
.con8_list li span{
    display: block;
    color:#666;
    margin-bottom: 5px;
}
.con8_list li:nth-child(5){
    margin-top: -20px;
}
.con8_list li.hover:after{
    content: "";
    width:100%;
    height:4px;
    background: #ff7b10;
    display: block;
    position: absolute;
    left:0;
    bottom:-2px;
}
.con8_list li:nth-child(5).hover:after{
    content: "";
    width:100%;
    height:4px;
    background: #ff7b10;
    display: block;
    position: absolute;
    left:0;
    bottom:-22px;
}
.kc_wrap{
    width:1100px;
    position: relative;
    padding-top: 35px;
    margin-bottom: 50px;
}
.kc_wrap .kc_jieduan{
    display: none;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.kc_wrap .kc_jieduan:nth-child(1){
    display: block;
}
.kc_wrap .kc_jieduan .kc_tubiao{
    display: block;
    width:70px;
    height:70px;
    border-radius: 50%;
    background: #1377a0 url(../img/html5_20170105/kc_list1_img1_hover.png) no-repeat center;
    margin-right: 13px;
}
.kc_wrap .kc_jieduan:nth-child(2) .kc_tubiao{
    background: #1377a0 url(../img/html5_20170105/kc_list1_img2_hover.png) no-repeat center;
}
.kc_wrap .kc_jieduan:nth-child(3) .kc_tubiao{
    background: #1377a0 url(../img/html5_20170105/kc_list1_img3_hover.png) no-repeat center;
}
.kc_wrap .kc_jieduan:nth-child(4) .kc_tubiao{
    background: #1377a0 url(../img/html5_20170105/kc_list1_img4_hover.png) no-repeat center;
}
.kc_wrap .kc_jieduan:nth-child(5) .kc_tubiao{
    background: #1377a0 url(../img/html5_20170105/kc_list1_img5_hover.png) no-repeat center;
}
.kc_wrap .kc_jieduan:nth-child(6) .kc_tubiao{
    background: #1377a0 url(../img/html5_20170105/kc_list1_img6_hover.png) no-repeat center;
}
.kc_jieduan h3{
    height:70px;
    color:#1377a0;
    font-size: 24px;
    font-weight: 100;
    line-height: 70px;
    background:#e2e2e2;
    padding:0 15px;
}
.kc_jieduan h3 i{
    font-weight: 900;
    margin-right: 25px;
}
.kc_jieduan ul{
    clear: both;
    overflow: hidden;
}
.kc_jieduan ul li{
    float: left;
    margin-right:22px;
    width:352px;
    margin-bottom: 15px;
}
.kc_jieduan ul li:nth-child(3n){
    margin-right: 0px;
}
.kc_jieduan ul li h2{
    height:64px;
    background:#ff7b10;
    line-height: 64px;
    color:#fff;
    font-size: 20px;
    text-align: left;
}
.kc_jieduan ul li h2 em{
    font-size: 24px;
    color:#fff;
    margin:0 13px 0 17px;
    font-weight: 100;
}
.kc_jieduan ul li .con_list{
    padding: 17px 15px 20px;
    background: #fff2e8;
}
.kc_jieduan ul li .con_list p{
    font-size: 14px;
    color: #2e2c2c;
    line-height: 24px;
    text-align: left;
}

.kc_jieduan:nth-child(1) li .con_list{height:424px;}
.kc_jieduan:nth-child(2) li .con_list{height:474px;}
.kc_jieduan:nth-child(3) li:nth-child(1) .con_list,.kc_jieduan:nth-child(3) li:nth-child(2) .con_list,.kc_jieduan:nth-child(3) li:nth-child(3) .con_list{height:424px;}
.kc_jieduan:nth-child(3) li:nth-child(4) .con_list,.kc_jieduan:nth-child(3) li:nth-child(5) .con_list{height:474px;}
.kc_jieduan:nth-child(4) li:nth-child(1) .con_list,.kc_jieduan:nth-child(4) li:nth-child(2) .con_list,.kc_jieduan:nth-child(4) li:nth-child(3) .con_list{height:424px;}
.kc_jieduan:nth-child(4) li:nth-child(4) .con_list,.kc_jieduan:nth-child(4) li:nth-child(5) .con_list{height:644px;}
.kc_jieduan:nth-child(5) li .con_list{height:380px;}
.kc_jieduan:nth-child(6) li .con_list{height:450px;}
.con_list img{
    display: block;
    margin:0 auto 15px;
}
.kc_jieduan:nth-child(6) li:nth-child(1){
    width:100%;
    margin-bottom: 0px;
}
.kc_jieduan:nth-child(6) li:nth-child(1) h2{
    text-align: center;
}
.kc_jieduan:nth-child(6) li .con_list p:nth-child(1){font-weight:bold;margin-bottom:2px;}
.kc_jieduan:nth-child(6) li{margin-right:0;width:366px;}
/*contain9*/
.contain9{
    background: #10ccee;
    padding-top: 50px;
}
.contain9 .wrap{
    height: 235px;
    position: relative;
}
.contain9 .wrap img{
    position: absolute;
    top:27px;
    left:45px;
}
.contain9 .wrap p{
    font-size: 20px;
    color:#fff;
    position: absolute;
    left:45px;
    bottom:70px;
}
.contain9 .wrap p span{
    font-size: 24px;
    color:#fffc07;
    font-weight: bold;
}
.contain9 .wrap .con9_form{
    width: 394px;
    height: 262px;
    position: absolute;
    top:0px;
    right:30px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(14,5,10,.5);
    background: #fff;
    padding:40px 60px 0;
}
.contain9 .wrap .con9_form label{
    display: block;
    width:368px;
    height: 53px;
    color:#565656;
    font-size: 18px;
    padding-left:15px;
    border-radius:10px;
    border:1px solid #dbdbdb;
    margin:0 auto 20px;
}
.contain9 .wrap .con9_form label span{
    display: block;
    width: 105px;
    text-align: center;
    line-height: 53px;
    float: left;
}
.contain9 .wrap .con9_form label:nth-child(2){
    margin-bottom: 32px;
}
.contain9 .wrap .con9_form label input{
    border:0;
    width:260px;
    float: left;
    box-sizing:border-box;
    height:100%;
    outline: none;
}

.contain9 .wrap .con9_form button{
    float: left;
    font-size: 18px;
    box-shadow: 0 5px 10px rgba(16,150,221,.5);
    border:0;
    border-radius: 27px;
    outline: none;
    cursor: pointer;
}
.contain9 .wrap .con9_form #submit{
    width:160px;
    height: 54px;
    color:#fff;
    background:#10ccee;
    margin-right:17px;
}
.contain9 .wrap .con9_form #submit2{
    width:189px;
    height: 50px;
    line-height: 50px;
    color:#14cdee;
    background: #fff;
    border-radius: 27px;
    border:2px solid #14cdee;
}
/*contain10*/
.contain10{
    padding:135px 0 30px;
    background: #fff;
}
.contain10 .biaoti{
    margin-bottom: 10px;
}
.contain10 .con10_list{
    height: 38px;
    border-bottom: 2px solid #dcdcdc;
    text-align: center;
    margin-bottom: 30px;
}
.contain10 .con10_list li{
    display: inline-block;
    width:138px;
    margin:0 5px;
    height: 38px;
    font-size: 20px;
    color:3333;
    cursor: pointer;
    position: relative;
}
.contain10 .con10_list li.hover:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 138px;
    height: 4px;
    background: #ff7b10;
}

.contain10 .con10_wrap .con10_item{
    display:none;
    padding-bottom: 20px;
    box-shadow:0 2px 2px rgba(14,5,10,.1);
    margin-bottom: 40px;
}
.contain10 .con10_wrap .con10_item:nth-child(1){
    display: block;
}
.contain10 .con10_wrap .con10_item .table_head{
    background:#ff7b10;
    width:1100px;
    text-align: left;
    margin-bottom: 20px;
}

.contain10 .con10_wrap .con10_item .table_head tr th{
    font-size: 16px;
    color:#fff;
    height:52px;
}
.contain10 .con10_wrap .con10_item .table_head tr th:nth-child(6){
    font-weight: bold;
    font-size: 20px;
}
.contain10 .con10_wrap .con10_item .scrollWrap{
    position: relative;
    width:1100px;
    height:540px;
    overflow: hidden;

}
.contain10 .con10_wrap .con10_item .scrollWrap table{
    position: absolute;
    width:1100px;
    top:0;
    left:0;
}
.contain10 .con10_wrap .con10_item .scrollWrap table td{
    height:34px;
    font-size: 14px;
    color:#222;
}
.contain10 .con10_wrap .con10_item .scrollWrap table td:nth-child(6){
    color:#f04a1d;
    font-size: 16px;
    font-weight: bold;
}

/*contain11*/
.contain11{
    background:#fff;
    padding:30px 0 70px;
}
.contain11 .con11_wrap{
    width: 1043px;
    height:387px;
    margin:0 auto 45px;
    position: relative;
    border:1px solid #d1d1d1;
    border-radius:10px;
    padding-top: 45px;
}
.contain11 .con11_wrap .con11_list{
    position: absolute;
    width:1043px;
    height:100px;
    bottom:-55px;
    text-align: center;
}
.contain11 .con11_wrap .con11_list li{
    display: inline-block;
    width:86px;
    height:86px;
    border-radius: 50%;
    margin:0 19px;
    position: relative;
    cursor: pointer;
}
.contain11 .con11_wrap .con11_list li img{
    width: 100%;
}
.contain11 .con11_wrap .con11_list li span{
    display: block;
    position: absolute;
    width:86px;
    height: 86px;
    border-radius: 50%;
    background:rgba(255,255,255,.5);
    left:0;
    top:0;
}
.contain11 .con11_wrap .con11_list li.hover{
    border:2px solid #10ccee;
}
.contain11 .con11_wrap .con11_list li.hover span{
    background:rgba(255,255,255,0);
}
.contain11 .con11_wrap .con11_main{
    width:925px;
    margin:0 auto;
}
.contain11 .con11_wrap .con11_main div{
    display: none;
    overflow: hidden;
}
.contain11 .con11_wrap .con11_main div:first-child{
    display: block;
}
.contain11 .con11_wrap .con11_main div p{
    width:350px;
    padding-top: 50px;
    font-size: 18px;
    color:#333;
}
.contain11 .con11_wrap .con11_main div p span{
    display: block;
    margin-bottom: 15px;
}
.contain11 .con11_wrap .con11_main div p span:nth-child(4){
    font-weight: bold;
    color:#f04a1d;
}
/*contain12*/
.contain12{
    height:940px;
    background: url(../img/html5_20170921/con12_bg.jpg) no-repeat center top;
    box-sizing:border-box;
    padding:60px 0 50px;
}
.contain12 .biaoti{
    color:#fff;
}
.contain12 .con12_list{
    width:860px;
    height:670px;
    margin:0 auto 20px;
}
.contain12 .con12_list li{
    float: left;
    margin:0 41px 23px 0;
    width: 259px;
    height: 313px;
    position: relative;
    cursor: pointer;
}
.contain12 .con12_list li:nth-child(3n){
    margin-right: 0;
}
.contain12 .con12_list li img{
    width:100%;
}
.contain12 .con12_list li h4{
    position: absolute;
    width:100%;
    height:83px;
    padding:15px 0 0 18px;
    box-sizing:border-box;
    background:#ff7b10;;
    color:#fff;
    left:0px;
    bottom:0;
    font-size: 20px;
    font-weight: bold;
}
.contain12 .con12_list li h4 span{
    display: block;
    padding-top: 5px;
    font-size: 16px;
    font-weight: normal;
}
.contain12 .con12_list li p{
    display: none;
    position: absolute;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    left:0;
    top:0;
    padding:55px 15px 0;
    box-sizing:border-box;
    font-size: 16px;
    color:#dadada;
    line-height: 26px;
    word-break: break-all;
}

.contain12 .con12_list li:hover p{
    display: block;
}



/*contain13*/
.contain13{
    padding:50px 0 80px;
    background: #ededed;
}
.contain13 .biaoti{
    margin-bottom: 10px;
}

/*contain14*/
.contain14{
    padding:50px 0 40px;
}
.con14_main {
    position: relative;
    height: 635px; }
    .con14_main > ul {
      width: 744px;
      height: 608px;
      position: absolute;
      right: 0;
      top: 0;
      background-image: url(../img/html5_20170921/con14_map.png) }
      .con14_main > ul > li {
        padding-top: 37px;
        font-size: 18px;
        line-height: 32px;
        color: #101032;
        background-image: url("http://www.qfedu.com/images/qf-rjcs/icon-map-01.png");
        background-repeat: no-repeat;
        background-position: top;
        -webkit-transition: 0.6s all ease;
        -o-transition: 0.6s all ease;
        transition: 0.6s all ease;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        position: absolute;
        z-index: 10; }
        .con14_main > ul > li.active {
          background-image: url("http://www.qfedu.com/images/qf-rjcs/icon-map-02.png");
          color: #ff8003;
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          -o-transform: scale(1.3);
          transform: scale(1.3);
          z-index: 20; }
        .con14_main > ul > li:nth-child(1) {
          top: 177px;
          right: 80px; }
        .con14_main > ul > li:nth-child(2) {
          top: 187px;
          right: 170px; }
        .con14_main > ul > li:nth-child(3) {
          top: 245px;
          right: 106px; }
        .con14_main > ul > li:nth-child(4) {
          top: 288px;
          right: 261px; }
        .con14_main > ul > li:nth-child(5) {
          top: 287px;
          right: 192px; }
        .con14_main > ul > li:nth-child(6) {
          top: 378px;
          right: 349px; }
        .con14_main > ul > li:nth-child(7) {
          top: 352px;
          right: 256px; }
        .con14_main > ul > li:nth-child(8) {
          top: 354px;
          right: 175px; }
        .con14_main > ul > li:nth-child(9) {
          top: 337px;
          right: 77px; }
        .con14_main > ul > li:nth-child(10) {
          top: 364px;
          right: 94px; }
        .con14_main > ul > li:nth-child(11) {
          top: 399px;
          right: 228px; }
        .con14_main > ul > li:nth-child(12) {
          top: 467px;
          right: 195px; }
        .con14_main > ul > li:nth-child(13) {
          top: 486px;
          right: 163px; }
         .con14_main > ul > li:nth-child(14) {
          top: 73px;
          right:70px; }
    .con14_main > div {
      position: absolute;
      width: 442px;
      top: 38px;
      left: 0;
      z-index: 10; }
      .con14_main > div > h3 {
        height: 75px;
        background-color: #54e1ff;
        text-align: center;
        color: #101032;
        font-size: 32px;
        font-weight: bold;
        line-height: 75px; }
      .con14_main > div > p {
        background-color: rgba(22, 67, 158, 0.7);
        color: #fff;
        font-size: 18px;
        line-height: 32px;
        box-sizing: border-box;
        padding: 36px 30px 36px 34px; }



/*contain15*/
.contain15{
    height: 145px;
    background: #ff7b10;
}
.contain15 .wrap{
    background: url(../img/html5_20170921/con15_bg.png) no-repeat left top;
    height:145px;
    position: relative;
}
.contain15 .wrap .btn{
    position: absolute;
    top:44px;
    width:193px;
    box-sizing:border-box;
    box-shadow: 0 2px 10px #ff4e10;
}
.contain15 .wrap .btn:nth-child(1){
    right: 290px;
    color:#ff5310;
    background: #e5fe6f;
}
.contain15 .wrap .btn:nth-child(2){
    right: 72px;
    color:#e5fe6f;
    background: #ff7b10;
    border:2px solid #e5fe6f;
}


.c6 {
  background-color: #f1f1f1; }
  .c6 .warp {
    width: 1100px;
    margin:0 auto;
  }
.c6 .warp .j-c6-cont {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 800px;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 38px;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 50px;}
    .c6 .warp .j-c6-cont h3 {
      font-size: 18px;
      line-height: 18px;
      color: #f04a1d;
      font-weight: bold;
      text-align: center;
      margin-bottom: 36px; }
    .c6 .warp .j-c6-cont>div {
      -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
      -o-transform: translateX(300px);
      transform: translateX(300px);
      -webkit-transition: 0.6s all ease;
      -o-transition: 0.6s all ease;
      transition: 0.6s all ease;
      /*opacity: 0;*/
      position: absolute;
      top: 86px;
      left: 14px; }
      .c6 .warp .j-c6-cont>div.active {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1; }
    .c6 .warp .j-c6-cont table {
      width: 1055px;
      margin: 0 auto; }
    .c6 .warp .j-c6-cont tr:nth-child(1) {
      background-color: #f18264;
      height: 46px; }
      .c6 .warp .j-c6-cont tr:nth-child(1) td {
        padding-left: 24px;
        color: #fff;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 46px !important;
        font-size: 16px !important; }
        .c6 .warp .j-c6-cont tr:nth-child(1) td:nth-child(2) {
          width: 253px; }
    .c6 .warp .j-c6-cont td {
      border: 1px solid #dbdbdb;
      color: #333;
      font-size: 16px;
      box-sizing: border-box;
      padding: 24px 0;
      font-size: 14px;
      line-height: 28px;
      vertical-align: top;
      padding-left: 24px;
      padding-right: 20px;
      position: relative; }
      .c6 .warp .j-c6-cont td:nth-child(1) {
        width: 207px;
        padding-left: 24px; }
      .c6 .warp .j-c6-cont td h4 {
        font-size: 16px;
        line-height: 28px; }
      .c6 .warp .j-c6-cont td p {
        text-indent: -8px;
        padding-left: 10px;
        text-align: left;}
      .c6 .warp .j-c6-cont td .pro-img {
        position: absolute;
        width: 201px;
        height: 184px;
        overflow: hidden;
        top: 20px;
        right: 20px; }
        .c6 .warp .j-c6-cont td .pro-img img {
          width: 100%; }
      .c6 .warp .j-c6-cont td .pro-img-relative {
        width: 201px;
        height: 184px;
        overflow: hidden; }
        .c6 .warp .j-c6-cont td .pro-img-relative img {
          width: 100%; }
      .c6 .warp .j-c6-cont td .cont-dib {
        display: inline-block;
        vertical-align: top;
        width: 388px;
        padding: 18px;
        background-color: #ffe5de;
        margin-right: 20px;
        box-sizing: border-box; }
        .c6 .warp.j-c6-cont td .cont-dib:last-child {
          margin-right: 0; }
        .c6 .warp .j-c6-cont td .cont-dib h5 {
          font-size: 16px;
          line-height: 28px;
          margin-bottom: 18px; }















