html, body {
  overflow-x: hidden; }

.video-js {
  left: 1.75rem;
  top: 0.5rem; }

.example_video_1-dimensions {
  width: 10.3rem;
  height: 6rem; }

.mac {
  position: absolute;
  background: url("../images/mac.png") no-repeat center;
  width: 13.75rem;
  height: 8.25rem;
  bottom: 1.5rem;
  left: 50%;
  margin-left: -6.875rem;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 9; }

.carousel {
  position: relative; 
  display: none;}

.carousel img {
  width: 100%; }

/*.slider-list{
  img{
    width: pxtorem(750px);
    height: pxtorem(638px);
  }
}*/
.title {
  font-size: 0.8535rem;
  margin: 0 auto;
  padding-top: 1rem;
  border-bottom: 0.05rem solid #ececec;
  text-align: center;
  height: 2.25rem;
  line-height: 2.25rem;
  position: relative;
  font-weight: normal; }
  .title:after {
    content: '';
    position: absolute;
    bottom: -0.05rem;
    left: 50%;
    width: 4.5rem;
    margin-left: -2.25rem;
    border-bottom: 0.1rem solid #3590d1; }

.superiority {
  display: block;
  margin: 0 auto;
  background: url("../images/superiority_bg.png") repeat-y;
  /*  padding-bottom: pxtorem(100px);*/ }
  .superiority img {
    width: 100%;
    /* width: pxtorem(702px);
     height: pxtorem(527px);*/ }

.list {
  margin: 2.75rem auto 0 auto; }
  .list li {
    margin: 0.75rem 0.5rem 0 0.5rem; }
  .list .icon {
    margin-left: 0.75rem;
    margin-right: 1rem;
    vertical-align: middle;
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    background: url("../images/1.png") center no-repeat;
    background-size: 1.3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }
    .list .icon.icon-2 {
      background-image: url("../images/2.png"); }
    .list .icon.icon-3 {
      background-image: url("../images/3.png"); }
    .list .icon.icon-4 {
      background-image: url("../images/4.png"); }
    .list .icon.icon-5 {
      background-image: url("../images/5.png"); }
  .list h2 {
    vertical-align: middle;
    display: inline-block;
    height: 1.75rem;
    line-height: 1.75rem;
    width: 10rem;
    position: relative;
    text-align: center;
    color: white;
    font-size: 0.64rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem; }
    .list h2.one {
      background: #3590d1; }
    .list h2.two {
      background: #ecc741; }
    .list h2.three {
      background: #5fc8a2; }
    .list h2.four {
      background: #ee9264; }
    .list h2.five {
      background: #ec7e7e; }
  .list p {
    font-size: 0.75rem;
    color: #6e6e6e; }

.info {
  margin-bottom: 0.5rem;
  color: #3590d1;
  font-size: 0.4265rem;
  text-align: center;
  margin-top: 0.5rem; }

.slider {
  position: fixed;
  right: 0;
  top: 50%; }
  .slider .consult, .slider .iphone, .slider .weixin, .slider .practice {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    display: block;
    padding: 0.5rem;
    border-bottom-left-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    width: 4.5rem;
    color: white;
    font-size: 0.7rem; }
  .slider .iphone {
    background: #fcc940;
    top: 3.5rem; }
  .slider .consult {
    background: #45d9bc;
    top: 6rem; }
  .slider .weixin {
    background: #ffa633;
    top: 8.5rem; }
  .slider li.practice {
    width: 6rem;
    background: #3590d1;
    font-size: 0.8rem; }
    .slider li.practice span {
      font-size: 1rem; }

.l-list li {
  float: left;
  width: 3.65rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border: 0.05rem solid #ffa633;
  color: #ffa633;
  margin-right: 0.15rem;
  margin-top: 0.15rem;
  font-size: 0.6rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .l-list li.active {
    background: #ffa633;
    color: white; }
  .l-list li.second {
    width: 2.88rem; }

.list-info h5 {
  font-size: 1.3rem; }
.list-info p {
  font-size: 1.1rem; }

.tab {
  position: relative;
  /*  height: 400px;*/
  height: 23.75rem;
  overflow: hidden; }

.l-content {
  position: absolute;
  /*  top:105px;*/
  left: 0; }
  .l-content li {
    padding-left: 2rem;
    margin-top: 0.65rem; }
  .l-content h5 {
    margin-bottom: 0.25rem;
    font-size: 0.65rem; }
  .l-content p {
    font-size: 0.6rem;
    color: #333333; }
  .l-content .icon-1 {
    background: url("../images/l_1.png") left center no-repeat;
    background-size: 1.3rem; }
  .l-content .icon-2 {
    background: url("../images/l_2.png") left center no-repeat;
    background-size: 1.3rem; }
  .l-content .icon-5 {
    background: url("../images/l_5.png") left 10px no-repeat;
    background-size: 1.3rem; }
  .l-content .icon-3 {
    background: url("../images/l_3.png") left 10px no-repeat;
    background-size: 1.3rem; }
  .l-content .icon-4 {
    background: url("../images/l_4.png") left 10px no-repeat;
    background-size: 1.3rem; }

.fadeOut {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0;
  filter: alpha(opacity=0); }
  .fadeOut.fadeIn {
    opacity: 1;
    filter: alpha(opacity=1); }

.system {
  background: #f8f8f8;
  /*  padding-bottom: pxtorem(20px);*/ }

.center {
  padding-left: 0.5rem;
  margin: 0 auto; 
  padding-right: 0.5rem;
}


.course-list {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 4.6rem; }

.course {
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  display: inline-block;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  width: 17rem;
  height: 23.75rem;
  padding: 0.75rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .course .time {
    display: block;
    text-align: center;
    font-size: 0.512rem;
    color: #b8b8b6; }
  .course i, .course em {
    display: inline-block; }
  .course i {
    font-size: 1.1rem;
    font-style: normal;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem; }
  .course em {
    font-size: 1.3rem; }
  .course .number, .course .minuter {
    display: block;
    height: 1.15rem;
    line-height: 1.15rem;
    border-top: 0.05rem dashed #b8b8b6;
    font-size: 0.44rem; }
  .course .minuter {
    border-bottom: 0.05rem dashed #b8b8b6; }
  .course .day {
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.1rem;
    font-size: 0.34rem; }
  .course p {
    font-size: 0.2985rem;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .course a {
    display: block;
    width: 5.5rem;
    height: 1.1rem;
    line-height: 1.1rem;
    color: white;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0.4rem auto 0 auto;
    font-size: 0.4265rem; }
  .course:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }

.course-one {
  width: 7.25rem;
  height: 10rem; }
  .course-one i, .course-one em {
    color: #45d9bc; }
  .course-one a {
    background: #45d9bc; }

.course-two.active {
  display: block;
  background: url("../images/course_active.png") left top no-repeat;
  margin: 0 auto 1rem auto;
  height: 10.25rem;
  width: 10.75rem; }
.course-two i, .course-two em {
  color: #ffa633; }
.course-two a {
  background: #ffa633; }

.course-three {
  width: 7.25rem;
  height: 10rem; }
  .course-three i, .course-three em {
    color: #3590d1; }
  .course-three a {
    background: #3590d1; }

.team {
  font-size: 0.8535rem;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
  position: relative; }
  .team:after, .team:before {
    content: '';
    bottom: 0;
    position: absolute;
    height: 0.1rem;
    background: white;
    width: 28.5rem; }
  .team:before {
    left: 13.5rem; }
  .team:after {
    right: 13.5rem; }

.team, .px, .characteristic {
  color: white; }

.px {
  font-size: 0.4265rem;
  text-align: center;
  padding-top: 0.5rem; }

.team-bg {
  background: url("../images/team_bg.png") #3590d1 repeat-y; }

.teach {
  float: left;
  width: 5.75rem;
  margin-right: 1.25rem;
  height: 9.75rem;
  background: white;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 0 1rem 0;
  position: relative; }
  .teach img {
    position: absolute;
    width: 2.75rem;
    height: 2.75rem;
    top: -1.5rem;
    left: 50%;
    margin-left: -1.375rem; }
  .teach h5 {
    padding-top: 0.5rem;
    color: #3c3c3c;
    font-size: 0.64rem; }
  .teach span {
    display: block;
    padding-top: 0.4rem;
    color: #3590d1;
/*    padding-bottom: 0.4rem;
    border-bottom: 0.05rem solid #eeeeee;*/
    font-size: 0.3415rem;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .teach p {
    width: 7.4rem;
    font-size: 0.3415rem;
    color: #888888;
    /*padding-top: 0.25rem;*/
    text-align: left;
    /*  text-indent: 2em;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    margin: -0.8rem 0 0 -0.7rem; }

.teach-list {
  text-align: center;
  padding-top: 2.5rem;
  margin: 0 auto;
  width: 12.75rem; }

.home-list {
  margin: 0 auto;
  padding: 1rem 1.25rem 0 1.25rem; }
  .home-list img {
    width: 1.9rem;
    height: 1.9rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem; }
  .home-list p {
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666;
    font-size: 0.4265rem;
    width: 10.25rem;
    /*    text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;*/ }
  .home-list .left img {
    display: inline-block;
    vertical-align: middle; }
  .home-list .left p {
    display: inline-block;
    background: #fff7f2;
    margin-left: 1rem;
    position: relative;
    vertical-align: middle; }
    .home-list .left p:before {
      position: absolute;
      content: '';
      border: 0.5rem solid transparent;
      border-right-color: #fff7f2;
      left: -1rem;
      top: 50%;
      margin-top: -0.5rem; }
  .home-list .left span {
    float: right;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
    color: #f28440;
    font-size: 0.384rem; }
  .home-list .right img {
    display: inline-block;
    vertical-align: middle; }
  .home-list .right p {
    display: inline-block;
    background: #f1fcff;
    margin-right: 1rem;
    position: relative;
    vertical-align: middle; }
    .home-list .right p:after {
      position: absolute;
      content: '';
      border: 0.5rem solid transparent;
      border-left-color: #f1fcff;
      right: -1rem;
      top: 50%;
      margin-top: -0.5rem; }
  .home-list .right span {
    float: left;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
    color: #3590d1;
    font-size: 0.384rem; }

.more {
  text-align: center;
  color: #afafaf;
  font-weight: bolder;
  font-size: 1rem;
  padding-bottom: 2.5rem; }
  .more em {
    font-size: 2rem;
    color: #e7e7e7; }

.contact {
  background: #2b2b2b; }
  .contact .title {
    color: white; }

.touch {
  /*background: url("../images/contact_bg.png") no-repeat;*/
  background-size: 166%;
  margin-bottom: 120px; }

.touch-list {
  text-align: center;
  padding-bottom: 20px; }
  .touch-list li {
    padding-top: 80px;
    /*margin-top: 2.5rem;*/
    display: inline-block;
    width: 48%;; }
    .touch-list li span {
      color: #ffffff;
      font-size: 15px;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .touch-list li p {
      color: white;
      margin-top: 10px;
      font-size: 15px;
      /*overflow: hidden;*/
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      /*white-space: nowrap;*/ }
    .touch-list li a {
      color: #fff;
      }
    .touch-list li.weixin-2 {
      background: url("../images/weixin2.png") center no-repeat; }
    .touch-list li.iphone-2 {
      background: url("../images/phone.png") center no-repeat; }
    .touch-list li.time-2 {
      background: url("../images/work.png") center no-repeat; }
    .touch-list li.address-2 {
      background: url("../images/address.png") center no-repeat; }
    .touch-list li.weixin-2, .touch-list li.iphone-2, .touch-list li.time-2, .touch-list li.address-2 {
      background-size: 20px; }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none; }

.dialog {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12.75rem;
  height: 10.75rem;
  margin-left: -6.375rem;
  margin-top: -5.375rem;
  text-align: center;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem; }
  .dialog .dialog-title {
    font-size: 0.7rem;
    padding-top: 3.75rem;
    background: url("../images/r.png") no-repeat center 0.5rem;
    /*padding-bottom: pxtorem(15px);*/
    /*    border-bottom: 1px solid #ececec;*/
    position: relative;
    /*    &:after{
          position: absolute;
          bottom: pxtorem(-1px);
          left: 50%;
          margin-left: pxtorem(-90px / 2);
          content: '';
          width: pxtorem(90px);
          border-bottom: 1px solid #3590d1;
        }*/ }
  .dialog .dialog-content {
    padding-top: 0.25rem; }
    .dialog .dialog-content p {
      font-size: 0.6rem;
      color: #999999;
      margin-top: 0.25rem; }
  .dialog .dialog-footer span, .dialog .dialog-footer a {
    font-size: 1.2rem;
    display: block; }
  .dialog .dialog-footer a {
    width: 7.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #3590d1;
    color: white;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    margin: 1rem auto 1.25rem auto;
    font-size: 0.7rem; }
  .dialog .dialog-footer span {
    color: #3590d1; }

.register {
  width: 15.5rem;
  margin: 0 auto;
  /*.password{
     background: url("../images/password.png") pxtorem(13px) center no-repeat ;
     background-size: pxtorem(21px) pxtorem(25px);
   }
   .phone{
     background: url("../images/phone2.png") pxtorem(13px) center no-repeat ;
     background-size: pxtorem(16px) pxtorem(30px);
   }*/ }
  .register.login {
    height: 12rem;
    margin-top: -6rem; }
  .register div {
    margin: 0.5rem; }
  .register input, .register select, .register a {
    /*    -webkit-border-radius:pxtorem(30px);
        -moz-border-radius:pxtorem(30px);
        border-radius:pxtorem(30px)*/
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-size: 0.64rem; }
  .register input, .register select {
    border: 1px solid #ececec;
    padding: 0.5rem 0 0.5rem 0.5rem;
    outline: none; }
  .register .code {
    color: #3590d1;
    border: 1px solid #3590d1;
    width: 4.35rem;
    text-align: center;
    margin-left: 0.25rem;
    font-size: 0.6rem;
    height: 1.85rem;
    line-height: 1.85rem; }
  .register .btn {
    padding: 0.5rem 0 0.5rem 0; }
  .register .btn {
    margin-top: 35px; }
  .register h1 {
    text-align: center;
    font-size: 0.8rem;
    position: relative;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem; }
    .register h1:after {
      position: absolute;
      content: '';
      left: 50%;
      bottom: -1px;
      width: 2rem;
      height: 1px;
      background: #3590d1;
      margin-left: -1rem; }
  .register .phone, .register .password {
    width: 100%;
    height: 25%; }
  .register .message {
    width: 9.5rem;
    /*    background: url("../images/message.png") pxtorem(13px) center no-repeat ;
        background-size: pxtorem(28px) pxtorem(19px);*/ }
  .register .btn {
    background: #3590d1;
    display: block;
    width: 100%;
    text-align: center;
    color: white; }
  .register .info {
    text-align: right;
    padding-right: 0.5rem;
    color: #666666;
    font-size: 0.4265rem; }
    .register .info a {
      color: #3590d1; }
  .register .reset {
    margin-bottom: 0.5rem;
    padding: 0 0.5rem 0 0.5rem; }
    .register .reset a:first-child {
      float: left; }
    .register .reset a:last-child {
      float: right; }

.free {
  padding-top: 1.5rem; }
  .free .free-title {
    text-align: center;
    font-size: 0.85rem; }
  .free i {
    color: #3590d1;
    font-style: normal;
    margin-left: 0.25rem; }

.fixbar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 3rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: white; }
  .fixbar img {
    width: 7.5rem;
    height: 2.5rem;
    margin-top: 0.25rem;
    margin-left: 1rem; }
  .fixbar a {
    float: right;
    display: inline-block;
    margin-top: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-right: 1rem;
    color: white;
    text-align: center;
    width: 4rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    background: #3590d1; }

.fixbarcs {
  display: none;
  position: fixed;
  bottom: 30px;
  width: 100%;
  height: 3rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: white; }
  .fixbarcs img {
    width: 7.5rem;
    height: 2.35rem;
    margin-top: 0.25rem;
    margin-left: 1rem; }
  .fixbarcs a {
    float: right;
    display: inline-block;
    margin-top: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-right: 1rem;
    color: white;
    text-align: center;
    width: 4rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    background: #3590d1; }

@media (min-width: 375px) and (max-width: 414px) {
  .teach p {
    font-size: 0.7rem;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6); } 
}

.index-recommend h3 {
	font-size: 0.8em;
    text-align: center;
}
.index-recommend ul {
	width: 90%;
	margin: 0 auto;
}
.index-recommend ul li {
	display: block;
    width: 100%;
    margin: 0.6rem 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 0.6rem;
	text-align: center;
}



html {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    margin: 0 auto;
    font-family: Arial, Verdana, Sans-serif;
}
.fixbar span{
  float: right;
    display: inline-block;
    margin-top: 0.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-right: 1rem;
    color: white;
    text-align: center;
    width: 4rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    background: #3590d1;
}
.header {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    background-color: #c6e4fc;
}
.header span, .header a {
    display: inline-block;
    font-size: 0;
    float: left;
}
.header span img, .header a img {
    height: 30px;
    line-height: 30px;
    width: auto;
}

nav {
    position: fixed;
    top: 0;
    left: -150px;
    width: 150px;
    height: 100%;
    background-color: #3385ff;
}

nav a {
    display: block;
    color: #000;
    font-size: 18px;
    padding: 10px 25px;
    border-bottom: 1px solid #fff;
}

.fl {
    display: inline-block;
    float: left;
}

.fr {
    display: inline-block;
    float: right;
}

.prefer-activity {
  background: #fff;
}
.prefer-activity .standards-big-title {
    color: #444;
    font-size: 0.85rem;
    padding: 10px 0 10px;
    text-align: center;
  
}
.employment-standards .activity-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items: center;
  display:-webkit-box;
  display:-webkit-flexbox;
  display:-ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
}
.employment-standards .activity-box li{
  width:20%;
}
.prefer-activity .activity-box li .standards-icon img {
  width: 60%;
    height: 60%;
  display: block;
  margin: 0 auto;
}
.prefer-activity .activity-box li .standards-title {
  font-size: 24px;
    color: #444;
    padding: 10px 0 6px;
  text-align: center;
}
.prefer-activity .activity-box li .standards-describe {
  font-size: 18px;
    color: #666;
    margin-top: 0;
  text-align: center;
}
.prefer-activity .public_title {
    color: #fff;
    text-align: center;
    text-indent: 0;
    font-size: 0.5rem;
    margin: 0.5rem;
}
.prefer-activity .public_title a {
    width: 100%;
    padding: 0.5rem 0 0.5rem 0;
    border-radius: 5px;
    background: #3590d1;
    -webkit-box-shadow: 0 0 10px 0 rgba(53,144,209,.2), 0 5px 10px 0 rgba(53,144,209,.4);
    box-shadow: 0 0 10px 0 rgba(53,144,209,.2), 0 5px 10px 0 rgba(53,144,209,.4);
    display: block;    
    line-height: 64px;
    border: 1px solid #3590d1;
    font-size: 0.2rem;
    color: #fff;

    margin: auto;
}
.prefer-activity .public_title a span {
  color: #ffe84a;
}

.copyright {
    font-size: 6px;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
}

.pb0{padding-bottom: 0!important;}
.gyfloor{padding: 40px 0; background-color: #f8f8f8;}
/*color*/
.ogtxt{color: #ffc148;}
/*-------效果------*/
.inlightpic{position: relative; overflow: hidden;}
.inlightpic:before{position: absolute; top: 0px; left: -80%; display: block; content: ""; width: 40%; height: 100%; overflow: hidden; background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0)); background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0)); background: -webkit-gradient(linear,left top,right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), to(rgba(255,255,255,0))); background: linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0)); -moz-transform: skewX(-25deg); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);}
.inlightpic:hover:before, .ser4list:hover .serA::before{-moz-transition: left 1s ease 0s; -webkit-transition: left 1s ease 0s; transition: left 1s ease 0s; left: 140%;}
.videohd>li:hover .ico, .featurehd .cc:hover .ico{animation: landr 0.8s ease-in-out; -webkit-animation: landr 0.8s ease-in-out;}
@keyframes landr{0%{transform: rotate(0deg);transform-origin: right bottom 0;}39%{transform: rotate(5deg);transform-origin: right bottom 0;}40%{transform: rotate(5deg);transform-origin: left bottom 0;}75%{transform: rotate(-10deg);transform-origin: left bottom 0;}100%{transform: rotate(0deg);transform-origin: left bottom 0;}}
@-webkit-keyframes landr{0%{-webkit-transform: rotate(0deg);-webkit-transform-origin: right bottom 0;}39%{-webkit-transform: rotate(5deg);-webkit-transform-origin: right bottom 0;}40%{-webkit-transform: rotate(5deg);-webkit-transform-origin: left bottom 0;}75%{-webkit-transform: rotate(-10deg);-webkit-transform-origin: left bottom 0;}100%{-webkit-transform: rotate(0deg);-webkit-transform-origin: left bottom 0;}}
.features_hd li:hover .ico{animation:tada 1s .2s ease both; -webkit-animation:tada 1s .2s ease both;}
@keyframes tada{0%{transform:scale(1);}10%, 20%{transform:scale(0.9) rotate(-3deg);}30%, 50%, 70%, 90%{transform:scale(1.1) rotate(3deg);}40%, 60%, 80%{transform:scale(1.1) rotate(-3deg);}100%{transform:scale(1) rotate(0);}}
@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}100%{-webkit-transform:scale(1) rotate(0);}}
.delay2{
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.delay3{
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay4{
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay5{
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay6{
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.delay7{
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.delay8{
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.delay9{
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated,.bounceInLeft,.bounceInRight,.rollInRight,.bounceInDown,.rollIn,.zoomIn,.flip,.flipInX,.flipInY,.swing,.fadeIn       ,.bounce,.fadeInUp,.rotateInDownRight{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both; }
@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.floor_cur .bounceInLeft,.inbn_cur .bounceInLeft{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}
@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.floor_cur .bounceInRight,.inbn_cur .bounceInRight{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-name:bounceInRight;animation-name:bounceInRight;}
@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.floor_cur .rollIn{-webkit-animation-name:rollIn;animation-name:rollIn; opacity: 1;}
@-webkit-keyframes rollInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.floor_cur .rollInRight{-webkit-animation-name:rollInRight;animation-name:rollInRight;}
@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.floor_cur .fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.floor_cur .zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.floor_cur .flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}
@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.active .flipInX,.floor_cur .flipInX,.inbn_cur .flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-animation-duration:1.5s;animation-duration:1.5s}
@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.active .flipInY,.floor_cur .flipInY,.inbn_cur .flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}
@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.floor_cur .swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.floor_cur .bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}
@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.floor_cur .bounce,.inbn_cur .bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.inbn_cur .fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.inbn_cur .rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}


.mw-bite{margin: 0 auto; padding: 0 20px;}
.rowhead{margin-bottom: 10px; text-align: center; font-size: 20px; color: #666;}
.rowtitle{margin-bottom: 5px; text-align: center; font-size: 34px; color: #3590d1;position:relative;}
.gy_rowtitle{color: #bfbfbf;}
.rowhead_gt{margin: 10px auto 0; display: block; width: 120px; height: 14px; line-height: 0; font-size: 0; background: url(/Public/Home/images/icon/rowhead_gt.png) 50% 50% no-repeat;}
.rowhead .small{font-size: 14px;}
.rowins{margin-bottom: 8px; display: inline-block; font-size: 18px; font-weight: bold;}
.rowins_lt, .rowins_gt{position: absolute; top: 50%; display: block; width: 120px; height: 0; line-height: 0; font-size: 0; border-bottom: 1px solid #eee;}
.rowins_lt{left: 0;}
.rowins_gt{right: 0;}
.rowbn .rowhead, .rowbn .rowtitle, .gnfloor .rowhead, .gnfloor .rowtitle{color: #fff;}
.rowbn .rowins_lt, .rowbn .rowins_gt, .gnfloor .rowins_lt, .gnfloor .rowins_gt{border-bottom-color: rgba(255,255,255,.4);}
.rowart{display: table-cell; *zoom: 1; *width: auto; font-size: 16px;}
.rowart .rowtitle{margin-bottom: 20px; text-align: left;}
.rowpic{text-align: center;}
.rowpic img{max-width: 100%;}
.rowbn{position: relative; color: #fff; overflow: hidden;}
.zoomBg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: 50% 0; background-repeat: no-repeat; animation:zoom1 15s linear 0s infinite;-webkit-animation:zoom1 15s linear 1s infinite;}
.childget_floor{min-height: 540px; _height: 540px; background: #fff url(http://biteabc-images.biteabc.com/row/04.jpg) 50% 100% no-repeat;}
.childget_box{padding-left: 400px;}
.childget_box .rowtitle{text-align: left; font-size: 38px; font-weight: bold;}
.childgetlist{margin: 30px 0 60px 0; line-height: 32px; font-size: 22px; color: #333;}
.childgetlist li{position: relative; margin: 20px 0; padding-left: 50px; *zoom: 1;}
.childgetlist .sign, .advantagelist .sign{position: absolute; left: 0; top: 0; display: block; width: 32px; height: 32px; line-height: 0; font-size: 0; background-image: url(/Public/images/icon/list_sign.png); background-repeat: no-repeat;}
.childgetlist .sign{background-position: 0 0;}
.advantagebox{padding: 0 40px 0 50px; min-height: 520px; _height: 520px; _overflow-y: visible;}
.advantagelist{font-size: 14px;}
.advantagelist li{position: relative; margin: 20px 0; *zoom: 1;}
.advantagelist .title2019{margin-bottom: 5px; line-height: 32px; font-size: 22px; color: #333;}
.advantagelist .sign{left: -50px;}
.advantagelist .item01 .sign{background-position: 0 -64px;}
.advantagelist .item02 .sign{background-position: 0 -96px;}
.advantagelist .item03 .sign{background-position: 0 -128px;}
.advantagelist .item04 .sign{background-position: 0 -160px;}
.advantagelist .item05 .sign{background-position: 0 -192px;}
.advantagelist .item06 .sign{background-position: 0 -224px;}
