html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  font-family: "microsoft yahei",simhei,arial,sans-serif; }

div, ul, li, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-box-sizing: -webkit-border-box;
  box-sizing: border-box; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
  -webkit-box-sizing: -webkit-border-box;
  box-sizing: border-box; }

ul li {
  list-style: none;
  border: none;
  outline: 0 none;
  outline-width: 0; }

a {
  text-decoration: none; }

@font-face {
  font-family: 'Roboto Light';
  src: url("../images/newimages/Roboto-Light.ttf"); }

body.home {
  min-width: 1000px;
  background-image: url("http://cdn.iciba.com/web/img/home_bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-color: #43adf1;
  overflow: hidden; }

.clear {
  clear: both; }

.display-b {
  display: block; }

.display-n {
  display: none; }

a {
  color: #4bacf3; }

a:hover {
  color: #5095c7; }

p {
  line-height: 20px; }

.header-nav {
  position: fixed;
  z-index: 99999;
  width: 100%;
  min-width: 1000px;
  height: 60px;
  padding: 0 20px;
  background: #40464e; }
  .header-nav .nav-list a {
    color: #96a5b7; }
  .header-nav .nav-logo {
    float: left;
    display: inline-block;
    width: 67px;
    height: 24px;
    margin-top: 20px;
    background: url("http://cdn.iciba.com/web/img/iciba_logo.png") no-repeat; }
  .header-nav ul.nav-list {
    float: left;
    margin-left: 10px; }
    .header-nav ul.nav-list li {
      float: left;
      margin-left: 5px;
      padding: 17px 5px 0 5px;
      border-top: 4px solid #40464e; }
      .header-nav ul.nav-list li.active {
        border-top: 4px solid #4bacf3; }
      .header-nav ul.nav-list li a.current {
        color: #fff; }
  .header-nav .user {
    position: absolute;
    right: 22px;
    top: 15px; }
    .header-nav .user .u-option {
      display: none;
      position: absolute;
      left: -26px;
      width: 80px;
      background: #6a737e;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .header-nav .user .u-option li {
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px; }
        .header-nav .user .u-option li a {
          color: #fff; }
      .header-nav .user .u-option li.u-register {
        border-bottom: 1px solid #76818d; }
      .header-nav .user .u-option .u-triangle {
        position: absolute;
        left: 35px;
        top: -7px;
        width: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 7px solid #6a737e; }
  .header-nav img.u-profile {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 8px; }

.footer {
  width: 100%;
  height: 35px;
  text-align: center;
  background-color: #37414f; }

.footer_main {
  text-align: center;
  white-space: nowrap;
  height: 35px;
  line-height: 35px; }

.footer_main img {
  display: inline;
  vertical-align: middle; }

.footer a, .footer span {
  text-decoration: none;
  color: #b3c0d1;
  letter-spacing: 1px;
  font-size: 12px; }

.footer_main a:hover {
  border-bottom: 1px solid #6bbfde; }

@-webkit-keyframes floatMove {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes floatMove {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.floatMove {
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: floatMove;
  animation-name: floatMove; }

@-webkit-keyframes cloudFade {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0; }
  50% {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0; } }

@keyframes cloudFade {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0; }
  50% {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0; } }

.cloudFade {
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: cloudFade;
  animation-name: cloudFade; }

.home-container {
  position: relative;
  z-index: 10;
  padding-top: 60px; }

.home-main {
  position: relative;
  width: 700px;
  margin-top: 100px;
  margin-left: 20%; }
  .home-main .home-logo {
    margin-bottom: 15px; }
    .home-main .home-logo i {
      display: inline-block;
      width: 213px;
      height: 38px;
      background: url("http://cdn.iciba.com/web/img/home_logo_icons.png") no-repeat;
      background-size: 243px 38px;
      background-position: 0 0;
      vertical-align: middle; }
  .home-main .ed-sentence {
    width: 600px;
    margin-top: 40px;
    color: #fff;
    text-align: justify; }
    .home-main .ed-sentence a {
      color: #fff; }
    .home-main .ed-sentence p {
      position: relative;
      line-height: 30px; }
    .home-main .ed-sentence span.english {
      font-size: 22px;
      font-family: "Roboto Light", arial, sans-serif, "microsoft yahei"; }
    .home-main .ed-sentence span.chinese {
      font-size: 16px;
      font-family: "microsoft yahei", simhei, arial, sans-serif; }

.home-iceberg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 270px;
  height: 338px\0;
  background-image: url("http://cdn.iciba.com/web/img/home_iceberg_bg.png");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 270px; }
  .home-iceberg img.iceberg {
    position: absolute;
    right: 15%;
    bottom: 0;
    width: 520px;
    height: 270px;
    width: 650px\0;
    height: 338px\0; }
  .home-iceberg img.cloud {
    position: absolute;
    left: 15%;
    bottom: 0;
    width: 410px;
    height: 208px;
    width: 512px\0;
    height: 260px\0; }

@media only screen and (min-height: 850px) {
  .home-iceberg {
    height: 338px;
    background-size: auto 338px; }
    .home-iceberg img.iceberg {
      width: 650px;
      height: 338px; }
    .home-iceberg img.cloud {
      width: 512px;
      height: 260px; }
  .home-main {
    margin-top: 170px; } }

@media only screen and (max-height: 600px) {
  .home-iceberg {
    display: none; }
  .ed-sentence {
    display: none; } }

.home-ad-bottom {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center; }

form.search-form input.search-input {
  float: left;
  width: 600px;
  height: 46px;
  padding: 10px 20px;
  border: none;
  outline: 0 none;
  font-family: "microsoft yahei", simhei, arial, sans-serif;
  font-size: 16px;
  color: #33485e;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }
  form.search-form input.search-input::-webkit-input-placeholder {
    font-family: "microsoft yahei", simhei, arial, sans-serif;
    font-size: 16px;
    color: #ddd; }
  form.search-form input.search-input::-moz-input-placeholder {
    font-family: "microsoft yahei", simhei, arial, sans-serif;
    font-size: 16px;
    color: #ddd; }

form.search-form a.search-btn {
  float: left;
  display: inline-block;
  width: 100px;
  height: 46px;
  line-height: 46px;
  background: #99d60c;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }
  form.search-form a.search-btn:hover {
    background: #a9e434; }
  form.search-form a.search-btn i {
    display: inline-block;
    width: 24px;
    height: 28px;
    background: url("http://cdn.iciba.com/web/img/home_logo_icons.png") no-repeat;
    background-size: 243px 38px;
    background-position: -217px 0;
    vertical-align: middle; }

form.search-form ul.suggest-list {
  position: absolute;
  z-index: 5;
  margin-top: 10px;
  display: block;
  background: #fff;
  width: 600px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  form.search-form ul.suggest-list ul {
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  form.search-form ul.suggest-list li {
    padding: 0 20px;
    height: 30px;
    line-height: 30px; }
    form.search-form ul.suggest-list li.bg_blue {
      background: #ebf4fb; }
    form.search-form ul.suggest-list li.text-clear {
      text-align: right; }
      form.search-form ul.suggest-list li.text-clear a {
        font-size: 12px;
        color: #7fadcc; }
    form.search-form ul.suggest-list li p {
      white-space: nowrap;
      line-height: 30px;
      text-overflow: ellipsis;
      overflow: hidden;
      color: #a7b1ba; }
    form.search-form ul.suggest-list li:last-child {
      -webkit-border-radius: 0 0 3px 3px;
      -moz-border-radius: 0 0 3px 3px;
      -ms-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px; }
  form.search-form ul.suggest-list span.search-english {
    margin-right: 15px;
    font-size: 15px;
    color: #33485e;
    font-family: "microsoft yahei", simhei, arial, sans-serif; }
  form.search-form ul.suggest-list span.search-chinese {
    font-size: 14px;
    color: #a7b1ba;
    font-family: "microsoft yahei", simhei, arial, sans-serif; }

.footer {
  position: absolute;
  left: 0;
  bottom: 0; }

body .feedback-1000 {
  margin-left: -530px; }
