html,
body {
  width   : 100%;
  height  : 100%;
  overflow: hidden;
}

.section {
  position: relative;
  overflow: hidden;
}

/* 首屏 */
.section iframe {
  padding: 0;
  margin : 0;
  width  : 100%;
  border : 0;
  height : 100%;
}

.container {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
}

.container .nav-bar {
  position : absolute;
  top      : 0;
  left     : 50%;
  transform: translateX(-50%);
}

.container .bg-box {
  top     : 0;
  left    : 0;
  position: absolute;
  width   : 100%;
  height  : 100%;
  z-index : 999;
}

.container .center-info {
  position : absolute;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
  height   : 480px;
}

.center-info {
  /* margin-top: 140px; */
  display      : flex;
  position     : relative;
}

.center-info .left-info {
  display        : flex;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
}

.center-info .left-info .tit {
  width      : 90%;
  display    : flex;
  align-items: center;
}

.center-info .slogan {
  background    : url('../img/index/line.png') no-repeat center center;
  font-size     : 32px;
  line-height   : 4;
  letter-spacing: 5px;
}

.center-info .left-info .login-links {
  margin-top: 15px;
  display   : flex;
}

.center-info .left-info .login-links li {
  border       : 1px solid rgba(255, 255, 255, 1);
  width        : 160px;
  height       : 60px;
  border-radius: 35px;
  text-align   : center;
  line-height  : 60px;
  overflow     : hidden;
  margin-left  : 35px;
  transition   : all 0.3s ease;
}

.center-info .left-info .login-links span {
  font-size: 20px;
  cursor   : pointer;
  display  : block;
}

.center-info .left-info .login-links a {
  font-size: 20px;
}

.center-info .left-info .login-links li:hover {
  background: rgba(252, 174, 20, 1);
  border    : 1px solid rgba(252, 174, 20, 1);
}

.center-info .left-info .login-links li a {
  display: block;
}

.container .center-info .right-img {
  position : absolute;
  right    : 0;
  top      : 0;
  width    : 500px;
  /* height: 693px; */
  transform: translate(0%, 0%);
  display  : none;
}

.container .center-info .right-img .move-logo {
  position     : absolute;
  width        : 200px;
  height       : 200px;
  top          : 50%;
  left         : 50%;
  transform    : translate(-53%, -50%);
  /* animation : move 1.5s ease-in-out infinite; */
  overflow     : hidden;
  border-radius: 50%;
}

@keyframes move {
  0% {
    top      : 42%;
    transform: scale(1.1);
  }

  50% {
    top      : 48%;
    transform: scale(1);
  }

  100% {
    top      : 42%;
    transform: scale(1.1);
  }
}

.container .copyright-info {
  position  : absolute;
  bottom    : 20px;
  width     : 100%;
  text-align: center;
}

/* 平台 */
.platform {
  position : absolute;
  top      : 50%;
  transform: translateY(-50%);
  width    : 100%;
}

.platform h2 {
  font-size  : 48px;
  color      : #000;
  font-weight: 700;
}

.platform h2 span {
  position        : absolute;
  width           : 100px;
  height          : 2px;
  background-color: #eee;
  top             : 50%;
  left            : 50%;
  transform       : translate(-250%, -50%);
}

.platform h2 span:nth-of-type(2) {
  transform: translate(150%, -50%);
}

.platform .tit {
  color: #6f97c8;
}

.platform .tit p {
  color: #ccc;
}

.platform .live-list {
  margin    : 4% auto;
  box-sizing: border-box;
  width     : 80%;
  display   : flex;
}

.platform .live-list li {
  flex      : 1;
  margin    : 0 23px;
  height    : auto;
  box-shadow: 0 0 20px 5px #ccc;
  transition: all 0.5s ease;
}

.platform .live-list li:hover {
  transform : scale(1.03);
  box-shadow: 0 0 20px 10px #ccc;
}

.platform .live-list li .platform-name {
  color           : #fff;
  background-color: #4b97f4;
  display         : flex;
  flex-flow       : column nowrap;
  align-items     : center;
  justify-content : center;
  padding         : 20px 0;
}

.platform .live-list li:nth-of-type(2) .platform-name {
  background-color: #f75f25;
}

.platform .live-list li:nth-of-type(3) .platform-name {
  background-color: #9065e6;
}

.platform .live-list li .platform-name p {
  margin-top: 10px;
  font-size : 32px;
}

.platform .live-list li .platform-name i {
  font-size: 40px;
}

/* 课程 */
.class-list {
  height  : 100%;
  position: relative;
}

.class-list .class-bg {
  height  : 100%;
  width   : 100%;
  top     : 0;
  left    : 0;
  position: absolute;
  z-index : -1;
}

