* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
p {
  padding: 0;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
input,
textarea {
  border: none;
  resize: none;
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box iframe,
.img-box video,
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.fszero h1 {
  margin: 0;
}
[lang=zh-CN] .share-cn {
  display: block;
}
[lang=zh-CN] .share-other {
  display: none;
}
.a2a_kit {
  display: inline-block;
  vertical-align: middle;
}
@-ms-viewport {
  width: auto !important;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
select,
button,
input,
textarea {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
.slick-slide {
  outline: none;
}
.slick-slide a {
  outline: none !important;
}
img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
@media (min-width: 1200px) {
  .wow {
    visibility: hidden;
  }
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.art-video-player::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.art-video-player .art-bottom {
  display: none !important;
}
.art-mask {
  display: none !important;
}
.breadcrumb {
  margin-bottom: 0;
}
.editor-content ul,
.editor-content ol {
  padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
  list-style: inherit;
}
.editor-content .table-box {
  font-size: 16px;
  line-height: 1.875;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .editor-content .table-box {
    font-size: 14px;
  }
}
.editor-content .table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
  height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th {
  font-weight: 400;
  padding: 0px 20px !important;
  border: 1px solid #e6e6e6;
}
@media (max-width: 480px) {
  .editor-content .table-box table td,
  .editor-content .table-box table th {
    padding: 8px !important;
  }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.editor-content .table-box table th {
  text-align: center;
}
.auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.table-box {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}
.table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  height: auto;
}
.table-box table td,
.table-box table th {
  padding: 20px;
  border: 1px solid #e6e6e6;
}
.table-box table tr p,
.table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.table-box table td,
.table-box table th {
  text-align: left;
}
.table-box table td img {
  max-width: unset !important;
}
.table-box table .firstRow td {
  font-weight: 700;
  padding: 2px 20px !important;
}
.table-box table tr:nth-child(2n - 1) {
  background-color: #0084ff26;
}
.table-box table.rowspan1 tr:first-child,
.table-box table.rowspan2 tr:nth-child(1),
.table-box table.rowspan2 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(2),
.table-box table.rowspan4 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(2),
.table-box table.rowspan5 tr:nth-child(3),
.table-box table.rowspan5 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(5) {
  background-color: #04396A;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .table-box {
    overflow-x: auto;
  }
}
@media (max-width: 991px) {
  .table-box {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .table-box table td,
  .table-box table th {
    padding: 8px !important;
  }
}
label {
  width: 100%;
}
.box-follow .img-box > img {
  display: none !important;
  height: auto;
}
.box-follow iframe[src=''],
.box-follow iframe[data-src=''] {
  display: none;
  border: 1px solid #000;
}
.box-follow iframe[src=''] + img,
.box-follow iframe[data-src=''] + img {
  display: block !important;
}
body {
  font-family: 'Inter', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  --bs-body-color: #666666;
  color: #333333;
}
i {
  line-height: 1;
}
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  src: local('Inter Regular'), local('Inter-Regular'), url('../../app/fonts/Inter-Regular.woff2') format('woff2'), url('../../app/fonts/Inter-Regular.woff') format('woff'), url('../../app/fonts/Inter-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-style: normal;
  src: local('Inter Medium'), local('Inter-Medium'), url('../../app/fonts/Inter-Medium.woff2') format('woff2'), url('../../app/fonts/Inter-Medium.woff') format('woff'), url('../../app/fonts/Inter-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-weight: 700;
  font-style: normal;
  src: local('Inter Bold'), local('Inter-Bold'), url('../../app/fonts/Inter-Bold.woff2') format('woff2'), url('../../app/fonts/Inter-Bold.woff') format('woff'), url('../../app/fonts/Inter-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Frick03';
  font-weight: 400;
  font-style: normal;
  src: local('Frick03-Condensed'), local('Frick03-Condensed'), url('../../app/fonts/Frick03-Condensed.woff2') format('woff2'), url('../../app/fonts/Frick03-Condensed.woff') format('woff'), url('../../app/fonts/Frick03-Condensed.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Frick03';
  font-weight: 300;
  font-style: normal;
  src: local('Frick03-Regular'), local('Frick03-Regular'), url('../../app/fonts/Frick0.3-Regular-3.otf') format('woff2'), url('../../app/fonts/Frick03-Regular.woff') format('woff'), url('../../app/fonts/Frick03-Regular.ttf') format('truetype');
  font-display: swap;
}
.row {
  --bs-gutter-x: 2.5rem;
}
:root {
  --p: calc((100vw - 1660vw) / 2);
  --c: #AF0000;
  --c2: #002C4D;
  --d700: 700px;
  --d357: 357px;
  --d330: 330px;
  --d286: 286px;
  --d243: 243px;
  --d208: 208px;
  --d190: 190px;
  --d185: 185px;
  --d180: 180px;
  --d170: 170px;
  --d164: 164px;
  --d160: 160px;
  --d150: 150px;
  --d147: 147px;
  --d140: 140px;
  --d135: 135px;
  --d130: 130px;
  --d128: 128px;
  --d124: 124px;
  --d120: 120px;
  --d118: 118px;
  --d115: 115px;
  --d110: 110px;
  --d105: 105px;
  --d100: 100px;
  --d96: 96px;
  --d93: 93px;
  --d90: 90px;
  --d88: 88px;
  --d84: 84px;
  --d80: 80px;
  --d75: 75px;
  --d78: 78px;
  --d72: 72px;
  --d70: 70px;
  --d68: 68px;
  --d66: 66px;
  --d64: 64px;
  --d62: 62px;
  --d60: 60px;
  --d58: 58px;
  --d56: 56px;
  --d55: 55px;
  --d52: 52px;
  --d50: 50px;
  --d48: 48px;
  --d46: 46px;
  --d45: 45px;
  --d44: 44px;
  --d40: 40px;
  --d38: 38px;
  --d35: 35px;
  --d34: 34px;
  --d32: 32px;
  --d30: 30px;
  --d28: 28px;
  --d26: 26px;
  --d25: 25px;
  --d24: 24px;
  --d22: 22px;
  --d20: 20px;
  --d18: 18px;
  --d16: 16px;
  --d15: 15px;
  --d14: 14px;
  --d12: 12px;
  --d10: 10px;
  --d8: 8px;
  --100: 100px;
  --80: 80px;
  --75: 75px;
  --70: 70px;
  --68: 68px;
  --66: 66px;
  --65: 65px;
  --60: 60px;
  --58: 58px;
  --56: 56px;
  --50: 50px;
  --48: 48px;
  --46: 46px;
  --44: 44px;
  --40: 40px;
  --38: 38px;
  --36: 36px;
  --34: 34px;
  --32: 32px;
  --30: 30px;
  --28: 28px;
  --26: 26px;
  --24: 24px;
  --22: 22px;
  --20: 20px;
  --18: 18px;
  --17: 17px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
}
.frick {
  font-family: 'Frick03', Arial, sans-serif;
}
.gmt-title {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.gmt-title::after {
  background-image: url('../img/title.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 42px;
  content: '';
  position: absolute;
  right: calc(var(--d50) * -1);
  top: var(--d20);
  transform: translateX(100%);
}
.gmt-text {
  width: 1100px;
  max-width: 100%;
}
.gmt-box {
  margin-top: var(--d40);
  display: flex;
  justify-content: space-between;
}
.gmt-box .gmt-left {
  width: calc(385 / 1660 * 100%);
}
.gmt-box .gmt-left .gmt-left2 {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
  margin-bottom: 1px;
  background-color: var(--c2);
  transition: all 0.5s;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover {
  background-color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
  margin-bottom: 0;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--16);
  line-height: calc(24 / 16);
  color: #fff;
  font-weight: 700;
  transition: all 0.5s;
  position: relative;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
  width: 100%;
  position: relative;
  z-index: 10;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a span {
  padding: var(--d12) 0 var(--d12) var(--d30);
  display: block;
  width: 90%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  padding: var(--d12) var(--d15) var(--d12) 0;
  z-index: 9;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but2 {
  display: none;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
  border-top: 1px solid #fff;
  padding: var(--d20) var(--d30) var(--d35);
  display: none;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
  font-size: var(--18);
  line-height: calc(28 / 18);
  color: #fff;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
  display: block;
  width: 100%;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover {
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action {
  text-decoration: underline;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open {
  background-color: var(--c);
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but1 {
  display: none;
}
.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 .menubut .gmt-but2 {
  display: block;
}
.gmt-box .gmt-rigth {
  width: calc(1235 / 1660 * 100%);
}
.title {
  color: var(--c);
  font-family: 'Frick03', Arial, sans-serif;
  font-size: var(--75);
  line-height: calc(113 / 75);
}
.title span {
  color: var(--c2);
}
.text16-24 {
  font-size: var(--16);
  line-height: calc(24 / 16);
}
.text16-26 {
  font-size: var(--16);
  line-height: calc(26 / 16);
}
.text16-28 {
  font-size: var(--16);
  line-height: calc(28 / 16);
}
@keyframes playan1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  transition: all 0.5s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}
.header .header-box1 {
  background-color: transparent;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
}
.header .header-box1::after {
  width: 100%;
  height: 1px;
  background-color: var(--c2);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header .header-box1 .header-content1 .logo {
  width: 132px;
}
.header .header-box1 .header-content1 .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header .header-box1 .header-content1 .logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.header .header-box1 .header-content1 .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .header-box1 .header-content1 .header-right .header-mes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 74px;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2 {
  margin-right: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2:last-child {
  margin-right: 0;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2 .header-icon {
  transition: all 0.5s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2 .header-icon i {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.header .header-box1 .header-content1 .header-right .header-mes .header-mes2 .header-mestext {
  font-size: var(--16);
  font-weight: 500;
  color: #fff;
  transition: all 0.5s;
}
.header .header-box2 {
  background-color: var(--c2);
}
.header .header-box2 .header-content2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.header .header-box2 .header-content2 .header-left2 {
  height: 100%;
}
.header .header-box2 .header-content2 .header-right2 {
  height: 100%;
}
.header .header-box2 .header-content2 .header-right2 .header-search2 {
  height: 100%;
}
.header .header-search .search-con {
  background-color: var(--c);
  cursor: pointer;
  padding: var(--d8) var(--d10);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  margin-right: 15px;
}
.header .header-search .search-con i {
  font-size: var(--20);
  color: #fff;
}
.header .header-search .search {
  position: absolute;
  right: 0%;
  bottom: 0;
  transform: translate(0%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background-color: var(--c2);
  width: 20vw;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
  visibility: hidden;
}
.header .header-search .search .search-box {
  width: 100%;
}
.header .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .search-box {
  background-color: var(--c);
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  width: 365px;
}
.header .search-box .input-text {
  width: 80%;
  font-size: 15px;
  font-weight: 400;
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
}
.header .search-box .input-text::placeholder {
  color: #fff;
  transition: all 0.5s;
}
.header .search-box .input-text:focus::placeholder {
  opacity: 0.3;
}
.header .search-box .submit {
  width: 20%;
  background-color: transparent;
  border: none;
  padding-right: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .search-box .submit i {
  color: #fff;
  font-size: 15px;
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 15px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}
.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.headeraction .header-box1 {
  background-color: #fff;
}
.headeraction .header-box1::after {
  opacity: 1;
}
.headeraction .header-box1 .header-content1 .header-right .header-mes .header-mes2 .header-mestext {
  color: #222222;
}
.header-list2 {
  font-family: 'RedHatDisplay', Arial, sans-serif;
}
.index-header {
  position: fixed;
}
.index-header .header-box1 {
  background-color: transparent;
}
@media (min-width: 1201px) {
  .header-nav {
    height: 100%;
    display: flex !important;
    align-items: flex-end;
  }
  .header-nav .header-list {
    display: flex;
    height: 100%;
  }
  .header-nav .header-list .header-list2 {
    font-size: var(--18);
    color: #222222;
    position: relative;
    transition: all 0.5s;
    margin-right: 50px;
  }
  .header-nav .header-list .header-list2:hover {
    color: var(--c);
  }
  .header-nav .header-list .header-list2:hover .header-list3 span::after {
    width: 100%;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
    font-size: var(--16);
    color: #fff;
    font-weight: 500;
  }
  .header-nav .header-list .header-list2 .header-list3 span {
    position: relative;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .header-list2 a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .action {
    font-weight: 500;
    color: var(--c);
  }
  .header-nav .header-list .action .header-list3 span::after {
    width: 100%;
  }
  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    text-align: center;
  }
  .more a {
    transition: all 0.5s;
  }
  .more a:hover {
    color: var(--c) !important;
  }
  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }
  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
  }
  .more .more-1-list .more-1-list2 .more2 {
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  }
  .more .more-1-list .more-1-list2 .more-1-list2:hover {
    color: var(--c);
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .header-nav .header-list .header-list2 {
    margin-right: 30px;
  }
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .header-nav .header-list .header-list2 {
    margin-right: 25px;
  }
}
@media (max-width: 1200px) {
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
    overflow-y: scroll;
  }
  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 70px;
    width: 100%;
  }
  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2:first-child .header-list3::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--c);
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: block;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .more {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 3px 0 3px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 4px 0 4px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001937;
    font-weight: normal;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }
  .header-nav .header-list .action a {
    color: var(--c) !important;
  }
}
.s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.s-nav i {
  width: 21px;
  height: 2px;
  background-color: #003366;
  transition: all 0.5s;
}
.s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.s-nav-action i:nth-child(2) {
  opacity: 0;
}
.s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}
.xs-online {
  border-top: 1px solid #fff;
  width: 100%;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  background-color: var(--c);
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.xs-online ul li i {
  font-size: 14px;
  color: #fff;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: '';
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-family: 'iconfont' !important;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 1100;
}
.online-wrap .online a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #EEEEEE;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #ffffff;
  transition: all 0.5s;
  margin-bottom: 7px;
}
.online-wrap .online a .cart-num {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--c);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.online-wrap .online a:hover {
  background-color: var(--c);
}
.online-wrap .online a i {
  font-size: 21px;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #000000;
  transition: all 0.5s;
}
.online-wrap .online a:hover i {
  color: #fff;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  color: #000;
  font-weight: 400;
  font-size: var(--16);
  visibility: hidden;
  white-space: nowrap;
  padding-right: 20px;
}
.online-wrap .online a .show-num .show-img {
  width: 120px;
  height: 120px;
  background-color: #fff;
}
.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
  border-radius: 8px;
  background-color: #fff;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
}
.online-wrap .online a .show-num .show-img::after,
.online-wrap .online a .show-num span::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  transform: translate(100%, -50%);
  vertical-align: middle;
  border-width: 10px 0px 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  object-fit: cover;
}
.online-wrap .online a:hover {
  color: #fff !important;
}
.online-wrap .online a:hover .show-num {
  transition: all 0.5s;
  opacity: 1;
  right: calc(100%);
  visibility: visible;
}
.online-wrap .online a:hover .show-num img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: '+';
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .show {
  right: 0 !important;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}
.online-wrap .icon-gouwuchefill {
  position: relative;
}
.online-wrap .icon-gouwuchefill .gouwuchefill-num {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  font-size: 10px;
  color: #000;
}
.online-wrap .online-show {
  background-color: rgba(107, 6, 43, 0.3);
}
@media (max-width: 1400px) {
  .online-wrap .online {
    transform: translateY(-50%) scale(0.8);
    right: 10px;
  }
}
@media (max-width: 768px) {
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
.fooder {
  background-color: var(--c2);
}
.fooder .fooder-top {
  padding-top: var(--d88);
  padding-bottom: var(--d50);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.fooder .fooder-top .fooder-title {
  position: relative;
  z-index: 10;
}
.fooder .fooder-top .fooder-title::after {
  width: 245px;
  height: 10px;
  background-color: var(--c);
  content: '';
  position: absolute;
  right: 0;
  bottom: 8%;
}
.fooder .fooder-top .fooder-title h2 {
  font-family: 'Frick03', Arial, sans-serif;
  font-weight: 300;
  font-size: var(--38);
  line-height: calc(50 / 38);
  color: #fff;
  position: relative;
  z-index: 10;
}
.fooder .fooder-top .fooder-form {
  width: 484px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
}
.fooder .fooder-top .fooder-form .fooder-form-content {
  display: flex;
  justify-content: space-between;
}
.fooder .fooder-top .fooder-form .input-text {
  background-color: transparent;
  width: calc(100% - 80px);
  padding-left: var(--d48);
  font-size: var(--15);
  color: #fff;
}
.fooder .fooder-top .fooder-form .input-text::placeholder {
  color: #A8C4DA;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-form .input-text:focus::placeholder {
  opacity: 0.3;
}
.fooder .fooder-top .fooder-form .form-submit {
  width: 70px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
  padding: var(--d15) 0;
  border-radius: 50px;
}
.fooder .fooder-top .fooder-form .form-submit i {
  color: #fff;
  font-size: var(--16);
}
.fooder .fooder-con {
  margin-top: var(--d70);
  margin-bottom: var(--d80);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.fooder .fooder-con .fooder-contitle {
  font-family: 'Frick03', Arial, sans-serif;
  font-size: var(--38);
  color: #fff;
  font-weight: 300;
  margin-bottom: var(--d30);
}
.fooder .fooder-con .fooder-nav1 {
  width: 100%;
  position: relative;
}
.fooder .fooder-con .fooder-nav1 .fooder-nav2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--d20);
}
.fooder .fooder-con .fooder-nav1 .fooder-nav2:hover a {
  color: #fff !important;
  text-decoration: underline;
}
.fooder .fooder-con .fooder-nav1 .fooder-nav2:hover i {
  color: #fff !important;
}
.fooder .fooder-con .fooder-nav1 .fooder-nav2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-con .fooder-nav1 .fooder-nav2 a {
  width: calc(100% - 20px);
  color: #A8C4DA;
  font-size: var(--15);
}
.fooder .fooder-con .fooder-nav1 .fooder-nav2 i {
  font-size: var(--15);
  color: #A8C4DA;
}
.fooder .fooder-con .fooder-mes .fooder-mes2 {
  display: flex;
  align-items: flex-start;
  font-size: var(--16);
  line-height: calc(28 / 16);
  color: #fff;
  margin-bottom: var(--d20);
}
.fooder .fooder-con .fooder-mes .fooder-mes2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-con .fooder-mes .fooder-mes2 a {
  display: block;
}
.fooder .fooder-con .fooder-mes .fooder-mes2 i {
  font-size: var(--16);
  line-height: calc(28 / 16);
  margin-right: var(--d30);
}
.fooder .fooder-con .fooder-products {
  width: 415px;
}
.fooder .fooder-con .fooder-quick {
  width: 405px;
}
.fooder .fooder-con .fooder-quick .fooder-nav1::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  height: 1000px;
  width: 1px;
  border-right: 1px dashed rgba(255, 255, 255, 0.2);
}
.fooder .fooder-con .fooder-mesbox {
  width: 484px;
}
.fooder .fooder-bom {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  padding-top: var(--d50);
  padding-bottom: var(--d60);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--16);
  line-height: 1.75;
  color: #fff;
}
.fooder .fooder-bom a:hover {
  text-decoration: underline;
}
.fooder .fooder-bom .fooder-left2 .fooder-copyright {
  margin-right: var(--d30);
}
.fooder .fooder-bom .fooder-left2 .cnzz {
  margin-left: var(--d20);
}
.fooder .fooder-bom .fooder-right2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-bom .fooder-right2 .fooder-share {
  margin-right: var(--d50);
}
.fooder .fooder-bom .fooder-right2 .fooder-share a {
  margin-right: var(--d22);
  padding-right: var(--d22);
  position: relative;
}
.fooder .fooder-bom .fooder-right2 .fooder-share a:hover {
  text-decoration: none;
}
.fooder .fooder-bom .fooder-right2 .fooder-share a:hover i {
  color: var(--c);
}
.fooder .fooder-bom .fooder-right2 .fooder-share a i {
  font-size: var(--17);
  transition: all 0.5s;
}
.fooder .fooder-bom .fooder-right2 .fooder-share a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.fooder .fooder-bom .fooder-right2 .fooder-share a:last-child::after {
  display: none;
}
.fooder .fooder-bom .fooder-right2 .fooder-share a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #fff;
  opacity: 0.2;
}
.fooder .fooder-bom .fooder-right2 .privacy-nav {
  margin-right: var(--d25);
  padding-right: var(--d25);
  position: relative;
}
.fooder .fooder-bom .fooder-right2 .privacy-nav::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #fff;
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .banner-butBox {
  width: 100%;
  position: absolute;
  bottom: var(--d105);
  z-index: 10;
}
.index-banner .banner-butBox .banner-butBox2 {
  display: flex;
  align-items: center;
}
.index-banner .banner-butBox .banner-butBox2 .swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d60);
}
.index-banner .banner-butBox .banner-butBox2 .swiper-butbox .banner-but {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  background-color: transparent;
}
.index-banner .banner-butBox .banner-butBox2 .swiper-butbox .banner-but:hover {
  background-color: var(--c);
  border-color: var(--c);
}
.index-banner .banner-butBox .banner-butBox2 .swiper-butbox .banner-but i {
  font-size: 10px;
  color: #fff;
}
.index-banner .banner-butBox .banner-butBox2 .swiper-butbox .banner-prev {
  margin-right: var(--d10);
}
.index-banner .banner-butBox .banner-butBox2 .banner-pagination {
  display: flex;
  align-items: center;
}
.index-banner .banner-butBox .banner-butBox2 .banner-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1;
  width: 25px;
  height: 1px;
  background-color: #fff;
  border-radius: 0 !important;
}
.index-banner .banner-butBox .banner-butBox2 .banner-pagination .swiper-pagination-bullet-active {
  background-color: var(--c);
  height: 3px;
}
.index-banner .swiper-slide {
  width: 100%;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .slide-inner {
  padding-bottom: calc(960 / 1920 * 100%);
  position: relative;
}
.index-banner .banner-video video {
  object-fit: cover;
}
.index-banner .banner-video,
.index-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-butbox .swiper-but {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #003F82;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
.swiper-butbox .swiper-but:hover {
  background-color: var(--c);
}
.swiper-butbox .swiper-but i {
  font-size: var(--14);
  color: #fff;
}
.indexcontent .i-products {
  padding-top: var(--d130);
  padding-bottom: var(--d357);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.indexcontent .i-products .i-products-title {
  margin-bottom: 5px;
}
.indexcontent .i-products .i-products-text {
  width: 1100px;
  max-width: 100%;
  margin-bottom: var(--d60);
}
.indexcontent .i-products .i-products-nav {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-products .i-products-nav .i-products-nav2 {
  width: 475px;
}
.indexcontent .i-products .i-products-nav .i-products-nav2:nth-child(2) {
  width: 640px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexcontent .i-products .i-products-nav .i-products-nav2 .i-products-nav3 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.indexcontent .i-products .i-products-nav .i-products-nav2 .i-products-nav3:hover img {
  transform: scale(1.1);
}
.indexcontent .i-products .i-products-nav .i-products-nav2 .i-products-nav3:hover .i-products-navtitle {
  background-color: rgba(175, 0, 0, 0.9);
}
.indexcontent .i-products .i-products-nav .i-products-nav2 .i-products-nav3 .i-products-navtitle {
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 44, 77, 0.9);
  color: #fff;
  font-size: var(--20);
  padding: var(--d15) var(--d35);
}
.indexcontent .i-products .i-products-nav .i-products-nav2 .i-products-nav3 img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexcontent .i-hot {
  padding-top: var(--d130);
  padding-bottom: var(--d180);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.indexcontent .i-hot .i-hot-title {
  margin-bottom: 5px;
}
.indexcontent .i-hot .i-hot-text {
  width: 1100px;
  max-width: 100%;
  margin-bottom: var(--d60);
}
.indexcontent .i-hot .i-hot-box a {
  display: block;
  margin-bottom: 5px;
}
.indexcontent .i-about {
  padding-top: var(--d25);
  padding-bottom: var(--d700);
  position: relative;
}
@media (min-width: 1920px) {
  .indexcontent .i-about {
    padding-bottom: 36.45833vw;
  }
}
.indexcontent .i-about .i-about-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.indexcontent .i-about .i-about-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.indexcontent .i-about .i-about-bg .i-video-box {
  width: 9.58333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  top: 28%;
  left: 36%;
  animation: playan1 10s infinite linear;
}
.indexcontent .i-about .i-about-bg .i-video-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: inline-block;
  font-size: 2.35417vw;
  line-height: 1;
  transform: translate(-50%, -50%);
  animation: playan2 10s infinite linear;
}
.indexcontent .i-about .i-about-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.indexcontent .i-about .i-about-box .i-about-left {
  width: calc(806 / 1660 * 100%);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-title {
  margin-bottom: var(--d40);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-text {
  margin-bottom: var(--d28);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-more {
  transform: translateY(-50%);
  font-size: var(--24);
  line-height: calc(36 / 24);
  display: flex;
  align-items: center;
  color: var(--c);
}
.indexcontent .i-about .i-about-box .i-about-left .i-about-more::before {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 2px;
  background-color: var(--c);
  top: 50%;
  transform: translateY(-50%);
  content: '';
  margin-right: var(--d25);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-list {
  display: flex;
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-list .i-about-list2:first-child {
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  margin-right: var(--d120);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-list .i-about-list2:nth-child(2) {
  margin-right: var(--d80);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-list .i-about-list2:nth-child(2) .i-about-numbox .i-about-num {
  color: var(--c);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-list .i-about-list2 .i-about-numbox {
  margin-bottom: var(--d55);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-list .i-about-list2 .i-about-numbox:last-child {
  margin-bottom: 0;
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-list .i-about-list2 .i-about-numbox .i-about-num {
  display: flex;
  align-items: flex-end;
  color: #03396A;
  font-family: 'Frick03', Arial, sans-serif;
  line-height: 0.8;
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-list .i-about-list2 .i-about-numbox .i-about-num .num {
  font-weight: 300;
  font-size: var(--65);
  margin-right: var(--d16);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-list .i-about-list2 .i-about-numbox .i-about-num .tip {
  font-weight: 300;
  font-size: var(--44);
}
.indexcontent .i-about .i-about-box .i-about-right .i-about-list .i-about-list2 .i-about-numbox .i-about-title {
  font-size: var(--17);
  color: #444444;
}
.indexcontent .i-news {
  padding-top: var(--d130);
  padding-bottom: var(--d330);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.indexcontent .i-news .i-news-title {
  margin-bottom: var(--d55);
}
.indexcontent .i-news .i-news-content {
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-news .i-news-content .i-news-left {
  width: calc(925 / 1660 * 100%);
}
.indexcontent .i-news .i-news-content .i-news-left .i-news-list .i-news-list2 {
  margin-bottom: var(--d50);
}
.indexcontent .i-news .i-news-content .i-news-left .i-news-list .i-news-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .i-news .i-news-content .i-news-right {
  width: calc(600 / 1660 * 100%);
  background-color: var(--c);
}
.indexcontent .i-news .i-news-content .i-news-right:hover .img-box img {
  transform: scale(1.1);
}
.indexcontent .i-news .i-news-content .i-news-right .img-box {
  padding-bottom: calc(400 / 560 * 100%);
}
.indexcontent .i-news .i-news-content .i-news-right .i-news-text {
  padding: var(--d45) var(--d30);
}
.indexcontent .i-news .i-news-content .i-news-right .i-news-text .news-date {
  font-size: var(--18);
  color: #fff;
  font-weight: 700;
  margin-bottom: var(--d10);
}
.indexcontent .i-news .i-news-content .i-news-right .i-news-text .news-list-title {
  padding-bottom: var(--d15);
  margin-bottom: var(--d15);
  position: relative;
}
.indexcontent .i-news .i-news-content .i-news-right .i-news-text .news-list-title::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.indexcontent .i-news .i-news-content .i-news-right .i-news-text .news-list-title h3 {
  font-size: var(--18);
  line-height: calc(28 / 18);
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexcontent .i-news .i-news-content .i-news-right .i-news-text .news-list-text {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-box:hover .product-imgbox::before,
.product-box:hover .product-imgbox::after {
  opacity: 1;
}
.product-box:hover .product-title {
  background-color: rgba(175, 0, 0, 0.8);
  border-color: rgba(255, 255, 255, 0.5);
}
.product-box:hover .product-title h3 {
  color: #fff;
}
.product-box:hover .product-title h3::after {
  background-color: #fff;
}
.product-box .product-imgbox {
  position: relative;
}
.product-box .product-imgbox .img-box {
  padding-bottom: calc(260 / 385 * 100%);
}
.product-box .product-imgbox::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(175, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.5s;
  z-index: 10;
}
.product-box .product-imgbox::before {
  content: '\e644';
  font-family: 'iconfont' !important;
  font-size: 40px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
  z-index: 11;
}
.product-box .product-title {
  padding: var(--d20) var(--d30);
  transition: all 0.5s;
  border-top: 1px solid transparent;
}
.product-box .product-title h3 {
  transition: all 0.5s;
  font-size: var(--16);
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: var(--d20);
}
.product-box .product-title h3::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #222222;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: '';
  transition: all 0.5s;
}
.news-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.news-box:hover {
  background-color: var(--c);
}
.news-box:hover .news-img img {
  transform: scale(1.1);
}
.news-box:hover .news-textbox .news-date {
  color: #fff;
}
.news-box:hover .news-textbox .news-list-title::after {
  background-color: #fff;
}
.news-box:hover .news-textbox .news-list-title h3 {
  color: #fff;
}
.news-box:hover .news-textbox .news-list-text {
  color: #fff;
}
.news-box .news-img {
  width: 280px;
}
.news-box .news-img .img-box {
  padding-bottom: calc(400 / 560 * 100%);
}
.news-box .news-textbox {
  width: calc(100% - 280px);
  padding-left: var(--d40);
}
.news-box .news-textbox .news-date {
  font-size: var(--18);
  color: #04396A;
  font-weight: 700;
  margin-bottom: var(--d10);
  transition: all 0.5s;
}
.news-box .news-textbox .news-list-title {
  padding-bottom: var(--d15);
  margin-bottom: var(--d15);
  position: relative;
}
.news-box .news-textbox .news-list-title::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: var(--c);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.news-box .news-textbox .news-list-title h3 {
  font-size: var(--18);
  line-height: calc(28 / 18);
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.5s;
}
.news-box .news-textbox .news-list-text {
  color: #444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}
.other-banner {
  width: 100%;
}
.other-banner .other-img {
  width: 100%;
}
.other-banner .other-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-banner .crumbs {
  padding-top: var(--d40);
  padding-bottom: var(--d38);
}
.other-banner .crumbs .crumbs-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--c);
  margin-right: var(--d20);
}
.other-banner .crumbs .crumbs-icon i {
  color: #fff;
  font-size: var(--14);
}
.other-banner .crumbs .crumbs-list {
  display: inline;
}
.other-banner .crumbs .crumbs-list .crumbs-list2 {
  display: inline;
  font-size: var(--18);
  color: #000;
}
.other-banner .crumbs .crumbs-list .crumbs-list2::after {
  content: '>';
}
.other-banner .crumbs .crumbs-list .crumbs-list2:last-child::after {
  display: none;
}
.productcontent {
  padding-bottom: var(--d90);
}
.productcontent .menubut {
  z-index: 11 !important;
}
.productcontent .product-list {
  margin-bottom: calc(var(--d25) * -1);
  padding-bottom: var(--d45);
}
.productcontent .product-list .product-list2 {
  margin-bottom: var(--d25);
}
.pagination {
  display: flex;
  justify-content: flex-end;
}
.pagination .prev a,
.pagination .next a {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: var(--c2);
  border-radius: 50%;
  transition: all 0.5s;
}
.pagination .prev a:hover,
.pagination .next a:hover {
  background-color: var(--c);
}
.pagination .prev a i,
.pagination .next a i {
  font-size: var(--14);
  color: #fff;
}
.pagination .pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--d30);
  border-radius: 50px;
  background-color: var(--c2);
  margin: 0 var(--d10);
}
.pagination .pagination-page li {
  font-size: var(--14);
  color: #fff;
  font-weight: 700;
  margin-right: var(--d10);
}
.pagination .pagination-page li:last-child {
  margin-right: 0;
}
.aboutcontent {
  padding-bottom: var(--d130);
}
.aboutcontent .about-title {
  margin-bottom: var(--d10);
}
.aboutcontent .about-text {
  margin-bottom: var(--d80);
}
.aboutcontent .about-list {
  margin-bottom: calc(var(--d10) * -1);
}
.aboutcontent .about-list .about-list2 {
  margin-bottom: var(--d10);
  cursor: pointer;
}
.aboutcontent .about-list .about-list2:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .about-list .about-list2 .img-box {
  padding-bottom: calc(560 / 770 * 100%);
}
.about-list-title {
  padding: var(--d20);
  text-align: center;
  font-size: var(--17);
  line-height: calc(21 / 17);
  color: #222222;
}
.top {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
.productioncontent {
  padding-bottom: var(--d110);
  padding-bottom: var(--d208);
}
.productioncontent .production-list {
  padding-bottom: var(--d60);
  margin-bottom: calc(var(--d10) * -1);
}
.productioncontent .production-list .production-list2 {
  margin-bottom: var(--d10);
  cursor: pointer;
}
.productioncontent .production-list .production-list2:hover .img-box img {
  transform: scale(1.1);
}
.productioncontent .production-list .production-list2 .img-box {
  padding-bottom: calc(560 / 770 * 100%);
}
.productioncontent .production-list .production-list2 .about-list-title {
  padding: var(--d20);
  text-align: center;
  font-size: var(--17);
  line-height: calc(21 / 17);
  color: #222222;
}
.productioncontent .techniques-text {
  margin-bottom: var(--d30);
}
.productioncontent .techniques-text:last-child {
  margin-bottom: 0;
}
.productioncontent .techniques-text .techniques-contitle {
  font-size: var(--24);
  line-height: calc(26 / 24);
  color: var(--c);
  margin-bottom: var(--d20);
  font-weight: 700;
}
.servicecontent {
  padding-bottom: var(--d160);
}
.servicecontent .service-list .service-list2 {
  margin-bottom: var(--d50);
  position: relative;
}
.servicecontent .service-list .service-list2:last-child {
  margin-bottom: 0;
}
.servicecontent .service-list .service-list2 .service-list-title {
  margin-bottom: var(--d10);
}
.servicecontent .service-list .service-list2 .service-list-title h3 {
  font-size: var(--32);
  line-height: calc(39 / 32);
  color: var(--c);
  font-weight: 700;
}
.servicecontent .service-list .service-list2 .service-list-text {
  color: #000;
  margin-bottom: var(--d20);
}
.servicecontent .service-list .service-list2 .service-imgbox {
  margin-bottom: calc(var(--d20) * -1);
}
.servicecontent .service-list .service-list2 .service-imgbox .service-imgbox2 {
  margin-bottom: var(--d20);
}
.servicecontent .service-list .service-list2 .service-imgbox .service-imgbox2 .img-box {
  padding-bottom: calc(560 / 770 * 100%);
}
.qualitycontent {
  padding-bottom: var(--d110);
}
.qualitycontent .quality-list {
  padding-bottom: var(--d50);
}
.qualitycontent .quality-list .img-box {
  padding-bottom: calc(780 / 560 * 100%);
}
.qualitycontent .management-text {
  margin-bottom: var(--d40);
}
.qualitycontent .management-list .management-list2 {
  margin-bottom: var(--d10);
}
.qualitycontent .management-list .management-list2 .img-box {
  padding-bottom: calc(560 / 770 * 100%);
}
.newscontent {
  padding-top: var(--d20);
  padding-bottom: var(--d120);
}
.newscontent .news-list {
  padding-bottom: var(--d70);
  margin-bottom: calc(var(--d50) * -1);
  --bs-gutter-x: 1.875rem;
}
.newscontent .news-list .news-list2 {
  margin-bottom: var(--d50);
}
.newscontent .news-list .news-list2 .news-list-title h3 {
  -webkit-line-clamp: 2;
}
.downloadcontent {
  padding-top: var(--d20);
  padding-bottom: var(--d120);
}
.downloadcontent .download-list {
  margin-bottom: var(--d50);
}
.downloadcontent .download-list .download-list2 {
  padding-bottom: var(--d50);
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: var(--d50);
}
.downloadcontent .download-list .download-list2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.downloadcontent .download-list .download-list2 .download-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.downloadcontent .download-list .download-list2 .download-list3:hover .img-box img {
  transform: scale(1.1);
}
.downloadcontent .download-list .download-list2 .download-list3:hover .download-textbox .download-list-title {
  color: var(--c);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-tip {
  font-size: var(--34);
  color: #04396A;
  margin-right: var(--d90);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-imgbox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-imgbox .download-img {
  width: 450px;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-imgbox .img-box {
  padding-bottom: calc(240 / 450 * 100%);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
  width: 600px;
  margin-left: var(--d60);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-list-title {
  font-size: var(--24);
  line-height: calc(29 / 24);
  font-weight: 700;
  color: #000;
  margin-bottom: var(--d15);
  transition: all 0.5s;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-list-text {
  font-size: var(--18);
  line-height: calc(24 / 18);
  color: #444444;
  margin-bottom: var(--d40);
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-but {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--16);
  padding: var(--d12) var(--d58);
  background-color: var(--c);
  border-radius: 50px;
  transition: all 0.5s;
}
.downloadcontent .download-list .download-list2 .download-list3 .download-textbox .download-but:hover {
  background-color: var(--c2);
}
.contactcontent {
  padding-top: var(--d44);
  padding-bottom: var(--d330);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.contactcontent .contact-box {
  display: flex;
  justify-content: space-between;
}
.contactcontent .contact-box .contact-left {
  width: calc(563 / 1660 * 100%);
  margin-top: var(--d12);
  padding-left: var(--d60);
  position: relative;
}
.contactcontent .contact-box .contact-left::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #04396A;
}
.contactcontent .contact-box .contact-left .contact-mes {
  margin-bottom: var(--d60);
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 {
  padding-bottom: var(--d30);
  border-bottom: 1px dashed #CCCCCC;
  margin-bottom: var(--d30);
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mestitle {
  font-family: 'Frick03', Arial, sans-serif;
  font-size: var(--34);
  color: var(--c);
  margin-bottom: 5px;
  line-height: calc(51 / 34);
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mestext {
  font-size: var(--18);
  line-height: calc(32 / 18);
  color: #222222;
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mestext a {
  margin-right: var(--d40);
  transition: all 0.5s;
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mestext a:hover {
  color: var(--c);
}
.contactcontent .contact-box .contact-left .contact-mes .contact-mes2 .contact-mestext a:last-child {
  margin-right: 0;
}
.contactcontent .contact-box .contact-left .contact-share {
  display: flex;
}
.contactcontent .contact-box .contact-left .contact-share a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--d15);
}
.contactcontent .contact-box .contact-left .contact-share a:first-child {
  background-color: #2670D7;
}
.contactcontent .contact-box .contact-left .contact-share a:nth-child(2) {
  background-color: #C00F0F;
}
.contactcontent .contact-box .contact-left .contact-share a:nth-child(3) {
  background-color: #222222;
}
.contactcontent .contact-box .contact-left .contact-share a:nth-child(4) {
  background-color: #EB009D;
}
.contactcontent .contact-box .contact-left .contact-share a:last-child {
  background-color: #0A66C2;
  margin-right: 0;
}
.contactcontent .contact-box .contact-left .contact-share a i {
  color: #fff;
  font-size: var(--14);
}
.contactcontent .contact-box .contact-right {
  width: calc(965 / 1660 * 100%);
}
.contact-right {
  background-color: #F5F8FA;
  padding: var(--d64) var(--d80) var(--d105) var(--d84);
}
.contact-form .contact-title {
  font-family: 'Frick03', Arial, sans-serif;
  color: var(--c);
  font-size: var(--40);
  line-height: calc(60 / 40);
  margin-bottom: 2px;
}
.contact-form .contact-text {
  font-size: var(--16);
  line-height: calc(19 / 16);
  color: #000;
  margin-bottom: var(--d35);
}
.contact-form ul {
  --bs-gutter-x: 1rem;
}
.contact-form ul .input-box {
  width: 100%;
  padding: var(--d12) var(--d30);
  font-size: var(--17);
  margin-bottom: var(--d15);
}
.contact-form ul .input-box::placeholder {
  color: #333333;
  transition: all 0.5s;
}
.contact-form ul .input-box:focus::placeholder {
  opacity: 0.3;
}
.contact-form ul .textarea-box {
  margin-bottom: var(--d30);
  height: 150px;
}
.contact-form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #04396A;
  padding: var(--d12) var(--d56);
  font-size: var(--16);
  line-height: calc(19 / 16);
  color: #fff;
  border-radius: 50px;
}
.contact-form .submit i {
  font-size: var(--16);
  line-height: 1;
  margin-left: var(--d20);
}
.detailscontent .details-swbut {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.detailscontent .details-prev {
  left: var(--d25);
}
.detailscontent .details-next {
  right: var(--d25);
}
.detailscontent .details-content2 {
  display: flex;
  justify-content: space-between;
  padding-top: var(--d18);
  padding-bottom: var(--d30);
}
.detailscontent .details-content2 .details-left .details-imgbox {
  display: flex;
}
.detailscontent .details-content2 .details-left .details-imgbox .img-box {
  padding-bottom: calc(520 / 770 * 100%);
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox {
  width: 130px;
  height: 405px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox .details-swiper1 {
  width: 100%;
  height: 100%;
  padding: 1px;
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
  border: 1px solid #DDDDDD;
  overflow: hidden;
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
  border-color: var(--c);
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active::after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
  position: relative;
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video::before {
  font-family: 'iconfont' !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e726";
  font-size: 26px;
  color: #fff;
  z-index: 12;
  line-height: 1;
  border-radius: 50%;
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 {
  overflow: hidden;
  width: 600px;
  margin-right: var(--d20);
}
.detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
  width: 100%;
  height: 100%;
  border: 1px solid #E7E7E7;
}
.detailscontent .details-content2 .details-right {
  width: 845px;
}
.detailscontent .details-content2 .details-right .details-title {
  margin-bottom: var(--d30);
  padding: var(--d14) var(--d40);
  background-color: #04396A;
}
.detailscontent .details-content2 .details-right .details-title h2 {
  font-size: var(--18);
  line-height: calc(22 / 18);
  color: #fff;
  font-weight: 700;
}
.detailscontent .details-content2 .details-right .details-text {
  padding-left: var(--d40);
  padding-right: var(--d55);
  padding-bottom: var(--d40);
}
.detailscontent .details-content2 .details-right .details-butbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 var(--d40);
}
.detailscontent .details-content2 .details-right .details-butbox .details-but {
  margin-bottom: var(--d30);
}
.detailscontent .details-content2 .details-right .details-butbox .details-but:first-child {
  margin-right: var(--d20);
}
.detailscontent .details-content2 .details-right .details-butbox a {
  padding: var(--d12) var(--d45);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c);
  color: #fff;
  font-size: var(--16);
  font-weight: 700;
  line-height: calc(24 / 16);
  border-radius: 50px;
  transition: all 0.5s;
}
.detailscontent .details-content2 .details-right .details-butbox a:hover {
  background-color: #333333;
}
.detailscontent .details-content2 .details-right .details-butbox a i {
  font-size: var(--20);
  margin-right: var(--d16);
}
.detailscontent .details-content2 .details-right .details-share {
  padding: 0 var(--d40);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detailscontent .details-content2 .details-right .details-share p {
  font-size: var(--15);
  color: #000;
  margin-right: var(--d20);
}
.detailscontent .details-nav {
  width: 100%;
  position: sticky;
  top: 130px;
  background-color: #fff;
  z-index: 100;
  background-color: var(--c);
}
.detailscontent .details-nav .navbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detailscontent .details-nav .navbox .navbox2 {
  color: #4C4C4C;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  margin-right: var(--d110);
}
.detailscontent .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.detailscontent .details-nav .navbox .navbox2 span {
  padding: var(--d12) 0;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  font-size: var(--18);
  color: #fff;
}
.detailscontent .details-nav .navbox .navbox2:hover span {
  font-weight: 700;
  text-decoration: underline;
}
.detailscontent .details-nav .navbox .action span {
  font-weight: 700;
  text-decoration: underline;
}
.detailscontent .details {
  padding-top: var(--d30);
  padding-bottom: var(--d120);
}
.detailscontent .details .content {
  position: relative;
}
.detailscontent .details .content-title {
  font-size: var(--56);
  line-height: calc(84 / 56);
  color: var(--c);
  font-family: 'Frick03', Arial, sans-serif;
}
.detailscontent .details .content-title span {
  color: var(--c2);
}
.detailscontent .details .detproduct {
  margin-bottom: var(--d60);
}
.detailscontent .details .detproduct .detproduct-text {
  margin-bottom: var(--d50);
}
.detailscontent .details .detproduct .detproduct-text:last-child {
  margin-bottom: 0;
}
.detailscontent .details .detproduct .detproduct-text .table-box {
  width: 1275px;
  max-width: 100%;
}
.detailscontent .details .inquiry {
  margin-bottom: var(--d96);
}
.detailscontent .details .recommended .recommended-titlebox {
  margin-bottom: var(--d40);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detailscontent .details .recommended .recommended-titlebox .swiper-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--d40);
}
.detailscontent .details .recommended .recommended-titlebox .swiper-butbox .recommended-prev {
  margin-right: var(--d10);
}
.inquiry-form .product-input {
  width: 100%;
}
.inquiry-form .product-input .input-box {
  padding: var(--d20) var(--d40);
  background-color: #04396A;
  font-size: var(--22);
  font-weight: 700;
  color: #fff;
  line-height: calc(20 / 22);
}
.inquiry-form .input-box {
  width: 100%;
  margin-bottom: var(--d20);
  background-color: #F5F8FA;
  padding: var(--d16) var(--d40);
  font-size: var(--16);
  color: #444444;
}
.inquiry-form .input-box::placeholder {
  color: #444444;
  transition: all 0.5s;
}
.inquiry-form .input-box:focus::placeholder {
  opacity: 0.3;
}
.inquiry-form .textarea-box {
  height: 200px;
  margin-bottom: var(--d40);
}
.inquiry-form .submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #04396A;
  padding: var(--d12) var(--d56);
  font-size: var(--16);
  line-height: calc(19 / 16);
  color: #fff;
  border-radius: 50px;
  transition: all 0.5s;
}
.inquiry-form .submit:hover {
  background-color: var(--c);
}
.inquiry-form .submit i {
  font-size: var(--16);
  line-height: 1;
  margin-left: var(--d20);
}
.newsdetcon {
  padding-bottom: var(--d120);
  background-color: #fff;
}
.newsdetcon .news-formbox .form-title h2 {
  color: #003366;
}
.newsdetcon .news-formbox .more-but .more-box {
  background-color: #003366;
}
.newsdetcon .news-formbox .input-box {
  color: #003366;
  background-color: #F7F8FA;
}
.newsdetcon .news-formbox .input-box::placeholder {
  transition: all 0.5s;
  color: #496683;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .index-news-date {
  font-size: var(--18);
  line-height: 1;
  margin-bottom: var(--d20);
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--d30);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--d40);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: var(--c);
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .news-next {
  margin-bottom: var(--d50);
}
.newsdetcon .contact-formbox {
  width: 100%;
}
.newsdetcon .contact-formbox .getquote-form {
  padding: 0;
}
.search-note .search-note-title {
  margin-bottom: var(--d30);
}
.search-note .search-note-text {
  border-radius: 5px;
  padding: var(--d10);
  background-color: var(--c);
  margin-bottom: var(--d30);
  color: #000;
}
.search-note .hot {
  margin-bottom: var(--d30);
}
.cart {
  padding-top: var(--d120);
}
.cart .detailscontent .details .inquiry {
  margin-bottom: 0;
}
.cart .cartcontent {
  padding-bottom: var(--d120);
}
.cart .cart-box .img-box {
  padding-bottom: calc(520 / 770 * 100%);
}
.cart .cart-box .title-inquiry-info {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .title-inquiry-info .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.cart .cart-box .inquiry-list::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f5f7fa;
  content: "";
  position: absolute;
}
.cart .cart-box .inquiry-list .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list .number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .inquiry-list .number-box span {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.cart .cart-box .inquiry-list .number-box span:hover {
  background-color: #254b9e;
  color: #fff;
}
.cart .cart-box .inquiry-list .number-box .ipt-num {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
.cart .cart-box .inquiry-list .iclose {
  position: relative;
  cursor: pointer;
}
.cart .cart-box .inquiry-list .iclose:hover::after {
  color: #254b9e;
}
.cart .cart-box .inquiry-list .iclose::after {
  font-family: "iconfont" !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ec7b";
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  z-index: 10;
}
.cart .cart-box .checkbox {
  width: 10%;
}
.cart .cart-box .pimg,
.cart .cart-box .number {
  width: 20%;
}
.cart .cart-box .pname {
  width: 40%;
}
.cart .cart-box .pname2 {
  display: none;
}
.cart .cart-box .operation {
  width: 10%;
}
.cart .cart-box .det-tit {
  width: 100%;
  position: relative;
  color: #000;
  font-size: var(--20);
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.cart .cart-box .det-tit::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  content: "";
  bottom: 0;
  left: 0;
}
.cart .cart-box .pimg-pname-num {
  display: none;
}
.cart .cart-box .pimg-pname-num p {
  margin-bottom: 20px;
}
.cart .detailscontent .requestbox {
  padding-top: var(--36);
  padding-bottom: var(--64);
}
@media (max-width: 1400px) {
  .cart .cart-box .title-inquiry-info .item {
    font-size: 14px;
    padding: 10px;
  }
  .cart .cart-box .inquiry-list .item {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .cart .cart-box .pimg,
  .cart .cart-box .pname,
  .cart .cart-box .number {
    display: none;
  }
  .cart .cart-box .title-inquiry-info .operation span {
    display: none;
  }
  .cart .cart-box .pimg-pname-num {
    display: block;
    width: 80%;
  }
  .cart .cart-box .pimg-pname-num .cart-img {
    max-width: 300px;
  }
}
.privacycontent {
  padding: var(--d120) 0;
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}
.sitemapcontent .sitemap-content {
  padding: var(--d120) 0;
}
.sitemapcontent .sitemap-content .sitemap-title {
  margin-bottom: var(--d60);
}
.sitemapcontent .sitemap-content .list1 .list2 {
  margin-bottom: var(--d30);
}
.sitemapcontent .sitemap-content .list1 .list2:last-child {
  margin-bottom: 0;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3 {
  max-width: 100%;
  width: 400px;
  height: 50px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--c);
  color: var(--c);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: var(--c);
  color: #fff;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 {
  padding-top: 20px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-2 .list2-2 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--c);
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: var(--c);
}
.container {
  max-width: 1615px;
  padding: 0;
  position: relative;
}
@media (max-width: 1800px) {
  .container {
    max-width: 1480px;
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2:nth-child(2) {
    width: 540px;
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2 {
    width: 415px;
  }
  .detailscontent .details-content2 .details-right {
    width: 692px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1260px;
  }
  :root {
    --d700: 600px;
    --d357: 285px;
    --d330: 270px;
    --d208: 130px;
    --d180: 110px;
    --d130: 90px;
    --d120: 90px;
    --d105: 70px;
    --d96: 70px;
    --d90: 70px;
    --d84: 60px;
    --d80: 60px;
    --d64: 40px;
    --d60: 35px;
    --d55: 35px;
    --d50: 30px;
    --d45: 30px;
    --d40: 30px;
    --d38: 30px;
    --d35: 20px;
    --d30: 15px;
    --d20: 10px;
    --d12: 8px;
    --75: 65px;
    --56: 45px;
    --32: 30px;
    --24: 22px;
    --20: 18px;
    --18: 16px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-imgbox .download-img {
    width: 390px;
  }
  .servicecontent {
    padding-bottom: var(--d130);
  }
  .detailscontent .details-content2 .details-right {
    width: 620px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 {
    width: 500px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox {
    width: 105px;
    height: 338px;
  }
  .fooder .fooder-con .fooder-mesbox {
    width: 380px;
  }
  .fooder .fooder-con .fooder-quick {
    width: 300px;
  }
  .fooder .fooder-con .fooder-products {
    width: 300px;
  }
  .indexcontent .i-news .i-news-content .i-news-right {
    width: calc(675 / 1660 * 100%);
  }
  .product-box .product-title h3::after {
    width: 4px;
    height: 4px;
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2:nth-child(2) {
    width: 450px;
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2 {
    width: 358px;
  }
  .gmt-title::after {
    width: 36px;
    height: 36px;
  }
  .header .search-box {
    width: 310px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1060px;
  }
  .detailscontent .details-nav {
    top: 115px;
  }
  .row {
    --bs-gutter-x: 1.5rem;
  }
  :root {
    --d700: 450px;
    --d357: 205px;
    --d330: 205px;
    --d208: 80px;
    --d180: 80px;
    --d130: 60px;
    --d120: 50px;
    --d96: 40px;
    --d80: 30px;
    --d55: 25px;
    --d48: 33px;
    --d40: 20px;
    --d38: 20px;
    --d25: 20px;
    --75: 50px;
    --65: 50px;
    --56: 38px;
    --34: 28px;
    --32: 28px;
    --24: 20px;
    --20: 16px;
    --17: 15px;
    --16: 14px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-imgbox .download-img {
    width: 290px;
  }
  .detailscontent .details-content2 .details-right {
    width: 530px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox {
    height: 271px;
    width: 91px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 {
    width: 400px;
  }
  .fooder .fooder-top .fooder-form {
    width: 370px;
  }
  .header .search-box {
    width: 260px;
  }
  .header .search-box .input-text {
    font-size: 15px;
  }
  .header .header-box1 .header-content1 .header-right .header-mes .header-mes2 .header-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .news-box .news-img {
    width: 238px;
  }
  .news-box .news-textbox {
    width: calc(100% - 238px);
    padding-left: var(--d40);
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2:nth-child(2) {
    width: 370px;
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2 {
    width: 300px;
  }
  .gmt-title::after {
    width: 28px;
    height: 28px;
  }
  .header .header-box1 .header-content1 {
    height: 65px;
  }
  .header .header-box1 .header-content1 .logo {
    width: 115px;
  }
  .header .header-box1 .header-content1 .header-right .header-mes .header-mes2 {
    margin-right: 55px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 860px;
  }
  :root {
    --d700: 380px;
    --d357: 150px;
    --d330: 150px;
    --d90: 55px;
    --d88: 55px;
    --d70: 40px;
    --d60: 25px;
    --d50: 20px;
    --d45: 20px;
    --d44: 20px;
    --d25: 15px;
    --d15: 10px;
    --d10: 8px;
    --75: 45px;
    --38: 25px;
    --22: 20px;
    --18: 16px;
  }
  .contactcontent .contact-box {
    flex-direction: column;
  }
  .contact-right {
    width: 100%;
    padding: var(--d60);
    margin-top: var(--d60);
  }
  .contactcontent .contact-box .contact-left {
    width: 100%;
  }
  .swiper-butbox .swiper-but {
    width: 30px;
    height: 30px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 {
    width: 600px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox {
    width: 130px;
    height: 405px;
  }
  .detailscontent .details-content2 {
    flex-direction: column;
  }
  .detailscontent .details-content2 .details-right {
    width: 100%;
    margin-top: var(--d30);
  }
  .other-banner .crumbs .crumbs-icon {
    width: 28px;
    height: 28px;
  }
  .gmt-box .gmt-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .gmt-box .gmt-rigth {
    width: 100%;
  }
  .gmt-box {
    flex-direction: column;
  }
  .fooder .fooder-con .fooder-quick .fooder-nav1::after {
    display: none;
  }
  .fooder .fooder-bom {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder-left2 {
    margin-bottom: var(--d10);
  }
  .fooder .fooder-con {
    flex-wrap: wrap;
  }
  .fooder .fooder-con .fooder-mesbox {
    width: 100%;
    margin-top: var(--d30);
  }
  .news-box .news-img {
    width: 193px;
  }
  .news-box .news-textbox {
    width: calc(100% - 193px);
  }
  .indexcontent .i-about .i-about-box .i-about-left .i-about-title {
    margin-bottom: 0;
  }
  .indexcontent .i-about .i-about-box .i-about-right .i-about-list {
    justify-content: space-between;
  }
  .indexcontent .i-about .i-about-box {
    flex-direction: column;
  }
  .indexcontent .i-about .i-about-box .i-about-left {
    width: 100%;
  }
  .gmt-title::after {
    width: 26px;
    height: 26px;
  }
  .header {
    position: sticky;
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2 {
    width: 250px;
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2:nth-child(2) {
    width: 330px;
  }
  .header .header-box1 {
    background-color: var(--c);
  }
  .header .header-box1 .header-content1 .logo a img {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 980px) {
  .container {
    max-width: 700px;
  }
  .detailscontent .details-nav {
    top: 100px;
  }
  .header .header-box2 .header-content2 {
    height: 35px;
  }
  :root {
    --d700: 264px;
    --d330: 100px;
    --d110: 65px;
    --d105: 40px;
    --d58: 28px;
    --34: 26px;
    --32: 26px;
    --24: 18px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 {
    flex-direction: column;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-imgbox {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-textbox {
    width: 100%;
    margin-left: 0;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-imgbox .download-img {
    width: 480px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-imgbox {
    justify-content: flex-start;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-tip {
    margin-right: var(--d30);
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 {
    width: 500px;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox {
    width: 105px;
    height: 338px;
  }
  .pagination .prev a,
  .pagination .next a {
    width: 30px;
    height: 30px;
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2:nth-child(2) a .i-products-nav3 {
    margin-bottom: var(--d30);
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2:nth-child(2) a:last-child .i-products-nav3 {
    margin-bottom: 0;
  }
  .header .header-box1 .header-content1 .header-right .header-mes .header-mes2 {
    margin-right: 10px;
  }
  .header .header-box1 .header-content1 .header-right .header-mes {
    margin-right: 15px;
  }
  .fooder .fooder-top .fooder-form {
    width: 290px;
  }
  .indexcontent .i-news .i-news-content {
    flex-direction: column;
  }
  .indexcontent .i-news .i-news-content .i-news-right {
    width: 100%;
  }
  .indexcontent .i-news .i-news-content .i-news-left {
    width: 100%;
    margin-bottom: var(--d30);
  }
  .indexcontent .i-products .i-products-nav {
    flex-direction: column;
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2:nth-child(2) {
    width: 100%;
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2 {
    width: 100%;
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2 {
    margin-bottom: var(--d30);
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2:last-child {
    margin-bottom: 0;
  }
  .indexcontent .i-products .i-products-nav .i-products-nav2 .i-products-nav3 {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  :root {
    --d357: 85px;
    --d208: 60px;
    --d180: 60px;
    --d130: 40px;
    --d105: 40px;
    --d90: 40px;
    --d88: 40px;
    --d22: 8px;
    --75: 38px;
    --56: 30px;
    --22: 18px;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-imgbox {
    flex-direction: column;
    align-items: flex-start;
  }
  .downloadcontent .download-list .download-list2 .download-list3 .download-imgbox .download-img {
    width: 100%;
  }
  .detailscontent .details-nav .navbox {
    overflow-x: scroll;
  }
  .detailscontent .details-content2 .details-left .details-imgbox {
    flex-direction: column;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox2 {
    width: 100%;
  }
  .detailscontent .details-content2 .details-left .details-imgbox .details-swiperbox {
    width: 100%;
    height: auto;
    margin-top: var(--d20);
  }
  .index-banner .banner-butBox .banner-butBox2 .swiper-butbox .banner-but {
    width: 30px;
    height: 30px;
  }
  .fooder .fooder-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder .fooder-top .fooder-form {
    width: 100%;
    margin-top: var(--d20);
  }
  .indexcontent .i-about .i-about-bg .i-video-box {
    width: 70px;
  }
  .indexcontent .i-about .i-about-bg .i-video-box i {
    font-size: 20px;
  }
  .fooder-products {
    margin-bottom: var(--d30);
  }
  .header .header-box1 .header-content1 .header-right .header-mes {
    display: none;
  }
  .fooder {
    padding-bottom: 52px;
  }
}
@media (max-width: 540px) {
  :root {
    --d700: 200px;
    --d357: 50px;
    --d330: 50px;
    --d208: 30px;
    --d180: 30px;
    --d130: 30px;
    --d110: 30px;
    --d105: 30px;
    --d90: 30px;
    --d88: 30px;
    --d70: 30px;
    --d50: 10px;
    --d44: 10px;
    --d40: 15px;
    --d38: 15px;
    --d16: 8px;
    --75: 28px;
    --65: 40px;
    --44: 30px;
    --38: 24px;
    --22: 16px;
    --18: 14px;
    --17: 14px;
  }
  .title {
    line-height: calc(90 / 75);
  }
  .detailscontent .details .recommended .recommended-titlebox {
    flex-direction: column;
    align-items: flex-end;
  }
  .detailscontent .details .content-title {
    width: 100%;
  }
  .header .header-box1 .header-content1 .logo {
    width: 90px;
  }
  .index-banner .banner-butBox {
    bottom: 10px;
  }
  .gmt-title::after {
    width: 18px;
    height: 18px;
  }
  .news-box {
    flex-direction: column;
  }
  .news-box .news-img {
    width: 100%;
    margin-bottom: var(--d20);
  }
  .news-box .news-textbox {
    width: 100%;
    padding-left: 0;
  }
  .indexcontent .i-about .i-about-bg .i-video-box {
    bottom: 48%;
    top: unset;
    left: 36%;
  }
  .indexcontent .i-about .i-about-box .i-about-right .i-about-list .i-about-list2 {
    width: 32%;
  }
  .indexcontent .i-about .i-about-box .i-about-right .i-about-list .i-about-list2:first-child {
    margin-right: 0;
  }
  .indexcontent .i-about .i-about-box .i-about-right .i-about-list .i-about-list2:nth-child(2) {
    margin-right: 0;
  }
  .fooder .fooder-con .fooder-products {
    width: 100%;
  }
  .fooder .fooder-con .fooder-quick {
    width: 100%;
  }
  .fooder .fooder-bom .fooder-right2 {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }
}
