/**
 * style.less
 * 层叠样式表
 */
/**
 * base.less
 * 通用样式
 */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  box-sizing: border-box;
}
body {
  /*font-family: 'OswaldRegular';*/
  font-family: Arial;
  font-size: 14px;
  color: #848484;
}
.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;
}
h2,
h3,
h4,
p {
  line-height: 20px;
}
.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%;
}
.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: 1260px) {
  .container {
    width: 1230px;
  }
}
.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: 136px;
  width: 100%;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  .header {
    height: 75px;
  }
}
.header .top {
  height: 34px;
  background-color: #ececec;
}
.header .top p {
  float: left;
  font-size: 13px;
  color: #797979;
  line-height: 34px;
  margin: 0;
}
.header .top .link-top {
  z-index: 99;
  float: right;
  line-height: 34px;
  overflow: hidden;
}
.header .top .link-top a {
  margin: 0 8px;
  font-size: 12px;
  display: inline-block;
}
.header .top .link-top a:last-child {
  margin-right: 0;
}
.header .top .link-top a:hover {
  text-decoration: underline;
}
.header .top .link-top a::before {
  font-family: "iconfont";
  float: left;
  font-size: 14px;
  margin-right: 10px;
}
.header .top .link-top a.linktop-1::before {
  content: '\e646';
  color: #000000;
}
.header .top .link-top a.linktop-2::before {
  content: '\e643';
  font-size: 24px;
  color: #02b9e4;
}
.header .container {
  height: inherit;
  overflow: visible;
  position: relative;
}
.header .navbar .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .navbar .item {
  float: left;
}
.header .container-pc {
  position: relative;
}
@media (max-width: 768px) {
  .header .container-pc {
    display: none;
  }
}
.header .container-pc .logo {
  float: left;
  padding: 22px 0 10px;
  height: 100%;
}
@media (max-width: 991px) {
  .header .container-pc .logo {
    padding-left: 40%;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.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 .navbar {
    font-family: 'OswaldRegular';
  float: right;
  line-height: 102px;
  padding-right: 60px;
}
.header .container-pc .search {
  position: absolute;
  right: 15px;
  top: 40%;
  cursor: pointer;
}
.header .container-pc .search_box {
  position: absolute;
  right: 14px;
  top: 103px;
  background: #fff;
  width: 350px;
  height: 70px;
  padding: 0 1%;
  display: none;
  border-radius: 0 0 5px 5px;
}
.header .container-pc .search_box form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.header .container-pc .search_box input,
.header .container-pc .search_box button {
  display: block;
  border: 1px solid #eee;
  line-height: 38px;
}
.header .container-pc .search_box input {
  width: 73%;
  border-radius: 50px 0 0 50px;
  outline: none;
  text-indent: 15px;
}
.header .container-pc .search_box button {
  width: 27%;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
}

@media (max-width: 991px) {
  .header .container-pc .navbar {
    padding-top: 50px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .header .container-pc .navbar {
    width: 100%;
    top: 20px;
  }
}
.header .container-pc .nav {
  color: #4c4c4c;
}
.header .container-pc .nav > .item {
  position: relative;
  display: inline-block;
}
.header .container-pc .nav > .item .nav-active {
  color: #fff;
  background: #0073ce;
}
.header .container-pc .nav > .item.active > a,
.header .container-pc .nav > .item:hover > a {
  color: #fff;
  background: #0073ce;
}
.header .container-pc .nav > .item.more > a::after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
  margin-left: 5px;
  border-top-color: #fff;
}
.header .container-pc .nav > .item a {
  display: block;
}
.header .container-pc .nav > .item > a {
  padding: 0 35px;
  font-size: 16px;
  text-transform: uppercase;
}
.header .container-pc .nav .level-2 {
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
  display: none;
}
.header .container-pc .nav .level-2 > li {
  border-bottom: 1px solid #3e81d2;
  line-height: 46px;
}
.header .container-pc .nav .level-2 > li:hover {
  color: #7db5fa;
}
.header .container-pc .nav .level-2 a {
  display: block;
  padding: 0 26px;
  min-width: 135px;
  font-size: 15px;
  background-color: #0073ce;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.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-top: 8px;
}
.header .container-wap .logo a img {
  width: 80%;
  display: block;
  float: left;
  margin-right: 6px;
}
.header .container-wap .navbar {
  height: 100%;
  position: relative;
}
.header .container-wap .search {
  float: right;
  position: absolute;
  top: 8px;
  right: 51px;
  cursor: pointer;
}
.header .container-wap .search a {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  margin-top: 18.33333333px;
  background: url(../image/search.png) no-repeat;
  background-size: cover;
}
.header .container-wap .toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  cursor: pointer;
}
.header .container-wap .toggle .icon,
.header .container-wap .toggle .icon::before,
.header .container-wap .toggle .icon::after {
  position: absolute;
  width: 30px;
  height: 4px;
  transition-duration: .5s;
  border-radius: 2px;
  background: #0073ce;
}
.header .container-wap .toggle .icon {
  top: 35.5px;
  left: 11.25px;
}
.header .container-wap .toggle .icon::before,
.header .container-wap .toggle .icon::after {
  left: 0;
  content: '';
  background: inherit;
}
.header .container-wap .toggle .icon::before {
  top: -9px;
}
.header .container-wap .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);
}
.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: #0073ce;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 49, 108, 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: 100%;
  display: none;
  width: 100%;
  border-top: solid 3px #0073ce;
  border-bottom: solid 3px #0073ce;
  background-color: #fff;
}
.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(../image/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.more.active::after {
  background-position: -84px 0;
}
.header .navigation .level-2 > li.more::after {
  background-position: -12px 0;
}
.header .navigation .level-3 {
  line-height: 40px;
  display: none;
}
.header .navigation .level-3 a {
  font-size: .8em;
  padding-left: 4em;
}
.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;
  border-radius: 50%;
  background: url(../image/online.png) no-repeat;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  margin-top: 3px;
  background-color: #88cede;
}
.online a.online-1 {
  background-position: 0px 0px;
}
.online a.online-2 {
  background-position: 0px -62px;
}
.online a.online-3 {
  background-position: 0px -126px;
}
.online a:hover {
  background-color: #6c87a7;
}
/**
 * banner
 */
 ._wap {
   display: none;
 }
