@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.eot') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.eot') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.eot') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url('../fonts/RobotoSlab-Regular.woff2') format('woff2'), url('../fonts/RobotoSlab-Regular.ttf') format('truetype'), url('../fonts/RobotoSlab-Regular.eot') format('embedded-opentype'), url('../fonts/RobotoSlab-Regular.woff') format('woff');
}
@font-face {
  font-family: 'RobotoSlab-Medium';
  src: url('../fonts/RobotoSlab-Medium.woff2') format('woff2'), url('../fonts/RobotoSlab-Medium.ttf') format('truetype'), url('../fonts/RobotoSlab-Medium.eot') format('embedded-opentype'), url('../fonts/RobotoSlab-Medium.woff') format('woff');
}
@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url('../fonts/RobotoSlab-Bold.woff2') format('woff2'), url('../fonts/RobotoSlab-Bold.ttf') format('truetype'), url('../fonts/RobotoSlab-Bold.eot') format('embedded-opentype'), url('../fonts/RobotoSlab-Bold.woff') format('woff');
}
body {
  font-family: 'Roboto';
  max-width: 1920px;
  --color: #006ebd;
  margin: 0 auto;
  font-weight: normal;
}
.container {
  width: 1380px;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.grid-box {
    font-size: 0;
    [;letter-spacing: -4px;
    font-size: 12px;
    ]}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;letter-spacing: 0;
    ]}

.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }

}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}



#qrcode{
  position: fixed;
  right:20px;
  bottom:190px;
  width: 60px;
  height: 60px;
  border-radius:50%;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
}
#qrcode i{
  color: white;
  font-size: 24px;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  right: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}




#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: black;
  top: -50px;
}
#header .nav-t {
  height: 50px;
  background-color: #006ebd;
}
#header .nav-t ul {
  font-family: 'RobotoSlab-Regular';
}
#header .nav-t ul li {
  margin-right: 45px;
}
#header .nav-t ul li:last-child {
  margin-right: 0;
}
#header .nav-t .right {
  margin-left: 45px;
}
#header .nav-t .right .h-search {
  cursor: pointer;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 25px;
}
#header .nav {
  padding: 20px 15px;
}
#header .nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu .menu-box ul.menu > li {
  font-size: 18px;
  color: white;
  margin-right: 35px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: 'RobotoSlab-Regular';
}
#header .nav .menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .menu .menu-box ul.menu > li > a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: 45px;
  color: white;
  border-radius: 5px;
}
#header .nav .menu .menu-box ul.menu > li > a::after{
  content:"\f107";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: white;
  margin-left: 10px;
  display: none;
}
#header .nav .menu .menu-box ul.menu > li.cur > a::after{
  display: block;
}
#header .nav .menu .menu-box ul.menu > li > a:hover {
  background-color: var(--color);
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.language-box .zhuyu > img{
  width: 35px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.white {
  color: white;
}
h2.h-title {
  font-size: 60px;
  line-height: 1;
  position: relative;
  font-weight: bold;
  z-index: 5;
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.tit-font {
  font-family: var(--font);
}
.txt-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.txt-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.main-color {
  color: var(--color);
}
.txt-color {
  color: var(--color);
}
.m-auto {
  margin: 0 auto;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content ul li .box h2 {
  font-family: 'RobotoSlab-Medium';
}
#banner .banner-content ul li .box .btn {
  font-size: 18px;
}
#banner .banner-content ul li .box .btn i {
  font-size: 10px;
}
#banner .banner-content .arrowBtn {
  position: absolute;
  left: 50%;
  bottom: 90px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .banner-content .arrowBtn .arrow {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  cursor: pointer;
}
#banner .banner-content .arrowBtn .arrow i {
  font-size: 24px;
}
#banner .banner-content .arrowBtn .arrow:hover {
  background-color: var(--color);
  border-color: var(--color);
}

h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

#index-body .more {
  padding: 0 20px 0 35px;
  height: 50px;
  width: fit-content;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  background: #006ebd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .more:hover {
  background: #000;
}
#index-body .more i {
  display: inline-block;
  vertical-align: middle;
  margin-left: .8rem;
}
#index-body .init-1 .pro-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .pro-list li {
  width: 33.333%;
}
#index-body .init-1 .pro-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#index-body .init-1 .pro-list li a > img{
  transition: all 0.3s;
}
#index-body .init-1 .pro-list li a:hover > img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
#index-body .init-1 .pro-list li a .box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 3rem 65px;
}
#index-body .init-1 .pro-list li a .box h4 {
  font-size: 36px;
  line-height: 1.4;
  color: #fff;
  font-family: 'RobotoSlab-Regular';
  margin-bottom: 10px;
}
#index-body .init-1 .pro-list li a .box p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#index-body .init-1 .pro-list li:nth-child(odd) a {
  background: no-repeat left 3rem top 7.5rem #006ebd;
}
#index-body .init-1 .pro-list li:nth-child(odd) a > img {
  display: none;
}
#index-body .init-1 .pro-list li:nth-child(even) a {
  background: none;
}
#index-body .init-1 .pro-list li:nth-child(even) a > img {
  width: 100%;
}
#index-body .init-1 .pro-list li:nth-child(even) a .box p {
  display: none;
}
#index-body .init-1 .pro-list li:nth-child(1) a {
  background: no-repeat left 3rem top 4.5rem #fff;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}
#index-body .init-1 .pro-list li:nth-child(1) a .box h4 {
  color: #000;
}
#index-body .init-1 .pro-list li:nth-child(1) a .box p {
  color: #000;
}
#index-body .init-1 .num-box {
  padding: 115px 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-1 .num-box li {
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .num-box li:hover span {
  color: var(--color);
}
#index-body .init-1 .num-box li:hover p {
  color: var(--color);
}
#index-body .init-1 .num-box li span {
  font-size: 44px;
  line-height: 1;
  color: #666666;
  font-family: 'RobotoSlab-Bold';
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .init-1 .num-box li span i {
  font-size: 2.3rem;
  line-height: 1;
}
#index-body .init-1 .num-box li p {
  line-height: 1;
  color: #999999;
  margin-top: 12px;
  font-size: 21px;
}
#index-body .init-1 .num-box li:nth-child(1) {
  background: url(../images/i-1.png) no-repeat left center;
}
#index-body .init-1 .num-box li:nth-child(1):hover {
  background: url(../images/i-1-h.png) no-repeat left center;
}
#index-body .init-1 .num-box li:nth-child(2) {
  background: url(../images/i-2.png) no-repeat left center;
}
#index-body .init-1 .num-box li:nth-child(2):hover {
  background: url(../images/i-2-h.png) no-repeat left center;
}
#index-body .init-1 .num-box li:nth-child(3) {
  background: url(../images/i-3.png) no-repeat left center;
}
#index-body .init-1 .num-box li:nth-child(3):hover {
  background: url(../images/i-3-h.png) no-repeat left center;
}
#index-body .init-1 .num-box li:nth-child(4) {
  background: url(../images/i-4.png) no-repeat left center;
}
#index-body .init-1 .num-box li:nth-child(4):hover {
  background: url(../images/i-4-h.png) no-repeat left center;
}
#index-body .init-2 {
  padding: 15rem 0 23rem;
  background: url(/nbhuaxing/2026/03/02/_DSC0782.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-2 .container .left {
  width: 50%;
  padding-right: 5rem;
}
#index-body .init-2 .container .left .play {
  display: inline-block;
  position: relative;
  z-index: 6;
}
#index-body .init-2 .container .left .play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .init-2 .container .left .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .init-2 .container .left h2 {
  line-height: 1.2;
  color: #ffffff;
  font-family: 'RobotoSlab-Regular';
  max-width: 513px;
}
#index-body .init-2 .container .left .more:hover {
  background: #fff;
  color: #000;
}
#index-body .init-2 .container .right {
  width: 50%;
}
#index-body .init-2 .container .right .box {
  margin: 0 0 0 auto;
  max-width: 640px;
}
#index-body .init-2 .container .right .box p {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 300;
}
#index-body .init-3 .box {
  padding: 50px 60px 40px;
  background: #006ebd;
  text-align: center;
}
#index-body .init-3 .box h2 {
  line-height: 1.2;
  color: #ffffff;
  font-family: 'RobotoSlab-Regular';
  margin-bottom: 25px;
}
#index-body .init-3 .box p {
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
  font-weight: 300;
}
#index-body .init-3 .box a {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 20px;
  border: 2px solid #fff;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box a:hover {
  background: var(--color);
  border: 2px solid var(--color);
}
#index-body .init-3 .box a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
#index-body .init-4 {
  padding: 6rem 0 8rem;
}
#index-body .init-4 .top {
  text-align: center;
}
#index-body .init-4 .top h2 {
  line-height: 1;
  color: #232325;
  font-family: 'RobotoSlab-Regular';
}
#index-body .init-4 .top p {
  font-size: 18px;
  line-height: 1;
  color: #232325;
  margin-top: 2rem;
  font-weight: 300;
}
#index-body .init-4 .productBox {
  margin-top: 7.8rem;
  position: relative;
}
#index-body .init-4 .productBox .swiper::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f8f8f8;
  z-index: 2;
}
#index-body .init-4 .productBox .swiper-slide {
  border-right: 1px solid #ffffff;
  /*background-color: #f8f8f8;*/
  padding-top: 0px;
}
#index-body .init-4 .productBox .swiper-slide .p-img {
  display: block;
  overflow: hidden;
}
#index-body .init-4 .productBox .swiper-slide .p-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .init-4 .swiper-button-next:after, 
#index-body .init-4 .swiper-button-prev:after{
  display: none;
}
#index-body .init-4 .productBox .swiper-slide .p-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-4 .productBox .swiper-slide .content {
  padding: 2.5rem 3rem 4rem;
}
#index-body .init-4 .productBox .swiper-slide .content h4 a {
  display: block;
  font-size: 24px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#index-body .init-4 .productBox .swiper-slide .content h4 a:hover {
  color: var(--color);
}
#index-body .init-4 .productBox .swiper-slide .content .text {
  margin: 12px 0 25px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#index-body .init-4 .productBox .swiper-button-prev,
