/**
 * style.less
 * 层叠样式表
 */
/**
 * main.less
 * 通用样式
 */
/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/opensans.woff) format('woff');
}*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  font-family:  "Microsoft Yahei", "Open Sans", 'Helvetica Neue', Helvetica, Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background: #fff;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
.a {
  color: inherit;
  text-decoration: none;
}
.ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.img-circle {
  border-radius: 50%;
}
.img-rounded {
  border-radius: 0.3rem;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: .25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all 0.2s ease-in-out;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-box {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  display: block;
}
.img-box img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-box img[src=""],
.img-box img:not([src]) {
  border: 0;
  opacity: 0;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  transition: width .2s linear;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* lg */
@media (min-width: 1200px) {
}
/* md */
@media (max-width: 1199px) {
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* sm */
@media (max-width: 991px) {
}
/* sm */
@media (min-width: 769px) and (max-width: 991px) {
}
/* xs */
@media (max-width: 768px) {
}
/* xs-portrait */
@media (max-width: 480px) {
}
/* test */
@media (max-width: 360px) {
}
@media (max-width: 320px) {
}
/**
 * header
 */
/* header */
.header {
  position: relative;
  background: #fff;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header a {
  text-decoration: none;
  color: inherit;
}
.header img {
  display: block;
}
.header .container {
  position: relative;
}
.header .top {
  min-height: 43px;
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1;
    background-color: #fff;

  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.header .top .share {
  float: left;
}
.header .top .share a {
  background: rgba(255, 255, 255, 0.6);
}
.header .top .share a:hover {
  background: none;
}
.header .top .links {
  float: right;
  margin-right: 110px;
}
@media (max-width: 768px) {
  .header .top .links {
    display: none;
  }
}
.header .top .links li {
  display: inline-block;
  padding: 0 8px;
}
.header .top .links a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #666;
}
.header .top .links a:hover {
  text-decoration: underline;
  color: #d71819;
}
@media (max-width: 480px) {
  .header .top .links,
  .header .top .lang {
    display: none;
  }
}
.header .main {
  padding: 32px 0;
  margin-top: 47px;
}
@media (max-width: 768px) {
  .header .main {
    height: 72px;
    padding: 0;
  }
}
.header .logo {
  float: left;
  height: 60px;
}
.header .logo img {
  height: 100%;
}
@media (max-width: 768px) {
  .header .logo {
    height: 72px;
    padding: 20px 0;
  }
}
.header .location {
  float: right;
  margin-bottom: 12px;
  margin-left: 16px;
}
@media (max-width: 768px) {
  .header .location {
    display: none;
  }
}
.header .location div::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  content: '';
  vertical-align: middle;
  border-radius: 50%;
  background: #d71819 url(../images/icon.png) no-repeat;
  background-size: cover;
}
.header .location div em {
  font-style: normal;
  color: #d71819;
}
.header .location a {
  font-weight: bold;
}
.header .location a:hover {
  text-decoration: underline;
}
.header .query {
  line-height: 38px;
  position: relative;
  float: right;
  width: 300px;
  height: 40px;
  padding-left: 32px;
  border: 1px solid #dfdfdf;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .header .query {
    display: none;
  }
}
.header .query:hover {
  border-color: #d71819;
}
.header .query::before {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 20px;
  height: 20px;
  content: '';
  background: url(../images/icon.png) no-repeat;
  background-position: -220px 0;
  background-size: cover;
}
.header .query input {
  width: 250px;
  height: 38px;
  border: none;
  outline: none;
}
.header .search {
  position: absolute;
  top: 0;
  right: 62px;
  display: none;
  width: 36px;
  height: 72px;
  cursor: pointer;
}
.header .search a {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 22px;
  background: url(../images/search-btn.png) no-repeat;
  background-size: cover;
}
.header .toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 62px;
  height: 72px;
  cursor: pointer;
}
.header .toggle .icon,
.header .toggle .icon::before,
.header .toggle .icon::after {
  position: absolute;
  width: 30px;
  height: 4px;
  transition-duration: .5s;
  border-radius: 2px;
  background: #b2b2b2;
}
.header .toggle .icon {
  top: 34px;
  left: 15.5px;
}
.header .toggle .icon::before,
.header .toggle .icon::after {
  left: 0;
  content: '';
  background: inherit;
}
.header .toggle .icon::before {
  top: -9px;
}
.header .toggle .icon::after {
  top: 9px;
}
.header.nav-open .toggle .icon {
  width: 0;
}
.header.nav-open .toggle .icon::before {
  transform: translateY(9px) rotate(45deg);
}
.header.nav-open .toggle .icon::after {
  transform: translateY(-9px) rotate(-45deg);
}
@media (max-width: 768px) {
  .header .location {
    margin-top: 20px;
    margin-right: 96px;
    margin-bottom: 0;
  }
  .header .query {
    display: none;
  }
  .header .search,
  .header .toggle {
    display: block;
  }
}
@media (max-width: 480px) {
  .header .location {
    display: none;
  }
}
.header {
  /**
     * navigation
     * @type {String}
     */
}
.header .lang {
  font-size: 13px;
  position: absolute;
  z-index: 999;
  top: -12px;
  right: 0;
  overflow: hidden;
  width: 110px;
  height: 42px;
  padding: 0 2px 2px;
  color: #999;
  background: #fff;
}
.header .lang::before {
  position: absolute;
  top: 18px;
  right: 8px;
  overflow: hidden;
  width: 0;
  height: 0;
  content: '';
  border: 5px solid transparent;
  border-top-color: #b3b3b3;
}
.header .lang:active,
.header .lang:hover {
  height: auto;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.26);
}
.header .lang:active li:first-child,
.header .lang:hover li:first-child {
  border-color: #dedede;
}
.header .lang:active::before,
.header .lang:hover::before {
  transition-duration: .2s;
  transform: rotate(180deg) translate3d(0px, 5px, 0);
  transform-origin: center;
}
.header .lang li {
  line-height: 29px;
  width: 100%;
  height: 42px;
  padding: 5px;
  border-bottom: 1px dashed #dedede;
}
.header .lang li:first-child {
  display: block;
  border-color: transparent;
}
.header .lang li:last-child {
  border-color: transparent;
}
.header .lang li::before {
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-right: 5px;
  content: '';
  vertical-align: middle;
  background: url(../images/flags.png) no-repeat;
  background-size: cover;
}
.header .lang li a {
  vertical-align: bottom;
}
.header .lang li a:hover {
  text-decoration: underline;
  color: #666;
}
.header .lang li.en::before {
  background-position: 0px 0;
}
.header .lang li.es::before {
  background-position: -24px 0;
}
.header .lang li.fr::before {
  background-position: -48px 0;
}
.header .lang li.py::before {
  background-position: -72px 0;
}
.header .share {
  font-size: 13px;
  color: #999;
}
.header .share li {
  display: block;
  float: left;
}
.header .share li a {
  font-size: 13px;
  line-height: 20px;
  color: #d5d5d5;
}
.header .share li a::before {
  font-size: 16px;
}
.header .share .icon-facebook,
.header .share .icon-twitter,
.header .share .icon-google,
.header .share .icon-linkedin {
  margin-right: 6px;
  background-color: #fff;
}
.header .share .icon-facebook:hover,
.header .share .icon-twitter:hover,
.header .share .icon-google:hover,
.header .share .icon-linkedin:hover {
  color: #d71819;
}
.header .share .icon-facebook:hover {
  color: #395797;
}
.header .share .icon-twitter:hover {
  color: #00abed;
}
.header .share .icon-google:hover {
  color: #d6492f;
}
.header .share .icon-linkedin:hover {
  color: #007ab9;
}
.header .share .icon-phone,
.header .share .icon-email {
  margin-left: 32px;
}
.header .share .icon-phone:hover,
.header .share .icon-email:hover {
  color: #d71819;
}
.header .share .icon-phone::before,
.header .share .icon-email::before {
  margin-right: 4px;
}
.header .share .icon-email::before {
  font-size: 12px;
}
@media (max-width: 480px) {
  .header .share li a {
    font-size: 12px;
  }
  .header .share .icon-facebook,
  .header .share .icon-twitter,
  .header .share .icon-google,
  .header .share .icon-linkedin {
    margin-right: 2px;
  }
  .header .share .icon-phone,
  .header .share .icon-email {
    margin-left: 4px;
  }
}
@media (max-width: 360px) {
  .header .share .icon-facebook,
  .header .share .icon-twitter,
  .header .share .icon-google,
  .header .share .icon-linkedin {
    display: none;
  }
  .header .share .icon-phone,
  .header .share .icon-email {
    margin-right: 4px;
    margin-left: 0;
  }
}
.header .searchbox {
  font-size: 1.4rem;
  line-height: 48px;
  position: absolute;
  z-index: 9999;
  display: none;
  width: 100%;
  padding: 5px 12px;
  vertical-align: middle;
  background: #f4f4f4;
}
.header .searchbox input:focus {
  border-color: #d71819;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(215, 24, 25, 0.3);
}
.header .searchbox input[type='submit'] {
  width: 28%;
}
.header .searchbox input {
  line-height: 22px;
  width: 70%;
  margin: 0;
  padding: 5px 10px;
  color: #666;
  border: 0;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}
