.ff {
   font-family: 'iconfont' !important;
}
@font-face {
   font-family: 'Roboto';
   font-weight: bold;
   font-style: normal;

   src: url('../fonts/Roboto-Bold.eot');
   src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
   font-display: swap;
}
@font-face {
   font-family: 'Roboto';
   font-weight: normal;
   font-style: normal;

   src: url('../fonts/Roboto-Regular.eot');
   src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
   font-display: swap;
}
@font-face {
   font-family: 'Roboto';
   font-weight: 900;
   font-style: normal;

   src: url('../fonts/Roboto-Black.eot');
   src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
   font-display: swap;
}
@-ms-viewport {
   width: auto !important;
}
body {
   font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', 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%;
}
ul {
   margin: 0;
   padding: 0;
}
li,
ol,
ul {
   list-style: none;
}
a {
   color: inherit;
}
a:hover,
a:link,
a:visited {
   text-decoration: none;

   color: inherit;
}
a[data-fancybox] {
   outline: none;
}
a[data-fancybox] img {
   outline: none !important;
}
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;
}
button,
input,
textarea {
   border: none;
   outline: none;
}
.slick-slide {
   outline: none;
}
.slick-slide a {
   outline: none !important;
}
@media (min-width: 1200px) {
   .wow {
      visibility: hidden;
   }
}
.lazy {
   background-image: url(../js/slick/ajax-loader.gif);
   background-repeat: no-repeat;
   background-position: center;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
   -webkit-transform: translateZ(1px);
   -webkit-transform: translate3d(0, 0, 1px);
   transform: translateZ(1px);
   transform: translate3d(0, 0, 1px);

   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn {
   margin-bottom: 0 !important;
}
.transform-0 {
   -webkit-transform: translate(0) !important;
   -ms-transform: translate(0) !important;
   transform: translate(0) !important;
}
.slick-disabled {
   cursor: no-drop;

   opacity: .5;
}
@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;
   }
}
.img-box {
   position: relative;
   z-index: 1;

   display: block;
   overflow: hidden;

   height: 0;
   padding-bottom: 100%;
}
.img-box img {
   position: absolute;
   top: 0;
   left: 0;

   display: block;

   width: 100%;
   height: 100%;
}
.fancybox-slide--iframe .fancybox-content {
   width: 733px !important;
   max-width: 80%;
   height: 500px !important;
   max-height: 50%;
   margin: 0;
}
/*.fancybox-caption {
    border: none;
    text-align: center;
    font-size: 16px;
}*/
.scrollbar::-webkit-scrollbar {
   position: absolute;
   z-index: 2;
   left: 0;

   width: 6px;
}
.scrollbar::-webkit-scrollbar-track {
   background-color: #eee;
}
.scrollbar::-webkit-scrollbar-thumb {
   background-color: #dcdcdc;
}
.table-box {
   overflow: auto;

   width: 100%;
   max-width: 100%;
}
.table-box table {
   font-size: 16px;
   line-height: 1.2;

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

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

   color: #666;
}
@media (max-width: 767px) {
   .table-box table {
      font-size: 14px;
   }
}
.table-box table tr,
.table-box table td,
.table-box table th {
   width: auto !important;
   height: auto !important;
}
.table-box table td,
.table-box table th {
   padding: 8px 30px !important;

   border: 1px solid #dcdcdc !important;
}
@media (max-width: 991px) {
   .table-box table td,
   .table-box table th {
      padding: 8px 20px !important;
   }
}
@media (max-width: 767px) {
   .table-box table td,
   .table-box table th {
      padding: 8px 8px !important;
   }
   .table-box table td,
   .table-box table th,
   .table-box table td *,
   .table-box table th * {
      font-size: 12px !important;
   }
}
@media (max-width: 575px) {
   .table-box table td,
   .table-box table th {
      padding: 8px 8px !important;
   }
   .table-box table td,
   .table-box table th,
   .table-box table td *,
   .table-box table th * {
      font-size: 2.7vmin !important;
   }
}
.table-box table tr p,
.table-box table tr span {
   margin: 0 !important;
   padding: 0 !important;

   background: none !important;
}
.table-box table th {
   text-align: center;
}
.table-box table img {
   max-width: 100%;
   height: auto !important;
}
.slick-arrow {
   font-size: 34px;
   line-height: 90px;

   position: absolute;
   z-index: 8;
   top: 50%;
   left: -5%;

   width: 50px;
   height: 90px;
   padding: 0;

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

   color: #fff;
   border: none;
   background: none;
   background-color: rgba(0, 0, 0, .6);
}
@media (max-width: 1199px) {
   .slick-arrow {
      font-size: 24px;
      line-height: 60px;

      left: -15px;

      width: 50px;
      height: 60px;
   }
}
@media (max-width: 767px) {
   .slick-arrow {
      font-size: 20px;
      line-height: 40px;

      width: 30px;
      height: 40px;
   }
}
.slick-arrow:before {
   font-family: 'iconfont' !important;

   display: block;

   content: '\e756';
   -webkit-transform: rotate(-180deg);
   -ms-transform: rotate(-180deg);
   transform: rotate(-180deg);
}
.slick-arrow.slick-next {
   right: -5%;
   left: auto;
}
@media (max-width: 1199px) {
   .slick-arrow.slick-next {
      right: -15px;
   }
}
.slick-arrow.slick-next:before {
   display: inline-block;

   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
}
.slick-arrow:hover {
   color: #fff;
   background-color: #0255a5;
}
.slick-dots {
   margin: 0 -3px;

   text-align: center;
}
.slick-dots li {
   display: inline-block;

   width: 10px;
   height: 10px;
   margin: 0 3px;

   vertical-align: top;

   border: 1px solid #0255a5;
   border-radius: 50%;
}
.slick-dots li button {
   display: none;
}
.slick-dots li.slick-active {
   background-color: #0255a5;
}
.header {
   font-size: 0;

   z-index: 10;
   z-index: 9;
   top: 0;

   width: 100%;
   height: 140px;

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

   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
   .header {
      height: 90px;
   }
}
.header .header-top {
   font-size: 14px;

   position: relative;

   height: 40px;

   color: #fff;
   background-color: #0255a5;
}
@media (max-width: 1199px) {
   .header .header-top {
      height: 30px;
   }
}
.header .header-top p.email {
   line-height: 40px;

   display: inline-block;

   margin: 0;
}
@media (max-width: 1199px) {
   .header .header-top p.email {
      line-height: 30px;
   }
}
@media (max-width: 767px) {
   .header .header-top p.email {
      display: none;
   }
}
.header .header-top p.email:before {
   font-family: 'iconfont' !important;
   font-size: 20px;

   display: inline-block;

   margin-right: 6px;

   content: '\e623';
   vertical-align: middle;
}
.header .header-top p.email a:hover {
   text-decoration: underline;
}
.header .header-top .share {
   display: inline-block;
   float: right;
}
.header .header-top .share ul {
   margin: 0 -14px;
}
@media (max-width: 1199px) {
   .header .header-top .share ul {
      margin: 0 -6px;
   }
}
.header .header-top .share ul li {
   display: inline-block;
}
.header .header-top .share ul li a {
   font-size: 22px;
   line-height: 40px;

   display: block;

   padding: 0 14px;

   -webkit-transition: all .5s;
   transition: all .5s;
   text-align: center;
}
@media (max-width: 1199px) {
   .header .header-top .share ul li a {
      font-size: 16px;
      line-height: 30px;

      padding: 0 6px;
   }
}
.header .header-top .share ul li a:before {
   font-family: 'iconfont';
   font-weight: normal;

   display: inline-block;

   content: '\e8e7';
   text-align: center;
   vertical-align: top;
}
.header .header-top .share ul li.twitter a:before {
   content: '\e882';
}
.header .header-top .share ul li.linkedin a:before {
   content: '\eb37';
}
.header .header-top .share ul li.instagram a:before {
   content: '\e6b6';
}
.header .header-top .share ul li.youtube a:before {
   content: '\e87d';
}
.header .header-top .share ul li.google a:before {
   content: '\e645';
}
.header .header-top .share ul li.amazon a:before {
   content: '\e6c1';
}
.header .header-top .share ul li:hover a {
   -webkit-transform: translateY(-5px);
   -ms-transform: translateY(-5px);
   transform: translateY(-5px);
}
.header .logo {
   display: inline-block;
   float: left;

   height: 80px;
   margin-top: 10px;

   -webkit-transition: all .2s;
   transition: all .2s;
}
@media (max-width: 1199px) {
   .header .logo {
      height: 40px;
      margin-top: 10px;
   }
}
@media (max-width: 767px) {
   .header .logo {
      height: 40px;
      margin-top: 10px;
   }
}
.header .logo img {
   position: relative;
   z-index: 2;

   height: 100%;
}
.header .nav-collapse {
   position: relative;

   display: none;
   float: right;

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

   cursor: pointer;

   background: none;
}
@media (max-width: 1199px) {
   .header .nav-collapse {
      display: inline-block;
      float: right;

      margin-top: 10px;
   }
   .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: #000 !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);
}
.header .header-nav {
   clear: both;

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

      -webkit-transition: all .4s;
      transition: all .4s;
      vertical-align: middle;
   }
   .header .nav a:hover {
      color: #0255a5;
   }
}
@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-color: #fff;
   }
   .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: 0 15px;
   }
}
.header .nav.left-100 {
   left: -100%;
}
.header .nav.left-200 {
   left: -200%;
}
@media (min-width: 1200px) {
   .header .nav .nav-list1 {
      margin: 0 -24px;
   }
   .header .nav .nav-list1>li {
      position: relative;

      display: inline-block;

      vertical-align: top;
   }
   .header .nav .nav-list1>li>a {
      font-size: 20px;
      font-weight: bold;
      line-height: 100px;

      position: relative;

      display: inline-block;

      padding: 0 18px;

      -webkit-transition: all .4s;
      transition: all .4s;
      vertical-align: middle;
      white-space: nowrap;
      text-transform: capitalize;
   }
   .header .nav .nav-list1>li:hover>a,
   .header .nav .nav-list1>li.active>a {
      color: #0255a5;
   }
   .header .nav .nav-list1 .nav-list2 {
      position: absolute;
      z-index: 50;
      top: 100%;
      left: 0;

      display: none;

      min-width: 100%;
      margin-left: 0 !important;
      padding: 10px 0;

      text-align: center;
      text-align: left;
      word-break: break-word;

      color: #333;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, .1);
   }
   .header .nav .nav-list1 .nav-list2>li {
      position: relative;

      display: block;

      list-style: none;
   }
   .header .nav .nav-list1 .nav-list2>li>a {
      font-size: 16px;
      line-height: 30px;

      display: block;

      padding: 0 24px;

      white-space: nowrap;
   }
   .header .nav .nav-list1 .nav-list2>li>a:hover {
      text-decoration: underline;

      color: #0255a5;
   }
   .header .nav .nav-list1 .nav-list3 {
      position: absolute;
      z-index: 50;
      top: 0;
      left: 100%;

      display: none;

      width: 200px;
      padding: 10px 0;

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

      color: #333;
      background-color: rgba(255, 255, 255, .9);
      box-shadow: 0 0 10px rgba(0, 0, 0, .1);
   }
   .header .nav .nav-list1 .nav-list3 li {
      display: block;

      list-style: none;
   }
   .header .nav .nav-list1 .nav-list3 li a {
      font-size: 15px;
      line-height: 24px;

      display: block;

      padding: 0 10px;
   }
   .header .nav .nav-list1 .nav-list3 li a:hover {
      text-decoration: underline;

      color: #0255a5;
   }
}
@media (min-width: 1200px) and (max-width: 1470px) {
   .header .nav .nav-list1>li>a {
      padding: 0 18px;
   }
}
@media (min-width: 1200px) and (max-width: 1350px) {
   .header .nav .nav-list1>li>a {
      font-size: 16px;

      padding: 0 14px;
   }
}
@media (max-width: 1199px) {
   .header .nav .nav-list1 {
      overflow: hidden;
      overflow-y: scroll;

      max-height: 100%;
      padding: 20px 0;

      vertical-align: top;

      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;
   }
}
.header .nav .nav-list2 {
   display: none;
}
@media (max-width: 1199px) {
   .header .nav .nav-list2 {
      display: block;
      overflow: hidden;

      margin: 0 -10px;
      padding: 10px 0;
   }
   .header .nav .nav-list2>li {
      display: inline-block;

      vertical-align: top;
   }
   .header .nav .nav-list2>li>a {
      font-size: 15px;
      line-height: 24px;

      padding: 0 10px;
   }
   .header .nav .nav-list2>li>a:before {
      margin-right: 4px;

      content: '-';
   }
}
.header .nav .nav-list3 {
   display: none;
}
@media (max-width: 1199px) {
   .header .nav .nav-list3 a {
      line-height: 30px;

      padding: 0 10px;
   }
   .header .nav .nav-list3 a:before {
      margin-right: 4px;

      content: '-';
   }
   .header .nav .nav-list3 .nav-list4 a {
      display: inline-block;

      padding: 0 4px;

      opacity: .6;
   }
   .header .nav .nav-list3 .nav-list4 a:before {
      content: '·';
   }
}
.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>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>a {
      font-size: 20px;
      font-weight: bold;
      line-height: 2;

      display: block;

      text-transform: capitalize;
   }
   .header .fade-out ul.nav-list1 .nav-list2 {
      margin: 0;
      padding-top: 0;
   }
   .header .fade-out ul.nav-list1 .nav-list2>li>a {
      font-size: 16px;

      margin-right: 10px;
      padding: 0;

      text-transform: capitalize;

      color: #666;
   }
}
@media (max-width: 1199px) and (max-width: 767px) {
   .header .fade-out ul.nav-list1>li {
      margin: 0;
   }
}
@media (max-width: 1199px) and (max-width: 767px) {
   .header .fade-out ul.nav-list1>li>a {
      font-size: 18px;

      padding: 10px 0;
   }
}
@media (max-width: 1199px) and (max-width: 480px) {
   .header .fade-out ul.nav-list1 .nav-list2>li>a {
      font-size: 15px;
      line-height: 24px;
   }
}
.header .fade-out ul.nav2-list2 h4 {
   font-size: 20px;
   line-height: 50px;
}
.header .pc-search {
   font-size: 14px;
   line-height: 38px;

   position: relative;

   display: inline-block;
   overflow: hidden;

   width: 190px;
   margin-left: 30px;
   padding: 0 50px 0 10px;

   vertical-align: middle;

   border: 1px solid #666;
   border-radius: 40px;
}
@media (max-width: 1199px) {
   .header .pc-search {
      display: none;
   }
}
.header .pc-search input {
   width: 100%;
}
.header .pc-search .submit {
   position: absolute;
   top: 0;
   right: 0;

   width: 50px;
   padding: 0;

   text-align: center;

   color: #666;
   background: none;
}
.header .pc-search .submit:before {
   font-family: 'iconfont' !important;
   font-size: 30px;

   content: '\eafe';
}
.header .pc-search .submit:hover {
   color: #0255a5;
}
.header .find {
   font-size: 24px;
   line-height: 60px;

   display: inline-block;
   float: right;

   width: 60px;

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

   color: #999;
}
.header .find:before {
   font-family: 'iconfont';

   display: block;

   content: '\eafe';
}
.header .find:hover {
   color: #0255a5;
}
.header .find:hover:before {
   border-color: #0255a5;
}
.header .back-btn {
   position: absolute;
   left: 15px;
}
.header .search-wrap {
   font-size: 14px;

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

   display: none;

   width: 300px;
   padding: 10px;

   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1700px) {
   .header .search-wrap {
      right: 0;
   }
}
@media (max-width: 1199px) {
   .header .search-wrap {
      top: 100%;
   }
}
.header .search-wrap .search-box {
   position: relative;
}
.header .search-wrap input {
   line-height: 24px;

   width: 100%;
   padding: 6px 10px;

   color: #666;
   border: 1px solid #dcdcdc;
}
.header .search-wrap .submit {
   font-size: 20px;
   line-height: 38px;

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

   width: 44px;
   height: 38px;
   padding: 0;

   color: #fff;
   border-radius: 0;
   background-color: #0255a5;
}
.header .search-wrap .submit:before {
   font-family: 'iconfont' !important;

   content: '\e60e';
}
.stuck {
   position: fixed;
   z-index: 9;
   top: 0;

   width: 100%;
   height: 80px;

   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
   .stuck {
      height: 60px;
   }
}
.stuck .logo {
   height: 60px;
   margin-top: 10px;
}
@media (max-width: 1199px) {
   .stuck .logo {
      height: 40px;
   }
}
.stuck .nav .nav-list1>li>a {
   line-height: 80px;
}
.banner {
   font-size: 0;

   position: relative;

   clear: both;
   overflow: hidden;

   width: 100%;
}
.banner .item {
   position: relative;

   display: block;
   overflow: hidden;
}
.banner .item img {
   display: block;

   width: 100%;
}
.banner .item a {
   display: block;

   width: 100%;
}
@media (max-width: 991px) {
   .banner .slickbanner {
      width: 110%;
      max-width: 110%;
      margin-left: -5%;
   }
}
.banner .slick-dots {
   position: absolute;
   z-index: 3;
   bottom: 30px;

   width: 100%;
   margin: 0;
   padding: 0;

   text-align: center;
}
@media (max-width: 991px) {
   .banner .slick-dots {
      bottom: 10px;
   }
}
.banner .slick-dots li {
   line-height: 40px;

   position: relative;

   display: inline-block;

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

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

   color: #fff;
   border-color: #fff;
   border-radius: 10px;
   background-color: #fff;
}
@media (max-width: 991px) {
   .banner .slick-dots li {
      margin: 0 6px;
   }
}
.banner .slick-dots li.slick-active {
   width: 36px;
}
.banner .slick-dots li button {
   display: none;
}
.banner .slick-arrow {
   left: 3%;
}
@media (max-width: 991px) {
   .banner .slick-arrow {
      left: 4%;
   }
}
.banner .slick-arrow.slick-next {
   right: 3%;
   left: auto;
}
@media (max-width: 991px) {
   .banner .slick-arrow.slick-next {
      right: 4%;
   }
}
.banner img {
   display: block;

   width: 100%;
}
.banner-in .slick-list {
   padding: 0 !important;
}
.banner-in .slick-slide {
   padding: 0;
}
@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: -40%;
   }
}
.banner-in .text-in {
   position: absolute;
   top: 50%;

   overflow: hidden;

   width: 100%;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;

   color: #fff;
}
.banner-in .text-in h2,
.banner-in .text-in h3 {
   font-weight: bold;
   line-height: 1;

   margin: 0;

   text-transform: uppercase;
}
.banner-in .text-in h2 {
   font-size: 110px;

   color: rgba(255, 255, 255, .28);
}
@media (max-width: 1470px) {
   .banner-in .text-in h2 {
      font-size: 80px;
   }
}
@media (max-width: 1199px) {
   .banner-in .text-in h2 {
      font-size: 70px;
   }
}
@media (max-width: 767px) {
   .banner-in .text-in h2 {
      font-size: 50px;
   }
}
.banner-in .text-in h3 {
   font-size: 52px;

   position: relative;
   z-index: 2;

   margin-top: -40px;

   color: #fff;
}
@media (max-width: 1470px) {
   .banner-in .text-in h3 {
      font-size: 40px;
   }
}
@media (max-width: 1199px) {
   .banner-in .text-in h3 {
      font-size: 30px;

      margin-top: -20px;
   }
}
.banner .banner-arrow {
   position: absolute;
   z-index: 8;
   bottom: 40px;

   width: 100%;

   text-align: center;
}
@media (max-width: 1199px) {
   .banner .banner-arrow {
      bottom: 0;
   }
}
.banner .banner-arrow a {
   display: inline-block;
}
.banner .banner-arrow a:after {
   font-family: 'iconfont' !important;
   font-size: 30px;

   content: '\e770';

   color: #fff;
}
@-webkit-keyframes narrow {
   0% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);

      opacity: 1;
   }
   50% {
      -webkit-transform: scale(1);
      transform: scale(1);

      opacity: 1;
   }
}
@keyframes narrow {
   0% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);

      opacity: 1;
   }
   50% {
      -webkit-transform: scale(1);
      transform: scale(1);

      opacity: 1;
   }
}
.zoomIn1 {
   -webkit-animation-name: narrow;
   animation-name: narrow;
}
.online-wrap .btn {
   line-height: 36px;

   position: fixed;
   z-index: 8;
   right: 0;
   bottom: 55px;

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

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

   color: #fff;
   border: 1px solid #0255a5;
   border-radius: 0;
   outline: none;
   background-color: #0255a5;
}
@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;
}
.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: 8;
   top: 50%;
   right: -50px;

   -webkit-transition: right .3s;
   transition: right .3s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
}
@media (max-width: 1199px) {
   .online-wrap .online {
      right: 0;
   }
}
.online-wrap .online.onlineshow {
   right: 0;
}
@media (max-width: 991px) {
   .online-wrap .online {
      top: auto;
      right: -60px;
      bottom: 100px;

      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
   }
   .online-wrap .online.onlineshow {
      right: -60px;
   }
   .online-wrap .online.active {
      right: 0;
   }
}
.online-wrap .online a {
   line-height: 50px;

   position: relative;

   display: block;

   width: 50px;
   height: 50px;
   margin: 4px 0;
   padding: 0;

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

   border-radius: 5px;
   background-color: rgba(0, 0, 0, .4);
}
.online-wrap .online a:last-child {
   border-bottom: none;
}
.online-wrap .online a:before {
   font-size: 24px;

   color: #fff;
}
@media (min-width: 992px) {
   .online-wrap .online a:hover {
      background-color: #0255a5;
   }
   .online-wrap .online a:hover:before {
      color: #fff;
   }
}
@media (max-width: 991px) {
   .online-wrap .online a {
      line-height: 40px;

      width: 40px;
      height: 40px;
   }
   .online-wrap .online a:before {
      font-size: 20px;
   }
}
@media (min-width: 992px) {
   .online-wrap .online .icon-phone:hover .phone-num,
   .online-wrap .online .icon-whatsapp:hover .phone-num {
      right: 100%;
   }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .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,
.online-wrap .online .icon-whatsapp .phone-num p {
   margin: 0;
   padding: 0 10px;

   color: #fff;
   background-color: #0255a5;
   box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@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;
}
.online-wrap .online .sale {
   width: 158px;
   margin-bottom: 30px;
}
@media (max-width: 991px) {
   .online-wrap .online .sale {
      width: 50px;
   }
}
.online-wrap .online .sale a {
   width: 158px;
   height: 162px;

   background: none;
}
@media (max-width: 991px) {
   .online-wrap .online .sale a {
      width: 50px;
      height: 50px;
   }
}
.online-wrap .online .sale img {
   max-width: 100%;
}
@media (min-width: 992px) {
   .online-wrap-in .online {
      right: 0;
   }
}
.online-wrap .icon-qq:before {
   font-family: 'iconfont' !important;

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

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

   content: '\e66e';
}
.online-wrap .icon-email:before {
   font-family: 'iconfont' !important;

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

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

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

   content: '\e61c';
}
.online-wrap .icon-erweima:before {
   font-family: 'iconfont' !important;

   content: '\e745';
}
.online-wrap .icon-facebook:before {
   font-family: 'iconfont' !important;

   content: '\e61a';
}
.online-wrap .icon-instagram:before {
   font-family: 'iconfont' !important;

   content: '\e666';
}
.online-wrap .icon-arrow-top:before {
   font-family: 'iconfont' !important;

   content: '\e614';
}
.xs-online {
   font-family: 'Times New Roman', Arial;

   position: fixed;
   z-index: 8;
   bottom: 0;
   left: 0;

   display: none;

   width: 100%;

   background-color: #0255a5;
   box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
   .xs-online {
      display: block !important;
   }
}
.xs-online ul {
   margin: 0;
   padding: 0;

   text-align: center;

   color: #fff;
}
.xs-online ul li {
   float: left;

   width: 20%;

   list-style: none;

   border-right: 1px solid #014b92;
   border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li:first-child {
   border-left: none;
}
.xs-online ul li:last-child {
   border-right: none;
}
.xs-online ul li>a {
   font-size: 10px;

   display: block;

   padding: 8px 0;

   text-transform: uppercase;

   color: inherit;
}
@media (max-width: 320px) {
   .xs-online ul li>a {
      font-size: 8px;
   }
}
.xs-online ul li>a:before {
   font-family: 'iconfont' !important;
   font-size: 18px;
   font-style: normal;
   line-height: 24px;

   display: block;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li.product>a:before {
   content: '\e7e9';
}
.xs-online ul li.mail>a:before {
   content: '\e634';
}
.xs-online ul li.map>a:before {
   content: '\e63e';
}
.xs-online ul li.feedback>a:before {
   content: '\e826';
}
.xs-online ul li.top>a:before {
   content: '\e60f';
}
.xs-online ul li.home>a:before {
   content: '\e6c8';
}
.xs-online ul li.message>a:before {
   content: '\e66b';
}
.xs-online ul li.tel>a:before {
   content: '\e61c';
}
.xs-online ul li.whatsapp>a:before {
   content: '\e751';
}
.xs-online ul li.contact>a:before {
   content: '\e609';
}
.xs-online ul li.wechat>a:before {
   content: '\e604';
}
.xs-online ul li .xs-online ul li.wechat>a {
   position: relative;
}
.xs-online ul li .xs-online ul li.wechat>a img {
   position: absolute;
   bottom: 57px;
   left: 0;

   display: none;

   width: 100%;
}
.xs-online ul li .xs-online ul li.wechat>a:hover img {
   display: block;
}
.box {
   overflow: hidden;

   padding: 80px 0;
}
@media (max-width: 991px) {
   .box {
      padding: 50px 0;
   }
}
.title {
   text-align: center;
}
.title h2 {
   font-size: 40px;
   font-weight: bold;
   font-weight: 900;
   line-height: 1;

   position: relative;

   display: inline-block;

   margin: 0;

   text-transform: uppercase;
}
@media (max-width: 1199px) {
   .title h2 {
      font-size: 30px;
   }
}
@media (max-width: 991px) {
   .title h2 {
      font-size: 24px;
   }
}
.title p {
   max-width: 640px;
   margin: 0 auto;
   margin-top: 10px;

   color: #666;
   font-size: 16px;
}
@media (max-width: 767px) {
   .title p {
      font-size: 14px;
   }
}
.indexcontent {
   position: relative;
   z-index: 2;
}
.box-product .product {
   overflow: hidden;
}
.box-product .product>ul {
   font-size: 0;

   margin: 0 -10px;
}
@media (max-width: 767px) {
   .box-product .product>ul {
      margin: 0 -5px;

      text-align: center;
   }
}
.box-product .product>ul>li {
   font-size: 14px;

   display: inline-block;

   width: 20%;
   padding: 10px;

   vertical-align: top;
}
@media (max-width: 1199px) {
   .box-product .product>ul>li {
      width: 25%;
   }
}
@media (max-width: 767px) {
   .box-product .product>ul>li {
      padding: 5px;
   }
}
.box-product .product .item {
   position: relative;

   display: block;
   overflow: hidden;

   text-align: center;

   border: 1px solid #999;
}
.box-product .product .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.box-product .product .item .note {
   position: absolute;
   z-index: 2;
   bottom: 0;

   width: 100%;
   padding: 30px 10px;

   -webkit-transition: all .5s;
   transition: all .5s;
   -webkit-transform: translateY(105%);
   -ms-transform: translateY(105%);
   transform: translateY(105%);

   color: #fff;
   background-color: rgba(2, 85, 165, .9);
}
@media (max-width: 1199px) {
   .box-product .product .item .note {
      position: relative;

      padding: 0 5px;

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

      color: #333;
      background: none;
   }
}
.box-product .product .item .note:after {
   font-family: 'iconfont' !important;
   font-size: 20px;
   line-height: 30px;

   display: block;

   width: 30px;
   height: 30px;
   margin: 0 auto;
   margin-top: 10px;

   content: '\e756';

   color: #0255a5;
   border-radius: 50%;
   background-color: #fff;
}
@media (max-width: 1199px) {
   .box-product .product .item .note:after {
      display: none;
   }
}
.box-product .product .item .note h3 {
   font-size: 24px;
   line-height: 40px;

   display: -webkit-box;
   overflow: hidden;

   height: 40px;
   margin: 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
   .box-product .product .item .note h3 {
      font-size: 20px;
   }
}
@media (max-width: 991px) {
   .box-product .product .item .note h3 {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .box-product .product .item .note h3 {
      font-size: 13px;
      line-height: 18px;

      display: -webkit-box;
      overflow: hidden;

      height: 36px;

      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
   }
}
.box-product .product .item:hover {
   border-color: #0255a5;
}
.box-product .product .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.box-product .product .item:hover .note {
   -webkit-transform: translateY(0%);
   -ms-transform: translateY(0%);
   transform: translateY(0%);
}
.box-product .more {
   margin-top: 30px;

   text-align: center;
}
.box-product .more a {
   font-size: 16px;
   line-height: 50px;

   display: inline-block;

   padding: 0 40px;

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

   color: #fff;
   background-color: #333;
}
.box-product .more a:hover {
   background-color: #0255a5;
}
.box-choose {
   background: url(../images/choose_bg.jpg) no-repeat center fixed;
   background-size: cover;
}
@media (max-width: 1199px) {
   .box-choose {
      background: url(../images/choose_bg.jpg) no-repeat right;
      background-size: cover;
   }
}
.box-choose .choose-left {
   position: relative;

   padding-top: 80px;
}
@media (max-width: 991px) {
   .box-choose .choose-left {
      padding-top: 0;
   }
}
.box-choose .choose-left:before {
   position: absolute;
   top: -80px;
   left: -60px;

   display: block;

   width: 180px;
   height: 450px;

   content: '';

   background-color: #333;
}
.box-choose .title {
   position: relative;
   z-index: 2;

   text-align: left;
}
.box-choose .title h2 {
   font-weight: bold;

   color: #fff;
}
.box-choose .text {
   position: relative;
   z-index: 2;

   margin-top: 60px;
   padding-bottom: 10px;

   color: #fff;
}
@media (max-width: 991px) {
   .box-choose .text {
      margin-top: 20px;
   }
}
.box-choose .text:after {
   position: absolute;
   right: 0;
   bottom: 0;

   display: block;

   width: 120%;
   height: 1px;

   content: '';

   background-color: #fff;
}
@media (max-width: 991px) {
   .box-choose .text:after {
      display: none;
   }
}
.box-choose .text p {
   line-height: 24px;
   font-size: 16px;
   margin: 0;
}
@media (max-width: 767px) {
   .box-choose .text p {
      font-size: 14px;
   }
}
.box-choose .choose-right {
   overflow: hidden;
}
@media (max-width: 991px) {
   .box-choose .choose-right {
      margin-top: 30px;
   }
}
.box-choose .choose-right ul {
   font-size: 0;

   padding: 30px 50px;

   background: url(../images/choose_right_bg.jpg) no-repeat center;
   background-size: cover;
}
@media (max-width: 991px) {
   .box-choose .choose-right ul {
      padding: 20px;
   }
}
.box-choose .choose-right ul li {
   display: inline-block;
   float: none;

   vertical-align: top;
}
.box-choose .choose-right .item {
   font-size: 14px;

   margin: 15px 0;
}
@media (max-width: 767px) {
   .box-choose .choose-right .item {
      margin: 8px 0;
   }
}
.box-choose .choose-right .item .icon {
   font-size: 30px;
   line-height: 48px;

   display: block;

   width: 48px;
   height: 48px;

   text-align: center;

   color: #0255a5;
   border: 1px solid #0255a5;
   border-radius: 50%;
}
@media (max-width: 991px) {
   .box-choose .choose-right .item .icon {
      font-size: 24px;
      line-height: 40px;

      width: 40px;
      height: 40px;
   }
}
.box-choose .choose-right .item h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;
}
@media (max-width: 991px) {
   .box-choose .choose-right .item h3 {
      font-size: 20px;

      margin-top: 10px;
   }
}
@media (max-width: 767px) {
   .box-choose .choose-right .item h3 {
      font-size: 18px;
   }
}
.box-choose .choose-right .item h3:after {
   display: block;

   width: 28px;
   height: 3px;
   margin-top: 10px;

   content: '';

   background-color: #0255a5;
}
@media (max-width: 767px) {
   .box-choose .choose-right .item h3:after {
      margin-top: 4px;
   }
}
.box-choose .choose-right .item p {
   font-size: 16px;
   line-height: 1.46666667;

   margin: 0;
}
@media (max-width: 767px) {
   .box-choose .choose-right .item p {
      font-size: 14px;
   }
}
.box-choose .choose-right .item:hover .icon {
   -webkit-animation: swing 1s 0s ease both;
   animation: swing 1s 0s ease both;
}
.box-about {
   font-size: 0;
}
.box-about .about {
   display: inline-block;

   width: 44%;
   padding-top: 10%;
   padding-right: 30px;

   vertical-align: top;
}
@media (max-width: 991px) {
   .box-about .about {
      width: 100%;
      padding-top: 0;
      padding-right: 0;
   }
}
.box-about .about .title {
   text-align: left;
}
.box-about .about .title h2 {
   font-weight: bold;
}
.box-about .about .title h2:after {
   display: block;

   width: 62px;
   height: 4px;
   margin-top: 20px;

   content: '';

   background-color: #0255a5;
}
.box-about .about .text {
   display: -webkit-box;
   overflow: hidden;

   max-height: 192px;
   margin-top: 20px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 8;
}
.box-about .about .text p {
   font-size: 16px;
   line-height: 24px;

   margin: 0;
}
@media (max-width: 767px) {
   .box-about .about .text p {
      font-size: 14px;
   }
}
.box-about .about .more {
   margin-top: 60px;
}
@media (max-width: 991px) {
   .box-about .about .more {
      margin-top: 30px;
   }
}
.box-about .about .more a {
   font-size: 16px;
   line-height: 48px;

   display: inline-block;

   margin-right: 10px;
   padding: 0 40px;

   -webkit-transition: all .2s;
   transition: all .2s;
   vertical-align: middle;

   border: 1px solid #333;
}
.box-about .about .more a:hover {
   color: #fff;
   border-color: #0255a5;
   background-color: #0255a5;
}
.box-about .about .more .play {
   font-size: 40px;
   line-height: 50px;

   display: inline-block;

   width: 50px;
   height: 50px;

   cursor: pointer;
   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;
   vertical-align: middle;

   color: #fff;
   background-color: #0255a5;
}
.box-about .about .more .play:before {
   font-family: 'iconfont' !important;

   content: '\e66d';
}
.box-about .about .more .play:hover {
   background-color: #014b92;
}
.box-about .pic {
   display: inline-block;

   width: 56%;

   vertical-align: top;
}
@media (max-width: 991px) {
   .box-about .pic {
      width: 100%;
   }
   .box-about .pic img {
      width: 100%;
   }
}
.box-about .number {
   max-width: 80%;
   margin-top: -120px;
}
.box-about .number,
.wrap-about .number {
   position: relative;
   z-index: 2;

   padding: 40px 0;

   border-radius: 100px 0 100px 0;
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px) {
   .box-about .number,
   .wrap-about .number {
      max-width: 100%;
      margin-top: -80px;
      padding: 20px 0;
   }
}
.box-about .number>ul,
.wrap-about .number>ul {
   font-size: 0;

   width: 100%;
}
.box-about .number>ul>li,
.wrap-about .number>ul>li {
   display: inline-block;
   float: none;

   vertical-align: top;

   background: url(../images/line.png) no-repeat top right;
}
@media (max-width: 767px) {
   .box-about .number>ul>li:nth-child(2n),
   .wrap-about .number>ul>li:nth-child(2n) {
      background: none;
   }
}
.box-about .number>ul>li:last-child,
.wrap-about .number>ul>li:last-child {
   background: none;
}
.box-about .number .item,
.wrap-about .number .item {
   font-size: 14px;

   padding: 14px 0;

   text-align: center;
}
.box-about .number .item b,
.wrap-about .number .item b {
   font-size: 48px;
   font-weight: 900;

   color: #0255a5;
}
@media (max-width: 1199px) {
   .box-about .number .item b,
   .wrap-about .number .item b {
      font-size: 38px;
   }
}
@media (max-width: 991px) {
   .box-about .number .item b,
   .wrap-about .number .item b {
      font-size: 30px;
   }
}
.box-about .number .item b sup,
.wrap-about .number .item b sup {
   font-size: 16px;

   top: 20px;

   vertical-align: top;
}
.box-about .number .item p,
.wrap-about .number .item p {
   font-size: 20px;
   line-height: 1.5;

   margin: 0;
}
@media (max-width: 991px) {
   .box-about .number .item p,
   .wrap-about .number .item p {
      font-size: 14px;
   }
}
.box-equipment {
   padding-bottom: 0;

   background: url(../images/equipment_bg.jpg) no-repeat center top #fafafa;
}
@media (max-width: 767px) {
   .box-equipment {
      background: #fafafa;
   }
}
.box-equipment .title {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   text-align: left;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
@media (max-width: 767px) {
   .box-equipment .title {
      display: block;
   }
}
.box-equipment .title h2 {
   font-weight: bold;

   display: inline-block;

   width: 45%;

   color: #fff;
}
@media (max-width: 767px) {
   .box-equipment .title h2 {
      width: 100%;

      color: #333;
   }
}
.box-equipment .title h2:after {
   display: block;

   width: 62px;
   height: 4px;
   margin-top: 20px;

   content: '';

   background-color: #fff;
}
@media (max-width: 767px) {
   .box-equipment .title h2:after {
      margin-top: 10px;

      background-color: #0255a5;
   }
}
.box-equipment .title p {
   line-height: 22px;

   display: inline-block;

   width: 40%;
   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .box-equipment .title p {
      display: block;

      width: 100%;
      margin-top: 10px;
   }
}
.box-equipment .title a.more {
   font-size: 16px;
   line-height: 50px;

   display: inline-block;

   height: 50px;
   padding: 0 10px;

   -webkit-transition: all .2s;
   transition: all .2s;
   white-space: nowrap;

   color: #fff;
   background-color: #0255a5;
}
@media (max-width: 767px) {
   .box-equipment .title a.more {
      font-size: 14px;
      line-height: 40px;

      height: 40px;
      margin-top: 10px;
   }
}
.box-equipment .title a.more:hover {
   background-color: #014b92;
}
.box-equipment .slick-equipment {
   margin: 0 -15px;
   margin-top: 50px;
}
@media (max-width: 767px) {
   .box-equipment .slick-equipment {
      margin: 0 -8px;
      margin-top: 30px;
   }
}
.box-equipment .slick-equipment .slick-slide {
   padding: 0 15px;
}
@media (max-width: 767px) {
   .box-equipment .slick-equipment .slick-slide {
      padding: 0 8px;
   }
}
.box-equipment .item {
   display: block;
}
.box-equipment .item:after {
   display: block;

   width: 100%;
   height: 22px;

   content: '';

   background: url(../images/shadow.png) no-repeat center top;
   background-size: 100% 100%;
}
.box-equipment .item .img-box {
   padding-bottom: 63.33333333%;
}
.box-equipment .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.box-equipment .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.box-news {
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fff));
   background-image: -webkit-linear-gradient(#fafafa, #fff);
   background-image: linear-gradient(#fafafa, #fff);
}
.box-news .news {
   font-size: 0;

   margin-top: 30px;

   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-news .pic,
.box-news .list {
   font-size: 14px;

   display: inline-block;

   vertical-align: middle;
}
.box-news .pic {
   overflow: hidden;

   width: 49%;
}
@media (max-width: 991px) {
   .box-news .pic {
      display: none;
   }
}
.box-news .list {
   width: 51%;
}
@media (max-width: 991px) {
   .box-news .list {
      width: 100%;
   }
}
.box-news .list .item {
   position: relative;

   padding: 26px 30px;
}
@media (max-width: 767px) {
   .box-news .list .item {
      padding: 16px;
   }
}
.box-news .list .item:before {
   position: absolute;
   top: 0;
   right: -30px;

   width: 113%;
   height: 100%;

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

   opacity: 0;
   background-color: #0255a5;
}
.box-news .list .item:after {
   position: absolute;
   right: -30px;
   bottom: -40px;

   display: block;

   width: 0;
   height: 0;

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

   opacity: 0;
   border-width: 40px 30px 0 0;
   border-style: solid;
   border-color: #024d96 transparent transparent transparent;
}
.box-news .list .item h3,
.box-news .list .item .date,
.box-news .list .item p {
   position: relative;
   z-index: 2;
}
.box-news .list .item h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
   .box-news .list .item h3 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .box-news .list .item h3 {
      font-size: 18px;
   }
}
.box-news .list .item .date {
   line-height: 30px;

   display: block;

   color: #0255a5;
}
.box-news .list .item p {
   font-size: 16px;
   line-height: 22px;

   display: -webkit-box;
   overflow: hidden;

   max-height: 44px;
   margin: 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
@media (min-width: 1200px) {
   .box-news .list .item:hover:before,
   .box-news .list .item:hover:after {
      opacity: 1;
   }
   .box-news .list .item:hover h3,
   .box-news .list .item:hover .date,
   .box-news .list .item:hover p {
      color: #fff;
   }
}
.box-subscribe {
   margin-bottom: -80px;
   padding: 10px 0 0 0;
}
.box-subscribe .subscribe {
   position: relative;
   z-index: 3;

   padding: 40px 10px;

   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
   .box-subscribe .subscribe {
      padding: 20px 10px;
   }
}
.box-subscribe .subscribe form {
   position: relative;

   max-width: 690px;
   margin: 0 auto;
   margin-top: 30px;
   padding-right: 120px;
}
@media (max-width: 767px) {
   .box-subscribe .subscribe form {
      margin-top: 20px;
   }
}
.box-subscribe .subscribe form input {
   line-height: 44px;

   width: 100%;
   padding: 0 10px;

   background-color: #f6f6f6;
}
.box-subscribe .subscribe form input::-webkit-input-placeholder,
.box-subscribe .subscribe form textarea::-webkit-input-placeholder {
   color: #666;
}
.box-subscribe .subscribe form input:-o-placeholder,
.box-subscribe .subscribe form textarea:-o-placeholder {
   color: #666;
}
.box-subscribe .subscribe form input::-moz-placeholder,
.box-subscribe .subscribe form textarea::-moz-placeholder {
   color: #666;
}
.box-subscribe .subscribe form input:-ms-input-placeholder,
.box-subscribe .subscribe form textarea:-ms-input-placeholder {
   color: #666;
}
.box-subscribe .subscribe form input:focus::-webkit-input-placeholder,
.box-subscribe .subscribe form textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.box-subscribe .subscribe form input:focus::-o-placeholder,
.box-subscribe .subscribe form textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.box-subscribe .subscribe form input:focus::-moz-placeholder,
.box-subscribe .subscribe form textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.box-subscribe .subscribe form input:focus::-ms-input-placeholder,
.box-subscribe .subscribe form textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.box-subscribe .subscribe form .submit {
   line-height: 44px;

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

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

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

   color: #fff;
   border-radius: 0;
   background-color: #0255a5;
}
.box-subscribe .subscribe form .submit:after {
   font-family: 'iconfont' !important;
   font-size: 20px;

   display: inline-block;

   margin-left: 10px;

   content: '\e624';
   vertical-align: middle;
}
.box-subscribe .subscribe form .submit:hover {
   background-color: #014b92;
}
.footer {
   overflow: hidden;

   padding: 130px 0 0 0;

   text-align: center;

   color: #fff;
   background: url(../images/footer_bg.jpg) no-repeat center fixed;
   background-size: cover;
}
@media (max-width: 991px) {
   .footer {
      padding-top: 100px;
      padding-bottom: 55px;
   }
}
.footer .foot-logo img {
   max-height: 75px;
}
@media (max-width: 767px) {
   .footer .foot-logo img {
      max-height: 50px;
   }
}
.footer .foot-nav {
   max-width: 1170px;
   margin: 0 auto;
   margin-top: 14px;

   border-bottom: 1px solid #e0e3e8;
}
.footer .foot-nav ul {
   margin: 0 -40px;
}
@media (max-width: 991px) {
   .footer .foot-nav ul {
      margin: 0 -20px;
   }
}
.footer .foot-nav ul li {
   display: inline-block;

   vertical-align: top;
}
.footer .foot-nav a {
   font-size: 16px;
   line-height: 30px;

   display: inline-block;

   padding: 4px 40px;
}
@media (max-width: 991px) {
   .footer .foot-nav a {
      padding: 0 20px;
   }
}
.footer .foot-nav a:hover {
   color: #0255a5;
}
.footer .foot-text p {
   line-height: 30px;

   position: relative;

   display: inline-block;

   margin: 0 40px;
   margin-top: 20px;
   padding-left: 34px;

   max-width: 28%;

   vertical-align: top;

   text-align: left;
}
@media (max-width: 991px) {
   .footer .foot-text p {

      max-width: 100%;
      margin: 10px 20px 0 20px;
   }
}
@media (max-width: 767px) {

   .footer .foot-text {

      text-align: left;

   }
   .footer .foot-text p {
      margin: 10px 10px 0 10px;
   }
}
.footer .foot-text p:before {
   font-family: 'iconfont' !important;
   font-size: 24px;

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

   content: '\e61d';
}
.footer .foot-text p.tel:before {
   content: '\e679';
}
.footer .foot-text p.email:before {
   content: '\e623';
}
.footer .foot-text p.fax:before {
   content: '\e9d6';
}
.footer .foot-text p a:hover {
   text-decoration: underline;
}
.footer .copyright {
   line-height: 30px;

   overflow: hidden;

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

   background-color: #000;
}
@media (max-width: 1199px) {
   .footer .copyright {
      margin-top: 20px;
      padding: 10px 0;
   }
}
@media (max-width: 767px) {
   .footer .copyright {
      line-height: 22px;
   }
}
.footer .copyright p {
   display: inline-block;

   margin: 0;
}
@media (max-width: 767px) {
   .footer .copyright p {
      font-size: 13px;
      line-height: 24px;

      display: block;
   }
}
.footer .copyright p a:hover {
   text-decoration: underline;
}
.footer .copyright span {
   display: inline-block;

   margin: 0 4px;

   vertical-align: middle;
}
.footer .copyright a.sitemap {
   font-size: 16px;

   margin-left: 20px;

   text-decoration: underline;
}
@media (max-width: 767px) {
   .footer .copyright a.sitemap {
      font-size: 14px;

      float: none;
   }
}
.footer .copyright a.sitemap:hover {
   color: #0255a5;
}
.wrap {
   overflow: hidden;

   padding: 70px 0;
}
@media (max-width: 991px) {
   .wrap {
      padding: 40px 0;
   }
}
.title-in {
   text-align: center;
}
.title-in h2 {
   font-size: 40px;
   font-weight: bold;
   font-weight: 900;

   margin: 0;
}
@media (max-width: 1199px) {
   .title-in h2 {
      font-size: 30px;
   }
}
@media (max-width: 991px) {
   .title-in h2 {
      font-size: 24px;
   }
}
.title-in h2:after {
   display: block;

   width: 60px;
   height: 4px;
   margin: 0 auto;
   margin-top: 10px;

   content: '';

   background-color: #0255a5;
}
.wrap-about {
   position: relative;
   z-index: 2;

   margin-top: -100px;
   padding: 40px 7% 70px;

   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
   .wrap-about {
      margin-top: -60px;
      padding: 40px 15px;
   }
}
.wrap-about .about {
   margin-top: 30px;

   text-align: center;
}
.wrap-about .about p {
   font-size: 16px;
   line-height: 24px;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-about .about p {
      font-size: 14px;
   }
}
.wrap-about .number {
   margin-top: 30px;
}
.wrap-honor {
   background: url(../images/honor_bg.jpg) no-repeat center;
   background-size: cover;
}
.wrap-honor .title {
   color: #fff;
}
.wrap-honor .title p {
   color: #fff;
}
.wrap-honor .slick-honor {
   margin: 0 -24px;
   margin-top: 20px;
}
@media (max-width: 1350px) {
   .wrap-honor .slick-honor {
      margin: 0 -10px;
      margin-top: 20px;
   }
}
@media (max-width: 767px) {
   .wrap-honor .slick-honor {
      margin-right: -5px;
      margin-left: -5px;
   }
}
.wrap-honor .slick-honor .slick-slide {
   padding: 10px 24px;
}
@media (max-width: 1350px) {
   .wrap-honor .slick-honor .slick-slide {
      padding: 10px;
   }
}
@media (max-width: 767px) {
   .wrap-honor .slick-honor .slick-slide {
      padding: 10px 5px;
   }
}
.wrap-honor .slick-honor .item {
   display: block;

   -webkit-transition: all .4s;
   transition: all .4s;
}
.wrap-honor .slick-honor .item .img-box {
   padding-bottom: 129.03225806%;
}
.wrap-honor .slick-honor .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-honor .slick-honor .item:hover {
   -webkit-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
   transform: translateY(-10px);
}
.wrap-equipment .equipment .item {
   display: block;

   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-equipment .equipment .item {
      margin-top: 14px;
   }
}
.wrap-equipment .equipment .item .img-box {
   padding-bottom: 63.33333333%;
}
.wrap-equipment .equipment .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-equipment .equipment .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-news .news .item {
   margin-top: 50px;

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

   border: 1px solid #fff;
}
@media (max-width: 1199px) {
   .wrap-news .news .item {
      margin-top: 30px;
   }
}
@media (max-width: 991px) {
   .wrap-news .news .item {
      margin-top: 14px;
   }
}
.wrap-news .news .item .pic {
   position: relative;
}
@media (max-width: 991px) {
   .wrap-news .news .item .pic {
      padding: 0;
   }
}
.wrap-news .news .item .pic .img-box {
   padding-bottom: 78.88888889%;
}
.wrap-news .news .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-news .news .item .pic .date {
   line-height: 50px;

   position: absolute;
   z-index: 2;
   bottom: 0;
   bottom: 20px;
   left: 0;

   padding: 0 30px;

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

   color: #fff;
   background-color: #0255a5;
}
@media (max-width: 991px) {
   .wrap-news .news .item .pic .date {
      line-height: 30px;

      bottom: 10px;

      padding: 0 20px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .pic .date {
      font-size: 12px;

      left: 10px;

      padding: 0 10px;
   }
}
.wrap-news .news .item .note {
   font-size: 14px;

   padding: 20px 10px 30px;
}
@media (max-width: 991px) {
   .wrap-news .news .item .note {
      padding: 10px 10px 0 10px;
   }
}
.wrap-news .news .item .note h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 26px;

   display: -webkit-box;
   overflow: hidden;

   height: 52px;
   margin: 0;

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

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .note h3 {
      font-size: 18px;
   }
}
@media (max-width: 991px) {
   .wrap-news .news .item .note h3 {
      font-size: 16px;
      line-height: 24px;

      height: 48px;
   }
}
.wrap-news .news .item .note p {
   font-size: 16px;
   line-height: 22px;

   display: -webkit-box;
   overflow: hidden;

   height: 66px;
   margin: 10px 0 0 0;

   color: #666;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
   .wrap-news .news .item .note p {
      font-size: 13px;
      line-height: 20px;

      display: -webkit-box;
      overflow: hidden;

      height: 40px;

      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
   }
}
@media (min-width: 1200px) {
   .wrap-news .news .item:hover {
      border-color: #0255a5;
   }
   .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-details .title-details {
   overflow: hidden;

   padding-bottom: 14px;

   border-bottom: 1px solid #dbdbdb;
}
.wrap-news-details .title-details h1 {
   font-size: 42px;
   font-weight: bold;
   line-height: 1.2;

   margin: 0 0 14px 0;
}
@media (max-width: 1470px) {
   .wrap-news-details .title-details h1 {
      font-size: 34px;
   }
}
@media (max-width: 1199px) {
   .wrap-news-details .title-details h1 {
      font-size: 30px;
   }
}
@media (max-width: 991px) {
   .wrap-news-details .title-details h1 {
      font-size: 24px;
   }
}
.wrap-news-details .title-details .date {
   line-height: 50px;

   display: inline-block;

   padding: 0 30px;

   color: #fff;
   background-color: #0255a5;
}
@media (max-width: 991px) {
   .wrap-news-details .title-details .date {
      line-height: 40px;
   }
}
@media (max-width: 767px) {
   .wrap-news-details .title-details .date {
      padding: 0 10px;
   }
}
.wrap-news-details .title-details .share {
   float: right;

   margin-top: 10px;
}
@media (max-width: 767px) {
   .wrap-news-details .title-details .share {
      margin-top: 5px;
   }
}
.wrap-news-details .title-details .share p,
.wrap-news-details .title-details .share .addthis_inline_share_toolbox {
   display: inline-block;

   margin: 0;

   vertical-align: middle;
}
.wrap-news-details .title-details .share p {
   font-size: 24px;
   font-weight: bold;
}
@media (max-width: 991px) {
   .wrap-news-details .title-details .share p {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .wrap-news-details .title-details .share p {
      font-size: 14px;
   }
}
.wrap-news-details .text {
   margin-top: 30px;
}
.wrap-news-details .text p {
   font-size: 16px;
   line-height: 1.5;

   margin: 0;
}
@media (max-width: 767px) {
   .wrap-news-details .text p {
      font-size: 14px;
   }
}
.wrap-news-details .text img {
   max-width: 100%;
   height: auto !important;
}
.wrap-news-details .relate-details {
   margin-top: 40px;
}
.wrap-news-details .relate-details a {
   font-size: 18px;
   line-height: 30px;

   display: block;
   overflow: hidden;

   height: 30px;

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

   color: #666;
}
.wrap-news-details .relate-details a span,
.wrap-news-details .relate-details a .icon {
   display: inline-block;

   vertical-align: middle;
}
.wrap-news-details .relate-details a span {
   margin: 0 10px;
}
.wrap-news-details .relate-details a .icon {
   font-size: 24px;

   color: #999;
}
.wrap-news-details .relate-details a:hover {
   color: #0255a5;
}
.wrap-news-details .relate-details a:hover .icon {
   color: #0255a5;
}
.wrap-news-details .relate-details .next {
   text-align: right;
}
.wrap-news-details .relate-details .next .iconfont {
   float: right;
}
.wrap-download .download {
   margin-top: -50px;
}
@media (max-width: 1199px) {
   .wrap-download .download {
      margin-top: -30px;
   }
}
.wrap-download .download .item {
   display: block;

   margin-top: 50px;
   padding: 30px;

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

   border: 1px solid #bebebe;
}
@media (max-width: 1199px) {
   .wrap-download .download .item {
      margin-top: 30px;
      padding: 20px 10px;
   }
}
@media (max-width: 767px) {
   .wrap-download .download .item {
      padding: 10px;
   }
}
.wrap-download .download .item h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 0;

   text-transform: capitalize;

   color: #333;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
   .wrap-download .download .item h3 {
      font-size: 20px;
   }
}
@media (max-width: 991px) {
   .wrap-download .download .item h3 {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .wrap-download .download .item h3 {
      font-size: 16px;
   }
}
.wrap-download .download .item .desc {
   display: -webkit-box;
   overflow: hidden;

   height: 72px;
   margin-top: 10px;

   color: #666;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
   .wrap-download .download .item .desc {
      margin-top: 4px;
   }
}
.wrap-download .download .item .desc p {
   font-size: 16px;
   line-height: 24px;

   margin: 0;
}
@media (max-width: 767px) {
   .wrap-download .download .item .desc p {
      font-size: 14px;
   }
}
.wrap-download .download .item a.down {
   line-height: 40px;

   display: inline-block;

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

   cursor: pointer;
   text-align: center;

   color: #fff;
   background-color: #0255a5;
}
@media (max-width: 991px) {
   .wrap-download .download .item a.down {
      line-height: 30px;

      padding: 0 20px;
   }
}
@media (max-width: 767px) {
   .wrap-download .download .item a.down {
      line-height: 30px;

      margin-top: 10px;
      padding: 0 10px;
   }
}
.wrap-download .download .item a.down:after {
   font-family: 'iconfont' !important;
   font-size: 20px;
   font-weight: normal;

   float: right;

   margin-left: 10px;

   content: '\ebb4';
}
.wrap-download .download .item:hover {
   -webkit-transform: translateY(-8px);
   -ms-transform: translateY(-8px);
   transform: translateY(-8px);

   background-color: #0255a5;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-download .download .item:hover p,
.wrap-download .download .item:hover h3 {
   color: #fff;
}
.wrap-download .download .item:hover a.down {
   color: #0255a5;
   background-color: #fff;
}
.wrap-contact .title-contact h2 {
   font-size: 34px;
   font-weight: bold;
   line-height: 1.2;

   margin: 0 0 4px;

   text-transform: capitalize;
}
@media (max-width: 1199px) {
   .wrap-contact .title-contact h2 {
      font-size: 34px;
   }
}
@media (max-width: 991px) {
   .wrap-contact .title-contact h2 {
      font-size: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-contact .title-contact h2 {
      font-size: 24px;
   }
}
.wrap-contact .title-contact p {
   font-size: 16px;
   line-height: 24px;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-contact .title-contact p {
      font-size: 14px;
   }
}
.wrap-contact .contact {
   margin-right: 5%;
   padding: 40px 30px;

   background-color: #f0f0f0;
}
@media (max-width: 1199px) {
   .wrap-contact .contact {
      margin-right: 0;
   }
}
@media (max-width: 767px) {
   .wrap-contact .contact {
      padding: 30px 14px;
   }
}
.wrap-contact .contact .item {
   position: relative;

   margin-top: 40px;
   padding-left: 56px;
}
@media (max-width: 1199px) {
   .wrap-contact .contact .item {
      margin-top: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-contact .contact .item {
      margin-top: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-contact .contact .item {
      margin-top: 20px;
      padding-left: 50px;
   }
}
.wrap-contact .contact .item .icon {
   font-size: 20px;
   line-height: 38px;

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

   width: 38px;
   height: 38px;

   text-align: center;

   color: #fff;
   border-radius: 50%;
   background-color: #0255a5;
}
.wrap-contact .contact .item h4 {
   font-size: 20px;
   line-height: 1.4;

   margin: 0;

   text-transform: capitalize;
}
@media (max-width: 991px) {
   .wrap-contact .contact .item h4 {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .wrap-contact .contact .item h4 {
      font-size: 16px;
   }
}
.wrap-contact .contact .item p {
   font-size: 16px;
   line-height: 26px;

   margin: 0;

   color: #333;
}
@media (max-width: 767px) {
   .wrap-contact .contact .item p {
      font-size: 14px;
      line-height: 22px;
   }
}
.wrap-contact .contact .item p a:hover {
   text-decoration: underline;
}
.wrap-contact .message {
   padding: 40px 0;
}
@media (max-width: 767px) {
   .wrap-contact .message {
      padding-top: 30px;
      padding-bottom: 0;
   }
}
.wrap-contact .message form input,
.wrap-contact .message form textarea {
   font-size: 14px;
   line-height: 28px;

   width: 100%;
   margin-top: 20px;
   padding: 6px 20px;

   resize: vertical;

   border: none;
   border: 1px solid #999;
   outline: none;
   background: none;
   background-color: #fff;
}
@media (max-width: 767px) {
   .wrap-contact .message form input,
   .wrap-contact .message form textarea {
      font-size: 14px;
      line-height: 24px;

      margin-top: 10px;
      padding: 8px 10px;
   }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder {
   color: #999;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder {
   color: #999;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder {
   color: #999;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder {
   color: #999;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.wrap-contact .message form p {
   font-size: 16px;
   line-height: 30px;

   margin: 6px 0 0 0;
}
@media (max-width: 767px) {
   .wrap-contact .message form p {
      font-size: 14px;
   }
}
.wrap-contact .message form p span {
   color: #c9161c;
}
.wrap-contact .message form .submit {
   font-size: 16px;
   font-weight: bold;
   line-height: 40px;

   height: 40px;
   margin-top: 20px;
   padding: 0 40px;

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

   color: #fff;
   border: none;
   border-radius: 0;
   outline: none;
   background-color: #0255a5;
   box-shadow: none;
}
.wrap-contact .message form .submit:hover {
   background-color: #014b92;
}
.wrap-map {
   margin-top: 70px;
}
@media (max-width: 1199px) {
   .wrap-map {
      margin-top: 50px;
   }
}
@media (max-width: 767px) {
   .wrap-map {
      margin-top: 30px;
   }
}
.wrap-map .map-content {
   height: 400px;
}
@media (max-width: 991px) {
   .wrap-map .map-content {
      height: 300px;
   }
}
.wrap-product .product {
   margin-top: -40px;
}
@media (min-width: 768px) {
   .wrap-product .product ul li:nth-child(2n) .item:before {
      right: 0;
      left: auto;
   }
   .wrap-product .product ul li:nth-child(2n) .item .item-left {
      left: -webkit-calc(100% - 360px);
      left: calc(100% - 360px);

      padding: 20px 20px 20px 0;
   }
   .wrap-product .product ul li:nth-child(2n) .item .item-right {
      right: 360px;
   }
   .wrap-product .product ul li:nth-child(2n) .item:hover .item-left .pic {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px);
   }
}
@media (min-width: 768px) and (max-width: 1199px) {
   .wrap-product .product ul li:nth-child(2n) .item .item-left {
      left: -webkit-calc(100% - 280px);
      left: calc(100% - 280px);
   }
}
@media (min-width: 768px) and (max-width: 1199px) {
   .wrap-product .product ul li:nth-child(2n) .item .item-right {
      right: 280px;
   }
}
.wrap-product .product .item {
   font-size: 0;

   position: relative;

   display: block;

   margin-top: 40px;

   border: 1px solid #1289c6;
}
.wrap-product .product .item:before {
   position: absolute;
   left: 0;

   display: block;

   width: 290px;
   height: 100%;

   content: '';

   background-color: #0255a5;
}
@media (max-width: 1199px) {
   .wrap-product .product .item:before {
      width: 200px;
   }
}
@media (max-width: 767px) {
   .wrap-product .product .item:before {
      width: 100%;
      height: 200px;
   }
}
.wrap-product .product .item .item-left,
.wrap-product .product .item .item-right {
   font-size: 14px;

   position: relative;
   z-index: 2;

   display: inline-block;

   vertical-align: middle;
}
.wrap-product .product .item .item-left {
   width: 360px;
   padding: 20px 0 20px 20px;
}
@media (max-width: 1199px) {
   .wrap-product .product .item .item-left {
      width: 280px;
   }
}
@media (max-width: 767px) {
   .wrap-product .product .item .item-left {
      width: 100%;
      padding: 10px;
   }
}
.wrap-product .product .item .item-left .pic {
   position: relative;

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

   color: #fff;
   background-color: #000;
}
.wrap-product .product .item .item-left .img-box {
   padding-bottom: 79.41176471%;

   opacity: .32;
}
.wrap-product .product .item .item-left .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-product .product .item .item-left .note {
   position: absolute;
   z-index: 2;
   top: 50%;

   width: 100%;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
}
.wrap-product .product .item .item-left .note h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.2;

   margin: 0;
}
@media (max-width: 991px) {
   .wrap-product .product .item .item-left .note h3 {
      font-size: 20px;
   }
}
.wrap-product .product .item .item-left .note .more {
   font-size: 16px;
   line-height: 50px;

   display: inline-block;

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

   color: #fff;
   background-color: #0255a5;
}
@media (max-width: 991px) {
   .wrap-product .product .item .item-left .note .more {
      line-height: 40px;

      padding: 0 30px;
   }
}
.wrap-product .product .item .item-right {
   width: -webkit-calc(100% - 360px);
   width: calc(100% - 360px);
}
@media (max-width: 1199px) {
   .wrap-product .product .item .item-right {
      width: -webkit-calc(100% - 280px);
      width: calc(100% - 280px);
   }
}
@media (max-width: 767px) {
   .wrap-product .product .item .item-right {
      width: 100%;
   }
}
.wrap-product .product .item .item-right img {
   width: 100%;
}
@media (min-width: 1200px) {
   .wrap-product .product .item:hover .item-left .pic {
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px);
   }
   .wrap-product .product .item:hover .item-left .img-box img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
   }
}
.product-nav {
   border-bottom: 1px solid #e3e3e3;
}
.product-nav .pmenu-level1 {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   text-align: center;

   border-left: 1px solid #e3e3e3;
}
@media (max-width: 1199px) {
   .product-nav .pmenu-level1 {
      position: relative;

      display: block;

      border: none;
      border-bottom: 1px solid #e3e3e3;
   }
}
.product-nav .pmenu-level1>li {
   width: 16.66666667%;

   border-right: 1px solid #e3e3e3;
}
@media (min-width: 1200px) {
   .product-nav .pmenu-level1>li {
      position: relative;
   }
}
@media (max-width: 1199px) {
   .product-nav .pmenu-level1>li {
      display: inline-block;

      width: auto;

      vertical-align: top;
   }
}
@media (max-width: 991px) {
   .product-nav .pmenu-level1>li {
      border: none;
   }
}
.product-nav .pmenu-level1>li>a {
   font-size: 20px;
   font-weight: bold;
   line-height: 30px;

   display: block;

   padding: 25px 10px;
}
@media (max-width: 1470px) {
   .product-nav .pmenu-level1>li>a {
      font-size: 18px;
   }
}
@media (max-width: 991px) {
   .product-nav .pmenu-level1>li>a {
      font-size: 16px;
      line-height: 24px;

      padding: 10px;
   }
}
@media (max-width: 767px) {
   .product-nav .pmenu-level1>li>a {
      padding: 4px 8px;
   }
}
.product-nav .pmenu-level1>li .pmenu-level2 {
   position: absolute;
   z-index: 2;
   top: 100%;
   left: 0;

   display: none;

   width: 100%;
   padding: 10px 0;

   color: #fff;
   background-color: rgba(2, 85, 165, .8);
}
@media (max-width: 1199px) {
   .product-nav .pmenu-level1>li .pmenu-level2>li {
      display: inline-block;

      vertical-align: top;
   }
}
.product-nav .pmenu-level1>li .pmenu-level2>li>a {
   font-size: 16px;
   line-height: 34px;

   display: block;

   padding: 0 20px;
}
@media (max-width: 767px) {
   .product-nav .pmenu-level1>li .pmenu-level2>li>a {
      font-size: 14px;
      line-height: 24px;

      padding: 4px 10px;
   }
}
.product-nav .pmenu-level1>li .pmenu-level2>li:hover>a {
   text-decoration: underline;
}
.product-nav .pmenu-level1>li.active>a,
.product-nav .pmenu-level1>li:hover>a {
   color: #0255a5;
}
.product-nav .xs-product-nav>li {
   display: inline-block;

   vertical-align: top;
}
.product-nav .xs-product-nav>li>a {
   line-height: 24px;

   display: block;

   padding: 5px 10px;
}
.product-nav .xs-product-nav>li.active>a {
   color: #0255a5;
}
.wrap-product-list .title-product-list {
   position: relative;

   padding-bottom: 10px;

   border-bottom: 1px solid #dadada;
}
.wrap-product-list .title-product-list:after {
   position: absolute;
   z-index: 2;
   bottom: -2px;
   left: 0;

   display: block;

   width: 50px;
   height: 3px;

   content: '';

   background-color: #0255a5;
}
.wrap-product-list .title-product-list h2 {
   font-size: 40px;
   font-weight: bold;
   line-height: 1.2;

   margin: 0;
}
@media (max-width: 1199px) {
   .wrap-product-list .title-product-list h2 {
      font-size: 34px;
   }
}
@media (max-width: 991px) {
   .wrap-product-list .title-product-list h2 {
      font-size: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-product-list .title-product-list h2 {
      font-size: 24px;
   }
}
@media (max-width: 767px) {
   .wrap-product-list .product-list {
      margin-top: 10px;
   }
}
.wrap-product-list .product-list .item {
   display: block;

   margin-top: 36px;

   text-align: center;
}
@media (max-width: 767px) {
   .wrap-product-list .product-list .item {
      margin-top: 20px;
   }
}
.wrap-product-list .product-list .item .pic {
   position: relative;

   overflow: hidden;

   border: 1px solid #c9c9c9;
}
.wrap-product-list .product-list .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-product-list .product-list .item .mask {
   position: absolute;
   z-index: 2;
   bottom: 0;
   left: 0;

   width: 100%;
   padding: 30px 15px;

   -webkit-transition: all .5s;
   transition: all .5s;
   -webkit-transform: translateY(102%);
   -ms-transform: translateY(102%);
   transform: translateY(102%);

   color: #fff;
   border: 0;
   background-color: rgba(2, 85, 165, .9);
}
.wrap-product-list .product-list .item .mask h3 {
   font-size: 16px;
   line-height: 40px;

   display: -webkit-box;
   overflow: hidden;

   height: 40px;
   margin: 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
.wrap-product-list .product-list .item .mask .icon {
   font-size: 30px;
   line-height: 1;

   margin-top: 6px;
}
.wrap-product-list .product-list .item .note {
   margin-top: 10px;

   -webkit-transition: transform .5s;
   -webkit-transition: -webkit-transform .5s;
   transition: -webkit-transform .5s;
   transition: transform .5s;
   transition: transform .5s, -webkit-transform .5s;
}
.wrap-product-list .product-list .item .note h3 {
   font-size: 16px;
   line-height: 40px;

   display: -webkit-box;
   overflow: hidden;

   height: 40px;
   margin: 0;

   color: #fff;
   background-color: #999;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (min-width: 1200px) {
   .wrap-product-list .product-list .item:hover .pic .img-box img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
   }
   .wrap-product-list .product-list .item:hover .mask {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }
   .wrap-product-list .product-list .item:hover .note {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);

      opacity: 0;
   }
}
.wrap-product-show .carousel-wrap {
   overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel {
   position: relative;

   float: left;

   width: 50%;
   padding-right: 140px;
}
@media (max-width: 1470px) {
   .wrap-product-show .carousel-wrap .carousel {
      padding-right: 120px;
   }
}
@media (max-width: 1350px) {
   .wrap-product-show .carousel-wrap .carousel {
      padding-right: 100px;
   }
}
@media (max-width: 991px) {
   .wrap-product-show .carousel-wrap .carousel {
      width: 100%;
      margin-top: 20px;
   }
}
@media (max-width: 767px) {
   .wrap-product-show .carousel-wrap .carousel {
      padding-right: 0;
   }
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
   font-size: 0;

   position: relative;

   border: 1px solid #a7a7a7;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
   position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .iframe,
.wrap-product-show .carousel-wrap .carousel .slider-for video {
   position: absolute;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;
}
.wrap-product-show .carousel-wrap .slider-nav {
   position: absolute;
   top: 50%;
   right: 0;

   width: 110px;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
@media (max-width: 1470px) {
   .wrap-product-show .carousel-wrap .slider-nav {
      width: 100px;
   }
}
@media (max-width: 1350px) {
   .wrap-product-show .carousel-wrap .slider-nav {
      width: 80px;
   }
}
@media (max-width: 767px) {
   .wrap-product-show .carousel-wrap .slider-nav {
      position: relative;
      top: 0;

      width: 100%;
      margin-top: 10px;
      padding: 0 30px;

      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide {
   padding: 4px 0;

   outline: none;
}
@media (max-width: 767px) {
   .wrap-product-show .carousel-wrap .slider-nav .slick-slide {
      padding: 0 4px;
   }
}
.wrap-product-show .carousel-wrap .slider-nav .item {
   position: relative;

   border: 1px solid #a7a7a7;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video {
   position: relative;

   background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box {
   opacity: .6;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after {
   font-family: 'iconfont' !important;
   font-size: 50px;

   position: absolute;
   z-index: 2;
   top: 50%;
   left: 50%;

   content: '\e66d';
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);

   color: #fff;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item {
   border: 1px solid #0255a5;
}
@media (min-width: 1200px) {
   .wrap-product-show .carousel-wrap .slider-nav .slick-arrow {
      line-height: 40px;

      position: relative;
      top: 0;
      right: 0;
      left: 0;

      width: 100%;
      height: 40px;
      margin: 0;
      padding: 0;

      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      text-align: center;

      color: #999;
      background: none;
   }
   .wrap-product-show .carousel-wrap .slider-nav .slick-arrow:before {
      font-family: 'iconfont' !important;

      display: inline-block;

      content: '\e717';
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
   }
   .wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next:before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
   }
   .wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover {
      color: #0255a5;
   }
}
@media (max-width: 767px) {
   .wrap-product-show .carousel-wrap .slider-nav .slick-arrow {
      left: 0;
   }
   .wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next {
      right: 0;
      left: auto;
   }
}
.wrap-product-show .info-box {
   position: relative;

   float: left;

   width: 50%;
   padding-top: 50px;
   padding-left: 5%;
}
@media (max-width: 991px) {
   .wrap-product-show .info-box {
      width: 100%;
      margin-top: 20px;
      padding-left: 0;
   }
}
.wrap-product-show .info-box .title-info {
   padding-bottom: 10px;

   border-bottom: 1px solid #666;
}
.wrap-product-show .info-box .title-info h1 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.4;

   position: relative;

   display: block;

   margin: 0;
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box .title-info h1 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .wrap-product-show .info-box .title-info h1 {
      font-size: 18px;
   }
}
.wrap-product-show .info-box .text {
   margin-top: 30px;
}
@media (max-width: 1350px) {
   .wrap-product-show .info-box .text {
      margin-top: 20px;
   }
}
.wrap-product-show .info-box .text p {
   font-size: 16px;
   line-height: 24px;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-product-show .info-box .text p {
      font-size: 14px;
   }
}
.wrap-product-show .info-box .share {
   margin-top: 30px;
}
@media (max-width: 1350px) {
   .wrap-product-show .info-box .share {
      margin-top: 20px;
   }
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox {
   display: inline-block;

   vertical-align: middle;
}
.wrap-product-show .info-box .share p {
   font-size: 24px;
   font-weight: bold;

   margin: 0;
}
@media (max-width: 991px) {
   .wrap-product-show .info-box .share p {
      font-size: 20px;
   }
}
.wrap-product-show .info-box .btn-inquiry {
   margin-top: 30px;
}
.wrap-product-show .info-box .btn-inquiry a {
   font-size: 16px;
   line-height: 40px;

   display: inline-block;

   padding: 0 30px;

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

   color: #fff;
   background-color: #0255a5;
}
.wrap-product-show .info-box .btn-inquiry a:hover {
   background-color: #014b92;
}
.wrap-product-show .title-product-show h2 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.2;

   position: relative;

   margin: 0;
}
@media (max-width: 991px) {
   .wrap-product-show .title-product-show h2 {
      font-size: 20px;
   }
}
.wrap-product-show .title-product-show p {
   line-height: 24px;

   margin: 0;

   color: #666;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product,
.wrap-product-show .relate-products {
   padding-top: 50px;
}
.wrap-product-show .parameter .title,
.wrap-product-show .inquiry .title,
.wrap-product-show .relate-product .title,
.wrap-product-show .relate-products .title {
   text-align: left;
}
.wrap-product-show .parameter .text {
   margin-top: 20px;
}
.wrap-product-show .parameter .text img {
   max-width: 100%;
   height: auto !important;
}
.wrap-product-show .parameter .text p {
   font-size: 16px;
   line-height: 24px;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-product-show .parameter .text p {
      font-size: 14px;
   }
}
.wrap-product-show .parameter .table-box {
   overflow: auto;

   width: 100%;
   max-width: 100%;
}
.wrap-product-show .parameter .table-box table {
   line-height: 1.2;

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

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

   text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
   width: auto !important;
   height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
   font-weight: normal;

   padding: 10px !important;

   border: 1px solid #d6d6d6 !important;
}
@media (max-width: 480px) {
   .wrap-product-show .parameter .table-box table td,
   .wrap-product-show .parameter .table-box table th {
      padding: 8px !important;
   }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span {
   margin: 0 !important;
   padding: 0 !important;

   background: none !important;
}
.wrap-product-show .parameter .table-box table th {
   text-align: center;
}
.wrap-product-show .inquiry .row {
   margin: 0 -10px;
}
.wrap-product-show .inquiry .row .itembox {
   padding: 0 10px;
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea {
   line-height: 30px;

   width: 100%;
   min-height: 50px;
   margin-top: 20px;
   padding: 6px 20px;

   resize: vertical;

   border: 1px solid #bbb;
   background: none;
}
@media (max-width: 767px) {
   .wrap-product-show .inquiry form input,
   .wrap-product-show .inquiry form textarea {
      line-height: 24px;

      margin-top: 10px;
   }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.wrap-product-show .inquiry form .read input {
   background-color: #f7f7f7;
}
.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder {
   color: #666;
}
.wrap-product-show .inquiry form .submit {
   font-size: 16px;
   line-height: 40px;

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

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

   color: #fff;
   border-radius: 0;
   background-color: #0255a5;
}
.wrap-product-show .inquiry form .submit:hover {
   background-color: #014b92;
}
.wrap-product-show .relate-products .slick-relate-product {
   margin: 0 -15px;
}
@media (max-width: 767px) {
   .wrap-product-show .relate-products .slick-relate-product {
      margin: 0 -8px;
   }
}
.wrap-product-show .relate-products .slick-relate-product .slick-slide {
   padding: 0 15px;
}
@media (max-width: 767px) {
   .wrap-product-show .relate-products .slick-relate-product .slick-slide {
      padding: 0 8px;
   }
}
.wrap-product-show .relate-products .slick-relate-product .item {
   display: block;

   margin-top: 36px;

   text-align: center;
}
@media (max-width: 767px) {
   .wrap-product-show .relate-products .slick-relate-product .item {
      margin-top: 20px;
   }
}
.wrap-product-show .relate-products .slick-relate-product .item .pic {
   position: relative;

   overflow: hidden;

   border: 1px solid #c9c9c9;
}
.wrap-product-show .relate-products .slick-relate-product .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-product-show .relate-products .slick-relate-product .item .mask {
   position: absolute;
   z-index: 2;
   bottom: 0;
   left: 0;

   width: 100%;
   padding: 30px 15px;

   -webkit-transition: all .5s;
   transition: all .5s;
   -webkit-transform: translateY(102%);
   -ms-transform: translateY(102%);
   transform: translateY(102%);

   color: #fff;
   border: 0;
   background-color: rgba(2, 85, 165, .9);
}
.wrap-product-show .relate-products .slick-relate-product .item .mask h3 {
   font-size: 16px;
   line-height: 40px;

   display: -webkit-box;
   overflow: hidden;

   height: 40px;
   margin: 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
.wrap-product-show .relate-products .slick-relate-product .item .mask .icon {
   font-size: 30px;
   line-height: 1;

   margin-top: 6px;
}
.wrap-product-show .relate-products .slick-relate-product .item .note {
   margin-top: 10px;

   -webkit-transition: transform .5s;
   -webkit-transition: -webkit-transform .5s;
   transition: -webkit-transform .5s;
   transition: transform .5s;
   transition: transform .5s, -webkit-transform .5s;
}
.wrap-product-show .relate-products .slick-relate-product .item .note h3 {
   font-size: 16px;
   line-height: 40px;

   display: -webkit-box;
   overflow: hidden;

   height: 40px;
   margin: 0;

   color: #fff;
   background-color: #999;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (min-width: 1200px) {
   .wrap-product-show .relate-products .slick-relate-product .item:hover .pic .img-box img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
   }
   .wrap-product-show .relate-products .slick-relate-product .item:hover .mask {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }
   .wrap-product-show .relate-products .slick-relate-product .item:hover .note {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);

      opacity: 0;
   }
}
.wrap-product-show .relate-products .slick-relate-product .slick-arrow {
   left: -40px;
}
@media (max-width: 991px) {
   .wrap-product-show .relate-products .slick-relate-product .slick-arrow {
      left: -10px;
   }
}
.wrap-product-show .relate-products .slick-relate-product .slick-arrow.slick-next {
   right: -40px;
   left: auto;
}
@media (max-width: 991px) {
   .wrap-product-show .relate-products .slick-relate-product .slick-arrow.slick-next {
      right: -10px;
   }
}
.wrap-sitemap .title-in {
   text-align: left;
}
.wrap-sitemap .sitemap {
   margin-top: 40px;
}
@media (max-width: 1199px) {
   .wrap-sitemap .sitemap {
      margin-top: 30px;
   }
}
.wrap-sitemap .sitemap>ul>li {
   position: relative;

   width: 100%;
   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li {
      min-height: 38px;
      margin-top: 20px;
      padding-left: 0;
   }
}
.wrap-sitemap .sitemap>ul>li>a {
   font-size: 18px;
   font-weight: bold;
   line-height: 28px;

   display: inline-block;

   min-width: 240px;
   padding: 10px 30px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-transform: capitalize;

   border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>a {
      font-size: 16px;

      min-width: 140px;
      padding: 4px 10px;
   }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
   color: #fff;
   background-color: #0255a5;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
   text-decoration: underline;

   background-color: #0255a5;
}
.wrap-sitemap .sitemap>ul>li>ul {
   position: relative;

   padding: 10px 0;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul {
      margin: 0 -10px;
      margin-top: 10px;
      padding: 0;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
   display: block;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
   font-size: 16px;
   font-weight: bold;
   line-height: 28px;

   display: block;

   padding: 5px 30px;

   text-transform: capitalize;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul>li>a {
      font-size: 14px;
      line-height: 30px;

      min-width: auto;
      padding: 0 10px;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li>a:hover>a {
   text-decoration: underline;

   color: #0255a5;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul {
   padding: 0 20px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul>li>ul {
      padding: 0;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
   display: inline-block;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
   line-height: 30px;

   display: block;

   padding: 0 10px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul>li>ul>li a {
      font-size: 13px;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover a {
   text-decoration: underline;

   color: #0255a5;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
   text-decoration: underline;

   color: #0255a5;
}
nav {
   text-align: center;
}
.pagination {
   margin: 60px 0 0 0;
   padding: 0;
}
@media (max-width: 991px) {
   .pagination {
      margin-top: 30px;
   }
}
.pagination li.prev a:before,
.pagination li.next a:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   display: inline-block;

   content: '\eb60';
}
.pagination li.next a:before {
   content: '\e625';
}
.pagination li a {
   line-height: 32px;

   display: block;

   width: 32px;
   height: 32px;
   margin: 0 6px;
   padding: 0;

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

   color: #333;
   border: none;
   border: 1px solid #a7a7a7;
}
@media (max-width: 991px) {
   .pagination li a {
      line-height: 34px;

      width: 34px;
      height: 34px;
      margin: 0 4px;
   }
}
.pagination li a span {
   border-radius: 0;
}
.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: #0255a5;
   background-color: #0255a5;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
   color: #fff;
   border-color: #0255a5;
   background-color: #0255a5;
}
@media (max-width: 1199px) {
   .skiptranslate iframe {
      display: none;
   }
   .google-translation .skiptranslate {
      display: inline-block;
   }
   body {
      top: 0 !important;
   }
}
.map-content label {
   line-height: 30px !important;

   max-width: 200px;
   padding: 0 10px !important;

   border: none !important;
   box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}

.share-cn {
   display: none;
}
&[lang=zh-CN] {
   .share-cn {
      display: block;
   }
   .share-other {
      display: none;
   }
}
.a2a_kit {
   display: inline-block;
   vertical-align: middle;
}

.translate {
   display: inline-block;
   vertical-align: middle;
   float: right;
   margin-top: 6px;
   margin-left: 20px;
}
@media (max-width: 1199px) {
   .translate {
      margin-top: 3px;
   }
}