.banner {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner .owl-carousel {
  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) {
  ._pc {
    display: none;
  }
  ._wap {
    display: block !important;
  }
  .banner .owl-carousel {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
}
.banner .owl-carousel .owl-controls {
  position: absolute;
  bottom: 30px;
  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 {
  border-color: #fff;
  background-color: #8dbd07;
}
.banner .owl-carousel .owl-controls .owl-page span {
  width: 13px;
  height: 13px;
  margin: 5px;
  border: 1px solid #949494;
  border-radius: 50%;
  background: none;
  opacity: 1;
}
.banner .owl-carousel .owl-controls .owl-buttons {
  display: none;
}
/**
 * banner
 */
.banner-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 0;
}
.banner-inner img {
  width: 100%;
}
.banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-content .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 100% !important;
  padding: 10px 0;
}
.banner-content .container h2,
.banner-content .container h6 {
  width: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.banner-content .container h2 {
  letter-spacing: 1px;
  font-size: 28px;
  text-transform: uppercase;
}
.banner-content .container h6 {
  letter-spacing: 0.5px;
  padding: 20px 0;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 14px;
}
.banner-content .container span {
  width: 38px;
  margin: 0 auto;
  border-bottom: 2px solid #49bcd7;
  border-radius: 10px;
}


@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%;
  }
}
.product-box {
  background: linear-gradient(to bottom, #0073ce, #fff);
  padding: 20px 0 80px;
}
.product-box .title {
  text-align: center;
}
.product-box .title h2 {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 30px;
}
.product-box .list {
  overflow: hidden;
}
.product-box .list-1 .pic:first-child::before {
  border-right: 10px solid #efefef;
}
.product-box .list-1 .note:nth-child(2) {
  background-color: #efefef;
}
.product-box .list-2 .pic::before {
  left: 0;
  border-left: 10px solid #d1d1d1;
  border-right: none;
}
.product-box .list-2 .note:first-child {
  background-color: #dddddd;
}
.product-box .list-2 .note {
  background-color: #d1d1d1;
}
.product-box .list-2 .pic:nth-child(2)::before {
  border-left: 10px solid #dddddd;
}
.product-box .pic {
  padding: 0;
  position: relative;
  background-color: #fff;
}
.product-box .pic::before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 48%;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #e6e6e6;
  border-bottom: 10px solid transparent;
}
@media (max-width: 480px) {
  .product-box .pic::before {
    display: none;
  }
}
.product-box .pic .owl-controls .owl-buttons,
.product-box .pic .owl-controls .owl-page {
  display: none;
}
.product-box .note {
  background-color: #e6e6e6;
  padding: 20px 26px;
  min-height: 300px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-box .note {
    min-height: 360px;
  }
}
.product-box .note h3 {
  font-size: 15px;
  /* font-weight: normal; */
  color: #3f3f3f;
  margin-bottom: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* text-transform: uppercase; */
}
.product-box .note p {
  margin: 0;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product-box .note a.more {
  display: inline-block;
  width: 110px;
  height: 30px;
  background-color: #8dbd07;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  margin-top: 24px;
}
.product-box .note a.more:hover {
  text-decoration: underline;
}
.about-box .about {
  background: url(../image/aboutbg.jpg) no-repeat;
  background-size: cover;
}
.about-box .note {
  text-align: center;
  padding: 50px 20px;
  width: 100%;
  height: 100%;
  min-height: 425px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.about-box .note h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}
.about-box .note h2::after {
  content: '';
  display: block;
  width: 34px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 20px;
}
.about-box .note h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin-top: 28px;
}
.about-box .note p {
  font-size: 16px;
  margin-top: 66px;
  margin-bottom: 0;
  line-height: 60px;
}
.about-box .note b {
  font-size: 59px;
  color: #34b4d3;
  margin-left: 40px;
}
.about-box .note a.more {
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 70px;
}
.about-box .note a.more:hover {
  border-color: #34b4d3;
  color: #34b4d3;
}
.item-box {
  padding: 50px 0;
}
.item-box ul {
  overflow: hidden;
}
.item-box li {
  margin-bottom: 20px;
  overflow: hidden;
}
.item-box li:nth-child(2) .pic .title::before {
  border-bottom: 100px solid #1da9cb;
}
.item-box li:nth-child(2) .pic h3 {
  background-color: #1da9cb;
}
.item-box li:nth-child(3) .pic .title::before {
  border-bottom: 100px solid #0073ce;
}
.item-box li:nth-child(3) .pic h3 {
  background-color: #0073ce;
}
.item-box .pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.item-box .pic .title {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.item-box .pic .title::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 100px solid #80d5e9;
  border-left: 700px solid transparent;
}
@media (max-width: 1199px) {
  .item-box .pic .title::before {
    border-bottom: 50px solid #80d5e9;
  }
}
.item-box .pic h3 {
  background-color: #80d5e9;
  width: 100%;
  margin: 0;
  color: #fff;
  padding: 14px 10px;
  font-size: 24px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .item-box .pic h3 {
    font-size: 18px;
    padding: 10px;
  }
}
.item-box .img-box {
  padding-bottom: 38%;
}
.item-box .note {
  padding: 0 10px;
}
.item-box .note p {
  line-height: 25px;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.item-box a.more {
  width: 110px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #8b8b8b;
  display: inline-block;
}
.item-box a.more:hover {
  border-color: #0073ce;
  color: #0073ce;
}
.footer-box {
  background-color: #242424;
  padding: 40px 0 0;
}
.footer-box h3 {
  font-size: 20px;
  color: #fff;
  margin-top: 0;
  font-weight: normal;
}
.footer-box .product a {
  display: block;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.footer-box .product a::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 8px;
  float: left;
  margin-top: 12px;
  background-color: #e79c0a;
}
.footer-box .product a:hover {
  color: #fff;
}
.footer-box .contact {
  padding-bottom: 60px;
}
.footer-box .contact p {
  margin: 0;
  line-height: 26px;
}
.footer-box .contact a:hover {
  text-decoration: underline;
}
.copyright {
  background-color: #2e2e2e;
}
.copyright p {
  text-align: center;
}
.location-box {
  background: url(../image/locationbg.jpg) no-repeat center;
  line-height: 58px;
  color: #fff;
}
.location-box h3 {
  float: left;
  font-weight: normal;
  margin: 0;
  font-size: 22px;
  line-height: 58px;
}
.location-box .location {
  float: right;
}
.location-box .location::before {
  font-family: "iconfont";
  content: '\e650';
}
.location-box .location a::after {
  content: '>';
  margin: 0 2px;
}
.location-box .location a:last-child::after {
  content: '';
}
.location-box .location a:hover {
  text-decoration: underline;
}
.sub-box {
  width: 290px;
  float: left;
  margin-right: 50px;
}
@media (max-width: 480px) {
  .footer-box h3 {
    font-size: 18px;
  }
  .footer-box .contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product-box .note {
      min-height: 300px;
  }
  .product-box .note a.more {
    display: block;
  }
  .location-box .location {
    display: none;
  }
  .page select {
    margin-top: 15px !important;
  }
}
@media (max-width: 768px) {
  .sub-box {
    display: none;
  }
  ._form {
    padding: 15px 0;
  }
  ._form::after {
    background: none !important;
  }
  ._form form {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  ._form input,
  ._form button {
    display: block;
    border: 1px solid #eee;
    line-height: 36px;
  }
  ._form input {
    width: 73%;
    border-radius: 50px 0 0 50px;
    outline: none;
    text-indent: 15px;
  }
  ._form button {
    width: 27%;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
  }

}
.sub-box .search {
  width: 100%;
  height: 45px;
  border: 1px solid #e1e1e1;
}
.sub-box .search .text {
  width: 88%;
  float: left;
  height: 43px;
  padding: 0 12px;
  border: none;
  font-size: 15px;
}
.sub-box .search .btn {
  background: url(../image/search.png) no-repeat center;
  background-size: 16px;
  width: 12%;
  height: 45px;
  border: none;
  float: left;
  cursor: pointer;
}
.sub-box .search input {
  outline: none;
  color: #cbc9c9;
}
.sub-box ul.sub-1 {
  /*background: #ececec;*/
  padding: 28px 0 0;
}
.sub-box ul.sub-1 > li {
  display: block;
  border-top: none;
  line-height: 45px;
  color: #4c4c4c;
  font-size: 16px;
  position: relative;
}
.sub-box ul.sub-1 > li > a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.sub-box ul.sub-1 > li.sub-on::after,
.sub-box ul.sub-1 > li.current::after,
.sub-box ul.sub-1 > li:hover::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  /*right: -34px;*/
  left: 0;
  width: 100%;
  height: 45px;
  /*background: url(../image/sub-bg.png) no-repeat left;*/
  background: #0073ce;
  z-index: 0;
}
.sub-box ul.sub-1 > li.current > a {
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.sub-box ul.sub-1 > li.current::before {
  border-left: 4px solid #333;
}
.sub-box ul.sub-1 li:first-child .sub-2 {
  display: block;
}
.sub-box ul.sub-1 .sub-2 {
  display: none;
}
.sub-box ul.sub-1 .sub-2:last-child {
  padding: 8px 0 10px;
}
.sub-box ul.sub-1 .sub-2 a {
  color: #4c4c4c;
  font-size: 15px;
  line-height: 38px;
  background: rgba(0,0,0,0.04);
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-indent: 10px;
}
.sub-box ul.sub-1 .sub-2 a:hover {
  color: #49bcd7;
}
.sub-box ul.sub-1 .sub-2 li {
    margin-bottom: 5px;
}
.subbbss{
  color: #49bcd7 !important;
}
.sub-box ul.sub-1 .sub-2 a::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  float: left;
  margin: 16px 0 0 15px;
  background-color: #e79c0a;
}
.sub-box ul.sub-1 .sub-3 a::before {
  margin: 8px 0 0 15px;
}
.sub-box .sub-pic {
  margin-top: 10px;
  height: 110px;
  margin-bottom: 10px;
  position: relative;
}
.sub-box .sub-pic img {
  width: 100%;
  margin: 0;
}
.sub-box .sub-pic .note {
  background-color: rgba(66, 190, 220, 0.8);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.sub-box .sub-pic .note a {
  padding: 20px 38px;
  color: #fff;
  font-size: 24px;
  display: block;
}
.sub-box .sub-pic .note a::after {
  font-family: "iconfont";
  content: '\e637';
  float: right;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 20px;
  margin-top: 30px;
  margin-left: 25px;
  font-size: 16px;
}
.sub-box .sub-contact {
  background-color: #ececec;
  border-top: 2px solid #1872ad;
  padding: 0 24px 36px 24px;
}
.sub-box .sub-contact h3 {
  margin: 24px 0 16px;
  font-size: 24px;
  color: #49bcd7;
  font-weight: normal;
}
.sub-box .sub-contact p {
  margin: 0;
  line-height: 26px;
  color: #6e6e6e;
}
.sub-box .sub-contact a:hover {
  text-decoration: underline;
}
.wrap {
  padding: 24px 0 80px;
  overflow: hidden;
}
.about-wrap {
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
  font-size: 16px;
  overflow: hidden;
}
.about-wrap p {
  line-height: 150%;
}
.about-wrap img {
  max-width: 100%;
}
.about-wrap .list,
.process-wrap .list {
  overflow: hidden;
  margin-top: 50px;
}
.about-wrap .list:first-child,
.process-wrap .list:first-child {
  margin-top: 0;
}
.about-wrap .pic,
.process-wrap .pic {
  width: 44%;
  float: left;
}
.process-wrap .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain
}
@media (max-width: 991px) {
  .about-wrap .pic,
  .process-wrap .pic {
    width: 100%;
  }
}
.about-wrap .pic .img-box,
.process-wrap .pic .img-box {
  padding-bottom: 68.01007557%;
}
.about-wrap .note,
.process-wrap .note {
  width: 50%;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .about-wrap .note,
  .process-wrap .note {
    width: 100%;
    margin-top: 30px;
  }
}
.about-wrap .note p,
.process-wrap .note p {
  margin: 0;
  line-height: 25px;
}
.process-wrap .page {
  margin-top: 46px;
}
.product-wrap .title h3 {
  color: #1a467b;
  font-size: 23px;
  font-weight: normal;
  margin: 0;
  line-height: 50px;
}
.product-wrap .note {
  margin-top: 10px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #353535;
  font-size: 16px;
}
.product-wrap .note img {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 50%;
}
@media (max-width: 991px) {
  .product-wrap .note img {
    width: 100%;
    margin-left: 0;
  }
}
.product-wrap .note p {
  line-height: 28px;
  margin: 0;
}
.product-wrap .carousel {
  margin-top: 100px;
}
.product-wrap .carousel .owl-pagination {
  display: none;
}
.product-wrap .carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: -40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  border: 1px solid #d5d5d5;
  background: none;
}
.product-wrap .carousel .owl-controls .owl-buttons div::before {
  font-family: "iconfont";
  font-size: 14px;
  color: #787878;
  margin-left: 2px;
}
.product-wrap .carousel .owl-controls .owl-buttons div:hover {
  border-color: #0073ce;
}
.product-wrap .carousel .owl-controls .owl-buttons div:hover::before {
  color: #0073ce;
}
.product-wrap .carousel .owl-controls .owl-buttons div.owl-prev {
  right: 40px;
}
.product-wrap .carousel .owl-controls .owl-buttons div.owl-prev::before {
  margin-left: -4px;
  content: '\e608';
}
.product-wrap .carousel .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}
.product-wrap .carousel .owl-controls .owl-buttons div.owl-next::before {
  margin-left: 4px;
  content: '\e609';
}
.product-wrap .carousel .item {
  margin: 0 4px;
  position: relative;
  cursor: pointer;
}