#index-body .init-4 .productBox .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-4 .productBox .swiper-button-prev {
  background: url(../images/p-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: -7.5%;
}
#index-body .init-4 .productBox .swiper-button-next {
  background: url(../images/p-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: -7.5%;
}
#index-body .init-5 {
  position: relative;
  padding: 4rem 0 14.5rem;
  background: #000000;
}
#index-body .init-5::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10rem;
  background: #fff;
  left: 0;
  bottom: 0;
}
#index-body .init-5::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 90.2%;
  background: url(../images/about-1.jpg) no-repeat center center;
  background-size: cover;
  z-index: 2;
  right: 0;
  top: 0;
}
#index-body .init-5 .content {
  width: 50%;
  padding-right: 12rem;
}
#index-body .init-5 .content span {
  font-size: 15px;
  line-height: 1;
  color: var(--color);
  text-transform: uppercase;
}
#index-body .init-5 .content h2 {
  line-height: 1.1;
  color: #fff;
  font-family: 'RobotoSlab-Regular';
  max-width: 490px;
}
#index-body .init-5 .content .text {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 300;
  max-width: 492px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin: 25px 0 45px;
}
#index-body .init-5 .content .text h1 {
  display: inline-block;
}
#index-body .init-5 .content .more:hover {
  background: #fff;
  color: #000;
}
#index-body .init-5 .year-box {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}
#index-body .init-5 .year-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(52, 73, 147, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .init-5 .year-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(52, 73, 147, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .init-6 {
  padding: 120px 0;
}
#index-body .init-6 h2 {
  text-align: center;
  line-height: 1.4;
  color: #24282c;
  font-family: 'RobotoSlab-Regular';
}
#index-body .init-6 .newsBox {
  margin-top: 55px;
}
#index-body .init-6 .newsBox .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 660px;
}
#index-body .init-6 .newsBox .swiper-slide .n-img {
  width: 100%;
  display: block;
  height: 50%;
  overflow: hidden;
}
#index-body .init-6 .newsBox .swiper-slide .n-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .init-6 .newsBox .swiper-slide .n-img img {
  width: 100%;
}
#index-body .init-6 .newsBox .swiper-slide .content {
  height: 50%;
  width: 100%;
  padding: 4rem 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0f0f0;
}
#index-body .init-6 .newsBox .swiper-slide .content .box {
  width: 100%;
}
#index-body .init-6 .newsBox .swiper-slide .content h4 {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  font-family: 'RobotoSlab-Regular';
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}
#index-body .init-6 .newsBox .swiper-slide .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .init-6 .newsBox .swiper-slide .content h4 a:hover {
  color: var(--color);
}
#index-body .init-6 .newsBox .swiper-slide .content p {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 2.5rem 0 3rem;
}
#index-body .init-6 .newsBox .swiper-slide .content span {
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
#index-body .init-6 .newsBox .swiper-slide:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}


#footer {
  position: relative;
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 120px;
}
#footer .top form {
  position: relative;
  width: 1200px;
}
#footer .top form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
#footer .top form ul li {
  width: 29%;
  padding: 0 5px;
}
#footer .top form ul li:last-child {
  width: 13%;
}
#footer .top form ul li input[type='text'] {
  width: 100%;
  height: 50px;
  border: 1px solid white;
  padding: 0 15px;
  background-color: transparent;
  font-size: 18px;
  color: white;
  font-weight: 500;
  font-family: 'Montserrat-Light';
}
#footer .top form ul li input[type='submit'] {
  width: 100%;
  height: 50px;
  background-color: white;
  border: 1px solid white;
  color: var(--color);
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top form ul li input[type='submit']:hover {
  background-color: transparent;
  color: white;
}
#footer .top form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .center ul li.contact {
  max-width: 540px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  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;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .center ul li.contact .list {
  margin-bottom: 25px;
}
#footer .center ul li.contact .list p {
  font-size: 18px;
  font-weight: 300;
  color: white;
}
#footer .center ul li.contact .list span {
  line-height: 2;
}
#footer .center ul li.contact .list:last-child {
  margin-bottom: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .center ul li.link span {
  display: block;
  border-bottom: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 15px;
}
#footer .center ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .center ul li.link span:hover {
  border-color: white;
  opacity: 1;
}
#footer .center ul li #ewm canvas,
#footer .center ul li #ewm img {
  width: 140px;
  height: 140px;
  border: 8px solid white;
}
#footer .center ul li h4 {
  font-size: 24px;
  color: white;
  font-family: 'RobotoSlab-Regular';
  margin-bottom: 25px;
  line-height: 1;
}
#footer .center ul li span {
  font-size: 18px;
  color: white;
  line-height: 1;
  font-weight: 300;
  opacity: 0.85;
}
#footer .bottom {
  color: rgba(255, 255, 255, 0.5);
}
#footer .bottom .container {
  height: 70px;
}
#footer .bottom .container span {
  font-size: 18px;
}
#footer .bottom .container span img {
  width: 250px;
  height: auto;
  padding-top: 4px;
  opacity: 0.8;
}

