@charset "utf-8";

html {
  font-size: 625%;
}

body {
  font-size: 16px;
  background: #FFF;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
  margin: 0;
  padding: 0;
}

body,
html,
input,
button,
textarea {
  color: #333;
  font-family: 'REGULAR', Arial, Helvetica, sans-serif;
  line-height: 1.5
}

body {
  background-color: #fff;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4,
h5 {
  font-size: 16px;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

i,
em {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

a:focus {
  outline: none;
}

a:hover {
  color: #006DB8;
  text-decoration: none;
}

input[type="text"]:focus {
  outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #c1c1c1;
  margin: 15px 0 15px 0;
}

a:active,
select,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

body {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: hidden;
}

@font-face {
  font-family: 'fontawesome';
  src: url("../fonts/Font-Awesome/fontawesome-webfont.eot");
  src: url("../fonts/Font-Awesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/Font-Awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/Font-Awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/Font-Awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/Font-Awesome/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Regular';
  src: url('../fonts/TitilliumWeb-Regular.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SemiBold';
  src: url('../fonts/TitilliumWeb-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont/iconfont.woff2') format('woff2'), url('../fonts/iconfont/iconfont.woff') format('woff'), url('../fonts/iconfont/iconfont.ttf') format('truetype');
}

.REGULAR {
  font-family: 'Regular';
}

.SEMIBOLD {
  font-family: 'SemiBold';
}

.layout {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.z9999 {
  z-index: 9999 !important;
}

.hide {
  display: none;
}

.flex {
  display: flex;
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.img_warp img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: all .3s;
}

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

.phoneShow {
  display: none;
}

.web_head {
  position: relative;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}

.head_top {
  background-color: #F5F5F5;
}

.head_top .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  width: 95%;
  max-width: unset;
  padding-left: 5%;
}

.head_top .logo {
  margin-right: 10px;
  flex-shrink: 0;
}

.head_top .logo img {
  height: 66px;
  width: auto;
}

.head_top .head_info {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #666666;
  width: 50%;
}

.head_top .address {
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 378px;
  width: 55%;
  margin-right: 8%;
  text-align: center;
}

.head_top .info {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.head_top .info .phone {
  margin-bottom: 5px;
}

.head_top .address::before {
  content: ' ';
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  background: url(../img/head_add.webp) no-repeat center/cover;
  flex-shrink: 0;
}

.head_top .phone::before {
  content: ' ';
  width: 14px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  background: url(../img/head_phone.webp) no-repeat center/cover;
  flex-shrink: 0;
}

.head_top .email::before {
  content: ' ';
  width: 17px;
  height: 13px;
  display: inline-block;
  margin-right: 10px;
  background: url(../img/head_email.webp) no-repeat center/cover;
  flex-shrink: 0;
}

.search_warp {
  width: 30%;
}

.search_warp .search {
  width: 40%;
  ;
  background-color: #DFDFDF;
  padding: 8px 14px;
  border: none;
  font-size: 16px;
  height: 49px;
  max-width: 340px;
}

.search_warp .select {
  color: #999;
  margin-left: 10px;
  background: url(../img/Vector_2.webp) #DFDFDF no-repeat calc(100% - 20px) center;
  padding: 8px 24px 8px 14px;
  border: none;
  font-size: 16px;
  height: 49px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40%;
  max-width: 260px;
}

.search_warp .search-btn {
  width: 45%;
  ;
  font-size: 0;
  background: url(../img/search.webp) #006DB8 no-repeat center/24px 24px;
  width: 45px;
  height: 49px;
  border: 2px solid #006DB8;
  margin: 0 0px 0 10px;
  transition: all .3s;
}

.search_warp .search-btn:hover {
  filter: brightness(1.1);
}

.search_warp form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head_bottom {
  background-color: #000;
}

.head_bottom .layout {
  display: flex;
  justify-content: space-between;
}

.head_bottom .layout .head_nav li a {
  display: block;
}

.head_bottom .layout .head_nav li li a {
  line-height: 36px;
}

/* margin-right: 40px; */
.nav_wrap .head_nav>li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  margin-right: 10px;
  padding: 30px 10px;
}

.web_head .head_nav>li:nth-child(1) {
  padding-left: 0;
}

.nav_wrap .head_nav>li>a {
  text-transform: capitalize;
  color: #fff;
}

.nav_wrap .head_nav>li>a:hover,
.head_nav>li.nav-current>a {
  color: #006DB8;
}

.nav_wrap .head_nav>li.nav-current::after {
  position: absolute;
  content: ' ';
  width: 18px;
  height: 9px;
  background: url(../img/Polygon.webp) no-repeat center/cover;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.nav_wrap .head_nav li li ul {
  top: 0;
  left: 250px;
  background-color: #000;
}

.nav_wrap .head_nav li:hover>ul {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}

.nav_wrap .head_nav li ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-color: #000;
  border-radius: 0px 0px 10px 10px;
}

.nav_wrap .head_nav li ul li {
  margin: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 15px;
}

.nav_wrap .head_nav li ul li:last-child {
  border: none;
}

.nav_wrap .head_nav li ul a {
  font-size: 16px;
  color: #fff;
}

.nav_wrap .head_nav li ul a:hover {
  color: #006DB8;
}

.web_head .nav_wrap {
  float: left;
  flex: 1;
  display: flex;
  justify-content: start;
  width: calc(100% - 180px);
}

.web_head .nav_wrap>ul {
  display: flex;
  justify-content: start;
}

.web_head .head_nav>li,
.web_head .head_nav>li>a,
.web_head .head_nav>li>a>em {
  display: inline-block;
  vertical-align: top;
}

.web_head .head_nav>li {
  font-size: 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.web_head .head_nav>li ul ul {
  left: 102%;
  top: 0;
  margin-top: -15px;
}

.web_head .head_nav>li li {
  padding: 3px 15px;
  position: relative;
  text-align: left;
}

.nav_wrap .head_nav>li li a {
  display: block;
  line-height: 1.6em;
  padding: 5px 25px 5px 0;
  font-size: 14px;
  position: relative;
  color: #aaa;
}

.nav_wrap .head_nav li:hover>ul {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.web_head .change-language {
  display: flex;
  align-items: center;
  justify-content: start;
}

.web_head .change-language .change-language-title .title img {
  margin-right: 10px;
}

.web_head .change-language .change-language-title .title span {
  font-size: 16px;
  color: #fff;
  font-family: 'Regular';
}

.web_head .change-language .change-language-title .title:after {
  transform: rotate(0deg);
  transition: all .3s;
  display: inline-block;
  content: "";
  transition: all ease-in-out .3s;
  width: 12px;
  height: 12px;
  background: url(../img/Vector_1.webp) no-repeat center/9px 5px;
  margin-left: 4px;
}

.web_head .change-language-title {
  position: relative;
}

.web_head .change-language-title .title {
  color: #fff;
}

.web_head .change-language-cont,
.web_head .change-language-cont a {
  color: #fff;
}

.fixed-nav .head_top {}

.fixed-nav .head_layer {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.fixed-nav-active .head_layer {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.mobile-head-items {
  display: none;
}

.change-language .change-language-cont {
  position: absolute;
  top: 100%;
  right: 0;
  width: 360px;
  background: #FFF;
  padding: 20px 10px 20px 20px;
  transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh;
}

.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}

.change-language:hover .change-language-title .title:after {
  transform: rotate(-90deg);
}

.change-language .change-language-cont li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 0 10px;
  font-size: 10pt;
  overflow: hidden;
  padding: 0 10px 0 0;
}

.change-language .change-language-cont li a {
  color: #333;
}

.change-language .change-language-cont li a:hover {
  color: #666;
}

.change-language .change-language-cont .lang-item-hide {
  display: none !important;
}

.change-language .change-language-cont .lang-more {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
}

.change-language .change-language-cont .more-active {
  font-size: 20px;
}

.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
  padding: 0 0 0 33px;
  overflow: hidden;
  text-transform: capitalize;
}

.change-language ::-webkit-scrollbar {
  width: 5px;
}

.change-language ::-webkit-scrollbar-track {
  background-color: #fff;
}

.change-language ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 3px;
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block
}

.language-flag .country-flag {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  background-repeat: no-repeat;
  background-image: url(img/all-m.gif);
  width: 22px;
  height: 16px;
  margin: -8px 5px 0;
}

.language--img {
  background: url(../img/lang.png)no-repeat center center/18px;
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 0px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

li.language-flag a {
  position: relative;
}

.language-en {
  background-position: 0 -218px;
}

.language-af {
  background-position: 0 -1px;
}

.language-sq {
  background-position: 0 -940px;
}

.language-am {
  background-position: 0 -9px;
}

.language-be {
  background-position: 0 -48px;
}

.language-eu {
  background-position: 0 -252px;
}

.language-az {
  background-position: 0 -36px;
}

.language-hy {
  background-position: 0 -456px;
}

.language-ar {
  background-position: 0 -24px;
}

.language-am {
  background-position: 0 -12px;
}

.language-fy {
  background-position: 0px -300px;
}

.language-fr {
  background-position: 0px -288px;
}

.language-fi {
  background-position: 0px -276px;
}

.language-et {
  background-position: 0px -240px;
}

.language-eo {
  background-position: 0px -192px;
}

.language-en {
  background-position: 0 -216px;
}

.language-da {
  background-position: 0px -168px;
}

.language-cs {
  background-position: 0px -144px;
}

.language-hr {
  background-position: 0px -420px;
}

.language-co {
  background-position: 0px -132px;
}

.language-ceb {
  background-position: 0px -108px;
}

.language-ca {
  background-position: 0px -96px;
}

.language-bg {
  background-position: 0 -448px;
}

.language-bs {
  background-position: 0 -84px;
}

.language-bn {
  background-position: 0 -72px;
}

.language-be {
  background-position: 0 -48px;
}

.language-is {
  background-position: 0px -492px;
}

.language-sm {
  background-position: 0px -972px;
}

.language-ro {
  background-position: 0px -888px;
}

.language-pa {
  background-position: 0px -840px;
}

.language-pt {
  background-position: 0px -876px;
}

.language-pl {
  background-position: 0px -852px;
}

.language-fa {
  background-position: 0px -264px;
}

.language-ps {
  background-position: 0px -264px;
}

.language-or {
  background-position: 0px -827px;
}

.language-no {
  background-position: 0px -780px;
}

.language-ne {
  background-position: 0px -792px;
}

.language-my {
  background-position: 0px -768px;
}

.language-mn {
  background-position: 0px -720px;
}

.language-mr {
  background-position: 0px -732px;
}

.language-mi {
  background-position: 0px -684px;
}

.language-mt {
  background-position: 0px -756px;
}

.language-ml {
  background-position: 0px -708px;
}

.language-ms {
  background-position: 0px -744px;
}

.language-mg {
  background-position: 0px -672px;
}

.language-mk {
  background-position: 0px -696px;
}

.language-lb {
  background-position: 0px -624px;
}

.language-lt {
  background-position: 0px -648px;
}

.language-lv {
  background-position: 0px -660px;
}

.language-la {
  background-position: 0px -613px;
}

.language-lo {
  background-position: 0px -636px;
}

.language-ky {
  background-position: 0px -600px;
}

.language-ku {
  background-position: 0px -120px;
}

.language-ko {
  background-position: 0px -588px;
}

.language-rw {
  background-position: 0px -912px;
}

.language-km {
  background-position: 0px -564px;
}

.language-kk {
  background-position: 0px -552px;
}

.language-kn {
  background-position: 0px -576px;
}

.language-jv {
  background-position: 0px -528px;
}

.language-ja {
  background-position: 0px -516px;
}

.language-it {
  background-position: 0px -504px;
}

.language-ga {
  background-position: 0px -312px;
}

.language-id {
  background-position: 0px -467px;
}

.language-ig {
  background-position: 0px -480px;
}

.language-hu {
  background-position: 0px -443px;
}

.language-hmn {
  background-position: 0px -408px;
}

.language-hi {
  background-position: 0px -397px;
}

.language-he {
  background-position: 0px -384px;
}

.language-haw {
  background-position: 0px -300px;
}

.language-ha {
  background-position: 0px -1079px;
}

.language-ht {
  background-position: 0px -432px;
}

.language-gu {
  background-position: 0px -348px;
}

.language-el {
  background-position: 0px -204px;
}

.language-de {
  background-position: 0px -180px;
}

.language-ka {
  background-position: 0px -540px;
}

.language-gl {
  background-position: 0px -336px;
}

.language-ru {
  background-position: 0px -900px;
}

.language-gd {
  background-position: 0px -324px;
}

.language-sr {
  background-position: 0px -1006px;
}

.language-st {
  background-position: 0px -1017px;
}

.language-sn {
  background-position: 0px -984px;
}

.language-sd {
  background-position: 0px -984px;
}

.language-si {
  background-position: 0px -1271px;
}

.language-sk {
  background-position: 0px -1223px;
}

.language-sl {
  background-position: 0px -960px;
}

.language-so {
  background-position: 0px -994px;
}

.language-es {
  background-position: 0px -227px;
}

.language-su {
  background-position: 0px -1031px;
}

.language-sw {
  background-position: 0px -1055px;
}

.language-sv {
  background-position: 0px -1043px;
}

.language-tl {
  background-position: 0px -1115px;
}

.language-tg {
  background-position: 0px -1091px;
}

.language-ta {
  background-position: 0px -1067px;
}

.language-tt {
  background-position: 0px -1151px;
}

.language-te {
  background-position: 0px -1079px;
}

.language-th {
  background-position: 0px -1103px;
}

.language-tr {
  background-position: 0px -1138px;
}

.language-tk {
  background-position: 0px -1115px;
}

.language-uk {
  background-position: 0px -1175px;
}

.language-ur {
  background-position: 0px -1187px;
}

.language-ug {
  background-position: 0px -1163px;
}

.language-uz {
  background-position: 0px -1175px;
}

.language-vi {
  background-position: 0px -1211px;
}

.language-cy {
  background-position: 0px -156px;
}

.language-xh {
  background-position: 0px -1223px;
}

.language-yi {
  background-position: 0px -1235px;
}

.language-yo {
  background-position: 0px -1247px;
}

.language-zu {
  background-position: 0px -1259px;
}

.language-zh {
  background-position: 0px -1282px;
}

.language-zh-TW {
  background-position: 0px -1282px;
}

@font-face {
  font-family: 'fontawesome';
  src: url("fonts/Font-Awesome/fontawesome-webfont.eot");
  src: url("fonts/Font-Awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Font-Awesome/fontawesome-webfont.woff2") format("woff2"), url("fonts/Font-Awesome/fontawesome-webfont.woff") format("woff"), url("fonts/Font-Awesome/fontawesome-webfont.ttf") format("truetype"), url("fonts/Font-Awesome/fontawesome-webfont.svg#fontawesomeBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "iconfont";
  src: url('./font/iconfont/iconfont.woff') format('woff2'), url('./font/iconfont/iconfont.woff') format('woff'), url('./font/iconfont/iconfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chuanzhenji:before {
  content: "\e79a";
}

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

.icon-time:before {
  content: "\e62d";
}

.icon-ins:before {
  content: "\e621";
}

.icon-half-arrow:before {
  content: "\e62c";
}

.icon-play-ho:before {
  content: "\e62b";
}

.icon-close:before {
  content: "\e62a";
}

.icon-backtop:before {
  content: "\e629";
}

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

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

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

.icon-diqiuquanqiu:before {
  content: "\e76c";
}

.icon-local:before {
  content: "\e617";
}

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

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

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

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

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

.icon-download:before {
  content: "\e612";
}

.icon-facebook-ho:before {
  content: "\e611";
}

.icon-Email-ho:before {
  content: "\e626";
}

.icon-ins-ho:before {
  content: "\e627";
}

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

.icon-youtube-ho:before {
  content: "\e615";
}

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

.icon-play:before {
  content: "\e619";
}

.icon-youtube:before {
  content: "\e61a";
}

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

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

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

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

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

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

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

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

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

/*swiper_start*/
.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -31.5px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {}

.swiper-container:hover .swiper-button-prev {
  left: 65px;
}

.swiper-container:hover .swiper-button-next {
  right: 65px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url(../img/r.webp) no-repeat center center;
  background-size: cover;
  left: 10px;
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(../img/l.webp) no-repeat center center;
  background-size: cover;
  right: 10px;
  left: auto
}

.slider_banner:hover .swiper-button-prev {
  left: 120px;
  opacity: 1;
}

.slider_banner:hover .swiper-button-next {
  right: 120px;
  opacity: 1;
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: #c0c0c0;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  background: #008D33;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal {
  overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #0266c3;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

.footer_form .layout {
  display: flex;
  padding: 3% 0 1% 0%;
}

.footer_form .left .title {
  font-size: 45px;
  color: #fff;
}

.footer_form .left .desc {
  font-size: 20px;
  color: #fff;
}

.footer_form .left .contact_list {
  margin-top: 5%;
}

.footer_form .left .icon {
  width: 49px;
  height: 49px;
  display: inline-block;
}

.footer_form .left li {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 45px;
}

.footer_form .left .address {
  margin-bottom: 35px;
}

.footer_form .left .info {
  margin-left: 25px;
}

.footer_form .left .smtitle {
  font-size: 20px;
  color: #fff;
}

.footer_form .left .desc {
  font-size: 16px;
  color: #fff;
  max-width: 440px;
}

.footer_form .left a.desc:hover {
  text-decoration: underline;
}

.footer_form .left .address .icon {
  background: url(../img/footer_add.webp) #006DB8 no-repeat center/32px;
}

.footer_form .left .tel .icon {
  background: url(../img/footer_phone.webp) #006DB8 no-repeat center/32px;
}

.footer_form .left .email .icon {
  background: url(../img/footer_email.webp) #006DB8 no-repeat center/32px;
}

.footer_form .right {
  width: 46%;
  padding-top: 5%;
}

.footer_form .right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer_form .item_name,
.footer_form .item_email,
.footer_form .item_phone {
  width: 49%;
}

.footer_form .item_message {
  width: 100%;
}

.footer_form input,
.footer_form textarea {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  color: #666;
}

.footer_form textarea {
  height: 155px;
  padding: 10px 15px;
}

.footer_form li {
  margin-bottom: 12px;
}

.footer_form .item_submit {
  width: 50%;
  margin: 35px auto;
}

.footer_form .item_submit .submit_btn {
  background-color: #006DB8;
  color: #fff;
  font-size: 18px;
  padding: 1% 15%;
  border: 2px solid #006DB8;
  transition: all .3s;
  width: 100%;
  height: auto
}

.footer_form .item_submit .submit_btn:hover {
  background-color: transparent;
  color: #fff;
}

.footer {
  background-color: #000;
}

.footer .layout {
  padding: 5% 0;
}

.footer .footer_warp {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer .footer_info {
  width: 25%;
  max-width: 390px;
}

.footer .footer_info .desc {
  color: rgba(255, 255, 255, .6);
  font-size: 16px;
  text-decoration: cadetblue;
}

.footer .footer_item .title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

/* .footer .footer_categories{max-width: 600px;width: 30%;} */
.footer .footer_categories {
  max-width: 600px;
  width: 25%;
}

.footer .footer_categories ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 30px;
}

.footer .footer_company ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}

.footer .footer_contact ul {
  max-width: 245px;
  width: 100%;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}

.footer .footer_contact ul p {
  display: inline
}

.footer_item a {
  color: rgba(255, 255, 255, .6);
}

.footer_item a:hover {
  color: #fff;
}

.Copyright {
  background-color: #1C1C1C;
}

.Copyright .layout {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Copyright .left * {
  color: rgba(255, 255, 255, 0.6);
}

.Copyright .left a:hover {
  color: #fff;
}

.Copyright .right {
  display: flex;
  justify-content: start;
  align-items: center;
}

.Copyright .right li {
  margin-right: 15px;
}

.footer_mobile_nav {
  display: none;
}

.web-search {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 25px 0;
  margin: auto;
  z-index: 100001;
  perspective: 1200px;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.left_ibanner {
  position: relative;
}

.left_ibanner .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: left;
  width: 95%;
  max-width: 1440px;
  font-size: 20px;
}

.left_ibanner .info .title {
  font-size: 60px;
}

.left_ibanner .info .desc {
  max-width: 50%;
}

.crumbs_warp {
  background-color: #D9D9D9;
  position: relative;
  z-index: 10;
}

.crumbs_warp .layout {
  display: flex;
  justify-content: space-between;
}

.tabs {
  display: flex;
  justify-content: start;
  flex: 1;
}

/* .tabs{display: flex;justify-content: start;width: 80%;} */
.tabs>.tab {
  border-left: 1px solid #BAB3B3;
  position: relative;
  color: #666;
  cursor: pointer;
  width: 25%;
  max-width: 250px;
}

.tabs>.tab:hover {
  background-color: #006DB8;
}

.tabs>.tab:hover a {
  color: #fff;
}

.tabs>.tab:last-child {
  border-right: 1px solid #BAB3B3;
}

.tabs .tab.has_child b {
  background: url(../img/Vector_2.webp) no-repeat center/10px 7px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(-90deg);
  transition: all .3s;
}

.tabs>.tab:hover b {
  background: url(../img/Vector_1.webp) no-repeat center/10px 7px;
  transform: translateY(-50%) rotate(0deg);
}

.tabs>.tab.active {
  background-color: #006DB8;
}

.tabs .tab.active a {
  color: #fff;
}

.tabs>.tab.active b {
  background: url(../img/Vector_1.webp) no-repeat center/10px 7px;
  transform: translateY(-50%) rotate(0deg);
}


.tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs .tab a {
  padding: 12px 15px 12px 10px;
  min-width: 200px;
  text-align: center;
}

.tabs .tab .has_child .nav_list {
  display: none;
}

.tabs .nav_list {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  left: 0;
}

.tabs .tab .nav_list {
  background-color: #fff;
  min-width: 270px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.tabs .tab .nav_list .tab {
  border-bottom: 1px solid #D9D9D9;
  justify-content: start;
}

.tabs .tab .nav_list .tab a {
  color: #666;
}

.tabs .tab .nav_list .tab.active>a {
  color: #006DB8;
}

.tabs .tab .nav_list .tab:last-child {
  border-bottom: none;
}

.tabs .tab .nav_list .tab a:hover {
  color: #006DB8;
}

.tabs .tab .nav_list .tab.has_child b {
  background: url(../img/Polygon.webp) no-repeat center/10px 7px;
  transform: translateY(-50%) rotate(180deg);
}

.tabs .tab .nav_list .tab.has_child:hover b {
  background: url(../img/Polygon.webp) no-repeat center/10px 7px;
  transform: translateY(-50%) rotate(90deg);
}

.tabs .tab .has_child {
  position: relative;
}

.tabs .tab .has_child .nav_list {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 100%;
}

.tabs .tab.has_child:hover>.nav_list {
  display: block;
}

.ibanner {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.ibanner .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.ibanner .info .title {
  font-size: 60px;
}

.ibanner .info .desc {
  font-size: 20px;
}

.swiper_ibanner {
  position: relative;
  text-align: center;
}

.swiper_ibanner .swiper-pagination {
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-pagination-bullet-active {
  background-color: #006DB8;
}

.swiper_ibanner {
  position: relative;
}

.swiper_ibanner img {
  text-align: center;
}

.swiper_ibanner .info {
  position: absolute;
  right: 2.6%;
  bottom: 9%;
  z-index: 99;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.swiper_ibanner .info a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 88px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.swiper_ibanner .info a:hover {
  color: #006DB8;
  border-color: #006DB8;
}

.crumbs {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  flex-wrap: wrap;
}

.crumbs li:nth-child(1)::before {
  content: ' ';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/home.webp) no-repeat center/cover;
  margin-right: 15px;
}

.crumbs li::after {
  content: '>';
  margin: 0 10px;
  color: #999;
}

.crumbs li:last-child::after {
  content: ' ';
}

.crumbs li:last-child {
  color: #006DB8;
}

.crumbs li:last-child a {
  color: #006DB8;
}

.crumbs li {
  display: flex;
  justify-content: start;
  align-items: center;
}

.crumbs li a {
  color: #999;
}

.crumbs li a:hover {
  color: #006DB8;
}

.container {
  background-color: #f5f5f5;
}

.list_warp .product_warp {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.list_warp .news_warp {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 2%;
}

.aside {
  width: 320px;
  margin-right: 52px;
  font-family: Arial;
}

.c_right_box {
  flex: 1;
  width: calc(100% - 52px - 320px);
}

.side-widget:nth-child(2) .side-tit-bar {
  margin-top: 40px;
}

.side-tit-bar {
  position: relative;
}

.side-tit-bar .side-tit {
  position: relative;
  font-size: 40px;
  line-height: 26px;
  padding: 0 0 11px;
  text-transform: capitalize;
}

.aside {
  position: sticky;
  top: 140px
}

.side-widget+.side-widget .side-tit-bar .side-tit {
  text-transform: none;
}

.side-widget .side-tit-bar:nth-child(n+2) {
  margin-top: 20px;
}

.side-cate {
  margin-top: 4%;
}

.side-cate li {
  position: relative;
  line-height: 26px;
  font-size: 16px;
  background-color: #f9f9f9;
  margin-bottom: 2%
}

.side-cate li li {
  font-size: 16px;
  font-weight: normal;
  border-bottom: none;
  margin-top: 0;
}

.side-cate li a {
  position: relative;
  display: block;
  color: #333;
  padding: 10px 34px 10px 15px;
  line-height: 1.25;
}

.side-cate>li>a {
  font-size: 16px;
  color: #000;
}

.side-cate>li>a.has_child::before {
  content: '';
}

.side-cate ul {
  display: none;
  overflow: hidden;
}

.side-cate ul ul {
  padding-left: 10px;
}

.side-cate ul li:last-child {
  border-bottom: none;
}

.side-cate li li a {
  padding: 10px 34px 10px 14px;
  margin-right: 0;
  position: relative;
  color: #666;
}

.side-cate li a:hover,
.side-cate li.active>a,
.side-cate li li a:hover {
  color: #006DB8;
}

.side-cate li li.nav-current>a {
  color: #000000;
}

.side-cate li li a:hover a::before {
  background: #000000;
}

.side-cate li.nav-current>a {
  color: #000000;
  background-color: #DFDFDF;
}

.side-cate li.nav-current>a::before {
  width: 5px;
  height: 100%;
  background-color: #a4a4a4;
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.side-cate li .icon-cate {
  position: absolute;
  right: 0;
  top: 4px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 29px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #000;
  border-radius: 0%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 2;
}

.side-cate li.nav-current>.icon-cate {
  color: #000000;
}

.side-cate li .icon-cate::before {
  width: 30px;
  height: 30px;
  display: block;
}

.side-cate li .icon-cate.icon-cate-down:before {
  content: '';
  background: url(../img/side-cate_r.webp) no-repeat center/5px;
}

.side-cate li .icon-cate.icon-cate-up:before {
  content: '';
  background: url(../img/side-cate_r.webp) no-repeat center/5px;
}

.side-cate li .icon-cate.icon-cate-up {
  transform: rotate(90deg);
}

.side-cate li li .icon-cate {
  top: 1px;
}

.side-cate li li:hover>a,
.side-cate li li:hover .icon-cate {
  color: #0D44A8;
}

.solid_list {
  margin-top: 4%;
}

.solid_list .item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 20px;
  flex-direction: column;
  box-shadow: 0 0 9px 3px rgb(0 0 0 / 10%);
}

.solid_list .title {
  width: 100%;
  font-size: 16px;
  padding: 2% 4%;
}

.solid_list .img_warp {
  width: 100%;
  padding-bottom: 68%;
  flex-shrink: 0;
}

.page_bar {
  margin-top: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_bar ul {
  display: flex;
  justify-content: start;
  align-items: center;
}

.page_bar ul li a,
.page_bar ul li span {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 20px;
  color: #666
}

.page_bar ul li.active span,
.page_bar ul li a:hover {
  background-color: #006DB8;
  color: #fff;
}

.page_bar .prev-page,
.page_bar .next-page {
  overflow: hidden;
}

.page_bar .prev-page a,
.page_bar .next-page a {
  text-indent: -999px;
  position: relative;
}

.page_bar .prev-page a::before {
  content: ' ';
  left: 8px;
  top: 10px;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-top-color: #666666;
  border-right-color: #666666;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page_bar .next-page a::before {
  content: ' ';
  left: 8px;
  top: 10px;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-top-color: #666666;
  border-right-color: #666666;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page_bar .prev-page a:hover::before,
.page_bar .next-page a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.product-intro {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.product-view {
  width: 41%;
  position: relative;
  align-items: center;
}

.cloud-zoom-lens {
  border: 1px solid #eee;
  cursor: move;
}

.cloud-zoom-title {
  position: absolute !important;
  top: 0px;
  padding: 3px;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
}

.cloud-zoom-big {
  overflow: hidden;
  padding: 0px;
  background-color: #fff;
}

.cloud-zoom-loading {
  padding: 3px;
  border: 1px solid #000;
  background: #222;
  color: white;
}

/* .product-view .product-image.zoom_remove:after {position: absolute;bottom: 0;left: 0;z-index: 999;width: 100%;height: 100%;content: "";} */
.product-view .product-image {
  width: 100%;
  ;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #ddd;
}

#wrap {
  border: 2px solid #006DB8;
  background-color: #fff;
  position: relative;
}

#wrap::before {
  content: ' ';
  width: 18%;
  padding-bottom: 18%;
  display: inline-block;
  background: url(../img/img_i1.webp) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

/* #wrap::after{content: ' ';width: 25%;padding-bottom: 25%;display: inline-block;background: url(../img/img_i2.webp) no-repeat center/100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 5;}  */
.product-view .product-image a {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
}

.product-view .product-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.image-additional-wrap {
  position: relative;
  z-index: 99;
  margin: 6% auto 0;
  padding: 0 60px;
  width: 100%;
}

.image-additional-wrap .image-additional {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}

.image-additional-wrap .image-additional li {
  position: relative;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: visible;
  width: 33%;
  height: auto;
  border: 1px solid #aaa;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
}

.image-additional-wrap .image-additional li:before {
  position: absolute;
  bottom: -5px;
  left: 40%;
  z-index: 1;
  display: block;
  width: 33%;
  height: 4px;
  border-radius: 6px;
  content: '';
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.image-additional-wrap .image-additional li.single {
  display: none;
}

.image-additional-wrap .image-additional li img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  opacity: .5;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  filter: alpha(opacity=40);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.image-additional-wrap .image-additional li a {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0;
  padding-bottom: 100%;
}

.image-additional-wrap .image-additional li.current {
  -bottom: 0;
  border: 1px solid #0D44A8;
}

.image-additional-wrap .image-additional li.current img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.image-additional-wrap .image-additional img.popup {
  display: none;
}

.image-additional-wrap .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
  display: none;
}

.image-additional-wrap:hover .swiper-button-disabled {
  opacity: .3;
  filter: alpha(opacity=30);
}

.image-additional-wrap .swiper-button-white {
  width: 24px;
  height: 40px;
  display: block;
  position: absolute;
  background: url(../img/swiper_r.webp) #006DB8 no-repeat center/14px;
  opacity: 1;
  z-index: 22;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.image-additional-wrap .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  margin-top: 0;
}

.image-additional-wrap .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.product-summary {
  width: 55%;
}

.product-summary .pro_div .title {
  font-size: 40px;
  color: #101010;
}

.product-summary .pro_div .desc {
  margin: 5% 0;
  font-size: 18px;
  color: #000;
}

.product-summary .pro_btn {
  display: flex;
  justify-content: start;
  align-items: start;
}

.product-summary .pro_btn .btn_send {
  background-color: #D9D9D9;
  padding: 2% 4%;
  font-size: 18px;
  color: #000;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: 30px;
  transition: all .3s;
  text-transform: uppercase;
}

.product-summary .pro_btn .btn_send::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url(../img/b-email.webp) no-repeat center/100%;
}

.product-summary .pro_btn .btn_send:hover {
  background-color: #006DB8;
  color: #fff;
}

.product-summary .pro_btn .btn_send:hover::before {
  background: url(../img/ba-email.png) no-repeat center/100%;
}

.product-summary .pro_btn .btn_down {
  background: #D9D9D9;
  padding: 2% 4%;
  font-size: 18px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 212px;
  transition: all .3s;
  text-transform: uppercase;
}

.product-summary .pro_btn .btn_down::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url(../img/b-d.png) no-repeat center/100%;
}

.product-summary .pro_btn .btn_down:hover {
  background-color: #006DB8;
  color: #fff;
}

.product-summary .pro_btn .btn_down:hover::before {
  background: url(../img/b-d.webp) no-repeat center/100%;
}

.product-summary .share {
  font-size: 30px;
  color: #101010;
  display: flex;
  margin: 5% 0;
  justify-content: start;
  align-items: start;
}

.product-summary .share>span {
  margin-right: 15px;
}

.entry {
  margin-top: 5%;
  font-size: 16px;
}

.entry p {
  margin: 0;
  padding: 5px 0;
  font-size: 20px;
  line-height: 1.5;
  color: #666;
}

.entry img {
  max-width: 100%;
  height: auto;
  margin-top: 3%;
}

.entry .title {
  font-size: 30px;
  color: #101010;
  text-transform: uppercase;
}

.entry table {
  width: 100%;
  margin-top: 20px;
}

.entry table th {
  padding: 14px 0;
}

.entry table tr:nth-child(n) {
  background-color: #f4e9e9;
  color: #333;
}

.entry table tr:nth-child(2n) {
  background-color: #fff;
  color: #333;
}

.inquiry-pop-bd {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -225px 0 0 -275px;
  width: 550px;
  height: 450px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(255, 255, 255, .5);
  display: none;
  z-index: 2000;
}

.inquiry-pop-bd:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .7);
  z-index: -1;
}

.inquiry-pop-bd .inquiry-pop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 22px;
  z-index: 1;
  background: #FFF;
  -webkit-animation: fadeInDownA .4s ease;
  -o-animation: fadeInDownA .4s ease;
  animation: fadeInDownA .4s ease;
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background: url(../img/fancy_close.png) no-repeat center center;
  cursor: pointer;
  z-index: 1;
}

.content-wrap.form .ch_form_wrap {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.content-wrap.form .ch_form_wrap .title {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: normal;
}

.content-wrap.form .ch_form_wrap .title em {
  font-style: normal
}

.content-wrap.form .ch_form_wrap .title svg {
  display: none
}

.content-wrap.form .ch_form_wrap form {
  position: relative;
}

.content-wrap.form .ch_form_wrap ul {
  padding: 20px 20px 5px;
}

.content-wrap.form .ch_form_wrap ul li {
  position: relative;
  list-style: none;
  margin: 0 0 14px;
  display: flex;
  min-height: auto;
  line-height: 40px;
}

.content-wrap.form .ch_form_wrap ul li label {
  float: left;
  min-width: 80px
}

.content-wrap.form .ch_form_wrap ul,
.content-wrap.form .ch_form_wrap ul li,
.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
  position: relative;
  width: 100%;
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
  border: 1px solid #eee;
  border-left: 3px solid #1779D6;
  height: 39px;
  padding: 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.privacy-main {
  padding-top: 60px !important;
}

.content-wrap.form .ch_form_wrap ul textarea {
  height: 95px;
  padding: 10px;
  resize: none;
}

.content-wrap.form .ch_form_wrap .item_submit {
  padding: 0 20px;
}

.content-wrap.form .ch_form_wrap .item_submit input {
  width: 100%;
  height: 33px;
  color: #fff;
  background: #1779D6;
  border: none;
  cursor: pointer;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
  background: #006DB8;
}

.content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong {
  position: absolute;
  right: 7px;
  top: 0;
  display: block;
  line-height: 39px;
  color: red;
  pointer-events: none;
}

.content-wrap.form .ch_form_wrap .Validform_error {
  border-color: red !important;
  border-left-color: #013e5a !important
}

.content-wrap.form .ch_form_wrap .form_tip {
  position: relative;
  color: red;
  padding: 0 0 10px;
}

.content-wrap.form .ch_form_wrap .email_point {
  display: none;
}

.content-wrap.form .ch_form_wrap ul li input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {
  width: 60px;
  height: 30px;
}

.content-wrap.form #gif-show {
  top: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.content-wrap.form #gif-show img {
  margin-top: 0 !important;
}

.content-wrap.livechat {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-top: none;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  background: #FFFFFF
}

.content-wrap.livechat .ch_form_wrap {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.content-wrap.livechat .ch_form_wrap .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #36A9E1;
  width: 101%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  margin-left: -2px;
  font-size: 15px;
  padding: 0 20px;
  font-weight: normal;
  cursor: pointer;
}

.content-wrap.livechat .ch_form_wrap .title em {
  font-style: normal
}

.content-wrap.livechat .ch_form_wrap .title svg {
  position: relative;
  display: block;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
}

.content-wrap .ch_form_wrap form {
  position: relative;
  background: #fff;
  overflow-y: scroll;
}

.content-wrap.livechat .ch_form_wrap ul {
  padding: 20px 20px 5px;
}

.content-wrap.livechat .ch_form_wrap ul li {
  position: relative;
  list-style: none;
  margin: 0 0 18px;
  display: flex;
  min-height: auto;
  line-height: 40px
}

.content-wrap.livechat .ch_form_wrap ul li label {
  float: left;
  min-width: 80px
}

.content-wrap.livechat .ch_form_wrap ul,
.content-wrap.livechat .ch_form_wrap ul li,
.content-wrap.livechat .ch_form_wrap ul input,
.content-wrap.livechat .ch_form_wrap ul textarea,
.content-wrap.livechat .ch_form_wrap ul select {
  position: relative;
  width: 100%;
}

.content-wrap.livechat .ch_form_wrap ul input,
.content-wrap.livechat .ch_form_wrap ul textarea,
.content-wrap.livechat .ch_form_wrap ul select {
  border: 1px solid #e5e5e5;
  height: 39px;
  padding: 0 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-radius: 25px;
}

.content-wrap.livechat .ch_form_wrap ul textarea {
  height: 95px;
  padding: 10px 13px;
  resize: none;
}

.content-wrap.livechat .ch_form_wrap .item_submit {
  padding: 0 20px;
}

.content-wrap.livechat .ch_form_wrap .item_submit input {
  width: 100%;
  height: 33px;
  color: #fff;
  background: #86C953;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
}

.content-wrap.livechat .ch_form_wrap .item_submit input:hover {
  background: #94D662;
}

.content-wrap.livechat .ch_form_wrap .Validform_checktip.Validform_wrong {
  position: absolute;
  left: 0;
  bottom: -16px;
  display: block;
  line-height: initial;
  color: red;
  pointer-events: none;
}

.content-wrap.livechat .ch_form_wrap .Validform_error {
  border-color: red !important;
}

.content-wrap.livechat .ch_form_wrap ul li input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {
  width: 60px;
  height: 30px;
}

.content-wrap.livechat .ch_form_wrap .form_tip {
  position: relative;
  color: red;
  padding: 0 0 10px;
}

.content-wrap.livechat .ch_form_wrap .email_point {
  display: none;
  position: absolute;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 15px 0 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: #36A9E1;
  color: #fff;
  cursor: pointer;
}

.content-wrap.form .ch_form_wrap ul .labeldiv {
  display: block;
  float: none;
  width: 100%;
}

.content-wrap.form .ch_form_wrap ul .labeldiv input {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  margin-top: 4px;
}

.content-wrap.form .ch_form_wrap ul .labeldiv .txt {
  display: inline-block;
  vertical-align: top;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  color: #999999;
  font-size: 12px;
  line-height: 1.7;
}

.content-wrap .ch_form_wrap form {
  background: #fff;
}

.content-wrap.livechat .ch_form_wrap form {
  border: 1px solid #36a9e1;
}

.content-wrap .ch_form_wrap .input-radio-checkbox {
  display: flex;
  white-space: nowrap;
}

.content-wrap .ch_form_wrap ul li input[type=radio],
.content-wrap .ch_form_wrap ul li input[type=checkbox] {
  width: 20px;
  -webkit-appearance: radio;
}

.content-wrap .ch_form_wrap .input-radio-checkbox input {
  margin: 0px 10px 0px 5px;
}

@media screen and (max-width: 400px) {
  .content-wrap.form .ch_form_wrap .title {
    display: none
  }
}

.item-input-checkbox,
.item-input-radio {
  overflow-y: auto
}

@media screen and (max-width:550px) {
  .inquiry-pop-bd {
    width: auto;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto;
  }

  .inquiry-pop-bd .inquiry-pop {
    padding: 10px;
  }

  .scrollsidebar {
    display: none;
  }
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  /*-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);*/
  /*border-radius:10px;*/
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #8d9498;
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #8d9498;
}

::-webkit-scrollbar-thumb:hover {
  background: #0e76a8;
}

::-webkit-scrollbar-thumb:window-inactive:hover {
  background: #0e76a8;
}

.listH li {
  z-index: 1;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.listH li:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
  z-index: 20;
  box-shadow: 0 40px 100px 0 rgba(84, 84, 84, 0.5);
  cursor: pointer !important;
}

.tList:after {
  content: '';
  display: table;
  clear: both;
}

.tList li {
  float: left;
}

.tList2 li {
  width: 48%;
  margin-left: 4%;
  /* border:1px solid #CDCDCD; */
  margin-bottom: 4%;
}

.tList2 li:nth-of-type(2n+1) {
  margin-left: 0;
}

.tList3 li {
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 3.5%;
}

.tList3 li:nth-of-type(3n+1) {
  margin-left: 0;
}

.tList3_miji li {
  width: 33.33%;
}

.tList4 li {
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 2%;
}

.tList4 li:nth-of-type(4n+1) {
  margin-left: 0;
}

.tList5 li {
  width: 17%;
  margin-left: 3.75%;
  margin-bottom: 2%;
}

.tList5 li:nth-of-type(5n+1) {
  margin-left: 0;
}

.tList6 li {
  width: 16.666%;
}

.tList6 li:nth-of-type(6n+1) {
  margin-left: 0;
}

@media screen and (max-width: 550px) {
  .tList4 li {
    width: 49%;
    margin-left: 0;
  }

  .tList4 li:nth-of-type(2n+1) {
    float: right
  }

  .tList3 li {
    width: 100%;
    margin-left: 0
  }
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

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

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

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

.f-s12 {
  font-size: 12px;
}

.f-s13 {
  font-size: 3px;
}

.f-s14 {
  font-size: 14px;
}

.f-s15 {
  font-size: 15px;
}

.f-s16 {
  font-size: 16px;
}

.f-s17 {
  font-size: 17px;
}

.f-s18 {
  font-size: 18px;
}

.f-s19 {
  font-size: 19px;
}

.f-s20 {
  font-size: 20px;
}

.f-s21 {
  font-size: 21px;
}

.f-s22 {
  font-size: 22px;
}

.f-s23 {
  font-size: 23px;
}

.f-s24 {
  font-size: 24px;
}

.f-s25 {
  font-size: 25px;
}

.f-s26 {
  font-size: 26px;
}

.f-s27 {
  font-size: 27px;
}

.f-s28 {
  font-size: 28px;
}

.f-s29 {
  font-size: 29px;
}

.f-s30 {
  font-size: 30px;
}

.f-s31 {
  font-size: 31px;
}

.f-s32 {
  font-size: 32px;
}

.f-s33 {
  font-size: 33px;
}

.f-s34 {
  font-size: 34px;
}

.f-s35 {
  font-size: 35px;
}

.f-s36 {
  font-size: 36px;
}

.f-s37 {
  font-size: 37px;
}

.f-s38 {
  font-size: 38px;
}

.f-s39 {
  font-size: 39px;
}

.f-s40 {
  font-size: 40px;
}

.w5 {
  width: 50%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.m-auto {
  margin: 0 auto;
  display: block;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t25 {
  margin-top: 25px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t35 {
  margin-top: 35px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t45 {
  margin-top: 45px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t55 {
  margin-top: 55px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t65 {
  margin-top: 65px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t75 {
  margin-top: 65px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t85 {
  margin-top: 85px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t95 {
  margin-top: 95px;
}

.m-t100 {
  margin-top: 100px;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b25 {
  margin-bottom: 25px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b35 {
  margin-bottom: 35px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b45 {
  margin-bottom: 45px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b55 {
  margin-bottom: 55px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b65 {
  margin-bottom: 65px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b75 {
  margin-bottom: 65px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b85 {
  margin-bottom: 85px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b95 {
  margin-bottom: 95px;
}

.m-b100 {
  margin-bottom: 100px;
}

.pd5 {
  padding: 5px
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t25 {
  padding-top: 25px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t35 {
  padding-top: 35px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t45 {
  padding-top: 45px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t55 {
  padding-top: 55px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t65 {
  padding-top: 65px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t75 {
  padding-top: 65px;
}

.p-t80 {
  padding-top: 70px;
}

.p-t85 {
  padding-top: 85px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t95 {
  padding-top: 95px;
}

.p-t100 {
  padding-top: 100px;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b25 {
  padding-bottom: 25px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b35 {
  padding-bottom: 35px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b45 {
  padding-bottom: 45px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b55 {
  padding-bottom: 55px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b65 {
  padding-bottom: 65px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b75 {
  padding-bottom: 75px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b85 {
  padding-bottom: 85px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b95 {
  padding-bottom: 95px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-b30_bai {
  padding-bottom: 30%;
}

.p-b40_bai {
  padding-bottom: 40%;
}

.p-b50_bai {
  padding-bottom: 50%;
}

.p-b60_bai {
  padding-bottom: 60%;
}

.p-b70_bai {
  padding-bottom: 70%;
}

.p-b80_bai {
  padding-bottom: 80%;
}

.p-b150_bai {
  padding-bottom: 150%;
}

.recommend_product {
  margin-top: 6%;
  position: relative;
}

.recommend_product .title {
  font-size: 30px;
  color: #0a0a0a;
  text-align: center;
  display: block;
  margin: 0 auto 3%;
  width: fit-content;
}

.recommend_product .title:hover {
  color: #006DB8;
}

.recommend_news>.title:hover {
  color: #006DB8;
}

.recommend_product .recommend_product_swiper {
  width: calc(100% - 104px);
  margin: 0 auto;
}

.recommend_product .img_warp {
  display: block;
  padding-bottom: 100%;
  background-color: #fff;
}

.recommend_product .img_warp img {
  width: 80%;
  height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.recommend_product .img_warp img:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.recommend_product .info {
  background-color: #006DB8;
  border: 2px solid #006DB8;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 10px;
  display: flex;
  height: 4.5em;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.recommend_product .info:hover {
  color: #006DB8;
  background-color: #fff;
}

.recommend_product .swiper-button-white {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../img/pr.webp) no-repeat center/cover;
  opacity: 1;
  position: absolute;
}

.recommend_product .swiper-button-next {
  right: 0;
  top: calc(53% + 45px);
}

.recommend_product .swiper-button-prev {
  top: calc(53% + 45px);
  transform: rotate(180deg);
}

.recommend_news {
  margin-top: 3%;
  position: relative;
  margin-bottom: 5%;
}

.recommend_news>.title {
  font-size: 30px;
  color: #0a0a0a;
  margin-bottom: 3%;
  text-align: center;
  display: block;
  margin: 0 auto 3%;
  width: fit-content;
}

.recommend_news .list_news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}

.recommend_news .img_warp {
  padding-bottom: 60%;
}

.recommend_news .info {
  background-color: #fff;
  padding: 4% 4%;
  display: block;
}

.recommend_news .info .time {
  font-size: 16px;
  color: #999;
}

.recommend_news .info .title {
  font-size: 20px;
  color: #666;
  margin: 1% 0;
  height: 4.5em;
  overflow: hidden;
}

.recommend_news .info .desc {
  font-size: 16px;
  color: #666;
}

.recommend_news .info .link {
  font-size: 18px;
  color: #666;
  margin-top: 2%;
}

.recommend_news .info .link::after {
  content: ' ';
  display: inline-block;
  width: 11px;
  height: 7px;
  background: url(../img/jt.webp) no-repeat center/cover;
  margin-left: 5px;
  transition: all .3s;
}

.recommend_news .info:hover .title {
  color: #006DB8;
}

.recommend_news .info:hover .link {
  color: #006DB8;
}

.recommend_news .info:hover .link::after {
  background: url(../img/jta.webp) no-repeat center/cover;
  transform: translateX(5px);
}

@media only screen and (max-width: 1100px) {
  .head_top .head_info {
    display: block;
  }

  .head_top .address {
    width: 100%;
  }

  .head_top .logo img {
    height: 50px;
  }

  .head_top .logo {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .nav_wrap .head_nav>li {
    padding: 0 0px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 950px) {
  .producrt_details_warp .product_list_content .item {
    padding-bottom: 205px !important;
  }

  .product-intro {
    flex-direction: column;
  }

  .product-summary {
    margin-top: 3%;
    width: 100%;
  }

  .product-view {
    width: 100%;
  }

  .producrt_details_warp .product_list_content .item .desc {
    height: 100% !important;
  }

  .pro_param,
  .pro_btn {
    margin-top: 15px;
  }

  .product-view .product-image {
    display: none;
  }

  .product-view .image-additional-wrap {
    margin-top: 0;
    padding: 0 0;
  }

  .image-additional-wrap .image-additional li {
    border-radius: 2px;
  }

  .product-view .image-additional li.current {
    border-color: #dcdcdc;
  }

  .product-view .image-additional li img {
    opacity: 1;
  }

  .image-additional-wrap .image-additional li {
    padding: 0;
  }

  .innerPro-next {
    right: -20px;
  }

  .innerPro-prev {
    left: -20px;
  }

  .product-summary .pro_div .title {
    font-size: 30px;
  }

  .product-summary .share {
    font-size: 18px;
    margin: 15px 0;
    flex-direction: column;
  }

  .product-summary .share>span {
    margin-bottom: 10px;
  }

  .product-summary .pro_btn {
    flex-wrap: wrap;
  }

  .product-summary .pro_btn a {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .product-summary .pro_div .desc {
    margin: 15px 0;
  }

  .faqs_warp .title {
    font-size: 24px;
  }

  .recommend_news .list_news {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 1700px) {
  .nav_wrap .head_nav>li {
    font-size: 18px;
  }

  .head_top .layout {
    padding-left: 0;
  }

  .head_top .address {
    margin-right: 2%;
  }

  /* .nav_wrap .head_nav>li{margin-right: 14px;} */
}

@media only screen and (max-width: 1366px) {
  .search_warp .select {
    max-width: 140px;
  }

  .tabs>.tab {
    width: 25%;
    min-width: auto;
  }

  /* margin-right: 25px; */
  .nav_wrap .head_nav>li {
    display: inline-block;
    padding: 15px 4px;
    position: relative;
    font-size: 18px;
  }

  .head_top .address {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 1200px) {
  .nav_wrap .head_nav>li {
    padding: 10px 0px;
    margin-right: 15px;
    font-size: 16px;
  }

  .aside {
    display: none;
  }

  .search_warp {
    width: 60%;
  }

  .c_right_box {
    width: 100%;
  }

  .tabs>.tab {
    max-width: 186px;
  }
}


@media only screen and (max-width: 950px) {

  .dingg {
    position: sticky !important;
    z-index: 99;
    left: 0;
    background: #fff;
    top: 80px;
  }

  .dingg .side-tit-bar {
    position: relative;
    opacity: 0;
    display: none;
  }

  .crumbs {
    justify-content: start;
    display: block;
  }

  .crumbs li {
    display: inline;
  }

  .container {
    margin-top: 80px;
  }

  .phoneShow {
    display: block;
  }

  .web_head {
    display: none;
  }

  .mobile-head-items {
    display: block
  }

  .mobile-head-items .mobile-logo img {
    max-height: 25px;
    width: auto;
  }

  .mobile-head-items {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    margin: 0 auto;
    padding: 15px 3%;
    box-shadow: 0px 5px 21px 5px rgb(196 196 196 / 40%);
  }

  .home .transparent {
    background-color: transparent !important;
  }

  .mobile-head-item {
    float: left;
    width: 45px;
  }

  .mobile-head-item.mobile-head-aside {
    float: right
  }

  .mobile-head-item .title {
    width: 28px;
    height: 28px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .mobile-head-item .title a {
    position: relative;
    display: block;
    color: #FFF;
  }

  .mobile-head-item.mobile-head-nav .title::before {
    content: ' ';
    background: url(../img/head_n.webp) no-repeat center/cover;
    width: 28px;
    height: 28px;
    display: block;
  }

  .mobile-head-item.mobile-head-language .title::before {
    content: ' ';
    background: url(../img/head_l.webp) no-repeat center/cover;
    width: 28px;
    height: 28px;
    display: block;
  }

  .mobile-head-item.mobile-head-search .title::before {
    content: ' ';
    background: url(../img/head_s.webp) no-repeat center/cover;
    width: 28px;
    height: 28px;
    display: block;
  }

  .mobile-head-item .main-content-wrap {
    background: #FFF;
    top: 0;
    display: block;
    z-index: 99999;
  }

  .mobile-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }

  .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }

  .mobile-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }

  .mobile-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0;
  }

  .mobile-head-item .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }

  .mobile-body-mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999
  }

  .mobile-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../img/mobile_close.png) center center no-repeat;
    background-size: 50% auto;
    position: absolute;
    right: -35px;
    top: 0;
  }

  .head-search {
    position: relative;
    width: 90%;
    height: 35px;
    background: #000;
    margin: 0 auto;
  }

  .head-search .search-ipt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #FFF;
    padding: 0 10px;
    background-color: transparent;
  }

  .head-search .search-btn {
    color: transparent;
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../img/search.webp) no-repeat center center;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    border: none;
    right: 0;
    top: 0;
    display: block !important;
  }

  .head-search .search-attr {
    display: none;
  }

  .web_head .head_layer .layout {
    display: block;
  }

  .head_nav {
    width: 100%;
    padding: 0 5px;
  }

  .head_nav li {
    padding-left: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .head_nav li,
  .head_nav li a {
    color: #111;
  }

  .head_nav li.has-child {
    padding-left: 28px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .head_nav li.has-child>a {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 35px;
  }

  .head_nav li.has-child>ul {
    display: none;
  }

  .head_nav li.siblings-no-menu {
    position: relative;
    padding-left: 15px;
  }

  .head_nav li a {
    display: block;
    height: 1.4em;
    line-height: 1.4em;
    position: relative;
  }

  .head_nav li a:hover {
    color: inherit;
  }

  .head_nav li em {
    display: block;
    height: 1.4em;
    overflow: hidden;
  }

  .head_nav li li {
    font-size: 14px;
  }

  .head_nav li li li {
    font-size: 12px;
  }

  .head_nav li li a {
    color: #666;
  }

  .head_nav li.has-child a b {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #111;
    border-radius: 2px;
    overflow: hidden;
    line-height: 15px;
    position: absolute;
    right: -35px;
    top: 1px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .head_nav li.has-child a b:before,
  .head_nav li.has-child a b:after {
    content: '';
    display: block;
    width: 9px;
    height: 1px;
    background-color: #111;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -.5px;
  }

  .head_nav li.has-child a b:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .head_nav li.has-child a:hover b {
    border-color: #111;
  }

  .head_nav>li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
  }

  .head_nav>li>a {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: -1px;
    position: relative;
    position: relative;
  }

  .head_nav li,
  .head_nav li.has-child {
    padding-left: 0;
  }

  .head_nav li li,
  .head_nav li li.has-child {
    padding-left: 15px;
  }

  .head_nav li.active>a>b:after {
    display: none;
  }

  .head_nav li.active>a>b {
    background-color: #111;
  }

  .head_nav li.active>a>b:before,
  .head_nav li.active>a>b:after {
    background-color: #fff;
  }

  .web_head .nav_wrap {
    display: none;
  }

  .tabs_nav .main-content-wrap {
    background: #FFF;
    top: 0;
    display: block;
    z-index: 99999;
  }

  .tabs_nav .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }

  .tabs_nav .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }

  .tabs_nav .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
    z-index: 999;
  }

  .tabs_nav .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0;
  }

  .tabs_nav .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }

  .footer_form {
    background-image: url(../img/mobil_form.webp);
  }

  .footer_form .layout {
    flex-direction: column;
    padding: 10% 0 5%;
  }

  .footer_form .left .title {
    font-size: 24px;
  }

  .footer_form .left .desc {
    font-size: 20px;
    max-width: none;
  }

  .footer_form .left .icon {
    flex-shrink: 0;
  }

  .footer_form .right {
    width: 100%;
  }

  .footer_form .item_submit {
    margin: 20px auto;
  }

  .footer .logo img {
    max-height: 55px;
  }

  .footer .layout {
    padding: 10% 0;
  }

  .footer .footer_warp {
    flex-direction: column;
  }

  .footer .footer_info {
    width: 100%;
  }

  .footer .footer_item {
    margin-top: 8%;
  }

  .footer .footer_item .title {
    margin-bottom: 15px;
  }

  .footer .footer_categories {
    max-width: 100%;
    width: 100%;
  }

  .footer .Copyright .layout {
    padding: 5% 0 80px;
    flex-direction: column;
    align-items: start;
  }

  .Copyright .right {
    margin-top: 5%;
  }

  .footer_mobile_nav {
    display: flex;
    justify-content: start;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
  }

  .footer_mobile_nav a {
    display: inline-block;
    width: 25%;
    background-color: #1C1C1C;
    text-align: center;
    padding: 20px 0;
  }

  .footer_mobile_nav a:nth-child(2n) {
    background-color: #050505;
  }

  /* min-height: 200px; */
  .ibanner img,
  .left_ibanner img,
  .swiper_ibanner img {
    width: 100%;
    max-width: none;
    object-fit: cover;
  }

  .swiper_ibanner {
    position: relative;
  }

  .swiper_ibanner .swiper-slide::before {
    position: absolute;
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    z-index: -1;
  }

  .swiper_ibanner .info img {
    min-height: 30px;
    width: 20px;
  }

  .swiper_ibanner .info a {
    width: 70px;
    height: 70px;
  }

  .ibanner .info {
    width: 90%;
  }

  .ibanner .info .title,
  .left_ibanner .info .title {
    font-size: 24px;
  }

  .ibanner .info .desc,
  .left_ibanner .info .desc {
    font-size: 18px;
  }

  /* .left_ibanner img{min-height: 300px;} */
  .left_ibanner .info .desc {
    max-width: 100%;
    display: none;
  }

  .crumbs_warp .layout {
    align-items: center;
  }

  .crumbs {
    justify-content: start;
  }

  .tabs {
    display: none;
  }

  .tabs_nav .title {
    width: 28px;
    height: 28px;
    background: url(../img/head_n.webp) no-repeat center/cover;
  }

  .tabs_nav .tabs {
    display: block;
    width: 100%;
  }

  .tabs .tab {
    border: none !important;
    align-items: start;
    flex-direction: column;
    border-bottom: 1px solid #f2f2f2 !important;
    width: 100%;
    max-width: none;
  }

  .tabs>.tab {
    flex-direction: column;
  }

  .tabs .nav_list {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }

  .tabs .nav_list {
    box-shadow: none !important;
    padding-left: 10px;
  }

  .tabs>.tab:hover {
    background-color: transparent;
    color: #666;
  }

  .tabs .tab.has_child::after {
    top: 24px;
  }

  .tabs .tab a {
    display: block;
    position: relative;
    width: 100%;
    min-width: unset;
  }

  .tabs>.tab:hover a {
    color: #666 !important;
  }

  .tabs .tab.has_child:hover>.nav_list {
    display: none;
  }

  .tabs>.tab b {
    background: url(../img/Vector_2.webp) no-repeat center/10px 7px !important;
    transform: translateY(-50%) rotate(-90deg);
  }

  .tabs .tab .nav_list .tab.has_child b {
    background: url(../img/Polygon.webp) no-repeat center/10px 7px;
    transform: translateY(-50%) rotate(-90deg);
  }

  .tabs_module_warp .tab_content {
    display: flex !important;
  }

  .tabs_module_tabs {
    display: none !important;
  }
}

.Copyright .right img {
  transition: all .3s;
}

.Copyright .right img:hover {
  transform: scale(1.1);
}

.search_warp2 {
  width: 100%;
}

.search_warp2 .select {
  width: 100%;
}

.search_warp2 form {
  justify-content: flex-start;
}






#index_scrollsidebar {
  top: 50%;
  right: 20px;
  transition: all ease-in-out 1s;
  /* visibility: hidden; */
  opacity: 1;
  position: fixed;
  /* transform: translateY(-50%);*/
  z-index: 99999
}

#index_scrollsidebar ul li {
  width: 62px;
  height: 62px;
  background-color: #006DB8;
  border-radius: 10px;
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

#index_scrollsidebar ul li .show0 {
  position: absolute;
  background-color: #006DB8;
  padding: 6px;
  border-radius: 8px;
  right: 80px;
  top: 50%;
  transition: all ease-in-out .5s;
  transform: translateY(-50%);
  display: none
}

#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
  font-size: 16px;
  color: #fff;
  text-wrap: nowrap
}

#index_scrollsidebar ul li:hover .show0 {
  display: block
}

#index_scrollsidebar ul li>a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  text-align: center;
  line-height: 62px;
  align-items: center;
  justify-content: center;
}

#index_scrollsidebar ul li img {
  border: none;
  vertical-align: middle;
  max-width: 50%;
}

#index_scrollsidebar .gototop {
  background-color: #333
}

#index_scrollsidebar .gototop .s_smooth {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  text-align: center;
  line-height: 62px;
  align-items: center;
  justify-content: center;
}

#index_scrollsidebar .gototop .s_smooth img {
  width: 23px;
}

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  background: #006DB8;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006DB8;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: #fff
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2)
}

@media only screen and (max-width: 1024px) {
  #index_scrollsidebar {
    display: none;
  }
}

.fix_slide_foot {
  display: none;
  background: #006DB8;
  position: fixed;
  width: 100%;
  bottom: 0;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  height: 50px;
  z-index: 111;
}

.fix_slide_foot li {
  border-right: 1px solid white;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.fix_slide_foot li:last-of-type() {
  border-right: none;
}

.fix_slide_foot li a[title=email] img {
  height: 30px
}

.fix_slide_foot li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.fix_slide_foot li img {
  height: 25px;
  width: auto;
}

.show0 img {
  width: 120px;
  margin: 0 auto 10px;
  display: block;
  max-width: unset !important;
}

.show0 img:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #index_scrollsidebar {
    display: none;
  }




}