@charset "UTF-8";
body, dl, dd,
ul, ol,
h1, h2, h3, h4, h5, h6, pre,
form, fieldset, legend, input, textarea, optgroup,
p, blockquote, figure, hr, menu, dir,
thead, tbody, tfoot, th, td {
  margin: 0;
  padding: 0; }

/**
 * 非大面积文字排版网站通常不需要列表项，如果需要可单独设置
 */
ul, ol {
  list-style-type: none;
  list-style-image: none; }

/* ==========================================================================
   链接
   ========================================================================== */
/**
 * 去除链接默认的下划线，提高文字可读性
 */
a {
  text-decoration: none; }

/**
* 去掉 IE 10+ 点击链接时的灰色背景
*/
a:active {
  background-color: transparent; }

/**
 * 去掉点击时的焦点框，同时保证使用键盘可以显示焦点框
 */
a:active,
a:hover {
  outline: 0 none; }

/**
 * 统一 Chrome 和 Safari 的焦点框样式
 * Chrome 中 thin 关键字放大页面后焦点框不会放大 http://jsbin.com/ehakom/1
 * Firefox 中 box-shadow 会导致焦点框位置偏移，需用「outline-offset」修正
 * 关闭
 */
a:focus {
  outline: none; }

/* ==========================================================================
   字体和基础排版
   ========================================================================== */
/**
 * 1.防止 iOS 横屏字号放大，同时保证在PC上 zoom 功能正常
 */
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
  text-size-adjust: 100%;
  font-size: 62.5%;
  /* 10/16=62.5% */ }

body {
  font-size: 12px;
  line-height: 1.8; }

/**
 * 所有 font-family 小写，存在空格的字体名加单引号
 * @default-font: 'helvetica neue', tahoma, \5B8B\4F53, sans-serif;
 * @heading-font: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti,
    \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, 'wenquanyi micro hei', sans-serif;
 * @code-font: monaco, menlo, consolas, monospace;
 */
/**
 * 中文优先使用冬青黑体简体(OS X)、微软雅黑(Windows)和文泉驿微米黑(Linux)
 * 西文使用 tahoma
 * 1. 防止元素中「font-family」不能继承
 * 2. 西文字体和 OS X 字体写在前面
 * 3. Opera 12.1 之前版本不支持中文字体的英文名称
 * 4. 微软雅黑「\5FAE\8F6F\96C5\9ED1」,中易宋体「\5B8B\4F53」
 */
.font, body,
button,
input,
select,
textarea {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif; }

body,
button,
input,
select,
textarea {
  -ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
  /* 5 */
  text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
  /* 5 */ }

/**
 * 中文小于 12px 可读性很差
 * 1. 统一 IE 6-7 中字体大小
 * 2. 统一 Firefox 4+，Safari 5 和 Chrome 中「section」和「article」内的字体大小
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

/**
 * 修正「abbr」元素在 Firefox 外其他浏览器没有下划线的问题
 * 添加问号光标，明确语义
 */
abbr,
acronym {
  border-bottom: 1px dotted;
  /* 1 */
  cursor: help;
  /* 2 */ }

/**
 * Firefox3+，Safari4/5 和 Chrome 中统一设置为粗体
 */
b,
strong {
  font-weight: bold; }

/**
 * 修正 Safari5 和 Chrome 中没有样式的问题
 */
dfn {
  font-style: italic; }

/**
 * 修正 Firefox 和其他浏览器之间的差异
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * 网页标记，荧光笔
 * 修正 IE6-11 中没有样式的问题
 */
mark {
  background-color: #D2E5FF;
  color: #000; }

/**
 * 统一代码的字体设置
 * 字体要能明确区分数字 0 和字母 o
 * Mac 优先使用 Monaco，Windows 优先使用 Consolas
 * XP自带 Courier New
 * Windows 7开始自带的 Consolas
 * Mac上自带的Monaco，Osaka-Mono
 */
code,
kbd,
pre,
samp {
  font-family: monaco, menlo, consolas, 'courier new', courier, monospace; }

/**
 * 增强所有浏览器中 pre 标签中文本的可读性
 * 1. IE 6-7 不支持 pre-wrap
 * 2. pre 标签应当包含滚溢出
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  /* 1 */
  word-wrap: break-word;
  overflow: auto; }

/**
 * 行内引用
 * IE 6-7 不支持 quotes 属性
 * 现代浏览器去除 quotes 内容
 */
q {
  quotes: none; }

/**
 * Safari 4 不支持<q>标签
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 中文网页<small>元素字号小于 12px 不易阅读
 */
small {
  font-size: 85.7%;
  /* 12/14=0.8571428571 */ }

