@charset "UTF-8";
/***  cmui version:2.0.0 */
/*** 总列数：12 列间隔：  md: 20px lg: 30px xl: 40px 屏幕种类： md: 0 ~ 1279px lg: 1280 ~ 1499px xl: 1500px ~ max 临界点： $screen-md: 0; $screen-lg: 1280px; $screen-xl: 1500px; */
/*响应工具*/
.visible-md, .visible-md-up, .visible-md-down, .visible-lg, .visible-lg-up, .visible-lg-down, .visible-xl, .visible-xl-up, .visible-xl-down { display: none; }

/* 单区间 */
@media (max-width: 1279px) { .visible-md { display: block; } }

@media (min-width: 1280px) and (max-width: 1499px) { .visible-lg { display: block; } }

@media (min-width: 1500px) { .visible-xl { display: block; } }

/* 多区间 UP */
@media (min-width: 1279px) { .visible-md-up { display: block; } }

@media (min-width: 1499px) { .visible-lg-up { display: block; } }

/* 多区间 DOWN */
@media (max-width: 1280px) { .visible-lg-down { display: block; } }

@media (max-width: 1500px) { .visible-xl-down { display: block; } }

/* 单区间 */
@media (max-width: 1279px) { .hidden-md { display: none; } }

@media (min-width: 1280px) and (max-width: 1499px) { .hidden-lg { display: none; } }

@media (min-width: 1500px) { .hidden-xl { display: none; } }

/* 多区间 UP */
@media (min-width: 1279px) { .hidden-md-up { display: none; } }

@media (min-width: 1499px) { .hidden-lg-up { display: none; } }

/* 多区间 DOWN */
@media (max-width: 1280px) { .hidden-lg-down { display: none; } }

