.bw-overlay-bg.bw-visible {
  display: none !important;
}

/* Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: none;
  clear: both;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="text"]:active {
  border: 1px solid #ccc;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
div,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  padding: 0;
  margin: 0;
  border: 0;
}


.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* Global */
body {
  color: #444;
  background: #f4f4f4;
  font: 12px/24px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

ul,
ol,
li {
  list-style: none;
}

table,
td,
th,
input {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5,
h6 {
  font-size: 12px;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

.radius {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.fadein {
  transition: 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.opacity {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.folio-thumb img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
}

.folio-thumb:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
}

.folio-thumb .opacity-pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  _display: none;
}

.folio-thumb:hover .opacity-pic {
  background: #000;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.mediaholder {
  overflow: hidden;
}

a:link,
a:visited {
  color: #444;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: #f60;
  text-decoration: underline;
}


/* TopBar */
.topbar {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #fff;
  color: #999;
  background: #f6f6f6;
}

.topbar .wrap {
  overflow: visible;
}

.topbar a:link,
.topbar a:visited {
  color: #999;
}

.topbar a:hover {
  color: #e1182b;
}

.topbar-lt {
  float: left;
}

.topbar-rt {
  float: right;
}

.subnav {
  float: right;
  color: #ccc;
  overflow: hidden;
}

.subnav a {
  padding: 0 6px;
}

/* Header */
.header {
  padding: 15px 0;
  background: #fff url(../images/header.jpg) repeat-x right 0;
  clear: both;
  position: relative;
  z-index: 1;
  /* IE6,7解决下拉菜单被幻灯片遮住问题*/
}

.header img {
  display: block;
}

.logo {
  float: left;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.rtbox {
  float: right;
}

/* MainMenu */
.nav-box {
  margin: 0 auto;
  width: 100%;
  height: 46px;
  background: #e1182b url(../images/menu-shadow.png) repeat-x 0 bottom;
}

.nav-container {
  position: relative;
  z-index: 9999;
  /*IE7 Menu*/
}

.navbar {
  overflow: visible;
  position: relative;
}

#mobile-nav {
  display: none;
}

.main-menu {
  padding-top: 4px;
  height: 42px;
  font-size: 14px;
  /* text-transform:uppercase;*/
  color: #333;
  position: relative;
  overflow: visible;
}

.main-menu .wrap {
  overflow: visible;
}

.navi {
  position: relative;
  z-index: 9999;
}

.navi li {
  float: left;
  padding: 0 8px;
  white-space: nowrap;
  background: url(../images/menu.png) no-repeat 0 -138px;
  position: relative;
}

.navi li.fr {
  padding: 0 8px 0 0;
  background: none;
}

.navi li a:link,
.navi li a:visited,
.navi li a {
  padding: 0 20px;
  height: 42px;
  line-height: 38px;
  color: #fff;
  display: block;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}

.navi li a:hover {
  color: #e1182b;
  background: #f8f8f8;
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.navi li.current-menu-item a:link,
.navi li.current-menu-item a:visited,
.navi li.current-post-parent a,
.navi li.current-post-ancestor a,
.navi li.current-menu-parent a,
.navi li.current-category-ancestor a,
.navi li:hover a {
  color: #e1182b;
  background: #f8f8f8;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.navi li.fr ul {
  left: 0;
}

.navi li ul {
  position: absolute;
  top: 42px;
  left: 8px;
  z-index: 999;
  padding: 0;
  width: 220px;
  background: #fff;
  display: none;
}

.navi li ul li {
  float: none;
  padding: 0;
  line-height: 38px;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.navi li ul li a:link,
.navi li ul li a:visited {
  padding: 0 20px;
  height: 38px;
  color: #666;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.navi li.current-menu-item ul li a:link,
.navi li.current-menu-item ul li a:visited,
.navi li.current-menu-item ul li a:hover,
.navi li.current-post-parent ul li a,
.navi li.current-post-ancestor ul li a,
.navi li.current-menu-parent ul li a,
.navi li.current-category-ancestor ul li a {
  color: #666;
  background: none;
}

.navi li ul li.menu-item-has-children a {
  padding: 0 20px;
  height: 38px;
  color: #666;
  background: url(../images/menu.png) no-repeat right -14px;
}

.navi li ul li a:hover,
.navi li.current-menu-item ul li a:hover,
.navi li.current-post-ancestor ul li a:hover,
.navi li.current-menu-parent ul li a:hover,
.navi li.current-category-ancestor ul li a:hover,
.navi li:hover ul li a:hover {
  border: none;
  color: #e1182b;
  background: #f6f6f6;
}

.navi li:hover a {
  color: #e1182b;
  background: #f8f8f8;
}

.navi li:hover ul li a {
  background: none;
}

.navi li:hover ul li.menu-item-has-children a {
  background: url(../images/menu.png) no-repeat right -14px;
}

.navi li.current-menu-parent ul li.current-menu-item a {
  color: #e1182b;
  background-color: #f6f6f6;
}

.navi li ul li ul {
  top: 0;
  left: 220px;
  border-left: 1px solid #e6e6e6;
}

.navi li ul li.menu-item-has-children:hover a {
  color: #e1182b;
  background: #f6f6f6 url(../images/menu.png) no-repeat right -58px;
}

.navi li ul li.menu-item-has-children:hover ul li a {
  color: #666;
  background: #fff;
}

.navi li ul li.menu-item-has-children:hover ul li a:hover {
  color: #e1182b;
  background-color: #f6f6f6;
}

.navi li:hover ul li.menu-item-has-children ul li a {
  background: none;
}

.pinned {
  margin: 0 auto;
  height: 40px;
  background: #e1182b;
  position: fixed;
  top: 0;
  z-index: 99999;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.pinned .main-menu {
  font-size: 13px;
}

.pinned .navi li {
  background-position: 0 -142px;
  height: 36px;
  line-height: 34px;
}

.pinned .navi li a:link,
.pinned .navi li a:visited {
  height: 36px;
  line-height: 34px;
}

.pinned .navi li ul {
  top: 36px;
}

.pinned .navi li ul li ul {
  top: 0;
}

.pinned .toggle-search {
  margin-top: -40px;
}

.toggle-search {
  float: right;
  margin-top: -37px;
  width: 200px;
}

.toggle-search #searchform {
  padding: 0;
  height: auto;
  background: none;
  position: relative;
}

.toggle-search #searchform #ls {
  padding: 2px 15px;
  width: 90px;
  height: 26px;
  line-height: 26px;
  border: none;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}

.toggle-search #searchform #searchsubmit {
  margin-right: -1px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border: none;
  background: #999 url(../images/icon-mo.png) no-repeat center 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.toggle-search #searchform #searchsubmit:hover,
.toggle-search #searchform #searchsubmit:active {
  background-color: #222;
}



/*header*/
/* banner */
.index-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-shadow {
  width: 100%;
  height: 26px;
  background: url(../images/shadow.png) repeat-x;
}

.index-banner .banner-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.index-banner .banner-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 6px;
  border-radius: 6px;
}

.index-banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fd7f04;
}

.index-banner .bx-prev,
.index-banner .bx-next {
  width: 40px;
  height: 100%;
  text-indent: -9999px;
  background: url(../images/arrow-slider.png) no-repeat -40px 48%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 100;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  cursor: pointer;
}

.index-banner .bx-prev {
  left: 0;
}

.index-banner .bx-next {
  right: 0;
  background-position: 0 48%;
}

.index-banner img {
  display: block;
  width: 100%;
  height: auto;
}


/* banner */
/* index-home-scroll */
.container-hp {
  margin-top: -25px;
  padding: 20px;
  border: 1px solid #ebebeb;
  border-top: none;
  background: #fff;
  overflow: visible;
  clear: both;
  box-sizing: border-box;
}

.index-home-scroll {
  overflow: visible;
  clear: both;
  margin-bottom: 25px;
  width: 100%;
}

.index-home-scroll h2,
.row-fluid-btm h2 {
  padding: 0 12px;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e2e2e2;
  border-top: 1px solid #e1182b;
  border-bottom: none;
  color: #e1182b;
  background: #f4f4f4;
  text-transform: capitalize;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}

.index-home-scroll h2 a:hover,
.row-fluid-btm h2 a:hover {
  color: #f60;
  text-decoration: none;
}

.index-home-scroll h2 span a,
.row-fluid-btm h2 span a {
  float: right;
  width: 36px;
  height: auto;
  text-indent: -9999px;
  background: url(../images/icon.gif) no-repeat 0 -96px;
  display: block;
}

.pic-scroll-list {
  padding: 0 40px;
  position: relative;
}

.pic-scroll-list .bx-scroll {
  position: relative;
  overflow: hidden;
}


.pic-scroll-list .prevs,
.pic-scroll-list .nexts {
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  background: #ebebeb url(../images/arrow-scroll.png) no-repeat;
  display: inline-block;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}

.pic-scroll-list .nexts:hover,
.pic-scroll-list .prevs:hover {
  background-color: #f4f4f4;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.pic-scroll-list .prevs {
  background-position: 0 center;
  left: 0;
}

.pic-scroll-list .nexts {
  background-position: right center;
  right: 0;
}

.pic-scroll-list .bx-scroll .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pic-scroll-list .bx-scroll .swiper-slide .img {
  display: block;
  overflow: hidden;
}

.pic-scroll-list .bx-scroll .swiper-slide {

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pic-scroll-list .bx-scroll .swiper-slide a {
  display: block;
  border: 1px solid #e9e9e9;
  padding: 5px;
}

.pic-scroll-list .bx-scroll .swiper-slide:hover a {
  border: 1px solid #e1182b;
}

.pic-scroll-list .bx-scroll .swiper-slide:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.pic-scroll-list .bx-scroll .swiper-slide h3 {
  margin: 5px auto;
  width: 100%;
  height: 24px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}

/* == */
/* row-fluid-btm */

.row-fluid-btm {
  overflow: hidden;
}

.row-fluid-btm h2 {
  margin-bottom: 0;
  border-bottom: none;
}

.row-fluid-btm .col-list {
  width: 32.3333333%;
  float: left;
}

.row-fluid-btm .col-3-inner {
  padding: 20px 12px 10px;
  border: 1px solid #e9e9e9;
}

.row-fluid-btm .col-item1 h3 {
  margin-bottom: 5px;
}

.row-fluid-btm .col-item2,
.row-fluid-btm .col-item3 {
  margin-left: 1.5%;
}

.col-3-inner {
  padding: 20px 12px 10px;
  border: 1px solid #e9e9e9;
}

.col-3-inner p {
  line-height: 20px;
}

.row-fluid-btm li {
  margin-bottom: 6px;
  padding-left: 12px;
  height: 24px;
  background: url(../images/icon.gif) no-repeat 0 10px;
  overflow: hidden;
}

.row-fluid-btm li span {
  float: right;
  padding-left: 5px;
  color: #999;
}

.row-fluid-btm li.t {
  margin-bottom: 12px;
  padding: 0;
  height: auto;
  background: none;
  overflow: hidden;
}

.row-fluid-btm li.t img {
  float: left;
  padding: 6px 10px 0 0;
  width: 120px;
  height: 100px;
}

.row-fluid-btm li.t h3 {
  margin-bottom: 6px;
  height: 24px;
  font-size: 14px;
  overflow: hidden;
}

.row-fluid-btm li.t p {
  height: 80px;
  line-height: 20px;
  color: #666;
  overflow: hidden;
}


/* row-fluid-btm */

/* index-home-scroll */



/*footer*/
.footer {
  margin-top: 25px;
  width: 100%;
  background: #e1182b;
  overflow: hidden;
  -moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, .02);
  -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, .02);
  box-shadow: 0 -5px 5px rgba(0, 0, 0, .02);
}

.footbar {
  padding: 25px 0;
  border-top: 1px solid #ebebeb;
  color: #666;
  background: #fcfcfc;
  box-sizing: border-box;
  overflow: hidden;
}

.footbar a:link,
.footbar a:visited {
  color: #888;
}

.footbar a:hover {
  color: #e1182b;
}

.footbar h3 {
  margin-bottom: 15px;
  font-size: 15px;
  color: #444;
  text-transform: capitalize;
}

.footbar h3 a {
  color: #444;
}

.footbar .text-box {
  float: left;
  padding-right: 2%;
  width: 23%;
}

.footbar .text-4 {
  float: right;
  padding: 0;
}

/* Copyright */
.copyright {
  padding: 15px 0;
  color: #fff;
  background: #e1182b;
  position: relative;
}

.copyright .inner {
  overflow: visible;
}

.copyright a:link,
.copyright a:visited {
  color: #fff;
}

.copyright a:hover {
  color: #fff;
}

.copyright #cp {
  float: left;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

.copyright #our-sns {
  float: right;
  position: relative;
}