/**
 * 防止所有浏览器中的<sub>和<sup>影响行高
 * http://jsbin.com/usoyal/1/edit
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   表格
   ========================================================================== */
/**
 * 合并单元格边框
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * 修复 IE 中 th 不能继承 text-align 的问题并统一左对齐
 * http://jsbin.com/evoxif/2/edit
 */
th {
  text-align: left; }

/**
 * 单元格添加边框
 */
table th,
table td {
  border: 1px solid #ddd;
  padding: 8px 10px; }

/**
 * 表头底部边框
 */
table th {
  font-weight: inherit;
  border-bottom-width: 2px;
  border-bottom-color: #ccc; }

/* ==========================================================================
   嵌入元素
   ========================================================================== */
/**
 * 1. 去除 IE6-9 和 Firefox 3 中 a 内部 img 元素默认的边框
 * 2. 修正 IE8 图片消失bug
 * 3. 防止 img 指定「height」时图片高度不能按照宽度等比缩放，导致图片变形
      http://jsbin.com/aJoTUca/2
 * 4. 让图片支持响应式
 * 5. 去除现代浏览器图片底部的空隙
 * 6. 修复 IE7 图片缩放失真
 */
/**
 * 修复 IE9 中的「overflow」的怪异表现
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   表单
   ========================================================================== */
/**
 * 定义一致的边框、外边距和内边距
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. 修正 IE 6-9 中颜色不能继承的问题
 * 2. 修正 Firefox3 中文字不换行的问题
 * 3. 修正 IE6-7 中怪异的对齐方式
 */
legend {
  border: 0 none;
  /* 1 */
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. 修正所有浏览器中字体不继承的问题
 * 2. 修正所有浏览器中字号不继承的问题
 * 3. 修正 Firefox 3+， Safari5 和 Chrome 中外边距不同的问题
 * 4. 改善在所有浏览器下的垂直对齐方式
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */ }

/**
 * 修正 IE7 随着字数增加边距不断增加的问题
 */
input,
button {
  *overflow: visible; }

/**
 * 统一各浏览器「text-transform」不会继承的问题
 * http://jsbin.com/iqecic/1/edit
 * http://tjvantoll.com/2012/07/10/default-browser-handling-of-the-css-text-transform-property/
 */
button,
select {
  text-transform: none; }

/**
 * 1. 避免 Android 4.0.* 中的 WebKit bug ，该bug会破坏原生的
   「audio」 和「video」的控制器
 * 2. 更正 iOS 中无法设置可点击的「input」的问题
 * 3. 统一其他类型的「input」的光标样式
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * 重置按钮禁用时光标样式
 */
button[disabled],
input[disabled] {
  cursor: default; }

/**
 * 1. 修正 IE 8/9 box-sizing 被设置为「content-box」的问题
 * 2. 移除 IE 8/9 中多余的内边距
 * 3. 移除 IE7 中多余的内边距(IE6 中任然存在)
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. 修正 Safari 5 和 Chrome 中「appearance」被设置为「searchfield」的问题
 * 2. 修正 Safari 5 和 Chrome 中「box-sizing」被设置为 「border-box」的问题
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 1.移除 OS X 中 Safari5 和 Chrome 搜索框内侧的左边距
 * 2.如果需要隐藏清除按钮需要加上
   input[type="search"]::-webkit-search-cancel-button
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 移除 Firefox 3+ 的内边距
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 修正 Chrome 中 input [type="number"] 在特定高度和 font-size 时,
 * 下面一个箭头光标变成「cursor: text」
 * @demo: http://jsfiddle.net/FFXEc/
 * 动画演示：http://gtms04.alicdn.com/tps/i4/T18kd8FCtaXXc_FhcF-330-350.gif
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. 移除 IE6-11 中默认的垂直滚动条
 * 2. 禁止水平拖动，防止破坏布局
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 修正 Chrome 30- option 中文字无法显示的问题
 * http://jsbin.com/avujas/1/edit
 */
select:disabled option:checked,
option:disabled:checked {
  color: #D2D2D2; }

/**
 * 修正 Safari 3+, Chrome 1+ Placeholder 居中问题
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input {
    line-height: normal !important; } }
/**
 * 修正 Firefox 19+ Placeholder 设置了opacity 的问题
 */
input::-moz-placeholder, textarea::-moz-placeholder {
  color: darkGray;
  opacity: 1; }

/**
 * label 元素给予手型，暗示此处可点击
 */
label {
  cursor: pointer; }

/**
 * 统一 select 样式, Firefox 中有 padding:1px 0
 * http://jsbin.com/avujas/1/edit
 */
select[size],
select[multiple],
select[size][multiple] {
  border: 1px solid #AAA;
  padding: 0; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

.font2 {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', "SimSun", sans-serif; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

.font2 {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', "SimSun", sans-serif; }

.browser-waring {
  position: relative;
  z-index: 9999;
  background: #000;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-size: 14px; }
  .browser-waring a {
    color: #F13C35; }

.sprite {
  background-image: url(../img/icon.png?v=12); }

.hidden {
  display: none; }

.center {
  margin: 0 auto;
  width: 1280px;
  height: 100%;
  position: relative;
  position: relative; }

.wrap, header, footer, section, .footer {
  width: 100%;
  min-width: 1280px;
  float: left; }

footer {
  height: 132px;
  z-index: 2;
  position: relative; }

body {
  background: #fff;
  color: #000; }
  body a {
    color: #fff; 
    font-family: 'Microsoft YaHei'}

header {
  width: 100%;
  position: absolute;
  right: 120px;
  font-size: 25px;
  line-height: 100px;
  text-align: right;
  z-index: 100; }
  header .logo {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 223px;
    height: 123px; }
  header .h-nav {
    width: 620px;
    position: absolute;
    top: 0px;
    line-height: 100px;
    right: 0;
    font-size: 25px;
    text-align: right; }
    header .h-nav li {
      display: inline-block;
      margin: 0 30px;
      color: #fff; }
      header .h-nav li a:hover {
        color: #ca2229;
        line-height: 100px; }
      header .h-nav li.h-nav-3 a {
        padding: 0 10px; }


.linkfoot {
  width: 100%;
  position: absolute;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  bottom:10px;
  /* margin-bottom:10px; */
  z-index: 100; 
}
.download {
  width: 500px;
  height: 300px;
  
  position: absolute;
  background: #fff;
}
.mod-clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.mod-clearfix {
  zoom: 1; }

.mod-fl {
  float: left; }

.mod-fr {
  float: right; }

.mod-lh24 {
  line-height: 24px; }

.mod-mt20 {
  margin-top: 20px; }

.mod-mtlr60 {
  margin: 0 60px; }

.c8c8e8d {
  color: #8c8e8d; }

.nbr {
  border-right: none !important; }

.nbb {
  border-bottom: none !important; }

.wrap {
  position: relative; }

.main {
  height: 1000px;
  position: relative;
  overflow: hidden;
  min-width: 1280px;
  float: left; }
  .main #slides {
    width: 100%;
    height: 100%; }
    .main #slides li {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-position: center top;
      background-repeat: no-repeat;
      display: none; }
      .main #slides li a {
        display: block;
        width: 100%;
        height: 100%; }
      .main #slides li .intro {
        position: absolute;
        top: 0;
        left: 0;
        color: #000; }
        .main #slides li .intro h2 {
          font-size: 36px;
          line-height: 48px;
          padding: 10px 0; }
        .main #slides li .intro p {
          width: 480px;
          padding: 10px 0;
          font-size: 14px;
          line-height: 22px;
          border-top: 1px solid #000; }
        .main #slides li .intro .more {
          display: block;
          width: 145px;
          height: 52px;
          font-size: 18px;
          text-align: center;
          line-height: 52px;
          border-radius: 26px;
          background-color: #ca2229;
          margin-top: 50px;
          color: #FFF; }
      .main #slides li.slide1 {
        background-image: url("img1.jpg"); }
        .main #slides li.slide1 .intro {
          top: 250px;
          left: 763px; }
      .main #slides li.slide2 {
        background-image: url("img2.jpg"); }
        .main #slides li.slide2 .intro {
          top: 260px;
          left: 40px; }
          .main #slides li.slide2 .intro .more {
            margin-top: 150px; }
      .main #slides li.slide3 {
        background-image: url("img3.jpg"); }
        .main #slides li.slide3 .intro {
          top: 260px;
          left: 40px; }
      .main #slides li.slide4 {
        background-image: url("img5.jpg"); }
  .main a.prev, .main a.next {
    width: 48px;
    height: 84px;
    background: #4d4d4d url("prev.png") center center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -100px; }
    .main a.prev:hover, .main a.next:hover {
      background-color: #ca2229; }
  .main a.next {
    left: auto;
    right: 0;
    background-image: url("next.png"); }

.process {
  width: 0;
  height: 2px;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #FFF; }

.wrapIn {
  background: url("bg2018.jpg") top center no-repeat;
  height: 900px;
  overflow: hidden; }
  .wrapIn .main {
    padding-top: 300px;
    color: #FFF;
    font-size: 16px; }
    .wrapIn .main p {
      width: 800px; }
    .wrapIn .main h3 {
      font-size: 24px; }

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