@charset "utf-8";
/* 默认导航栏颜色 */
/* 默认字体颜色 */
/* 默认svg颜色 */
/* 移入导航栏颜色 */
/* 移入导航栏字体颜色 */
/* 移入文字字体和svg颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
nav .xs,
nav .xs2 {
  display: block;
}
nav .yc,
nav .yc2 {
  display: none;
}
@media (max-width: 767px) {
  nav .xs,
  nav .xs2 {
    display: none;
  }
  nav .yc,
  nav .yc2 {
    display: block;
  }
}
nav .container1510 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  width: 1.52rem;
  height: auto;
}
.logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
.nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 100%;
  max-width: 1920px;
  margin: auto;
}
.nav_ra {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 0.47rem;
}
.nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav_r_box {
  height: 100%;
}
.nav {
  height: 100%;
}
.nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav > ul > li {
  height: 100%;
  position: relative;
}
.nav > ul > li:nth-child(4),
.nav > ul > li:nth-child(5) {
  position: relative;
}
.nav > ul > li > a {
  color: #fff;
  margin: 0 0.27rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav > ul > li > a > p {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.nav > ul > li > a > p::after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  left: 50%;
  background: var(--color);
  transform: translateX(-50%);
}
.nav > ul > li > a:hover p,
.nav > ul > .on > a p {
  color: var(--color) !important;
}
.nav > ul > li > a:hover svg,
.nav > ul > .on > a svg {
  color: var(--color) !important;
}
.nav > ul > li > a:hover svg path,
.nav > ul > .on > a svg path {
  fill: var(--color) !important;
}
.nav > ul > li > a:hover p::after,
.nav > ul > .on > a p::after {
  width: 100%;
}
.nav > ul > .on > a .xs {
  display: none;
}
.nav > ul > .on > a .yc {
  display: block;
}
/* .nav>ul>li:first-child a{margin-left: 0;} */
.nav > ul > li > a > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
.nav > ul > li > a .img2 {
  display: none;
}
.nav > ul > li > a > svg {
  width: 6px;
  height: auto;
  position: absolute;
  right: -11px;
  color: colorNav_def_svg;
}
.nav > ul > li > a > svg path {
  fill: #fff;
}
.nav > ul > li > a:hover .img1,
.nav > ul > .on > a .img1 {
  display: none !important;
}
.nav > ul > li > a:hover .img2,
.nav > ul > .on > a .img2 {
  display: block !important;
}
.nav_rr {
  display: flex;
  align-items: center;
}
.nav1_none {
  top: -100px !important;
}
.nav2_none {
  top: 100px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -60px !important;
  }
  .nav2_none {
    top: 60px !important;
  }
}
.nav_on {
  background: #fff;
}
.nav_on .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on .nav_col {
  color: #333 !important;
}
.nav_on .xs {
  display: none;
}
.nav_on .yc {
  display: block;
}
.nav_on .nav > ul > li > a {
  color: #333;
}
.nav_on .nav_login {
  color: #333;
}
.nav_on .nav > ul > li > a > p {
  color: #333;
}
.nav_on svg {
  color: #333 !important;
}
.nav_on svg path {
  fill: #333 !important;
}
.nav_on .nav_rr .nav_lan .nav_lan_box p {
  color: #333;
}
.nav_on2 {
  background: #fff;
}
.nav_on2 .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on2 .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on2 .nav > ul > li > a > p {
  color: #333;
}
.nav_on2 .nav_login {
  color: #333 !important;
}
.nav_on2 .nav_col {
  color: #333 !important;
}
.nav_on2 .xs {
  display: none;
}
.nav_on2 .yc {
  display: block;
}
.nav_on2 .nav > ul > li > a {
  color: #333;
}
.nav_on2 svg {
  color: #333 !important;
}
.nav_on2 svg path {
  fill: #333 !important;
}
.nav_on2 .nav_rr .nav_lan .nav_lan_box p {
  color: #333;
}
.show_nav {
  background: #fff;
}
.show_nav .nav > ul > li > a > .img1 {
  display: none;
}
.show_nav .nav > ul > li > a > .img2 {
  display: block;
}
.show_nav .nav > ul > li > a > p {
  color: #333;
}
.show_nav .nav_login {
  color: #333 !important;
}
.show_nav .xs {
  display: none;
}
.show_nav .yc {
  display: block;
}
.show_nav svg {
  color: #333 !important;
}
.show_nav svg path {
  fill: #333 !important;
}
.show_nav .nav_rr .nav_lan .nav_lan_box p {
  color: #333;
}
/* 下拉导航 */
/* 移动端导航 */
#c-header .c-nav2 {
  position: absolute;
  right: -100%;
  width: 100%;
  top: 60px;
  height: calc(100vh - 60px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #fff;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box svg {
  width: 10px;
  height: auto;
  color: #333;
}
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  right: 0;
}
.nav_box2 {
  display: none;
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#c-header .c-switch i {
  background: #fff;
}
#c-header .c-nav2 li .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
}
.c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
.h_b_box {
  width: 100%;
  height: 100vh;
  display: block;
}
@media (max-width: 1600px) {
  .logo p,
  .nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  nav {
    height: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .nav ul li a {
    font-size: 14px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language > img {
    width: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .nav_r_box {
    display: flex;
    align-items: center;
  }
  .nav {
    display: none;
  }
  .nav_box2 {
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
  #c-header .c-switch i {
    background: #fff;
  }
  .nav_on #c-header .c-switch i {
    background: #333;
  }
  nav {
    background: #fff;
    width: 100%;
  }
  .h_banner {
    margin-top: 60px;
    height: auto;
  }
  nav .xs {
    display: none;
  }
  nav .yc {
    display: block;
  }
  nav .nav ul li a {
    color: #333;
  }
  #c-header .c-switch i {
    background: #333;
  }
}
@media screen and (max-width: 991px) {
  .nav ul li a {
    font-size: 12px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language img {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 2.4rem;
  }
  .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
  .h_b_box {
    height: 5rem;
  }
}
/* 开始 */
.nav_pro_l {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 110px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1260px) {
  .nav_pro_l {
    display: none;
  }
}
.nav_pro_l .top {
  cursor: pointer;
  width: 100%;
  height: 59.27%;
  background-image: linear-gradient(180deg, var(--color) 0%, #f3b12d 100%), linear-gradient(var(--color), var(--color));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nav_pro_l .top svg {
  color: #fff;
  width: 21px;
  margin-bottom: 0.18rem;
  height: auto;
}
.nav_pro_l .top svg path {
  fill: #fff;
}
.nav_pro_l .top p {
  width: 1em;
  color: #fff;
}
.nav_pro_l .nav_seach {
  cursor: pointer;
  width: 100%;
  height: 40.73%;
  background: #012036;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nav_pro_l .nav_seach.on .svg1 {
  display: none;
}
.nav_pro_l .nav_seach.on .svg2 {
  display: block;
}
.nav_pro_l .nav_seach .svg2 {
  display: none;
}
.nav_pro_l .nav_seach svg {
  color: #fff;
}
.nav_pro_l .nav_seach svg path {
  fill: #fff;
}
.nav_pro_bot {
  background: #012036;
  width: 100%;
  height: 40.73vh;
  position: absolute;
  top: 100px;
  left: 100%;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .nav_pro_bot {
    top: 60px;
  }
}
.nav_pro_bot.on {
  left: 0;
}
.nav_pro_bot form {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f9f0e3;
  padding-bottom: 0.24rem;
}
.nav_pro_bot form input {
  color: #fff;
  width: 100%;
  font-size: 24px;
}
@media (max-width: 767px) {
  .nav_pro_bot form input {
    font-size: 18px;
  }
}
.nav_pro_bot form button {
  flex-shrink: 0;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
}
.nav_pro_bot form button svg {
  color: #fff !important;
}
.nav_pro_bot form button svg path {
  fill: currentColor !important;
}
.nav_pro_box .bot form input::-webkit-input-placeholder {
  color: #fff;
}
.nav_pro_box .bot form input::-moz-input-placeholder {
  color: #fff;
}
.nav_pro_box .bot form input::-ms-input-placeholder {
  color: #fff;
}
.nav_rr .nav_sea {
  color: #fff;
  cursor: pointer;
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
}
.nav_rr .nav_sea svg,
.nav_rr .nav_sea img {
  width: 18px;
}
@media (max-width: 767px) {
  .nav_rr .nav_sea svg,
  .nav_rr .nav_sea img {
    width: 15px;
  }
}
.nav_rr .nav_icon {
  margin-left: 0.52rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .nav_rr .nav_icon {
    display: none;
  }
}
.nav_rr .nav_icon a {
  margin-right: 0.2rem;
  display: flex;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .nav_rr .nav_icon a {
    width: 20px;
  }
}
.nav_rr .nav_lan {
  margin-left: 0.2rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nav_rr .nav_lan > svg {
  color: #fff;
  margin-right: 0.1rem;
  width: 0.24rem;
}
@media (max-width: 1260px) {
  .nav_rr .nav_lan > svg {
    color: #333;
  }
}
.nav_rr .nav_lan > svg path {
  fill: #fff;
}
@media (max-width: 1260px) {
  .nav_rr .nav_lan > svg path {
    fill: #333;
  }
}
.nav_rr .nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
.nav_rr .nav_lan .nav_lan_box p {
  color: #fff;
  margin-right: 0.06rem;
}
@media (max-width: 1260px) {
  .nav_rr .nav_lan .nav_lan_box p {
    color: #333;
  }
}
.nav_rr .nav_lan .nav_lan_box svg {
  color: #fff;
  width: 6px;
  height: auto;
}
@media (max-width: 1260px) {
  .nav_rr .nav_lan .nav_lan_box svg {
    color: #333;
  }
}
@media (max-width: 1260px) {
  .nav_rr .nav_lan .nav_lan_box svg path {
    fill: #333;
  }
}
.nav_rr .nav_lan .nav_lan_sel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: none;
}
.nav_rr .nav_lan .nav_lan_sel .nav_lan_sel_box {
  width: 100%;
  height: 100%;
  padding: 0 0.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_rr .nav_lan .nav_lan_sel .nav_lan_sel_box a {
  margin: 3px 0;
}
.nav_rr .nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: var(--color);
}
.pub_box {
  padding-left: 110px;
}
@media (max-width: 1260px) {
  .pub_box {
    padding: 0;
  }
}
.pro_nav2 > a {
  display: none;
}
.pro_nav2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0.4rem 0.54rem rgba(1, 29, 43, 0.1);
  display: none;
  width: auto;
}
.nav_sul {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  padding: 0.42rem 0 0.52rem;
}
.nav_sul ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nav_sul ul li {
  width: calc(100%/7);
  padding: 0.17rem 0;
  position: relative;
}
.nav_sul ul li:hover a p {
  color: var(--color1);
}
.nav_sul ul li:hover a svg path {
  fill: var(--color1) !important;
}
.nav_sul ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #e5e5e5;
}
.nav_sul ul li:nth-child(7n):before,
.nav_sul ul li:last-child:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #e5e5e5;
}
.nav_sul ul li a {
  display: flex;
  align-items: center;
  padding-left: 0.3rem;
}
.nav_sul ul li a svg {
  width: 0.28rem;
  height: auto;
  margin-right: 0.14rem;
}
.nav_sul ul li a svg path {
  fill: #707070;
}
.nav_sul ul li a p {
  font-weight: bold;
}
/* .pro_nav2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #f8f8f8;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  padding: 10px 0;
  display: none;
  width: auto;
  white-space: nowrap;
}
.pro_nav2 > a {
  padding: 7px 15px;
  text-align: center;
  display: block;
  margin: 5px 10px;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
}
.pro_nav2 > a:hover {
  color: #ff8a00;
  text-decoration: underline;
} */
.pro_nav3 {
  top: calc(100% + 1px);
  border-radius: 0 0 5px 5px;
}
.nav_ser {
  z-index: 1000;
  background: #f8f8f8;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  padding: 10px 0.2rem;
  width: auto;
  white-space: nowrap;
}
.nav_ser a {
  position: relative;
  display: block;
}
.nav_ser a:hover .txta {
  /* background: rgba(0,0,0,0.2); */
}
.nav_ser a:hover .txta .pub_a {
  /* .r_svg{
						margin-left: 0.2rem;
						
						opacity: 1;
						svg{
							transform: rotate(45deg);
						}
					} */
}
.nav_ser a:hover .txta .pub_a p {
  color: var(--color1);
}
.nav_ser a .img {
  display: none;
}
.nav_ser a .img:before {
  padding-top: 64.37%;
}
.nav_ser a .txta {
  z-index: 10;
  /* position: absolute;
			top: 0%;
			left: 0%; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(0,0,0,0.5); */
  transition: all 0.3s;
}
.nav_ser a .txta .pub_a {
  position: relative;
}
.nav_ser a .txta .pub_a p {
  /* color: #fff; */
  margin-right: 0;
  padding: 0.1rem 0;
  transition: all 0.3s;
}
.nav_ser a .txta .pub_a .r_svg {
  opacity: 0;
  margin-left: -0.52rem;
  transition: all 0.3s;
}
.nav_ser a .txta .pub_a .r_svg svg path {
  fill: #fff !important;
}
.nav_prod {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.55rem 0;
  border-top: 1px solid #e5e5e5;
}
.nav_prod .left {
  width: 50%;
}
.nav_prod .left .nav_prod_box .na_list {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: flex-start;
}
.nav_prod .left .nav_prod_box .na_list h4 {
  width: 7em;
  flex-shrink: 0;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .nav_prod .left .nav_prod_box .na_list h4 {
    width: 5em;
  }
}
.nav_prod .left .nav_prod_box .na_list .na_a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.nav_prod .left .nav_prod_box .na_list .na_a a {
  width: 33.33%;
  padding-right: 0.1rem;
  color: #999;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 1500px) {
  .nav_prod .left .nav_prod_box .na_list .na_a a {
    font-size: 12px;
  }
}
.nav_prod .left .nav_prod_box .na_list .na_a a:hover {
  color: var(--color1);
}
.nav_prod .right {
  width: 50%;
}
.nav_prod .right .g_rig {
  display: flex;
  justify-content: space-between;
}
.nav_prod .right .g_rig a {
  position: relative;
  width: calc(50% - 0.2rem);
}
.nav_prod .right .g_rig a:hover .txt h4 {
  color: var(--color1);
}
.nav_prod .right .g_rig a:hover .img img {
  transform: scale(1.05);
}
.nav_prod .right .g_rig a .img {
  width: 100%;
  background: #e2e2e2;
  /* padding: 0.25rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2rem;
  border: 1px solid #e5e5e5;
}
.nav_prod .right .g_rig a .img:before {
  padding-top: 54.16%;
}
.nav_prod .right .g_rig a .img img {
  /* width: auto;
						height: auto;
						max-height: 100%;
						object-fit: contain; */
}
.nav_prod .right .g_rig a .txt {
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  top: 0;
  left: 0;
  margin-top: 0.2rem;
  /* padding: 0.1rem 0.2rem; */
  /* background: rgba(0,0,0,0.2); */
  color: #333;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.nav_prod .right .g_rig a .txt h4 {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav_prod .right .g_rig a .txt .g_span {
  display: flex;
  flex-wrap: wrap;
}
.nav_prod .right .g_rig a .txt .g_span span {
  margin: 0 0.1rem 0.05rem 0;
  /* color: #fff; */
}
.nav_prod h3 {
  font-weight: bold;
  margin-bottom: 0.42rem;
}
.nav > ul > li.on2 {
  position: initial;
}
.gpronav {
  width: 100vw;
}
.nav_prod {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.55rem 0;
  border-top: 1px solid #e5e5e5;
}
.nav_prod .left {
  width: 50%;
}
.nav_prod .left h3 {
  font-size: var(--font-size5);
}
.nav_prod .left .nav_prod_box .na_list {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: flex-start;
}
.nav_prod .left .nav_prod_box .na_list h4 {
  width: 9em;
  flex-shrink: 0;
  font-weight: bold;
  padding-right: 1em;
}
.nav_prod .left .nav_prod_box .na_list .na_a {
  display: flex;
  flex-wrap: wrap;
}
.nav_prod .left .nav_prod_box .na_list .na_a a {
  width: auto;
  color: #999;
  margin-right: 0.2rem;
  margin-bottom: 0.15rem;
}
.nav_prod .left .nav_prod_box .na_list .na_a a:hover {
  color: var(--color);
}
.nav_prod .right {
  width: 50%;
}
.nav_prod .right h3 {
  font-size: var(--font-size5);
}
.nav_prod .right .g_rig {
  display: flex;
  justify-content: space-between;
}
.nav_prod .right .g_rig a {
  width: calc(50% - 0.2rem);
}
.nav_prod .right .g_rig a:hover .txt h4 {
  color: var(--color);
}
.nav_prod .right .g_rig a .img {
  width: 100%;
  height: 1.95rem;
  background: #e2e2e2;
  /* padding: 0.25rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2rem;
}
.nav_prod .right .g_rig a .img img {
  /* width: auto; */
  /* height: auto; */
  /* max-height: 100%; */
  /* object-fit: contain; */
}
.nav_prod .right .g_rig a .txt h4 {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--font-size7);
}
.nav_prod .right .g_rig a .txt .g_span {
  display: flex;
  flex-wrap: wrap;
}
.nav_prod .right .g_rig a .txt .g_span span {
  margin: 0 0.1rem 0.05rem 0;
  color: #012036;
}
.nav_prod h3 {
  font-weight: bold;
  margin-bottom: 0.42rem;
}

 
@charset "utf-8";
footer {
  background: linear-gradient(45deg, #0057B1, #2287D6);
  overflow: hidden;
  padding-top: 1.1rem;
  color: #fff;
}
footer a:hover {
  color: #c5c5c5 !important;
}
footer .container1510 .top {
  margin-bottom: 0.88rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .container1510 .top {
    flex-direction: column;
    margin-bottom: 0.6rem;
  }
}
footer .container1510 .top .gl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 72.31788079%;
}
footer .container1510 .top .gl .left {
  display: flex;
}
@media (max-width: 1260px) {
  footer .container1510 .top .gl .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .container1510 .top .gl .left {
    display: none;
  }
}
footer .container1510 .top .gl .left ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 1260px) {
  footer .container1510 .top .gl .left ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  footer .container1510 .top .gl .left ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .container1510 .top .gl .left ul li {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1300px) {
  footer .container1510 .top .gl .left ul li {
    margin-right: 0;
  }
}
footer .container1510 .top .gl .left ul li > a {
  display: block;
  color: #fff;
  margin-bottom: 0.2rem;
  margin-right: 0.3rem;
}
@media screen and (max-width: 1400px) {
  footer .container1510 .top .gl .left ul li > a {
    margin-right: 0.15rem;
  }
}
footer .container1510 .top .gl .left ul li .bNav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
footer .container1510 .top .gl .left ul li .bNav a {
  margin-right: 0.3rem;
  display: block;
  color: #fff;
  transition: all 0.3s;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  footer .container1510 .top .b_logo {
    /* margin-bottom: 0.5rem; */
  }
}
footer .container1510 .top .b_logo a {
  margin-bottom: 0.36rem;
  display: block;
}
footer .container1510 .top .b_logo a img {
  width: 1.76rem;
  height: auto;
}
@media (max-width: 767px) {
  footer .container1510 .top .b_logo a img {
    width: 2.7rem;
  }
}
footer .container1510 .top .b_logo .ewm {
  width: 1.81rem;
  height: auto;
}
@media (max-width: 767px) {
  footer .container1510 .top .b_logo .ewm {
    width: 2.6rem;
  }
}
footer .container1510 .top .b_logo .ewm img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
footer .container1510 .top .b_rig {
  width: 3.3rem;
}
@media (max-width: 1260px) {
  footer .container1510 .top .b_rig {
    width: 100%;
  }
}
@media (max-width: 1260px) {
  footer .container1510 .top .b_rig {
    width: 100%;
  }
}
footer .container1510 .top .b_rig .right {
  width: 100%;
}
@media (max-width: 767px) {
  footer .container1510 .top .b_rig .right {
    width: 100%;
  }
}
footer .container1510 .top .b_rig .right .num {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
footer .container1510 .top .b_rig .right .num svg {
  width: 0.31rem;
  margin-right: 0.11rem;
  height: auto;
}
@media (max-width: 767px) {
  footer .container1510 .top .b_rig .right .num svg {
    width: 0.5rem;
  }
}
footer .container1510 .top .b_rig .right .num svg path {
  fill: #fff;
}
footer .container1510 .top .b_rig .right .num p {
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 1;
}
footer .container1510 .top .b_rig .right .add {
  padding-bottom: 0.1rem;
  color: #fff;
}
footer .container1510 .top .b_rig .right .add p {
  margin-bottom: 0.15rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
footer .container1510 .top .b_rig .right .add p span {
  flex-shrink: 0;
}
footer .container1510 .top .b_rig .right .wl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 0.4rem;
  padding-top: 0.28rem;
  border-top: 1px solid #f4f4f4;
}
footer .container1510 .top .b_rig .right .wl p {
  color: #fff;
}
@media (max-width: 767px) {
  footer .container1510 .top .b_rig .right .wl p {
    /* width: 100%;
								margin-bottom: 0.1rem; */
  }
}
footer .container1510 .top .b_rig .right .wl a {
  width: 0.3rem;
  margin: 0 0.07rem;
}
@media (max-width: 767px) {
  footer .container1510 .top .b_rig .right .wl a {
    width: 0.5rem;
  }
}
footer .container1510 .bot {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding-bottom: 0.38rem;
}
@media (max-width: 991px) {
  footer .container1510 .bot {
    flex-direction: column;
  }
}
footer .container1510 .bot .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .container1510 .bot .left {
    margin-bottom: 0.2rem;
  }
}
footer .container1510 .bot .left a {
  margin-left: 0.48rem;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  footer .container1510 .bot .left a {
    margin-left: 0;
  }
}
footer .container1510 .bot .right a {
  color: #fff;
  margin-left: 0.24rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  footer .container1510 .bot .right a {
    margin: 0 0.25rem 0 0;
  }
}

 
@charset "utf-8";
.crumbs_box {
  padding: 0.2rem 0;
}
.crumbs_box .crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .crumbs_box .crumbs {
    flex-wrap: initial;
  }
}
.crumbs_box .crumbs p {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .crumbs_box .crumbs p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .crumbs_box .crumbs p:last-child {
    flex-shrink: initial;
  }
}
.crumbs_box .crumbs p > a {
  margin-right: 0.1rem;
  color: #666;
}
@media (max-width: 767px) {
  .crumbs_box .crumbs p > a {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.crumbs_box .crumbs p:last-child a {
  color: #000;
}
.crumbs_box .crumbs p:last-child svg,
.crumbs_box .crumbs p:last-child i,
.crumbs_box .crumbs p:last-child img {
  display: none;
}
.crumbs_box .crumbs p svg,
.crumbs_box .crumbs p img {
  color: #666;
  width: 5px;
  height: auto;
  margin-right: 0.1rem;
}
.crumbs_box .crumbs p svg path,
.crumbs_box .crumbs p img path {
  fill: #666;
}
.crumbs_box .crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #333;
  margin-right: 0.1rem;
}

 
@charset "utf-8";.gs-component-3{width:60px;height:auto;position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:50;display:none}.gs-component-3 .item{width:100%;height:auto;position:relative;z-index:1;filter:drop-shadow(0 0 20px rgba(20,56,36,0.12))}.gs-component-3 .item a{width:100%;height:60px;display:flex;align-items:center;border-radius:50%;justify-content:center;background:#FFFFFF;transition:all .5s ease;overflow:hidden}.gs-component-3 .item a svg{width:100%;height:100%}.gs-component-3 .item .tel-box{width:auto;height:auto;position:absolute;right:100%;top:50%;transform:translate(10px, -50%);padding-right:10px;display:flex;align-items:center;opacity:0;visibility:hidden;transition:all .5s ease}.gs-component-3 .item .tel-box .info{width:auto;height:auto;padding:10px 20px;background:var(--color);border-radius:5px;display:flex;align-items:center}.gs-component-3 .item .tel-box .info .word{width:2em;height:auto;font-weight:500;font-size:var(--font-size8);color:#FFFFFF;line-height:1.2}.gs-component-3 .item .tel-box .info .tel{font-weight:500;font-size:var(--font-size8);color:#FFFFFF;white-space:nowrap}.gs-component-3 .item .tel-box::after{content:'';display:block;width:0;height:0;border-style:solid;border-width:6px 0 6px 8px;border-color:transparent transparent transparent var(--color)}.gs-component-3 .item .qrcode-box{width:auto;height:auto;position:absolute;right:100%;top:25%;transform:translateX(10px);padding-right:10px;display:flex;opacity:0;visibility:hidden;transition:all .5s ease}.gs-component-3 .item .qrcode-box .qrcode-main{width:140px;height:auto;border-radius:5px;background:#FFFFFF;overflow:hidden}.gs-component-3 .item .qrcode-box .qrcode-main .qrcode{width:100%;height:auto;position:relative;z-index:1}.gs-component-3 .item .qrcode-box .qrcode-main .qrcode .word{width:100%;height:auto;text-align:center;font-weight:500;font-size:var(--font-size9);color:#333333;display:none}.gs-component-3 .item .qrcode-box .qrcode-main .qrcode .img{width:100%;height:auto;position:relative;z-index:1;overflow:hidden}.gs-component-3 .item .qrcode-box .qrcode-main .details{width:100%;height:auto;display:none;text-align:center;font-size:var(--font-size9);color:#333333;line-height:1.5;overflow:hidden}.gs-component-3 .item .qrcode-box::after{content:'';display:block;width:0;height:0;transform:translateY(50%);border-style:solid;border-width:7px 0 7px 10px;border-color:transparent transparent transparent #FFFFFF}.gs-component-3 .item:hover .tel-box{transform:translate(0, -50%);opacity:1;visibility:visible}.gs-component-3 .item:hover .qrcode-box{transform:translateZ(0);opacity:1;visibility:visible}.gs-component-3 .item+.item{margin-top:10px}@media (max-width: 1580px){.gs-component-3{width:54px}.gs-component-3 .item a{height:54px}}@media (max-width: 1260px){.gs-component-3{width:48px}.gs-component-3 .item a{height:48px}}@media (max-width: 991px){.gs-component-3{display:none}}
 
@charset "utf-8";
/* 
.container {
    margin: 0 auto;
    width: 84%;
    max-width: 1600px; 
    @media @max-lg{
        width:84%;
    }
    @media @max-md{
        width:90%;
    }
}
 */
.hm-sec7 {
  position: relative;
  padding: 60px 0;
}
.hm-sec7 .hm_but {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font-weight: bold;
  color: #ffffff;
  height: 0.6rem;
  border-radius: 0.3rem;
  padding: 0 0.3rem;
}
@media (max-width: 767px) {
  .hm-sec7 .hm_but {
    height: 0.76rem;
    padding: 0 0.38rem;
    border-radius: 0.4rem;
  }
}
.hm-sec7 .hm_but i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color);
  margin-left: 0.2rem;
}
@media (max-width: 1580px) {
  .hm-sec7 .hm_but i {
    width: 34px;
    height: 34x;
  }
}
.hm-sec7 .hm_but i svg,
.hm-sec7 .hm_but i img {
  transition: all 0.4s;
  width: calc(14/50*100%);
  height: auto;
  object-fit: contain;
  background-color: var(--color);
}
.hm-sec7 .hm_but i svg path,
.hm-sec7 .hm_but i img path {
  fill: #fff;
}
.hm-sec7 .hm_but:hover i svg,
.hm-sec7 .hm_but:hover i img {
  transform: rotate(45deg);
}
.hm-sec7 .bag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
}
.hm-sec7 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec7 .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .hm-sec7 .bag img {
    display: none;
  }
  .hm-sec7 .bag img:nth-child(2) {
    display: block;
  }
}
.hm-sec7 .container {
  position: relative;
  text-align: center;
}
.hm-sec7 .container .f_tit {
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.36rem;
  font-size: var(--font-size2);
}
@media (max-width: 767px) {
  .hm-sec7 .container .f_tit {
    /* color: #fff; */
  }
}
.hm-sec7 .container .hm_but {
  margin: 0 auto;
}
