@import url('font/font.css');
:root {
  --theme: #0159A3;
  --themeHover: #014C8A;
}
html {
  color: #333;
  background: #fff;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
group,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/* for html5 tag */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.5 Arial, sans-serif;
}
input,
select,
textarea {
  vertical-align: middle;
  color: inherit;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
iframe {
  display: block;
}
blockquote {
  margin: 1em 4em 1em 2em;
  padding: 0.6em 1em;
  background: #f1f1f1;
}
blockquote blockquote {
  padding: 0 0 0 1em;
  margin-left: 2em;
  border-left: 0.4em solid #ddd;
}
acronym,
abbr {
  border-bottom: 1px dotted;
  font-variant: normal;
}
abbr {
  cursor: help;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
den,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ul,
ol {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* link color */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: var(--theme);
}
ins,
a {
  text-decoration: none;
}
small {
  font-size: 11px;
  color: #999;
}
:focus {
  outline: none;
}
/* standard color */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
}
html,
body {
  background: #f5f7fa;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}
.wrapper {
  padding-top: 70px;
}
.wrapper * {
  box-sizing: border-box;
}
.grid {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.cnt-grid {
  min-width: 1200px;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.pager-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager-wrap .page-item {
  border: solid 1px #BABFC2;
  border-radius: 5px;
  height: 40px;
  line-height: 38px;
  min-width: 40px;
  text-align: center;
  margin-right: 5px;
  background: #fff;
  padding: 0 15px;
}
.pager-wrap .page-item:hover {
  color: var(--theme);
  border-color: var(--theme);
}
.pager-wrap .page-item.active {
  color: #fff;
  background: var(--theme);
  border-color: var(--theme);
  cursor: default;
}
.pager-wrap .page-item.disabled {
  cursor: not-allowed;
  color: #d8d8d8;
  border-color: #d8d8d8;
}
.pager-wrap .page-item.page-pre {
  margin-right: 10px;
}
.pager-wrap .page-item.page-next {
  margin-left: 5px;
}
.pager-wrap .page-gap {
  margin: 0 10px 0 5px;
}
.btn {
  background: var(--theme);
  border-radius: 5px;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  line-height: 21px;
  border: 1px solid var(--theme);
  cursor: pointer;
}
.btn .icon-right {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: -4px;
}
.btn .icon-chat {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url(../images/icon-chat.svg);
  display: inline-block;
  vertical-align: -5px;
  margin-right: 10px;
}
.btn .icon-chat.bottom {
  background-image: url(../images/side-icon2.svg);
}
.btn .icon-chat.tel {
  background-image: url(../images/icon-tel-m.svg);
}
.btn:hover {
  color: #fff;
  background: var(--themeHover);
  border-color: var(--themeHover);
}
.btn.btn-icon {
  padding-right: 15px;
}
.btn.btn-chat {
  padding-left: 15px;
}
.btn.btn-large {
  font-size: 16px;
  padding: 9px 30px;
  line-height: 24px;
}
.btn.btn-large.btn-icon {
  padding-right: 20px;
}
.btn.btn-large.btn-chat {
  padding-left: 20px;
}
.btn.btn-w {
  background: #fff;
  color: var(--theme);
}
.btn.btn-w:hover {
  background: rgba(1, 89, 163, 0.1);
}
.btn.btn-orange {
  background: #FA6425;
  border-color: #FA6425;
}
.btn.btn-orange:hover {
  background: #FA6425;
  border-color: #FA6425;
}
.tab {
  background: #fff;
  border-bottom: solid 1px #E1E5E8;
  margin-bottom: 40px;
}
.tab .cnt-grid {
  display: flex;
  position: relative;
}
.tab .tab-item {
  padding: 15px 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}
.tab .tab-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--theme);
  bottom: 0;
  left: -100%;
  transition: all 0.2s ease;
}
.tab .tab-item:hover {
  color: var(--theme);
}
.tab .tab-item:hover::before {
  left: 0;
}
.tab .tab-item.active {
  color: var(--theme);
  font-weight: 700;
}
.tab .tab-item.active::before {
  left: 0;
}
.crumb {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 20px 0;
}
.crumb .crumb-item {
  color: #999;
}
.crumb .crumb-item:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.crumb a.crumb-item:hover {
  color: var(--theme);
}
.crumb .svg-icon-right {
  min-width: 21px;
  height: 21px;
  background-image: url(../images/icon-right.svg);
  background-size: 100%;
  margin: 0 5px;
}
.crumb.tab-crumb {
  position: absolute;
  right: 20px;
  margin: 0;
  top: 15px;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  background: var(--theme);
  color: #fff;
  z-index: 11;
}
.header .grid {
  height: 70px;
  display: flex;
  align-items: center;
  min-width: 1200px;
  padding: 0 20px;
}
.header .logo {
  flex: 1;
}
.header .logo .logo-img {
  display: block;
  height: 30px;
  width: 245.07px;
  background-image: url(../images/logo.png);
  background-size: 100% 100%;
}
.header .header-link {
  display: flex;
  position: relative;
  padding-right: 20px;
}
.header .header-link .link-item {
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 70px;
  position: relative;
}
.header .header-link .link-item a {
  color: #fff;
  line-height: 70px;
  display: block;
}
.header .header-link .link-item .link-list {
  position: absolute;
  background: #fff;
  width: 240px;
  padding: 10px 0;
  left: 0;
  box-shadow: rgba(1, 89, 163, 0.05) 0px 6px 12px;
  display: none;
}
.header .header-link .link-item .link-list a {
  display: block;
  line-height: 41px;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  color: #333;
}
.header .header-link .link-item .link-list a:hover {
  background: rgba(1, 89, 163, 0.1);
}
.header .header-link .link-item .link-list a:hover::before {
  content: "\e914";
  font-family: 'HC' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  right: 20px;
  color: var(--theme);
  top: 0;
}
.header .header-link .link-item:hover {
  background: var(--themeHover);
}
.header .header-link::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 27px;
}
.header .header-tel {
  color: #FA6425;
  font-size: 16px;
  font-weight: 900;
  padding: 0 20px;
  position: relative;
  line-height: 70px;
}
.header .header-tel::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 27px;
}
.header .en-link {
  line-height: 70px;
  color: #fff;
  padding-left: 20px;
}
.header-m {
  display: none;
}
.footer {
  background: #fff;
}
.footer .footer-list {
  display: flex;
}
.footer .footer-list .footer-l {
  display: flex;
  padding-top: 50px;
  flex: 1;
  justify-content: flex-end;
}
.footer .footer-list .footer-l .footer-l-inner {
  display: flex;
  width: 100%;
  max-width: 827px;
}
.footer .footer-list .footer-l .footer-item {
  border-left: solid 1px #C6C4C4;
  height: 201px;
  flex: 1;
}
.footer .footer-list .footer-r {
  background: #F5F7FA;
  width: 41.667%;
  padding: 50px 0;
  min-width: 580px;
}
.footer .footer-list .footer-r .footer-r-inner {
  width: 580px;
  display: flex;
}
.footer .footer-list .footer-r .footer-r-inner .footer-item {
  width: 340px;
  margin-right: 0;
}
.footer .footer-list .footer-item {
  margin-right: 20px;
  padding: 0 20px;
}
.footer .footer-list .footer-item .item-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}
.footer .footer-list .footer-item .item-link {
  margin-bottom: 10px;
}
.footer .footer-list .footer-item .item-link:last-child {
  margin-bottom: 0;
}
.footer .footer-list .footer-item .item-link.tel {
  font-size: 18px;
  font-weight: 700;
}
.footer .footer-list .footer-item .item-link.tel .footer-icon-tel {
  width: 27px;
  height: 27px;
  background: url(../images/footer-icon-1.png);
  background-size: 100% 100%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -8px;
}
.footer .footer-list .footer-item .item-link .footer-icon-address {
  width: 21px;
  height: 21px;
  background: url(../images/footer-icon-2.svg);
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: -6px;
  margin-right: 5px;
}
.footer .footer-list .footer-item .item-link .footer-icon-yimei {
  width: 21px;
  height: 21px;
  background: url(../images/footer-icon-3.svg);
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: -6px;
  margin-right: 5px;
}
.footer .footer-list .footer-item .item-link.gap {
  margin-top: 20px;
}
.footer .footer-list .footer-item.long {
  min-width: 300px;
}
.footer .footer-list .footer-img {
  display: flex;
}
.footer .footer-list .footer-img .img-item {
  text-align: center;
  margin-right: 20px;
}
.footer .footer-list .footer-img .img-item:last-child {
  margin-right: 0;
}
.footer .footer-list .footer-img .img-item .img {
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.footer .footer-list .footer-img .img-item .img.img-1 {
  background-image: url(../images/erweima3.jpg);
}
.footer .footer-list .footer-img .img-item .img.img-2 {
  background-image: url(../images/erweima4.jpg?t=1);
}
.footer .footer-list a {
  display: block;
}
.footer .footer-bottom-links {
  background: var(--theme);
  padding: 20px;
}
.footer .footer-bottom-links .link-wrap {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-bottom-links .link-wrap a {
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-bottom-links .link-wrap a:hover {
  color: #fff;
}
.footer .footer-bottom-links .link-wrap .link-item {
  padding: 0 10px;
  position: relative;
}
.footer .footer-bottom-links .link-wrap .link-item::before {
  content: "";
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 4px;
}
.footer .footer-bottom-links .link-wrap .link-item:last-child::before {
  display: none;
}
.footer .footer-bottom-links .link-wrap:last-child {
  margin-bottom: 0;
}
.container {
  padding-bottom: 60px;
}
.sidebar-wrap {
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 99;
}
.sidebar-wrap .side-item {
  width: 50px;
  height: 50px;
  background: var(--theme);
  box-shadow: rgba(1, 89, 163, 0.15) 0px 5px 10px;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.sidebar-wrap .side-item:hover {
  background-color: var(--themeHover);
}
.sidebar-wrap .side-item:last-child {
  margin-bottom: 0;
}
.sidebar-wrap .side-item.icon-1 {
  background-image: url(../images/side-icon1.svg);
}
.sidebar-wrap .side-item.icon-2 {
  background-image: url(../images/side-icon2.svg);
}
.sidebar-wrap .side-item.icon-3 {
  background-image: url(../images/side-icon3.svg);
}
.form-bottom-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px 0 0;
  width: 70%;
  min-width: 1200px;
  display: flex;
  color: #fff;
  z-index: 99;
}
.form-bottom-wrap .form-trigger {
  cursor: pointer;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}
.form-bottom-wrap .form-trigger .form-icon-right {
  width: 48px;
  height: 48px;
  background-image: url(../images/form-bottom-icon-1.svg);
  background-size: 100% 100%;
}
.form-bottom-wrap .form-tel {
  display: flex;
  height: 90px;
  align-items: center;
  padding: 0 100px;
}
.form-bottom-wrap .form-tel .tel-icon {
  width: 57px;
  height: 57px;
  margin-right: 20px;
  background-size: 100% 100%;
  background-image: url(../images/form-bottom-icon-2.png);
}
.form-bottom-wrap .form-tel .tel-info .info-num {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
}
.form-bottom-wrap .form-tel .tel-info .info-tip {
  font-size: 12px;
}
.form-bottom-wrap .form-container {
  flex: 1;
  display: flex;
}
.form-bottom-wrap .form-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.form-bottom-wrap .form-cnt .form-item {
  margin-right: 35px;
  display: flex;
  align-items: center;
}
.form-bottom-wrap .form-cnt .form-item:last-child {
  margin-right: 0;
}
.form-bottom-wrap .form-cnt .form-item .item-label {
  font-size: 18px;
  font-weight: 700;
}
.form-bottom-wrap .form-cnt .form-item .item-cnt {
  flex: 1;
}
.form-bottom-wrap .form-cnt .form-item input {
  border: 0;
  border-bottom: 1px solid #fff;
  height: 51px;
  line-height: 51px;
  font-size: 18px;
  padding: 0 10px;
  width: 100%;
  background: transparent;
}
.form-bottom-wrap .form-btn {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.form-bottom-wrap .form-btn .form-bottom-btn {
  padding: 0 30px 0 20px;
  height: 51px;
  line-height: 51px;
  border-radius: 26px;
  background: #DDEAF5;
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #333;
  cursor: pointer;
}
.form-bottom-wrap .form-btn .form-bottom-btn .icon-price {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-image: url(../images/form-bottom-icon-3.png);
  margin-right: 10px;
}
.form-bottom-wrap.hidden {
  width: auto;
  min-width: auto;
}
.form-bottom-wrap.hidden .form-container {
  width: 0;
  overflow: hidden;
}
.form-bottom-wrap.hidden .form-trigger .form-icon-right {
  transform: rotate(180deg);
}
.J-trans-block {
  transition: all 0.5s ease;
  position: relative;
  top: 200px;
  opacity: 0;
}
.J-trans-block.show {
  top: 0;
  opacity: 1;
}
.form-dlg-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
}
.form-dlg-wrap * {
  box-sizing: border-box;
}
.form-dlg-wrap .form-dlg-main {
  width: 640px;
}
.form-dlg-wrap .form-dlg-main .form-dlg-title {
  background: var(--theme);
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  padding: 15px 20px;
  border-radius: 10px 10px 0px 0px;
  box-shadow: rgba(1, 89, 163, 0.05) 0px 6px 12px;
  position: relative;
}
.form-dlg-wrap .form-dlg-main .form-dlg-title .form-dlg-close {
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-delete.svg);
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt {
  background: #fff;
  padding: 40px;
  border-radius: 0 0 10px 10px;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .form-item {
  margin-bottom: 20px;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .form-item:last-child {
  margin-bottom: 0;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .form-btn {
  text-align: right;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-text,
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid var(--theme);
  border-radius: 5px;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-text:hover,
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-textarea:hover,
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-text:focus,
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-textarea:focus {
  border-color: var(--themeHover);
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-text::placeholder,
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-textarea::placeholder {
  color: #999;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-textarea {
  height: 200px;
  resize: none;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-wrap {
  position: relative;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-wrap .icon-down {
  position: absolute;
  font-size: 24px;
  color: var(--theme);
  right: 10px;
  top: 3px;
}
.form-dlg-wrap .form-dlg-main .form-dlg-cnt .input-wrap input {
  cursor: pointer;
}
.form-select-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  display: none;
}
.form-select-wrap .form-select-main {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 320px;
}
.form-select-wrap .form-select-main .form-select-title {
  margin-bottom: 20px;
  text-align: center;
}
.form-select-wrap .form-select-main .form-select-list {
  margin-bottom: 20px;
}
.form-select-wrap .form-select-main .form-select-list .form-select-item {
  border-bottom: solid 1px #EBEFF2;
  height: 51px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-select-wrap .form-select-main .form-select-list .form-select-item .item-icon {
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  background-image: url(../images/icon-radio.svg);
  margin-right: 10px;
}
.form-select-wrap .form-select-main .form-select-list .form-select-item .item-txt {
  display: flex;
  align-items: center;
}
.form-select-wrap .form-select-main .form-select-list .form-select-item.active .item-icon {
  background-image: url(../images/icon-radio-checked.svg);
}
.form-select-wrap .form-select-main .form-select-list input {
  padding: 10px;
  flex: 1;
  border: solid 1px #BABFC2;
  border-radius: 5px;
  margin-left: 12px;
  display: none;
}
.form-select-wrap .form-select-main .form-select-list input:hover,
.form-select-wrap .form-select-main .form-select-list input:focus {
  border-color: var(--theme);
}
.form-select-wrap .form-select-main .form-select-list input::placeholder {
  color: #999;
}
.form-select-wrap .form-select-main .form-select-btn {
  text-align: center;
  display: block;
}
.global-tip-wrap {
  display: flex;
  max-width: calc(100% - 40px);
  position: fixed;
  top: 200px;
  justify-content: center;
  z-index: 1200;
  width: 100%;
  display: none;
  padding: 0 20px;
}
.global-tip-wrap .global-tip-cnt {
  padding: 12px 20px 12px 15px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 14px;
  display: flex;
}
.global-tip-wrap .global-tip-cnt .hc-icon {
  margin-right: 10px;
  font-size: 20px;
  line-height: 20px;
}
.global-tip-wrap .global-tip-cnt.error-tip {
  background: #FCE9E9;
}
.global-tip-wrap .global-tip-cnt.error-tip .hc-icon {
  color: #e64545;
}
.global-tip-wrap .global-tip-cnt.success-tip {
  background: #E3F7E3;
}
.global-tip-wrap .global-tip-cnt.success-tip .hc-icon {
  color: #1ac11a;
}
.bottom-wrap {
  background-position: center;
  background-size: cover;
  background-image: url(../images/index-bottom-bg.jpg);
  padding: 20px 0;
}
.bottom-wrap .bottom-inner {
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 10px;
  padding-top: 23px;
  padding-bottom: 22px;
  color: #fff;
}
.bottom-wrap .bottom-inner .bottom-back {
  margin-bottom: 20px;
  cursor: pointer;
}
.bottom-wrap .bottom-inner .bottom-back .back-icon {
  width: 32px;
  height: 32px;
  background-image: url(../images/index-bottom-icon.svg);
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
}
.bottom-wrap .bottom-inner .bottom-back .back-txt {
  font-size: 18px;
}
.bottom-wrap .bottom-inner .bottom-txt {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
.bottom-wrap .bottom-inner .bottom-txt .txt-item {
  margin-right: 36px;
  position: relative;
}
.bottom-wrap .bottom-inner .bottom-txt .txt-item:last-child {
  margin-right: 0;
}
.bottom-wrap .bottom-inner .bottom-txt .txt-item:last-child::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  left: -21px;
  top: 15px;
}
@media screen and (max-width: 1365px) {
  .header .header-link .link-item {
    font-size: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .header .header-link .link-item {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    min-width: 320px;
    padding-top: 50px;
  }
  .cnt-grid {
    min-width: 320px;
  }
  .grid {
    min-width: 320px;
  }
  a:hover {
    color: #333;
  }
  .header {
    display: none;
  }
  .header-m {
    display: block;
    position: fixed;
    background: var(--theme);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }
  .header-m .header-top {
    position: relative;
    padding: 15px;
    z-index: 2;
  }
  .header-m .header-top .header-logo {
    display: block;
    width: 163.38px;
    height: 20px;
    background-image: url(../images/logo.png);
    background-size: 100% 100%;
  }
  .header-m .header-top .header-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon-category.svg);
  }
  .header-m .header-top .header-icon.open {
    background-image: url(../images/icon-delete-m.svg);
  }
  .header-m .header-side {
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    background: #fff;
    padding: 20px;
    display: none;
  }
  .header-m .header-side .header-link .link {
    color: var(--theme);
    display: block;
    border-bottom: solid 1px #EBEFF2;
    padding: 15px 0;
    position: relative;
    font-size: 16px;
  }
  .header-m .header-side .header-link .link .icon-right {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 15px;
    line-height: 24px;
  }
  .header-m .header-side .header-btns {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 20px;
    left: 0;
  }
  .header-m .header-side .header-btns .btn {
    margin-right: 10px;
  }
  .header-m .header-side .header-btns .btn:last-child {
    margin-right: 0;
  }
  .form-bottom-wrap {
    display: none;
  }
  .sidebar-wrap {
    display: none;
  }
  .footer .footer-list {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .footer .footer-list .footer-l {
    display: none;
  }
  .footer .footer-list .footer-r {
    width: 100%;
    background: var(--theme);
    padding: 20px 0 0 0;
    color: #fff;
    min-width: auto;
  }
  .footer .footer-list .footer-r .footer-r-inner {
    width: 100%;
  }
  .footer .footer-item {
    display: none;
  }
  .footer .footer-img {
    width: 100%;
    justify-content: center;
  }
  .footer .footer-bottom-links .link-wrap {
    flex-wrap: wrap;
  }
  .footer .footer-bottom-links .link-wrap .link-item {
    margin-bottom: 10px;
  }
  .footer .footer-bottom-links .link-wrap.link-m {
    font-size: 12px;
  }
  .footer .footer-bottom-links .link-wrap:first-child .link-item::before {
    display: none;
  }
  .footer .footer-bottom-links .link-wrap:last-child {
    margin-bottom: -10px;
  }
  .crumb.tab-crumb {
    display: none;
  }
  .tab .cnt-grid {
    justify-content: center;
    overflow-x: auto;
  }
  .tab .cnt-grid .tab-item {
    padding: 15px 20px;
    white-space: nowrap;
    overflow: visible;
  }
  .tab .cnt-grid .tab-item::before {
    display: none;
  }
  .tab .cnt-grid .tab-item.active::before {
    display: block;
  }
  .bottom-wrap {
    display: none;
  }
  .form-dlg-wrap .form-dlg-main {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #fff;
  }
  .form-dlg-wrap .form-dlg-main .form-dlg-title {
    border-radius: 0;
    text-align: center;
  }
  .form-dlg-wrap .form-dlg-main .form-dlg-title .form-dlg-close {
    background-image: url(../images/index-prod-icon.svg);
    background-size: 30px 30px;
    left: 0;
  }
  .form-dlg-wrap .form-dlg-main .form-dlg-cnt {
    padding: 20px;
  }
  .form-dlg-wrap .form-dlg-main .form-dlg-cnt .form-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: center;
    width: calc(100% - 40px);
  }
  .form-dlg-wrap .form-dlg-main .form-dlg-cnt .form-btn .btn {
    width: 100%;
  }
}
.nav ul li {
  float: left;
}
.nav ul li a {
  display: block;
  width: 240px;
  height: 41px;
  color: #000;
  background: #fff;
  line-height: 41px;
}
.nav li ul {
  position: absolute;
  display: none;
  width: 240px;
  height: 300px;
  background-color: #fff;
}
.nav .nav2 {
  min-height: 350px;
  border-right: 1px solid #D9D9D9;
  box-shadow: rgba(1, 89, 163, 0.05) 0px 6px 12px;
}
.nav .nav2 li {
  width: 100%;
}
.nav .nav2 li a {
  width: 98%;
}
.nav .nav3 {
  min-height: 350px;
  position: absolute;
  display: none;
  width: 240px;
  left: 240px;
  margin-top: -41px;
}
.nav .nav3 li {
  width: 100%;
}
.nav .nav3 li a {
  border-bottom: 1px solid #D9D9D9;
}
.nav .nav33 {
  min-height: 350px;
  position: absolute;
  display: none;
  width: 240px;
  left: 240px;
  margin-top: -82px;
}
.nav .nav33 li {
  width: 100%;
}
.nav .nav33 li a {
  border-bottom: 1px solid #D9D9D9;
}
.nav .nav2 li:hover .nav3 {
  display: block;
  box-shadow: rgba(1, 89, 163, 0.05) 0px 6px 12px;
}
.nav .nav2 li:hover .nav33 {
  display: block;
  box-shadow: rgba(1, 89, 163, 0.05) 0px 6px 12px;
}
