/**
 * style.less
 * 层叠样式表
 */
@font-face {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  font-style: normal;

  src: url('../fonts/HelveticaNeue-Bold.eot');
  src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
}

.ff {
  font-family: 'iconfont' !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: '';
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
  outline: none !important;
}

.slick-slide {
  outline: none;
}

.slick-slide a {
  outline: none !important;
}

@-ms-viewport {
  width: auto !important;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', sans-serif;
  font-size: 14px;
  font-weight: normal;

  color: #333;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.fixed {
  position: fixed;

  overflow: hidden;

  width: 100%;
  height: 100%;
}

body.searchactive {
  position: fixed;

  overflow: hidden;

  width: 100%;
  height: 100%;
}

@media (min-width: 1350px) {
  .container {
    width: 1320px;
  }
}

@media (min-width: 1470px) {
  .container {
    width: 1440px;
  }
}

@media (max-width: 767px) {
  .col-xs-6:nth-child(2n+1) {
    padding-right: 7.5px;
  }

  .col-xs-6:nth-child(2n) {
    padding-left: 7.5px;
  }
}

li,
ol,
ul {
  list-style: none;
}

a {
  color: inherit;
}

a:hover,
a:link,
a:visited {
  text-decoration: none;

  color: inherit;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;

  -webkit-appearance: none;
}

ul {
  margin: 0;
  padding: 0;
}

button,
input,
textarea {
  resize: none;

  border: none;
  outline: none;
}

a {
  text-decoration: none;

  color: inherit;
}

a:hover {
  text-decoration: none;

  color: inherit;
}

a:visited,
a:link {
  text-decoration: none;

  color: inherit;
}

.img-box {
  position: relative;

  display: block;
  overflow: hidden;

  height: 0;
  padding-bottom: 100%;
}

.img-box img {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;
}

.img-box img[src=''],
.img-box img:not([src]) {
  opacity: 0;
  border: 0;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;

  width: 100%;
  height: 92px;

  -webkit-transition: all .4s;
  transition: all .4s;

  background-color: #fff;
}

@media (max-width: 1199px) {
  .header {
    height: 60px;
  }
}

.header .logo {
  position: relative;

  float: left;

  height: 92px;

  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 1350px) {
  .header .logo {
    height: 80px;
    margin-top: 6px;
  }
}

@media (max-width: 1199px) {
  .header .logo {
    height: 60px;
    margin-top: 0;
  }
}

.header .logo a {
  display: block;

  height: 100%;
}

.header .logo img {
  display: inline-block;

  height: 100%;
}

.header .language {
  display: inline-block;
  float: right;

  margin: 32px 0 32px 40px;

  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 1199px) {
  .header .language {
    margin-top: 16px;
    margin-right: 40px;
    margin-left: 10px;
  }
}

.header .language a {
  display: inline-block;

  width: 100px;
  height: 25px;

  background: url(../img/language.png) no-repeat;
  background-size: cover;
}

@media (max-width: 1199px) {
  .header .language a {
    margin-left: 8px;
  }
}

.header .language a.cn {
  background-position: -30px 0;
}

.header .nav-collapse {
  position: absolute;
  z-index: 10;
  top: 6px;
  right: 20px;

  display: none;
  float: right;

  width: 20px;
  height: 40px;
  padding: 0;

  cursor: pointer;

  background: none;
}

@media (max-width: 1199px) {
  .header .nav-collapse {
    display: block;

    margin-top: 4px;
  }

  .header .nav-collapse.nav-collapse-1 {
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 20px;

    display: block;

    margin-top: 8px;

    border: none;
  }

  .header .nav-collapse.nav-collapse-1 .btn-line {
    background-color: #fff !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .nav-collapse.nav-collapse-xs:hover .btn-line {
    background-color: #000;
  }
}

.header .nav-collapse .btn-line {
  position: absolute;
  left: 50%;

  width: 20px;
  height: 2px;

  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

  background-color: #999;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
  position: absolute;

  display: block;

  width: 20px;
  height: 2px;

  content: '';
  -webkit-transition: all .5s ease;
  transition: all .5s ease;

  background-color: #999;
}

.header .nav-collapse .btn-line:nth-child(1) {
  top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
  top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
  top: 65%;
}

.header .nav-collapse.active {
  border-color: transparent;
}

.header .nav-collapse.active .btn-line {
  background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);

  opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
  top: 50%;
  left: 50%;

  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
  top: 50%;
  left: 50%;

  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
}

@media (min-width: 1200px) {
  .header .nav {
    display: inline-block;
    float: right;
  }
}

@media (max-width: 1199px) {
  .header .nav {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding: 0 26px;

    -webkit-transition: left .3s;
    transition: left .3s;
    text-align: left;
    text-align: center;

    background: #fafafa;
    background-color: #000;
  }

  .header .nav .tbl {
    display: table;

    width: 100%;
    height: 100%;
  }

  .header .nav .tbl-cell {
    display: table-cell;

    height: 100%;

    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .header .nav {
    width: 100%;
    padding: 30px;
  }
}

.header .nav.left-100 {
  left: -100%;
}

.header .nav.left-200 {
  left: -200%;
}

@media (min-width: 1200px) {
  .header .nav .nav-list1 li a {
    white-space: nowrap;
  }

  .header .nav .nav-list1 > li {
    float: left;
  }

  .header .nav .nav-list1 > li > a {
    font-size: 16px;
    line-height: 92px;

    position: relative;

    display: block;

    padding: 0 30px;

    -webkit-transition: all .4s;
    transition: all .4s;
  }

  .header .nav .nav-list1 > li:hover > a,
  .header .nav .nav-list1 > li.active > a {
    color: #0068b7;
    font-weight: bold;
    font-size: 18px;
  }

  .header .nav .nav-list1 .nav-list2 {
    position: absolute;
    z-index: 50;
    top: 100%;

    display: none;

    min-width: 140px;
    padding: 20px 0;

    text-align: center;
    text-align: left;

    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  }

  .header .nav .nav-list1 .nav-list2 li {
    position: relative;

    list-style: none;
  }

  .header .nav .nav-list1 .nav-list2 li > a {
    font-family: Arial, 'Oswald', 'Helvetica Neue', Helvetica;
    line-height: 40px;

    position: relative;
    z-index: 1;

    display: block;

    padding: 0 18px;

    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .header .nav .nav-list1 .nav-list2 li > a:hover {
    color: #1d2088;
  }

  .header .nav .nav-list1 .nav-list2 li img {
    max-width: 400px;
  }

  .header .nav .nav-list1 .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    min-width: 200px;
    padding: 10px 0;

    text-align: left;

    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  }

  .header .nav .nav-list1 .nav-list3 li > a {
    line-height: 30px;

    padding: 4px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1470px) {
  .header .nav .nav-list1 > li > a {
    padding: 0 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .header .nav .nav-list1 > li > a {
    padding: 0 20px;
  }
}

@media (max-width: 1199px) {
  .header .nav .nav-list1 {
    margin: 20px 0;

    opacity: 0;
  }

  .header .nav .nav-list1 > li {
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);

    opacity: 0;
  }

  .header .nav .nav-list1 > a {
    font-size: 20px;

    color: #fff;
  }
}

@media (max-width: 1199px) {
  .header .nav .nav-list2,
  .header .nav .nav-list3 {
    display: none;
  }

  .header .nav .nav-list2 a,
  .header .nav .nav-list3 a {
    font-size: 16px;
    line-height: 2;

    margin-top: 5px;

    color: #fff;
  }
}

.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
  display: block;
}

@media (max-height: 580px) {
  .header .nav .nav-list2 a,
  .header .nav .nav-list3 a {
    margin-top: 0;
  }
}

.header .nav-2,
.header .nav-3 {
  display: none;
}

@media (max-width: 1199px) {
  .header .nav-2,
  .header .nav-3 {
    position: absolute;
    z-index: 9999;
    top: 0;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    padding: 20px;

    -webkit-transition: left .3s;
    transition: left .3s;
    text-align: left;
    text-align: center;

    color: #fff;
    background: #fafafa;
    background-color: #000;
  }
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
  font-family: 'iconfont';
  font-size: 26px;

  content: '\e9b5';
}

.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
  font-size: 24px;

  margin: 0;

  text-transform: uppercase;
}

@media (max-width: 767px) {
  .header .nav-2 .nav-top .nav-title,
  .header .nav-3 .nav-top .nav-title {
    font-size: 20px;

    width: 100%;
  }
}

.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
  margin: 8px 0 0 0;
}

.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
  background-color: #fff;
}

.header .nav-2 .content,
.header .nav-3 .content {
  overflow: auto;

  height: 80%;
  margin-top: 12%;
}

@media (max-width: 767px) {
  .header .nav-2 .content ul,
  .header .nav-3 .content ul {
    padding: 0 15px;
  }
}

.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
  font-size: 16px;
  line-height: 50px;

  margin: 25px 0;

  text-align: left;
}

@media (max-width: 767px) {
  .header .nav-2 .content ul li,
  .header .nav-3 .content ul li {
    margin: 0;
  }
}

.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
  position: relative;
}

.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
  font-family: 'iconfont' !important;
  font-size: 16px;

  position: absolute;
  top: 50%;
  right: 0;

  content: '\e72f';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  color: #fff;
}

.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
  display: block;
}

.header .nav-2 {
  left: 100%;
}

.header .nav-3 {
  left: 200%;
}

.header .nav-3 .content ul li {
  font-size: 16px;
}

.header .fade-out ul {
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header .fade-out ul {
    padding: 0 5%;
  }
}

@media (max-width: 1199px) {
  .header .fade-out ul .pic {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .header .fade-out ul.nav-list1 {
    opacity: 1;
  }

  .header .fade-out ul.nav-list1 a {
    color: #fff;
  }

  .header .fade-out ul.nav-list1 > li {
    position: relative;

    margin: 20px 0;
  }

  .header .fade-out ul.nav-list1 > li.act {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
  }

  .header .fade-out ul.nav-list1 > li.more:after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: 50%;
    right: 0;

    margin-top: -14px;

    content: '\e72f';

    color: #fff;
  }

  .header .fade-out ul.nav-list1 > li > a {
    font-size: 18px;
    line-height: 2.5;

    display: block;

    text-transform: uppercase;
  }

  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 20px;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .header .fade-out ul.nav-list1 > li {
    margin: 0;
  }
}