.class-list .class-bg img {
  height: 100%;
  width : 100%;
}

.class-list .list-items {
  display  : flex;
  flex-flow: row nowrap;
  height   : 100%;
}

.class-list .list-items li {
  flex           : 1;
  display        : flex;
  justify-content: center;
  align-items    : center;
  align-self     : stretch;
  border-right   : 1px solid rgba(255, 255, 255, 0.3);
}

.class-list .list-items li .cont {
  display: block;
  width  : 100%;
  height : 100%;
}

.list-items li .cont {
  display   : block;
  width     : 100%;
  height    : 100%;
  text-align: center;
}

.list-items li .cont h2 {
  font-size  : 22px;
  font-weight: lighter;
}

.list-items li .cont .back {
  display        : none;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
  padding        : 0 20px;
  box-sizing     : border-box;
  text-align     : center;
  background     : rgba(0, 0, 0, 0.4);
}

.list-items li .cont .back a {
  color        : #fff;
  width        : 140px;
  height       : 40px;
  border       : 1px solid rgba(245, 245, 245, 1);
  border-radius: 2px;
  line-height  : 40px;
  font-size    : 16px;
  margin-top   : 20px;
}

.list-items li .cont .front {
  display        : flex;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
}

.list-items li .cont .front p {
  text-align : center;
  display    : flex;
  align-items: center;
}

.list-items li .cont .front p span {
  font-size     : 20px;
  vertical-align: baseline;
  font-weight   : 100;
}

.list-items li .cont .back .img {
  width : 100px;
  height: 100px;
}

.list-items li .cont .back p {
  font-size  : 16px;
  line-height: 1.5;
}

.list-items li i {
  display         : inline-block;
  text-align      : center;
  width           : 1px;
  height          : 15px;
  background-color: #fff;
  margin          : 0 10px;
}

.class-list .list-items li:hover .cont {
  transform: rotateY(180deg);
}

.class-list .list-items li:hover .cont .back {
  display: flex;
}

.class-list .list-items li:hover .cont .front {
  display: none;
}

/* 翻转动画 */
.cont {
  position       : relative;
  transition     : 1s;
  transform-style: preserve-3d;
}

.back {
  position           : absolute;
  width              : 100%;
  height             : 100%;
  top                : 0;
  left               : 0;
  transform          : rotateY(180deg);
  backface-visibility: hidden;
}

.front {
  width              : 100%;
  height             : 100%;
  top                : 0;
  left               : 0;
  position           : absolute;
  backface-visibility: hidden;
}

/* 平台数据 */
.platform-data {
  height: 100%;
}

.platform-data h2 {
  margin     : 78px 0 20px 0;
  font-size  : 48px;
  color      : #000;
  font-weight: 700;
}

.platform-data h2 span {
  position        : absolute;
  width           : 100px;
  height          : 2px;
  background-color: #eee;
  top             : 50%;
  left            : 50%;
  transform       : translate(-250%, -50%);
}

.platform-data .tit p {
  color: #ccc;
}

.platform-data h2 span:nth-of-type(2) {
  transform: translate(150%, -50%);
}

.platform-data .tit {
  color: #6f97c8;
}

.platform-data .data-des {
  margin-top     : 100px;
  height         : 100%;
  background     : url('../img/index/platform_data_bg.jpg') no-repeat center bottom;
  background-size: 60%;
}

.platform-data .data {
  display        : flex;
  justify-content: center;
}

.platform-data .data .icon {
  width        : 115px;
  height       : 115px;
  border-radius: 50%;
  box-shadow   : 0px 0px 20px 10px #eee;
  margin       : 0 10px;
}

.platform-data .data .icon i {
  color    : #000;
  position : absolute;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
}

#count1,
#count2,
#count3,
#count4 {
  color: #1193d5ff;
}

.platform-data .data .left p {
  margin-right: 15px;
  text-align  : right;
}

.platform-data .data .right p {
  margin-left: 15px;
}

.platform-data .data .left,
.platform-data .data .right {
  display: flex;
  flex   : 1;
}

.platform-data .data .left {
  justify-content: flex-end;
}

.division1 {
  width: 10%;
}

.division2 {
  width: 38%;
}

.data-2 .icon {
  border: 1px solid #0171ba;
}

.data-2 i {
  color        : #fff !important;
  background   : #0171ba;
  width        : 90px;
  height       : 90px;
  border-radius: 50%;
  text-align   : center;
  line-height  : 90px;
}

/* 优之原创新教育 */
.education {
  background: pink;
  height    : 100%;
  position  : relative;
}

.education .img {
  width   : 100%;
  height  : 100%;
  position: absolute;
}

