html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
  visibility: none;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.list-inline {
  margin-left: -3px;
}
.list-inline li {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
}
.list-float {
  margin-top: 0;
  margin-bottom: 0;
  zoom: 1;
}
.list-float:before,
.list-float:after {
  content: " ";
  display: table;
}
.list-float:after {
  clear: both;
}
.list-float li {
  float: left;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background: #fff;
  min-width: 1020px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.page-wraper {
  position: relative;
  min-height: 400px;
}
.container {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.subpage {
  padding-bottom: 25px;
}
.subpage-right-cnt {
  width: 780px;
}
ul {
  padding-left: 0;
  list-style: none;
}
.btn-image {
  background: url("../img/btn.png") no-repeat;
}
a {
  -webkit-transition: background-color 0.25s ease 0s, border 0.25s ease 0s, color 0.25s ease 0s, opacity 0.25s ease-in-out 0s;
  -moz-transition: background-color 0.25s ease 0s, border 0.25s ease 0s, color 0.25s ease 0s, opacity 0.25s ease-in-out 0s;
  -ms-transition: background-color 0.25s ease 0s, border 0.25s ease 0s, color 0.25s ease 0s, opacity 0.25s ease-in-out 0s;
  -o-transition: background-color 0.25s ease 0s, border 0.25s ease 0s, color 0.25s ease 0s, opacity 0.25s ease-in-out 0s;
  transition: background-color 0.25s ease 0s, border 0.25s ease 0s, color 0.25s ease 0s, opacity 0.25s ease-in-out 0s;
  text-decoration: none;
}
.box-notitle {
  margin-top: 20px;
  padding: 15px 20px 25px;
  background-color: #f5f5f5;
}
.box {
  position: relative;
  margin-top: 15px;
  padding: 25px 20px;
  background-color: #f5f5f5;
  zoom: 1;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box.under-nav {
  margin-top: 35px;
}
.box.no-title {
  margin-top: 0;
}
.box .box-title {
  position: absolute;
  top: -15px;
  left: 10px;
}
.box .box-title span {
  display: inline-block;
  padding: 5px 1em;
  background-color: #015cab;
  color: #fff;
}
.box .box-title a {
  display: inline-block;
  padding: 5px 1em;
  color: #fff;
  background-color: #015cab;
}
.box .box-title a:hover,
.box .box-title a:active,
.box .box-title a:focus {
  color: #fff;
  background-color: #1491fe;
  outline: none;
}
.box .box-title a:active {
  color: #f6ab01;
}
.box .box-title a.active {
  background-color: #014580 !important;
  color: #fff !important;
  cursor: default;
}
.box .box-title a.line-link {
  text-decoration: underline;
}
.box .box-subtitle {
  position: absolute;
  top: -12px;
  right: 10px;
}
.box .box-subtitle a {
  display: inline-block;
  padding: 2px 1em;
}
.box .box-subtitle .soft-account {
  color: #fff;
  background-color: #df842a;
  text-decoration: underline;
}
.box .box-subtitle .soft-account:hover,
.box .box-subtitle .soft-account:active,
.box .box-subtitle .soft-account:focus {
  color: #fff;
  background-color: #e59d55;
  outline: none;
}
.box .box-subtitle .soft-account:active {
  color: #f6ab01;
}
.box .box-subtitle .soft-no-account {
  color: #fff;
  background-color: #777;
  cursor: default;
}
.box .box-content .box-link {
  color: #015cab;
}
.box .box-content .box-link:hover,
.box .box-content .box-link:active,
.box .box-content .box-link:focus {
  color: #0177dd;
  outline: none;
}
.box .box-content .box-link:active {
  color: #f6ab01;
}
.show-alert {
  text-align: center;
}
.show-alert h3 {
  margin-bottom: 10px;
}
.show-alert p {
  margin-top: 0;
}
.page-wraper {
  background-color: #e2e2e2;
}
.page-wraper img {
  vertical-align: middle;
}
#header {
  padding-bottom: 10px;
}
#header .logo {
  margin: 20px 0 0 40px;
}
#header .sub-logo {
  margin: 16px 20px 15px 0;
}
#header .nav {
  clear: both;
  border-radius: 8px 0 0 8px;
  background-color: #015cab;
  overflow: hidden;
}
#header .nav li + li {
  border-left: 1px solid #014a89;
}
#header .nav a {
  display: inline-block;
  padding: 6px 1.4em;
  color: #fff;
  background-color: transparent;
}
#header .nav a:hover,
#header .nav a:active,
#header .nav a:focus {
  color: #fff;
  background-color: #0177dd;
  outline: none;
}
#header .nav a:active {
  color: #f6ab01;
}
#header .nav a.active {
  background-color: #0180ee;
  cursor: default;
}
.banner,
.main-content {
  margin-bottom: 20px;
}
.main-list {
  margin-bottom: 20px;
}
.main-list li {
  width: 296px;
  padding-left: 15px;
  padding-right: 15px;
}
.main-list li p {
  text-indent: 2em;
}
.main-list li a {
  color: #555;
}
.main-list li a:hover,
.main-list li a:active,
.main-list li a:focus {
  color: #222;
  outline: none;
}
.main-list li a:active {
  color: #f6ab01;
}
.main-list li a:hover {
  text-decoration: underline;
}
.main-list li .list-title {
  position: relative;
}
.main-list li .list-title h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-list li .list-title a {
  position: absolute;
  top: 0;
  right: 3px;
}
#sidebar {
  width: 180px;
}
#sidebar .bar-title {
  padding-bottom: 5px;
  text-align: center;
  font-size: 18px;
  color: #015cab;
  border-bottom: 3px solid #cbcbcb;
}
#sidebar .bar-list {
  margin-top: 10px;
}
#sidebar .bar-list li {
  height: 36px;
  padding-left: 40px;
  background: url("../cm/img/icon.gif") no-repeat 10px 0;
  border-bottom: 1px solid #b5b5b5;
}
#sidebar .bar-list li a {
  line-height: 36px;
  color: #555;
  font-weight: 700;
}
#sidebar .bar-list li a:hover,
#sidebar .bar-list li a:active,
#sidebar .bar-list li a:focus {
  color: #222;
  outline: none;
}
#sidebar .bar-list li a:active {
  color: #f6ab01;
}
#sidebar .bar-list li a.active {
  color: #015cab !important;
  cursor: default;
}
#sidebar .phone {
  margin-left: 10px;
}
.right-content {
  width: 780px;
}
.main-title {
  height: 36px;
  line-height: 36px;
  padding-left: 40px;
  background: url("../cm/img/icon.gif") no-repeat 10px 0;
  font-size: 16px;
}
.inner-content {
  padding-left: 10px;
  padding-right: 20px;
}
.inner-content p {
  text-indent: 2em;
}
.inner-content table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.inner-content table th,
.inner-content table td {
  padding: 5px 8px;
}
.wide-inner-content {
  padding-left: 30px;
  padding-right: 30px;
}
.wide-inner-content .list-link {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wide-inner-content .list-link li {
  width: 33.3%;
  text-align: center;
}
.wide-inner-content .list-link li a {
  display: inline-block;
  border: 2px solid #e2e2e2;
}
.wide-inner-content .list-link li a:hover {
  border: 2px solid #015cab;
}
.hotlink {
  position: relative;
  padding: 4px 225px 0;
  background-color: #ededed;
  margin-bottom: 15px;
}
.hotlink .hot-title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 192px;
  padding: 13px;
  background-color: #015cab;
  color: #fff;
  text-align: right;
}
#footer {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 10px solid #d4d4d4;
  text-align: center;
}
#footer p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#footer p a {
  margin-left: 10px;
  text-decoration: underline;
  color: #555;
}
#footer p a:hover,
#footer p a:active,
#footer p a:focus {
  color: #222;
  outline: none;
}
#footer p a:active {
  color: #f6ab01;
}