.header .navbar-box {
  background: #000;
}
@media (max-width: 768px) {
  .header .navbar-box {
    display: none;
  }
}
.header .navbar {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
}
.header .navbar .nav-item {
  position: relative;
  float: left;
  color: #fff;
}
.header .navbar .nav-item:hover ul {
  display: block;
}
.header .navbar .nav-item.active > a,
.header .navbar .nav-item:hover > a {
  background-color: #d71819;
}
.header .navbar .nav-item a {
  text-decoration: none;
  color: inherit;
}
.header .navbar .nav-item > a {
  display: block;
  padding: 12px 25px;
  transition: background-color 0.2s ease-out;
}
.header .navbar .nav-item ul {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  display: none;
  min-width: 200px;
  padding: 0 22px;
  background: #fff;
  box-shadow: 0 -3px transparent, 0 0 3px #ccc;
}
.header .navbar .nav-item ul.right {
  right: 0;
  left: auto;
}

.header .navbar .nav-item ul li:first-child {
    margin-top: 15px;
}

.header .navbar .nav-item ul li:last-child {
    margin-bottom: 15px;
}


.header .navbar .nav-item li a {
  line-height: 2;
  white-space: nowrap;
  color: #000;
}
.header .navbar .nav-item li a:hover {
  text-decoration: underline;
  color: #d71819;
}
.header .navbar .nav-item.box ul {
  min-height: 180px;
  padding-right: 160px;
}
.header .navbar .nav-item.box li {
  min-width: 60px;
}
.header .navbar .nav-item.box li:last-child {
  position: absolute;
  top: 40px;
  right: 22px;
  width: 100px;
  height: 100px;
}
.header .navbar .nav-item.box li:last-child img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .navigation {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 48px;
  position: absolute;
  z-index: 99;
  top: 100%;
  display: none;
  width: 100%;
  border-top: solid 3px #d71819;
  border-bottom: solid 3px #d71819;
  background: #fff;
}
@media (min-width: 769px) {
  .header .navigation {
    display: none !important;
  }
}
.header .navigation .level-1 > li::after,
.header .navigation .level-2 > li::after,
.header .navigation .level-2 > li::before {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 12px;
  height: 12px;
  content: '';
  background: url(../images/menu.png) no-repeat;
  background-size: cover;
}
.header .navigation .level-1 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: inherit;
}
.header .navigation .level-1 li {
  position: relative;
  border-bottom: solid 1px #e4e4e4;
}
.header .navigation .level-1 > li > a {
  padding: 0 2em 0 1em;
}
.header .navigation .level-1 > li::after {
  background-position: -36px 0;
}
.header .navigation .level-1 > li.active::after,
.header .navigation .level-1 > li:hover::after {
  background-position: -96px 0;
}
.header .navigation .level-1 > li.more::after {
  background-position: -12px 0;
}
.header .navigation .level-1 > li.more:hover::after {
  background-position: -72px 0;
}
.header .navigation .level-1 > li.more.active::after {
  background-position: -84px 0;
}
.header .navigation .level-1 > li.active > a,
.header .navigation .level-1 > li:hover > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.header .navigation .level-2 {
  display: none;
}
.header .navigation .level-2 a {
  padding: 0 2em 0 3em;
}
.header .navigation .level-2 li:first-child {
  border-top: solid 1px #e4e4e4;
}
.header .navigation .level-2 li:last-child {
  border-bottom: none;
}
.header .navigation .level-2 > li::before {
  right: auto;
  left: 1.5em;
  background-position: 0 0;
}
.header .navigation .level-2 > li::after {
  background-position: -48px 0;
}
.header .navigation .level-2 > li.active::after {
  background-position: -108px 0;
}
.header .navigation .level-3 {
  line-height: 40px;
  display: none;
}
.header .navigation .level-3 a {
  font-size: .8em;
  padding-left: 4em;
}
/**
 * banner
 */