@media (max-width: 1199px) and (max-height: 768px) {
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 18px;
  }
}

@media (max-width: 1199px) and (max-width: 480px) {
  .header .fade-out ul.nav-list1 .nav-list2 > li > a {
    font-size: 14px;
  }
}

.header .fade-out ul.nav2-list2 h4 {
  font-size: 20px;
  line-height: 50px;
}

.header .xs-language {
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: 35px;
}

@media (min-width: 1200px) {
  .header .xs-language {
    display: none;
  }
}

.header .xs-language a {
  font-size: 16px;

  color: #fff;
}

.header .xs-language span {
  margin: 0 5px;

  color: #fff;
}

.header .search-box {
  position: fixed;
  z-index: 888;
  top: 100%;
  left: 0;

  display: none;
  overflow: hidden;

  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-top: 0;
  margin-right: 10px;
  padding: 0 3%;

  background-color: rgba(29, 32, 136, .96);
}

.header .search-box .search {
  line-height: 40px;

  overflow: hidden;
  zoom: 1;

  width: 240px;

  border: 1px solid #dbdbdb;
  border-radius: 40px;
}

.header .search-box .search:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: '';
}

.header .search-box .input-text {
  float: left;

  height: 38px;
  padding-left: 10%;

  background: none;
}

@media (min-width: 768px) {
  .header .search-box .input-text {
    width: 100%;
    padding: 0 50px 0 3%;
  }
}

.header .search-box .input-submit {
  line-height: 36px;

  float: right;

  width: 50px;

  -webkit-animation: fadeInLeft 1s 0s ease both;
  animation: fadeInLeft 1s 0s ease both;

  background: none;
}

.header .search-box .input-submit:before {
  font-family: 'iconfont' !important;
  font-size: 22px;

  content: '\e660';

  color: #fff;
}

