body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.container {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .container {
      width: 1080px; } }

ul, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

.navbar-toggle {
  border-color: #ED1C24; }
  .navbar-toggle .icon-bar {
    background-color: #ED1C24; }

.btn-toggle {
  transform: translate(0px, 20px); }
  .btn-toggle .icon-bar {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 1px;
    background-color: #333; }
    .btn-toggle .icon-bar:first-child {
      transform: rotate(90deg) translate(2px, 0px); }
  @media (min-width: 768px) {
    .btn-toggle {
      display: none; } }

.dropdown-menu {
  display: none; }

.navbar-nav {
  margin: 0; }
  .navbar-nav li.open {
    background-color: #fff;
    margin: 0;
    padding: 0 15px; }
    .navbar-nav li.open a {
      background-color: #fff; }
    .navbar-nav li.open .btn-toggle .icon-bar {
      height: 1px;
      transform: rotate(0deg) translate(0px, 0px); }
    .navbar-nav li.open .dropdown-menu {
      display: block; }

.bx-wrapper {
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none; }

header .top {
  text-align: right; }

.form-search button, .lan-change button {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background-color: transparent; }

.logo {
  margin-top: 8px;
  display: block;
  width: 90px;
  height: 70px;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100%; }
  @media (min-width: 992px) {
    .logo {
      width: 150px;
      height: 79px; } }

.form-search, .lan-change {
  margin-top: 10px;
  width: 180px; }
  .form-search .form-control, .lan-change .form-control {
    float: left;
    width: 150px;
    height: 30px;
    border: 0 none;
    border-radius: 0;
    background-color: #EDEDED;
    box-shadow: none; }
  .form-search button, .lan-change button {
    float: left;
    width: 30px;
    height: 30px;
    background: url(../images/search.png) center no-repeat; }
  @media (min-width: 1024px) {
    .form-search, .lan-change {
      margin-top: 50px; } }

.lan-change > a {
  margin: 0 14px; }

.nav {
  background-color: #DDE8F0; }

.navbar-nav-default {
  width: 100%;
  padding: 0 0 1px; }
  .navbar-nav-default > li {
    margin: 0 15px; }
    .navbar-nav-default > li > a {
      font-size: 16px;
      display: inline-block;
      text-decoration: none;
      padding: 14px 0 13px;
      transition: color linear .1s;
      border-bottom: 2px solid transparent; }
      .navbar-nav-default > li > a:hover {
        color: #ed1c24;
        border-bottom: 2px solid #ed1c24; }
    .navbar-nav-default > li.active a {
      color: #ed1c24;
      border-bottom: 2px solid #ed1c24; }
  @media (min-width: 768px) {
    .navbar-nav-default > li {
      margin: 0;
      width: 20%;
      text-align: center; } }

.banner img {
  max-width: 100%; }

h2.tit {
  color: #ed1c24;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px; }
  h2.tit > a {
    color: #999;
    text-decoration: none; }
    h2.tit > a.active {
      color: #ed1c24; }
  @media (min-width: 1024px) {
    h2.tit {
      font-size: 30px; } }

.more {
  border: none;
  outline: none;
  color: #fff; }
  .more:hover {
    color: #fff; }

.intro p, .intro .legal-notice ol li, .legal-notice ol .intro li {
  text-indent: 1em;
  margin-bottom: 30px; }
@media (min-width: 1200px) {
  .intro .more {
    margin-top: 50px; } }

.news .news-more {
  float: right;
  margin-top: 15px;
  color: #ec1c24; }
  .news .news-more span {
    font-weight: bold;
    font-family: sans-serif; }
.news .controls {
  float: right; }
  .news .controls .prev, .news .controls .next {
    float: left;
    width: 20px;
    height: 21px;
    background: url(../images/prev.png) center no-repeat; }
  .news .controls .next {
    background: url(../images/next.png) -1px center no-repeat; }
.news .item {
  margin-bottom: 15px; }
  .news .item img {
    float: left;
    margin-right: 10px; }
  .news .item p, .news .item .legal-notice ol li, .legal-notice ol .news .item li {
    overflow: hidden; }
    .news .item p.time, .news .item .legal-notice ol li.time, .legal-notice ol .news .item li.time {
      font-size: 18px; }
  .news .item time {
    float: right; }
  @media (min-width: 1024px) {
    .news .item {
      padding-left: 35px; }
      .news .item:before {
        content: "";
        width: 17px;
        height: 14px;
        float: left;
        margin-top: 5px;
        margin-left: -35px;
        background: url(../images/arrownewsindex.png); } }

.experts {
  background-color: #DDE8F0; }
  .experts h2.tit {
    text-align: center; }
  .experts .item {
    text-align: center; }
    .experts .item h3 {
      font-size: 16px;
      font-weight: bold; }
    .experts .item p, .experts .item .legal-notice ol li, .legal-notice ol .experts .item li {
      text-align: left; }
    .experts .item .more {
      padding-left: 30px;
      padding-right: 30px;
      margin-top: 10px;
      margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .experts {
      margin-top: 60px;
      padding: 55px 0; }
      .experts h2.tit {
        margin-bottom: 50px; }
      .experts .item h3 {
        margin-top: 30px;
        font-size: 18px; }
      .experts .item .more {
        margin-top: 20px; } }
  @media (min-width: 1024px) {
    .experts .item h3 {
      font-size: 24px; } }

footer {
  background-color: #1B2226;
  padding-top: 30px; }
  footer .pull-right {
    float: none !important; }
  @media (min-width: 768px) {
    footer {
      padding-top: 60px; }
      footer .pull-right {
        float: right !important; } }

.navbar-footer {
  color: #fff; }
  .navbar-footer a {
    color: #fff; }

.share {
  text-align: center;
  color: #fff;
  padding-top: 30px;
  /*  a {
      display: inline-block;
      width: 25px;
      height: 21px;
      margin: 0 10px;
      &.facebook {
        background: url(../images/facebook.png) center no-repeat;
      }
      &.twitter {
        background: url(../images/twitter.png) center no-repeat;
      }
      &.qq {
        background: url(../images/qq.png) center no-repeat;
      }
      &.wxin {
        background: url(../images/weixin.png) center no-repeat;
      }
      &.wbo {
        background: url(../images/weibo.png) center no-repeat;
      }
    }*/ }
  .share img {
    width: 120px;
    height: 120px; }
  .share p, .share .legal-notice ol li, .legal-notice ol .share li {
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase; }
  @media (min-width: 1024px) {
    .share p, .share .legal-notice ol li, .legal-notice ol .share li {
      margin-top: 30px; } }

.copyright {
  color: #fff;
  margin-bottom: 30px; }
  .copyright a {
    color: #fff; }
  .copyright p, .copyright .legal-notice ol li, .legal-notice ol .copyright li {
    float: left;
    margin: 0;
    font-size: 12px; }
  .copyright span {
    text-align: center;
    display: block; }
  .copyright ul.link {
    text-align: center; }
  @media (min-width: 1024px) {
    .copyright {
      margin-top: 40px;
      margin-bottom: 50px; }
      .copyright span {
        display: inline; }
      .copyright ul.link {
        float: right; }
        .copyright ul.link li {
          display: inline;
          padding: 0 14px; } }

.top-menu {
  display: none;
  padding: 15px 0 15px;
  background-color: #ffffff; }
  .top-menu ul {
    float: left;
    width: 100px;
    margin-left: 90px;
    margin-right: 40px; }
    .top-menu ul > li {
      line-height: 30px; }
      .top-menu ul > li > a {
        text-decoration: none; }
        .top-menu ul > li > a:hover {
          color: #ed1c24; }
  .top-menu .item {
    text-align: center; }
    .top-menu .item p, .top-menu .item .legal-notice ol li, .legal-notice ol .top-menu .item li {
      text-align: left;
      width: 240px;
      margin: 20px auto 0 auto;
      font-size: 12px;
      word-break: break-all; }
  .top-menu img {
    width: 240px;
    height: 108px; }

.breadcrumb {
  background-color: transparent;
  color: #333;
  font-size: 16px;
  margin: 15px 0 25px;
  padding-left: 0; }
  .breadcrumb > li.active {
    color: #ed1c24; }
  @media (min-width: 1200px) {
    .breadcrumb {
      margin: 45px 0 45px; } }

.main {
  margin-bottom: 35px; }
  .main h1.tit, .main h1.tit-strong, .main h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px; }
  .main h1.tit-strong {
    margin: 45px 0;
    font-weight: bold; }
  .main .pic-text img {
    margin-bottom: 10px;
    max-width: 100%; }
  @media (min-width: 768px) {
    .main {
      margin-bottom: 60px; }
      .main h1.tit, .main h1.tit-strong, .main h2 {
        margin-top: 25px;
        margin-bottom: 25px; }
      .main .pic-text img {
        max-width: 50%;
        float: left;
        margin-right: 30px; }
      .main .pic-text section {
        overflow: hidden; }
        .main .pic-text section.indent p, .main .pic-text section.indent .legal-notice ol li, .legal-notice ol .main .pic-text section.indent li {
          text-indent: 2em; }
      .main .pic-text strong {
        font-size: 18px; } }

.img-wrapper {
  text-align: center; }
  .img-wrapper img {
    float: none;
    max-width: 100%; }

.global-text {
  margin-top: 30px;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .global-text {
      margin-top: 60px;
      margin-bottom: 40px; } }

.address .item {
  width: 320px;
  margin-bottom: 20px; }
  .address .item img {
    margin-bottom: 14px; }

.partners-list, .hire-flow {
  margin-left: -15px;
  margin-right: -15px; }
  .partners-list > li, .hire-flow > li {
    margin-bottom: 40px;
    float: left;
    width: 50%;
    padding: 0 15px;
    text-align: center; }
    .partners-list > li .item, .hire-flow > li .item {
      position: relative;
      width: 100%;
      padding-bottom: 70%;
      border: 1px solid #ccc; }
      .partners-list > li .item img, .hire-flow > li .item img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%; }
    .partners-list > li p, .hire-flow > li p, .partners-list > li .legal-notice ol li, .legal-notice ol .partners-list > li li, .hire-flow > li .legal-notice ol li, .legal-notice ol .hire-flow > li li {
      margin-top: 20px; }
  @media (min-width: 768px) {
    .partners-list > li, .hire-flow > li {
      width: 20%; } }

.pic-text .contact {
  margin-bottom: 50px; }
  .pic-text .contact p, .pic-text .contact .legal-notice ol li, .legal-notice ol .pic-text .contact li {
    margin: 50px 0 30px; }

.speech img {
  margin-left: 15px;
  max-width: 100%; }
.speech > p, .legal-notice ol .speech > li {
  word-break: break-all;
  text-indent: 2em; }
  .speech > p:first-child, .legal-notice ol .speech > li:first-child {
    text-indent: 0; }

.domain > div {
  min-height: 200px; }
.domain h3 {
  font-size: 16px; }

.licence .img-box {
  padding: 1px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  text-align: center; }
  .licence .img-box img {
    width: 125px;
    height: 175px;
    max-width: 100%;
    max-height: 100%; }
@media (min-width: 768px) {
  .licence .img-box img {
    width: auto;
    height: auto; } }

.achievement {
  text-align: center; }
  .achievement > li {
    display: inline-block;
    margin: 10px; }

.manage .pic-text {
  padding: 20px 0;
  border-top: 1px solid #ccc; }
  .manage .pic-text:first-child {
    border-top: 0; }
.manage img {
  max-width: 50%; }
  .manage img.pull-right {
    float: none !important;
    margin-right: 0; }
    @media (min-width: 768px) {
      .manage img.pull-right {
        float: right !important; } }
.manage h3 {
  font-size: 16px; }
  @media (min-width: 1200px) {
    .manage h3 {
      margin: 50px 0 20px; } }
@media (min-width: 768px) {
  .manage section {
    width: 45%; } }

.pic-text .tit {
  margin: 30px 0;
  font-size: 16px; }
.pic-text img {
  max-width: 100%; }

.main > .banner {
  position: relative; }
  .main > .banner > p, .legal-notice ol .main > .banner > li {
    height: 0;
    position: absolute;
    background-color: #ed1c24;
    color: #fff; }
@media (min-width: 768px) {
  .main > .banner > p, .legal-notice ol .main > .banner > li {
    top: 20px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
    height: 30px; } }
@media (min-width: 1024px) {
  .main > .banner > p, .legal-notice ol .main > .banner > li {
    top: 30px;
    font-size: 13px;
    padding: 0 30px;
    height: 30px;
    line-height: 30px; } }

.process-advantage {
  text-align: center; }
  .process-advantage img {
    margin-bottom: 24px;
    max-width: 100%; }
  @media (min-width: 1200px) {
    .process-advantage {
      margin-top: 50px; } }

.hire-flow > li {
  position: relative; }
  @media (min-width: 1024px) {
    .hire-flow > li:before {
      content: "";
      position: absolute;
      left: -5px;
      top: 40px;
      width: 21px;
      height: 42px;
      background: url(../images/arrowflow.png); }
    .hire-flow > li:first-child:before {
      content: "";
      display: none; } }

.hire-channel {
  text-align: center; }
  .hire-channel .item {
    float: none !important; }
    .hire-channel .item img {
      max-width: 100%; }
  .hire-channel .btn-default {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px 40px;
    outline: none;
    border: none;
    color: #fff; }
  @media (min-width: 1024px) {
    .hire-channel .pull-right {
      float: right !important; }
    .hire-channel .pull-left {
      float: left !important; }
    .hire-channel .btn-default {
      margin-top: 40px;
      margin-bottom: 0; } }

.navbar-side {
  display: none;
  line-height: 28px; }
  .navbar-side > li {
    position: relative;
    padding-left: 15px;
    border-left: 3px solid #DDE8F0; }
    .navbar-side > li.active {
      border-color: #ed1c24; }
      .navbar-side > li.active > a {
        color: #ed1c24; }
    .navbar-side > li > .navbar-2nd {
      display: none;
      padding-left: 14px; }
    .navbar-side > li.open .navbar-2nd {
      display: block; }
      .navbar-side > li.open .navbar-2nd li.active a {
        color: #ED1C24; }
    .navbar-side > li.open .toggle-arrow {
      transform: rotate(270deg); }
  @media (min-width: 992px) {
    .navbar-side {
      display: block; } }

.toggle-arrow {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 20px;
  display: inline-block;
  font-family: sans-serif;
  font-weight: bold;
  /*
    width: 0;
    height: 0;
   border-width: 7px 0 7px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #B63840;*/
  transform: rotate(90deg);
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  transition: transform .2s; }

.legal-notice {
  margin-bottom: 50px; }
  .legal-notice h1 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 45px; }
  .legal-notice h2 {
    font-size: 18px;
    margin-bottom: 25px; }
  .legal-notice section {
    margin-bottom: 30px; }
  .legal-notice p, .legal-notice ol li {
    font-size: 14px;
    line-height: 24px; }

.video-wrapper {
  width: 100%;
  padding-bottom: 45%;
  background-color: #ddd;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .video-wrapper > .video-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .video-wrapper > .video-js .vjs-big-play-button {
      left: 50%;
      top: 50%;
      margin-left: -1.5em;
      margin-top: -0.75em; }

.join-us .table tr {
  border-bottom: 1px solid #dedede; }
  .join-us .table tr:first-child {
    border-width: 2px; }
.join-us .table th, .join-us .table td {
  border: none;
  padding: 13px 20px;
  background-color: #F9F9F9; }
.join-us .table td {
  background-color: #fff; }

.pagination {
  display: block;
  padding: 20px 0;
  text-align: right; }
  .pagination ul {
    display: inline; }
    .pagination ul > li {
      display: inline-block; }
      .pagination ul > li > a {
        display: block;
        padding: 3px 8px;
        margin: 0 5px; }
      .pagination ul > li.active > a {
        border: 1px solid #333;
        border-radius: 30px; }

.website-map {
  /*  .row{
      margin-left: 0;
      margin-right: 0;
      >div{
        padding-left: 0;
        padding-right: 0;
      }
    }*/ }
  .website-map h2 {
    text-align: left;
    font-size: 18px;
    font-weight: normal; }
    .website-map h2:before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 18px;
      margin-right: 14px;
      background: url(../images/list-style-1.png) center no-repeat; }
  .website-map ul > li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 30px; }
    .website-map ul > li:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 8px;
      width: 13px;
      height: 13px;
      margin-right: 12px;
      background: url(../images/list-style-2.png) center no-repeat; }

.position .top-area {
  display: block;
  vertical-align: bottom;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px dashed #ccc; }
  .position .top-area span {
    color: #999; }
  @media (min-width: 1200px) {
    .position .top-area {
      text-align: left;
      border-bottom: 1px solid #ccc; }
      .position .top-area h2 {
        display: inline;
        margin-right: 20px;
        font-size: 18px; }
      .position .top-area span {
        color: #333;
        font-size: 14px;
        margin-right: 10px; } }
.position h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold; }
.position h4 {
  font-size: 16px; }
.position ol {
  padding: 0; }
  .position ol > li {
    font-size: 14px;
    line-height: 28px; }
.position p, .position .legal-notice ol li, .legal-notice ol .position li {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ccc; }

.media-news > li {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  padding-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .media-news > li time {
    position: absolute;
    right: 0px;
    top: 0px; }
  .media-news > li:before {
    content: "";
    display: inline-block;
    margin: 0 10px 0 20px;
    width: 0;
    height: 0;
    border: 3px solid #777;
    border-radius: 3px; }

#share {
  margin-bottom: 30px; }
  #share > div {
    float: right; }
  #share *,
  #share *:after,
  #share *:before {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important; }

.media-detail article h1 {
  margin: 20px 0 25px;
  font-size: 24px;
  text-align: center; }
.media-detail article .news-info {
  text-align: center;
  color: #666; }
  .media-detail article .news-info span {
    display: block; }
    @media (min-width: 1024px) {
      .media-detail article .news-info span {
        display: inline;
        margin-left: 16px; } }
.media-detail article section {
  margin-bottom: 45px; }
.media-detail article p, .media-detail article .legal-notice ol li, .legal-notice ol .media-detail article li {
  text-indent: 2em;
  font-size: 14px;
  line-height: 28px; }

.turnpage {
  border-top: 1px solid #ccc; }
  .turnpage a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 5px 0; }
  @media (min-width: 1024px) {
    .turnpage {
      margin-top: 50px;
      padding-top: 20px; }
      .turnpage .prev, .turnpage .news .controls .next, .news .controls .turnpage .next {
        float: left; }
      .turnpage .next {
        float: right; } }

.search-result h2 {
  text-align: left;
  font-size: 16px; }

/*# sourceMappingURL=main.css.map */
