/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

body {
  font: 14px/1.5 'microsoft yahei';
  color: #666666;
  min-width: 980px; }

.wrap {
  width: 980px;
  margin: 0 auto; }

.fl {
  float: left; }

.fr {
  float: right; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.cb {
  clear: both; }

.tac {
  text-align: center; }

a {
  text-decoration: none; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 110px;
  background: #40494E;
  opacity: .95; }
  .fixed-bottom .slider {
    width: 642px;
    height: 80px;
    border-right: 1px dotted #A5ADB1;
    margin: 15px 0; }
    .fixed-bottom .slider .slide a {
      width: 204px;
      height: 80px;
      margin: 0 auto; }
      .fixed-bottom .slider .slide a img {
        float: left;
        width: 61px;
        height: 80px; }
      .fixed-bottom .slider .slide a span {
        float: left;
        line-height: 80px;
        height: 80px;
        color: #FFFFFF;
        margin-left: 8px; }
  .fixed-bottom .tel {
    font-size: 16px;
    color: #FFFFFF;
    margin: 43px 0;
    width: 213px;
    text-align: center; }
  .fixed-bottom .btn {
    margin: 35px 0; }
    .fixed-bottom .btn a {
      font-size: 16px;
      color: #FFFFFF;
      width: 124px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #259ADF;
      border-radius: 3px;
      display: block; }

.foot {
  margin-bottom: 110px;
  background: #383C3C;
  border-top: 6px solid #135B86; }
  .foot .navbar {
    height: 90px;
    line-height: 90px;
    background: url(../img/logo-white.png) no-repeat 0 24px; }
    .foot .navbar .nav {
      float: right; }
      .foot .navbar .nav a {
        float: left;
        margin-left: 12px;
        color: #FFFFFF; }
  .foot .misc {
    border-top: 1px dotted #646473;
    height: 83px; }
    .foot .misc .advt2 {
      float: left;
      width: 520px;
      margin-top: 24px;
      color: #DDDDDD; }
      .foot .misc .advt2 span {
        float: left;
        width: 260px; }
    .foot .misc .tel {
      float: right;
      margin-top: 21px; }
      .foot .misc .tel span {
        display: block; }
      .foot .misc .tel .alt {
        color: #FFFFFF; }
      .foot .misc .tel .num {
        color: #259ADF;
        font-size: 26px;
        line-height: 1; }
  .foot .link {
    border-top: 1px dotted #646473;
    padding: 24px 0;
    text-align: center; }
    .foot .link a {
      margin: 0 8px;
      color: #DDDDDD; }
      .foot .link a:hover {
        color: #FFFFFF; }
  .foot .copy {
    background: #2B2D2D;
    color: #A5ABAB;
    height: 36px;
    line-height: 36px;
    text-align: center; }
    .foot .copy a {
      color: #A5ABAB; }

.head .topbar {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background: #F4F4F7;
  border-bottom: 1px solid #DFDFE8; }
  .head .topbar .greet {
    float: left; }
  .head .topbar .nav {
    float: right; }
    .head .topbar .nav a {
      float: left;
      color: #666666; }
    .head .topbar .nav span {
      float: left;
      background: #CCCCCC;
      width: 1px;
      height: 8px;
      margin: 14px 12px 13px; }
.head .misc {
  height: 90px;
  background: url(../img/head-awards.png) no-repeat center center; }
  .head .misc .logo {
    float: left;
    margin: 24px 0; }
  .head .misc .tel {
    float: right;
    margin: 20px 0 23px; }
    .head .misc .tel span {
      display: block; }
    .head .misc .tel .alt {
      color: #555555; }
    .head .misc .tel .num {
      color: #259ADF;
      font-size: 26px;
      line-height: 1; }
.head .menubar {
  height: 20px;
  background: #232B2E;
  opacity: .8;
  position: relative;
  z-index: 1; }
  .head .menubar .wrap {
    position: relative; }
  .head .menubar ul.menu {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    height: 45px;
    background: #232B2E;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 16px; }
    .head .menubar ul.menu > li {
      float: left;
      position: relative;
      padding: 0 39px;
      height: 45px; }
      .head .menubar ul.menu > li.sep {
        width: 1px;
        height: 14px;
        padding: 0;
        margin-top: 5px;
        background: #FFFFFF;
        opacity: .4; }
      .head .menubar ul.menu > li ul.sub {
        padding-top: 8px;
        background: url(../img/menu-arrow.png) no-repeat center 0;
        position: absolute;
        top: 37px;
        right: 0;
        left: 0;
        text-align: center;
        font-size: 14px;
        display: none; }
        .head .menubar ul.menu > li ul.sub > li {
          height: 35px;
          line-height: 35px;
          background: #259ADF;
          padding-bottom: 5px;
          float: left;
          width: 100%; }
          .head .menubar ul.menu > li ul.sub > li:first-child {
            padding-top: 5px; }
          .head .menubar ul.menu > li ul.sub > li a {
            display: block; }
            .head .menubar ul.menu > li ul.sub > li a:hover {
              background: #66B1DE; }
    .head .menubar ul.menu a {
      color: #FFFFFF; }

.sect h3 {
  background-repeat: no-repeat;
  background-position: center center;
  height: 205px;
  text-indent: -9999px; }
.sect a.more {
  display: block;
  margin: 0 auto;
  width: 122px;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  border: 1px solid #A8A8B7;
  border-radius: 4px;
  color: #646473;
  text-align: center; }
.sect.diff {
  height: 1111px;
  background: url(../img/home-diff-bg.png) no-repeat center 0; }
  .sect.diff h3 {
    background-image: url(../img/home-diff-hl.png); }
.sect.team-adm {
  background: #F3F3F3;
  padding-bottom: 39px; }
  .sect.team-adm h3 {
    background-image: url(../img/home-team-hl.png); }
  .sect.team-adm .intro {
    background: #CDC8C0;
    margin-bottom: 60px; }
    .sect.team-adm .intro .video, .sect.team-adm .intro .text {
      width: 490px;
      height: 276px;
      display: block; }
    .sect.team-adm .intro .video {
      position: relative; }
      .sect.team-adm .intro .video .play {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../img/home-team-play.png) no-repeat center center; }
    .sect.team-adm .intro .text {
      color: #5A5343; }
      .sect.team-adm .intro .text span {
        margin: 0 45px;
        display: block; }
        .sect.team-adm .intro .text span.title {
          margin-top: 60px;
          font-size: 34px; }
        .sect.team-adm .intro .text span.summ {
          margin-top: 20px;
          font-size: 16px; }
  .sect.team-adm .slider-wrap {
    width: 1030px;
    margin: 0 auto; }
    .sect.team-adm .slider-wrap .slick-list {
      float: left;
      width: 920px; }
    .sect.team-adm .slider-wrap .slick-arrow {
      float: left;
      margin: 78px 0 79px;
      border: 0 none;
      padding: 0;
      width: 49px;
      height: 109px;
      background: url(../desktop-2020/img/slider-arrows.png) no-repeat;
      text-indent: -9999px;
      cursor: pointer;
      outline: none; }
    .sect.team-adm .slider-wrap .slick-prev {
      margin-right: 6px; }
    .sect.team-adm .slider-wrap .slick-next {
      margin-left: 6px;
      background-position: -49px 0; }
    .sect.team-adm .slider-wrap .slider {
      height: 266px; }
    .sect.team-adm .slider-wrap .slide {
      margin: 0 auto;
      width: 215px;
      height: 266px;
      position: relative; }
      .sect.team-adm .slider-wrap .slide img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        padding-top: 23px; }
      .sect.team-adm .slider-wrap .slide a {
        background: url(../img/sect-team-adm-frm.png) no-repeat 0 0;
        width: 215px;
        height: 266px;
        display: block;
        position: absolute;
        top: 0; }
        .sect.team-adm .slider-wrap .slide a span {
          display: block; }
          .sect.team-adm .slider-wrap .slide a span.name {
            margin-top: 160px;
            color: #47575E;
            font-size: 16px; }
          .sect.team-adm .slider-wrap .slide a span.sep {
            color: #868695;
            font-size: 8px;
            line-height: 1;
            margin-bottom: 8px;
            letter-spacing: 1px; }
          .sect.team-adm .slider-wrap .slide a span.summ {
            color: #999999; }
    .sect.team-adm .slider-wrap .dots-outer {
      position: relative;
      margin: 53px 0 48px; }
    .sect.team-adm .slider-wrap .dots-inner {
      position: relative;
      left: 50%; }
    .sect.team-adm .slider-wrap ul.slick-dots {
      position: relative;
      left: -50%; }
      .sect.team-adm .slider-wrap ul.slick-dots li {
        float: left; }
        .sect.team-adm .slider-wrap ul.slick-dots li button {
          border: 0 none;
          background: #DDE2E7;
          width: 14px;
          height: 14px;
          border-radius: 7px;
          margin: 0 8px;
          padding: 0;
          cursor: pointer;
          display: block;
          text-indent: -9999px;
          outline: none; }
        .sect.team-adm .slider-wrap ul.slick-dots li.slick-active button {
          background: #4BA9E0; }
.sect.team-sea {
  background: url(../img/home-team2-bg.png) no-repeat center 0;
  padding-bottom: 56px; }
  .sect.team-sea h3 {
    background-image: url(../img/home-team2-hl.png); }
  .sect.team-sea .slider {
    padding-bottom: 100px; }
    .sect.team-sea .slider .slide {
      width: 196px;
      height: 266px; }
    .sect.team-sea .slider .slide a {
      margin: 0 auto;
      width: 164px;
      height: 266px;
      display: block;
      background: #FFFFFF; }
      .sect.team-sea .slider .slide a .foto {
        width: 164px;
        height: 164px;
        position: relative; }
        .sect.team-sea .slider .slide a .foto .shadow {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: url(../img/home-team2-sd.png) no-repeat;
          display: none; }
      .sect.team-sea .slider .slide a:hover .foto .shadow {
        display: block; }
      .sect.team-sea .slider .slide a .summ {
        padding: 27px 0;
        text-align: center; }
        .sect.team-sea .slider .slide a .summ span {
          display: block; }
        .sect.team-sea .slider .slide a .summ .name {
          font-size: 18px;
          font-weight: 700;
          color: #2599DF; }
        .sect.team-sea .slider .slide a .summ .acdm {
          color: #646472; }
      .sect.team-sea .slider .slide a:hover {
        background: #259ADF; }
        .sect.team-sea .slider .slide a:hover .name, .sect.team-sea .slider .slide a:hover .acdm {
          color: #FFFFFF; }
  .sect.team-sea a.more {
    color: #FFFFFF;
    border-color: #FFFFFF; }
.sect.prac {
  background: url(../img/home-prac-bg.png) no-repeat center 0;
  padding-bottom: 56px; }
  .sect.prac h3 {
    background-image: url(../img/home-prac-hl.png); }
  .sect.prac .list {
    margin: 39px 88px 88px; }
    .sect.prac .list .item {
      margin: 0 18px 58px;
      width: 232px;
      height: 66px;
      line-height: 66px;
      display: block;
      background: url(../img/home-prac-btn.png) no-repeat;
      text-align: center;
      font-size: 24px;
      color: #0C6992; }
      .sect.prac .list .item:hover {
        background-position: 0 -66px;
        color: #FFFFFF; }
  .sect.prac a.more {
    border-color: #0B5C80;
    color: #1D485A; }
.sect.faq h3 {
  background-image: url(../img/sect-faq-hl.png); }
.sect.faq .list {
  margin-bottom: 46px; }
  .sect.faq .list .item {
    background: url(../img/sect-faq-btn.png) no-repeat 0 0;
    margin: 0 66px 23px 0;
    width: 457px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    text-indent: 32px;
    color: #333333; }
    .sect.faq .list .item.last {
      margin-right: 0; }
.sect.pct .list {
  padding: 100px 30px 135px; }
  .sect.pct .list .item {
    text-align: center;
    margin-left: 122px; }
    .sect.pct .list .item:first-child {
      margin-left: 0; }
    .sect.pct .list .item .cir {
      background: url(../img/sect-pct-cir.png) no-repeat 0 0;
      width: 138px;
      height: 138px;
      color: #259ADF;
      font-size: 35px;
      line-height: 3.5;
      font-weight: 100; }
    .sect.pct .list .item .dsc {
      margin-top: 50px;
      color: #666666;
      font-size: 18px; }
.sect.news {
  padding: 56px 0; }
  .sect.news .news-box h3 {
    font-weight: 400;
    padding-bottom: 4px;
    height: 40px;
    line-height: 40px;
    text-indent: 0;
    font-size: 20px;
    color: #1F1F2E;
    background: url(../img/sect-news-line.png) no-repeat 0 bottom;
    position: relative; }
    .sect.news .news-box h3 a.more2 {
      position: absolute;
      top: 0;
      right: 0;
      color: #777777;
      font-size: 12px; }
  .sect.news ul li {
    border-bottom: 1px dotted #CCCCCC;
    height: 50px;
    line-height: 50px; }
    .sect.news ul li a {
      color: #535353; }
    .sect.news ul li .date {
      font-size: 12px;
      color: #AAAAAA; }

.subpage {
  padding-top: 355px;
  position: relative; }
  .subpage .banner {
    height: 375px;
    background-repeat: no-repeat;
    background-position: center 0;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0; }
    .subpage .banner .wrap {
      overflow: hidden; }
    .subpage .banner .categ {
      float: left;
      position: relative;
      left: 50%; }
      .subpage .banner .categ ul {
        float: left;
        position: relative;
        left: -50%;
        margin-top: 280px; }
        .subpage .banner .categ ul li {
          float: left;
          margin-left: 30px; }
          .subpage .banner .categ ul li:first-child {
            margin-left: 0; }
          .subpage .banner .categ ul li a {
            border: 1px solid #FFFFFF;
            border-radius: 6px;
            display: block;
            width: 122px;
            height: 38px;
            line-height: 38px;
            font-size: 16px;
            color: #FFFFFF;
            background: rgba(15, 52, 115, 0.45);
            text-align: center; }
          .subpage .banner .categ ul li.current a {
            color: #52AAE9;
            background: #FFFFFF; }

.home {
  position: relative;
  padding-top: 660px; }
  .home .banner {
    height: 680px;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0; }
    .home .banner ul.slide-box {
      height: 680px;
      position: relative; }
      .home .banner ul.slide-box li {
        height: 680px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .home .banner ul.slide-box li a {
          display: block;
          height: 680px;
          background-repeat: no-repeat;
          background-position: center 0; }
    .home .banner .slider {
      position: relative; }
    .home .banner ul.spot-box {
      position: relative;
      left: -50%; }
      .home .banner ul.spot-box li {
        display: block;
        margin: 0 8px;
        width: 14px;
        height: 14px;
        border-radius: 7px;
        background: #FFFFFF;
        opacity: .8;
        cursor: pointer; }
        .home .banner ul.spot-box li.current {
          background: #66B1DE; }
    .home .banner .spot-box-outer {
      position: absolute;
      right: 0;
      bottom: 26px;
      left: 0; }
    .home .banner .spot-box-inner {
      float: left;
      position: relative;
      left: 50%; }
  .home .cust {
    background: url(../img/home-cust-bg.png) repeat-x;
    padding-bottom: 56px; }
    .home .cust h3 {
      background-image: url(../img/home-cust-hl.png); }
    .home .cust .list {
      padding-bottom: 15px; }
      .home .cust .list .item {
        float: left;
        padding: 0 40px 27px 0;
        width: 300px; }
        .home .cust .list .item.item.last {
          padding-right: 0; }
        .home .cust .list .item .foto {
          display: block;
          width: 300px;
          height: 170px;
          position: relative; }
          .home .cust .list .item .foto .shadow {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: url(../img/home-cust-sd.png) no-repeat;
            display: none; }
          .home .cust .list .item .foto:hover .shadow {
            display: block; }
        .home .cust .list .item .summ {
          height: 48px;
          line-height: 48px; }
          .home .cust .list .item .summ .name {
            color: #4BA9E1;
            font-size: 16px;
            font-weight: 700; }
  .home .lang {
    background: url(../img/home-lang-bg.png) no-repeat center 0;
    padding-bottom: 56px; }
    .home .lang h3 {
      background-image: url(../img/home-lang-hl.png); }
    .home .lang .list {
      padding: 13px 0 26px 98px; }
      .home .lang .list .item {
        margin: 0 98px 46px 0;
        width: 122px;
        height: 122px;
        display: block;
        background: url(../img/home-lang-btns.png) no-repeat 0 0;
        text-indent: -9999px; }
        .home .lang .list .item.ielts {
          background-position: -130px 0; }
        .home .lang .list .item.sat {
          background-position: -260px 0; }
        .home .lang .list .item.gmat {
          background-position: -390px 0; }
        .home .lang .list .item.gre {
          background-position: 0 -129px; }
        .home .lang .list .item.ssat {
          background-position: -130px -129px; }
        .home .lang .list .item.act {
          background-position: -260px -129px; }
        .home .lang .list .item.ap {
          background-position: -390px -129px; }
  .home .cont {
    padding-bottom: 84px; }
    .home .cont h3 {
      background-image: url(../img/home-cont-hl.png); }
    .home .cont .welcome {
      color: #2599DF;
      font-size: 22px;
      line-height: 1.2;
      text-align: center; }
      .home .cont .welcome span {
        font-weight: 700; }
    .home .cont .sns {
      margin: 84px auto 0 auto;
      padding-left: 103px;
      width: 160px;
      height: 83px;
      background: url(../img/home-cont-qr.png) no-repeat 0 0; }
      .home .cont .sns .wxid {
        color: #259ADF;
        font-size: 16px;
        font-weight: 700;
        height: 42px;
        line-height: 42px; }
      .home .cont .sns .icons a {
        background: url(../img/home-cont-icons.png) no-repeat;
        width: 32px;
        height: 26px;
        display: block;
        text-indent: -9999px;
        margin-right: 5px; }
        .home .cont .sns .icons a.weibo {
          background-position: 0 0; }
        .home .cont .sns .icons a.sohu {
          background-position: -37px 0; }
        .home .cont .sns .icons a.netease {
          background-position: -75px 0; }
        .home .cont .sns .icons a.videos {
          background-position: -117px 0; }
    .home .cont .ways {
      margin-top: 35px;
      padding: 24px 0 21px;
      background-color: #F1F3F3;
      border: 1px solid #E9ECEE;
      border-radius: 4px;
      height: 113px; }
      .home .cont .ways .etc {
        margin-left: 50px; }
        .home .cont .ways .etc.bj {
          padding-right: 50px;
          border-right: 1px solid #D8DEE1; }
        .home .cont .ways .etc .name span {
          padding: 0 4px;
          background-color: #2599DF;
          color: #FFFFFF;
          font-size: 18px;
          height: 25px;
          line-height: 25px;
          border-radius: 2px; }
        .home .cont .ways .etc .trad {
          margin-top: 10px;
          line-height: 1.9;
          color: #545454; }

.subpage.service .sect.svc {
  background: #F3F3F3; }
  .subpage.service .sect.svc .list {
    padding: 54px 0 32px; }
    .subpage.service .sect.svc .list .item {
      margin: 0 37px 38px 0;
      width: 217px;
      height: 152px;
      color: #666666;
      background: url(../img/sect-svc.png) no-repeat 0 0; }
      .subpage.service .sect.svc .list .item:hover {
        background-position: -250px 0;
        color: #FFFFFF; }
      .subpage.service .sect.svc .list .item.last {
        margin-right: 0; }
      .subpage.service .sect.svc .list .item span {
        display: block; }
        .subpage.service .sect.svc .list .item span.icon {
          height: 110px;
          background: url(../img/sect-svc.png) no-repeat 0 -200px; }
          .subpage.service .sect.svc .list .item span.icon.a2 {
            background-position: -250px -200px; }
          .subpage.service .sect.svc .list .item span.icon.a3 {
            background-position: 0 -500px; }
          .subpage.service .sect.svc .list .item span.icon.a4 {
            background-position: -250px -500px; }
          .subpage.service .sect.svc .list .item span.icon.a5 {
            background-position: 0 -350px; }
          .subpage.service .sect.svc .list .item span.icon.a6 {
            background-position: -250px -350px; }
          .subpage.service .sect.svc .list .item span.icon.a7 {
            background-position: 0 -650px; }
          .subpage.service .sect.svc .list .item span.icon.a8 {
            background-position: -250px -650px; }
        .subpage.service .sect.svc .list .item span.text {
          height: 40px;
          line-height: 40px;
          font-size: 16px;
          text-align: center; }
.subpage.service .sect.repo {
  height: 675px;
  background: url(../img/sect-repo-bg.png) no-repeat center 0; }
  .subpage.service .sect.repo h3 {
    background-image: url(../img/sect-repo-hl.png); }
  .subpage.service .sect.repo .slider-for {
    margin: 90px auto 130px;
    width: 810px;
    font-size: 26px;
    font-weight: 100;
    color: #FFFFFF;
    text-align: center; }
  .subpage.service .sect.repo .slider-nav {
    width: 870px;
    height: 50px;
    margin: 0 auto; }
    .subpage.service .sect.repo .slider-nav .slick-arrow {
      float: left;
      width: 21px;
      height: 37px;
      padding: 0;
      border: 0 none;
      border-radius: 2px;
      margin-top: 7px;
      background-image: url(../img/sect-repo-arrows.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-color: rgba(255, 255, 255, 0.3);
      text-indent: -9999px;
      cursor: pointer;
      outline: none; }
      .subpage.service .sect.repo .slider-nav .slick-arrow:hover {
        background-color: rgba(255, 255, 255, 0.9); }
      .subpage.service .sect.repo .slider-nav .slick-arrow.slick-prev {
        margin-right: 24px; }
      .subpage.service .sect.repo .slider-nav .slick-arrow.slick-next {
        margin-left: 24px;
        background-position-x: -21px; }
    .subpage.service .sect.repo .slider-nav .slick-list {
      float: left;
      width: 780px; }
    .subpage.service .sect.repo .slider-nav .slide span {
      display: block;
      width: 140px;
      height: 50px;
      background: url(../img/sect-repo-logos.png) no-repeat 0 -55px;
      text-indent: -9999px; }
      .subpage.service .sect.repo .slider-nav .slide span.netease {
        background-position-x: -160px; }
      .subpage.service .sect.repo .slider-nav .slide span.tencent {
        background-position-x: -320px; }
      .subpage.service .sect.repo .slider-nav .slide span.sina {
        background-position-x: -480px; }
      .subpage.service .sect.repo .slider-nav .slide span.ifeng {
        background-position-x: -640px; }
      .subpage.service .sect.repo .slider-nav .slide span.china {
        background-position-x: -800px; }
      .subpage.service .sect.repo .slider-nav .slide span.cn21 {
        background-position-x: -960px; }
      .subpage.service .sect.repo .slider-nav .slide span.citicbank {
        background-position-x: -1120px; }
      .subpage.service .sect.repo .slider-nav .slide span.acnielsen {
        background-position-x: -1280px; }
    .subpage.service .sect.repo .slider-nav .slide.slick-current span {
      background-position-y: 0; }

.subpage.offer .sect.offer .slider {
  margin: 88px 0 58px;
  height: 432px; }
  .subpage.offer .sect.offer .slider .slick-arrow {
    float: left;
    margin: 172px 0 223px;
    border: 0 none;
    padding: 0;
    width: 21px;
    height: 37px;
    background: url(../img/sect-offer-arrows.png) no-repeat;
    text-indent: -9999px;
    outline: none;
    cursor: pointer; }
  .subpage.offer .sect.offer .slider .slick-prev {
    margin-right: 13px; }
  .subpage.offer .sect.offer .slider .slick-next {
    margin-left: 13px;
    background-position: -21px 0; }
  .subpage.offer .sect.offer .slider .slick-list {
    float: left;
    width: 912px; }
  .subpage.offer .sect.offer .slider .slide a {
    margin: 0 auto;
    width: 280px;
    height: 432px;
    display: block; }
    .subpage.offer .sect.offer .slider .slide a span {
      display: block; }
      .subpage.offer .sect.offer .slider .slide a span.foto {
        width: 260px;
        height: 354px;
        border: 10px solid #DDDDDD;
        background: #FDFDFD; }
        .subpage.offer .sect.offer .slider .slide a span.foto img {
          margin: 23px 10px 22px; }
      .subpage.offer .sect.offer .slider .slide a span.summ {
        margin-top: 4px;
        height: 54px;
        line-height: 54px;
        background: #EEEEEE;
        color: #444444;
        text-align: center; }
.subpage.offer .sect.offer a.more {
  margin-bottom: 57px; }
.subpage.offer .sect.pct {
  background: #F3F3F3; }
.subpage.offer .sect.flow {
  height: 675px;
  background: url(../img/sect-flow-bg.png) no-repeat center 0; }
  .subpage.offer .sect.flow h3 {
    background-image: url(../img/sect-flow-hl.png); }
.subpage.offer .sect.svc2 {
  height: 500px; }
  .subpage.offer .sect.svc2 h3 {
    background-image: url(../img/sect-svc2-hl.png); }
  .subpage.offer .sect.svc2 ul.list {
    margin-top: 10px; }
    .subpage.offer .sect.svc2 ul.list li.item {
      float: left;
      background: url(../img/sect-svc2-frm.png) no-repeat 0 0;
      margin-left: 40px;
      width: 215px; }
      .subpage.offer .sect.svc2 ul.list li.item:first-child {
        margin-left: 0; }
      .subpage.offer .sect.svc2 ul.list li.item.nd {
        background-position: -255px 0; }
      .subpage.offer .sect.svc2 ul.list li.item.rd {
        background-position: -510px 0; }
      .subpage.offer .sect.svc2 ul.list li.item.th {
        background-position: -765px 0; }
      .subpage.offer .sect.svc2 ul.list li.item span {
        display: block;
        text-align: center; }
        .subpage.offer .sect.svc2 ul.list li.item span.name {
          margin-top: 118px;
          font-size: 16px; }
        .subpage.offer .sect.svc2 ul.list li.item span.desc {
          margin-top: 42px;
          font-size: 12px;
          color: #999999; }
.subpage.offer .sect.time h3 {
  background-image: url(../img/sect-time-hl.png); }
.subpage.offer .sect.time .table-box {
  padding-bottom: 67px; }
  .subpage.offer .sect.time .table-box .table {
    width: 300px;
    margin-left: 40px; }
    .subpage.offer .sect.time .table-box .table:first-child {
      margin-left: 0; }
    .subpage.offer .sect.time .table-box .table .capt {
      height: 63px;
      line-height: 63px;
      background: url(../img/sect-time-th-bg.png) no-repeat 0 0;
      font-size: 20px;
      text-align: center;
      color: #FFFFFF; }
    .subpage.offer .sect.time .table-box .table .node {
      margin-top: 2px; }
      .subpage.offer .sect.time .table-box .table .node span {
        border: 1px solid #F0F2F5;
        padding: 0 8px;
        line-height: 28px; }
        .subpage.offer .sect.time .table-box .table .node span.range {
          width: 84px; }
        .subpage.offer .sect.time .table-box .table .node span.matter {
          margin-left: 1px;
          width: 179px; }
      .subpage.offer .sect.time .table-box .table .node.gray span {
        background: #F0F2F5; }
.subpage.offer .sect.news .news-box {
  width: 300px;
  margin-left: 40px; }
  .subpage.offer .sect.news .news-box:first-child {
    margin-left: 0; }

.subpage.team .banner {
  background-image: url(https://octo-cdn.seamair.cn/sites/11/assets/img/team-banner.jpg); }
.subpage.team .sect.team-adm {
  padding: 0;
  background: #FFFFFF; }
  .subpage.team .sect.team-adm .intro {
    margin: 75px 0 100px; }
.subpage.team .sect.team-sea {
  padding-bottom: 80px;
  background: #F3F3F3; }
  .subpage.team .sect.team-sea h3 {
    background-image: url(../img/sect-team2-hlr.png); }
  .subpage.team .sect.team-sea .slider {
    padding-bottom: 0; }
  .subpage.team .sect.team-sea .dots-outer {
    padding: 45px 0 50px;
    position: relative; }
  .subpage.team .sect.team-sea .dots-inner {
    position: relative;
    left: 50%; }
  .subpage.team .sect.team-sea ul.slick-dots {
    position: relative;
    left: -50%; }
    .subpage.team .sect.team-sea ul.slick-dots li {
      float: left; }
      .subpage.team .sect.team-sea ul.slick-dots li button {
        background: #DDE2E7;
        width: 14px;
        height: 14px;
        padding: 0;
        border: 0 none;
        border-radius: 7px;
        margin: 0 8px;
        text-indent: -9999px;
        cursor: pointer;
        outline: none; }
      .subpage.team .sect.team-sea ul.slick-dots li.slick-active button {
        background: #4BA9E0; }
.subpage.team .resumes {
  background: url(../img/team-list-bg.jpg) repeat-y center 0; }
  .subpage.team .resumes h3 {
    background-repeat: no-repeat;
    background-position: center center;
    height: 205px;
    text-indent: -9999px; }
  .subpage.team .resumes.adm h3 {
    background-image: url(../img/home-team-hl.png); }
  .subpage.team .resumes.top h3 {
    background-image: url(../img/team-top-hl.png); }
  .subpage.team .resumes.lec h3 {
    background-image: url(../img/team-lec-hl.png); }
  .subpage.team .resumes.adv h3 {
    background-image: url(../img/team-adv-hl.png); }
  .subpage.team .resumes .pagination-wrap {
    padding: 72px 0;
    height: 40px; }
  .subpage.team .resumes .pagination {
    float: left;
    position: relative;
    left: 50%; }
    .subpage.team .resumes .pagination ul {
      position: relative;
      left: -50%;
      float: left; }
      .subpage.team .resumes .pagination ul li {
        float: left;
        display: none;
        margin: 0 15px; }
        .subpage.team .resumes .pagination ul li.previous, .subpage.team .resumes .pagination ul li.next {
          display: block; }
        .subpage.team .resumes .pagination ul li a {
          display: block;
          width: 122px;
          height: 38px;
          line-height: 38px;
          font-size: 16px;
          text-align: center;
          border: 1px solid #A8A8B7;
          border-radius: 4px;
          color: #646472; }
  .subpage.team .resumes .list .item {
    margin-top: 60px;
    height: 260px; }
    .subpage.team .resumes .list .item:first-child {
      margin-top: 0; }
    .subpage.team .resumes .list .item .foto {
      float: left;
      width: 260px;
      height: 260px;
      position: relative; }
      .subpage.team .resumes .list .item .foto span.frm {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(../img/team-list-item-frm.png) no-repeat; }
    .subpage.team .resumes .list .item .summ {
      float: right;
      width: 716px;
      height: 260px;
      background: url(../img/team-list-item-bg.png) no-repeat; }
      .subpage.team .resumes .list .item .summ .name, .subpage.team .resumes .list .item .summ .desc {
        margin: 0 27px; }
      .subpage.team .resumes .list .item .summ .name {
        margin-top: 27px;
        color: #F3F3F3;
        font-size: 21px; }
      .subpage.team .resumes .list .item .summ .desc {
        color: #F2F2F2; }
        .subpage.team .resumes .list .item .summ .desc p {
          margin: 14px 0; }
    .subpage.team .resumes .list .item.oppo .foto {
      float: right; }
    .subpage.team .resumes .list .item.oppo .summ {
      float: left;
      background-position: 0 -260px; }
.subpage.team .finder {
  padding-bottom: 80px; }
  .subpage.team .finder .filter {
    margin: 40px 24px;
    height: 40px;
    line-height: 40px; }
    .subpage.team .finder .filter span {
      float: left;
      margin-right: 12px; }
    .subpage.team .finder .filter select {
      width: 258px;
      height: 38px;
      border: 1px solid #BBBBBB;
      border-radius: 1px; }
  .subpage.team .finder table {
    width: 980px; }
    .subpage.team .finder table th {
      height: 40px;
      line-height: 40px;
      color: #52525F;
      text-align: center;
      font-weight: normal;
      border: 1px solid #D3E1EC;
      border-top: 3px solid #97B8EE;
      background: url(../img/team-finder-th.png) repeat-x 0 0; }
    .subpage.team .finder table td {
      height: 42px;
      line-height: 42px;
      padding: 0 21px;
      border: 1px solid #D3E1EC;
      text-align: center;
      color: #858585; }

.subpage.post .meta, .subpage.categ .meta {
  border-bottom: 1px solid #DDDDDD;
  height: 68px; }
  .subpage.post .meta ul.breadcrumb, .subpage.categ .meta ul.breadcrumb {
    float: right;
    height: 68px;
    line-height: 68px; }
    .subpage.post .meta ul.breadcrumb li, .subpage.categ .meta ul.breadcrumb li {
      float: left; }
      .subpage.post .meta ul.breadcrumb li a, .subpage.post .meta ul.breadcrumb li span.divider, .subpage.categ .meta ul.breadcrumb li a, .subpage.categ .meta ul.breadcrumb li span.divider {
        color: #878787; }
      .subpage.post .meta ul.breadcrumb li span.divider, .subpage.categ .meta ul.breadcrumb li span.divider {
        margin: 7px; }
.subpage.post .sider, .subpage.categ .sider {
  float: left;
  width: 230px;
  padding: 33px 0 0 33px; }
  .subpage.post .sider a, .subpage.post .sider span, .subpage.categ .sider a, .subpage.categ .sider span {
    display: block;
    margin-bottom: 11px; }
    .subpage.post .sider a img, .subpage.post .sider span img, .subpage.categ .sider a img, .subpage.categ .sider span img {
      display: block; }
.subpage.post .main, .subpage.categ .main {
  float: left;
  width: 686px;
  min-height: 602px;
  padding-right: 30px;
  margin-bottom: 28px;
  border-right: 1px solid #DDDDDD; }

.subpage.categ .meta .wrap {
  position: relative; }
.subpage.categ .meta .tags {
  position: absolute;
  top: 0;
  left: 0; }
  .subpage.categ .meta .tags a {
    float: left;
    margin-right: 40px;
    display: block;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    color: #545454;
    border-bottom: 4px solid transparent; }
    .subpage.categ .meta .tags a.active {
      color: #2599DF;
      border-color: #2599DF; }
.subpage.categ .main .list .item {
  height: 110px;
  padding: 30px 0;
  border-top: 1px solid #DDDDDD; }
  .subpage.categ .main .list .item:first-child {
    border-top: 0 none; }
  .subpage.categ .main .list .item .foto {
    float: left; }
    .subpage.categ .main .list .item .foto img {
      width: 170px;
      height: 110px;
      display: block; }
  .subpage.categ .main .list .item .text {
    float: left;
    margin-left: 27px;
    width: 489px; }
    .subpage.categ .main .list .item .text .title {
      margin: 8px 0 24px;
      position: relative; }
      .subpage.categ .main .list .item .text .title a {
        font-size: 16px;
        font-weight: 700;
        color: #333333; }
      .subpage.categ .main .list .item .text .title span.date {
        font-size: 12px;
        color: #AAAAAA;
        position: absolute;
        right: 0;
        bottom: 0; }
    .subpage.categ .main .list .item .text .summ {
      font-size: 12px;
      line-height: 2;
      color: #777777; }
.subpage.categ .main .pagination-wrap {
  height: 40px;
  padding: 54px 0 49px; }
.subpage.categ .main .pagination {
  float: left;
  position: relative;
  left: 50%; }
  .subpage.categ .main .pagination ul {
    float: left;
    position: relative;
    left: -50%; }
    .subpage.categ .main .pagination ul li {
      float: left;
      margin: 0 4px; }
      .subpage.categ .main .pagination ul li a, .subpage.categ .main .pagination ul li span {
        display: block;
        padding: 0 14px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        border: 1px solid #A8A8B7;
        border-radius: 4px;
        color: #646472; }
      .subpage.categ .main .pagination ul li.active span {
        background: #259ADF;
        border-color: #259ADF;
        color: #FFFFFF; }
      .subpage.categ .main .pagination ul li.previous a, .subpage.categ .main .pagination ul li.next a {
        text-align: center;
        padding: 0;
        width: 122px; }

.subpage.post .main {
  padding-top: 36px; }
  .subpage.post .main .title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #DDDDDD; }
  .subpage.post .main .info {
    color: #AAAAAA;
    font-size: 12px;
    text-align: center;
    margin-bottom: 21px; }
  .subpage.post .main .content {
    color: #555555; }
    .subpage.post .main .content p {
      margin: 21px 0; }
    .subpage.post .main .content img {
      max-width: 686px; }
    .subpage.post .main .content strong {
      font-weight: 700; }
  .subpage.post .main.nosider {
    float: none;
    width: auto;
    padding-right: 0;
    border-right: 0 none; }
    .subpage.post .main.nosider .content img {
      max-width: 980px; }

.subpage.case {
  padding-top: 891px; }
  .subpage.case .banner {
    background-image: url(../img/case-banner-bg.png);
    height: 911px; }
    .subpage.case .banner .player {
      margin: 260px auto 59px;
      width: 712px;
      height: 434px;
      box-shadow: 0 0 59px #888888; }
    .subpage.case .banner .slider .slide {
      width: 214px;
      height: 94px; }
      .subpage.case .banner .slider .slide a {
        margin: 0 auto;
        width: 206px;
        height: 94px;
        display: block;
        position: relative; }
        .subpage.case .banner .slider .slide a img {
          display: block; }
        .subpage.case .banner .slider .slide a span.frm {
          width: 206px;
          height: 94px;
          display: none;
          background: url(../img/case-banner-play.png) no-repeat 0 0;
          position: absolute;
          top: 0;
          left: 0; }
        .subpage.case .banner .slider .slide a:hover span.frm {
          display: block; }
    .subpage.case .banner .slider .slick-list {
      float: left;
      width: 856px; }
    .subpage.case .banner .slider .slick-arrow {
      float: left;
      margin: 29px 0 28px;
      width: 21px;
      height: 37px;
      display: block;
      border: 0 none;
      padding: 0;
      text-indent: -9999px;
      background: url(../img/case-banner-arrows.png) no-repeat 0 0;
      cursor: pointer;
      outline: none; }
      .subpage.case .banner .slider .slick-arrow.slick-prev {
        margin-right: 41px; }
      .subpage.case .banner .slider .slick-arrow.slick-next {
        background-position: -21px 0;
        margin-left: 41px; }
  .subpage.case .sect.pct .list .item .cir {
    color: #C39A1C; }
  .subpage.case .sect.offer2 {
    height: 1266px;
    background: url(../img/case-offer2-bg.png) repeat-x 0 0; }
    .subpage.case .sect.offer2 h3 {
      background-image: url(../img/case-offer2-hl.png); }
    .subpage.case .sect.offer2 .tabbar {
      margin: 0 auto 60px;
      width: 344px; }
      .subpage.case .sect.offer2 .tabbar .tab {
        float: left;
        display: block;
        margin: 0 24px;
        width: 122px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        text-align: center;
        border: 1px solid #2693FF;
        border-radius: 4px;
        background: #FFFFFF;
        color: #2693FF; }
        .subpage.case .sect.offer2 .tabbar .tab.active {
          background: #2693FF;
          color: #FFFFFF; }
    .subpage.case .sect.offer2 .slider {
      display: none; }
      .subpage.case .sect.offer2 .slider.active {
        display: block; }
      .subpage.case .sect.offer2 .slider .slick-arrow {
        float: left;
        margin-top: 420px;
        border: 0 none;
        padding: 0;
        width: 21px;
        height: 52px;
        background: url(../img/case-offer2-arrows.png) no-repeat;
        text-indent: -9999px;
        outline: none;
        cursor: pointer; }
      .subpage.case .sect.offer2 .slider .slick-prev {
        margin-right: 13px; }
      .subpage.case .sect.offer2 .slider .slick-next {
        margin-left: 13px;
        background-position: -21px 0; }
      .subpage.case .sect.offer2 .slider .slick-list {
        float: left;
        width: 912px; }
      .subpage.case .sect.offer2 .slider .slide {
        float: left; }
        .subpage.case .sect.offer2 .slider .slide a {
          margin: 0 auto 30px;
          width: 280px;
          height: 432px;
          display: block; }
          .subpage.case .sect.offer2 .slider .slide a span {
            display: block; }
            .subpage.case .sect.offer2 .slider .slide a span.foto {
              width: 260px;
              height: 354px;
              border: 10px solid #DDDDDD;
              background: #FDFDFD; }
              .subpage.case .sect.offer2 .slider .slide a span.foto img {
                margin: 23px 10px 22px; }
            .subpage.case .sect.offer2 .slider .slide a span.summ {
              margin-top: 4px;
              height: 54px;
              line-height: 54px;
              background: #EEEEEE;
              color: #444444;
              text-align: center; }
  .subpage.case .sect.anlys {
    height: 1133px;
    background: url(../img/case-anlys-bg.jpg) no-repeat center 0; }
    .subpage.case .sect.anlys h3 {
      background-image: url(../img/case-anlys-hl.png); }
    .subpage.case .sect.anlys .dots-outer {
      height: 40px;
      padding: 54px 0 49px; }
    .subpage.case .sect.anlys .dots-inner {
      float: left;
      position: relative;
      left: 50%; }
    .subpage.case .sect.anlys .dots-wrap {
      float: left;
      position: relative;
      left: -50%; }
      .subpage.case .sect.anlys .dots-wrap button {
        display: block;
        margin: 0 4px;
        padding: 0 14px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        border: 1px solid #A8A8B7;
        border-radius: 4px;
        color: #646472;
        background: transparent;
        cursor: pointer;
        outline: none; }
        .subpage.case .sect.anlys .dots-wrap button.prev, .subpage.case .sect.anlys .dots-wrap button.next {
          float: left;
          text-align: center;
          padding: 0;
          width: 122px; }
      .subpage.case .sect.anlys .dots-wrap .slick-active button {
        background: #259ADF;
        border-color: #259ADF;
        color: #FFFFFF; }
      .subpage.case .sect.anlys .dots-wrap ul {
        float: left; }
        .subpage.case .sect.anlys .dots-wrap ul li {
          float: left; }
    .subpage.case .sect.anlys .tabbar {
      margin: 0 auto 60px;
      width: 344px; }
      .subpage.case .sect.anlys .tabbar .tab {
        float: left;
        display: block;
        margin: 0 24px;
        width: 122px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        text-align: center;
        border: 1px solid #2693FF;
        border-radius: 4px;
        background: #FFFFFF;
        color: #2693FF; }
        .subpage.case .sect.anlys .tabbar .tab.active {
          background: #2693FF;
          color: #FFFFFF; }
    .subpage.case .sect.anlys .dots-outer {
      display: none; }
      .subpage.case .sect.anlys .dots-outer.active {
        display: block; }
    .subpage.case .sect.anlys .slider {
      display: none; }
      .subpage.case .sect.anlys .slider.active {
        display: block; }
      .subpage.case .sect.anlys .slider .slick-list {
        width: 980px; }
      .subpage.case .sect.anlys .slider .slide {
        float: left; }
        .subpage.case .sect.anlys .slider .slide a {
          box-shadow: 0 0 8px #DDDDDD;
          background: url(../img/case-anlys-frm.png) no-repeat 0 0;
          display: block;
          margin: 0 auto 30px;
          width: 470px;
          height: 120px;
          position: relative; }
          .subpage.case .sect.anlys .slider .slide a img {
            display: block;
            width: 100px;
            height: 100px;
            position: absolute;
            left: 10px;
            top: 11px; }
          .subpage.case .sect.anlys .slider .slide a span.summ {
            color: #535353;
            font-size: 18px;
            position: absolute;
            top: 47px;
            left: 133px; }
            .subpage.case .sect.anlys .slider .slide a span.summ span.name {
              color: #2692FF;
              font-size: 22px; }
          .subpage.case .sect.anlys .slider .slide a span.date {
            color: #999999;
            font-size: 12px;
            position: absolute;
            top: 5px;
            left: 389px; }
  .subpage.case .sect.enroll {
    background: #6DD2FE url(../img/case-enroll-bg.jpg) no-repeat center 0; }
    .subpage.case .sect.enroll h3 {
      background-image: url(../img/case-enroll-hl.png); }
    .subpage.case .sect.enroll .list {
      padding: 49px 0 127px;
      background: url(../img/case-enroll-th.png) no-repeat 0 0; }
      .subpage.case .sect.enroll .list .item {
        margin-top: 6px;
        height: 55px;
        line-height: 55px; }
        .subpage.case .sect.enroll .list .item .elite {
          float: left;
          background: #EEEEEE;
          width: 562px;
          height: 55px; }
          .subpage.case .sect.enroll .list .item .elite img.logo {
            float: left;
            width: 120px;
            height: 55px;
            display: block; }
          .subpage.case .sect.enroll .list .item .elite span.name, .subpage.case .sect.enroll .list .item .elite a.dets {
            color: #333333; }
          .subpage.case .sect.enroll .list .item .elite span.name {
            float: left;
            margin-left: 21px; }
          .subpage.case .sect.enroll .list .item .elite a.dets {
            float: right;
            margin-right: 21px;
            padding-right: 21px;
            background: url(../img/case-enroll-arrow.png) no-repeat right center; }
        .subpage.case .sect.enroll .list .item span.num {
          float: left;
          display: block;
          margin-left: 1px;
          width: 138px;
          height: 55px;
          background: #DDDDDD;
          text-align: center;
          color: #333333; }
      .subpage.case .sect.enroll .list .subitem {
        margin-top: 6px;
        padding: 0 20px;
        height: 116px;
        background: #F8F8F8;
        color: #333333;
        font-size: 12px;
        display: none; }
        .subpage.case .sect.enroll .list .subitem .score {
          border-bottom: 1px solid #CACACA;
          height: 38px;
          line-height: 38px; }
          .subpage.case .sect.enroll .list .subitem .score span {
            float: left;
            margin-right: 24px; }
        .subpage.case .sect.enroll .list .subitem .acdm {
          margin-top: 12px; }
          .subpage.case .sect.enroll .list .subitem .acdm span {
            float: left;
            display: block;
            width: 470px;
            line-height: 2; }
            .subpage.case .sect.enroll .list .subitem .acdm span b {
              font-weight: 700; }

.subpage.lang {
  position: relative;
  padding-top: 1335px; }
  .subpage.lang .banner {
    height: 680px;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0; }
    .subpage.lang .banner .slider {
      position: relative; }
    .subpage.lang .banner ul.slide-box {
      height: 680px;
      position: relative; }
      .subpage.lang .banner ul.slide-box li {
        height: 680px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .subpage.lang .banner ul.slide-box li a {
          display: block;
          height: 680px;
          background-repeat: no-repeat;
          background-position: center 0; }
    .subpage.lang .banner ul.spot-box {
      position: relative;
      left: -50%; }
      .subpage.lang .banner ul.spot-box li {
        display: block;
        margin: 0 8px;
        width: 14px;
        height: 14px;
        border-radius: 7px;
        background: #FFFFFF;
        opacity: .8;
        cursor: pointer; }
        .subpage.lang .banner ul.spot-box li.current {
          background: #66B1DE; }
    .subpage.lang .banner .spot-box-outer {
      position: absolute;
      right: 0;
      bottom: 90px;
      left: 0; }
    .subpage.lang .banner .spot-box-inner {
      float: left;
      position: relative;
      left: 50%; }
  .subpage.lang .banner2 {
    background: url(../img/lang-banner2-bg.jpg) no-repeat center 65px;
    height: 740px;
    position: absolute;
    top: 595px;
    right: 0;
    left: 0; }
    .subpage.lang .banner2 .tabbar {
      height: 65px; }
      .subpage.lang .banner2 .tabbar a.tab {
        float: left;
        margin: 13px 0 0 12px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        width: 112px;
        height: 52px;
        line-height: 52px;
        color: #37396C;
        background: #FFFFFF;
        font-size: 24px;
        text-align: center; }
        .subpage.lang .banner2 .tabbar a.tab:first-child {
          margin-left: 0; }
        .subpage.lang .banner2 .tabbar a.tab.cur {
          margin-top: 0;
          width: 112px;
          height: 58px;
          border-top: 7px solid #FFBF00;
          color: #FFFFFF;
          background: #37396C; }
    .subpage.lang .banner2 h3 {
      background: url(../img/lang-banner2-hl.png) no-repeat center 55px;
      height: 250px;
      text-indent: -9999px; }
    .subpage.lang .banner2 .tab-content {
      height: 288px; }
      .subpage.lang .banner2 .tab-content .slider .slick-arrow {
        float: left;
        margin: 125px 0 0 0;
        border: 0 none;
        padding: 0;
        width: 21px;
        height: 37px;
        text-indent: -9999px;
        outline: none;
        cursor: pointer;
        background: url(../img/lang-banner2-arrows.png) no-repeat 0 0; }
        .subpage.lang .banner2 .tab-content .slider .slick-arrow.slick-prev {
          margin-right: 24px; }
        .subpage.lang .banner2 .tab-content .slider .slick-arrow.slick-next {
          background-position: -21px 0; }
      .subpage.lang .banner2 .tab-content .slider .slick-list {
        float: left;
        margin-right: 24px;
        width: 890px; }
      .subpage.lang .banner2 .tab-content .slider .slide {
        margin: 0 auto;
        width: 890px;
        height: 288px; }
        .subpage.lang .banner2 .tab-content .slider .slide img {
          float: left;
          display: block;
          width: 564px;
          height: 264px;
          padding: 10px;
          background: #FFFFFF; }
        .subpage.lang .banner2 .tab-content .slider .slide .text {
          float: right;
          margin-left: 26px;
          width: 280px; }
          .subpage.lang .banner2 .tab-content .slider .slide .text span {
            display: block; }
            .subpage.lang .banner2 .tab-content .slider .slide .text span.title {
              color: #F4F4F4;
              font-size: 26px; }
            .subpage.lang .banner2 .tab-content .slider .slide .text span.sep {
              background: #A9ADBE;
              opacity: .5;
              margin: 25px 0;
              width: 40px;
              height: 1px;
              overflow: hidden; }
            .subpage.lang .banner2 .tab-content .slider .slide .text span.summ {
              color: #F5F5F5;
              font-size: 12px;
              line-height: 2; }
            .subpage.lang .banner2 .tab-content .slider .slide .text span.dets {
              margin-top: 35px; }
              .subpage.lang .banner2 .tab-content .slider .slide .text span.dets a {
                display: block;
                width: 80px;
                height: 26px;
                line-height: 26px;
                color: #FFFFFF;
                background: #858EA3;
                text-align: center; }
  .subpage.lang .sect.spec-ext {
    background: #F3F3F3 url(../img/lang-spec-ext-bg.png) no-repeat center 0;
    height: 1026px; }
  .subpage.lang .sect.spec {
    height: 675px;
    background: #F3F3F3; }
    .subpage.lang .sect.spec h3 {
      background-image: url(../img/lang-spec-hl.png); }
    .subpage.lang .sect.spec ul.list {
      margin-top: 15px; }
      .subpage.lang .sect.spec ul.list li.item {
        float: left;
        margin-left: 70px;
        width: 280px;
        height: 352px;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        background-position: 0 0; }
        .subpage.lang .sect.spec ul.list li.item:first-child {
          margin-left: 0; }
        .subpage.lang .sect.spec ul.list li.item.yellow {
          background-image: url(../img/lang-spec-yellow.jpg);
          border-bottom: 4px solid #FFC926; }
        .subpage.lang .sect.spec ul.list li.item.blue {
          background-image: url(../img/lang-spec-blue.jpg);
          border-bottom: 4px solid #2693FF; }
        .subpage.lang .sect.spec ul.list li.item.green {
          background-image: url(../img/lang-spec-green.jpg);
          border-bottom: 4px solid #6DD900; }
        .subpage.lang .sect.spec ul.list li.item span {
          display: block;
          margin-top: 265px;
          font-size: 20px;
          color: #666666;
          text-align: center; }
        .subpage.lang .sect.spec ul.list li.item a {
          display: block;
          margin: 15px auto 0;
          width: 73px;
          height: 25px;
          line-height: 25px;
          font-size: 12px;
          background: #666666;
          color: #FFFFFF;
          text-align: center; }
  .subpage.lang .sect.flow {
    height: 675px;
    background: url(../img/lang-flow-bg.png) no-repeat center 0; }
    .subpage.lang .sect.flow h3 {
      background-image: url(../img/lang-flow-hl.png); }
  .subpage.lang .sect.super {
    height: 675px;
    background: url(../img/lang-super-bg.png) no-repeat center 216px; }
    .subpage.lang .sect.super h3 {
      background-image: url(../img/lang-super-hl.png); }
  .subpage.lang .sect.chat {
    height: 928px;
    background: url(../img/lang-chat-bg-20181130.jpg) no-repeat center 0; }
    .subpage.lang .sect.chat h3 {
      background-image: url(../img/lang-chat-hl.png); }
    .subpage.lang .sect.chat .slider-wrap {
      margin-top: 79px;
      height: 443px;
      position: relative; }
    .subpage.lang .sect.chat .chat-slider {
      width: 250px;
      height: 443px;
      float: left;
      position: relative; }
      .subpage.lang .sect.chat .chat-slider.st {
        margin-left: 15px; }
      .subpage.lang .sect.chat .chat-slider.nd {
        margin-left: 100px; }
      .subpage.lang .sect.chat .chat-slider.rd {
        margin-left: 97px; }
      .subpage.lang .sect.chat .chat-slider ul.slick-dots {
        background: url(../img/lang-chat-dots-bg.png) no-repeat 0 0;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: flex-end; }
        .subpage.lang .sect.chat .chat-slider ul.slick-dots > li {
          border-left: 1px solid #FFFFFF; }
          .subpage.lang .sect.chat .chat-slider ul.slick-dots > li > button {
            outline: none;
            border: 0 none;
            padding: 0;
            width: 21px;
            height: 12px;
            color: #FFFFFF;
            background: none;
            font-size: 12px;
            line-height: 12px;
            float: left; }
          .subpage.lang .sect.chat .chat-slider ul.slick-dots > li.slick-active > button {
            background: #D90000; }
  .subpage.lang .sect.news .news-box {
    width: 420px; }

#returnTop {
  _display: none;
  position: fixed;
  _position: absolute;
  z-index: 999;
  right: 15px;
  bottom: -200px;
  _bottom: auto;
  width: 36px;
  height: 65px;
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../img/top.png);
  _background-image: url(../img/top.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: bottom 0.9s;
  -webkit-transition: bottom 0.9s;
  -moz-transition: bottom 0.9s;
  -o-transition: bottom 0.9s; }

#returnTop:hover {
  background-position: 0 -65px; }

/*# sourceMappingURL=youfu-20181130.css.map */
