/*
Theme Name: Tele Theme
Author: WP花园
Author URI: http://www.wordpresshy.com
Description: WP花园定制客户专用主题
Version: 2.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensings details here: http://themeforest.net/licenses/regular_extended
Text Domain: tele
*/
/* use bootstrap 3 grid system only */
@-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: 988px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 988px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 988px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 988px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 989px) and (max-width: 989px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 989px) and (max-width: 989px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 989px) and (max-width: 989px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 989px) and (max-width: 989px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 990px) 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 !important;
  }
  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: 988px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 989px) and (max-width: 989px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 990px) 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 !important;
  }
  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;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 989px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 990px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 989px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 990px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* wphy's custom less file */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
figure {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea {
  border: 0;
  outline: none;
}
select {
  border: 1px #cccccc solid;
  outline: none;
}
strong {
  font-weight: bold;
}
ul,
li {
  list-style: none;
  background: transparent;
}
img {
  border-style: none;
  display: block;
  height: auto;
}
a {
  color: #337ab7;
  text-decoration: none;
}
.full-con {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
embed {
  max-width: 100%;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb-10 {
  margin-bottom: -10px;
}
.mb-20 {
  margin-bottom: -20px;
}
.mb-30 {
  margin-bottom: -30px;
}
.mb-40 {
  margin-bottom: -40px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-80 {
  margin-bottom: -80px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.p10 {
  padding: 10px 0;
}
.p20 {
  padding: 20px 0;
}
.p40 {
  padding: 40px 0;
}
.p30 {
  padding: 30px 0;
}
.pl50 {
  padding-left: 50px !important;
}
.blue {
  background-color: #658bc8;
}
.red {
  background-color: #a31416;
}
.gray {
  background-color: #eaeaea;
}
.c667 {
  background-color: #667c72;
}
.c4ea {
  background-color: #4ea29c;
}
.c565 {
  background-color: #565294;
}
.ef {
  background-color: #efefef;
}
.elf {
  background-color: #e1f0e6;
}
.gform_wrapper .gfield_required {
  color: #4a4a4a !important;
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on March 20, 2017 6:43 AM */
@font-face {
  font-family: 'Calibri-Bold';
  src: url('fonts/calibri/Calibri-Bold.eot');
  src: url('fonts/calibri/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/calibri/Calibri-Bold.woff') format('woff'), url('fonts/calibri/Calibri-Bold.ttf') format('truetype'), url('fonts/calibri/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('fonts/calibri/Calibri.eot');
  src: url('fonts/calibri/Calibri.eot?#iefix') format('embedded-opentype'), url('fonts/calibri/Calibri.woff') format('woff'), url('fonts/calibri/Calibri.ttf') format('truetype'), url('fonts/calibri/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri-Light';
  src: url('fonts/calibri/Calibri-Light.eot');
  src: url('fonts/calibri/Calibri-Light.eot?#iefix') format('embedded-opentype'), url('fonts/calibri/Calibri-Light.woff') format('woff'), url('fonts/calibri/Calibri-Light.ttf') format('truetype'), url('fonts/calibri/Calibri-Light.svg#Calibri-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri-Italic';
  src: url('fonts/calibri/Calibri-Italic.eot');
  src: url('fonts/calibri/Calibri-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/calibri/Calibri-Italic.woff') format('woff'), url('fonts/calibri/Calibri-Italic.ttf') format('truetype'), url('fonts/calibri/Calibri-Italic.svg#Calibri-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Calibri-Light_1';
  src: url('fonts/calibri/Calibri-Light_1.eot');
  src: url('fonts/calibri/Calibri-Light_1.eot?#iefix') format('embedded-opentype'), url('fonts/calibri/Calibri-Light_1.woff') format('woff'), url('fonts/calibri/Calibri-Light_1.ttf') format('truetype'), url('fonts/calibri/Calibri-Light_1.svg#Calibri-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri-BoldItalic';
  src: url('fonts/calibri/Calibri-BoldItalic.eot');
  src: url('fonts/calibri/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/calibri/Calibri-BoldItalic.woff') format('woff'), url('fonts/calibri/Calibri-BoldItalic.ttf') format('truetype'), url('fonts/calibri/Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on March 20, 2017 6:51 AM */
@font-face {
  font-family: 'SancoaleSoftenedMediumItal';
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedMediumItal.eot');
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedMediumItal.eot?#iefix') format('embedded-opentype'), url('fonts/SancoaleSoftened/SancoaleSoftenedMediumItal.woff') format('woff'), url('fonts/SancoaleSoftened/SancoaleSoftenedMediumItal.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SancoaleSoftenedBlackItal';
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedBlackItal.eot');
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedBlackItal.eot?#iefix') format('embedded-opentype'), url('fonts/SancoaleSoftened/SancoaleSoftenedBlackItal.woff') format('woff'), url('fonts/SancoaleSoftened/SancoaleSoftenedBlackItal.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'SancoaleSoftened';
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedMedium.eot');
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedMedium.eot?#iefix') format('embedded-opentype'), url('fonts/SancoaleSoftened/SancoaleSoftenedMedium.woff') format('woff'), url('fonts/SancoaleSoftened/SancoaleSoftenedMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'SancoaleSoftenedBoldItal';
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedBoldItal.eot');
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedBoldItal.eot?#iefix') format('embedded-opentype'), url('fonts/SancoaleSoftened/SancoaleSoftenedBoldItal.woff') format('woff'), url('fonts/SancoaleSoftened/SancoaleSoftenedBoldItal.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'SancoaleSoftenedRegularItal';
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedRegularItal.eot');
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedRegularItal.eot?#iefix') format('embedded-opentype'), url('fonts/SancoaleSoftened/SancoaleSoftenedRegularItal.woff') format('woff'), url('fonts/SancoaleSoftened/SancoaleSoftenedRegularItal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SancoaleSoftenedLightItal';
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedLightItal.eot');
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedLightItal.eot?#iefix') format('embedded-opentype'), url('fonts/SancoaleSoftened/SancoaleSoftenedLightItal.woff') format('woff'), url('fonts/SancoaleSoftened/SancoaleSoftenedLightItal.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'SancoaleSoftened';
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedBlack.eot');
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedBlack.eot?#iefix') format('embedded-opentype'), url('fonts/SancoaleSoftened/SancoaleSoftenedBlack.woff') format('woff'), url('fonts/SancoaleSoftened/SancoaleSoftenedBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'SancoaleSoftenedThinItal';
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedThinItal.eot');
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedThinItal.eot?#iefix') format('embedded-opentype'), url('fonts/SancoaleSoftened/SancoaleSoftenedThinItal.woff') format('woff'), url('fonts/SancoaleSoftened/SancoaleSoftenedThinItal.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'SancoaleSoftened';
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedBold.eot');
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedBold.eot?#iefix') format('embedded-opentype'), url('fonts/SancoaleSoftened/SancoaleSoftenedBold.woff') format('woff'), url('fonts/SancoaleSoftened/SancoaleSoftenedBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'SancoaleSoftened';
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedRegular.eot');
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedRegular.eot?#iefix') format('embedded-opentype'), url('fonts/SancoaleSoftened/SancoaleSoftenedRegular.woff') format('woff'), url('fonts/SancoaleSoftened/SancoaleSoftenedRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SancoaleSoftened';
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedThin.eot');
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedThin.eot?#iefix') format('embedded-opentype'), url('fonts/SancoaleSoftened/SancoaleSoftenedThin.woff') format('woff'), url('fonts/SancoaleSoftened/SancoaleSoftenedThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'SancoaleSoftened';
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedLight.eot');
  src: url('fonts/SancoaleSoftened/SancoaleSoftenedLight.eot?#iefix') format('embedded-opentype'), url('fonts/SancoaleSoftened/SancoaleSoftenedLight.woff') format('woff'), url('fonts/SancoaleSoftened/SancoaleSoftenedLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
body.zh-hans {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}
body.zh-hans .site-logo {
  margin: 20px 90px 20px 0;
  float: left;
}
body.zh-hans #change .right-btn {
  line-height: 158px;
}
body.zh-hans #change .change-text {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
  font-size: 34px;
}
body.zh-hans #presence h2 a,
body.zh-hans #solutions h2 a,
body.zh-hans #faq-btn .click-button a,
body.zh-hans .sub-cate h3 {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}
body.zh-hans #wechat p {
  margin: 44px 0;
}
body.zh-hans #tele p {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
  margin: 34.5px 0;
}
body.zh-hans .page-con .main-con .res-title {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
  font-weight: bold;
}
body.zh-hans .page-con .main-con h2 {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
  font-weight: bold;
  font-size: 18px;
}
body.zh-hans .page-con .main-con h3 {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
  font-weight: bold;
  font-size: 26px;
}
body.zh-hans .page-con .main-con p {
  font-size: 15px;
  line-height: 1.6;
}
body.en {
  font-family: Calibri ;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clr {
  clear: both;
}
#top-header {
  background: #003f77;
  height: 32px;
  line-height: 32px;
  margin: auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.container:after,
.row:before {
  clear: both;
}
.h-info {
  float: right;
}
.h-info a {
  float: left;
  margin-left: 2px;
  height: 32px;
  line-height: 32px;
}
.h-info a img {
  display: inline-block;
  margin-top: 2px;
}
.site-logo {
  margin: 20px 30px 20px 0;
  float: left;
}
.site-logo img {
  max-width: 232px;
  height: auto;
}
.slicknav_menu {
  display: none;
}
.main-menu {
  float: left;
}
.main-menu .selected {
  border-top: 6px solid #2dafe6 !important;
}
.main-menu > li {
  line-height: 88px;
  height: 88px;
  border-top: 6px solid #ffffff;
  float: left;
  width: auto !important;
  position: relative;
}
.main-menu > li:last-child {
  border: none !important;
  padding-top: 6px;
}
.main-menu > li:last-child a {
  color: #4a4a4a;
}
.main-menu > li a {
  display: inline-block;
  height: 82px;
  font-size: 15px;
  color: #9B9B9B;
  padding: 0 9px;
}
.main-menu > li a:hover {
  color: #4A4A4A;
}
.main-menu > li span {
  display: none;
}
.main-menu > li .sub-menu {
  display: none;
  position: absolute;
  background: #2dafe6;
  width: 207px !important;
  z-index: 100;
  padding: 10px;
  top: 82px;
}
.main-menu > li .sub-menu li {
  border-top: none !important;
  line-height: 24px !important;
  height: 24px !important;
  width: 100% !important;
}
.main-menu > li .sub-menu li a {
  line-height: 24px !important;
  height: 24px !important;
  color: #ffffff !important;
  width: 100%;
  padding: 0;
}
.main-menu > li .sub-menu li a:hover {
  color: #003F77 !important;
  font-weight: normal;
}
.icon-search {
  float: right;
  position: relative;
  margin-top: 37px;
}
.icon-search .ss-icon {
  cursor: pointer ;
  background-image: url(images/search.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-indent: -99999px;
  display: inline-block;
}
.icon-search .ss {
  z-index: 99;
  position: absolute;
  display: none;
  top: 30px;
  right: 0px;
}
.icon-search .ss input {
  background-color: #4A4A4A;
  color: #ffffff;
  border: 1px solid #4a4a4a;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-size: 16px;
  width: 240px;
}
.icon-search .ss input:-moz-placeholder,
.icon-search .ss textarea:-moz-placeholder {
  color: #ffffff;
}
.icon-search .ss input:-ms-input-placeholder,
.icon-search .ss textarea:-ms-input-placeholder {
  color: #ffffff;
}
.icon-search .ss input::-webkit-input-placeholder,
.icon-search .ss textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#content {
  position: relative;
}
#index-banner img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
#change {
  background: #003f77;
  margin: auto;
}
#change .change-con {
  padding-top: 40px;
  padding-bottom: 40px;
}
#change .right-btn {
  text-align: right;
  line-height: 154px;
}
#change .click-button a {
  color: #ffffff;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 1px solid #ffffff;
}
#change .click-button a:hover {
  background-color: #ffffff;
  color: #003F77 ;
  border: 1px solid #ffffff;
}
#change .change-text {
  font-size: 42px;
  color: #ffffff;
  font-family: SancoaleSoftenedMediumItal;
}
#change .change-text-bottom {
  font-family: SancoaleSoftenedRegularItal;
  font-size: 32px;
  color: #ffffff;
}
#presence {
  margin: 56px auto;
}
#presence h2 a {
  display: inline-block;
  font-size: 40px;
  color: #4a4a4a;
  margin-bottom: 30px;
  font-family: SancoaleSoftenedMediumItal;
}
#presence p {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
#presence img {
  max-width: 100%;
  margin: 40px auto 0;
}
#wechat {
  background: #a31416;
  margin: 100px auto 56px auto;
}
#wechat .click-button a {
  color: #ffffff;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 1px solid #ffffff;
}
#wechat .click-button a:hover {
  background-color: #ffffff;
  color: #A31416 ;
  border: 1px solid #ffffff;
}
#wechat .text-right {
  line-height: 164px;
}
#wechat img {
  margin-top: -40px;
  margin-left: -50px;
}
#wechat p {
  font-family: SancoaleSoftenedRegularItal;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.2;
  margin: 25px 0;
  padding-left: 20px;
}
#solutions {
  margin: 56px auto;
}
#solutions h2 a {
  display: inline-block;
  font-size: 40px;
  color: #4a4a4a;
  margin-bottom: 60px;
  font-family: SancoaleSoftenedMediumItal;
}
#solutions img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
#solutions p a {
  margin-top: 40px;
  font-size: 20px;
  color: #4a4a4a;
  padding: 3px 30px;
  line-height: 1.3333333;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 1px solid #4A4A4A;
  display: inline-block;
}
#solutions p a:hover {
  background-color: #4A4A4A ;
  color: #FFFFFF ;
  border: 1px solid #4A4A4A ;
}
#tele {
  height: 149px;
  background: #2dafe6;
  margin: 120px auto 50px;
}
#tele .click-button a {
  color: #ffffff;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 1px solid #ffffff;
}
#tele .click-button a:hover {
  background-color: #ffffff;
  color: #2DAFE6 ;
  border: 1px solid #ffffff;
}
#tele img {
  margin-top: -70px;
  margin-left: -150px;
}
#tele p {
  font-family: SancoaleSoftenedRegularItal;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.2;
  margin: 42px 0;
  padding-left: 40px;
}
#contact {
  margin: 56px auto;
}
#contact .contact1 {
  margin-left: -20px;
}
#contact .contact2 {
  margin-left: 20px;
}
#contact .contact3 {
  text-align: center;
  padding: 0;
}
#contact p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 22px;
}
#contact img {
  display: inline-block;
}
#contact span {
  border-right: 1px solid #979797;
  width: 1px;
  height: 172px;
  margin-top: 5px;
  margin-bottom: 0;
  display: inline-block;
}
#faq-btn {
  background: #565294;
  margin: auto;
}
#faq-btn .click-button a {
  font-family: SancoaleSoftenedMediumItal;
  padding: 5px 50px;
  font-size: 23px;
  color: #ffffff;
  line-height: 1.3333333;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 1px solid #ffffff;
  display: inline-block;
  margin: 23px 0;
}
#faq-btn .click-button a:hover {
  background-color: #ffffff;
  color: #565294 ;
  border: 1px solid #ffffff;
}
#footer {
  background: #003f77;
  margin: auto;
  padding: 40px 0 30px 0;
}
#footer h2 {
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
}
#footer h3 a {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
}
#footer ul li a {
  font-size: 14px;
  color: #9b9b9b;
}
#footer ul li a:hover {
  color: #EFEFEF;
}
#footer .foot3 {
  padding-left: 50px !important;
}
#footer .foot4 {
  padding-left: 100px !important;
}
#footer .foot3 h3 {
  margin-bottom: 30px;
}
#footer .last {
  margin-bottom: 0px !important;
}
#footer .share {
  padding: 70px 0 20px 0;
  clear: both;
}
#footer .share a img {
  display: inline-block;
}
#footer .copy span {
  font-size: 14px;
  color: #ffffff;
  margin-right: 50px;
}
.sub-bnr {
  margin: auto;
  text-align: center;
}
.sub-bnr img {
  width: 100%;
  height: auto;
}
.sub-cate {
  height: 60px;
  line-height: 60px;
  margin: auto;
  text-align: center;
}
.sub-cate h3 {
  color: #ffffff;
  font-family: SancoaleSoftenedMediumItal;
  font-size: 34px;
  display: inline-block;
}
.page-template-page-omnichannel .page-con {
  margin-bottom: 0 !important;
}
.page-template-page-omnichannel .page-con .main-con .main-list {
  margin-bottom: 0 !important;
}
.page-con {
  margin: 30px auto 80px auto;
}
.page-con img {
  max-width: 100%;
}
.page-con .crumbs {
  font-size: 12px;
  color: #767676;
  padding-left: 10px;
}
.page-con .crumbs a {
  color: #767676;
}
.page-con .center span {
  display: block;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #979797;
}
.page-con .center h2 {
  text-transform: none !important;
}
.page-con .gform_wrapper.gf_browser_chrome .gform_body {
  max-width: 100% !important;
}
.page-con .ginput_container_text input,
.page-con .name_last input,
.page-con .name_first input {
  background: #ffffff  !important;
  border: 1px solid #979797 !important;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
  border-radius: 3px !important;
  height: 34px !important;
}
.page-con .ginput_container_textarea textarearome .gform_body {
  max-width: 100% !important;
}
.page-con .ginput_container_textarea textarea {
  background: #ffffff  !important;
  border: 1px solid #979797 !important;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
  border-radius: 3px !important;
}
.page-con .gform_button {
  background: #003f77 !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 3px !important;
  width: 120px !important;
  height: 36px !important;
  font-size: 18px !important;
  color: #ffffff;
  cursor: pointer;
}
.page-con .gform_button:hover {
  background: #ffffff !important;
  border: 1px solid #003f77 !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 3px !important;
  color: #003f77 !important;
}
.page-con .form h3 {
  font-size: 22px !important;
  color: #4a4a4a !important;
}
.page-con .form label {
  font-size: 18px !important;
  color: #4a4a4a !important;
  font-weight: 200 !important;
}
.page-con .form .gform_button {
  background: #003f77 !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 3px !important;
  width: 120px !important;
  height: 36px !important;
  font-size: 18px !important;
  color: #ffffff;
  cursor: pointer;
}
.page-con .form .gform_button:hover {
  background: #ffffff !important;
  border: 1px solid #003f77 !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 3px !important;
  color: #003f77 !important;
}
.page-con .form input {
  background: #ffffff  !important;
  border: 1px solid #979797 !important;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
  border-radius: 3px !important;
  height: 34px !important;
}
.page-con .form .ginput_container_select {
  border-radius: 3px;
  height: 34px !important;
}
.page-con .form .ginput_container_select option {
  font-size: 14px;
  color: #4a4a4a;
}
.page-con .main-con {
  margin-top: 50px;
  overflow: hidden;
}
.page-con .main-con h2 {
  font-family: Calibri-Bold;
  font-size: 22px;
  color: #003f77;
  text-transform: Uppercase;
}
.page-con .main-con h2 a {
  color: #003f77;
}
.page-con .main-con h2 a:hover {
  color: #658BC8 !important;
}
.page-con .main-con .res-title {
  font-family: Calibri-Bold;
  font-size: 36px;
  color: #003f77;
  text-align: left;
}
.page-con .main-con .res-p {
  font-size: 23px;
  color: #4a4a4a;
  line-height: 28px;
}
.page-con .main-con .res-btn img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.page-con .main-con h3 {
  font-family: Calibri-Italic;
  font-size: 30px;
  color: #003f77;
}
.page-con .main-con h3 a {
  color: #003f77;
}
.page-con .main-con hr {
  margin: 30px 0;
  height: 1px;
  border: none;
  border-bottom: 1px solid #979797;
}
.page-con .main-con .hover a:hover .img {
  border-bottom: 10px solid #658BC8;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.page-con .main-con .hover a:hover h2 {
  color: #658BC8 !important;
}
.page-con .main-con .url {
  display: block;
}
.page-con .main-con .pbtn {
  background: #4a4a4a;
  border: 1px solid #4a4a4a;
  border-radius: 100px;
  color: #ffffff !important;
  display: inline-block;
  padding: 8px 30px;
  margin-bottom: 20px;
  cursor: pointer ;
}
.page-con .main-con .pbtn a {
  color: #ffffff;
}
.page-con .main-con p.pbtn:hover {
  background: #ffffff;
  color: #4a4a4a !important;
  border: 1px solid #4a4a4a;
}
.page-con .main-con p.pbtn:hover a {
  color: #4a4a4a;
}
.page-con .main-con .arc-title {
  font-family: Calibri-Italic;
  font-size: 35px;
  color: #003f77;
}
.page-con .main-con p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 20px;
  margin-top: 20px;
}
.page-con .main-con p strong {
  font-family: Calibri-Bold;
}
.page-con .main-con p img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.page-con .main-con .main-list {
  margin: 36px 0;
}
.page-con .main-con .main-list li:first-child {
  border-top: 1px solid #979797;
}
.page-con .main-con .main-list li {
  padding: 35px 0;
  border-bottom: 1px solid #979797;
  overflow: hidden;
}
.page-con .main-con .main-list li .entry-img {
  float: left;
  margin-right: 30px;
}
.page-con .main-con .main-list li .entry-content {
  overflow: hidden;
}
.page-con .main-con .main-list li .entry-title a {
  font-family: Calibri-Bold;
  font-size: 22px;
  color: #003f77;
}
.page-con .main-con .place .entry-img img {
  width: 416px;
  height: auto;
  border-bottom: 10px solid #003f77;
}
.page-con .main-con .news-list li {
  margin-bottom: 40px;
}
.page-con .main-con .news-list .entry-data {
  float: left;
  margin-right: 30px;
  padding-right: 20px;
  border-right: 1px solid #979797;
}
.page-con .main-con .news-list .entry-data span {
  font-family: Calibri-Bold;
  font-size: 21.6px;
  color: #767676;
  line-height: 1.2;
}
.page-con .main-con .news-list .entry-content {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #979797;
}
.page-con .main-con .news-list .entry-content .more {
  margin-top: 20px;
  display: inline-block;
  font-size: 16px;
  color: #4a4a4a;
  padding: 5px 20px;
  line-height: 1.3333333;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 1px solid #4A4A4A;
}
.page-con .main-con .news-list .entry-content .more:hover {
  background-color: #4A4A4A ;
  color: #FFFFFF ;
  border: 1px solid #4A4A4A ;
}
.page-con .main-con .img {
  border-bottom: 10px solid #003f77;
  margin-bottom: 25px;
}
.page-con .main-con .img img {
  width: 100%;
  height: auto;
}
.page-con .list-nav {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.page-con .list-nav .nav-next {
  background: url(images/l.png) no-repeat 40% 50%;
}
.page-con .list-nav .nav-next:hover {
  background: #979797 url(images/ll.png) no-repeat 40% 50%;
}
.page-con .list-nav .nav-previous {
  background: url(images/r.png) no-repeat 60% 50%;
}
.page-con .list-nav .nav-previous:hover {
  background: #979797 url(images/rr.png) no-repeat 60% 50%;
}
.page-con .list-nav span {
  margin: 0;
  border: 1px solid #979797;
  border-radius: 100px;
  width: 35px;
  height: 22px;
  display: inline-block;
  text-indent: 9999px;
}
.page-con .list-nav span a {
  display: block;
}
.page-con .omn {
  margin-top: -36px !important;
}
.page-con .omn li {
  border: none !important;
}
.page-con .omn-head {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
}
.page-con .omn-head .omn-img img {
  margin: auto;
  max-width: 100%;
  height: auto;
}
.page-con #cat-search {
  font-size: 14px;
  border: 1px #cccccc solid;
  height: 40px;
  line-height: 40px;
  background-color: #efefef;
  color: #767676;
  text-indent: 1rem;
  width: 200px;
}
.page-con .cat-select,
.page-con .cat-tag,
.page-con .cat-format {
  border: 1px #cccccc solid;
  font-size: 14px;
  color: #767676;
  line-height: 22px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 5px;
}
.page-con .btn-search {
  font-size: 14px;
  background: #4a4a4a;
  border: 1px solid #4a4a4a;
  border-radius: 2px;
  color: #ffffff !important;
  display: inline-block;
  padding: 4px 15px;
  cursor: pointer;
  margin-left: 5px;
}
.page-con .res-img img {
  margin: auto;
  max-width: 100%;
}
.wx {
  display: inline-block;
  position: relative;
}
.wx span {
  background-image: url(images/wx.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.41);
  width: 39px;
  height: 39px;
  border-radius: 100%;
  text-indent: -99999px;
  display: inline-block;
  border: 1px solid transparent;
}
.bk {
  display: inline-block;
  position: relative;
}
.bk span {
  background-image: url(images/bk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.41);
  width: 39px;
  height: 39px;
  border-radius: 100%;
  text-indent: -99999px;
  display: inline-block;
  border: 1px solid transparent;
  margin: 0 10px;
}
.yk {
  display: inline-block;
  position: relative;
}
.yk span {
  background-image: url(images/yk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.41);
  width: 39px;
  height: 39px;
  border-radius: 100%;
  text-indent: -99999px;
  display: inline-block;
  border: 1px solid transparent;
}
.wx span:hover {
  background-image: url(images/wxx.png);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.41);
}
.bk span:hover {
  background-image: url(images/bkk.png);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.41);
}
.yk span:hover {
  background-image: url(images/ykk.png);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.41);
}
.wb {
  display: inline-block;
  position: relative;
}
.wb span {
  background-image: url(images/wb.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.41);
  width: 39px;
  height: 39px;
  border-radius: 100%;
  text-indent: -99999px;
  display: inline-block;
  border: 1px solid transparent;
  margin: 0 10px;
}
.wb span:hover {
  background-image: url(images/wbb.png);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.41);
}
.wx-box {
  position: absolute;
  top: -150px;
  left: -55px;
  display: none;
}
.hwx {
  display: inline-block;
  position: relative;
}
.hwx span {
  background-image: url(images/twx.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-indent: -99999px;
  display: inline-block;
  margin: 5px 0;
}
.hyk {
  display: inline-block;
  position: relative;
}
.hyk span {
  background-image: url(images/tyk.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-indent: -99999px;
  display: inline-block;
  margin: 5px 0;
}
.hwx span:hover {
  background-image: url(images/twxx.png);
}
.hyk span:hover {
  background-image: url(images/tykk.png);
}
.hwb {
  display: inline-block;
  position: relative;
}
.hwb span {
  background-image: url(images/twb.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-indent: -99999px;
  display: inline-block;
  margin: 5px 10px;
}
.hwb span:hover {
  background-image: url(images/twbb.png);
}
.hbk {
  display: inline-block;
  position: relative;
}
.hbk span {
  background-image: url(images/tbk.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-indent: -99999px;
  display: inline-block;
  margin: 5px 5px;
}
.hbk span:hover {
  background-image: url(images/tbkk.png);
}
.lkd {
  display: inline-block;
  position: relative;
}
.lkd span {
  background-image: url(/wp-content/uploads/2018/05/linkedin-thumb-ease.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-indent: -99999px;
  display: inline-block;
  margin: 5px 5px;
}
.lkd span:hover {
  background-image: url(/wp-content/uploads/2018/05/linkedin-thumb.png);
}

.hwx-box {
  position: absolute;
  top: 32px;
  left: -40px;
  display: none;
  z-index: 999;
}
@media (min-width: 990px) {
  .show-pc {
    display: block !important;
  }
  .hide-pc {
    display: none !important;
  }
  .w1440 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .h458 {
    height: 458px;
  }
  .h375 {
    height: 375px;
  }
  .form {
    padding-left: 50px !important;
  }
  .about div:last-child {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .zh-hans .main-menu {
    margin-left: 60px;
  }
}
@media (max-width: 990px) {
  .zh-hans #change .change-text,
  .zh-hans #presence h2 a,
  .zh-hans #solutions h2 a {
    font-size: 28px !important;
  }
  .sub-cate h3 {
    font-size: 26px;
  }
  .show-mi {
    display: block !important;
  }
  .hide-mi {
    display: none !important;
  }
  .main-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .page-con {
    margin: 30px auto 50px auto;
  }
  .page-con .main-con {
    margin-top: 20px;
  }
  .page-con .btn-search {
    margin-top: 20px;
  }
  #change .change-con {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  #change .change-text {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
  }
  #change .change-text-bottom {
    text-align: center;
    font-size: 20px;
  }
  #change .right-btn {
    text-align: center;
    line-height: 100px;
  }
  #presence h2 {
    font-size: 26px;
  }
  #solutions h2 {
    width: 90%;
    margin: 0 auto 20px;
  }
  #solutions h2 a {
    margin: 0 auto;
  }
  #solutions p {
    margin-bottom: 60px;
  }
  #contact .contact1,
  #contact .contact2 {
    margin-left: 0px;
  }
  .contact1 {
    margin-top: 40px;
  }
  .contact1,
  .contact2,
  .contact3 {
    text-align: center;
    margin-bottom: 40px;
  }
  #contact {
    margin: -50px 0 0 0;
    background: #efefef;
  }
  #faq-btn .click-button a {
    font-family: SancoaleSoftenedBoldItal;
    font-size: 19px;
    color: #ffffff;
    padding: 10px 20px;
  }
  #footer .share {
    padding: 0px 0 30px 0;
    clear: both;
  }
  #footer .copy span {
    display: block;
    margin: auto;
    line-height: 2;
  }
  .page-con .main-con .main-list li .entry-img {
    float: none;
    margin: 0;
  }
  .page-con .main-con .main-list li .entry-img img {
    margin: auto;
    max-width: 100%;
  }
  .entry-logo img {
    margin: auto;
  }
  .pmt10 {
    margin-top: 10px;
  }
  .pmt20 {
    margin-top: 20px;
  }
  .pmb10 {
    margin-bottom: 10px;
  }
  .pmb20 {
    margin-bottom: 20px;
  }
}
