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 !important;
}
* {
  list-style: none;
  text-decoration: none;
  /* line-height: 1; */
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular";
  font-size: 16px;
  box-sizing: border-box;
}
input {
  padding: 0 15px;
  font-size: 16px;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url(/lib/fonts/Roboto-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(/lib/fonts/Roboto-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url(/lib/fonts/Roboto-Medium.ttf);
  font-display: swap;
}

/* 弹出表单 */
.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 .wpcf7 {
  padding: 20px 40px;
}
/* .common-fixed-contact.hide {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  right: 10px;
  bottom: 68px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-animation: __fixed-contact 500ms;
  animation: __fixed-contact 500ms;
  }    */
.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: #080c17;
  color: #fff;
  border: 1px solid #080c17;
  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: 0px 15px 20px -5px rgb(30 139 214 / 22%);
  box-shadow: 0px 15px 20px -5px rgb(30 139 214 / 22%);
}
.common-btn[type='submit']{
background-color: #080c17;
}
.common-btn[type='submit']:hover{
background-color: #fff;
}
.common-fixed-contact .title {
  margin: 30px 40px;
  margin-bottom: 0;
}
.common-fixed-contact .title h3 {
  font-size: 24px;
  color: #080c17;
}
.common-fixed-contact .title p {
  color: #080c17;
  margin-top: 10px;
  font-size: 14px;
}
.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-fixed-contact.hide .common-fixed-contact__close {
  background:#2c9c4a url(/lib/images/icon_side_contact.svg) no-repeat center center;
  position: unset;
  width: 100%;
  height: 100%;
  } */
[type="submit"]:hover {
  color: #080c17;
}
/* .common-fixed-contact.hide .common-fixed-contact-form {
  display: none;
  } */

/* 在线客服 */
.c-sidebar-item--contact {
  background: #080c17;
}

/* pc头部 */
.header {
  top: 0;
  z-index: 99;
  width: 100%;
  max-width: 1920px;
}
.header.active {
  position: fixed;
}
.header .header_btm.active {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  max-width: 1920px;
}

.zt {
  height: 92px;
  display: none;
}
.zt.active {
  display: block;
}
.header_top2 {
  background: #080c17;
  /* border-bottom: 1px solid rgba(229, 229, 229,0.5); */
  padding: 10px 0;
}
.header_top2 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_top2 .content .left ul {
  display: flex;
}
.header_top2 .content .left ul li a {
  display: flex;
  margin: 0 10px;
}
.header_top2 .content .left ul li a p {
  color: #fff;
  margin-left: 10px;
}
.header_top2 .content .right ul {
  display: flex;
}
.header_top2 .content .right ul li {
  margin: 0 10px;
}
.header_top2 .content .right ul li.language {
  display: flex;
  align-items: center;
  margin: 0 20px;
  cursor: pointer;
}
.header_top2 .content .right ul li.language svg {
  margin: 0 5px;
}

.header .header_top {
  background: #080c17;
}
.header .header_top .content {
  justify-content: space-between;
  height: 100px;
}
.header .header_top .content .left {
  display: flex;
}
.header .header_top .content .left p {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.header .header_top .content .left a {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  margin-left: 10px;
}

.header .header_top .content .right {
  position: relative;
  max-width: 260px;
  flex: 1;
}
.header .header_top .content .right input {
  width: 100%;
  height: 25px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: rgba(255, 255, 255, 0.3);
  padding-left: 0;
  font-size: 14px;
}
.header .header_top .content .right svg {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.header .header_btm .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.header .header_btm .content > .right {
  position: relative;
  max-width: 240px;
  flex: 1;
}
.header .header_btm .content .right input {
  width: 100%;
  height: 25px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: rgba(255, 255, 255, 0.3);
  padding-left: 0;
  font-size: 14px;
}
.header .header_btm .content .right svg {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.header .header_btm {
  background: #34363c;
}
.header .header_btm ul.flex > li {
  position: relative;
  margin: 0 40px;
}
.header .header_btm ul.flex > li:hover > ul {
  display: block !important;
}
.header .header_btm ul.flex > li.product_menu_child_data_class {
  position: static;
}
.product_menu_child_data_class:hover > .mega-nav{
  display: block !important;
}
.header .header_btm ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  display: inline-block;
  position: relative;
}
.header .header_btm ul li > a::after {
  content: "";
  width: 0;
  height: 1px;
  background: rgb(255 255 255 / 30%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 500ms;
}
.header .header_btm ul li > a:hover::after {
  width: 100%;
}

/* 二级菜单开始 */
/* 小二级 */
.menu-item-has-children2 {
  position: absolute;
  left: -20px;
  top: 100%;
  display: none;
  flex-direction: column;
  z-index: 9;
  background: #34363c;
  padding: 20px;
  color: #fff;
  width: max-content;
}
.menu-item-has-children2.active {
  display: flex !important;
}
.menu-item-has-children2 li {
  padding: 10px 0;
}
.header .header_btm ul li .menu-item-has-children2 li a {
  line-height: 1.2;
}

/* 大二级 */
.header .header_btm ul li .mega-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 20px);
  display: none;
  z-index: 9;
  background: #34363c;
  padding: 40px 20px;
  color: #fff;
  max-width: 980px;
  margin: 0 auto;
}
.header .header_btm ul li .mega-nav.active {
  display: block !important;
}
/* .header .header_btm ul li .mega-nav > div > h3 {
  font-size: 16px;
  margin-bottom: 30px;
  font-family: "Roboto-Medium";
  font-weight: normal;
}
.header .header_btm ul li .mega-nav > div {
  flex-shrink: 0;
  margin: 0 20px;
  position: relative;
} */
.header .header_btm ul li .mega-nav .left ul li {
  padding-bottom: 20px;
}
.header .header_btm ul li .mega-nav .left ul li a {
  line-height: 1.2;
}
.header .header_btm ul li .mega-nav .left ul li a:hover {
  text-decoration: underline;
}
.header .header_btm ul li .mega-nav .left p.all {
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .header_btm ul li .mega-nav .left p.all a {
  line-height: 1.2;
}
.header .header_btm ul li .mega-nav .left p.all a:hover {
  text-decoration: underline;
}
.header .header_btm ul li .mega-nav .center ul {
  display: flex;
  flex-direction: column;
  height: 625px;
  overflow: auto;
  padding-right: 10px;
}
/* 自定义添加滚动条 */
/* 滚动条整体部分 */
.mega-nav .center ul::-webkit-scrollbar {
  width: 5px; /* 纵向滚动条宽度 */
  height: 5px; /* 横向滚动条高度 */
  /* background-color: #F5F5F5; 滚动条整体背景，一般被覆盖着 */
}
/* 滚动条里面的滑块 */
.mega-nav .center ul::-webkit-scrollbar-thumb {
  border-radius: 10px; /* 滚动条滑块圆角 */
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); 滚动条滑块阴影 */
  background-color: #dddddd; /* 滚动条滑块颜色 */
}
/* 滚动条的轨道（里面装有Thumb） */
.mega-nav .center ul::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 滚动条轨道阴影 */
  border-radius: 10px; /* 滚动条轨道圆角 */
  /* background-color: #F5F5F5; 滚动条轨道背景 */
}
.header .header_btm ul li .mega-nav .center ul li {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.header .header_btm ul li .mega-nav .center ul li img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}
.mega-nav .right {
  max-height: 320px;
  overflow-y: auto;
}
.mega-nav .right .lis_one {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.mega-nav .right .right_show_main_category_url {
  display: flex;
  justify-content: flex-end;
}
.mega-nav .right .right_show_main_category_url a {
  display: block;
  text-align: right;
  font-family: "Roboto-Bold";
  position: relative;
}
.mega-nav .right .right_show_main_category_url a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 75%;
  left: 0;
}

/* .mega-nav .right .lis_one .box {
  
} */
.mega-nav .right .lis_one .box .top {
  padding-bottom: 10px;
}
.mega-nav .right .lis_one .box .top img {
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.mega-nav .right .lis_one .box .top p {
  text-align: center;
  margin-top: 10px;
  font-family: "Roboto-Medium";
}
.mega-nav .right .lis_one .box .btm {
  opacity: 0;
  transition: all 0.5s;
}
.mega-nav .right .lis_one:hover .box .btm {
  opacity: 1;
}
.mega-nav .right .lis_one .box .btm ul li a {
  line-height: 1.2;
  display: block;
  margin: 8px 0;
  text-align: center;
  font-size: 14px;
}
.mega-nav .right .lis_one .box .btm ul li a::after {
  display: none;
}
.right_contact {
  position: fixed;
  top: 30%;
  right: -10px;
  transition: all 0.5s;
}
.right_contact ul {
  display: flex;
  flex-direction: column;
  max-width: 50px;
  overflow: hidden;
  transition: all 0.5s;
}
.right_contact ul li {
  background: #080c17;
  padding: 10px;
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.right_contact ul li svg {
  flex-shrink: 0;
}
.right_contact ul li a {
  color: #fff;
  margin-left: 10px;
  white-space: nowrap;
}
.right_contact:hover {
  right: 0;
}
.right_contact:hover ul {
  max-width: 300px;
}
.contact_btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #080c17;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact_btn p {
  color: #fff;
  margin-left: 10px;
}
/* .common-fixed-contact{
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    width: 400px;
    transform: none;
    flex-direction: column;
} */

/* 手机头部 */
@media (max-width: 1279px) {
  /* 手机导航开始 */
  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: #34363c;
    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;
  }
  .body-top .top_left img {
    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: #fff;
    -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;
    width: 75%;
    display: block;
  }
  .menu__children_phone {
    display: none;
  }
  .body-left .list > ul > li .active {
    color: #34363c;
  }
  .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;
    display: block;
    width: 80%;
  }
  .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;
    top: 20px;
    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: #34363c;
    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: "DINPro-Bold";
    box-shadow: 0 4px 12px rgb(47 149 217 / 30%);
  }
  /* 手机导航结束 */
  /* 手机导航搜索栏开始 */
  .c-search__submit {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* 搜索栏样式开始 */
  .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: #34363c;
    -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);
  }
  [type="submit"] {
    background: #34363c;
    border: 1px solid #34363c;
  }
  .c-search__submit:hover {
    background: #34363c;
    border-color: #34363c;
    color: #fff;
  }
  /* 手机导航搜索栏结束 */
}

