body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td a {
  margin: 0;
  padding: 0;
}

body {
  list-style: none;
  text-decoration: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
}

* {
  list-style: none;
  text-decoration: none;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: 'Barlow-Regular';
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background: #f28f1a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}

.swiper-button-prev {
  left: -60px;
}
.swiper-button-next {
  right: -60px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  color: white;
}

.button {
  width: 280px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'TitilliumWeb-Bold';
  background-color: #f28f1a;
  border: 2px solid #f28f1a;
  color: #fff;
  transition: all 0.5s;
}
.button:hover {
  background-color: #fff;
  color: #f28f1a;
}
a:hover,
a:focus {
  color: #f28f1a;
}
.title {
  font-size: 60px;
  font-family: 'Barlow-Bold';
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  text-align: center;
}
.title-64 {
  font-size: 64px;
  font-family: 'Barlow-Bold';
  color: #0e2132;
  margin-bottom: 20px;
}
.title-64 span {
  font-size: 64px;
  font-family: 'Barlow-Bold';
  color: #f28f1a;
}
.btn.more {
  width: 200px;
  height: 56px;
  background: #f28f1a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-family: 'Barlow-Medium';
  transition: all 0.5s;
  border-radius: 2px;
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@font-face {
  font-family: 'Barlow-Regular';
  src: url(/lib/fonts/Barlow-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'Barlow-Medium';
  src: url(/lib/fonts/Barlow-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'Barlow-Bold';
  src: url(/lib/fonts/Barlow-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: 'Barlow-SemiBold';
  src: url(/lib/fonts/Barlow-SemiBold.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'BarlowCondensed-SemiBoldItalic';
  src: url(/lib/images/about/BarlowCondensed-SemiBoldItalic.ttf);
  font-display: swap;
}

/* 搜索栏样式开始 */
.c-close-icon {
  width: 20px;
  height: 20px;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-close-icon span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #f28f1a;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
.c-close-icon span:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8.5px) rotate(-45deg);
}
.c-close-icon span:nth-child(2) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-8.5px) rotate(45deg);
}
input:focus,
textarea:focus {
  border-color: #f28f1a;
}
[type='submit'] {
  background: #f28f1a;
  border: 1px solid #f28f1a;
}
[type='submit']:hover {
  background: #fff;
  color: #f28f1a;
}
.c-search__submit:hover {
  background: #f28f1a;
  border-color: #f28f1a;
  color: #fff;
}
/* 手机导航搜索栏开始 */
.c-search__submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 搜索栏样式开始 */
/* 手机导航搜索栏结束 */

/* 弹出表单开始 */
.common-fixed-contact {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 800px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  border-radius: 10px;
  z-index: 998;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.common-fixed-contact h3 {
  margin: 20px 40px;
}

.common-fixed-contact p {
  margin: 0 40px;
}

.common-fixed-contact-form {
  padding: 20px 40px;
}

.common-fixed-contact-form__input,
.common-fixed-contact-form__textarea {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-bottom: 20px;
}

.common-fixed-contact-form__textarea {
  height: 144px;
  padding: 20px;
  resize: none;
}

.common-fixed-contact-form__submit {
  width: 240px;
  margin: 0 auto;
  margin-top: 20px;
}

.common-btn {
  width: 240px;
  height: 48px;
  background-color: #f28f1a;
  color: #fff;
  border: 1px solid #f28f1a;
  border-radius: 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  position: relative;
  -webkit-box-shadow: 0 15px 20px -5px rgba(242, 143, 26, 0.2);
  box-shadow: 0 15px 20px -5px rgba(242, 143, 26, 0.2);
}

.common-fixed-contact__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(/lib/images/close.svg) no-repeat center center;
}

.common-fixed-contact__close img {
  display: none;
}

.common-fixed-contact__close img.active {
  display: block;
}
/* 弹出表单结束 */

/* 弹出分享开始 */
.common-share {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  z-index: 998;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.common-share .common-share__close {
  cursor: pointer;
}
.common-share .common-share-box {
  width: 520px;
  height: 200px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-share .common-share-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-share .common-share-box ul li {
  margin: 0 10px;
}
.common-share__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* 弹出分享结束 */

input {
  padding: 0 15px;
  font-size: 16px;
}

.flex {
  display: flex;
}

.navigation.pagination .nav-links .page-numbers:hover {
  background: #f28f1a;
  border-color: #f28f1a;
}
.navigation.pagination .nav-links .page-numbers.current {
  background: #f28f1a;
  border-color: #f28f1a;
}
.content {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

header .header-top {
  padding: 12px 0;
}
header .header-top .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top .left {
  display: flex;
  align-items: center;
}
header .header-top .left .logo {
  margin-right: 20px;
}
header .header-top .left p {
  font-size: 20px;
  font-family: 'Barlow-Medium';
  color: #f28f1a;
  text-decoration: underline;
  max-width: 300px;
  width: 100%;
  font-style: italic;
  margin-left: 30px;
  position: relative;
}
header .header-top .left p::after {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #e5e5e5;
  content: '';
}
header .header-top .left p span {
  font-size: 20px;
  font-family: 'Barlow-Medium';
  color: #1d1d1d;
  text-decoration: underline;
  font-style: italic;
}
header .header-top .right .share ul {
  display: flex;
  align-items: center;
}
header .header-top .right {
  display: flex;
}
header .header-top .right ul {
  display: flex;
  align-items: center;
}
header .header-top .right ul li {
  display: flex;
  padding: 0 5px;
  cursor: pointer;
}
header .header-top .right ul li:last-child {
  border-right: none;
}
header .header-top .right ul li svg {
  border-radius: 50%;
}
header .header-top .right ul li p {
  display: flex;
  align-items: center;
  color: #0e2031;
  font-size: 14px;
}
header .header-top .right ul li p img {
  margin-right: 10px;
}
header .header-top .right ul li a {
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: #0e2031;
  font-size: 14px;
}
header .header-top .right ul li a img {
  margin-right: 10px;
}
header .header-center {
  background: #0e2031;
  color: #fff;
}
header .header-center ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
header .header-center ul li {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-center ul li a {
  font-size: 18px;
  font-family: 'Barlow-Medium';
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
header .header-center ul li a:hover {
  background-color: #f28f1a;
  color: #fff;
}
header .header-btn {
  background-color: #f28f1a;
}
header .header-btn.active {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
header .header-btn .content > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
header .header-btn ul li {
  height: 100%;
  padding: 0 1.562505vw;
  position: relative;
}
header .header-btn ul li::before {
  position: absolute;
  width: 1px;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: '';
  background-color: #fff;
}
header .header-btn ul li::after {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: -1px;
  content: '';
  background: #fff;
  transition: all 0.5s;
}
header .header-btn ul li:hover:before {
  opacity: none;
}
header .header-btn ul li:first-child::before {
  display: none;
}
header .header-btn ul li:hover::after {
  width: 101%;
}
header .header-btn ul li a {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 9;
  text-align: center;
  white-space: nowrap;
}
header .header-btn ul li:hover a {
  color: #f28f1a;
}
header .header-btn .primary_menu_ul {
  background: #fff;
  position: absolute;
  top: 99%;
  left: 0;
  z-index: 9;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  display: none;
}
header .header-btn .primary_menu_ul li {
  padding: 10px 20px;
}
header .header-btn .primary_menu_ul > li a {
  color: #f28f1a;
}
header .header-btn .primary_menu_ul .primary_menu_ul-two {
  background: #fff;
  position: absolute;
  top: 10%;
  left: 99%;
  z-index: 10;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  display: none;
}
header
  .header-btn
  .primary_menu_ul
  .primary_menu_ul-two
  .primary_menu_ul-three {
  background: #fff;
  position: absolute;
  top: 10%;
  left: 99%;
  z-index: 11;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  display: none;
}
header .zt {
  width: 100%;
  height: 50px;
  display: none;
}

/* 手机导航开始 */
header .header1,
.header2,
.header3 {
  display: none;
}
.nav {
  display: none;
}
.phone_header {
  display: block;
}
.phone_header .nav {
  display: block;
  height: 60px;
}
.body-top {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  box-shadow: 0px 0px 15px 3px rgba(0, 6, 11, 0.1);
  top: 0;
}
.body-top .body_top {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.body-top .top_left {
  display: inline-block;
  padding: 5px;
  padding-left: 20px;
  background: #fff;
}
.body-top .top_left a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.body-top .top_left img {
  max-width: 200px;
  height: 100%;
}
.body-top .top_right_ {
  display: flex;
  align-items: center;
}
.body-top .top_right_ .login {
  margin-left: 10px;
}
.body-top .top_right {
  width: 22px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 17px;
  float: right;
  right: 0;
}
.body-top .top_right span {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #f28f1a;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
.body-top .active span:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.body-top .active span:nth-child(2) {
  opacity: 0;
}
.body-top .active span:nth-child(3) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-9.5px) rotate(45deg);
}
.body-top .cart {
  display: flex;
  float: right;
  justify-content: center;
  height: 100%;
  align-items: center;
  margin-right: 10px;
}
.body-top .cart a {
  text-decoration: none;
  border: none;
  position: relative;
}
.body-top .cart a span {
  display: none;
}
.body-top .cart a .active {
  width: 15px;
  height: 15px;
  text-decoration: none;
  color: #fff;
  background: #e11b22;
  border-radius: 50%;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
  display: block;
}

.phone_header .mask_1 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  top: 0;
}
.phone_header > .active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
}
.body-left {
  width: 30%;
  opacity: 0;
  height: 100%;
  float: left;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
.body-left.body_left_active {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow: auto;
}
.body-left .img {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.body-left .img img {
  width: 100px;
}
.body-left .list {
  padding: 10px;
  min-height: 80%;
}
.body-left .list > ul > li {
  padding: 20px 0 20px 0px;
  color: #1d1d1d;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.list > ul > li > .active {
  opacity: 1;
  pointer-events: auto;
}
.body-left .list > ul > li > a {
  color: #1d1d1d;
  font-size: 15px;
  position: relative;
  text-decoration: none;
}
.menu__children_phone {
  display: none;
}
.body-left .list > ul > li .active {
  color: #f28f1a;
}
.menu__children_phone .menu__item {
  width: 100%;
  line-height: 18px;
  margin-top: 15px;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu__children_phone .menu__item a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}
.menu__item .menu__children_phone3 {
  display: none;
}
.menu__item .menu__children_phone3 li {
  width: 100%;
  line-height: 18px;
  margin-top: 15px;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu__item2 .triangle3 svg {
  width: 14px;
  height: 14px;
}
.menu__item2 .triangle3 {
  display: inline-block;
  position: absolute;
  right: 6px;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transform-origin: 7px 8px;
}
.menu__item2 .triangle3.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.body-left .list > ul > li .triangle {
  display: inline-block;
  position: absolute;
  right: 6px;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transform-origin: 7px 8px;
}
.body-left .list > ul > li .triangle.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.body-left .nav_phone {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.body-left .nav_phone .call {
  display: flex;
  margin-bottom: 20px;
}
.body-left .nav_phone .call img {
  margin-right: 10px;
}
.body-left .nav_phone .samples {
  width: 180px;
  height: 40px;
  background-color: #f28f1a;
  border-radius: 20px;
}
.body-left .nav_phone .samples a {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  font-family: 'IBMPlexSans-Bold';
  box-shadow: 0 4px 12px rgb(47 149 217 / 30%);
}
/* 手机导航结束 */

footer {
  padding: 80px 60px 0px;
  background: url(/lib/images/img_footer_bg.png) #112437 no-repeat center;
  color: #fff;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
}
footer .footer-top .box h3 {
  font-size: 28px;
  font-family: 'Barlow-Bold';
}
footer .footer-top .box:nth-child(1) {
  max-width: 400px;
  width: 100%;
}
footer .footer-top .box:nth-child(1) ul li a {
  display: flex;
  padding: 20px 0;
  font-family: 'Barlow-Medium';
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
footer .footer-top .box:nth-child(2) {
  max-width: 360px;
  width: 100%;
}
footer .footer-top .box:nth-child(2) h3 {
  color: #f28f1a;
  margin-bottom: 60px;
}
footer .footer-top .box:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 56px;
  font-family: 'Barlow-Medium';
  color: #f28f1a;
  border: 2px solid #f28f1a;
}
footer .footer-top .box:nth-child(3) {
  max-width: 285px;
  width: 100%;
}
footer .footer-top .box:nth-child(3) h3 {
  margin-bottom: 20px;
}
footer .footer-top .box:nth-child(3) ul li a {
  line-height: 1.7;
  font-size: 16px;
}
footer .footer-top .box:nth-child(4) {
  max-width: 320px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
footer .footer-top .box:nth-child(4) h3 {
  margin-bottom: 20px;
}
footer .footer-top .box:nth-child(4) p {
  font-family: 'Barlow-Medium';
  width: 100%;
  margin-bottom: 10px;
  text-align: right;
}
footer .footer-top .box:nth-child(4) a {
  display: block;
  margin-bottom: 10px;
}
footer .footer-top .box:nth-child(4) ul {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
footer .footer-top .box:nth-child(4) ul li {
  margin: 0 20px;
}

footer .footer-btn {
  margin-top: 30px;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-btn p {
  text-align: center;
}
.c-sidebar-item--contact {
  background-color: #f28f1a;
}
@media (max-width: 1500px) {
}
@media (max-width: 1279px) {
  footer .footer-top {
    flex-direction: column;
  }
  footer .footer-top .box {
    margin-bottom: 30px;
  }
  footer .footer-top .box:nth-child(1) {
    max-width: 100%;
  }
  footer .footer-top .box:nth-child(2) {
    max-width: 100%;
  }
  footer .footer-top .box:nth-child(3) {
    max-width: 100%;
  }
  footer .footer-top .box:nth-child(4) {
    max-width: 100%;
    align-items: flex-start;
  }
  footer .footer-top .box:nth-child(4) p {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 0 15px;
  }
  .body-left {
    width: 60%;
  }
  .body-top .top_left img {
    height: 67%;
  }
  .title {
    font-size: 30px;
  }
  .title-64 {
    font-size: 28px;
  }
  .title-64 span {
    font-size: 28px;
  }
  footer {
    padding: 30px 15px;
    padding-bottom: 0;
  }
  footer .footer-top .box:nth-child(2) h3 {
    margin-bottom: 30px;
  }
  .c-sidebar {
    right: 20px;
    bottom: 20px;
  }
  .c-sidebar-item--contact {
    width: 48px;
    height: 48px;
  }
  .btn.more {
    margin-top: 20px;
  }
}