#our-sns a {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  display: inline-block;
  background: url(../images/icon-sns.gif) no-repeat 0 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

#our-sns a:hover {
  filter: alpha(opacity=8);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#our-sns a#i_googleplus {
  background-position: 0 0;
}

#our-sns a#i_linkedin {
  background-position: 0 -31px;
}

#our-sns a#i_skype {
  background-position: 0 -62px;
}

#our-sns a#i_pinterest {
  background-position: 0 -92px;
}

#our-sns a#i_youtube {
  background-position: 0 -123px;
}

#our-sns a#i_facebook {
  background-position: 0 -154px;
}

#our-sns a#i_twitter {
  background-position: 0 -185px;
}

#weixin {
  padding: 10px;
  text-align: center;
  background: #333;
  display: none;
  position: absolute;
  left: 4px;
  bottom: 30px;
  z-index: 999;
}

#weixin img {
  display: block;
}

/*footer*/







/* MobileBar */
.mobi-bar {
  width: 100%;
  font-size: 1em;
  text-align: center;
  background: #333;
  overflow: hidden;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.mobi-bar li {
  float: left;
  width: 25%;
}

.mobi-bar li i {
  font-style: normal;
}

.mobi-bar li a {
  padding-top: 25px;
  border-left: 1px solid #383838;
  border-right: 1px solid #2b2b2b;
  color: #eee;
  background-image: url(../images/icon-mobi.png);
  background-repeat: no-repeat;
  display: block;
}

.mobi-bar li a:active,
.mobi-bar li a:hover {
  background-color: #222;
  text-decoration: none;
}

.mobi-bar li.mobi-map a {
  background-position: center 6px;
}

.mobi-bar li.mobi-phone a {
  background-position: center -67px;
}

.mobi-bar li.mobi-email a {
  background-position: center -134px;
}

.mobi-bar li.mobi-chat a {
  background-position: center -202px;
}

.mobi-bar li:first-child a {
  border-left: none;
}

.mobi-bar li:last-child a {
  border-right: none;
}

/* MobileBar */
/* 左侧公共 */
.cont-box-enter h3 {
  padding-left: 14px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #ccc;
  color: #666;
  background: #f5f5f5;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.cont-box-enter h3 a:link,
.cont-box-enter h3 a:visited {
  color: #666;
  display: block;
}

.cont-box-enter h3 a:hover {
  color: #e1182b;
}

.cont-box-enter div {
  line-height: 28px;
  overflow: hidden;
}

.cont-box-enter div p {
  padding: 15px 0 10px;
}

.cont-box-enter span {
  display: block;
  margin-top: 5px;
}
.cont-box-enter h3{
   margin-bottom: 10px; 
}
.cont-box-enter img {
  display: block;
  width: 100%;
  height: auto;
}

/* 左侧公共 */

/* contact */
.contact-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.bg-white {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ebebeb;
  border-top: none;
  background: #fff;
  box-sizing: border-box;
  overflow: visible;
  clear: both;
  margin-top: -25px;
}

.column-fluid-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.column-fluid-box .content-sidebar {
  width: 256px;
  color: #666;
  overflow: hidden;
}

.content-sidebar .side-from {
  margin-bottom: 20px;
}

.side-from .searchInput {
  padding: 4px 8px 3px;
  width: 168px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #D6D6D6;
  color: #666;
  background: #fff;
}

.side-from .searchInput:hover {
  border: 1px solid #999;
  color: #666;
}

.side-from .searchBtn {
  float: right;
  width: 60px;
  height: 33px;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  border: none;
  color: #fff;
  background: #666;
  cursor: pointer;
  position: static;
}

.side-from .searchBtn:hover {
  background: #333;
}

.column-fluid-box .content-text {
  width: 775px;
}
.content-text .entry-tabtext{
        border-bottom: 1px solid #e8e8e8;
          margin-bottom: 15px;
}
.content-text .page-title {
  margin-bottom: 25px;
  padding-bottom: 8px;
  line-height: 40px;
  font-size: 28px;
  text-align: center;
  border-bottom: 1px solid #E9E9E9;
  color: #333;
}
.content-text .entry-tabtext iframe {
    width: 100%;
    height: 515px;
}
iframe #player{
    padding-top:60px
}
.content-text .img-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
}

