@charset "UTF-8";
/**  cmui version:1.6.2 */
/*响应工具*/
.visible-xs, .visible-xs-up, .visible-xs-down, .visible-sm, .visible-sm-up, .visible-sm-down, .visible-md, .visible-md-up, .visible-md-down, .visible-lg, .visible-lg-up, .visible-lg-down { display: none; }

/* 单区间 */
@media (max-width: 767px) { .visible-xs { display: block; } }

@media (min-width: 768px) and (max-width: 959px) { .visible-sm { display: block; } }

@media (min-width: 960px) and (max-width: 1199px) { .visible-md { display: block; } }

@media (min-width: 1200px) { .visible-lg { display: block; } }

/* 多区间 UP */
@media (min-width: 767px) { .visible-xs-up { display: block; } }

@media (min-width: 959px) { .visible-sm-up { display: block; } }

@media (min-width: 1199px) { .visible-md-up { display: block; } }

@media (min-width: 1200px) { .visible-lg-up { display: block; } }

/* 多区间 DOWN */
@media (max-width: 1px) { .visible-xs-down { display: block; } }

@media (max-width: 768px) { .visible-sm-down { display: block; } }

@media (max-width: 960px) { .visible-md-down { display: block; } }

@media (max-width: 1200px) { .visible-lg-down { display: block; } }

/* 单区间 */
@media (max-width: 767px) { .hidden-xs { display: none; } }

@media (min-width: 768px) and (max-width: 959px) { .hidden-sm { display: none; } }

@media (min-width: 960px) and (max-width: 1199px) { .hidden-md { display: none; } }

@media (min-width: 1200px) { .hidden-lg { display: none; } }

/* 多区间 UP */
@media (min-width: 767px) { .hidden-xs-up { display: none; } }

@media (min-width: 959px) { .hidden-sm-up { display: none; } }

@media (min-width: 1199px) { .hidden-md-up { display: none; } }

@media (min-width: 1200px) { .hidden-lg-up { display: none; } }

/* 多区间 DOWN */
@media (max-width: 1px) { .hidden-xs-down { display: none; } }

@media (max-width: 768px) { .hidden-sm-down { display: none; } }

@media (max-width: 960px) { .hidden-md-down { display: none; } }

@media (max-width: 1200px) { .hidden-lg-down { display: none; } }

/* 打印类型 */
.visible-print { display: none; }

@media print { .visible-print { display: block; }
  .hidden-print { display: none; } }

/* 显示-隐藏 */
.show { display: block !important; }

.hidden { display: none !important; }

.invisible { visibility: hidden; }

/* 浮动 */
.float-left { float: left !important; }

