/**
 * style.less
 * 层叠样式表
 */
/**
 * base.less
 * 通用样式
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  box-sizing: border-box;
}
body {
  font-family: Arial, Microsoft Yahei, Tahoma, Helvetica, sans-serif, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #666;
}
.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;
}
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;
  overflow: hidden;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}
.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;
}
/* lg */
/* md */
/* md */
/* sm */
/* sm */
/* xs */
/* xs-portrait */
/* test */
.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;
  }
}
/*动画方法*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg) rotateX(0deg);
    transform: rotateY(-180deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg) rotateX(0deg);
    transform: rotateY(-360deg) rotateX(0deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg) rotateX(0deg);
    transform: rotateY(-180deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg) rotateX(0deg);
    transform: rotateY(-360deg) rotateX(0deg);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/**
 * header
 */
/* header */
.header {
  height: 117px;
  width: 100%;
}
@media (max-width: 768px) {
  .header {
    height: 75px;
  }
}
.header .container-pc {
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .header .container-pc {
    display: none;
  }
}
.header .container-pc .search {
  float: right;
  position: relative;
  top: 0;
  right: 110px;
  cursor: pointer;
}
.header .container-pc .search a {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  margin-top: 39.5px;
  background: url(../images/searchtop.png) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .header .container-pc .search a {
    margin-top: 39px;
  }
}
.header .container-pc .logo {
  float: left;
  height: 100%;
}
.header .container-pc .logo a {
  display: block;
  height: 100%;
}
.header .container-pc .logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1199px) {
  .header .container-pc .logo img {
    width: 70%;
  }
}
.header .container-pc .language {
  position: absolute;
  right: 15px;
  top: 48.5px;
}
.header .container-pc .language a {
  font-size: 12px;
  color: #b7b7b7;
}
.header .container-pc .language a:first-child::after {
  content: '|';
  margin: 0 10px;
}
.header .container-pc .language a:hover {
  color: #210909;
}
.header .container-pc .language a:hover:first-child::after {
  color: #b7b7b7;
}
.header .container-pc .navbar {
  float: right;
  position: absolute;
  right: 130px;
  line-height: 114px;
}
@media (min-width: 992px) {
  .header .container-pc .navbar {
    margin-right: 50px;
    top: 0;
  }
}
@media (max-width: 991px) {
  .header .container-pc .navbar {
    width: 100%;
    line-height: 30px;
    bottom: 0px;
    left: 0;
    top: 80px;
  }
}
.header .container-pc .nav {
  color: #000;
}
.header .container-pc .nav > .item {
  position: relative;
  display: inline-block;
}
.header .container-pc .nav > .item.active > a,
.header .container-pc .nav > .item:hover > a {
  display: inline-block;
  background-color: #f5f5f5;
  border-bottom: 3px solid #210909;
}
@media (max-width: 991px) {
  .header .container-pc .nav > .item.active > a,
  .header .container-pc .nav > .item:hover > a {
    background: none;
  }
}
.header .container-pc .nav > .item > a {
  padding: 0 17px;
}
@media (max-width: 1199px) {
  .header .container-pc .nav > .item > a {
    padding: 0 14px;
    border-bottom: 3px solid #fff;
  }
}
@media (max-width: 991px) {
  .header .container-pc .nav > .item > a {
    padding: 0 18px;
    border-bottom: 3px solid #fff;
  }
}
.header .container-wap {
  display: none;
  height: 100%;
}
@media (max-width: 768px) {
  .header .container-wap {
    display: block;
  }
}
.header .container-wap .logo {
  height: 100%;
  float: left;
  padding: 8px 0;
}
@media (max-width: 320px) {
  .header .container-wap .logo .text {
    display: none;
  }
}
.header .container-wap .logo a img {
  height: 100%;
  display: block;
  float: left;
  margin-right: 6px;
}
.header .container-wap .logo .text {
  float: left;
}
.header .container-wap .logo .text span {
  line-height: 1;
  display: block;
  font-weight: bold;
  font-family: "HelveticaNeue-Condensed", sans-serif;
  margin-top: 6px;
}
.header .container-wap .logo .text span.t1 {
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.header .container-wap .logo .text span.t2 {
  font-size: 14px;
  color: #fe6100;
  text-align: left;
}
@media (max-width: 360px) {
  .header .container-wap .logo .text span.t1 {
    font-size: 14px;
  }
  .header .container-wap .logo .text span.t2 {
    font-size: 13px;
  }
}
.header .container-wap .navbar {
  height: 100%;
  position: relative;
}
.header .container-wap .language {
  float: right;
  position: absolute;
  top: 0;
  right: 107px;
  cursor: pointer;
}
.header .container-wap .language a {
  text-align: center;
  color: #fff;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 15.5px;
  background-color: #210909;
  background-size: cover;
}
.header .container-wap .search {
  float: right;
  position: absolute;
  top: 0;
  right: 58.5px;
  cursor: pointer;
}
.header .container-wap .search a {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  margin-top: 15.5px;
  background: url(../images/searchtop.png) no-repeat;
  background-size: cover;
}
.header .container-wap .toggle {
  position: absolute;
  top: 15.5px;
  right: 10px;
  width: 38px;
  height: 38px;
  background-color: #210909;
  border-radius: 50%;
  cursor: pointer;
}
.header .container-wap .toggle .icon,
.header .container-wap .toggle .icon::before,
.header .container-wap .toggle .icon::after {
  position: absolute;
  width: 24px;
  height: 2px;
  transition-duration: .5s;
  border-radius: 2px;
  background: #fff;
}
.header .container-wap .toggle .icon {
  top: 19.25px;
  left: 8.125px;
}
.header .container-wap .toggle .icon::before,
.header .container-wap .toggle .icon::after {
  left: 0;
  content: '';
  background: inherit;
}
.header .container-wap .toggle .icon::before {
  top: -6px;
}
.header .container-wap .toggle .icon::after {
  top: 6px;
}
.header.nav-open .toggle .icon {
  width: 0;
}
.header.nav-open .toggle .icon::before {
  transform: translateY(6px) rotate(45deg);
}
.header.nav-open .toggle .icon::after {
  transform: translateY(-6px) rotate(-45deg);
}
.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: #210909;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(33, 9, 9, 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: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}
.header .navigation {
  line-height: 48px;
  position: absolute;
  z-index: 99;
  top: 75px;
  display: none;
  width: 100%;
  border-top: solid 3px #210909;
  border-bottom: solid 3px #210909;
  background-color: #fff;
}
.header .navigation .level-1 > li::after {
  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);
}
.online {
  width: 60px;
  z-index: 3;
  position: fixed;
  right: 0;
  top: 40%;
}
@media (max-width: 768px) {
  .online {
    display: none;
  }
}
.online a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/online.png) no-repeat;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  margin-top: 3px;
  transition: 0s all;
  -webkit-transition: 0s all;
  -moz-transition: 0s all;
  -o-transition: 0s all;
  -ms-transition: 0s all;
  background-color: rgba(0, 0, 0, 0.8);
}
.online a.online-1 {
  background-position: 0px 0px;
}
.online a.online-1:hover p {
  display: block;
}
.online a.online-2 {
  background-position: -60px 0;
}