.content-text p {
  margin-bottom: 20px;
}

.content-text p img {
  display: block;
  width: 100%;
  height: auto;
}

/* contact */

/* BreadCrumb */
.breadcrumb {
  float: right;
  color: #999;
  max-width: 50%;
  *width: 250px;
  height: 24px;
  text-align: right;
  overflow: hidden;
}

.breadcrumb i {
  padding: 0;
  font-size: 12px;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #999;
}

.breadcrumb a:hover {
  color: #666;
}

.breadcrumb a#hp {
  padding-left: 18px;
  background: url(images/icon.gif) no-repeat 0 -157px;
  *background-position: 0 -159px;
}

.cur-title {
  margin-bottom: 25px;
  height: 36px;
  line-height: 36px;
  border-bottom: 2px solid #e8e8e8;
  text-transform: capitalize;
}

.cur-title span {
  color: #999;
}

.cur-title b {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #999;
  color: #444;
  display: inline-block;
}

.cur-title b a {
  color: #444;
  text-decoration: none;
}

/* BreadCrumb */

/*zxycf-box*/
.zxycf-box {
  margin-top: 30px;
}

.zxycf-box #addcomment {
  margin-bottom: 30px;
  height: 36px;
  line-height: 36px;
  border-bottom: 2px solid #e8e8e8;
}

