@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0; }

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;
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: top;
  border: none; }

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; }

a {
  text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

body {
  min-width: 1200px; }

.warp {
  width: 1200px;
  margin: 0 auto; }

body {
  min-width: 1200px; }

.warp {
  min-width: 1100px;
  width: 1100px;
  margin: 0 auto; }

body {
  background-image: url(../images/qf-java/body-bg.jpg);
  background-repeat: repeat;
  background-position: center 668px; }

@font-face {
  font-family: "BebasNeueRegular";
  src: url("../font/BebasNeueRegular.eot");
  src: url("../font/BebasNeueRegular.eot?#font-spider") format("embedded-opentype"), url("../font/BebasNeueRegular.woff") format("woff"), url("../font/BebasNeueRegular.ttf") format("truetype"), url("../font/BebasNeueRegular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.clear:after {
  display: block;
  content: "";
  clear: both; }

.rotate-r {
  -webkit-animation: rotate-r 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
  -moz-animation: rotate-r 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
  -o-animation: rotate-r 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
  animation: rotate-r 5s cubic-bezier(1, 1.01, 0, 0.01) infinite; }

.rotate-l {
  -webkit-animation: rotate-l 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
  -moz-animation: rotate-l 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
  -o-animation: rotate-l 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
  animation: rotate-l 5s cubic-bezier(1, 1.01, 0, 0.01) infinite; }

@-webkit-keyframes rotate-l {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@-moz-keyframes rotate-l {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@keyframes rotate-l {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@-webkit-keyframes rotate-r {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg); } }
@-moz-keyframes rotate-r {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg); } }
@keyframes rotate-r {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg); } }
.bg-red {
  background-color: #d50000 !important; }

.bg-blue {
  background-color: #2333bf !important; }

.bg-green {
  background-color: #33cc33 !important; }

.c-00ffff {
  color: #00ffff !important; }

.gradient {
  background: -webkit-linear-gradient(to right, #92286c, #3331b3);
  background: -moz-linear-gradient(to right, #92286c, #3331b3);
  background: -ms-linear-gradient(to right, #92286c, #3331b3);
  background: -o-linear-gradient(to right, #92286c, #3331b3);
  background: linear-gradient(to right, #92286c, #3331b3); }

.btn53 {
  display: block;
  width: 266px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 !important;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  font-size: 18px !important;
  background-color: #a12660;
  position: relative; }

.button__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out; }

.svg-filters {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px; }

svg:not(:root) {
  overflow: hidden; }

.banner {
  height: 556px;
  position: relative; }
  .banner .btn53.button--2:hover {
    background-color: #3431b2; }
    .banner .btn53.button--2:hover span {
      background-color: #3431b2; }
  .banner .btn53.button--2 .button__bg {
    background-color: #3431b2; }
  .banner > .warp {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    top: 0; }

.banner-cont {
  height: 100%;
  position: relative; }
  .banner-cont li {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center; }
    .banner-cont li .warp {
      box-sizing: border-box;
      padding-left: 300px;
      text-align: center;
      padding-top: 154px; }
      .banner-cont li .warp h2 {
        font-size: 48px;
        line-height: 54px;
        color: #fff;
        margin-bottom: 4px; }
      .banner-cont li .warp h3 {
        font-size: 22px;
        line-height: 40px;
        color: #fff;
        letter-spacing: 5px;
        position: relative;
        margin-bottom: 48px; }
        .banner-cont li .warp h3:after {
          position: absolute;
          content: ">";
          top: 42px;
          left: 51.6%;
          margin-left: -0.5em;
          color: #fff;
          font-size: 40px;
          -webkit-transform: rotateZ(90deg) scale(0.6, 2);
          -ms-transform: rotateZ(90deg) scale(0.6, 2);
          -o-transform: rotateZ(90deg) scale(0.6, 2);
          transform: rotateZ(90deg) scale(0.6, 2); }
      .banner-cont li .warp a {
        background-color: #3431b2; }

.ctit {
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box; }

.c1 > .warp {
  padding-top: 50px;
  margin-bottom: 60px; }
.c1 .ctit {
  width: 545px;
  height: 225px;
  margin: 0 auto;
  background-image: url(../images/qf-java/c1-tit-bg.png);
  background-repeat: no-repeat;
  padding-top: 98px;
  margin-bottom: 56px; }
  .c1 .ctit h2 {
    font-size: 44px;
    line-height: 46px;
    color: #fff; }

.c1-l {
  width: 301px;
  height: 201px;
  padding-top: 38px;
  padding-left: 5px;
  box-sizing: border-box;
  background-image: url(../images/qf-java/c1-bg1.png);
  background-repeat: no-repeat; }
  .c1-l li {
    width: 63px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px; }
    .c1-l li.active {
      background-image: url(../images/qf-java/c1-bg2.png);
      background-repeat: no-repeat;
      background-position: center; }
    .c1-l li a {
      color: #fff; }

.c1-r {
  width: 746px;
  box-sizing: border-box;
  padding-top: 34px;
  padding-left: 70px;
  padding-right: 54px;
  padding-bottom: 33px;
  min-height: 200px; }
  .c1-r > ul {
    display: none; }
    .c1-r > ul.active {
      display: block; }
  .c1-r li {
    margin-bottom: 16px; }
    .c1-r li:last-child {
      margin-bottom: 0; }
    .c1-r li > p {
      font-size: 18px;
      line-height: 34px;
      color: #fff;
      margin-right: 18px; }
      .c1-r li > p > span {
        display: inline-block;
        width: 36px;
        height: 34px;
        background-image: url(../images/qf-java/c1-ico2.png);
        background-repeat: no-repeat;
        vertical-align: top;
        font-size: 22px;
        color: #fff;
        text-align: center;
        line-height: 34px;
        font-weight: bold;
        margin: 0 7px; }
    .c1-r li > a {
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      margin-left: 16px;
      padding: 0 10px;
      border-radius: 15px;
      position: relative; }
      .c1-r li > a.ico-fire::after {
        position: absolute;
        content: "";
        width: 21px;
        height: 25px;
        background-image: url(../images/qf-java/c1-ico1.png);
        background-repeat: no-repeat;
        top: 50%;
        margin-top: -12.5px;
        left: -28px; }

.c1-video {
  padding-bottom: 120px; }
  .c1-video .ctit {
    width: 545px;
    height: 225px;
    color: #fff;
    box-sizing: border-box;
    padding-top: 76px;
    background-image: url(../images/qf-java/c1-tit-bg2.png); }
    .c1-video .ctit h3 {
      font-size: 36px;
      line-height: 50px;
      margin-bottom: 10px;
      font-weight: bold; }
    .c1-video .ctit p {
      font-size: 22px; }

.c1-video-box {
  height: 520px;
  margin-top: 70px;
  background-image: url(../images/qf-java/c1-video-bg2.png);
  background-repeat: no-repeat;
  background-position: center; }
  .c1-video-box .btn53.button--2:hover {
    background-color: #3431b2; }
    .c1-video-box .btn53.button--2:hover span {
      background-color: #3431b2; }
  .c1-video-box .btn53.button--2 .button__bg {
    background-color: #3431b2; }
  .c1-video-box .btn53 {
    margin: 0 auto; }
  .c1-video-box .c1-video-media {
    width: 890px;
    height: 490px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 6px solid #fff;
    position: relative;
    text-align: center;
    background-color: #000;
    margin-bottom: 46px; }
    .c1-video-box .c1-video-media video {
      width: 100%;
      height: 100%; }
    .c1-video-box .c1-video-media span {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      cursor: pointer;
      background-image: url(../images/qf-java/c1-video-pic2.jpg);
      background-repeat: no-repeat;
      background-size: 100%; }

.c2 {
  padding-bottom: 50px; }
  .c2 > .warp {
    padding-top: 22px; }
  .c2 .ctit {
    color: #fff;
    padding-top: 77px;
    width: 545px;
    height: 225px;
    padding-left: 20px;
    margin-bottom: 67px;
    background-image: url(../images/qf-java/c2-tit-bg.png);
    background-repeat: no-repeat; }
    .c2 .ctit h2 {
      font-size: 35px;
      line-height: 53px; }
    .c2 .ctit p {
      font-size: 28px;
      line-height: 48px; }
  .c2 .btn53.button--2:hover {
    background-color: #3331b3; }
    .c2 .btn53.button--2:hover span {
      background-color: #3331b3; }
  .c2 .btn53.button--2 .button__bg {
    background-color: #3331b3; }
  .c2 .btn53 {
    background-color: #3331b3;
    margin-top: 48px; }

.c2-cont-ftit {
  position: relative;
  height: 226px;
  z-index: 2; }

.c2-cont-ftit-linebg {
  position: absolute;
  width: 600px;
  height: 180px;
  background-image: url(../images/qf-java/c2-line.png);
  background-repeat: no-repeat;
  top: 60px;
  left: 50%;
  margin-left: -300px; }

.c2-cont-ftit-box {
  position: relative; }
  .c2-cont-ftit-box > div:nth-child(1),
  .c2-cont-ftit-box > div:nth-child(3) {
    width: 325px;
    margin-top: 14px; }
    .c2-cont-ftit-box > div:nth-child(1) > img:nth-child(2),
    .c2-cont-ftit-box > div:nth-child(3) > img:nth-child(2) {
      margin-top: 14px; }
  .c2-cont-ftit-box > div:nth-child(1) {
    margin-left: 112px; }
    .c2-cont-ftit-box > div:nth-child(1) > img:nth-child(1) {
      margin-right: 16px; }
  .c2-cont-ftit-box > div:nth-child(3) {
    margin-right: 112px; }
    .c2-cont-ftit-box > div:nth-child(3) > img:nth-child(1) {
      margin-left: 16px; }
  .c2-cont-ftit-box > div:nth-child(2) {
    position: absolute;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    top: 14px;
    left: 50%;
    margin-left: -52px; }
    .c2-cont-ftit-box > div:nth-child(2) p {
      width: 92px;
      height: 92px;
      border-radius: 50%;
      margin-left: 5px;
      margin-top: 5px;
      text-align: center;
      color: #fff;
      font-size: 23px;
      line-height: 92px;
      border: 1px dashed #fff; }

.c2-pkcont {
  position: relative; }

.c2-pkcont-l,
.c2-pkcont-r {
  width: 536px;
  height: 777 px;
  border-radius: 32px;
  border: 2px solid #fff;
  padding-top: 35px;
  padding-bottom: 26px; }
  .c2-pkcont-l li,
  .c2-pkcont-r li {
    margin-bottom: 11px; }
    .c2-pkcont-l li p,
    .c2-pkcont-r li p {
      color: #fff;
      font-size: 18px;
      line-height: 36px;
      margin: 0 35px;
      position: relative; }
      .c2-pkcont-l li p:after,
      .c2-pkcont-r li p:after {
        content: "";
        position: absolute;
        width: 32px;
        height: 32px;
        background-image: url(../images/qf-java/c2-ico2.png);
        background-repeat: no-repeat;
        top: 2px;
        left: -58px; }
    .c2-pkcont-l li div,
    .c2-pkcont-r li div {
      width: 242px;
      height: 2px;
      background-color: #fff;
      position: relative;
      margin-top: 17px; }
      .c2-pkcont-l li div:after,
      .c2-pkcont-r li div:after {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        background-color: #fff;
        top: -3px;
        left: -7px;
        border-radius: 50%; }

.c2-pkcont-l {
  border-color: #92286c !important; }
  .c2-pkcont-l li > div {
    background-color: #92286c !important; }
    .c2-pkcont-l li > div:after {
      background-color: #92286c !important; }

.c2-pkcont-r {
  border-color: #3331b3 !important; }
  .c2-pkcont-r li > p:after {
    background-image: url("../images/qf-java/c2-ico4.png");
    left: auto;
    right: -58px; }
  .c2-pkcont-r li > p.havent::after {
    background-image: url("../images/qf-java/c2-ico3.png");
    -webkit-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both; }
  .c2-pkcont-r li > div {
    background-color: #3331b3 !important; }
    .c2-pkcont-r li > div:after {
      left: auto;
      right: -7px;
      background-color: #3331b3 !important; }

.c2-pkcont-c {
  position: absolute;
  width: 490px;
  height: 100%;
  top: 37px;
  left: 50%;
  margin-left: -245px; }
  .c2-pkcont-c li {
    text-align: center;
    margin-bottom: 11px; }
    .c2-pkcont-c li h3 {
      display: inline-block;
      font-size: 18px;
      line-height: 36px;
      padding: 0 46px;
      color: #fff;
      font-weight: bold;
      letter-spacing: 1px; }

.c2-pkbtn {
  width: 698px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  margin: 0 auto;
  position: relative;
  margin-top: 42px;
  letter-spacing: 2px; }
  .c2-pkbtn:after, .c2-pkbtn:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 42px;
    top: -42px;
    background-color: #fff; }
  .c2-pkbtn:after {
    background-color: #92286c !important;
    left: 65px; }
  .c2-pkbtn:before {
    background-color: #3331b3 !important;
    right: 65px; }

.c3 {
  padding-bottom: 50px; }
  .c3 > .warp {
    padding-top: 22px; }
  .c3 .ctit {
    width: 545px;
    height: 225px;
    background-image: url(../images/qf-java/c3-titbg.png);
    padding-left: 20px;
    padding-top: 72px; }
    .c3 .ctit h2 {
      color: #7da0f9;
      font-size: 36px;
      line-height: 46px; }
      .c3 .ctit h2 strong {
        font-size: 44px;
        font-weight: bold; }
  .c3 .btn53.button--2:hover {
    background-color: #7da0f9; }
    .c3 .btn53.button--2:hover span {
      background-color: #7da0f9; }
  .c3 .btn53.button--2 .button__bg {
    background-color: #7da0f9; }
  .c3 .btn53 {
    background-color: #7da0f9;
    color: #000001;
    margin-bottom: 72px; }

.c3-cont {
  height: 510px;
  background-image: url(../images/qf-java/c3-border.png);
  background-repeat: no-repeat;
  margin-top: -16px;
  box-sizing: border-box;
  padding-top: 68px;
  margin-bottom: 54px; }
  .c3-cont ul {
    width: 1057px;
    margin: 0 auto; }
  .c3-cont li {
    width: 182px;
    text-align: center;
    margin: 0 41px;
    margin-bottom: 41px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .c3-cont li:hover img {
      -webkit-transform: perspective(800px) rotateY(360deg);
      -ms-transform: perspective(800px) rotateY(360deg);
      -o-transform: perspective(800px) rotateY(360deg);
      transform: perspective(800px) rotateY(360deg); }
    .c3-cont li img {
      margin-bottom: 6px;
      -webkit-transition: 0.6s all ease;
      -o-transition: 0.6s all ease;
      transition: 0.6s all ease;
      -webkit-transform: perspective(800) rotateY(0);
      -ms-transform: perspective(800) rotateY(0);
      -o-transform: perspective(800) rotateY(0);
      transform: perspective(800) rotateY(0); }
    .c3-cont li h3 {
      line-height: 28px;
      color: #7da0f9;
      font-weight: bold; }
    .c3-cont li p {
      height: 60px;
      overflow: hidden;
      font-size: 14px;
      line-height: 20px;
      color: #4e65a0; }

.c3-xz-tit {
  text-align: center;
  font-size: 34px;
  line-height: 52px;
  color: #7da0f9;
  margin-bottom: 48px; }

.c3-xz-l {
  width: 266px;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }
  .c3-xz-l > div {
    height: 197px;
    background-image: url(../images/qf-java/c3-border2.png);
    background-repeat: no-repeat;
    background-position: left;
    box-sizing: border-box;
    padding-top: 51px;
    padding-left: 28px;
    margin-bottom: 8px; }
    .c3-xz-l > div p {
      text-align: center;
      width: 233px;
      font-size: 24px;
      color: #2333bf; }
      .c3-xz-l > div p strong {
        font-size: 90px;
        line-height: 76px;
        font-family: "BebasNeueRegular";
        color: #fff;
        font-weight: bold; }
  .c3-xz-l > ul {
    margin-bottom: 8px; }
    .c3-xz-l > ul p {
      font-size: 15px;
      line-height: 30px;
      color: #fff; }
      .c3-xz-l > ul p:nth-child(1) {
        width: 80px; }
  .c3-xz-l > a {
    display: block;
    height: 50px;
    background-color: #2333bf;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #fff; }

.c3-xz-r {
  width: 800px; }
  .c3-xz-r > table tr {
    width: 100%;
    height: 56px;
    color: #fff;
    line-height: 56px;
    background-color: #2333bf; }
    .c3-xz-r > table tr td {
      font-size: 18px;
      font-weight: bold; }
  .c3-xz-r td {
    padding-left: 7px;
    box-sizing: border-box; }
    .c3-xz-r td:nth-child(1) {
      width: 73px;
      padding-left: 22px; }
    .c3-xz-r td:nth-child(2) {
      width: 55px; }
    .c3-xz-r td:nth-child(3) {
      width: 153px; }
    .c3-xz-r td:nth-child(4) {
      width: 191px; }
    .c3-xz-r td:nth-child(5) {
      width: 144px; }
    .c3-xz-r td:nth-child(6) {
      width: 82px;
      text-align: center;
      padding: 0 !important;
      color: #fff; }
    .c3-xz-r td:nth-child(7) {
      padding-left: 20px;
      width: 101px; }

.c3-xz-r-tablebox {
  height: 384px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-top: 4px; }
  .c3-xz-r-tablebox > ul {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
    .c3-xz-r-tablebox > ul li {
      height: 48px; }
      .c3-xz-r-tablebox > ul li:nth-child(even) {
        background-color: #FFF; }
  .c3-xz-r-tablebox > table {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
    .c3-xz-r-tablebox > table tr {
      height: 48px;
      font-size: 14px; }
      .c3-xz-r-tablebox > table tr:nth-child(even) {
        color: #333; }
      .c3-xz-r-tablebox > table tr:nth-child(odd) {
        color: #9d9d9d; }
      .c3-xz-r-tablebox > table tr td:nth-child(5) {
        padding-left: 12px; }
      .c3-xz-r-tablebox > table tr td:nth-child(6) {
        background-color: rgba(236, 107, 186, 0.4); }

.c4 {
  padding-bottom: 38px; }
  .c4 > .warp {
    padding-top: 14px; }
  .c4 .ctit {
    width: 545px;
    height: 225px;
    background-image: url(../images/qf-java/c4-titbg.png);
    background-repeat: no-repeat;
    color: #fff;
    padding-left: 20px;
    padding-top: 94px;
    margin-bottom: 50px; }
    .c4 .ctit p {
      font-size: 24px;
      line-height: 36px; }
    .c4 .ctit h2 {
      font-size: 36px;
      line-height: 42px;
      font-weight: bold; }

.c4-btns,
.c6-btns {
  margin-bottom: 42px; }
  .c4-btns li,
  .c6-btns li {
    width: 268px;
    height: 76px;
    font-size: 24px;
    color: #fff;
    margin-right: 9px;
    text-align: center;
    background-color: rgba(53, 9, 145, 0.6);
    line-height: 70px;
    cursor: pointer; }
    .c4-btns li:last-child,
    .c6-btns li:last-child {
      margin-right: 0; }
    .c4-btns li.active,
    .c6-btns li.active {
      background-color: #350991; }
    .c4-btns li span,
    .c6-btns li span {
      font-size: 28px;
      color: #7658b4;
      margin: 0 10px; }

.c4-conts > div {
  display: none; }
  .c4-conts > div.active {
    display: block; }
  .c4-conts > div > div span {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #9f2662;
    font-size: 41px;
    line-height: 70px;
    color: #fff;
    text-align: center; }
  .c4-conts > div > div h6 {
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    float: left;
    margin: 0 0 0 20px; }
  .c4-conts > div > ul {
    border-left: 1px solid #9f2662;
    padding-left: 50px;
    margin-left: 38px;
    position: relative; }
    .c4-conts > div > ul:before {
      content: "";
      width: 12px;
      height: 12px;
      border-radius: 50%;
      position: absolute;
      left: -6px;
      top: 30px;
      background-color: #9f2662; }
    .c4-conts > div > ul li {
      width: 330px;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; }
      .c4-conts > div > ul li.long:hover > .con_list {
        height: auto; }
      .c4-conts > div > ul li:nth-child(3n) {
        margin-right: 0; }
      .c4-conts > div > ul li h2 {
        background: #350991;
        height: 65px;
        line-height: 65px;
        padding-left: 18px;
        margin-bottom: 0; }
        .c4-conts > div > ul li h2 em {
          width: 36px;
          float: left;
          display: inline-block;
          font-size: 24px;
          color: #9f2662;
          margin-right: 10px;
          font-weight: normal;
          font-style: normal; }
        .c4-conts > div > ul li h2 i {
          width: 265px;
          float: left;
          font-size: 20px;
          color: #fff;
          line-height: 66px;
          text-align: left;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-style: normal; }
      .c4-conts > div > ul li > div {
        width: 100%;
        overflow: hidden;
        height: 500px;
        overflow: hidden;
        background-color: rgba(29, 24, 68, 0.6);
        padding: 15px 0; }
        .c4-conts > div > ul li > div p {
          margin-left: 38px;
          font-size: 14px;
          color: #d5d5da;
          padding-right: 16px;
          line-height: 31px;
          text-indent: -10px; }

.c5 {
  padding-bottom: 30px; }
  .c5 > .warp {
    padding-top: 10px; }
  .c5 .ctit {
    width: 545px;
    height: 225px;
    background-image: url(../images/qf-java/c5-titbg.png);
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 80px;
    padding-left: 20px; }
    .c5 .ctit h2 {
      font-size: 34px;
      line-height: 56px;
      font-weight: bold; }
    .c5 .ctit p {
      font-size: 22px;
      line-height: 38px; }

.c5-btns {
  margin-top: 70px;
  margin-bottom: 55px; }
  .c5-btns li {
    width: 262px;
    height: 100px;
    border: 2px solid #75f6ff;
    text-align: center;
    line-height: 100px;
    color: #75f6ff;
    margin-right: 12px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    background-image: url(../images/qf-java/c5-ico1.png);
    background-repeat: no-repeat;
    background-position: right bottom; }
    .c5-btns li:last-child {
      margin-right: 0; }
    .c5-btns li.active {
      color: #9f2662; }

.c5-conts {
  min-height: 539px;
  background-image: url(../images/qf-java/c5-video-bg2.png);
  background-repeat: repeat-x;
  background-position: top; }
  .c5-conts > .warp .btn53.button--2:hover {
    background-color: #75f6ff; }
    .c5-conts > .warp .btn53.button--2:hover span {
      background-color: #75f6ff; }
  .c5-conts > .warp .btn53.button--2 .button__bg {
    background-color: #75f6ff; }
  .c5-conts > .warp > a {
    display: block;
    width: 265px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 50px;
    background-color: #75f6ff;
    margin-top: 60px; }

.c5-conts-child {
  position: relative;
  height: 520px; }
  .c5-conts-child > li {
    position: absolute;
    width: 105%;
    top: 0;
    left: 0;
    display: none; }
    .c5-conts-child > li.active {
      display: block; }
  .c5-conts-child .c5-conts-video {
    width: 522px;
    height: 390px;
    margin-top: 77px;
    margin-left: -30px; }
    .c5-conts-child .c5-conts-video video {
      width: 100%;
      height: 100%; }
  .c5-conts-child .c5-conts-desc {
    width: 342px;
    margin-left: 55px;
    margin-top: 46px; }
    .c5-conts-child .c5-conts-desc h3 {
      color: #fff;
      font-weight: bold;
      text-align: center;
      font-size: 18px;
      line-height: 32px;
      margin-bottom: 6px; }
    .c5-conts-child .c5-conts-desc p {
      font-size: 14px;
      line-height: 26px;
      color: #a4a4a4; }
      .c5-conts-child .c5-conts-desc p span {
        font-weight: bold; }
  .c5-conts-child .c5-conts-tit {
    width: 236px;
    margin-left: 22px;
    margin-top: 52px; }
    .c5-conts-child .c5-conts-tit > h3 {
      display: table;
      text-align: center;
      width: 236px;
      height: 237px;
      background-image: url(../images/qf-java/c5-border-bg1.png);
      background-repeat: no-repeat;
      position: relative;
      margin-bottom: 83px; }
      .c5-conts-child .c5-conts-tit > h3 p {
        display: table-cell;
        vertical-align: middle;
        font-size: 30px;
        line-height: 46px;
        color: #75f6ff;
        font-weight: bold; }
    .c5-conts-child .c5-conts-tit > ul {
      position: relative; }
      .c5-conts-child .c5-conts-tit > ul:after {
        position: absolute;
        content: "";
        height: 102px;
        border-right: 2px solid #00f9ff;
        top: -121px;
        right: 32px; }
      .c5-conts-child .c5-conts-tit > ul li {
        text-align: right;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 22px; }
        .c5-conts-child .c5-conts-tit > ul li:last-child {
          margin-bottom: 0; }
        .c5-conts-child .c5-conts-tit > ul li a {
          color: #75f6ff;
          margin-right: 84px;
          position: relative; }
          .c5-conts-child .c5-conts-tit > ul li a:after {
            position: absolute;
            content: "";
            width: 37px;
            height: 72px;
            background-image: url(../images/qf-java/c5-ico2.png);
            background-repeat: no-repeat;
            right: -52px;
            top: -55px; }

@-webkit-keyframes rotate {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(-360deg); } }
@-moz-keyframes rotate {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(-360deg); } }
@-o-keyframes rotate {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(-360deg); } }
@keyframes rotate {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(-360deg); } }
.c6 > .warp {
  padding-top: 14px; }
.c6 .ctit {
  width: 545px;
  height: 225px;
  background-image: url(../images/qf-java/c6-titbg.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 88px;
  color: #fff;
  margin-bottom: 40px; }
  .c6 .ctit p {
    font-size: 22px;
    line-height: 36px; }
  .c6 .ctit h2 {
    font-size: 34px;
    line-height: 48px;
    font-weight: bold; }

.c6-cont1 {
  margin-top: 40px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); }
  .c6-cont1 .cube {
    margin: auto;
    position: relative;
    height: 200px;
    width: 200px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: rotate 20s infinite linear;
    -o-animation: rotate 20s infinite linear;
    animation: rotate 20s infinite linear; }
    .c6-cont1 .cube div {
      position: absolute;
      padding: 10px;
      box-sizing: border-box;
      height: 100%;
      width: 100%;
      opacity: 0.9;
      background-color: #000;
      border: solid 1px #eee;
      color: #fff;
      font: 10px arial;
      -webkit-transition: transform 0.2s ease-in;
      -o-transition: transform 0.2s ease-in;
      transition: transform 0.2s ease-in; }
      .c6-cont1 .cube div h2 {
        font-size: 32px;
        line-height: 168px;
        text-align: center;
        cursor: pointer; }
    .c6-cont1 .cube .front {
      background: url(../images/qf-java/1.jpg);
      -webkit-transform: translateZ(100px);
      -ms-transform: translateZ(100px);
      -o-transform: translateZ(100px);
      transform: translateZ(100px); }
      .c6-cont1 .cube .front:hover {
        -webkit-transform: translateZ(200px);
        -ms-transform: translateZ(200px);
        -o-transform: translateZ(200px);
        transform: translateZ(200px); }
    .c6-cont1 .cube .back {
      background: url(../images/qf-java/2.jpg);
      -webkit-transform: translateZ(-100px) rotateY(180deg);
      -ms-transform: translateZ(-100px) rotateY(180deg);
      -o-transform: translateZ(-100px) rotateY(180deg);
      transform: translateZ(-100px) rotateY(180deg); }
      .c6-cont1 .cube .back:hover {
        -webkit-transform: translateZ(-200px) rotateY(180deg);
        -ms-transform: translateZ(-200px) rotateY(180deg);
        -o-transform: translateZ(-200px) rotateY(180deg);
        transform: translateZ(-200px) rotateY(180deg); }
    .c6-cont1 .cube .right {
      background: url(../images/qf-java/3.jpg);
      -webkit-transform: rotateY(-270deg) translateX(100px);
      -ms-transform: rotateY(-270deg) translateX(100px);
      -o-transform: rotateY(-270deg) translateX(100px);
      transform: rotateY(-270deg) translateX(100px);
      -webkit-transform-origin: top right;
      -moz-transform-origin: top right;
      -ms-transform-origin: top right;
      -o-transform-origin: top right;
      transform-origin: top right; }
      .c6-cont1 .cube .right:hover {
        -webkit-transform: rotateY(-270deg) translateZ(100px) translateX(100px);
        -ms-transform: rotateY(-270deg) translateZ(100px) translateX(100px);
        -o-transform: rotateY(-270deg) translateZ(100px) translateX(100px);
        transform: rotateY(-270deg) translateZ(100px) translateX(100px); }
    .c6-cont1 .cube .left {
      background: url(../images/qf-java/4.jpg);
      -webkit-transform: rotateY(270deg) translateX(-100px);
      -ms-transform: rotateY(270deg) translateX(-100px);
      -o-transform: rotateY(270deg) translateX(-100px);
      transform: rotateY(270deg) translateX(-100px);
      -webkit-transform-origin: center left;
      -moz-transform-origin: center left;
      -ms-transform-origin: center left;
      -o-transform-origin: center left;
      transform-origin: center left; }
      .c6-cont1 .cube .left:hover {
        -webkit-transform: rotateY(270deg) translateZ(100px) translateX(-100px);
        -ms-transform: rotateY(270deg) translateZ(100px) translateX(-100px);
        -o-transform: rotateY(270deg) translateZ(100px) translateX(-100px);
        transform: rotateY(270deg) translateZ(100px) translateX(-100px); }
    .c6-cont1 .cube .top {
      background: url(../images/qf-java/5.jpg);
      -webkit-transform: rotateX(-270deg) translateY(-100px);
      -ms-transform: rotateX(-270deg) translateY(-100px);
      -o-transform: rotateX(-270deg) translateY(-100px);
      transform: rotateX(-270deg) translateY(-100px);
      -webkit-transform-origin: top center;
      -moz-transform-origin: top center;
      -ms-transform-origin: top center;
      -o-transform-origin: top center;
      transform-origin: top center; }
      .c6-cont1 .cube .top:hover {
        -webkit-transform: rotateX(-270deg) translateZ(100px) translateY(-100px);
        -ms-transform: rotateX(-270deg) translateZ(100px) translateY(-100px);
        -o-transform: rotateX(-270deg) translateZ(100px) translateY(-100px);
        transform: rotateX(-270deg) translateZ(100px) translateY(-100px); }
    .c6-cont1 .cube .bottom {
      background: url(../images/qf-java/6.jpg);
      -webkit-transform: rotateX(270deg) translateY(100px);
      -ms-transform: rotateX(270deg) translateY(100px);
      -o-transform: rotateX(270deg) translateY(100px);
      transform: rotateX(270deg) translateY(100px);
      -webkit-transform-origin: bottom center;
      -moz-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      -o-transform-origin: bottom center;
      transform-origin: bottom center; }
      .c6-cont1 .cube .bottom:hover {
        -webkit-transform: rotateX(270deg) translateZ(100px) translateY(100px);
        -ms-transform: rotateX(270deg) translateZ(100px) translateY(100px);
        -o-transform: rotateX(270deg) translateZ(100px) translateY(100px);
        transform: rotateX(270deg) translateZ(100px) translateY(100px); }
    .c6-cont1 .cube i {
      position: absolute;
      top: 50px;
      left: 50px;
      width: 100px;
      height: 100px;
      display: block;
      background: url(../images/qf-java/cube.png);
      -webkit-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear; }
    .c6-cont1 .cube i.i_front {
      -webkit-transform: translateZ(50px);
      -ms-transform: translateZ(50px);
      -o-transform: translateZ(50px);
      transform: translateZ(50px); }
    .c6-cont1 .cube i.i_back {
      -webkit-transform: translateZ(-50px) rotateY(180deg);
      -ms-transform: translateZ(-50px) rotateY(180deg);
      -o-transform: translateZ(-50px) rotateY(180deg);
      transform: translateZ(-50px) rotateY(180deg); }
    .c6-cont1 .cube i.i_bottom {
      -webkit-transform: rotateX(-90deg) translateY(50px);
      -ms-transform: rotateX(-90deg) translateY(50px);
      -o-transform: rotateX(-90deg) translateY(50px);
      transform: rotateX(-90deg) translateY(50px);
      -webkit-transform-origin: left bottom;
      -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      -o-transform-origin: left bottom;
      transform-origin: left bottom; }
    .c6-cont1 .cube i.i_left {
      -webkit-transform: rotateY(270deg) translateX(-50px);
      -ms-transform: rotateY(270deg) translateX(-50px);
      -o-transform: rotateY(270deg) translateX(-50px);
      transform: rotateY(270deg) translateX(-50px);
      -webkit-transform-origin: center left;
      -moz-transform-origin: center left;
      -ms-transform-origin: center left;
      -o-transform-origin: center left;
      transform-origin: center left; }
    .c6-cont1 .cube i.i_right {
      -webkit-transform: rotateY(-270deg) translateX(50px);
      -ms-transform: rotateY(-270deg) translateX(50px);
      -o-transform: rotateY(-270deg) translateX(50px);
      transform: rotateY(-270deg) translateX(50px);
      -webkit-transform-origin: top right;
      -moz-transform-origin: top right;
      -ms-transform-origin: top right;
      -o-transform-origin: top right;
      transform-origin: top right; }
    .c6-cont1 .cube i.i_top {
      -webkit-transform: rotateX(-270deg) translateY(-50px);
      -ms-transform: rotateX(-270deg) translateY(-50px);
      -o-transform: rotateX(-270deg) translateY(-50px);
      transform: rotateX(-270deg) translateY(-50px);
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top; }

.c6-cont2 .node {
  cursor: pointer; }
.c6-cont2 .node circle {
  fill: #350991;
  r: 3.5;
  stroke: #fff; }
.c6-cont2 .node text {
  font-size: 14px;
  font-family: sans-serif;
  stroke: none;
  fill: #fff; }
.c6-cont2 .link {
  fill: none;
  stroke: #350991;
  stroke-width: 1.5px; }
.c6-cont2 .templink {
  fill: none;
  stroke: red;
  stroke-width: 3px; }
.c6-cont2 .ghostCircle, .c6-cont2 .activeDrag .ghostCircle {
  display: none; }
.c6-cont2 #tree-container {
  width: 1100px;
  height: 500px;
  overflow: hidden; }

.c7 {
  padding-bottom: 53px; }
  .c7 > .warp {
    padding-top: 32px; }
  .c7 .ctit {
    color: #fff;
    padding-left: 22px;
    width: 545px;
    height: 225px;
    background-image: url(../images/qf-java/c7-titbg.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 84px;
    margin-bottom: 96px; }
    .c7 .ctit p {
      font-size: 22px;
      line-height: 34px; }
    .c7 .ctit h2 {
      font-size: 34px;
      line-height: 46px;
      font-weight: bold; }

.c7-btns li {
  width: 130px;
  height: 130px;
  margin-right: 31px;
  margin-bottom: 54px; }
  .c7-btns li:last-child {
    margin-right: 0; }
  .c7-btns li .button {
    width: 100%;
    height: 100%;
    position: relative; }
  .c7-btns li .c7-btns-imgbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #2333bf;
    border-radius: 48px;
    overflow: hidden; }
    .c7-btns li .c7-btns-imgbox img {
      width: 100%; }

.c7-conts-left {
  width: 472px;
  height: 618px;
  position: relative; }
  .c7-conts-left canvas {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -347px; }

.c7-conts-right {
  width: 522px; }
  .c7-conts-right ul {
    position: relative; }
    .c7-conts-right ul li {
      position: absolute;
      display: none;
      padding-top: 53px; }
      .c7-conts-right ul li.active {
        display: block; }
      .c7-conts-right ul li h3 {
        font-size: 54px;
        color: #fff;
        line-height: 84px;
        margin-bottom: 20px; }
      .c7-conts-right ul li h4 {
        font-size: 15px;
        color: #80edde;
        line-height: 24px;
        margin-bottom: 66px;
        position: relative; }
        .c7-conts-right ul li h4:after {
          position: absolute;
          content: "";
          width: 36px;
          height: 3px;
          left: -40px;
          bottom: -33px;
          background-image: url(../images/qf-java/c7-ico3.png);
          background-repeat: no-repeat; }
      .c7-conts-right ul li p {
        font-size: 15px;
        line-height: 35px;
        color: #ccc;
        margin-bottom: 30px; }
      .c7-conts-right ul li .btn53 {
        background-color: #080441;
        margin-left: 0;
        margin-right: auto; }

.c8 {
  padding-bottom: 96px; }
  .c8 > .warp {
    padding-top: 40px; }
  .c8 .ctit {
    color: #fff;
    padding-left: 22px;
    width: 620px;
    height: 254px;
    background-image: url(../images/qf-java/c8-titbg.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 102px;
    margin-bottom: 170px; }
    .c8 .ctit p {
      font-size: 22px;
      line-height: 42px; }
    .c8 .ctit h2 {
      font-size: 34px;
      line-height: 46px;
      font-weight: bold; }

.c8-cont-box {
  height: 327px;
  background-image: url(../images/qf-java/c8-border-bg.png);
  background-repeat: no-repeat; }
  .c8-cont-box > ul {
    width: 1009px;
    margin: 0 auto;
    position: relative;
    top: -90px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .c8-cont-box > ul > li {
      width: 210px;
      text-align: center;
      margin: 0 21px; }
      .c8-cont-box > ul > li:hover > img {
        -webkit-transform: perspective(800) rotateY(180deg);
        -ms-transform: perspective(800) rotateY(180deg);
        -o-transform: perspective(800) rotateY(180deg);
        transform: perspective(800) rotateY(180deg); }
      .c8-cont-box > ul > li > img {
        margin-bottom: 12px;
        -webkit-transition: 0.6s all ease;
        -o-transition: 0.6s all ease;
        transition: 0.6s all ease;
        -webkit-transform: perspective(800) rotateY(0);
        -ms-transform: perspective(800) rotateY(0);
        -o-transform: perspective(800) rotateY(0);
        transform: perspective(800) rotateY(0); }
      .c8-cont-box > ul > li p {
        font-size: 16px;
        line-height: 28px;
        color: #fff; }
  .c8-cont-box > h3 {
    font-size: 34px;
    color: #7874e8;
    line-height: 34px;
    text-align: center;
    position: relative;
    top: -3px; }

.c9 {
  height: 403px;
  background-color: rgba(66, 62, 62, 0.1); }
  .c9 .warp {
    height: 100%; }
  .c9 .c9-l {
    height: 100%;
    width: 473px;
    box-sizing: border-box;
    border-right: 1px dashed #fff;
    text-align: center;
    padding-top: 80px; }
    .c9 .c9-l h2 {
      font-size: 26px;
      line-height: 38px;
      color: #fff;
      margin-bottom: 26px; }
      .c9 .c9-l h2 span {
        font-size: 18px;
        color: #858090; }
    .c9 .c9-l a {
      display: inline-block; }
  .c9 .c9-r {
    height: 100%;
    width: 623px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 44px; }
    .c9 .c9-r > h3 {
      font-size: 22px;
      line-height: 24px;
      color: #fff;
      margin-bottom: 18px; }
    .c9 .c9-r > p {
      font-size: 14px;
      line-height: 28px;
      text-align: left;
      margin-left: 108px;
      margin-bottom: 12px; }
      .c9 .c9-r > p:nth-child(2) {
        color: #75225f; }
      .c9 .c9-r > p:nth-child(6) {
        color: #46464b; }
    .c9 .c9-r > div {
      width: 409px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 32px;
      color: #d5d5d7;
      margin-bottom: 17px; }
      .c9 .c9-r > div p {
        text-align: right;
        width: 64px;
        font-size: 18px;
        letter-spacing: 3px; }
      .c9 .c9-r > div input {
        border: none;
        background: none;
        width: 341px;
        height: 32px;
        border: 1px solid #54545c;
        font-size: 16px;
        color: #d5d5d7; }
    .c9 .c9-r > a {
      display: block;
      width: 204px;
      height: 50px;
      background-color: #2333bf;
      text-align: center;
      line-height: 50px;
      color: #fff;
      font-size: 22px;
      margin: 0 auto;
      margin-top: 10px; }

/*# sourceMappingURL=qf-java.css.map */
