@charset "UTF-8";
/* 清除内外边距 **/
/* Oray公共css开始 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
pre,
form, fieldset, legend, button, input, textarea,
dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0; }

ul, ol, dl {
  list-style: none; }

a img {
  border: none; }

/** 设置默认字体 **/
body, button, input, select, textarea {
  font: 14px/1.5 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  color: #6a6a6a; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

address, cite, dfn, em, var {
  font-style: normal; }

/* 将斜体扶正 */
code, kbd, pre, samp {
  font-family: courier new, courier, monospace; }

/* 统一等宽字体 */
small {
  font-size: 12px; }

/* 小于 12px 的中文很难阅读，让 small 正常化 */
body {
  background: #fff; }

input {
  outline: none; }

input[type="radio"], input[type="checkbox"] {
  margin: 0 3px 2px; }

@font-face {
  font-family: 'iconfont';
  src: url("../iconfont/iconfont.eot?0704");
  src: url("../iconfont/iconfont.eot?0704#iefix") format("embedded-opentype"), url("../iconfont/iconfont.woff?0704") format("woff"), url("../iconfont/iconfont.ttf?0704") format("truetype"), url("../iconfont/iconfont.svg?0704#iconfont") format("svg"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale; }

.mask {
  z-index: 8000;
  position: fixed;
  top: 0;
  left: 0;
  -moz-opacity: .6;
  opacity: .60;
  filter: alpha(opacity=60);
  background-color: #000;
  width: 100%;
  height: 100%;
  zoom: 1; }

.window-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  background-color: rgba(223, 223, 223, 0.5);
  _background-color: #3a3a3a;
  display: none;
  z-index: 9000;
  min-width: 550px; }

.window {
  position: relative;
  border: 1px solid #dfdfdf;
  height: 100%;
  min-height: 100px;
  background-color: #fff;
  margin: 0; }

.window-opt {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 14px;
  z-index: 100; }

.window-opt .close {
  font-size: 20px; }

.window-header {
  font-size: 16px;
  padding: 5px 20px;
  background-color: #f9f9f9; }

.window-body {
  padding: 20px; }

.window-footer {
  padding: 0 20px 20px; }

.window .fm-label {
  width: 140px;
  font-size: 16px; }

.window .fm-item {
  height: 32px;
  line-height: 32px; }

.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -1px;
  z-index: 99; }

/** 重置文本格式元素 **/
.f22 {
  font-size: 22px; }

.f24 {
  font-size: 24px; }

.f18 {
  font-size: 18px; }

.f14 {
  font-size: 14px; }

.red {
  color: #ff0042; }

.dark {
  color: #333; }

.gray {
  color: #b2b2b2; }

.green {
  color: #45d63c; }

.udl {
  text-decoration: underline; }

.link {
  color: #529dd2; }

.link:hover {
  color: #4482ae; }

/** 通用链接样式 **/
a {
  color: #6a6a6a;
  text-decoration: none; }

a {
  color: #6a6a6a;
  text-decoration: none;
  /*outline: none;
  outline: 0;
  blr:expression(this.onFocus=this.blur());*/ }

::-moz-focus-inner {
  border: 0px; }

a:focus,
a:active,
a:hover {
  /*outline: 0;
  border: 0;
  outline: none;
  border: none;*/ }

a.link {
  color: #2685e3; }

a.link:hover {
  color: #4482ae; }

.none {
  display: none; }

.check-link {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0px 14px;
  color: #333;
  border: 1px solid #dfdfdf; }

.check-link:hover {
  padding: 0px 14px;
  color: #FF0042;
  text-decoration: none;
  border: 2px solid #ff0042; }

.check-link-current {
  padding: 0px 14px;
  color: #333;
  border: 2px solid #ff0042;
  position: relative; }

.check-link-current i {
  display: block;
  right: -1px;
  bottom: -1px;
  width: 9px;
  height: 9px;
  background: url(../img/check_140423.gif) no-repeat;
  font-size: 0;
  line-height: 0; }

/** 重置表单元素 **/
legend {
  color: #000; }

/* for ie6 */
fieldset, img {
  border: 0; }

/* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  *vertical-align: middle; }

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 清除浮动 */
.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both; }

.clear {
  *zoom: 1; }

.hide {
  display: none; }

.argt {
  text-align: right; }

@font-face {
  font-family: 'iconfont';
  src: url("../iconfont/iconfont.eot?0704");
  /* IE9*/
  src: url("../iconfont/iconfont.eot?0704#iefix") format("embedded-opentype"), url("../iconfont/iconfont.woff?0704") format("woff"), url("../iconfont/iconfont.ttf?0704") format("truetype"), url("../iconfont/iconfont.svg?0704#iconfont") format("svg");
  /* iOS 4.1- */ }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/** 按钮 button btn **/
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ff0042;
  color: #ff0042;
  padding: 0;
  width: 128px; }

input.btn, button.btn {
  height: 40px;
  width: 130px; }

.btn-small {
  height: 30px;
  line-height: 30px;
  width: 118px;
  font-size: 14px;
  border-radius: 16px;
  -webkit-border-radius: 16px; }

.btn-big {
  width: 230px;
  height: 50px;
  line-height: 50px;
  font-size: 20px; }

input.btn-big, button.btn-big {
  height: 50px;
  width: 230px; }

input.btn-small, button.btn-small {
  height: 32px;
  width: 120px; }

.btn:hover {
  color: #fff;
  outline: 0;
  text-decoration: none;
  background-color: #ff0042; }

.btn-block, button.btn-block, input.btn-block {
  display: block;
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.btn-primary {
  background-color: #ff0042;
  border-color: #ff0042;
  color: #fff; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
  color: #fff;
  border-color: #e7003c;
  background-color: #e7003c; }

.btn[disabled], .btn-disabled,
.btn[disabled]:hover, .btn-disabled:hover,
.btn[disabled]:focus, .btn-disabled:focus {
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
  background: #9B9B9B !important;
  border-color: #9B9B9B !important; }

.fl {
  float: left; }

.fr {
  float: right; }

.totop {
  width: 34px;
  height: 34px;
  background: #fff url(./images/totop.png) no-repeat -2px 0;
  position: fixed;
  bottom: 70px;
  right: 10px;
  cursor: pointer;
  _display: none; }

.totop:hover {
  background: #fff url(./images/totop.png) no-repeat right 0; }

.fixed-center {
  position: fixed;
  width: 158px;
  height: 43px;
  top: 50%;
  right: -103px;
  margin-top: -43px;
  background: url(./images/douyu.png);
  cursor: pointer;
  _display: none; }

.grey {
  color: #999; }

.gray {
  color: #333; }

.red {
  color: #ff0042; }

.container {
  width: 1240px;
  margin: 0 auto; }

.fm-wrapper .fm-item {
  padding: 5px 0;
  display: block; }

.fm-label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 90px;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  vertical-align: middle; }

.select-box {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 1; }

.option-list {
  top: 28px;
  left: 0;
  width: 100%; }

.option-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid;
  border-color: #b2b2b2 #d3d3d3 #d3d3d3 #b2b2b2;
  background-color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 1px #e5e5e5 inset;
  -moz-box-shadow: 1px 1px 1px #e5e5e5 inset;
  box-shadow: 1px 1px 1px #e5e5e5 inset; }

.option-list a {
  padding: 4px;
  line-height: 18px;
  cursor: pointer;
  display: block;
  color: #333; }

.lowast {
  color: #ff0042; }

.fm-text, .fm-textarea, .fm-select {
  border: 1px solid #dfdfdf;
  outline: none;
  padding: 3px;
  line-height: 24px;
  width: 345px;
  height: 24px;
  box-sizing: content-box;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #6a6a6a; }

.msg {
  background-color: #77ca40;
  padding-top: 0; }

.msg span {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #77ca40;
  color: #fff; }

.error, .error span {
  background-color: #333; }

.msg {
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding-top: 2px; }

.msg span {
  line-height: 40px;
  height: 40px;
  font-size: 14px; }

.msg {
  -position: absolute;
  *top: expression(documentElement.scrollTop+"px"); }

.msgbox {
  background-color: #fffee5;
  border: 1px solid #f7dea3;
  margin: 20px 0;
  padding: 20px 20px 20px 70px;
  position: relative;
  zoom: 1; }

.msgbox .if-smile {
  color: #ff7200;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  font-size: 30px; }

.msgbox .if-close {
  color: #ff7200;
  position: absolute;
  top: 5px;
  right: 10px; }

/*=== 弹出层 window ===*/
.mask {
  z-index: 8000;
  top: 0;
  left: 0;
  -moz-opacity: 0.6;
  opacity: .60;
  filter: alpha(opacity=60);
  background-color: #000;
  width: 100%;
  height: 100%;
  zoom: 1; }

.window-wrapper {
  top: 0;
  left: 0;
  padding: 8px;
  background-color: rgba(223, 223, 223, 0.5);
  _background-color: #3a3a3a;
  display: none;
  /* 默认就设为不可见 */
  z-index: 9000;
  min-width: 550px; }

.window {
  position: relative;
  border: 1px solid #dfdfdf;
  height: 100%;
  min-height: 100px;
  background-color: #fff;
  margin: 0; }

.window-opt {
  top: 10px;
  right: 10px;
  line-height: 14px;
  z-index: 100; }

.window-opt .close {
  font-size: 20px; }

.window-header {
  font-size: 16px;
  padding: 5px 20px;
  background-color: #f9f9f9; }

.window-body {
  padding: 20px; }

.window-footer {
  padding: 0 20px 20px; }

.window .fm-label {
  width: 140px;
  font-size: 16px; }

.window .fm-item {
  height: 32px;
  line-height: 32px; }

.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -1px;
  z-index: 99; }

.f16 {
  font-size: 16px; }

.btn-switch {
  height: 16px;
  width: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 0;
  cursor: pointer;
  position: relative;
  zoom: 1;
  border: 2px solid;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: middle; }

.btn-switch span {
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 0;
  display: inline-block;
  background-color: #fff;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: margin 0.3s ease-in-out , width 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out , width 0.3s ease-in-out;
  -khtml-transition: margin 0.3s ease-in-out , width 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out , width 0.3s ease-in-out; }

.btn-switch:hover span {
  width: 22px; }

.btn-switch-on {
  background-color: #3fc000;
  border-color: #3fc000; }

.btn-switch-on:hover {
  background-color: #16aa01;
  border-color: #16aa01; }

.btn-switch-on span {
  margin-left: -1px; }

.btn-switch-on:hover span {
  margin-left: -7px; }

.btn-switch-off {
  background-color: #b9b9b9;
  border-color: #b9b9b9; }

.btn-switch-off:hover {
  background-color: #999;
  border-color: #999; }

.btn-switch-off span {
  margin-left: -15px; }

/*=== /开启关闭按钮 ===*/
/*=== 搜索框 ===*/
.search-box {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 32px; }

.search-box .if-search {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 20px;
  color: #d1d1d1;
  line-height: 30px;
  top: 1px;
  cursor: pointer; }

.search-box .if-search:hover {
  color: #ff0042; }

.search-box .fm-text::-ms-reveal,
.search-box .fm-select::-ms-reveal,
.search-box .fm-text::-ms-clear,
.search-box .fm-select::-ms-clear {
  display: none; }

/*=== /搜索框 ===*/
/*====select box start=====*/
.select-box {
  position: relative;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  z-index: 1;
  vertical-align: middle;
  line-height: normal; }

.select-box i {
  right: 7px;
  top: 7px;
  _top: 10px; }

.select-box .fm-text::-ms-reveal,
.select-box .fm-select::-ms-reveal,
.select-box .fm-text::-ms-clear,
.select-box .fm-select::-ms-clear {
  display: none; }

.option-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid;
  border-color: #b2b2b2 #d3d3d3 #d3d3d3 #b2b2b2;
  background-color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 1px #e5e5e5 inset;
  -moz-box-shadow: 1px 1px 1px #e5e5e5 inset;
  box-shadow: 1px 1px 1px #e5e5e5 inset; }

.option-list {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%; }

.option-list a {
  padding: 4px;
  line-height: 18px;
  cursor: pointer;
  display: block;
  color: #333; }

.option-list a:hover {
  background-color: #fafafa;
  text-decoration: none; }

/*====/select box start=====*/
/*======== select down =========*/
.ext-select-box {
  position: relative;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  vertical-align: middle;
  height: 30px; }

.ext-select-box .angle {
  border-style: solid;
  border-width: 4px;
  font-size: 0;
  height: 0;
  line-height: 0;
  border-color: #000 transparent transparent;
  right: 11px;
  top: 13px;
  transition: transform 0.2s ease-in 0s; }

.ext-select-box .select-item {
  position: relative;
  padding: 0 28px 0 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  z-index: 0;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  width: 60px; }

.ext-select-box .option {
  text-align: left;
  border: 1px solid #e3e2e2;
  padding: 1px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  width: auto;
  top: 0px;
  left: 0;
  background-color: #fff;
  display: none;
  width: 96px; }

.ext-select-box.current .option,
.current .option {
  display: block; }

.ext-select-box .option ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.ext-select-box .option li {
  display: block;
  padding: 0;
  float: none;
  margin: 0;
  position: relative;
  zoom: 1; }

.ext-select-box .option a,
.current .ext-select-box .option a {
  color: #999;
  display: block;
  height: 28px;
  line-height: 28px;
  background: none;
  border: none;
  padding: 0 27px 0 9px;
  font-size: 14px; }

.ext-select-box .option a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff0042;
  border: none; }

.ext-select-box .option a:hover .angle {
  border-color: #fff transparent transparent; }

.ext-select-box .option .angle {
  right: 10px;
  top: 11px; }

.ext-select-box.current {
  z-index: 4; }

.current .angle {
  transform: rotate(180deg);
  transform-origin: 50% 30% 0; }

.ext-select-box .option .operate {
  position: absolute;
  top: 0;
  right: 5px; }

.ext-select-box .option a .operate .iconfont {
  color: #999;
  font-size: 12px;
  display: inline-block;
  width: 20px;
  text-align: center; }

.ext-select-box .option a .operate .iconfont:hover {
  color: #ff0042; }

.select-box-red .select-item {
  width: 80px;
  color: #ff0042;
  border-color: #ff0042; }

.select-box-red .option {
  top: 29px;
  border-color: #ff0042;
  border-top: none;
  width: 116px; }

.select-box-red .angle {
  border-color: #ff0042 transparent transparent; }

/*==== /select down ====*/
/*==== 自定义选择框 ====*/
.choice-box .choice-item {
  float: left;
  line-height: 26px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  padding: 1px 11px;
  color: #333;
  text-align: center;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block; }

.choice-box .choice-item input {
  display: none; }

.choice-box .choice-item:hover {
  border-color: #ff0042; }

.choice-box .current {
  border: 2px solid #ff0042;
  cursor: auto;
  padding: 0 10px;
  background: url(../img/check.gif) right bottom no-repeat; }

/*==== /自定义选择框 ====*/
/*按钮组*/
.btn-group-wrap {
  position: relative;
  display: inline-block;
  text-align: left; }

.btn-group-wrap .btn {
  text-align: left;
  padding-left: 15px;
  padding-right: 30px;
  width: auto;
  position: relative; }

.btn-group-wrap .btn .angle {
  border-style: solid;
  border-width: 4px;
  font-size: 0;
  height: 0;
  line-height: 0;
  border-color: #000 transparent transparent;
  right: 11px;
  top: 50%;
  margin-top: -2px;
  transition: transform 0.2s ease-in 0s; }

.btn-group-wrap .dropdown-box {
  width: 100%;
  top: 100%;
  left: 0;
  display: none; }

.btn-group-wrap .dropdown-box ul {
  position: relative;
  z-index: 66;
  top: -1px;
  border: 1px solid #ff0042;
  border-top: none; }

.btn-group-wrap .dropdown-box li a {
  color: #999;
  display: block;
  height: 38px;
  line-height: 38px;
  background: none;
  border: none;
  padding-left: 15px;
  font-size: 14px;
  background: #fff; }

.btn-group-wrap .dropdown-box li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff0042;
  border: none; }

.btn-group-wrap.current .dropdown-box {
  display: block; }

.btn-group-grey .btn {
  border: 1px solid #999;
  color: #6a6a6a; }

.btn-group-grey .btn:hover,
.btn-group-grey .btn:active,
.btn-group-grey .btn:focus {
  color: #fff;
  border-color: #999;
  background: #999; }

.btn-group-grey .dropdown-box ul {
  border-color: #999; }

.btn-group-grey .dropdown-box li a:hover {
  background-color: #999;
  border-color: #999; }

.btn-group-small .btn {
  height: 30px;
  line-height: 30px; }

.btn-group-small .dropdown-box li a {
  height: 30px;
  line-height: 30px; }

.no-change-angle .angle {
  transform: rotate(0deg); }

.msg {
  background-color: #77ca40;
  padding-top: 0; }

.msg span {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff; }

.msg {
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding-top: 2px; }

.msg {
  -position: absolute;
  *top: expression(documentElement.scrollTop+"px"); }

.error, .error span {
  background-color: red; }

.msgbox {
  background-color: #fffee5;
  border: 1px solid #f7dea3;
  margin: 20px 0;
  padding: 20px 20px 20px 70px;
  position: relative;
  zoom: 1; }

.msgbox .if-smile {
  color: #ff7200;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  font-size: 30px; }

.msgbox .if-close {
  color: #ff7200;
  position: absolute;
  top: 5px;
  right: 10px; }

@font-face {
  font-family: 'siyuan';
  src: url("../font/siyuan.eot") format("eot"), url("../font/siyuan.woff") format("woff"), url("../font/siyuan.svg") format("svg"), url("../font/siyuan.ttf") format("truetype"); }
.container {
  width: 1240px;
  margin: 0 auto; }

.main-ct {
  margin: 25px auto; }

.main-body {
  margin-left: 225px;
  width: auto;
  *width: 1012px; }

/** top-nav **/
.common-top-nav {
  background-color: #333;
  font-size: 12px;
  min-width: 990px;
  position: relative;
  height: 40px;
  z-index: 7999; }

.common-top-nav-inner {
  background-color: #333;
  height: 40px;
  line-height: 40px;
  font-size: 14px; }

.common-top-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  display: inline-block;
  float: left;
  *display: inline;
  *zoom: 1; }

.common-top-nav .common-top-nav-right {
  float: right; }

.common-top-nav-right span {
  display: inline-block;
  padding: 0 13px;
  float: left; }

.common-top-nav li {
  display: inline-block;
  padding: 0 13px;
  float: left;
  *display: inline;
  *zoom: 1; }

.common-top-nav a {
  color: #b0b0b0; }

.common-top-nav a:hover {
  color: #fafafa; }

/** end top-nav **/
/*nav-2015改版*/
.nav-oray {
  display: inline-block;
  width: 41px;
  height: 12px;
  *margin-top: 12px;
  background-image: url(../img/nav_2015oray.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  top: 2px; }

.nav-oray:hover {
  background-position: left bottom; }

.top-nav .pdt1 {
  padding-top: 1px; }

/** header 页头 **/
.header {
  border-bottom: #f5f5f5 solid 1px;
  width: 100%;
  min-width: 990px;
  box-sizing: border-box; }

.header-red {
  border-bottom: 1px solid #ff0042;
  box-shadow: 0 1px 0 0 #f1f4f6; }

.header-inner {
  height: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

.logo {
  top: 17px;
  left: 0;
  line-height: 0; }

.logo strong {
  font-size: 40px;
  font-weight: normal;
  color: #ff0042;
  line-height: 46px; }

/*.nav {
    
    top: 0;
    right: 120px;
}*/
.nav {
  top: 0;
  right: 0px !important; }

.nav ul, .nav-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.nav-item {
  float: left;
  width: 130px; }

.nav-item a {
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.nav-item .num {
  display: none;
  vertical-align: middle;
  font-size: 12px;
  line-height: 12px;
  padding: -8px 2px 4px 2px;
  margin: 0 2px;
  background: #ff0042;
  color: #fff;
  border-radius: 4px 4px 4px 0;
  -webkit-border-radius: 4px 4px 4px 0;
  -moz-border-radius: 4px 4px 4px 0;
  position: absolute;
  top: 50%; }

.nav a:hover, .nav-active a, .nav-active .user-name, .nav-current .user-name {
  background-color: #eaeaea;
  color: #ff0042; }

.nav .current a {
  color: #ff0042; }

.user-infobox {
  float: right;
  height: 40px;
  line-height: 40px; }

.user-infobox a {
  display: block;
  padding: 0 13px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center; }

.user-item {
  width: 100px;
  text-align: center;
  white-space: nowrap; }

.user-infobox .tar {
  width: 156px;
  text-align: right;
  color: #b0b0b0;
  float: left; }

.user-infobox .tar:hover {
  color: #fff; }

.user-namebox {
  white-space: nowrap; }

.user-infobox .user-message {
  border-left: 1px solid #555;
  height: 20px;
  line-height: 20px;
  margin-top: 8px; }

.user-infobox a:hover {
  color: #fafafa;
  background-color: transparent; }

/* 顺序需要.nav a, .user-info a 放.nav-menu a前面 */
.nav-menu {
  z-index: 10;
  width: 130px;
  overflow: hidden; }

.nav-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 10; }

.nav-menu a {
  display: block;
  line-height: 40px;
  height: 40px;
  background: rgba(102, 102, 102, 0.8) !important;
  background: #969696 \9;
  /* IE6-8 */
  font-size: 14px;
  color: #fff;
  z-index: 10; }

.nav-item .nav-menu a {
  color: #fff; }

.nav-menu a:hover {
  background: rgba(102, 102, 102, 0.9) !important;
  background: #505050 \9;
  /* IE6-8 */
  color: #fff; }

.user-info {
  display: block;
  height: 90px;
  line-height: 90px;
  *line-height: 40px;
  width: 70px;
  padding: 0 28px 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  color: #6a6a6a;
  font-weight: normal;
  text-align: right; }

.user-info .arrow {
  border-color: #6a6a6a transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  cursor: pointer;
  position: absolute;
  top: 44px;
  right: 14px; }

.nav-current .arrow, .nav-active .arrow {
  /*-moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);*/
  border-color: transparent transparent #6a6a6a transparent;
  border-style: dashed dashed solid dashed;
  top: 40px !important; }

.user-info .nav-menu {
  width: 210px;
  right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.user-info .nav-menu a {
  text-align: left;
  padding: 0 12px; }

.user-info .nav-menu li .icon {
  margin-right: 8px; }

/** promise **/
.promise {
  margin: 40px auto;
  *padding-right: 1px; }

.promise ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-right: 1px dashed #d8d8d8;
  *margin-right: -1px; }

.promise li {
  float: left;
  width: 20%;
  height: 135px;
  font-size: 18px;
  border-left: 1px dashed #d8d8d8;
  margin-right: -1px;
  /*抵消20%+1px的border差*/
  text-align: center; }

.promise em {
  display: block;
  font-size: 12px;
  color: #999; }

.promise p {
  line-height: 24px; }

.promise .iconfont {
  color: #ff0042;
  font-size: 61px; }

.promise-gray .iconfont {
  color: #999; }

/** footer **/
.footer {
  width: 100%;
  min-width: 990px; }

.footer-link {
  background: #f9f9f9;
  border-bottom: 2px solid #fff;
  position: relative; }

.footer-link-inner {
  margin: 0 auto; }

.footer-link a {
  color: #999;
  font-size: 14px;
  text-decoration: none; }

.footer-link a:hover {
  color: #ff0042; }

.footer-link dl {
  float: left;
  margin: 0;
  padding: 25px 0 0;
  height: 105px; }

.footer-link dt {
  margin: 0;
  padding: 0 0 10px 0;
  color: #333;
  font-size: 16px; }

.footer-link dd {
  margin: 0;
  padding: 0 30px 0 0;
  float: left;
  line-height: 24px;
  color: #999; }

.footer-link dl.about {
  padding-left: 3%; }

.footer dl.phone {
  padding-left: 3%; }

.footer .phone dd {
  font-size: 12px; }

.footer .phone dd strong {
  color: #ff0042;
  font-size: 18px;
  font-weight: normal; }

.footer-link dl.follow {
  float: right;
  position: relative; }

.footer-link dl.follow dt {
  text-align: right; }

.footer-link dl.follow dd {
  text-align: right;
  padding: 0 0 0 40px; }

.footer-link dl.follow span {
  display: none; }

.footer-link dl.follow img {
  display: none; }

.footer-link dl.follow a:hover img {
  display: block; }

.footer-link .icon {
  background: url(../img/icon_focus_140427.png) no-repeat;
  _background-image: url(../img/icon_focus_140427.gif);
  width: 24px;
  height: 24px; }

.footer-link .icon-weibo {
  background-position: -48px 0; }

.footer-link .icon-weixin {
  background-position: -24px 0; }

.footer-link .icon-forum {
  background-position: 0 0; }

.footer-link .icon-weibo:hover {
  background-position: -48px -24px; }

.footer-link .icon-weixin:hover {
  background-position: -24px -24px; }

.footer-link .icon-forum:hover {
  background-position: 0 -24px; }

.footer-link .icon-weixin img {
  position: absolute;
  right: -2px;
  bottom: 72px; }

/* 底部二维码 */
.footer .footer-link-inner .img-wechat-wrapper {
  position: relative; }

.footer .footer-link-inner .img-wechat-wrapper img {
  top: 0;
  right: 0px; }

.footer-info {
  background: #ff0042;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 12px; }

.footer-info a {
  color: #fff;
  text-decoration: none; }

.footer-info-inner {
  margin: 0 auto;
  position: relative; }

.copyright {
  text-align: right;
  margin-top: -32px;
  /*
  
  right: 0;
  top: 0;
  height: 37px;
  line-height: 37px;
  text-align: right;*/ }

/** 各种标题 **/
.section {
  margin-bottom: 25px; }

.main-title {
  font-size: 22px;
  font-weight: normal; }

.section-title {
  height: 48px;
  line-height: 48px;
  position: relative;
  font-size: 20px;
  padding-top: 8px; }

.section-title img {
  margin-bottom: -1px; }

.section-title .section-title-ext,
.section-title .ext {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 14px; }

.section-tab {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  zoom: 1; }

.section-tab .ext {
  position: absolute;
  top: 0;
  right: 0; }

.section-tab ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.section-tab li {
  float: left;
  display: inline-block;
  padding: 0 30px 0 0;
  margin-right: 15px;
  font-size: 16px; }

.section-tab .current a {
  color: #ff0042; }

.section-last {
  margin-bottom: 0; }

/** 侧边栏 **/
.side-menu {
  width: 156px;
  padding: 0 22px;
  background-color: #f2f2f2;
  min-height: 500px;
  *height: 500px;
  float: left;
  font-size: 16px; }

.side-menu ul {
  list-style-type: none;
  padding: 0 0 0 30px;
  margin: 0; }

.side-menu a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.side-menu a:hover, .side-menu .current a, .side-menu a.current {
  color: #ff0042; }

/** 表单 **/
.fm-text, .fm-textarea, .fm-select {
  border: 1px solid #dfdfdf;
  outline: none;
  padding: 3px 5px;
  line-height: 24px;
  width: 320px;
  height: 24px;
  box-sizing: content-box; }

.fm-text:focus, .fm-textarea:focus, .fm-select:focus {
  border-color: #ff0042; }

.fm-error {
  color: #ff0042;
  margin-left: 8px; }

.fm-textarea {
  height: auto;
  resize: none;
  overflow-y: auto; }

.fm-need {
  color: #ff0042;
  display: inline-block;
  width: 20px;
  text-align: center;
  vertical-align: middle; }

.fm-check {
  vertical-align: -2px; }

label .fm-check {
  margin-right: 5px; }

.fm-select {
  width: auto; }

.fm-wrapper .fm-item {
  padding: 5px 0;
  display: block; }

.fm-label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30%;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  text-align: right;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

/** 多项选择列表 **/
.multi-select-wrap {
  border: 1px solid #dfdfdf; }

.multi-select {
  height: 155px;
  /* 必须有固定高度，具体用inline style覆盖 */
  overflow: auto;
  overflow-x: hidden; }

.multi-select ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.multi-select li {
  margin: 0;
  padding: 0; }

.multi-select li a {
  display: block;
  background-color: none;
  height: 26px;
  line-height: 26px;
  padding: 0 10px; }

.multi-select li a:hover, .multi-select li.selected a {
  display: block;
  background-color: #ffecf1; }

.multi-select-search {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 10px;
  position: relative; }

.multi-select-search input {
  width: 95%;
  padding: 5px 0;
  border: none; }

.multi-select-search .icon-search {
  right: 10px;
  top: 0; }

.tree-node a {
  font-weight: bold; }

.tree-list .tree-node-icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(../img/treenodeicon.gif) no-repeat; }

.tree-list .tree-node-expand {
  background-position: 0 0; }

.tree-list .tree-node-collapse {
  background-position: 0 -16px; }

.tree-leaf a {
  font-weight: normal; }

.tree-node ul.tree-list {
  padding-left: 20px; }

/** 多项选择列表 **/
/** 树状列表 **/
/** 树状列表 **/
/** 列表 **/
.table-list {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
  margin-top: -1px; }

.table-list th {
  background: #f6f6f6;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border-top: 1px solid #dfdfdf; }

.table-list td {
  padding: 10px 15px;
  line-height: 1.8em;
  border-bottom: 1px solid #e5e5e5;
  height: 48px; }

.td-width {
  width: 100px; }

.table-list th {
  color: #333;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  background-color: #fafafa; }

.table-list .current td {
  color: #ff0042; }

.table-fixed {
  table-layout: fixed; }

.table-fixed th, .table-fixed td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.table-noborder td {
  border-bottom: 0; }

.table-noborder .hover td {
  background-color: #fafafa; }

/*=== 弹出层 window ===*/
.mask {
  z-index: 8000;
  position: absolute;
  /**/
  top: 0;
  left: 0;
  -moz-opacity: 0.65;
  opacity: .65;
  filter: alpha(opacity=65);
  background-color: #000;
  width: 100%;
  height: 100%;
  zoom: 1; }

.window-wrapper {
  top: 0;
  left: 0;
  padding: 8px;
  background-color: rgba(223, 223, 223, 0.5);
  _background-color: #3a3a3a;
  display: none;
  /* 默认就设为不可见 */
  z-index: 9000;
  min-width: 550px; }

.window {
  position: relative;
  border: 1px solid #dfdfdf;
  height: 100%;
  min-height: 100px;
  background-color: #fff;
  margin: 0; }

.window-opt {
  top: 10px;
  right: 10px;
  line-height: 14px;
  z-index: 100; }

.window-header {
  font-size: 16px;
  padding: 5px 20px;
  background-color: #f9f9f9; }

.window-body {
  padding: 20px; }

.window-footer {
  padding: 0 20px 20px; }

.window .fm-label {
  width: 90px; }

body {
  _height: 100%;
  /* for ie6 */ }

/*=== /弹出层 window ===*/
/*导航栏管理中心下拉*/
.slide-down {
  width: 1240px;
  height: 260px;
  position: absolute;
  background-color: rgba(68, 68, 68, 0.95);
  *background-color: #4c4c4c;
  background-color: #4c4c4c \9;
  z-index: 7999;
  left: 50%;
  margin-left: -620px;
  top: 40px;
  padding-top: 60px;
  display: none;
  zoom: 1; }

.top-nav .slide-down a {
  color: #ddd; }

.top-nav .slide-down a:hover {
  color: #fff; }

.slide-down a {
  color: #ddd;
  font-size: 16px; }

.slide-down a:hover {
  color: #fff; }

.down-left {
  width: 236px;
  height: 200px;
  float: left;
  padding: 0px 0 0 120px; }

.down-left dt {
  font-size: 28px;
  color: #ddd;
  margin-bottom: 25px; }

.down-left dd {
  font-size: 16px;
  color: #ddd;
  height: 36px; }

.down-center {
  width: 200px;
  height: 200px;
  float: left;
  padding: 0px 90px 0 124px;
  border-left: 1px solid #999;
  border-right: 1px solid #999; }

.down-center dt, .down-right dt {
  font-size: 28px;
  color: #ddd;
  margin-bottom: 25px; }

.down-center dd, .down-right dd {
  width: 90px;
  font-size: 16px;
  color: #ddd;
  height: 36px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.down-center dd {
  width: 100px; }

.down-center dd .red {
  font-size: 14px;
  vertical-align: top; }

.down-right dd {
  width: 109px; }

.down-right dd a {
  display: block;
  width: 105px;
  height: 36px;
  padding-left: 4px;
  font-size: 16px; }

.down-right {
  width: 218px;
  height: 200px;
  float: left;
  padding: 0px 104px 0 144px; }

.admin {
  background-color: #555;
  height: 40px;
  line-height: 40px;
  float: right;
  padding: 0 13px; }

.admin a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center; }

.r0 {
  right: 0px; }

.pr {
  position: relative; }

.user-item ul {
  position: absolute;
  top: 38px;
  right: 0px;
  z-index: 15;
  display: none; }

.user-item ul li {
  background-color: #333;
  color: #b0b0b0;
  text-align: center; }

.user-item li a {
  width: 156px;
  padding: 0 13px;
  background-color: #333;
  color: #b0b0b0;
  text-align: center; }

.user-item li a:hover {
  color: #fff; }

.user-item ul li:hover {
  color: #fff; }

.common-top-nav .pdl0 {
  padding-left: 0px; }

.f20 {
  font-size: 20px; }

.common-top-nav li:hover .qrcode-wrapper {
  display: block; }

.qrcode-wrapper {
  width: 184px;
  height: 236px;
  background-image: url(../img/qrcode_20151210.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 31px;
  left: -52px;
  display: none;
  *top: 32px;
  *left: -3px;
  *background-image: url(../img/qrcode_20151210_1024.png);
  top: 32px \9;
  left: -3px \9;
  background-image: url(../img/qrcode_20151210_1024.png) \9; }

.icon-lh22 {
  line-height: 22px; }

/** 宽度适应 **/
@media (max-width: 1260px) {
  /* 其实没用 */
  .main-body {
    *width: 765px; }

  .footer-link .footer-link-inner,
  .footer-info .footer-info-inner {
    width: 990px; }

  .footer dl.about,
  .footer dl.other,
  .footer dl.phone {
    padding-left: 0;
    width: 25%; }

  .slide-down {
    width: 990px;
    margin-left: -495px; }

  .down-left {
    width: 196px;
    padding: 0px 0 0 105px; }

  .down-center {
    padding: 0px 45px 0 79px; }

  .down-right {
    padding: 0px 60px 0 85px; }

  .down-center dd {
    width: 100px; }

  .down-right dd {
    width: 100px; }

  .user-item {
    width: 80px; }

  .fm-text {
    width: 155px; }

  .qrcode-wrapper {
    top: 32px;
    left: -3px;
    background-image: url(../home/img/qrcode_20151210_1024.png); } }
/* 客服回到顶部开始 */
.fix-wrapper {
  z-index: 999;
  position: fixed;
  width: 160px;
  height: 190px;
  bottom: 70px;
  right: 0; }

.fix-parent {
  right: 0;
  bottom: 0;
  width: 125px;
  height: 190px;
  text-align: center;
  overflow: hidden; }

.fix-wrapper .close {
  right: 3px;
  top: 0px;
  color: #999; }

.fix-wrapper .close:hover {
  color: #ff0042; }

.fix-wrapper .slide {
  bottom: 0;
  left: 125px;
  cursor: pointer;
  display: none;
  width: 34px;
  height: 34px;
  background-color: #000;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  background: url(../img/totop-call.png) no-repeat right 0; }

.fix-wrapper .slide-hover {
  background: url(../img/totop-call.png) no-repeat 0 0; }

.fix-wrapper .text-wrapper {
  background: url(../img/fix_totop.png) no-repeat right bottom;
  _background: url(../img/fix_totop.gif) no-repeat right bottom;
  padding-top: 125px;
  padding-left: 10px;
  height: 65px;
  width: 115px;
  text-align: center; }

.fix-wrapper .text-wrapper .time {
  font: 12px/22px "宋体";
  color: #fff; }

.fix-wrapper .text-wrapper .call {
  font-size: 14px;
  line-height: 30px;
  color: #ff0042; }

.fix-wrapper .text-wrapper .buy-text {
  font: 12px/12px "宋体";
  color: #333;
  padding-left: 18px; }

.fix-wrapper .top {
  width: 34px;
  height: 34px;
  background: url(../img/totop.png) no-repeat right 0;
  bottom: 0;
  left: 9px;
  display: none; }

.fix-wrapper .top-hover {
  background: url(../img/totop.png) no-repeat -1px 0; }

.overflow-hidden {
  height: 100%;
  overflow: hidden; }

.number-wrapper {
  width: 135px; }

.number-wrapper .iconfont, .number-wrapper .number {
  float: left;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #dfdfdf;
  font-size: 14px; }

.number-wrapper .number {
  width: 74px;
  font-size: 12px;
  color: #333;
  text-align: center;
  outline: none; }

.number-wrapper .iconfont {
  width: 28px;
  background-color: #fafafa; }

.number-wrapper .minus {
  border-right: none; }

.number-wrapper .plus {
  border-left: none; }

/*上下的加减*/
.number-wrapper-updown {
  position: relative;
  width: auto; }

.number-wrapper-updown .iconfont {
  border: none;
  background: none;
  height: 13px;
  line-height: 13px;
  right: 0; }

.number-wrapper-updown .number {
  width: 45px;
  padding-right: 20px;
  padding-left: 10px;
  text-align: left; }

.number-wrapper-updown .plus {
  top: 2px; }

.number-wrapper-updown .minus {
  bottom: 2px; }

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.black {
  color: #000; }

/*banner轮播*/
.banner-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

.banner-wrapper .banner {
  width: 400%;
  height: 460px;
  position: relative;
  overflow: hidden; }

.banner-wrapper .banner-item {
  width: 25%;
  height: 460px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  float: left; }

.banner-wrapper .banner-notice {
  height: 460px;
  width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.banner-wrapper .banner-link {
  height: 460px;
  width: 1240px;
  display: block;
  z-index: 2; }

@media (max-width: 1260px) {
  .banner-link {
    width: 990px; }

  .arrow-wrapper {
    width: 990px;
    margin-left: -495px; } }
.arrow-wrapper {
  width: 1240px;
  height: 360px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -620px;
  display: none; }

.arrow-wrapper .arrow-sprite {
  display: inline-block;
  width: 57px;
  height: 100px;
  background-image: url(../home/img/arrow-sprite_170316.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9; }

.arrow-left {
  left: 0;
  top: 180px;
  background-position: 0 -100px; }

.arrow-left:hover {
  background-position: 0 0; }

.arrow-right {
  right: 0;
  top: 180px;
  background-position: -57px -100px; }

.arrow-right:hover {
  background-position: -57px 0; }

.slider-nav {
  width: auto;
  position: absolute;
  left: 49%;
  margin-left: -20px;
  height: 0;
  line-height: 0;
  bottom: 40px;
  z-index: 3; }

.slider-nav ul li {
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 14px;
  position: relative;
  z-index: 4; }

.slider-nav li a {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../home/img/slide_bg.png);
  background-repeat: no-repeat;
  background-position: right; }

.slider-nav .current a {
  background-position: left; }

.slider-nav li i {
  display: inline-block;
  position: absolute;
  height: 4px;
  line-height: 4px;
  background-color: #fff; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc; }

.slider-nav ul li {
  width: 35px;
  height: 2px; }

.slider-nav li a {
  background: #fff;
  opacity: 0.4;
  filter: opacity(0.4);
  width: 35px;
  height: 2px; }

.slider-nav .current a {
  opacity: 1;
  filter: opacity(1); }

.common-notice-wrap {
  bottom: 20px;
  width: 1240px;
  left: 50%;
  margin-left: -620px;
  z-index: 2; }

@media (max-width: 1260px) {
  .common-notice-wrap {
    width: 990px;
    margin-left: -495px; } }
.common-notice-wrap .notice {
  bottom: 0;
  right: 0;
  margin-left: -180px;
  background-color: #fff;
  padding: 2px 30px 1px 5px;
  border-radius: 14px;
  height: 24px;
  width: 360px;
  -moz-border-radius: 14px;
  -khtml-border-radius: 14px;
  -webkit-border-radius: 14px;
  box-shadow: rgba(102, 102, 102, 0.5) 0 0 6px;
  -khtml-box-shadow: rgba(102, 102, 102, 0.5) 0 0 6px;
  -webkit-box-shadow: rgba(102, 102, 102, 0.5) 0 0 6px;
  -moz-box-shadow: rgba(102, 102, 102, 0.5) 0 0 6px;
  overflow: hidden;
  z-index: 100; }

.common-notice-wrap .notice ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.common-notice-wrap .notice ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.common-notice-wrap .notice ul li a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.common-notice-wrap .notice .icon {
  display: inline-block;
  zoom: 1;
  width: 20px !important;
  height: 20px !important;
  background: url(../img/icon_140506.png) no-repeat !important;
  vertical-align: middle; }

.common-notice-wrap .notice a.icon-close {
  right: 8px;
  top: 3px;
  line-height: 1 !important;
  cursor: pointer;
  background: none !important; }

.common-notice-wrap .notice a.icon-close i {
  font-size: 20px; }

.common-notice-wrap .notice .icon-message {
  background-position: -40px 0 !important; }

.overtime-win {
  background: none; }

.overtime-win .window {
  border: none;
  min-height: 400px;
  border-radius: 20px;
  -webkit-border-radius: 20px; }

.overtime-win .window .window-opt {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  top: -10px;
  right: -10px;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }

.overtime-win .window .window-opt .close {
  font-size: 22px; }

.overtime-win .title {
  font-size: 24px;
  line-height: 26px;
  color: #333;
  font-weight: 600; }

.overtime-win .item {
  padding-top: 40px; }

.overtime-win .item .item-title {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin-bottom: 40px;
  font-weight: bold; }

.overtime-win .entry-wrap {
  padding-top: 20px;
  height: 160px;
  text-align: center; }

.overtime-win .download-list {
  font-size: 0; }

.overtime-win .download-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-size: 14px; }

.overtime-win .download-list li .download-button {
  display: inline-block;
  vertical-align: top;
  width: 198px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  font-size: 20px;
  color: #000;
  background: #f8f8f8; }

.overtime-win .download-list li .download-button * {
  display: inline-block;
  vertical-align: middle; }

.overtime-win .download-list li .download-button img {
  margin-right: 7px; }

.overtime-win .download-list li .download-button:hover {
  background: #f5f9ff;
  border: 1px solid #2688ff; }

.overtime-win .download-list li .download-desc {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  color: #5aa5ff; }

.overtime-win .sunlogin .download-list li .download-button {
  background: #fff8f5;
  border: 1px solid #ffdbcc; }

.overtime-win .sunlogin .download-list li .download-button:hover {
  background: #fff8f5;
  border-color: #ff8a56; }

.overtime-win .sunlogin .download-list li .download-desc {
  color: #ff8a56; }

.overtime-win .pgy .download-list li .download-button {
  background: #f5faff;
  border: 1px solid #abc3d6; }

.overtime-win .pgy .download-list li .download-button:hover {
  background: #f5faff;
  border-color: #0078d7; }

.overtime-win .window .window-body.pgy .download-list li .download-desc {
  color: #abc3d6; }

.overtime-win.text-list {
  font-size: 0;
  text-align: center;
  margin-top: 25px; }

.overtime-win .text-list li {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  color: #777; }

.overtime-win .text-list li .text-val {
  color: #333; }

.overtime-win .oadv-box {
  display: block;
  width: 100%; }

.overtime-win .oadv-box img {
  vertical-align: top; }

.login-win .window-opt {
  top: -55px;
  right: -12px;
  background: #999;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align: center;
  color: #fff; }

.login-win .window-opt .close {
  font-size: 20px; }

.login-win .window-opt:hover {
  background: #fff; }

.login-win .window-opt:hover .close {
  color: #333; }

.login-win {
  background: #999; }

.login-win .window-body {
  padding: 0;
  height: 400px;
  position: relative; }

.login-win .window-body .gif-box {
  top: -8px;
  right: -215px;
  width: 180px;
  height: 200px;
  box-shadow: 0 5px 30px rgba(51, 51, 51, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  border: 8px solid #999;
  display: none; }

@media (max-width: 1360px) {
  .login-win .window-body .gif-box {
    display: none; } }
.page-article-list {
  margin: 0; }

.page-article-list .article-con {
  padding: 32px 0; }

.page-article-list .article-con .article-list {
  padding: 32px 40px;
  background: #fff;
  border: 1px solid #E5E5E5;
  margin-top: 32px;
  border-radius: 4px; }

.page-article-list .article-con .article-list .article-nav {
  font-size: 16px;
  color: #333333; }

.page-article-list .article-con .article-list .article-nav * {
  display: inline-block;
  vertical-align: middle; }

.page-article-list .article-con .article-list .article-nav .back-icon {
  width: 20px;
  height: 20px;
  background: url(../console/img/back_icon.png) no-repeat;
  background-position: 0 0; }

.page-article-list .article-con .article-list .article-nav .back-icon:hover {
  background-position: 0 -20px; }

.page-article-list .article-con .article-list .article-nav .separate {
  position: relative;
  top: -1px;
  margin: 0 8px;
  color: #ccc; }

.page-article-list .article-con .article-list .article-nav .title {
  font-weight: bold; }

.page-article-list .article-con .article-list .news-list {
  font-size: 14px;
  line-height: 32px;
  margin-top: 22px; }

.page-article-list .article-con .article-list .news-list a {
  color: #333333; }

.page-article-list .article-con .article-list .news-list a:hover {
  color: #ff0042; }

.page-article-list .article-con .article-list .pages {
  margin-top: 40px !important;
  color: #6a6a6a;
  font-size: 14px;
  border: none !important;
  padding: 0 !important; }

.page-article {
  margin: 0; }

.page-article .article-con {
  padding: 32px 0; }

.page-article .article-con .article-body {
  padding: 60px 100px;
  background: #fff;
  border: 1px solid #E5E5E5;
  margin-top: 32px;
  border-radius: 4px; }

.page-article .article-con .article-body .article-til {
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  color: #333333;
  letter-spacing: 0.27px; }

.page-article .article-con .article-body .time {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.14px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 40px; }

.page-article .article-con .article-body .time .separate {
  position: relative;
  top: -1px;
  margin: 0 10px; }

.page-article .article-con .article-body .markdown-body img {
  display: block;
  margin: 15px auto; }

.page-article .article-con .more-article-wrap {
  text-align: center;
  margin-top: 30px; }

.page-article .article-con .list-wrap {
  margin-top: 60px; }

.page-article .article-con .list-wrap .section {
  width: 33.3%;
  margin: 0;
  float: left; }

.page-article .article-con .list-wrap .section h2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333333;
  letter-spacing: 0.17px; }

.page-article .article-download-entry {
  display: block;
  height: 160px; }

.page-article .article-download-entry.hsk,
.page-article .article-download-entry.hsk .container {
  background: url(../img/article_download_hsk.png) no-repeat center; }

.page-article .article-download-entry.pgy,
.page-article .article-download-entry.pgy .container {
  background: url(../img/article_download_pgy.png) no-repeat center; }

.page-article .article-download-entry.sunlogin,
.page-article .article-download-entry.sunlogin .container {
  background: url(../img/article_download_sunlogin.png) no-repeat center; }

@media (max-width: 1260px) {
  .page-article .article-con .article-body {
    padding: 40px; } }
.page-article .editormd-preview-container,
.page-article .editormd-html-preview {
  padding: 0; }

.article-con .article-body .share-box {
  margin-top: 40px; }

.article-con .article-body .share-box .title {
  margin: 0;
  line-height: 32px;
  margin-right: 24px;
  display: inline-block;
  vertical-align: middle; }

.article-con .article-body .share-box .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle; }

.article-con .article-body .share-box .bdsharebuttonbox a.bds_sqq {
  background-position: 0 0; }

.article-con .article-body .share-box .bdsharebuttonbox a {
  margin: 0;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-image: url(../service/img/share_bg.png); }

.article-con .article-body .share-box .bdsharebuttonbox a.bds_sqq {
  background-position: 0 0; }

.article-con .article-body .share-box .bdsharebuttonbox a.bds_sqq:hover {
  background-position: 0 -32px; }

.article-con .article-body .share-box .bdsharebuttonbox a.bds_weixin:hover {
  background-position: -32px -32px; }

.article-con .article-body .share-box .bdsharebuttonbox a.bds_weixin {
  background-position: -32px 0; }

.article-con .article-body .share-box .bdsharebuttonbox a.bds_tsina {
  background-position: -64px 0; }

.article-con .article-body .share-box .bdsharebuttonbox a.bds_qzone {
  background-position: -96px 0; }

.article-con .article-body .share-box .bdsharebuttonbox a.bds_tieba {
  background-position: -128px 0; }

.article-con .article-body .share-box .bdsharebuttonbox a.bds_tsina:hover {
  background-position: -64px -32px; }

.article-con .article-body .share-box .bdsharebuttonbox a.bds_qzone:hover {
  background-position: -96px -32px; }

.article-con .article-body .share-box .bdsharebuttonbox a.bds_tieba:hover {
  background-position: -128px -32px; }

/* Oray公共css结束 */
/* 自定义公共css */
/* flex容器 */
.flex-box {
  vertical-align: middle;
  text-align: center; }

/* flex项目 */
.flex-box > .flex-item {
  display: inline-block; }

/* 图标 */
i.icon {
  display: inline-block;
  vertical-align: middle; }

/* container容器最大width: ; */
.min-w {
  min-width: 1240px;
  margin: 0 auto; }

/* 产品描述、 */
.description {
  font-size: 14px;
  text-align: center; }

.xl-description {
  font-size: 18px;
  text-align: center; }

.l-description {
  font-size: 16px;
  text-align: center; }

.s-description {
  font-size: 12px;
  text-align: center; }

/* aTag作button */
a.btn-re {
  display: inline-block; }

a.btn-rd {
  display: inline-block;
  border-radius: 400px; }

.img-block {
  display: block; }

.footer-oray-activity {
  height: 60px;
  background: #272727; }

.footer-oray-activity .container {
  height: 40px;
  background: #272727;
  overflow: hidden;
  line-height: 40px;
  color: #ffffff;
  font-size: 12px; }

.footer-oray-activity .container .left {
  float: left; }

.footer-oray-activity .container .right {
  float: right; }

@media screen and (min-width: 1920px) {
  body {
    max-width: 2560px;
    margin: 0 auto; } }
@-webkit-keyframes loadingRotata {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes loadingRotata {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes loadingRotata {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes loadingRotata {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loadingRotata {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.page-200302 .container {
  max-width: 1240px;
  width: inherit;
  margin: 0 auto; }
.page-200302 .visible-xs-block {
  display: none; }
.page-200302 .top-page {
  width: 100%; }
.page-200302 .banner {
  background: url("../img/banner.jpg") center/cover no-repeat;
  text-align: center;
  position: relative;
  height: 800px;
  overflow: hidden; }
  .page-200302 .banner .video-container video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block\9\0;
    margin: 0 auto\9\0;
    width: auto\9;
    height: auto\9;
    right: 0\9; }
  .page-200302 .banner .container {
    position: relative;
    height: 100%; }
  .page-200302 .banner .logo-box {
    position: absolute;
    padding-top: 40px;
    text-align: left; }
  .page-200302 .banner .banner-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 132px;
    z-index: 2;
    white-space: nowrap; }
  .page-200302 .banner .banner-title {
    color: #fff;
    font-size: 60px;
    line-height: 1; }
  .page-200302 .banner .banner-desc {
    line-height: 1;
    font-size: 20px;
    padding-top: 28px;
    color: #dedede;
    letter-spacing: 3px; }
    .page-200302 .banner .banner-desc .arrow-box {
      display: inline-block;
      width: 200px;
      height: 2px;
      background: url("../img/title_desc_arrow.png") center/cover no-repeat;
      vertical-align: middle;
      margin-right: 14px; }
      .page-200302 .banner .banner-desc .arrow-box.right {
        margin-right: 0;
        margin-left: 14px;
        transform: rotate(180deg); }
  .page-200302 .banner .button-box {
    padding-top: 68px; }
    .page-200302 .banner .button-box .btn {
      display: inline-block;
      width: 200px;
      height: 40px;
      line-height: 40px;
      color: #fff;
      text-align: center;
      border-radius: 200px;
      background: #ff6638;
      border: none; }
      .page-200302 .banner .button-box .btn:hover {
        background: #e0623c; }
.page-200302 .fixed-container {
  height: 80px;
  width: 100%; }
.page-200302 .fixed-box {
  height: 80px;
  line-height: 80px;
  position: relative;
  top: 0;
  width: 100%;
  opacity: 0;
  border-bottom: 1px solid #e0e0e0; }
  .page-200302 .fixed-box.fixed {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.85);
    opacity: 1;
    z-index: 999; }
  .page-200302 .fixed-box .fixed-logo {
    margin-top: 12px; }
  .page-200302 .fixed-box .btn {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin-top: 22px;
    border-radius: 200px;
    background: #ff6638;
    vertical-align: middle;
    border: none; }
    .page-200302 .fixed-box .btn:hover {
      background: #e0623c; }
  .page-200302 .fixed-box .fixed-container {
    top: 0;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #E0E0E0;
    box-sizing: border-box;
    width: 100%; }
.page-200302 .section-remote {
  height: 780px;
  background: #fff url("../img/animate_remote_bg.png") right 40px/2560px no-repeat; }
  .page-200302 .section-remote .remote-title-box {
    padding-top: 220px; }
  .page-200302 .section-remote .remote-desc-text {
    padding-top: 70px;
    font-size: 24px;
    color: #333;
    letter-spacing: 3px;
    line-height: 33px; }
    .page-200302 .section-remote .remote-desc-text p {
      margin-bottom: 16px; }
.page-200302 .section-office {
  text-align: center;
  padding: 100px 0;
  background: #fff url("../img/office-bg.png") center/cover no-repeat; }
  .page-200302 .section-office .animated-box {
    padding-top: 140px; }
  .page-200302 .section-office .content {
    height: 480px;
    width: 616px;
    margin: 0 auto;
    background: url("../img/office_content_bg.png") center/480px no-repeat; }
  .page-200302 .section-office .office-s-title {
    font-size: 24px;
    padding-top: 156px;
    line-height: 1;
    color: #333;
    letter-spacing: 3px; }
  .page-200302 .section-office .office-title {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 3px;
    padding-top: 24px;
    padding-bottom: 12px;
    color: #333; }
  .page-200302 .section-office .office-desc {
    font-size: 18px;
    color: #333;
    letter-spacing: 2px;
    line-height: 25px; }
  .page-200302 .section-office .office-list {
    max-width: 1240px;
    padding-top: 100px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between; }
    .page-200302 .section-office .office-list .office-item {
      display: inline-block;
      width: 30%;
      height: 468px;
      max-width: 384px;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0px 0px 36px 0px rgba(24, 26, 44, 0.15);
      background: white; }
      .page-200302 .section-office .office-list .office-item + .office-item {
        margin-left: 4.5%; }
      .page-200302 .section-office .office-list .office-item.travel {
        background: url("../img/office_travel.png") center top/384px no-repeat; }
      .page-200302 .section-office .office-list .office-item.tourism {
        background: url("../img/office_tourism.png") center top/384px no-repeat; }
      .page-200302 .section-office .office-list .office-item.wc {
        background: url("../img/office_wc.png") center top/384px no-repeat; }
      .page-200302 .section-office .office-list .office-item .office-desc-item {
        position: absolute;
        bottom: 0;
        height: 68px;
        line-height: 68px;
        text-align: center;
        width: 100%;
        color: #333;
        font-size: 20px;
        letter-spacing: 2px;
        font-weight: 600; }
.page-200302 .section-tool {
  padding: 100px 0;
  background: #fff url("../img/ipad_bg.png") center/2560px no-repeat; }
  .page-200302 .section-tool .section-tool-title-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 3; }
  .page-200302 .section-tool .section-tool-title {
    color: #fff;
    font-size: 72px;
    line-height: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    width: 660px;
    z-index: 3;
    margin: auto; }
  .page-200302 .section-tool .section-tool-detail-title {
    font-size: 50px;
    line-height: 70px;
    color: #333;
    text-align: left;
    white-space: nowrap; }
  .page-200302 .section-tool .section-tool-desc {
    color: #6a6a6a;
    font-size: 18px;
    line-height: 25px;
    padding-top: 16px;
    text-align: left;
    white-space: nowrap; }
  .page-200302 .section-tool .ipad-content-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .page-200302 .section-tool .ipad-content-container .content {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      height: 204px;
      width: 342px;
      left: 0;
      right: auto;
      bottom: 0;
      top: 0;
      margin: auto; }
      .page-200302 .section-tool .ipad-content-container .content p {
        width: 100%; }
  .page-200302 .section-tool .tool-content-item {
    padding: 100px 0; }
    .page-200302 .section-tool .tool-content-item .content {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      width: 100%;
      height: 100%;
      left: 0;
      justify-content: space-between;
      right: 0;
      max-width: 1240px;
      margin: 0 auto; }
  .page-200302 .section-tool .bg-img-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2; }
    .page-200302 .section-tool .bg-img-container .ipad-img-bg-container {
      width: 100%;
      display: flex;
      align-items: center; }
  .page-200302 .section-tool .bg-img {
    position: absolute !important;
    z-index: 2;
    background: url("../img/ipad_4.png") center/880px no-repeat;
    width: 880px;
    height: 670px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto; }
.page-200302 .section-remote-office {
  background: #fff url("../img/remote_office_bg.png") center/2560px no-repeat;
  padding: 80px 0 0 0; }
  .page-200302 .section-remote-office .animated-box-two {
    width: 100%;
    height: 100%; }
    .page-200302 .section-remote-office .animated-box-two.animated .section-remote-office-title {
      opacity: 0; }
  .page-200302 .section-remote-office .scale-img {
    left: 0;
    right: 0;
    margin: 0 auto; }
  .page-200302 .section-remote-office .remote-office-item-list {
    width: 100%;
    height: 100%; }
    .page-200302 .section-remote-office .remote-office-item-list.slide-one {
      left: 0; }
    .page-200302 .section-remote-office .remote-office-item-list.slide-two {
      left: -100%; }
    .page-200302 .section-remote-office .remote-office-item-list.slide-three {
      left: -200%; }
    .page-200302 .section-remote-office .remote-office-item-list .remote-office-code {
      left: 100%; }
    .page-200302 .section-remote-office .remote-office-item-list .remote-office-it {
      left: 200%; }
  .page-200302 .section-remote-office .remote-office-bg {
    width: 840px;
    height: 650px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url("../img/remote_office_1.png") center/2698px no-repeat; }
  .page-200302 .section-remote-office .section-remote-office-title {
    width: 680px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    font-size: 72px;
    letter-spacing: 9px;
    z-index: 4;
    color: #fff; }
  .page-200302 .section-remote-office .remote-office-content-item {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 100px 0;
    justify-content: center; }
    .page-200302 .section-remote-office .remote-office-content-item .img-box img {
      position: relative; }
    .page-200302 .section-remote-office .remote-office-content-item .text-box {
      position: relative; }
    .page-200302 .section-remote-office .remote-office-content-item .remote-office-detail-title {
      letter-spacing: 5px;
      position: inherit;
      width: 100%;
      text-align: center;
      color: #333;
      font-size: 50px;
      line-height: 50px;
      letter-spacing: 5px; }
    .page-200302 .section-remote-office .remote-office-content-item .remote-office-detail-desc {
      font-size: 18px;
      position: inherit;
      padding: 24px 0 88px 0;
      font-weight: 500;
      width: 100%;
      text-align: center;
      line-height: 25px;
      color: #6a6a6a;
      letter-spacing: 2px; }
.page-200302 .section-install {
  height: 500px;
  width: 100%; }
  .page-200302 .section-install .raiders-list-container {
    background: #f6f5f8;
    height: 150px;
    width: 100%; }
  .page-200302 .section-install .raiders-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 28px 0;
    padding-left: 10px;
    max-width: 1240px;
    margin: 0 auto; }
    .page-200302 .section-install .raiders-list .raiders-title {
      font-size: 40px;
      color: #333333;
      line-height: 56px; }
    .page-200302 .section-install .raiders-list .item-center {
      width: 500px; }
    .page-200302 .section-install .raiders-list .item-last {
      width: 465px; }
    .page-200302 .section-install .raiders-list .raiders-link {
      display: block;
      color: #6A6A6A;
      font-size: 18px;
      line-height: 18px;
      overflow: hidden;
      position: relative; }
      .page-200302 .section-install .raiders-list .raiders-link + .raiders-link {
        margin-top: 20px; }
      .page-200302 .section-install .raiders-list .raiders-link:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333333;
        top: 0;
        bottom: 0;
        right: auto;
        border-radius: 200px;
        margin: auto;
        left: -12px;
        -webkit-transition: padding .25s linear;
        -moz-transition: padding .25s linear;
        -ms-transition: padding .25s linear;
        -o-transition: padding .25s linear;
        transition: padding .25s linear; }
      .page-200302 .section-install .raiders-list .raiders-link:hover {
        color: #333333;
        padding-left: 14px; }
        .page-200302 .section-install .raiders-list .raiders-link:hover:before {
          left: 0; }
  .page-200302 .section-install .install-step-container {
    height: 500px;
    background: url("../img/install-step-bg.jpg") center/cover no-repeat; }
    .page-200302 .section-install .install-step-container .step-list {
      display: flex;
      padding-top: 216px;
      justify-content: space-between;
      align-items: top; }
    .page-200302 .section-install .install-step-container .text-item {
      width: 490px; }
    .page-200302 .section-install .install-step-container .step-title {
      position: relative;
      border: 1px solid #ff6638;
      border-radius: 4px;
      height: 65px;
      background: rgba(255, 255, 255, 0.3); }
      .page-200302 .section-install .install-step-container .step-title .step-num {
        position: absolute;
        width: 50px;
        color: #fff;
        font-size: 40px;
        height: 65px;
        line-height: 65px;
        text-align: center;
        background: #ff6635; }
      .page-200302 .section-install .install-step-container .step-title .step-title-txt {
        font-size: 40px;
        color: #fff;
        position: absolute;
        line-height: 66px; }
        .page-200302 .section-install .install-step-container .step-title .step-title-txt.one-txt {
          right: 60px; }
        .page-200302 .section-install .install-step-container .step-title .step-title-txt.two-txt {
          right: 16px; }
    .page-200302 .section-install .install-step-container .step-desc {
      padding-top: 20px;
      font-size: 18px;
      color: #e0e0e0;
      line-height: 25px; }

@media (min-height: 1080px) {
  .page-200302 .banner {
    height: 1000px; } }
/* for IE10 +  此写法可以适配到高对比度和默认模式，故可覆盖所有ie10的模式 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-200302 .banner .video-container video {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    right: 0; } }
@media (max-width: 1240px) {
  .page-200302 .container {
    max-width: 990px; }

  .page-200302 .banner .banner-title {
    font-size: 40px; }

  .page-200302 .banner .banner-desc .arrow-box {
    width: 90px; }

  .page-200302 .fixed-box.fixed {
    padding: 0 10px; }
    .page-200302 .fixed-box.fixed .btn-box {
      margin-right: 20px; }

  .page-200302 .section-remote {
    background: #fff url("../img/animate_remote_bg.png") right 230px/1140px no-repeat; }

  .page-200302 .section-office .animated-box {
    padding-top: 70px; }

  .page-200302 .section-tool .tool-content-item .content {
    justify-content: space-around; }
    .page-200302 .section-tool .tool-content-item .content .fr img {
      height: 400px;
      width: auto; }

  .page-200302 .section-remote-office .remote-office-item-list .remote-office-code {
    padding: 50px 0; }

  .page-200302 .section-remote-office .remote-office-content-item .img-box img {
    height: 480px;
    width: auto; }

  .page-200302 .section-install .install-step-container {
    display: block; }
    .page-200302 .section-install .install-step-container .text-item {
      width: 400px; }
    .page-200302 .section-install .install-step-container .step-list {
      padding-top: 100px; }
    .page-200302 .section-install .install-step-container .step-title .step-title-txt {
      font-size: 30px; }
    .page-200302 .section-install .install-step-container .step-desc .br-line {
      display: none; } }
@media (max-width: 990px) {
  .page-200302 .container {
    max-width: 700px; }

  .page-200302 .fixed-box.fixed {
    padding: 0 10px; }
    .page-200302 .fixed-box.fixed .btn-box {
      margin-right: 20px; }

  .page-200302 .section-tool .tool-content-item .content {
    justify-content: space-around; }
    .page-200302 .section-tool .tool-content-item .content .section-tool-detail-title {
      font-size: 30px;
      line-height: 50px; }
    .page-200302 .section-tool .tool-content-item .content .fr img {
      height: 270px;
      width: auto; }

  .page-200302 .section-remote-office .remote-office-content-item .img-box img {
    height: 400px;
    width: auto; }

  .page-200302 .section-install .install-step-container {
    display: block; }
    .page-200302 .section-install .install-step-container .text-item {
      width: 300px; }
    .page-200302 .section-install .install-step-container .step-list {
      padding-top: 200px; }
    .page-200302 .section-install .install-step-container .step-title .step-title-txt {
      font-size: 20px; }
    .page-200302 .section-install .install-step-container .step-desc .br-line {
      display: none; } }
@media (max-width: 770px) {
  .page-200302 .visible-xs-block {
    display: block; }

  .page-200302 .section-tool .tool-content-item .content {
    justify-content: space-between; }

  .page-200302 .section-install .install-step-container .text-item {
    width: 270px; }

  .page-200302 .section-install .install-step-container .step-title .step-title-txt.one-txt {
    right: 36px; }

  .page-200302 .section-install .install-step-container .step-title .step-title-txt.two-txt {
    right: 10px; } }

/*# sourceMappingURL=index-1.0.5.css.map */