.zxycf-box #addcomment b {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #e1182b;
  color: #e1182b;
  display: inline-block;
}

/*zxycf-box*/



/*lyb*/
#respond p {
  margin: 0 auto 15px;
  overflow: hidden;
}

#respond label {
  float: left;
  padding: 3px 8px;
  width: 70px;
  text-align: right;
  display: block;
}

#respond em {
  padding-top: 5px;
  color: #F00;
  font-style: normal;
  font-weight: normal;
}

#author,
#email,
#tel,
#comment {
  padding: 8px;
  width: 50%;
  border: 1px solid #E4E4E4;
  color: #666;
}

#comment {
  width: 84%;
  height: 150px;
  font-size: 12px;
  color: #787878;
  overflow-y: scroll;
  color: #666;
}

#submit {
  padding: 8px 30px;
  font-size: 18px;
  color: #fff;
  background: #f60;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#submit:hover,
#submit:active {
  background-color: #f80;
}

/*lyb*/

/*single-product*/
.productMeta {
  overflow: hidden;
}

.productMeta .preview {
  float: left;
  width: 350px;
  margin-right: 20px;
}

.preview #wrap {
  position: relative;
}

.preview #wrap img {
  margin-bottom: 0;
  display: block;
  width: 100%;
  height: auto;
}