@media screen and (max-width: 1450px) {
  #index-body .init-6 .newsBox .swiper-slide .content {
    padding: 5rem 3rem;
  }
  #index-body .init-1 .num-box li {
    padding-left: 95px;
  }
  #banner .banner-content ul li .box p{
    font-size:46px; 
  }
  #index-body .init-2 {
    padding: 120px 0;
  }
  #index-body .init-6 {
    padding: 40px 0 120px;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    display: none;
  }
  #innerMobileBanner~.inner-banner {
    display: block !important;
  }
  #index-body .init-1 .pro-list li a .box p {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-1 .pro-list li a .box {
    padding: 3rem 4rem;
  }
  #index-body .init-6 .newsBox .swiper-slide .content p {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  #index-body .init-6 .newsBox .swiper-slide .content {
    padding: 4.5rem 3rem;
  }
  #banner .banner-content .arrowBtn{
    display: none;
  }
  #index-body .init-1 .pro-list li a .box h4 {
    font-size: 24px;
  }
  #index-body .init-1 .num-box li p {
    font-size: 18px;
  }
  #index-body .init-1 .num-box li span {
    font-size: 30px;
  }
  #index-body .init-4 .productBox .swiper-button-prev, #index-body .init-4 .productBox .swiper-button-next{
    display: none;
  }
  #footer .center ul li.link{
    display: none;
  }
  #footer .center ul li.contact {
    max-width: 100% !important;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-1 .pro-list li {
    width: 50%;
  }
  #index-body .init-1 .num-box{
    padding: 65px 0;
  }
  #index-body .init-1 .num-box li {
    background-size: 60px !important;
  }
  #index-body .init-2 .container .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  #index-body .init-2 .container .right {
    width: 100%;
  }
  #index-body .init-2 .container .right .box {
    max-width: 100%;
  }
  #index-body .init-2 .container .left h2 {
    max-width: 100%;
  }
  #index-body .more {
    font-size: 14px;
  }
  #index-body .init-6 .newsBox .swiper-slide .content {
    padding: 8rem 3rem;
  }
  #banner .banner-content ul li .box p {
    font-size: 24px;
  }
  #index-body .init-1 .num-box {
    flex-wrap: wrap;
  }
  #index-body .init-1 .num-box li{
    width: 50%;
    margin: 20px 0;
  }
  #index-body .init-4 {
    padding: 85px 0;
  }
  #footer {
    padding-bottom: 40px;
  }
  #footer .bottom .container {
    height: auto;
    justify-content: center;
  }
  #footer .bottom .container span{
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-6 .newsBox .swiper-slide .content h4{
    -webkit-line-clamp:3;
  }
  #index-body .init-1 .pro-list li a .box h4 {
    font-size: 24px;
  }
  #banner .navigation {
    display: none;
  }
  #index-body .init-1 .num-box li {
    width: 50%;
    margin-bottom: 20px;
    display: none;
    padding-top: 0;
  }
  #index-body .init-1 .num-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-2 .container .right .box p {
    font-size: 16px;
  }
  #index-body .init-5 .year-box {
    display: none;
  }
  #index-body .init-5::after {
    display: none;
  }
  #index-body .init-5 .content {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-4 .productBox .swiper-button-prev,
  #index-body .init-4 .productBox .swiper-button-next {
    display: none;
  }
  #index-body .init-5::before{
    display: none;
  }
  #index-body .init-5{
    padding: 80px 0;
  }
  .font-48{
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .box p,
  #banner .banner-content ul li .box .btn{
    display: none;
  }
  #index-body .init-2 .container .right .box p {
    font-size: 14px;
  }
  #banner .banner-content ul li .box h2{
    line-height: 1.4;
    font-size: 30px;
  }
  .content .text h2 {
    font-size: 24px;
  }
  #index-body .init-1 .pro-list li {
    width: 100%;
  }
  #index-body .init-2 .container .left .play img {
    max-width: 60px;
  }
  #index-body .init-4 .top h2 {
    font-size: 24px;
  }
  #index-body .init-4 .top p {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-5 .content .text {
    font-size: 16px;
  }
  #index-body .init-6 h2 {
    font-size: 24px;
    line-height: 40px;
  }
  #index-body .init-1 .pro-list li:nth-child(odd) {
    height: 290px;
  }
}
@-webkit-keyframes ripple-video {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes ripple-video {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-video {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}














.m-page {
  text-align:center;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid var(--color);
  color: #7b8393;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  display: inline-block;
  font-size: 12px;
}
.m-page span,
.m-page a:hover {
  background: var(--color);
  color: white;
}








.inner-page .tit h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 54px;
    margin: 20px 0;
}
.inner-page .tit h2 {
  font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: right;
}
.inner-page .tit h2:after {
    content: '';
    position: absolute;
    background: #1d3126;
    width: 62px;
    height: 3px;
    right: 0;
    bottom: 0;
}
.inner-page div#nav {
  padding:0;
}
.inner-page div#nav .more{
	position:absolute;
	right:-10px;
	top:27px;
	z-index:8;
}
.inner-page div#nav .more .fa{
	font-size:20px;
}
.inner-page div#nav ul.ui {
  position:relative;
}
.inner-page div#nav ul.ui li {
  font-size: 16px;
  color: #858586;
  line-height: 80px;
  height:80px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position:static;
}
.inner-page div#nav ul.ui li a {
  color: inherit;
  display: block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.inner-page div#nav ul.ui li:hover,
.inner-page div#nav ul.ui li a.active{
  background: var(--color);
  color: white;
}
.inner-page div#nav ul.ui li ul {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:#f9f9f9;
  z-index:2;
  display:none;
  margin-top:0;
  border-top:none;
}
.inner-page div#nav ul.ui li ul li {
  line-height:45px;
  font-size:12px;
  border-left:1px solid #ededed;
}
.inner-page div#nav ul.ui li ul li:first-child {
  border-left:none;
}
.about-page .init-2 {
  padding: 40px 0;
}
.about-page .init-2 p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 12px 0;
}
.inner-banner { 
padding-top: 0;
}
.inner-banner .mxb{
background: #F8F6F9;
position: relative;
z-index: 10
}
.inner-banner .container{
  /*padding:20px 0;*/
  background: #F8F6F9;
  text-transform: capitalize;
}
.inner-banner h2 {
  float:left;
  display: inline-block;
  font-size: 1.5rem;
  text-transform: capitalize;margin-right:30px;
}
.inner-banner .bread-crumbs{
	float:left;
  line-height: 61px;
}
.inner-banner a,
.inner-banner span {
  color: #7e8e97;
}
.service-page .init-1{
  height: 61px;
}
.product-page,.prodet-page {
	padding:0 3%;
}
.inner-page .grid-box.two>.column.sidebar {
    width: 18%; padding-top:60px;
}
.inner-page .grid-box.two>.column.page-right-bar {
    width: 82%;
    padding: 15px;
}
.inner-page .sidebar .side-top {

  border: 1px solid #fff;

}
.product-page .page-right-bar ul{
  margin: -15px;
}
.product-page .page-right-bar ul p{
  padding: 0 30px;
}
.product-page .page-right-bar ul li{
  padding: 15px;
}
.inner-page .sidebar .side-top .side-tit {

  display: block;

  color: #303030;

  padding: 0 0 15px 20px;

  font-size: 22px;font-weight: 800;



  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

   text-transform: uppercase;

}

.inner-page .sidebar .side-top .side-menu {
	background:#F8F6F9;

}

.inner-page .sidebar .side-top .side-menu li{
  transition: 0.3s ease;

  -webkit-transition: 0.3s ease;

  -moz-transition: 0.3s ease;

  -ms-transition: 0.3s ease;

  -o-transition: 0.3s ease;
}

.inner-page .sidebar .side-top .side-menu li:hover{
  background: #000;
}

.inner-page .sidebar .side-top .side-menu li a {

  position: relative;

  display: block;

  font-size: 14px;

  font-weight: 500;

  padding-right: 20px;

  white-space: nowrap;

  text-overflow: ellipsis;

  transition: 0.4s ease;

  -webkit-transition: 0.4s ease;

  -moz-transition: 0.4s ease;

  -ms-transition: 0.4s ease;

  -o-transition: 0.4s ease;

  overflow: hidden;

  height: 65px;

  line-height: 65px;

  text-indent: 34px;

  color: #555;

  background-repeat: no-repeat;

  background-position: 10px center;
font-weight: 600;
  text-transform: uppercase;

}


.inner-page .sidebar .side-top .side-menu li {

  position: relative;

}

.inner-page .sidebar .side-top .side-menu li i {

position: absolute;

    right: 20px;

    top: 10px;

    font-size: 25px;

    color: #fff;
    display: inline-block;
    padding: 10px;
    cursor: pointer;

}
.inner-page .sidebar .side-top .side-menu li a,
.inner-page .sidebar .side-top .side-menu li:hover>a,

.inner-page .sidebar .side-top .side-menu li a:hover,

.inner-page .sidebar .side-top .side-menu li a.active {

	font-size:14px;
  background: #006ebd;

  color: #fff;

  text-indent: 25px;

  background-position: 20px center;

}
.inner-page .sidebar .side-top .side-menu li ul li a{
	    color: #b3b3b3;
      background-color:#F8F6F9;
      padding-left: 20px;
}
.inner-page .sidebar .side-top .side-menu ul li:hover>a,

.inner-page .sidebar .side-top .side-menu li ul a:hover,