@media (min-width: 768px) {
  .header .search-box .input-submit {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

.header .search-box.search-xs {
  width: 100%;
  margin: 0;

  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  background: none;
}

@media (min-width: 1200px) {
  .header .search-box.search-xs {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header .search-box.search-xs {
    position: absolute;
    z-index: 0;
    top: auto;
    right: 0;
    bottom: 0;
    bottom: 30px;

    display: inline-block;

    height: 34px;
  }
}

.header .search-box.search-xs.show {
  z-index: 66;
}

.header .search-box.search-xs.show .search {
  left: 0;
}

.header .search-box.search-xs .search {
  position: absolute;
  z-index: 888;
  top: 0;
  left: 120%;

  width: 100%;

  -webkit-transition: left .3s;
  transition: left .3s;

  border-color: #fff;
  background: #fff;
}

@media (max-width: 360px) {
  .header .search-box.search-xs form .input-text {
    width: 74%;
  }
}

@media (max-width: 767px) {
  .header .search-box.search-xs form .input-text {
    padding-left: 5%;
  }
}

.header .search-box.search-xs .input-submit {
  line-height: 34px;

  background: #fff;
}

.header .search-box.search-xs .input-submit:before {
  color: #104384;
}

.header .search-icon {
  position: absolute;
  z-index: 10;
  top: 18px;
  left: 15px;

  display: inline-block;

  cursor: pointer;
}

.header .search-icon:before {
  font-family: 'iconfont' !important;
  font-size: 18px;

  content: '\e660';

  color: #1d2088;
}

.header .search-lg {
  top: 0;
}

.header .search-lg .logo {
  margin-top: 20px;
  margin-left: 0;
}

.header .search-lg .search {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;

  width: 100%;
  max-width: 90%;
  margin: auto;
  padding: 0 10px;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  border-radius: 0;
}

.header .search-lg .search p {
  margin-bottom: 50px;

  -webkit-animation: zoomIn 1s 0s ease both;
  animation: zoomIn 1s 0s ease both;
  text-align: center;
  letter-spacing: 2px;

  color: #fff;
}

.header .search-lg .input-text {
  font-size: 20px;
  line-height: 30px;

  width: 80%;
  height: 60px;
  padding: 0;
  padding-bottom: 30px;

  -webkit-animation: zoomIn 1s 0s ease both;
  animation: zoomIn 1s 0s ease both;
  text-align: center;

  color: #fff;
}

.header .search-lg .close-btn {
  position: fixed;
  top: 34px;
  right: 18%;

  cursor: pointer;
}

@media (max-width: 1440px) {
  .header .search-lg .close-btn {
    right: 8%;
  }
}

.header .search-lg .close-btn:before {
  font-size: 20px;

  content: '\2716';

  color: #fff;
}

.header .find {
  line-height: 92px;

  float: right;

  margin-left: 20px;

  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;

  color: #888;
}

@media (max-width: 1199px) {
  .header .find {
    line-height: 60px;

    display: inline-block;

    margin-left: 0;
  }
}

.header .find:before {
  font-family: 'iconfont';
  font-size: 26px;

  float: left;

  content: '\e641';
}

.header .find:hover {
  color: #1d2088;
}

@media (max-width: 1199px) {
  .header .right {
    display: inline-block;
    float: right;

    margin-right: 0;
  }
}

.header .back-btn {
  position: absolute;
  left: 15px;
}

.header.fixed-header {
  height: 80px;

  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

@media (max-width: 1199px) {
  .header.fixed-header {
    height: 60px;
  }
}

.header.fixed-header .find {
  line-height: 80px;
}

@media (max-width: 1199px) {
  .header.fixed-header .find {
    line-height: 60px;
  }
}

.header.fixed-header .logo {
  height: 80px;
}

@media (max-width: 1350px) {
  .header.fixed-header .logo {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .header.fixed-header .logo {
    height: 60px;
  }
}

.header.fixed-header a.cart {
  line-height: 80px;
}

@media (max-width: 1199px) {
  .header.fixed-header a.cart {
    line-height: 60px;
  }
}

.header.fixed-header .pc-search {
  margin-top: 20px;
}

.header.fixed-header .language {
  margin-top: 27px;
}

@media (max-width: 1199px) {
  .header.fixed-header .language {
    margin-top: 13px;
  }
}

.header.fixed-header .nav .nav-list1 > li > a {
  line-height: 80px;
}

.online-wrap .btn {
  line-height: 36px;

  position: fixed;
  z-index: 9;
  right: 0;
  bottom: 60px;

  width: 40px;
  height: 40px;
  padding: 0;

  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  text-align: center;

  border-radius: 0;
  background-color: rgba(0, 0, 0, .8);
}

@media (min-width: 992px) {
  .online-wrap .btn {
    display: none;
  }
}

.online-wrap .btn:before {
  font-family: 'iconfont' !important;
  font-size: 18px;

  display: inline-block;

  content: '\e6d2';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;

  color: #fff;
}

.online-wrap .btn.active:before {
  -webkit-transform: rotateZ(225deg);
  -ms-transform: rotate(225deg);
  transform: rotateZ(225deg);
}

.online-wrap .code-pic {
  position: fixed;
  z-index: 101;
  right: 45px;
  bottom: 180px;

  display: none;

  max-width: 120px;
}

.online-wrap .code-pic .pic-box {
  padding: 5px;

  background-color: #fff;
}

.online-wrap .code-pic img {
  display: block;

  max-width: 100%;
}

.online-wrap .online {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 0;

  -webkit-transition: right .3s;
  transition: right .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .online-wrap .online {
    right: -60px;
    bottom: 90px;
  }

  .online-wrap .online.active {
    right: 0;
  }
}

.online-wrap .online a {
  line-height: 45px;

  position: relative;

  display: block;

  width: 45px;
  height: 45px;

  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;

  border: 1px solid #e1e1e1;
  background-color: #fff;
}

.online-wrap .online a:before {
  font-size: 22px;
  font-weight: normal;

  color: #898989;
}

.online-wrap .online a:active {
  text-decoration: none;
}

.online-wrap .online a:after {
  display: block;

  width: 30px;
  height: 1px;
  margin: 0 auto;

  content: '';

  opacity: .5;
  background-color: #fff;
}

@media (min-width: 992px) {
  .online-wrap .online a:hover {
    text-decoration: none;

    background-color: #3C65B7;
  }

  .online-wrap .online a:hover:before {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .online-wrap .online a {
    line-height: 50px;

    width: 40px;
    height: 50px;
  }

  .online-wrap .online a:before {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .online-wrap .online .icon-phone:hover .phone-num {
    right: 100%;
  }
}

.online-wrap .online .icon-phone .phone-num {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -300px;

  padding-right: 5px;

  -webkit-transition: right .3s;
  transition: right .3s;
  white-space: nowrap;
}

.online-wrap .online .icon-phone .phone-num p {
  margin: 0;
  padding: 0 10px;

  color: #fff;
  background-color: #040773;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}

.online-wrap .online .icon-qq:before {
  font-family: 'iconfont' !important;

  content: '\e62d';
}

.online-wrap .online .icon-weixin:before {
  font-family: 'iconfont' !important;

  content: '\e604';
}

.online-wrap .online .icon-message:before {
  font-family: 'iconfont' !important;

  content: '\e72e';
}

.online-wrap .online .icon-skype:before {
  font-family: 'iconfont' !important;

  content: '\e729';
}

.online-wrap .online .icon-line:before {
  font-family: 'iconfont' !important;

  content: '\e640';
}

.online-wrap .online .icon-messenger:before {
  font-family: 'iconfont' !important;

  content: '\e663';
}

.online-wrap .online .icon-whatsapp:before {
  font-family: 'iconfont' !important;

  content: '\e621';
}

.online-wrap .online .icon-phone:before {
  font-family: 'iconfont' !important;

  content: '\e61c';
}

.online-wrap .online .icon-arrow-top:before {
  font-family: 'iconfont' !important;
  font-size: 26px !important;

  display: inline-block;

  content: '\e9ba';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.online-wrap .online .icon-arrow-top:after {
  display: none !important;
}

.online-wrap .online .code:before {
  font-size: 24px;
}

@media (max-width: 767px) {
  .online-wrap .online .code:before {
    font-size: 22px;
  }
}

.online-wrap .online .code .mask {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 100%;

  display: none;

  width: 130px;
  height: 130px;
  padding-right: 5px;
}

.online-wrap .online .code .mask .mask-box {
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.online-wrap .online .code .mask img {
  display: block;

  width: 100%;
}

.online-wrap .online .code .mask p {
  font-size: 13px;
  line-height: 16px;

  margin: 5px 0 8px 0;

  color: #888;
}

.xs-online {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;

  display: none;

  width: 100%;

  background-color: #3C65B7;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
  .xs-online {
    display: block;
  }
}

.xs-online ul {
  overflow: hidden;

  text-align: center;

  color: #fff;
}

.xs-online ul li {
  float: left;

  width: 25%;

  border-left: 1px solid #466FC1;
}

.xs-online ul li > a {
  font-size: 10px;

  display: block;

  padding: 8px 0;
}

@media (max-width: 320px) {
  .xs-online ul li > a {
    font-size: 8px;
  }
}

.xs-online ul li > a:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;

  display: block;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xs-online ul li:first-child {
  border-left: none;
}

.xs-online ul li.tel > a:before {
  content: '\e61c';
}

.xs-online ul li.mail > a:before {
  font-weight: normal;

  content: '\e72e';
}

.xs-online ul li.home > a:before {
  font-weight: normal;

  content: '\e6c8';
}

.xs-online ul li.address > a:before {
  font-weight: normal;

  content: '\e608';
}

.xs-online ul li.top > a:before {
  font-weight: normal;

  content: '\e679';
}

.banner {
  font-size: 0;

  position: relative;

  overflow: hidden;

  width: 100%;
  padding-top: 90px;
}

@media (max-width: 1199px) {
  .banner {
    padding-top: 58px;
  }
}

.banner .slick-dots {
  position: absolute;
  bottom: 40px;

  width: 100%;

  text-align: center;
}

@media (max-width: 1199px) {
  .banner .slick-dots {
    bottom: 10px;
  }
}

.banner .slick-dots li {
  display: inline-block;

  width: 12px;
  height: 12px;
  margin: 0 5px;

  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;

  border: 1px solid #fff;
  border-radius: 50%;
}

.banner .slick-dots li.slick-active {
  border-color: #fff;
  background-color: #fff;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-slide {
  overflow: hidden;
}

.banner img {
  display: block;

  width: 100%;
}

@media (max-width: 991px) {
  .banner-in .slickbanner {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}

@media (max-width: 767px) {
  .banner-in .slickbanner {
    width: 180%;
    max-width: 180%;
    margin-left: -20%;
  }
}

.box {
  overflow: hidden;

  padding: 80px 0;
}

@media (max-width: 991px) {
  .box {
    padding: 60px 0;
  }
}

.title {
  text-align: center;
}

.title b {
  font-size: 36px;
  line-height: 1;

  display: block;
}

@media (max-width: 991px) {
  .title b {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .title b {
    font-size: 22px;
  }
}

.title p {
  font-size: 16px;
  line-height: 1.625;

  max-width: 740px;
  margin: 0 auto;
  margin-top: 14px;

  color: rgba(136, 136, 136, .71);
}

@media (max-width: 991px) {
  .title p {
    font-size: 14px;
  }
}

.indexcontent {
  position: relative;
  z-index: 2;
}

.box-hot-product .item {
  display: block;

  margin-top: 30px;
}

.box-hot-product .item .pic {
  position: relative;
  border-bottom: 5px solid #3C65B7;
  border-radius: 20px;
}

.box-hot-product .item .pic:after {
  position: absolute;
  bottom: -12px;
  left: 20%;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border-width: 8px 4px 0 4px;
  border-style: solid;
  border-color: #00A64A transparent transparent transparent;
}

.box-hot-product .item .pic .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box-hot-product .item p {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;

  display: -webkit-box;
  overflow: hidden;

  height: 30px;
  margin: 20px 0 0 0;

  -webkit-transition: all .2s;
  transition: all .2s;
  text-align: center;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
  .box-hot-product .item p {
    font-size: 14px;
  }
}

.box-hot-product .item:hover .pic .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.box-hot-product .item:hover p {
  color: #1d2088;
}

.box-categories {
  overflow: hidden;

  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .box-categories {
    padding-bottom: 50px;
  }
}

.box-categories .categories {
  font-size: 0;
}

.box-categories .categories .itembox {
  display: inline-block;
  float: none;

  vertical-align: top;
}

.box-categories .categories .item-1,
.box-categories .categories .item-2 {
  font-size: 14px;

  margin-top: 24px;
}

.box-categories .categories .item-1 .title-categories b {
  font-size: 36px;
  line-height: 1;

  display: block;
}

@media (max-width: 991px) {
  .box-categories .categories .item-1 .title-categories b {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .box-categories .categories .item-1 .title-categories b {
    font-size: 24px;
  }
}

.box-categories .categories .item-1 .text {
  max-width: 380px;
  margin-top: 20px;
}

.box-categories .categories .item-1 .text p {
  line-height: 1.71428571;

  margin: 0;

  color: #888;
}

.box-categories .categories .item-1 a.more {
  line-height: 30px;

  display: block;

  margin-top: 16px;

  color: #1d2088;
}

.box-categories .categories .item-1 a.more:after {
  font-family: 'iconfont' !important;
  font-size: 12px;

  margin-left: 4px;

  content: '\e827';
}

.box-categories .categories .item-1 a.more:hover {
  color: #00A64A;
}

.box-categories .categories .item-2 {
  position: relative;

  display: block;
}

.box-categories .categories .item-2 .pic {
  max-width: 83%;
  padding-right: 60px;
  background-color: rgb( 60 ,101, 183, 0.2 );
  border: 4px solid #3C65B7;
  border-radius: 0 30px 0 0;
}

@media (max-width: 1350px) {
  .box-categories .categories .item-2 .pic {
    max-width: 90%;
  }
}

.box-categories .categories .item-2 .pic .img-box {
  padding-bottom: 63.33333333%;
}

.box-categories .categories .item-2 .pic .img-box img {
  -webkit-transition: all .6s;
  transition: all .6s;
}

.box-categories .categories .item-2 .pic .mask {
  position: absolute;
  top: 20%;
  right: 100px;

  width: 36%;

  -webkit-transition: all .6s;
  transition: all .6s;
}

.box-categories .categories .item-2 .pic .mask b {
  font-size: 23px;
  line-height: 1;
  text-align: right;
  display: block;
}

@media (max-width: 1470px) {
  .box-categories .categories .item-2 .pic .mask b {
    font-size: 22px;
  }
}

@media (max-width: 1350px) {
  .box-categories .categories .item-2 .pic .mask b {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .box-categories .categories .item-2 .pic .mask b {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .box-categories .categories .item-2 .pic .mask b {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .box-categories .categories .item-2 .pic .mask b {
    font-size: 16px;
  }
}

.box-categories .categories .item-2 .pic .mask b:before {
  font-family: 'iconfont' !important;
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;

  display: block;

  margin-bottom: 14px;

  content: '\e64a';

  color: #1d2088;
}

@media (max-width: 1199px) {
  .box-categories .categories .item-2 .pic .mask b:before {
    font-size: 30px;
    line-height: 30px;
  }
}

.box-categories .categories .item-2.item-shoutidai .mask b:before {
  content: '\e649';
}

.box-categories .categories .item-2.item-caihe .mask b:before {
  content: '\e68f';
}

.box-categories .categories .item-2.item-walenghe .mask b:before {
  content: '\e680';
}

.box-categories .categories .item-2.item-qita .mask b:before {
  font-size: 40px;

  content: '\e632';
}

@media (max-width: 1199px) {
  .box-categories .categories .item-2.item-qita .mask b:before {
    font-size: 26px;
  }
}

.box-categories .categories .item-2 span.more {
  line-height: 30px;

  display: inline-block;
  display: -webkit-box;
  overflow: hidden;

  height: 30px;
  margin-top: 10px;
  padding: 0 20px;

  color: #888;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.box-categories .categories .item-2 span.more:after {
  font-family: 'iconfont' !important;

  margin-left: 4px;

  content: '\e72f';
}

.box-categories .categories .item-2:hover .pic .img-box img {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.box-categories .categories .item-2:hover .pic .mask {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.box-categories .categories .item-2:hover span.more {
  color: #00A64A;
}

.box-number {
  background: url(../img/number_bg.jpg) no-repeat center fixed;
  background-size: cover;
}

@media (max-width: 1199px) {
  .box-number {
    background: url(../img/number_bg.jpg) no-repeat center;
    background-size: cover;
  }
}

.box-number .number {
  font-size: 0;
}

.box-number .number .itembox {
  display: inline-block;
  float: none;

  vertical-align: top;
}

.box-number .number .item {
  font-size: 14px;

  margin: 10px 0;

  text-align: center;

  color: #fff;
}

.box-number .number .item:before {
  font-family: 'iconfont' !important;
  font-size: 40px;
  line-height: 40px;

  content: '\e763';

  color: #FFF;
}

.box-number .number .item-tuandui:before {
  content: '\e7c0';
}

.box-number .number .item-chanpin:before {
  font-size: 30px;

  content: '\e62a';
}

.box-number .number .item-shebei:before {
  content: '\e63b';
}

.box-number .number .item b {
  font-family: 'Helvetica Neue', Arial;
  font-size: 60px;
  font-weight: normal;
  font-weight: 900;
  line-height: 1;

  display: block;

  margin-top: 18px;
}

@media (max-width: 991px) {
  .box-number .number .item b {
    font-size: 40px;
  }
}

.box-number .number .item p {
  line-height: 1.71428571;

  max-width: 220px;
  margin: 0 auto;
  margin-top: 10px;
}

.box-about .about .pic img {
  max-width: 100%;
}

.box-about .about .title-about {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .box-about .about .title-about {
    margin-top: 30px;
  }
}

.box-about .about .title-about span {
  font-size: 18px;

  display: block;

  color: #00A64A;
}

.box-about .about .title-about span:before {
  display: inline-block;

  width: 30px;
  height: 4px;
  margin-right: 10px;

  content: '';
  vertical-align: middle;

  background-color: #00A64A;
}

.box-about .about .title-about b {
  font-size: 36px;
  line-height: 1;

  display: block;

  margin-top: 10px;
}

@media (max-width: 1350px) {
  .box-about .about .title-about b {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .box-about .about .title-about b {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .box-about .about .title-about b {
    font-size: 20px;
  }
}

.box-about .about .text {
  margin-top: 20px;
}

.box-about .about .text p {
  font-size: 14px;
  line-height: 2.14285714;
  text-align: justify;
  margin: 0;

  color: #888;
}

@media (max-width: 767px) {
  .box-about .about .text p {
    font-size: 14px;
  }
}

.box-about .about .text b {
  color: #666;
}

.box-about .about a.more {
  line-height: 44px;

  display: inline-block;

  margin-top: 70px;
  padding: 0 50px;

  -webkit-transition: all .2s;
  transition: all .2s;

  color: #fff;
  border-radius: 30px;
  background-color: #3C65B7;
}

@media (max-width: 1350px) {
  .box-about .about a.more {
    margin-top: 20px;
  }
}

.box-about .about a.more:after {
  font-family: 'iconfont' !important;

  margin-left: 10px;

  content: '\e64b';
}

.box-about .about a.more:hover {
  background-color: #3C65B7;
}

.box-about .about .video {
  position: relative;

  display: inline-block;
  float: right;
  overflow: hidden;

  margin-top: 56px;
}

@media (max-width: 1350px) {
  .box-about .about .video {
    margin-top: 26px;
  }
}

.box-about .about .video .iframe {
  display: none;

  width: 100% !important;
  height: 100% !important;
}

.box-about .about .video .play {
  font-size: 14px;
  line-height: 26px;

  display: inline-block;

  -webkit-transition: all .4s;
  transition: all .4s;

  color: #666;
}

.box-about .about .video .play:before {
  display: inline-block;
  float: left;

  width: 26px;
  height: 26px;
  margin-right: 10px;

  content: '';

  background: url(../img/shipin.png) no-repeat;
  background-size: cover;
}

.box-about .about .video a:hover {
  text-decoration: none;

  color: #1d2088;
}

.box-about .partner {
  margin-top: 50px;
  padding: 5px 0;

  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.box-about .partner .slick-partner {
  padding: 20px 0;

  border-top: 3px solid #dbdbdb;
  border-bottom: 3px solid #dbdbdb;
}

.box-about .partner .slick-partner .slick-slide {
  padding: 15px;
}

.box-about .partner .slick-partner .item {
  overflow: hidden;

  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.box-about .partner .slick-partner .item .img-box {
  padding-bottom: 63.15789474%;
}

.box-why {
  background: url(../img/why_bg.jpg) no-repeat center fixed;
  background-size: cover;
}

@media (max-width: 1199px) {
  .box-why {
    background: url(../img/why_bg.jpg) no-repeat center;
    background-size: cover;
  }
}

.box-why .title b {
  color: #fff;
}

.box-why .title p {
  color: rgba(255, 255, 255, .82);
}

.box-why .why {
  margin-top: 30px;
}

.box-why .why .item {
  position: relative;

  margin-top: 30px;
  padding-left: 120px;

  color: #fff;
}

@media (max-width: 1350px) {
  .box-why .why .item {
    padding-left: 100px;
  }
}

.box-why .why .item:before {
  font-family: 'iconfont' !important;
  font-size: 34px;
  font-weight: bold;
  line-height: 89px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 89px;
  height: 89px;

  content: '\e6aa';
  text-align: center;

  color: #1d2088;
  background: url(../img/why-icon.png) no-repeat;
}

.box-why .why .item-zhiliang:before {
  content: '\e640';

  color: #e60012;
}

.box-why .why .item-kefu:before {
  content: '\e647';
}

.box-why .why .item-zhanhui:before {
  content: '\e625';

  color: #e60012;
}

.box-why .why .item b {
  font-size: 18px;
  line-height: 40px;

  display: block;

  margin-bottom: 4px;
}

.box-why .why .item p {
  line-height: 30px;

  margin: 0;
}

/*.box-why .why .item p:before {*/
  /*margin-right: 8px;*/

  /*content: '>';*/
/*}*/

.box-news .news .item {
  margin-top: 30px;
}

.box-news .news .item .pic {
  position: relative;
  z-index: 2;

  overflow: hidden;

  border-radius: 0 30px 0 0;
}

.box-news .news .item .pic .img-box {
  padding-bottom: 64.44444444%;
}

.box-news .news .item .pic .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.box-news .news .item .pic span.date {
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #fff;
  background-color: #3C65B7;
  border-radius: 0 20px 20px 0;
}

.box-news .news .item .note {
  padding: 20px 30px;

  border: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
  .box-news .news .item .note {
    padding: 20px 14px;
  }
}

.box-news .news .item .note b {
  font-size: 16px;
  line-height: 30px;

  display: -webkit-box;
  overflow: hidden;

  height: 30px;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.box-news .news .item .note p {
  line-height: 1.71428571;

  display: -webkit-box;
  overflow: hidden;

  height: 48px;
  margin: 10px 0 0 0;

  color: #888;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.box-news .news .item .note a.more {
  line-height: 30px;

  display: inline-block;

  margin-top: 10px;

  color: #888;
}

.box-news .news .item .note a.more:after {
  font-family: 'iconfont' !important;
  font-size: 18px;

  float: right;

  margin-left: 10px;

  content: '\e64b';
}

.box-news .news .item:hover .pic .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.box-news .news .item:hover .pic span.date {
  background-color: #00A64A;
}

.box-news .news .item:hover .note b {
  color: #00A64A;
}

.box-news .news .item:hover .note a.more {
  color: #00A64A;
}

.footer {
  position: relative;

  padding: 48px 0;

  color: #fff;
  background-color: #3C65B7;
}

@media (max-width: 991px) {
  .footer .foot-nav {
    display: none;
  }
}

.footer .foot-nav img {
  display: inline-block;

  max-width: 167px;
}

.footer .foot-nav ul {
  display: inline-block;

  margin-top: 20px;
  padding-left: 5%;
}

@media (max-width: 1350px) {
  .footer .foot-nav ul {
    padding-left: 2%;
  }
}

.footer .foot-nav ul li {
  display: inline-block;

  color: #30adff;
}

.footer .foot-nav ul li:after {
  content: '|';
}

.footer .foot-nav ul li:last-child:after {
  display: none;
}

.footer .foot-nav ul li a {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;

  padding: 0 26px;
}

@media (max-width: 1350px) {
  .footer .foot-nav ul li a {
    padding: 0 16px;
  }
}

.footer .foot-nav ul li a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .footer .foot-text {
    display: none;
  }
}

.footer .foot-text p {
  line-height: 1.71428571;

  position: relative;

  display: inline-block;

  max-width: 260px;
  margin-top: 30px;
  margin-right: 6%;
  padding-top: 10px;
  padding-left: 80px;

  vertical-align: top;
}

@media (max-width: 1350px) {
  .footer .foot-text p {
    margin-right: 3%;
  }
}

.footer .foot-text p:before {
  font-family: 'iconfont' !important;
  font-size: 24px;
  line-height: 66px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 66px;
  height: 66px;

  content: '\e734';
  text-align: center;

  color: rgba(255, 255, 255, .54);
  border: 1px solid rgba(255, 255, 255, .54);
  border-radius: 50%;
}

.footer .foot-text p.phone {
  padding-top: 20px;
}

.footer .foot-text p.phone:before {
  font-size: 20px;

  content: '\e62c';
}

.footer .foot-text p.tel {
  padding-top: 20px;
}

.footer .foot-text p.tel:before {
  font-size: 20px;

  content: '\e729';
}

.footer .foot-text p a:hover {
  text-decoration: underline;
}

.footer .copyright {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .footer .copyright {
    margin: 30px;

    text-align: center;
  }
}

.footer .copyright p {
  line-height: 30px;

  margin: 0;
}

.footer .copyright p a {
  margin-left: 30px;
}

@media (max-width: 991px) {
  .footer .copyright p a {
    display: block;

    margin-left: 0;
  }
}

.footer .foot-message p {
  line-height: 30px;

  margin: 16px 0 0 0;
}

.footer .foot-message form ul {
  overflow: hidden;

  margin: 0 -10px;
}

.footer .foot-message form ul li {
  display: block;
  float: left;

  width: 100%;
  padding: 0 10px;
}

.footer .foot-message form ul li:nth-child(1),
.footer .foot-message form ul li:nth-child(2) {
  width: 50%;
}

.footer .foot-message form input,
.footer .foot-message form textarea {
  line-height: 30px;
  width: 100%;
  margin-top: 20px;
  padding: 10px;

  border-bottom: 1px solid #FFFFFF;
  background: none;
}

.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder {
  color: #30adff;
}

.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder {
  color: #30adff;
}

.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder {
  color: #30adff;
}

.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder {
  color: #30adff;
}

.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder {
  color: #c5c5c5;
}

.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder {
  color: #c5c5c5;
}

.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder {
  color: #c5c5c5;
}

.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder {
  color: #c5c5c5;
}

.footer .foot-message form .submit {
  line-height: 40px;

  margin-top: 20px;
  padding: 0 22px;

  -webkit-transition: all .2s;
  transition: all .2s;

  border-radius: 30px;
  background-color: #30adff;
}

.footer .foot-message form .submit:after {
  font-family: 'iconfont' !important;

  margin-left: 10px;

  content: '\e633';
}

.footer .foot-message form .submit:hover {
  color: #fff;
  background-color: #00A64A;
}

.wrapper {
  overflow: hidden;
}

.wrap {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .wrap {
    padding: 60px 0;
  }
}

.wrap .text-top {
  margin-top: 30px;
}

.wrap .text-top p {
  line-height: 2.14285714;

  margin: 0;

  color: #666;
}

@media (max-width: 991px) {
  .wrap .text-top p {
    line-height: 1.57142857;
  }
}

.wrap .text-top img {
  max-width: 100%;
  height: auto !important;
}

.title-in {
  position: relative;

  margin: 40px 0;

  text-align: center;
}

.title-in h3 {
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', sans-serif;
  font-size: 124px;
  font-weight: bold;
  line-height: 1;

  position: absolute;
  bottom: -30px;

  width: 100%;
  margin: 0;

  text-transform: uppercase;

  color: rgba(153, 153, 153, .1);
}

@media (max-width: 991px) {
  .title-in h3 {
    font-size: 50px;

    bottom: 0;
  }
}

.title-in b {
  font-size: 30px;
  line-height: 1;

  display: block;

  margin: 10px 0 0 0;
}

.title-in b span {
  color: #1d2088;
}

.product-nav {
  position: relative;
  z-index: 2;

  margin-top: 60px;
}

@media (max-width: 991px) {
  .product-nav {
    margin-top: 30px;
  }
}

.product-nav > ul {
  margin: 0 -5px;

  text-align: center;
}

.product-nav > ul > li {
  display: inline-block;

  padding: 5px;
}

.product-nav > ul > li a {
  line-height: 30px;

  display: inline-block;

  padding: 10px 56px;

  -webkit-transition: all .2s;
  transition: all .2s;

  border: 1px solid #dadada;
  border-radius: 30px;
}

@media (max-width: 991px) {
  .product-nav > ul > li a {
    padding: 10px 30px;
  }
}

.product-nav > ul > li.active a,
.product-nav > ul > li:hover a {
  color: #fff;
  border-color: #1d2088;
  background-color: #1d2088;
}

.sidenav-box .title-sidenav {
  overflow: hidden;
}

.sidenav-box .title-sidenav b {
  font-size: 36px;
  line-height: 1;

  display: block;

  text-transform: uppercase;
}

@media (max-width: 991px) {
  .sidenav-box .title-sidenav b {
    font-size: 24px;
  }
}

.sidenav-box .title-sidenav p {
  font-size: 24px;
  line-height: 1;

  display: inline-block;

  margin: 10px 0 0 0;
  padding-left: 20%;

  color: #d3d3d3;
}

@media (max-width: 1199px) {
  .sidenav-box .title-sidenav p {
    font-size: 20px;
  }
}

.sidenav-box .sidenav {
  margin-top: 16px;
}

.sidenav-box .sidenav > ul > li {
  margin-top: -1px;

  border: 1px solid #dadada;
}

.sidenav-box .sidenav > ul > li > a {
  line-height: 30px;

  position: relative;

  display: block;
  display: -webkit-box;
  overflow: hidden;

  padding: 15px 40px 15px 40px;

  -webkit-transition: all .4s;
  transition: all .4s;

  background-color: #f4f4f4;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
  .sidenav-box .sidenav > ul > li > a {
    padding: 10px 80px 10px 15px;
  }
}

.sidenav-box .sidenav > ul > li > a:after {
  font-weight: bold;
  line-height: 60px;

  position: absolute;
  top: 0;
  right: 0;

  display: block;

  width: 60px;
  height: 60px;

  content: '+';
  text-align: center;

  color: #fff;
  background-color: #3C65B7;
}

@media (max-width: 991px) {
  .sidenav-box .sidenav > ul > li > a:after {
    line-height: 50px;

    width: 50px;
    height: 50px;
  }
}

.sidenav-box .sidenav > ul > li.active,
.sidenav-box .sidenav > ul > li:hover {
  border-color: #fff;
}

.sidenav-box .sidenav > ul > li.active > a,
.sidenav-box .sidenav > ul > li:hover > a {
  overflow: hidden;

  color: #fff;
  border-radius: 30px;
  background-color: #3C65B7;
}

.sidenav-box .sidenav > ul > li.active > a:after,
.sidenav-box .sidenav > ul > li:hover > a:after {
  top: 50%;

  width: 26px;
  height: 3px;

  content: '';

  background-color: #fff;
}

.sidenav-box .sidenav > ul > li:nth-child(2n) > a:after {
  background-color: #00A64A;
}

.sidenav-box .sidenav > ul > li:nth-child(2n).active,
.sidenav-box .sidenav > ul > li:nth-child(2n):hover {
  border-color: #fff;
}

.sidenav-box .sidenav > ul > li:nth-child(2n).active > a,
.sidenav-box .sidenav > ul > li:nth-child(2n):hover > a {
  background-color: #00A64A;
}

.sidenav-box .sidenav > ul > li:nth-child(2n).active > a:after,
.sidenav-box .sidenav > ul > li:nth-child(2n):hover > a:after {
  background-color: #fff;
}

.sidenav-box .sidenav > ul > li ul.sidelevel-2 {
  padding: 20px 0;
}

@media (max-width: 991px) {
  .sidenav-box .sidenav > ul > li ul.sidelevel-2 {
    padding: 10px 0;
  }
}

.sidenav-box .sidenav > ul > li ul.sidelevel-2 > li a {
  line-height: 30px;

  position: relative;

  display: block;

  padding: 10px 40px;

  color: #888;
}

@media (max-width: 991px) {
  .sidenav-box .sidenav > ul > li ul.sidelevel-2 > li a {
    padding: 4px 15px;
  }
}

.sidenav-box .sidenav > ul > li ul.sidelevel-2 > li a:after {
  position: absolute;
  top: 22px;
  right: 20px;

  display: block;

  width: 0;
  height: 0;

  content: '';

  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #888;
}

@media (max-width: 991px) {
  .sidenav-box .sidenav > ul > li ul.sidelevel-2 > li a:after {
    right: 10px;
  }
}

.sidenav-box .sidenav > ul > li ul.sidelevel-2 > li.active a,
.sidenav-box .sidenav > ul > li ul.sidelevel-2 > li:hover a {
  color: #1d2088;
}

.sidenav-box .sidenav > ul > li ul.sidelevel-2 > li.active a:after,
.sidenav-box .sidenav > ul > li ul.sidelevel-2 > li:hover a:after {
  border-color: transparent transparent transparent #1d2088;
}

.wrap-about .about {
  font-size: 0;
}

.wrap-about .about .about-left,
.wrap-about .about .about-right {
  display: inline-block;

  vertical-align: middle;
}

.wrap-about .about .about-left {
  width: 62%;
  padding-left: 30px;

  border-bottom: 6px solid #333;
}

@media (max-width: 1350px) {
  .wrap-about .about .about-left {
    width: 58%;
  }
}

@media (max-width: 991px) {
  .wrap-about .about .about-left {
    width: 100%;
    padding-left: 0;
  }
}

.wrap-about .about .about-left .text {
  position: relative;

  padding: 40px;

  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media (max-width: 1350px) {
  .wrap-about .about .about-left .text {
    padding: 30px 15px;
  }
}

.wrap-about .about .about-left .text:after {
  position: absolute;
  bottom: 6px;
  left: 0;

  display: block;

  width: 100%;
  height: 1px;

  content: '';

  background-color: #888;
}

.wrap-about .about .about-left .text .title-about {
  position: relative;
}

.wrap-about .about .about-left .text .title-about:before {
  position: absolute;
  left: 0;

  display: block;

  width: 64px;
  height: 46px;

  content: '';

  background: url(../img/about-icon.jpg) no-repeat;
}

.wrap-about .about .about-left .text .title-about b {
  font-size: 24px;
  line-height: 46px;

  position: relative;
  z-index: 2;

  display: block;

  padding-left: 30px;

  color: #3C65B7;
}

@media (max-width: 991px) {
  .wrap-about .about .about-left .text .title-about b {
    font-size: 20px;
  }
}

.wrap-about .about .about-left .note {
  margin-top: 24px;
}

.wrap-about .about .about-left .note p {
  font-size: 14px;
  line-height: 2.14285714;

  margin: 0;

  color: #888;
}

@media (max-width: 1350px) {
  .wrap-about .about .about-left .note p {
    line-height: 24px;
  }
}

.wrap-about .about .about-left .note img {
  max-width: 100%;
}

.wrap-about .about .about-right {
  width: 38%;
}

@media (max-width: 1350px) {
  .wrap-about .about .about-right {
    width: 42%;
  }
}

@media (max-width: 991px) {
  .wrap-about .about .about-right {
    width: 100%;
  }
}

.wrap-about .about .about-right img {
  max-width: 100%;
}

.wrap-about .honor {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding-left: 360px;
}

@media (max-width: 1350px) {
  .wrap-about .honor {
    padding-left: 300px;
  }
}

@media (max-width: 1199px) {
  .wrap-about .honor {
    padding: 0;
  }
}

.wrap-about .honor .title-honor {
  position: absolute;
  top: 0;
  left: 0;

  float: left;

  width: 310px;
}

@media (max-width: 1350px) {
  .wrap-about .honor .title-honor {
    width: 260px;
  }
}

@media (max-width: 1199px) {
  .wrap-about .honor .title-honor {
    position: relative;

    float: none;

    width: auto;
  }
}

.wrap-about .honor .title-honor img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .wrap-about .honor .title-honor img {
    display: none;
  }
}

.wrap-about .honor .title-honor b {
  font-size: 24px;
  line-height: 1;

  position: absolute;
  top: 25%;

  display: block;

  width: 100%;

  text-align: center;

  color: #fff;
}

@media (max-width: 1199px) {
  .wrap-about .honor .title-honor b {
    position: relative;
    top: auto;

    color: #333;
  }
}

.wrap-about .honor .slick-honor {
  position: relative;

  margin: 0 -20px;
}

@media (max-width: 1199px) {
  .wrap-about .honor .slick-honor {
    margin: 0 -10px;
    margin-top: 30px;
  }
}

.wrap-about .honor .slick-honor .slick-slide {
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .wrap-about .honor .slick-honor .slick-slide {
    padding: 0 10px;
    padding-bottom: 50px;
  }
}

.wrap-about .honor .slick-honor .item {
  text-align: center;
}

.wrap-about .honor .slick-honor .item .img-box {
  padding-bottom: 128.125%;
}

.wrap-about .honor .slick-honor .item .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.wrap-about .honor .slick-honor .item p {
  font-size: 16px;
  line-height: 30px;

  display: -webkit-box;
  overflow: hidden;

  height: 30px;
  margin: 10px 0 0 0;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.wrap-about .honor .slick-honor .item:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.wrap-about .honor .slick-honor .slick-arrow {
  font-size: 16px;

  position: absolute;
  z-index: 2;
  bottom: 136px;
  left: -245px;

  width: 120px;
  height: 46px;
  padding: 0;

  cursor: pointer;
  text-align: center;

  color: #888;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  background: none;
}

@media (max-width: 1470px) {
  .wrap-about .honor .slick-honor .slick-arrow {
    bottom: 100px;
  }
}

@media (max-width: 1350px) {
  .wrap-about .honor .slick-honor .slick-arrow {
    left: -215px;
  }
}

@media (max-width: 1199px) {
  .wrap-about .honor .slick-honor .slick-arrow {
    font-size: 14px;
    line-height: 36px;

    bottom: 0;
    left: 10px;

    width: 80px;
    height: 36px;

    color: #999;
    border: 1px solid #dcdcdc;
  }
}

.wrap-about .honor .slick-honor .slick-arrow:before {
  content: 'Previous';
}

.wrap-about .honor .slick-honor .slick-arrow.slick-next {
  bottom: 76px;
}

@media (max-width: 1470px) {
  .wrap-about .honor .slick-honor .slick-arrow.slick-next {
    bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .wrap-about .honor .slick-honor .slick-arrow.slick-next {
    right: 10px;
    bottom: 0;
    left: auto;
  }
}

.wrap-about .honor .slick-honor .slick-arrow.slick-next:before {
  content: 'Next';
}

.wrap-about .honor .slick-honor .slick-arrow:hover {
  color: #e60012;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .wrap-about .honor .slick-honor .slick-arrow:hover {
    border-color: #e60012;
  }
}

.wrap-download .download {
  margin-top: -34px;
}

.wrap-download .download .itembox {
  padding-right: 90px;
}

@media (max-width: 767px) {
  .wrap-download .download .itembox {
    padding-right: 0;
  }
}

.wrap-download .download .item {
  font-size: 0;

  margin-top: 34px;
  padding: 2px 1px 0 1px;

  border-bottom: 2px solid #1d2088;
  border-radius: 0 30px 0 0;
  background-color: #eee;
}

.wrap-download .download .item .pic,
.wrap-download .download .item .note {
  display: inline-block;

  vertical-align: middle;
}

.wrap-download .download .item .pic {
  width: 40%;
}

@media (max-width: 1350px) {
  .wrap-download .download .item .pic {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .wrap-download .download .item .pic {
    width: 100%;
  }
}

.wrap-download .download .item .pic .img-box {
  padding-bottom: 75%;
}

.wrap-download .download .item .pic .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.wrap-download .download .item .note {
  font-size: 14px;

  width: 60%;
  padding: 0 24px;
}

@media (max-width: 1350px) {
  .wrap-download .download .item .note {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .wrap-download .download .item .note {
    width: 100%;
    padding: 30px 10px;
  }
}

.wrap-download .download .item .note b {
  font-size: 18px;
  line-height: 30px;

  display: -webkit-box;
  overflow: hidden;

  height: 30px;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
  .wrap-download .download .item .note b {
    font-size: 16px;
  }
}

.wrap-download .download .item .note span.date {
  line-height: 30px;

  display: block;

  margin-top: 10px;
}

.wrap-download .download .item .note span.date:before {
  font-family: 'iconfont' !important;
  font-size: 18px;

  float: left;

  margin-right: 10px;

  content: '\e618';
}

.wrap-download .download .item .note p {
  line-height: 30px;

  position: relative;

  margin-top: 20px;
}

@media (max-width: 767px) {
  .wrap-download .download .item .note p {
    margin-top: 10px;
  }
}

.wrap-download .download .item .note p:before {
  font-family: 'iconfont' !important;
  font-size: 20px;

  float: left;

  margin-right: 10px;

  content: '\e630';
}

.wrap-download .download .item .note p span {
  display: inline-block;

  margin-right: 10px;
}

.wrap-download .download .item .note p a.down {
  line-height: 50px;

  position: absolute;
  right: -70px;

  height: 50px;
  padding: 0 20px;

  -webkit-transition: all .2s;
  transition: all .2s;

  color: #fff;
  background-color: #1d2088;
}

@media (max-width: 1350px) {
  .wrap-download .download .item .note p a.down {
    right: -120px;
  }
}

@media (max-width: 991px) {
  .wrap-download .download .item .note p a.down {
    right: -70px;
  }
}

@media (max-width: 767px) {
  .wrap-download .download .item .note p a.down {
    line-height: 40px;

    position: relative;
    right: auto;

    display: block;

    max-width: 160px;
    height: 40px;
    margin-top: 10px;
  }
}

.wrap-download .download .item .note p a.down:before {
  font-family: 'iconfont' !important;
  font-size: 18px;

  margin-right: 14px;

  content: '\e6a2';
}

.wrap-download .download .item:hover .pic .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.wrap-download .download .item:hover .note b {
  color: #1d2088;
}

.wrap-download .download .item:hover .note p a.down {
  background-color: #e60012;
}

.wrap-video .row {
  margin-top: -30px;
}

.wrap-video .video {
  position: relative;

  overflow: hidden;

  padding-left: 26px;
}

@media (max-width: 991px) {
  .wrap-video .video {
    padding: 0;
  }
}

.wrap-video .video .img-box {
  z-index: 0;

  overflow: hidden;

  padding-bottom: 66.66666667%;

  border-radius: 0 50px 0 0;
  background-color: #000;
}

.wrap-video .video .img-box img {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;

  opacity: .8;
}

.wrap-video .video .video-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  overflow: hidden;

  width: 100%;
  height: 100%;

  text-align: center;
}

.wrap-video .video .iframe {
  display: none;

  width: 100% !important;
  height: 100% !important;
}

.wrap-video .video .play {
  position: absolute;
  top: 50%;
  left: 0;

  display: inline-block;

  width: 100%;
  margin-bottom: 100%;

  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  color: #fff;
}

.wrap-video .video .play:before {
  font-family: 'iconfont';
  font-size: 50px;
  font-weight: normal;

  display: block;

  content: '\e65c';
}

.wrap-video .item {
  position: relative;

  margin-top: 30px;
}

.wrap-video .item p {
  font-size: 14px;
  line-height: 50px;

  position: absolute;
  bottom: 20px;
  left: 0;

  display: -webkit-box;
  display: inline-block;
  overflow: hidden;

  height: 50px;
  margin: 0;
  padding: 0 46px;

  -webkit-transition: all .2s;
  transition: all .2s;
  text-align: center;

  color: #fff;
  background-color: #1d2088;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
  .wrap-video .item p {
    font-size: 16px;

    position: relative;
    bottom: 0;

    width: 100%;

    color: #666;
    background-color: #fff;
  }
}

.wrap-video .item:hover .video .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);

  opacity: .9;
}

.wrap-video .item:hover p {
  border-radius: 30px;
  background-color: #e60012;
}

.wrap-product .product {
  margin-top: -40px;
}

@media (max-width: 991px) {
  .wrap-product .product {
    margin-top: 0;
  }
}

.wrap-product .product .item {
  position: relative;

  overflow: hidden;

  margin-top: 40px;
}

.wrap-product .product .item .pic,
.wrap-product .product .item .text {
  float: left;

  width: 50%;
}

.wrap-product .product .item .pic {
  -webkit-transition: all .2s;
  transition: all .2s;

  /*border-bottom: 5px solid #3C65B7;*/
}

.wrap-product .product .item .pic .img-box {
  padding-bottom: 100%;
}

.wrap-product .product .item .pic .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.wrap-product .product .item .text {
  padding-top: 20px;
}

@media (max-width: 1350px) {
  .wrap-product .product .item .text {
    padding-top: 0;
  }
}

.wrap-product .product .item .text b {
  font-size: 18px;
  line-height: 30px;

  display: -webkit-box;
  overflow: hidden;

  height: 30px;
  padding-left: 30px;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
  .wrap-product .product .item .text b {
    font-size: 16px;

    padding-left: 14px;
  }
}

.wrap-product .product .item .text p {
  line-height: 1.85714286;

  display: -webkit-box;
  overflow: hidden;

  height: 104px;
  margin: 10px 0 0 0;
  padding-left: 30px;

  color: #888;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media (max-width: 991px) {
  .wrap-product .product .item .text p {
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    padding-left: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.wrap-product .product .item .text .bottom {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 50%;
}

.wrap-product .product .item .text .num {
  text-align: right;
}

.wrap-product .product .item .text .num span {
  font-family: Arial;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;

  display: block;

  margin-right: 10px;
  margin-bottom: -4px;

  text-align: right;

  color: #00A64A;
}

@media (max-width: 991px) {
  .wrap-product .product .item .text .num span {
    font-size: 30px;
  }
}

.wrap-product .product .item .text a.more {
  line-height: 30px;

  display: block;

  width: 100%;

  -webkit-transition: all .2s;
  transition: all .2s;
  text-align: center;

  color: #fff;
  border-radius: 0 30px 30px 0;
  background-color: #3C65B7;
}

.wrap-product .product .item .text a.more:after {
  font-family: 'iconfont' !important;

  margin-left: 10px;

  content: '\e64b';
}

.wrap-product .product .item:hover .pic {
  border-bottom-color: #00A64A;
}

.wrap-product .product .item:hover .pic .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.wrap-product .product .item:hover .text b {
  color: #00A64A;
}

.wrap-product .product .item:hover .text a.more {
  background-color: #00A64A;
}

.wrap-product-show {
  overflow: hidden;
}

.wrap-product-show .carousel-wrap {
  font-size: 0;

  position: relative;

  overflow: hidden;

  padding: 40px 5%;

  background-color: #f7f7f7;
}

.wrap-product-show .carousel-wrap .info-box {
  font-size: 14px;

  display: inline-block;

  width: 34%;

  vertical-align: top;
}

@media (max-width: 1199px) {
  .wrap-product-show .carousel-wrap .info-box {
    width: 100%;
  }
}

.wrap-product-show .carousel-wrap .info-box .title-product {
  position: relative;
}

.wrap-product-show .carousel-wrap .info-box .title-product:before {
  position: absolute;
  bottom: -10px;
  left: -10px;

  display: block;

  width: 20px;
  height: 20px;

  content: '';

  border-radius: 50%;
  background-color: #00A64A;
}

.wrap-product-show .carousel-wrap .info-box .title-product h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;

  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .wrap-product-show .carousel-wrap .info-box .title-product h1 {
    font-size: 24px;
  }
}

.wrap-product-show .carousel-wrap .info-box .text {
  margin-top: 30px;
}

.wrap-product-show .carousel-wrap .info-box .text p {
  line-height: 30px;

  margin: 0;

  color: #888;
}

.wrap-product-show .carousel-wrap .info-box .text p b {
  color: #333;
}

.wrap-product-show .carousel-wrap .info-box a.btn-inquiry {
  position: absolute;
  bottom: 40px;
  left: 5%;
}

@media (max-width: 1199px) {
  .wrap-product-show .carousel-wrap .info-box a.btn-inquiry {
    position: relative;
    bottom: auto;
    left: auto;

    display: inline-block;

    margin-top: 30px;
  }
}

.wrap-product-show .carousel-wrap .info-box a.btn-inquiry:before {
  font-family: 'iconfont' !important;
  font-size: 22px;

  margin-right: 10px;

  content: '\e62f';

  color: #00A64A;
}

.wrap-product-show .carousel-wrap .info-box a.btn-inquiry span {
  line-height: 44px;

  display: inline-block;

  height: 44px;
  padding: 0 26px;

  color: #fff;
  border-radius: 0 30px 30px 0;
  background-color: #1d2088;
}

.wrap-product-show .carousel-wrap .carousel {
  display: inline-block;

  width: 66%;

  vertical-align: top;
}

@media (max-width: 1199px) {
  .wrap-product-show .carousel-wrap .carousel {
    width: 100%;
  }
}

.wrap-product-show .carousel-wrap .carousel .img-box {
  padding-bottom: 100%;
}

.wrap-product-show .carousel-wrap .carousel .slick-product-show {
  position: relative;

  display: inline-block;

  width: 70%;

  vertical-align: bottom;
}

@media (max-width: 767px) {
  .wrap-product-show .carousel-wrap .carousel .slick-product-show {
    width: 100%;
  }
}

.wrap-product-show .carousel-wrap .carousel .slick-product-show .item {
  position: relative;
}

.wrap-product-show .carousel-wrap .carousel .btn-product {
  font-size: 14px;

  display: inline-block;

  width: 30%;

  vertical-align: bottom;
}

@media (max-width: 1199px) {
  .wrap-product-show .carousel-wrap .carousel .btn-product {
    width: 100%;
  }
}

.wrap-product-show .carousel-wrap .carousel .btn-product a {
  line-height: 40px;

  display: block;

  color: #888;
}

.wrap-product-show .carousel-wrap .carousel .btn-product a:before {
  font-family: 'iconfont' !important;
  font-size: 20px;

  display: inline-block;
  float: left;

  margin-right: 10px;

  content: '\e9b8';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wrap-product-show .carousel-wrap .carousel .btn-product a.next:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.wrap-product-show .carousel-wrap .carousel .btn-product a:hover {
  color: #00A64A;
}

.wrap-product-show .carousel-wrap .carousel .slick-arrow {
  font-size: 14px;

  position: absolute;
  z-index: 9;
  top: 50%;
  right: -100px;

  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;

  background: none;
}

@media (max-width: 991px) {
  .wrap-product-show .carousel-wrap .carousel .slick-arrow {
    position: relative;
  }
}

.wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
  font-family: 'iconfont' !important;
  font-size: 30px;
  line-height: 40px;

  display: block;

  content: '\e642';
}

.wrap-product-show .carousel-wrap .carousel .slick-arrow:after {
  content: 'Next product image';
}

.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-prev {
  display: none !important;
}

.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover {
  color: #00A64A;
}

.wrap-product-show .title-product-show b {
  font-size: 30px;
  line-height: 1;

  display: block;
}

@media (max-width: 1199px) {
  .wrap-product-show .title-product-show b {
    font-size: 24px;
  }
}

.wrap-product-show .title-product-show p {
  line-height: 1.71428571;

  margin: 10px 0 0 0;

  color: #888;
}

.wrap-product-show .parameter {
  margin-top: 50px;
}

.wrap-product-show .parameter .text {
  margin-top: 24px;
  padding: 30px;

  border: 1px solid #dbdbdb;
}

@media (max-width: 991px) {
  .wrap-product-show .parameter .text {
    padding: 30px 15px;
  }
}

.wrap-product-show .parameter .text p {
  line-height: 2.14285714;

  margin: 0;
}

.wrap-product-show .parameter .text img {
  max-width: 100%;
  height: auto !important;
}

.wrap-product-show .parameter .table-box {
  overflow: auto;

  width: 100%;
  max-width: 100%;
}

.wrap-product-show .parameter table {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;

  border-spacing: 0;
  border-collapse: collapse;

  text-align: center;
}

.wrap-product-show .parameter table tr,
.wrap-product-show .parameter table td {
  width: auto !important;
  height: auto !important;

  vertical-align: middle;
}

.wrap-product-show .parameter table td {
  padding: 8px !important;

  border: 1px solid #000 !important;
}

.wrap-product-show .parameter table tr p,
.wrap-product-show .parameter table tr span {
  margin: 0 !important;
  padding: 0 !important;

  background: none !important;
}

.wrap-product-show .title-inquiry b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;

  text-transform: uppercase;
}

.wrap-product-show .inquiry {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .wrap-product-show .inquiry {
    padding-top: 50px;
  }
}

.wrap-product-show .inquiry .message form {
  margin-top: 20px;
}

.wrap-product-show .inquiry .message span {
  line-height: 30px;

  display: block;
}

.wrap-product-show .inquiry .message input,
.wrap-product-show .inquiry .message textarea {
  font-size: 14px;
  line-height: 28px;

  width: 100%;
  min-height: 48px;
  margin-top: 12px;
  padding: 10px 20px;

  background-color: #ededed;
}

.wrap-product-show .inquiry .message input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea::-webkit-input-placeholder {
  color: #666;
}

.wrap-product-show .inquiry .message input:-o-placeholder,
.wrap-product-show .inquiry .message textarea:-o-placeholder {
  color: #666;
}

.wrap-product-show .inquiry .message input::-moz-placeholder,
.wrap-product-show .inquiry .message textarea::-moz-placeholder {
  color: #666;
}

.wrap-product-show .inquiry .message input:-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:-ms-input-placeholder {
  color: #666;
}

.wrap-product-show .inquiry .message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-webkit-input-placeholder {
  color: #c5c5c5;
}

.wrap-product-show .inquiry .message input:focus::-o-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-o-placeholder {
  color: #c5c5c5;
}

.wrap-product-show .inquiry .message input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-moz-placeholder {
  color: #c5c5c5;
}

.wrap-product-show .inquiry .message input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message textarea:focus::-ms-input-placeholder {
  color: #c5c5c5;
}

.wrap-product-show .inquiry .message .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .read textarea::-webkit-input-placeholder {
  color: #333;
}

.wrap-product-show .inquiry .message .read input:-o-placeholder,
.wrap-product-show .inquiry .message .read textarea:-o-placeholder {
  color: #333;
}

.wrap-product-show .inquiry .message .read input::-moz-placeholder,
.wrap-product-show .inquiry .message .read textarea::-moz-placeholder {
  color: #333;
}

.wrap-product-show .inquiry .message .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:-ms-input-placeholder {
  color: #333;
}

.wrap-product-show .inquiry .message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-webkit-input-placeholder {
  color: #333;
}

.wrap-product-show .inquiry .message .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-o-placeholder {
  color: #333;
}

.wrap-product-show .inquiry .message .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-moz-placeholder {
  color: #333;
}

.wrap-product-show .inquiry .message .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .message .read textarea:focus::-ms-input-placeholder {
  color: #333;
}

.wrap-product-show .inquiry .message .read input {
  background-color: #d8d8d8;
}

.wrap-product-show .inquiry .message .send {
  text-align: center;
}

.wrap-product-show .inquiry .message .submit {
  font-size: 14px;
  line-height: 50px;

  display: inline-block;

  height: 50px;
  margin-top: 24px;
  padding: 0 44px;

  -webkit-transition: all .4s;
  transition: all .4s;

  color: #fff;
  border-radius: 0;
  outline: none;
  background: none;
  background-color: #3C65B7;
}

.wrap-product-show .inquiry .message .submit:hover {
  background-color: #00A64A;
}

.wrap-news .news {
  margin-top: -30px;
}

.wrap-news .news .item {
  margin-top: 30px;
}

.wrap-news .news .item .pic {
  position: relative;
  z-index: 2;
}

.wrap-news .news .item .pic:after {
  position: absolute;
  bottom: 0;
  left: 36px;

  display: block;

  width: 4px;
  height: 15px;

  content: '';

  background-color: #fff;
}

.wrap-news .news .item .pic .img-box {
  overflow: hidden;

  padding-bottom: 64.44444444%;

  border-radius: 0 30px 0 0;
}

.wrap-news .news .item .pic .img-box img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.wrap-news .news .item .pic span.date {
  line-height: 40px;

  position: absolute;
  top: -20px;
  left: 30px;

  display: inline-block;

  height: 40px;
  padding: 0 30px;

  -webkit-transition: all .2s;
  transition: all .2s;

  color: #fff;
  border-radius: 30px;
  background-color: #3C65B7;
}

.wrap-news .news .item .note {
  position: relative;

  overflow: hidden;

  padding: 20px 30px;
}

@media (max-width: 991px) {
  .wrap-news .news .item .note {
    padding: 20px 14px;
  }
}

.wrap-news .news .item .note:before {
  position: absolute;
  top: 0;
  left: 36px;

  display: block;

  width: 4px;
  height: 15px;

  content: '';

  background-color: #3C65B7;
}

.wrap-news .news .item .note b {
  font-size: 16px;
  line-height: 30px;

  display: -webkit-box;
  overflow: hidden;

  height: 30px;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.wrap-news .news .item .note p {
  line-height: 1.71428571;

  display: -webkit-box;
  overflow: hidden;

  height: 48px;
  margin: 10px 0 0 0;

  color: #888;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wrap-news .news .item .note a.more {
  line-height: 30px;

  display: inline-block;
  float: right;

  margin-top: 10px;

  color: #888;
}

.wrap-news .news .item .note a.more:after {
  font-family: 'iconfont' !important;
  font-size: 18px;

  float: right;

  margin-left: 10px;

  content: '\e64b';
}

.wrap-news .news .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.wrap-news .news .item:hover .pic .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.wrap-news .news .item:hover .pic span.date {
  background-color: #00A64A;
}

.wrap-news .news .item:hover .note b {
  color: #00A64A;
}

.wrap-news .news .item:hover .note a.more {
  color: #00A64A;
}

.wrap-news-show .title-news {
  position: relative;

  padding-right: 90px;
  padding-bottom: 14px;

  border-bottom: 1px solid #e3e3e3;
}

@media (max-width: 991px) {
  .wrap-news-show .title-news {
    padding-right: 0;
  }
}

.wrap-news-show .title-news h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;

  margin: 0;
}

@media (max-width: 991px) {
  .wrap-news-show .title-news h1 {
    font-size: 20px;
  }
}

.wrap-news-show .title-news span {
  line-height: 24px;

  position: absolute;
  right: 0;
  bottom: 14px;

  display: inline-block;

  margin: 10px 0 0 0;

  color: #999;
}

@media (max-width: 991px) {
  .wrap-news-show .title-news span {
    position: relative;
    bottom: auto;

    display: block;
  }
}

.wrap-news-show .title-news span:before {
  font-family: 'iconfont' !important;
  font-size: 18px;

  float: left;

  margin-right: 10px;

  content: '\e618';

  color: #000;
}

.wrap-news-show .news-show {
  margin-top: 20px;
}

.wrap-news-show .news-show p {
  line-height: 2.14285714;

  margin: 0;

  color: #888;
}

.wrap-news-show .news-show img {
  max-width: 100%;
  height: auto !important;
}

.wrap-contact {
  display: table;
  overflow: hidden;

  width: 100%;
}

@media (max-width: 991px) {
  .wrap-contact {
    display: block;
  }
}

.wrap-contact .contact-left,
.wrap-contact .contact-right {
  display: table-cell;

  width: 50%;

  vertical-align: top;
}

@media (max-width: 991px) {
  .wrap-contact .contact-left,
  .wrap-contact .contact-right {
    display: block;

    width: 100%;
  }
}

.wrap-contact .contact-left {
  padding: 50px 50px 50px 12%;

  background-color: #f6f6f6;
}

@media (max-width: 1470px) {
  .wrap-contact .contact-left {
    padding: 50px 50px 50px 4%;
  }
}

@media (max-width: 991px) {
  .wrap-contact .contact-left {
    padding: 50px 15px;
  }
}

.wrap-contact .contact-left .message .title-message b {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;

  display: block;
}

.wrap-contact .contact-left .message form {
  margin-top: 30px;
}

.wrap-contact .contact-left .message span {
  line-height: 3;

  display: block;
}

.wrap-contact .contact-left .message input,
.wrap-contact .contact-left .message textarea {
  font-size: 14px;
  line-height: 30px;

  width: 100%;
  min-height: 50px;
  margin-bottom: 16px;
  padding: 10px 20px;

  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.wrap-contact .contact-left .message input::-webkit-input-placeholder,
.wrap-contact .contact-left .message textarea::-webkit-input-placeholder {
  color: #666;
}

.wrap-contact .contact-left .message input:-o-placeholder,
.wrap-contact .contact-left .message textarea:-o-placeholder {
  color: #666;
}

.wrap-contact .contact-left .message input::-moz-placeholder,
.wrap-contact .contact-left .message textarea::-moz-placeholder {
  color: #666;
}

.wrap-contact .contact-left .message input:-ms-input-placeholder,
.wrap-contact .contact-left .message textarea:-ms-input-placeholder {
  color: #666;
}

.wrap-contact .contact-left .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact-left .message textarea:focus::-webkit-input-placeholder {
  color: #c5c5c5;
}

.wrap-contact .contact-left .message input:focus::-o-placeholder,
.wrap-contact .contact-left .message textarea:focus::-o-placeholder {
  color: #c5c5c5;
}

.wrap-contact .contact-left .message input:focus::-moz-placeholder,
.wrap-contact .contact-left .message textarea:focus::-moz-placeholder {
  color: #c5c5c5;
}

.wrap-contact .contact-left .message input:focus::-ms-input-placeholder,
.wrap-contact .contact-left .message textarea:focus::-ms-input-placeholder {
  color: #c5c5c5;
}

.wrap-contact .contact-left .message .read {
  font-weight: bold;
}

.wrap-contact .contact-left .message .read input::-webkit-input-placeholder,
.wrap-contact .contact-left .message .read textarea::-webkit-input-placeholder {
  color: #333;
}

.wrap-contact .contact-left .message .read input:-o-placeholder,
.wrap-contact .contact-left .message .read textarea:-o-placeholder {
  color: #333;
}

.wrap-contact .contact-left .message .read input::-moz-placeholder,
.wrap-contact .contact-left .message .read textarea::-moz-placeholder {
  color: #333;
}

.wrap-contact .contact-left .message .read input:-ms-input-placeholder,
.wrap-contact .contact-left .message .read textarea:-ms-input-placeholder {
  color: #333;
}

.wrap-contact .contact-left .message .read input:focus::-webkit-input-placeholder,
.wrap-contact .contact-left .message .read textarea:focus::-webkit-input-placeholder {
  color: #333;
}

.wrap-contact .contact-left .message .read input:focus::-o-placeholder,
.wrap-contact .contact-left .message .read textarea:focus::-o-placeholder {
  color: #333;
}

.wrap-contact .contact-left .message .read input:focus::-moz-placeholder,
.wrap-contact .contact-left .message .read textarea:focus::-moz-placeholder {
  color: #333;
}

.wrap-contact .contact-left .message .read input:focus::-ms-input-placeholder,
.wrap-contact .contact-left .message .read textarea:focus::-ms-input-placeholder {
  color: #333;
}

.wrap-contact .contact-left .message .submit {
  font-size: 14px;
  line-height: 50px;

  display: inline-block;

  height: 50px;
  margin-top: 20px;
  padding: 0 50px;

  -webkit-transition: all .4s;
  transition: all .4s;

  color: #fff;
  border-radius: 0;
  outline: none;
  background: none;
  background-color: #3C65B7;
}

.wrap-contact .contact-left .message .submit:hover {
  color: #fff;
  background-color: #00A64A;
}

.wrap-contact .title-contact b {
  font-size: 24px;
  line-height: 1;

  display: block;
}

.wrap-contact .title-contact p {
  margin: 20px 0 0 0;

  color: #888;
}

.wrap-contact .contact-right .text {
  padding: 50px 12% 50px 50px;
}

@media (max-width: 991px) {
  .wrap-contact .contact-right .text {
    padding: 50px 15px;
  }
}

.wrap-contact .contact-right .text .note {
  margin-top: 30px;
}

.wrap-contact .contact-right .text p.address,
.wrap-contact .contact-right .text p.phone,
.wrap-contact .contact-right .text p.tel,
.wrap-contact .contact-right .text p.email {
  font-size: 16px;
  line-height: 30px;

  position: relative;

  padding-left: 36px;
}

.wrap-contact .contact-right .text p.address:before,
.wrap-contact .contact-right .text p.phone:before,
.wrap-contact .contact-right .text p.tel:before,
.wrap-contact .contact-right .text p.email:before {
  font-family: 'iconfont' !important;
  font-size: 20px;

  position: absolute;
  left: 0;

  content: '\e734';

  color: #3C65B7;
}

.wrap-contact .contact-right .text p.phone:before {
  font-size: 16px;

  content: '\e62c';
}

.wrap-contact .contact-right .text p.tel:before {
  content: '\e729';
}

.wrap-contact .contact-right .text p.email:before {
  font-size: 16px;

  content: '\e634';
}

.wrap-contact .contact-right .text a:hover {
  text-decoration: underline;
}

.wrap-contact .contact-right #dituContent {
  height: 290px;
}

nav {
  text-align: center;
}

.pagination {
  margin: 50px 0 0 0;
}

.pagination li a {
  font-size: 14px;
  line-height: 34px;

  width: 34px;
  height: 34px;
  margin: 0 5px;
  padding: 0;

  text-align: center;

  color: #848484;
  border: 1px solid #d5d5d5;
  border-radius: 50% !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  border-color: #e60012;
  background-color: #e60012;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  border-color: #e60012;
  background-color: #e60012;
}

.lazy {
  background-image: url(../js/slick/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.zoomDiv {
  z-index: 9;

  display: none;
  overflow: hidden;

  text-align: center;

  border: 1px solid #ccc;
  background: #fff;
}

@media (min-width: 768px) {
  .zoomDiv {
    position: absolute;
  }
}

.zoomMask {
  position: absolute;
  z-index: 1;

  cursor: move;

  background: url('../images/mask.png') repeat scroll 0 0 transparent;
}

@media (max-width: 767px) {
  .zoomMask {
    display: none;
  }
}

.fancybox-slide--iframe .fancybox-content {
  width: 733px;
  max-width: 80%;
  height: 500px;
  max-height: 50%;
  margin: 0;
}

.act {
  color: #1d2088 !important;
}

.slick-honor .slick-track {
  margin-left: 0;
}

.header .tel {
  float: right;
  line-height: 90px;
  margin: 0;
  font-size: 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header .tel:before {
  font-family: 'iconfont' !important;
  content: '\e729';
  margin-right: 4px;
  color: #3C65B7;
}

.header.fixed-header .tel {
  line-height: 80px;
}

@media (max-width: 1199px) {
  .header .tel {
    display: none;
  }
}

.pagess {
  clear: both;
  height: auto;
  margin: 90px 0 0 0;
  overflow: hidden;
  text-align: center;
}

.page-pre a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}

.page-num {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background-color: #FFF;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px;
  text-align: center;
  border: 1px solid #3C65B7;
  border-radius: 50%;
}

.page-num-current {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #FFF !important;
  background-color: #3C65B7;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px;
  text-align: center;
  border-radius: 50%;
}

.page-next a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #262626;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
}

.carousel-wrap p {
  font-size: 14px;
}