.preview ul.thumblist {
  margin: 10px 0 0;
  width: 100%;
  display: block;
}

.preview ul.thumblist li {
  float: left;
  margin: 0;
  width: 25%;
  text-align: center;
  overflow: hidden;
}

.preview ul.thumblist li .thumb-wrap {
  float: left;
  padding: 1px;
  width: 80px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.preview ul.thumblist li.nomargin {
  margin: 0 0 0 9px;
}

.preview ul.thumblist li em {
  width: 100%;
  height: 6px;
  font-size: 0;
  overflow: hidden;
  display: none;
}

.preview ul.thumblist li img {
  margin-bottom: 0;
  padding: 1px;
  width: 78px;
  cursor: pointer;
  vertical-align: middle;
}

.preview ul.thumblist li .imWrap {
  float: left;
  width: 80px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  *display: block;
  *font-size: 63px;
  *font-family: Arial;
}

.preview ul.thumblist li span {
  color: #666;
}

.preview ul.thumblist li.zoomActive .thumb-wrap {
  border: 1px solid #f90;
}

.preview ul.thumblist li.zoomActive span {
  color: #C52620;
}

.cloud-zoom-lens {
  border: 2px solid #eee;
  background: url(../images/grid.png) repeat 0 0;
  cursor: move;
}

.cloud-zoom-big {
  top: 0 !important;
  width: 450px !important;
  height: 360px !important;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.cloud-zoom-loading {
  padding: 3px;
  border: 1px solid #CCC;
  color: #FFF;
  background: #222;
}

.product-meta-box .post-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #333;
}

.product-meta-box .product-meta {
  overflow: hidden;
}

.product-meta-box {
  overflow: hidden;
}

.product-meta p {
  margin-bottom: 8px;
}

.product-meta {
  margin-bottom: 15px;
  font-size: 14px;
  color: #555;
  overflow: hidden;
}

.product-inquiry {
  margin-top: 20px;
}

.product-inquiry a,
.product-inquiry a:hover {
  padding: 8px 13px 8px 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #f60;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-inquiry a:hover {
  background-color: #f80;
  text-decoration: none;
}

.product-inquiry a.chat {
  background: #f60 url(../images/icon-chat.png) no-repeat 12px 10px;
  margin-right: 10px;
}

.product-inquiry a.chat:hover {
  background-color: #f80;
}

.product-inquiry a.olreply {
  padding: 7px 24px;
  color: #f60;
  border: 1px solid #fdc69d;
  background-color: #fef2e5;
}

.product-inquiry a.olreply:hover {
  color: #fff;
  border: 1px solid #f60;
  background-color: #f60;
}

.tab-head {
  margin-bottom: 30px;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #ddd;
  background-color: #f4f4f4;
  margin-top: 30px;
}

.tab-head span {
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  line-height: 37px;
  border: 1px solid #ddd;
  border-top: 2px solid #e1182b;
  border-bottom: none;
  color: #e1182b;
  background: #fff;
}

/* Related */
.related-pro {
  margin: 30px auto 0;
}

.related-pro h2 {
  margin-bottom: 30px;
  height: 36px;
  line-height: 36px;
  border-bottom: 2px solid #e8e8e8;
  text-transform: capitalize;
}

.related-pro h2 b {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #e1182b;
  color: #e1182b;
  display: inline-block;
}

.related-pro h2 b a {
  color: #e1182b;
  text-decoration: none;
}

.related-pro ul.post-list {
  margin-top: 10px;
  overflow: hidden;
  margin-left: -1%;
}

.related-pro ul.post-list li {
  width: 32.3333333%;
  float: left;
  margin-left: 1%;
  text-align: center;
}
.related-pro ul.post-list li .imgs{
    overflow: hidden;
}
.related-pro ul.post-list li img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.related-pro ul.post-list li a {
  display: block;
}

.related-pro li h3 {
  margin: 8px auto;
  width: 100%;
  height: 24px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.related-pro ul.post-list li:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
}

/*single-product*/

/*archive*/
.piclist {
  overflow: hidden;
  margin-left: -1%;
}

.piclist li {
  width: 32.3333333%;
  float: left;
  margin-left: 1%;
  text-align: center;
  box-sizing: border-box;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #e9e9e9;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.piclist li .imgs {
  overflow: hidden;
}

.piclist li img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.piclist li a {
  display: block;
}

.piclist li h3 {
  margin: 8px auto;
  width: 100%;
  height: 24px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.piclist li:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
}

.bloglist li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #666;
  overflow: hidden;
}

