/*----------------------------------------------------------------------*/
/* 参数 */
/*----------------------------------------------------------------------*/
.trans {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text-shadow {
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.font-smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inner-clear:before,
.inner-clear:after {
  content: " ";
  display: table;
}
.inner-clear:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*----------------------------------------------------------------------*/
/* 重置 */
/*----------------------------------------------------------------------*/
body {
  color: #666666;
  font: 14px/1.6 "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f5f5;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #111111;
  font-weight: lighter;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #111;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: black;
}
::selection {
  background: #FFF5B8;
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
  display: block;
}
.site {
  max-width: 100%;
}
.site.boxed {
  width: 1170px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
a:hover {
  text-decoration: none;
}
blockquote {
  font-size: 16px;
}
.algin-left {
  text-align: left;
}
.algin-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.fc {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
.form-inline p.inline {
  display: inline-block;
}
/* =表单元素
----------------------------------*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  color: #777;
  padding: 7px;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 12px;
  -webkit-transition: .3s linear border;
  -moz-transition: .3s linear border;
  -ms-transition: .3s linear border;
  -o-transition: .3s linear border;
  transition: .3s linear border;
  -webkit-appearance: none;
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
}
textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
td.actions .coupon .input-text:focus,
.searchform input:focus {
  outline: 0;
  border-color: #129FEA;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 1px auto #129FEA;
}
.wpb_column .boxed-column input[type="text"],
.wpb_column .boxed-column input[type="password"],
.wpb_column .boxed-column input[type="email"],
.wpb_column .boxed-column input[type="tel"],
.wpb_column .boxed-column input[type="url"],
.wpb_column .boxed-column textarea {
  background: #fff;
  color: #999;
}
.theme-button,
#commentform #submit,
.wpcf7 .wpcf7-submit.theme-button#current-shop-items-overlay .buttons a,
.woocommerce .button,
input[type="submit"],
button {
  background: #4a97c2;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  margin: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
}
p.theme-button a {
  color: #ffffff;
}
p.theme-button a:hover {
  text-decoration: none;
}
p.theme-button {
  margin-bottom: 20px;
}
.theme-button:hover,
#commentform #submit:hover,
.wpcf7 .wpcf7-submit:hover,
#current-shop-items-overlay .buttons a:hover,
.woocommerce .button:hover,
input[type="submit"]:hover,
button:hover {
  background: #3b86b0;
  color: #fff;
  text-decoration: none;
}
#commentform #submit:active,
.wpcf7 .wpcf7-submit:active,
.theme-button:active,
#current-shop-items-overlay .buttons a:active,
.woocommerce .button:active,
input[type="submit"]:active,
button:active {
  color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}
.readmore-link-wrap {
  display: block;
}
.search-entry .readmore-link-wrap {
  margin-top: 10px;
}
.readmore-link {
  display: block;
  float: left;
}
.readmore-link,
#current-shop-items-overlay .buttons a,
.product-entry-details .button,
.woocommerce #sidebar .button,
table.my_account_orders .order-actions .button.view,
#current-shop-items-dropdown .buttons a {
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}
/* =Owl Carousel
----------------------------------*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*----------------------------------------------------------------------*/
/* WordPress 默认样式 */
/*----------------------------------------------------------------------*/
/*edit post link*/
.edit-post-link {
  margin: 40px 0;
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: right;
}
.edit-post-link a {
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border-width: 2px;
  font-size: 10px;
}
/*aligns*/
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
/*floats*/
.floatleftcenter {
  float: none;
  margin: 0 auto;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
/*text style*/
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
/*captions*/
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption {
  border: 1px solid #dfdfdf;
  text-align: center;
  background-color: #fff;
  padding: 10px 5px;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 0.875em;
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
}
/*smiley reset*/
.wp-smiley {
  margin: 0;
  max-height: 1em;
}
/*blockquote*/
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*img attachment*/
#img-attch-page {
  text-align: center;
  overflow: hidden;
}
#img-attch-page img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 20px;
}
/*password protected*/
.post-password-form label,
.post-password-form input {
  display: block;
  float: none;
}
.post-password-form input {
  margin-top: 10px;
}
.post-password-form input[type="password"] {
  width: 200px;
  max-width: 100%;
}
.post-password-form label {
  font-weight: bold;
  font-weight: 600;
  color: #000;
}
/*login form*/
form.login {
  padding: 20px;
  border: 1px solid #eee;
}
form.login .lost_password {
  margin-left: 20px;
  display: inline-block;
}
/*other*/
.wpstats {
  display: none;
}
/*----------------------------------------------------------------------*/
/* 页眉 */
/*----------------------------------------------------------------------*/
.site-header {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 15px 0;
  background-color: #fff;
  color: #fff;
  font-size: 16px;
  z-index: 1005;
  -moz-box-shadow: 0px 2px 2px #ccc;
  -webkit-box-shadow:0px 2px 2px #ccc;
  box-shadow: 0px 2px 2px #ccc;
}
.site-header .container {
  position: relative;
}
.site-header.white {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  z-index: 1003;
}
.site-header.white .main-navigation .menu-trigger i {
  color: #D90000;
}
.site-header.white .main-navigation ul.main-nav > li.active > a {
  border-color: #D90000;
}
.site-header.white .main-navigation ul.main-nav > li > a {
  color: #676767;
}
.site-header.white .main-navigation ul.main-nav > li > a:hover {
  text-decoration: none;
  border-color: #D90000;
}
.site-header.white .site-search-area .searchform {
  position: relative;
  height: 32px;
}
.site-header.white .site-search-area .searchform #s {
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #666;
}
.site-header.white .site-search-area .searchform .search-icon {
  color: #444;
}
.site-header.fixed-site-nav {
  background: transparent;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1005;
}
.site-header-inner-wrapper:before,
.site-header-inner-wrapper:after {
  content: " ";
  display: table;
}
.site-header-inner-wrapper:after {
  clear: both;
}
.sub-header {
  width: 100%;
  position: relative;
  min-height: 140px;
  background-color: #D90000;
  background-repeat: repeat;
}
/* =LOGO
----------------------------------*/
.site-branding {
  float: left;
  margin-right: 40px;
}
.site-branding .site-title {
  margin: 0;
}
/* =导航
----------------------------------*/
.main-navigation {
  float: left;
}
.main-navigation .menu-trigger {
  display: none;
  line-height: 50px;
}
.main-navigation .menu-trigger i {
  margin-top: 23px;
  font-size: 28px;
  color: #D90000;
}
.main-navigation ul.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation ul.main-nav li {
  position: relative;
}
.main-navigation ul.main-nav > li {
  display: inline-block;
  float: left;
  padding: 0 10px;
}
.main-navigation ul.main-nav > li.active > a,
.main-navigation ul.main-nav > li.current-menu-item > a {
  border-color: #fff;
}
.main-navigation ul.main-nav > li > a {
  display: block;
  line-height: 75px;
  padding: 0 5px;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation ul.main-nav > li > a:hover {
  text-decoration: none;
  border-color: #fff;
}
.main-navigation ul.main-nav > li > .sub-menu {
  margin: 8px 0 0 0;
}
.main-navigation ul.sub-menu {
  display: none;
  margin: 0;
  padding: 10px 0;
  min-width: 120px;
  background: #fff;
  position: absolute;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.main-navigation ul.sub-menu li {
  position: relative;
  padding: 5px 15px;
}
.main-navigation ul.sub-menu li:hover,
.main-navigation ul.sub-menu li:active {
  text-decoration: none;
  background: #f5f5f5;
}
.main-navigation ul.sub-menu li a {
  display: block;
  position: relative;
  color: #666;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.6;
}
.main-navigation ul.sub-menu li a.sf-with-ul:after {
  position: absolute;
  right: 0;
  top: 3px;
  display: block;
  font-size: 14px;
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-navigation ul.sub-menu li ul.sub-menu {
  margin: 0;
  padding: 0;
  left: 100%;
  top: 0;
  z-index: 999;
}
/* =MegaMenu
----------------------------------*/
.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li.megamenu.full-width {
  position: inherit !important;
}
.sf-menu li.megamenu.full-width > ul.sub-menu {
  width: 100% !important;
  left: 0;
  right: auto;
}
.sf-menu li.megamenu ul.sub-menu {
  min-width: 0;
}
.sf-menu li.megamenu a {
  overflow: hidden;
}
.sf-menu li.megamenu a.sf-with-ul:after {
  content: '' !important;
}
.sf-menu li.megamenu > ul.sub-menu {
  overflow: hidden;
}
.sf-menu li.megamenu > ul.sub-menu.nav-arrow {
  display: none;
}
.sf-menu li.megamenu > ul.sub-menu ul {
  box-shadow: none;
}
.sf-menu li.megamenu > ul.sub-menu > li {
  display: block;
  float: left;
  padding: 0 12px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-right: -1px;
}
.sf-menu li.megamenu > ul.sub-menu > li:first-child {
  border-left: none;
}
.sf-menu li.megamenu > ul.sub-menu > li:last-child {
  border-right: none;
}
.sf-menu li.megamenu > ul.sub-menu > li:hover,
.sf-menu li.megamenu > ul.sub-menu > li:active {
  background: transparent;
}
.sf-menu li.megamenu > ul.sub-menu > li > a {
  display: block;
  width: 100%;
  padding: 0 12px;
  font-weight: bolder;
}
.sf-menu li.megamenu > ul.sub-menu > li > ul {
  display: block !important;
  position: relative;
  padding: 0;
  width: 100%;
  top: auto;
  left: auto;
  opacity: 1 !important;
}
.sf-menu li.megamenu > ul.sub-menu > li > ul ul {
  display: none !important;
}
.sf-menu li.megamenu.hidden-heading > ul.sub-menu > li > a {
  display: none;
}
.sf-menu li.megamenu.col-1 > ul.sub-menu {
  width: 125px;
}
.sf-menu li.megamenu.col-1 > ul.sub-menu > li {
  width: 100%;
}
.sf-menu li.megamenu.col-2 > ul.sub-menu {
  width: 250px;
}
.sf-menu li.megamenu.col-2 > ul.sub-menu > li {
  width: 50%;
}
.sf-menu li.megamenu.col-2 > ul.sub-menu > li:nth-child(3n) {
  clear: both;
}
.sf-menu li.megamenu.col-3 > ul.sub-menu {
  width: 375px;
}
.sf-menu li.megamenu.col-3 > ul.sub-menu > li {
  width: 33.33%;
}
.sf-menu li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) {
  clear: both;
}
.sf-menu li.megamenu.col-4 > ul.sub-menu {
  width: 500px;
}
.sf-menu li.megamenu.col-4 > ul.sub-menu > li {
  width: 25%;
}
.sf-menu li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) {
  clear: both;
}
.sf-menu li.megamenu.col-5 {
  position: relative;
}
.sf-menu li.megamenu.col-5 > ul.sub-menu {
  width: 625px;
}
.sf-menu li.megamenu.col-5 > ul.sub-menu > li {
  width: 20%;
}
.sf-menu li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) {
  clear: both;
}
.sf-menu li.megamenu.w200 > ul.sub-menu {
  width: 200px !important;
}
.sf-menu li.megamenu.w250 > ul.sub-menu {
  width: 250px !important;
}
.sf-menu li.megamenu.w300 > ul.sub-menu {
  width: 300px !important;
}
.sf-menu li.megamenu.w350 > ul.sub-menu {
  width: 350px !important;
}
.sf-menu li.megamenu.w400 > ul.sub-menu {
  width: 400px !important;
}
.sf-menu li.megamenu.w450 > ul.sub-menu {
  width: 450px !important;
}
.sf-menu li.megamenu.w500 > ul.sub-menu {
  width: 500px !important;
}
.sf-menu li.megamenu.w550 > ul.sub-menu {
  width: 550px !important;
}
.sf-menu li.megamenu.w600 > ul.sub-menu {
  width: 600px !important;
}
.sf-menu li.megamenu.w650 > ul.sub-menu {
  width: 650px !important;
}
.sf-menu li.megamenu.w700 > ul.sub-menu {
  width: 700px !important;
}
.sf-menu li.megamenu.w750 > ul.sub-menu {
  width: 750px !important;
}
.sf-menu li.megamenu.w800 > ul.sub-menu {
  width: 800px !important;
}
.site-search-area {
  float: left;
  margin-top: 20px;
  padding: 0;
}
.site-search-area .searchform {
  position: relative;
  height: 32px;
}
.site-search-area .searchform #s {
  display: block;
  width: 200px;
  height: 32px;
  font-size: 14px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  border: none;
  padding: 5px 30px 5px 5px;
  outline: none;
  box-shadow: none;
}
.site-search-area .searchform #searchsubmit,
.site-search-area .searchform #search-toggle {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 1;
  padding: 0;
  right: 0;
  top: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  z-index: 999;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
}
.site-search-area .searchform #search-toggle {
  z-index: 1000;
  display: none;
}
.site-search-area .searchform .search-icon {
  font-size: 18px;
  position: absolute;
  color: rgba(255, 255, 255, 0.9);
  right: 8px;
  top: 0;
  z-index: 998;
}
/* =导航吸附效果
----------------------------------*/
.sticky-wrapper {
  position: relative;
}
.sticky-wrapper .site-header {
  width: auto;
}
.sticky-wrapper.is-sticky .site-header {
  height: 50px;
  padding: 0;
  background: #D90000;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.sticky-wrapper.is-sticky .site-header.white {
  border-bottom: 1px solid #e4e4e4;
}
.sticky-wrapper.is-sticky .site-header ul.main-nav {
  height: 50px;
}
.sticky-wrapper.is-sticky .site-header ul.main-nav > li {
  height: 50px;
}
.sticky-wrapper.is-sticky .site-header ul.main-nav > li > a {
  line-height: 45px;
}
.sticky-wrapper.is-sticky .site-header ul.main-nav > li > ul.sub-menu {
  margin: 0;
}
/* =移动设备导航
----------------------------------*/
body {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-x: hidden;
}
.site {
  overflow: hidden;
  background: #fff;
  -webkit-transition: all .65s ease;
  -moz-transition: all .65s ease;
  -o-transition: all .65s ease;
  -ms-transition: all .65s ease;
  transition: all .65s ease;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.menu-active {
  overflow: hidden !important;
  background: #323232;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.menu-active .mobile-overlay {
  display: block;
}
.menu-active .site {
  -webkit-transform: scale(0.85) translate(180px, 80px);
  -moz-transform: scale(0.85) translate(180px, 80px);
  -ms-transform: scale(0.85) translate(180px, 80px);
  -o-transform: scale(0.85) translate(180px, 80px);
  transform: scale(0.85) translate(180px, 80px);
  opacity: 0.35;
}
.menu-active .mobile-menu {
  display: block;
  -webkit-transform: translateX(0px) !important;
  -moz-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  -o-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}
.mobile-overlay {
  display: none;
  position: absolute;
  z-index: 1003;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9;
  padding: 0 10px;
  overflow: auto;
  -webkit-transform: translateX(-100%) scale(0.9);
  -moz-transform: translateX(-100%) scale(0.9);
  -ms-transform: translateX(-100%) scale(0.9);
  -o-transform: translateX(-100%) scale(0.9);
  transform: translateX(-100%) scale(0.9);
  -webkit-overflow-scrolling: touch;
}
.mobile-menu .mobile-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu .mobile-nav li {
  padding: 10px 0;
}
.mobile-menu .mobile-nav li.active a,
.mobile-menu .mobile-nav li.current-menu-item a {
  border-left: 2px solid #D90000;
}
.mobile-menu .mobile-nav li a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  padding: 0 5px;
}
/* =轮播
----------------------------------*/
.slider-area {
  background: #f1f1f1;
  width: 100%;
  height: 445px;
}
/* =Breadcrumbs
----------------------------------*/
.path {
  padding: 30px 0 20px 0;
  background: #f0f0f0;
  line-height: 35px;
}
.path .page-title {
  float: left;
}
.path .page-title span {
  color: #666;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
}
.path .breadcrumbs {
  float: right;
}
.path .breadcrumbs a {
  color: #666;
}
.path .breadcrumbs .current {
  color: #999;
}
/*----------------------------------------------------------------------*/
/* 通用 */
/*----------------------------------------------------------------------*/
.page-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
#blank.site-content {
  margin-top: 0;
  margin-bottom: 0;
}
.site-content {
  margin: 45px 0 45px 0;
}
.read-more {
  font-size: 14px;
  color: #f1583b;
}
.read-more:hover,
.read-more:active {
  color: #f4816b;
  text-decoration: none;
}
ul.icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.icon-list i {
  color: #D90000;
  margin-right: 5px;
}
ul.icon-list li {
  line-height: 30px;
}
span.cat a {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
span.cat a:after {
  display: block;
  position: absolute;
  top: 0;
  right: 6px;
  content: ',';
}
span.cat a:last-child:after {
  content: '';
}
.wide-full {
  width: 100%;
  margin-top: 0;
  height: auto;
}
.attrs-panel {
  width: 240px;
  background-color: #f3f3f3;
  border-radius: 3px;
  padding: 5px 20px;
  float: left;
  margin: 0 15px 15px 0;
}
.attrs-panel ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.attrs-panel ul li {
  padding: 15px 0 14px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #474747;
  overflow: hidden;
}
.attrs-panel ul li dt {
  width: 30%;
  float: left;
}
.attrs-panel ul li dd {
  width: 70%;
  float: left;
  padding-left: 15px;
}
.attrs-panel ul li:last-child {
  border-bottom: 0;
}
/* 视频播放 */
#player-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0 !important;
  overflow: hidden;
  text-align: -webkit-center;
  text-align: -moz-center;
}
#player-embed iframe,
#player-embed object,
#player-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* 边界 */
.mt0 {
  margin-top: 0 !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
/* =布局
----------------------------------*/
.col-aside,
.col-primary,
.col-secondary {
  float: left;
  padding: 0 15px;
  min-height: 1px;
}
.col-aside {
  width: 15%;
}
.col-primary {
  width: 67.5%;
}
.col-primary.cols-2 {
  width: 80%;
}
.col-secondary {
  width: 17.5%;
}
.col-secondary.cols-2 {
  width: 20%;
}
/* =消息提示页面
----------------------------------*/
#info.site-content {
  min-height: 300px;
}
#error.site-content {
  text-align: center;
  margin-bottom: 300px;
}
#error {
  text-align: center;
}
.error-title {
  text-align: center;
  font-size: 48px;
  margin: 0 0 45px 0;
}
.site-search-box {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
/* =员工
----------------------------------*/
.staff-post {
  overflow: hidden;
}
.staff-post:hover .staff-avatar img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
}
.staff-post .name {
  margin: 15px 0 20px 0;
}
.staff-post .name a {
  color: #333;
}
.staff-post .staff-avatar {
  overflow: hidden;
}
.staff-post .staff-avatar img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
}
.staff-post .profile {
  padding: 10px;
  background-color: #f5f5f5;
  height: 145px;
  overflow: hidden;
}
.staff-post .position {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.staff-post .position:after {
  content: '';
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  top: 0;
  background: linear-gradient(to right, rgba(240, 244, 245, 0), #f0f4f5);
}
.single-staff .left-avatar {
  float: left;
  max-width: 400px;
  width: 40%;
  margin: 0 20px 20px 0;
}
.single-staff .left-avatar img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.single-staff .right-profile .name {
  font-size: 28px;
  margin: 0 0 15px 0;
}
.single-staff .right-profile .position {
  font-size: 21px;
  margin: 0 0 30px 0;
  color: #474747;
}
/* =问答
----------------------------------*/
.single-faq .entry-title {
  font-size: 23px;
  margin: 0 0 20px 0;
}
.single-faq .entry-header {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 30px;
}
/* =客户
----------------------------------*/
.single-client .entry-thumb {
  float: left;
  width: 160px;
}
.single-client .entry-thumb img {
  max-width: 100%;
  height: auto;
}
.single-client .right-info {
  margin-left: 175px;
}
.single-client .client-header {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.single-client .entry-title {
  margin: 0 0 10px 0;
  font-size: 21px;
  -webkit-font-smoothing: auto;
}
.single-client .entry-meta {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}
.client-review .review-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.client-review .review-title {
  font-size: 18px;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 -1px 0;
  border-bottom: 2px solid #D90000;
}
/* =产品
----------------------------------*/
.result-item {
  margin-bottom: 30px;
}
.result-item .entry-title {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.classic-small-loop {
  position: relative;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
.classic-small-loop:before,
.classic-small-loop:after {
  content: " ";
  display: table;
}
.classic-small-loop:after {
  clear: both;
}
.classic-small-loop .entry-thumb {
  float: left;
  width: 160px;
}
.classic-small-loop .entry-thumb img {
  max-width: 100%;
  height: auto;
}
.classic-small-loop .entry-body {
  margin-left: 190px;
}
.classic-small-loop .entry-header {
  margin-bottom: 15px;
}
.classic-small-loop .entry-title {
  margin: 0 0 10px 0;
  font-size: 21px;
  -webkit-font-smoothing: auto;
}
.classic-small-loop .entry-meta {
  color: #666;
  font-size: 14px;
}
.classic-small-loop .entry-excerpt,
.classic-small-loop .entry-content {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}
.cols-card-loop {
  position: relative;
  padding: 10px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.cols-card-loop:before,
.cols-card-loop:after {
  content: " ";
  display: table;
}
.cols-card-loop:after {
  clear: both;
}
.cols-card-loop .entry-thumb {
  float: left;
  width: 40%;
  max-width: 160px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.cols-card-loop .entry-thumb img {
  max-width: 100%;
  height: auto;
}
.cols-card-loop .entry-body {
  float: left;
}
.cols-card-loop .entry-title {
  margin: 0 0 10px 0;
  font-size: 21px;
  -webkit-font-smoothing: auto;
}
.cols-card-loop .entry-meta {
  color: #666;
  font-size: 14px;
}
.cols-card-loop .entry-excerpt,
.cols-card-loop .entry-content {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}
.product-loop {
  position: relative;
  margin-bottom: 45px;
}
.product-loop:before,
.product-loop:after {
  content: " ";
  display: table;
}
.product-loop:after {
  clear: both;
}
.product-loop .product-thumb {
  float: left;
  width: 31.25%;
}
.product-loop .product-thumb img {
  max-width: 100%;
  height: auto;
}
.product-loop .product-body {
  margin-left: 34.375%;
}
.product-loop .entry-header {
  margin-bottom: 15px;
}
.product-loop .entry-title {
  margin: 0 0 10px 0;
  font-size: 21px;
  -webkit-font-smoothing: auto;
}
.product-loop .entry-meta {
  color: #666;
  font-size: 14px;
}
.product-loop .entry-excerpt {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}
.product-archive-cols-2 .product-loop {
  margin-bottom: 30px;
}
.product-archive-cols-2 .product-loop .entry-header {
  margin-bottom: 5px;
}
.product-archive-cols-2 .product-loop .entry-title {
  font-size: 18px;
  color: #676767;
  margin-bottom: 5px;
}
.product-archive-cols-2 .product-loop .entry-excerpt {
  font-size: 13px;
  line-height: 1.5;
}
.col-style {
  text-align: center;
  margin-bottom: 45px;
}
.col-style .entry-title {
  font-size: 18px;
  color: #272727;
}
.col-style img {
  max-width: 100%;
  height: auto;
}
/* =帮助与支持
----------------------------------*/
.faqs-header {
  margin-bottom: 30px;
}
.search-form {
  position: relative;
  height: 38px;
  width: 100%;
}
.search-form #s {
  width: 100%;
  height: 38px;
  font-size: 14px;
  line-height: 28px;
  background: #fff;
  color: #444;
  border-radius: 3px;
  border: 2px solid #e3e3e3;
  padding: 5px 30px 5px 5px;
  outline: none;
  box-shadow: none;
}
.search-form #searchsubmit {
  position: absolute;
  width: 38px;
  height: 38px;
  right: 0;
  top: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  z-index: 999;
}
.search-form .search-icon {
  font-size: 18px;
  position: absolute;
  color: #666;
  right: 10px;
  top: 4px;
  z-index: 998;
}
.term-section {
  margin-bottom: 45px;
}
.term-section .term-header {
  font-size: 13px;
  line-height: 1.3;
  color: #676767;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.term-section .term-header .term-title {
  font-size: 21px;
  margin: 0 0 10px 0;
  display: inline-block;
}
.term-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.term-section ul li {
  position: relative;
  padding-left: 18px;
}
.term-section ul li:before {
  content: '\f101';
  color: #999;
  position: absolute;
  left: 0;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* =博客
----------------------------------*/
article .entry-content {
  font-size: 15px;
  color: #4e5860;
}
article .entry-content img {
  max-width: 100%;
  height: auto;
}
.post-loop img,
.single-post img {
  max-width: 100%;
  height: auto;
}
.post-loop {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.post-loop .entry-thumb {
  max-width: 200px;
  float: left;
  margin-right: 30px;
}
.post-loop .entry-thumb img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.post-loop .entry-header {
  margin-bottom: 15px;
}
.post-loop .entry-body:before,
.post-loop .entry-body:after {
  content: " ";
  display: table;
}
.post-loop .entry-body:after {
  clear: both;
}
.post-loop .entry-meta {
  color: #bbb;
  padding: 5px 0;
  font-size: 13px;
}
.post-loop .entry-meta span {
  margin-right: 2px;
}
.post-loop .entry-title {
  font-size: 23px;
  margin: 0;
}
.post-loop .entry-title a {
  color: #111;
}
.post-loop .entry-title a:hover {
  color: #D90000;
  text-decoration: none;
}
.single-post .entry-title {
  font-size: 28px;
  margin: 0 0 15px 0;
}
.single-post .entry-header {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e3e3e3;
}
/* =联系
----------------------------------*/
/* =评论
----------------------------------*/
/* =Tabs页面
----------------------------------*/
/*-- 简洁版Tabs --*/
.tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area {
  float: right;
}
.tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav {
  text-align: left;
  border: none;
  border-left: 1px solid #f0f0f0;
}
.tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li.active a,
.tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li.current-menu-item a,
.tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li.current a {
  border: none;
  border-left: 2px solid #D90000;
}
.tw-clean-tabs-page.tw-right .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li a {
  margin: 0 0 10px -1px;
  padding: 0 0 0 20px;
}
.tw-clean-tabs-page.tw-right .tw-clean-tabs-content-area {
  margin: 0 180px 0 0;
}
.tw-clean-tabs-page .tw-clean-tabs-nav-area {
  width: 150px;
  float: left;
}
.tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  border-right: 1px solid #f0f0f0;
}
.tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li.active a,
.tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li.current-menu-item a,
.tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li.current a {
  border-right: 2px solid #D90000;
}
.tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li a {
  margin: 0 -1px 10px 0;
  padding: 0 20px 0 0;
  display: block;
  font-size: 16px;
  color: #666;
}
.tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li a:hover,
.tw-clean-tabs-page .tw-clean-tabs-nav-area ul.tw-clean-tabs-nav li a:active {
  color: #00a2ca;
  text-decoration: none;
}
.tw-clean-tabs-page .tw-clean-tabs-content-area {
  margin-left: 180px;
}
/*-- Tabs --*/
.tw-tabs-page {
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
}
.tw-tabs-page.tw-right .tw-tabs-nav-area {
  float: right;
  border-right: none;
  border-left: 1px solid #e5e5e5;
}
.tw-tabs-page.tw-right .tw-tabs-nav-area ul li.active a,
.tw-tabs-page.tw-right .tw-tabs-nav-area ul li.current-menu-item a {
  border-left: none;
  border-right: 2px solid #D90000;
}
.tw-tabs-page.tw-right .tw-tabs-content-area {
  margin: 0 169px 0 0;
  padding: 15px 30px 15px 15px;
  border-left: none;
  border-right: 1px solid #e5e5e5;
}
.tw-tabs-page .tw-tabs-nav-area {
  width: 170px;
  float: left;
  background: #fbfbfb;
  z-index: 99;
  border-right: 1px solid #e5e5e5;
}
.tw-tabs-page .tw-tabs-nav-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tw-tabs-page .tw-tabs-nav-area ul li.active a,
.tw-tabs-page .tw-tabs-nav-area ul li.current-menu-item a {
  margin: 0 -1px 0 -1px;
  background: #fff;
  border-left: 2px solid #D90000;
}
.tw-tabs-page .tw-tabs-nav-area ul li a {
  display: block;
  margin: 0;
  color: #676767;
  font-size: 16px;
  padding: 12px 18px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #e5e5e5;
}
.tw-tabs-page .tw-tabs-nav-area ul li a:hover,
.tw-tabs-page .tw-tabs-nav-area ul li a:active {
  text-decoration: none;
  background: #ffffff;
}
.tw-tabs-page .tw-tabs-content-area {
  margin-left: 169px;
  padding: 15px 15px 15px 30px;
  min-height: 600px;
  background: #fff;
  border-left: 1px solid #e5e5e5;
}
/* =窄版页面
----------------------------------*/
#blog.site-content {
  margin-top: 0;
}
#blog .blog-page-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  height: 270px;
}
#blog .path {
  padding: 0 !important;
}
#blog .page-main {
  position: relative;
  margin: -80px auto 0 auto;
  width: 100%;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#blog .site-main {
  padding: 0;
}
/*----------------------------------------------------------------------*/
/* 小工具 */
/*----------------------------------------------------------------------*/
.widget-container {
  overflow: hidden;
  margin-bottom: 30px;
}
.widget-container .widget-header {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px solid #e3e3e3;
}
.widget-container .widget-title {
  font-size: 20px;
  margin: 0;
}
/* =自定义菜单
----------------------------------*/
#secondary .widget_nav_menu ul,
#aside .widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#secondary .widget_nav_menu ul li a,
#aside .widget_nav_menu ul li a {
  display: block;
  color: #666;
  line-height: 2;
  padding: 0 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#secondary .widget_nav_menu ul li a:hover,
#aside .widget_nav_menu ul li a:hover {
  background: #f5f5f5;
}
#secondary .widget_nav_menu ul ul,
#aside .widget_nav_menu ul ul {
  margin: 5px 0 5px 10px;
}
#secondary .widget_nav_menu ul.menu > li > a,
#aside .widget_nav_menu ul.menu > li > a {
  color: #222;
}
#secondary .widget_nav_menu ul.menu > li.menu-item-has-children,
#aside .widget_nav_menu ul.menu > li.menu-item-has-children {
  margin-top: 5px;
  padding-top: 4px;
  border-top: 1px dashed #d5d5d5;
}
#secondary .widget_nav_menu ul.menu > li.menu-item-has-children > a,
#aside .widget_nav_menu ul.menu > li.menu-item-has-children > a {
  color: #222;
}
#secondary .widget_nav_menu ul.menu > li.menu-item-has-children:first-child,
#aside .widget_nav_menu ul.menu > li.menu-item-has-children:first-child {
  margin-top: 0;
}
/* =搜索
----------------------------------*/
.widget_search .searchform {
  position: relative;
  height: 38px;
  width: 100%;
}
.widget_search .searchform #s {
  width: 100%;
  height: 38px;
  font-size: 14px;
  line-height: 28px;
  background: #fff;
  color: #444;
  border-radius: 3px;
  border: 2px solid #e3e3e3;
  padding: 5px 30px 5px 5px;
  outline: none;
  box-shadow: none;
}
.widget_search .searchform #searchsubmit {
  position: absolute;
  width: 38px;
  height: 38px;
  right: 0;
  top: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  z-index: 999;
}
.widget_search .searchform .search-icon {
  font-size: 18px;
  position: absolute;
  color: #666;
  right: 10px;
  top: 4px;
  z-index: 998;
}
/* =文章列表
----------------------------------*/
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li {
  padding-bottom: 9px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #f0f0f0;
}
.widget_recent_entries ul li a {
  color: #666;
  line-height: 1.5;
}
.widget_recent_entries ul li a:hover {
  color: #00a2ca;
  text-decoration: none;
}
/* =分类 & 归档
----------------------------------*/
.widget_categories ul,
.widget_archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_categories ul li a,
.widget_archive ul li a {
  display: inline-block;
  margin-right: 3px;
  color: #555;
  font-size: 16px;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
  text-decoration: none;
  color: #00a2ca;
}
.widget_archive ul li a {
  font-size: 14px;
  display: inline-block;
}
/* =最近新闻
----------------------------------*/
.widget-recent ul.recent-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-recent ul.recent-posts li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px dashed #e3e3e3;
}
.widget-recent ul.recent-posts li:before,
.widget-recent ul.recent-posts li:after {
  content: " ";
  display: table;
}
.widget-recent ul.recent-posts li:after {
  clear: both;
}
.widget-recent ul.recent-posts li .thumb {
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.widget-recent ul.recent-posts li .thumb img {
  width: 100%;
  height: auto;
}
.widget-recent ul.recent-posts li .entry-body {
  position: relative;
  margin: -20px 10px 0 10px;
  padding: 5px 10px;
  background: #fff;
  z-index: 999;
}
.widget-recent ul.recent-posts li .published-date {
  color: #a6abaf;
  font-style: italic;
  margin-top: 10px;
  font-size: 13px;
}
.widget-recent ul.recent-posts li a {
  display: block;
  font-size: 16px;
  color: #26313b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-recent ul.recent-posts li a:hover,
.widget-recent ul.recent-posts li a:active {
  text-decoration: none;
  color: #00a2ca;
}
/* =页面
----------------------------------*/
.widget_pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_pages ul li a {
  display: block;
  color: #666;
  line-height: 2;
  padding: 0 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.widget_pages ul li a:hover {
  background: #f5f5f5;
}
.widget_pages ul ul {
  margin: 5px 0 5px 10px;
}
.widget_pages ul > li > a {
  color: #222;
}
/* =标签云
----------------------------------*/
.tagcloud a,
.page-tags a {
  font-size: 13px !important;
  padding: 2px 8px;
  background-color: #EEF1F3;
  border: 1px solid #E5E5E5;
  margin: 0 3px 6px 0;
  position: relative;
  display: inline-block;
  color: #A3A3A3;
  -webkit-transition: background-color, color 0.2s linear;
  -moz-transition: background-color, color 0.2s linear;
  transition: background-color, color 0.2s linear;
}
.tagcloud a:hover,
.page-tags a:hover {
  color: #fff;
  background-color: #D90000;
  text-decoration: none;
  border-color: #D90000;
}
/* =日历
----------------------------------*/
#wp-calendar {
  width: 100%;
  font-size: 11px;
}
#wp-calendar thead th {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 11px;
}
#wp-calendar tbody td {
  text-align: center;
  border: 1px solid #ddd;
  line-height: 2.5em;
  transition: background 0.15s ease;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
}
#wp-calendar tbody td:hover {
  background: #f1f1f1;
  color: #333;
}
#wp-calendar tbody td a {
  display: block;
  text-decoration: none;
  background: #f1f1f1;
  color: #333;
}
#wp-calendar tbody td:hover a {
  background: #4d4d4d;
  color: #fff;
}
#wp-calendar tfoot td {
  padding-top: 1px;
  padding: 4px;
}
#wp-calendar caption {
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  outline: 0 none !important;
  background: #3b86b0;
  color: #fff;
}
#wp-calendar tbody a {
  display: block;
  text-decoration: underline;
}
#wp-calendar th {
  text-align: center;
  border: 1px solid transparent;
  border-top: none;
  padding: 7px 0;
  color: #a7a7a7;
}
#footer #wp-calendar thead th {
  background: #222222;
}
#footer #wp-calendar tbody td {
  border-color: #222222;
}
/*----------------------------------------------------------------------*/
/* 元素 */
/*----------------------------------------------------------------------*/
.section-box {
  background: #fff;
}
.section-box.no-border {
  background: transparent;
}
.section-box.no-border .section-header {
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.section-box.no-border .section-header .section-title {
  margin-bottom: -1px;
  padding-bottom: 3px;
  border-bottom: 2px solid #D90000;
}
.section-box.no-border > .section-content {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.section-box.no-border > .section-body {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.section-box .section-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  color: #666;
}
.section-box .section-header .section-title {
  display: inline-block;
}
.section-box .section-more {
  color: #666;
  font-size: 13px;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
}
.section-box .section-more:hover,
.section-box .section-more:active {
  color: #00a2ca;
  text-decoration: none;
}
.section-box > .section-body {
  border: 1px solid #e5e5e5;
}
.section-box > .section-body .section-header {
  padding: 10px 15px;
  border-bottom: 2px solid #f0f0f0;
}
.section-box > .section-body .section-title {
  margin: 0;
  font-size: 16px;
  color: #666;
}
.section-box > .section-body .section-content {
  padding: 15px;
  font-size: 14px !important;
}
.section-box > .section-content {
  padding: 15px;
  border: 1px solid #e5e5e5;
}
/* =产品展示
----------------------------------*/
.product-boxes.section-box {
  overflow: hidden;
}
.product-boxes.section-box.no-border .section-content {
  padding: 0;
}
.product-boxes.section-box.no-border .featured-excerpt-out-wrap,
.product-boxes.section-box.no-border .featured-item-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-boxes.section-box.no-border .featured-items-box .featured-item .item-caption {
  border-bottom: 1px solid #E9E9E9;
}
.product-boxes.section-box .featured-items-box .featured-item .item-caption {
  border: none;
}
.product-boxes.section-box .featured-excerpt-wrap {
  background: #f8f8f8;
}
.product-boxes.section-box .featured-excerpt {
  padding: 20px;
}
/* =FEATURED BOX
----------------------------------*/
.featured-items-box .featured-item {
  overflow: hidden;
}
.featured-items-box .featured-item a,
.featured-items-box .featured-item .item-thumb,
.featured-items-box .featured-item .item-caption,
.featured-items-box .featured-item .item-title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-items-box .featured-item a {
  display: block;
}
.featured-items-box .featured-item a:hover,
.featured-items-box .featured-item a:active {
  text-decoration: none;
  margin-top: -20px;
}
.featured-items-box .featured-item a:hover .item-caption,
.featured-items-box .featured-item a:active .item-caption {
  background-color: #F7F7F7;
  height: 90px;
  padding: 25px 15px;
}
.featured-items-box .featured-item a:hover .item-title,
.featured-items-box .featured-item a:active .item-title {
  color: #f1583b;
}
.featured-items-box .featured-item .item-thumb {
  overflow: hidden;
}
.featured-items-box .featured-item .item-thumb img {
  max-width: 100%;
  height: auto;
}
.featured-items-box .featured-item .item-caption {
  text-align: center;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #E9E9E9;
  height: 70px;
  line-height: 40px;
}
.featured-items-box .featured-item .item-caption .item-title {
  line-height: 40px;
  color: #6B6B6B;
  -webkit-font-smoothing: auto;
  font-size: 16px;
  margin: 0 0 5px 0;
}
/* =特色展示
----------------------------------*/
.icon-box {
  padding: 10px 0;
}
.icon-box:before,
.icon-box:after {
  content: " ";
  display: table;
}
.icon-box:after {
  clear: both;
}
.icon-box .icon-area {
  position: relative;
  float: left;
  background-color: #D90000;
}
.icon-box .icon-area i {
  color: #D90000;
}
.icon-box .box-right {
  margin-left: 97px;
}
.icon-box .entry-excerpt {
  color: #999;
  line-height: 1.6;
}
.icon-box .icon-box-title {
  font-size: 21px;
  color: #666;
  margin: 0 0 5px 0;
}
.icon-box.icon-m .box-right {
  margin-left: 80px;
}
.icon-box.icon-m .icon-bg {
  width: 66px;
  height: 66px;
  background-position: -82px 0;
}
.icon-box.icon-m .icon-bg i {
  line-height: 66px;
  font-size: 28px;
}
.icon-box.icon-s .box-right {
  margin-left: 65px;
}
.icon-box.icon-s .icon-bg {
  width: 51px;
  height: 51px;
  background-position: -149px 0;
}
.icon-box.icon-s .icon-bg i {
  display: block;
  line-height: 51px;
  font-size: 28px;
}
.icon-box.style-2 {
  text-align: center;
}
.icon-box.style-2 .icon-area {
  float: none;
  display: inline-block;
  margin-bottom: 15px;
}
.icon-box.style-2 .box-right {
  float: none;
  margin: 0;
  display: inline-block;
}
/* ICON BG */
.icon-bg {
  width: 82px;
  height: 82px;
  text-align: center;
  overflow: hidden;
  background: #D90000 url('../images/icon-bg.png') 0 0 no-repeat;
}
.icon-bg i {
  line-height: 82px;
  font-size: 42px;
}
.icon-bg.icon-m {
  width: 66px;
  height: 66px;
  background-position: -82px 0;
}
.icon-bg.icon-m i {
  line-height: 66px;
  font-size: 28px;
}
.icon-bg.icon-s {
  width: 51px;
  height: 51px;
  background-position: -149px 0;
}
.icon-bg.icon-s i {
  display: block;
  line-height: 51px;
  font-size: 28px;
}
.title-icon-area {
  float: left;
  background-color: #D90000;
}
.title-icon-area i {
  color: #D90000;
}
.title-with-icon {
  margin-bottom: 15px;
}
.title-with-icon .entry-title {
  margin: 0 0 0 60px;
  font-size: 24px;
  line-height: 50px;
  display: block;
}
/* =客户评价
----------------------------------*/
.client-review .testimonial {
  margin-right: 150px;
}
.client-review .testimonial .testimonial-text {
  position: relative;
  color: #888;
  font-size: 16px;
  line-height: 1.6;
  padding: 6px 0 0 30px;
}
.client-review .testimonial .testimonial-text:before {
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  background: url('../images/quote.png') 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.client-review .testimonial .testimonial-text:after {
  clear: both;
}
.client-review .testimonial .testimonial-cite {
  position: relative;
  float: right;
  color: #333;
}
.client-review .testimonial .testimonial-cite:before {
  display: block;
  content: '-';
  color: #999;
  position: absolute;
  left: -10px;
  top: 0;
}
.client-review .cite-avatar {
  float: right;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.client-review .owl-controls {
  margin-top: 0;
}
/* =SLIDER BOX
----------------------------------*/
.slider-box .item:before,
.slider-box .item:after {
  content: " ";
  display: table;
}
.slider-box .item:after {
  clear: both;
}
.slider-box .partner-logo {
  float: left;
  margin-right: 15px;
}
.slider-box .partner-excerpt {
  line-height: 1.6;
}
.slider-type-1 {
  position: relative;
}
.slider-type-1 .owl-controls .owl-dots {
  text-align: center;
}
.slider-type-1 .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
}
.slider-type-1 .owl-controls .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.slider-type-1 .owl-controls .owl-dots .owl-dot.active {
  margin-bottom: -3px;
}
.slider-type-1 .owl-controls .owl-dots .owl-dot.active span {
  filter: alpha(opacity=100);
  opacity: 1;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 3px solid #D90000;
}
/* =最新动态
----------------------------------*/
.vc_col-md-1 .posts-list-1 .category,
.vc_col-md-2 .posts-list-1 .category,
.vc_col-md-3 .posts-list-1 .category,
.vc_col-md-4 .posts-list-1 .category,
.vc_col-md-5 .posts-list-1 .category,
.vc_col-sm-1 .posts-list-1 .category,
.vc_col-sm-2 .posts-list-1 .category,
.vc_col-sm-3 .posts-list-1 .category,
.vc_col-sm-4 .posts-list-1 .category,
.vc_col-sm-5 .posts-list-1 .category,
.vc_col-md-1 .posts-list-1 .post-date,
.vc_col-md-2 .posts-list-1 .post-date,
.vc_col-md-3 .posts-list-1 .post-date,
.vc_col-md-4 .posts-list-1 .post-date,
.vc_col-md-5 .posts-list-1 .post-date,
.vc_col-sm-1 .posts-list-1 .post-date,
.vc_col-sm-2 .posts-list-1 .post-date,
.vc_col-sm-3 .posts-list-1 .post-date,
.vc_col-sm-4 .posts-list-1 .post-date,
.vc_col-sm-5 .posts-list-1 .post-date {
  display: none;
}
.vc_col-md-1 .posts-list-1 li,
.vc_col-md-2 .posts-list-1 li,
.vc_col-md-3 .posts-list-1 li,
.vc_col-md-4 .posts-list-1 li,
.vc_col-md-5 .posts-list-1 li,
.vc_col-sm-1 .posts-list-1 li,
.vc_col-sm-2 .posts-list-1 li,
.vc_col-sm-3 .posts-list-1 li,
.vc_col-sm-4 .posts-list-1 li,
.vc_col-sm-5 .posts-list-1 li {
  padding-left: 20px;
  position: relative;
}
.vc_col-md-1 .posts-list-1 li:before,
.vc_col-md-2 .posts-list-1 li:before,
.vc_col-md-3 .posts-list-1 li:before,
.vc_col-md-4 .posts-list-1 li:before,
.vc_col-md-5 .posts-list-1 li:before,
.vc_col-sm-1 .posts-list-1 li:before,
.vc_col-sm-2 .posts-list-1 li:before,
.vc_col-sm-3 .posts-list-1 li:before,
.vc_col-sm-4 .posts-list-1 li:before,
.vc_col-sm-5 .posts-list-1 li:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "\f101";
  color: #999;
  font-family: FontAwesome;
  font-size: 14px;
  text-align: right;
  display: block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vc_col-md-1 .posts-list-1 li:first-child:before,
.vc_col-md-2 .posts-list-1 li:first-child:before,
.vc_col-md-3 .posts-list-1 li:first-child:before,
.vc_col-md-4 .posts-list-1 li:first-child:before,
.vc_col-md-5 .posts-list-1 li:first-child:before,
.vc_col-sm-1 .posts-list-1 li:first-child:before,
.vc_col-sm-2 .posts-list-1 li:first-child:before,
.vc_col-sm-3 .posts-list-1 li:first-child:before,
.vc_col-sm-4 .posts-list-1 li:first-child:before,
.vc_col-sm-5 .posts-list-1 li:first-child:before {
  top: 3px;
}
.posts-list-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.posts-list-1 li {
  padding: 5px 0;
}
.posts-list-1 li:first-child {
  padding-top: 0;
}
.posts-list-1 li:last-child {
  padding-bottom: 0;
}
.posts-list-1 li .category {
  color: #00a2ca;
}
.posts-list-1 li .category a {
  color: #00a2ca;
}
.posts-list-1 li .post-date {
  float: right;
  color: #999;
}
.posts-list-1 li > a {
  display: inline-block;
  color: #666;
}
.posts-list-1 li > a:hover {
  color: #00a2ca;
}
/* =价目表
----------------------------------*/
.pricing-box {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.pricing-box.pricing-box-featured {
  border-color: #D90000;
  border-width: 6px;
}
.pricing-box:hover {
  background-color: #f4faff;
}
.pricing-box .plan-header {
  text-align: center;
  padding: 20px 15px 0;
}
.pricing-box .plan-header .image {
  text-align: center;
  margin-bottom: 15px;
}
.pricing-box .plan-header .image img {
  max-width: 100%;
  height: auto;
}
.pricing-box .plan-header h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
  line-height: 30px;
  font-size: 600;
  color: #444;
}
.pricing-box .plan-header .price {
  margin: 0 0 20px 0;
}
.pricing-box .plan-header .price > span {
  color: #D90000;
  font-size: 45px;
  line-height: 45px;
  margin: 0 5px;
}
.pricing-box .plan-header .price .period {
  color: #a8a8a8;
  font-size: 15px;
  line-height: 15px;
  top: -15px;
  position: relative;
}
.pricing-box .plan-header .hr_color {
  background: #D90000;
  color: #D90000;
  border-color: #D90000;
  width: 60%;
  margin-bottom: 0;
}
.pricing-box .plan-header .subtitle {
  padding: 20px 0 0 0;
  font-size: 15px;
}
.pricing-box .plan-inside {
  padding: 10px 30px;
  text-align: center;
  font-size: 14px;
}
.pricing-box .plan-inside ul,
.pricing-box .plan-inside ol {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
}
.pricing-box .plan-inside ul li,
.pricing-box .plan-inside ol li {
  text-align: center;
  padding: 11px 10px;
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-box .plan-footer {
  text-align: center;
  padding: 20px 0;
}
.pricing-box .plan-footer .pricing-button {
  display: inline-block;
  background: #D90000;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
/* =分页
----------------------------------*/
.pagination {
  display: block;
}
.pagination.middle {
  text-align: center;
}
.pagination.right {
  text-align: right;
}
.pagination .page-navigation {
  display: inline-block;
}
.pagination .page-navigation:before,
.pagination .page-navigation:after {
  content: " ";
  display: table;
}
.pagination .page-navigation:after {
  clear: both;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination a,
.pagination span {
  float: left;
  padding: 2px 8px;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
  background-color: #FAFAFA;
  border: 1px solid #e5e5e5;
  color: #828282;
  margin-left: 5px;
}
.pagination a:hover,
.pagination a:focus,
.pagination span.current {
  background-color: #D90000;
  color: #fff;
  border-color: #D90000;
}
/* =评论
----------------------------------*/
.post-comments {
  margin-top: 30px;
}
.post-comments .comment-header {
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.post-comments .comment-header .comment-title {
  display: inline-block;
  font-size: 18px;
  padding-bottom: 8px;
  margin: 0 0 -1px 0;
  border-bottom: 2px solid #D90000;
}
.post-comments .comment-avatar img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.post-comments .media-heading {
  font-size: 14px;
  margin-bottom: 10px;
}
.post-comments .comment-author {
  color: #111;
  font-weight: 500;
}
.post-comments .media-list li {
  margin-bottom: 20px;
}
.post-comments .media-list li .commentator-avatar {
  float: left;
}
.post-comments .comment-body {
  position: relative;
  margin-left: 60px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  overflow: visible;
}
.post-comments .comment-body:before {
  display: block;
  content: ' ';
  position: absolute;
  width: 8px;
  height: 8px;
  background: url('../images/comment-arrow.png') 0 0 no-repeat;
  top: -1px;
  left: -8px;
  z-index: 99;
}
.comment-respond {
  margin-top: 30px;
}
.comment-respond .comment-reply-title {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.comment-form #submit {
  float: right;
  font-size: 16px;
  text-align: center;
  color: white;
  padding: 0 6px;
  outline: none;
  line-height: 32px;
  height: 32px;
  border-radius: 3px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #1058a0;
  background-color: #1472cf;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #167fe6 0%, #136ac1 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #167fe6), color-stop(100%, #136ac1));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #167fe6 0%, #136ac1 100%);
  /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #167fe6 0%, #136ac1 100%);
  /* IE10+ */
  background-image: -o-linear-gradient(top, #167fe6 0%, #136ac1 100%);
  /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@color, 5%)', endColorstr='darken(@color, 3%)', GradientType=0);
  /* IE6-9 */
  background-image: linear-gradient(top, #167fe6 0%, #136ac1 100%);
  /* W3C */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.comment-form #submit:hover {
  text-decoration: none;
  background-position: 0 -32px;
}
.comment-form #submit:active {
  background-image: none;
  background-color: #1472cf;
  /* Old browsers */
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.125), 0 1px 2px rgba(0, 0, 0, 0.2);
}
/*----------------------------------------------------------------------*/
/* 页脚 */
/*----------------------------------------------------------------------*/
.site-footer {
  padding: 30px 0 15px 0;
  border-top: 1px solid #e5e5e5;
  background: #f0f0f0;
}
.site-footer .site-info {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  color: #999;
  font-size: 0.9em;
  text-align: center;
}
.site-footer .site-info .site-copyright {
  float: right;
}
.site-footer .footer-logo,
.site-footer .footer-contact-info {
  text-align: right;
  line-height: 2;
  color: #777;
}
.site-footer .footer-logo img,
.site-footer .footer-contact-info img {
  margin-bottom: 8px;
}
.footer-group [class*="col-"] {
  overflow: hidden;
}
.footer-group [class*="col-"]:before,
.footer-group [class*="col-"]:after {
  content: " ";
  display: table;
}
.footer-group [class*="col-"]:after {
  clear: both;
}
.footer-group .widget-container {
  margin-bottom: 0;
}
.footer-group .widget_nav_menu {
  float: left;
  margin-right: 60px;
}
.footer-group .widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5em;
  display: -webkit-inline-box;
}
.footer-group .widget_nav_menu ul li a {
  display: block;
  color: #777;
  font-size: 14px;
  padding: 10px;
}
.footer-group .widget_nav_menu ul li a:hover,
.footer-group .widget_nav_menu ul li a:active {
  color: #00a2ca;
  text-decoration: none;
}
#site-scroll-top {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  background: #D90000;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#site-scroll-top:hover {
  background: #222;
}
#site-scroll-top i {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
}
/*----------------------------------------------------------------------*/
/* 文章类型 */
/*----------------------------------------------------------------------*/
.items-filter {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.items-filter li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.items-filter li.current a {
  background-color: #f8f8f8;
}
.items-filter li a {
  color: #888;
  padding: 2px 8px;
  margin: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #ddd;
  text-decoration: none;
}
.items-filter li a:hover {
  background-color: #f8f8f8;
}
.testimonial-item {
  margin-bottom: 45px;
}
.testimonial-item .testimonial-entry-content {
  position: relative;
  border: 1px solid #eee;
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.testimonial-item .testimonial-entry-bottom {
  overflow: hidden;
}
.testimonial-item .client-avatar {
  float: left;
  margin-right: 20px;
  width: 60px;
}
.testimonial-item .client-avatar img {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 3px;
  border: 1px solid #eee;
  border-radius: 50%;
}
.testimonial-item .testimonial-entry-meta {
  float: left;
}
.testimonial-item .testimonial-entry-meta .testimonial-entry-author {
  display: block;
  font-weight: 600;
  color: #000;
  font-size: 14px;
}
.testimonial-item .testimonial-entry-meta .testimonial-entry-company {
  display: block;
  color: #999;
  font-size: 13px;
}
/*----------------------------------------------------------------------*/
/* Visual Composer */
/*----------------------------------------------------------------------*/
/* =去掉默认的边距
----------------------------------*/
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li,
body .last_toggle_el_margin,
body .wpb_button {
  margin: 0;
}
body .wpb_single_image a {
  display: block;
}
body .vcex-row-bg-container {
  margin: 0 15px;
}
body .wpb_pie_chart_heading {
  margin-top: 20px;
}
body .wpb_row .wpb_row {
  margin-bottom: 0;
}
/* =Tabs
----------------------------------*/
.wpb_tabs.tab-style-default .wpb_tabs_nav {
  display: block;
  float: none;
  height: 32px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  width: 100%;
}
.wpb_tabs.tab-style-default .wpb_tabs_nav li {
  display: block;
  width: auto;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  outline: none;
}
.wpb_tabs.tab-style-default .wpb_tabs_nav li.ui-tabs-active a {
  background: #fff;
  height: 32px;
  margin-bottom: -1px;
  color: #000 !important;
  border-bottom: none;
  font-weight: 500;
}
.wpb_tabs.tab-style-default .wpb_tabs_nav li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 31px;
  padding: 0 20px;
  line-height: 31px;
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-bottom: 0;
  margin: 0;
  color: #777;
  outline: none;
  background: #f7f7f7;
}
.wpb_tabs.tab-style-default .wpb_tab {
  background: #fff !important;
  padding: 20px;
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 0 1px 1px 1px;
}
.wpb_tabs.tab-style-2 .wpb_tabs_nav {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.wpb_tabs.tab-style-2 .wpb_tabs_nav:before,
.wpb_tabs.tab-style-2 .wpb_tabs_nav:after {
  content: " ";
  display: table;
}
.wpb_tabs.tab-style-2 .wpb_tabs_nav:after {
  clear: both;
}
.wpb_tabs.tab-style-2 .wpb_tabs_nav li {
  display: block;
  width: auto;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  outline: none;
  border: none;
  background: #f4f4f4;
}
.wpb_tabs.tab-style-2 .wpb_tabs_nav li.ui-tabs-active a {
  background: #fff;
}
.wpb_tabs.tab-style-2 .wpb_tabs_nav li:first-child a {
  border-left: none;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.wpb_tabs.tab-style-2 .wpb_tabs_nav li:last-child a {
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
.wpb_tabs.tab-style-2 .wpb_tabs_nav li a {
  display: block;
  text-decoration: none;
  width: auto;
  padding: 5px 10px;
  border-left: 1px solid #e5e5e5;
  margin: 0;
  font-size: 14px;
  color: #777;
  outline: none;
  background: none;
}
.wpb_tabs.tab-style-2 .wpb_tab {
  clear: both;
  background: transparent !important;
  padding: 20px 0;
  border: none;
}
.wpb_tabs.tab-style-3 .wpb_tabs_nav {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.wpb_tabs.tab-style-3 .wpb_tabs_nav:before,
.wpb_tabs.tab-style-3 .wpb_tabs_nav:after {
  content: " ";
  display: table;
}
.wpb_tabs.tab-style-3 .wpb_tabs_nav:after {
  clear: both;
}
.wpb_tabs.tab-style-3 .wpb_tabs_nav li {
  display: block;
  width: auto;
  padding: 0 !important;
  float: left !important;
  margin: 0 25px 0 0 !important;
  outline: none;
  border: none;
  background: none;
}
.wpb_tabs.tab-style-3 .wpb_tabs_nav li:hover,
.wpb_tabs.tab-style-3 .wpb_tabs_nav li:active {
  background: none !important;
}
.wpb_tabs.tab-style-3 .wpb_tabs_nav li.ui-tabs-active {
  background: none !important;
}
.wpb_tabs.tab-style-3 .wpb_tabs_nav li.ui-tabs-active a {
  font-weight: 500;
  position: relative;
  margin-bottom: -1px;
  border-bottom: 2px solid #D90000;
  color: #000 !important;
}
.wpb_tabs.tab-style-3 .wpb_tabs_nav li a {
  display: block;
  text-decoration: none;
  width: auto;
  padding: 5px 0;
  margin: 0;
  font-size: 15px;
  color: #ababab;
  outline: none;
  background: none;
}
.wpb_tabs.tab-style-3 .wpb_tab {
  clear: both;
  background: transparent !important;
  padding: 20px 0 !important;
  border: none;
  font-size: 14px;
}
.wpb_tour.tab-style-default .wpb_tour_next_prev_nav {
  display: none !important;
}
.wpb_tour.tab-style-default .wpb_tour_tabs_wrapper .wpb_tab {
  border-left: 1px solid #e5e5e5;
}
.wpb_tour.tab-style-default .wpb_tabs_nav li {
  background: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
.wpb_tour.tab-style-default .wpb_tabs_nav li:last-child {
  border-bottom: none;
}
.wpb_tour.tab-style-default .wpb_tabs_nav li:hover {
  background: none;
}
.wpb_tour.tab-style-default .wpb_tabs_nav li.ui-tabs-active {
  background: none;
}
.wpb_tour.tab-style-default .wpb_tabs_nav li.ui-tabs-active a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  background: none;
}
.wpb_tour.tab-style-default .wpb_tabs_nav li a {
  padding: 10px 0;
  color: #888;
  background: none;
}
.wpb_tour.tab-style-default .wpb_tabs_nav li a:hover {
  color: #000;
}
.wpb_tour.tab-style-2 .wpb_tour_next_prev_nav {
  display: none !important;
}
.wpb_tour.tab-style-2 .wpb_tabs_nav {
  border: 1px solid #e5e5e5;
}
.wpb_tour.tab-style-2 .wpb_tabs_nav li {
  background: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
.wpb_tour.tab-style-2 .wpb_tabs_nav li:last-child {
  border-bottom: none;
}
.wpb_tour.tab-style-2 .wpb_tabs_nav li.ui-tabs-active a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  background: #f8f8f8;
}
.wpb_tour.tab-style-2 .wpb_tabs_nav li a {
  padding: 10px;
  color: #888;
  background: none;
}
.wpb_tour.tab-style-2 .wpb_tabs_nav li a:hover {
  color: #000;
  background: #f8f8f8;
}
.wpb_tour.tab-style-3 {
  border: 1px solid #e5e5e5;
}
.wpb_tour.tab-style-3 .wpb_tour_next_prev_nav {
  display: none !important;
}
.wpb_tour.tab-style-3 .wpb_tour_tabs_wrapper .wpb_tab {
  border-left: 1px solid #e5e5e5;
  padding: 20px;
  margin-left: -1px;
}
.wpb_tour.tab-style-3 .wpb_tabs_nav li {
  background: none;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin: 0;
}
.wpb_tour.tab-style-3 .wpb_tabs_nav li:last-child {
  margin-bottom: -1px;
}
.wpb_tour.tab-style-3 .wpb_tabs_nav li.ui-tabs-active a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  background: #f8f8f8;
}
.wpb_tour.tab-style-3 .wpb_tabs_nav li a {
  padding: 10px;
  color: #888;
  background: none;
}
.wpb_tour.tab-style-3 .wpb_tabs_nav li a:hover {
  color: #000;
  background: #f8f8f8;
}
/* =Toggles
----------------------------------*/
body .wpb_toggle,
body #content h4.wpb_toggle {
  color: #666;
  display: block;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  outline: none;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 10px 0;
  cursor: pointer;
  background: none;
  background: #f8f8f8;
  position: relative;
}
body .wpb_toggle:before,
body #content h4.wpb_toggle:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  margin-right: 10px;
  color: #888;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body .wpb_toggle:hover,
body #content h4.wpb_toggle:hover {
  color: #000;
  background-color: #f4f4f4;
  text-decoration: none;
  border-color: #ddd;
}
body .wpb_toggle_title_active,
body #content h4.wpb_toggle_title_active {
  opacity: 1;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  background: none;
  background-color: #f8f8f8;
}
body .wpb_toggle_title_active:before,
body #content h4.wpb_toggle_title_active:before {
  content: "\f068";
}
body .wpb_toggle_title_active:hover,
body #content h4.wpb_toggle_title_active:hover {
  color: #000;
  background-color: #f4f4f4;
  text-decoration: none;
  background-color: #ddd;
}
/* =Accordion
----------------------------------*/
body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  display: block;
  color: #666;
  padding: 7px 12px;
  border: 1px solid #e4e4e4;
  outline: 0;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  margin: 0 0 10px 0;
  cursor: pointer;
  background: #f7f7f7;
  background-repeat: no-repeat;
  position: relative;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover {
  color: #000 !important;
  background: #f4f4f4;
  text-decoration: none;
  border-color: #ddd;
}
body .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding: 0;
}
body .wpb_accordion .wpb_accordion_wrapper h3 {
  margin: 0;
  padding: 0;
}
body .wpb_accordion .wpb_accordion_wrapper h3 a {
  display: block;
  color: #666 !important;
}
body .wpb_accordion .wpb_accordion_wrapper h3 a:before {
  content: "\f067";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  margin-right: 10px;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header {
  opacity: 1;
  font-weight: 400;
  text-decoration: none;
}
body .wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header a {
  color: #000 !important;
}
body .wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header a:before {
  content: "\f068";
  font-family: 'FontAwesome';
  font-style: normal;
  line-height: 1;
  font-size: 14px;
  margin-right: 10px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
body .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  display: none;
}
/*----------------------------------------------------------------------*/
/* 附加 */
/*----------------------------------------------------------------------*/
.selectnav {
  display: none;
}
.selectnav {
  position: relative;
  margin: 10px 0;
  line-height: 1;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 8px 35px 8px 10px;
  border-color: #d5d5d5;
  background: #f4f4f4 url('../images/nav-bar.png') no-repeat;
  background-position: 100% 8px;
  color: #999;
}
.selectnav:after {
  display: block;
  content: '/';
}
/* =Owl Slider
----------------------------------*/
.featured-slider {
  position: relative;
  margin-bottom: 30px;
}
.featured-slider .dotsControl-wrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.featured-slider .owl-dot {
  display: inline-block;
}
.featured-slider .owl-dot span {
  display: block;
  margin: 0 5px;
  width: 8px;
  border-radius: 50%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
.featured-slider .owl-dot.active span {
  background-color: #fff;
}
.featured-slider .navControl-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 100%;
  z-index: 99;
}
.featured-slider .navControl-wrapper .owl-prev,
.featured-slider .navControl-wrapper .owl-next {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  padding: 2px 0;
  height: 32px;
  min-width: 30px;
  cursor: pointer;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.featured-slider .navControl-wrapper .owl-prev {
  float: left;
  padding-left: 30px;
  margin-left: 10px;
}
.featured-slider .navControl-wrapper .owl-prev:before {
  position: absolute;
  left: 10px;
  display: block;
  font-size: 28px;
  line-height: 28px;
  content: "\f104";
}
.featured-slider .navControl-wrapper .owl-next {
  float: right;
  padding-right: 30px;
  margin-right: 10px;
}
.featured-slider .navControl-wrapper .owl-next:before {
  position: absolute;
  right: 10px;
  display: block;
  font-size: 28px;
  line-height: 28px;
  content: "\f105";
}
.notification {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 10px 15px;
  background: #e74c3c;
  border-top: 1px solid #c0392b;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
/* =Contact Form 7
----------------------------------*/
div.wpcf7 .wpcf7-not-valid {
  border-color: #ff0000;
}
div.wpcf7 p {
  margin-bottom: 10px;
  font-size: 12px;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
div.wpcf7 input,
div.wpcf7 textarea {
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.wpcf7-validation-errors {
  margin: 20px 0 0;
  padding: 10px;
  color: #c4690e;
  background: #fffdf3;
  text-align: center;
  border: 1px solid #fad7b5;
  font-weight: 400;
  font-size: 12px;
}
div.wpcf7 .wpcf7-mail-sent-ok {
  margin: 10px 0 0;
  padding: 10px;
  background: #edfdd3;
  border: 1px solid #c4dba0;
  text-align: center;
  color: #657e3c;
  font-weight: normal;
}
div.wpcf7-mail-sent-ng {
  margin: 0;
  padding: 10px;
  background: #ffe9e9;
  color: #d04544;
  border: 1px solid #e7a9a9;
}
.wpcf7 input,
.wpcf7 textarea {
  margin-top: 5px;
}
div.wpcf7 .col input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.wpcf7 input[type="text"],
div.wpcf7 input[type="password"],
div.wpcf7 input[type="email"],
div.wpcf7 input[type="tel"],
div.wpcf7 input[type="url"],
div.wpcf7 textarea {
  padding: 10px;
}
div.wpcf7 [class*="col-"] input[type="text"],
div.wpcf7 [class*="col-"] input[type="password"],
div.wpcf7 [class*="col-"] input[type="email"],
div.wpcf7 [class*="col-"] input[type="tel"],
div.wpcf7 [class*="col-"] input[type="url"] {
  width: 100%;
}
/* =IE Alert
----------------------------------*/
#ie-alert-overlay {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
* html #ie-alert-overlay {
  position: absolute;
}
#ie-alert-panel {
  width: 600px;
  height: auto;
  top: 200px;
  left: 50%;
  position: fixed;
  z-index: 1000001;
  margin: 0 0 0 -300px;
  position: absolute;
  top: 150px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.ie-p {
  font-size: 15px;
  color: #565656;
  line-height: 1.6em;
  text-align: left;
}
#ie-alert-panel a {
  text-decoration: none;
}
.ie-span {
  font-size: 18px;
  color: #464646;
  display: block;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 15px 0;
}
.ie-r-b-c,
.ie-r-t-c,
.ie-l-t-c,
.ie-l-b-c {
  background: url(../images/iesprites.png) no-repeat;
}
.ie-l-t-c {
  width: 47px;
  height: 47px;
  background-position: -18px -9px;
  float: left;
}
.ie-l {
  height: 100%;
  width: 47px;
  float: left;
  clear: both;
  background: url(../images/left.png);
}
.ie-l-b-c {
  width: 47px;
  height: 46px;
  background-position: -17px -66px;
  float: left;
  clear: both;
}
.ie-b {
  height: 46px;
  width: 506px;
  float: left;
  background: url(../images/bottom.png);
}
.ie-r-t-c {
  width: 47px;
  height: 47px;
  background-position: -83px -10px;
  float: right;
  cursor: pointer;
}
.ie-r-t-c:hover {
  background-position: -143px -9px;
}
.ie-r {
  height: 100%;
  width: 47px;
  float: right;
  background: url(../images/right.png);
}
.ie-c {
  width: 506px;
  height: 100%;
  background: #f6f6f6;
  float: left;
}
.ie-r-b-c {
  width: 47px;
  height: 46px;
  background-position: -83px -65px;
  float: right;
}
.ie-t {
  height: 47px;
  width: 506px;
  float: left;
  background: url(../images/top.png);
}
.ie-u {
  width: auto;
  height: 43px;
  margin: 30px auto 0 -66px;
  position: relative;
  left: 50%;
}
.ie-u-l {
  width: 14px;
  height: 43px;
  background: url(../images/u-left.png);
  float: left;
}
.ie-u-c {
  width: auto;
  height: 33px;
  background: url(../images/u-center.png);
  float: left;
  padding: 11px 0 0 0;
  cursor: pointer;
}
.ie-u-s {
  margin: 5px 25px 5px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
}
.ie-u-r {
  width: 14px;
  height: 43px;
  background: url(../images/u-right.png);
  float: left;
}
#ie-alert-panel.ie6-style .ie-r-b-c {
  background: url(../images/6_r_b_c.png) no-repeat;
}
#ie-alert-panel.ie6-style .ie-r-t-c {
  background: url(../images/6_r_t_c.png) no-repeat;
}
#ie-alert-panel.ie6-style .ie-r-t-c:hover {
  background: url(../images/6_r_t_c_h.png) no-repeat;
}
#ie-alert-panel.ie6-style .ie-l-t-c {
  background: url(../images/6_l_t_c.png) no-repeat;
}
#ie-alert-panel.ie6-style .ie-l-b-c {
  background: url(../images/6_l_b_c.png) no-repeat;
}
#ie-alert-panel.ie6-style .ie-l {
  background: url(../images/6_left.png);
}
#ie-alert-panel.ie6-style .ie-r {
  background: url(../images/6_right.png);
}
#ie-alert-panel.ie6-style .ie-b {
  background: url(../images/6_bottom.png);
}
#ie-alert-panel.ie6-style .ie-t {
  background: url(../images/6_top.png);
}
/* =后台编辑器样式
----------------------------------*/
body#tinymce {
  background: #fff !important;
}
