.ff,
.banner .mobile-video:before {
   font-family: 'iconfont' !important;
}
@font-face {
   font-family: 'Urbanist';
   font-weight: 900;
   font-style: normal;

   src: local('Urbanist Black'), local('Urbanist-Black'), url('../fonts/Urbanist-Black.woff2') format('woff2'), url('../fonts/Urbanist-Black.woff') format('woff'), url('../fonts/Urbanist-Black.ttf') format('truetype');
   font-display: swap;
}
body {
   font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;

   overflow-x: hidden;

   color: #405b80;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -ms-scroll-chaining: none;
   overscroll-behavior: none;
}
:root {
   scroll-behavior: unset;
}
.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%;
}
.fszero {
   font-size: 0;

   overflow: hidden;

   width: 0;
   height: 0;
}
.fszero h1 {
   margin: 0;
}
[lang=zh-CN] .share-cn {
   display: block;
}
[lang=zh-CN] .share-other {
   display: none;
}
.a2a_kit {
   display: inline-block;

   vertical-align: middle;
}
@-ms-viewport {
   width: auto !important;
}
li,
ol,
ul {
   margin: 0;
   padding: 0;

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

   color: inherit;
}
input[type=number] {
   -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   margin: 0;

   -webkit-appearance: none;
}
button,
input,
textarea {
   border: none;
   outline: none;
}
a[data-fancybox] {
   outline: none;
}
a[data-fancybox] img {
   outline: none !important;
}
.slick-slide {
   outline: none;
}
.slick-slide a {
   outline: none !important;
}
img[data-lazy] {
   background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
   min-width: 1px;
   min-height: 1px;

   background: url(../images/ajax-loader.gif) no-repeat center;
}
@media (min-width: 1200px) {
   .wow {
      visibility: hidden;
   }
}
.lazy {
   background-image: url(../images/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;
}
body.fixed {
   position: fixed;

   overflow: hidden;

   width: 100%;
   height: 100%;
}
body.searchactive {
   position: fixed;

   overflow: hidden;

   width: 100%;
   height: 100%;
}
@media (min-width: 1470px) {
   .container {
      max-width: 1440px;
   }
}
@media (max-width: 767px) {
   .col-6:nth-child(2n+1) {
      padding-right: 7.5px;
   }
   .col-6:nth-child(2n) {
      padding-left: 7.5px;
   }
}
.fancybox-slide--iframe .fancybox-content {
   width: 100%;
   max-width: 80%;
   height: 100%;
   min-height: 50%;
   max-height: 80%;
   margin: 0;
}
.fancybox-slide--video video {
   max-width: 80%;
   padding: 0;
}
@media (max-width: 767px) {
   .fancybox-slide--video video {
      max-width: 95%;
   }
}
.fancybox-slide>video {
   padding: 0;
}
.swiper-lazy {
   background: url(../images/ajax-loader.gif) no-repeat center;
}
.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;
}
.slick-arrow {
   font-size: 16px;
   font-size: 0;
   line-height: 50px;

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

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

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

   border: none;
   border: 1px dashed #ccc;
   border-radius: 50%;
   background: none;
}
@media (max-width: 1470px) {
   .slick-arrow {
      left: -3%;
   }
}
@media (max-width: 1199px) {
   .slick-arrow {
      line-height: 40px;

      width: 40px;
      height: 40px;
   }
}
@media (max-width: 767px) {
   .slick-arrow {
      line-height: 36px;

      left: -5px;

      width: 36px;
      height: 36px;
   }
}
.slick-arrow:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   display: block;

   content: '\eb60';
}
.slick-arrow.slick-next {
   right: -8%;
   left: auto;
}
@media (max-width: 1470px) {
   .slick-arrow.slick-next {
      right: -3%;
   }
}
@media (max-width: 767px) {
   .slick-arrow.slick-next {
      right: -5px;
   }
}
.slick-arrow.slick-next:before {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.slick-arrow:hover {
   color: #fff;
   border-color: #109aa1;
   background-color: #109aa1;
}
.prev-next .slick-arrow {
   position: relative;
   top: 0;
   left: 0;

   display: block;
   display: inline-block;

   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   vertical-align: middle;
}
.prev-next .slick-prev,
.prev-next .slick-next {
   color: #109aa1;
   border: 1px solid #109aa1;
}
.prev-next .slick-prev:hover,
.prev-next .slick-next:hover {
   color: #fff;
   border-color: #109aa1;
}
.prev-next .slick-next {
   right: 0;

   margin-left: 15px;
}
.bgsize {
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}
.lazy {
   background-size: auto !important;
}
.slick-dots {
   margin-top: 40px;

   text-align: center;
}
@media (max-width: 767px) {
   .slick-dots {
      margin-top: 20px;
   }
}
.slick-dots li {
   display: inline-block;

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

   vertical-align: top;

   border: 1px solid #109aa1;
   border-radius: 50%;
}
@media (max-width: 767px) {
   .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 6px;
   }
}
.slick-dots li button {
   display: none;
}
.slick-dots li.slick-active {
   background-color: #109aa1;
}
.center {
   top: 50%;
   left: 50%;

   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
}
.share-cn {
   display: none;
}
.addcart {
   cursor: pointer;
}
.addcart.active .icon:before {
   content: '\e69a';
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
   display: none;
}
.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;
}
[class*='translated'] .header {
   top: 40px;
}
.header {
   position: fixed;
   z-index: 9;

   width: 100%;
   height: 90px;
   padding: 0 5%;

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

   background-color: #fff;
}
@media (max-width: 1199px) {
   .header {
      height: 60px;
   }
}
.header .logo {
   height: 70px;

   -webkit-transition: all .4s;
   transition: all .4s;
}
@media (max-width: 1199px) {
   .header .logo {
      height: 40px;
   }
}
.header .logo img {
   display: inline-block;

   height: 100%;

   vertical-align: middle;
}
.header .header-link {
   display: inline-block;

   vertical-align: middle;
}
@media (max-width: 1199px) {
   .header .header-link {
      margin-left: 20px;
   }
}
.header .header-link a {
   display: block;

   width: 26px;
   height: 26px;
}
.header .header-link a img {
   width: 100%;
}
.header .language {
   position: relative;

   display: inline-block;

   margin-left: 10px;

   vertical-align: middle;
}
@media (max-width: 767px) {
   .header .language {
      margin-left: 20px;
   }
}
.header .language p {
   font-size: 14px;
   line-height: 90px;

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   height: 90px;
   margin: 0;

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

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 1199px) {
   .header .language p {
      line-height: 60px;

      height: 60px;
   }
}
@media (max-width: 767px) {
   .header .language p {
      font-size: 12px;
   }
}
.header .language p:before {
   display: inline-block;

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

   content: '';
   vertical-align: middle;

   background: url(../images/lanicon.svg) no-repeat center;
   background-size: cover;
}
.header .language p a {
   display: block;
}
.header .language p:hover {
   color: #109aa1;
}
.header .language:hover p {
   color: #052f67;
}
.header .language ul {
   position: absolute;
   top: 100%;
   left: 0;

   display: none;

   min-width: 100%;
   padding: 20px 0;

   color: #fff;
   background-color: #000;
   box-shadow: 0 0 10px rgba(255, 255, 255, .1);
}
.header .language ul li a {
   line-height: 24px;

   display: block;

   padding: 10px 10px;

   white-space: nowrap;
}
@media (max-width: 767px) {
   .header .language ul li a {
      font-size: 12px;
   }
}
.header .language ul li a:before {
   display: inline-block;

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

   content: '';
   vertical-align: middle;

   background: url(../images/language.png) no-repeat;
   background-size: cover;
}
.header .language ul li.cn a:before {
   background-position: -24px 0;
}
.header .language ul li.ru a:before {
   background-position: -48px 0;
}
.header .language ul li.ar a:before {
   background-position: -72px 0;
}
.header .language ul li:hover a {
   text-decoration: underline;
}
.header .translate {
   display: inline-block;

   min-width: 158px;
   margin-left: 20px;

   vertical-align: middle;
}
@media (max-width: 1400px) {
   .header .translate {
      margin-left: 10px;
   }
}
@media (max-width: 767px) {
   .header .translate {
      font-size: 12px;

      width: 145px;
      min-width: auto;
      margin: 0;
   }
}
.header .translate .goog-te-gadget-simple {
   border: none;
}
@media (max-width: 767px) {
   .header .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
      font-size: 12px;
   }
}
.header .serach-part {
   display: inline-block;

   cursor: pointer;
   vertical-align: middle;
}
.header .find {
   line-height: 40px;

   padding: 0 20px;

   cursor: pointer;
   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;
}
@media (max-width: 767px) {
   .header .find {
      padding: 0;
   }
}
.header .find .icon {
   font-size: 18px;

   display: block;

   -webkit-transition: all .2s;
   transition: all .2s;
}
.header .find:hover {
   color: #052f67;
}
.header .search-wrap {
   font-size: 14px;

   position: absolute;
   z-index: 9;
   top: 0;
   right: 0;
   left: 0;

   display: none;

   width: 100%;
   height: 100vh;
   padding: 10px;

   background-color: rgba(0, 0, 0, .8);
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .search-wrap .search-close {
   position: absolute;
   top: 5%;
   right: 10%;

   cursor: pointer;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);

   color: #fff;
}
@media (max-width: 1199px) {
   .header .search-wrap .search-close {
      right: 5%;
   }
}
.header .search-wrap .search-close .icon {
   font-size: 30px;
}
.header .search-wrap .search-box {
   position: absolute;
   top: 50%;
   left: 10%;

   width: 80%;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
@media (max-width: 1199px) {
   .header .search-wrap .search-box {
      left: 5%;

      width: 90%;
   }
}
.header .search-wrap input {
   line-height: 30px;

   width: 100%;
   padding: 15px;

   color: #666;
}
.header .search-wrap .submit {
   font-size: 20px;
   line-height: 60px;

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

   width: 60px;
   height: 60px;
   padding: 0;

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

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

   content: '\e60e';
}
.header .search-wrap .submit:hover {
   background-color: #109aa1;
}
.header .cart {
   font-size: 14px;

   display: inline-block;

   margin-left: 20px;

   -webkit-transition: all .2s;
   transition: all .2s;
   vertical-align: middle;
}
@media (max-width: 1560px) {
   .header .cart {
      margin-left: 0;
   }
}
@media (max-width: 767px) {
   .header .cart {
      font-size: 12px;
   }
}
.header .cart .icon {
   font-size: 24px;

   display: inline-block;

   margin-right: 8px;

   vertical-align: middle;
}
@media (max-width: 767px) {
   .header .cart .icon {
      font-size: 20px;

      margin-right: 4px;
   }
}
.header .cart:hover {
   color: #052f67;
}
.header .pc-nav {
   display: inline-block;

   vertical-align: middle;
}
@media (max-width: 1199px) {
   .header .pc-nav {
      display: none;
   }
}
.header .pc-nav>ul {
   display: inline-block;

   vertical-align: middle;
}
.header .pc-nav>ul>li {
   position: relative;

   display: inline-block;

   padding: 0 30px;

   vertical-align: top;
}
@media (max-width: 1560px) {
   .header .pc-nav>ul>li {
      padding: 0 20px;
   }
}
@media (max-width: 1400px) {
   .header .pc-nav>ul>li {
      padding: 0 15px;
   }
}
.header .pc-nav>ul>li>a {
   font-size: 16px;
   line-height: 90px;

   position: relative;

   display: block;

   height: 90px;
}
.header .pc-nav>ul>li>a:after {
   position: absolute;
   bottom: 0;
   left: 50%;

   display: block;

   width: 0;
   height: 2px;

   content: '';
   -webkit-transition: all .4s;
   transition: all .4s;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);

   background-color: #109aa1;
}
.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
   color: #109aa1;
}
.header .pc-nav>ul>li.active>a:after,
.header .pc-nav>ul>li:hover>a:after {
   width: 100%;
}
.header .pc-nav .nav-list2 {
   font-size: 14px;

   position: absolute;
   z-index: 9;
   top: 100%;
   left: 0;

   display: none;

   min-width: 100%;
   padding: 14px 0;

   text-align: left;

   background: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list2>li {
   position: relative;
}
.header .pc-nav .nav-list2>li>a {
   font-size: 14px;
   line-height: 24px;

   display: block;

   padding: 5px 20px;

   -webkit-transition: all .2s;
   transition: all .2s;
   white-space: nowrap;
   text-transform: capitalize;
}
@media (max-width: 1560px) {
   .header .pc-nav .nav-list2>li>a {
      padding: 0 20px;
   }
}
.header .pc-nav .nav-list2>li:hover>a {
   color: #fff;
   background-color: #109aa1;
}
.header .pc-nav .nav-list3 {
   position: absolute;
   top: 0;
   left: 100%;

   display: none;

   padding: 10px 0;

   background: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list3>li>a {
   line-height: 24px;

   display: block;

   padding: 5px 20px;

   white-space: nowrap;
}
.header .pc-nav .nav-list3>li>a:hover {
   color: #fff;
   background-color: #109aa1;
}
.header .btn-menu {
   position: relative;

   display: none;

   width: 24px;
   height: 40px;
}
@media (max-width: 1199px) {
   .header .btn-menu {
      display: inline-block;

      margin-left: 10px;

      vertical-align: middle;
   }
}
@media (max-width: 375px) {
   .header .btn-menu {
      margin-left: 0;
   }
}
.header .btn-menu div {
   position: absolute;
   top: 0;
   left: 0;

   display: block;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;

   width: 100%;
   height: 100%;

   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.header .btn-menu div:before,
.header .btn-menu div:after {
   display: block;

   height: 2px;

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

   background: #333;
}
.header .btn-menu div span {
   display: block;

   height: 2px;
   margin: 5px 0;

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

   background: #333;
}
.stuck {
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hc-mobile-nav li.nav-close a {
   padding: 20px 0;
}
.online-wrap .btn {
   line-height: 36px;

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

   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 #052f67;
   border-radius: 50%;
   outline: none;
   background-color: #052f67;
}
@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: 9;
   top: 40%;
   right: 0;

   padding: 5px;

   -webkit-transition: right .3s;
   transition: right .3s;
   text-align: center;
}
@media (max-width: 991px) {
   .online-wrap .online {
      padding: 0;
   }
}
.online-wrap .online.onlineshow {
   right: 0;
}
@media (max-width: 991px) {
   .online-wrap .online {
      top: auto;
      right: -60px;
      bottom: 160px;

      -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: 44px;

   position: relative;

   display: block;

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

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

   color: #fff;
   border-radius: 50%;
   background-color: rgba(5, 47, 103, .45);
}
@media (max-width: 991px) {
   .online-wrap .online a {
      line-height: 30px;

      width: 30px;
      height: 30px;
   }
}
.online-wrap .online a:before {
   font-size: 20px;
}
.online-wrap .online a:hover {
   background-color: #109aa1;
}
.online-wrap .online a.icon-whatsapp:hover,
.online-wrap .online a.icon-phone:hover {
   border-radius: 0 50% 50% 0;
}
@media (max-width: 991px) {
   .online-wrap .online a {
      line-height: 40px;

      width: 40px;
      height: 40px;
   }
   .online-wrap .online a:before {
      font-size: 20px;
   }
}
.online-wrap .online a .phone-num {
   position: absolute;
   z-index: -1;
   top: -2px;
   right: -300px;

   -webkit-transition: right .3s;
   transition: right .3s;
   white-space: nowrap;
}
.online-wrap .online a .phone-num p {
   display: inline-block;

   margin: 0;
   padding: 0 20px;

   vertical-align: middle;

   color: #fff;
   border-radius: 50px 0 0 50px;
   background: #109aa1;
}
@media (min-width: 1200px) {
   .online-wrap .online a:hover .phone-num {
      right: 100%;
   }
}
@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: '\e61d';
}
.online-wrap .icon-message:before {
   font-family: 'iconfont' !important;

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

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

   content: '\e87d';
}
.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: '\e615';
}
.online-wrap .icon-instagram:before {
   font-family: 'iconfont' !important;

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

   content: '\e61f';
}
.online-wrap .icon-cart span {
   font-size: 14px;
   line-height: 20px;

   position: absolute;
   top: -6px;
   right: 0;

   width: 20px;
   height: 20px;

   color: #fff;
   border-radius: 50%;
   background-color: #052f67;
}
.online-wrap .icon-arrow-top:before {
   font-family: 'iconfont' !important;

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

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

   display: none;

   width: 100%;
   padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
   padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
   padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
   padding-bottom: calc(env(safe-area-inset-bottom) - 15px);

   color: #fff;
   background-color: #052f67;
   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;
}
.xs-online ul li {
   float: left;

   width: 20%;

   list-style: none;

   border-right: 1px solid #000;
   border-left: 1px solid rgba(255, 255, 255, .6);
}
.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:first-child {
   border-left: none;
}
.xs-online ul li:last-child {
   border-right: none;
}
.xs-online ul li.xs-online-product>a:before {
   font-size: 16px;

   content: '\e7e9';
}
.xs-online ul li.xs-online-mail>a:before {
   font-weight: normal;

   content: '\e634';
}
.xs-online ul li.xs-online-map>a:before {
   font-weight: normal;

   content: '\e63e';
}
.xs-online ul li.xs-online-feedback>a:before {
   font-weight: normal;

   content: '\e615';
}
.xs-online ul li.xs-online-top>a:before {
   font-weight: normal;

   content: '\e60f';
}
.xs-online ul li.xs-online-home>a:before {
   font-weight: normal;

   content: '\e6c8';
}
.xs-online ul li.xs-online-message>a:before {
   font-size: 18px;
   font-weight: normal;

   content: '\e66b';
}
.xs-online ul li.xs-online-tel>a:before {
   font-weight: normal;

   content: '\e61c';
}
.xs-online ul li.xs-online-facebook>a:before {
   font-weight: normal;

   content: '\e615';
}
.xs-online ul li.xs-online-top>a:before {
   font-weight: normal;

   content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp>a:before {
   font-weight: normal;

   content: '\e621';
}
.xs-online ul li.xs-online-skype>a:before {
   font-weight: normal;

   content: '\e616';
}
.xs-online ul li.xs-online-contact>a:before {
   font-weight: normal;

   content: '\e609';
}
.xs-online ul li.xs-online-wechat>a:before {
   content: '\e604';
}
.xs-online ul li.xs-online-wechat>a:before {
   content: '\e604';
}
.xs-online ul li.xs-online-tiktok>a:before {
   content: '\e828';
}
.xs-online ul li.xs-online-about>a:before {
   content: '\e62a';
}
.xs-online ul li.xs-online-wechat>a {
   position: relative;
}
.xs-online ul li.xs-online-wechat>a:hover img {
   display: block;
}
.xs-online ul li.xs-online-wechat>a img {
   position: absolute;
   bottom: 57px;
   left: 0;

   display: none;

   width: 100%;
}
.xs-online ul li.facebook>a:before {
   content: '\e615';
}
.banner {
   font-size: 0;

   position: relative;
   z-index: 8;

   clear: both;
   overflow: hidden;

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

   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
@media (max-width: 1199px) {
   .banner {
      padding-top: 60px;
   }
}
.banner img {
   display: block;

   width: 100%;
}
.banner .swiper-slide {
   overflow: hidden;
}
.banner .swiper-pagination {
   position: absolute;
   z-index: 2;
   bottom: 30px;
   left: 50%;

   width: 100%;

   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   text-align: center;
}
@media (max-width: 1199px) {
   .banner .swiper-pagination {
      bottom: 10px;
   }
}
.banner .swiper-pagination .swiper-pagination-bullet {
   width: 10px;
   height: 10px;
   margin: 0 10px;

   opacity: 1;
   border-radius: 50%;
   background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
   background-color: #109aa1;
}
.banner .slick-arrow {
   font-weight: bold;

   color: rgba(255, 255, 255, .2);
   border: none;
}
@media (max-width: 1199px) {
   .banner .slick-arrow {
      top: 60%;
   }
}
.banner .slick-arrow:before {
   font-size: 30px;
}
.banner .slick-arrow:hover {
   color: #052f67;
   background: none;
}
.banner .slick-prev {
   left: 4%;
}
@media (max-width: 767px) {
   .banner .slick-prev {
      left: 1%;
   }
}
.banner .slick-next {
   right: 4%;
}
@media (max-width: 767px) {
   .banner .slick-next {
      right: 1%;
   }
}
.banner .item {
   position: relative;

   display: block;
   overflow: hidden;
}
@media (max-width: 991px) {
   .banner .item {
      width: 110%;
      max-width: 110%;
      margin-left: -5%;
   }
}
@media (max-width: 767px) {
   .banner .item {
      width: 120%;
      max-width: 120%;
      margin-left: -10%;
   }
}
.banner .item>a {
   display: block;
   overflow: hidden;
}
.banner .item>a>img {
   position: relative;
   left: 50%;

   display: block;

   width: 100%;

   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}
.banner-video {
   position: absolute;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;

   object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
   display: none !important;
}
.banner.hide-video video {
   display: none !important;
}
.banner-video-box {
   position: relative;

   display: block;

   padding-bottom: 36.45833333%;

   -webkit-transform: translateZ(10px);
   transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
   position: absolute;
   z-index: 10;
}
.banner-video-box .fluid_initial_play {
   background-color: #052f67 !important;
}
.banner .mobile-video {
   position: relative;

   display: block;
}
.banner .mobile-video:after {
   z-index: 2;

   content: '';

   background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before {
   font-size: 50px;

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

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

   color: #fff;
   text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner-in {
   position: relative;

   overflow: hidden;
}
.banner-in img {
   width: 100%;
}
@media (max-width: 767px) {
   .banner-in img {
      width: 100%;
      margin-left: 0%;
   }
}
.banner-in .wrap-location {
   position: absolute;
   z-index: 2;
   bottom: 0;

   width: 100%;

   background: rgba(0, 0, 0, .3);
}
.banner-in .wrap-location .location {
   color: #fff;
}
.banner-in .banner-text {
   position: absolute;
   z-index: 6;
   top: 55%;
   left: 50%;

   width: 450px;
   padding: 30px;

   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
   text-align: center;

   color: #052f67;
   background: rgba(255, 255, 255, .2);

   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
   display: none;
}
@media (max-width: 767px) {
   .banner-in .banner-text {
      top: 65%;

      width: 60%;
      padding: 10px;
   }
}
.banner-in .banner-text h2 {
   font-size: 36px;
   font-weight: bold;

   margin: 0;
}
@media (max-width: 991px) {
   .banner-in .banner-text h2 {
      font-size: 30px;
   }
}
@media (max-width: 767px) {
   .banner-in .banner-text h2 {
      font-size: 24px;
   }
}
.banner-in .banner-text .location {
   font-size: 14px;
   line-height: 2;

   margin-top: 10px;
}
.banner-in .banner-text .location ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.banner-in .banner-text .location ul li:after {
   margin: 0 4px;

   content: '>';
}
.banner-in .banner-text .location ul li:last-child:after {
   display: none;
}
.banner-in .banner-text .location ul li a {
   display: inline-block;
}
.banner-in .banner-text .location ul li a:hover {
   text-decoration: underline;
}
@-webkit-keyframes movedong {
   0% {
      stroke-dashoffset: 300%;
   }
   100% {
      stroke-dashoffset: 0;
   }
}
@keyframes movedong {
   0% {
      stroke-dashoffset: 300%;
   }
   100% {
      stroke-dashoffset: 0;
   }
}
@-webkit-keyframes moveshou {
   0% {
      stroke-dashoffset: 0;
   }
   100% {
      stroke-dashoffset: 300%;
   }
}
@keyframes moveshou {
   0% {
      stroke-dashoffset: 0;
   }
   100% {
      stroke-dashoffset: 300%;
   }
}
.box {
   overflow: hidden;

   padding: 90px 0;
}
@media (max-width: 1560px) {
   .box {
      padding: 70px 0;
   }
}
@media (max-width: 991px) {
   .box {
      padding: 50px 0;
   }
}
.title {
   text-align: center;
}
.title span {
   font-size: 16px;
   line-height: 30px;

   display: block;

   color: #109aa1;
}
.title h2 {
   font-size: 40px;
   font-weight: bold;
   line-height: 1;

   margin: 5px 0;

   color: #052f67;
}
@media (max-width: 1470px) {
   .title h2 {
      font-size: 34px;
   }
}
@media (max-width: 1199px) {
   .title h2 {
      font-size: 30px;
   }
}
@media (max-width: 991px) {
   .title h2 {
      font-size: 26px;
   }
}
@media (max-width: 767px) {
   .title h2 {
      font-size: 24px;
   }
}
.title h2 span {
   color: #109aa1;
}
.title p {
   font-size: 16px;
   line-height: 1.75;

   margin-top: 14px;

   color: #34547e;
}
@media (max-width: 991px) {
   .title p {
      font-size: 14px;
   }
}
.box-category .category {
   position: relative;

   padding-right: 60px;
}
@media (max-width: 767px) {
   .box-category .category {
      padding-right: 0;
   }
}
.box-category .category .prev-next {
   position: absolute;
   z-index: 2;
   top: 50%;
   right: 0;

   width: 40px;
   padding: 10px 0;

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

   border-radius: 40px;
   background: #fff;
   box-shadow: 0 0 10px 0 rgba(0, 121, 128, .1);
}
@media (max-width: 767px) {
   .box-category .category .prev-next {
      position: relative;
      top: 0;

      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;

      width: 100px;
      height: 40px;
      margin: 0 auto;
      margin-top: 20px;

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

      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
   }
}
.box-category .category .prev-next .slick-arrow {
   font-weight: bold;
   line-height: 40px;

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

   width: 40px;
   height: 40px;

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

   border: none;
}
@media (max-width: 767px) {
   .box-category .category .prev-next .slick-arrow {
      width: 100px;
   }
}
.box-category .category .prev-next .slick-arrow.slick-next {
   right: 0;

   margin: 0;
}
.box-category .category .prev-next .slick-arrow.slick-next:before {
   -webkit-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
@media (max-width: 767px) {
   .box-category .category .prev-next .slick-arrow.slick-next:before {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
   }
}
.box-category .category .prev-next .slick-arrow:before {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}
@media (max-width: 767px) {
   .box-category .category .prev-next .slick-arrow:before {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
   }
}
.box-category .category .prev-next .slick-arrow:hover {
   color: #109aa1;
   background: none;
}
.box-category .category .prev-next .slick-prev {
   margin-bottom: 20px;
}
@media (max-width: 767px) {
   .box-category .category .prev-next .slick-prev {
      margin: 0;
   }
}
.box-category .category .prev-next .slick-prev:after {
   display: block;

   width: 20px;
   height: 1px;
   margin: 10px auto;

   content: '';

   background-color: #ccc;
}
@media (max-width: 767px) {
   .box-category .category .prev-next .slick-prev:after {
      position: absolute;
      top: 50%;
      right: 0;

      width: 1px;
      height: 20px;
      margin: 0;
      margin-top: -10px;
   }
}
.box-category .item {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.box-category .item .text {
   width: 40%;
}
@media (max-width: 767px) {
   .box-category .item .text {
      width: 100%;
   }
}
.box-category .item .title {
   position: relative;

   padding-bottom: 20px;

   text-align: left;

   border-bottom: 1px solid #ccc;
}
.box-category .item .title:after {
   position: absolute;
   bottom: -1px;
   left: 0;

   display: block;

   width: 90px;
   height: 3px;

   content: '';

   background-color: #109aa1;
}
.box-category .item .note {
   display: -webkit-box;
   overflow: hidden;

   height: 192px;
   margin-top: 30px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 8;
}
@media (max-width: 1199px) {
   .box-category .item .note {
      display: -webkit-box;
      overflow: hidden;

      height: 96px;

      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
   }
}
.box-category .item .note p {
   line-height: 24px;

   margin: 0;
}
.box-category .item .more {
   margin-top: 20px;
}
.box-category .item .more a {
   line-height: 44px;

   display: inline-block;

   padding: 0 30px;

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

   color: #fff;
   border-radius: 30px;
   background-color: #109aa1;
}
.box-category .item .more a:after {
   font-family: 'iconfont' !important;

   margin-left: 10px;

   content: '\e625';
}
.box-category .item .more a:hover {
   background-color: #052f67;
}
.box-category .item .pic {
   width: 50%;
   padding: 50px;
}
@media (max-width: 1199px) {
   .box-category .item .pic {
      width: 55%;
   }
}
@media (max-width: 767px) {
   .box-category .item .pic {
      width: 100%;
   }
}
.box-category .item .pic .img-box {
   padding-bottom: 67.74193548%;
}
.box-category .item .pic img {
   cursor: crosshair;
}
.box-category .item .pic:hover img {
   opacity: 0 !important;
}
.box-category .item .pic:hover .zoomImg {
   opacity: 1 !important;
}
.box-about .video {
   position: relative;

   overflow: hidden;

   width: 50%;
   height: 100%;

   border-radius: 20px;
}
@media (max-width: 991px) {
   .box-about .video {
      width: 100%;
   }
}
.box-about .video img {
   width: 100%;
}
.box-about .video .play {
   line-height: 80px;

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

   width: 80px;
   height: 80px;

   cursor: pointer;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
   text-align: center;
}
@media (max-width: 1400px) {
   .box-about .video .play {
      line-height: 60px;

      width: 60px;
      height: 60px;
   }
}
.box-about .video .play span {
   position: absolute;
   z-index: 4;
   top: 50%;
   left: 50%;

   width: 100%;
   height: 100%;

   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);

   color: #fff;
   border-radius: 50%;
   background-color: #109aa1;
}
.box-about .video .play .icon {
   font-size: 20px;
}
.box-about .video .play::before,
.box-about .video .play::after {
   position: absolute;
   z-index: 1;
   top: 50%;
   left: 50%;

   width: 100%;
   height: 100%;

   content: '';
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-animation: point_kuo 3s linear infinite;
   animation: point_kuo 3s linear infinite;

   border-radius: 50%;
   background: rgba(16, 154, 161, .28);
}
.box-about .video .play::after {
   -webkit-animation-delay: 2s;
   animation-delay: 2s;
}
.box-about .video .play::before {
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.box-about .about {
   width: 50%;
   padding-right: -webkit-calc(50% - 705px);
   padding-right: calc(50% - 705px);
   padding-left: 5%;
}
@media (max-width: 1470px) {
   .box-about .about {
      padding-right: -webkit-calc(50% - 620px);
      padding-right: calc(50% - 620px);
      padding-left: 3%;
   }
}
@media (max-width: 991px) {
   .box-about .about {
      width: 100%;
      padding: 30px 15px 0 15px;
   }
}
.box-about .about .title {
   text-align: left;
}
.box-about .about .editor-content {
   margin-top: 20px;
}
.box-about .about .number {
   margin-top: 40px;
}
@media (max-width: 1470px) {
   .box-about .about .number {
      margin-top: 20px;
   }
}
.box-about .about .number ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.box-about .about .number ul li {
   margin-top: 10px;
}
@media (max-width: 767px) {
   .box-about .about .number ul li {
      width: 50%;
   }
}
.box-about .about .number .item p {
   font-weight: bold;
   line-height: 24px;

   margin: 0;

   color: #052f67;
}
.box-about .about .number .item h3 {
   font-family: 'Urbanist', Arial;
   font-size: 48px;
   font-weight: 900;
   line-height: 1;

   color: #109aa1;
}
@media (max-width: 991px) {
   .box-about .about .number .item h3 {
      font-size: 40px;
   }
}
.box-about .about .more {
   margin-top: 80px;
}
@media (max-width: 1470px) {
   .box-about .about .more {
      margin-top: 40px;
   }
}
.box-about .about .more a {
   line-height: 44px;

   display: inline-block;

   padding: 0 30px;

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

   color: #109aa1;
   border: 1px solid #109aa1;
   border-radius: 30px;
}
.box-about .about .more a:after {
   font-family: 'iconfont' !important;

   margin-left: 10px;

   content: '\e625';
}
.box-about .about .more a:hover {
   color: #fff;
   background-color: #109aa1;
}
@-webkit-keyframes point_kuo {
   0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);

      opacity: 1;
   }
   100% {
      -webkit-transform: translate(-50%, -50%) scale(3.5);
      transform: translate(-50%, -50%) scale(3.5);

      opacity: 0;
   }
}
@keyframes point_kuo {
   0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);

      opacity: 1;
   }
   100% {
      -webkit-transform: translate(-50%, -50%) scale(3.5);
      transform: translate(-50%, -50%) scale(3.5);

      opacity: 0;
   }
}
.box-choose .choose ul li {
   margin-top: 40px;
}
@media (max-width: 991px) {
   .box-choose .choose ul li {
      margin-top: 20px;
   }
}
.box-choose .choose .item {
   position: relative;

   overflow: hidden;

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

   border-radius: 8px;
}
.box-choose .choose .item:before {
   position: absolute;
   z-index: 3;
   bottom: 0;
   left: 0;

   display: block;

   width: 100%;
   height: 50%;

   content: '';

   background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media (max-width: 1199px) {
   .box-choose .choose .item:before {
      display: none;
   }
}
.box-choose .choose .item .img-box {
   z-index: 2;

   padding-bottom: 56.52173913%;
}
.box-choose .choose .item .note {
   padding: 30px;
}
@media (min-width: 1200px) {
   .box-choose .choose .item .note {
      position: absolute;
      z-index: 4;
      bottom: 0;

      width: 100%;

      color: #fff;
   }
}
@media (max-width: 1199px) {
   .box-choose .choose .item .note {
      padding: 20px 0 0 0;

      color: #052f67;
   }
}
.box-choose .choose .item .note h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 28px;
}
.box-choose .choose .item .note p {
   font-size: 14px;
   line-height: 26px;

   margin: 0;
}
.box-choose .choose .item:hover {
   -webkit-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
   transform: translateY(-10px);
}
.box-news .news {
   margin-top: 40px;
   padding: 0 5%;
}
.box-news .news .slick-news {
   margin: 0 -15px;
}
@media (max-width: 767px) {
   .box-news .news .slick-news {
      margin: 0 -5px;
   }
}
.box-news .news .slick-news .slick-slide {
   padding: 0 15px;
}
@media (max-width: 767px) {
   .box-news .news .slick-news .slick-slide {
      padding: 0 5px;
   }
}
.box-news .news .item {
   display: block;

   color: #052f67;
}
.box-news .news .item .pic {
   overflow: hidden;

   border-radius: 8px;
}
.box-news .news .item .img-box {
   padding-bottom: 66.66666667%;
}
.box-news .news .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.box-news .news .item .note {
   margin-top: 20px;
}
.box-news .news .item h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 28px;

   position: relative;

   display: -webkit-box;
   overflow: hidden;

   height: 56px;

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

      height: 48px;
   }
}
.box-news .news .item h3 span {
   -webkit-transition: background-size .36s;
   transition: background-size .36s;

   background-image: -webkit-gradient(linear, left top, right top, from(#109aa1), to(#109aa1));
   background-image: -webkit-linear-gradient(left, #109aa1 0%, #109aa1 100%);
   background-image: linear-gradient(to right, #109aa1 0%, #109aa1 100%);
   background-repeat: no-repeat;
   background-position: 0 95%;
   background-size: 0 2px;
}
.box-news .news .item .date {
   font-family: 'Urbanist';
   font-weight: 900;
   line-height: 24px;

   display: block;

   margin-top: 20px;
}
.box-news .news .item .date .icon {
   font-weight: normal;

   float: left;

   margin-right: 5px;
}
.box-news .news .item:hover h3 {
   color: #109aa1;
}
.box-news .news .item:hover h3 span {
   background-size: 100% 2px;
}
.footer {
   color: #fff;
   background-color: #109aa1;
}
@media (max-width: 991px) {
   .footer {
      position: relative;

      overflow: hidden;

      padding-bottom: 55px;
   }
}
.footer .foot {
   position: relative;
   z-index: 2;

   padding: 60px 0;
}
@media (max-width: 767px) {
   .footer .foot {
      padding: 30px 0;
   }
}
.footer .foot>ul>li {
   margin: 20px 0;
}
@media (max-width: 991px) {
   .footer .foot>ul>li {
      width: 50%;
      margin: 10px 0;
   }
}
@media (max-width: 767px) {
   .footer .foot>ul>li {
      width: 100%;
   }
}
.footer .foot .title-foot {
   position: relative;
   z-index: 2;
}
@media (max-width: 991px) {
   .footer .foot .title-foot {
      padding: 0;
   }
}
.footer .foot .title-foot h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 30px;

   margin: 0;
}
@media (max-width: 767px) {
   .footer .foot .title-foot h3 {
      font-size: 16px;
   }
}
.footer .foot .item-nav .info {
   margin-top: 20px;
}
@media (max-width: 767px) {
   .footer .foot .item-nav .info {
      margin-top: 10px;
   }
}
.footer .foot .item-nav .info a {
   font-size: 16px;
   line-height: 26px;

   position: relative;

   display: block;

   padding: 8px 0;

   -webkit-transition: all .2s;
   transition: all .2s;
}
@media (max-width: 1400px) {
   .footer .foot .item-nav .info a {
      font-size: 14px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-nav .info a {
      display: inline-block;

      margin-right: 8px;
      padding: 4px 0;

      vertical-align: top;
   }
}
.footer .foot .item-nav .info a:hover {
   text-decoration: underline;
}
.footer .foot .item-product .info {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   width: 380px;

   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
@media (max-width: 1400px) {
   .footer .foot .item-product .info {
      width: 340px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-product .info {
      width: 100%;
   }
}
.footer .foot .item-product .info a {
   width: 55%;
}
.footer .foot .item-product .info a:nth-child(2n+1) {
   width: 45%;
}
@media (max-width: 767px) {
   .footer .foot .item-product .info a:nth-child(2n+1) {
      width: auto;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-product .info a {
      width: auto;
   }
}
.footer .foot .item-text {
   max-width: 340px;
}
@media (max-width: 1199px) {
   .footer .foot .item-text {
      max-width: 300px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-text {
      max-width: 100%;
   }
}
.footer .foot .item-text .foot-logo img {
   height: 64px;
}
@media (max-width: 767px) {
   .footer .foot .item-text .foot-logo img {
      height: 50px;
   }
}
.footer .foot .item-text h4 {
   font-size: 18px;
   font-weight: bold;
   line-height: 30px;

   margin: 30px 0;
   margin-top: 40px;
}
@media (max-width: 767px) {
   .footer .foot .item-text h4 {
      margin: 16px 0;
   }
}
.footer .foot .item-text p {
   font-size: 16px;
   line-height: 26px;

   position: relative;

   padding-left: 26px;
}
@media (max-width: 1400px) {
   .footer .foot .item-text p {
      font-size: 14px;
   }
}
.footer .foot .item-text p .icon {
   position: absolute;
   top: 0;
   left: 0;

   color: #7acacc;
}
.footer .foot .item-text p a:hover {
   text-decoration: underline;
}
.footer .foot .item-message {
   max-width: 330px;
}
@media (max-width: 1400px) {
   .footer .foot .item-message {
      max-width: 280px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-message {
      max-width: 100%;
   }
}
.footer .foot .item-message form {
   margin-top: 20px;
}
@media (max-width: 767px) {
   .footer .foot .item-message form {
      margin-top: 10px;
   }
}
.footer .foot .item-message form input,
.footer .foot .item-message form textarea {
   line-height: 24px;

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

   color: #fff;
   border-radius: 8px;
   background: rgba(255, 255, 255, .1);
}
.footer .foot .item-message form input::-webkit-input-placeholder,
.footer .foot .item-message form textarea::-webkit-input-placeholder {
   color: rgba(255, 255, 255, .8);
}
.footer .foot .item-message form input:-o-placeholder,
.footer .foot .item-message form textarea:-o-placeholder {
   color: rgba(255, 255, 255, .8);
}
.footer .foot .item-message form input::-moz-placeholder,
.footer .foot .item-message form textarea::-moz-placeholder {
   color: rgba(255, 255, 255, .8);
}
.footer .foot .item-message form input:-ms-input-placeholder,
.footer .foot .item-message form textarea:-ms-input-placeholder {
   color: rgba(255, 255, 255, .8);
}
.footer .foot .item-message form input:focus::-webkit-input-placeholder,
.footer .foot .item-message form textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.footer .foot .item-message form input:focus::-o-placeholder,
.footer .foot .item-message form textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.footer .foot .item-message form input:focus::-moz-placeholder,
.footer .foot .item-message form textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.footer .foot .item-message form input:focus::-ms-input-placeholder,
.footer .foot .item-message form textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.footer .foot .item-message form .submit {
   font-size: 14px;
   line-height: 30px;

   margin-top: 10px;
   padding: 0;

   color: #fff;
}
.footer .foot .item-message form .submit:hover {
   text-decoration: underline;
}
.footer .copyright {
   line-height: 30px;

   position: relative;
   z-index: 2;

   padding: 12px 0;

   background: rgba(5, 47, 103, .1);
}
.footer .copyright p {
   margin: 0;
}
.footer .copyright a:hover {
   text-decoration: underline;
}
.footer .copyright .sitemap {
   display: inline-block;

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

   color: #fff;
}
.wrapper {
   position: relative;

   overflow: hidden;
}
.wrap {
   position: relative;
   z-index: 6;

   overflow: hidden;

   padding: 70px 0;
}
@media (max-width: 991px) {
   .wrap {
      padding: 50px 0;
   }
}
.wrap-location {
   text-align: right;
}
.wrap-location .location {
   position: relative;

   display: inline-block;

   padding-left: 35px;
}
.wrap-location .location:before {
   font-family: 'iconfont' !important;
   line-height: 25px;

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

   width: 25px;
   height: 25px;

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

   color: #fff;
   border-radius: 50%;
   background-color: #052f67;
}
.wrap-location .location ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.wrap-location .location ul li {
   line-height: 25px;

   display: inline-block;

   vertical-align: middle;
   text-transform: capitalize;
}
.wrap-location .location ul li:after {
   display: inline-block;

   margin: 0 4px;

   content: '>';
   vertical-align: middle;
}
.wrap-location .location ul li:last-child a {
   color: #052f67;
}
.wrap-location .location ul li:last-child:after {
   display: none;
}
.wrap-location .location ul li a {
   display: inline-block;

   vertical-align: middle;
}
.wrap-location .location ul li a:hover {
   text-decoration: underline;
}
.title-in h2 {
   font-family: 'Urbanist', Arial;
   font-size: 100px;
   font-weight: 900;
   line-height: 1;

   margin: 0;

   text-transform: uppercase;

   background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(rgba(242, 242, 242, 0)));
   background: -webkit-linear-gradient(top, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
   background: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
   -webkit-background-clip: text;
   background-clip: text;

   -webkit-text-fill-color: transparent;
}
@media (max-width: 1560px) {
   .title-in h2 {
      font-size: 80px;
   }
}
@media (max-width: 1199px) {
   .title-in h2 {
      font-size: 60px;
   }
}
@media (max-width: 767px) {
   .title-in h2 {
      font-size: 30px;
   }
}
.title-in h3 {
   font-size: 36px;
   font-weight: bold;
   line-height: 1;

   margin: -36px 0 0 0;

   color: #052f67;
}
@media (max-width: 1199px) {
   .title-in h3 {
      font-size: 30px;
   }
}
@media (max-width: 991px) {
   .title-in h3 {
      margin-top: -20px;
   }
}
@media (max-width: 767px) {
   .title-in h3 {
      font-size: 24px;

      margin: 0;
   }
}
.title-in p {
   font-size: 16px;
   line-height: 30px;

   margin: 10px 0 0 0;

   color: #405b80;
}
@media (max-width: 767px) {
   .title-in p {
      font-size: 14px;
   }
}
.wrap-about-sidenav .about-sidenav {
   overflow: hidden;

   border-radius: 0 0 10px 10px;
   background-color: #f5f5f5;
}
.wrap-about-sidenav .about-sidenav>ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.wrap-about-sidenav .about-sidenav>ul>li {
   width: 25%;
}
@media (max-width: 767px) {
   .wrap-about-sidenav .about-sidenav>ul>li {
      width: 50%;
   }
}
.wrap-about-sidenav .about-sidenav>ul>li>a {
   font-size: 15px;

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   height: 50px;

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

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
}
@media (max-width: 1199px) {
   .wrap-about-sidenav .about-sidenav>ul>li>a {
      font-size: 14px;
   }
}
.wrap-about-sidenav .about-sidenav>ul>li.active>a,
.wrap-about-sidenav .about-sidenav>ul>li:hover>a {
   font-weight: bold;

   color: #fff;
   background-color: #109aa1;
}
.wrap-contact-sidenav .contact-sidenav>ul>li {
   width: 50%;
}
.wrap-sidenav {
   border-radius: 8px;
   background-color: #f5f5f5;
}
@media (max-width: 1199px) {
   .wrap-sidenav {
      display: none;
   }
}
.wrap-sidenav .title-sidenav {
   padding: 16px 30px;

   color: #fff;
   border-radius: 8px;
   background-color: #052f67;
}
.wrap-sidenav .title-sidenav span {
   display: block;
}
.wrap-sidenav .title-sidenav span:before {
   display: inline-block;

   width: 12px;
   height: 1px;
   margin-right: 8px;

   content: '';
   vertical-align: middle;

   background-color: rgba(255, 255, 255, .5);
}
.wrap-sidenav .title-sidenav h2 {
   font-size: 24px;
   font-weight: bold;
   line-height: 34px;

   margin: 0;
}
.wrap-sidenav .sidenav {
   padding: 20px 16px;

   color: #052f67;
}
.wrap-sidenav .sidenav .slevel-1 {
   position: relative;

   border-left: 1px solid #ccc;
}
.wrap-sidenav .sidenav .slevel-1:before,
.wrap-sidenav .sidenav .slevel-1:after {
   position: absolute;
   top: 0;
   left: -1px;

   display: block;

   width: 1px;
   height: 24px;

   content: '';

   background-color: #f5f5f5;
}
.wrap-sidenav .sidenav .slevel-1:after {
   top: auto;
   bottom: 0;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
   font-size: 16px;
   line-height: 26px;

   position: relative;

   display: block;

   padding: 8px 12px;

   -webkit-transition: all .2s;
   transition: all .2s;
}
.wrap-sidenav .sidenav .slevel-1>li>a:before {
   position: absolute;
   z-index: 2;
   top: 50%;
   left: -3px;

   display: block;

   width: 5px;
   height: 5px;

   content: '';
   -webkit-transition: all .2s;
   transition: all .2s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   border-radius: 50%;
   background-color: #052f67;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
   color: #109aa1;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:before,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:before {
   background-color: #109aa1;
}
.wrap-sidenav .sidenav .slevel-2 {
   display: none;

   padding: 12px;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
   font-size: 14px;
   line-height: 24px;

   position: relative;

   display: block;

   padding: 4px 8px;

   -webkit-transition: all .2s;
   transition: all .2s;
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
   position: absolute;
   top: 50%;
   left: 0;

   display: block;

   width: 2px;
   height: 16px;

   content: '';
   -webkit-transition: all .2s;
   transition: all .2s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   background-color: #052f67;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
   color: #109aa1;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a:before,
.wrap-sidenav .sidenav .slevel-2>li:hover>a:before {
   background-color: #109aa1;
}
.xs-product-nav {
   display: none;
   overflow: hidden;

   padding: 10px;

   color: #052f67;
   border-radius: 8px;
   background-color: #f5f5f5;
}
@media (max-width: 1199px) {
   .xs-product-nav {
      display: block;

      margin-bottom: 20px;
   }
}
.xs-product-nav>ul {
   margin: 0 -10px;
}
.xs-product-nav>ul>li {
   display: inline-block;
   overflow: hidden;

   height: auto;

   vertical-align: top;
}
.xs-product-nav>ul>li>a {
   font-size: 14px;
   font-weight: bold;
   line-height: 24px;

   display: block;

   padding: 2px 10px;
}
.xs-product-nav>ul>li.active>a {
   color: #109aa1;
}
.wrap-left {
   width: 330px;
}
.wrap-right {
   width: -webkit-calc(100% - 330px);
   width: calc(100% - 330px);
}
@media (max-width: 1199px) {
   .wrap-left {
      width: 100%;
   }
   .wrap-right {
      width: 100%;
      padding-left: 15px;
   }
}
.wrap-about .editor-content {
   width: -webkit-calc(100% - 330px);
   width: calc(100% - 330px);
   margin-top: 20px;
   padding-right: 11%;
}
@media (max-width: 1199px) {
   .wrap-about .editor-content {
      padding-right: 5%;
   }
}
@media (max-width: 991px) {
   .wrap-about .editor-content {
      width: 100%;
      padding-right: 0;
   }
}
.wrap-about .number {
   width: 330px;
}
@media (max-width: 991px) {
   .wrap-about .number {
      width: 100%;
      margin-top: 20px;
   }
}
.wrap-about .number ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.wrap-about .number ul li {
   width: 50%;
   margin: 20px 0;
}
@media (max-width: 991px) {
   .wrap-about .number ul li {
      margin: 10px 0;
   }
}
.wrap-about .number .item p {
   font-weight: bold;
   line-height: 24px;

   margin: 0;

   color: #052f67;
}
.wrap-about .number .item h3 {
   font-family: 'Urbanist', Arial;
   font-size: 48px;
   font-weight: 900;
   line-height: 1;

   color: #109aa1;
}
@media (max-width: 991px) {
   .wrap-about .number .item h3 {
      font-size: 40px;
   }
}
.wrap-video {
   position: relative;

   overflow: hidden;

   padding: 0;
}
.wrap-video img {
   width: 100%;
}
@media (max-width: 767px) {
   .wrap-video img {
      width: 200%;
      margin-left: -50%;
   }
}
.wrap-video .play {
   line-height: 80px;

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

   width: 80px;
   height: 80px;

   cursor: pointer;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
   text-align: center;
}
@media (max-width: 1400px) {
   .wrap-video .play {
      line-height: 60px;

      width: 60px;
      height: 60px;
   }
}
.wrap-video .play span {
   position: absolute;
   z-index: 4;
   top: 50%;
   left: 50%;

   width: 100%;
   height: 100%;

   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);

   color: #fff;
   border-radius: 50%;
   background-color: #109aa1;
}
.wrap-video .play .icon {
   font-size: 20px;
}
.wrap-video .play::before,
.wrap-video .play::after {
   position: absolute;
   z-index: 1;
   top: 50%;
   left: 50%;

   width: 100%;
   height: 100%;

   content: '';
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-animation: point_kuo 3s linear infinite;
   animation: point_kuo 3s linear infinite;

   border-radius: 50%;
   background: rgba(16, 154, 161, .28);
}
.wrap-video .play::after {
   -webkit-animation-delay: 2s;
   animation-delay: 2s;
}
.wrap-video .play::before {
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.wrap-history .title-in {
   position: relative;

   padding-right: 120px;
}
@media (max-width: 767px) {
   .wrap-history .title-in {
      padding-right: 90px;
   }
}
.wrap-history .prev-next {
   position: absolute;
   top: 50%;
   right: 0;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
.wrap-history .history {
   position: relative;

   margin-top: 50px;
}
@media (max-width: 767px) {
   .wrap-history .history {
      margin-top: 20px;
   }
}
.wrap-history .history:before {
   position: absolute;
   top: 106px;
   left: -100%;

   display: block;

   width: 300%;
   height: 1px;

   content: '';

   background-color: #ccc;
}
@media (max-width: 767px) {
   .wrap-history .history:before {
      top: 81px;
   }
}
.wrap-history .history .slick-history {
   margin: 0 -15px;
}
@media (max-width: 767px) {
   .wrap-history .history .slick-history {
      margin: 0 -5px;
   }
}
.wrap-history .history .slick-history .slick-slide {
   padding: 15px;
}
@media (max-width: 767px) {
   .wrap-history .history .slick-history .slick-slide {
      padding: 10px 5px;
   }
}
.wrap-history .history .item {
   padding: 40px 0;

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

   border-radius: 8px;
}
@media (max-width: 767px) {
   .wrap-history .history .item {
      padding: 20px 0;
   }
}
.wrap-history .history .item .year {
   font-family: 'Urbanist', Arial;
   font-size: 24px;
   font-weight: 900;
   line-height: 30px;

   position: relative;
}
.wrap-history .history .item .year:after {
   position: relative;
   z-index: 4;

   display: block;

   width: 9px;
   height: 9px;
   margin: 0 auto;
   margin-top: 16px;

   content: '';
   -webkit-transition: background-color .2s;
   transition: background-color .2s;

   border: 1px solid #fff;
   border-radius: 50%;
   background-color: #666;
}
.wrap-history .history .item .year:before {
   position: absolute;
   z-index: 2;
   bottom: 3px;
   left: 0;

   display: block;

   width: 100%;
   height: 1px;

   content: '';

   background-color: #ccc;
}
.wrap-history .history .item .note {
   margin-top: 20px;
   padding: 0 8%;
}
@media (max-width: 767px) {
   .wrap-history .history .item .note {
      padding: 0 3%;
   }
}
.wrap-history .history .item .note p {
   font-size: 16px;
   line-height: 24px;

   margin: 0;
}
@media (max-width: 991px) {
   .wrap-history .history .item .note p {
      font-size: 14px;
   }
}
.wrap-history .history .item:hover {
   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-history .history .item:hover .year:after {
   width: 9px;
   height: 9px;

   border: 2px solid #109aa1;
   background-color: #fff;
}
.wrap-honor .honor ul li {
   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-honor .honor ul li {
      margin-top: 14px;
   }
}
.wrap-honor .honor .item {
   position: relative;

   display: block;
   overflow: hidden;

   cursor: pointer;
}
.wrap-honor .honor .item .pic {
   overflow: hidden;

   border-radius: 8px;
}
.wrap-honor .honor .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-honor .honor .item h3 {
   font-size: 14px;
   line-height: 24px;

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

   overflow: hidden;

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

   -webkit-transition: all .6s;
   transition: all .6s;
   -webkit-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
   text-align: center;

   color: #fff;
   border-radius: 8px;
   background-color: #109aa1;
}
@media (max-width: 1199px) {
   .wrap-honor .honor .item h3 {
      position: relative;

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

      color: #444;
      background: none;
   }
}
.wrap-honor .honor .item:hover .pic {
   border-color: #052f67;
}
.wrap-honor .honor .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-honor .honor .item:hover h3 {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}
.wrap-factory .factory ul li {
   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-factory .factory ul li {
      margin-top: 14px;
   }
}
.wrap-factory .factory .item {
   display: block;
   overflow: hidden;

   cursor: pointer;

   border: 1px solid #fff;
   border-radius: 8px;
}
.wrap-factory .factory .item .pic {
   position: relative;

   overflow: hidden;

   border-radius: 8px;
}
.wrap-factory .factory .item .pic .img-box {
   padding-bottom: 55.55555556%;
}
.wrap-factory .factory .item .maskbg {
   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;

   display: block;
   overflow: hidden;

   width: 100%;
   height: 100%;

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

   opacity: 0;
   border: 10px solid #fff;
   border-radius: 8px;
}
.wrap-factory .factory .item .maskbg .mask {
   width: 100%;
   height: 100%;

   color: #fff;
   border-radius: 8px;
   background-color: rgba(16, 154, 161, .9);
   box-shadow: -50px 50px 100px #fff;
}
.wrap-factory .factory .item .maskbg .mask .icon {
   font-size: 30px;

   display: block;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   overflow: hidden;

   width: 100%;
   height: 100%;

   border-radius: 8px;

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
}
@media (min-width: 1200px) {
   .wrap-factory .factory .item:hover {
      border: 1px solid #109aa1;
   }
   .wrap-factory .factory .item:hover .maskbg {
      opacity: 1;
   }
}
.wrap-cases .cases {
   margin-top: -30px;
}
@media (max-width: 767px) {
   .wrap-cases .cases {
      margin-top: -14px;
   }
}
.wrap-cases .cases ul li {
   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-cases .cases ul li {
      margin-top: 14px;
   }
}
.wrap-cases .cases .item {
   display: block;
   overflow: hidden;

   cursor: pointer;
   text-align: center;

   border-bottom: 1px solid #cdcdcd;
   border-radius: 8px;
   background: #f5f5f5;
}
.wrap-cases .cases .item .img-box {
   padding-bottom: 66.66666667%;
}
.wrap-cases .cases .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-cases .cases .item h3 {
   font-size: 16px;
   line-height: 58px;

   display: -webkit-box;
   overflow: hidden;

   height: 58px;
   margin: 0;
   padding: 0 15px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
   .wrap-cases .cases .item h3 {
      line-height: 48px;

      height: 48px;
   }
}
@media (max-width: 767px) {
   .wrap-cases .cases .item h3 {
      font-size: 14px;
      line-height: 40px;

      height: 40px;
      padding: 0 10px;
   }
}
.wrap-cases .cases .item:hover {
   border-bottom-color: #109aa1;
}
.wrap-cases .cases .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-cases .cases .item:hover h3 {
   color: #109aa1;
}
.wrap-download .download {
   margin-top: -30px;
}
.wrap-download .download .item {
   margin-top: 30px;

   background-color: #f5f5f5;
}
.wrap-download .download .item .down-info {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   padding: 20px;

   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
@media (max-width: 991px) {
   .wrap-download .download .item .down-info {
      padding: 10px;
   }
}
.wrap-download .download .item .down-info .pic {
   overflow: hidden;

   width: 40%;
   height: 100%;

   border-radius: 16px;
}
@media (max-width: 991px) {
   .wrap-download .download .item .down-info .pic {
      width: 100%;
   }
}
.wrap-download .download .item .down-info .pic .img-box {
   padding-bottom: 66.66666667%;
}
.wrap-download .download .item .down-info .text {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;

   width: 60%;
   padding: 0 30px;

   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
@media (max-width: 1400px) {
   .wrap-download .download .item .down-info .text {
      padding: 0 0 0 20px;
   }
}
@media (max-width: 991px) {
   .wrap-download .download .item .down-info .text {
      width: 100%;
      margin-top: 20px;
      padding: 0;
   }
}
.wrap-download .download .item .down-info .text h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 28px;

   display: -webkit-box;
   overflow: hidden;

   margin: 0;

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

   color: #052f67;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
@media (max-width: 1400px) {
   .wrap-download .download .item .down-info .text h3 {
      font-size: 16px;
   }
}
.wrap-download .download .item .down-info .text p {
   line-height: 24px;
}
@media (max-width: 991px) {
   .wrap-download .download .item .down-info .text p {
      margin-top: 10px;
   }
}
.wrap-download .download .item .down-info .text p span {
   display: inline-block;

   margin-right: 10px;

   vertical-align: middle;
}
.wrap-download .download .item .down-link {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   overflow: hidden;

   width: 100%;

   border-radius: 8px;
   background: #e4e4e4;

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.wrap-download .download .item .down-link a {
   line-height: 24px;

   position: relative;

   display: inline-block;

   width: 50%;
   padding: 10px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;
}
.wrap-download .download .item .down-link a:nth-child(1):after {
   position: absolute;
   top: 50%;
   right: 0;

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

   color: rgba(5, 47, 103, .25);
}
.wrap-download .download .item .down-link a .icon {
   display: inline-block;

   margin-top: -2px;
   margin-right: 8px;

   vertical-align: middle;
}
.wrap-download .download .item .down-link a:hover {
   color: #fff;
   background-color: #109aa1;
}
.wrap-download .download .item .down-link a:hover:after {
   color: #109aa1;
}
.wrap-download .download .item:hover .down-info .text h3 {
   color: #109aa1;
}
.wrap-contact .title-in {
   text-align: center;
}
.wrap-contact .tel {
   margin-top: 20px;

   text-align: center;
}
@media (max-width: 767px) {
   .wrap-contact .tel {
      margin-top: 10px;
   }
}
.wrap-contact .tel a {
   font-family: 'Urbanist', Arial;
   font-size: 36px;
   font-weight: 900;

   display: inline-block;

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

   color: #052f67;
}
@media (max-width: 991px) {
   .wrap-contact .tel a {
      font-size: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-contact .tel a {
      font-size: 24px;
   }
}
.wrap-contact .tel a:hover {
   color: #109aa1;
}
.wrap-contact .contact ul {
   margin-top: 20px;
}
@media (max-width: 767px) {
   .wrap-contact .contact ul {
      margin-top: 0;
   }
}
.wrap-contact .contact ul li {
   margin-top: 20px;
}
.wrap-contact .contact .text-item {
   height: 100%;
   padding: 40px 30px;

   text-align: center;

   border-radius: 8px;
   background: #f5f5f5;
}
@media (max-width: 767px) {
   .wrap-contact .contact .text-item {
      padding: 30px 20px;
   }
}
.wrap-contact .contact .text-item .icon {
   font-size: 20px;
   line-height: 60px;

   display: block;

   width: 60px;
   height: 60px;
   margin: 0 auto;

   text-align: center;

   color: #fff;
   border-radius: 50%;
   background-color: #109aa1;
}
@media (max-width: 991px) {
   .wrap-contact .contact .text-item .icon {
      line-height: 50px;

      width: 50px;
      height: 50px;
   }
}
.wrap-contact .contact .text-item span {
   font-size: 18px;
   font-weight: bold;
   line-height: 28px;

   display: block;

   margin: 20px 0 0 0;

   color: #052f67;
}
@media (max-width: 767px) {
   .wrap-contact .contact .text-item span {
      font-size: 16px;

      margin-top: 10px;
   }
}
.wrap-contact .contact .text-item p {
   font-size: 16px;
   line-height: 26px;

   margin: 10px 0 0 0;
}
@media (max-width: 767px) {
   .wrap-contact .contact .text-item p {
      font-size: 14px;
   }
}
.wrap-contact .contact .text-item p a:hover {
   text-decoration: underline;

   color: #109aa1;
}
.wrap-contact .contact .text-item img {
   display: block;

   width: 110px;
   margin: 0 auto;
}
.wrap-map {
   overflow: hidden;

   margin-top: 50px;

   color: #333;
}
@media (max-width: 991px) {
   .wrap-map {
      margin-top: 0;
   }
}
.wrap-map .map-content {
   width: 100%;
   height: 450px;
}
@media (max-width: 991px) {
   .wrap-map .map-content {
      height: 350px;
   }
}
.wrap-message .title-in {
   text-align: center;
}
.formbox {
   margin-top: 30px;
}
@media (max-width: 991px) {
   .formbox {
      margin-top: 14px;
   }
}
.formbox form {
   margin-top: 10px;
}
.formbox form ul {
   margin: 0 -10px;
}
.formbox form ul li {
   padding: 0 10px;
}
.formbox form .group {
   position: relative;

   margin-top: 20px;
}
.formbox form .group label {
   font-size: 14px;
   line-height: 48px;

   position: absolute;
   z-index: 3;
   top: 0;
   left: 20px;

   -webkit-transition: all .3s ease;
   transition: all .3s ease;
   pointer-events: none;

   color: #666;
}
@media (max-width: 767px) {
   .formbox form .group label {
      line-height: 40px;

      left: 10px;
   }
}
.formbox form .group input,
.formbox form .group textarea {
   line-height: 28px;

   position: relative;
   z-index: 2;

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

   border: 1px solid #f4f4f4;
   border-radius: 8px;
   outline: 0;
   background-color: #f4f4f4;
}
@media (max-width: 767px) {
   .formbox form .group input,
   .formbox form .group textarea {
      line-height: 20px;

      padding: 10px;
   }
}
.formbox form .group-read input {
   color: #fff;
   border: 1px solid #109aa1;
   background-color: #109aa1;
}
.formbox form .group input:placeholder-shown+label,
.formbox form .group textarea:placeholder-shown+label {
   top: 0;

   background-color: transparent;
}
.formbox form .group input:focus,
.formbox form .group textarea:focus {
   border-color: #109aa1;
}
.formbox form .group input:focus+label,
.formbox form .group textarea:focus+label,
.formbox form .group input:valid+label,
.formbox form .group textarea:valid+label {
   top: -34px;
   left: 20px;

   -webkit-transform: scale(.9);
   -ms-transform: scale(.9);
   transform: scale(.9);

   opacity: .8;
}
@media (max-width: 767px) {
   .formbox form .group input:focus+label,
   .formbox form .group textarea:focus+label,
   .formbox form .group input:valid+label,
   .formbox form .group textarea:valid+label {
      top: -30px;
      left: 10px;
   }
}
.formbox form .group textarea {
   resize: none;
}
.formbox form .submit-center {
   text-align: center;
}
.formbox form .submit {
   font-size: 14px;
   line-height: 44px;

   display: inline-block;

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

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

   color: #fff;
   border-radius: 30px;
   background-color: #109aa1;
}
.formbox form .submit .icon {
   font-size: 16px;
   font-weight: normal;

   display: inline-block;

   margin-top: -2px;
   margin-left: 6px;

   vertical-align: middle;
}
.formbox form .submit:hover {
   background-color: #052f67;
}
.wrap-join .join ul {
   margin-top: -20px;
}
.wrap-join .join ul li {
   margin-top: 20px;
}
.wrap-join .join .item {
   -webkit-transition: all .2s;
   transition: all .2s;

   border: 1px solid #e6e6e6;
   border-radius: 8px;
   background: #fff;
}
.wrap-join .join .item .title-join {
   line-height: 30px;

   position: relative;

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   padding: 15px 30px;

   cursor: pointer;

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
@media (max-width: 767px) {
   .wrap-join .join .item .title-join {
      padding: 10px 15px;
   }
}
.wrap-join .join .item .title-join:before {
   position: absolute;
   top: 50%;
   left: 0;

   display: block;

   width: 2px;
   height: 0;

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

   background-color: #109aa1;
}
.wrap-join .join .item .title-join h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 30px;

   width: -webkit-calc(100% - 80px);
   width: calc(100% - 80px);
   margin: 0;

   color: #052f67;
}
@media (max-width: 991px) {
   .wrap-join .join .item .title-join h3 {
      font-size: 16px;
   }
}
.wrap-join .join .item .title-join .open-join {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   width: 80px;

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}
.wrap-join .join .item .title-join .open-join:before {
   margin-right: 8px;

   content: '展开';
}
.wrap-join .join .item .text {
   display: none;

   padding: 20px 30px;

   border-top: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
   .wrap-join .join .item .text {
      padding: 15px;
   }
}
.wrap-join .join .current .item {
   border-color: #fff;
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.wrap-join .join .current .item .title-join:before {
   height: 20px;
}
.wrap-join .join .current .item .open-join:before {
   content: '收起';
}
.wrap-join .join .current .item .open-join .icon {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.wrap-product .product {
   margin-top: -30px;
}
@media (max-width: 767px) {
   .wrap-product .product {
      margin-top: -20px;
   }
}
.wrap-product .product .item,
.wrap-product-show .product .item,
.wrap-product .relate-product .item,
.wrap-product-show .relate-product .item {
   display: block;
   overflow: hidden;

   margin-top: 30px;

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

   border: 1px solid #e6e6e6;
   border-radius: 8px;
}
@media (max-width: 767px) {
   .wrap-product .product .item,
   .wrap-product-show .product .item,
   .wrap-product .relate-product .item,
   .wrap-product-show .relate-product .item {
      margin-top: 20px;
   }
}
.wrap-product .product .item .img-box,
.wrap-product-show .product .item .img-box,
.wrap-product .relate-product .item .img-box,
.wrap-product-show .relate-product .item .img-box {
   overflow: hidden;

   padding-bottom: 75.51020408%;

   border-radius: 5px;
}
.wrap-product .product .item .img-box img,
.wrap-product-show .product .item .img-box img,
.wrap-product .relate-product .item .img-box img,
.wrap-product-show .relate-product .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-product .product .item .title-product,
.wrap-product-show .product .item .title-product,
.wrap-product .relate-product .item .title-product,
.wrap-product-show .relate-product .item .title-product {
   position: relative;

   padding: 8px;
}
.wrap-product .product .item .title-product h3,
.wrap-product-show .product .item .title-product h3,
.wrap-product .relate-product .item .title-product h3,
.wrap-product-show .relate-product .item .title-product h3 {
   font-size: 16px;
   line-height: 44px;

   display: -webkit-box;
   overflow: hidden;

   height: 44px;
   margin: 0;

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

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
   .wrap-product .product .item .title-product h3,
   .wrap-product-show .product .item .title-product h3,
   .wrap-product .relate-product .item .title-product h3,
   .wrap-product-show .relate-product .item .title-product h3 {
      font-size: 14px;
      line-height: 34px;

      height: 34px;
   }
}
.wrap-product .product .item .title-product .more,
.wrap-product-show .product .item .title-product .more,
.wrap-product .relate-product .item .title-product .more,
.wrap-product-show .relate-product .item .title-product .more {
   line-height: 44px;

   position: absolute;
   z-index: 2;
   bottom: 8px;
   left: 8px;

   width: -webkit-calc(100% - 8px);
   width: calc(100% - 8px);

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

   opacity: 0;
   color: #fff;
   border-radius: 8px;
   background-color: #109aa1;
}
.wrap-product .product .item .title-product .more .icon,
.wrap-product-show .product .item .title-product .more .icon,
.wrap-product .relate-product .item .title-product .more .icon,
.wrap-product-show .relate-product .item .title-product .more .icon {
   font-size: 12px;
}
@media (min-width: 1200px) {
   .wrap-product .product .item:hover,
   .wrap-product-show .product .item:hover,
   .wrap-product .relate-product .item:hover,
   .wrap-product-show .relate-product .item:hover {
      border-color: #fff;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
   }
   .wrap-product .product .item:hover .img-box img,
   .wrap-product-show .product .item:hover .img-box img,
   .wrap-product .relate-product .item:hover .img-box img,
   .wrap-product-show .relate-product .item:hover .img-box img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
   }
   .wrap-product .product .item:hover .title-product h3,
   .wrap-product-show .product .item:hover .title-product h3,
   .wrap-product .relate-product .item:hover .title-product h3,
   .wrap-product-show .relate-product .item:hover .title-product h3 {
      opacity: 0;
   }
   .wrap-product .product .item:hover .title-product .more,
   .wrap-product-show .product .item:hover .title-product .more,
   .wrap-product .relate-product .item:hover .title-product .more,
   .wrap-product-show .relate-product .item:hover .title-product .more {
      opacity: 1;
   }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product {
   padding-top: 60px;
}
.wrap-product-show .title-in h3 {
   margin: 0;
}
@media (min-width: 1200px) {
   .wrap-product-show .title-in h3 {
      font-size: 32px;
   }
}
.wrap-product-show .carousel-wrap .img-box {
   padding-bottom: 75.51020408%;
}
.wrap-product-show .carousel-wrap .carousel {
   overflow: hidden;

   border-radius: 8px;
}
.wrap-product-show .carousel-wrap .item-video {
   position: relative;
   z-index: 3;
}
.wrap-product-show .carousel-wrap .item {
   overflow: hidden;

   border-radius: 5px;
}
.wrap-product-show .carousel-wrap .slider-for {
   font-size: 0;

   position: relative;
}
.wrap-product-show .carousel-wrap .slider-for .item {
   position: relative;
   z-index: 2;
}
.wrap-product-show .carousel-wrap .slider-for .zoom {
   position: relative;

   cursor: crosshair;
}
.wrap-product-show .carousel-wrap .slider-for iframe {
   position: absolute;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;
}
.wrap-product-show .carousel-wrap .slider-nav {
   margin-top: 12px;
   padding: 0 15px;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide {
   padding: 0 4px;
}
.wrap-product-show .carousel-wrap .slider-nav .item {
   position: relative;

   cursor: pointer;

   border: 1px solid #fff;
   background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item .img-box {
   opacity: .75;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video {
   position: relative;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after {
   font-family: 'iconfont' !important;
   font-size: 12px;
   line-height: 24px;

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

   width: 24px;
   height: 24px;

   content: '\e80f';
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
   text-align: center;

   color: #109aa1;
   border-radius: 50%;
   background-color: #fff;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box {
   opacity: 1;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item {
   border-color: #109aa1;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item .img-box {
   opacity: 1;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow {
   line-height: 30px;

   left: 0;

   width: 32px;
   height: 32px;

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

   color: #109aa1;
   border: 1px solid #109aa1;
   background-color: #fff;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next {
   right: 0;
   left: auto;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:before {
   font-size: 14px;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover {
   color: #fff;
   background-color: #109aa1;
}
.wrap-product-show .info-box {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;

   min-height: 100%;
   padding: 40px 30px;

   border-radius: 8px;
   background: #f7f7f7;

   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
@media (max-width: 1470px) {
   .wrap-product-show .info-box {
      padding: 30px 20px;
   }
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box {
      display: block;

      min-height: auto;
      margin-top: 30px;
   }
}
.wrap-product-show .info-box .title-info-box h2 {
   font-size: 32px;
   font-weight: bold;
   line-height: 1.4;

   margin: 0;

   color: #052f67;
}
@media (max-width: 1470px) {
   .wrap-product-show .info-box .title-info-box h2 {
      font-size: 28px;
   }
}
@media (max-width: 1400px) {
   .wrap-product-show .info-box .title-info-box h2 {
      font-size: 24px;
   }
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box .title-info-box h2 {
      font-size: 20px;
   }
}
.wrap-product-show .info-box .text {
   margin-top: 30px;
}
@media (max-width: 1400px) {
   .wrap-product-show .info-box .text {
      margin-top: 10px;
   }
}
.wrap-product-show .info-box .text h3 {
   font-size: 16px;
   font-weight: bold;
   line-height: 30px;

   color: #052f67;
}
.wrap-product-show .info-box .link {
   margin-top: 30px;
}
.wrap-product-show .info-box .btn-inquiry {
   font-size: 14px;
   line-height: 44px;

   display: inline-block;

   padding: 0 30px;

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

   color: #fff;
   border-radius: 30px;
   background: #109aa1;
}
@media (max-width: 767px) {
   .wrap-product-show .info-box .btn-inquiry {
      padding: 0 20px;
   }
}
.wrap-product-show .info-box .btn-inquiry .icon {
   font-size: 20px;

   display: inline-block;

   margin-top: -2px;
   margin-right: 6px;

   vertical-align: middle;
}
.wrap-product-show .info-box .btn-inquiry:hover {
   background-color: #052f67;
}
.wrap-product-show .title-in {
   text-align: left;
}
.wrap-product-show .title-in h2,
.wrap-product-show .title-in h3 {
   font-size: 28px;
   font-weight: bold;
   line-height: 1.42857143;

   margin: 0;

   text-transform: uppercase;
}
@media (max-width: 767px) {
   .wrap-product-show .title-in h2,
   .wrap-product-show .title-in h3 {
      font-size: 24px;
   }
}
.wrap-product-show .parameter {
   color: #052f67;
}
.wrap-product-show .parameter .parameter-sort {
   background: #f5f5f5;
}
.wrap-product-show .parameter .parameter-sort ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   border-left: 1px solid #e6e6e6;
}
.wrap-product-show .parameter .parameter-sort ul li {
   border-right: 1px solid #e6e6e6;
}
.wrap-product-show .parameter .parameter-sort ul li a {
   font-size: 14px;
   font-weight: bold;
   line-height: 24px;

   position: relative;

   display: block;

   padding: 12px 30px;

   -webkit-transition: all .2s;
   transition: all .2s;
}
@media (max-width: 991px) {
   .wrap-product-show .parameter .parameter-sort ul li a {
      font-size: 14px;

      padding: 8px 20px;
   }
}
.wrap-product-show .parameter .parameter-sort ul li a:before {
   position: absolute;
   top: 0;
   left: 50%;

   display: block;

   width: 0;
   height: 2px;

   content: '';
   -webkit-transition: all .4s;
   transition: all .4s;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);

   background-color: #109aa1;
}
.wrap-product-show .parameter .parameter-sort ul li.active a {
   background-color: #fff;
}
.wrap-product-show .parameter .parameter-sort ul li.active a:before {
   width: 100%;
}
.wrap-product-show .parameter .editor-content {
   padding: 24px;

   border: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
   .wrap-product-show .parameter .editor-content {
      padding: 14px;
   }
}
.wrap-product-show .inquiry .formbox {
   margin-top: 0;
}
.wrap-product-show .relate-product .slick-related {
   margin: 0 -15px;
}
@media (max-width: 767px) {
   .wrap-product-show .relate-product .slick-related {
      margin: 0 -5px;
   }
}
.wrap-product-show .relate-product .slick-related .slick-slide {
   padding: 15px;
}
@media (max-width: 767px) {
   .wrap-product-show .relate-product .slick-related .slick-slide {
      padding: 10px 5px;
   }
}
.wrap-product-show .relate-product .prev-next {
   white-space: nowrap;
}
.wrap-product-show .relate-product .prev-next .slick-arrow {
   line-height: 40px;

   width: 40px;
   height: 40px;
}
.wrap-product-show .relate-product .item {
   margin-top: 20px;
}
.wrap-product-show .relate-product .slick-dots {
   margin-top: 30px;

   text-align: right;
}
.wrap-product-show .relate-product .slick-dots li {
   width: 20px;
   height: 5px;
   margin: 0 5px;

   border-radius: 10px;
   background-color: #e5e5e5;
}
.wrap-product-show .relate-product .slick-dots li.slick-active {
   width: 30px;

   background-color: #052f67;
}
.wrap-news .news {
   border-top: 1px solid #ccc;
}
.wrap-news .news .item {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   padding: 30px 0;

   border-bottom: 1px solid #ccc;

   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.wrap-news .news .item .date {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;

   width: 150px;

   border-right: 1px solid #e6e6e6;

   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 991px) {
   .wrap-news .news .item .date {
      width: 100px;
   }
}
.wrap-news .news .item .date b {
   font-family: 'Urbanist', Arial;
   font-size: 40px;
   font-weight: 900;

   display: block;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .date b {
      font-size: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .date b {
      font-size: 24px;
   }
}
.wrap-news .news .item .date span {
   display: block;
}
.wrap-news .news .item .date span:before,
.wrap-news .news .item .date span:after {
   display: inline-block;

   width: 16px;
   height: 1px;
   margin: 0 8px;

   content: '';
   vertical-align: middle;

   background-color: rgba(16, 154, 161, .25);
}
.wrap-news .news .item .text {
   width: -webkit-calc(100% - 480px);
   width: calc(100% - 480px);
   padding: 0 60px 0 30px;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .text {
      width: -webkit-calc(100% - 410px);
      width: calc(100% - 410px);
      padding: 0 30px;
   }
}
@media (max-width: 991px) {
   .wrap-news .news .item .text {
      width: -webkit-calc(100% - 360px);
      width: calc(100% - 360px);
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .text {
      width: -webkit-calc(100% - 100px);
      width: calc(100% - 100px);
      padding: 0 0 0 20px;
   }
}
.wrap-news .news .item .text h3 {
   font-size: 18px;
   font-weight: bold;
   line-height: 28px;

   position: relative;

   display: -webkit-box;
   overflow: hidden;

   height: 56px;

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

      height: 48px;
   }
}
.wrap-news .news .item .text h3 span {
   -webkit-transition: background-size .36s;
   transition: background-size .36s;

   background-image: -webkit-gradient(linear, left top, right top, from(#109aa1), to(#109aa1));
   background-image: -webkit-linear-gradient(left, #109aa1 0%, #109aa1 100%);
   background-image: linear-gradient(to right, #109aa1 0%, #109aa1 100%);
   background-repeat: no-repeat;
   background-position: 0 95%;
   background-size: 0 2px;
}
.wrap-news .news .item .text p {
   line-height: 24px;

   display: -webkit-box;
   overflow: hidden;

   height: 48px;
   margin: 20px 0 0 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
   .wrap-news .news .item .text p {
      margin-top: 10px;
   }
}
.wrap-news .news .item .text .more {
   margin-top: 50px;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .text .more {
      margin-top: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .text .more {
      margin-top: 20px;
   }
}
.wrap-news .news .item .text .more a {
   line-height: 30px;

   display: inline-block;
}
.wrap-news .news .item .text .more a .icon {
   font-size: 12px;

   display: inline-block;

   margin-left: 10px;

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

   width: 330px;
   height: 100%;

   border-radius: 8px;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .pic {
      width: 260px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .pic {
      width: 100%;
      margin-top: 20px;
   }
}
.wrap-news .news .item .pic .img-box {
   padding-bottom: 66.66666667%;
}
.wrap-news .news .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-news .news .item:hover .text h3 {
   color: #109aa1;
}
.wrap-news .news .item:hover .text h3 span {
   background-size: 100% 2px;
}
.wrap-news .news .item:hover .text .more a {
   color: #109aa1;
}
.wrap-news .news .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-details .title-in h3 {
   margin: 0;
}
.wrap-details .title-details h2 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.5;

   margin: 20px 0 0 0;

   color: #052f67;
}
@media (max-width: 991px) {
   .wrap-details .title-details h2 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .wrap-details .title-details h2 {
      font-size: 18px;
   }
}
.wrap-details .title-details .date {
   font-size: 14px;
   line-height: 24px;

   display: block;

   color: #109aa1;
}
.wrap-details .title-details .date .icon {
   display: inline-block;

   margin-top: -2px;
   margin-right: 6px;

   vertical-align: middle;
}
.wrap-details .details .text {
   margin-top: 30px;
}
.wrap-details .details .text ul,
.wrap-details .details .text ol {
   padding-left: 1em;
}
.wrap-details .details .text ul li,
.wrap-details .details .text ol li {
   list-style: inherit;
}
.wrap-details .share {
   margin-top: 60px;
}
@media (max-width: 991px) {
   .wrap-details .share {
      margin-top: 30px;
   }
}
.wrap-details .share p {
   font-size: 18px;
   font-weight: bold;

   margin: 0;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit {
   display: inline-block;

   vertical-align: middle;
}
.wrap-details .relate-details {
   font-size: 0;

   margin-top: 70px;
   padding: 10px;

   border-top: 1px solid #e6e6e6;
   border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
   .wrap-details .relate-details {
      margin-top: 40px;
   }
}
.wrap-details .relate-details a {
   font-size: 14px;
   font-weight: bold;
   line-height: 36px;

   position: relative;

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

   height: 36px;
   padding-left: 50px;

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

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
   .wrap-details .relate-details a {
      font-size: 14px;
   }
}
.wrap-details .relate-details a:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

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

   display: block;

   width: 36px;
   height: 36px;

   content: '\eb60';
   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;

   border-radius: 50%;
}
.wrap-details .relate-details a.prev:after {
   position: absolute;
   top: 11px;
   right: 0;

   width: 1px;
   height: 16px;

   content: '';

   background-color: #c7cdd4;
}
.wrap-details .relate-details a:hover:before {
   color: #fff;
   background-color: #052f67;
}
.wrap-details .relate-details .next {
   text-align: right;
}
@media (max-width: 767px) {
   .wrap-details .relate-details .next {
      text-align: left;
   }
}
@media (min-width: 768px) {
   .wrap-details .relate-details .next a {
      padding-right: 50px;
      padding-left: 0;
   }
   .wrap-details .relate-details .next a:before {
      right: 0;
      left: auto;

      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
   }
}
.wrap-sitemap .sitemap .title h2 {
   margin: 0;
}
.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: uppercase;

   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: #052f67;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
   text-decoration: underline;

   background-color: #052f67;
}
.wrap-sitemap .sitemap>ul>li>ul {
   font-size: 0;

   margin: 0 -15px;
   margin-top: 20px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul {
      margin: 0 -5px;
      margin-top: 20px;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
   position: relative;

   list-style: none;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
   font-size: 16px;
   line-height: 30px;

   position: relative;

   display: block;

   padding: 5px 20px;

   text-transform: capitalize;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a img {
   -webkit-filter: brightness(1) invert(1);
   filter: brightness(1) invert(1);
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
   display: inline-block;

   vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
   font-size: 14px;

   display: block;

   padding: 5px 30px;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a:before {
   content: '-';
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover>a {
   color: #052f67;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
   text-decoration: underline;

   color: #052f67;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a:before {
   opacity: 1;
}
.wrap-sitemap .sitemap-vertical {
   margin-top: 50px;
}
@media (max-width: 991px) {
   .wrap-sitemap .sitemap-vertical {
      margin-top: 20px;
   }
}
.wrap-sitemap .sitemap-vertical>ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   width: 100%;
   margin: 0 -15px;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
@media (max-width: 1199px) {
   .wrap-sitemap .sitemap-vertical>ul {
      display: block;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li {
   display: inline-block;

   margin-top: 10px;
   padding: 0 15px;

   vertical-align: top;
}
@media (max-width: 1199px) {
   .wrap-sitemap .sitemap-vertical>ul>li {
      display: block;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li>a {
   font-size: 18px;
   font-weight: bold;
   line-height: 28px;

   display: inline-block;

   padding: 10px 20px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-transform: capitalize;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap-vertical>ul>li>a {
      font-size: 16px;

      padding: 10px;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul {
   margin-top: 20px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap-vertical>ul>li>ul {
      margin-top: 0;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li {
   position: relative;

   list-style: none;

   vertical-align: top;
}
@media (max-width: 1199px) {
   .wrap-sitemap .sitemap-vertical>ul>li>ul>li {
      display: inline-block;

      vertical-align: top;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
   font-size: 16px;
   line-height: 30px;

   position: relative;

   display: block;

   padding: 5px 20px;

   text-transform: capitalize;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
      font-size: 15px;

      padding: 5px 10px;
   }
}
@media (max-width: 1199px) {
   .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li {
      display: inline-block;

      vertical-align: top;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
   font-size: 14px;

   display: block;

   padding: 5px 30px;

   color: #999;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
      padding: 5px 15px;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a:before {
   content: '-';
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a {
   text-decoration: underline;

   color: #052f67;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a:before {
   opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a {
   text-decoration: underline;

   color: #052f67;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
   opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
   color: #052f67;
}
.wrap-nosearch .nosearch {
   margin-bottom: 30px;
}
.wrap-nosearch .nosearch h3 {
   font-size: 20px;
   font-weight: bold;
   line-height: 1.4;

   margin: 0;
}
.wrap-nosearch .nosearch p {
   line-height: 22px;

   margin: 10px 0 0 0;
   padding: 10px 20px;

   border: 1px solid rgba(5, 47, 103, .5);
   border-radius: 5px;
   background-color: rgba(5, 47, 103, .1);
}
.wrap-inquiryinfo .inquiry-info {
   font-size: 0;

   width: 100%;
   margin-top: 30px;

   border-collapse: collapse;
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info {
   text-transform: capitalize;

   background-color: #333;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
      padding: 0;
   }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
   font-size: 16px;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
      font-size: 14px;

      padding: 0 10px;
   }
}
.wrap-inquiryinfo .inquiry-info .inquiry-list {
   border-bottom: 1px dashed #999;
}
.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation {
   font-size: 14px;

   display: inline-block;

   padding: 20px 10px;

   vertical-align: middle;
   word-break: break-word;
}
@media (max-width: 1470px) {
   .wrap-inquiryinfo .inquiry-info .checkbox,
   .wrap-inquiryinfo .inquiry-info .pimg,
   .wrap-inquiryinfo .inquiry-info .pname,
   .wrap-inquiryinfo .inquiry-info .number,
   .wrap-inquiryinfo .inquiry-info .Operation {
      padding: 20px 10px;
   }
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .checkbox,
   .wrap-inquiryinfo .inquiry-info .pimg,
   .wrap-inquiryinfo .inquiry-info .pname,
   .wrap-inquiryinfo .inquiry-info .number,
   .wrap-inquiryinfo .inquiry-info .Operation {
      padding: 20px 10px;
   }
}
.wrap-inquiryinfo .inquiry-info .checkbox {
   width: 10%;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .checkbox {
      width: 30px;
   }
}
.wrap-inquiryinfo .inquiry-info .Operation {
   width: 14%;

   text-align: center;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .Operation {
      width: 30px;
   }
}
.wrap-inquiryinfo .inquiry-info .pimg {
   width: 14%;
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box {
   padding-bottom: 66%;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .pimg {
      width: -webkit-calc(44% - 30px);
      width: calc(44% - 30px);
   }
}
.wrap-inquiryinfo .inquiry-info .number {
   width: 20%;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .number {
      width: -webkit-calc(56% - 30px);
      width: calc(56% - 30px);
      padding: 10px;
   }
}
.wrap-inquiryinfo .inquiry-info .pname {
   width: 38%;
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite {
   padding-left: 0;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .check-all span {
      display: none;
   }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span {
   display: inline-block;

   margin: 0;
   padding: 0;

   vertical-align: middle;
}
.wrap-inquiryinfo .inquiry-info .check-all {
   display: inline-block;

   margin: 0;
   padding: 0;

   text-align: center;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .hidden-xs {
      display: none;
   }
}
.wrap-inquiryinfo .inquiry-info .visible-xs {
   display: none;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .visible-xs {
      display: block;
   }
}
.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all {
   position: relative;

   display: inline-block;

   width: 12px;
   height: 12px;
   margin-top: -2px;
   margin-right: 10px;

   text-align: center;
   vertical-align: middle;

   border: 1px solid #999;
   border-radius: 50%;
   outline: none;
   background: none;

   -webkit-appearance: none;
}
.wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-inquiryinfo .inquiry-info .all:checked::after {
   font-family: 'iconfont';
   font-size: 18px;

   position: absolute;
   top: -12px;
   left: 0;

   content: '\e656';

   color: #052f67;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after {
   font-family: 'iconfont';
   font-size: 18px;

   position: absolute;
   top: -12px;
   left: 0;

   content: '\e656';

   color: #052f67;
}
.wrap-inquiryinfo .inquiry-info input {
   font-size: 16px;
   line-height: 36px;

   position: relative;

   width: 60px;
   height: 36px;
   margin-top: -1px;
   margin-left: -2px;

   text-align: center;
   vertical-align: top;

   color: #fff;
   border: none;
   outline: none;
   background-color: #333;
}
@media (max-width: 991px) {
   .wrap-inquiryinfo .inquiry-info input {
      width: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info input {
      font-size: 14px;
      line-height: 25px;

      width: 25px;
      height: 25px;

      border-right: none;
      border-left: none;
   }
}
.wrap-inquiryinfo .inquiry-info .del1,
.wrap-inquiryinfo .inquiry-info .add1 {
   font-size: 20px;
   line-height: 36px;

   display: inline-block;

   width: 34px;
   height: 36px;
   margin: 0;
   margin-top: -2px;
   padding: 0;

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

   border: 1px solid #333;
   background-color: #333;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .del1,
   .wrap-inquiryinfo .inquiry-info .add1 {
      line-height: 25px;

      position: relative;
      z-index: 8;

      width: 25px;
      height: 25px;
      margin: 0 auto;

      border-radius: 2px;
   }
}
.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover {
   color: #fff;
   border-color: #052f67;
   background-color: #052f67;
}
.wrap-inquiryinfo .inquiry-info .add1 {
   margin-top: -1px;
   margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic {
   border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info p {
   line-height: 24px;

   margin: 0;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info p {
      font-size: 13px;

      margin-bottom: 4px;
   }
}
.wrap-inquiryinfo .iclose {
   float: none;

   cursor: pointer;
   text-align: center;

   opacity: 1;
}
.wrap-inquiryinfo .iclose::after {
   font-family: 'iconfont';
   font-size: 20px;
   font-weight: normal;

   content: '\e632';

   color: #787878;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .iclose::after {
      font-size: 16px;
   }
}
.wrap-inquiryinfo .iclose:hover::after {
   color: #052f67;
}
.wrap-inquiryinfo .inquiry-message {
   padding-top: 80px;
}
@media (max-width: 991px) {
   .wrap-inquiryinfo .inquiry-message {
      padding-top: 50px;
   }
}
.wrap-inquiryinfo .inquiry {
   padding-top: 80px;
}
@media (max-width: 991px) {
   .wrap-inquiryinfo .inquiry {
      padding-top: 50px;
   }
}
.wrap-inquiry .formbox {
   margin-top: 0;
}
.wrap-inquiry .formbox form {
   margin-top: 0;
}
.wrap-inquiry .formbox form .group {
   border: none;
   border-radius: 0;
   background-color: #333;
}
.wrap-inquiry .submit-group {
   text-align: center;
}
.wrap-inquiry .submit {
   text-decoration: underline;
}
nav {
   text-align: center;
}
.pagination {
   display: block;

   margin-top: 60px;
}
.pagination li {
   display: inline-block;

   margin: 0 8px;

   vertical-align: top;
}
@media (max-width: 767px) {
   .pagination li {
      margin: 0 4px;
   }
}
.pagination li.prev a:before,
.pagination li.next a:before {
   font-family: 'iconfont' !important;
   font-weight: bold;

   display: block;

   content: '\e625';
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.pagination li.next a:before {
   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
}
.pagination li a {
   font-size: 14px;
   line-height: 44px;

   display: block;

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

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

   color: #109aa1;
   border: none;
   border: 1px solid #109aa1;
   border-radius: 8px;
}
@media (max-width: 767px) {
   .pagination li a {
      font-size: 14px;
      line-height: 30px;

      width: 30px;
      height: 30px;
   }
}
.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: #109aa1;
   background-color: #109aa1;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
   color: #fff;
   border-color: #109aa1;
   background-color: #109aa1;
}
.editor-content p {
   font-size: 14px;
   line-height: 24px;

   margin: 0;
}
.editor-content ul,
.editor-content ol {
   padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
   list-style: inherit;
}
.editor-content .table-box {
   font-size: 14px;
   line-height: 1.6;

   overflow: auto;

   width: 100%;
   max-width: 100%;
   margin-top: 20px;
}
@media (max-width: 991px) {
   .editor-content .table-box {
      font-size: 14px;
   }
}
.editor-content .table-box table {
   line-height: 1.2;

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

   border-spacing: 0;
   border-collapse: collapse;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
   width: 25% !important;
   height: auto !important;
}
.editor-content .table-box table tr:nth-child(odd) {
   background-color: #ebebeb;
}
.editor-content .table-box table td,
.editor-content .table-box table th {
   font-weight: normal;

   padding: 15px 20px !important;

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

   background: none !important;
}
.editor-content .table-box table th {
   text-align: center;
}
.auto-adjust-img img {
   max-width: 100% !important;
   height: auto !important;
}
.auto-adjust-img.is-mobile img {
   max-width: 100% !important;
   height: auto !important;
   margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
   font-size: 0 !important;

   overflow-x: hidden;

   margin: 0 -5px !important;
   padding: 0;
}
@media (min-width: 768px) {
   .auto-adjust-img p.contains-pictures {
      white-space: nowrap;
   }
}
.auto-adjust-img p.contains-pictures>img {
   display: inline-block;

   margin: 5px;
}