.bloglist li .imgs {
  display: block;
  width: 260px;
  float: left;
  margin-right: 20px;
}

.bloglist li .imgs img {
  display: block;
  width: 100%;
  height: auto;
}

.bloglist li .title {
  margin-bottom: 5px;
  font-weight: 700;
}

.bloglist li .blog-meta {
  margin: 0 0 15px -8px;
  color: #ddd;
}

.bloglist li .blog-meta span {
  padding: 0 8px;
  color: #999;
}

.bloglist li .blog-meta span.date {
  padding: 0 8px 0 0;
}
.bloglist li .excer-text p{
      margin-bottom: 0px;
}
.bloglist p.readmore {
  margin-top: 10px;
  text-align: right;
}

.bloglist p.readmore a {
  color: #005BB5;
  text-decoration: underline;
}

.bloglist p.readmore a:hover {
  color: #444;
}
/*archive*/
@media only screen and (max-width:1200px) {
  .wrap {
    width: 980px;
  }

  .column-fluid-box .content-text {
    width: 660px;
  }

  .column-fluid-box .content-sidebar {
    width: 256px;
  }
}

@media only screen and (max-width:992px) {
  .wrap {
    width: 750px;
  }

  .column-fluid-box .content-text {
    width: 100%;
  }

  .column-fluid-box .content-sidebar {
    display: none;
  }

  .navi li {
    padding: 0 8px;
  }

  .navi li a:link,
  .navi li a:visited {
    padding: 0 10px;
  }

  .toggle-search {
    width: 160px;
  }

  .toggle-search #searchform #ls {
    width: 90px;
  }

  .zxycf-box #addcomment b {
    font-size: 14px;
  }
}