.float-right { float: right !important; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.block-center { display: block; margin-left: auto; margin-right: auto; }

/* 文本工具类 */
.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-indent { text-indent: 2em; }

/* 情景色文本 */
.text-primary { color: #267; }

.text-success { color: #7B0; }

.text-info { color: #39D; }

.text-warning { color: #F80; }

.text-danger { color: #D33; }

/* 情景色背景 */
.bg-primary { background-color: #278; color: #FFF; padding: 1em; }

.bg-success { background-color: #dff0d8; color: #006400; padding: 1em; }

.bg-info { background-color: #d9edf7; color: #4682B4; padding: 1em; }

.bg-warning { background-color: #fcf8e3; color: #A0522D; padding: 1em; }

.bg-danger { background-color: #f2dede; color: #B22222; padding: 1em; }

/* 内外边距 */
.m-t { margin-top: 15px !important; }

.m-t-xs { margin-top: 10px !important; }

.m-t-sm { margin-top: 20px !important; }

.m-t-md { margin-top: 30px !important; }

.m-t-lg { margin-top: 45px !important; }

.m-r { margin-right: 15px !important; }

.m-r-xs { margin-right: 10px !important; }

.m-r-sm { margin-right: 20px !important; }

.m-r-md { margin-right: 30px !important; }

.m-r-lg { margin-right: 45px !important; }

.m-b { margin-bottom: 15px !important; }

.m-b-xs { margin-bottom: 10px !important; }

.m-b-sm { margin-bottom: 20px !important; }

.m-b-md { margin-bottom: 30px !important; }

.m-b-lg { margin-bottom: 45px !important; }

.m-l { margin-left: 15px !important; }

.m-l-xs { margin-left: 10px !important; }

.m-l-sm { margin-left: 20px !important; }

.m-l-md { margin-left: 30px !important; }

.m-l-lg { margin-left: 45px !important; }

.m-n { margin: 0 !important; }

.p-t { padding-top: 15px !important; }

.p-t-xs { padding-top: 10px !important; }

.p-t-sm { padding-top: 20px !important; }

.p-t-md { padding-top: 30px !important; }

.p-t-lg { padding-top: 45px !important; }

.p-r { padding-right: 15px !important; }

.p-r-xs { padding-right: 10px !important; }

.p-r-sm { padding-right: 20px !important; }

.p-r-md { padding-right: 30px !important; }

.p-r-lg { padding-right: 45px !important; }

.p-b { padding-bottom: 15px !important; }

.p-b-xs { padding-bottom: 10px !important; }

.p-b-sm { padding-bottom: 20px !important; }

.p-b-md { padding-bottom: 30px !important; }

.p-b-lg { padding-bottom: 45px !important; }

.p-l { padding-left: 15px !important; }

.p-l-xs { padding-left: 10px !important; }

.p-l-sm { padding-left: 20px !important; }

.p-l-md { padding-left: 30px !important; }

.p-l-lg { padding-left: 45px !important; }

.p-n { padding: 0 !important; }

/*徽标*/
.badge { border-radius: 3px; padding: 2px 6px; font-size: 80%; color: #FFF; background-color: #EEE; color: #267; }

.badge-primary { background-color: #267; border-radius: 3px; padding: 2px 6px; font-size: 80%; color: #FFF; }

.badge-success { background-color: #7B0; border-radius: 3px; padding: 2px 6px; font-size: 80%; color: #FFF; }

.badge-info { background-color: #39D; border-radius: 3px; padding: 2px 6px; font-size: 80%; color: #FFF; }

.badge-warning { background-color: #F80; border-radius: 3px; padding: 2px 6px; font-size: 80%; color: #FFF; }

.badge-danger { background-color: #D33; border-radius: 3px; padding: 2px 6px; font-size: 80%; color: #FFF; }

.badge-notification { border-radius: 1em !important; }

/* 重置元素样式 */
html { font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; color: #333; }

html, body { margin: 0; }

img, a { border: none; }

a { text-decoration: none; color: #37B; }

a:hover { color: #F55; }

::selection { background: #FFA; color: #333; text-shadow: none; }

code { color: #A00; background: #FEE; padding: 2px 5px; line-height: 1em; margin: 0 3px; display: inline-block; font-family: Consolas, Monaco, 'Andale Mono', monospace; }

h1, h2, h3, h4, h5, h6 { line-height: 1.6em; margin: 0.5em 0; font-weight: normal; }

h1 { font-size: 38px; }

h2 { font-size: 26px; }

h3 { font-size: 20px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }

hr { border-top-width: 0; border-left-width: 0; border-right-width: 0; border-bottom-width: 1px; border-color: #ddd; }

/* 段落 */
p { line-height: 1.8em; margin: 1em 0 1.5em 0; }

sub, sup { font-size: 12px; }

small { font-size: 70%; color: #777777; }

/* 列表 */
ul, ol { margin: 1em 0; padding-left: 1.5em; }

ul li, ol li { line-height: 1.8em; }

.list-unstyled { list-style: none; padding: 0; }

/* 描述列表 */
dl, dl.dl-horizontal { margin: 1em 0; line-height: 1.8em; }

dl dt, dl.dl-horizontal dt { font-weight: bold; }

dl dd, dl.dl-horizontal dd { margin: 0; }

dl.dl-horizontal dt { width: 160px; float: left; }

dl.dl-horizontal dd { padding-left: 190px; }

/* 图片 */
img { max-width: 100%; height: auto; border: none; box-sizing: border-box; }

img.img-rounded { border-radius: 1em; }

img.img-circle { border-radius: 50%; }

img.img-thumbnail { border: 1px solid #ddd; padding: 5px; background: #FFF; }

img.img-preserve { max-width: auto; }

/* 布局 通过 10|12 等分，实现 1、2、3、4、5、6 的公倍数栅格 间隔 30px */
.container-1000 { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; box-sizing: border-box; }

@media (min-width: 1200px) { .container-1000 { width: 950px; } }

.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; box-sizing: border-box; }

@media (min-width: 768px) { .container { width: 738px; } }

@media (min-width: 960px) { .container { width: 930px; } }

@media (min-width: 1200px) { .container { width: 1170px; } }

.container:before, .container:after { content: " "; display: table; }

.container:after { clear: both; }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; box-sizing: border-box; }

.container-fluid:before, .container-fluid:after { content: " "; display: table; }

.container-fluid:after { clear: both; }

.row { margin-left: -15px; margin-right: -15px; }

.row:before, .row:after { content: " "; display: table; }

.row:after { clear: both; }

@media (max-width: 767px) { .row { margin-left: -5px; margin-right: -5px; } }

.col-xs-1-12 { width: 8.33333%; }

.col-xs-2-12 { width: 16.66667%; }

.col-xs-3-12 { width: 25%; }

.col-xs-4-12 { width: 33.33333%; }

.col-xs-5-12 { width: 41.66667%; }

.col-xs-6-12 { width: 50%; }

.col-xs-7-12 { width: 58.33333%; }

.col-xs-8-12 { width: 66.66667%; }

.col-xs-9-12 { width: 75%; }

.col-xs-10-12 { width: 83.33333%; }

.col-xs-11-12 { width: 91.66667%; }

.col-xs-12-12 { width: 100%; }

.col-xs-1-12, .col-xs-2-12, .col-xs-3-12, .col-xs-4-12, .col-xs-5-12, .col-xs-6-12, .col-xs-7-12, .col-xs-8-12, .col-xs-9-12, .col-xs-10-12, .col-xs-11-12, .col-xs-12-12 { float: left; }

@media (min-width: 768px) { .col-sm-1-12 { width: 8.33333%; }
  .col-sm-2-12 { width: 16.66667%; }
  .col-sm-3-12 { width: 25%; }
  .col-sm-4-12 { width: 33.33333%; }
  .col-sm-5-12 { width: 41.66667%; }
  .col-sm-6-12 { width: 50%; }
  .col-sm-7-12 { width: 58.33333%; }
  .col-sm-8-12 { width: 66.66667%; }
  .col-sm-9-12 { width: 75%; }
  .col-sm-10-12 { width: 83.33333%; }
  .col-sm-11-12 { width: 91.66667%; }
  .col-sm-12-12 { width: 100%; }
  .col-sm-1-12, .col-sm-2-12, .col-sm-3-12, .col-sm-4-12, .col-sm-5-12, .col-sm-6-12, .col-sm-7-12, .col-sm-8-12, .col-sm-9-12, .col-sm-10-12, .col-sm-11-12, .col-sm-12-12 { float: left; } }

@media (min-width: 960px) { .col-md-1-12 { width: 8.33333%; }
  .col-md-2-12 { width: 16.66667%; }
  .col-md-3-12 { width: 25%; }
  .col-md-4-12 { width: 33.33333%; }
  .col-md-5-12 { width: 41.66667%; }
  .col-md-6-12 { width: 50%; }
  .col-md-7-12 { width: 58.33333%; }
  .col-md-8-12 { width: 66.66667%; }
  .col-md-9-12 { width: 75%; }
  .col-md-10-12 { width: 83.33333%; }
  .col-md-11-12 { width: 91.66667%; }
  .col-md-12-12 { width: 100%; }
  .col-md-1-12, .col-md-2-12, .col-md-3-12, .col-md-4-12, .col-md-5-12, .col-md-6-12, .col-md-7-12, .col-md-8-12, .col-md-9-12, .col-md-10-12, .col-md-11-12, .col-md-12-12 { float: left; } }

@media (min-width: 1200px) { .col-lg-1-12 { width: 8.33333%; }
  .col-lg-2-12 { width: 16.66667%; }
  .col-lg-3-12 { width: 25%; }
  .col-lg-4-12 { width: 33.33333%; }
  .col-lg-5-12 { width: 41.66667%; }
  .col-lg-6-12 { width: 50%; }
  .col-lg-7-12 { width: 58.33333%; }
  .col-lg-8-12 { width: 66.66667%; }
  .col-lg-9-12 { width: 75%; }
  .col-lg-10-12 { width: 83.33333%; }
  .col-lg-11-12 { width: 91.66667%; }
  .col-lg-12-12 { width: 100%; }
  .col-lg-1-12, .col-lg-2-12, .col-lg-3-12, .col-lg-4-12, .col-lg-5-12, .col-lg-6-12, .col-lg-7-12, .col-lg-8-12, .col-lg-9-12, .col-lg-10-12, .col-lg-11-12, .col-lg-12-12 { float: left; } }

.col-xs-1-10 { width: 10%; }

.col-xs-2-10 { width: 20%; }

.col-xs-3-10 { width: 30%; }

.col-xs-4-10 { width: 40%; }

.col-xs-5-10 { width: 50%; }

.col-xs-6-10 { width: 60%; }

.col-xs-7-10 { width: 70%; }

.col-xs-8-10 { width: 80%; }

.col-xs-9-10 { width: 90%; }

.col-xs-10-10 { width: 100%; }

.col-xs-1-10, .col-xs-2-10, .col-xs-3-10, .col-xs-4-10, .col-xs-5-10, .col-xs-6-10, .col-xs-7-10, .col-xs-8-10, .col-xs-9-10, .col-xs-10-10 { float: left; }

@media (min-width: 768px) { .col-sm-1-10 { width: 10%; }
  .col-sm-2-10 { width: 20%; }
  .col-sm-3-10 { width: 30%; }
  .col-sm-4-10 { width: 40%; }
  .col-sm-5-10 { width: 50%; }
  .col-sm-6-10 { width: 60%; }
  .col-sm-7-10 { width: 70%; }
  .col-sm-8-10 { width: 80%; }
  .col-sm-9-10 { width: 90%; }
  .col-sm-10-10 { width: 100%; }
  .col-sm-1-10, .col-sm-2-10, .col-sm-3-10, .col-sm-4-10, .col-sm-5-10, .col-sm-6-10, .col-sm-7-10, .col-sm-8-10, .col-sm-9-10, .col-sm-10-10 { float: left; } }

@media (min-width: 960px) { .col-md-1-10 { width: 10%; }
  .col-md-2-10 { width: 20%; }
  .col-md-3-10 { width: 30%; }
  .col-md-4-10 { width: 40%; }
  .col-md-5-10 { width: 50%; }
  .col-md-6-10 { width: 60%; }
  .col-md-7-10 { width: 70%; }
  .col-md-8-10 { width: 80%; }
  .col-md-9-10 { width: 90%; }
  .col-md-10-10 { width: 100%; }
  .col-md-1-10, .col-md-2-10, .col-md-3-10, .col-md-4-10, .col-md-5-10, .col-md-6-10, .col-md-7-10, .col-md-8-10, .col-md-9-10, .col-md-10-10 { float: left; } }

@media (min-width: 1200px) { .col-lg-1-10 { width: 10%; }
  .col-lg-2-10 { width: 20%; }
  .col-lg-3-10 { width: 30%; }
  .col-lg-4-10 { width: 40%; }
  .col-lg-5-10 { width: 50%; }
  .col-lg-6-10 { width: 60%; }
  .col-lg-7-10 { width: 70%; }
  .col-lg-8-10 { width: 80%; }
  .col-lg-9-10 { width: 90%; }
  .col-lg-10-10 { width: 100%; }
  .col-lg-1-10, .col-lg-2-10, .col-lg-3-10, .col-lg-4-10, .col-lg-5-10, .col-lg-6-10, .col-lg-7-10, .col-lg-8-10, .col-lg-9-10, .col-lg-10-10 { float: left; } }

.col-xs-1-10, .col-sm-1-10, .col-md-1-10, .col-lg-1-10, .col-xs-2-10, .col-sm-2-10, .col-md-2-10, .col-lg-2-10, .col-xs-3-10, .col-sm-3-10, .col-md-3-10, .col-lg-3-10, .col-xs-4-10, .col-sm-4-10, .col-md-4-10, .col-lg-4-10, .col-xs-5-10, .col-sm-5-10, .col-md-5-10, .col-lg-5-10, .col-xs-6-10, .col-sm-6-10, .col-md-6-10, .col-lg-6-10, .col-xs-7-10, .col-sm-7-10, .col-md-7-10, .col-lg-7-10, .col-xs-8-10, .col-sm-8-10, .col-md-8-10, .col-lg-8-10, .col-xs-9-10, .col-sm-9-10, .col-md-9-10, .col-lg-9-10, .col-xs-10-10, .col-sm-10-10, .col-md-10-10, .col-lg-10-10, .col-xs-1-12, .col-sm-1-12, .col-md-1-12, .col-lg-1-12, .col-xs-2-12, .col-sm-2-12, .col-md-2-12, .col-lg-2-12, .col-xs-3-12, .col-sm-3-12, .col-md-3-12, .col-lg-3-12, .col-xs-4-12, .col-sm-4-12, .col-md-4-12, .col-lg-4-12, .col-xs-5-12, .col-sm-5-12, .col-md-5-12, .col-lg-5-12, .col-xs-6-12, .col-sm-6-12, .col-md-6-12, .col-lg-6-12, .col-xs-7-12, .col-sm-7-12, .col-md-7-12, .col-lg-7-12, .col-xs-8-12, .col-sm-8-12, .col-md-8-12, .col-lg-8-12, .col-xs-9-12, .col-sm-9-12, .col-md-9-12, .col-lg-9-12, .col-xs-10-12, .col-sm-10-12, .col-md-10-12, .col-lg-10-12, .col-xs-11-12, .col-sm-11-12, .col-md-11-12, .col-lg-11-12, .col-xs-12-12, .col-sm-12-12, .col-md-12-12, .col-lg-12-12 { position: relative; box-sizing: border-box; min-height: 1px; padding-right: 15px; padding-left: 15px; -ms-flex: none; flex: none; }

@media (max-width: 767px) { .col-xs-1-10, .col-sm-1-10, .col-md-1-10, .col-lg-1-10, .col-xs-2-10, .col-sm-2-10, .col-md-2-10, .col-lg-2-10, .col-xs-3-10, .col-sm-3-10, .col-md-3-10, .col-lg-3-10, .col-xs-4-10, .col-sm-4-10, .col-md-4-10, .col-lg-4-10, .col-xs-5-10, .col-sm-5-10, .col-md-5-10, .col-lg-5-10, .col-xs-6-10, .col-sm-6-10, .col-md-6-10, .col-lg-6-10, .col-xs-7-10, .col-sm-7-10, .col-md-7-10, .col-lg-7-10, .col-xs-8-10, .col-sm-8-10, .col-md-8-10, .col-lg-8-10, .col-xs-9-10, .col-sm-9-10, .col-md-9-10, .col-lg-9-10, .col-xs-10-10, .col-sm-10-10, .col-md-10-10, .col-lg-10-10, .col-xs-1-12, .col-sm-1-12, .col-md-1-12, .col-lg-1-12, .col-xs-2-12, .col-sm-2-12, .col-md-2-12, .col-lg-2-12, .col-xs-3-12, .col-sm-3-12, .col-md-3-12, .col-lg-3-12, .col-xs-4-12, .col-sm-4-12, .col-md-4-12, .col-lg-4-12, .col-xs-5-12, .col-sm-5-12, .col-md-5-12, .col-lg-5-12, .col-xs-6-12, .col-sm-6-12, .col-md-6-12, .col-lg-6-12, .col-xs-7-12, .col-sm-7-12, .col-md-7-12, .col-lg-7-12, .col-xs-8-12, .col-sm-8-12, .col-md-8-12, .col-lg-8-12, .col-xs-9-12, .col-sm-9-12, .col-md-9-12, .col-lg-9-12, .col-xs-10-12, .col-sm-10-12, .col-md-10-12, .col-lg-10-12, .col-xs-11-12, .col-sm-11-12, .col-md-11-12, .col-lg-11-12, .col-xs-12-12, .col-sm-12-12, .col-md-12-12, .col-lg-12-12 { padding-right: 5px; padding-left: 5px; } }

.row.gutter-collapse { margin-left: 0; margin-right: 0; }

.row.gutter-collapse > div { padding-left: 0; padding-right: 0; }

.row.gutter-small { margin-left: -5px; margin-right: -5px; }

@media (max-width: 767px) { .row.gutter-small { margin-left: -2px; margin-right: -2px; } }

.row.gutter-small > div { padding-left: 5px; padding-right: 5px; }

@media (max-width: 767px) { .row.gutter-small > div { padding-left: 2px; padding-right: 2px; } }

.row.gutter-larger { margin-left: -25px; margin-right: -25px; }

@media (max-width: 767px) { .row.gutter-larger { margin-left: -10px; margin-right: -10px; } }

.row.gutter-larger > div { padding-left: 25px; padding-right: 25px; }

@media (max-width: 767px) { .row.gutter-larger > div { padding-left: 10px; padding-right: 10px; } }

table { border-spacing: 0; border-collapse: collapse; width: 100%; border-bottom: 1px solid #ddd; }

table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td { padding: 1em; text-align: left; border-bottom: 1px solid #ddd; }

table > thead > tr > th, table > thead > tr > td { border-bottom-width: 2px; }

table > tfoot { font-style: italic; color: #888; }

.table-bordered { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-unstyled { border: none; }

.table-unstyled > thead > tr > th, .table-unstyled > thead > tr > td, .table-unstyled > tbody > tr > th, .table-unstyled > tbody > tr > td, .table-unstyled > tfoot > tr > th, .table-unstyled > tfoot > tr > td { border: none; }

/* 压缩间隔 */
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 0.5em; }

/* 表格工具 */
.table-striped tbody > tr:nth-of-type(odd) { background: #fafafa; }

.table-hover tbody > tr:hover { background: #F2F2F2; }

.btn { box-sizing: border-box; padding: .5em 1em; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center; vertical-align: middle; cursor: pointer; word-spacing: normal; white-space: nowrap; font-size: 14px; border-radius: 2px; }

.btn { background: #F2F2F2; border: 1px solid #e1e1e1; color: #333; }

.btn:hover { color: #333; }

.btn:hover, .btn.active { background: white; border: 1px solid #e9e9e9; }

.btn-primary { background: #267; border: 1px solid #115566; color: #FFF; }

.btn-primary:hover { color: #FFF; }

.btn-primary:hover, .btn-primary.active { background: #337788; border: 1px solid #195d6e; }

.btn-success { background: #7B0; border: 1px solid #66aa00; color: #FFF; }

.btn-success:hover { color: #FFF; }

.btn-success:hover, .btn-success.active { background: #88cc11; border: 1px solid #6eb200; }

.btn-info { background: #39D; border: 1px solid #2288cc; color: #FFF; }

.btn-info:hover { color: #FFF; }

.btn-info:hover, .btn-info.active { background: #44aaee; border: 1px solid #2a90d4; }

.btn-warning { background: #F80; border: 1px solid #ee7700; color: #FFF; }

.btn-warning:hover { color: #FFF; }

.btn-warning:hover, .btn-warning.active { background: #ff9911; border: 1px solid #f67f00; }

.btn-danger { background: #D33; border: 1px solid #cc2222; color: #FFF; }

.btn-danger:hover { color: #FFF; }

.btn-danger:hover, .btn-danger.active { background: #ee4444; border: 1px solid #d42a2a; }

.btn-xs { font-size: 12px; padding: 1px 5px; }

.btn-sm { font-size: 12px; padding: 5px 10px; }

.btn-md { font-size: 22px; }

.btn-lg { font-size: 30px; }

button[disabled], button[disabled]:hover { color: #AAA; background-color: #EEE; border-color: #DDD; cursor: not-allowed; }

.btn-group:before, .btn-group:after { content: " "; display: table; }

.btn-group:after { clear: both; }

.btn-group .btn { border-radius: 0; margin-left: -1px; margin-right: -1px; float: left; }

.btn-group .btn:first-child { margin-left: 0; border-radius: 2px 0 0 2px; }

.btn-group .btn:last-child { margin-right: 0; border-radius: 0 2px 2px 0; }

input[type='text'] { box-sizing: border-box; padding: 0.5em 1em; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: middle; word-spacing: normal; font-size: 14px; border-style: solid; border-width: 1px; border-color: #e1e1e1; color: #666666; }

input[type='text']:focus { box-shadow: 0 0 0.5em #bfbfbf; outline: 0; }

.input-group { display: table; border-collapse: collapse; }

.input-group input[type='text'], .input-group .input-group-btn { display: table-cell; position: relative; box-sizing: border-box; }

.input-group input[type='text'] { width: 100%; }

.input-group input[type='text']:first-child { border-radius: 2px 0 0 2px; }

.input-group input[type='text']:last-child { border-radius: 0 2px 2px 0; }

.input-group .btn-group { display: table-cell; word-spacing: normal; width: 1%; vertical-align: middle; }

.input-group .btn-group .btn { margin-left: -1px; margin-right: -1px; border-radius: 0; z-index: 2; position: relative; }

.input-group .btn-group:first-child .btn { border-radius: 2px 0 0 2px; margin-right: -1px; margin-left: 0; }

.input-group .btn-group:last-child .btn { border-radius: 0 2px 2px 0; margin-left: -1px; margin-right: 0; }

/* 导航 */
.nav { margin: 0; padding: 0; }

.nav li { list-style: none; position: relative; }

.nav li > a { display: block; padding: 15px; line-height: 20px; color: #333; }

.nav li > a:hover { color: black; }

/* 导航条 */
.navbar { position: relative; padding: 0; margin: 0; background: #F2F2F2; /* 导航头部 */ /* 导航组件 */ /* 导航组件 */ }

.navbar li { list-style: none; position: relative; }

.navbar li.active { background: #e1e1e1; }

.navbar li > a { display: block; padding: 15px; line-height: 20px; color: #333; }

.navbar li > a:hover { color: black; }

.navbar .navbar-header { float: left; }

.navbar .navbar-header:before, .navbar .navbar-header:after { content: " "; display: table; }

.navbar .navbar-header:after { clear: both; }

.navbar .navbar-header .navbar-logo { float: left; height: 20px; margin: 15px; line-height: 20px; font-weight: bold; }

.navbar .navbar-header .navbar-toggle { margin: 10px 15px; height: 30px; border: 1px solid #ddd; padding: 6px 10px; display: none; }

.navbar .navbar-nav { list-style-type: none; padding: 0; margin: 0; float: left; }

.navbar .navbar-nav li { float: left; }

.navbar .navbar-right { float: right; }

.navbar:before, .navbar:after { content: " "; display: table; }

.navbar:after { clear: both; }

.dropdown-menu { position: absolute; padding: 5px 0; margin: 0; border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.2); background: #FFF; box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); min-width: 160px; display: none; z-index: 999; }

.dropdown-menu li { float: none !important; }

.dropdown-menu li.header { padding: 6px 15px; margin: 0; font-weight: bold; color: #555; }

.dropdown-menu li.disabled { font-style: italic; color: #DDD; cursor: not-allowed; }

.dropdown-menu li.disabled a { color: #DDD; cursor: not-allowed; }

.dropdown-menu li.disabled a:hover { background: none; }

.dropdown-menu li.active { background: #e1e1e1; }

.dropdown-menu li.active a { background: #e1e1e1; }

.dropdown-menu li.divider { margin: 5px 0; border-top: 1px solid #ddd; line-height: 0; height: 0; }

.dropdown-menu li a { color: #333; display: block; padding: 6px 15px; }

.dropdown-menu li a:hover { background: #e9e9e9; }

.navbar-default { background: #F2F2F2; border: 1px solid #ddd; }

.navbar-default li.active { background: #e1e1e1; }

.navbar-inverse { color: #F2F2F2; background: #267; border: none; }

.navbar-inverse li.active, .navbar-inverse li.active > a { background: #004455 !important; }

.navbar-inverse li > a { color: #F2F2F2; }

.navbar-inverse li > a:hover { color: white; background: #195d6e; }

.navbar-inverse li .dropdown-menu li { background: #FFF; }

.navbar-inverse li .dropdown-menu li > a { color: #267; }

.navbar-inverse li .dropdown-menu li.active > a, .navbar-inverse li .dropdown-menu li > a:hover { color: #FFF; }

.navbar-inverse li .dropdown-menu li.disabled > a { color: #DDD; }

@media (max-width: 479px) { .navbar-xs .navbar-header { float: none; }
  .navbar-xs .navbar-header:before, .navbar-xs .navbar-header:after { content: " "; display: table; }
  .navbar-xs .navbar-header:after { clear: both; }
  .navbar-xs .navbar-header .navbar-toggle { display: block; }
  .navbar-xs .navbar-nav, .navbar-xs .navbar-nav li { float: none; }
  .navbar-xs .dropdown-menu { position: relative; box-shadow: none; border: none; background: #F2F2F2; color: #333; }
  .navbar-xs .dropdown-menu li.header { padding-left: 20px; }
  .navbar-xs .dropdown-menu li a { color: #333; padding-left: 20px; }
  .navbar-xs .dropdown-menu li a:hover { background: none; } }

@media (max-width: 767px) { .navbar-sm .navbar-header { float: none; }
  .navbar-sm .navbar-header:before, .navbar-sm .navbar-header:after { content: " "; display: table; }
  .navbar-sm .navbar-header:after { clear: both; }
  .navbar-sm .navbar-header .navbar-toggle { display: block; }
  .navbar-sm .navbar-nav, .navbar-sm .navbar-nav li { float: none; }
  .navbar-sm .dropdown-menu { position: relative; box-shadow: none; border: none; background: #F2F2F2; color: #333; }
  .navbar-sm .dropdown-menu li.header { padding-left: 20px; }
  .navbar-sm .dropdown-menu li a { color: #333; padding-left: 20px; }
  .navbar-sm .dropdown-menu li a:hover { background: none; } }

@media (max-width: 959px) { .navbar-md .navbar-header { float: none; }
  .navbar-md .navbar-header:before, .navbar-md .navbar-header:after { content: " "; display: table; }
  .navbar-md .navbar-header:after { clear: both; }
  .navbar-md .navbar-header .navbar-toggle { display: block; }
  .navbar-md .navbar-nav, .navbar-md .navbar-nav li { float: none; }
  .navbar-md .dropdown-menu { position: relative; box-shadow: none; border: none; background: #F2F2F2; color: #333; }
  .navbar-md .dropdown-menu li.header { padding-left: 20px; }
  .navbar-md .dropdown-menu li a { color: #333; padding-left: 20px; }
  .navbar-md .dropdown-menu li a:hover { background: none; } }

@media (max-width: 1199px) { .navbar-lg .navbar-header { float: none; }
  .navbar-lg .navbar-header:before, .navbar-lg .navbar-header:after { content: " "; display: table; }
  .navbar-lg .navbar-header:after { clear: both; }
  .navbar-lg .navbar-header .navbar-toggle { display: block; }
  .navbar-lg .navbar-nav, .navbar-lg .navbar-nav li { float: none; }
  .navbar-lg .dropdown-menu { position: relative; box-shadow: none; border: none; background: #F2F2F2; color: #333; }
  .navbar-lg .dropdown-menu li.header { padding-left: 20px; }
  .navbar-lg .dropdown-menu li a { color: #333; padding-left: 20px; }
  .navbar-lg .dropdown-menu li a:hover { background: none; } }

/*面包屑导航*/
.breadcrumb { margin-top: 0.6em; margin-bottom: 0.6em; margin-left: 0; margin-right: 0; padding: 0; list-style: none; }

.breadcrumb:before, .breadcrumb:after { content: " "; display: table; }

.breadcrumb:after { clear: both; }

.breadcrumb > a, .breadcrumb li { float: left; margin-right: 1.6em; position: relative; }

.breadcrumb > a:after, .breadcrumb li:after { content: '/'; position: absolute; right: -1.2em; font-size: 0.5em; color: #999; }

.breadcrumb > a:last-child, .breadcrumb li:last-child { overflow: hidden; }


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}




a { color: #333; }

@charset "UTF-8";
a:hover { color: #df0017; }

/*页头*/
.top-bar { height: 50px; overflow: hidden; border-bottom: 1px solid #eee; }

.top-bar .header { float: left; padding: 13px 0; }

.top-bar .header .brand { display: block; width: 85px; max-width: none; }

.top-bar .btn-touch-search { float: right; margin: 10px 0; border: none; height: 30px; line-height: 30px; padding: 0 1em; background-color: #4a9b86; color: #FFF; }

.top-bar .navbar { background-color: #FFF; line-height: 50px; font-size: 16px; float: left; margin-left: 2em; }

.top-bar .navbar li { float: left; }

.top-bar .navbar a { font-size: 14px; }

.top-bar .navbar li a:hover { color: #333; }

.top-bar .searchbox { border-radius: 3px; border: 1px solid #ddd; box-sizing: border-box; height: 36px; overflow: hidden; float: right; margin: 8px 0; padding: 3px; }

.top-bar .searchbox:hover, .top-bar .searchbox:active { box-shadow: 0 0 0 3px #f5f5f5; }

.top-bar .searchbox:hover button, .top-bar .searchbox:active button { background-color: #089762; color: #FFF; }

.top-bar .searchbox input[type='text'] { height: 28px; padding: 0.5em; border: none; }

.top-bar .searchbox input[type='text']:focus, .top-bar .searchbox input[type='text']:hover { outline: 0; box-shadow: none; }

.top-bar .searchbox button { border: none; height: 28px; line-height: 28px; padding: 0 .8em; border-radius: 3px; background: #1a8066; color: #fff; }

.top-bar .searchbox button:hover { background-color: #08935a; color: #FFF; }

/*焦点图*/
.owl-carousel { display: none; width: 100%; position: relative; z-index: 1; }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none; }

.owl-carousel .owl-item img { display: block; width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded { display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-loading { opacity: 0; display: block; }

.owl-carousel.owl-hidden { opacity: 0; }

.owl-carousel.owl-refresh .owl-item { visibility: hidden; }

.owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab; }

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

.owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both; }

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut { animation-name: fadeOut; }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

.owl-height { transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }

.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease; }

.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }

.owl-theme .owl-nav .disabled { opacity: .5; cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }

.owl-theme .owl-dots { text-align: center; }

.owl-theme .owl-dots .owl-dot { float: left; zoom: 1; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791; }

/*头条*/
.top-box {padding: 37px 10px;overflow: hidden;}

.lead { width: 42px; float: left; padding: 25px 0; }

.lead-box { font-size: 28px; font-weight: bold; text-align: center; background: #b8272a; color: #fffae6; padding: 8px 6px; position: relative; background-image: -webkit-gradient(linear, left center, right center, from(#ff2713), to(#bd0014)); font-family: cursive; }

.topline { text-align: center;
    position: relative;  }

.lead-box:before { display: block; content: " "; width: 10px; height: 10px; border-left: 2px solid #b8272a; border-bottom: 2px solid #b8272a; position: absolute; bottom: -6px; left: -6px; }

.lead-box:after { display: block; content: " "; width: 10px; height: 10px; border-right: 2px solid #b8272a; border-top: 2px solid #b8272a; position: absolute; top: -6px; right: -6px; }

.topline h2 { margin: 10px 0;box-sizing: border-box; }


.topline a {
    transition: all 0.3s;
    display: block;
    line-height: 1.2em;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    }
	
@media (max-width: 1199px) { .topline a  { font-size:22px; }.top-box {padding: 42px 10px;} }

@media (max-width: 959px) { .topline a  { font-size:16px; }.top-box {padding: 45px 10px;} }

/*页脚*/
.footer { font-size: 12px; overflow: hidden; padding: 50px 0; text-align: center; background-color: #fff; width: 100%; color: #888; }

.footer .link { margin-bottom: 0.5em; }

.footer .link a { color: #010101; font-size: 14px; }

.footer .link a:hover { color: #000; }

.footer .link em { color: #ccc; margin: 0 8px; }

.footer .info { font-size: 12px; line-height: 2.5em; padding-top: 12px; }

.footer .info em { margin: 0 0.5em; }

.footer .copyright p { margin: 0; }

.bg-color { background: #d0cdcd url(55.png); position: relative; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; padding: 0 0 70px 0; }

/*焦点图 列表*/
#five .item a h3 { margin: 0; left: 0px; right: 0px; font-size: 18px; text-align: left; z-index: 5; height: 3em; line-height: 3em; bottom: 0; padding-left: 15px; padding-right: 15px; background-color: #ed9740; color: #fff; }

#five .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 3px; background: #ec0707; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 50%; }

#five.owl-theme .owl-dots .owl-dot span { background: #ffffff; }

#five .owl-dots { position: absolute; right: 8px; bottom: 19px; z-index: 20; }

#five .owl-dots .owl-dot span { margin: 0 2px; opacity: 0.5; filter: alpha(opacity=50); width: 6px; height: 6px; border-radius: 2px; display: inline-block; transition: height .1s; }

#five .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #ffffff; opacity: 1; filter: alpha(opacity=100); }

#five .owl-prev { left: 0; }

#five .owl-next { right: 0; background-position: -60px 0; }

#five .owl-next:hover, #five .owl-prev:hover { opacity: 1; }

#five .owl-prev { cursor: pointer; position: absolute; z-index: 100; top: 160px; background: url(prevnext.png) no-repeat; height: 60px; width: 35px; transition: left .3s; border-radius: 0; left: -80px; transition: left .3s; }

#five .owl-next { cursor: pointer; position: absolute; z-index: 100; top: 160px; background: url(prevnext.png) no-repeat; height: 60px; width: 35px; transition: left .3s; border-radius: 0; right: -80px; transition: right .3s; background-position: -49px 0; }

#five { overflow: hidden; }

#five:hover .owl-prev { left: 0px; }

#five:hover .owl-next { right: 0px; }

#five .owl-next:hover { background-position: -143px 0; }

#five .owl-prev:hover { background-position: -99px 0; }

@media (max-width: 1199px) { #five .item a h3 { position: initial; padding-left: 15px; padding-right: 15px; font-size: 16px; }
  #five .owl-dots { bottom: 50px; }
  #five .owl-prev { top: 120px; }
  #five .owl-next { top: 120px; } }

@media (max-width: 959px) { #five .owl-prev, #five .owl-next { display: none; } }

.yw-box { background-color: #f7f7f7; padding: 25px 20px 25px 38px; display: flex; height: 50px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }

.ym-m-b { margin-bottom: 10px; }

.yw-box h3 { font-size: 16px; margin: 0; overflow: hidden; max-height: 60px; line-height: 30px; }

.yw-box { position: relative; }

.num { position: absolute; width: 45px; height: 45px; border-radius: 50%; background: #ffffff; line-height: 45px; text-align: center; left: -13px; top: 30%; font-size: 20px; font-family: "Georgia"; color: #f99421; transition: all 0.3s; box-shadow: -2px 3px 4px #eaeaea; }

@media (max-width: 1199px) { .yw-box { padding: 14px 20px 14px 38px; }
  .yw-box h3 { font-size: 14px; }
  .num { top: 23%; } }

@media (max-width: 959px) { .num { display: none; }
  .yw-box { padding: 5px 10px; }
  .yw-box h3 { font-size: 12px; } }

/*7兵哥说党史*/
.ateam img { transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); }

.ateam:hover .ateam-text h3 { color: #df0017 \9; }

.ateam:hover img { opacity: .7; transform: scale3d(1.1, 1.1, 1.1); }

.ateam { position: relative; z-index: 4; background: transparent; display: block; }

.ateam-img { position: relative; overflow: hidden; }

.ateam-img img { display: block; }

.ateam-num { position: absolute; height: 100%; background: #ffffff; top: 0; right: -56px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; transition: all .3s ease-out 0s; width: 56px; }

.ateam-num span { width: 45px; height: 45px; border-radius: 50%; background: #f99421; line-height: 45px; text-align: center; left: -13px; top: 30%; font-size: 20px; font-family: "Georgia"; color: #ffffff; transition: all 0.3s; box-shadow: -2px 3px 4px #9a9996; }

.ateam-text { background: #f1f1f1; padding: 25px; position: relative; }

.ateam-text:after { position: absolute; content: ''; height: 26px; width: 26px; bottom: 0; right: 0; background: #c5c5c5; background: -webkit-linear-gradient(135deg, #ffffff 45%, #c5c5c5 50%, #c5c5c5 56%); display: none\9; }

.ateam:hover img { opacity: .7; transform: scale3d(1.1, 1.1, 1.1); }

.ateam:hover .ateam-num { right: 0; right: -56px \9; }

.ateam-text h3 { font-size: 16px; margin: 0; color: #333; height: 3.2em; overflow: hidden; }

@media (max-width: 959px) { .ateam-text h3 { font-size: 14px; height: 4.8em; }
  .ateam-text { padding: 15px; } }

/*百年征程*/
.m-b-l { margin-bottom: 70px; }

.timeline { position: relative}


#c-content{width:100%;height:836px;overflow:auto;background-color:#fcfcfc;}


.timeline:after { content: ""; position: absolute; left: 50%; width: 1px; height: 355%; top: 0; border-right: 1px dashed #c7c5c5; }

.timeline-bx { overflow: hidden; display: block; }

.media img { background: #eee; display: block; }

.timeline-bx .info { position: relative; }

.timeline .circle { position: relative; }

.timeline .media { padding: 20px; background: #fff7f1; }

.timeline-bx .circle:after { content: ""; width: 5px; height: 5px; position: absolute; left: -18px; background: #fff; border-radius: 50%; top: 50%; z-index: 1; border: 2px solid #00c99c; background: #00c99c; box-shadow: 0px 0px 0 6px rgba(0, 201, 156, 0.18); }

.timeline-bx .info .title { /* margin-top: 0; */ font-size: 20px; color: #000; }

.timeline-bx .info p { font-size: 16px; color: #333; }

.timeline .media a { position: relative; display: block; }

.timeline .media a h3 { display: block; position: absolute; bottom: 0; top: 0; left: 0; right: 0; margin: 0; color: #fff; background: rgba(237, 151, 64, 0.8); opacity: 0; filter: alpha(opacity=0); transition: all 0.4s ease-in-out; -ms-transform: rotate(15deg); transform: rotate(15deg); font-size: 18px; padding: 10% 10%; font-weight: bold \9; }

.timeline .media a:hover h3 { opacity: 1; filter: alpha(opacity=100); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ed9740',endColorstr='#99ed9740'); -ms-transform: rotate(0deg); transform: rotate(0deg); }

.timeline-bx .info { height: 192px; padding: 20px; background: #fff7f1; }

@media (max-width: 1199px) { .timeline-bx .info .title { font-size: 16px; }
  .timeline-bx .info p { font-size: 12px; }
  .timeline .media { padding: 10px; }
  .timeline-bx .info { height: 153px; padding: 10px; } }

@media (max-width: 959px) { .timeline-bx .info { height: 116px; }
  .timeline-bx .info .title { font-size: 16px; margin-top: 37px; }
  .timeline .media a h3 { font-size: 16px; }
  .timeline-bx .info .title { font-size: 16px; }
  .timeline-bx .info p { display: none; }
  .m-b-l { margin-bottom: 30px; } }

/*庆祝建党百年专论*/
#latest .owl-next:hover, #latest .owl-prev:hover { opacity: 1; }

#latest .owl-prev { width: 58px; height: 30px; position: absolute; top: 50%; left: -73px; cursor: pointer; background: url(lr-btn.png) 0 0 no-repeat; content: ''; }

#latest .owl-next { width: 58px; height: 30px; position: absolute; top: 50%; right: -70px; cursor: pointer; background: url(lr-btn.png) -99px 0px no-repeat; content: ''; }

#latest .owl-next:hover { background: url(lr-btn.png) -101px -199px no-repeat; }

#latest .owl-prev:hover { background: url(lr-btn.png) 0 -199px no-repeat; }

#latest .title { font-size: 18px; height: 4.8em; overflow: hidden; }

.blurb-boxed-2.blurb-boxed-dark { background: rgba(0, 0, 0, 0.12); }

.blurb-boxed-2.blurb-boxed-darker { background: rgba(0, 0, 0, 0.23); }

.blurb-boxed-2.blurb-boxed-darkest { background: rgba(0, 0, 0, 0.3); }

.blurb-boxed-2:before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; background: #ed9740; }

.blurb-boxed-2.blurb-boxed-dark:before { background: #d08538 \9                   !important; }

.blurb-boxed-2.blurb-boxed-darker:before { background: #b67431 \9                   !important; }

.blurb-boxed-2.blurb-boxed-darkest:before { background: #a5692d \9                   !important; }

.blurb-boxed-2 { padding: 40px; }

.blurb-boxed-2 h3 a { color: #fff; font-size: 18px; }

.exeption { color: #efe6e6; height: 10.8em; overflow: hidden; font-size: 14px; }

.zl-box { position: relative; }

.c-shadow { background-color: #ed9740; position: absolute; }

.shadow-one { left: 30px; right: 30px; top: -10px; bottom: 0; z-index: 0; opacity: 0.7; filter: alpha(opacity=70); }

.shadow-two { left: 60px; right: 60px; top: -20px; bottom: 0; z-index: 0; opacity: 0.3; filter: alpha(opacity=30); }

.shadow-three { left: 90px; right: 90px; top: -30px; bottom: 0; z-index: 0; opacity: 0.1; filter: alpha(opacity=10); }

@media (max-width: 1199px) { .blurb-boxed-2 { padding: 20px; } }

@media (max-width: 959px) { .blurb-boxed-2 h3 a { font-size: 16px; }
  .exeption { font-size: 12px; } }

/*唱首军歌给党听*/
.img-news h4 { font-size: 16px; padding-left: 10px \9; margin: 1em 0; }

.img-news { position: relative; overflow: hidden; display: block; }

.img-box { position: relative; border-right: 10px solid #e7e7e7; border-bottom: 10px solid #e7e7e7; transition: all 0.5s ease; }

.img-box:before { left: -95px; bottom: -50px; height: 100px; width: 100px; -ms-transform: rotate(45deg); transform: rotate(45deg); }

.img-box:after { right: -50px; top: -95px; height: 100px; width: 100px; -ms-transform: rotate(45deg); transform: rotate(45deg); }

.img-box:before, .img-box:after { content: ''; position: absolute; background-color: #fff; }

.img-box img { position: relative; z-index: 1; width: 100%; display: block; }

.link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background-color: rgba(237, 151, 64, 0.7); transition: all 0.5s ease; opacity: 0; visibility: hidden; -ms-transform: scale(0); transform: scale(0); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000'); }

.img-news:hover .link { opacity: 1; visibility: visible; -ms-transform: scale(1.001); transform: scale(1.001); }

.img-news:hover .img-box { border-right: 10px solid #fff; border-bottom: 10px solid #fff; }

.link:before { content: ''; position: absolute; height: 1px; width: 30px; background-color: #ffffff; top: 50%; left: 50%; z-index: 999; opacity: 0; filter: alpha(opacity=0); -ms-transform: translateX(-50%); transform: translateX(-50%); display: none\9; }

.link:after { content: ''; position: absolute; height: 30px; width: 1px; background-color: #ffffff; top: 50%; left: 50%; z-index: 999; opacity: 0; filter: alpha(opacity=0); -ms-transform: translateY(-50%); transform: translateY(-50%); display: none\9; }

.img-news:hover .link:before { opacity: 1; filter: alpha(opacity=100); }

.img-news:hover .link:after { opacity: 1; filter: alpha(opacity=100); }

@media (max-width: 1199px) {.img-news h4 {height: 4.8em;overflow: hidden;}}

@media (max-width: 959px) { .img-news h4 { font-size: 14px; } }

/*时代先锋 */
.right-photo { background: #fff7f1; }

.right-photo a { display: block; border-left: 1px solid #fff; padding: 15px; border-top: 1px solid #fff; }

.right-photo img { display: block; }

.left-photo { background: #fff7f1; }

.left-photo a { display: block; }

.left-photo img { display: block; }

.left-photo:after { content: ''; border-width: 30px; border-color: #fff #fff #ed9740 #ed9740; border-style: solid; position: absolute; right: 15px; top: 0; transition: 1s all; }

.right-photo a h3 { display: block; position: absolute; bottom: 15px; top: 15px; left: 15px; right: 15px; margin: 0; color: #fff; background: rgba(237, 151, 64, 0.7); opacity: 0; filter: alpha(opacity=0); transition: all 0.4s ease-in-out; -ms-transform: rotate(15deg); transform: rotate(15deg); font-size: 16px; padding: 10% 10%; font-weight: bold \9; /* font-family: cursive; */ /* text-align: center; */ }

.right-photo a:hover h3 { opacity: 1; filter: alpha(opacity=100); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ed9740',endColorstr='#99ed9740'); -ms-transform: rotate(0deg); transform: rotate(0deg); }

.mark-pic { display: block; position: absolute; bottom: 60px; left: 60px; margin: 0; color: #fff; background: rgba(237, 151, 64, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ed9740',endColorstr='#99ed9740'); padding: 25px; width: 140px; height: 140px; }

.mark-pic h3 { font-size: 16px; margin: 0; padding: 30px 0; }

.shadow:before { background: url(http://www.81.cn/2020zt/48042.files/shadow.png) bottom center no-repeat; content: ''; display: block; width: 96px; height: 9px; position: absolute; bottom: -8px; right: 11px; }

@media (max-width: 1199px) { .right-photo a h3 { bottom: 0; top: 0; left: 0; right: 0; font-size: 14px; padding: 25% 10%; } }

@media (max-width: 959px) { .mark-pic { padding: 15px; width: 110px; height: 110px; }
  .mark-pic h3 { font-size: 16px; padding: 0; }
  .right-photo a { padding: 5px; }
  .right-photo a h3 { font-size: 12px; padding: 10% 10%; } }

/*在党的旗帜下前进*/
#last-focus .owl-nav .owl-prev { left: 0; position: absolute; top: 0; bottom: 0; z-index: 100; cursor: pointer; width: 350px; opacity: 0.5; filter: alpha(opacity=50); background-color: #fff; }

#last-focus .owl-nav .owl-next { right: 0; position: absolute; top: 0; bottom: 0; z-index: 100; cursor: pointer; width: 350px; opacity: 0.5; filter: alpha(opacity=50); background-color: #fff; }

#last-focus .item .review_listing { box-shadow: 0px 0px 20px 0px rgba(3, 27, 78, 0.1); }

#last-focus .owl-item { opacity: 1; filter: alpha(opacity=100); transition: all 0.3s ease-in-out 0s; overflow: hidden; }

#last-focus .owl-item.active.center { opacity: 1; filter: alpha(opacity=100); z-index: 99; }

#last-focus .owl-item.active.center .item .title h4 { opacity: 1; filter: alpha(opacity=100); z-index: 99; }

#last-focus .conent-news h4 { position: absolute; left: 0; right: 0; bottom: 0; font-size: 16px; text-align: left; color: #FFF; z-index: 5; height: 1.6em; overflow: hidden; background-color: rgba(13, 14, 14, 0.66); padding: 15px 10px; margin: 0; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000'); }

#last-focus .owl-dots { position: absolute; bottom: 17px; z-index: 99; }

#last-focus.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #fff; width: 10px; height: 10px; margin: 3px 2px; opacity: 1; filter: alpha(opacity=100); }

#last-focus.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { width: 6px \9; height: 6px \9; margin: 5px 3px \9; opacity: 1; filter: alpha(opacity=100); }

#last-focus.owl-theme .owl-dots .owl-dot span { width: 6px; height: 6px; margin: 5px 3px; opacity: 0.5; filter: alpha(opacity=50); }

#last-focus .center.owl-item .item { filter: none; }

#last-focus .owl-item .item { filter: blur(3px); }

#last-focus .owl-dots { right: 26%; }

#last-focus .owl-nav .owl-prev, #last-focus .owl-nav .owl-next { width: 25%; }

/*在党的旗帜下前进*/
#last-focus .bg-c:before { content: ''; border-bottom: 20px solid transparent; position: absolute; left: -20px; border-top: 20px solid transparent; display: inline-block; border-right: 20px solid #eeeeee; z-index: 99; top: calc(50% - 20px); top: 43% \9; }

#last-focus .bg-c:after { content: ''; border-bottom: 10px solid transparent; position: absolute; left: -10px; border-top: 10px solid transparent; display: inline-block; border-right: 10px solid #ed9740; z-index: 99; top: calc(50% - 10px); display: none \9; }

#last-focus .bg-l:before { content: ''; border-bottom: 20px solid transparent; position: absolute; right: -20px; border-top: 20px solid transparent; display: inline-block; border-left: 20px solid #eeeeee; z-index: 99; top: calc(50% - 20px); top: 43% \9; }

#last-focus .bg-l:after { content: ''; border-bottom: 10px solid transparent; position: absolute; right: -11px; border-top: 10px solid transparent; display: inline-block; border-left: 10px solid #ed9740; z-index: 99; top: calc(50% - 10px); display: none \9; }

#last-focus .left-pic { width: 60%; box-sizing: border-box; float: left; padding-right: 5px; }

#last-focus .left-pic a { position: relative; display: block; }

#last-focus .left-pic a h4 { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; color: #fff; z-index: 99; font-size: 16px; padding: 10px 15px; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000'); }

#last-focus .right-pic { width: 40%; box-sizing: border-box; }

#last-focus .right-pic a { position: relative; display: block; }

#last-focus .right-pic a h4 { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; color: #fff; z-index: 99; font-size: 16px; padding: 10px 15px; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000'); }

#last-focus .left-txt { width: 40%; box-sizing: border-box; float: left; padding-left: 5px; }

#last-focus .bg-c { background-color: #eee; }

#last-focus .bg-l { background-color: #eee; position: relative; }

#last-focus .box-left { overflow: hidden; }

#last-focus .box-right { overflow: hidden; padding-top: 10px; }

#last-focus .right-txt { float: left; width: 60%; box-sizing: border-box; padding-right: 5px; }

#last-focus .right-pic { float: left; padding-left: 5px; }

#last-focus .box { width: 100%; margin-right: auto; margin-left: auto; box-sizing: border-box; }

#last-focus .bg-c { position: relative; }

#last-focus .bg-c .ospan { position: absolute; height: 80px; width: 80px; z-index: 1; left: 0; top: 0; }

#last-focus .bg-c .tspan { position: absolute; height: 190px; width: 190px; z-index: 1; top: 56px; left: 65px; }

#last-focus .bg-c .sspan { position: absolute; height: 140px; width: 140px; z-index: 1; left: 233px; top: 178px; }

.ospan { box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35); background: #E8E8E8; background: rgba(236, 236, 236, 0.3); }

.tspan { box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35); background: #E8E8E8; background: rgba(241, 241, 241, 0.56); }

.sspan { box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35); background: #E8E8E8; background: rgba(237, 237, 237, 0.62); }

.fispan { box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35); background: #E8E8E8; background: rgba(240, 240, 240, 0.65); }

.fspan { box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35); background: #E8E8E8; background: rgba(240, 240, 240, 0); }

#last-focus .bg-l .ospan { position: absolute; height: 80px; width: 80px; z-index: 1; left: 0; top: 0; }

#last-focus .bg-l .tspan { position: absolute; height: 80px; width: 80px; z-index: 1; top: 56px; left: 51px; }

#last-focus .bg-l .sspan { position: absolute; height: 80px; width: 80px; z-index: 1; top: 130px; left: 118px; }

#last-focus .bg-l .fispan { position: absolute; height: 140px; width: 140px; z-index: 1; right: 0px; top: 70px; }

#last-focus .bg-l .fspan { position: absolute; height: 100px; width: 100px; z-index: 1; right: 100px; top: 0; }

#last-focus .bg-c h3 { font-size: 20px; z-index: 100; margin: 0; position: absolute; left: 5%; right: 5%; top: 41%; font-weight: bold \9; }

#last-focus .bg-l h3 { font-size: 20px; z-index: 100; margin: 0; position: absolute; font-weight: bold \9; left: 5%; right: 5%; top: 41%; }

#last-focus .box { position: relative; }

#last-focus .owl-nav .owl-prev:after { width: 58px; height: 30px; position: absolute; top: 50%; left: 70%; cursor: pointer; background: url(lr-btn.png) 0 0 no-repeat; content: ''; }

#last-focus .owl-nav .owl-prev:hover:after { background: url(lr-btn.png) 0 -199px no-repeat; }

#last-focus .owl-nav .owl-next:after { width: 58px; height: 30px; position: absolute; top: 50%; right: 70%; cursor: pointer; background: url(lr-btn.png) -99px 0px no-repeat; content: ''; }

#last-focus .owl-nav .owl-next:hover:after { background: url(lr-btn.png) -101px -199px no-repeat; }

@media (max-width: 1499px) { #last-focus .bg-c h3 { font-size: 18px; }
  #last-focus .bg-l h3 { font-size: 18px; } }

@media (max-width: 1299px) { #last-focus .bg-c h3 { top: 36%; }
  #last-focus .bg-l h3 { top: 32%; } }

@media (max-width: 1199px) { #last-focus .bg-c h3, #last-focus .bg-l h3 { font-size: 16px; } }

@media (max-width: 959px) { #last-focus .bg-c h3, #last-focus .bg-l h3 { font-size: 12px; } }

/*初心未改*/
.content-box { position: relative; height: 700px; }

.content-box a { display: block; position:relative; }

.content-box img { display: block;  border: 4px solid #f7f7f7; width:100%;  }

.content-box .left-img-news { position: relative; z-index: 20; }

.content-box .left-img-news a { display: block; overflow: hidden; z-index: 20; }

.content-box .left-img-news a h3 { position: absolute; margin: 0; left: 0px; right: 0px; font-size: 16px; text-align: left; color: #FFF; z-index: 5; bottom: 0; padding: 10px 15px; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000'); }

.content-box .left-img-news a:after { content: ""; position: absolute; background: linear-gradient(transparent 70%, #0e0d0d); top: 0; left: 0; right: 0; bottom: 0; opacity: .7; filter: alpha(opacity=70); z-index: 1; transition: .3s; border-radius: 0 0px 4px 4px; }

.content-box .left-img-news a img { display: block; width: 100%; }

.content-box .line-out:after { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; -ms-transform: rotate(12deg); transform: rotate(12deg); z-index: -1; border: 28px solid #eee; transition: all linear .3s; box-sizing: border-box; border-radius: 4px; }

.content-box .left-img-news:hover .line-out:before { opacity: 1; }

.content-box .left-img-news:hover .line-out:after { -ms-transform: rotate(0); transform: rotate(0); }

.content-box .right-list-news { margin-top: -1em; }

.content-box .right-list-news ul { margin: 0; }

.content-box .right-list-news ul li h3 { font-size: 18px; font-weight: bolder; position: relative; padding-left: 16px; height: 1.6em; overflow: hidden; }

.content-box .right-list-news ul li h3:before { left: 0px; border-width: 2px; border-color: #fa573a; top: 12px; content: ""; position: absolute; border-style: solid; overflow: hidden; }

.content-box .right-list-news ul li p { font-size: 14px; color: #5a5353; height: 3.6em; overflow: hidden; }

.content-box .picture-center { position: absolute; right: 6%; width: 35%; top: 34%; }

.content-box .cirle-list .c-first { right: 13%; }

.content-box .cirle-list .c-sec { top: 10%; left: 27%; }

.content-box .cirle-list .c-third { top: 38%; left:10% }

.content-box .cirle-list .c-four { bottom: 10%; left: 27%; }

.content-box .cirle-list .c-five { right: 13%; bottom: 0; }

.content-box .cirle-list .list h3 { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(237, 151, 64, 0.8);
    opacity: 0;
    padding: 25px;
	filter: alpha(opacity=0);
    transition: all 0.4s ease-in-out;
	    margin: 0;
		color:#fff
}

.content-box .cirle-list .list a:hover h3{ opacity:1; filter: alpha(opacity=100);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ed9740',endColorstr='#99ed9740');}

.content-box .cirle-list .list {position: absolute; width: 300px; }

.content-box .cirle-list .list span {font-size: 160px; font-family: "Georgia"; color: #ddd; position: absolute; z-index: 0; top: -37px; right: 0px; font-style: italic;display: none; }

.content-box .cirle-list h3 a { position: relative;  }


@media (max-width: 1199px) { .content-box .cirle-list .c-sec { left: 21%; }
  .content-box .cirle-list .c-four { left: 21%; }
  .content-box .cirle-list .list span { font-size: 136px; }
  .content-box .float-l { width: 85%; } }

@media (max-width: 959px) { .content-box .float-l { width: 70%; }
  .content-box .cirle-list .list h3 { font-size: 16px; }
  .content-box { height: 700px; }
  .content-box .cirle-list .list span { font-size: 80px; right: 150px; }
  .content-box .cirle-list .c-first, .content-box .cirle-list .c-five { right: 0; } }

/*军地巡礼*/
.flow-col-in { position: relative; display: block; z-index: 3;margin: 0 20px; }

.flow-col-in .flow-txt {
    border-radius: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    background: rgba(237, 151, 64, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease-in-out;
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    font-size: 18px;
    padding: 10% 10%;
    font-weight: bold \9;
}

.flow-col a:hover .flow-txt { opacity: 1; filter: alpha(opacity=100); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ed9740',endColorstr='#99ed9740'); -ms-transform: rotate(0deg); transform: rotate(0deg);}

.flow-col-in img {
    display: block;
    border-radius: 8px;
    width: 100%;
}

.flow-col-in .flow-txt h4 { font-size: 18px; height:3.2em; overflow: hidden; }

.flow-col-in .flow-txt p { font-size: 14px;height: 9em; overflow: hidden; }

@media (max-width: 959px) { .flow-col-in { margin: 0; }
  .flow-col-in .flow-txt p { font-size: 12px; }
  .flow-row-1st, .flow-row-2nd { padding-bottom: 15px; } }

@media (min-width: 959px) { .flow-col { position: relative; }
  .flow-col:before { content: ""; width: 13px; height: 13px; background: #00c99c; position: absolute; margin: auto; top: 0; bottom: 0; border-radius: 50%; box-shadow: 0px 0px 0 6px rgba(0, 201, 156, 0.18); z-index: 1; }
  .flow-col:after { height: 1px; width: 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; border-top: 1px dashed #b3a9a9; content: ""; position: absolute; }
  .flow-col.flow-col-left:before { right: -22px; }
  .flow-col.flow-col-right:before { left: -6px; }
  .flow-row-1st { padding-bottom: 60px; position: relative; }
  .flow-row-1st:after { content: ""; position: absolute; bottom: 0; left: 50%; right: 0; top: 149px; border: 1px dashed #b3a9a9; border-left: none; border-top: none; border-radius: 0 0 10px 0; }
  .flow-row-2nd { padding-top: 60px; position: relative; }
  .flow-row-2nd:after { content: ""; position: absolute; top: -1px; left: 0px; right: 50%; bottom: 149px; border: 1px dashed #b3a9a9; border-right: none; border-bottom: none; border-radius: 10px 0 0 0; } }

@media (max-width: 1199px) { 
  .flow-col-in .flow-txt p{display:none;}
  .flow-col-in h4 {
    font-size: 18px;
    margin-top: 33%;
   }

  .flow-row-1st:after { top: 115px; }
  .flow-row-2nd:after { bottom: 117px;} }

/*全局*/
.part1 { background: url(part1.jpg) center top no-repeat; }

.p-relative { position: relative; z-index: 10; margin-top:20px; }
.p-relative .more {
    width: 14px;
    padding: 6px 8px;
    position: absolute;
    top: 0;
    right: -30px;
    text-align: center;
    background: #ed9943;
    color: #fff;
    border-radius: 0 4px 4px 0;
}
.p-relative .more:hover{ background: #fff;
    color: #ed9943;}

.white-bg { background: #ffffff; padding: 15px 15px; z-index: 20; }
.white-bg-c { background: url(chubg.png) no-repeat; background-size:cover;background-position: bottom; padding: 15px; z-index: 20; }
.yellow-left { background: #ed9740; position: absolute; left: -15px; height: 100%; z-index: -1; width: 100%; top: 15px; }

.yellow-right { background: #ed9740; position: absolute; right: -15px; height: 100%; z-index: -1; width: 100%; top: 15px; }

.white-bg-p { background: #ffffff; padding: 45px 15px 15px 15px; z-index: 20; }

.white-bg-p2 { background: #ffffff; padding: 40px 15px 40px 15px; z-index: 20; }

.yellow-top { background: #ed9740; position: absolute; right: -15px; height: 100%; z-index: -1; width: 100%; top: -15px; }

.main-banner-ipad { background-image: url(ipad.jpg); background-position: center top; background-repeat: no-repeat; height: 530px; background-size: cover; }

@media (max-width: 959px) { 
  .part1 { background: #97592e; }
  .yellow-left, .yellow-right { display: none; }
  .owl-nav { display: none; }
  .white-bg-p2 { padding: 15px; } }

/*栏目头*/
.banner-zt img { margin: 0 auto; width: 100%; }

.title-h { text-align: center; margin: 80px 0 60px 0; }

.title-h h2 { margin: 0; }

.title-h a { position: relative; overflow: hidden; display: inline-block; }

.title-h img { display: block; margin: 0 auto; overflow: hidden; }

@media (max-width: 959px) { .title-h a { width: 55%; } }

/*寻访革命战场 铁血忠魂*/
.second-box { background: url(paper.png) center center no-repeat; padding: 60px 60px; background-size: cover; }

#second { width: 90%; margin: 0 auto; }

#second .owl-next:hover, #second .owl-prev:hover { opacity: 1; }

#second .owl-prev { width: 58px; height: 30px; position: absolute; top: 50%; left: -93px; cursor: pointer; background: url(lr-btn.png) 0 0 no-repeat; content: ''; }

#second .owl-next { width: 58px; height: 30px; position: absolute; top: 50%; right: -87px; cursor: pointer; background: url(lr-btn.png) -99px 0px no-repeat; content: ''; }

#second .owl-next:hover { background: url(lr-btn.png) -101px -199px no-repeat; }

#second .owl-prev:hover { background: url(lr-btn.png) 0 -199px no-repeat; }

#second .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 3px; background: #ec0707; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 50%; }

#second.owl-theme .owl-dots .owl-dot span { background: #ffffff; }

#second .owl-dots { position: absolute; right: 8px; bottom: 19px; z-index: 20; }

#second .owl-dots .owl-dot span { margin: 0 2px; opacity: 0.5; filter: alpha(opacity=50); width: 6px; height: 6px; border-radius: 2px; display: inline-block; transition: height .1s; }

#second .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #ffffff; opacity: 1; filter: alpha(opacity=100); height: 10px; height: 6px \9; }

.txt-content { background: rgba(214, 200, 187, 0.3); padding: 15px; position: absolute; right: 50px; bottom: 50px; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ffffff',endColorstr='#99ffffff'); }

.descript { width: 200px; color: #ffffff; background: rgba(237, 151, 64, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ed9740',endColorstr='#99ed9740'); padding: 40px 50px; margin: 0; font-size: 20px; font-weight: bold \9; }

@media (max-width: 1199px) { .second-box { padding: 30px 20px; }
  #second .owl-prev { left: -62px; }
  #second .owl-next { right: -58px; }
  .descript { padding: 20px; font-size: 18px; } }

@media (max-width: 959px) { .descript { font-size: 16px; } }



/*首屏动画*/
body { overflow-x: hidden; }

.fireworks img { display: block; max-width: none; }

.fireworks1 img { width: 140px; height: 130px; }

.fireworks2 img { width: 190px; height: 180px; }

.fireworks1 { opacity: 0; display: inline-block; position: absolute; left: -130px; top: -64px; /* margin-left: -720px; */ animation: fireworksfn 4s infinite 3.6s forwards; -webkit-animation: fireworksfn 4s infinite 3.6s forwards; -moz-animation: fireworksfn 4s infinite 3.6s forwards; -ms-animation: fireworksfn 4s infinite 3.6s forwards; -o-animation: fireworksfn 4s infinite 3.6s forwards; }

.fireworks2 { opacity: 0; display: inline-block; position: absolute; left: 50px; top: -92px; /* margin-left: 520px; */ animation: fireworksfn2 5s infinite 3.9s forwards; -webkit-animation: fireworksfn2 5s infinite 3.9s forwards; -moz-animation: fireworksfn2 5s infinite 3.9s forwards; -ms-animation: fireworksfn2 5s infinite 3.9s forwards; -o-animation: fireworksfn2 5s infinite 3.9s forwards; -ms-transform: rotate(70deg); transform: rotate(70deg); }

@keyframes fireworksfn { 0%, 45% { opacity: 1;
    -ms-transform: scale(0);
    transform: scale(0); }
  55% { opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1); }
  100% { opacity: 0;
    -ms-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes fireworksfn2 { 0%, 55% { opacity: 1;
    -ms-transform: scale(0);
    transform: scale(0); }
  65% { opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1); }
  100% { opacity: 0;
    -ms-transform: scale(1.6);
    transform: scale(1.6); } }

@keyframes fireworksfn3 { 0%, 60% { opacity: 1;
    -ms-transform: scale(0);
    transform: scale(0); }
  70% { opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1); }
  100% { opacity: 0;
    -ms-transform: scale(1.6);
    transform: scale(1.6); } }

.banner-box { background: url(bg.gif) center no-repeat #b43026; background: url(bg2.gif) center no-repeat #b43026 \9; background-size: cover; min-width: 1200px; min-height: 890px; overflow: auto; position: relative; overflow-x: hidden; }

.t2 { top: 20px; right: 155px; opacity: 0; animation: fadeInUpSmall 1s ease-in 3s forwards; }

.t3 { top: -70; right: 10px; opacity: 0; animation: fadeInRightSmall 1s ease-in 3.3s forwards; }

.year-logo { 
     position:relative;
     float: left;
    top: 18px;
    right: 50px; }

.wrap { width: 1200px; height: 700px; position: absolute; left: 50%; top: 60%; margin-left: -600px; margin-top: -350px; }

.wrap-100 { width: 1400px; height: 600px; position: absolute; left: 50%; top: 0; opacity: 0; margin-left: -345px; animation: zoomIn 1s linear 0.5s forwards,moveLeft 1s linear 1.5s forwards; }

.s1 { left: -350px; left: -600px \9; top: -150px; animation: scaleIn 1s linear 6s infinite alternate; }

.h2 { top: 0; left: 722px; opacity: 0; animation: fadeInRight 1s ease-in 2.2s forwards; }

.wrap img { position: absolute; }

.hearts { width: 378px; height: 612px; position: absolute; top: -224px; right: 0; opacity: 0; animation: fadeIn 2s linear 4.5s forwards; }

.hearts > .particle { opacity: 0; position: absolute; background-color: #f5d586; animation: hearts 3s ease-in infinite; }

.hearts > .particle:before, .hearts > .particle:after { position: absolute; content: ''; border-radius: 100px; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #f5d586; }

.hearts > .particle:before { -ms-transform: translateX(-50%); transform: translateX(-50%); }

.hearts > .particle:after { -ms-transform: translateY(-50%); transform: translateY(-50%); }

.s2 { left: 59px; top: 316px; animation: scaleIn 1s linear 6s infinite alternate; }

.flag { position: absolute; right: 0; bottom: 0; width: 100%; opacity: 0; animation: fadeIn 5s linear 3s forwards; }

@keyframes moveLeft { from { left: 50%;
    margin-left: -345px; }
  to { left: 0;
    margin-left: 0; } }

@keyframes zoomIn { from { opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, 100% { opacity: 1; } }

@keyframes zoomInbig { from { opacity: 0.4;
    transform: scale(0.6); }
  50% { opacity: 1;
    transform: scale(1); }
  100% { opacity: 1;
    transform: scale(1.4); } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeInLeft { from { opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight { from { opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightSmall { from { opacity: 0;
    transform: translate3d(10%, 0, 0); }
  to { opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpSmall { from { opacity: 0;
    transform: translate3d(0, 10%, 0); }
  to { opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes scaleIn { from { transform: scale(1);
    opacity: 1; }
  to { opacity: 0.8;
    transform: scale(0.97); } }

@keyframes hearts { 0% { opacity: 0;
    transform: translate(0, 0%) rotate(45deg); }
  20% { opacity: 0.8;
    transform: translate(0, -20%) rotate(45deg); }
  100% { opacity: 0;
    transform: translate(0, -1000%) rotate(45deg); } }




/*临时 0622*/
#ls-box .bg-c:before { content: ''; border-bottom: 20px solid transparent; position: absolute; left: -20px; border-top: 20px solid transparent; display: inline-block; border-right: 20px solid #eeeeee; z-index: 99; top: calc(50% - 20px); top: 43% \9; }

#ls-box .bg-c:after { content: ''; border-bottom: 10px solid transparent; position: absolute; left: -10px; border-top: 10px solid transparent; display: inline-block; border-right: 10px solid #ed9740; z-index: 99; top: calc(50% - 10px); display: none \9; }

#ls-box .bg-l:before { content: ''; border-bottom: 20px solid transparent; position: absolute; right: -20px; border-top: 20px solid transparent; display: inline-block; border-left: 20px solid #eeeeee; z-index: 99; top: calc(50% - 20px); top: 43% \9; }

#ls-box .bg-l:after { content: ''; border-bottom: 10px solid transparent; position: absolute; right: -11px; border-top: 10px solid transparent; display: inline-block; border-left: 10px solid #ed9740; z-index: 99; top: calc(50% - 10px); display: none \9; }

#ls-box .left-pic { width: 60%; box-sizing: border-box; float: left; padding-right: 5px; }

#ls-box .left-pic a { position: relative; display: block; }

#ls-box .left-pic a h4 { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; color: #fff; z-index: 99; font-size: 16px; padding: 10px 15px; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000'); }

#ls-box .right-pic { width: 40%; box-sizing: border-box; }

#ls-box .right-pic a { position: relative; display: block; }

#ls-box .right-pic a h4 { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; color: #fff; z-index: 99; font-size: 16px; padding: 10px 15px; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000'); }

#ls-box .left-txt { width: 40%; box-sizing: border-box; float: left; padding-left: 5px; }

#ls-box .bg-c { background-color: #eee; }

#ls-box .bg-l { background-color: #eee; position: relative; }

#ls-box .box-left { overflow: hidden; }

#ls-box .box-right { overflow: hidden; padding-top: 10px; }

#ls-box .right-txt { float: left; width: 60%; box-sizing: border-box; padding-right: 5px; }

#ls-box .right-pic { float: left; padding-left: 5px; }

#ls-box .box { width: 100%; margin-right: auto; margin-left: auto; box-sizing: border-box; }

#ls-box .bg-c { position: relative; }

#ls-box .bg-c .ospan { position: absolute; height: 80px; width: 80px; z-index: 1; left: 0; top: 0; }

#ls-box .bg-c .tspan { position: absolute; height: 190px; width: 190px; z-index: 1; top: 56px; left: 65px; }

#ls-box .bg-c .sspan { position: absolute; height: 140px; width: 140px; z-index: 1; left: 233px; top: 178px; }


#ls-box .bg-l .ospan { position: absolute; height: 80px; width: 80px; z-index: 1; left: 0; top: 0; }

#ls-box .bg-l .tspan { position: absolute; height: 80px; width: 80px; z-index: 1; top: 56px; left: 51px; }

#ls-box .bg-l .sspan { position: absolute; height: 80px; width: 80px; z-index: 1; top: 130px; left: 118px; }

#ls-box .bg-l .fispan { position: absolute; height: 140px; width: 140px; z-index: 1; right: 0px; top: 70px; }

#ls-box .bg-l .fspan { position: absolute; height: 100px; width: 100px; z-index: 1; right: 100px; top: 0; }

#ls-box .bg-c h3 { font-size: 20px; z-index: 100; margin: 0; position: absolute; left: 5%; right: 5%; top: 41%; font-weight: bold \9; }

#ls-box .bg-l h3 { font-size: 20px; z-index: 100; margin: 0; position: absolute; font-weight: bold \9; left: 5%; right: 5%; top: 41%; }

#ls-box .box { position: relative; }




#ls-box .bg-c {height: 371px;}
#ls-box .bg-l {height: 247px;}



@media (max-width: 1499px) { 

 #ls-box .bg-c h3 { font-size: 18px; }
 #ls-box .bg-l h3 { font-size: 18px; } }

@media (max-width: 1299px) { #ls-box .bg-c h3 { top: 36%; }
  #ls-box .bg-l h3 { top: 32%; } }

@media (max-width: 1199px) { 
#ls-box .bg-c {height: 290px;}
#ls-box .bg-l { height: 193px;}

#ls-box .bg-c h3, #ls-box .bg-l h3 { font-size: 16px; }}

@media (max-width: 959px) { 
#ls-box .bg-c {height:226px;}
#ls-box .bg-l { height:150px;}

#ls-box .bg-c h3, #ls-box .bg-l h3 { font-size: 12px; } }

/*临时 0622*/




/*两会特刊*/
/* @Booklet
----------------------------------------*/
	.booklet           {width:800px; height:600px; position:relative; /*background:#fff;*/ margin:0 auto 10px;}
	.booklet .b-page  {left:0; top:10px; position:absolute; overflow:hidden; padding:0;}
	
	.booklet .b-pN  {}
	.booklet .b-p0  {}
	.booklet .b-p1  {}
	.booklet .b-p2  {}    
	.booklet .b-p3  {}
	.booklet .b-p4  {}
	
	/*.booklet .b-load  {display:none;}*/
   
   	/* Page Wrappers */
	.booklet .b-wrap       {top:0; position:absolute;}
	.booklet .b-wrap-left  {background:#fff;}
	.booklet .b-wrap-right {background:#efefef;}
	
	.booklet .b-pN .b-wrap,
	.booklet .b-p1 .b-wrap,
	.booklet .b-p2 .b-wrap,
	.booklet .b-p3 .b-wrap,
	.booklet .b-p4 .b-wrap  {left:0;}
	.booklet .b-p0 .b-wrap  {right:0;}
	
   	/* Custom Page Types */
	.booklet .b-page-blank  {padding:0; width:100%; height:100%;}
	.booklet .b-page-cover  {padding:0; width:100%; height:100%; background:#925C0E;}
	.booklet .b-page-cover h3  {color:#fff; text-shadow:0px 1px 3px #222;}
   
   	/* Page Numbers */
	.booklet .b-counter {bottom:10px; position:absolute; display:block; width:25px; height:20px; background:#ccc; color:#444; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; padding:5px 0 0;}
	.booklet .b-wrap-left  .b-counter  {left:10px;}
	.booklet .b-wrap-right .b-counter {right:10px;}
   
   	/* Page Shadows */
	.booklet .b-shadow-f  {right:0; top:0; position:absolute; opacity:0; background-image:url(shadow-top-forward.png); background-repeat:repeat-y; background-position:100% 0;}
	.booklet .b-shadow-b  {left:0;  top:0; position:absolute; opacity:0; background-image:url(shadow-top-back.png);    background-repeat:repeat-y; background-position:0 0;}
	
	.booklet .b-p0 {background-image:url(shadow.png); background-repeat:repeat-y; background-position:100% 10px;}
	.booklet .b-p3 {background-image:url(shadow.png); background-repeat:repeat-y; background-position:0 10px;}
	
   	/* Overlay Controls */
	.booklet .b-overlay      {top:0; position:absolute; height:100%; width:50%;}
	.booklet .b-overlay-prev {left:0;}
	.booklet .b-overlay-next {right:0;}
	
   	/* Tab Controls */
	.booklet .b-tab        {background:#000; height:40px; width:100%; padding:10px 0 0; text-align:center; color:#ccc; position:absolute; font-size:11px;}
	.booklet .b-tab-prev   {left:0;}
	.booklet .b-tab-next   {right:0;}
	.booklet .b-tab:hover  {background:#aaa; color:#000;}	
	
   	/* Arrow Controls */
	.booklet .b-arrow          {display:block; position:absolute; text-indent:-9999px; top:0; height:100%; width:74px;}
	.booklet .b-arrow div      {display:none; text-indent:-9999px; height:170px; width:74px; position:absolute; left:0; top:25%;}
	.booklet .b-arrow-next     {right:-80px;}
	.booklet .b-arrow-prev     {left:-80px;}
	.booklet .b-arrow-next div {background:url(arrow-next.png) no-repeat left top;}
	.booklet .b-arrow-prev div {background:url(arrow-prev.png) no-repeat left top;}
		
/* @z-index fix (needed for older IE browsers)
----------------------------------------*/
	body              {z-index:0;}
    .b-menu           {z-index:100;}
    .b-selector       {z-index:100;}
	.booklet          {z-index:10;}
    .b-pN             {z-index:10;}
    .b-p0             {z-index:10;}
    .b-p1             {z-index:10;}
    .b-p2             {z-index:10;}
    .b-p3             {z-index:10;}
    .b-p4             {z-index:10;}
    .b-prev           {z-index:40;}
    .b-next           {z-index:40;}
    .b-counter        {z-index:40;}
	
/* @Menu Items
----------------------------------------*/
	.b-menu {height:40px; padding:0 0 10px;}
	
	.b-selector             {height:40px; position:relative; float:right; border:none; color:#cecece; cursor:pointer;}
	.b-selector .b-current  {padding:8px 15px 12px; line-height:20px; min-width:18px; height:20px; display:block; background:#000; text-align:center;}
	.b-selector-page        {width:auto; margin-left:15px;}
	.b-selector-chapter     {width:auto;}
	
	.b-selector:hover            {color:#fff; background-position:left 0px;}
	.b-selector:hover .b-current {background-position:right 0px;}
	.b-selector ul               {overflow:hidden; margin:0; list-style:none !important; position:absolute; top:40px; right:0; padding:0 0 10px; background:#000; width:240px; font:normal 12px "Myriad Pro", Myriad, "DejaVu Sans Condensed","Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;}
	.b-selector li               {border:none;}
	.b-selector a                {color:#cecece; height:14px; text-decoration:none; display:block; padding:5px 10px;}
	.b-selector a .b-text        {float:left; clear:none;}
	.b-selector a .b-num         {float:right; clear:none;}
	.b-selector a:hover          {color:#fff;}
		


h1{
	color:#2F1B0C;
	font-size:40px;
	margin:20px 0px 0px 20px;
}
span.reference{
	font-family:Arial;
	display:block;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
span.reference a{
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	margin:0px 20px;
}
span.reference a:hover{
	color:#ddd;
}
/* Booklet jQuery Plugin Style*/
.booklet           {
	width:900px;
	height:607px;
	position:relative;
	margin:0 auto 10px;
	-moz-box-shadow:0px 0px 1px #fff;
	-webkit-box-shadow:0px 0px 1px #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.booklet .b-wrap-left  {
	/*background:#fff url(left_bg.jpg) no-repeat top left;*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.booklet .b-wrap-right {
	/*background:#efefef url(right_bg.jpg) no-repeat top left;*/
	background-image: linear-gradient(90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.booklet .b-counter {
	bottom:0px;
	position:absolute;
	display:block;
	width:90%;
	height:20px;
	border-top:1px solid #ddd;
	color:#222;
	text-align:center;
	font-size:12px;
	padding:5px 0 0;
	background:transparent;
	-moz-box-shadow:0px -1px 1px #fff;
	-webkit-box-shadow:0px -1px 1px #fff;
	box-shadow:0px -1px 1px #fff;
	opacity:0.8;
}
.book_wrapper {
    margin: 0 auto;
    padding-top: 14px;
    width: 900px;
    height: 640px;
    position: relative;
    /*background: transparent url(lhtkbg.png) no-repeat;*/
    /*background-size: cover;*/
    background-color: #ed9740;
    border-radius: 20px;
}
.book_wrapper h1{
	color:#13386a;
	margin:5px 5px 5px 15px;
	font-size:26px;
	background:transparent url(h1.png) no-repeat bottom left;
	padding-bottom:7px;
}
.book_wrapper p{
	font-size:16px;
	margin:5px 5px 5px 15px;
}
.book_wrapper a.article,
.book_wrapper a.demo{
	background:transparent url(circle.png) no-repeat 50% 0px;
	display:block;
	width:95px;
	height:40px;
	text-decoration:none;
	outline:none;
	font-size:16px;
	color:#555;
	float:left;
	line-height:41px;
	padding-left:47px;
}
.book_wrapper a.demo{ margin-left:120px;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
.book_wrapper img{
	margin:10px 0px 5px 20px;
	width:340px;
	padding:4px;
	border:1px solid #ddd;
	-moz-box-shadow:1px 1px 1px #fff;
	-webkit-box-shadow:1px 1px 1px #fff;
	box-shadow:1px 1px 1px #fff;
}
.booklet .b-wrap-right img{
	border:1px solid #D1CEB5;
}
a#next_page_button,
a#prev_page_button{
	display:none;
	position:absolute;
	width:41px;
	height:40px;
	cursor:pointer;
	margin-top:-20px;
	top:50%;
	background:transparent url(buttons.png) no-repeat 0px -40px;
}
a#prev_page_button{
	left:-30px;
}
a#next_page_button{
	right:-30px;
	background-position:-41px -40px;
}
a#next_page_button:hover{
	background-position:-41px 0px;
}
a#prev_page_button:hover{
	background-position:0px 0px;
}
.loading{
	width:160px;
	height:56px;
	position: absolute;
	top:50%;
	margin-top:-28px;
	right:135px;
	line-height:56px;
	color:#fff;
	padding-left:60px;
	font-size:15px;
	background: #000 url(ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index:9999;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.b-page-empty img { width:370px; height:480px;margin:  0px auto;
padding: 0px;
border: 0px solid #DDD;
box-shadow: 0px 0px 0px #FFF; border-radius:5px;}



/*宝塔山*/
.bjtt { padding: 0; margin-bottom:66px; margin-top:30px;}

.bjtt .shadow { margin-top: 20px; }

@media (max-width: 960px) { .bjtt .shadow { display: none; } }

.bjtt #shadow .titleL { margin: 0 auto; line-height: 1em; text-align: center; padding-bottom: 10px; }

.bjtt #shadow .titleL a { display: inline-block; padding: 20px 30px; line-height: 1em; font-size: 30px; font-weight: bold; color: #dd0f17; }

.bjtt #shadow .background-ie{ padding-top:30px;}

.bjtt #shadow .background-ie .video-box { position: relative; display: block !important; display: none \9   !important; }

.bjtt #shadow .background-ie .video-box .video { position: absolute; transition: linear all .3s; width: 60%; user-select: none; }

.bjtt #shadow .background-ie .video-box .video:before { content: ""; left: 0; right: 0; bottom: 0; top: 0; background: rgba(255, 255, 255, 0.5); transition: linear all .3s; position: absolute; }

.bjtt #shadow .background-ie .video-box .video img { display: block; width: 100%; }

.bjtt #shadow .background-ie .video-box .video .article { position: absolute; left: 0; bottom: 0; right: 0; padding: .8em; background: rgba(0, 0, 0, 0.5); }

.bjtt #shadow .background-ie .video-box .video .article .title-w a { font-size: 20px; font-weight: bold; color: #fff; user-select: auto; }

.bjtt #shadow .background-ie .video-box .video .article .title-w a:hover { color: #d43; }

.bjtt #shadow .background-ie .video-box #v2 { left: 20%; right: 20%; transform: scale(1); z-index: 5; filter: blur(0); }

.bjtt #shadow .background-ie .video-box #v2:before { background: transparent; }

.bjtt #shadow .background-ie .video-box #v1 { left: 10%; right: 30%; transform: scale(0.9); z-index: 4; }

.bjtt #shadow .background-ie .video-box #v0 { left: 0; right: 40%; transform: scale(0.8); z-index: 3; }

.bjtt #shadow .background-ie .video-box #v0 :before { background: rgba(255, 255, 255, 0.7); }

.bjtt #shadow .background-ie .video-box #v3 { right: 10%; left: 30%; transform: scale(0.9); z-index: 2; }

.bjtt #shadow .background-ie .video-box #v4 { right: 0; left: 40%; transform: scale(0.8); z-index: 1; }

.bjtt #shadow .background-ie .video-box #v4:before { background: rgba(255, 255, 255, 0.7); }

.bjtt #shadow .background-ie .video-box #v5 { left: 20%; right: 20%; transform: scale(0); z-index: 0; opacity: 0; }

.bjtt #shadow .item { position: relative; }

.bjtt #shadow .item > div { position: relative; }

.bjtt #shadow .item img { display: block; width: 100%; }

.bjtt #shadow .item .title-w { position: absolute; bottom: 0; width: 100%; cursor: pointer; font-size: 18px; line-height: 2.5em; height: 2.5em; overflow: hidden; text-indent: 1em; margin: 0; color: #fff; z-index: 2; }

@media (max-width: 767px) { .bjtt #shadow .item .title-w { font-size: 14px; } }

.bjtt #shadow .item .title-w:hover { color: #d43; }

.bjtt #shadow .item span { content: ""; display: block; position: absolute; background: #000; left: 0; right: 0; height: 3em; opacity: .5; filter: alpha(opacity=50); bottom: 0; top: -3em; }

.bjtt #shadow .owl-buttons .owl-next { background: none; width: 30px; z-index: 99; height: 30px; position: absolute; top: 50%; right: 4%; background: url(focus-left.png) no-repeat; background-size: contain; }

.bjtt #shadow .owl-pagination { z-index: 9; }

@media (max-width: 767px) { .bjtt #shadow .owl-buttons .owl-next { transform: scale(0.6); -webkit-transform: scale(0.6); } }

.bjtt #shadow .owl-controls .owl-buttons .owl-prev { background: none; width: 30px; z-index: 99; height: 30px; position: absolute; background: url(focus-right.png) no-repeat; background-size: 100%; top: 50%; left: 4%; }

@media (max-width: 767px) { .bjtt #shadow .owl-controls .owl-buttons .owl-prev { transform: scale(0.6); -webkit-transform: scale(0.6); } }

.bjtt #shadow .focus .owl-controls .owl-page { cursor: pointer; width: 12px; height: 12px; border: 2px solid #eee; box-sizing: border-box; border-radius: 6px; margin: 3px; float: left; transition: linear all .3s; }

.bjtt #shadow .focus .owl-controls .owl-page.active { width: 20px; border: none; background: #eee; }

.bjtt #shadow .owl-pagination { position: absolute; bottom: 10px; right: 10px; }

@media (max-width: 767px) { .bjtt #shadow .owl-pagination { display: none; } }

.bjtt #shadow #video-chrome { display: block; display: none/9; }

.bjtt #shadow #video-ie { display: none; display: block/9; }

.bjtt #shadow .background-ie { background: url(background-pic.png) 0 50px no-repeat \9; }

.bjtt #shadow #video-ie { width: 80%; margin: 0 auto; display: none !important; display: block\9   !important; }

@media (max-width: 960px) { .bjtt #shadow .phone .control .content { width: 50%; }
  .bjtt #shadow .background-pic { padding-bottom: 0; }
  .bjtt #shadow .video-box .video .article { padding: 5px; text-indent: 1em; left: 0; right: 0; }
  .bjtt #shadow .video-box .video .article .title-w a { font-size: 16px; font-weight: normal; }
  .bjtt #shadow .video-box .video .article p { display: none; } }


/*返回顶部*/
#gotoTop { position: fixed; bottom: 8%; right: 2%; display: none; width: 98px; height: 80px; background: url("top.png"); background-repeat: no-repeat; background-position: center center; z-index: 5; }

/*返回顶部结束*/