.banner {
  width: 100%;
  height: 510px;
  background: url(img/about-banner.png) no-repeat 0 0;
  background-size: cover;
  background-position: 50%; }

.talk-banner {
  width: 100%;
  height: 460px;
  background: url(img/strategy-banner.png) no-repeat 0 0;
  background-size: cover;
  background-position: 50%; }

.menu-container {
  width: 100%;
  border-bottom: 1px solid #cdcdcd; }

.menu-wrapper {
  width: 1200px;
  margin: 0 auto;
  border-right: 1px solid #cdcdcd; }

.menu-item {
  display: inline-block;
  width: 165px;
  height: 52px;
  background: #e4e4e4;
  color: #666;
  font-size: 18px;
  line-height: 52px;
  text-align: center; }
  .menu-item.on {
    background: #ffa726;
    color: #fff; }
  .menu-item:hover {
    background: #ffa726;
    color: #fff; }

.emoticon {
  font-size: 18px;
  color: #666;
  height: 52px;
  line-height: 52px;
  margin-right: 10px; }

.emoticon-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(img/tiger-head.png) no-repeat 0 0;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px; }

.main {
  width: 1200px;
  margin: 0 auto;
  padding: 34px 0 140px; }

.link {
  font-size: 20px;
  color: #666;
  margin-bottom: 106px; }
  .link a:hover {
    color: #ffa726; }
  .link span {
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle; }

.main-cont {
  position: relative; }

.article-cont {
  width: 830px; }
  .article-cont p {
    line-height: 28px;
    margin-bottom: 30px; }
  .article-cont img {
    width: 625px;
    margin-bottom: 20px; }

.article-title {
  font-size: 36px;
  margin-bottom: 30px; }

.pub-time {
  font-size: 20px;
  color: #666;
  margin-bottom: 70px; }

.article-lead {
  border: 1px solid #979797;
  padding: 16px 10px;
  margin-bottom: 30px; }

.img-desc {
  width: 625px;
  text-align: center; }

.other-article {
  border-top: 1px solid #979797;
  font-size: 20px; }
  .other-article span {
    display: block;
    margin-top: 20px;
    font-weight: 200; }
  .other-article a {
    display: block;
    margin-top: 20px;
    font-weight: 200; }
    .other-article a:hover {
      color: #ffa726; }

.other-cont {
  margin-left: 30px;
  padding-left: 10px;
  border-left: 1px solid #cdcdcd; }

.code-container {
  width: 320px;
  height: 367px;
  padding: 53px 0 38px;
  background: url(img/code-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  text-align: center;
  margin-bottom: 30px; }
  .code-container .code-title {
    font-weight: 400;
    font-size: 36px; }
  .code-container .code-text {
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 60px; }
  .code-container .code-img-box {
    color: #666; }
    .code-container .code-img-box img {
      width: 180px;
      margin-bottom: 5px; }

.polar-container {
  display: block;
  position: relative;
  width: 320px;
  height: 153px;
  margin-top: 30px; }
  .polar-container:hover .go-btn {
    background: #ffa726;
    color: #fff;
    border: 0; }

.ant-container {
  background: url(img/ant-bg.png?20180511001) no-repeat 0 0;
  background-size: 100% 100%; }

.arc-container {
  background: url(img/arc-bg.png?20180511001) no-repeat 0 0;
  background-size: 100% 100%; }

.go-btn {
  position: absolute;
  right: 57px;
  bottom: 25px;
  width: 110px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 24px; }

/*# sourceMappingURL=news_1.css.map */