@media (max-width: 1500px) { .hidden-xl-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-sm { margin-top: 10px !important; }

.m-t-md { margin-top: 20px !important; }

.m-t-lg { margin-top: 35px !important; }

.m-t-xl { margin-top: 60px !important; }

.m-r { margin-right: 15px !important; }

.m-r-sm { margin-right: 10px !important; }

.m-r-md { margin-right: 20px !important; }

.m-r-lg { margin-right: 35px !important; }

.m-r-xl { margin-right: 60px !important; }

.m-b { margin-bottom: 15px !important; }

.m-b-sm { margin-bottom: 10px !important; }

.m-b-md { margin-bottom: 20px !important; }

.m-b-lg { margin-bottom: 35px !important; }

.m-b-xl { margin-bottom: 60px !important; }

.m-l { margin-left: 15px !important; }

.m-l-sm { margin-left: 10px !important; }

.m-l-md { margin-left: 20px !important; }

.m-l-lg { margin-left: 35px !important; }

.m-l-xl { margin-left: 60px !important; }

.m-n { margin: 0 !important; }

.p-t { padding-top: 15px !important; }

.p-t-sm { padding-top: 10px !important; }

.p-t-md { padding-top: 20px !important; }

.p-t-lg { padding-top: 35px !important; }

.p-t-xl { padding-top: 60px !important; }

.p-r { padding-right: 15px !important; }

.p-r-sm { padding-right: 10px !important; }

.p-r-md { padding-right: 20px !important; }

.p-r-lg { padding-right: 35px !important; }

.p-r-xl { padding-right: 60px !important; }

.p-b { padding-bottom: 15px !important; }

.p-b-sm { padding-bottom: 10px !important; }

.p-b-md { padding-bottom: 20px !important; }

.p-b-lg { padding-bottom: 35px !important; }

.p-b-xl { padding-bottom: 60px !important; }

.p-l { padding-left: 15px !important; }

.p-l-sm { padding-left: 10px !important; }

.p-l-md { padding-left: 20px !important; }

.p-l-lg { padding-left: 35px !important; }

.p-l-xl { padding-left: 60px !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: 16px; color: #121212; }

html, body { margin: 0; }

img, a { border: none; }

a { text-decoration: none; color: #181818; }

a:hover { color: #098; }

::-moz-selection { background: #FFA; color: #121212; text-shadow: none; }

::selection { background: #FFA; color: #121212; 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: 40px; }

h2 { font-size: 28px; }

h3 { font-size: 22px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

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: #565656; }

/* 列表 */
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: 3px; }

img.img-circle { border-radius: 50%; }

img.img-thumbnail { border: 1px solid #ddd; padding: 5px; background: #FFF; }

img.img-preserve { max-width: auto; }

/** 布局 **/
.container { margin-right: auto; margin-left: auto; box-sizing: border-box; }

@media (max-width: 1499px) { .container { width: 1230px; padding-left: 15px; padding-right: 15px; } }

@media (max-width: 1279px) { .container { width: 1020px; padding-left: 10px; padding-right: 10px; } }

@media (min-width: 1500px) { .container { width: 1440px; padding-left: 20px; padding-right: 20px; } }

.container:before, .container:after { content: " "; display: table; }

.container:after { clear: both; }

.container-fluid { width: auto; margin-right: auto; margin-left: auto; box-sizing: border-box; }

.container-fluid:before, .container-fluid:after { content: " "; display: table; }

.container-fluid:after { clear: both; }

.row:before, .row:after { content: " "; display: table; }

.row:after { clear: both; }

@media (max-width: 1499px) { .row { margin-left: -15px; margin-right: -15px; } }

@media (max-width: 1279px) { .row { margin-left: -10px; margin-right: -10px; } }

@media (min-width: 1500px) { .row { margin-left: -20px; margin-right: -20px; } }

.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: 1280px) { .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; } }

@media (min-width: 1500px) { .col-xl-1-12 { width: 8.33333%; }
  .col-xl-2-12 { width: 16.66667%; }
  .col-xl-3-12 { width: 25%; }
  .col-xl-4-12 { width: 33.33333%; }
  .col-xl-5-12 { width: 41.66667%; }
  .col-xl-6-12 { width: 50%; }
  .col-xl-7-12 { width: 58.33333%; }
  .col-xl-8-12 { width: 66.66667%; }
  .col-xl-9-12 { width: 75%; }
  .col-xl-10-12 { width: 83.33333%; }
  .col-xl-11-12 { width: 91.66667%; }
  .col-xl-12-12 { width: 100%; }
  .col-xl-1-12, .col-xl-2-12, .col-xl-3-12, .col-xl-4-12, .col-xl-5-12, .col-xl-6-12, .col-xl-7-12, .col-xl-8-12, .col-xl-9-12, .col-xl-10-12, .col-xl-11-12, .col-xl-12-12 { float: left; } }

.col-xl-12-12, .col-xl-11-12, .col-xl-10-12, .col-xl-9-12, .col-xl-8-12, .col-xl-7-12, .col-xl-6-12, .col-xl-5-12, .col-xl-4-12, .col-xl-3-12, .col-xl-2-12, .col-lg-12-12, .col-lg-11-12, .col-lg-10-12, .col-lg-9-12, .col-lg-8-12, .col-lg-7-12, .col-lg-6-12, .col-lg-5-12, .col-lg-4-12, .col-lg-3-12, .col-lg-2-12, .col-md-12-12, .col-md-11-12, .col-md-10-12, .col-md-9-12, .col-md-8-12, .col-md-7-12, .col-md-6-12, .col-md-5-12, .col-md-4-12, .col-md-3-12, .col-md-2-12 { position: relative; box-sizing: border-box; min-height: 1px; -ms-flex: none; flex: none; }

@media (max-width: 1499px) { .col-xl-12-12, .col-xl-11-12, .col-xl-10-12, .col-xl-9-12, .col-xl-8-12, .col-xl-7-12, .col-xl-6-12, .col-xl-5-12, .col-xl-4-12, .col-xl-3-12, .col-xl-2-12, .col-lg-12-12, .col-lg-11-12, .col-lg-10-12, .col-lg-9-12, .col-lg-8-12, .col-lg-7-12, .col-lg-6-12, .col-lg-5-12, .col-lg-4-12, .col-lg-3-12, .col-lg-2-12, .col-md-12-12, .col-md-11-12, .col-md-10-12, .col-md-9-12, .col-md-8-12, .col-md-7-12, .col-md-6-12, .col-md-5-12, .col-md-4-12, .col-md-3-12, .col-md-2-12 { padding-right: 15px; padding-left: 15px; } }

@media (max-width: 1279px) { .col-xl-12-12, .col-xl-11-12, .col-xl-10-12, .col-xl-9-12, .col-xl-8-12, .col-xl-7-12, .col-xl-6-12, .col-xl-5-12, .col-xl-4-12, .col-xl-3-12, .col-xl-2-12, .col-lg-12-12, .col-lg-11-12, .col-lg-10-12, .col-lg-9-12, .col-lg-8-12, .col-lg-7-12, .col-lg-6-12, .col-lg-5-12, .col-lg-4-12, .col-lg-3-12, .col-lg-2-12, .col-md-12-12, .col-md-11-12, .col-md-10-12, .col-md-9-12, .col-md-8-12, .col-md-7-12, .col-md-6-12, .col-md-5-12, .col-md-4-12, .col-md-3-12, .col-md-2-12 { padding-right: 10px; padding-left: 10px; } }

@media (min-width: 1500px) { .col-xl-12-12, .col-xl-11-12, .col-xl-10-12, .col-xl-9-12, .col-xl-8-12, .col-xl-7-12, .col-xl-6-12, .col-xl-5-12, .col-xl-4-12, .col-xl-3-12, .col-xl-2-12, .col-lg-12-12, .col-lg-11-12, .col-lg-10-12, .col-lg-9-12, .col-lg-8-12, .col-lg-7-12, .col-lg-6-12, .col-lg-5-12, .col-lg-4-12, .col-lg-3-12, .col-lg-2-12, .col-md-12-12, .col-md-11-12, .col-md-10-12, .col-md-9-12, .col-md-8-12, .col-md-7-12, .col-md-6-12, .col-md-5-12, .col-md-4-12, .col-md-3-12, .col-md-2-12 { padding-right: 20px; padding-left: 20px; } }

.row.collapse { margin-left: 0; margin-right: 0; }

.row.collapse > div { padding-left: 0; padding-right: 0; }

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: 16px; 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: 14px; padding: 1px 5px; }

.btn-sm { font-size: 14px; padding: 5px 10px; }

.btn-md { font-size: 24px; }

.btn-lg { font-size: 32px; }

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; }

@charset "UTF-8";
/* H1 - H6 的字号以此基准设置 */
/* 屏幕临界点 */
/* 布局列间隔 */
a:hover { color: #009988; }

/*栏头*/
.cm-tab .tab-hd { height: 50px; border-top: 1px solid #ddd; margin-bottom: 10px; }

.cm-tab .tab-hd ul { margin: 0 0 0 0; padding: 0; list-style: none; }

.cm-tab .tab-hd ul:before, .cm-tab .tab-hd ul:after { content: " "; display: table; }

.cm-tab .tab-hd ul:after { clear: both; }

.cm-tab .tab-hd ul li { float: left; position: relative; line-height: 50px; font-size: 18px; padding: 0 0.5em; height: 50px; overflow: visible; }

.cm-tab .tab-hd ul li a { color: #009988; }

.cm-tab .tab-hd ul li.active a { font-weight: 800; }

.cm-tab .tab-hd ul li.active:before { content: ""; position: absolute; z-index: 0; left: 0; right: 0; top: -1px; background: #009988; width: 100%; height: 2px; }

.cm-tab .tab-hd ul li.no-tab { padding: 0; font-size: 20px; margin-right: 2em; text-align: right; }

.cm-tab .tab-hd ul li.no-tab a, .cm-tab .tab-hd ul li.no-tab small { display: block; line-height: 1em; }

.cm-tab .tab-hd ul li.no-tab a { margin-top: 10px; font-weight: bold; }

.cm-tab .tab-hd ul li.no-tab small { font-size: 12px; color: #888; margin-top: 2px; }

.cm-tab .tab-item { display: none; }

.cm-tab .tab-item.active { display: block; }

/*栏头*/
/*全局导航*/
.global-nav-bar { height: 40px; line-height: 40px; color: #888; font-size: 14px; position: relative; }

.global-nav-bar:after { content: " "; position: absolute; border-bottom: 1px solid #EEE; bottom: 0; width: 100%; }

.global-nav-bar ul.link-ext { list-style: none; margin: 0; padding: 0; }

.global-nav-bar ul.link-ext li { float: left; line-height: 40px; margin: 0 0 0 0; }

.global-nav-bar ul.link-ext li a:hover { color: #009988; }

.global-nav-bar ul.link-ext li + li { margin-left: 20px; }

@media (max-width: 1279px) { .global-nav-bar { font-size: 12px; } }

/*页头及主导航*/
.header { margin: 0 auto; }

.header:before, .header:after { content: " "; display: table; }

.header:after { clear: both; }

.header .btn-search-sm { display: none; }

.header .hd { margin-top: 30px; margin-bottom: 10px; }

.header .hd:before, .header .hd:after { content: " "; display: table; }

.header .hd:after { clear: both; }

.header .hd .logo { float: left; height: 40px; margin: 0; }

.header .hd .logo img { display: block; height: 40px; width: auto; }

.header .hd .search { float: right; height: 40px; position: relative; }

.header .hd .search input[type=text] { height: 40px; line-height: 40px; width: 300px; padding: 0 65px 0 20px; border: 1px solid #f2f6f8; background-color: #f2f6f8; }

.header .hd .search input[type=text]:focus { border-color: #d1dfe6; background-color: white; box-shadow: 0 0 0 4px #f2f6f8; border-radius: 3px; }

.header .hd .search button { position: absolute; top: 0; right: 0; height: 40px; padding: 9px 20px; font-size: 22px; line-height: 22px; border: none; background-color: transparent; color: #009988; }

.header .hd .search button:hover { color: #00b39f; }

.header .main-nav { margin: 0; padding: 0; float: left; font-size: 18px; }

@media (max-width: 1499px) { .header .main-nav { font-size: 16px; } }

.header .main-nav li { float: left; position: relative; list-style: none; }

.header .main-nav li + li { margin-left: 2.2em; }

@media (max-width: 1499px) { .header .main-nav li + li { margin-left: 1.9em; } }

@media (max-width: 1279px) { .header .main-nav li + li { margin-left: 0.9em; } }

.header .main-nav li > a { display: block; line-height: 50px; color: #121212; }

.header .main-nav li > a:hover { color: #009988; }

.header .main-nav li > a i { vertical-align: middle; color: #999; transition: all 0.3s; }

.header .main-nav li.active > a { color: #009988; }

.header .main-nav li.active > a i { -ms-transform: rotate(180deg); transform: rotate(180deg); color: #009988; }

.header .main-nav .dropdown-menu { position: absolute; padding: 5px 0; margin: 0; border: 1px solid #eee; background: #FFF; box-shadow: 0 6px 10px #004d44; min-width: 160px; display: none; z-index: 999; font-size: 16px; }

.header .main-nav .dropdown-menu li, .header .main-nav .dropdown-menu li + li { float: none !important; margin: 0; }

.header .main-nav .dropdown-menu li.group-header, .header .main-nav .dropdown-menu li + li.group-header { padding: 6px 15px; margin: 0; font-weight: bold; color: #999; }

.header .main-nav .dropdown-menu li.disabled, .header .main-nav .dropdown-menu li + li.disabled { font-style: italic; color: #DDD; cursor: not-allowed; }

.header .main-nav .dropdown-menu li.disabled a, .header .main-nav .dropdown-menu li + li.disabled a { color: #DDD; cursor: not-allowed; }

.header .main-nav .dropdown-menu li.disabled a:hover, .header .main-nav .dropdown-menu li + li.disabled a:hover { background: none; }

.header .main-nav .dropdown-menu li.active, .header .main-nav .dropdown-menu li + li.active { background: #ebf1f4; }

.header .main-nav .dropdown-menu li.active a, .header .main-nav .dropdown-menu li + li.active a { background: #ebf1f4; }

.header .main-nav .dropdown-menu li.divider, .header .main-nav .dropdown-menu li + li.divider { margin: 5px 0; border-top: 1px solid #EEE; line-height: 0; height: 0; }

.header .main-nav .dropdown-menu li a, .header .main-nav .dropdown-menu li + li a { line-height: 2em; display: block; padding: 6px 15px; }

.header .main-nav .dropdown-menu li a:hover, .header .main-nav .dropdown-menu li + li a:hover { background: #f2f6f8; }

.header-sm .hd { float: left; }

.header-sm .hd .search { display: none; }

.header-sm .main-nav { float: right; margin-top: 30px; margin-bottom: 10px; }

.header-sm .btn-search-sm { float: right; margin-top: 30px; margin-bottom: 10px; line-height: 50px; height: 50px; padding: 0 0.5em; margin-left: 2em; color: #009988; display: block; }

.m-t-50 { margin-top: 50px; }

body {
    min-width: 1020px;
}


/*焦点图*/
.touch-slider { width: 100%; position: relative; }

.touch-slider .touchslider-viewport { position: relative; width: 100%; overflow: hidden; }

.touch-slider .touchslider-viewport a { display: block; overflow: hidden; }

.photo-slider ul.photo-list li a img, .special-slider ul.photo-list li a img { transition: all .3s; }

.touch-slider .touchslider-viewport a:hover:after { opacity: .9; }

.touch-slider .touchslider-viewport img { width: 100%; display: block; }

.touch-slider .touchslider-viewport .touchslider-item { width: 20%; font-weight: 100; }

.touch-slider .touchslider-group { overflow: hidden; }

.touch-slider .touchslider-group .touchslider-nav-item { float: left; width: 20%; line-height: 2rem; font-size: .8em; text-align: center; }

.touch-slider .touchslider-group .touchslider-nav-item-current { background: #276; color: #FFF; }

.touch-slider .touchslider-nav .touchslider-prev { left: 0; }

.touch-slider .touchslider-nav .touchslider-next { right: 0; background-position: -60px 0; }

.touch-slider .touchslider-nav .touchslider-next:hover, .touch-slider .touchslider-nav .touchslider-prev:hover { opacity: 1; }

.touch-slider .touchslider-nav .touchslider-prev { cursor: pointer; position: absolute; z-index: 100; background: url(prevnext.png) no-repeat; height: 60px; width: 35px; transition: left .3s; border-radius: 0; left: -80px; transition: left .3s; opacity: 0.5; }

.touch-slider .touchslider-nav .touchslider-next { cursor: pointer; position: absolute; z-index: 100; 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; opacity: 0.5; }

.touchslider-nav-item a { display: block; }

.touch-slider .touchslider-viewport .touchslider-item a img { display: block; transition: all 0.5s; }

.touchslider-viewport a:hover:after { opacity: 1; }

.first.touch-slider .touchslider-nav .touchslider-prev { top: 180px; }

.first.touch-slider .touchslider-nav .touchslider-next { top: 180px; }

.second.touch-slider .touchslider-nav .touchslider-prev { top: 90px; }

.second.touch-slider .touchslider-nav .touchslider-next { top: 90px; }

.foucs-pic:hover .touchslider-prev { left: 0; }

.foucs-pic:hover .touchslider-next { right: 0; }

.foucs-pic .touchslider-next:hover { background-position: -143px 0; }

.foucs-pic .touchslider-prev:hover { background-position: -99px 0; }

.first { overflow: hidden; }

.first .slider-pagenation { position: absolute; right: 8px; bottom: 48px; z-index: 20; }

.first .slider-pagenation .touchslider-nav-item { margin: 0; opacity: 0.5; filter: alpha(opacity=50); width: 6px; height: 6px; border-radius: 2px; display: inline-block; transition: height .1s; background: #D6D6D6; }

.first .slider-pagenation .touchslider-nav-item.touchslider-nav-item-current { background: #fff; opacity: 1; filter: alpha(opacity=100); height: 10px; height: 6px \9; }

.first .touchslider-viewport .touchslider-item h4 { position: absolute; margin: 0; left: 0px; right: 0px; bottom: 0; font-size: 16px; text-align: left; color: #FFF; z-index: 5; height: 2.2em; line-height: 2.2em; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99009988',endColorstr='#99009988'); padding: 10px 80px 10px 10px; }

.first .touchslider-item a:after { content: ""; position: absolute; background: linear-gradient(transparent 80%, #0e0d0d); top: 0; left: 0; right: 0; bottom: 0; opacity: .7; z-index: 1; transition: .3s; }

.news-list-item { display: block; transition: all .3s; }

.news-list-item h3 { height: 1.6em; overflow: hidden; margin: 0; font-weight: bolder; font-size: 16px;color: #ffffff; }

.news-list-item p { display: block; margin: 0.5em 0 1em 0; color: #b7fff7; height: 3.6em; overflow: hidden; text-indent: 2em; font-size: 14px; }

.news-list-item:hover { -ms-transform: translateX(4px); transform: translateX(4px); color: #000; }

/*焦点图2*/
.col-xl-55-10, .col-xl-45-10 { position: relative; box-sizing: border-box; min-height: 1px; -ms-flex: none; flex: none; float: left; }

@media (min-width: 1500px) { .col-xl-55-10, .col-xl-45-10 { padding-right: 20px; padding-left: 20px; }
  .col-xl-45-10 { width: 680px; }
  .col-xl-55-10 { width: 760px; } }

@media (max-width: 1499px) { .col-xl-55-10, .col-xl-45-10 { padding-right: 15px; padding-left: 15px; }
  .col-xl-45-10 { width: 582px; }
  .col-xl-55-10 { width: 648px; } }

@media (max-width: 1279px) { .col-xl-55-10, .col-xl-45-10 { padding-right: 10px; padding-left: 10px; }
  .col-xl-45-10 { width: 528px; }
  .col-xl-55-10 { width: 492px; } }

.bg-color { background-color: #009988; }

.first .touchslider-viewport { overflow: hidden; margin: 30px 0;background-color: #036358;}

.first .slider-pagenation { list-style: none; }

.pos-re { position: relative; height: 420px; }

.pos-re .slider-pagenation { padding: 18px 40px 10px 20px; background-color: #00ccb5; position: absolute; right: -40px; top: 30px; bottom: 30px; left: 0; }

.news-list { padding: 20px 40px; line-height: 0; background-color: #10ad9b; position: absolute; left: -40px; top: 30px; bottom: 30px; right: 0; }

.news-list hr { border-style: dashed; border-color: #93e0d8; margin: 1em 0; }

.txt-box {/* background-color: #f8f8f8;*/ padding: 25px; /*background: -webkit-linear-gradient(-30deg, #f7f7f7 0%, #fbfbfb 100%);*/border: 1px solid #ddd;border-top: 2px solid #dadada;background: #fff url(ding.png) no-repeat right;}

.txt-box h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    height: 3.2em;
    overflow: hidden;
}

.txt-box p { font-size: 14px; color: #6f6f6f; text-indent: 2em; margin: 1em 0; height: 5.4em; overflow: hidden; }

@media (max-width: 1499px) { .txt-box { padding: 20px; }
  .txt-box h3 { font-size: 14px; }
  .txt-box p { font-size: 12px; } }

@media (max-width: 1279px) { .txt-box h3 { font-size: 12px; } }

@media (max-width: 1499px) { .news-list { padding: 25px 30px; left: -30px; top: 20px; bottom: 20px; right: 0; }
  .news-list-item p { font-size: 12px; }
  .news-list hr { margin: 0.5em 0; }
  .first .touchslider-viewport { margin: 20px 0; }
  .pos-re { height: 350px; }
  .first .slider-pagenation { bottom: 36px; }
  .first.touch-slider .touchslider-nav .touchslider-prev, .first.touch-slider .touchslider-nav .touchslider-next { top: 150px; } }

@media (max-width: 1279px) { .first .touchslider-viewport { margin: 10px 0; }
  .pos-re { height: 305px; }
  .news-list { padding: 15px 20px; left: -20px; top: 10px; bottom: 10px; right: 0; }
  .news-list-item h3 { font-size: 14px; }
  .first .touchslider-viewport .touchslider-item h4 { font-size: 14px; }
  .first .slider-pagenation { bottom: 29px; } }

/**/
.list-news ul { margin: -0.6em 0; }

.list-news li { font-size: 16px; height: 2.2em; overflow: hidden; line-height: 2.2em; }

.down-list { margin-top: 20px; }

@media (max-width: 1499px) { .list-news li { font-size: 14px; } }

@media (max-width: 1279px) { .list-news li { font-size: 12px; } }

.img-news-txt { overflow: hidden; zoom: 1; }

.img-news-txt .leftpic { float: left; margin-right: 20px; width: 49%; overflow: hidden; }

.img-news-txt .leftpic img { transition: all 0.5s; display: block; }

.news-txt {/* overflow: hidden;*/ zoom: 1; }

.news-txt h3 { font-size: 16px; margin: -0.4em 0; line-height: 1.8em; }

.img-news-txt img:hover { transform: scale(1.05); -ms-transform: scale(1.05); -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); }

@media (max-width: 1499px) { .news-txt h3 { font-size: 14px; }
  .img-news-txt .leftpic { margin-right: 15px; } }

@media (max-width: 1279px) { .news-txt h3 { font-size: 12px; } }

/**/
.img-news-up .img-a { position: relative; display: block; overflow: hidden; }

.img-news-up .img-a img { display: block; transition: .5s; }

.img-news-up h3 { margin: 0; padding: 12px 10px; background-color: #f9f5f5; height: 1.6em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; line-height: 1.8em; }

.img-news-up:hover img { transform: scale(1.05); -ms-transform: scale(1.05); -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); }

@media (max-width: 1499px) { .img-news-up h3 { font-size: 14px; } }

@media (max-width: 1279px) { .img-news-up h3 { font-size: 12px; } }

/**/
.title-desc { border-bottom: 1px solid #eee; margin-bottom: 22px; }

.title-desc h3 { font-size: 18px; margin: -0.4em 0; font-weight: bolder; line-height: 1.8em; height: 3.6em; overflow: hidden; }

.title-desc P { font-size: 14px; color: #999999; text-indent: 2em; margin: 1em 0; height: 5.4em; overflow: hidden; }

@media (max-width: 1499px) { .title-desc h3 { font-size: 16px; }
  .title-desc P { font-size: 12px; } }

@media (max-width: 1279px) { .title-desc h3 { font-size: 14px; }
  .title-desc P { margin: 0.5em 0; }
  .title-desc { margin-bottom: 0; } }

.m-b-20 { margin-bottom: 20px; }

/**/
.l-btn, .r-btn { top: 92px; }

.l-btn { cursor: pointer; position: absolute; z-index: 100; background: url(ll.png) no-repeat; height: 42px; width: 42px; transition: left .3s; left: -24px; }

.r-btn { cursor: pointer; position: absolute; z-index: 100; background: url(RR.png) no-repeat; height: 42px; width: 42px; right: -24px; transition: right .3s; }

.touchslider-nav-item-current.l-btn { opacity: 0; display: none; }

.touchslider-nav-item-current.r-btn { opacity: 0; display: none; }

.r-btn:hover { background: url(rh.png) no-repeat; opacity: 1; }

.l-btn:hover { background: url(lh.png) no-repeat; opacity: 1; }

.img-news-txt-in a { display: block; overflow: hidden; position: relative; }

.img-news-txt-in a img { display: block; transition: .3s; }

.img-news-txt-in h3 { 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'); }

.img-news-txt-in a:after { content: ""; position: absolute; background: linear-gradient(transparent 70%, #0e0d0d); top: 0; left: 0; right: 0; bottom: 0; opacity: .7; z-index: 1; transition: .3s; }

.img-news-txt-in:hover img { transform: scale(1.05); -ms-transform: scale(1.05); -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); }

.news-time { display: block; overflow: hidden; border: 1px solid #E7E7E7; }

.news-time:hover { box-shadow: 0px 2px 24px 0px rgba(215, 215, 215, 0.69); }

.news-time:hover img { transform: scale(1.05); -ms-transform: scale(1.05); -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); }

.overflow-h { overflow: hidden; display: block; }

.imformation { padding: 0 10px; border-top: none; }

.news-time h3 { font-size: 16px; height: 5.4em; overflow: hidden; line-height: 1.8em; margin: -0.4em 0; padding-top: 20px; }

.imformation i { font-size: 16px; color: #999999; padding:12px 0 10px 0; display: block; font-family: "Georgia"; font-style: normal;}

@media (max-width: 1499px) { .img-news-txt-in h3 { font-size: 14px; }
  .news-time h3 { font-size: 14px; }
  .imformation i { font-size: 14px;padding: 5px 0 8px 0; } }

@media (max-width: 1279px) { .img-news-txt-in h3 { font-size: 12px; }
  .news-time h3 { font-size: 12px;padding-top: 10px; }
  .imformation i { font-size: 12px; padding: 10px 0 5px 0; }
  .r-btn, .l-btn { top: 57px; } }