@media only screen and (max-width:768px) {
  .wrap {
    width: 96%;
  }

  .topbar {
    display: none;
  }

  .header {
    margin: 0 auto;
    padding: 0;
  }

  .topbar-lt,
  .rtbox {
    display: none;
  }

  .logo {
    height: 60px;
    line-height: 60px;
  }

  .logo img {
    width: 180px;
    display: inline-block;
  }

  .btn-search {
    display: none;
  }

  #mobile-nav {
    float: right;
    height: 70px;
    line-height: 70px;
    position: relative;
    display: block;
  }

  #mobile-nav a {
    margin: 0 4px;
    width: 30px;
    height: 100%;
    background-image: url(../images/icon-mo.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
  }

  #mobile-nav #mobile-menu {
    background-position: center -25px;
  }

  #mobile-nav #mobile-so {
    background-position: center -77px;
  }

  .up-arrow {
    margin: 0 auto;
    width: 0;
    border: 8px solid;
    border-color: rgba(68, 68, 68, 0) rgba(68, 68, 68, 0) #444 rgba(68, 68, 68, 0);
    position: absolute;
    bottom: 0;
    left: 6px;
    display: none;
  }

  #mobile-nav a.active .up-arrow {
    display: block;
  }

  .toggle-search {
    margin: 0 auto;
    padding: 12px 0;
    height: 40px;
    width: 100%;
    background: #444;
    display: none;
    position: absolute;
    top: 0;
    z-index: 9999;
  }

  .toggle-search #searchform {
    margin: 0 auto;
    width: 96%;
  }

  .toggle-search #searchform #searchsubmit {
    right: -1px;
    width: 42px;
    height: 40px;
    background-position: center 13px;
  }

  .toggle-search #searchform #ls {
    padding: 2px 5%;
    width: 90%;
    height: 36px;
    line-height: 36px;
  }

  .nav-box {
    margin: 0 auto;
    border: none;
    height: auto;
    background: #fff;
  }

  .nav-container,
  .nav-container .inner,
  .main-menu {
    width: 100%;
  }

  .nav-container .radius {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .main-menu {
    margin: 0 auto;
    padding-top: 0;
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 16px;
    background: #444;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0;
    z-index: 9999;
  }

  .main-menu .inner {
    width: 100%;
  }

  .navi {
    background: #e4e4e4;
  }

  .navi li {
    float: left;
    margin: 0 0 0 -1px;
    padding: 0;
    width: 50%;
    border: none;
    border-left: 1px solid #333;
    border-top: 1px solid #494949;
    border-bottom: 1px solid #333;
    background: none;
    text-align: center;
  }

  .navi li:first-child {
    padding: 0;
  }

  .navi li a,
  .navi li a:link,
  .navi li a:visited {
    padding: 4px 15px;
    height: 42px;
    line-height: 42px;
    color: #eee;
    background: #444;
    overflow: hidden;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .navi li a:hover {
    color: #fff;
    background: #e1182b;
    border-bottom: none;
  }

  .navi li ul {
    position: static;
    padding: 0;
    width: 100%;
    border-bottom: none;
    background: none;
  }

  .navi li ul li {
    border: none;
    background: none;
    border-bottom: 1px solid #262626;
  }

  .navi li ul li.litop {
    display: none;
  }

  .navi li ul li a:link,
  .navi li ul li a:visited {
    padding: 0 0 0 35px;
    color: #bbb;
    background: none;
  }

  .navi li ul li a:hover,
  .navi li:hover ul li a:hover {
    color: #fff;
    background: #404040;
  }

  .navi li.current-menu-item ul li a:link,
  .navi li.current-menu-item ul li a:visited,
  .navi li.current-post-parent ul li a,
  .navi li.current-post-ancestor ul li a,
  .navi li.current-menu-parent ul li a,
  .navi li.current-category-ancestor ul li a,
  .navi li:hover ul li a {
    background: none;
  }

  .navi li.current-menu-item a:link,
  .navi li.current-menu-item a:visited,
  .navi li.current-post-parent a,
  .navi li.current-post-ancestor a,
  .navi li.current-menu-parent a,
  .navi li.current-category-ancestor a,
  .navi li:hover a {
    color: #fff;
    background: #e1182b;
  }

  .pinned {
    width: 100%;
  }

  .nav-box {
    margin: 0 auto;
    height: auto;
  }

  .navi li a:link,
  .navi li a:visited {
    padding: 0 6px;
  }

  .copyright #cp {
    float: none;
    text-align: center;
  }

  .copyright #our-sns {
    float: none;
    text-align: center;
    margin-top: 15px;
  }

  .index-banner .bx-prev,
  .index-banner .bx-next {
    background: url(../images/arrow-slider.png) no-repeat -20px 48%;
    background-size: 40px auto;
  }

  .index-banner .bx-next {
    right: 0;
    background-position: 20px 48%;
  }

  .index-banner .banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
  }

  .row-fluid-btm .col-list {
    width: 100%;
    float: none;
  }

  .row-fluid-btm .col-item2,
  .row-fluid-btm .col-item3 {
    margin-left: 0%;
    margin-top: 20px;
  }

  .footbar .text-box {
    float: none;
    padding-right: 0%;
    width: 100%;
    margin-bottom: 10px;
  }

  .mobi-bar {
    display: block;
  }

  .textbox-somo p span {
    display: block;
  }

  .textbox-somo p br {
    display: none;
  }

  #cloud-zoom-big,
  .mousetrap {
    display: none !important;
  }
  .content-text .entry-tabtext iframe {
    height: 365px;
}
}

@media only screen and (max-width:680px) {
  .productMeta .preview {
    float: none;
    width: 100%;
    margin-right: 0px;
  }

  .product-meta-box {
    overflow: hidden;
    width: 100%;
  }

  .product-meta-box .post-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
  }
}
@media only screen and (max-width:600px) {
   .related-pro ul.post-list li{
           width: 99%;
               float: none;
   } 
  .content-text .entry-tabtext iframe {
    height: 265px;
}
    
}
@media only screen and (max-width:480px) {
  .bg-white {
    padding: 20px 15px;
  }

  .preview ul.thumblist li .thumb-wrap,
  .preview ul.thumblist li .imWrap {
    width: 60px;
  }

  .preview ul.thumblist li img {
    width: 58px;
  }
}