/* 二级菜单结束 */
/* 头部结束 */

/* 底部 */
.bottom {
  background: #080c17;
}
.bottom .btm_top {
  display: flex;
  justify-content: space-between;
  padding: 6.25002vw 0;
  color: #fff;
}
.bottom .btm_top .box h2 {
  font-size: 20px;
  font-family: "Roboto-Bold";
  margin-bottom: 30px;
}
.bottom .btm_top .box .line {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #ffffff30;
  margin-bottom: 30px;
}
.bottom .btm_top .box ul li {
  padding: 10px 20px;
  padding-left: 0;
}
.bottom .btm_top .box ul li a {
  font-size: 16px;
  color: #fff;
}
.bottom .btm_top .box ul li a p {
  opacity: 0.5;
}
.bottom .btm_top .box ul li a p:hover {
  opacity: 1;
}
.bottom .btm_top .box:nth-child(4) ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
}
.bottom .btm_top .box:nth-child(4) ul li a {
  display: flex;
  width: 150px;
}
.bottom .btm_top .box:nth-child(4) ul li svg {
  margin-right: 20px;
}
.bottom .btm_top .box_r h3 {
  font-size: 32px;
  font-family: "Roboto-Bold";
  margin-bottom: 20px;
}
.bottom .btm_top .box_r p {
  font-size: 16px;
  font-family: "Roboto-Medium";
  margin-bottom: 40px;
}
.bottom .btm_top .box_r input {
  max-width: 360px;
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  border-radius: 2px;
}
.bottom .btm_top .box_r .input {
  position: relative;
}
.bottom .btm_top .box_r .input input {
  background: #080c17;
  padding-left: 50px;
  color: #fff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.bottom .btm_top .box_r .input svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.bottom .btm_top .box_r input[type="submit"] {
  background: #34363c;
  border: 1px solid #34363c;
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #fff;
}
.bottom .btm_btm {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  color: #fff;
  border-top: 1px solid #e5e5e5;
}
.bottom .btm_btm .left p {
  opacity: 0.5;
  font-size: 14px;
  line-height: 1.5;
}
.bottom .btm_btm .center ul {
  display: flex;
  align-items: center;
}
.bottom .btm_btm .center ul li {
  margin: 0 10px;
}
.bottom .btm_btm .right {
  display: flex;
}
.bottom .btm_btm .right a {
  margin: 0 10px;
  display: inline-block;
  font-size: 14px;
  opacity: 0.5;
  line-height: 1.5;
}
.bottom .btm_btm .right .language {
  display: flex;
  align-items: center;
  margin-right: 30px;
  opacity: 0.5;
}
.bottom .btm_btm .right .language p {
  font-size: 14px;
  margin-right: 5px;
}