.products {
  text-align: center;
  padding: 10px 0;
}
.products ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.products li {
  width: 23.85%;
  margin-bottom: 1%;
}
.products li:last-child:nth-child(4n - 1) {
  margin-right: calc(23.85% + 4.6% / 3);
}
.products li:last-child:nth-child(4n - 2) {
  margin-right: calc(47.7% + 9.2% / 3);
}
.products li ._pic {
  border: 1px solid #eee;
  height: 190px;
  overflow: hidden;
}
.products li ._pic img {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.products li ._pic:hover {
  border: 1px solid #49bcd7;
}
.products li ._title {
    padding: 10px 0;
}

@media (max-width: 768px) {

  .products {
    text-align: center;
    padding: 10px 0;
  }
  .products li {
    width: 48.5%;
    margin-bottom: 1%;
  }
  .products li:last-child:nth-child(4n - 1) {
    margin-right: 0;
  }
  .products li:last-child:nth-child(4n - 2) {
    margin-right: 0;
  }
  .products li ._pic {
    height: 150px;
  }

}

@media (max-width: 480px) {
  .product-wrap .carousel .item {
    margin: 0 10px;
  }
}
.product-wrap .carousel .item .img-box {
  border: 1px solid #efefef;
  margin: 10px 0;
  box-shadow: 0px 0px 5px 1px #efefef;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.product-wrap .carousel .item .img-box:hover {
  border-color: #49bcd7;
}
.product-show-wrap .title h3 {
  color: #1a467b;
  font-size: 23px;
  font-weight: normal;
  margin: 0;
  line-height: 50px;
}
.product-show-wrap .title p {
  margin: 0;
  line-height: 30px;
}
.product-show-wrap .link {
  margin-top: 40px;
}
.product-show-wrap .link a {
  width: 142px;
  height: 38px;
  border: 1px solid #49bcd7;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
}
.product-show-wrap .link a::before {
  font-family: "iconfont";
  content: '\e6d1';
  color: #49bcd7;
  margin-right: 14px;
  font-size: 20px;
}
.product-show-wrap .link a.icon-1 {
  margin-left: 36px;
}
@media (max-width: 1199px) {
  .product-show-wrap .link a.icon-1 {
    margin-left: 0;
  }
}
.product-show-wrap .link a.icon-1::before {
  content: '\e604';
}
.product-show-wrap .link a:hover {
  background-color: #49bcd7;
  color: #fff;
}
.product-show-wrap .link a:hover::before {
  color: #fff;
}
.product-show-wrap .parameter {
  margin-top: 30px;
}
.product-show-wrap .parameter .text {
  margin-top: 30px;
}
.product-show-wrap .parameter .text p {
  margin: 0;
}
.product-show-wrap .parameter .text img {
  width: 100%;
}
.product-show-wrap .inquire {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .product-show-wrap .inquire {
    margin-top: 60px;
  }
}
.product-show-wrap .inquire input,
.product-show-wrap .inquire textarea {
  width: 100%;
  margin-top: 20px;
  outline: none;
  text-indent: 14px;
  color: #6e6e6e;
  line-height: 38px;
  border: 1px solid #999999;
  resize: vertical;
}
.product-show-wrap .inquire .message {
  margin-top: 30px;
}
.product-show-wrap .inquire button {
  display: block;
  text-align: center;
  width: 140px;
  padding: 0;
  height: 40px;
  line-height: 100%;
  border: 1px solid #999999;
  margin: 0 auto;
  color: #49bcd7;
  margin-top: 36px;
  cursor: pointer;
}
.product-show-wrap .inquire button::before {
  font-family: "iconfont";
  content: '\e646';
  font-size: 20px;
  margin-right: 20px;
}
.product-show-wrap .inquire button:hover {
  color: #666;
}
.certificate-wrap {
  text-align: center;
}
.certificate-wrap .img-box {
  border: 5px solid #b9bdc0;
  padding-bottom: 130.83333333%;
  cursor: pointer;
}
.certificate-wrap p {
  font-style: italic;
  margin-bottom: 30px;
}
.page {
  overflow: hidden;
  text-align: center;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
.page select,
.page a {
  display: inline-block;
  padding: 10px;
  border-radius: 6px;
  color: #666;
  font-size: 14px;
  border: 1px solid #cccccc;
  margin: 0 7px;
}
.page a.page-num-current,
.page a:hover {
  background-color: #34b4d3;
  color: #fff;
  border-color: #34b4d3;
}
.page select {
  padding: 9px 10px;
  cursor: pointer;
}
.capabilites-wrap {
  padding-bottom: 56px;
}
.capabilites-wrap .title-in h3 {
  margin: 0;
  color: #333;
  font-size: 18px;
}
.capabilites-wrap .list {
  padding: 30px 0 24px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  margin-bottom: 24px;
}
.capabilites-wrap .note {
  /*width: 48%;*/
  width: 90%;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #353535;
}
@media (max-width: 991px) {
  .capabilites-wrap .note {
    width: 100%;
  }
}
.capabilites-wrap .note h4 {
  margin: 0;
  font-size: 18px;
  color: #353535;
  margin-bottom: 10px;
}
.capabilites-wrap .note p {
  margin: 0;
  line-height: 25px;
  font-size: 15px;
}
.capabilites-wrap .pic {
  width: 50%;
  float: right;
}
@media (max-width: 991px) {
  .capabilites-wrap .pic {
    width: 100%;
    margin-top: 20px;
  }
}
.capabilites-wrap .pic .img-box {
  padding-bottom: 38.65877712%;
}
.capabilites-wrap .pic .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.service-wrap .title-in {
  text-align: center;
}
.service-wrap .title-in h3 {
  margin: 0;
  color: #333;
  font-size: 18px;
}
.service-wrap .text {
  margin-top: 40px;
}
.service-wrap .text h4 {
  margin: 0;
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.service-wrap .text p {
  margin: 0;
  line-height: 25px;
  color: #999999;
}
.video-wrap .title-in {
  margin-bottom: 60px;
  overflow: hidden;
}
.video-wrap .title-in h3 {
  float: left;
  display: inline-block;
  font-size: 30px;
  color: #4c4c4c;
  margin: 0;
  line-height: 30px;
  font-weight: normal;
}
.video-wrap .search {
  width: 320px;
  height: 33px;
  float: right;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.video-wrap .search .text {
  width: 270px;
  float: left;
  height: 30px;
  padding: 0 18px;
  border: none;
  font-size: 15px;
}
.video-wrap .search .btn {
  background: url(../image/search.png) no-repeat center;
  width: 40px;
  height: 32px;
  border: none;
  float: left;
  cursor: pointer;
}
.video-wrap .search input {
  outline: none;
  color: #cccccc;
}
.video-wrap .list {
  overflow: hidden;
  margin-top: 30px;
}
.video-wrap .video {
  width: 57%;
  float: left;
  top: 0;
  background-position: top right;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .video-wrap .video {
    width: 100%;
  }
}
.video-wrap .video .img-box {
  padding-bottom: 60.08316008%;
}
.video-wrap .video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: background-color 0.3s ease;
}
.video-wrap .video:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.video-wrap .video:hover .play {
  display: block;
}
.video-wrap .video .video-box {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.video-wrap .video .video-box a {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 200px;
  cursor: default;
}
.video-wrap .video .iframe {
  display: none;
  width: 100%;
}
.video-wrap .video .play {
  display: none;
  width: 61px;
  height: 61px;
  background: url(../image/play.png) no-repeat;
  position: absolute;
  top: 38%;
  left: 43%;
  cursor: pointer;
}
.video-wrap .note {
  width: 38%;
  float: right;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .video-wrap .note {
    width: 100%;
  }
}
.video-wrap .note h3 {
  font-size: 24px;
  color: #4c4c4c;
  font-weight: normal;
}
.video-wrap .note p {
  line-height: 25px;
  margin: 0;
}
.video-wrap .page {
  margin-top: 50px;
}
.equipment-wrap .list {
  position: relative;
  margin-bottom: 50px;
}
.equipment-wrap .img-box {
  padding-bottom: 75%;
}
.equipment-wrap .mask {
  width: 100%;
  height: 0px;
  background-color: rgba(73, 188, 215, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
.equipment-wrap .text {
  border: 1px solid #fff;
  width: 84%;
  height: 80%;
  margin-left: 8%;
  margin-top: 8%;
  padding: 30px;
  overflow: hidden;
}
.equipment-wrap .text p {
  margin: 0;
  line-height: 24px;
  font-size: 12px;
}
.news-wrap ul {
  overflow: hidden;
}
.news-wrap li {
  overflow: hidden;
  background-color: #f3f2f2;
  margin-top: 30px;
}
.news-wrap li:first-child {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .news-wrap .text,
  .news-wrap .pic {
    width: 100%;
  }
}
.news-wrap .text {
  padding: 24px 30px 12px 30px;
}
.news-wrap .text h3 {
  font-size: 18px;
  color: #4c4c4c;
  margin: 0;
  font-weight: normal;
}
.news-wrap .text h3:hover {
  color: #0073ce;
}
.news-wrap .text .note {
  padding: 14px 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.news-wrap .text p {
  margin: 0;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-wrap .text span {
  display: inline-block;
  line-height: 20px;
}
.news-wrap .text span::before {
  font-family: "iconfont";
  content: '\e6bc';
  color: #cccccc;
  font-size: 22px;
  margin-right: 18px;
  float: left;
}
.news-wrap .text span.icon-2 {
  margin-left: 50px;
}
.news-wrap .text span.icon-2::before {
  content: '\e647';
  font-size: 24px;
}
.news-wrap .pic {
  position: relative;
}
.news-wrap .pic .img-box {
  padding-bottom: 55.34883721%;
  width: 100%;
  height: 235px;
}
.news-wrap .pic .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.news-wrap .pic .mask {
  width: 100%;
  height: 0px;
  background-color: rgba(73, 188, 215, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
}
.news-wrap .pic .mask a {
  display: inline-block;
  width: 150px;
  height: 34px;
  line-height: 34px;
  margin-top: 26%;
  border: 2px solid #fff;
  border-radius: 8px;
}
.news-wrap .pic .mask a:hover {
  color: #0073ce;
}
.news-wrap .page {
  margin-top: 50px;
}
.news-show-wrap .news-title h3 {
  display: inline-block;
  font-size: 24px;
  color: #4c4c4c;
  margin: 0;
  font-weight: normal;
  line-height: 30px;
}
.news-show-wrap .news-title .news-time {
  padding-top: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.news-show-wrap .news-title span {
  display: inline-block;
  line-height: 20px;
}
.news-show-wrap .news-title span::before {
  font-family: "iconfont";
  content: '\e6bc';
  color: #cccccc;
  font-size: 22px;
  margin-right: 18px;
  float: left;
  line-height: 22px;
}
.news-show-wrap .news-title span.icon-2 {
  margin-left: 50px;
}
.news-show-wrap .news-title span.icon-2::before {
  content: '\e647';
  font-size: 24px;
}
.news-show-wrap .text {
  padding-top: 30px;
}
.news-show-wrap .text p {
  margin: 0;
  line-height: 25px;
}
.contact-wrap .contact img {
  width: 100%;
}
.contact-wrap .contact .text {
  width: 90%;
  margin: 0 auto;
}
.contact-wrap .contact h3 {
  font-size: 30px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 16px;
}
.contact-wrap .contact p {
  margin: 0;
  font-size: 16px;
  line-height: 36px;
}

.contact-wrap .contact p.icon-2::before {
  content: '\e60d';
  font-size: 36px;
}
.contact-wrap .contact p.icon-3::before {
  content: '\e601';
}
.contact-wrap .contact p.icon-4::before {
  content: '\e62c';
}
.contact-wrap .contact p.icon-5::before {
  content: '\e646';
}
.contact-wrap .contact a:hover {
  text-decoration: underline;
}
.contact-wrap .message {
  margin-top: 60px;
}
.contact-wrap .message .title {
  text-align: center;
}
.contact-wrap .message .title h3 {
  font-size: 30px;
  color: #4c4c4c;
  font-weight: normal;
}
.contact-wrap .message .title p {
  line-height: 25px;
}
.contact-wrap .message form {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.contact-wrap .message input,
.contact-wrap .message textarea {
  border: none;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  color: #999999;
  outline: none;
  margin-top: 10px;
  resize: vertical;
}
.contact-wrap .message .name {
  padding-right: 34px;
}
.contact-wrap .message .email {
  padding-left: 34px;
}
@media (max-width: 991px) {
  .contact-wrap .message .name {
    padding-right: 15px;
  }
  .contact-wrap .message .email {
    padding-left: 15px;
  }
}
.contact-wrap .message button {
  display: inline-block;
  width: 150px;
  height: 32px;
  background-color: #34b4d3;
  text-align: center;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
}
.contact-wrap .message button:hover {
  text-decoration: underline;
}
.download-wrap .note {
  width: 70%;
  float: left;
}
@media (max-width: 1199px) {
  .download-wrap .note {
    width: 100%;
  }
}
.download-wrap .note h3 {
  margin: 0;
  font-size: 30px;
  color: #333333;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: normal;
}
.download-wrap .note p,
.download-wrap .note span {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.download-wrap .note span {
  margin-right: 20px;
  line-height: 25px;
}
.download-wrap a {
  float: right;
  display: inline-block;
  width: 148px;
  height: 45px;
  border: 1px solid #34b4d3;
  border-radius: 10px;
  color: #34b4d3;
  text-align: center;
}
.download-wrap a::before {
  font-family: "iconfont";
  content: '\e604';
  font-size: 24px;
  margin-right: 14px;
}
@media (max-width: 1199px) {
  .download-wrap a {
    float: left;
  }
}
.download-wrap img {
  width: 100%;
  margin-top: 30px;
}
.sub-3 {
  padding: 13px 0 5px;
}
.sub-3 li a {
    font-size: 13px !important;
    margin-bottom: 3px;
    padding-left: 12px;
    background: #fff !important;
    line-height: 22px !important;
}
.j-img {
    position: relative;
    text-align:center;
}
.j-img img {
    max-width: 100%;
}
.j-img a {
    position: absolute;
    top: 48%;
    z-index: 99999;
}
.j-img a._left {
    left: 15px;
}
.j-img a._right {
    right: 15px;
}

