@charset "UTF-8";
/*
*@module: Common core setting
*@Author: juhailin 2015-01-14
*@Update: 
*/
/*
*@module: Common core mixin
*@Author: juhailin 2015-01-14
*@Update: 
*/
@media screen and (max-width: 780px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1230px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  padding: 0; }
  .container-fluid:before, .container-fluid:after {
    content: "";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:hover, a:active {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

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;
  max-width: 100%;
  padding: 0;
  margin: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 12px;
  line-height: 1.42857;
  color: #202020;
  background-color: #fff; }

body,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif; }

body.en {
  font-family: Arial, Helvetica, sans-serif; }

img {
  vertical-align: middle; }

textarea {
  resize: vertical; }

h1, h2, h3, h4, h5, h6, p, figure, form {
  margin: 0; }

p {
  margin-bottom: 10px; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

h1, h2, h3 {
  line-height: 2;
  font-weight: normal; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 14px; }

h5, h6 {
  text-transform: uppercase; }

a {
  text-decoration: none;
  color: #cc0000; }
  a:hover {
    color: #990000; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.page {
  position: relative; }

.JS-tab, .JS-tabcon, .detail-tab, .detail-tabcon {
  position: relative; }

.red {
  color: #f41111; }

.green {
  color: #51B148; }

.t-center {
  text-align: center; }

.hide {
  display: none; }

.show {
  display: block; }

.fll {
  float: left; }

.flr {
  float: right; }

.crumbs {
  margin: 20px 0 20px 0;
  padding: 0 0 3px;
  text-transform: capitalize;
  font-size: 12px;
  color: #666;
  *zoom: 1; }
  .crumbs:before, .crumbs:after {
    content: "";
    display: table; }
  .crumbs:after {
    clear: both; }
  .crumbs div {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1; }
  .crumbs .back {
    color: #666;
    float: right;
    font-weight: bold; }
  .crumbs a {
    color: #317cef;
    text-decoration: underline; }
    .crumbs a:hover {
      color: #317cef; }

/* prev next */
.prev1,
.next1,
.prev4,
.next4,
.prev5,
.next5 {
  display: inline-block;
  background: url(../images/icons.png) no-repeat;
  width: 26px;
  height: 56px;
  position: absolute;
  top: 110px;
  cursor: pointer;
  z-index: 5; }

.prev1 {
  background-position: 0 -78px;
  left: 0; }

.next1 {
  background-position: -34px -78px;
  right: 0; }

.prev-disabled,
.next-disabled {
  background: none; }

.prev4 {
  background-position: 0 -1576px;
  left: 0; }

.next4 {
  background-position: -34px -1576px;
  right: 0; }

.prev5 {
  background-position: 0 -1576px;
  left: 0; }

.next5 {
  background-position: -34px -1576px;
  right: 0; }

.prev2,
.next2 {
  display: inline-block;
  background: url(../images/icons.png) no-repeat;
  width: 9px;
  height: 17px;
  position: absolute;
  top: 250px;
  cursor: pointer;
  z-index: 1; }

.prev2 {
  background-position: -34px -500px;
  left: 0; }

.next2 {
  background-position: -51px -500px;
  right: 0; }

.next-btn1,
.prev-btn1 {
  margin: 0 5px; }

.next-btn1 {
  background: url(../images/icons.png) no-repeat right -460px;
  padding-right: 12px; }

.prev-btn1 {
  background: url(../images/icons.png) no-repeat -53px -522px;
  padding-left: 12px; }

.prev3,
.next3 {
  display: inline-block;
  background: url(../images/icons.png) no-repeat;
  width: 17px;
  height: 9px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

.prev3 {
  background-position: 0 -1535px; }

.next3 {
  background-position: 0 -1552px; }

@media (max-width: 767px) {
  .crumbs .flr {
    display: none; } }
#gotop {
  bottom: 80px;
  position: fixed;
  right: 8px;
  z-index: 1000; }

@media (max-width: 767px) {
  #gotop {
    right: 2px; }

  #gotop img {
    width: 40px; } }
.a-underline {
  display: block;
  text-decoration: underline;
  font-style: normal;
  margin: 3px 0;
  cursor: pointer; }

#main {
  margin: 0 auto 30px;
  min-height: 650px;
  position: relative;
  width: 100%; }

a {
  color: #202020;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #666;
    text-decoration: underline; }

input {
  border: medium none; }

.btn, .text, textarea {
  border: 1px solid #d6d6d6; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: medium none; }

.text {
  padding: 0 5px; }

.prev-btn {
  background: url("../images/icons.png") no-repeat scroll -53px -522px transparent;
  padding-left: 12px; }

.next-btn {
  background: url("../images/icons.png") no-repeat scroll right -460px transparent;
  padding-right: 12px; }

.mt5 {
  margin-top: 5px; }

.mb5 {
  margin-bottom: 5px; }

.ml5 {
  margin-left: 5px; }

.mr5 {
  margin-right: 5px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.mtb20 {
  margin: 20px 0; }

.mold_open_hover, .mold_open {
  background-image: url();
  background-repeat: none;
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 10px;
  position: relative;
  top: -2px; }

.mold_open {
  background-position: 0 -6px; }

.mold_open_hover {
  background-position: 0 0; }

/* prev next */
.prev1,
.next1,
.prev4,
.next4,
.prev5,
.next5 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background: url(../images/icons.png) no-repeat;
  width: 26px;
  height: 56px;
  position: absolute;
  top: 110px;
  cursor: pointer;
  z-index: 5; }

.prev1 {
  background-position: 0 -78px;
  left: 0; }

.next1 {
  background-position: -34px -78px;
  right: 0; }

.prev-disabled,
.next-disabled {
  background: none; }

.prev4 {
  background-position: 0 -1576px;
  left: 0; }

.next4 {
  background-position: -34px -1576px;
  right: 0; }

.prev5 {
  background-position: 0 -1576px;
  left: 0; }

.next5 {
  background-position: -34px -1576px;
  right: 0; }

.prev2,
.next2 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background: url(../images/icons.png) no-repeat;
  width: 9px;
  height: 17px;
  position: absolute;
  top: 250px;
  cursor: pointer;
  z-index: 1; }

.prev2 {
  background-position: -34px -500px;
  left: 0; }

.next2 {
  background-position: -51px -500px;
  right: 0; }

.next-btn1,
.prev-btn1 {
  margin: 0 5px; }

.next-btn1 {
  background: url(../images/icons.png) no-repeat right -460px;
  padding-right: 12px; }

.prev-btn1 {
  background: url(../images/icons.png) no-repeat -53px -522px;
  padding-left: 12px; }

.prev3,
.next3 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background: url(../images/icons.png) no-repeat;
  width: 17px;
  height: 9px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

.prev3 {
  background-position: 0 -1535px; }

.next3 {
  background-position: 0 -1552px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 3px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #999;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    background: #eee;
    color: #b3b3b3;
    border: 1px solid #cacaca;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #999;
  background-color: #fff;
  border-color: #999; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #999;
    background-color: #f2f2f2;
    border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default .badge {
    color: #fff;
    background-color: #999; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    color: #999; }

.btn-primary {
  color: #fff;
  background-color: #317cef;
  border-color: #196ded; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #196ded;
    border-color: #1161dc; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary .badge {
    color: #317cef;
    background-color: #fff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff; }

.btn-link {
  color: #cc0000;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #cc0000;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #cc0000;
    text-decoration: none; }

.btn-lg {
  padding: 0 25px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  text-transform: capitalize; }

.btn-md {
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  text-transform: capitalize;
  font-weight: bold; }

.btn-sm {
  padding: 0 15px;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  text-transform: capitalize;
  font-weight: bold; }

.btn-xs {
  padding: 0 15px;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  text-transform: capitalize;
  font-weight: bold; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.met_pager {
  display: inline-block;
  padding-left: 0;
  *zoom: 1;
  font-size: 12px; }
  .met_pager:before, .met_pager:after {
    content: "";
    display: table; }
  .met_pager:after {
    clear: both; }
  .met_pager input {
    float: left;
    *display: inline; }
  .met_pager #metPageT {
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    width: 40px;
    text-align: center; }
  .met_pager #metPageB {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    color: #fff;
    background: #333; }
  .met_pager > a,
  .met_pager > span {
    float: left;
    *display: inline;
    position: relative;
    line-height: 1.42857;
    text-decoration: none;
    color: #202020;
    margin-left: -1px;
    padding: 3px 8px;
    margin-right: 10px;
    border: 1px solid #666; }
  .met_pager > span {
    border: none; }
  .met_pager .PageText {
    margin-right: 0; }
  .met_pager > a.pre {
    margin-left: 0;
    border: none; }
  .met_pager > a.pre:hover,
  .met_pager > a.pre:focus {
    text-decoration: underline;
    margin-left: 0;
    background: none;
    color: #666; }
  .met_pager > a.next {
    border: none;
    color: #666; }
  .met_pager > a.next:hover,
  .met_pager > a.next:focus {
    text-decoration: underline;
    background: none;
    color: #666; }
  .met_pager > a:hover, .met_pager > a:focus {
    color: #fff;
    background: #333; }
  .met_pager > a.active, .met_pager > a.active:hover, .met_pager > a.active:focus,
  .met_pager > span.active,
  .met_pager > span.active:hover,
  .met_pager > span.active:focus {
    z-index: 2;
    color: #fff;
    background: #333;
    cursor: default; }
  .met_pager a.disabled {
    color: #ccc !important;
    cursor: not-allowed;
    line-height: 1.42857;
    text-decoration: none;
    margin-left: -1px;
    padding: 3px; }
    .met_pager a.disabled:hover, .met_pager a.disabled:focus {
      color: #ccc !important; }

.pagination-mobile {
  display: inline-block;
  padding-left: 0;
  margin-top: 20px;
  *zoom: 1;
  font-size: 12px; }
  .pagination-mobile:before, .pagination-mobile:after {
    content: "";
    display: table; }
  .pagination-mobile:after {
    clear: both; }
  .pagination-mobile > li {
    display: inline; }
    .pagination-mobile > li > a,
    .pagination-mobile > li > span {
      position: relative;
      float: left;
      padding: 5px 8px;
      line-height: 1.42857;
      text-decoration: none;
      margin-left: -1px;
      color: #666;
      border: 1px solid #666; }
    .pagination-mobile > li > span {
      padding: 5px 18px; }
    .pagination-mobile > li:first-child > a,
    .pagination-mobile > li:first-child > span {
      margin-left: 0;
      color: #666; }
    .pagination-mobile > li:first-child > a:hover,
    .pagination-mobile > li:first-child > a:focus {
      margin-left: 0;
      text-decoration: underline; }
    .pagination-mobile > li:last-child > a,
    .pagination-mobile > li:last-child > span {
      color: #666; }
    .pagination-mobile > li:last-child > a:hover,
    .pagination-mobile > li:last-child > a:focus {
      text-decoration: underline; }
  .pagination-mobile > .disabled > a {
    color: #ccc !important;
    cursor: not-allowed; }
    .pagination-mobile > .disabled > a:hover, .pagination-mobile > .disabled > a:focus {
      color: #ccc !important; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #666;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #999; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #424242;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999;
  border: 1px solid #ddd;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #317cef;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(49, 124, 239, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(49, 124, 239, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fafafa;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 30px;
  line-height: 1.42857 \0; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 24px;
    line-height: 1.5 \0; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 36px;
    line-height: 1.33 \0; }

_:-ms-fullscreen, :root input[type="date"],
_:-ms-fullscreen, :root input[type="time"],
_:-ms-fullscreen, :root input[type="datetime-local"],
_:-ms-fullscreen, :root input[type="month"] {
  line-height: 1.42857; }
  _:-ms-fullscreen.input-sm, :root input[type="date"].input-sm,
  _:-ms-fullscreen.input-sm, :root input[type="time"].input-sm,
  _:-ms-fullscreen.input-sm, :root input[type="datetime-local"].input-sm,
  _:-ms-fullscreen.input-sm, :root input[type="month"].input-sm {
    line-height: 1.5; }
  _:-ms-fullscreen.input-lg, :root input[type="date"].input-lg,
  _:-ms-fullscreen.input-lg, :root input[type="time"].input-lg,
  _:-ms-fullscreen.input-lg, :root input[type="datetime-local"].input-lg,
  _:-ms-fullscreen.input-lg, :root input[type="month"].input-lg {
    line-height: 1.33; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-group-sm .form-control {
  height: 24px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

select.input-sm, .form-group-sm .form-control {
  height: 24px;
  line-height: 24px; }

textarea.input-sm, .form-group-sm .form-control,
select[multiple].input-sm, .form-group-sm .form-control {
  height: auto; }

.input-lg, .form-group-lg .form-control {
  height: 36px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33; }

select.input-lg, .form-group-lg .form-control {
  height: 36px;
  line-height: 36px; }

textarea.input-lg, .form-group-lg .form-control,
select[multiple].input-lg, .form-group-lg .form-control {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 37.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px; }

.input-sm + .form-control-feedback {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #606060; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: "";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

input.error {
  border: 1px solid #a94442;
  -webkit-box-shadow: 0 0 6px #a94442;
  box-shadow: 0 0  6px #a94442;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.error {
  font-weight: normal; }

.textarea-long {
  width: 70%;
  height: 140px;
  color: #424242;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 0 20px 0; }
  @media (max-width: 767px) {
    .textarea-long {
      width: 100%; } }

.drop-down {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *display: inline;
  *zoom: 1;
  height: 2em;
  line-height: 2em;
  position: relative; }
  .drop-down .drop-down-hd {
    padding: 0 0 0 5px;
    cursor: pointer;
    *zoom: 1; }
    .drop-down .drop-down-hd .icon-usd {
      width: 21px;
      height: 16px; }
    .drop-down .drop-down-hd .fa {
      margin: 0 5px; }
  .drop-down:hover .drop-down-hd .fa {
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .drop-down .drop-down-list {
    display: block;
    position: absolute;
    left: -1px;
    background: #fff;
    width: 100%;
    padding-left: 0px;
    box-shadow: 0 0 5px #e5e5e5;
    z-index: 90; }
    .drop-down .drop-down-list .on {
      background: #e5e5e5; }
    .drop-down .drop-down-list .drop-down-option {
      padding: 5px;
      margin: 0;
      line-height: 1.5; }
      .drop-down .drop-down-list .drop-down-option a {
        display: block;
        text-decoration: none;
        color: #666;
        _zoom: 1; }
    .drop-down .drop-down-list .drop-down-option:hover {
      background: #999; }
      .drop-down .drop-down-list .drop-down-option:hover a {
        color: #fafafa; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  background: #32393e;
  color: #fff;
  *zoom: 1; }
  .modal-header:before, .modal-header:after {
    content: "";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.close {
  float: right;
  font-size: 28px;
  line-height: 1;
  color: #fff; }

.modal-title {
  margin: 0;
  text-align: center;
  line-height: 1.42857;
  font-size: 16px;
  font-weight: normal; }

.modal-body {
  position: relative;
  padding: 15px; }
  .modal-body label {
    font-size: 14px; }
    .modal-body label span {
      color: #999;
      font-size: 12px;
      font-weight: normal; }
  .modal-body .code .col-xs-3 {
    padding: 0; }
  .modal-body .code .form-control {
    width: 92%;
    float: left; }
  .modal-body .code span {
    float: left;
    display: inline-block;
    width: 8%;
    text-align: center;
    height: 36px;
    line-height: 36px; }

.modal-footer {
  color: #999;
  padding: 15px;
  background: #fafafa;
  text-align: left;
  border-top: 1px dashed #e5e5e5;
  *zoom: 1; }
  .modal-footer:before, .modal-footer:after {
    content: "";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer strong {
    text-decoration: underline; }
  .modal-footer a {
    color: #999; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 650px;
    margin: 10% auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
/* header */
.page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.body-wrapper {
  overflow-x: hidden;
  width: 100%;
  position: relative;
  height: 100%; }

.top-ad-ch {
  height: 40px;
  background: #f5f5f5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .top-ad-ch .close-btn {
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 5;
    cursor: pointer;
    color: #666; }

.side-navbar {
  position: fixed;
  z-index: 90;
  left: 0;
  top: 0;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  bottom: 0;
  width: 80%;
  padding: 40px 30px;
  background: #fff;
  color: #666; }
  .side-navbar li {
    padding: 12px;
    border-bottom: 1px solid #e5e5e5; }
    .side-navbar li a {
      color: #666;
      text-decoration: none;
      padding: 5px 0; }
    .side-navbar li a.on, .side-navbar li a:hover {
      color: #ff6000; }
    .side-navbar li .login {
      display: inline-block;
      padding: 9px;
      background: #f5f5f5;
      border-radius: 5px; }
      .side-navbar li .login a {
        padding: 9px 5px; }
    .side-navbar li li {
      padding: 0;
      border-bottom: none; }
    .side-navbar li .fa-plus {
      float: right; }
  .side-navbar li.sub {
    padding: 0;
    display: none; }
    .side-navbar li.sub ul {
      margin-left: 15px; }
      .side-navbar li.sub ul li {
        padding: 0 12px;
        border-bottom: 1px solid #e5e5e5; }
        .side-navbar li.sub ul li a {
          display: inline-block;
          width: 100%;
          padding: 12px 0; }
      .side-navbar li.sub ul li:last-child {
        border: none; }
    .side-navbar li.sub dl {
      display: none;
      padding-left: 20px; }
      .side-navbar li.sub dl dd a {
        padding: 5px 0; }
  .side-navbar .phone-search {
    width: 100%; }
    .side-navbar .phone-search .form-search {
      border: 1px solid #ddd;
      border-radius: 5px;
      height: 35px;
      line-height: 35px; }
      .side-navbar .phone-search .form-search .input-search {
        background: none;
        padding-left: 5px;
        color: #333;
        height: 35px;
        width: 75%; }
      .side-navbar .phone-search .form-search .btn-search {
        display: inline-block;
        float: right; }
        .side-navbar .phone-search .form-search .btn-search input {
          background: url("../images/search-icon.png") no-repeat;
          padding: 0 16px;
          height: 30px;
          margin-top: 5px; }

.side-navbar-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.page-sleep {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
  transform: translateX(80%); }

.site-header .topheader {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  background-color: #333;
  height: 30px;
  line-height: 30px;
  color: #e5e5e5;
  width: 100%;
  vertical-align: middle; }
@media (max-width: 767px) {
  .site-header .topheader {
    height: auto;
    line-height: 15px;
    padding: 2px 0;
    text-align: center; } }
.site-header .midheader {
  height: 75px;
  background-color: #fff; }
  .site-header .midheader .midheader-logo {
    height: 75px;
    line-height: 75px;
    vertical-align: middle; }
  .site-header .midheader .account-list {
    height: 75px;
    line-height: 75px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    float: right;
    *display: inline; }
    .site-header .midheader .account-list li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: middle;
      *display: inline;
      *zoom: 1;
      float: left;
      *display: inline; }
      .site-header .midheader .account-list li a {
        color: #333;
        padding: 0 20px;
        display: inline-block;
        height: 75px;
        line-height: 75px;
        text-decoration: none; }
        .site-header .midheader .account-list li a:hover {
          color: #fff;
          background: #317cef; }
      @media (max-width: 767px) {
        .site-header .midheader .account-list li a {
          padding: 0 10px;
          height: 60px;
          line-height: 60px; } }
      .site-header .midheader .account-list li a.active {
        color: #fff;
        background: #317cef; }
@media (max-width: 767px) {
  .site-header .midheader {
    height: 60px; }
    .site-header .midheader .midheader-logo {
      height: 60px;
      line-height: 60px; }
    .site-header .midheader .account-list {
      height: 60px;
      line-height: 60px; } }

/*header-ch*/
.topheader-ch {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  background-color: #333;
  height: 60px;
  color: #e5e5e5;
  width: 100%;
  vertical-align: middle; }
  .topheader-ch span.contact i {
    background: url(../images/ch-top-icon.png) no-repeat;
    width: 20px;
    display: inline-block;
    height: 20px;
    vertical-align: middle; }
  .topheader-ch span.contact span {
    padding-left: 5px; }
  .topheader-ch span.email {
    padding-left: 5px; }
    .topheader-ch span.email i {
      background: url(../images/ch-top-icon.png) -22px 0 no-repeat;
      width: 22px;
      display: inline-block;
      height: 18px;
      vertical-align: middle; }
    .topheader-ch span.email span {
      padding-left: 5px; }
    @media (max-width: 991px) {
      .topheader-ch span.email span {
        padding-left: 0; } }
  @media (max-width: 320px) {
    .topheader-ch .logo-phone-ch {
      width: 42%; } }
  .topheader-ch .navbar-toggle-ch {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #fff; }
    .topheader-ch .navbar-toggle-ch .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
    .topheader-ch .navbar-toggle-ch .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      margin: 2px;
      border-radius: 1px;
      background-color: #fff; }
  .topheader-ch .col-sm-5.col-md-4.col-lg-3 {
    line-height: initial; }
  .topheader-ch .account-list {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1; }
    .topheader-ch .account-list li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: middle;
      *display: inline;
      *zoom: 1;
      float: left;
      *display: inline;
      overflow: visible;
      position: relative;
      z-index: 5; }
      .topheader-ch .account-list li a {
        color: #fff;
        padding: 0 20px;
        display: inline-block;
        height: 60px;
        line-height: 60px;
        text-decoration: none; }
        .topheader-ch .account-list li a:hover {
          color: #fff;
          background: #317cef;
          height: 65px;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px; }
      @media (max-width: 767px) {
        .topheader-ch .account-list li a {
          padding: 0 10px;
          height: 40px;
          line-height: 40px; } }
      .topheader-ch .account-list li a.active {
        color: #fff;
        background: #317cef; }
  .topheader-ch .side {
    float: right; }
    .topheader-ch .side li {
      float: left;
      *display: inline; }
      .topheader-ch .side li a {
        color: #fff;
        height: 60px;
        line-height: 60px; }
      @media (max-width: 767px) {
        .topheader-ch .side li a {
          height: 50px;
          line-height: 50px; } }
      .topheader-ch .side li a.active {
        color: #ff6000; }
.logo-top {
  line-height: 60px; }
  .logo-top li {
    float: left;
    padding: 0 15px; }
    .logo-top li img {
      height: 32px; }
  .logo-top li.active {
    background: #fff; }

.scrolled .header-ch .midheader {
  height: auto; }

.navbar-scroll {
  width: 100%;
  position: fixed;
  top: 0;
  background: #f5f5f5;
  z-index: 999; }

@media (max-width: 767px) {
  .topheader-ch {
    height: auto;
    line-height: 15px;
    padding: 2px 0;
    text-align: center; }

  .scrolled .topheader-ch {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #333; }

  .navbar {
    display: none; }
    .navbar .menu li {
      padding: 0 !important; } }
.header-ch .midheader {
  height: 95px;
  background-color: #fff;
  border-bottom: 1px solid #ddd; }
  .header-ch .midheader .midheader-logo {
    height: 95px;
    line-height: 95px;
    vertical-align: middle; }
  .header-ch .midheader .ch-search {
    position: relative;
    float: right;
    width: 42%;
    padding-top: 15px; }
    .header-ch .midheader .ch-search .form-search {
      border: 1px solid #ddd;
      border-radius: 5px;
      height: 40px;
      line-height: 40px; }
      .header-ch .midheader .ch-search .form-search .input-search {
        background: none;
        padding-left: 5px;
        color: #666;
        width: 85%;
        height: 40px; }
      .header-ch .midheader .ch-search .form-search .btn-search {
        display: inline-block;
        float: right; }
        .header-ch .midheader .ch-search .form-search .btn-search input {
          background: url("../images/search-icon.png") no-repeat;
          padding: 5px 16px;
          margin-top: 8px; }
      .header-ch .midheader .ch-search .form-search .keyword span {
        color: #317cef;
        float: left; }
      .header-ch .midheader .ch-search .form-search .keyword a {
        color: #666;
        float: left;
        padding: 0 5px;
        text-decoration: none; }
        .header-ch .midheader .ch-search .form-search .keyword a:hover {
          color: #317cef; }
  @media (max-width: 991px) {
    .header-ch .midheader .ch-search {
      width: 54%; } }
.header-ch .navbar, .header-ch .navbar-scroll {
  background: #f5f5f5; }
  .header-ch .navbar .menu li, .header-ch .navbar-scroll .menu li {
    float: left;
    padding: 15px 0;
    /*width: 16.5%;*/
    width: 12.5%;
    text-align: center;
    font-size: 14px; }
    .header-ch .navbar .menu li a, .header-ch .navbar-scroll .menu li a {
      padding: 8px 0;
      font-size: 16px;
      color: #666; }
    .header-ch .navbar .menu li .sub, .header-ch .navbar-scroll .menu li .sub {
      display: inline-block; }
      .header-ch .navbar .menu li .sub a, .header-ch .navbar-scroll .menu li .sub a {
        color: #666;
        text-decoration: none;
        padding: 8px 0;
        font-size: 16px; }
      .header-ch .navbar .menu li .sub ul, .header-ch .navbar-scroll .menu li .sub ul {
        position: absolute;
        top: 52px;
        background: rgba(51, 51, 51, 0.8);
        z-index: 99;
        left: 0;
        width: 100%;
        display: none;
        padding: 0 15px; }
        .header-ch .navbar .menu li .sub ul li, .header-ch .navbar-scroll .menu li .sub ul li {
          padding: 5px;
          width: 20%;
          float: left; }
          .header-ch .navbar .menu li .sub ul li dt, .header-ch .navbar .menu li .sub ul li dd, .header-ch .navbar-scroll .menu li .sub ul li dt, .header-ch .navbar-scroll .menu li .sub ul li dd {
            line-height: 26px; }
          .header-ch .navbar .menu li .sub ul li dt a, .header-ch .navbar-scroll .menu li .sub ul li dt a {
            border-bottom: 1px solid #fff;
            display: inline-block;
            margin-bottom: 10px;
            padding: 5px 0; }
          .header-ch .navbar .menu li .sub ul li a, .header-ch .navbar-scroll .menu li .sub ul li a {
            color: #fff;
            font-size: 12px; }
        .header-ch .navbar .menu li .sub ul dd:hover, .header-ch .navbar-scroll .menu li .sub ul dd:hover {
          background: #838383; }
  @media (max-width: 1199px) {
    .header-ch .navbar .menu li, .header-ch .navbar-scroll .menu li {
      padding-right: 3%; } }
  .header-ch .navbar .menu > li.active > a, .header-ch .navbar .menu > li:hover > a, .header-ch .navbar .menu > li:hover .sub > a, .header-ch .navbar-scroll .menu > li.active > a, .header-ch .navbar-scroll .menu > li:hover > a, .header-ch .navbar-scroll .menu > li:hover .sub > a {
    text-decoration: none;
    border-bottom: 3px solid #317cef;
    color: #317cef; }
  .header-ch .navbar .menu > li:hover .sub ul, .header-ch .navbar-scroll .menu > li:hover .sub ul {
    display: block; }

/*header-en*/
.scrolled .header-en .navbar {
  width: 100%;
  position: fixed;
  top: 0;
  background: #161616;
  padding: 10px 0;
  z-index: 999; }

@media (max-width: 992px) {
  .scrolled .topheader-en {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #666; }
    .scrolled .topheader-en .navbar-toggle-en {
      border-color: #333; }
      .scrolled .topheader-en .navbar-toggle-en .icon-bar {
        background-color: #333; }
    .scrolled .topheader-en .account-list li {
      color: #666; }
      .scrolled .topheader-en .account-list li a {
        color: #666; } }
@media (max-width: 992px) {
  .topheader-en {
    height: auto;
    line-height: 15px;
    padding: 2px 0;
    text-align: center; } }
.topheader-en {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  color: #fff;
  width: 100%;
  vertical-align: middle;
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%; }
  .topheader-en .navbar-toggle-en {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #fff; }
    .topheader-en .navbar-toggle-en .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
    .topheader-en .navbar-toggle-en .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      margin: 2px;
      border-radius: 1px;
      background-color: #fff; }
  .topheader-en .account-list {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: middle;
    *display: inline;
    *zoom: 1;
    float: right;
    *display: inline; }
    .topheader-en .account-list li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: middle;
      *display: inline;
      *zoom: 1;
      float: left;
      *display: inline; }
      .topheader-en .account-list li a {
        color: #fff;
        padding: 20px 5px;
        display: inline-block; }
        .topheader-en .account-list li a:hover {
          color: #ff6000; }
      @media (max-width: 767px) {
        .topheader-en .account-list li a {
          padding: 0 10px;
          height: 60px;
          line-height: 60px; } }
      .topheader-en .account-list li a.active {
        color: #ff6000;
        text-decoration: underline; }

.header-en {
  width: 100%;
  position: relative;
  height: 750px;
  z-index: 10;
  overflow: hidden; }
  .header-en .navbar {
    padding-top: 60px; }
    .header-en .navbar .menu li {
      float: left;
      padding-right: 10%;
      font-size: 14px; }
      .header-en .navbar .menu li a {
        color: #fff;
        text-decoration: none;
        padding: 8px 0; }
    .header-en .navbar .menu li:not(.last).active a, .header-en .navbar .menu li:not(.last):hover a {
      border-bottom: 3px solid #317cef; }
    .header-en .navbar .menu li.last a {
      color: #ff6000; }
    @media (max-width: 1199px) {
      .header-en .navbar .menu li {
        padding-right: 3%; }
      .header-en .navbar .menu li.last {
        padding-right: 0; } }
    .header-en .navbar .nav-search {
      width: 68%;
      position: relative;
      float: left; }
      .header-en .navbar .nav-search .form-search {
        border: 1px solid #fff;
        border-radius: 5px;
        height: 35px;
        line-height: 35px; }
        .header-en .navbar .nav-search .form-search .input-search {
          background: none;
          padding-left: 5px;
          color: #fff;
          height: 35px;
          width: 80%; }
        .header-en .navbar .nav-search .form-search .btn-search {
          display: inline-block;
          float: right; }
          .header-en .navbar .nav-search .form-search .btn-search input {
            background: url("../images/search-icon.png") no-repeat;
            padding: 0 16px;
            height: 20px;
            margin-top: 5px; }
    .header-en .navbar .login {
      display: inline-block;
      float: right;
      padding: 9px;
      background: rgba(197, 199, 199, 0.5);
      border-radius: 5px;
      color: #fff; }
      .header-en .navbar .login a {
        color: #fff; }
  .header-en .banner-info {
    text-align: center;
    color: #eee;
    position: relative;
    bottom: -9rem;
    font-family: Times New Roman,serif; }
    .header-en .banner-info .font32 {
      font-size: 46px;
      margin-top: 2rem; }
    .header-en .banner-info .font22 {
      font-size: 28px; }
    @media (max-width: 767px) {
      .header-en .banner-info .font32 {
        font-size: 28px; }
      .header-en .banner-info .font22 {
        font-size: 20px; } }
    .header-en .banner-info .btn-p {
      margin-top: 5rem; }
    .header-en .banner-info .btn {
      padding: 20px 30px;
      display: inline;
      border-radius: 30px;
      font-size: 18px; }

.header-en1 {
  height: inherit; }
  .header-en1 .navbar {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd; }
    .header-en1 .navbar .menu li {
      line-height: 40px; }
      .header-en1 .navbar .menu li a {
        color: #333; }
    .header-en1 .navbar .nav-search {
      width: 100%; }
      .header-en1 .navbar .nav-search .form-search {
        border: 1px solid #ddd;
        color: #666; }
        .header-en1 .navbar .nav-search .form-search .input-search {
          color: #666; }

.scrolled .header-en1 .navbar {
  background: #f5f5f5; }

@media (max-width: 991px) and (min-width: 768px) {
  .topheader-en1 .navbar-toggle-ch {
    margin-top: 3px !important; } }

@media (max-width: 991px) and (min-width: 768px) {
  .scrolled .topheader-en1 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #333; } }
/*
*@module: wool footer 
*@Author: zhangxi 2017-05-10
*@Update: 
*/
footer {
  width: 100%;
  font-size: 12px;
  background-color: #e7e7e7; }
  footer .footer-wrapper {
    border-top: 1px solid #dddddd;
    background-color: #fafafa; }
    footer .footer-wrapper p {
      margin: 15px 0;
      text-align: center;
      color: #666; }

.footer-en {
  background-color: #161616;
  color: #ccc;
  padding: 30px 0; }
  .footer-en p {
    text-align: center;
    margin: 0; }

.footer-ch-top {
  background-color: #1e1e1e;
  padding-top: 35px; }
  .footer-ch-top .left img {
    margin-bottom: 25px; }
  .footer-ch-top .left li {
    line-height: 2;
    font-size: 14px;
    color: #aaa; }
    .footer-ch-top .left li i {
      margin-right: 5px; }
  .footer-ch-top .right {
    text-align: left;
    color: #666; }
    .footer-ch-top .right ul {
      overflow: visible;
      margin: 15px 0 25px 0;
      height: 60px;
      position: relative; }
      .footer-ch-top .right ul li {
        font-size: 14px;
        float: left;
        margin-left: 12%; }
        .footer-ch-top .right ul li i {
          font-size: 33px;
          display: block;
          margin-bottom: 10px; }
        .footer-ch-top .right ul li a {
          color: #666;
          text-decoration: none;
          display: inline-block;
          text-align: center; }
          .footer-ch-top .right ul li a:hover {
            color: #aaa; }
    .footer-ch-top .right img {
      vertical-align: top;
      margin-left: 25px; }

.footer-ch-bottom {
  background-color: #161616;
  color: #666;
  padding-top: 15px; }
  .footer-ch-bottom p a {
    color: #666; }
    .footer-ch-bottom p a:hover {
      color: #aaa; }
  .footer-ch-bottom .list {
    line-height: 75px;
    float: right;
    width: 66%; }
  .footer-ch-bottom div > a {
    color: #666;
    float: left;
    padding-left: 10%; }
    .footer-ch-bottom div > a:hover {
      color: #aaa; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .footer-ch-bottom .list {
      width: 80%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .footer-ch-bottom .list {
      width: 100%; } }
  @media (max-width: 767px) {
    .footer-ch-bottom .list {
      width: 100%;
      float: none; }
    .footer-ch-bottom div > a {
      width: 25%;
      padding-left: 0;
      text-align: center; } }

.popover {
  position: absolute;
  bottom: 100px;
  left: -10%;
  z-index: 1060;
  display: none;
  max-width: 376px;
  padding: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }
  .popover.top {
    margin-top: -10px; }
  .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -21px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
    .popover.top > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      content: " ";
      bottom: 1px;
      border-bottom-width: 0;
      border-top-color: #fff;
      border-width: 10px; }
  .popover .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
  .popover .popover-content {
    padding: 9px 14px;
    text-align: center; }
    .popover .popover-content img {
      margin: 0; }

.login-banner img {
  border: 1px solid #ddd; }

.error {
  color: #d80f0f;
  display: inline-block;
  float: left; }

.login-box {
  font-size: 14px; }
  .login-box h4 {
    margin-bottom: 30px;
    font-size: 16px; }
  .login-box .login {
    border: 1px solid #f1f1f1;
    border-bottom: none;
    padding: 30px; }
    .login-box .login .forget {
      color: #ff6000;
      margin-top: 10px;
      float: right; }
    .login-box .login .login-wechat {
      text-align: center;
      margin: 190px 0 40px 0;
      border-top: 1px solid #ddd;
      position: relative; }
      .login-box .login .login-wechat p {
        position: absolute;
        top: -10px;
        width: 100%; }
        .login-box .login .login-wechat p span {
          background: #fff; }
      .login-box .login .login-wechat img {
        margin-top: 40px;
        border: 1px solid #ddd;
        padding: 5px; }
  .login-box .register {
    border: 1px solid #f1f1f1;
    border-bottom: none;
    padding: 30px;
    position: relative; }
    .login-box .register .register-wechat {
      position: absolute;
      top: 0;
      right: 0; }
    .login-box .register .selected-option {
      border: 1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      height: 35px;
      line-height: 35px;
      padding: 0 5px;
      z-index: 3; }
    .login-box .register .checkbox label {
      color: #666; }
    .login-box .register i {
      color: #aaa; }

.red {
  color: #ff0000; }

.login-en {
  margin: 40px 0 80px 0; }
  .login-en .login, .login-en .register {
    border-bottom: 1px solid #f1f1f1; }
    .login-en .login label, .login-en .register label {
      text-align: right; }
      @media (max-width: 767px) {
        .login-en .login label, .login-en .register label {
          text-align: left; } }
  .login-en .register p span {
    color: #ff6000; }

.tooltip {
  position: absolute;
  z-index: 5;
  display: block;
  font-size: 12px;
  opacity: 1; }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #666;
  border-radius: 5px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-width: 5px 5px 5px 0;
  border-top-color: #666; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -3px;
  border-width: 5px 5px 5px 0;
  border-right-color: #666; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-width: 5px 5px 5px 0;
  border-left-color: #666; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -3px;
  border-width: 0 5px 5px 5px;
  border-bottom-color: #666; }

.vip {
  padding: 35px 45px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .vip {
      padding: 35px 0; } }
  .vip .title {
    margin-bottom: 22px; }
    .vip .title h4 {
      display: inline-block;
      font-size: 16px; }
    .vip .title a {
      float: right;
      color: #317cef;
      text-decoration: underline; }
  .vip .cost {
    color: #666;
    padding: 30px;
    background: #fafafa;
    font-size: 18px; }
    .vip .cost p {
      display: inline-block; }
      .vip .cost p span {
        color: #ff6600; }
  .vip .pay {
    margin-top: 40px; }
    .vip .pay h4 {
      font-size: 16px;
      padding: 40px 0 30px 0;
      border-top: 1px solid #efefef; }
    .vip .pay ul {
      overflow: hidden;
      display: inline-block; }
    .vip .pay li {
      float: left;
      margin-right: 30px;
      border: 1px solid #ddd;
      padding: 6px 10px;
      font-size: 16px;
      cursor: pointer;
      margin-bottom: 10px; }
      .vip .pay li a {
        text-decoration: none;
        position: relative; }
    .vip .pay a {
      float: right; }
  .vip .tab .detail-tabcon {
    overflow-x: auto; }
  .vip .tab ul {
    overflow: hidden; }
  .vip .tab li {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
    cursor: pointer; }
  .vip .tab li.current {
    color: #333333; }
  .vip .tab .pay h4 {
    border: none; }
  .vip .tab .pay li {
    color: #333; }
  .vip .table-responsive p.tip {
    color: #c89a4b;
    padding: 25px 0;
    font-size: 14px;
    border-bottom: 1px dashed #ebebeb; }
  .vip .table-responsive p.last {
    border: none;
    margin-bottom: 25px; }
  .vip .table-responsive p.cost {
    padding: 25px 10px;
    background: #fdfbf4;
    color: #cc9933;
    border: 1px solid #cc9933;
    font-size: 14px; }
  .vip .member-table {
    margin-top: 30px;
    width: 100%; }
    .vip .member-table th, .vip .member-table td {
      padding: 25px 10px;
      border: 1px solid #ddd;
      color: #666;
      font-size: 16px;
      text-align: center; }
    .vip .member-table td .form-num {
      width: 60px; }
    .vip .member-table td .input-group {
      min-width: 168px; }
    .vip .member-table td .input-group-addon {
      color: #666; }
    .vip .member-table th {
      background: #ced8e2; }
    .vip .member-table th.sub {
      background: #ebf2f8; }
    .vip .member-table td.cost {
      color: #ff6600; }

.input-group {
  position: relative;
  float: right;
  display: table;
  border-collapse: separate; }
  .input-group .input-group-addon {
    padding: 6px 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #aaa; }
    .input-group .input-group-addon i.num-minus {
      background: url(../images/num-plus.png) no-repeat 0 0;
      height: 16px;
      width: 16px;
      display: inline-block; }
    .input-group .input-group-addon i.num-plus {
      background: url(../images/num-plus.png) no-repeat -39px 0;
      height: 16px;
      width: 16px;
      display: inline-block; }
  .input-group .form-num {
    width: 85px;
    border-radius: 5px;
    border: 1px solid #aaa;
    display: table-cell; }

/* site-content landing page*/
.site-content {
  position: relative;
  background: #fff;
  min-height: 600px;
  width: 100%; }
  .site-content .home-list {
    width: 100%;
    background: #fff; }
    .site-content .home-list .h-list {
      margin: 40px 0 140px 0;
      overflow: hidden;
      color: #333;
      padding: 0 10px;
      position: relative; }
      .site-content .home-list .h-list li .h-img {
        text-align: center;
        padding: 40px;
        margin: 5px; }
        .site-content .home-list .h-list li .h-img .home-btn {
          visibility: hidden; }
          @media (max-width: 767px) {
            .site-content .home-list .h-list li .h-img .home-btn {
              visibility: visible; } }
        .site-content .home-list .h-list li .h-img:hover {
          box-shadow: 0px 0px 10px 5px #f4f4f4; }
          .site-content .home-list .h-list li .h-img:hover .home-btn {
            visibility: visible; }
        .site-content .home-list .h-list li .h-img img {
          margin-bottom: 30px; }
        .site-content .home-list .h-list li .h-img p.title {
          font-size: 16px; }
        .site-content .home-list .h-list li .h-img a {
          color: #fff; }
    @media (min-width: 767px) and (max-width: 1199px) {
      .site-content .home-list .h-list {
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .site-content .home-list .h-list {
        margin-bottom: 0; } }

/*ch home*/
.home-ch .ch-news {
  margin-top: 30px;
  color: #333; }
  .home-ch .ch-news .title {
    line-height: 45px;
    border-top: 1px solid #e5e5e5; }
    .home-ch .ch-news .title span {
      font-size: 20px;
      border-top: 3px solid #317cef;
      line-height: 45px;
      display: inline-block; }
    .home-ch .ch-news .title p {
      color: #e5e5e5; }
      .home-ch .ch-news .title p a {
        color: #999;
        padding: 0 5px; }
        .home-ch .ch-news .title p a:hover {
          color: #f57e15; }
    .home-ch .ch-news .title .more {
      float: right;
      line-height: 45px; }
  .home-ch .ch-news .img {
    position: relative; }
    .home-ch .ch-news .img p {
      position: absolute;
      bottom: 0;
      background: rgba(68, 68, 68, 0.7);
      padding: 8px 10px;
      margin-bottom: 0;
      width: 100%;
      font-size: 16px;
      color: #fff; }
      .home-ch .ch-news .img p a {
        color: #fff; }
      .home-ch .ch-news .img p i {
        font-size: 20px; }
    @media (max-width: 991px) {
      .home-ch .ch-news .img p {
        font-size: 12px; } }
  .home-ch .ch-news .news-list {
    margin: 10px 0; }
    .home-ch .ch-news .news-list li {
      line-height: 1.8;
      font-size: 14px; }
      .home-ch .ch-news .news-list li img {
        margin-right: 5px;
        vertical-align: baseline; }
      .home-ch .ch-news .news-list li a {
        text-decoration: none;
        color: #333; }
        .home-ch .ch-news .news-list li a:hover {
          color: #317cef; }
.home-ch .ch-chart {
  border: 1px solid #e5e5e5;
  text-align: center; }
.home-ch .ad {
  margin: 30px 0; }
.home-ch .ch-offer {
  margin-top: 30px;
  padding: 0 20px;
  background: #fafafa; }
  .home-ch .ch-offer .ch-offer-list {
    background: #fff;
    border: 1px dashed #ddd;
    margin: 20px 0;
    padding: 5px 15px; }
    .home-ch .ch-offer .ch-offer-list .title {
      line-height: 42px; }
      .home-ch .ch-offer .ch-offer-list .title span {
        font-size: 18px;
        border-bottom: 3px solid #317cef;
        line-height: 45px;
        display: inline-block; }
    .home-ch .ch-offer .ch-offer-list .lists {
      margin: 10px 0; }
      .home-ch .ch-offer .ch-offer-list .lists li {
        line-height: 2;
        font-size: 14px;
        color: #666; }
        .home-ch .ch-offer .ch-offer-list .lists li img {
          margin-right: 5px;
          vertical-align: baseline; }
        .home-ch .ch-offer .ch-offer-list .lists li a {
          text-decoration: none;
          color: #666; }
          .home-ch .ch-offer .ch-offer-list .lists li a:hover {
            color: #317cef; }
@media (max-width: 1199px) and (min-width: 768px) {
  .home-ch .ch-offer .col-sm-4 {
    padding: 0 5px; }
  .home-ch .ch-offer .ch-offer-list {
    padding: 5px;
    marging: 10px 0; }
    .home-ch .ch-offer .ch-offer-list .lists {
      padding-right: 5px; } }
@media (max-width: 767px) {
  .home-ch .ch-offer {
    margin: 0;
    padding: 0;
    background: none; } }
.home-ch .cooperate {
  margin-top: 30px; }

/*en home*/
.home-en {
  margin-top: 25px;
  color: #333; }
  .home-en .top-news {
    background: #fafafa;
    border: 5px solid #f5f5f5;
    border-radius: 5px; }
    .home-en .top-news .pd20 {
      padding-right: 30px; }
    .home-en .top-news h3 {
      font-size: 20px;
      color: #2a609e;
      margin: 15px 0 10px 0; }
    .home-en .top-news p {
      line-height: 1.5;
      color: #666; }
    .home-en .top-news .details-btn {
      float: right;
      border: 3px solid #e9e9e9;
      padding: 4px 12px;
      border-radius: 20px;
      background: #fff;
      text-decoration: none; }
      .home-en .top-news .details-btn span {
        color: #2a609e;
        font-weight: bold; }
  .home-en .latest-news {
    margin-top: 30px; }
    .home-en .latest-news .title {
      line-height: 45px;
      border-top: 1px solid #e5e5e5; }
      .home-en .latest-news .title span {
        font-size: 20px;
        border-top: 3px solid #317cef;
        line-height: 45px;
        display: inline-block; }
      .home-en .latest-news .title .more {
        float: right;
        line-height: 45px; }
    .home-en .latest-news .img {
      position: relative; }
      .home-en .latest-news .img p {
        position: absolute;
        bottom: 0;
        background: rgba(245, 245, 245, 0.8);
        padding: 8px 10px;
        margin-bottom: 0;
        width: 100%;
        font-size: 16px; }
    .home-en .latest-news .news-list .news {
      margin-top: 12px;
      overflow: hidden; }
      .home-en .latest-news .news-list .news .img, .home-en .latest-news .news-list .news .news-r {
        float: left; }
      .home-en .latest-news .news-list .news .img {
        max-width: 23%;
        display: inline-block; }
      .home-en .latest-news .news-list .news .news-r {
        width: 74%;
        margin-left: 3%; }
        .home-en .latest-news .news-list .news .news-r h3 {
          font-size: 18px;
          margin-bottom: 10px;
          line-height: 1.2; }
          .home-en .latest-news .news-list .news .news-r h3 a {
            text-decoration: none; }
        .home-en .latest-news .news-list .news .news-r p a {
          color: #999;
          text-decoration: none;
          font-size: 12px; }
  .home-en .ad {
    margin: 30px 0; }
  .home-en .chart-gif {
    border: 1px solid #e5e5e5; }

.cooperate {
  overflow: hidden;
  margin-bottom: 40px; }

/*flexisel*/
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
  margin-bottom: 40px; }
  .nbs-flexisel-container .nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    background: #fff; }
    .nbs-flexisel-container .nbs-flexisel-inner .nbs-flexisel-ul {
      position: relative;
      width: 9999px;
      list-style-type: none;
      text-align: center; }
      .nbs-flexisel-container .nbs-flexisel-inner .nbs-flexisel-ul .nbs-flexisel-item {
        float: left;
        cursor: pointer;
        position: relative; }
        .nbs-flexisel-container .nbs-flexisel-inner .nbs-flexisel-ul .nbs-flexisel-item img {
          width: 100%;
          cursor: pointer;
          positon: relative;
          margin-top: 10px;
          margin-bottom: 10px;
          width: 185px;
          height: 55px;
          border: 1px solid #ddd;
          border-radius: 3px; }
    .nbs-flexisel-container .nbs-flexisel-inner .nbs-flexisel-nav-left, .nbs-flexisel-container .nbs-flexisel-inner .nbs-flexisel-nav-right {
      width: 38px;
      height: 74px;
      position: absolute;
      cursor: pointer;
      z-index: 100;
      opacity: 0.5; }
    .nbs-flexisel-container .nbs-flexisel-inner .nbs-flexisel-nav-left {
      left: 0;
      background: url(../images/button_previous.png) no-repeat; }
    .nbs-flexisel-container .nbs-flexisel-inner .nbs-flexisel-nav-right {
      right: 0;
      background: url(../images/button_next.png) no-repeat; }

/* flexslider */
.flexslider {
  position: relative;
  overflow: hidden;
  zoom: 1;
  max-height: 420px; }

.home-ch .flexslider {
  max-height: 562px; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.flexslider .slides {
  zoom: 1;
  text-align: center; }
  .flexslider .slides img {
    width: 100%; }

.flex-direction-nav a {
  width: 45px;
  height: 85px;
  line-height: 99em;
  overflow: hidden;
  margin: -42px 0 0;
  display: block;
  background: url(../images/flex.png) no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  z-index: 2; }

.flex-direction-nav .flex-next {
  background-position: -45px 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.flex-direction-nav .flex-prev {
  background-position: 0 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.flexslider:hover .flex-next {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.flexslider:hover .flex-prev {
  opacity: 0.6;
  filter: alpha(opacity=60); }

#homeIndexFashion .flex-control-nav {
  display: none; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  background: url(../images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer; }

.flex-control-paging li a.flex-active {
  background-position: 0 0; }

.list-ch {
  margin-bottom: 70px; }
  .list-ch h3 {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 20px; }
    .list-ch h3 span {
      border-bottom: 3px solid #317cef;
      padding: 8px 10px; }
  .list-ch .focus {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden; }
    .list-ch .focus .left {
      width: 20%;
      float: left; }
      .list-ch .focus .left img {
        border: 1px solid #ddd; }
    .list-ch .focus .right {
      width: 77%;
      float: right; }
      .list-ch .focus .right .title h4 {
        display: inline-block;
        font-size: 16px;
        font-weight: normal; }
      .list-ch .focus .right .title span {
        float: right;
        color: #666; }
      .list-ch .focus .right p {
        padding: 25px 0;
        margin: 0;
        color: #666;
        line-height: 1.8; }
      .list-ch .focus .right a {
        color: #317cef; }
  .list-ch .list {
    margin-bottom: 30px; }
    .list-ch .list li {
      padding: 18px 15px; }
      .list-ch .list li a {
        font-size: 16px;
        color: #333; }
        .list-ch .list li a span {
          color: #cecece; }
      .list-ch .list li > span {
        float: right;
        color: #666; }
    .list-ch .list li:nth-of-type(even) {
      background: #f5f5f5; }
  .list-ch .list-detail .title {
    text-align: center;
    border-bottom: 1px solid #ddd; }
    .list-ch .list-detail .title h3 {
      border-bottom: none; }
    .list-ch .list-detail .title p {
      color: #999;
      margin-bottom: 25px; }
    .list-ch .list-detail .title a {
      padding: 0 5px;
      color: #666;
      font-size: 16px; }
  .list-ch .list-detail .txt {
    margin: 20px 10%;
    font-size: 16px;
    line-height: 2em; }
    @media (max-width: 767px) {
      .list-ch .list-detail .txt {
        font-size: 14px;
        margin: 20px 0;
        line-height: 1.8em; } }
    .list-ch .list-detail .txt p.img {
      text-align: center; }
  .list-ch .list-detail .tip {
    color: #a37938;
    background: #fdfbf4;
    padding: 10px 15px;
    border: 1px solid #a37938;
    float: right;
    display: inline-block;
    margin-top: 90px; }

.company-ch {
  margin-bottom: 50px; }
  .company-ch .list-banner {
    margin: 0; }
  .company-ch .crumbs {
    background: #fafafa;
    padding: 20px;
    margin: 0; }
  .company-ch .region {
    padding: 15px 0 15px 20px;
    border-bottom: 1px dashed #ebebeb;
    overflow: hidden; }
    @media (max-width: 767px) {
      .company-ch .region {
        padding-left: 0; } }
    .company-ch .region p {
      line-height: 35px;
      margin: 0; }
      .company-ch .region p span {
        color: #fff;
        background: #3b78ce;
        padding: 2px 8px; }
      .company-ch .region p a {
        padding: 0 12px;
        color: #666; }
      .company-ch .region p a:hover, .company-ch .region p a:active, .company-ch .region p a.active {
        color: #317cef;
        text-decoration: underline; }
    .company-ch .region .form-search {
      text-align: right; }
      .company-ch .region .form-search input {
        height: 35px;
        vertical-align: middle;
        padding-left: 10px;
        border: 1px solid #ddd; }
      .company-ch .region .form-search input.input-search {
        width: 80%; }
      @media (max-width: 767px) {
        .company-ch .region .form-search input.input-search {
          width: 70%;
          float: left; } }
      .company-ch .region .form-search .btn {
        color: #fff;
        background: #3b78ce;
        height: 33px; }

table.company-table {
  margin: 10px 10px 30px 10px;
  font-size: 14px;
  width: 100%; }
  table.company-table th, table.company-table td {
    padding: 10px 20px;
    text-align: left; }
  table.company-table th {
    background: #dae2ec; }
  table.company-table tr:nth-of-type(odd) {
    background: #fafafa; }
  table.company-table a {
    color: #317cef;
    text-decoration: underline; }

/* product */
.prduct-topleft {
  width: 450px; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .prduct-topleft {
      width: 375px; } }

.myImages {
  border: 1px solid #e0e0e0;
  padding: 25px 5px;
  text-align: center; }

#scrollable {
  background-color: #ededed;
  padding: 12px 0; }
  #scrollable a {
    display: block;
    float: left;
    height: 20px;
    width: 8px;
    text-decoration: none; }
  #scrollable a.prev, #scrollable a.next {
    margin: 18px 10px; }
    @media (max-width: 1199px) and (min-width: 768px) {
      #scrollable a.prev, #scrollable a.next {
        margin: 18px 2px; } }
  #scrollable a.prev {
    background: transparent url("../images/icon.png") no-repeat scroll 0 -1286px; }
  #scrollable a.next {
    background: transparent url("../images/icon.png") no-repeat scroll -52px -1286px; }
  #scrollable .items {
    position: relative;
    float: left;
    overflow: hidden;
    height: 60px;
    width: 360px; }
    @media (max-width: 1199px) and (min-width: 768px) {
      #scrollable .items {
        height: 58px;
        width: 320px; } }
    #scrollable .items a {
      border: 1px solid #ededed;
      cursor: pointer;
      display: inline-block;
      overflow: hidden;
      height: 60px;
      margin-right: 11px;
      width: 80px; }
      @media (max-width: 1199px) and (min-width: 768px) {
        #scrollable .items a {
          height: 56px;
          margin-right: 7px;
          width: 72px; } }
      #scrollable .items a img {
        height: 60px;
        width: 80px; }
        @media (max-width: 1199px) and (min-width: 768px) {
          #scrollable .items a img {
            height: 54px;
            width: 72px; } }
    #scrollable .items a.active {
      border-color: #d91f1f; }
  #scrollable .scrollableDiv {
    height: 58px;
    left: 5px;
    width: 200000em;
    position: absolute; }

.four-partake {
  float: left;
  *display: inline;
  margin: 10px 0 0 0;
  width: 460px;
  overflow: hidden; }
  .four-partake span {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    margin-bottom: 2px;
    display: block;
    float: left;
    *display: inline; }
  @media (max-width: 768px) {
    .four-partake {
      float: none;
      width: 100%; } }

.pro-discount h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase; }
.pro-discount table {
  width: 100%;
  border: 1px solid #d0d0d0;
  font-size: 11px;
  text-align: center;
  color: #424242; }
  .pro-discount table th {
    background-color: #e1e1e1;
    font-weight: bold;
    height: 28px;
    line-height: 28px; }
  .pro-discount table td {
    border: 1px solid #d0d0d0;
    height: 25px;
    line-height: 25px;
    background-color: #fff; }

.pro-freetoday dt {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase; }
.pro-freetoday dd {
  line-height: 20px;
  color: #444; }
  .pro-freetoday dd span {
    color: #007500;
    font-style: italic;
    font-weight: bold; }
  .pro-freetoday dd span.freetotay-icon {
    background: url(../images/icon.png) no-repeat -45px -2200px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle; }

.pro-image-phone .slides {
  text-align: center; }
.pro-image-phone .flex-control-nav {
  display: none; }

.prduct-topright {
  background-color: #fffeef;
  border: 1px solid #e9cc86;
  padding: 25px 15px; }
  .prduct-topright .product-title {
    font-size: 18px;
    color: #424242; }
  .prduct-topright .product-sku {
    font-size: 12px;
    font-weight: bold; }
  .prduct-topright .product-detail {
    width: 100%;
    margin-top: 10px; }
    .prduct-topright .product-detail li {
      width: 50%;
      float: left;
      *display: inline;
      line-height: 20px; }
      @media (max-width: 767px) {
        .prduct-topright .product-detail li {
          width: 100%; } }
      .prduct-topright .product-detail li a {
        color: #666; }
  .prduct-topright .product-price {
    font-weight: bold;
    color: #666; }
    .prduct-topright .product-price p {
      margin: 0; }
    @media (max-width: 767px) {
      .prduct-topright .product-price {
        background-color: #fff;
        padding: 20px 0;
        border: 1px solid #f1f1f1;
        text-align: center; } }
  .prduct-topright .product-tips {
    margin-top: 20px; }
    .prduct-topright .product-tips li {
      line-height: 20px;
      font-style: italic;
      width: 50%;
      float: left;
      *display: inline;
      font-weight: bold; }
      @media (max-width: 991px) {
        .prduct-topright .product-tips li {
          width: 100%; } }
    .prduct-topright .product-tips span {
      background: url(../images/icon.png) no-repeat 0 -2236px;
      height: 22px;
      width: 24px;
      padding-right: 25px; }
  .prduct-topright .product-choice {
    border-bottom: 1px solid #e9cc86;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .prduct-topright .product-choice {
        border-bottom: none; } }
    .prduct-topright .product-choice label {
      display: block;
      font-weight: bold;
      color: #424242; }
      .prduct-topright .product-choice label .btn-qmark {
        text-decoration: none;
        background: transparent url("../images/icon.png") no-repeat scroll 0 -1842px;
        display: inline-block;
        height: 20px;
        margin-left: 5px;
        position: absolute;
        width: 50px; }
        .prduct-topright .product-choice label .btn-qmark .prduct-des, .prduct-topright .product-choice label .btn-qmark .free-des {
          background: #fff none repeat scroll 0 0;
          border: 1px solid #cbcaca;
          color: #000000;
          cursor: text;
          display: none;
          font-size: 11px;
          left: 30px;
          line-height: 12px;
          padding: 0 0 8px;
          position: absolute;
          top: -10px;
          width: 254px;
          z-index: 99999; }
          .prduct-topright .product-choice label .btn-qmark .prduct-des h3, .prduct-topright .product-choice label .btn-qmark .free-des h3 {
            font-size: 12px;
            font-weight: bold; }
          .prduct-topright .product-choice label .btn-qmark .prduct-des p, .prduct-topright .product-choice label .btn-qmark .free-des p {
            font-weight: normal; }
          .prduct-topright .product-choice label .btn-qmark .prduct-des .iprduct-des, .prduct-topright .product-choice label .btn-qmark .free-des .iprduct-des {
            padding-left: 12px;
            position: relative; }
            .prduct-topright .product-choice label .btn-qmark .prduct-des .iprduct-des .arrow, .prduct-topright .product-choice label .btn-qmark .free-des .iprduct-des .arrow {
              height: 13px;
              left: -11px;
              position: absolute;
              top: 15px;
              width: 11px;
              background: transparent url("../images/t_list_arrow.gif") no-repeat scroll 0 0; }
    .prduct-topright .product-choice .btn-group {
      margin-bottom: 5px;
      margin-top: 5px;
      display: inline-block;
      position: relative;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .prduct-topright .product-choice .btn-group {
          width: 100%; } }
      .prduct-topright .product-choice .btn-group .btn {
        width: 280px;
        padding: 0 10px;
        text-align: left;
        background-color: #fdfdfd;
        border-color: #adadad;
        color: #333; }
        @media (max-width: 767px) {
          .prduct-topright .product-choice .btn-group .btn {
            width: 100%; } }
        .prduct-topright .product-choice .btn-group .btn:hover {
          background-color: #4d4d4d;
          border-color: #353535;
          color: #fff; }
      .prduct-topright .product-choice .btn-group .caret {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px dashed;
        display: inline-block;
        height: 0;
        vertical-align: middle;
        width: 0;
        margin-top: 12px;
        position: absolute;
        right: 10px; }
      .prduct-topright .product-choice .btn-group .dropdown-menu {
        background-clip: padding-box;
        width: 280px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        display: none;
        float: left;
        font-size: 14px;
        left: 0;
        list-style: outside none none;
        min-width: 160px;
        padding: 5px 0;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000; }
        @media (max-width: 767px) {
          .prduct-topright .product-choice .btn-group .dropdown-menu {
            width: 100%; } }
        .prduct-topright .product-choice .btn-group .dropdown-menu li > a {
          clear: both;
          color: #333;
          display: block;
          font-weight: 400;
          line-height: 1.42857;
          padding: 3px 20px;
          white-space: nowrap;
          text-decoration: none; }
        .prduct-topright .product-choice .btn-group .dropdown-menu li:hover {
          background-color: #4d4d4d; }
          .prduct-topright .product-choice .btn-group .dropdown-menu li:hover a {
            color: #fff; }
    .prduct-topright .product-choice .input-group-addon {
      background-color: #fdfdfd;
      border: 1px solid #adadad;
      border-radius: 4px;
      color: #555;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      padding: 9px 12px;
      text-align: center;
      vertical-align: middle;
      float: left;
      cursor: pointer; }
    .prduct-topright .product-choice .input-group-addon:first-child {
      border-right: 0 none;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .prduct-topright .product-choice .input-group-addon:last-child {
      border-left: 0 none;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .prduct-topright .product-choice .form-control {
      background-color: #fdfdfd;
      background-image: none;
      border: 1px solid #adadad;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
      color: #555;
      font-size: 14px;
      height: 34px;
      line-height: 1.42857;
      padding: 6px 12px;
      transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
      width: 20%;
      text-align: center;
      float: left;
      margin-bottom: 0;
      position: relative;
      z-index: 2; }
  .prduct-topright .bundled-offers {
    border-bottom: 1px solid #e9cc86;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .prduct-topright .bundled-offers {
        border-bottom: none; } }
    .prduct-topright .bundled-offers h3 {
      text-transform: uppercase;
      color: #5d5d5b;
      font-size: 14px;
      font-weight: bold; }
    .prduct-topright .bundled-offers .bundled-img {
      float: left;
      margin-right: 5px; }
    .prduct-topright .bundled-offers ul {
      color: #5d5d5b;
      font-weight: normal;
      float: left;
      font-size: 12px;
      width: 205px;
      padding-left: 15px; }
      .prduct-topright .bundled-offers ul span {
        font-weight: bold; }
      .prduct-topright .bundled-offers ul select {
        width: 150px; }
  .prduct-topright .total-price {
    padding-top: 20px; }
    .prduct-topright .total-price p {
      color: #424242;
      font-weight: bold;
      font-size: 14px; }
      .prduct-topright .total-price p span.price {
        color: #f41111;
        font-weight: bold;
        font-size: 18px; }
      .prduct-topright .total-price p .button {
        background-position: 0 -1267px;
        background: transparent url("../images/theme.png") no-repeat scroll 0 0;
        background-position: 0 -1267px;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        height: 50px;
        line-height: 40px;
        margin-right: 10px;
        padding-left: 30px;
        width: 225px; }

.p-title {
  height: auto;
  line-height: 35px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding: 0 15px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #d1d1d1;
  font-weight: bold; }
  .p-title i.fa-caret-down {
    font-size: 16px;
    transition: all 0.4s ease 0s;
    color: #999;
    position: absolute;
    top: 8px;
    right: 15px; }

.product-ad {
  width: 20%;
  min-height: 980px;
  background-color: #f1f1f1; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .product-ad {
      width: 18%; } }
  .product-ad .ad li {
    margin-bottom: 10px;
    text-align: center; }

.pr-tab nav {
  overflow: hidden;
  padding-top: 7px; }
  .pr-tab nav ul {
    height: 37px;
    border-bottom: 2px solid #737474;
    padding-left: 10px; }
  .pr-tab nav li {
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    margin-right: 4px;
    margin-top: 7px;
    text-align: center;
    float: left;
    border: 1px solid #737474; }
    .pr-tab nav li a {
      background-color: #eff0f0;
      background: linear-gradient(to bottom, #ffffff 0%, #dedfdf 100%);
      color: #221815;
      display: block;
      height: 27px;
      padding: 0;
      width: 82px;
      text-decoration: none; }
  .pr-tab nav li.on, .pr-tab nav li.current {
    border-bottom: 2px solid #fff; }
    .pr-tab nav li.on a, .pr-tab nav li.current a {
      background: #fff; }

.pr-con h6 {
  text-transform: capitalize;
  font-size: 14px; }
.pr-con .prlist {
  border: medium none;
  margin-top: 5px;
  overflow: hidden; }
  .pr-con .prlist ul {
    padding-left: 1px;
    background: #ebecec none repeat scroll 0 0;
    padding-bottom: 5px;
    overflow: hidden; }
    .pr-con .prlist ul li {
      border: medium none;
      margin: 0.5% 0 0 0.4%;
      padding: 0;
      width: 19.5%;
      float: left;
      position: relative; }
      .pr-con .prlist ul li img {
        border: 0 none; }
  .pr-con .prlist .show-con {
    height: 30px;
    text-align: center;
    width: 100%; }
    .pr-con .prlist .show-con b {
      cursor: pointer;
      display: inline-block;
      height: 30px;
      width: 20%;
      background-color: #ebecec;
      border-radius: 3px;
      line-height: 10px;
      padding-top: 5px; }

.pr-01, .pr-02, .pr-03, .pr-04, .pr-05, .pr-06, .pr-07, .pr-08 {
  padding: 0 15px; }
  .pr-01 h6, .pr-02 h6, .pr-03 h6, .pr-04 h6, .pr-05 h6, .pr-06 h6, .pr-07 h6, .pr-08 h6 {
    text-transform: capitalize;
    font-size: 14px; }
    @media (max-width: 767px) {
      .pr-01 h6, .pr-02 h6, .pr-03 h6, .pr-04 h6, .pr-05 h6, .pr-06 h6, .pr-07 h6, .pr-08 h6 {
        display: none; } }

.pr-04 li {
  float: left;
  *display: inline;
  padding: 10px 0;
  width: 50%; }
  @media (max-width: 991px) {
    .pr-04 li {
      width: 100%; } }
  .pr-04 li .p-img {
    width: 30%; }
    .pr-04 li .p-img img {
      border: 1px solid #e7e7e7; }
  .pr-04 li .p-detail {
    width: 65%;
    margin-left: 12px;
    color: #444; }
    .pr-04 li .p-detail strong {
      color: #000; }

.pr-05 th {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  padding: 7px 0 7px 15px;
  border: 1px solid #c9c9c9; }
.pr-05 td {
  padding: 7px 0 7px 15px;
  vertical-align: top;
  color: #555;
  border: 1px solid #c9c9c9; }
.pr-05 tr {
  background-color: #fff; }
.pr-05 tr.odd {
  background: #f9f9f9 none repeat scroll 0 0; }

.pr-06 li {
  width: 24%;
  float: left;
  margin: 0 1% 1% 0; }
  @media (max-width: 991px) and (min-width: 768px) {
    .pr-06 li {
      width: 32%; } }
  @media (max-width: 767px) {
    .pr-06 li {
      width: 100%; } }

.pr-07 .rating h6 {
  font-size: 12px;
  font-weight: bold; }
.pr-07 .rating .rate-star span {
  font-size: 20px;
  font-weight: bold;
  color: #085eb9; }
.pr-07 .rating .rate-star .reviews {
  margin: 0 2px;
  font-size: 20px;
  color: #ffe200; }
  .pr-07 .rating .rate-star .reviews i {
    font-size: 20px; }
.pr-07 .rating .creat-review {
  margin-left: 20px; }
.pr-07 dd {
  padding: 5px 0;
  width: 90%; }
  .pr-07 dd .wid {
    width: 15%; }
    @media (max-width: 767px) {
      .pr-07 dd .wid {
        width: 30%; } }
  .pr-07 dd label {
    color: #1c0d0d;
    float: left;
    margin: 5px 0;
    padding-left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px; }
  .pr-07 dd .textarea-long {
    border: 1px solid #9fa0a0;
    color: #7b7b7b;
    padding: 4px;
    width: 90%;
    background: #fffeee none repeat scroll 0 0;
    float: left;
    height: 160px; }
.pr-07 .pr-review {
  padding-top: 9px; }
  .pr-07 .pr-review li {
    margin-bottom: 7px;
    border-bottom: 1px solid #8b8b8b; }
    .pr-07 .pr-review li .suthor {
      width: 15%; }
    .pr-07 .pr-review li .r-contect {
      padding: 9px 15px;
      position: relative;
      width: 85%; }
      .pr-07 .pr-review li .r-contect .rate-star i {
        color: #ffe200; }

.pr-08 .btn-qmark {
  background: transparent url("../images/icon.png") no-repeat scroll 0 -1842px;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  position: absolute;
  width: 20px; }
.pr-08 .qalist {
  border-top: 1px solid #8b8b8b;
  color: #444;
  margin: 8px 0 0;
  padding: 10px; }
  .pr-08 .qalist .time {
    color: #666;
    font-style: italic; }
  .pr-08 .qalist .q2 {
    width: 100%;
    padding: 0 0 20px 10px;
    font-weight: bold; }
    .pr-08 .qalist .q2 span.icon {
      background: transparent url("../images/icon.png") no-repeat scroll 0 -1400px;
      display: inline-block;
      width: 22px;
      height: 32px; }
      @media (max-width: 767px) {
        .pr-08 .qalist .q2 span.icon {
          height: 52px; } }
    @media (max-width: 767px) {
      .pr-08 .qalist .q2 p {
        width: 90%; } }
  .pr-08 .qalist .a1 {
    padding: 0 0 0 10px;
    width: 100%; }
    .pr-08 .qalist .a1 span.icon {
      background: transparent url("../images/icon.png") no-repeat scroll -38px -1400px;
      display: inline-block;
      width: 22px;
      height: 37px; }
      @media (max-width: 991px) and (min-width: 768px) {
        .pr-08 .qalist .a1 span.icon {
          height: 55px; } }
      @media (max-width: 767px) {
        .pr-08 .qalist .a1 span.icon {
          height: 65px; } }
    .pr-08 .qalist .a1 span.img {
      background: transparent url("../images/love.png") no-repeat scroll 0 0;
      height: 18px;
      width: 20px;
      display: inline-block; }
    @media (max-width: 991px) and (min-width: 768px) {
      .pr-08 .qalist .a1 p {
        width: 95%; } }
    @media (max-width: 767px) {
      .pr-08 .qalist .a1 p {
        width: 90%; } }
.pr-08 .qaform {
  padding: 10px; }
  .pr-08 .qaform li {
    margin-bottom: 5px;
    *zoom: 1; }
    .pr-08 .qaform li:before, .pr-08 .qaform li:after {
      content: "";
      display: table; }
    .pr-08 .qaform li:after {
      clear: both; }
  .pr-08 .qaform label {
    color: #1c0d0d;
    float: left;
    margin: 5px 0;
    padding-left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px; }
  .pr-08 .qaform .textarea-long {
    border: 1px solid #9fa0a0;
    color: #7b7b7b;
    padding: 4px;
    width: 90%;
    background: #fffeee none repeat scroll 0 0;
    float: left;
    height: 160px; }
  .pr-08 .qaform .input-medium {
    height: 25px;
    width: 35%;
    background: #fffeee none repeat scroll 0 0;
    border: 1px solid #9fa0a0;
    float: left; }

.errorInfo {
  color: #d80f0f;
  display: inline-block;
  float: left;
  margin-left: 5px;
  text-align: left; }

.certification-ch {
  font-size: 16px; }
  .certification-ch .file {
    padding: 30px 50px; }
    .certification-ch .file p {
      line-height: 1.8; }
    @media (max-width: 767px) {
      .certification-ch .file {
        padding: 20px; } }
  .certification-ch a {
    color: #317cef;
    text-decoration: none; }
  .certification-ch .file-list {
    margin-bottom: 10px;
    overflow: hidden; }
    .certification-ch .file-list h3 {
      font-size: 20px;
      color: #333;
      margin-bottom: 30px; }
    .certification-ch .file-list .left, .certification-ch .file-list .right {
      border: 1px dashed #ddd;
      padding: 25px 30px; }
  .certification-ch p.verification {
    text-align: center;
    cursor: pointer; }
  .certification-ch .certifi-search {
    float: none; }
    .certification-ch .certifi-search .box {
      border: 1px solid #333;
      margin: 50px 0; }
      .certification-ch .certifi-search .box p {
        background: #333;
        color: #fff;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-bottom: 0; }
      .certification-ch .certifi-search .box .input-text {
        height: 100px;
        color: #666; }
    .certification-ch .certifi-search .search-result p {
      color: #49b232;
      text-align: center;
      font-weight: bold; }
    .certification-ch .certifi-search .search-result p.fs {
      font-size: 40px;
      margin-top: 30px; }
    .certification-ch .certifi-search .no-result {
      margin-top: 30px;
      color: #333;
      text-align: center;
      font-weight: bold; }
  .certification-ch .certifi-tip {
    padding: 15px 50px;
    background: #eee;
    color: #666;
    line-height: 25px;
    margin-top: 150px;
    border-top: 1px dashed #c5c5c5; }

.oops-ch {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 150px 0; }
  @media (max-width: 767px) {
    .oops-ch {
      padding: 20px 0; } }
  .oops-ch .word {
    border: 1px dashed #c2b49a;
    padding: 35px 25px;
    line-height: 2;
    margin-top: 35%;
    background: #fff;
    font-size: 14px; }
    @media (max-width: 768px) {
      .oops-ch .word {
        margin-top: 0; } }
    .oops-ch .word a {
      color: #317cef;
      text-decoration: underline; }

.search-no {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .search-no {
      margin: 0; } }
  .search-no p.search {
    display: inline-block;
    text-align: right; }
    @media (max-width: 767px) {
      .search-no p.search {
        text-align: center; } }
  .search-no div {
    display: inline-block;
    margin: 10px 0 0 0; }
    @media (max-width: 767px) {
      .search-no div {
        display: block;
        text-align: center; } }
    .search-no div a {
      text-decoration: underline; }
      .search-no div a:hover {
        color: #f41111; }

@media (max-width: 767px) {
  .search-result {
    text-align: center; } }

.training-ch {
  margin-bottom: 70px; }
  .training-ch h3 {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
    text-align: center; }
    .training-ch h3 span {
      border-bottom: 3px solid #317cef;
      padding: 8px 10px; }
    .training-ch h3 span.sub {
      border-bottom: none;
      font-family: Arial, Helvetica, sans-serif; }
  .training-ch .total {
    background: #fafafa;
    margin-top: 20px; }
    .training-ch .total .pd20 {
      padding-right: 30px; }
    .training-ch .total h3 {
      font-size: 20px;
      color: #2a609e;
      margin: 15px 0 10px 0;
      text-align: left; }
    .training-ch .total p {
      line-height: 1.5;
      color: #666;
      font-size: 14px; }
    .training-ch .total .intro {
      border-bottom: 1px dashed #ebebeb; }
    .training-ch .total ul {
      font-size: 14px; }
      .training-ch .total ul li {
        line-height: 1.5; }
        .training-ch .total ul li a {
          color: #333; }
        .training-ch .total ul li a:hover {
          color: #317cef;
          text-decoration: underline; }
    .training-ch .total p.more {
      margin-top: 15px; }
    .training-ch .total .details-btn {
      padding: 4px 12px;
      border-radius: 20px;
      color: #fff;
      background: #333;
      text-decoration: none; }
      .training-ch .total .details-btn span {
        color: #fff;
        font-weight: bold; }

#cd-timeline {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em; }

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 1px;
  background: #ccc; }

@media only screen and (min-width: 992px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em; }

  #cd-timeline::before {
    left: 7.3%;
    margin-left: -2px; } }
.cd-timeline-block {
  position: relative;
  margin: 2em 0; }

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-block:first-child {
  margin-top: 0; }

.cd-timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 992px) {
  .cd-timeline-block {
    margin: 4em 0; }

  .cd-timeline-block:first-child {
    margin-top: 0; }

  .cd-timeline-block:last-child {
    margin-bottom: 0; } }
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 27px; }

.cd-timeline-img img {
  display: block;
  width: 29px;
  height: 27px;
  position: relative;
  left: 50%;
  top: 0;
  margin-left: -12px;
  margin-top: -12px; }
  @media (max-width: 768px) {
    .cd-timeline-img img {
      left: -30%; } }
  @media (max-width: 767px) {
    .cd-timeline-img img {
      left: 10%; } }

@media only screen and (min-width: 1200px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 5%;
    margin-left: -6px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden; }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; } }
@media only screen and (max-width: 1199px) {
  .cd-timeline-img {
    width: 50px;
    height: 60px;
    left: 5%;
    margin-left: -6px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; } }
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.cd-timeline-content {
  position: relative;
  margin-left: 30px;
  background: #ffffff;
  padding: 0 1em; }
  .cd-timeline-content li {
    margin-bottom: 10px; }

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-content h2 {
  color: #303e49;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 10px; }

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem; }

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block; }

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6; }

.cd-timeline-content .cd-read-more {
  float: right;
  color: #333; }

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
  font-size: 20px;
  font-weight: bold;
  color: #ccc; }

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff; }

@media only screen and (min-width: 992px) {
  .cd-timeline-content h2 {
    /* font-size: 1rem; */
    font-size: 16px;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 10px; }
    .cd-timeline-content h2 span {
      font-family: Arial, Helvetica, sans-serif;
      color: #999; }

  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem; }

  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem; } }
@media only screen and (min-width: 992px) {
  .cd-timeline-content {
    margin-left: 0;
    width: 91%;
    margin-top: -1.5em; }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff; }

  .cd-timeline-content .cd-read-more {
    font-size: 14px;
    float: left; }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: -25px;
    font-size: 16px;
    /* font-size: 1rem;  */
  }

  .cd-timeline-block .cd-timeline-content {
    float: right; }

  .cd-timeline-block .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff; }

  .cd-timeline-block .cd-timeline-content .cd-read-more {
    font-size: 14px;
    float: right; }

  .cd-timeline-block .cd-timeline-content .cd-date {
    left: auto;
    right: 12%;
    color: #ccc;
    font-size: 30px;
    font-weight: bold; }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden; }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; } }
@media only screen and (min-width: 992px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
.topic-ch .topic-banner {
  width: 100%;
  position: relative;
  height: 680px;
  z-index: 10;
  overflow: hidden; }
  .topic-ch .topic-banner .banner-info {
    text-align: center;
    color: #eee;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    bottom: -5rem; }
    @media (max-width: 767px) {
      .topic-ch .topic-banner .banner-info {
        bottom: -3rem; } }
    @media (max-width: 320px) {
      .topic-ch .topic-banner .banner-info {
        bottom: 0; } }
    .topic-ch .topic-banner .banner-info .content {
      padding: 0 30px;
      overflow: hidden;
      margin: 30px; }
      .topic-ch .topic-banner .banner-info .content p {
        text-align: left; }
        .topic-ch .topic-banner .banner-info .content p span {
          display: inline-block;
          width: 75%;
          font-size: 16px;
          line-height: 1.8; }
        .topic-ch .topic-banner .banner-info .content p span.tit {
          display: inline-block;
          width: 25%;
          font-size: 12px;
          vertical-align: top;
          line-height: 1.8; }
        @media (max-width: 1199px) {
          .topic-ch .topic-banner .banner-info .content p span {
            display: inline-block;
            width: 70%;
            font-size: 16px;
            line-height: 1.8; }
          .topic-ch .topic-banner .banner-info .content p span.tit {
            display: inline-block;
            width: 30%;
            font-size: 12px;
            vertical-align: top;
            line-height: 1.8; } }
        @media (max-width: 767px) {
          .topic-ch .topic-banner .banner-info .content p span {
            font-size: 14px; } }
    .topic-ch .topic-banner .banner-info .font42 {
      font-size: 42px;
      margin-top: 2rem;
      margin-bottom: 1rem;
      line-height: 1.5; }
    .topic-ch .topic-banner .banner-info .font36 {
      font-size: 36px; }
    .topic-ch .topic-banner .banner-info .btn-p {
      margin-top: 5rem; }
    .topic-ch .topic-banner .banner-info .btn-b {
      background: #ff6000;
      border-color: #ff6000;
      margin-left: 10%; }
      .topic-ch .topic-banner .banner-info .btn-b:hover {
        background: #ed5d07; }
    .topic-ch .topic-banner .banner-info .btn {
      padding: 18px 30px;
      display: inline;
      border-radius: 30px;
      font-size: 18px;
      font-weight: normal; }
    @media (max-width: 768px) {
      .topic-ch .topic-banner .banner-info .font42 {
        font-size: 20px; }
      .topic-ch .topic-banner .banner-info .font36 {
        font-size: 16px; }
      .topic-ch .topic-banner .banner-info .content {
        padding: 0 10px; }
      .topic-ch .topic-banner .banner-info .btn {
        padding: 10px 20px;
        font-size: 14px; } }
.topic-ch h3 {
  color: #333;
  font-size: 20px;
  margin: 25px 0;
  text-align: center; }
  .topic-ch h3 span {
    border-bottom: 3px solid #317cef;
    padding: 8px 10px; }
  .topic-ch h3 span.sub {
    border-bottom: none;
    font-family: Arial, Helvetica, sans-serif; }
.topic-ch .total {
  background: #fafafa;
  margin-top: 20px; }
  .topic-ch .total .pd20 {
    padding-right: 30px; }
  .topic-ch .total .right {
    padding: 30px; }
  .topic-ch .total .slides li {
    position: relative; }
    .topic-ch .total .slides li p {
      position: absolute;
      bottom: 0;
      background: rgba(34, 34, 34, 0.7);
      padding: 8px 10px;
      margin-bottom: 0;
      width: 100%;
      font-size: 16px;
      color: #fff;
      text-align: left; }
  .topic-ch .total .flex-control-nav {
    display: none; }
  .topic-ch .total .flex-direction-nav .flex-next {
    opacity: 0.6;
    filter: alpha(opacity=0.6); }
  .topic-ch .total .flex-direction-nav .flex-prev {
    opacity: 0.6;
    filter: alpha(opacity=0.6); }
  .topic-ch .total ul {
    font-size: 14px; }
    .topic-ch .total ul li {
      line-height: 1.5; }
      .topic-ch .total ul li a {
        color: #333; }
      .topic-ch .total ul li a:hover {
        color: #317cef;
        text-decoration: underline; }
  .topic-ch .total p.more {
    margin-top: 15px; }
  .topic-ch .total .details-btn {
    padding: 4px 12px;
    border-radius: 20px;
    color: #fff;
    background: #333;
    text-decoration: none; }
    .topic-ch .total .details-btn span {
      color: #fff;
      font-weight: bold; }
.topic-ch .organizer, .topic-ch .sponsor, .topic-ch .vip-exhibitors {
  overflow: hidden;
  margin-bottom: 30px; }
  .topic-ch .organizer img, .topic-ch .sponsor img, .topic-ch .vip-exhibitors img {
    border: 1px solid #ddd; }
  .topic-ch .organizer ul, .topic-ch .sponsor ul, .topic-ch .vip-exhibitors ul {
    overflow: hidden; }
    .topic-ch .organizer ul li, .topic-ch .sponsor ul li, .topic-ch .vip-exhibitors ul li {
      margin-bottom: 30px; }
.topic-ch .sponsor {
  background: #f2f2f2; }
  .topic-ch .sponsor ul {
    overflow: hidden;
    padding-bottom: 30px; }
.topic-ch .photograph h3 {
  margin-top: 0; }
.topic-ch .photograph li {
  margin-bottom: 25px; }
  .topic-ch .photograph li p {
    padding: 14px 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd; }
    .topic-ch .photograph li p a {
      color: #333; }
.topic-ch .photograph li:hover {
  cursor: pointer; }
  .topic-ch .photograph li:hover p {
    border-bottom: 1px solid #ff6000;
    background: #ff6000; }
    .topic-ch .photograph li:hover p a {
      color: #fff;
      padding-left: 15px;
      text-decoration: none; }

.topic-signup-ch {
  background: #161616; }
  .topic-signup-ch .title {
    background: #3a75c9;
    line-height: 50px;
    height: 50px; }
    .topic-signup-ch .title a {
      color: #fff;
      text-align: left;
      font-size: 14px;
      padding-left: 10px;
      text-decoration: none; }
    .topic-signup-ch .title .topic-go {
      margin-left: 25%;
      padding-left: 0;
      font-size: 16px; }
      .topic-signup-ch .title .topic-go:hover {
        text-decoration: underline; }
  @media (max-width: 767px) {
    .topic-signup-ch .title {
      height: auto;
      line-height: normal;
      text-align: center;
      padding: 10px; }
      .topic-signup-ch .title a {
        padding: 10px; }
      .topic-signup-ch .title .topic-go {
        margin: 0; } }
  .topic-signup-ch .wrapper {
    background: #fafafa;
    padding-bottom: 25px; }
  .topic-signup-ch .topic-form {
    background: #fff;
    border: 1px solid #eaeaea;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 8%;
    box-shadow: 0 3px 1px 1px #eaeaea; }
    @media (max-width: 767px) {
      .topic-signup-ch .topic-form {
        margin: 0 1%; } }
    .topic-signup-ch .topic-form label {
      color: #666;
      font-size: 16px;
      text-align: right; }
      @media (max-width: 767px) {
        .topic-signup-ch .topic-form label {
          text-align: left; } }
    .topic-signup-ch .topic-form .h-tit {
      font-size: 30px;
      color: #333;
      text-align: center;
      margin: 50px 0; }
      @media (max-width: 767px) {
        .topic-signup-ch .topic-form .h-tit {
          font-size: 22px;
          margin: 20px 0; } }
      .topic-signup-ch .topic-form .h-tit span {
        color: #3a75c9; }
    .topic-signup-ch .topic-form .pay {
      padding: 20px; }
      .topic-signup-ch .topic-form .pay h4 {
        font-size: 16px;
        padding: 40px 0 30px 0; }
      .topic-signup-ch .topic-form .pay ul {
        height: 62;
        overflow: visible;
        display: block;
        position: relative; }
      .topic-signup-ch .topic-form .pay li {
        float: left;
        margin-right: 30px;
        border: 1px solid #ddd;
        padding: 6px 10px;
        font-size: 16px;
        cursor: pointer; }
        .topic-signup-ch .topic-form .pay li a {
          text-decoration: none; }
      .topic-signup-ch .topic-form .pay a {
        float: right; }
      .topic-signup-ch .topic-form .pay p {
        margin-bottom: 35px; }
  .topic-signup-ch .form_01 {
    padding: 0 15%;
    border-bottom: 1px dashed #ebebeb; }
    .topic-signup-ch .form_01 .btn_add {
      color: #3a75c9;
      border-color: #3a75c9; }
      .topic-signup-ch .form_01 .btn_add:hover, .topic-signup-ch .form_01 .btn_add:active, .topic-signup-ch .form_01 .btn_add:focus {
        background: #fff; }
    @media (max-width: 767px) {
      .topic-signup-ch .form_01 {
        padding: 0 2%; } }
  .topic-signup-ch .tips {
    color: #bc8b02;
    background: #fffdec;
    /*height: 45px;*/
    line-height: 45px;
    border: 1px solid #bc8b02;
    width: 100%;
    padding-left: 10px;
    font-size: 14px; }
    @media (max-width: 767px) {
      .topic-signup-ch .tips {
        line-height: initial; } }
  .topic-signup-ch .price {
    padding: 30px 25px;
    border-bottom: 1px dashed #ebebeb; }
    @media (max-width: 767px) {
      .topic-signup-ch .price {
        padding: 2%; } }
    .topic-signup-ch .price .sub-tit {
      height: 45px;
      line-height: 45px;
      color: #fff;
      background: #3a75c9;
      cursor: pointer;
      font-size: 16px; }
      .topic-signup-ch .price .sub-tit .t1, .topic-signup-ch .price .sub-tit .t2, .topic-signup-ch .price .sub-tit .t3, .topic-signup-ch .price .sub-tit .t4 {
        display: inline-block;
        width: 32px;
        vertical-align: middle;
        margin: 0 15px;
        height: 25px;
        background: url(../images/topic-form-icon.png) 0 0 no-repeat; }
      .topic-signup-ch .price .sub-tit .t2 {
        background: url(../images/topic-form-icon.png) 0 -30px no-repeat; }
      .topic-signup-ch .price .sub-tit .t3 {
        background: url(../images/topic-form-icon.png) 0 -60px no-repeat; }
      .topic-signup-ch .price .sub-tit i {
        float: right;
        margin-right: 20px;
        line-height: 45px; }
  .topic-signup-ch table {
    width: 100%; }
    .topic-signup-ch table tr {
      border: 1px solid #ddd;
      border-top: none; }
    .topic-signup-ch table th, .topic-signup-ch table td {
      padding: 18px 10px;
      color: #666;
      font-size: 16px; }
    .topic-signup-ch table td .form-num {
      width: 60px; }
    .topic-signup-ch table td .input-group {
      min-width: 168px; }
    .topic-signup-ch table td .input-group-addon {
      color: #666; }
    .topic-signup-ch table .input_num {
      width: 55px;
      display: table-cell;
      margin: 0 10px 0 15px; }
    .topic-signup-ch table .check-box {
      display: table-cell;
      margin: 0 15px 0 10px; }
  .topic-signup-ch .total {
    text-align: right;
    font-size: 16px;
    margin: 0 20px;
    padding-top: 0; }
    .topic-signup-ch .total .totalText {
      display: table-cell;
      width: 25%; }
  .topic-signup-ch .info {
    color: #bc8b02;
    background: #fffdec;
    border: 1px solid #bc8b02;
    padding: 15px;
    font-size: 14px;
    margin: 20px; }
    .topic-signup-ch .info tr, .topic-signup-ch .info td {
      border: none;
      color: #bc8b02;
      font-size: 14px;
      padding: 0; }

.topic-en .banner-info {
  text-align: center;
  color: #eee;
  position: relative;
  bottom: -10rem !important;
  font-family: Times New Roman,serif !important; }
  .topic-en .banner-info .font32 {
    font-size: 46px;
    margin-top: 2rem; }
  .topic-en .banner-info .font22 {
    font-size: 28px; }
  @media (max-width: 767px) {
    .topic-en .banner-info .font32 {
      font-size: 28px; }
    .topic-en .banner-info .font22 {
      font-size: 20px; } }
  .topic-en .banner-info .btn-b {
    margin-left: 0 !important; }
  .topic-en .banner-info .btn {
    padding: 20px 30px;
    display: inline;
    border-radius: 30px;
    font-size: 18px; }
@media (max-width: 767px) {
  .topic-en .photograph li p a {
    font-size: 12px !important; } }

#single_image {
  padding: 5px;
  border: 1px solid #ccc;
  display: inline-block; }

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