.inner-page .sidebar .side-top .side-menu ul li.active a{
	background-color:#F8F6F9;
  color:var(--color);
}


.inner-page .sidebar .side-top .side-menu li a:hover{
  background: #000
}

.inner-page .sidebar .side-top .side-menu li a.active{
  background: #000;
}


.inner-page .sidebar .side-top .side-menu li>ul {
  display: none;

}
.inner-banner .init-1 {
  float: right;
  width: 75%;
}
.inner-banner .init-1 li a{
  display: block;
  height: 61px;
  line-height: 61px;
  text-align: center;
  overflow: hidden;
}
.inner-banner .init-1 li a:hover,
.inner-banner .init-1 li a.active{
  background: var(--color);
  color: #fff;
}
.product-page .init-2 {
  padding: 70px 0 60px;
}
.product-page .init-2 ul {
  padding: 35px 80px;
  background: url("../images/product-init-2-bg.jpg") #0251b8 no-repeat right bottom;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 30px 0 #aaaaaf;
  -webkit-box-shadow: 0 0 30px 0 #aaaaaf;
  -moz-box-shadow: 0 0 30px 0 #aaaaaf;
  -ms-box-shadow: 0 0 30px 0 #aaaaaf;
  -o-box-shadow: 0 0 30px 0 #aaaaaf;
}
.product-page .init-2 ul li .left {
  width: 50%;
  padding-right: 3%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle;
}
.product-page .init-2 ul li .left a {
  display: block;
}
.product-page .init-2 ul li .right {
  width: 50%;
  display: inline-block;
  padding-left: 2%;
  vertical-align: middle;
}
.product-page .init-2 ul li .right h2 {
  font-size: 30px;
  color: white;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 225, 0.3);
}
.product-page .init-2 ul li .right h2 a {
  color: inherit;
}
.product-page .init-2 ul li .right h2:hover {
  color: var(--color);
}
.product-page .init-2 ul li .right p {
  font-size: 14px;
  color: white;
  line-height: 30px;
  margin: 30px 0;
}
.product-page .init-2 ul li .right a.more {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background: white;
  font-size: 14px;
  color: #e60012;
}
.product-page .init-2 ul li .right a.more:hover {
  background: var(--color);
  color: white;
}
.product-page .init-2 ul button.slick-arrow {
  background: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-2 ul button.slick-arrow:hover {
  border-color: white;
}
.product-page .init-2 ul button.slick-arrow:hover:before {
  color: white;
}
.product-page .init-2 ul button.slick-prev {
  left: 10px;
}
.product-page .init-2 ul button.slick-prev:before {
  content: "\f104";
}
.product-page .init-2 ul button.slick-next {
  right: 10px;
}
.product-page .init-2 ul button.slick-next:before {
  content: "\f105";
}
.product-page .init-3 ul {
  margin: -10px;
  display: inline-block;
  width: 100%;
}
.product-page .init-3 ul li {
  width: 25%;
  float: left;
  padding: 10px;
}
.product-page .init-3 ul li a {
  display: block;
}
.product-page .init-3 ul li a span {
  display: block;
  border: 1px solid #e4e7ee;
  overflow: hidden;
  background: #fff;
}
.product-page .init-3 ul li a span img {
  width: 100%;
}
.product-page .init-3 ul li a h2 {
  font-size: 14px;
  color: #7b8393;
  text-align: center;
  padding: 25px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-3 ul li a h2:hover {
  color: var(--color);
}
.product-page .init-4 {
  padding: 40px 0;
}
.prodet-page .init-2 {
  padding: 70px 0 60px;
}
.prodet-page .init-2 .prodet-scroll {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-scroll ul {
  padding: 20px 0;
}
.prodet-page .init-2 .prodet-scroll ul a {
  display: block;
  border: 1px solid #e5e5e5;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow {
  background: none;
  width: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 28px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:hover:before {
  color: var(--color);
}
.prodet-page .init-2 .prodet-scroll ul button.slick-prev:before {
  content: "\f106";
}
.prodet-page .init-2 .prodet-scroll ul button.slick-next:before {
  content: "\f107";
}
.prodet-page .init-2 .prodet-img {
  width: 40%;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
  
  vertical-align: top;
	position:relative;
}
.prodet-page .init-2 .prodet-img span.bg{
	    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 14rem;
    background-color: #f6f6f6;
    transition: .5s linear;
}
.prodet-page .init-2 .prodet-img:hover span.bg {
  background:url(../images/back-1.jpg) no-repeat center;
	background-size:100% 100%;
}
.prodet-page .init-2 .prodet-img a#zoom1 img {
  border: 1px solid #d7d7d7;
	filter: drop-shadow(30px 20px 8px rgba(0,0,0,0.2));
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
.prodet-page .init-2 .prodet-title {
  width: 60%;
  display: inline-block;
  vertical-align: top;
	padding-left:5%;
}
.prodet-page .init-2 .prodet-title h1 {
  font-size: 24px;
  line-height: 24px;
  color: #454444;
  padding-bottom: 20px;
}
.prodet-page .init-2 .prodet-title .content {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding: 25px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin:20px 0;
}
.prodet-page .init-2 .prodet-title .content p,
.prodet-page .init-2 .prodet-title .content * {
  line-height:inherit; 
}
.prodet-page .init-2 .prodet-title a.more {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.prodet-page .init-2 .prodet-title a.more.first {
  background: var(--color);
  color: white;
}
.prodet-page .init-2 .prodet-title a.more:hover {
  box-shadow: 0 5px 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 5px 10px 0 #d1d1d1;
  -moz-box-shadow: 0 5px 10px 0 #d1d1d1;
  -ms-box-shadow: 0 5px 10px 0 #d1d1d1;
  -o-box-shadow: 0 5px 10px 0 #d1d1d1;
}
.prodet-page .init-3 .init-3-top ul {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
}
.prodet-page .init-3 .init-3-top ul li {
  padding: 10px 25px;
  background: #fbf9f9;
  border: 1px solid #ededed;
  float: left;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
  background: var(--color);
  color: white;
  border-color: var(--color);
}
.prodet-page .init-3 .init-3-bottom ul {
  padding: 25px 10px;
  border-bottom: 1px solid #ededed;
}
.prodet-page .init-3 .init-3-bottom img{
	display:block;
	margin:0 auto;
}
.prodet-page .init-3 .init-3-bottom ul li {
  display: none;
}
.prodet-page .init-3 .init-3-bottom ul li table tr td {
  font-size: 16px;
}
.prodet-page .init-4 {
  padding: 50px 0;
}
.prodet-page .init-4 h2 {
  border-bottom: 2px solid var(--color);
}
.prodet-page .init-4 h2 em {
  font-size: 18px;
  color: white;
  padding: 5px 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--color);
  display: inline-block;
}
.prodet-page .init-4 ul {
  padding: 30px 10px;
  border-bottom: 1px solid #ededed;
  margin: -8px;
  position: relative;
}
.prodet-page .init-4 ul li {
  padding: 8px;position:relative;
}

.prodet-page .init-4 ul li a {
  display: block; position:relative;
}
.prodet-page .init-4 ul li a span.bg{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 14rem;
    background-color: #f6f6f6;
    transition: .5s linear;
}
.prodet-page .init-4 ul li a:hover span.bg {
  background:url(../images/back-1.jpg) no-repeat center;
	background-size:100% 100%;
}
.prodet-page .init-4 ul li a span {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
}
.prodet-page .init-4 ul li a span img {
  margin: auto;
	filter: drop-shadow(30px 20px 8px rgba(0,0,0,0.2));
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
  width: auto;
  padding: 20px;
}
.prodet-page .init-4 ul li h3 {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  padding-top: 15px;
}
.prodet-page .init-4 ul li a h3:hover {
  color: var(--color);
}
.prodet-page .init-4 ul button.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 34px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 30px;
  height: 30px;
}
.prodet-page .init-4 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b6b2b2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-4 ul button.slick-arrow:hover {
  background: var(--color);
}
.prodet-page .init-4 ul button.slick-arrow:hover:before {
  color: white;
}
.prodet-page .init-4 ul button.slick-prev {
  left: -30px;
}
.prodet-page .init-4 ul button.slick-prev:before {
  content: "\f104";
}
.prodet-page .init-4 ul button.slick-next {
  right: -30px;
}
.prodet-page .init-4 ul button.slick-next:before {
  content: "\f105";
}
.service-page .init-1 {
  background: #f6f7f9;
  padding: 70px 0;
  text-align: center;
}
.service-page .init-1 h2 {
  font-size: 60px;
  color: #222;
  text-align: center;
}
.service-page .init-1 .jc {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.service-page .init-1 .jc i {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0582d2;
  z-index: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.service-page .init-1 .jc img {
  position: relative;
  z-index: 1;
}
.service-page .init-1 p {
  font-size: 14px;
  line-height: 24px;
  color: #999898;
  padding: 30px 5%;
}
.service-page .init-2 {
  padding: 100px 0;
  text-align: center;
}
.service-page .init-2 h2 {
  text-align: center;
  font-size: 34px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
}
.service-page .init-2 .map {
  display: inline-block;
  margin: 30px auto 0;
  position: relative;
  width: 90%;
}
.service-page .init-2 .map h3 {
  text-align: center;
  font-size: 30px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  letter-spacing: -1px;
}
.service-page .init-2 .map li {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  position: absolute;
  font-weight: bold;
}
.service-page .init-2 .map li.ie1,
.service-page .init-2 .map li.ie5 {
  right: 10%;
}
.service-page .init-2 .map li.ie2,
.service-page .init-2 .map li.ie4 {
  right: 5%;
}
.service-page .init-2 .map li.ie3 {
  right: 2%;
}
.service-page .init-2 .map li.ie1 {
  top: 7%;
}
.service-page .init-2 .map li.ie2 {
  top: 25%;
}
.service-page .init-2 .map li.ie3 {
  top: 46%;
}
.service-page .init-2 .map li.ie4 {
  top: 68%;
}
.service-page .init-2 .map li.ie5 {
  top: 87%;
}
.service-page .init-2 dl {
  text-align: left;
}
.service-page .init-2 dt {
  font-size: 30px;
  color: #1c1e23;
  margin-top: 50px;
  font-weight: bold;
}
.service-page .init-2 dd {
  font-size: 16px;
  color: #999898;
  line-height: 24px;
  margin-top: 15px;
}
.service-page .init-3 {
  padding: 40px 0 100px;
  margin-top: 30px;
  border-top: 2px solid #ebe9e9;
}
.service-page .init-3 .init-3-top {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}
.service-page .init-3 .init-3-top li {
  width: 25%;
  float: left;
  text-align: center;
}
.service-page .init-3 .init-3-top li a {
  display: inline-block;
  line-height: 54px;
  font-size: 18px;
  padding: 0 40px;
  color: #1c1e23;
  background-color: transparent;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.service-page .init-3 .init-3-top li a:after {
  content: '';
  left: 50%;
  bottom: 100%;
  height: 0;
  border-left: 2px solid #ebe9e9;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.service-page .init-3 .init-3-top li a:hover,
.service-page .init-3 .init-3-top li.active a {
  color: #fff;
  background-color: #003b83;
}
.service-page .init-3 .init-3-top li a:hover:after,
.service-page .init-3 .init-3-top li.active a:after {
  height: 40px;
}
.service-page .init-3 .init-3-bottom li {
  display: block;
  background-color: #f6f7f9;
  display: none;
}
.service-page .init-3 .init-3-bottom li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.service-page .init-3 .init-3-bottom li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 5%;
}
.service-page .init-3 .init-3-bottom li .right h3 {
  font-size: 28px;
  color: #1c1e23;
}
.service-page .init-3 .init-3-bottom li .right dd {
  font-size: 18px;
  color: #9e979a;
  line-height: 24px;
  margin-top: 25px;
}
.contact-page .contact-1 {
  padding: 80px 0 120px;
  text-align: center;
}
.contact-page .contact-1 h2 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #292929;
}
.contact-page .contact-1 .text {
  display: block;
  max-width: 1100px;
  margin: 15px auto 50px;
  font-size: 18px;
  color: #858585;
  line-height: 30px;
}
.contact-page .contact-1 .list {
  display: block;
}
.contact-page .contact-1 .list ul {
  margin: -10px;
}
.contact-page .contact-1 .list ul li {
  padding: 10px;
}
.contact-page .contact-1 .list ul li .box2 {
  display: block;
  padding: 40px 25px 50px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #f6f6f6;
}
.contact-page .contact-1 .list ul li .box2:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.contact-page .contact-1 .list ul li .box2 h4 {
  display: block;
  font-size: 18px;
  color: #323232;
  font-weight: bold;
}
.contact-page .contact-1 .list ul li .box2 p {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #323232;
  opacity: .63;
  height: 44px;
  overflow-y: auto;
}
.contact-page .contact-1 .list ul li .box2 i {
  display: inline-block;
  border: 6px solid #f6f6f6;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-page .contact-2 {
  padding: 130px 0 160px;
  text-align: center;
  background: #f6f6f6 url("../images/contact-2-bg.jpg") center top no-repeat;
  background-size: 100% auto;
}
.contact-page .contact-2 h2 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  color: #292929;
  line-height: 1;
}
.contact-page .contact-2 h2 small {
  display: block;
  font-size: 18px;
  color: #858585;
  line-height: normal;
  margin-top: 15px;
  font-weight: normal;
}
.contact-page .contact-2 .box {
  margin-top: 45px;
  background: white;
}
.contact-page .contact-2 .box .left {
  width: 40%;
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  width: 60%;
  vertical-align: middle;
  text-align: left;
  padding-top: 40px;
}
.contact-page .contact-2 .box .right .form {
  padding: 0 8%;
}
.contact-page .contact-2 .box .right .form ul {
  margin: -10px 0;
}
.contact-page .contact-2 .box .right .form ul li {
  padding: 10px 0;
}
.contact-page .contact-2 .box .right .form ul li label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.contact-page .contact-2 .box .right .form ul li input,
.contact-page .contact-2 .box .right .form ul li textarea {
  display: block;
  width: 100%;
  padding: 15px 10px;
  background: #f2f4fa;
  font-size: 16px;
  color: #333;
  border: none;
}
.contact-page .contact-2 .box .right .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.contact-page .contact-2 .box .right .form ul li p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.contact-page .contact-2 .box .right .form ul li input[type="submit"] {
  line-height: 60px;
  height: 60px;
  padding: 0 35px;
  text-align: center;
  background: var(--color);
  color: white;
  font-size: 24px;
  width: auto;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .box .right .form ul li input[type="submit"]:hover {
  background: #222;
}

.faq-page .init-2 ul.faq {
  padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f8f6f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 22px;
  color: #222;
/*   padding-bottom: 20px; */
}
.faq-page .init-2 ul.faq li div{
  font-family: Arial;
}
.faq-page .init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
}
.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  color: var(--color);
}
.news-page .news-1 {
  padding: 100px 0 40px;
}
.news-page .news-1 h3 {
  font-size: 30px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.news-page .news-1 .box ul li {
	margin-bottom:50px;
	border:1px solid #e9e9e9;
}
.news-page .news-1 .box ul li:last-child {
	margin-bottom:0;
}
.news-page .news-1 .box ul li a.img-box {
  display: block;
}
.news-page .news-1 .box ul li .img {
	width:30%;
	vertical-align:middle;
	position:relative;
}
.news-page .news-1 .box ul li .img time {
	width:100px;
	top:-15px;
	text-align: center;
	font-size:24px;
	color:white;
	position:absolute;
	right:-35px;
	background:black;
	padding:15px 10px;
	font-family:'Montserrat-Regular';
}
.news-page .news-1 .box ul li .img time em {
	display:block;
	font-family:'Anton';
	line-height:30px;
	font-size:26px;
	margin-top:5px;
}
.news-page .news-1 .box ul li .content {
	padding: 30px 40px 30px 70px;
	width:70%;
	vertical-align:middle;
}
.news-page .news-1 .box ul li .content h4 {
  font-size: 24px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .box ul li .content h4:hover {
  color: #c16317;
}
.news-page .news-1 .box ul li .content p {
  font-size: 18px;
  font-family: "Roboto-Light";
  margin: 40px 0 20px;
}
.news-page .news-1 .box ul li .content a.more {
  text-transform: capitalize;
	height:50px;
	line-height:50px;
	width:150px;
	text-align:center;
	font-size:18px;
	color:#222;
	border:1px solid #d6d6d6;
	transition:.5s;
	margin-left:auto;
	margin-right:0;
	display:block;
}
.news-page .news-1 .box ul li .content a.more:hover {
  background:#c16317;
	color:white;
}
.newsdet-page .init-2 {
  padding: 60px 0 40px;
}
.newsdet-page .init-2 div.newsdet h1 {
  font-size: 40px;
  color: #222;
  text-align: center;
}
.newsdet-page .init-2 div.newsdet .news_date {
  font-size: 14px;
  text-align: center;
  color: #585858;
  display: block;
  padding: 20px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents {
  font-size: 16px;
  color: rgba(0,0,0.6);
  line-height: 28px;
}
.newsdet-page .init-2 div.newsdet .news_contents p {
  padding: 10px 0;
}
.newsdet-page .init-2 div.newsdet .news_contents a {
  color: var(--color);
}
.newsdet-page .init-3 .news_next {
  padding: 40px 0;
  font-size: 18px;
  color: #222;
}
.newsdet-page .init-3 .news_next a {
  color: inherit;
}
.newsdet-page .init-3 .news_next a:hover {
  color: var(--color);
}
.picture-page .init-2 {
  padding: 40px 0;
}
.picture-page .init-2 ul.picture {
  display: inline-block;
  width: 100%;
}
.picture-page .init-2 ul.picture li {
  width: 25%;
  float: left;
  padding: 15px 10px;
}
.picture-page .init-2 ul.picture li a {
  display: block;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}
.picture-page .init-2 ul.picture li a em {
  display: block;
  overflow: hidden;
}
.picture-page .init-2 ul.picture li a h2 {
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.picture-page .init-2 ul.picture li a h2:hover {
  color: var(--color);
}
.picture-page .init-3 {
  padding: 40px 0;
}

.about-page-company .init-top {
  padding-top: 50px;
}
.about-page-company .init-2{
  padding: 0px 0 60px;
}
.about-page-company .init-2 h2,.init-top h2 {
  font-size: 30px;
  color: #394b50;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page-company .init-top .box{padding:50px 10px 0px;}
.about-page-company .init-top .box p{line-height:30px; font-size:16px;}
.about-page-company .init-2 h2 small,.init-top h2 small{
  display: block;
  font-size: 16px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}
.about-page-company .init-2 ul {
  margin: -30px -40px;
  display: inline-block;
  padding-top: 70px;
}
.about-page-company .init-2 ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 40px;
  position: relative;
  margin-left: -3px;
}
.about-page-company .init-2 ul li .img {
  position: absolute;
  left: 45px;
  top: 30px;
}
.about-page-company .init-2 ul li .img img.img2 {
  display: none;
}
.about-page-company .init-2 ul li:hover .img img.img2 {
  display: block;
}
.about-page-company .init-2 ul li:hover .img img.img1 {
  display: none;
}
.about-page-company .init-2 ul li .content {
  padding-left: 80px;
}
.about-page-company .init-2 ul li .content h3 {
  font-size: 16px;
  color: #394b50;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.about-page-company .init-2 ul li .content p {
  font-size: 13px;
  color: #7b7b7b;
  line-height: 22px;
}
.about-page-company .init-3 {
  background: #f6f7f9;
  position: relative;
}
.about-page-company .init-3 div.left {
  width: 50%;
}
.about-page-company .init-3 div.left img {
  width: 100%;
}
.about-page-company .init-3 div.right {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.about-page-company .init-3 div.right .box {
  width: 50%;
  float: right;
  padding-left: 5%;
}
.about-page-company .init-3 div.right .box h2 {
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page-company .init-3 div.right .box p {
  font-size: 14px;
  color: black;
  line-height: 27px;
  position: relative;
  margin: 60px 0 40px;
}
.about-page-company .init-3 div.right .box img {
  float: right;
}
.about-page-company .init-3 div.right .box .content {
  position: relative;
  padding-left: 10%;
}
.about-page-company .init-3 div.right .box i {
  position: absolute;
  font-size: 60px;
  color: #e5e6e8;
}
.about-page-company .init-3 div.right .box i.left {
  top: -10px;
  left: -40px;
}
.about-page-company .init-3 div.right .box i.right {
  bottom: -50px;
  right: -20px;
}
.about-page-company .init-4 {
  padding: 20px 0;
}
.about-page-company .init-4 img {
  margin: 20px 0;
}
.about-page-company .init-4 p {
  font-size: 14px;
  color: black;
  line-height: 28px;
  font-family: Arial;
  padding: 15px 0;
}

.inner-page.video-page {
  background: #f8f6f9;
}
.inner-page.video-page ul.con {
    font-size: 0;
}

.inner-page.video-page ul.con li {
    padding: 1rem 0;
}

.inner-page.video-page ul.con li .ig {
    display: flex;
  flex-wrap: wrap;
}

.inner-page.video-page ul.con li .ig .left {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
}

.inner-page.video-page ul.con li .ig .right {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    background-color: #e3e2e2;
    padding: 3rem;
}

.inner-page.video-page ul.con li .ig .right h4 {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
}

.inner-page.video-page ul.con li .ig .right h4::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 80%;
    background-color: #1b1b1b;
}

.inner-page.video-page ul.con li .ig .right .more {
    padding-top: 7rem;
}

.inner-page.video-page ul.con li .ig .right .more a {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.inner-page.video-page ul.con li .ig .right .more a img {
    vertical-align: middle;
}
.custom-page {
  padding: 130px 0 0;
}
.custom-page .custom-part .grid-box .column {
  width: 47%;
  margin-right: 6%;
}
.custom-page .custom-part .grid-box .column:nth-child(2) {
  margin-right: 0;
}
.custom-page .custom-part .grid-box .column ul li {
  position: relative;
  margin-bottom: 90px;
}
.custom-page .custom-part .grid-box .column ul li .tit {
  padding-bottom: 20px;
}
.custom-page .custom-part .grid-box .column ul li .fa-long-arrow-right {
  font-size: 26px;
}
.custom-page .custom-part .grid-box .column ul li .text {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 8;
  width: 60%;
  background: #fff;
  padding: 30px;
}
.custom-page .custom-part .grid-box .column ul li .text h3 {
  color: #326a96;
  font-weight: bold;
  text-transform: uppercase;
}
.custom-page .custom-part .grid-box .column ul li .text h2 {
  font-size: 40px;
  margin: 10px 0;
}
.custom-page .custom-part .grid-box .column ul li .text p {
  font-size: 16px;
  color: #7f7f7f;
}
.custom-page .i-process {
  padding: 70px 0;
}
.custom-page .i-process h2 {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.custom-page .i-process h2:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: #000000;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

@media screen and (max-width: 1440px){
  .about-page-company .init-3 div.right .box p {
    margin: 20px 0;
  }
  .about-page-company .init-3 div.right .box i {
    display: none;
  }
  .about-page-company .init-3 div.right .box .content {
    padding-left: 0;
  }
.header__nav .h-nav__list > li.has-children .children__list {
    font-size: 1.2rem;
}
.header__nav .h-nav__list > li .label {
    font-size: 2.4rem;
}
}
@media screen and (max-width: 1250px){
  .about-page-company .init-3 div.right .box img {
    display: none;
  }
  .product-page .page-right-bar ul.grid-box li{
    width: 33.3333%;
  }
}
.button-group .button {
  background-color: var(--color) !important;
}
@media screen and (max-width: 1200px){
  .faq-page .init-2 ul.faq li p {
    font-size: 14px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 18px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 24px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 13px;
  }
  .prodet-page .init-2 .prodet-img {
    width: 40%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 50%;
  }
  .prodet-page .init-4 h2 em,.prodet-page .init-3 .init-3-top ul li {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 14px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 28px;
  }
  #mapContainer {
    height: 360px !important;
  }
  .about-page-company .init-2 ul li .content p {
    font-size: 12px;
  }
  .about-page-company .init-2 h2 {
    font-size: 24px;
  }
  .about-page-company .init-2 h2 small {
    font-size: 12px;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 18px;
  }
  .picture-page .init-2 ul.picture li,.product-page .init-3 ul li {
    width: 33.333%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 30px;
  }
  .prodet-page .init-2 .prodet-scroll {
    width: 20%;
  }
  .prodet-page .init-2 .prodet-img {
    width: 80%;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 20px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 12px;
    line-height: 24px;
  }
  .newsdet-page .init-3 .news_next {
    font-size: 14px;
    padding: 20px 0;
  }
    .inner-page .grid-box.two>.column.page-right-bar {
    width: 65%;
  }
}
@media screen and (max-width: 1000px){
  .inner-page .grid-box.two>.column.sidebar{
    display: none;
  }
}
@media screen and (max-width: 700px){
  .inner-page.video-page ul.con li .ig .left {
    width: 100%;
  }
  .inner-page.video-page ul.con li .ig .right {
    width: 100%;
  }
  .inner-page div#nav {
    display: none;background:#fff;
  }
  .about-page-company .init-2 h2 {
    font-size: 18px;
  }
  .about-page-company .init-2 ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  .about-page-company .init-2 ul {
    margin: 20px 0;
  }
  .about-page-company .init-2 ul li .img {
    left: 10px;
  }
  .about-page-company .init-3 div.left {
    width: 100%;
  }
  .about-page-company .init-3 div.right {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .about-page-company .init-3 div.right .box {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .about-page-company .init-3 div.right .box h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .picture-page .init-2 ul.picture li, .product-page .init-3 ul li {
    width: 50%;
  }
  .faq-page .init-2 ul.faq li p {
    font-size: 12px;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 15px;
  }
  .product-page .init-2 {
    display: none;
  }
  .product-page .init-3 {
    padding-top: 30px;
  }
  .product-page .init-3 ul li a h2 {
    padding: 5px;
  }
  #cs td, #cs th {
    padding: 5px;
  }
  .prodet-page .init-2 .prodet-title .content {
    font-size: 12px;
  }
  .prodet-page .init-2 .prodet-title a.more.first {
    margin-bottom: 10px;
  }
  .prodet-page .init-4 h2 em, .prodet-page .init-3 .init-3-top ul li {
    font-size: 12px;
  }
  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 16px;
  }
  .newsdet-page .init-2 div.newsdet .news_contents p {
    padding: 5px 0;
  }
}
@media screen and (max-width: 500px){
  .init-2 .ui ul.downlondul li {
    width: 100%;
  }
}
table.sc th, table.sc td{border:0px;}
.inner-page{
}
.flex-b {
    position: relative;
    height: 520px;
    width: 100%;
    overflow: hidden;
}
.aw-talent .talent-box{
  position: absolute;
  width: 62.5%;
  top: 50%;
  left: 50%;
  background: #fff;
  padding:25px 3% 25px;
  margin: -180px 0 0 -31.25%;
  text-align: center;
}
.aw-talent h2{
  font-size: 24px;
  color: #333333;
  line-height: 40px; height:40px;
}
.aw-talent .bg{
  padding-left: 45px;
  font-size: 22px;
  color: #000000;
  line-height: 42px;
  background: url(../img/pro05.png) no-repeat left 10px;
  display: inline-block;
  margin-bottom: 38px;
}
.aw-talent p{
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  
}
table.Culturetb tr {height: 400px !important;}
table.Culturetb tr td{ font-size:14px;
  border: 0px;
    height: 400px !important;
    overflow: auto;
    overflow-y: scroll;
    display: inline-block;
    width: 50% !important;
 }
table.Culturetb tr td h2{ font-size:20px; line-height:40px; padding:20px 0px 0px; margin-top:20px;}
.about-page-company .init-top .box p{margin:30px 30px; line-height:30px; font-size:14px; color:#666;}
ul.downlondul{width:100%; clear: both;}
ul.downlondul li{float:left;width:33.3%}
.faq-page .init-2 h2{font-size:30px; margin-bottom:30px 0px 20px;}


.about-page {
  padding-bottom: 100px;
}
.about-page .init1 {
  position: relative; padding-top:100px;
}
.about-page .init1 .img {
  width: 70%;
  float: right;
  text-decoration: underline;
}
.about-page .init1 .border-text {
  position: absolute;
  background-color: #F4F4F4;
  width: 45%;
  padding: 33px 20px;
  bottom: 0;
}
.about-page .init1 .border-text h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 20px;
  position: relative;
}
.about-page .init1 .border-text h2:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #E3D2C2;
  height: 2px;
  width: 80px;
  bottom: 0;
  left: 0;
}
.about-page .init1 .border-text .con{
  max-height: 360px;
  overflow-y: auto;
  padding-right: 15px;
}
.about-page .init1 .border-text p {
  line-height: 28px;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  margin-top: 30px;
}
.about-page .init2 {
  padding: 100px 0;
}
.about-page .init2 .left-img {
  position: relative;
}
.about-page .init2 .left-img img{
  width: auto;
}
.about-page .init2 .left-img:before {
  content: '';
  position: absolute;
 border: 13px solid #006ebd;
  display: block;
  bottom: 54px;
  left: 54px;
  top: 54px;
  right: 0;
  width: 75%;
  height: 85%;
}
.about-page .init2 .right-text {
  padding-left: 60px;
}
.about-page .init2 .right-text p {
  font-weight: 400;
  line-height: 1.8;
  color: #666;
  font-size: 16px; 
  max-height: 240px;
  overflow-y: auto;
  padding-right: 15px;
}
.about-page .init2 .right-text .lead {
  color: #333;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}
.about-page .init3 {
  padding: 80px 0;
  background:url("/nbhuaxing/2026/02/12/9029.jpg");
}
.about-page .init3 h2 {
font-size: 40px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 65px;
}
.about-page .init3 h2:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid;
  width: 80px;
  bottom: 0;
  left: 0;
}
.about-page .init3 .grid-box.three .column {
  overflow: hidden;
  position: relative;
  padding-left: 56px;
  margin-bottom: 40px;
  padding-right: 20px;
}
.about-page .init3 .grid-box.three .column p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  max-height: 80px;
  overflow-y: auto;  
  padding-right: 15px;
}
.about-page .init3 .grid-box.three .column span {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  left: 0;
  top: 0;
  font-size: 17px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  color: #000000;
    font-weight: bold;
}
.about-page .init4 .grid-box .column {
  padding: 20px;
  perspective: 1000;
  transform-style: preserve-3d;
}
.about-page .init4 .grid-box .column .bg-2 {
  background-color: #E3D2C2 !important;
}
.about-page .init4 .grid-box .column .difference__keyCard-inner {
  position: relative;
  color: #333;
  cursor: default;
  transition: 0.6s;
  transform-style: preserve-3d;
  min-height: 232px;
}
.about-page .init4 .grid-box .column .difference__keyCard-inner h2 {
  font-size: 2.444rem;
}
.about-page .init4 .grid-box .column .difference__keyCard-inner p {
  font-size: 16px;
}
.about-page .init4 .grid-box .column .difference__keyCard-front,
.about-page .init4 .grid-box .column .difference__keyCard-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  padding: 32px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}
.about-page .init4 .grid-box .column .difference__keyCard-front {
  z-index: 2;
}
.about-page .init4 .grid-box .column .difference__keyCard-back {
  transform: rotateY(-180deg);
}
.about-page .init4 .grid-box .column:hover .difference__keyCard-inner {
  transform: rotateY(180deg);
}
.about-page .init4 .grid-box .column:nth-child(2) .bg-2{
  background:none !important;
}
.about-page .init4 .grid-box .column:nth-child(2):hover .difference__keyCard-inner {
  transform: rotateY(0) !important;
}
.about-page .init4 .grid-box .column:nth-child(3) .bg-2{
	background-color: #CDD8D8 !important;
}
.about-page .init4 .grid-box .column:nth-child(4) .bg-2{
	background-color: #BBC8CF !important;
}
.about-page .init4 .grid-box .column:nth-child(5) .bg-2{
	background-color: #CED1D7 !important;
}
.about-page .init4 .grid-box .column:nth-child(6) .bg-2{
	background-color: #DDC9C9 !important;
}
.about-page .init5 {
  padding-top: 100px;
}
.about-page .init5 .container .bg {
  padding: 92px 0 48px;
  background-color: #D8D3CD;
  margin: 0 92px;
}
.about-page .init5 .container .bg .video{
	margin:0 auto;
	width:900px;
}
.about-page .init5 .container .bg h2 {
  text-align: center;
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-size: 30px;
}
.about-page .init5 .container .bg h2:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid;
  width: 80px;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.about-page .init5 .mail {
  padding-top: 0px;
}
.about-page .init5 .mail h2{
  font-size: 40px;
    font-weight: bold;
}
.about-page .init5 .mail p a {
  text-align: center;
  font-size: 2.444rem;
  display: block;
  margin: 0 auto;
}
.about-page .init5 .others-list {
  padding-top: 30px;
}
.about-page .init5 .others-list .swiper-slide img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.about-page .init5 .others-list .swiper-slide:hover img {
  opacity: 0.8;
  filter: alpha(opacity=100);
}

.video_layer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index: 998;
    background: rgba(0,0,0,.7);
}
.i_video {
    width: 536px;
    height: 253px;
    top: 45%;
    left: 56%;
    margin: -250px 0 0 -400px;
    z-index: 9999;
}
.i_video, .video_layer {
    position: absolute;
    display: none;
}
@media (min-width: 576px) {
  .difference__keyCard-front,
  .difference__keyCard-back,
  .difference__keyCardCenter {
    height: 232px;
  }
}

@media (max-width: 1450px) {
  .about-page .init2 .left-img:before{
    display: none;
  }
  .about-page .init2 .left-img img{
    width: 100%;
  }
}
@media (max-width: 1230px) {
	.about-page .init1 .border-text h2 {
	font-size: 2rem;
}
	.about-page .init4 .grid-box .column .difference__keyCard-inner h2 {
    font-size: 1.5rem;
}
    .news-page .news-1 .box ul {
		letter-spacing:-5px;
	}
	.news-page .news-1 .box ul li {
		width:50%;
		display:inline-block;
		letter-spacing:0;
		vertical-align:top;
		margin-bottom:20px;
	}
	.news-page .news-1 .box ul li .img {
		width:100%;
	}
	.news-page .news-1 .box ul li .img time {
		right:10px;
		top:10px;
		font-size:18px;
		width:80px;
	}
	.news-page .news-1 .box ul li .img time em {
		font-size:20px;
		line-height:20px;
	}
	.news-page .news-1 .box ul li .content {
		width:100%;
		padding: 20px;
	}
	.news-page .news-1 .box ul li .content a.more {
		line-height:40px;
		height:40px;
		width:130px;
		font-size:14px;
	}
}
@media (max-width: 1000px) {
  .about-page .init3 .grid-box.three .column p {
    font-size: 14px;
  }
  .about-page .init1 .border-text {
    width: 100%;
    position: relative;
  }
  .about-page .init1 .img {
    float: unset;
    width: 100%; 
  }
  .about-page .init2 .left-img{
    width: 100%; 
  }
  .about-page .init2 .right-text {
    padding-left: 0;
    width: 100%; 
    margin-top: 30px;
  }
  .about-page .init2 .right-text p {
    max-height: unset;
    padding-right: 0;
  }
  .about-page .init3 .grid-box.three .column{
    width: 50%;
  }
  .inner-page .grid-box.two>.column.page-right-bar {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
	.about-page .init2 .right-text .lead {
    font-size: 18px;
}
	.about-page .init2 .right-text p {
    font-size: 14px;
}
	.about-page .init5 .mail p a {
    font-size: 1.4rem;
}
	.about-page .init1 .border-text p {
    line-height: 25px;
    font-size: 14px;
    margin-top: 30px;
  }
    .about-page .init4 .grid-box .column .difference__keyCard-inner h2 {
      font-size: 1rem;
  }
  .about-page .init1 .border-text {
      position: relative;
  }
  .about-page .init1 .border-text h2 {
      font-size: 1.2rem;
  }
}

.init-3{
  padding: 40px 0;
}
.faq-page .init-1,.faq-page .init-2 .p{
  font-family: Arial;
}
@media (max-width: 700px) {
  .about-page .init3 .grid-box.three .column p{
    font-size: 14px;
  }
	.about-page .init2 .right-text {
    padding-left: 0; 
    width:100%;
  }
    .about-page .init1 .border-text h2 {
      font-size: 1.4rem;
  }
	.about-page .init3 h2 {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
	.about-page .init3 .grid-box.three .column {
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
	.about-page .init4{
		display:none;
	}
	.about-page .init5 {
    padding-top: 80px;
  }
	.about-page .init5 .container .bg {
    padding: 20px 0;
    margin: 0;
  }
	.about-page .init5 .container .bg h2 {
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-size: 20px;
  } 
	.about-page .init1 .img {
    display: none;
  }
    .inner-banner h2 {
      font-size: 1.3rem;
      padding-bottom:10px;
  }
    .inner-page .grid-box.two>.column.sidebar {
      width: 100%;
      padding-top: 10px;
  }
    .inner-page .sidebar .side-top .side-tit {
      font-size: 18px;
  }
    .inner-page .grid-box.two>.column.page-right-bar .grid-box.four>.column {
      width: 100%;
  }
    .product-page.inner-page .probox .row .col-4 .ig-box .text h4 {
      line-height: 28px;
      font-size: 14px;
      margin-top: 18px;
  }
    .prodet-page .init-2 {
      padding: 30px 0;
  }
    .prodet-page .init-2 .prodet-img {
      width: 100%;
      margin: 0;
  }
    .prodet-page .init-2 .prodet-title {
      width: 100%;
      padding-top: 10px;
      padding-left: 0;
  }
    .prodet-page .init-2 {
      padding: 10px 0;
  }
  .inner-banner .mxb {
      padding: 0 10px;
  }
  .inner-banner .init-1,.inner-banner .bread-crumbs {
      width: 100%;
  }
  .inner-banner{
    display: none;
  }
  .custom-page .custom-part .grid-box .column{
    width: 100%;
        margin-right: 0%;
  }
  .inner-page .tit h2{
    font-size: 18px;
  }
  .custom-page {
      padding: 45px 0 0;
  }
  .custom-page .custom-part .grid-box .column ul li{
        margin-bottom: 40px;
  }
  .custom-page .custom-part .grid-box .column ul li .text h2{
        font-size: 20px;
  }
  .custom-page .custom-part .grid-box .column ul li .text{
    width: 100%;
        position: relative;
        padding: 0;
  }
  .custom-page .i-process {
      padding: 20px 0;
  }
  .custom-page .i-process h2{
        font-size: 24px;
  }
  .picture-page .init-2 ul.picture li, .product-page .init-3 ul li{
        width: 100%;
  }
  .product-page, .prodet-page{
    padding-top: 60px;
  }.news-page .news-1 {
      padding: 60px 0 40px;
  }
  .news-page .news-1 .box ul li{
    width: 100%;
  }
  .contact-page .contact-1 .list ul li{
    width: 100%;
  }
  .contact-page .contact-2 .box .left{
    width: 100%;
  }
  .contact-page .contact-2 .box .right{
    width: 100%;
  }
  .contact-page .contact-2 .box .right .form ul li input[type="submit"]{
        line-height: 30px;
      height: 30px;
      margin-bottom: 30px
  }
  .contact-page .contact-2{
    padding: 60px 0;
  }

}

@media (max-width: 500px) {
  .about-page .init3 .grid-box.three .column p {
    max-height: unset;
    overflow-y: unset;
  }
}
.thumb-gallery{
	padding:20px 0;
}
.thumb-gallery li{
	width:25%;
  padding-right: 10px;
}
.thumb-gallery li img{
	background-color: #f6f6f6;
} 

#bdt-header-animation{
  position: absolute;
  width: 100%;
  height: 480px;
  top: 0;
  left: 0;
  z-index: 1
}
@media (max-width: 1250px) {
  .inner-page .grid-box.two>.column.sidebar {
    width: 35%;
  }
  .product-page .page-right-bar ul p {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  #bdt-header-animation{
    height: auto;
  }
}
@media (max-width: 700px) {
  .contact100-form-title{
        min-height: 0;
            font-size: 20px;
                padding: 20px 10px;
  }

}




