@media screen and (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('/fonts/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Bold.woff2') format('woff2'), url('/fonts/Roboto-Bold.woff') format('woff'), url('/fonts/Roboto-Bold.ttf') format('truetype'), url('/fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('/fonts/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Medium.woff2') format('woff2'), url('/fonts/Roboto-Medium.woff') format('woff'), url('/fonts/Roboto-Medium.ttf') format('truetype'), url('/fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('/fonts/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Regular.woff2') format('woff2'), url('/fonts/Roboto-Regular.woff') format('woff'), url('/fonts/Roboto-Regular.ttf') format('truetype'), url('/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'iconfont';
  src: url('/fonts/iconfont.eot');
  src: url('/fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('/fonts/iconfont.woff2') format('woff2'), url('/fonts/iconfont.woff') format('woff'), url('/fonts/iconfont.ttf') format('truetype'), url('/fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
  outline: none !important;
}
li,
ol,
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
}
button:focus,
input:focus,
textarea:focus {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
form {
  padding: 0;
  margin: 0;
}
.img-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
img[data-lazy] {
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.transform-0 {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}
.fancybox-slide--iframe .fancybox-content {
  margin: 0;
  width: 800px !important;
  height: 400px !important;
}
.goog-te-menu-frame {
  z-index: 9999999999999 !important;
  overflow: auto !important;
}
@media (max-width: 1199px) {
  .skiptranslate iframe {
    display: none;
  }
  .google-translation .skiptranslate {
    display: inline-block;
  }
  body {
    top: 0 !important;
  }
}
.tsformcommon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tsformY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tsformX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.space {
  padding: 70px 0;
}
@media screen and (max-width: 1199px) {
  .space {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .space {
    padding: 30px 0;
  }
}
.space-top {
  padding-top: 70px;
}
@media screen and (max-width: 1199px) {
  .space-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space-top {
    padding-top: 30px;
  }
}
.space-bottom {
  padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .space-bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space-bottom {
    padding-bottom: 30px;
  }
}
.space2 {
  padding: 90px 0;
}
@media screen and (max-width: 1439px) {
  .space2 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1199px) {
  .space2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .space2 {
    padding: 30px 0;
  }
}
.space2-top {
  padding-top: 90px;
}
@media screen and (max-width: 1439px) {
  .space2-top {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .space2-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space2-top {
    padding-top: 30px;
  }
}
.space2-bottom {
  padding-bottom: 90px;
}
@media screen and (max-width: 1439px) {
  .space2-bottom {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .space2-bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space2-bottom {
    padding-bottom: 30px;
  }
}
.title-t1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.19565217;
  font-family: 'Roboto Bold';
  color: #333333;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .title-t1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .title-t1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .title-t1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title-t1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .title-t1 {
    font-size: 20px;
  }
}
.common-title {
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-title {
    padding-bottom: 20px;
  }
}
.common-title h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.19565217;
  font-family: 'Roboto Bold';
  color: #333333;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .common-title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .common-title h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .common-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .common-title h2 {
    font-size: 20px;
  }
}
header {
  position: relative;
  z-index: 999;
  background-color: #fff;
}
header .container > .nav-collapse {
  margin-top: 15px;
  margin-left: 30px;
}
header .logo {
  display: block;
  float: left;
  margin: 13px 0 12px;
  height: 70px;
}
header .logo img {
  display: block;
  height: 100%;
  width: auto;
}
header .search {
  float: right;
  position: relative;
}
@media screen and (max-width: 1199px) {
  header .logo {
    margin: 5px 0;
    height: 60px;
  }

}
@media screen and (max-width: 480px) {

  header .logo {
    margin: 5px 0;
  }

header .logo img {
  display: block;
  height: 70%;
  margin:8px auto 0 auto;
}
}


@media screen and (max-width: 1199px) {
  header .search {
    position: static;
  }
}
header .search button {
  position: relative;
  background-color: transparent;
}
header .search button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eafe';
  font-size: 35px;
  color: #333333;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
header .search > button {
  display: block;
  width: 30px;
  height: 95px;
}
@media screen and (max-width: 1199px) {
  header .search > button {
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  header .search > button:hover::before {
    color: #02ad9d;
  }
}
header .search > button:active::before {
  font-size: 30px;
}
header .search form {
  display: none;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: 300px;
  height: 45px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
  header .search form {
    right: 15px;
  }
}
header .search form input {
  float: left;
  width: calc(100% - 45px);
  height: 100%;
  padding-left: 10px;
  font-size: 14px;
  color: #333333;
  background-color: transparent;
}
header .search form input::-webkit-input-placeholder,
header .search form textarea::-webkit-input-placeholder {
  color: #333333;
}
header .search form input:-o-placeholder,
header .search form textarea:-o-placeholder {
  color: #333333;
}
header .search form input::-moz-placeholder,
header .search form textarea::-moz-placeholder {
  color: #333333;
}
header .search form input:-ms-input-placeholder,
header .search form textarea:-ms-input-placeholder {
  color: #333333;
}
header .search form input:focus::-webkit-input-placeholder,
header .search form textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
header .search form input:focus::-o-placeholder,
header .search form textarea:focus::-o-placeholder {
  color: #ababab;
}
header .search form input:focus::-moz-placeholder,
header .search form textarea:focus::-moz-placeholder {
  color: #ababab;
}
header .search form input:focus::-ms-input-placeholder,
header .search form textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
header .search form button {
  display: block;
  float: right;
  width: 45px;
  height: 100%;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
  header .search form button:hover {
    background-color: #02ad9d;
  }
  header .search form button:hover::before {
    color: #fff;
  }
}
header .search form button::before {
  font-size: 30px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
header.sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 40px;
  }
}
footer .footer-content {
  background-color: #373f3e;
}
footer .footer-content .items {
  display: flex;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .items {
    padding: 30px 0 0;
    flex-wrap: wrap;
  }
}
footer .footer-content .items > li {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .items > li {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .items > li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .items > li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .items > li .title {
    padding: 5px 0;
    padding-right: 30px;
    position: relative;
    -moz-user-select: none;
    /*mozilar*/
    -webkit-user-select: none;
    /*webkit*/
    -ms-user-select: none;
    /*IE*/
    user-select: none;
  }
}
footer .footer-content .items > li .title::before,
footer .footer-content .items > li .title::after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 3px;
  background-color: #fff;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  footer .footer-content .items > li .title::before,
  footer .footer-content .items > li .title::after {
    display: block;
  }
}
footer .footer-content .items > li .title::after {
  transform: translateY(-50%) rotateZ(90deg);
}
footer .footer-content .items > li .title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-family: 'Roboto Medium';
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  footer .footer-content .items > li .title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .items > li .title h2 {
    font-size: 18px;
  }
}
footer .footer-content .items > li .title.active::after {
  top: 60%;
  opacity: 0;
}
footer .footer-content .items > li .inner {
  padding-top: 17px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .items > li .inner {
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-content .items > li .inner {
    display: none;
  }
}
footer .footer-content .items > li .inner p {
  margin-bottom: 7px;
  word-break: break-word;
  font-size: 15px;
  line-height: 1.6;
  color: #eeeeee;
}
@media screen and (max-width: 991px) {
  footer .footer-content .items > li .inner p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .items > li .inner p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-content .items > li .inner p a:hover {
    color: #02ad9d;
    text-decoration: underline;
  }
}
footer .footer-content .items > li .inner p:last-child {
  margin-bottom: 0;
}
footer .footer-content .items > li:nth-child(1) {
  width: 22.34042553%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .items > li:nth-child(1) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footer-content .items > li:nth-child(1) .footer-logo {
  display: block;
  width: 200px;
}
@media screen and (max-width: 991px) {
  footer .footer-content .items > li:nth-child(1) .footer-logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-content .items > li:nth-child(1) .footer-logo {
    width: 150px;
  }
}
footer .footer-content .items > li:nth-child(1) .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .footer-content .items > li:nth-child(1) ol {
  padding: 0;
  padding-top: 32px;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-content .items > li:nth-child(1) ol {
    padding-top: 20px;
  }
}
footer .footer-content .items > li:nth-child(1) ol li {
  display: inline-block;
  margin-right: 6px;
}
footer .footer-content .items > li:nth-child(1) ol li a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #666666;
}
@media screen and (min-width: 1200px) {
  footer .footer-content .items > li:nth-child(1) ol li a:hover::before {
    color: #02ad9d;
  }
  footer .footer-content .items > li:nth-child(1) ol li a:hover::after {
    left: 100%;
    -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
    transform: translate3d(50%, 0, 0) skewX(-25deg);
    -webkit-transition: left 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: left 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, left 0.4s ease-out;
    transition: transform 0.4s ease-out, left 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
}
footer .footer-content .items > li:nth-child(1) ol li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: '\eb37';
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
footer .footer-content .items > li:nth-child(1) ol li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.15)), to(rgba(204, 204, 204, 0.05)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(204, 204, 204, 0.05));
  width: 2.22222222rem;
  height: 100%;
  -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
  transform: translate3d(-150%, 0, 0) skewX(-25deg);
  -webkit-transition: none;
  transition: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
footer .footer-content .items > li:nth-child(1) ol li:nth-child(2) a::before {
  content: '\e8e7';
}
footer .footer-content .items > li:nth-child(1) ol li:nth-child(3) a::before {
  content: '\e87d';
}
footer .footer-content .items > li:nth-child(1) ol li:nth-child(4) a::before {
  content: '\e882';
  font-size: 18px;
}
footer .footer-content .items > li:nth-child(1) ol li:nth-child(5) a::before {
  content: '\e642';
  font-size: 18px;
}
footer .footer-content .items > li:nth-child(2) {
  width: 24.46808511%;
}
@media screen and (max-width: 1439px) {
  footer .footer-content .items > li:nth-child(2) {
    width: 22.468085%;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-content .items > li:nth-child(2) {
    width: 100%;
  }
}
footer .footer-content .items > li:nth-child(3) {
  width: 24.46808511%;
}
@media screen and (max-width: 1439px) {
  footer .footer-content .items > li:nth-child(3) {
    width: 22.468085%;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-content .items > li:nth-child(3) {
    width: 100%;
  }
}
footer .footer-content .items > li:nth-child(4) {
  width: 28.72340426%;
}
@media screen and (max-width: 1439px) {
  footer .footer-content .items > li:nth-child(4) {
    width: 32.723404%;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-content .items > li:nth-child(4) {
    width: 100%;
  }
}
footer .footer-content .items > li:nth-child(4) .inner p {
  display: flex;
}
footer .footer-content .items > li:nth-child(4) .inner p span:nth-child(1) {
  flex-shrink: 0;
  margin-right: 5px;
}
footer .footer-content .items > li:nth-child(4) .inner p:nth-child(1) {
  margin-bottom: 2px;
  line-height: 2.06666667;
}
footer .footer-content .items > li:nth-child(n+2) {
  padding-left: 80px;
  padding-right: 30px;
  border-left: 1px solid #474f4e;
}
@media screen and (max-width: 1439px) {
  footer .footer-content .items > li:nth-child(n+2) {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-content .items > li:nth-child(n+2) {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-content .items > li:nth-child(-n+3):nth-child(n+2) .inner p {
    display: inline-block;
    margin-right: 10px;
  }
  footer .footer-content .items > li:nth-child(-n+3):nth-child(n+2) .inner p::before {
    margin-right: 5px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '>';
  }
}
footer .footer-end {
  padding: 15px 0;
  background-color: #2c3534;
}
@media screen and (max-width: 767px) {
  footer .footer-end {
    padding: 10px 0;
  }
}
footer .footer-end p {
  font-size: 15px;
  line-height: 1.46666667;
  color: #e2e1e1;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  footer .footer-end p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-end p {
    font-size: 13px;
  }
}
footer .footer-end p span,
footer .footer-end p a {
  display: inline-block;
}
footer .footer-end p a {
  margin: 0 9px;
}
@media screen and (min-width: 1200px) {
  footer .footer-end p a:hover {
    color: #02ad9d;
    text-decoration: underline;
  }
}
footer .aside-online {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 99;
}
footer .aside-online .aside-box {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-box {
    position: absolute;
    top: 0;
    transform: translateX(300px);
  }
}
footer .aside-online .aside-box a {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 5px;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: rgba(49, 49, 49, 0.6);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  footer .aside-online .aside-box a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-box a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
footer .aside-online .aside-box a:hover {
  background-color: #02ad9d;
}
footer .aside-online .aside-box a::before {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  footer .aside-online .aside-box a::before {
    font-size: 23px;
  }
}
footer .aside-online .aside-box a div {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 65px;
  z-index: -99;
  color: #02ad9d;
  background-color: rgba(0, 173, 169, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  footer .aside-online .aside-box a div {
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-box a div {
    padding-right: 50px;
    padding-left: 10px;
  }
}
footer .aside-online .aside-box a div p {
  line-height: 48px;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  footer .aside-online .aside-box a div p {
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-box a div p {
    line-height: 40px;
  }
}
footer .aside-online .aside-box .icon-QQ::before,
footer .aside-online .aside-box .icon-whatsapp-fill::before {
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  footer .aside-online .aside-box .icon-QQ::before,
  footer .aside-online .aside-box .icon-whatsapp-fill::before {
    font-size: 27px;
  }
}
footer .aside-online .aside-btn {
  display: none;
  position: fixed;
  bottom: 51px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  footer .aside-online .aside-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .aside-online .aside-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    bottom: 46px;
  }
}
footer .aside-online .aside-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  content: '\e629';
  font-size: 18px;
  display: inline-block;
  color: #fff;
}
footer .aside-online .btn-active {
  transform: rotateZ(135deg);
}
footer .asidebox-active {
  transform: translateX(-100%) !important;
}
footer .footer-xsnav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #02ad9d;
  padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  z-index: 90;
}
@media screen and (max-width: 991px) {
  footer .footer-xsnav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-xsnav {
    height: 45px;
  }
}
footer .footer-xsnav ul li {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  border-left: 1px solid #02c6b2;
  border-left: 1px solid #019183;
}
footer .footer-xsnav ul li a {
  position: relative;
  display: block;
  height: 50px;
  padding-top: 27px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  footer .footer-xsnav ul li a {
    height: 45px;
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  footer .footer-xsnav ul li a {
    text-transform: none;
  }
}
footer .footer-xsnav ul li a::before {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  display: block;
  font-size: 20px;
}
footer .footer-xsnav ul li .pic {
  display: none;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  max-width: 100px;
}
footer .footer-xsnav ul li .pic img {
  max-width: 100%;
  height: auto;
}
footer .footer-xsnav ul li:nth-child(1) {
  border-left: 0;
}
footer .footer-xsnav ul li.footer-xsnav-email a::before {
  content: '\e72e';
}
footer .footer-xsnav ul li.footer-xsnav-whatsapp a::before {
  content: '\e6d0';
}
footer .footer-xsnav ul li.footer-xsnav-product a::before {
  content: '\e7e9';
}
footer .footer-xsnav ul li.footer-xsnav-contact a::before {
  content: '\e62f';
}
footer .footer-xsnav ul li.footer-xsnav-top a::before {
  content: '\e60f';
}
.pagebanner .item {
  position: relative;
}
@media (max-width: 767px) {
  .pagebanner .item {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
  }
}
.pagebanner .item .pic {
  display: block;
}
.pagebanner .item .pic img {
  width: 100%;
  height: auto !important;
}
.pagination-container {
  text-align: center;
}
.pagination-container a,
.pagination-container span {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 7px;
  margin-bottom: 2px;
  border: 1px solid #888888;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pagination-container a,
  .pagination-container span {
    margin: 0 3px;
    margin-bottom: 2px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.pagination-container .current.prev {
  display: none;
}
.pagination-container .current.next {
  display: none;
}
.pagination-container a {
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .pagination-container a:hover {
    color: #fff;
    border-color: #02ad9d;
    background-color: #02ad9d;
  }
  .pagination-container a:hover::before {
    color: #fff;
  }
}
.pagination-container .ellipsis {
  border: none;
  font-weight: 700;
}
.pagination-container .page-num-current {
  color: #fff;
  background-color: #02ad9d;
  border-color: #02ad9d;
}
.pagination-container .prev,
.pagination-container .next {
  position: relative;
}
.pagination-container .prev::before,
.pagination-container .next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  content: '\e9b5';
}
@media screen and (max-width: 767px) {
  .pagination-container .prev::before,
  .pagination-container .next::before {
    font-size: 16px;
  }
}
.pagination-container .next::before {
  content: '\e72f';
}



 /*-------------------lcj-------------------------------*/

.aside-online .aside-box .icon-weixin:hover .mask {
	display: block;
}

.aside-online .aside-box .icon-weixin .mask {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 100%;
	display: none;
	width: 120px;
	height: 120px;
	padding-left: 5px;
}

.aside-online .aside-box .icon-weixin .mask img {
	display: block;
	width: 100%;
}

.aside-online .aside-box .icon-weixin:hover .mask .mask-box {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	display:block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
  z-index: -99;
  color: #02ad9d;
  background-color: rgba(0, 173, 169, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.aside-online .aside-box .icon-weixin .mask p {
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 8px 0;
	color: #888;
}