.education .img img {
  position : absolute;
  width    : 100%;
  height   : 100%;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
}

.education-info {
  text-align: center;
  position  : absolute;
  top       : 50%;
  left      : 50%;
  transform : translate(-50%, -50%);
}

.education-info h2 {
  font-size: 48px;
}

.education-info span {
  width           : 160px;
  height          : 4px;
  background-color: #fff;
  display         : block;
  /* margin       : 35px auto 68px; */
  margin          : 2% auto;
}

.education-info p {
  line-height: 1.8;
}

.education-items {
  margin-top: 15%;
  height    : 200px;
  display   : flex;
}

.education-items li {
  flex        : 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.education-items li:last-child {
  border-right: 0;
}

.education-items li a {
  height         : 100%;
  display        : flex;
  flex-flow      : column nowrap;
  justify-content: center;
  align-items    : center;
}

.education-items .img {
  position           : relative;
  width              : 100px;
  height             : 100px;
  background-position: center center;
  background-repeat  : no-repeat;
  background-size    : contain;
}

.education-items li:nth-of-type(1) .img {
  background-image: url('../img/index/education01.png');
}

.education-items li:nth-of-type(2) .img {
  background-image: url('../img/index/education02.png');
}

.education-items li:nth-of-type(3) .img {
  background-image: url('../img/index/education03.png');
}

.education-items li:nth-of-type(4) .img {
  background-image: url('../img/index/education04.png');
}

.education-items li:nth-of-type(5) .img {
  background-image: url('../img/index/education05.png');
}

.education-items .img img {
  height: 100%;
  height: auto;
}

.education-items li a p {
  margin-top: 20px;
}

/* footer */
.footer {
  height         : 100%;
  background     : url('../img/index/footer_bg.jpg') no-repeat top;
  background-size: cover;
  display        : flex;
  flex-flow      : column nowrap;
}

.footer .tit {
  flex           : 1;
  display        : flex;
  flex-direction : column;
  align-items    : center;
  justify-content: center;
  position       : relative;
}

.footer .tit a {
  display      : block;
  width        : 179px;
  height       : 64px;
  background   : rgba(252, 174, 20, 1);
  border-radius: 32px;
  line-height  : 64px;
}

.about-info {
  /* height : 460px; */
  background: #222;
}

.about-info .introduce {
  display   : flex;
  margin-top: 15px;
}

.about-info .introduce h3 {
  color: #ccc;
}

.about-info .introduce p {
  font-size: 14px;
}

.about-info .introduce li {
  flex        : 1;
  border-right: 1px solid #282828;
  /* padding  : 20px 0; */
}

.about-info .introduce li:last-child {
  border: 0;
}

.about-info .introduce .left p {
  margin-top : 20px;
  width      : 266px;
  line-height: 2;
  /*color      : #999;*/
}

.about-info .introduce .cen {
  padding        : 0 60px;
  box-sizing     : border-box;
  display        : flex;
  flex-direction : column;
  justify-content: space-around;
}

.about-info .introduce .cen p {
  display        : flex;
  justify-content: space-around;
  color          : #999;
}

/*.about-info .introduce .right {*/
/*  color     : #999;*/
/*  text-align: right;*/
/*}*/

.about-info .introduce .right p:nth-of-type(1) {
  margin-top: 28px;
}

.about-info .introduce .right p {
  line-height: 2;
}

.about-info .introduce .right .img {
  margin-top: 16px;
  width     : 80px;
  height    : 80px;
  float     : right;
}

.about-info .partner-links {
  /*margin-top: 40px;*/
  border-top: 1px solid #282828;
  display   : flex;
  padding   : 15px 0;
}

.about-info .partner-links li {
  font-size  : 14px;
  margin-left: 30px;
  color      : #ccc;
}

.about-info .partner-links li a {
  /*color: #999;*/
}

.about-info .w1200>p {
  color: #555;
}

.about-info .partner-links li:first-child {
  margin: 0px;
}

/* footer */
.footer .tit a {
  display      : block;
  width        : 179px;
  height       : 64px;
  background   : rgba(252, 174, 20, 1);
  border-radius: 32px;
  line-height  : 64px;
  margin       : 30px auto 0;
}

.footer .info-box {
  position : absolute;
  top      : 50%;
  transform: translateY(-50%);
}

/* 登录 */

.login-box {
  position        : fixed;
  width           : 100%;
  height          : 100%;
  top             : 0;
  left            : 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index         : 9999;
  display         : none;
}

.login {
  position     : fixed;
  width        : 440px;
  height       : 420px;
  background   : rgba(255, 255, 255, 1);
  border-radius: 4px;
  transform    : translate(-50%, -50%);
  top          : 50%;
  left         : 50%;
  padding      : 40px;
  box-sizing   : border-box;
}

.login .close {
  text-align: right;
}

.login .login-nav {
  display   : flex;
  margin-top: 15px;
  position  : relative;
}

.login .login-nav li {
  flex         : 1;
  text-align   : center;
  font-size    : 20px;
  border-bottom: 2px solid rgba(231, 231, 231, 1);
}

.login .login-nav .line {
  position        : absolute;
  width           : 120px;
  bottom          : 0;
  border          : 0;
  height          : 2px;
  transition      : all 0.4s ease;
  background-color: rgba(46, 150, 247, 1);
}

.login .login-nav li span {
  display   : block;
  cursor    : pointer;
  padding   : 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.login .login-nav li span:hover {
  color: rgba(46, 150, 247, 1);
}

.actived-nav {
  color: rgba(46, 150, 247, 1);
}

.login .student .input-box {
  margin-top   : 30px;
  height       : 45px;
  border       : 1px solid rgba(230, 230, 230, 1);
  border-radius: 4px;
  display      : flex;
  align-items  : center;
  color        : #999;
  padding      : 0 15px;
  box-sizing   : border-box;
}

.login input {
  border     : 0;
  outline    : none;
  margin-left: 10px;
  flex       : none;
  font-size  : medium;
}

.login .login-btn {
  background   : rgba(46, 150, 247, 1);
  border-radius: 4px;
  text-align   : center;
  line-height  : 50px;
  color        : #fff;
  font-size    : 18px;
  margin-top   : 30px;
}

.login .remenber-login {
  margin-top: 22px;
  display   : flex;
}

.login .remenber-login p {
  color  : #666;
  flex   : 1;
  display: flex;
}

.login .remenber-login p span {
  display    : flex;
  align-items: center;
}

.login .remenber-login p a {
  color      : #666;
  margin     : 0 10px;
  padding    : 0 10px;
  display    : block;
  border-left: 1px solid rgba(204, 204, 204, 1);
}

.login .go-register {
  display: block;
  color  : rgba(46, 150, 247, 1);
}

.login .teacher .input-box {
  margin-top   : 30px;
  height       : 45px;
  border       : 1px solid rgba(230, 230, 230, 1);
  border-radius: 4px;
  display      : flex;
  align-items  : center;
  color        : #999;
  padding      : 0 15px;
  box-sizing   : border-box;
}

.login .other .input-box {
  margin-top   : 30px;
  height       : 45px;
  border       : 1px solid rgba(230, 230, 230, 1);
  border-radius: 4px;
  display      : flex;
  align-items  : center;
  color        : #999;
  padding      : 0 15px;
  box-sizing   : border-box;
}

.section-wrap .box {
  position : absolute;
  top      : 0;
  left     : 50%;
  transform: translate(-50%, 0);
  height   : 100%;
}

#J_dotLine {
  /* background   : -webkit-linear-gradient(bottom,#193bd1, #377ae9);
    background    : -o-linear-gradient(bottom,#193bd1, #377ae9); 
    background    : -moz-linear-gradient(bottom,#193bd1, #377ae9); 
    background    : linear-gradient(bottom,#193bd1, #377ae9); */
  background-color: #012b5d;
}

.user-lofin {
  position: relative;
}

.user-lofin .img {
  width        : 45px;
  height       : 45px;
  overflow     : hidden;
  border-radius: 50%;
}

.user-lofin:hover .is-login-links {
  display: block;
}

.is-login-links {
  position   : absolute;
  display    : none;
  background : rgba(255, 255, 255, 0.1);
  left       : 50%;
  margin-left: -50px;
  width      : 100px;
  text-align : center;
}

.is-login-links a {
  display: block;
  margin : 8px 0;
}

.banner-move-img {
  width          : 500px;
  height         : 482px;
  position       : relative;
  background     : url('/Public/youzhiyuan/img/index/bg.png') no-repeat center center;
  background-size: cover;
}

.banner-move-img .left-line-img .line1 {
  width    : 67px;
  transform: rotate(-30deg);
  position : absolute;
  top      : 101px;
  left     : 34px;
}

.banner-move-img .right-line-img .line1 {
  width    : 67px;
  transform: rotate(30deg);
  position : absolute;
  top      : 101px;
  left     : 398px;
}

.img-mask {
  position: absolute;
  width   : 100%;
  height  : 100%;
  z-index : 999;
}

.banner-move-img img {
  width: auto;
}

.img-box {
  overflow: hidden;
}

@keyframes move {
  0% {
    width  : 10%;
    opacity: 0.5;
  }

  100% {
    opacity: 1;
    width  : 100%;
  }
}