.navigation.pagination .nav-links .page-numbers.current {
  background: #080c17;
  border-color: #080c17;
}
.navigation.pagination .nav-links .page-numbers:hover {
  background: #080c17;
  border-color: #080c17;
}
a:hover,
a:focus {
  color: #080c17;
}

/* 清除插件样式 */
.wpcf7 .ajax-loader {
  width: 0;
  height: 0;
  margin: 0;
}

@media (max-width: 1640px) {
  .bottom .btm_top {
    padding: 6.25002vw 30px;
  }
  .bottom .btm_btm {
    padding: 30px;
  }
}
@media (max-width: 1400px) {
  .content {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 1279px) {
  .bottom .btm_top {
    flex-direction: column;
  }
  .bottom .btm_top .box {
    margin-bottom: 20px;
  }
  .bottom .btm_top .box h2 {
    position: relative;
  }
  .bottom .btm_top .box h2 svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
}
@media (max-width: 1023px) {
  .bottom .btm_btm {
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 0 15px;
  }
  .body-left {
    width: 60%;
  }
  th,
  td {
    padding: 5px;
  }
  .common-fixed-contact .wpcf7 {
    padding: 20px;
  }
  .common-fixed-contact .title {
    margin: 30px 20px 0px 20px;
  }
  .bottom .btm_top .box h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .bottom .btm_top .box {
    margin-bottom: 10px;
  }
  .bottom .btm_top {
    padding: 30px 15px;
  }
  .bottom .btm_top .box ul li a p {
    font-size: 14px;
  }
  .bottom .btm_top .box_r h3 {
    font-size: 22px;
  }
  .bottom .btm_top .box_r p {
    margin-bottom: 25px;
  }
  .bottom .btm_btm .left p {
    text-align: center;
  }
  .bottom .btm_btm .center {
    margin: 10px 0;
  }
  .common-fixed-contact {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .c-sidebar-item--contact {
    width: 48px;
    height: 48px;
  }
  .c-sidebar {
    right: 10px;
    bottom: 10px;
  }
}