.banner {
  overflow: hidden;
  width: 100%;
}
.banner img {
  width: 100%;
}
.banner .owl-carousel .owl-controls {
  position: absolute;
  bottom: 32px;
  width: 100%;
  height: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .banner .owl-carousel .owl-controls {
    bottom: 22px;
  }
}
.banner .owl-carousel .owl-controls .owl-page.active span {
  background: #d71819;
  background: #fff;
}
.banner .owl-carousel .owl-controls .owl-page span {
  width: 42px;
  height: 5px;
  margin: 5px;
  opacity: 1;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 480px) {
  .banner .owl-carousel .owl-controls .owl-page span {
    width: 22px;
    height: 2px;
    margin: 3px;
  }
}
.banner .owl-carousel .owl-controls .owl-buttons {
  display: none;
}
@media (max-width: 1199px) {
  .banner .owl-carousel {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 991px) {
  .banner .owl-carousel {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 768px) {
  .banner .owl-carousel {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
}
.banner-inner {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1200px) {
  .banner-inner img {
    min-height: 250px;
  }
}
@media (max-width: 1199px) {
  .banner-inner img {
    width: 120%;
    max-width: 120%;
    min-height: 248px;
    margin-left: -10%;
  }
}
@media (max-width: 991px) {
  .banner-inner img {
    width: 140%;
    max-width: 140%;
    min-height: 224px;
    margin-left: -20%;
  }
}
@media (max-width: 768px) {
  .banner-inner img {
    width: 160%;
    max-width: 160%;
    min-height: 160px;
    margin-left: -30%;
  }
}
@media (max-width: 480px) {
  .banner-inner img {
    width: 180%;
    max-width: 180%;
    min-height: 135px;
    margin-left: -40%;
  }
}
/**
 * wrap
 */
.wrap {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.wrap h1.title,
.wrap h2.title {
  margin-top: 0;
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .wrap h1.title,
  .wrap h2.title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .wrap h1.title,
  .wrap h2.title {
    font-size: 24px;
  }
}
.wrap p {
  color: #666;
  margin-top: 0;
}
.wrap .ueditor {
  overflow: hidden;
}
.wrap .ueditor p {
  font-family: 'Georgia', 'Times New Roman', Arial, 'Helvetica Neue', Helvetica, 'Microsoft Yahei', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 0;
}
.wrap .ueditor img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .wrap .ueditor img {
    display: block;
    width: 100%;
  }
}
/**
 * tabs
 */
.tabs {
  font-size: 18px;
  line-height: 36px;
  margin-top: 0;
  padding: 0;
}
.tabs li {
  display: inline-block;
  min-width: 64px;
  margin-right: 5px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 90px;
}
.tabs li.active,
.tabs li:hover {
  color: #d71819;
  border-color: currentColor;
}
.tabs a {
  display: block;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .tabs {
    font-size: 16px;
    line-height: 28px;
  }
}
/**
 * [pagerWidth description]
 * @type {[type]}
 */
.pager {
  font-size: 18px;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #666;
}
.pager li {
  line-height: 50px;
  display: inline-block;
  width: 52px;
  height: 52px;
  margin: 4px;
}
.pager li:first-child,
.pager li:last-child {
  margin-right: 32px;
  margin-left: 0;
}
.pager li:first-child a,
.pager li:last-child a {
  background-color: #f4f4f4;
}
.pager li:last-child {
  margin-right: 0;
  margin-left: 32px;
}
.pager li:hover,
.pager li.active {
  color: #fff;
}
.pager li:hover a,
.pager li.active a {
  border-color: #000;
  background-color: #000;
}
@media (max-width: 768px) {
  .pager li {
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-right: 4px;
    margin-left: 4px;
  }
  .pager li:first-child {
    margin-right: 16px;
    margin-left: 0;
  }
  .pager li:last-child {
    margin-right: 0;
    margin-left: 16px;
  }
}
.pager a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
  text-decoration: none;
  color: inherit;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
}
/**
 * widget
 */
.widget {
  margin-bottom: 2em;
}
.widget .wt {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 18px;
}
.widget .wb {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #666;
}
.widget a {
  text-decoration: none;
  color: inherit;
}
.widget a:hover {
  color: #d71819;
}
/**
 * widget-tag-cloud
 */
.widget-tag-cloud li {
  float: left;
  margin-right: 6px;
  margin-bottom: 10px;
  transition: all .2s;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.widget-tag-cloud li:hover {
  color: #d71819;
  border-color: currentColor;
}
.widget-tag-cloud a {
  display: block;
  padding: 6px 8px;
}
/**
 * widget-Site-archives
 */
.widget-Site-archives li::before {
  margin-right: 3px;
  content: '\2023';
}
.widget-Site-archives a {
  line-height: 1.8;
}
.widget-Site-archives a:hover {
  text-decoration: underline;
}
/**
 * widget-latest-exhibition
 */
.widget-latest-exhibition li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #dedede;
}
.widget-latest-exhibition h5 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #666;
}
.widget-latest-exhibition span {
  font-size: 12px;
  color: #999;
}
.widget-latest-exhibition .thumb {
  float: left;
  width: 60px;
}
.widget-latest-exhibition .info {
  margin-left: 70px;
}
.inquire-sheet-box {
  display: none;
  width: 250px;
  background: #fff;
  position: fixed;
  right: 10px;
  top: 260px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.26);
  padding: 20px 15px;
  z-index: 99;
}
.inquire-sheet-box .sheet-title {
  display: none;
}
.inquire-sheet-box .sheet-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.inquire-sheet-box li {
  border-bottom: 1px dashed #dedede;
}
.inquire-sheet-box .sheet-checkout {
  margin-top: 12px;
  line-height: 42px;
  text-align: center;
  display: block;
  background-color: rgba(215, 24, 25, 0.9);
  color: #fff;
  text-decoration: none;
}
.inquire-sheet-box .sheet-checkout::before {
  font-size: 24px;
  margin-right: 4px;
  content: '\1F4E7';
  vertical-align: middle;
}
.inquire-sheet-box .sheet-checkout:hover {
  background-color: #d71819;
}
.inquire-sheet-box .item {
  overflow: hidden;
  padding-top: 4px;
  padding-bottom: 4px;
}
.inquire-sheet-box .item .thumb {
  width: 50px;
  float: left;
}
.inquire-sheet-box .item .thumb img {
  width: 100%;
  height: 100%;
}
.inquire-sheet-box .item .title {
  float: left;
  width: 130px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
.inquire-sheet-box .item .title:hover {
  color: #d71819;
}
.inquire-sheet-box .item .delbtn {
  margin-top: 10px;
  float: right;
  width: 26px;
  height: 26px;
  background: url(../images/icon.png) no-repeat;
  background-position: -234px 0;
  background-size: cover;
}
.inquire-sheet-box .item .delbtn:hover {
  background-position: -260px 0;
}
/**
 * wrap-product
 */
.wrap-product .list-grid {
  margin-top: 2em;
}
.wrap-product .list-grid > div {
  margin-bottom: 1.5em;
}
.wrap-product .list-grid .item {
  border: 1px solid #dedede;
}
.wrap-product .list-grid .img-box a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.wrap-product .list-grid .title-box {
  position: relative;
  padding: 12px 15px;
  border-top: 1px solid #dedede;
}
.wrap-product .list-grid .inquire {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background: #d71819 url(../images/icon.png) no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .wrap-product .list-grid .inquire {
    display: none;
  }
}
.wrap-product .list-grid .inquire-del {
  background-position: -432px 0;
}
.wrap-product .list-grid h3 {
  font-size: 16px;
}
.wrap-product .list-grid h4 {
  font-size: 13px;
  font-weight: normal;
  color: #999;
}
.wrap-product .list-grid h3,
.wrap-product .list-grid h4 {
  margin: 0;
}
.wrap-product .list-grid h3 a,
.wrap-product .list-grid h4 a {
  display: inline-block;
  overflow: hidden;
  max-width: 80%;
  transition: color .1s linear;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: inherit;
}
@media (max-width: 480px) {
  .wrap-product .list-grid h3 a,
  .wrap-product .list-grid h4 a {
    max-width: 100%;
  }
}
.wrap-product .list-grid h3 a:hover,
.wrap-product .list-grid h4 a:hover {
  color: #d71819;
}
.wrap-product .box {
  padding-top: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 768px) {
  .wrap-product .box {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .wrap-product .box {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.wrap-product .box:first-child {
  padding-top: 0;
}
.wrap-product .box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.wrap-product .box .title {
  text-transform: uppercase;
}
.wrap-product .box .title::after {
  display: block;
  width: 36px;
  height: 1px;
  content: '';
  background: #ed1c24;
}
.wrap-product .box-list {
  padding-bottom: 0;
}
.wrap-product .box-page {
  margin-top: -2px;
  padding-top: 0;
  background: #fff;
}
.wrap-product .box-intro .col-xs-10 {
  float: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrap-product .box-intro .col-xs-10 {
    float: left;
    margin: auto;
  }
}
.wrap-product .box-intro .info {
  margin-bottom: 32px;
}
.wrap-product .box-intro .info img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wrap-product .box-intro .btns .addcart,
.wrap-product .box-intro .btns .inquire {
  font-size: 16px;
  line-height: 36px;
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 18px 3px 26px;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  min-width: 40%;
}
.wrap-product .box-intro .btns .addcart::before,
.wrap-product .box-intro .btns .inquire::before {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  content: '';
  vertical-align: middle;
  background: blue;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .wrap-product .box-intro .btns .addcart,
  .wrap-product .box-intro .btns .inquire {
    display: block;
    margin-right: 0 !important;
  }
}
.wrap-product .box-intro .btns .addcart {
  background-color: rgba(215, 24, 25, 0.9);
}
.wrap-product .box-intro .btns .addcart:hover {
  background-color: #d71819;
}
.wrap-product .box-intro .btns .addcart::before {
  background-position: -108px 0;
}
.wrap-product .box-intro .btns .inquire {
  margin-right: 24px;
  background-color: rgba(0, 0, 0, 0.9);
}
.wrap-product .box-intro .btns .inquire:hover {
  background-color: #000;
}
.wrap-product .box-intro .btns .inquire::before {
  background-position: -72px 0;
}
.wrap-product .box-intro .download {
  font-size: 16px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 1em;
  color: #666;
}
@media (min-width: 481px) {
  .wrap-product .box-intro .download {
    float: right;
  }
}
.wrap-product .box-intro .download a {
  text-decoration: none;
  color: #d71819;
}
.wrap-product .box-intro .download a::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: '';
  vertical-align: middle;
  background: url(../images/icon.png) no-repeat;
  background-position: -30px 0;
  background-size: cover;
}
.wrap-product .box-parameters .ueditor {
  overflow-x: auto;
}
.wrap-product .box-parameters table {
  border-spacing: 0;
  border-collapse: collapse;
      border: 1px dashed #dfdfdf;
    min-width: 100%;
    margin-bottom: 10px;
}
.wrap-product .box-parameters table tr {
  border-top: 1px dashed #dfdfdf;
  border-bottom: 1px dashed #dfdfdf;
}
.wrap-product .box-parameters table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.wrap-product .box-parameters table td {
  padding: .5em;
}
.wrap-product .box-parameters table td:first-child {
  font-weight: bold;
  padding-right: 24px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .wrap-product .box-parameters table td {
    font-size: 1rem;
  }
  .wrap-product .box-parameters table td:first-child {
    padding-right: 0;
  }
}
.wrap-product .box-inquire {
  background: #f4f4f4;
}
.wrap-product .album .owl-carousel {
  border: 1px solid #dfdfdf;
}
.wrap-product .album .owl-carousel img {
 width: 100%;
}
.wrap-product .album .owl-carousel-thumb {
  margin-top: 20px;
}
.wrap-product .album .owl-carousel-thumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: justify;
}
.wrap-product .album .owl-carousel-thumb .item {
  display: inline-block;
  width: 18%;
  margin-bottom: 12px;
  border: 1px solid #dfdfdf;
}
.wrap-product .album .owl-carousel-thumb .item:hover,
.wrap-product .album .owl-carousel-thumb .item.active {
  border-color: #d71819;
}
.wrap-product .album .owl-carousel-thumb .item-fix {
  overflow: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
}
/** wrap-about */
.wrap-about .company-profile {
  padding-bottom: 64px;
}
@media (max-width: 480px) {
  .wrap-about .company-profile {
    padding-bottom: 32px;
  }
}
.wrap-about .company-culture {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #f4f4f4;
}
@media (max-width: 480px) {
  .wrap-about .company-culture {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.wrap-about .company-culture h3 {
  font-size: 20px;
  margin: 0;
}
.wrap-about .company-culture p {
  line-height: 2;
  margin: 0;
}
@media (min-width: 1200px) {
  .wrap-about .company-culture p {
    max-width: 300px;
  }
}
.wrap-about .company-culture .item {
  position: relative;
  min-height: 80px;
  margin-bottom: 1.5em;
  padding-left: 86px;
}
.wrap-about .company-culture .item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 74px;
  height: 74px;
  content: '';
  border: 2px solid #d71819;
  border-radius: 50%;
  background: url(../images/about-culture.png) no-repeat;
  background-size: cover;
}
.wrap-about .company-culture .item-1::before {
  background-position: 0px 0;
}
.wrap-about .company-culture .item-2::before {
  background-position: -70px 0;
}
.wrap-about .company-culture .item-3::before {
  background-position: -140px 0;
}
.wrap-about .company-culture .item-4::before {
  background-position: -210px 0;
}
.wrap-about .company-honor {
  padding-top: 64px;
}
@media (max-width: 480px) {
  .wrap-about .company-honor {
    padding-top: 32px;
  }
}
.wrap-about .company-honor .ueditor img {
  width: 78px;
  margin: 1em;
}
.wrap-about .company-honor .row .item {
  margin-top: 32px;
}
.wrap-about .company-honor .grid-list1 .item {
  padding: 6px 7px;
  border: 1px solid #dedede;
}
.wrap-about .company-honor .grid-list1 .img-box {
  padding-bottom: 73.4375%;
}
.wrap-about .company-honor .grid-list2 .item {
  padding: 12px 32px;
  border: 1px solid #dedede;
}
.wrap-about .company-honor .grid-list2 .img-box {
  padding-bottom: 142.99516908%;
}
/** wrap-brand */
.wrap-brand .brand-video {
  margin-bottom: 64px;
}
.wrap-brand .brand-video .play {
  position: relative;
  display: block;
}
.wrap-brand .brand-video .play img {
  width: 100%;
}
.wrap-brand .brand-video .play::before {
  position: absolute;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all .2s;
}
.wrap-brand .brand-video .play:hover::before {
  background: rgba(0, 0, 0, 0.4);
}
.wrap-brand .brand-video .play::after {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  content: '';
  background: url(../images/video-play.png) no-repeat;
  background-size: cover;
}
.wrap-brand .brand-video iframe {
  display: none;
  width: 100%;
}
.wrap-brand .brand-story {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #f4f4f4;
}
.wrap-brand .brand-exhibition {
  padding-top: 64px;
}
.wrap-brand .brand-exhibition .title {
  text-transform: none;
}
.wrap-brand .brand-exhibition .grid-list1 .item {
  margin-top: 30px;
}
.wrap-brand .brand-exhibition .grid-list1 .item-1 {
  position: relative;
}
.wrap-brand .brand-exhibition .grid-list1 .item-1 span {
  font-size: 18px;
  line-height: 1.75;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 18px 28px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .wrap-brand .brand-exhibition .grid-list1 .item-1 span {
    font-size: 14px;
    padding: 8px 18px;
  }
}
.wrap-brand .brand-exhibition .grid-list1 .item-1 .img-box {
  padding-bottom: 64.93506494%;
}
.wrap-brand .brand-exhibition .grid-list1 .item-2 .img-box {
  padding-bottom: 135.13513514%;
}
.wrap-brand .brand-exhibition .grid-list2 .item {
  margin-top: 30px;
}
.wrap-brand .brand-exhibition .grid-list2 .img-box {
  padding-bottom: 70.27027027%;
}
/** wrap-news */
.wrap-news .main {
  float: left;
  margin-right: 400px;
}
.wrap-news .main .title {
  font-size: 24px;
  text-transform: none;
}
.wrap-news .sidebar {
  float: left;
  width: 360px;
  margin-left: -360px;
}
@media (max-width: 991px) {
  .wrap-news .main {
    margin-right: 0;
  }
  .wrap-news .sidebar {
    display: none;
  }
}
.wrap-news .news-grid .item {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dedede;
}
.wrap-news .news-grid a {
  text-decoration: none;
  color: inherit;
}
.wrap-news .news-grid img {
  width: 100%;
}
.wrap-news .news-grid h3 {
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 12px;
}
.wrap-news .news-grid .note {
  line-height: 1.8;
  margin-bottom: 0;
  color: #666;
}
.wrap-news .news-grid .more {
  color: #d71819;
}
.wrap-news .news-grid .date {
  font-size: 13px;
  color: #999;
}
.wrap-news .news-grid .date::before {
  margin-right: 2px;
  content: '\23F0';
}
.wrap-news .ueditor {
  overflow: hidden;
}
.wrap-news .ueditor p {
  font-family: 'Georgia', 'Times New Roman', Arial, 'Helvetica Neue', Helvetica, 'Microsoft Yahei', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 0;
  color: #666;
}
.wrap-news .share .note {
  font-size: 24px;
  padding-bottom: 4px;
  vertical-align: middle;
}
.wrap-news .share .addthis {
  display: inline-block;
  vertical-align: middle;
}
/** wrap-service */
.wrap-service p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.wrap-service .service-grid {
  margin-top: 2em;
}
.wrap-service .service-grid > div {
  margin-bottom: 2em;
}
.wrap-service .service-grid > div:nth-child(2n+1) {
  clear: both;
}
.wrap-service .service-grid h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 12px;
}
.wrap-service .service-grid p {
  margin: 0;
}
.wrap-service .service-grid .box {
  min-height: 240px;
  padding: 40px 20px;
  border: 1px solid #dedede;
}
.wrap-service .faq-grid .box {
  border: 1px solid #dedede;
  border-bottom-color: transparent;
}
.wrap-service .faq-grid .box:last-child {
  border-bottom: 1px solid #dedede;
}
.wrap-service .faq-grid .box.active .ta {
  background: #f4f4f4;
}
.wrap-service .faq-grid .box.active .ta::after {
  top: 20px;
  border-top-color: transparent;
  border-bottom-color: #afafaf;
}
.wrap-service .faq-grid .box p,
.wrap-service .faq-grid .box pre {
  margin: 0;
}
.wrap-service .faq-grid .ta {
  font-size: 16px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 8px 35px 8px 25px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom-color: transparent;
}
.wrap-service .faq-grid .ta::after {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
  border: 6px solid transparent;
  border-top-color: #afafaf;
}
.wrap-service .faq-grid .tb {
  display: none;
  padding: 16px 32px;
  border-top: 1px solid #dedede;
}
/** wrap-contact */
.wrap-contact .information {
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #dedede;
}
.wrap-contact .information a {
  text-decoration: none;
  color: inherit;
}
.wrap-contact .information a:hover {
  text-decoration: underline;
  color: #d71819;
}
.wrap-contact .information .info-grid .item {
  line-height: 1.75;
  position: relative;
  min-height: 112px;
  margin-top: 64px;
  padding: 42px 20px 18px;
  border: 1px solid #dedede;
}
.wrap-contact .information .info-grid .item p {
  margin: 0;
}
.wrap-contact .information .info-grid .item::before {
  position: absolute;
  top: -32px;
  left: 20px;
  width: 64px;
  height: 64px;
  content: '';
  border-radius: 50%;
  background: url(../images/contact.png) no-repeat;
  background-size: cover;
}
.wrap-contact .information .info-grid .item-addrees::before {
  background-color: #e8a3a3;
  background-position: 0px 0;
}
.wrap-contact .information .info-grid .item-email::before {
  background-color: #7dd4ca;
  background-position: -64px 0;
}
.wrap-contact .information .info-grid .item-fax::before {
  background-color: #e2bc62;
  background-position: -128px 0;
}
.wrap-contact .information .info-grid .item-phone::before {
  background-color: #84b4e0;
  background-position: -192px 0;
}
.wrap-contact .information .info-grid .item-wechat::before {
  background-color: #87ca78;
  background-position: -256px 0;
}
.wrap-contact .information .info-grid .item-whatsapp::before {
  background-color: #87ca78;
  background-position: -384px 0;
}
.wrap-contact .information .info-grid .item-website::before {
  background-color: #a897d0;
  background-position: -320px 0;
}
.wrap-contact .google-map {
  width: 100%;
  height: 480px;
  margin-top: 64px;
  border: 5px solid #ddd;
}
/** feedback-form */
.feedback-form input[readonly] {
  color: #666;
}
.feedback-form input[type='text'],
.feedback-form textarea {
  line-height: 2;
  display: block;
  width: 100%;
  margin: 12px 0;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #e5e5e5;
  outline: none;
}
.feedback-form input[type='text']:focus,
.feedback-form textarea:focus {
  border-color: rgba(158, 158, 158, 0.96);
  outline: none;
}
.feedback-form input[type='text']:hover,
.feedback-form textarea:hover {
  border-color: rgba(158, 158, 158, 0.96);
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(158, 158, 158, 0.3);
}
.feedback-form textarea {
  height: 160px;
  max-height: 250px;
  resize: vertical;
}
.feedback-form .submit {
  font-size: 1.6rem;
  line-height: 32px;
  display: block;
  width: 100%;
  margin-top: 1em;
  padding: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
  color: #fff;
  background: rgba(215, 24, 25, 0.9);
}
.feedback-form .submit:before {
  font-size: 24px;
  margin-right: 4px;
  content: '\1F4E7';
}
.feedback-form .submit:hover {
  background-color: #d71819;
}
.feedback-form .submit.disabled {
  opacity: .8;
}
.wrap-cart .list-grid {
  margin-top: 2em;
}
.wrap-cart .list-grid > div {
  margin-bottom: 1.5em;
}
.wrap-cart .list-grid .item {
  border: 1px solid #dedede;
}
.wrap-cart .list-grid .img-box a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.wrap-cart .list-grid .title-box {
  position: relative;
  padding: 12px 15px;
  border-top: 1px solid #dedede;
}
.wrap-cart .list-grid .inquire {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background: #d71819 url(../images/icon.png) no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .wrap-cart .list-grid .inquire {
    display: none;
  }
}
.wrap-cart .list-grid .inquire-del {
  background-position: -432px 0;
}
.wrap-cart .list-grid h3 {
  font-size: 16px;
}
.wrap-cart .list-grid h4 {
  font-size: 13px;
  font-weight: normal;
  color: #999;
}
.wrap-cart .list-grid h3,
.wrap-cart .list-grid h4 {
  margin: 0;
}
.wrap-cart .list-grid h3 a,
.wrap-cart .list-grid h4 a {
  display: inline-block;
  overflow: hidden;
  max-width: 80%;
  transition: color .1s linear;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: inherit;
}
@media (max-width: 480px) {
  .wrap-cart .list-grid h3 a,
  .wrap-cart .list-grid h4 a {
    max-width: 100%;
  }
}
.wrap-cart .list-grid h3 a:hover,
.wrap-cart .list-grid h4 a:hover {
  color: #d71819;
}
.wrap-cart .box {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .wrap-cart .box {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .wrap-cart .box {
    padding-top: 32px;

    padding-bottom: 32px;
  }
}
.wrap-cart .box:first-child {
  padding-top: 0;
}
.wrap-cart .box .title {
  text-transform: uppercase;
}
.wrap-cart .box .title::after {
  display: block;
  width: 36px;
  height: 1px;
  content: '';
  background: #ed1c24;
}
.wrap-cart .box-inquire {
  background: #f4f4f4;
}
/**
 * wrap-index
 */
.wrap-index {
  padding-top: 0;
  padding-bottom: 0;
}
.wrap-index .box {
  padding-top: 14px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .wrap-index .box {
    /*padding-top: 32px;
    padding-bottom: 32px;*/
  }
}
.wrap-index .box .title h2 {
  font-size: 36px;
  line-height: 48px;
  position: relative;
  margin-top: 0;
  padding-left: 15px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .wrap-index .box .title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.wrap-index .box .title h2::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 100%;
  content: '';
  background: #d71819;
}
.wrap-index .box .title p {
  line-height: 26px;
}
.wrap-index a {
  text-decoration: none;
  color: inherit;
}
/**
 * box-about
 */
.wrap-index .box-about {
  background: url(../images/about.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.wrap-index .box-about .title h2 {
  color: #fff;
}
.wrap-index .box-about .title p {
  color: #bdbdbd;
}
/**
 * box-product
 */
.wrap-index .box-product .row {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.wrap-index .box-product .row > div {
  padding: 0;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.wrap-index .box-product .item {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 66.66666667%;
}
.wrap-index .box-product .item h3 {
  position: relative;
  margin: 0;
}
.wrap-index .box-product .item h3::before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  display: block;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  content: '';
  background: url(../images/cate.png) no-repeat;
  background-size: cover;
}
.wrap-index .box-product .item-1 h3::before {
  background-position: 0px 0;
}
.wrap-index .box-product .item-2 h3::before {
  background-position: -48px 0;
}
.wrap-index .box-product .item-3 h3::before {
  background-position: -96px 0;
}
.wrap-index .box-product .item-4 h3::before {
  background-position: -144px 0;
}
.wrap-index .box-product .item-5 h3::before {
  background-position: -192px 0;
}
.wrap-index .box-product .item-6 h3::before {
  background-position: -240px 0;
}
.wrap-index .box-product .item-7 h3::before {
  background-position: -288px 0;
}
.wrap-index .box-product .item-8 h3::before {
  background-position: -336px 0;
}
@media (max-width: 480px) {
  .wrap-index .box-product .item h3 {
    font-size: 13px;
  }
  .wrap-index .box-product .item h3::before {
    width: 32px;
    height: 32px;
    margin-left: -16px;
  }
  .wrap-index .box-product .item-1 h3::before {
    background-position: 0px 0;
  }
  .wrap-index .box-product .item-2 h3::before {
    background-position: -32px 0;
  }
  .wrap-index .box-product .item-3 h3::before {
    background-position: -64px 0;
  }
  .wrap-index .box-product .item-4 h3::before {
    background-position: -96px 0;
  }
  .wrap-index .box-product .item-5 h3::before {
    background-position: -128px 0;
  }
  .wrap-index .box-product .item-6 h3::before {
    background-position: -160px 0;
  }
  .wrap-index .box-product .item-7 h3::before {
    background-position: -192px 0;
  }
  .wrap-index .box-product .item-8 h3::before {
    background-position: -224px 0;
  }
}
.wrap-index .box-product .item .title {
  position: absolute;
  top: 50%;
  width: 100%;
}
.wrap-index .box-product .item .thumb {
  position: absolute;
  top: 75%;
  left: 25%;
  width: 50%;
  margin: 0 auto;
  transition: top .2s;
}
.wrap-index .box-product .item:hover .thumb {
  top: 16.66666667%;
  background-color: rgba(255, 255, 255, 0.8);
}
/**
 * box-timer
 */
.wrap-index .box-timer {
  margin-bottom: -16px;
  text-align: center;
}
.wrap-index .box-timer .item {
  display: inline-block;
  min-width: 18%;
  margin: 0 1px;
  padding-bottom: 16px;
  vertical-align: top;
}
.wrap-index .box-timer span {
  font-family: Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
.wrap-index .box-timer p {
  font-size: 13px;
  color: #999;
}
@media (max-width: 991px) {
  .wrap-index .box-timer .item {
    min-width: 30%;
  }
}
/**
 * box-choose
 */
.wrap-index .box-choose {
  padding: 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.wrap-index .box-choose .container {
  position: relative;
}
.wrap-index .box-choose .container-fluid {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .wrap-index .box-choose .container-fluid {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.wrap-index .box-choose .item {
  position: relative;
  padding-left: 90px;
  margin-bottom: 20px;
  min-height: 96px;
}
.wrap-index .box-choose .item::before {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  background: url(../images/choose.png) no-repeat;
  background-size: cover;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
}
.wrap-index .box-choose .item-1::before {
  background-position: 0px 0;
}
.wrap-index .box-choose .item-2::before {
  background-position: -78px 0;
}
.wrap-index .box-choose .item-3::before {
  background-position: -156px 0;
}
.wrap-index .box-choose .item-4::before {
  background-position: -234px 0;
}
.wrap-index .box-choose .item-5::before {
  background-position: -312px 0;
}
.wrap-index .box-choose .item-6::before {
  background-position: -390px 0;
}
.wrap-index .box-choose .item-7::before {
  background-position: -468px 0;
}
.wrap-index .box-choose .item-8::before {
  background-position: -546px 0;
}
.wrap-index .box-choose .item .title {
  margin-top: 0;
  margin-bottom: 8px;
}
.wrap-index .box-choose .item .note {
  font-size: 13px;
  margin: 0;
  line-height: 1.8;
}
.wrap-index .box-choose .video {
  top: 0;
  height: 360px;
  background: url(../images/video.jpg) no-repeat;
  background-position: top right;
  background-size: cover;
  position: relative;
  text-align: center;
}
.wrap-index .box-choose .video .iframe {
  display: none;
  width: 100%;
}
.wrap-index .box-choose .video .play {
  display: inline-block;
  margin-top: 150px;
  background-color: rgba(215, 24, 25, 0.9);
  line-height: 48px;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  padding-right: 26px;
  padding-left: 26px;
  vertical-align: middle;
}
.wrap-index .box-choose .video .play:hover {
  background-color: #d71819;
}
.wrap-index .box-choose .video .play::before {
  content: '';
  width: 15px;
  vertical-align: middle;
  height: 15px;
  display: inline-block;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
  background-position: -120px 0;
  margin-right: 4px;
}
@media (max-width: 480px) {
  .wrap-index .box-choose .video {
    margin-left: -15px;
    margin-right: -15px;
    min-height: 300px;
    height: auto;
  }
  .wrap-index .box-choose .video .play {
    margin-top: 125px;
  }
}
@media (min-width: 1200px) {
  .wrap-index .box-choose .container-fluid {
    margin-left: 27%;
  }
  .wrap-index .box-choose .video {
    position: absolute;
    height: 100%;
    right: 77%;
    min-width: 600px;
  }
  .wrap-index .box-choose .video .play {
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
/**
 * box-client
 */
.wrap-index .box-client .carousel {
  margin: 0 -15px;
}
.wrap-index .box-client .carousel .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 30%;
  display: none;
  width: 50px;
  height: 50px;
  opacity: 1;
  border-radius: 0;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .wrap-index .box-client .carousel .owl-theme .owl-controls .owl-buttons div {
    display: block;
  }
}
.wrap-index .box-client .carousel .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -64px;
  background-position: -200px 0;
}
.wrap-index .box-client .carousel .owl-theme .owl-controls .owl-buttons .owl-prev.disabled {
  cursor: default;
  background-position: -200px 0 !important;
}
.wrap-index .box-client .carousel .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background-position: -250px 0;
}
.wrap-index .box-client .carousel .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -64px;
  background-position: -300px 0;
}
.wrap-index .box-client .carousel .owl-theme .owl-controls .owl-buttons .owl-next.disabled {
  cursor: default;
  background-position: -300px 0 !important;
}
.wrap-index .box-client .carousel .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-position: -350px 0;
}
.wrap-index .box-client .carousel .owl-theme .owl-controls .owl-page span {
  width: 36px;
  height: 4px;
  opacity: 1;
  border-radius: 0;
  background-color: #d8d8d8;
}
.wrap-index .box-client .carousel .owl-theme .owl-controls .owl-page.active span {
  background-color: #d71819;
}
.wrap-index .box-client .item {
  margin: 15px;
}
.wrap-index .box-client .item .note {
  position: relative;
  margin-bottom: 20px;
  padding: 22px;
  border: 1px solid #d0d0d0;
}
.wrap-index .box-client .item .note p {
  line-height: 24px;
  min-height: 150px;
  margin: 0;
}
.wrap-index .box-client .item .note::before {
  position: absolute;
  bottom: -20px;
  left: 36px;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #d0d0d0;
  border-right: 16px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid transparent;
}
.wrap-index .box-client .item .note::after {
  position: absolute;
  bottom: -18px;
  left: 37px;
  width: 0;
  height: 0;
  content: '';
  border-top: 8px solid #fff;
  border-right: 15px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid transparent;
}
.wrap-index .box-client .item .client {
  position: relative;
  overflow: hidden;
  min-height: 65px;
}
.wrap-index .box-client .item .client .avatar {
  position: absolute;
  top: 0;
  left: 20px;
  overflow: hidden;
  width: 65px;
  border-radius: 50%;
}
.wrap-index .box-client .item .client strong {
  float: left;
  margin-top: 16px;
  margin-left: 92px;
}
/**
 * box-situation
 */
.wrap-index .box-situation {
  background: #f4f4f4;
}
.wrap-index .box-situation .row {
  margin-top: 0px;
  margin-bottom: 0px;
}
.wrap-index .box-situation .item {
  overflow: hidden;
  margin-bottom: 32px;
  padding: 10px;
  padding-right: 15px;
  transition-duration: .3s;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.wrap-index .box-situation .item .thumb {
  float: left;
  width: 30%;
}
.wrap-index .box-situation .item .info {
  float: right;
  width: 66%;
}
.wrap-index .box-situation .item .date {
  font-size: 13px;
  margin-bottom: 18px;
  color: #999;
}
.wrap-index .box-situation .item .date::before {
  margin-right: 2px;
  content: '\23F0';
}
.wrap-index .box-situation .item .note {
  font-size: 13px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  max-height: 68px;
  margin: 0;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wrap-index .box-situation .item h3 {
  font-size: 16px;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrap-index .box-situation .item h3:hover {
  color: #d71819;
}
.wrap-index .box-situation .btns {
  width: 100%;
  text-align: center;
}
.wrap-index .box-situation .btns .more {
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
  height: 50px;
  margin: 0 auto;
  padding: 0 50px;
  transition-duration: .1s;
  border: 1px solid #000;
  border-radius: 100px;
}
.wrap-index .box-situation .btns .more:hover {
  color: #d71819;
  border-color: currentColor;
}
.wrap-index .box-situation .btns .more::after {
  display: inline-block;
  margin-left: 4px;
  content: '\2794';
}
@media (max-width: 768px) {
  .wrap-index .box-situation .row {
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .wrap-index .box-situation .item .thumb {
    width: 26%;
  }
  .wrap-index .box-situation .item .info {
    float: right;
    width: 70%;
  }
  .wrap-index .box-situation .item .note {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 480px) {
  .wrap-index .box-situation .item .date {
    display: none;
  }
  .wrap-index .box-situation .item h3 {
    margin-top: 0;
  }
}
/**
 * box-subscribe
 */
.wrap-index .box-subscribe h4 {
  font-size: 30px;
  margin-top: 0;
  text-align: center;
}
.wrap-index .box-subscribe .mailbox {
  position: relative;
  overflow: hidden;
  width: 80%;
  max-width: 620px;
  min-height: 45px;
  margin: 0 auto;
  padding-right: 150px;
}
.wrap-index .box-subscribe .mailbox .text {
  line-height: 42px;
  overflow: hidden;
  width: 95%;
  padding: 0 32px;
  border: 1px solid #cbcbcb;
  border-radius: 36px;
}
.wrap-index .box-subscribe .mailbox .text:hover {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(158, 158, 158, 0.3);
}
.wrap-index .box-subscribe .mailbox .text input {
  width: 100%;
  padding: 0;
  color: #cacaca;
  border: none;
  outline: none;
}
.wrap-index .box-subscribe .mailbox .submit2 {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 2px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 22px;
  background: rgba(215, 24, 25, 0.9);
}
.wrap-index .box-subscribe .mailbox .submit2:hover {
  background-color: #d71819;
}
.wrap-index .box-subscribe .mailbox .submit2 a {
  display: block;
  padding: 14px 36px;
}
@media (max-width: 480px) {
  .wrap-index .box-subscribe .mailbox {
    width: 90%;
    padding-right: 0;
  }
  .wrap-index .box-subscribe .mailbox .text {
    width: 100%;
  }
  .wrap-index .box-subscribe .mailbox .submit2 {
    position: static;
    width: 100%;
    margin-top: 8px;
  }
}
.footer {
  min-height: 300px;
  padding-top: 85px;
  color: #a4a4a4;
  background-color: #181818;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .main {
  border-bottom: 1px solid #2a2a2a;
}
.footer .main h3 {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
  color: #fff;
}
.footer .main .row > div {
  margin-bottom: 32px;
}
.footer .main .links a {
  line-height: 1.8;
  display: inline-block;
}
.footer .main .links a:hover {
  transition-duration: .2s;
  transform: translateX(3px);
  text-decoration: none;
  color: #fff;
}
.footer .main .info {
  margin-bottom: 1em;
}
.footer .main .info li {
  line-height: 2em;
}
.footer .main .info li.address i {
  background-position: -9.6em 0;
}
.footer .main .info li.email i {
  background-position: -11.2em 0;
}
.footer .main .info li.phone i {
  background-position: -12.8em 0;
}
.footer .main .info li.mobile i {
  background-position: -14.4em 0;
}
.footer .main .info i {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin-right: .5em;
  vertical-align: middle;
  background: #000;
  background: url(../images/icon.png) no-repeat;
  background-size: cover;
}
.footer .main .addthis a {
  margin-right: 12px;
  margin-left: 0;
}
.footer .friendlink {
  font-size: 13px;
  line-height: 28px;
  padding: 20px 0 20px;
  color: #fff;
}
.footer .friendlink li {
  display: inline-block;
}
.footer .friendlink li::after {
  padding-right: 5px;
  padding-left: 8px;
  content: '\\';
  color: #363636;
}
.footer .friendlink li:first-child::after,
.footer .friendlink li:last-child::after {
  display: none;
}
.footer .friendlink span {
  margin-right: 6px;
}
.footer .friendlink a {
  color: #a4a4a4;
}
.footer .friendlink a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer .copyright {
  font-size: 13px;
  line-height: 28px;
  padding: 20px 0;
  color: #999;
  background: #fff;
}
.footer .copyright .text {
  float: left;
  margin: 0;
}
.footer .copyright .lang {
  float: right;
}
.footer .copyright .lang li {
  line-height: 16px;
  display: inline-block;
  margin-right: 22px;
}
.footer .copyright .lang li:last-child {
  margin-right: 0;
}
.footer .copyright .lang li::before {
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-right: 2px;
  content: '';
  vertical-align: middle;
  background: url(../images/flags.png) no-repeat;
  background-size: cover;
}
.footer .copyright .lang li a {
  vertical-align: middle;
}
.footer .copyright .lang li.en::before {
  background-position: 0px 0;
}
.footer .copyright .lang li.es::before {
  background-position: -24px 0;
}
.footer .copyright .lang li.fr::before {
  background-position: -48px 0;
}
.footer .copyright .lang li.py::before {
  background-position: -72px 0;
}
@media (max-width: 768px) {
  .footer .copyright {
    text-align: center;
  }
  .footer .copyright .text,
  .footer .copyright .lang {
    float: none;
  }
}
@media (max-width: 480px) {
  .footer .copyright {
    font-size: 12px;
  }
  .footer .copyright .lang li {
    margin-right: 10px;
  }
}
.footer .feedback-form input,
.footer .feedback-form textarea {
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #484848;
  border: 1px solid #464646;
  background: transparent;
}
.footer .feedback-form input:focus,
.footer .feedback-form textarea:focus,
.footer .feedback-form input:hover,
.footer .feedback-form textarea:hover {
  border-color: #464646;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(158, 158, 158, 0.3);
}
.footer .feedback-form textarea {
  height: 80px;
}
.footer .feedback-form .submit {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  background: none;
}
.footer .feedback-form .submit:hover {
  text-decoration: none;
  color: #d71819;
}
.footer .feedback-form .submit::before {
  font-size: 16px;
}
/**
 * 联系我们浮窗
 */
/**
 * 联系我们浮窗
 * 风格 1
 */
/* online */
.online {
  width: 45px;
  z-index: 100;
  position: fixed;
  left: 32px;
  top: 40%;
}

@media (max-width: 480px) {
  .online {
    display: none;
  }
}

.online a {
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.8) url(../js/online/theme-s2/online.png) no-repeat;
  margin-bottom: 3px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.online .online-email {
  background-position: 0px 0px;
}
.online .online-qq {
  background-position: 0px -45px;
}
.online .online-skype {
  background-position: 0 -225px;
}
.online .online-wechat,
.online .online-qrcode {
  background-position: 0px -90px;
}
.online .online-wechat:hover,
.online .online-qrcode:hover {
  background-color: #33d055;
  background-color: rgba(51, 208, 85, 0.8);
}
.online .online-wechat:hover img,
.online .online-qrcode:hover img {
  display: block;
}
.online .online-wechat img,
.online .online-qrcode img {
  width: 150px;
  height: 150px;
  border: 2px solid #5cda77;
  position: absolute;
  left: 52px;
  top: 0px;
  z-index: 999;
  display: none;
}
.online .online-wechat {
  background-position: 0 -180px;
}
.online .online-4 {
  background-position: 0px -135px;
}
/* # vim: syntax=less ts=4 sw=4 sts=4 sr noet */
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1473042766');
  /* IE9*/
  src: url('../fonts/iconfont.eot?t=1473042766#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff?t=1473042766') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf?t=1473042766') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg?t=1473042766#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: 'iconfont', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
  content: '\e606';
}
.icon-facebook:before {
  content: '\e607';
}
.icon-phone:before {
  content: '\e608';
}
.icon-google:before {
  content: '\e609';
}
.icon-linkedin:before {
  content: '\e60a';
}
.icon-email:before {
  content: '\e60b';
}

/*# sourceMappingURL=style.css.map */

.header .query {
        border-color: #d71819;
}
.header .query::before {
    left: auto;
    right: 58px;
    z-index: 99;
    cursor: pointer;
}

.header .query {
    padding-left: 16px;
}
.header .query input {
    padding-right: 62px;
}
.header .query .btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 98;
    width: 86px;
    height: 100%;
    cursor: pointer;
    color: #fff;
    background-color: #d71819;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    text-indent: 28px;
    font-size: 13px;
}

.inquire-sheet-box .sheet-list {
    max-height: 360px;
    overflow: auto;
}