.online a.online-4 {
  background-position: -161px 9px;;
}

.online a.online-3 {
  background-position: -116px 8px;
}
.online a.online-1 p {
  display: inline-block;
  width: 161px;
  height: 60px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 63px;
  top: 0px;
  z-index: 999;
  text-align: center;
  line-height: 60px;
  color: #fff;
  display: none;
}
/**
 * banner
 */
.banner {
  width: 100%;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
@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 .owl-carousel .owl-controls {
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 0;
  margin-top: 0;
}
@media (max-width: 480px) {
  .banner .owl-carousel .owl-controls {
    bottom: 30px;
  }
}
.banner .owl-carousel .owl-controls .owl-page.active span {
  background: none;
  border: 1px solid #fff;
}
.banner .owl-carousel .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  margin: 8px;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #fff;
  background-color: #fff;
}
.banner .owl-carousel .owl-controls .owl-buttons {
  display: none;
}
/**
 * banner
 */
.banner-inner {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-inner img {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 991px) {
  .banner-inner img {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 768px) {
  .banner-inner img {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
}
@media (max-width: 480px) {
  .banner-inner img {
    width: 200%;
    max-width: 200%;
    margin-left: -50%;
  }
}
.title {
  text-align: center;
  overflow: hidden;
}
.title h2 {
  font-size: 24px;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.title h2::after {
  content: '';
  display: block;
  width: 66px;
  height: 3px;
  margin: 0 auto;
  margin-top: 22px;
  background: #cdcdcd;
  position: relative;
  z-index: 1;
}
.title p {
  margin: 0;
  font-size: 13px;
  margin-top: 22px;
  line-height: 22px;
}
.product-box {
  padding: 75px 0 50px 0;
}
@media (min-width: 769px) {
  .product-box .container {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .product-box {
    padding: 50px 0;
  }
}
.product-box .carousel {
  margin-top: 40px;
}
.product-box .carousel .owl-pagination {
  display: none;
}
.product-box .carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 60px;
  width: 40px;
  height: 54px;
  padding: 0;
  margin: 0;
  opacity: 1;
  border-radius: 0;
  background: url(../images/prev-next.jpg) no-repeat;
}
.product-box .carousel .owl-controls .owl-buttons div.owl-prev {
  left: -50px;
}
.product-box .carousel .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 0px -56px;
}
.product-box .carousel .owl-controls .owl-buttons div.owl-next {
  right: -50px;
  background-position: -40px 0;
}
.product-box .carousel .owl-controls .owl-buttons div.owl-next:hover {
  background-position: -40px -56px;
}
.product-box .carousel .item {
  margin: 0 8px;
  position: relative;
}
@media (max-width: 480px) {
  .product-box .carousel .item {
    margin: 0 10px;
  }
}
.product-box .carousel .item:hover img {
  opacity: .5;
}
.product-box .carousel .item .img-box {
  padding-bottom: 72.30769231%;
  background-color: #000;
}
.product-box .carousel .item p {
  line-height: 22px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-box {
  padding: 75px 0;
  background-color: #f4f4f4;
  overflow: hidden;
}
.about-box .list {
  margin-top: 30px;
  text-align: center;
  color: #333333;
}
.about-box .list h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0 15px 0;
  line-height: 28px;
  display: block;
}
.about-box .list p {
  text-transform: uppercase;
}
.contact-box {
  padding: 75px 0 70px 0;
}
.contact-box .index-form {
  margin-top: 30px;
}
.contact-box input,
.contact-box textarea {
  width: 100%;
  line-height: 45px;
  margin-bottom: 22px;
  padding-left: 17px;
  border: 2px solid #cdcdcd;
}
.contact-box .text {
  color: #333333;
  padding-left: 40px;
  /*margin-top: 10px;*/
}
.contact-box .text h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333333;
  margin-top: 0px;
}
.contact-box .text p {
  line-height: 35px;
  font-size: 12px;
  margin: 0;
}
.contact-box .text p::before {
  margin-right: 10px;
  font-family: "iconfont";
  color: #200808;
  font-size: 15px;
}
.contact-box .text .add::before {
  content: '\e60d';
  font-size: 18px;
}
.contact-box .text .contact::before {
  content: '\e617';
}
.contact-box .text .mobile::before {
  content: '\e663';
}
.contact-box .text .tel::before {
  content: '\e6ed';
}
.contact-box .text .fax::before {
  content: '\e65b';
}
.contact-box .text .email::before {
  content: '\e641';
}
.contact-box .text a:hover {
  text-decoration: underline;
}
.contact-box .submit {
  display: block;
  width: 155px;
  height: 37px;
  line-height: 37px;
  margin: 0 auto;
  border: none;
  text-align: center;
  background-color: #210909;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-box .submit:hover {
  background-color: #440b0b;
}
.footer-box {
  background-color: #1c6335;
}
.footer-box .footer {
  padding: 60px 0 20px 0;
}
.footer-box .footer h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer-box .footer a {
  font-size: 12px;
  color: #cee0d4;
  line-height: 25px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.footer-box .footer a::before {
  font-family: "iconfont";
  content: '\e605';
  margin-right: 10px;
  font-size: 14px;
}
.footer-box .footer a:hover {
  color: #fff;
}
.footer-box .footer .pic {
  width: 29.4%;
  float: left;
  margin: 6px;
}
@media (max-width: 1199px) {
  .footer-box .footer .pic {
    width: 29.2%;
  }
}
.footer-box .footer .pic .img-box {
  cursor: pointer;
  padding-bottom: 64.51612903%;
  background-color: #000;
}
.footer-box .footer .pic .img-box:hover img {
  opacity: .5;
}
.copyright {
  background-color: #1c6335;
  border-top: 1px solid #286f41;
  padding: 8px 0;
  line-height: 30px;
  color: #cee0d4;
  font-size: 13px;
  clear: both;
}
.copyright p {
  margin: 0;
  display: inline-block;
}
.copyright a:hover {
  color: #fff;
}
.copyright .link {
  float: right;
}
@media (max-width: 991px) {
  .copyright .link {
    float: left;
  }
}
.copyright .link a {
  width: 45px;
  height: 20px;
  display: inline-block;
  background: url(../images/link.png) no-repeat;
}
.copyright .link .link-1 {
  background-position: 0 -6px;
}
.copyright .link .link-1:hover {
  background-position: 0px -32px;
}
.copyright .link .link-2 {
  background-position: -45px -6px;
}
.copyright .link .link-2:hover {
  background-position: -45px -32px;
}
.copyright .link .link-3 {
  background-position: -90px -6px;
}
.copyright .link .link-3:hover {
  background-position: -90px -32px;
}
.copyright .link .link-4 {
  background-position: -135px -6px;
}
.copyright .link .link-4:hover {
  background-position: -135px -32px;
}
.wrap-title {
  line-height: 38px;
  border-bottom: 1px solid #cfcfcf;
  margin-top: 30px;
}
.wrap-title h3 {
  display: inline-block;
  font-size: 24px;
  color: #333;
  margin: 0;
}
.wrap-title .location {
  float: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wrap-title .location {
    float: none;
  }
}
.wrap-title .location a {
  padding: 0 5px;
}
.wrap-title .location a:hover {
  color: #333;
}
.phonesub-box {
  display: none;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .phonesub-box {
    display: block;
  }
}
.phonesub-box .sub-on a {
  color: #210909;
}
.phonesub-box .category {
  position: relative;
  overflow: hidden;
  height: 36px;
  border-bottom: 1px solid #cfcfcf;
}
.phonesub-box .category .sub-level {
  position: relative;
  overflow: hidden;
  height: inherit;
  white-space: nowrap;
}
.phonesub-box ul {
  display: inline-block;
  margin: 0;
  margin-bottom: 0;
}
.phonesub-box ul li {
  line-height: 30px;
  display: inline-block;
  padding: 0 5px;
}
.phonesub-box ul li a {
  display: block;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
.phonesub-box ul li a:hover {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
  color: #210909;
}
.second-sub {
  overflow: hidden;
}
@media (max-width: 768px) {
  .second-sub .container {
    padding: 0;
  }
}
.second-sub .sub-on a {
  color: #210909;
}
.second-sub ul {
  display: inline-block;
}
.second-sub ul li {
  display: inline-block;
  padding: 0 5px;
}
.second-sub ul li:first-child {
  margin-left: 0;
}
.second-sub ul li a {
  font-size: 13px;
  line-height: 24px;
  display: block;
  padding: 0 10px;
}
.second-sub ul li a:hover {
  color: #210909;
}
.second-sub ul li a::before {
  margin-right: 8px;
  content: '·';
}
.second-sub .category-2 {
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
.second-sub .category-2 .sub-level2 {
  position: relative;
  display: none;
  white-space: nowrap;
}
.second-sub .category-2 .sub-level2.show {
  display: inline-block;
}
.sub-box {
  border-right: 1px solid #cfcfcf;
  margin-bottom: -2000px;
  padding-bottom: 2000px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .sub-box {
    display: none;
  }
}
.sub-box .sub-1 > li {
  border-bottom: 1px solid #cfcfcf;
  overflow: hidden;
  padding: 12px 0px;
}
.sub-box .sub-1 > li > a {
  display: block;
  color: #333333;
  position: relative;
  padding-right: 10px;
  overflow: hidden;
}
.sub-box .sub-1 > li > a::after {
  font-family: "iconfont";
  content: '\e605';
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  font-size: 20px;
}
.sub-box .sub-1 > li:hover > a {
  color: #000;
}
.sub-box .sub-1 > li:hover > a::after {
  color: #000;
}
.sub-box .sub-2 a {
  font-size: 13px;
  line-height: 22px;
  display: block;
  margin-bottom: 4px;
}
.sub-box .sub-2 a::before {
  content: '-';
  margin: 0 4px 0 10px;
}
.sub-box .sub-2 a:hover {
  background-color: #f4f4f4;
}
.sub-box .sub-ban {
  width: 94%;
  color: #333333;
  margin-top: 20px;
}
.sub-box .sub-ban .owl-pagination {
  display: none;
}
.sub-box .sub-ban .owl-controls .owl-buttons div {
  position: absolute;
  top: 124px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  opacity: 1;
  border-radius: 0;
}
.sub-box .sub-ban .owl-controls .owl-buttons div.owl-prev {
  right: 32px;
  background-color: #49825d;
}
.sub-box .sub-ban .owl-controls .owl-buttons div.owl-prev::before {
  content: '\e75b';
  font-family: "iconfont";
  line-height: 24px;
}
.sub-box .sub-ban .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 0px -56px;
}
.sub-box .sub-ban .owl-controls .owl-buttons div.owl-next {
  right: 8px;
  background-position: -40px 0;
  background-color: #333333;
}
.sub-box .sub-ban .owl-controls .owl-buttons div.owl-next::before {
  content: '\e637';
  font-family: "iconfont";
  line-height: 24px;
}
.sub-box .sub-ban .owl-controls .owl-buttons div.owl-next:hover {
  background-position: -40px -56px;
}
.product-sub .sub-1 > li {
  border-bottom: none;
}
.product-sub .sub-1 > li > a {
  padding-bottom: 12px;
  border-bottom: 1px solid #cfcfcf;
}
.product-sub .sub-2 a {
  padding-left: 10px;
}
.product-sub .sub-2 a::before {
  content: '';
  margin: 0;
}
.wrap {
  padding: 40px 0px 60px 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wrap {
    padding: 10px 0 60px 0;
  }
}
.about-wrap img {
  width: 100%;
}
.about-wrap p {
  line-height: 25px;
  font-size: 13px;
  margin: 0;
}
.honor-wrap .img-box {
  padding-bottom: 122.22222222%;
  background-color: #000;
}
.honor-wrap .img-box img {
  border: 1px solid #e0e0e0;
}
.honor-wrap .img-box:hover img {
  opacity: .5;
}
.honor-wrap p {
  color: #333333;
  margin-bottom: 30px;
}
.page {
  overflow: hidden;
  text-align: center;
  clear: both;
  margin-top: 40px;
}
.page a {
  display: inline-block;
  color: #bebdbd;
  margin: 0 4px;
  color: #727272;
  border: #e0e0e0 1px solid;
  padding: 10px 14px;
  font-size: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.page a.active,
.page a:hover {
  background-color: #210909;
  border-color: #210909;
  color: #fff;
}
.project-wrap .img-box {
  padding-bottom: 64%;
  background-color: #000;
}
.project-wrap .img-box:hover img {
  opacity: .5;
}
.project-wrap p {
  color: #333333;
  margin-bottom: 30px;
}
.contact-wrap .text h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  color: #333333;
}
.contact-wrap .text p {
  line-height: 35px;
  font-size: 13px;
  margin: 0;
}
.contact-wrap .text p::before {
  margin-right: 10px;
  font-family: "iconfont";
  color: #200808;
  font-size: 15px;
}
.contact-wrap .text .add::before {
  content: '\e60d';
  font-size: 18px;
}
.contact-wrap .text .contact::before {
  content: '\e617';
}
.contact-wrap .text .mobile::before {
  content: '\e663';
}
.contact-wrap .text .tel::before {
  content: '\e6ed';
}
.contact-wrap .text .fax::before {
  content: '\e65b';
}
.contact-wrap .text .email::before {
  content: '\e641';
}
.contact-wrap .text a:hover {
  text-decoration: underline;
}
.contact-wrap .map {
  margin-top: 20px;
}
.contact-wrap .map img {
  /*width: 100%;*/
  /*border: 1px solid #333333;*/
}
.message-wrap h4 {
  color: #333;
}
.message-wrap table {
  width: 100%;
}
.message-wrap tr td:first-child {
  width: 14%;
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .message-wrap tr td:first-child {
    width: 24%;
    padding-right: 30px;
  }
}
.message-wrap input {
  height: 34px;
  margin: 10px 0;
}
.message-wrap input,
.message-wrap textarea {
  width: 54%;
  line-height: 34px;
  border: 1px solid #e6e6e6;
  resize: vertical;
}
@media (max-width: 991px) {
  .message-wrap input,
  .message-wrap textarea {
    width: 100%;
  }
}
.download-wrap .list {
  margin-bottom: 30px;
}
.download-wrap .pic {
  width: 36%;
  float: left;
  border: 1px solid #e3e3e3;
}
.download-wrap .pic .img-box {
  padding-bottom: 127.14285714%;
}
.download-wrap .note {
  width: 59%;
  float: right;
}
.download-wrap .note h4 {
  margin: 0;
  line-height: 20px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.download-wrap .note p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}
.download-wrap .note .download {
  display: inline-block;
  line-height: 36px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 0px 20px;
  margin-top: 10px;
}
.download-wrap .note .download::before {
  font-family: "iconfont";
  content: '\e63e';
  margin-right: 10px;
  font-size: 20px;
  float: left;
}
.download-wrap .note .download:hover {
  border-color: #1a6235;
}
.download-wrap .note .download:hover::before {
  color: #1a6235;
}
.news-wrap .list {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
}
.news-wrap .pic {
  width: 24%;
  float: left;
}
.news-wrap .pic .img-box {
  padding-bottom: 66.66666667%;
}
.news-wrap .note {
  width: 72%;
  float: right;
}
.news-wrap .note p {
  color: #333333;
  font-weight: bold;
  margin-top: 0;
}
.news-wrap .note p:hover {
  color: #000;
}
.news-wrap .note span {
  color: #909090;
}
.news-wrap .note span::before {
  font-family: "iconfont";
  content: '\e60e';
  margin-right: 10px;
  font-size: 20px;
  color: #999999;
  float: left;
}
.news-show-wrap .news-title p {
  color: #333333;
  font-weight: bold;
  margin-top: 0;
}
.news-show-wrap .news-title p:hover {
  color: #000;
}
.news-show-wrap .news-title span {
  color: #909090;
}
.news-show-wrap .news-title span::before {
  font-family: "iconfont";
  content: '\e60e';
  margin-right: 10px;
  font-size: 20px;
  color: #999999;
  float: left;
}
.news-show-wrap .text {
  margin-top: 10px;
  line-height: 22px;
}
.news-show-wrap .text p {
  margin: 0;
}
.news-show-wrap .text img {
  width: 100%;
}
.product-wrap h4 {
  font-size: 14px;
  color: #333333;
  margin: 0;
  margin-bottom: 7px;
}
.product-wrap p {
  margin: 0;
  font-size: 13px;
  line-height: 25px;
}
.product-list-wrap .img-box {
  padding-bottom: 57.89473684%;
}
.product-list-wrap p {
  color: #333333;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-show-wrap .text h3 {
  color: #333333;
  font-size: 14px;
  margin: 0;
  margin-bottom: 7px;
}
.product-show-wrap .text p {
  margin: 0;
  line-height: 25px;
}
.product-show-wrap .text p::before {
  /*content: '';*/
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #210909;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.product-show-wrap .prodetailbox {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.product-show-wrap .prodetailbox .left-pro {
  width: 100%;
  text-align: left;
  float: left;
}
.product-show-wrap .prodetailbox .left-pro .t1 {
  width: 17%;
  float: right;
}
@media (max-width: 768px) {
  .product-show-wrap .prodetailbox .left-pro .t1 {
    width: 30%;
  }
}
.product-show-wrap .prodetailbox .left-pro .t2 {
  width: 83%;
  text-indent: 0;
  float: left;
}
.product-show-wrap .prodetailbox .left-pro .t2 img {
  text-indent: 0;
}
@media (max-width: 768px) {
  .product-show-wrap .prodetailbox .left-pro .t2 {
    width: 70%;
  }
}
.product-show-wrap .prodetailbox .left-pro .img-box {
  padding-bottom: 57.57575758%;
}
.product-show-wrap .prodetailbox #showArea img {
  cursor: pointer;
  display: block;
  margin: 6px 0;
  width: 120px;
  height: 70px;
  float: left;
}
.product-show-wrap .prodetailbox #main_img {
  cursor: pointer;
  display: block;
}
.product-show-wrap .prodetailbox #gotop {
  cursor: pointer;
  display: block;
  margin-left: 18px;
}
.product-show-wrap .prodetailbox #gobottom {
  cursor: pointer;
  display: block;
  margin-left: 18px;
}
.product-show-wrap .prodetailbox #showArea {
  height: 86%;
  margin: 6px 0;
  margin-left: 18px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-show-wrap .prodetailbox #showArea {
    height: 82%;
  }
}
@media (max-width: 480px) {
  .product-show-wrap .prodetailbox #showArea {
    height: 72%;
  }
}
.product-show-wrap .parameter {
  margin-top: 30px;
  clear: both;
}
.product-show-wrap .parameter ul {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #ededed;
}
.product-show-wrap .parameter > ul > li {
  background-color: #ededed;
  float: left;
  padding: 10px 0;
  max-width: 33%;
  text-align: center;
  position: relative;
}
.product-show-wrap .parameter ul li.current {
  color: #333333;
  font-weight: bold;
}
.product-show-wrap .parameter ul li.current::after {
  content: '';
  width: 0;
  height: 0;
  float: right;
  position: absolute;
  bottom: 0px;
  left: 48%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.product-show-wrap .parameter ul li a {
  padding: 0 10px;
  display: block;
  border-right: 1px solid #666;
}
.product-show-wrap .parameter ul li:last-child a {
  border-right: none;
}
.product-show-wrap .parameter .note {
  margin-top: 20px;
  clear: both;
}
.product-show-wrap .parameter .note p {
  margin: 0;
  line-height: 25px;
  font-size: 13px;
  padding-left: 10px;
  position: relative;
}
.product-show-wrap .parameter .note p::before {
  /*content: '';*/
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  margin-right: 10px;
  top: 10px;
  background-color: #210909;
}
.submi{
  background: #210909 !important;
  color: #FFF !important;
  border: none !important;
  margin-left:25% !important;
  width:20% !important;
}





.online .icon-wechat:hover .mask
{
    display: block;
}
.online .icon-wechat .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 120px;
    height: 120px;
    padding-left: 5px;
}
.online .icon-wechat .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online .icon-wechat .mask .mask-box img
{
    display: block;

    width: 100%;
}
.online .icon-wechat .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
