.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #f0f0f0;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #C6C6C6;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #C6C6C6;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
  z-index: 100000000000000000000000000000000000000;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}


/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Inter-Regular", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
img {
  border: none;
}

ul li {
  list-style-type: none;
}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  transition: 0.3s;
}

h1, h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
}

embed, video, iframe {
  max-width: 100%;
}

input[type=submit], textarea[type=submit] {
  cursor: pointer;
}

input[type=checkbox], textarea[type=checkbox] {
  cursor: pointer;
}

input[type=radio], textarea[type=radio] {
  cursor: pointer;
}

input, textarea, select {
  font-family: "Inter-Regular", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  outline: none;
  background: none;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

textarea {
  resize: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.fix {
  *zoom: 1;
}

.fix:after, .fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

/* WebKit browsers */
:-o-placeholder {
  color: #999;
  opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

/* Internet Explorer 10+ */
::selection {
  color: #fff;
  background: #f7b100;
}

.self-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.self-ellipsis-2 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.self-ellipsis-3 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.self-ellipsis-4 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.common-vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.common-hc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.common-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.nlazy {
  min-width: 20%;
}

/**/
.email {
  word-break: break-all;
}

.scale-big img {
  transition: all 350ms;
}

.scale-big:hover img {
  transform: scale(1.1);
}

.scale-small img {
  transition: all 350ms;
  transform: scale(1.1);
}

.scale-small:hover img {
  transform: scale(1);
}

[class*=-item] .item-pic, [class*=-item] .item-pics {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}

[class*=-item] .item-pic img, [class*=-item] .item-pics img {
  display: block !important;
  width: 100%;
}

[class*=-item] .item-title {
  overflow: hidden;
  color: #333;
}

[class*=-item] .item-title a {
  display: block;
  color: #333;
}

[class*=-item] .item-title a:hover {
  color: #f7b100 !important;
}

[class*=-item] .item-subt {
  overflow: hidden;
  color: #333;
}

[class*=-item] .item-subt a {
  display: block;
  color: #333;
}

[class*=-item] .item-subt a:hover {
  color: #f7b100 !important;
}

[class*=-item] .item-desc {
  overflow: hidden;
  color: #666;
}

[class*=-item] .item-desc a {
  display: block;
  color: #666;
}

[class*=-item] .item-desc a:hover {
  color: #f7b100 !important;
}

.wp2 {
  width: 1600px;
  margin: auto;
}

@media screen and (max-width: 1619px) {
  .wp2 {
    width: 1400px;
  }
}
@media screen and (max-width: 1419px) {
  .wp2 {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .wp2 {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .wp2 {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .wp2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wp {
  width: 1400px;
  margin: auto;
}

@media screen and (max-width: 1419px) {
  .wp {
    width: 1200px;
  }
}
@media screen and (max-width: 1219px) {
  .wp {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .wp {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .wp {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wp1 {
  width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1219px) {
  .wp1 {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .wp1 {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .wp1 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.no_margin {
  margin-left: auto !important;
}

.no_marginr {
  margin-right: auto !important;
}

.no_marginl {
  margin-left: auto !important;
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.item-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.item-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* .an-btn1 start */
.an-btn1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background 0.4s linear, color 0.3s linear;
}

.an-btn1:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  content: "";
  background: #f7b100;
  transition: all 0.4s linear 0s;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.an-btn1 .iconfont {
  transition: all 0.5s;
}

.an-btn1:hover {
  border-color: #f7b100 !important;
  background-color: #f7b100 \9 ;
  color: #fff !important;
}

.an-btn1:hover .iconfont {
  color: #fff !important;
}

.an-btn1:hover:before {
  height: 500%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background 0.4s linear, color 0.3s linear;
}

.an-btn2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  content: "";
  background: #fff;
  transition: all 0.4s linear 0s;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.an-btn2 .iconfont {
  transition: all 0.5s;
}

.an-btn2:hover {
  border-color: #f7b100 !important;
  background-color: #fff \9 ;
  color: #f7b100 !important;
}

.an-btn2:hover .iconfont {
  color: #f7b100 !important;
}

.an-btn2:hover:before {
  height: 500%;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn2 end */
@media screen and (min-width: 992px) {
  .an-bd1 .item-backdrop {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    transition: all 900ms ease;
    transition: transform 0.4s ease;
    transform: scale(0, 1);
    transform-origin: right center;
  }
  .an-bd1 .item-backdrop:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    background-color: #f7b100;
  }
}
@media screen and (min-width: 992px) {
  .an-bd1:hover .item-backdrop {
    transform: scale(1, 1);
    transform-origin: left center;
  }
}
/*-------------table start-------------------------------------------------------------------*/
.table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.table table tr td {
  padding: 5px 3px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1000px) {
  .table {
    width: 100%;
    overflow: scroll;
  }
  .table div {
    width: 900px;
    max-width: 900px;
  }
}
/*-------------table end---------------------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page {
  text-align: center;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  padding: 0 170px;
  height: 30px;
}

@media only screen and (max-width: 991px) {
  .page {
    padding: 0;
  }
}
.page a {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  color: #333;
  padding: 0 2px;
  min-width: 30px;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.page a.prev, .page a.next {
  font-size: 20px;
  font-size: 2rem;
}

.page a.prev:hover, .page a.next:hover {
  color: #f7b100;
  background-color: transparent;
}

.page a:hover, .page a.page-active, .page a.active {
  background-color: #f7b100;
  color: #fff;
}

@media only screen and (max-width: 1219px) {
  .page a {
    margin: 0 2px 5px;
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 26px;
    border-radius: 13px;
    height: 26px;
    line-height: 26px;
  }
  .page a.prev, .page a.next {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .page a {
    margin: 0 2px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page a.prev, .page a.next {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page .add-form {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  padding-right: 26px;
  background: url(../images/af-bg.png) no-repeat right center;
}

@media only screen and (max-width: 1219px) {
  .page .add-form {
    padding-right: 20px;
    background-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .page .add-form {
    position: relative;
  }
}
.page .add-form .add-btn {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #999;
  cursor: pointer;
  transition: all 0.35s;
}

.page .add-form .add-btn:hover {
  color: #f7b100;
}

@media only screen and (max-width: 1219px) {
  .page .add-form .add-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page .add-form .add-btn {
    font-size: 12px;
    font-size: 1.2rem;
    height: 26px;
    line-height: 26px;
  }
}
/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc {
  position: fixed;
  z-index: 999;
  right: 0;
  width: 52px;
}

.contact-pc li {
  position: relative;
  width: 100%;
  height: 52px;
  margin-bottom: 1px;
  border-radius: 5px;
  background: #DFDFDF;
  transition: all 0.35s;
}

.contact-pc li:hover {
  background-color: #f7b100;
}

.contact-pc li:hover .iconfont {
  color: #fff !important;
}

.contact-pc li a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}

.contact-pc li img {
  vertical-align: middle;
}

.contact-pc li .iconfont {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  transition: all 0.35s;
}

.contact-pc li .ewm {
  position: absolute;
  top: 0;
  left: 125px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}

.contact-pc li.ewm-box:hover .ewm {
  left: -125px;
}

.contact-phone {
  position: fixed;
  bottom: 0;
  height: 40px;
  left: 0;
  right: 0;
  display: none;
  z-index: 999;
}

.contact-phone li {
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
  background: #DFDFDF;
}

.contact-phone li:hover {
  background-color: #f7b100;
}

.contact-phone li:hover .iconfont {
  color: #fff !important;
}

.contact-phone li a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.contact-phone li img {
  vertical-align: middle;
}

.contact-phone li .iconfont {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

.contact-phone li .ewm {
  position: absolute;
  bottom: 40px;
  right: 50%;
  margin-right: -50px;
  display: none;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 767px) {
  .contact-pc {
    display: none;
  }
  .contact-phone {
    display: block;
  }
  body {
    padding-bottom: 40px;
  }
}
/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share {
  font-size: 0;
  letter-spacing: 0;
}

.pro-share .share-title {
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

@media only screen and (max-width: 1219px) {
  .pro-share .share-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .pro-share .share-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pro-share .share-pic {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 26px;
}

.pro-share .share-pic img {
  max-height: 100%;
}

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths {
  padding-top: 36px;
  border-top: solid 1px #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #333;
}

.m-oths * {
  color: #333;
}

.m-oths a:hover {
  color: #f7b100;
}

.m-oths a.none {
  color: #666;
}

.m-oths .item-btn {
  float: left;
  color: #333;
  margin-right: 5px;
}

.m-oths .item-info {
  overflow: hidden;
  display: block;
}

.m-oths .oths-item-1 {
  margin-bottom: 16px;
}

@media screen and (max-width: 1219px) {
  .m-oths {
    padding-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .m-oths .oths-item-1 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 991px) {
  .m-oths {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-oths {
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-oths .oths-item-1 {
    margin-bottom: 0;
  }
}
/*-------------bread start-----------------------------------------------------------------*/
.bread {
  position: relative;
  z-index: 2;
}

.bread .item-subt {
  padding: 24px 0 28px;
  font-size: 0;
  letter-spacing: 0;
}

.bread .item-subt > * {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #999;
}

.bread .item-subt * {
  color: #999;
}

.bread .item-subt a:hover, .bread .item-subt .active {
  color: #333;
}

.bread .item-subt .iconfont {
  color: #f7b100;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 15px;
  display: block;
}

@media screen and (max-width: 1219px) {
  .bread .item-subt {
    padding: 20px 0;
  }
  .bread .item-subt > * {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .bread .item-subt .iconfont {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bread .item-subt {
    padding: 10px 0;
  }
  .bread .item-subt > * {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .bread .item-subt .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 5px;
  }
}
/*-------------bread end-------------------------------------------------------------------*/
.search-box {
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 240px;
  height: 46px;
  background-color: #fff;
  border-radius: 23px;
  margin-top: 17px;
}

.search-box ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.search-box :-o-placeholder {
  color: #999;
  opacity: 1;
}

.search-box ::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.search-box :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

@media screen and (max-width: 1219px) {
  .search-box {
    width: 190px;
  }
}
@media screen and (max-width: 991px) {
  .search-box {
    display: none;
  }
}
.search-box .iconfont {
  font-size: 17px;
  font-size: 1.7rem;
  color: #f7b100;
  position: absolute;
  width: 34px;
  height: 46px;
  line-height: 46px;
  text-align: left;
  right: 0;
  top: 0;
}

.search-box .item-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 46px;
  padding: 0 35px 0 15px;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
}

.search-box .item-submit {
  position: absolute;
  width: 34px;
  height: 100%;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 2;
}

/*-------------header start----------------------------------------------------------------*/
body {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 0;
  }
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.6s ease;
  background-color: #f7b100;
  box-shadow: 0px 13px 49px 0px rgba(0, 0, 0, 0.1);
}

.header:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: calc(50% - 700px + 235px);
  background-color: #fff;
  border-left: solid 5px #ffce00;
  box-sizing: border-box;
}

@media screen and (max-width: 1419px) {
  .header:before {
    width: calc(50% - 600px + 220px);
  }
}
@media screen and (max-width: 1219px) {
  .header:before {
    width: calc(50% - 480px + 195px);
  }
}
@media screen and (max-width: 991px) {
  .header:before {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header {
    position: relative;
    padding: 15px 0;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
    padding: 10px 0;
  }
}
.header .logo {
  display: block;
  float: left;
  width: 190px;
  margin-top: 22px;
  transition: all 0.6s ease;
}

.header .logo a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 19.47%;
}

.header .logo img {
  display: block;
  width: 100%;
  position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 991px) {
  .header .logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 150px;
  }
}
.header .navlist {
  float: right;
  font-size: 0;
  letter-spacing: 0;
  transition: all 0.6s ease;
  margin-top: 26px;
  margin-right: 108px;
}

@media screen and (max-width: 1419px) {
  .header .navlist {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .header .navlist {
    margin-right: 15px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 991px) {
  .header .navlist {
    display: none;
  }
}
.header .navlist > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
  padding-bottom: 20px;
}

.header .navlist > li:first-child {
  margin-left: 0;
}

.header .navlist > li > a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 1rem;
  line-height: 24px;
  padding-bottom: 10px;
  text-transform: capitalize;
  color: #fff;
  position: relative;
}

.header .navlist > li > a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.35s;
}

.header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before {
  width: 40px;
}

@media screen and (max-width: 1419px) {
  .header .navlist > li {
    margin-left: 25px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .header .navlist > li {
    margin-left: 10px;
    padding-bottom: 18px;
  }
}
.header .navlist li:hover .yiji {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}

.header .yiji {
  z-index: 99;
  position: absolute;
  top: 100%;
  width: 240px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transform-origin: top;
  transition: all 400ms ease;
  background-color: #fff;
  left: -30px;
}

@media screen and (max-width: 1219px) {
  .header .yiji {
    width: 220px;
    left: -10px;
  }
}
.header .yiji li {
  position: relative;
  text-align: left;
}

.header .yiji li:last-child > a {
  border-bottom: 0;
}

.header .yiji li > a {
  display: block;
  line-height: 24px;
  padding: 12px 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.header .yiji li:hover > a {
  background-color: #f7b100;
  color: #fff;
}

.header .yiji li:hover .erji {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1219px) {
  .header .yiji li > a {
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .header .yiji {
    display: none;
  }
}
.header .erji li:hover .sanji, .header .sanji li:hover .siji {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}

.header .erji, .header .sanji {
  position: absolute;
  left: 100%;
  top: 0;
  width: 240px;
  margin-left: 1px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transform-origin: top;
  transition: all 400ms ease;
  background-color: #fff;
}

@media screen and (max-width: 1219px) {
  .header .erji, .header .sanji {
    width: 220px;
  }
}

.m-hdlang {
  position: relative;
  z-index: 4;
  margin-left: 15px;
  float: right;
}
.m-hdlang .lang-btn {
  position: relative;
  padding-right: 15px;
  display: block;
  line-height: 80px;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  color: #fff;
}
.m-hdlang .lang-btn span {
  margin-left: 3px;
  margin-right: 3px;
}
.m-hdlang .lang-btn .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.m-hdlang .lang-list {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  min-width: 112px;
  padding-bottom: 9px;
  padding-left: 24px;
  padding-right: 5px;
  padding-top: 14px;
  background-color: #fff;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 550ms;
  border-radius: 0px 0px 10px 10px;
}
.m-hdlang .lang-list.active {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.m-hdlang .lang-item {
  display: block;
  margin-top: 14px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}
.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active {
  color: #f7b100;
}
.m-hdlang .lang-item:first-child {
  margin-top: 0;
}

.m-hdsch {
  position: relative;
  z-index: 3;
  margin-left: 20px;
  float: right;

}
.m-hdsch .sch-btn {
  display: block;
  line-height: 80px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.m-hdsch .sch-form {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 200px;
  padding-right: 34px;
  border-radius: 17px;
  background-color: #fff;
  border: solid 1px #fff;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  transition: all 550ms;
}
.m-hdsch .sch-form .form-text {
  width: 100%;
  padding-left: 16px;
  padding-right: 10px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  box-sizing: border-box;
}
.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  height: 32px;
  width: 34px;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  color: #f7b100;
}
.m-hdsch .sch-form .form-btn {
  z-index: 2;
}
.m-hdsch .sch-form.run {
  visibility: visible;
  right: 0;
  opacity: 1;
}
@media screen and (min-width: 1441px) {
  .m-hdsch{
      padding-top: 25px;
  }
  .m-hdsch .sch-btn {
    display: none;
  }
  .m-hdsch .sch-form {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

.m-hdsch .form-text::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.m-hdsch .form-text:-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-hdsch .form-text::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.m-hdsch .form-text:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
@media screen and (max-width: 991px){
    .m-hdsch, .m-hdlang{
        position: absolute;
        top: 0;
        margin-left: 0;
        
    }
    .m-hdsch{
        right: 60px;
    }
    .m-hdlang{
        right: 90px;
    }
    
    .m-hdsch .sch-btn, .m-hdlang .lang-btn{
        color: #333;
        line-height: 66px;
    }
    .m-hdlang .lang-btn .icon{
        border-top: 6px solid #333;
    }
}
@media screen and (max-width: 767px){
    .m-hdsch .sch-btn, .m-hdlang .lang-btn{
        color: #333;
        line-height: 50px;
    }
}
/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer {
  background-color: #121212;
}

.footer, .footer * {
  color: #999;
}

.footer a:hover {
  color: #f7b100;
}

.footer .f-top {
  font-size: 0;
  letter-spacing: 0;
  padding: 91px 0 32px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 1219px) {
  .footer .f-top {
    padding: 70px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer .f-top {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-top {
    display: none;
  }
}
.footer .f-top .footer-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 29px;
}

.footer .f-top .footer-title, .footer .f-top .footer-title a {
  color: #fff;
}

.footer .f-top .footer-title a:hover {
  color: #f7b100;
}

@media screen and (max-width: 1219px) {
  .footer .f-top .footer-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer .f-top .footer-title {
    margin-bottom: 15px;
  }
}
.footer .f-top .flist {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}

.footer .f-top .flist .box-list li {
  padding: 5px 0;
}

@media screen and (max-width: 1219px) {
  .footer .f-top .flist {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.footer .f-top .flist4 {
  padding-right: 0;
}

.footer .f-follow {
  font-size: 0;
  letter-spacing: 0;
  float: right;
  margin-top: 7px;
  margin-left: 25px;
}

.footer .f-follow > a {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border-radius: 50%;
  border: solid 1px #fff;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  margin-left: 8px;
  text-align: center;
  transition: all 0.35s;
}

.footer .f-follow > a:first-child {
  margin-left: 0;
}

.footer .f-follow > a:hover {
  border-color: #f7b100;
  background-color: #f7b100;
  color: #fff !important;
}

@media screen and (max-width: 1219px) {
  .footer .f-follow {
    margin-top: 0;
  }
  .footer .f-follow > a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-follow {
    float: none;
    margin: 0 0 10px;
  }
  .footer .f-follow > a {
    width: 28px;
    height: 28px;
    line-height: 26px;
    margin-left: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.footer .f-bot {
  padding-top: 50px;
  padding-bottom: 53px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}

.footer .f-bot, .footer .f-bot * {
  color: #666;
}

.footer .f-bot a:hover {
  color: #f7b100;
}

@media screen and (max-width: 1419px) {
  .footer .f-bot {
    padding: 35px 0;
  }
}
@media screen and (max-width: 1219px) {
  .footer .f-bot {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f-bot {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px 0;
  }
}
.footer .f-bot .box-body {
  overflow: hidden;
}

.footer .f-bot .links {
  margin-top: 6px;
}

.footer .f-bot .links a {
  display: inline-block;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .footer .f-bot .links {
    display: none;
  }
}
/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
}

.index-title a {
  display: inline-block;
}

.index-title a:hover {
  color: #f7b100;
}

@media screen and (max-width: 1419px) {
  .index-title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 991px) {
  .index-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .index-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.index-solution {
  padding: 93px 0 110px;
}

@media screen and (max-width: 1419px) {
  .index-solution {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-solution {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-solution {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-solution {
    padding: 30px 0 40px;
  }
}
.index-solution .top-item {
  margin-bottom: 43px;
}

@media screen and (max-width: 1219px) {
  .index-solution .top-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .top-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1419px) {
  .index-solution .top-item .index-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-solution .top-item .index-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .index-solution .top-item .index-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .top-item .index-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.index-solution .top-item .item-desc {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.index-solution .top-item .item-desc a {
  display: inline-block;
}

@media screen and (max-width: 1219px) {
  .index-solution .top-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .index-solution .top-item .item-desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .top-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    margin-top: 5px;
  }
}
.index-solution .box-list {
  display: flex;
  flex-flow: row wrap;
  font-size: 0;
  letter-spacing: 0;
}

.index-solution .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.9285714286%;
  flex-basis: 23.9285714286%;
  margin-left: 1.4285714286%;
  margin-bottom: 17px;
  border-bottom: solid 1px #e5e5e5;
  padding: 11px 30px 7px 20px;
  transition: all 0.35s;
  overflow: hidden;
}

.index-solution .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}

@media screen and (min-width: 992px) {
  .index-solution .box-list .list-item:hover {
    background-color: #ffffff;
    box-shadow: 2px 2px 52px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px 20px;
    border-color: #fff;
  }
  .index-solution .box-list .list-item:hover .item-btn {
    opacity: 1;
  }
}
@media screen and (max-width: 1419px) {
  .index-solution .box-list .list-item {
    padding: 7px 10px;
  }
}
@media screen and (max-width: 1219px) {
  .index-solution .box-list .list-item {
    padding: 7px 5px;
  }
}
@media screen and (max-width: 991px) {
  .index-solution .box-list .list-item {
    width: 32.33%;
    flex-basis: 32.33%;
    margin: 0 0.5% 15px !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .box-list .list-item {
    padding: 5px;
  }
}
@media screen and (max-width: 640px) {
  .index-solution .box-list .list-item {
    width: 49%;
    flex-basis: 49%;
    margin-bottom: 10px !important;
  }
}
.index-solution .box-list .item-pic {
  float: left;
  width: 100px;
  margin-right: 5px;
}

@media screen and (max-width: 1219px) {
  .index-solution .box-list .item-pic {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .box-list .item-pic {
    width: 70px;
  }
}
@media screen and (max-width: 640px) {
  .index-solution .box-list .item-pic {
    width: 50px;
  }
}
.index-solution .box-list .item-title {
  overflow: hidden;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 21px;
}

@media screen and (max-width: 1219px) {
  .index-solution .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .index-solution .box-list .item-title {
    margin-top: 7px;
  }
}
.index-solution .box-list .item-btn {
  float: right;
  cursor: pointer;
  text-align: center;
  margin-top: 14px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #f7b100;
  border: solid 1px #f7b100;
  transition: all 0.35s;
  border-radius: 0px 10px;
  opacity: 0;
}

@media screen and (max-width: 1219px) {
  .index-solution .box-list .item-btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 14px;
  }
}
@media screen and (max-width: 991px) {
  .index-solution .box-list .item-btn {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .index-solution .box-list .item-btn {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 0px 8px;
  }
}
@media screen and (max-width: 640px) {
  .index-solution .box-list .item-btn {
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 10px;
    font-size: 1rem;
    border-radius: 0px 8px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 400px) {
  .index-solution .box-list .item-btn {
    display: none;
  }
}
.index-solution .more-btn {
  margin: 21px auto 0;
  cursor: pointer;
}

@media screen and (max-width: 1219px) {
  .index-solution .more-btn {
    margin-top: 15px;
  }
}
.index-solution .more-btn.item-jia, .index-solution .more-btn.item-jian {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0 10px;
  background-color: #f7b100;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.index-solution .more-btn.item-jia:before, .index-solution .more-btn.item-jian:before {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1219px) {
  .index-solution .more-btn.item-jia, .index-solution .more-btn.item-jian {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.index-solution .more-btn.item-jia:before {
  content: "\e669";
}

.index-solution .more-btn.item-jian:before {
  content: "\e66a";
}

.index-cate {
  background: #f3f4f6 url(../images/bg1.jpg) no-repeat bottom center;
  background-size: 1920px;
  overflow: hidden;
  padding: 115px 0 45px;
  position: relative;
}

@media screen and (max-width: 1419px) {
  .index-cate {
    background-size: 1645px;
    padding-bottom: 45px;
    padding-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .index-cate {
    background-size: 1316px;
    padding-bottom: 40px;
    padding-top: 69px;
  }
}
@media screen and (max-width: 991px) {
  .index-cate {
    background-size: 987px;
    padding-bottom: 30px;
    padding-top: 51px;
  }
}
@media screen and (max-width: 767px) {
  .index-cate {
    background-image: none;
    padding: 30px 0;
  }
}
.index-cate:before {
  position: absolute;
  content: "PRODUCTS";
  color: #ffffff;
  opacity: 0.5;
  font-size: 178px;
  font-size: 17.8rem;
  line-height: 72px;
  font-family: "Inter-Bold", arial, helvetica, sans-serif;
  left: -10px;
  top: 125px;
}

@media screen and (max-width: 1419px) {
  .index-cate:before {
    font-size: 148px;
    font-size: 14.8rem;
    top: 80px;
  }
}
@media screen and (max-width: 1219px) {
  .index-cate:before {
    font-size: 110px;
    font-size: 11rem;
    top: 80px;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .index-cate:before {
    font-size: 80px;
    font-size: 8rem;
    top: 40px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .index-cate:before {
    font-size: 60px;
    font-size: 6rem;
    top: 30px;
  }
}
.index-cate .index-title {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: calc(50% - 700px);
  padding-top: 83px;
}

.index-cate .index-title:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 63px;
  background-color: #ffce00;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1419px) {
  .index-cate .index-title {
    left: calc(50% - 600px);
    top: 60px;
    padding-top: 65px;
  }
  .index-cate .index-title:before {
    height: 55px;
  }
}
@media screen and (max-width: 1219px) {
  .index-cate .index-title {
    left: calc(50% - 480px);
    top: 60px;
    padding-top: 50px;
  }
  .index-cate .index-title:before {
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-cate .index-title {
    left: calc(50% - 360px);
    top: 30px;
    padding-top: 40px;
  }
  .index-cate .index-title:before {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-cate .index-title {
    left: 0;
    top: 0;
    position: relative;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .index-cate .index-title:before {
    height: 20px;
  }
}
.cate-owl {
  overflow: hidden;
  position: relative;
}

.cate-owl .list-item {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .cate-owl .list-item {
    flex-wrap: wrap;
  }
}
.cate-owl .item-pic {
  flex: 0 0 auto;
  width: 53.5714285714%;
  margin-left: 14.2857142857%;
}

@media screen and (max-width: 1419px) {
  .cate-owl .item-pic {
    margin-left: 10.7142857143%;
  }
}
@media screen and (max-width: 991px) {
  .cate-owl .item-pic {
    margin-left: 7.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .cate-owl .item-pic {
    width: 50%;
    margin-left: 30px;
    background: url(../images/web9.png) no-repeat center;
    background-size: 100%;
    position: relative;
  }
  .cate-owl .item-pic a {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    display: block;
  }
  .cate-owl .item-pic img {
    position: absolute;
    top: 1%;
    width: 95%;
    left: 2.5%;
  }
}
@media screen and (max-width: 480px) {
  .cate-owl .item-pic {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.cate-owl .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  padding-bottom: 27px;
}

@media screen and (max-width: 1419px) {
  .cate-owl .item-body {
    padding-bottom: 0;
  }
}
.cate-owl .item-num {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 59px;
}

@media screen and (max-width: 1419px) {
  .cate-owl .item-num {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .cate-owl .item-num {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .cate-owl .item-num {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cate-owl .item-num {
    margin-bottom: 10px;
  }
}
.cate-owl .item-num > * {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  color: #999;
  margin-right: 5px;
}

@media screen and (max-width: 1219px) {
  .cate-owl .item-num > * {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .cate-owl .item-num > * {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cate-owl .item-num > * {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.cate-owl .item-num .item-active {
  font-size: 36px;
  font-size: 3.6rem;
  color: #333;
  margin-right: 23px;
}

@media screen and (max-width: 1219px) {
  .cate-owl .item-num .item-active {
    font-size: 30px;
    font-size: 3rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cate-owl .item-num .item-active {
    font-size: 26px;
    font-size: 2.6rem;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cate-owl .item-num .item-active {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 10px;
  }
}
.cate-owl .item-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media screen and (max-width: 1419px) {
  .cate-owl .item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1219px) {
  .cate-owl .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .cate-owl .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .cate-owl .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.cate-owl .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  height: 90px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1419px) {
  .cate-owl .item-desc {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .cate-owl .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    height: 78px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cate-owl .item-desc {
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .cate-owl .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    height: 60px;
    margin-bottom: 15px;
  }
}
.cate-owl .item-btn {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  line-height: 52px;
  border: solid 1px #f7b100;
  color: #f7b100;
  border-radius: 0px 10px;
  padding: 0 15px;
  font-size: 18px;
  font-size: 1.8rem;
}

.cate-owl .item-btn .iconfont {
  margin-left: 28px;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (max-width: 1419px) {
  .cate-owl .item-btn {
    min-width: 180px;
  }
  .cate-owl .item-btn .iconfont {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .cate-owl .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 160px;
    line-height: 42px;
  }
  .cate-owl .item-btn .iconfont {
    margin-left: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .cate-owl .item-btn {
    min-width: 140px;
    line-height: 34px;
  }
  .cate-owl .item-btn .iconfont {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cate-owl .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 120px;
    line-height: 30px;
  }
  .cate-owl .item-btn .iconfont {
    margin-left: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.cate-owl .owl-buttons {
  display: none !important;
}

.cate-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  width: 40px;
  position: absolute;
  left: 38.0714285714%;
  top: 46%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1219px) {
  .cate-owl .owl-btns {
    width: 36px;
  }
}
@media screen and (max-width: 991px) {
  .cate-owl .owl-btns {
    width: 32px;
    left: 40.7142857143%;
  }
}
@media screen and (max-width: 767px) {
  .cate-owl .owl-btns {
    width: 26px;
    left: auto;
    right: 50%;
  }
}
@media screen and (max-width: 480px) {
  .cate-owl .owl-btns {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    margin-top: 20px;
  }
}
.cate-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #f7b100;
  border: solid 1px #f7b100;
  transition: all 0.35s;
}

.cate-owl .owl-btns .owl-btn:hover {
  border-color: #f7b100;
  background-color: #f7b100;
  color: #fff;
}

.cate-owl .owl-btns .owl-btn.disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #333;
  cursor: auto;
}

@media screen and (max-width: 1219px) {
  .cate-owl .owl-btns .owl-btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .cate-owl .owl-btns .owl-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cate-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.cate-owl .owl-btns .item-prev {
  border-radius: 10px 0px;
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .cate-owl .owl-btns .item-prev {
    border-radius: 8px 0px;
  }
}
@media screen and (max-width: 480px) {
  .cate-owl .owl-btns .item-prev {
    margin: 0 5px 0 0;
  }
}
.cate-owl .owl-btns .item-next {
  border-radius: 0px 10px;
}

@media screen and (max-width: 767px) {
  .cate-owl .owl-btns .item-next {
    border-radius: 0px 8px;
  }
}
.index-production {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}

@media screen and (max-width: 640px) {
  .index-production {
    flex-wrap: wrap;
  }
}
.index-production .box-wrap {
  flex: 1;
  width: 50%;
  flex-basis: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .index-production .box-wrap {
    width: 100%;
    flex-basis: 100%;
  }
}
.index-production .box-wrap1 {
  background: url(../images/web1.jpg) no-repeat center;
  background-size: cover;
}

.index-production .box-wrap1 .box-item {
  padding-left: calc(100% - 700px);
  padding-right: 150px;
}

@media screen and (max-width: 1419px) {
  .index-production .box-wrap1 .box-item {
    padding-left: calc(100% - 600px);
    padding-right: 130px;
  }
}
@media screen and (max-width: 1219px) {
  .index-production .box-wrap1 .box-item {
    padding-left: calc(100% - 480px);
    padding-right: 110px;
  }
}
@media screen and (max-width: 991px) {
  .index-production .box-wrap1 .box-item {
    padding-left: calc(100% - 360px);
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .index-production .box-wrap1 .box-item {
    padding-left: 15px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 640px) {
  .index-production .box-wrap1 .box-item {
    padding: 30px 15px 90px;
  }
}
.index-production .box-wrap1 .item-title, .index-production .box-wrap1 .item-title a, .index-production .box-wrap1 .item-subt, .index-production .box-wrap1 .item-subt a, .index-production .box-wrap1 .item-desc, .index-production .box-wrap1 .item-desc a {
  color: #222;
}

.index-production .box-wrap1 .item-title a:hover, .index-production .box-wrap1 .item-subt a:hover, .index-production .box-wrap1 .item-desc a:hover {
  color: #fff !important;
}

.index-production .box-wrap1 .item-btn {
  background-color: #111;
  color: #f7b100;
}

.index-production .box-wrap2 {
  background: url(../images/web2.jpg) no-repeat center;
  background-size: cover;
}

.index-production .box-wrap2 .box-item {
  padding-right: calc(100% - 700px);
  padding-left: 200px;
}

@media screen and (max-width: 1619px) {
  .index-production .box-wrap2 .box-item {
    padding-left: 150px;
  }
}
@media screen and (max-width: 1419px) {
  .index-production .box-wrap2 .box-item {
    padding-right: calc(100% - 600px);
    padding-left: 130px;
  }
}
@media screen and (max-width: 1219px) {
  .index-production .box-wrap2 .box-item {
    padding-right: calc(100% - 480px);
    padding-left: 110px;
  }
}
@media screen and (max-width: 991px) {
  .index-production .box-wrap2 .box-item {
    padding-right: calc(100% - 360px);
    padding-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .index-production .box-wrap2 .box-item {
    padding-right: 15px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 640px) {
  .index-production .box-wrap2 .box-item {
    padding: 90px 15px 30px;
  }
}
.index-production .box-wrap2 .item-title, .index-production .box-wrap2 .item-title a, .index-production .box-wrap2 .item-subt, .index-production .box-wrap2 .item-subt a, .index-production .box-wrap2 .item-desc, .index-production .box-wrap2 .item-desc a {
  color: #fff;
}

.index-production .box-wrap2 .item-btn {
  background-color: #f7b100;
  color: #111;
}

.index-production .box-item {
  font-size: 0;
  padding-top: 101px;
  padding-bottom: 89px;
}

@media screen and (max-width: 991px) {
  .index-production .box-item {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-production .box-item {
    padding: 50px 0;
  }
}
.index-production .box-item .item-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 48px;
  height: 96px;
  margin-bottom: 39px;
  /* @media screen and (max-width:640px) {
    height: auto;
    max-height: 26px *2;
  } */
}

@media screen and (max-width: 1419px) {
  .index-production .box-item .item-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    height: 84px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-production .box-item .item-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    height: 72px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-production .box-item .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    height: 60px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-production .box-item .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    height: 52px;
    margin-bottom: 10px;
  }
}
.index-production .box-item .item-desc {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  height: 90px;
  margin-bottom: 30px;
  /* @media screen and (max-width:640px) {
    height: auto;
    max-height: 20px *3;
  } */
}

.index-production .box-item .item-desc strong {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
}

@media screen and (max-width: 1219px) {
  .index-production .box-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    height: 78px;
    margin-bottom: 26px;
  }
  .index-production .box-item .item-desc strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .index-production .box-item .item-desc {
    line-height: 24px;
    height: 72px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .index-production .box-item .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    height: 60px;
    margin-bottom: 20px;
  }
  .index-production .box-item .item-desc strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.index-production .box-item .item-btn {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  line-height: 55px;
  border-radius: 0px 10px;
  padding: 0 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 1419px) {
  .index-production .box-item .item-btn {
    min-width: 180px;
  }
}
@media screen and (max-width: 1219px) {
  .index-production .box-item .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 160px;
    line-height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .index-production .box-item .item-btn {
    min-width: 140px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .index-production .box-item .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 120px;
    line-height: 32px;
  }
}
.index-production .item-circlebox {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  width: 191px;
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1219px) {
  .index-production .item-circlebox {
    width: 160px;
    padding: 10px;
    top: 50%;
  }
}
@media screen and (max-width: 991px) {
  .index-production .item-circlebox {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .index-production .item-circlebox {
    width: 120px;
    padding: 6px;
  }
}
.index-production .item-circlebox .item-circle {
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.index-production .item-circlebox .item-txt {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Inter-Bold", arial, helvetica, sans-serif;
  line-height: 1.3;
  background-image: linear-gradient(to right, #f7b100 52.5%, #222 47.5%);
  background-image: -webkit-linear-gradient(left, #f7b100 52.5%, #222 47.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1219px) {
  .index-production .item-circlebox .item-txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: -31px;
  }
}
@media screen and (max-width: 767px) {
  .index-production .item-circlebox .item-txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: -27px;
  }
}
.index-about {
  background: url(../images/bg2.jpg) no-repeat top center;
  padding-top: 100px;
  /*padding: 240px 0 200px;*/
}

@media screen and (max-width: 1419px) {
  .index-about {
    padding-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-about {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-about {
    padding-top: 30px;
  }
}
.index-about .top-item {
  margin-bottom: 61px;
}

@media screen and (max-width: 991px) {
  .index-about .top-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .top-item {
    margin-bottom: 30px;
  }
}
.index-about .top-item .item-pic {
  float: left;
  width: 44.3571428571%;
  margin-right: 5.5%;
  border-radius: 0px 80px;
  position: relative;
}

@media screen and (max-width: 1419px) {
  .index-about .top-item .item-pic {
    width: 47.1428571429%;
    margin-right: 3.5714285714%;
  }
}
@media screen and (max-width: 991px) {
  .index-about .top-item .item-pic {
    border-radius: 0px 50px;
    margin-right: 2.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .index-about .top-item .item-pic {
    border-radius: 0px 30px;
  }
}
@media screen and (max-width: 480px) {
  .index-about .top-item .item-pic {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.index-about .top-item .item-body {
  font-size: 0;
  padding-top: 31px;
}

@media screen and (max-width: 1419px) {
  .index-about .top-item .item-body {
    padding-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .top-item .item-body {
    padding-top: 0;
  }
}
.index-about .top-item .index-title {
  margin-bottom: 23px;
}

@media screen and (max-width: 1419px) {
  .index-about .top-item .index-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .top-item .index-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .top-item .index-title {
    margin-bottom: 5px;
  }
}
.index-about .top-item .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 42px;
  overflow: visible;
}

@media screen and (max-width: 1419px) {
  .index-about .top-item .item-desc {
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .top-item .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .index-about .top-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.index-about .top-item .item-btn {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  line-height: 53px;
  border: solid 1px #f7b100;
  background-color: #f7b100;
  color: #fff;
  border-radius: 0px 10px;
  padding: 0 15px;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}

@media screen and (max-width: 1419px) {
  .index-about .top-item .item-btn {
    min-width: 180px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .top-item .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 160px;
    line-height: 42px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .top-item .item-btn {
    min-width: 140px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .top-item .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 120px;
    line-height: 30px;
  }
}
.index-about .num-list {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 73px;
}

@media screen and (max-width: 1419px) {
  .index-about .num-list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .num-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .num-list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num-list {
    margin-bottom: 20px;
  }
}
.index-about .num-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.5714285714%;
  margin-left: 1.9047618571%;
  background-color: #ffffff;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 20px 0px;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .index-about .num-list .list-item {
    width: 48%;
    margin: 0 1% 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num-list .list-item {
    margin-bottom: 15px !important;
  }
}
.index-about .num-list .item-body {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 34px 30px 26px 30px;
}

@media screen and (max-width: 1419px) {
  .index-about .num-list .item-body {
    padding: 30px 15px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .num-list .item-body {
    padding: 25px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num-list .item-body {
    padding: 20px 5px 15px;
  }
}
.index-about .num-list .item-icon {
  flex: 0 0 auto;
  font-size: 58px;
  font-size: 5.8rem;
  color: #f7b100;
  display: block;
  line-height: 1;
  position: relative;
  top: -5px;
}

@media screen and (max-width: 1219px) {
  .index-about .num-list .item-icon {
    font-size: 48px;
    font-size: 4.8rem;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num-list .item-icon {
    font-size: 40px;
    font-size: 4rem;
  }
}
.index-about .num-list .item-title {
  flex: 1 1 auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  overflow: visible;
}

.index-about .num-list .item-title, .index-about .num-list .item-title * {
  color: #666;
}

.index-about .num-list .item-title a {
  display: inline-block;
}

.index-about .num-list .item-title a:hover span {
  color: #f7b100;
}

.index-about .num-list .item-title span {
  font-family: "Inter-Bold", arial, helvetica, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  color: #333;
  transition: all 0.35s;
}

@media screen and (max-width: 1219px) {
  .index-about .num-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
  .index-about .num-list .item-title span {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 991px) {
  .index-about .num-list .item-title {
    line-height: 24px;
  }
  .index-about .num-list .item-title span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .index-about .num-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .index-about .num-list .item-title span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .index-about .num-list .item-title span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.index-about .box-list {
  display: flex;
  flex-flow: row nowrap;
  padding: 0 6.0714285714% 31px;
  position: relative;
  margin-bottom: -152px;
}

@media screen and (max-width: 1419px) {
  .index-about .box-list {
    margin-bottom: -140px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-list {
    padding: 0 4.2857142857% 30px;
    margin-bottom: -114px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-list {
    padding: 0 2.8571428571% 25px;
    margin-bottom: -102px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list {
    margin-bottom: -91px;
    padding: 0 2.1428571429% 10px;
  }
}
@media screen and (max-width: 640px) {
  .index-about .box-list {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
}
.index-about .box-list:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 104px;
  background-color: #f7b100;
  z-index: 0;
}

@media screen and (max-width: 1219px) {
  .index-about .box-list:before {
    top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-list:before {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list:before {
    top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .index-about .box-list:before {
    display: none;
  }
}
.index-about .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  background: #ffffff url(../images/web8.png) no-repeat top center;
  background-size: 85.2631578947%;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 30.8943089431%;
  margin: 0 1.2195121951% 30px;
  text-align: center;
  padding: 0 20px 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1219px) {
  .index-about .box-list .list-item {
    padding: 0 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-list .list-item {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list .list-item {
    background-size: 160px;
    padding: 0 5px 15px;
  }
}
@media screen and (max-width: 640px) {
  .index-about .box-list .list-item {
    width: 100%;
    margin: 0 0 50px;
    background-image: none;
    box-shadow: none;
  }
  .index-about .box-list .list-item:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: -15px;
    right: -15px;
    top: 40px;
    background-color: #f7b100;
    z-index: -1;
  }
  .index-about .box-list .list-item:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff url(../images/web8.png) no-repeat top center;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-size: 160px;
  }
}
.index-about .box-list .item-icon {
  display: block;
  margin: 0 auto 15px;
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 156px;
  color: #f7b100;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1419px) {
  .index-about .box-list .item-icon {
    line-height: 140px;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-list .item-icon {
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 110px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-list .item-icon {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 84px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list .item-icon {
    font-size: 40px;
    font-size: 4rem;
    line-height: 74px;
  }
}
.index-about .box-list .item-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1419px) {
  .index-about .box-list .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .index-about .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.index-about .box-list .item-btn {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #f7b100;
  border: solid 1px #f7b100;
  transition: all 0.35s;
  border-radius: 0px 10px;
  position: relative;
  z-index: 2;
}

.index-about .box-list .item-btn:hover {
  border-color: #f7b100;
  background-color: #f7b100;
  color: #fff;
}

@media screen and (max-width: 1219px) {
  .index-about .box-list .item-btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .box-list .item-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-about .box-list .item-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 0px 8px;
  }
}
.index-project {
  background-color: #f5f5f5;
  padding: 240px 0 100px;
}

@media screen and (max-width: 1419px) {
  .index-project {
    padding: 228px 0 100px;
  }
}
@media screen and (max-width: 1219px) {
  .index-project {
    padding: 184px 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .index-project {
    padding: 152px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-project {
    padding: 121px 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .index-project {
    padding: 30px;
  }
}
.index-project .index-title {
  text-align: center;
  margin-bottom: 41px;
}

@media screen and (max-width: 991px) {
  .index-project .index-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-project .index-title {
    margin-bottom: 20px;
  }
}
.indexject-owl .owl-carousel {
  width: 102.8571428571%;
  margin-left: -1.4285714286%;
}

@media screen and (max-width: 1219px) {
  .indexject-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.indexject-owl .list-item {
  margin: 0 4.1666666667% 40px;
}

@media screen and (max-width: 1219px) {
  .indexject-owl .list-item {
    margin: 0 2.9411764706% 40px;
  }
}
@media screen and (max-width: 991px) {
  .indexject-owl .list-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  .indexject-owl .list-item {
    margin: 0 1.9607843137% 20px;
  }
}
.indexject-owl .list-item {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}

.indexject-owl .list-item:hover {
  box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 991px) {
  .indexject-owl .list-item, .indexject-owl .list-item:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
.indexject-owl .item-body {
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 1219px) {
  .indexject-owl .item-body {
    padding: 20px 20px 25px;
  }
}
@media screen and (max-width: 991px) {
  .indexject-owl .item-body {
    padding: 15px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .indexject-owl .item-body {
    padding: 10px 10px 15px;
  }
}
.indexject-owl .item-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  height: 60px;
}

@media screen and (max-width: 1419px) {
  .indexject-owl .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .indexject-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 52px;
  }
}
@media screen and (max-width: 991px) {
  .indexject-owl .item-title {
    line-height: 24px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .indexject-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    height: 40px;
  }
}
.indexject-owl .owl-theme .owl-controls .owl-pagination {
  margin-top: 11px;
  background-color: transparent;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .indexject-owl .owl-theme .owl-controls .owl-pagination {
    margin-top: 5px;
  }
}
.indexject-owl .owl-theme .owl-controls .owl-page {
  vertical-align: middle;
  transition: all 0.3s;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  padding: 2.5px;
  border-radius: 50%;
}

.indexject-owl .owl-theme .owl-controls .owl-page.active, .indexject-owl .owl-theme .owl-controls .owl-page:hover {
  background-color: #f7b100;
}

.indexject-owl .owl-theme .owl-controls .owl-page span {
  width: 100%;
  height: 100%;
  border: solid 1px #f7b100;
  border-radius: 50%;
}

@media screen and (max-width: 1419px) {
  .indexject-owl .owl-theme .owl-controls .owl-page {
    margin: 0 8px;
  }
}
@media screen and (max-width: 1219px) {
  .indexject-owl .owl-theme .owl-controls .owl-page {
    margin: 0 6px;
    width: 18px;
    height: 18px;
    padding: 2px;
  }
}
@media screen and (max-width: 991px) {
  .indexject-owl .owl-theme .owl-controls .owl-page {
    margin: 0 4px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .indexject-owl .owl-theme .owl-controls .owl-page {
    margin: 0 2px;
    width: 14px;
    height: 14px;
  }
}
.index-probox {
  padding-top: 123px;
  background: url(../images/bg3.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
}

.index-probox:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg3.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1419px) {
  .index-probox {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1219px) {
  .index-probox {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .index-probox {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-probox {
    padding-top: 40px;
  }
}
.index-probox .top-item {
  padding: 0 15px;
  max-width: 670px;
  margin: 0 auto 60px;
  text-align: center;
}

@media screen and (max-width: 1219px) {
  .index-probox .top-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-probox .top-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-probox .top-item {
    margin-bottom: 30px;
  }
}
.index-probox .top-item .index-title, .index-probox .top-item .index-title a {
  color: #fff;
}

.index-probox .top-item .index-title a:hover {
  color: #f7b100;
}

.index-probox .top-item .item-desc {
  margin-top: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.index-probox .top-item .item-desc, .index-probox .top-item .item-desc a {
  color: #ccc;
}

@media screen and (max-width: 1219px) {
  .index-probox .top-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .index-probox .top-item .item-desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .index-probox .top-item .item-desc {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.indexpro-owl {
  overflow: hidden;
}

.indexpro-owl .owl-carousel {
  width: calc(100% + 5px);
  margin-left: -2.5px;
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 1419px) {
  .indexpro-owl .owl-carousel {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .owl-carousel {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-carousel {
    padding-bottom: 30px;
  }
}
.indexpro-owl .owl-carousel:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  top: 168px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 1819px) {
  .indexpro-owl .owl-carousel:before {
    top: 150px;
  }
}
@media screen and (max-width: 1719px) {
  .indexpro-owl .owl-carousel:before {
    top: 140px;
  }
}
@media screen and (max-width: 1619px) {
  .indexpro-owl .owl-carousel:before {
    top: 130px;
  }
}
@media screen and (max-width: 1519px) {
  .indexpro-owl .owl-carousel:before {
    top: 120px;
  }
}
@media screen and (max-width: 1419px) {
  .indexpro-owl .owl-carousel:before {
    top: 110px;
  }
}
@media screen and (max-width: 1319px) {
  .indexpro-owl .owl-carousel:before {
    top: 100px;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .owl-carousel:before {
    top: 120px;
  }
}
@media screen and (max-width: 991px) {
  .indexpro-owl .owl-carousel:before {
    top: 100px;
  }
}
@media screen and (max-width: 891px) {
  .indexpro-owl .owl-carousel:before {
    top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-carousel:before {
    top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .indexpro-owl .owl-carousel:before {
    top: 90px;
  }
}
@media screen and (max-width: 400px) {
  .indexpro-owl .owl-carousel:before {
    top: 80px;
  }
}
.indexpro-owl .list-item {
  margin: 0 2.5px 40px;
}

@media screen and (max-width: 991px) {
  .indexpro-owl .list-item {
    margin-bottom: 15px;
  }
}
.indexpro-owl .list-item {
  overflow: hidden;
  border-radius: 2px 2px 20px 20px;
}

.indexpro-owl .list-item:hover {
  box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .indexpro-owl .list-item, .indexpro-owl .list-item:hover {
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    border-radius: 2px 2px 10px 10px;
  }
}
.indexpro-owl .item-pic {
  border-radius: 2px;
}

.indexpro-owl .item-body {
  text-align: center;
  padding: 24px 5.2631578947% 22px;
  height: 139px;
}

@media screen and (max-width: 1419px) {
  .indexpro-owl .item-body {
    padding: 20px 10px;
    height: 125px;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .item-body {
    padding: 15px 10px;
    height: 103px;
  }
}
@media screen and (max-width: 991px) {
  .indexpro-owl .item-body {
    padding: 10px 10px 15px;
    height: 94px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .item-body {
    height: 85px;
  }
}
.indexpro-owl .item-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 9px;
}

@media screen and (max-width: 1419px) {
  .indexpro-owl .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .indexpro-owl .item-title {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.indexpro-owl .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}

@media screen and (max-width: 1219px) {
  .indexpro-owl .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.indexpro-owl .owl-buttons {
  display: none !important;
}

.indexpro-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 83px;
}

@media screen and (max-width: 1419px) {
  .indexpro-owl .owl-btns {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1219px) {
  .indexpro-owl .owl-btns {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .indexpro-owl .owl-btns {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-btns {
    margin-bottom: 25px;
  }
}
.indexpro-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #f7b100;
  border: solid 1px #f7b100;
  transition: all 0.35s;
}

.indexpro-owl .owl-btns .owl-btn:hover {
  border-color: #f7b100;
  background-color: #f7b100;
  color: #fff;
}

.indexpro-owl .owl-btns .owl-btn.disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #333;
  cursor: auto;
}

@media screen and (max-width: 1219px) {
  .indexpro-owl .owl-btns .owl-btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .indexpro-owl .owl-btns .owl-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.indexpro-owl .owl-btns .item-prev {
  border-radius: 10px 0px;
  margin-right: 19px;
}

@media screen and (max-width: 1219px) {
  .indexpro-owl .owl-btns .item-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .indexpro-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .indexpro-owl .owl-btns .item-prev {
    margin-right: 5px;
    border-radius: 8px 0px;
  }
}
.indexpro-owl .owl-btns .item-next {
  border-radius: 0px 10px;
}

@media screen and (max-width: 767px) {
  .indexpro-owl .owl-btns .item-next {
    border-radius: 0px 8px;
  }
}
.index-ntbox {
  padding: 91px 0 100px;
}

@media screen and (max-width: 1419px) {
  .index-ntbox {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1219px) {
  .index-ntbox {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .index-ntbox {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .index-ntbox {
    padding: 30px 0 40px;
  }
}
.index-news {
  float: left;
  width: 46.4285714286%;
}

@media screen and (max-width: 767px) {
  .index-news {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-news .index-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-news .index-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.index-news .box-list {
  margin-top: -2px;
}

@media screen and (max-width: 1219px) {
  .index-news .box-list {
    margin-top: 0;
  }
}
.index-news .box-list .list-item {
  border-bottom: solid 1px #e5e5e5;
  padding: 34px 47px 28px 0;
  position: relative;
}

@media screen and (max-width: 1419px) {
  .index-news .box-list .list-item {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .list-item {
    padding-right: 20px;
    padding-top: 22px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 991px) {
  .index-news .box-list .list-item {
    padding: 18px 15px;
    border-bottom: 0;
    margin-bottom: 15px;
  }
  .index-news .box-list .list-item .item-title, .index-news .box-list .list-item .item-title *, .index-news .box-list .list-item .item-date, .index-news .box-list .list-item .item-date * {
    color: #fff !important;
  }
  .index-news .box-list .list-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .list-item {
    padding: 15px;
  }
}
.index-news .box-list .list-item:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: -47px;
  background-color: #f7b100;
  box-shadow: 2px 2px 52px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 0px 20px 0px;
  z-index: 0;
  opacity: 0;
  transition: all 0.35s;
}

@media screen and (min-width: 1420px) and (max-width: 1500px) {
  .index-news .box-list .list-item:before {
    left: -10px;
  }
}
@media screen and (max-width: 1419px) {
  .index-news .box-list .list-item:before {
    left: -30px;
  }
}
@media screen and (min-width: 1220px) and (max-width: 1270px) {
  .index-news .box-list .list-item:before {
    left: -10px;
  }
}
@media screen and (max-width: 1219px) {
  .index-news .box-list .list-item:before {
    left: -20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1000px) {
  .index-news .box-list .list-item:before {
    left: -10px;
  }
}
@media screen and (max-width: 991px) {
  .index-news .box-list .list-item:before {
    left: 0;
    opacity: 1;
    border-radius: 15px 0px;
  }
}
.index-news .box-list .list-item:hover {
  border-bottom-color: transparent;
}

.index-news .box-list .list-item:hover:before {
  opacity: 1;
}

.index-news .box-list .list-item:hover .item-title, .index-news .box-list .list-item:hover .item-title *, .index-news .box-list .list-item:hover .item-date, .index-news .box-list .list-item:hover .item-date * {
  color: #fff !important;
}

.index-news .box-list .item-title {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

@media screen and (max-width: 1219px) {
  .index-news .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.index-news .box-list .item-date {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #999;
  transition: all 0.35s;
}

@media screen and (max-width: 1219px) {
  .index-news .box-list .item-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .index-news .box-list .item-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.index-touch {
  float: right;
  width: 48.5714285714%;
}

@media screen and (max-width: 767px) {
  .index-touch {
    float: none;
    width: 100%;
  }
}
.index-touch .index-title {
  margin-bottom: 31px;
}

@media screen and (max-width: 991px) {
  .index-touch .index-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-touch .index-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.index-touch .box-form {
  background-color: #fff;
  padding-right: 5.2941176471%;
  padding-bottom: 58px;
  box-shadow: 26px 26px 35px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 50px 0px;
}

@media screen and (max-width: 1219px) {
  .index-touch .box-form {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .index-touch .box-form {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-touch .box-form {
    border-radius: 0px 0px 30px 0px;
  }
}
.index-touch .box-form input, .index-touch .box-form textarea, .index-touch .box-form select {
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 0 17px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .index-touch .box-form input, .index-touch .box-form textarea, .index-touch .box-form select {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-touch .box-form input, .index-touch .box-form textarea, .index-touch .box-form select {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 10px;
  }
}
.index-touch .box-form input {
  height: 40px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .index-touch .box-form input {
    height: 36px;
    line-height: 36px;
  }
}
.index-touch .box-form textarea {
  height: 174px;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media screen and (max-width: 1219px) {
  .index-touch .box-form textarea {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .index-touch .box-form textarea {
    height: 120px;
  }
}
.index-touch .box-form .item-input, .index-touch .box-form .item-textarea {
  margin-bottom: 10px;
}

.index-touch .box-form .item-code {
  float: left;
  position: relative;
  width: 138px;
  overflow: hidden;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .index-touch .box-form .item-code {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .index-touch .box-form .item-code {
    width: calc(100% - 100px);
    margin-right: 0;
  }
}
.index-touch .box-form .item-img {
  float: left;
  margin-right: 10px;
  line-height: 40px;
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
}

.index-touch .box-form .item-img img {
  cursor: pointer;
  max-height: 40px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .index-touch .box-form .item-img {
    float: right;
    margin-right: 0;
    line-height: 36px;
  }
  .index-touch .box-form .item-img img {
    max-height: 36px;
  }
}
.index-touch .box-form .item-btn {
  float: left;
  width: 102px;
}

.index-touch .box-form .item-btn input {
  border: solid 1px #f7b100;
  background-color: #f7b100;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}

.index-touch .box-form .item-btn input:hover {
  background-color: #fff;
  color: #f7b100;
}

@media screen and (max-width: 991px) {
  .index-touch .box-form .item-btn {
    width: 97px;
  }
}
@media screen and (max-width: 767px) {
  .index-touch .box-form .item-btn {
    width: 100%;
    margin-bottom: 0;
  }
}
.index-iconbox {
  background-color: #f7b100;
  padding: 43px 0 10px;
}

@media screen and (max-width: 767px) {
  .index-iconbox {
    padding: 30px 0 6px;
  }
}
.index-iconbox .box-list {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.index-iconbox .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 20%;
  padding: 0 30px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1419px) {
  .index-iconbox .box-list .list-item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1219px) {
  .index-iconbox .box-list .list-item {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .index-iconbox .box-list .list-item {
    padding: 0 3px;
  }
}
@media screen and (max-width: 640px) {
  .index-iconbox .box-list .list-item {
    width: 33.3333%;
  }
}
.index-iconbox .box-list .item-icon {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 98px;
  text-align: center;
  border: solid 1px #fff;
  font-size: 46px;
  font-size: 4.6rem;
  color: #fff;
  margin: 0 auto 18px;
  box-sizing: border-box;
}

.index-iconbox .box-list .item-icon:hover {
  color: #111;
  border-color: #111;
}

@media screen and (max-width: 1219px) {
  .index-iconbox .box-list .item-icon {
    width: 88px;
    height: 88px;
    line-height: 86px;
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .index-iconbox .box-list .item-icon {
    width: 74px;
    height: 74px;
    line-height: 72px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-iconbox .box-list .item-icon {
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.index-iconbox .box-list .item-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}

.index-iconbox .box-list .item-title, .index-iconbox .box-list .item-title a {
  color: #fff;
}

.index-iconbox .box-list .item-title a:hover {
  color: #111 !important;
}

@media screen and (max-width: 1219px) {
  .index-iconbox .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .index-iconbox .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
/*-------------index end-------------------------------------------------------------------*/
.page_wrap {
  padding-bottom: 100px;
}

@media screen and (max-width: 1419px) {
  .page_wrap {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .page_wrap {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .page_wrap {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page_wrap {
    padding-bottom: 30px;
  }
}
.bgcolor-f5 {
  background-color: #f5f5f5;
}

.page-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.2;
  margin-bottom: 36px;
}

.page-title a {
  display: inline-block;
}

.page-title a:hover {
  color: #f7b100;
}

@media screen and (max-width: 1419px) {
  .page-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1219px) {
  .page-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .page-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
/*-------------1-1-products start----------------------------------------------------------*/
.pro1-top {
  margin-bottom: 68px;
}
.pro1-top .box-video {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  padding-top: 28.5714285714%;
  background-color: #cfcfcf;
}
.pro1-top .box-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1219px) {
  .pro1-top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-top {
    margin-bottom: 30px;
  }
}

.pro1-top .item-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.3;
  margin-bottom: 9px;
}

@media screen and (max-width: 1419px) {
  .pro1-top .item-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-top .item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .pro1-top .item-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .pro1-top .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.pro1-top .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 41px;
  overflow: hidden;
}

@media screen and (max-width: 1219px) {
  .pro1-top .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-top .item-desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-top .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.pro1-top .more-btn {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  line-height: 55px;
  background-color: #f7b100;
  color: #fff;
  border-radius: 0px 10px;
  padding: 0 15px;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}

@media screen and (max-width: 1419px) {
  .pro1-top .more-btn {
    min-width: 180px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-top .more-btn {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 160px;
    line-height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-top .more-btn {
    min-width: 140px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-top .more-btn {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 110px;
    line-height: 30px;
  }
}
.pro1-list {
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .pro1-list {
    padding-bottom: 10px;
  }
}
.pro1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.4285714286%;
  flex-basis: 31.4285714286%;
  margin-right: 2.8571428571%;
  margin-bottom: 49px;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (min-width: 641px) {
  .pro1-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.pro1-list .list-item:hover {
  box-shadow: 0px 18px 18px 0px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 1419px) {
  .pro1-list .list-item {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1219px) {
  .pro1-list .list-item {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .list-item {
    margin-bottom: 30px;
    width: 32%;
    flex-basis: 32%;
    margin-right: 2%;
  }
  .pro1-list .list-item, .pro1-list .list-item:hover {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.07);
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .list-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  .pro1-list .list-item {
    width: 48%;
    flex-basis: 48%;
    margin: 0 1% 20px !important;
  }
}
.pro1-list .item-body {
  padding: 24px 32px 30px;
  min-height: 150px;
}

@media screen and (max-width: 1219px) {
  .pro1-list .item-body {
    padding: 20px 20px 25px;
    min-height: auto;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .item-body {
    padding: 15px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-body {
    padding: 10px 10px 15px;
  }
}
.pro1-list .item-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 16px;
  height: 60px;
}

@media screen and (max-width: 1219px) {
  .pro1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .item-title {
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.pro1-list .item-btnbox {
  font-size: 0;
  letter-spacing: 0;
}

.pro1-list .item-btnbox > * {
  display: inline-block;
  vertical-align: middle;
}

.pro1-list .item-btnbox input {
  margin-right: 13px;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1219px) {
  .pro1-list .item-btnbox input {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pro1-list .item-btnbox input {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-btnbox input {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}
.pro1-list .item-btnbox .item-inquire {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #999;
  cursor: pointer;
}

.pro1-list .item-btnbox .item-inquire:hover {
  color: #f7b100;
}

@media screen and (max-width: 1219px) {
  .pro1-list .item-btnbox .item-inquire {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro1-list .item-btnbox .item-inquire {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.pro2-top {
  padding: 45px 0 81px;
}
.pro3-top {
  padding-top: 45px;
}
@media screen and (max-width: 1419px) {
  .pro2-top {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-top {
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top {
    padding-bottom: 30px;
  }
}
.pro2-top .m-propic {
  margin: 0 auto;
  width: 871px;
  float: left;
  margin-right: 72px;
}

@media screen and (max-width: 1419px) {
  .pro2-top .m-propic {
    margin-right: 35px;
    width: 601px;
  }
}
.pro2-top .m-propic .pic-big {
  position: relative;
  float: right;
  width: 650px;
}

@media screen and (max-width: 1419px) {
  .pro2-top .m-propic .pic-big {
    width: 450px;
  }
}
.pro2-top .m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  border-radius: 0;
  border: 0 solid #f0f0f0;
  position: relative;
  padding-bottom: 75.0769230769%;
}

.pro2-top .m-propic .pic-big {
  position: relative;
}

.pro2-top .m-propic .pic-big .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.pro2-top .m-propic .pic-big .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 75.0769230769%;
  height: 0;
}

.pro2-top .m-propic .pic-big .provideo-box .provideo iframe, .pro2-top .m-propic .pic-big .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.pro2-top .m-propic .pic-big .provideo-box .provideo iframe body {
  margin: 0px !important;
}

.pro2-top .m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.pro2-top .m-propic .big-img .zoomPad img {
  border-radius: 0;
}

.pro2-top .m-propic .zoomWrapperImage img {
  max-width: none;
}

.pro2-top .m-propic .pic-small {
  position: relative;
  float: left;
  width: 209px;
  padding: 0;
}

@media screen and (max-width: 1419px) {
  .pro2-top .m-propic .pic-small {
    width: 140px;
  }
}
.pro2-top .m-propic .pic-btn {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: rgba(72, 70, 70, 0.5);
  height: 158px;
  text-align: center;
  line-height: 158px;
  font-size: 28px;
  font-size: 2.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.pro2-top .m-propic .pic-btn:hover {
  color: #fff;
}

.pro2-top .m-propic .pic-btn.prev {
  top: 0;
}

.pro2-top .m-propic .pic-btn.next {
  bottom: 0;
}

@media screen and (max-width: 1419px) {
  .pro2-top .m-propic .pic-btn {
    height: 105px;
    line-height: 105px;
  }
}
.pro2-top .m-propic .pic-list {
  height: 488px;
  overflow: hidden;
}

.pro2-top .m-propic .pic-list ul {
  height: 2000px;
}

.pro2-top .m-propic .pic-list .list-item {
  margin-bottom: 8px;
  overflow: visible;
  padding-left: 0;
}

.pro2-top .m-propic .pic-list .item-pics, .pro2-top .m-propic .pic-list .item-video {
  display: block;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.pro2-top .m-propic .pic-list .item-pics img, .pro2-top .m-propic .pic-list .item-video img {
  width: 100%;
  display: block;
}

.pro2-top .m-propic .pic-list .item-pics:hover, .pro2-top .m-propic .pic-list .item-pics.zoomThumbActive, .pro2-top .m-propic .pic-list .item-pics.active, .pro2-top .m-propic .pic-list .item-video:hover, .pro2-top .m-propic .pic-list .item-video.zoomThumbActive, .pro2-top .m-propic .pic-list .item-video.active {
  border-color: #f7b100;
}

@media screen and (max-width: 1419px) {
  .pro2-top .m-propic .pic-list {
    height: 338px;
  }
  .pro2-top .m-propic .pic-list .list-item {
    margin-bottom: 11px;
  }
}
.pro2-top .m-propic2 {
  display: none;
}

@media screen and (max-width: 1219px) {
  .pro2-top .zoomPad {
    cursor: default !important;
  }
  .pro2-top .zoomPup {
    display: none !important;
  }
  .pro2-top .zoomWindow {
    display: none !important;
  }
  .pro2-top .zoomPreload {
    display: none !important;
  }
  .pro2-top .m-propic {
    max-width: 100%;
    float: none;
    margin: 0 auto 30px;
  }
  .pro2-top .m-propic .pic-big {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .m-propic1 {
    display: none;
  }
  .pro2-top .m-propic2 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pro2-top .m-propic2 .box-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    color: #999;
  }
  .pro2-top .m-propic2 .box-btn:hover {
    color: #f7b100;
  }
  .pro2-top .m-propic2 .box-btn.prev {
    left: 0;
  }
  .pro2-top .m-propic2 .box-btn.next {
    right: 0;
  }
  .pro2-top .m-propic2 .box-list {
    overflow: hidden;
  }
  .pro2-top .m-propic2 .box-list ul {
    width: 1000%;
  }
  .pro2-top .m-propic2 .list-item {
    float: left;
    margin-left: 0.1%;
    margin-right: 0.1%;
    margin-bottom: 0;
    width: 3.13%;
    border-radius: 0;
    border: 1px solid #f0f0f0;
    overflow: hidden;
  }
  .pro2-top .m-propic2 .list-item img {
    display: block;
  }
}
@media only screen and (max-width: 767px) and (max-width: 640px) {
  .pro2-top .m-propic2 .list-item {
    width: 4.8%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 480px) {
  .pro2-top .m-propic2 .list-item {
    width: 9.8%;
  }
}
@media screen and (max-width: 767px) {
  .pro2-top .m-propic2 .item-videobox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .pro2-top .m-propic2 .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
    height: 0;
  }
  .pro2-top .m-propic2 .item-videobox .item-video iframe, .pro2-top .m-propic2 .item-videobox .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .pro2-top .m-propic2 .item-videobox .item-video iframe body {
    margin: 0px !important;
  }
}
.pro2-info {
  overflow: hidden;
}

@media screen and (max-width: 1219px) {
  .pro2-info {
    width: 100%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info {
    margin-top: 20px;
  }
}
.pro2-info > .item-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.16;
  color: #333;
  margin-top: 59px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1419px) {
  .pro2-info > .item-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-info > .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-info > .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info > .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.pro2-info .item-desc {
  min-height: 90px;
  box-sizing: border-box;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
}

.pro2-info .item-desc, .pro2-info .item-desc * {
  color: #666;
}

@media screen and (max-width: 1419px) {
  .pro2-info .item-desc {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-info .item-desc {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
    min-height: auto;
  }
}
@media screen and (max-width: 991px) {
  .pro2-info .item-desc {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info .item-desc {
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.pro2-info .pro-share {
  margin-bottom: 44px;
}

@media screen and (max-width: 1419px) {
  .pro2-info .pro-share {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info .pro-share {
    margin-bottom: 20px;
  }
}
.pro2-info .item-btns {
  font-size: 0;
  letter-spacing: 0;
}

.pro2-info .item-btn {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  min-width: 200px;
  border-radius: 0px 10px 0px 10px;
  border: solid 1px #f7b100;
  line-height: 53px;
  padding: 0 15px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #f7b100;
  margin-right: 17px;
  cursor: pointer;
}

.pro2-info .item-btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1419px) {
  .pro2-info .item-btn {
    min-width: 180px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-info .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 160px;
    line-height: 42px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-info .item-btn {
    min-width: 140px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-info .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 100px;
    line-height: 28px;
    margin-right: 10px;
  }
}
.pro2-detail {
  background-color: #f5f5f5;
  padding: 53px 0 70px;
}

@media screen and (max-width: 1219px) {
  .pro2-detail {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-detail {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-detail {
    padding: 30px 0 10px;
  }
}
.pro2-detail .box-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.3;
  margin-bottom: 13px;
}

@media screen and (max-width: 1419px) {
  .pro2-detail .box-title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-detail .box-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-detail .box-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-detail .box-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.pro2-detail .box-spec {
  margin-bottom: 73px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.pro2-detail .box-spec, .pro2-detail .box-spec * {
  color: #666;
}

.pro2-detail .box-spec em {
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

.pro2-detail .box-spec .title1 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 3px;
}

@media screen and (max-width: 1419px) {
  .pro2-detail .box-spec .title1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-detail .box-spec .title1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-detail .box-spec .title1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-detail .box-spec .title1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pro2-detail .box-spec .title2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 3px;
}

@media screen and (max-width: 1419px) {
  .pro2-detail .box-spec .title2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-detail .box-spec .title2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-detail .box-spec .title2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-detail .box-spec .title2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1419px) {
  .pro2-detail .box-spec {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-detail .box-spec {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pro2-detail .box-spec em {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-detail .box-spec {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pro2-detail .box-spec {
    margin-bottom: 25px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .pro2-detail .box-spec em {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pro2-detail .box-item {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .pro2-detail .box-item {
    display: block;
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-detail .box-item {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .pro2-detail .box-item {
    padding: 0;
  }
}
.pro2-detail .box-item .item-pic {
  flex: 0 0 auto;
  width: 50%;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .pro2-detail .box-item .item-pic {
    float: left;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pro2-detail .box-item .item-pic {
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .pro2-detail .box-item .item-pic {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}
.pro2-detail .box-item .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 20px 4.6428571429%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
}

@media screen and (max-width: 1419px) {
  .pro2-detail .box-item .item-body {
    line-height: 32px;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-detail .box-item .item-body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro2-detail .box-item .item-body {
    line-height: 1.6;
    padding: 0;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .pro2-detail .box-item .item-body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .pro2-detail .box-item .item-body {
    padding: 15px 15px 30px 15px;
  }
}
.pro2-detail .box-item .item-body .title3 {
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 1419px) {
  .pro2-detail .box-item .item-body .title3 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1219px) {
  .pro2-detail .box-item .item-body .title3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  .pro2-detail .box-item .item-body .title3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pro2-detail .box-item .item-body .title3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*-------------2-2-products end------------------------------------------------------------*/
/*-------------2-1-solution start----------------------------------------------------------*/
.solution1-list {
  padding-bottom: 37px;
  font-size: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 1219px) {
  .solution1-list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list {
    padding-bottom: 10px;
  }
}
.solution1-list .list-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 47px;
}

@media screen and (max-width: 1219px) {
  .solution1-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .solution1-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-bottom: 25px;
    margin-left: 2%;
  }
  .solution1-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .solution1-list .list-item {
    width: 100%;
    margin-left: 0 !important;
  }
}
.solution1-list .list-item:nth-child(odd) .item-body {
  padding: 0 8.4285714286% 0 4.8571428571%;
}

@media screen and (max-width: 1419px) {
  .solution1-list .list-item:nth-child(odd) .item-body {
    padding: 0 6.4285714286% 0 4.2857142857%;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .list-item:nth-child(odd) .item-body {
    padding: 0 2.8571428571% 0 2.8571428571%;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .list-item:nth-child(odd) .item-body {
    padding: 0 0 0 15px;
  }
}
.solution1-list .list-item:nth-child(even) {
  flex-direction: row-reverse;
}

.solution1-list .list-item:nth-child(even) .item-body {
  padding: 0 4.8571428571% 0 8.4285714286%;
}

@media screen and (max-width: 1419px) {
  .solution1-list .list-item:nth-child(even) .item-body {
    padding: 0 4.2857142857% 0 6.4285714286%;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .list-item:nth-child(even) .item-body {
    padding: 0 2.8571428571% 0 2.8571428571%;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .list-item:nth-child(even) .item-body {
    padding: 0 15px 0 0;
  }
}
.solution1-list .item-pic {
  flex: 0 0 auto;
  width: 48.5714285714%;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .solution1-list .item-pic {
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .solution1-list .item-pic {
    width: 100%;
    margin-bottom: 10px;
  }
}
.solution1-list .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .solution1-list .item-body {
    padding: 0 !important;
  }
}
.solution1-list .item-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.1428;
  margin-bottom: 17px;
}

@media screen and (max-width: 1419px) {
  .solution1-list .item-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.solution1-list .item-subt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 24px;
  margin-bottom: 31px;
  position: relative;
}

.solution1-list .item-subt:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 5px;
  background-color: #f7b100;
  bottom: 0;
  left: 0;
}

.solution1-list .item-subt, .solution1-list .item-subt a {
  color: #555;
}

@media screen and (max-width: 1219px) {
  .solution1-list .item-subt {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .solution1-list .item-subt:before {
    width: 70px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .item-subt {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-subt {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 6px;
    margin-bottom: 5px;
  }
  .solution1-list .item-subt:before {
    width: 50px;
    height: 3px;
  }
}
.solution1-list .item-des {
  font-family: "Inter-Bold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

@media screen and (max-width: 1219px) {
  .solution1-list .item-des {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .item-des {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-des {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.solution1-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1219px) {
  .solution1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .item-desc {
    line-height: 20px;
    height: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    height: 54px;
  }
}
@media screen and (max-width: 640px) {
  .solution1-list .item-desc {
    max-height: 54px;
    height: auto;
  }
}
.solution1-list .item-btn {
  display: inline-block;
  padding: 0 55px;
  line-height: 53px;
  border-radius: 0px 10px;
  border: solid 1px #f7b100;
  font-size: 18px;
  font-size: 1.8rem;
  color: #f7b100;
}

@media screen and (max-width: 1419px) {
  .solution1-list .item-btn {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1219px) {
  .solution1-list .item-btn {
    padding: 0 40px;
    line-height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .solution1-list .item-btn {
    padding: 0 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .solution1-list .item-btn {
    padding: 0 20px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*-------------2-1-solution end------------------------------------------------------------*/
/*-------------2-2-solution start----------------------------------------------------------*/
.solution2-main {
  padding-top: 18px;
  margin-bottom: -4px;
}

@media screen and (max-width: 1219px) {
  .solution2-main {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.solution2-main .s2-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  line-height: 1.1666;
  margin-bottom: 27px;
}

@media screen and (max-width: 1419px) {
  .solution2-main .s2-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-main .s2-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-main .s2-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-main .s2-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.solution2-main .pro-share {
  margin-bottom: 37px;
}

@media screen and (max-width: 1419px) {
  .solution2-main .pro-share {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-main .pro-share {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-main .pro-share {
    margin-bottom: 15px;
  }
}
.solution2-main .s2-spec {
  margin-bottom: 53px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.solution2-main .s2-spec, .solution2-main .s2-spec * {
  color: #666;
}

.solution2-main .s2-spec table {
  border: 0;
  max-width: 740px;
}

.solution2-main .s2-spec em {
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

.solution2-main .s2-spec .img-list {
  font-size: 0;
  letter-spacing: 0;
}

.solution2-main .s2-spec .img-list img {
  display: inline-block;
  vertical-align: top;
  width: 36.4285714286%;
  margin-right: 1.5714285714%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .solution2-main .s2-spec .img-list img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .solution2-main .s2-spec .img-list img {
    width: 48%;
    margin-right: 2%;
  }
}
.solution2-main .s2-spec .title1 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  color: #333;
}

@media screen and (max-width: 1419px) {
  .solution2-main .s2-spec .title1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-main .s2-spec .title1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .solution2-main .s2-spec .title1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .solution2-main .s2-spec .title1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.solution2-main .s2-spec .title2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  color: #333;
}

@media screen and (max-width: 1419px) {
  .solution2-main .s2-spec .title2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-main .s2-spec .title2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .solution2-main .s2-spec .title2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .solution2-main .s2-spec .title2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1219px) {
  .solution2-main .s2-spec {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .solution2-main .s2-spec em {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .solution2-main .s2-spec {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-main .s2-spec {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .solution2-main .s2-spec em {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.solution2-main .s2-box3 {
  padding-bottom: 23px;
}

@media screen and (max-width: 1419px) {
  .solution2-main .s2-box3 {
    padding-bottom: 0;
  }
}
.detail-owl {
  overflow: hidden;
  margin-bottom: 67px;
}

@media screen and (max-width: 991px) {
  .detail-owl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .detail-owl {
    margin-bottom: 30px;
  }
}
.detail-owl .owl-carousel {
  width: 102.3214285714%;
  margin-left: -1.1607142857%;
}

@media screen and (max-width: 991px) {
  .detail-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.detail-owl .list-item {
  margin: 0 3.4031413613%;
}

@media screen and (max-width: 991px) {
  .detail-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 640px) {
  .detail-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.s2-owlbox {
  position: relative;
  margin-bottom: 55px;
}

@media screen and (max-width: 991px) {
  .s2-owlbox {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .s2-owlbox {
    margin-bottom: 30px;
  }
}
.s2-owlbox .s2-title {
  margin-bottom: 39px;
  padding-right: 80px;
}

@media screen and (max-width: 1419px) {
  .s2-owlbox .s2-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .s2-owlbox .s2-title {
    margin-bottom: 25px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 991px) {
  .s2-owlbox .s2-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s2-owlbox .s2-title {
    margin-bottom: 15px;
    padding-right: 65px;
  }
}
.s2-owl .owl-carousel {
  width: 101.4285714286%;
  margin-left: -0.7142857143%;
}

@media screen and (max-width: 991px) {
  .s2-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.s2-owl .list-item {
  margin: 0 2.8571428571%;
}

@media screen and (max-width: 991px) {
  .s2-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 480px) {
  .s2-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.s2-owl .item-pic {
  border: solid 5px #eeeeee;
}

@media screen and (max-width: 767px) {
  .s2-owl .item-pic {
    border-width: 3px;
  }
}
.s2-owl .item-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 21px;
}

@media screen and (max-width: 1219px) {
  .s2-owl .item-title {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .s2-owl .item-title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.s2-owl .owl-buttons {
  display: none !important;
}

.s2-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 4px;
}

@media screen and (max-width: 1219px) {
  .s2-owl .owl-btns {
    top: 0;
  }
}
.s2-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #f7b100;
  border: solid 1px #f7b100;
  transition: all 0.35s;
}

.s2-owl .owl-btns .owl-btn:hover {
  border-color: #f7b100;
  background-color: #f7b100;
  color: #fff;
}

.s2-owl .owl-btns .owl-btn.disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #333;
  cursor: auto;
}

@media screen and (max-width: 1219px) {
  .s2-owl .owl-btns .owl-btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .s2-owl .owl-btns .owl-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .s2-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.s2-owl .owl-btns .item-prev {
  border-radius: 10px 0px;
  margin-right: 19px;
}

@media screen and (max-width: 1219px) {
  .s2-owl .owl-btns .item-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .s2-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s2-owl .owl-btns .item-prev {
    margin-right: 5px;
    border-radius: 8px 0px;
  }
}
.s2-owl .owl-btns .item-next {
  border-radius: 0px 10px;
}

@media screen and (max-width: 767px) {
  .s2-owl .owl-btns .item-next {
    border-radius: 0px 8px;
  }
}
.solution2-main + .related-probox {
  margin-top: 88px;
}

@media screen and (max-width: 1219px) {
  .solution2-main + .related-probox {
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .solution2-main + .related-probox {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .solution2-main + .related-probox {
    margin-top: 30px;
  }
}
/*-------------2-2-solution end------------------------------------------------------------*/
/*-------------3-service start-------------------------------------------------------------*/
.bread1 {
  min-height: 500px;
  background: url(../images/bread-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  margin-bottom: 94px;
}

@media screen and (max-width: 1419px) {
  .bread1 {
    min-height: 400px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .bread1 {
    min-height: 300px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .bread1 {
    min-height: 200px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bread1 {
    min-height: 130px;
    margin-bottom: 30px;
  }
}
.bread1 .item-title {
  font-family: "Inter-Bold", arial, helvetica, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bread1 .item-title, .bread1 .item-title a {
  color: #fff;
}

@media screen and (max-width: 1419px) {
  .bread1 .item-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1219px) {
  .bread1 .item-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  .bread1 .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .bread1 .item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bread1 .item-subt, .bread1 .item-subt * {
  color: #ccc;
}

.bread1 .item-subt a:hover, .bread1 .item-subt .active {
  color: #fff;
}

.faq-tab {
  padding-bottom: 60px;
}

@media screen and (max-width: 1419px) {
  .faq-tab {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .faq-tab {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .faq-tab {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq-tab {
    padding-bottom: 20px;
  }
}
.faq-tab .page-title {
  text-align: center;
  margin-bottom: 37px;
}

@media screen and (max-width: 991px) {
  .faq-tab .page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq-tab .page-title {
    margin-bottom: 20px;
  }
}
.faq-tab .tab-options {
  display: flex;
  flex-flow: row wrap;
  padding: 0 8.5714285714%;
  margin-bottom: 63px;
}

@media screen and (max-width: 1419px) {
  .faq-tab .tab-options {
    padding: 0 2.1428571429%;
  }
}
@media screen and (max-width: 1219px) {
  .faq-tab .tab-options {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .faq-tab .tab-options {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq-tab .tab-options {
    margin-bottom: 20px;
  }
}
.faq-tab .tab-options li {
  width: 45.6896551724%;
  flex-basis: 45.6896551724%;
  margin: 0 2.1551724138% 15px;
  border-bottom: solid 1px #e5e5e5;
  padding: 10px 30px 7px 20px;
  transition: all 0.35s;
  overflow: hidden;
  cursor: pointer;
}

.faq-tab .tab-options li:hover, .faq-tab .tab-options li.tab-active {
  background-color: #ffffff;
  box-shadow: 2px 2px 52px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px 20px;
  border-color: #fff;
}

.faq-tab .tab-options li:hover .item-title, .faq-tab .tab-options li.tab-active .item-title {
  color: #333;
}

@media screen and (max-width: 1219px) {
  .faq-tab .tab-options li {
    padding: 7px 15px;
  }
}
@media screen and (max-width: 991px) {
  .faq-tab .tab-options li {
    padding: 7px 10px;
    width: 49%;
    flex-basis: 49%;
    margin: 0 0.5% 15px;
  }
  .faq-tab .tab-options li:hover, .faq-tab .tab-options li.tab-active {
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .faq-tab .tab-options li:hover .item-title, .faq-tab .tab-options li.tab-active .item-title {
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  .faq-tab .tab-options li {
    padding: 5px;
  }
}
@media screen and (max-width: 640px) {
  .faq-tab .tab-options li {
    width: 100%;
    flex-basis: 100%;
    margin: 0 0 15px;
  }
}
.faq-tab .tab-options .item-pic {
  float: left;
  width: 100px;
  margin-right: 13px;
}

.faq-tab .tab-options .item-pic img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1219px) {
  .faq-tab .tab-options .item-pic {
    margin-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .faq-tab .tab-options .item-pic {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .faq-tab .tab-options .item-pic {
    width: 70px;
  }
}
.faq-tab .tab-options .item-title {
  overflow: hidden;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .faq-tab .tab-options .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .faq-tab .tab-options .item-title {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .faq-tab .tab-options .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    margin: 4px 0;
  }
}
.faq-list {
  padding-left: 160px;
  position: relative;
}

@media screen and (max-width: 1219px) {
  .faq-list {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list {
    padding-left: 80px;
  }
}
@media screen and (max-width: 480px) {
  .faq-list {
    padding-left: 40px;
  }
}
.faq-list:before {
  position: absolute;
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  left: 47px;
  background-color: #ccc;
  z-index: -2;
}

@media screen and (max-width: 1219px) {
  .faq-list:before {
    left: 33px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list:before {
    left: 25px;
  }
}
@media screen and (max-width: 480px) {
  .faq-list:before {
    left: 15px;
    top: 10px;
    bottom: 10px;
  }
}
.faq-list .list-item {
  position: relative;
  transition: all 0.35s;
  background-color: #f5f5f5;
  margin-bottom: 60px;
}

@media screen and (max-width: 1419px) {
  .faq-list .list-item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .faq-list .list-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .faq-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .list-item {
    margin-bottom: 20px;
  }
}
.faq-list .item-num {
  position: absolute;
  top: -7px;
  left: -160px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  background-color: #f7b100;
  color: #fff;
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
}

.faq-list .item-num:before {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
  border-radius: 50%;
  border: solid 1px #f7b100;
  z-index: -1;
}

@media screen and (max-width: 1219px) {
  .faq-list .item-num {
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 40px;
    font-size: 4rem;
    top: 0;
    left: -100px;
  }
}
@media screen and (max-width: 991px) {
  .faq-list .item-num {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .item-num {
    left: -80px;
    font-size: 26px;
    font-size: 2.6rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .faq-list .item-num:before {
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
  }
}
@media screen and (max-width: 480px) {
  .faq-list .item-num {
    left: -40px;
    font-size: 18px;
    font-size: 1.8rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 10px;
  }
}
.faq-list .item-title {
  background-color: #f5f5f5;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  cursor: pointer;
  position: relative;
  padding-left: 41px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 100px;
}

.faq-list .item-title:before {
  position: absolute;
  content: "\e669";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0 10px;
  background-color: #f7b100;
  top: 20px;
  right: 28px;
  z-index: 2;
  box-sizing: border-box;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.faq-list .item-title.active:before {
  content: "\e66a";
}

@media screen and (max-width: 1219px) {
  .faq-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 66px;
  }
  .faq-list .item-title:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 18px;
    right: 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    padding-left: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 40px;
  }
  .faq-list .item-title:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: 14px;
    right: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 0 6px;
  }
}
.faq-list .item-desc {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding-top: 14px;
  padding-bottom: 50px;
  padding-left: 41px;
  padding-right: 100px;
  position: relative;
}

.faq-list .item-desc, .faq-list .item-desc a {
  color: #666;
}

.faq-list .item-desc img, .faq-list .item-desc iframe {
  max-width: 100%;
}

.faq-list .item-desc:before {
  position: absolute;
  content: "";
  left: 0;
  right: 100px;
  top: 0;
  border-top: solid 1px #e5e5e5;
}

@media screen and (max-width: 1219px) {
  .faq-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding-left: 30px;
    padding-right: 66px;
    padding-bottom: 30px;
  }
  .faq-list .item-desc:before {
    right: 66px;
  }
}
@media screen and (max-width: 991px) {
  .faq-list .item-desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list .item-desc {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .faq-list .item-desc:before {
    right: 40px;
  }
}
.service-box2 {
  background-color: #f5f5f5;
  padding: 90px 0 66px;
}

@media screen and (max-width: 1219px) {
  .service-box2 {
    padding: 70px 0 45px;
  }
}
@media screen and (max-width: 991px) {
  .service-box2 {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-box2 {
    padding: 30px 0 10px;
  }
}
.service-box2 .page-title {
  text-align: center;
  margin-bottom: 51px;
}

@media screen and (max-width: 1419px) {
  .service-box2 .page-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box2 .page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .service-box2 .page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-box2 .page-title {
    margin-bottom: 20px;
  }
}
.service-box2 .box-list {
  font-size: 0;
  letter-spacing: 0;
}

.service-box2 .box-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.2857142857%;
  margin-left: 2.2857142857%;
  margin-bottom: 30px;
}

.service-box2 .box-list .list-item:nth-child(4n+1) {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .service-box2 .box-list .list-item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 25px;
  }
  .service-box2 .box-list .list-item:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .service-box2 .box-list .list-item {
    width: 100%;
    margin-left: 0;
  }
}
.service-box2 .box-list .item-icon {
  width: 120px;
  height: 120px;
  border: solid 1px #f7b100;
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 25px;
}

.service-box2 .box-list .item-icon .iconfont {
  display: block;
  width: 100%;
  line-height: 102px;
  background-color: #f7b100;
  border-radius: 50%;
  color: #fff;
  font-size: 44px;
  font-size: 4.4rem;
  text-align: center;
}

@media screen and (max-width: 1219px) {
  .service-box2 .box-list .item-icon {
    width: 100px;
    height: 100px;
    padding: 6px;
    margin-bottom: 20px;
  }
  .service-box2 .box-list .item-icon .iconfont {
    line-height: 86px;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .service-box2 .box-list .item-icon {
    width: 88px;
    height: 88px;
    padding: 6px;
    margin-bottom: 10px;
  }
  .service-box2 .box-list .item-icon .iconfont {
    line-height: 74px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .service-box2 .box-list .item-icon {
    width: 70px;
    height: 70px;
    padding: 4px;
    margin-bottom: 10px;
  }
  .service-box2 .box-list .item-icon .iconfont {
    line-height: 60px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .service-box2 .box-list .item-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.service-box2 .box-list .item-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1px;
}

@media screen and (max-width: 1219px) {
  .service-box2 .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .service-box2 .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .service-box2 .box-list .item-title {
    text-align: center;
  }
}
.service-box2 .box-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

@media screen and (max-width: 1219px) {
  .service-box2 .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .service-box2 .box-list .item-desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .service-box2 .box-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.service-box3 {
  background-color: #f7b100;
  padding: 52px 0 51px;
}

@media screen and (max-width: 767px) {
  .service-box3 {
    padding: 40px 0;
  }
}
.service-box3 .box-item {
  position: relative;
  padding-right: 300px;
}

.service-box3 .box-item, .service-box3 .box-item * {
  color: #fff;
}

@media screen and (max-width: 1419px) {
  .service-box3 .box-item {
    padding-right: 280px;
  }
}
@media screen and (max-width: 1219px) {
  .service-box3 .box-item {
    padding-right: 230px;
  }
}
@media screen and (max-width: 991px) {
  .service-box3 .box-item {
    padding-right: 180px;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 .box-item {
    padding-right: 0;
  }
}
.service-box3 .item-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.3;
  margin-bottom: 13px;
}

@media screen and (max-width: 1419px) {
  .service-box3 .item-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1219px) {
  .service-box3 .item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .service-box3 .item-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
.service-box3 .item-desc {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 1419px) {
  .service-box3 .item-desc {
    line-height: 1.8;
  }
}
@media screen and (max-width: 1219px) {
  .service-box3 .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.service-box3 .item-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  border-radius: 0px 10px 0px 10px;
  border: solid 1px #fff;
  background-color: #fff;
  color: #f7b100;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 35px;
  line-height: 58px;
}

.service-box3 .item-btn:before {
  background: #f7b100;
}

.service-box3 .item-btn:hover {
  border-color: #fff !important;
  background-color: #f7b100 \9 ;
  color: #fff !important;
}

@media screen and (max-width: 1219px) {
  .service-box3 .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 48px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .service-box3 .item-btn {
    line-height: 40px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-box3 .item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    padding: 0 15px;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 20px;
  }
}
/*-------------3-service end---------------------------------------------------------------*/
/*-------------4-1-project start-----------------------------------------------------------*/
.project1-list {
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 54px;
}

@media screen and (max-width: 1219px) {
  .project1-list {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .project1-list {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .project1-list {
    padding-bottom: 10px;
  }
}
.project1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.4285714286%;
  flex-basis: 31.4285714286%;
  margin-right: 2.8571428571%;
  margin-bottom: 46px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (min-width: 640px) {
  .project1-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.project1-list .list-item:hover {
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1419px) {
  .project1-list .list-item {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1219px) {
  .project1-list .list-item {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .project1-list .list-item {
    margin-bottom: 30px;
    width: 32%;
    flex-basis: 32%;
    margin-right: 2%;
  }
  .project1-list .list-item, .project1-list .list-item:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 767px) {
  .project1-list .list-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  .project1-list .list-item {
    width: 48%;
    flex-basis: 48%;
    margin: 0 1% 20px !important;
  }
}
.project1-list .item-body {
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 1219px) {
  .project1-list .item-body {
    padding: 20px 20px 25px;
  }
}
@media screen and (max-width: 991px) {
  .project1-list .item-body {
    padding: 15px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .project1-list .item-body {
    padding: 10px 10px 15px;
  }
}
.project1-list .item-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  height: 60px;
}

@media screen and (max-width: 1419px) {
  .project1-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .project1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 52px;
  }
}
@media screen and (max-width: 991px) {
  .project1-list .item-title {
    line-height: 24px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .project1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    height: 40px;
  }
}
/*-------------4-1-project end-------------------------------------------------------------*/
/*-------------4-2-project start-----------------------------------------------------------*/
.related-jectbox {
  position: relative;
  margin-top: 99px;
}

.related-jectbox + .related-probox {
  margin-top: 8px;
}

@media screen and (max-width: 1419px) {
  .related-jectbox {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .related-jectbox {
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .related-jectbox {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .related-jectbox {
    margin-top: 30px;
  }
}
.xgject-owl {
  margin-top: -4px;
}

@media screen and (max-width: 1219px) {
  .xgject-owl {
    margin-top: 0;
  }
}
.xgject-owl .owl-carousel {
  width: 102.8571428571%;
  margin-left: -1.4285714286%;
}

@media screen and (max-width: 1219px) {
  .xgject-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.xgject-owl .list-item {
  margin: 0 4.1666666667% 40px;
}

@media screen and (max-width: 1219px) {
  .xgject-owl .list-item {
    margin: 0 2.9411764706% 40px;
  }
}
@media screen and (max-width: 767px) {
  .xgject-owl .list-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  .xgject-owl .list-item {
    margin: 0 1.9607843137% 25px;
  }
}
.xgject-owl .list-item {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}

.xgject-owl .list-item:hover {
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 991px) {
  .xgject-owl .list-item, .xgject-owl .list-item:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
.xgject-owl .item-body {
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 1219px) {
  .xgject-owl .item-body {
    padding: 20px 20px 25px;
  }
}
@media screen and (max-width: 991px) {
  .xgject-owl .item-body {
    padding: 15px 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .xgject-owl .item-body {
    padding: 10px 10px 15px;
  }
}
.xgject-owl .item-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  height: 60px;
}

@media screen and (max-width: 1419px) {
  .xgject-owl .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1219px) {
  .xgject-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 52px;
  }
}
@media screen and (max-width: 991px) {
  .xgject-owl .item-title {
    line-height: 24px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .xgject-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    height: 40px;
  }
}
.xgject-owl .owl-buttons {
  display: none !important;
}

.xgject-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.xgject-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #f7b100;
  border: solid 1px #f7b100;
  transition: all 0.35s;
}

.xgject-owl .owl-btns .owl-btn:hover {
  border-color: #f7b100;
  background-color: #f7b100;
  color: #fff;
}

.xgject-owl .owl-btns .owl-btn.disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #333;
  cursor: auto;
}

@media screen and (max-width: 1219px) {
  .xgject-owl .owl-btns .owl-btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .xgject-owl .owl-btns .owl-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .xgject-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.xgject-owl .owl-btns .item-prev {
  border-radius: 10px 0px;
  margin-right: 19px;
}

@media screen and (max-width: 1219px) {
  .xgject-owl .owl-btns .item-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .xgject-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .xgject-owl .owl-btns .item-prev {
    margin-right: 5px;
    border-radius: 8px 0px;
  }
}
.xgject-owl .owl-btns .item-next {
  border-radius: 0px 10px;
}

@media screen and (max-width: 767px) {
  .xgject-owl .owl-btns .item-next {
    border-radius: 0px 8px;
  }
}
/*-------------4-2-project end-------------------------------------------------------------*/
/*-------------5-1-news start--------------------------------------------------------------*/
.news1-list {
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .news1-list {
    padding-bottom: 10px;
  }
}
.news1-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 31.4285714286%;
  flex-basis: 31.4285714286%;
  margin-right: 2.8571428571%;
  overflow: hidden;
  margin-bottom: 58px;
  transition: all 0.5s;
}

@media screen and (min-width: 641px) {
  .news1-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1419px) {
  .news1-list .list-item {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .list-item {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .list-item {
    width: 32%;
    flex-basis: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .list-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  .news1-list .list-item {
    width: 48%;
    flex-basis: 48%;
    margin: 0 1% 20px !important;
  }
}
.news1-list .item-pic {
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1419px) {
  .news1-list .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-pic {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .item-pic {
    margin-bottom: 10px;
  }
}
.news1-list .item-date {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 6px;
}

@media screen and (max-width: 1219px) {
  .news1-list .item-date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.news1-list .item-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  margin-bottom: 9px;
}

@media screen and (max-width: 1419px) {
  .news1-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.news1-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}

@media screen and (max-width: 1419px) {
  .news1-list .item-desc {
    line-height: 26px;
  }
}
@media screen and (max-width: 1219px) {
  .news1-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .news1-list .item-desc {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .news1-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
/*-------------5-1-news end----------------------------------------------------------------*/
/*-------------5-2-news start--------------------------------------------------------------*/
.news2-main > .item-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  line-height: 1.1666;
  margin-bottom: 35px;
  padding-top: 18px;
}

@media screen and (max-width: 1419px) {
  .news2-main > .item-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-main > .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .news2-main > .item-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news2-main > .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.news2-main .item-date {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 38px;
}

@media screen and (max-width: 1419px) {
  .news2-main .item-date {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-main .item-date {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news2-main .item-date {
    margin-bottom: 15px;
  }
}
.news2-main .item-date > span {
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 42px;
  color: #999;
}

@media screen and (max-width: 1419px) {
  .news2-main .item-date > span {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .news2-main .item-date > span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news2-main .item-date > span {
    margin-right: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.news2-main .pro-share {
  display: inline-block;
  vertical-align: middle;
}

.news2-main .item-desc {
  margin-bottom: 53px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.news2-main .item-desc, .news2-main .item-desc * {
  color: #666;
}

.news2-main .item-desc a {
  color: blue;
}

@media screen and (max-width: 1219px) {
  .news2-main .item-desc {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .news2-main .item-desc {
    margin-bottom: 30px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .news2-main .item-desc {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.news2-main.project2-main > .item-title {
  margin-bottom: 27px;
}

@media screen and (max-width: 1219px) {
  .news2-main.project2-main > .item-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .news2-main.project2-main > .item-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news2-main.project2-main > .item-title {
    margin-bottom: 15px;
  }
}
.news2-main.project2-main .item-desc {
  margin-bottom: 44px;
}

@media screen and (max-width: 1219px) {
  .news2-main.project2-main .item-desc {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .news2-main.project2-main .item-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news2-main.project2-main .item-desc {
    margin-bottom: 20px;
  }
}
.related-newsbox {
  position: relative;
  margin-top: 95px;
}

@media screen and (max-width: 1419px) {
  .related-newsbox {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .related-newsbox {
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .related-newsbox {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .related-newsbox {
    margin-top: 30px;
  }
}
.related-newsbox + .related-probox {
  margin-top: 104px;
}

@media screen and (max-width: 1419px) {
  .related-newsbox + .related-probox {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .related-newsbox + .related-probox {
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .related-newsbox + .related-probox {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .related-newsbox + .related-probox {
    margin-top: 30px;
  }
}
.xgnews-owl {
  overflow: hidden;
}

.xgnews-owl .owl-carousel {
  width: 102.8571428571%;
  margin-left: -1.4285714286%;
}

@media screen and (max-width: 1219px) {
  .xgnews-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.xgnews-owl .list-item {
  margin: 0 4.1666666667%;
}

@media screen and (max-width: 1219px) {
  .xgnews-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 640px) {
  .xgnews-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.xgnews-owl .item-pic {
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1419px) {
  .xgnews-owl .item-pic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .xgnews-owl .item-pic {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .xgnews-owl .item-pic {
    margin-bottom: 10px;
  }
}
.xgnews-owl .item-date {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 6px;
}

@media screen and (max-width: 1219px) {
  .xgnews-owl .item-date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .xgnews-owl .item-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.xgnews-owl .item-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  margin-bottom: 9px;
}

@media screen and (max-width: 1419px) {
  .xgnews-owl .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .xgnews-owl .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .xgnews-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .xgnews-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.xgnews-owl .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}

@media screen and (max-width: 1419px) {
  .xgnews-owl .item-desc {
    line-height: 26px;
  }
}
@media screen and (max-width: 1219px) {
  .xgnews-owl .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .xgnews-owl .item-desc {
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .xgnews-owl .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.xgnews-owl .owl-buttons {
  display: none !important;
}

.xgnews-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.xgnews-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #f7b100;
  border: solid 1px #f7b100;
  transition: all 0.35s;
}

.xgnews-owl .owl-btns .owl-btn:hover {
  border-color: #f7b100;
  background-color: #f7b100;
  color: #fff;
}

.xgnews-owl .owl-btns .owl-btn.disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #333;
  cursor: auto;
}

@media screen and (max-width: 1219px) {
  .xgnews-owl .owl-btns .owl-btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .xgnews-owl .owl-btns .owl-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .xgnews-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.xgnews-owl .owl-btns .item-prev {
  border-radius: 10px 0px;
  margin-right: 19px;
}

@media screen and (max-width: 1219px) {
  .xgnews-owl .owl-btns .item-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .xgnews-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .xgnews-owl .owl-btns .item-prev {
    margin-right: 5px;
    border-radius: 8px 0px;
  }
}
.xgnews-owl .owl-btns .item-next {
  border-radius: 0px 10px;
}

@media screen and (max-width: 767px) {
  .xgnews-owl .owl-btns .item-next {
    border-radius: 0px 8px;
  }
}
.related-probox {
  position: relative;
  margin-top: 94px;
}

@media screen and (max-width: 1419px) {
  .related-probox {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .related-probox {
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .related-probox {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .related-probox {
    margin-top: 30px;
  }
}
.xgpro-owl .owl-carousel {
  width: 102.8571428571%;
  margin-left: -1.4285714286%;
}

@media screen and (max-width: 1219px) {
  .xgpro-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.xgpro-owl .list-item {
  margin: 0 4.1666666667% 30px;
}

@media screen and (max-width: 1219px) {
  .xgpro-owl .list-item {
    margin: 0 2.9411764706% 20px;
  }
}
@media screen and (max-width: 640px) {
  .xgpro-owl .list-item {
    margin: 0 1.9607843137% 20px;
  }
}
.xgpro-owl .list-item {
  overflow: hidden;
  background-color: #fff;
}

.xgpro-owl .list-item:hover {
  box-shadow: 0px 18px 18px 0px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 991px) {
  .xgpro-owl .list-item, .xgpro-owl .list-item:hover {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.07);
  }
}
.xgpro-owl .item-body {
  padding: 24px 30px 21px;
}

@media screen and (max-width: 1219px) {
  .xgpro-owl .item-body {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .xgpro-owl .item-body {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .xgpro-owl .item-body {
    padding: 10px;
  }
}
.xgpro-owl .item-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}

@media screen and (max-width: 1219px) {
  .xgpro-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .xgpro-owl .item-title {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .xgpro-owl .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.xgpro-owl .owl-buttons {
  display: none !important;
}

.xgpro-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.xgpro-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #f7b100;
  border: solid 1px #f7b100;
  transition: all 0.35s;
}

.xgpro-owl .owl-btns .owl-btn:hover {
  border-color: #f7b100;
  background-color: #f7b100;
  color: #fff;
}

.xgpro-owl .owl-btns .owl-btn.disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #333;
  cursor: auto;
}

@media screen and (max-width: 1219px) {
  .xgpro-owl .owl-btns .owl-btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .xgpro-owl .owl-btns .owl-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .xgpro-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.xgpro-owl .owl-btns .item-prev {
  border-radius: 10px 0px;
  margin-right: 19px;
}

@media screen and (max-width: 1219px) {
  .xgpro-owl .owl-btns .item-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .xgpro-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .xgpro-owl .owl-btns .item-prev {
    margin-right: 5px;
    border-radius: 8px 0px;
  }
}
.xgpro-owl .owl-btns .item-next {
  border-radius: 0px 10px;
}

@media screen and (max-width: 767px) {
  .xgpro-owl .owl-btns .item-next {
    border-radius: 0px 8px;
  }
}
/*-------------5-2-news end----------------------------------------------------------------*/
/*-------------6-about us start------------------------------------------------------------*/
.about-btn {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  line-height: 53px;
  border: solid 1px #f7b100;
  background-color: #f7b100;
  color: #fff;
  border-radius: 0px 10px;
  padding: 0 15px;
  font-family: "Inter-Bold", arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 1419px) {
  .about-btn {
    min-width: 180px;
  }
}
@media screen and (max-width: 1219px) {
  .about-btn {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 160px;
    line-height: 42px;
  }
}
@media screen and (max-width: 991px) {
  .about-btn {
    min-width: 140px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .about-btn {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 100px;
    line-height: 28px;
  }
}
.about-box1 {
  background: url(../images/bg4.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: -76px;
}

@media screen and (max-width: 991px) {
  .about-box1 {
    margin-top: 0;
  }
}
.about-box1 .item-pic {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.about-box1 .item-pic img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .about-box1 .item-pic {
    margin-right: 2.1428571429%;
  }
}
@media screen and (max-width: 640px) {
  .about-box1 .item-pic {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.about-box1 .top-item {
  position: relative;
}

.about-box1 .top-item .item-body {
  position: absolute;
  right: calc(50% - 700px);
  width: 600px;
  bottom: 275px;
  overflow: hidden;
  z-index: 3;
}

@media screen and (max-width: 1719px) {
  .about-box1 .top-item .item-body {
    bottom: 200px;
  }
}
@media screen and (max-width: 1419px) {
  .about-box1 .top-item .item-body {
    right: calc(50% - 600px);
    width: 550px;
    bottom: 190px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box1 .top-item .item-body {
    right: calc(50% - 480px);
    width: 450px;
    bottom: 180px;
  }
}
@media screen and (max-width: 1019px) {
  .about-box1 .top-item .item-body {
    bottom: 170px;
  }
}
@media screen and (max-width: 991px) {
  .about-box1 .top-item .item-body {
    right: calc(50% - 360px);
    width: 330px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .top-item .item-body {
    right: 15px;
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .about-box1 .top-item .item-body {
    right: 0;
    width: 100%;
    top: 0;
    transform: none;
    position: relative;
  }
}
.about-box1 .top-item .index-title {
  margin-bottom: 24px;
}

@media screen and (max-width: 1419px) {
  .about-box1 .top-item .index-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box1 .top-item .index-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .top-item .index-title {
    margin-bottom: 5px;
  }
}
.about-box1 .top-item .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  height: 324px;
  padding-right: 30px;
}

@media screen and (max-width: 1519px) {
  .about-box1 .top-item .item-desc {
    height: 288px;
  }
}
@media screen and (max-width: 1419px) {
  .about-box1 .top-item .item-desc {
    line-height: 30px;
    height: 240px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box1 .top-item .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 182px;
  }
}
@media screen and (max-width: 991px) {
  .about-box1 .top-item .item-desc {
    line-height: 24px;
    height: 192px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .top-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 15px;
    line-height: 22px;
    height: 176px;
  }
}
.about-box1 .box-bot {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 52px;
}

@media screen and (max-width: 1719px) {
  .about-box1 .box-bot {
    bottom: 15px;
  }
}
@media screen and (max-width: 1419px) {
  .about-box1 .box-bot {
    bottom: 10px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box1 .box-bot {
    bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .about-box1 .box-bot {
    position: relative;
    bottom: 0;
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .box-bot {
    padding: 30px 0 20px;
  }
}
.about-box1 .num-list {
  font-size: 0;
  letter-spacing: 0;
}

.about-box1 .num-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.5714285714%;
  margin-left: 1.9047618571%;
  background-color: #ffffff;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 20px 0px;
  margin-bottom: 25px;
  margin-right: 20px;
  margin-right: 1.4%;
}

@media screen and (max-width: 991px) {
  .about-box1 .num-list .list-item {
    width: 48%;
    margin: 0 1% 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .num-list .list-item {
    margin-bottom: 15px !important;
  }
}
.about-box1 .num-list .item-body {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 34px 30px 26px 30px;
}

@media screen and (max-width: 1419px) {
  .about-box1 .num-list .item-body {
    padding: 30px 15px 20px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box1 .num-list .item-body {
    padding: 25px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .num-list .item-body {
    padding: 20px 5px 15px;
  }
}
.about-box1 .num-list .item-icon {
  flex: 0 0 auto;
  font-size: 58px;
  font-size: 5.8rem;
  color: #f7b100;
  display: block;
  line-height: 1;
  position: relative;
  top: -5px;
}

@media screen and (max-width: 1219px) {
  .about-box1 .num-list .item-icon {
    font-size: 48px;
    font-size: 4.8rem;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .num-list .item-icon {
    font-size: 40px;
    font-size: 4rem;
  }
}
.about-box1 .num-list .item-title {
  flex: 1 1 auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  overflow: visible;
}

.about-box1 .num-list .item-title, .about-box1 .num-list .item-title * {
  color: #666;
}

.about-box1 .num-list .item-title a {
  display: inline-block;
}

.about-box1 .num-list .item-title a:hover span {
  color: #f7b100;
}

.about-box1 .num-list .item-title span {
  font-family: "Inter-Bold", arial, helvetica, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  color: #333;
  transition: all 0.35s;
}

@media screen and (max-width: 1219px) {
  .about-box1 .num-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
  .about-box1 .num-list .item-title span {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 991px) {
  .about-box1 .num-list .item-title {
    line-height: 24px;
  }
  .about-box1 .num-list .item-title span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box1 .num-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .about-box1 .num-list .item-title span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .about-box1 .num-list .item-title span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.about-box2 {
  padding: 93px 0 75px;
}

@media screen and (max-width: 1419px) {
  .about-box2 {
    padding: 90px 0 60px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 {
    padding: 30px 0 10px;
  }
}
.about-box2 .page-title {
  margin-bottom: 24px;
}

@media screen and (max-width: 1219px) {
  .about-box2 .page-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .page-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .page-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.about-box2 .box-desc {
  margin-bottom: 69px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.about-box2 .box-desc, .about-box2 .box-desc * {
  color: #666;
}

@media screen and (max-width: 1419px) {
  .about-box2 .box-desc {
    line-height: 1.6;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .box-desc {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
.about-box2 .box-list .list-item {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .about-box2 .box-list .list-item {
    display: block;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .list-item {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .about-box2 .box-list .list-item {
    padding: 0;
  }
}
.about-box2 .box-list .list-item:nth-child(even) {
  flex-direction: row-reverse;
}

.about-box2 .box-list .list-item:nth-child(even) .item-pic {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .about-box2 .box-list .list-item:nth-child(even) .item-pic {
    margin-left: 15px;
  }
}
.about-box2 .box-list .item-pic {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .about-box2 .box-list .item-pic {
    float: left;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .item-pic {
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .about-box2 .box-list .item-pic {
    width: 100%;
    float: none !important;
    margin: 0 auto !important;
  }
}
.about-box2 .box-list .item-body {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 30px 67px 22px;
}

@media screen and (max-width: 1419px) {
  .about-box2 .box-list .item-body {
    padding-left: 60px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list .item-body {
    padding: 25px 30px 20px 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .box-list .item-body {
    overflow: visible;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .about-box2 .box-list .item-body {
    padding: 15px 15px 25px;
  }
}
.about-box2 .box-list .item-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.333;
  margin-bottom: 26px;
  overflow: visible;
  position: relative;
  margin-left: 7px;
}

.about-box2 .box-list .item-title > * {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1419px) {
  .about-box2 .box-list .item-title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .box-list .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 0 0 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 0 0 8px;
    min-height: 35px;
  }
}
.about-box2 .box-list .item-title:before {
  position: absolute;
  content: "";
  width: 61px;
  height: 61px;
  background-color: #f7b100;
  border-radius: 10px;
  left: -22px;
  top: -22px;
  z-index: 0;
}

@media screen and (max-width: 1219px) {
  .about-box2 .box-list .item-title:before {
    width: 48px;
    height: 48px;
    left: -16px;
    top: -15px;
  }
}
@media screen and (max-width: 991px) {
  .about-box2 .box-list .item-title:before {
    width: 38px;
    height: 38px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .item-title:before {
    width: 35px;
    height: 35px;
    border-radius: 6px;
  }
}
.about-box2 .box-list .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  overflow: visible;
}

@media screen and (max-width: 1419px) {
  .about-box2 .box-list .item-desc {
    line-height: 1.6;
  }
}
@media screen and (max-width: 1219px) {
  .about-box2 .box-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .about-box2 .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.about-box3 {
  padding: 85px 0 84px;
  background: url(../images/about4.jpg) no-repeat center;
  background-attachment: fixed;
  position: relative;
}

.about-box3:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/about4.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .about-box3 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-box3 {
    padding: 50px 0;
  }
}
.about-box3 .box-item {
  background-color: #ffffff;
  border-radius: 10px;
  float: right;
  width: 50%;
  max-width: 666px;
  padding: 50px 50px 49px 59px;
}

@media screen and (max-width: 1419px) {
  .about-box3 .box-item {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 1219px) {
  .about-box3 .box-item {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-box3 .box-item {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .about-box3 .box-item {
    padding: 20px;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .about-box3 .box-item {
    width: 100%;
  }
}
.about-box3 .box-item .item-title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.333;
  margin-bottom: 10px;
}

@media screen and (max-width: 1419px) {
  .about-box3 .box-item .item-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .about-box3 .box-item .item-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  .about-box3 .box-item .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-box3 .box-item .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.about-box3 .box-item .item-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 1419px) {
  .about-box3 .box-item .item-desc {
    line-height: 1.6;
  }
}
@media screen and (max-width: 1219px) {
  .about-box3 .box-item .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .about-box3 .box-item .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.about-fac {
  overflow: hidden;
  padding: 92px 0 101px;
}

@media screen and (max-width: 1419px) {
  .about-fac {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .about-fac {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-fac {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-fac {
    padding: 30px 0;
  }
}
.about-fac .box-body {
  position: relative;
}

.fac-owl {
  padding-top: 19px;
  float: right;
  width: calc(700px + 50%);
}

@media screen and (max-width: 1419px) {
  .fac-owl {
    width: calc(600px + 50%);
  }
}
@media screen and (max-width: 1219px) {
  .fac-owl {
    padding-top: 0;
    width: calc(480px + 50%);
  }
}
@media screen and (max-width: 991px) {
  .fac-owl {
    width: calc(360px + 50%);
  }
}
@media screen and (max-width: 767px) {
  .fac-owl {
    width: calc(100% - 15px);
  }
}
.fac-owl .owl-carousel {
  width: 115.6626506024%;
  margin-right: -15.6626506024%;
  overflow: hidden;
}

@media screen and (max-width: 1219px) {
  .fac-owl .owl-carousel {
    width: 119.0839694656%;
    margin-right: -19.0839694656%;
  }
}
.fac-owl .list-item {
  margin-right: 8.3333333333%;
}

@media screen and (max-width: 1219px) {
  .fac-owl .list-item {
    margin-right: 3.8461538462%;
  }
}
.fac-owl .list-item {
  overflow: hidden;
  border-radius: 10px;
}

.fac-owl .owl-buttons {
  display: none !important;
}

.fac-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: calc(50% - 700px);
  top: 9px;
}

@media screen and (max-width: 1419px) {
  .fac-owl .owl-btns {
    right: calc(50% - 600px);
  }
}
@media screen and (max-width: 1219px) {
  .fac-owl .owl-btns {
    right: calc(50% - 480px);
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .fac-owl .owl-btns {
    right: calc(50% - 360px);
  }
}
@media screen and (max-width: 767px) {
  .fac-owl .owl-btns {
    right: 15px;
  }
}
.fac-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #f7b100;
  border: solid 1px #f7b100;
  transition: all 0.35s;
}

.fac-owl .owl-btns .owl-btn:hover {
  border-color: #f7b100;
  background-color: #f7b100;
  color: #fff;
}

.fac-owl .owl-btns .owl-btn.disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #333;
  cursor: auto;
}

@media screen and (max-width: 1219px) {
  .fac-owl .owl-btns .owl-btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .fac-owl .owl-btns .owl-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .fac-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.fac-owl .owl-btns .item-prev {
  border-radius: 10px 0px;
  margin-right: 19px;
}

@media screen and (max-width: 1219px) {
  .fac-owl .owl-btns .item-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .fac-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fac-owl .owl-btns .item-prev {
    margin-right: 5px;
    border-radius: 8px 0px;
  }
}
.fac-owl .owl-btns .item-next {
  border-radius: 0px 10px;
}

@media screen and (max-width: 767px) {
  .fac-owl .owl-btns .item-next {
    border-radius: 0px 8px;
  }
}
.about-cer {
  background-color: #f5f5f5;
  padding: 92px 0 100px;
  text-align: center;
}

@media screen and (max-width: 1419px) {
  .about-cer {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .about-cer {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-cer {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-cer {
    padding: 30px 0 40px;
  }
}
.about-cer .wp {
  font-size: 0;
}

.about-cer .page-title {
  text-align: center;
}

.about-cer .cer-list {
  font-size: 0;
  letter-spacing: 0;
  margin-top: -5px;
  text-align: left;
}

@media screen and (max-width: 1219px) {
  .about-cer .cer-list {
    margin-top: 0;
  }
}
.about-cer .cer-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23.6428571429%;
  margin-left: 1.8095235714%;
  margin-bottom: 39px;
}

@media screen and (max-width: 1219px) {
  .about-cer .cer-list .list-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-cer .cer-list .list-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-cer .cer-list .list-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .about-cer .cer-list .list-item {
    width: 31.33%;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
}
@media screen and (max-width: 400px) {
  .about-cer .cer-list .list-item {
    width: 48%;
  }
}
.about-cer .cer-list .item-pic {
  border: solid 1px #ccc;
  margin-bottom: 19px;
}

@media screen and (max-width: 1219px) {
  .about-cer .cer-list .item-pic {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about-cer .cer-list .item-pic {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-cer .cer-list .item-pic {
    margin-bottom: 5px;
  }
}
.about-cer .cer-list .item-title {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .about-cer .cer-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-cer .cer-list .item-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.about-cer .about-btn {
  margin-top: 24px;
}

@media screen and (max-width: 1219px) {
  .about-cer .about-btn {
    margin-top: 5px;
  }
}
.about-video {
  padding: 85px 0 100px;
}

@media screen and (max-width: 1419px) {
  .about-video {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .about-video {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-video {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-video {
    padding: 30px 0;
  }
}
.about-video .box-body {
  position: relative;
}

.video-owl {
  padding-top: 9px;
}

@media screen and (max-width: 1219px) {
  .video-owl {
    padding-top: 0;
  }
}
.video-owl .owl-carousel {
  width: 102.8571428571%;
  margin-left: -1.4285714286%;
  overflow: hidden;
}

@media screen and (max-width: 1219px) {
  .video-owl .owl-carousel {
    width: 102%;
    margin-left: -1%;
  }
}
.video-owl .list-item {
  margin: 0 4.1666666667%;
}

@media screen and (max-width: 1219px) {
  .video-owl .list-item {
    margin: 0 2.9411764706%;
  }
}
@media screen and (max-width: 640px) {
  .video-owl .list-item {
    margin: 0 1.9607843137%;
  }
}
.video-owl .list-item {
  overflow: hidden;
  border-radius: 10px;
}

.video-owl .item-videobox {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.video-owl .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
  height: 0;
}

.video-owl .item-videobox .item-video iframe, .video-owl .item-videobox .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-owl .item-videobox .item-video iframe body {
  margin: 0px !important;
}

.video-owl .owl-buttons {
  display: none !important;
}

.video-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 10px;
}

@media screen and (max-width: 1219px) {
  .video-owl .owl-btns {
    top: 0;
  }
}
.video-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #f7b100;
  border: solid 1px #f7b100;
  transition: all 0.35s;
}

.video-owl .owl-btns .owl-btn:hover {
  border-color: #f7b100;
  background-color: #f7b100;
  color: #fff;
}

.video-owl .owl-btns .owl-btn.disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #333;
  cursor: auto;
}

@media screen and (max-width: 1219px) {
  .video-owl .owl-btns .owl-btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .video-owl .owl-btns .owl-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .video-owl .owl-btns .owl-btn {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.video-owl .owl-btns .item-prev {
  border-radius: 10px 0px;
  margin-right: 19px;
}

@media screen and (max-width: 1219px) {
  .video-owl .owl-btns .item-prev {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .video-owl .owl-btns .item-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .video-owl .owl-btns .item-prev {
    margin-right: 5px;
    border-radius: 8px 0px;
  }
}
.video-owl .owl-btns .item-next {
  border-radius: 0px 10px;
}

@media screen and (max-width: 767px) {
  .video-owl .owl-btns .item-next {
    border-radius: 0px 8px;
  }
}
.about-faq {
  text-align: center;
  background-color: #f5f5f5;
  padding: 92px 0 101px;
}

@media screen and (max-width: 1419px) {
  .about-faq {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1219px) {
  .about-faq {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .about-faq {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-faq {
    padding: 30px 0 40px;
  }
}
.about-faq .wp {
  font-size: 0;
}

.about-faq .about-btn {
  margin-top: 42px;
}

@media screen and (max-width: 1419px) {
  .about-faq .about-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1219px) {
  .about-faq .about-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-faq .about-btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-faq .about-btn {
    margin-top: 5px;
  }
}
.about-faq .box-list {
  text-align: left;
  margin-top: -5px;
}

@media screen and (max-width: 1219px) {
  .about-faq .box-list {
    margin-top: 0;
  }
}
.about-faq .box-list .list-item {
  position: relative;
  transition: all 0.35s;
  background-color: #fff;
  margin-bottom: 21px;
  padding-bottom: 13px;
}

.about-faq .box-list .item-title {
  background-color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  padding-top: 25px;
  padding-bottom: 12px;
  padding-right: 100px;
}

.about-faq .box-list .item-title:before {
  position: absolute;
  content: "\e669";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0 10px;
  background-color: #f7b100;
  top: 20px;
  right: 42px;
  z-index: 2;
  box-sizing: border-box;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.about-faq .box-list .item-title.active:before {
  content: "\e66a";
}

@media screen and (max-width: 1219px) {
  .about-faq .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 7px;
    padding-right: 66px;
  }
  .about-faq .box-list .item-title:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 18px;
    right: 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about-faq .box-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    padding-left: 15px;
    padding-top: 14px;
    padding-bottom: 1px;
    padding-right: 40px;
  }
  .about-faq .box-list .item-title:before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: 14px;
    right: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 0 6px;
  }
}
.about-faq .box-list .item-desc {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 23px;
  padding-left: 40px;
  padding-right: 40px;
}

.about-faq .box-list .item-desc, .about-faq .box-list .item-desc a {
  color: #666;
}

.about-faq .box-list .item-desc img, .about-faq .box-list .item-desc iframe {
  max-width: 100%;
}

@media screen and (max-width: 1219px) {
  .about-faq .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 991px) {
  .about-faq .box-list .item-desc {
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-faq .box-list .item-desc {
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
/*-------------6-about us end--------------------------------------------------------------*/
/*-------------7-contact start-------------------------------------------------------------*/
.line {
  border-top: solid 1px #ccc;
}

.contact-info {
  padding: 53px 0 68px;
}

@media screen and (max-width: 1219px) {
  .contact-info {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info {
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info {
    padding: 30px 0 30px;
  }
}
.contact-info .wp {
  max-width: 1000px;
}

.contact-info .page-title {
  margin-bottom: 45px;
}

@media screen and (max-width: 1219px) {
  .contact-info .page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .page-title {
    margin-bottom: 20px;
  }
}
.contact-info .box-body {
  position: relative;
  padding-right: 200px;
}

@media screen and (max-width: 991px) {
  .contact-info .box-body {
    padding-right: 180px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-body {
    padding-right: 150px;
  }
}
@media screen and (max-width: 480px) {
  .contact-info .box-body {
    padding-right: 0;
  }
}
.contact-info .item-img {
  position: absolute;
  top: 94px;
  right: 0;
  width: 150px;
}

.contact-info .item-img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1219px) {
  .contact-info .item-img {
    top: 86px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .item-img {
    width: 130px;
    top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .item-img {
    top: 65px;
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .contact-info .item-img {
    position: relative;
    top: 0;
    width: 110px;
    margin-left: 45px;
  }
}
.contact-info .box-list {
  max-width: 670px;
}

.contact-info .box-list .list-item {
  border-bottom: solid 1px #333;
  position: relative;
  padding-left: 89px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  line-height: 30px;
  padding-bottom: 30px;
  margin-bottom: 16px;
}

.contact-info .box-list .list-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.contact-info .box-list .list-item, .contact-info .box-list .list-item * {
  color: #333;
}

.contact-info .box-list .list-item a:hover {
  color: #f7b100;
}

@media screen and (max-width: 1219px) {
  .contact-info .box-list .list-item {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.625;
    padding-bottom: 25px;
    margin-bottom: 15px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .box-list .list-item {
    padding-bottom: 20px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .list-item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 480px) {
  .contact-info .box-list .list-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact-info .box-list .iconfont {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #999;
  position: absolute;
  top: 15px;
  left: 5px;
}

@media screen and (max-width: 1219px) {
  .contact-info .box-list .iconfont {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 991px) {
  .contact-info .box-list .iconfont {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .iconfont {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.contact-info .box-list .item-title {
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 17px;
}

@media screen and (max-width: 1419px) {
  .contact-info .box-list .item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-info .box-list .item-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-info .box-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.contact-form {
  background-color: #fff;
  padding: 88px 0;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}

@media screen and (max-width: 1419px) {
  .contact-form {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form {
    padding: 70px 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 30px 0 20px;
  }
}
.contact-form .page-title {
  margin-bottom: 51px;
}

@media screen and (max-width: 1419px) {
  .contact-form .page-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1219px) {
  .contact-form .page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .page-title {
    margin-bottom: 20px;
  }
}
.contact-form ::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.contact-form :-o-placeholder {
  color: #666;
  opacity: 1;
}

.contact-form ::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.contact-form :-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.contact-form input, .contact-form textarea, .contact-form select {
  display: block;
  width: 100%;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  padding: 0 18px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.contact-form .box-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-form .form-fix {
  width: 49.6428571429%;
}
@media screen and (max-width: 640px) {
  .contact-form .form-fix {
    width: 100%;
  }
}

@media screen and (max-width: 1219px) {
  .contact-form input, .contact-form textarea, .contact-form select {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form input, .contact-form textarea, .contact-form select {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 10px;
  }
}
.contact-form input {
  height: 40px;
  line-height: 38px;
}

@media screen and (max-width: 767px) {
  .contact-form input {
    height: 36px;
    line-height: 34px;
  }
}
.contact-form textarea {
  height: 146px;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media screen and (max-width: 1219px) {
  .contact-form textarea {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form textarea {
    height: 120px;
  }
}
.contact-form .item-input, .contact-form .item-textarea {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .contact-form .item-input, .contact-form .item-textarea {
    margin-bottom: 10px;
  }
}
.contact-form .item-code {
  float: left;
  position: relative;
  width: 49.5%;
  overflow: hidden;
}

.contact-form .item-code input {
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  .contact-form .item-code {
    width: 100%;
  }
}
.contact-form .item-img {
  position: absolute;
  top: 1px;
  right: 1px;
  line-height: 38px;
  font-size: 0;
  border-radius: 6px;
  overflow: hidden;
}

.contact-form .item-img img {
  cursor: pointer;
  max-height: 38px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .contact-form .item-img {
    line-height: 34px;
  }
  .contact-form .item-img img {
    max-height: 34px;
  }
}
.contact-form .item-btn {
  float: right;
  width: 49.5%;
}

.contact-form .item-btn input {
  border-color: #f7b100;
  background-color: #f7b100;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}

.contact-form .item-btn input:hover {
  background-color: #fff;
  color: #f7b100;
}

@media screen and (max-width: 767px) {
  .contact-form .item-btn {
    width: 100%;
  }
}
/*-------------7-contact end---------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .n-nav, .n-nav-icon {
    display: none;
  }
}
@keyframes resize {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.n-nav .n-nav-icon {
  position: fixed;
  right: 5px;
  top: 14px;
  width: 35px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  transition: all 0.4s ease 0s;
  z-index: 999999999;
}

.n-nav .n-nav-icon .iconfont {
  font-size: 20px;
  font-size: 2rem;
  color: #f7b100;
}

.n-nav .n-nav-icon span {
  display: none;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
  background-color: #f7b100;
}

.n-nav .n-nav-icon.active {
  top: 5px;
  background: #666 url(../fonts/nav-close.png) no-repeat center;
  background-size: 30px;
}

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont {
  display: none;
}

@media screen and (max-width: 767px) {
  .n-nav .n-nav-icon {
    top: 10px;
  }
}
.n-nav .n-nav-body {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  overflow-y: scroll;
  background-color: #666;
  padding-top: 40px;
}

.n-nav .box-search {
  background-color: #fff;
  padding: 5px 10px;
  position: relative;
  border: solid 1px #f7b100;
  margin: 5px 10px;
}

.n-nav .box-search .item-input {
  width: 100%;
  line-height: 32px;
  height: 32px;
  padding: 0 60px 0 0;
}

.n-nav .box-search .iconfont {
  font-weight: bold;
  background-color: #f7b100;
  width: 44px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 0;
}

.n-nav .box-search .iconfont:hover {
  background-color: #666;
}

.n-nav .box-search .item-submit {
  position: absolute;
  width: 44px;
  height: 32px;
  right: 10px;
  top: 5px;
  z-index: 1;
}

.n-nav .box-list {
  margin-top: 30px;
}

.n-nav .box-list > li {
  position: relative;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: resize;
  transition: all 0.5s;
  padding: 0 10px;
}

.n-nav .box-list > li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  padding: 10px 25px 10px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.n-nav .box-list li {
  position: relative;
}

.n-nav .box-list li .has-next {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../fonts/n1.png) no-repeat center;
  background-size: contain;
  transition: all 0.5s;
  cursor: pointer;
}

.n-nav .box-list li.active > .has-next {
  background: url(../fonts/n2.png) no-repeat center;
  background-size: contain;
}

.n-nav .box-list .yiji-list {
  display: none;
}

.n-nav .box-list .yiji-list li {
  padding-left: 12px;
}

.n-nav .box-list .yiji-list li .has-next {
  right: 0;
}

.n-nav .box-list .yiji-list li > a {
  padding: 10px 25px 10px 20px;
  line-height: 22px;
  position: relative;
}

.n-nav .box-list .yiji-list li > a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 19px;
  left: 10px;
}

.n-nav .box-list .erji-list {
  display: none;
}

.n-nav .box-list .sanji-list {
  display: none;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}

.banner .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .carouse .slideItem {
  width: 100%;
  position: absolute;
  cursor: pointer;
}

.banner .carouse .slideItem .banner-img {
  width: 100%;
  display: block;
}

.banner .dotList {
  position: absolute;
  right: 10.4166666667%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 991px) {
  .banner .dotList {
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .banner .dotList {
    right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .banner .dotList {
    right: 10px;
  }
}
.banner .dotList li {
  cursor: pointer;
  display: block;
  font-size: 0px;
  font-size: 0rem;
  line-height: 24px;
  margin: 8px 0;
  transition: all 0.35s;
  color: #fff;
  position: relative;
  padding-left: 31px;
}

@media screen and (max-width: 1419px) {
  .banner .dotList li {
    margin: 6px 0;
  }
}
@media screen and (max-width: 1219px) {
  .banner .dotList li {
    padding-left: 25px;
    margin: 5px 0;
    width: 50px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .banner .dotList li {
    margin: 3px 0;
    width: 45px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner .dotList li {
    width: 35px;
    padding-left: 18px;
    margin: 0;
    line-height: 18px;
  }
}
.banner .dotList li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

@media screen and (max-width: 1219px) {
  .banner .dotList li:before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .banner .dotList li:before {
    width: 15px;
    height: 15px;
  }
}
.banner .dotList li:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

@media screen and (max-width: 1219px) {
  .banner .dotList li:after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .banner .dotList li:after {
    width: 7px;
    height: 7px;
  }
}
.banner .dotList li.active {
  font-size: 24px;
  font-size: 2.4rem;
}

.banner .dotList li.active:before {
  border-color: #f7b100;
}

.banner .dotList li.active:after {
  background-color: #f7b100;
  opacity: 1;
}

@media screen and (max-width: 1419px) {
  .banner .dotList li.active {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1219px) {
  .banner .dotList li.active {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .banner .dotList li.active {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .dotList li.active {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .banner .dotList li.active {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.index-banner {
  position: relative;
  padding-bottom: 47.6041666667%;
}

.index-banner .carouse {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut {
  animation-duration: 0.75s;
}

.animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: none;
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInStable {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  33.333% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  66.666666% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.zoomInStable {
  animation-name: zoomInStable;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes anime {
  from {
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/InterRegular.eot");
  src: url("../fonts/InterRegular.eot") format("embedded-opentype"), url("../fonts/InterRegular.woff2") format("woff2"), url("../fonts/InterRegular.woff") format("woff"), url("../fonts/InterRegular.ttf") format("truetype"), url("../fonts/InterRegular.svg#InterRegular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/InterMedium.eot");
  src: url("../fonts/InterMedium.eot") format("embedded-opentype"), url("../fonts/InterMedium.woff2") format("woff2"), url("../fonts/InterMedium.woff") format("woff"), url("../fonts/InterMedium.ttf") format("truetype"), url("../fonts/InterMedium.svg#InterMedium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/InterBold.eot");
  src: url("../fonts/InterBold.eot") format("embedded-opentype"), url("../fonts/InterBold.woff2") format("woff2"), url("../fonts/InterBold.woff") format("woff"), url("../fonts/InterBold.ttf") format("truetype"), url("../fonts/InterBold.svg#InterBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4416917 */
  src: url("../fonts/iconfont.woff2?t=1705919495485") format("woff2"), url("../fonts/iconfont.woff?t=1705919495485") format("woff"), url("../fonts/iconfont.ttf?t=1705919495485") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu-right:before {
  content: "\e6ca";
}

.icon-menu-left:before {
  content: "\ebe2";
}

.icon-left:before {
  content: "\e681";
}

.icon-under:before {
  content: "\e685";
}

.icon-up:before {
  content: "\e686";
}

.icon-dianhua3:before {
  content: "\e63a";
}

.icon-dianhua5:before {
  content: "\e603";
}

.icon-daohangdizhi:before {
  content: "\e65e";
}

.icon-icon:before {
  content: "\e64f";
}

.icon-wj-fa:before {
  content: "\e728";
}

.icon-huiyuanfazhanqushi:before {
  content: "\e600";
}

.icon-kehu:before {
  content: "\e67e";
}

.icon-xiangmu:before {
  content: "\e639";
}

.icon-zhizao:before {
  content: "\e654";
}

.icon-mianji:before {
  content: "\e65f";
}

.icon-leijianzhuxiulix:before {
  content: "\e601";
}

.icon-yuangong:before {
  content: "\ea3f";
}

.icon-shengchanxian:before {
  content: "\e613";
}

.icon-gongyinglianfuwu:before {
  content: "\e877";
}

.icon-yanfapingtai:before {
  content: "\e66e";
}

.icon-home:before {
  content: "\e624";
}

.icon-home1:before {
  content: "\e610";
}

.icon-icons-hqew-:before {
  content: "\e64e";
}

.icon-message:before {
  content: "\ebe1";
}

.icon-contact1:before {
  content: "\e7be";
}

.icon-whatsapp1:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c6";
}

.icon-mobile1:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7c8";
}

.icon-tel1:before {
  content: "\e7d1";
}

.icon-phone11:before {
  content: "\e7d2";
}

.icon-skype1:before {
  content: "\e7d3";
}

.icon-whatsapp:before {
  content: "\e7c1";
}

.icon-address:before {
  content: "\e7c2";
}

.icon-contact:before {
  content: "\e7c3";
}

.icon-email:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7cb";
}

.icon-tel:before {
  content: "\e7cc";
}

.icon-wechat:before {
  content: "\e7cd";
}

.icon-website:before {
  content: "\e7ce";
}

.icon-phone:before {
  content: "\e7cf";
}

.icon-mobile:before {
  content: "\e7d0";
}

.icon-message1:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-icon-test10:before {
  content: "\e651";
}

.icon-icon-test12:before {
  content: "\e653";
}

.icon-email31:before {
  content: "\e7a9";
}

.icon-search:before {
  content: "\e602";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-e-mail:before {
  content: "\e623";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-caidan:before {
  content: "\e642";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-list:before {
  content: "\e671";
}

.icon-right:before {
  content: "\e682";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-sousuo:before {
  content: "\e628";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-jiahao1:before {
  content: "\e669";
}

.icon-jianhao:before {
  content: "\e66a";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-yuanxingjiantouxia:before {
  content: "\e966";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-instagram:before {
  content: "\e6fc";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

/* 
* 	Core Owl Carousel CSS File
*	v1.3.3
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  background-color: #eee;
  border-radius: 3px;
  margin-top: 48px;
  line-height: 0;
}

@media screen and (max-width: 1419px) {
  .owl-theme .owl-controls .owl-pagination {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1219px) {
  .owl-theme .owl-controls .owl-pagination {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .owl-theme .owl-controls .owl-pagination {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-pagination {
    margin-top: 20px;
  }
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  vertical-align: top;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 3px;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 1219px) {
  .owl-theme .owl-controls .owl-page span {
    width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .owl-theme .owl-controls .owl-page span {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-page span {
    width: 20px;
  }
}
@media screen and (max-width: 480px) {
  .owl-theme .owl-controls .owl-page span {
    width: 15px;
  }
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #f7b100;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

.g-hserv {
  padding-top: 87px;
  padding-bottom: 100px;
  background: url("../images/hserv-bg1.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1219px) {
  .g-hserv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hserv .box-title {
  margin-bottom: 128px;
  text-align: center;
  line-height: 52px;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  color: #fff;
}
.m-hserv .box-title a {
  color: #fff;
}
.m-hserv .box-title a:hover {
  color: #f7b100;
}
.m-hserv .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -130px;
}
.m-hserv .box-item {
  position: relative;
  margin-right: 5.3571428571%;
  margin-bottom: 130px;
  width: 15.7142857143%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 45px;
  padding-bottom: 25px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
}
.m-hserv .item-title {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
}
.m-hserv .item-num {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 60px;
  line-height: 60px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  background-color: #f7b100;
  border-radius: 50%;
}
.m-hserv .box-item1:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 34.0909090909%;
  height: 100%;
  background: url("../images/hserv-icon1.png") no-repeat center;
}
.m-hserv .box-item2:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 34.0909090909%;
  height: 100%;
  background: url("../images/hserv-icon3.png") no-repeat center;
}
.m-hserv .box-item-5 {
  margin-right: 0;
}
.m-hserv .box-item-5:before {
  left: 0;
  top: 100%;
  width: 100%;
  height: 130px;
  background: url("../images/hserv-icon2.png") no-repeat center;
}
.m-hserv .box-item-10:before {
  display: none;
}
.m-hserv .box-item-6 {
  order: 10;
  margin-right: 0;
}
.m-hserv .box-item-7 {
  order: 9;
}
.m-hserv .box-item-8 {
  order: 8;
}
.m-hserv .box-item-9 {
  order: 7;
}
.m-hserv .box-item-10 {
  order: 6;
}
.m-hserv .box-item-1 .item-title, .m-hserv .box-item-10 .item-title, .m-hserv .box-item-9 .item-title, .m-hserv .box-item-8 .item-title {
  max-width: 95px;
}
.m-hserv .box-link {
  margin-top: 48px;
  text-align: center;
}
.m-hserv .box-link a {
  display: inline-block;
  min-width: 200px;
  line-height: 28px;
  padding: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #f7b100;
  border-radius: 0px 10px 0px 10px;
  border: solid 1px #ffffff;
}
.m-hserv .box-link a:hover {
  color: #333;
  background-color: #f7b100;
}
@media screen and (max-width: 1219px) {
  .m-hserv .box-title {
    margin-bottom: 60px;
    line-height: 28px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hserv .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hserv .box-item {
    margin-bottom: 80px;
    padding: 30px 15px 20px;
  }
  .m-hserv .box-wp {
    margin-bottom: -80px;
  }
  .m-hserv .item-num {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-hserv .box-item-5:before {
    height: 80px;
  }
  .m-hserv .box-link {
    margin-top: 30px;
  }
  .m-hserv .box-link a {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-hserv .box-item {
    order: 1;
    margin-bottom: 40px;
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
  .m-hserv .box-item:before {
    display: none;
  }
  .m-hserv .box-wp {
    margin-bottom: -40px;
  }
}

.m-ctusinfo {
  padding-top: 54px;
  padding-bottom: 100px;
}
.m-ctusinfo a:hover {
  color: #f7b100;
}
.m-ctusinfo .page-title {
  margin-bottom: 42px;
}
.m-ctusinfo .box-map {
  line-height: 0;
  font-size: 0;
}
.m-ctusinfo .box-info {
  margin-bottom: 27px;
  padding-top: 46px;
  padding-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 0px 6px 70px 0px rgba(11, 11, 11, 0.1);
  border-radius: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.m-ctusinfo .info-item {
  padding-left: 35px;
  padding-right: 20px;
  position: relative;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  word-break: break-word;
}
.m-ctusinfo .info-item .title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
}
.m-ctusinfo .info-item:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 78px;
  max-height: 100%;
  background-color: rgba(5, 5, 4, 0.1);
}
.m-ctusinfo .info-item:last-child:before {
  display: none;
}
.m-ctusinfo .info-item1 {
  width: 35%;
}
.m-ctusinfo .info-item2 {
  width: 21.0714285714%;
}
.m-ctusinfo .info-item3 {
  width: 22.2857142857%;
}
.m-ctusinfo .info-item4 {
  width: 21.5714285714%;
}
.m-ctusinfo .box-ctus {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.m-ctusinfo .ctus-item {
  margin-right: 1.7857142857%;
  margin-bottom: 37px;
  padding-left: 35px;
  padding-right: 20px;
  padding-top: 39px;
  padding-bottom: 40px;
  width: 32.1428571429%;
  position: relative;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #ffffff;
  box-shadow: 0px 6px 70px 0px rgba(11, 11, 11, 0.1);
  border-radius: 20px;
  word-break: break-word;
}
.m-ctusinfo .ctus-item:nth-child(3n) {
  margin-right: 0;
}
.m-ctusinfo .ctus-item .title {
  font-family: "Inter-Medium", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1219px) {
  .m-ctusinfo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-ctusinfo .page-title {
    margin-bottom: 30px;
  }
  .m-ctusinfo .box-info {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-ctusinfo .ctus-item {
    margin-bottom: 20px;
    padding: 30px 20px;
  }
  .m-ctusinfo .info-item {
    padding-left: 20px;
    padding-right: 10px;
  }
  .m-ctusinfo .ctus-item, .m-ctusinfo .info-item {
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-ctusinfo .info-item, .m-ctusinfo .ctus-item {
    width: 100%;
  }
  .m-ctusinfo .info-item {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .m-ctusinfo .info-item:first-child {
    padding-top: 0;
  }
  .m-ctusinfo .info-item:last-child {
    padding-bottom: 0;
  }
  .m-ctusinfo .info-item:before {
    width: 100%;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

/* 2024.2.28 */
.inquireBox {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  background-color: rgba(0, 0, 0, .6);
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: .3s ease all;
  transform: translateX(-50%) translateY(-50%) ;
}

.inquireBox.active{
  width: 100%;
  height: 100%;
}




.inquireBox .con {
  width: 700px;
  padding: 48px 49px 75px 50px;
  background-color: #ffffff;
  border-radius: 0px 50px 0px 50px;
}

.inquireBox .titel {
  font-family: Inter-Medium;
  font-size: 36px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 25px;
}


.inquireBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.inquireBox ul li {
  width: 49.3%;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  height: 41px;
  padding: 0 16px;
}


.inquireBox ul li:nth-child(2n) {
  margin-right: 0;
}

.inquireBox ul li input,
.inquireBox ul li textarea{
  height: 100%;
  width: 100%;
}

.inquireBox ul li.message {
  width: 100%;
  height: 190px;
  padding: 9px 15.5px;
  margin-bottom: 10px;
  margin-top: 1px;
  margin-right: 0;
}



.inquireBox .codeCon {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.inquireBox .codeCon .left>input {
  flex: 1;
}


.inquireBox .codeCon .left {
  width: 49.3%;
  height: 41px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7px 0 17px;
}


.inquireBox .codeCon .left .codeImg{
  flex-shrink: 0;
  height: 38px;
  background-color: #f3fbfe;
  cursor: pointer;
}
.inquireBox .codeCon .left .codeImg img{
  height: 100%;
}



.inquireBox .codeCon .subBtn {
  width: 49%;
  height: 40px;
  background-color: #f7b100;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter-Regular;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #f7b100;
  transition: .3s linear all;
  margin-right: 2px;
}

.inquireBox .codeCon .subBtn:hover {
  background-color: #ffffff;
  color: #f7b100;
}


.inquireBox input::-webkit-input-placeholder,
.inquireBox textarea::-webkit-input-placeholder {
  font-family: Inter-Regular;
  font-size: 16px;
  color: #666666;
}

.inquireBox input:-moz-placeholder,
.inquireBox textarea:-moz-placeholder {
  font-family: Inter-Regular;
  font-size: 16px;
  color: #666666;
}

.inquireBox input::-moz-placeholder,
.inquireBox textarea::-moz-placeholder {
  font-family: Inter-Regular;
  font-size: 16px;
  color: #666666;
}

.inquireBox input:-ms-input-placeholder,
.inquireBox textarea:-ms-input-placeholder {
  font-family: Inter-Regular;
  font-size: 16px;
  color: #666666;
}

@media screen and (max-width:1600px){
  .inquireBox .con{
    width: 600px;
    padding: 40px;
    border-radius:0  30px 0 30px ;
  }
  .inquireBox .titel{
    font-size: 28px;
    line-height: 30px;
  }
  .inquireBox ul li.message{
    height: 120px;
  }
}
@media screen and (max-width:1333px){
  .inquireBox .con{
    width: 500px;
    padding: 30px;
    border-radius:0  20px 0 20px ;
  }
  .inquireBox .titel{
    font-size: 26px;
  }
  .inquireBox ul li.message{
    height: 120px;
  }
  .inquireBox ul li,
  .inquireBox .codeCon .left,
  .inquireBox .codeCon .subBtn{
    border-radius: 3px;
  }
  .inquireBox ul li{
    height: 35px;
  }
  .inquireBox .codeCon .subBtn,
  .inquireBox .codeCon .left{
    height: 35px;
  }
  .inquireBox .codeCon .left .codeImg{
    height: 32px;
  }

}
@media screen and (max-width:999px){
  .inquireBox .con{
    padding: 20px;
    border-radius:0  10px 0 10px ;
  }
  .inquireBox .titel{
    font-size: 24px;
  }
  .inquireBox ul li.message{
    height: 100px;
  }
  .inquireBox .codeCon .subBtn{
    font-size: 14px;
  }
  .inquireBox input::-webkit-input-placeholder,
  .inquireBox textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .inquireBox input:-moz-placeholder,
  .inquireBox textarea:-moz-placeholder {
    font-size: 14px;
  }

  .inquireBox input::-moz-placeholder,
  .inquireBox textarea::-moz-placeholder {
    font-size: 14px;
  }

  .inquireBox input:-ms-input-placeholder,
  .inquireBox textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width:768px){
  .inquireBox .con{
    width: 400px;
  }
  .inquireBox .codeCon .subBtn{
    font-size: 12px;
  }
  .inquireBox input,
  .inquireBox textarea{
    font-size: 12px;
  }
  .inquireBox input::-webkit-input-placeholder,
  .inquireBox textarea::-webkit-input-placeholder {
    font-size: 12px;
  }

  .inquireBox input:-moz-placeholder,
  .inquireBox textarea:-moz-placeholder {
    font-size: 12px;
  }

  .inquireBox input::-moz-placeholder,
  .inquireBox textarea::-moz-placeholder {
    font-size: 12px;
  }

  .inquireBox input:-ms-input-placeholder,
  .inquireBox textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  .inquireBox .titel{
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:538px){
  .inquireBox .con{
    width: 300px;
  }
  .inquireBox .titel{
    font-size: 20px;
  }
  .inquireBox ul li{
    padding: 0 10px;
  }
  .inquireBox ul li.message{
    padding: 10px;
    height: 80px;
  }
  .inquireBox .codeCon .left{
    width: 100%;
    padding: 0 10px;
  }
  .inquireBox .codeCon{
    flex-wrap: wrap;
    height: auto;
  }
  .inquireBox .codeCon .subBtn{
    width: 100%;
    margin-top: 10px;
  }
}



/*sitemap*/
ul:before {
    content: '';
    clear: both;
    display: block;
}
#cont ul{font-family: "Inter-Regular", arial, helvetica, sans-serif
	width: 100%;
	margin: 0;
	padding: 0; 
	/*padding-top:50px; padding-bottom:50px;*/
}
#cont ul li{
	display: block;
	width: 100%;
}
#cont ul li a{
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
}
#cont ul li.has-childs a{display: inline-block; }
#cont ul li a:hover{
	color: #006e30 !important;
}
#cont>ul>li>ul>li.has-childs>ul{
	-webkit-columns: 3 auto;
	-moz-columns: 3 auto;
	-ms-columns: 3 auto;
	-o-columns: 3 auto;
    columns: 3 auto;
}
/*#cont>ul>li>ul>li.has-childs>ul>li{*/
/*	display: inline-block;*/
/*}*/
#cont > ul > li + li{
	margin-top: 26px;
}
#cont>ul>li>a{
	font-size: 24px;
	line-height: 32px;
	color: #383838;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
}
#cont>ul>li>ul{
	margin-top: 18px;
}
#cont>ul>li>ul>li>a{
	font-size: 18px;
	line-height: 32px;
	color: #006e30;
	padding-right: 12px;
}
#cont>ul>li>ul>li>a:hover{
	text-decoration: underline;
}
#cont>ul>li>ul>li{
	width: 33%;
	float: left;
}
#cont>ul>li>ul>li.has-childs{
	width: 100%;
	/*float: none;*/
}
#cont > ul > li > ul > li.has-childs > ul >li.has-childs >a{
	font-size: 16px;
	line-height: 32px;
	color: #383838;
	font-weight: bold;
	padding-left: 30px;
}
#cont >ul>li>ul>li>ul>li.has-childs{
	margin-top: 8px;
}
#cont >ul>li>ul>li>ul>li.has-childs{
	margin-bottom: 20px;
}
#cont > ul > li > ul > li > ul >li >a{
	font-size: 16px;
	line-height: 34px;
	color: #012f53;
	padding-left: 56px;
}
#cont > ul > li > ul > li > ul >li.has-childs >a{
	padding-left: 44px;
}
#cont >ul>li>ul>li.has-childs>ul>li.has-childs>a:before{
	display: none;
}
#cont >ul>li>ul>li.has-childs>ul>li.has-childs>a:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	position: absolute;
	left: 8px;
	top: 13px;
	background: #006e30;
}
#cont >ul>li>ul>li.has-childs>ul>li.has-childs>ul>li>a:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid transparent;
	border-top-color: #012f53;
	border-right-color: #012f53;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 26px;
	top: 13px;
}
#cont > ul > li > ul > li > ul >li >a:before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid transparent;
	border-top-color: #012f53;
	border-right-color: #012f53;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 38px;
	top: 13px;
}
#cont > ul > li > ul > li > ul >li.has-childs >a:before{
	left: 26px;
}
#cont > ul > li > ul > li > ul >li > ul{
	margin-top: 12px;
}
#cont > ul > li > ul > li.has-childs > ul >li >ul >li >a{
	font-size: 16px;
	line-height: 34px;
	color: #012f53;
	padding-left: 44px;
}
#cont > ul > li > ul > li.has-childs > ul >li >ul >li > ul >li >a{
	font-size: 16px;
	line-height: 34px;
	color: #012f53;
	padding-left: 44px;
	font-weight: bold;
}
#cont > ul > li > ul > li.has-childs > ul >li >ul >li > ul >li > ul >li >a {
	font-size: 16px;
	line-height: 34px;
	color: #012f53;
	padding-left: 44px;
}
#footer{
	display: block;
	width: 100%;
	background: #012f53;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	padding: 9px 0;
}
#footer a{
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
}
#footer a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 1140px){
    #cont{
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .cont{
         width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .site-titles{
        right: 4%;
    }
}
@media screen and (max-width:768px){
    .site-map-titles{
        width: 100%;
    }
    .site-map-titles span{
        position: relative;
        left: auto;
        bottom: auto;
    }
    .site-titles{
        position: relative;
        right: auto;
        top: auto;
        float: left;
        margin: 0 0 16px;
    }
    #cont>ul>li>ul>li.has-childs>ul{
        webkit-columns: 2 auto;
    -moz-columns: 2 auto;
    -ms-columns: 2 auto;
    -o-columns: 2 auto;
    columns: 2 auto;
    }
    #cont>ul>li>ul>li{
        width: 48%;
    }
    .sitemap-logo-boxs.ons{
    	position: relative;
        left: auto;
        top: auto;
    }
    .sitemap-logo-boxs .sep-container{
            display: flex;
            align-items: center;
            justify-content: space-between;
                overflow: hidden;
    }
    .site-titles{
            padding-left: 56px;
        padding-right: 12px;
            min-width: 0;
            margin-bottom: 24px;

    }
    .site-map-titles{
        max-width: 44%;
    }
    .site-map-titles span{
        margin-left: 0;
            font-size: 15px;
            vertical-align: top;
            margin-top: 12px;
            display: none;
    }
    .sitemap-logo-boxs{
        padding: 20px 0;
    }
    .site-titles{
        max-width: 48%;
        float: right;
    }
    .site-titles span{
        margin-left: 0;
        font-size: 15px;
        vertical-align: top;
        margin-top: 8px;
        color: #006e30;
        position: absolute;
        right: 0;
        top: 100%;
        display: block;
        white-space: nowrap;
        line-height: 1;
    }
}
@media screen and (max-width:667px){
    #cont>ul>li>ul>li.has-childs>ul{
        webkit-columns: 1 auto;
    -moz-columns: 1 auto;
    -ms-columns: 1 auto;
    -o-columns: 1 auto;
    columns: 1 auto;
    }
    #cont>ul>li>ul>li{
        width: 96%;
    }
    .sitemap-content{
        padding: 36px 0;
    }
    
}

#cont>ul{ padding:50px 0px;}


.pro1-top .item-desc a strong,.pro1-top .item-desc a,.pro1-top .item-desc a span,.pro1-top .item-desc a h1,.pro1-top .item-desc a h2,.pro1-top .item-desc a h3,.pro1-top .item-desc a em{ color:#f7b100;}

.pro2-detail .box-spec a strong,.pro2-detail .box-spec a,.pro2-detail .box-spec a span,.pro2-detail .box-spec a h1,.pro2-detail .box-spec a h2,.pro2-detail .box-spec a h3,.pro2-detail .box-spec a em{ color:#f7b100;}
.news2-main .item-desc a strong,.news2-main .item-desc a,.news2-main .item-desc a span,.news2-main .item-desc a h1,.news2-main .item-desc a h2,.news2-main .item-desc a h3,.news2-main .item-desc a em{ color:#f7b100;}
.faq-list .item-desc a strong,.faq-list .item-desc a,.faq-list .item-desc a span,.faq-list .item-desc a h1,.faq-list .item-desc a h2,.faq-list .item-desc a h3,.faq-list .item-desc a em{ color:#f7b100;}

.pro2-info .item-desc a strong,.pro2-info .item-desc a,.pro2-info .item-desc a span,.pro2-info .item-desc a h1,.pro2-info .item-desc a h2,.pro2-info .item-desc a h3,.pro2-info .item-desc a em{ color:#f7b100;}

.solution2-main .s2-spec a strong,.solution2-main .s2-spec a,.solution2-main .s2-spec a span,.solution2-main .s2-spec a h1,.solution2-main .s2-spec a h2,.solution2-main .s2-spec a h3,.solution2-main .s2-spec a em{ color:#f7b100;}