@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.72rem;
  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: 2rem;
  }
  .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: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0.4rem 0.54rem rgba(1, 29, 43, 0.1);
  display: none;
  width: auto;
  padding: 0 0.27rem;
}
.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(--color0);
}
.nav_sul ul li:hover a svg path {
  fill: var(--color0) !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;
  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(--color0);
}
.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: left;
  /* 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(--color0);
}
.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(--color0);
}
.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;
}

 
@charset "utf-8";
footer {
  overflow: hidden;
  padding-top: 1.1rem;
  color: #fff;
}
footer a:hover {
  color: #fff !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;
  }
}
@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: 3rem;
  }
}
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 {
  display: flex;
  justify-content: space-between;
}
footer .container1510 .top .b_rig .left {
  display: flex;
  margin-right: 0.34rem;
}
@media (max-width: 1260px) {
  footer .container1510 .top .b_rig .left {
    display: none;
  }
}
footer .container1510 .top .b_rig .left ul {
  display: flex;
  justify-content: flex-start;
}
footer .container1510 .top .b_rig .left ul li {
  margin-right: 0.3rem;
  display: flex;
  flex-direction: column;
  /* &:nth-child(2){
								.bNav{
									width: 250px;
									height: calc((1.5em + 0.15rem)*8);
									@media @max-lg{
										width: 200px;
									}
								}
							} */
}
@media screen and (max-width: 1300px) {
  footer .container1510 .top .b_rig .left ul li {
    margin-right: 0;
  }
}
footer .container1510 .top .b_rig .left ul li > a {
  display: block;
  color: #fff;
  margin-bottom: 0.4rem;
  margin-right: 0.1rem;
}
@media screen and (max-width: 1400px) {
  footer .container1510 .top .b_rig .left ul li > a {
    margin-right: 0.15rem;
  }
}
footer .container1510 .top .b_rig .left ul li .bNav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
footer .container1510 .top .b_rig .left ul li .bNav a {
  margin-right: 0.1rem;
  display: block;
  color: #7e8d98;
  transition: all 0.3s;
  margin-bottom: 0.15rem;
}
footer .container1510 .top .b_rig .right {
  width: 3.3rem;
}
@media (max-width: 1260px) {
  footer .container1510 .top .b_rig .right {
    width: 6rem;
  }
}
@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: #7e8d98;
}
footer .container1510 .top .b_rig .right .add p {
  margin-bottom: 0.15rem;
  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 #4e6372;
}
footer .container1510 .top .b_rig .right .wl p {
  color: #7e8d98;
}
@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: #7e8d98;
  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: #7e8d98;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  footer .container1510 .bot .left a {
    margin-left: 0;
  }
}
footer .container1510 .bot .right a {
  color: #7e8d98;
  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";
.rtfixed {
  position: fixed;
  z-index: 555;
  top: 50%;
  right: 0.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 767px) {
  .rtfixed {
    top: 78%;
  }
}
.rtfixed .item {
  position: relative;
  width: 0.58rem;
  height: 0.58rem;
  margin-bottom: 10px;
  /* &:nth-child(1){
			.tit{
				color: #fff;
					// background-color: @color1;
					background:  url(../images/fitxbag1.png) no-repeat center;
					
					i img {
						&:nth-child(1){
							display: none;
						}
						&:nth-child(2){
							display: block;
						}
					}
			}
		} */
}
@media (max-width: 1580px) {
  .rtfixed .item {
    margin-bottom: 6px;
  }
}
.rtfixed .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rtfixed .item {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.rtfixed .item .tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f8f9fa;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  /* border: solid 2px #ffffff; */
  color: #004896;
  font-size: 14px;
  transition: all 0.3s linear;
  line-height: 18px;
  padding: 8px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1580px) {
  .rtfixed .item .tit {
    line-height: 14px;
    font-size: 12px;
  }
}
.rtfixed .item .tit i {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.rtfixed .item .tit i img,
.rtfixed .item .tit i svg {
  color: var(--color);
  float: left;
  width: 100%;
  height: 100%;
}
.rtfixed .item .tit i img:nth-child(2),
.rtfixed .item .tit i svg:nth-child(2) {
  display: none;
}
.rtfixed .item .tit i img path,
.rtfixed .item .tit i svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .rtfixed .item .tit span {
    display: none;
  }
}
.rtfixed .item .hover1 {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 340px;
  padding-right: 0.2rem;
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 {
    width: 285px;
  }
}
@media (max-width: 767px) {
  .rtfixed .item .hover1 {
    width: 240px;
  }
}
.rtfixed .item .hover1 .jut {
  background-color: #fff;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: solid 2px #ffffff;
  padding: 0 0.2rem 0.16rem;
}
.rtfixed .item .hover1 .jut .li {
  display: flex;
  align-items: flex-start;
  padding-top: 0.26rem;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #dddddd;
}
.rtfixed .item .hover1 .jut .li i {
  display: block;
  width: 18px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 .jut .li i {
    width: 14px;
  }
}
.rtfixed .item .hover1 .jut .li i img {
  width: 100%;
  float: left;
}
.rtfixed .item .hover1 .jut .li .font {
  width: 80%;
  width: calc(100% - 18px);
  padding-left: 0.1rem;
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 .jut .li .font {
    width: calc(100% - 14px);
  }
}
.rtfixed .item .hover1 .jut .li .font .name {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 .jut .li .font .name {
    font-size: 14px;
  }
}
.rtfixed .item .hover1 .jut .li .font .tel {
  line-height: 0.8;
  font-size: 18px;
  color: var(--color);
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 .jut .li .font .tel {
    font-size: 16px;
  }
}
.rtfixed .item .hover1 .jut .fz_gou {
  align-items: center;
  border: none;
  padding-bottom: 0;
}
.rtfixed .item .hover1 .jut .fz_gou .font {
  display: flex;
  align-items: center;
}
.rtfixed .item .hover1 .jut .fz_gou .font .name {
  margin-bottom: 0;
  margin-right: 10px;
}
.rtfixed .item .hover1 .jut .fz_gou .font .fz_bt {
  display: flex
							;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background-color: var(--color);
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 .jut .fz_gou .font .fz_bt {
    width: 80px;
    height: 26px;
    font-size: 12px;
  }
}
.rtfixed .item .hover1 .jut .but {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333333;
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 .jut .but {
    font-size: 12px;
  }
}
.rtfixed .item .hover1 .jut .but i {
  display: block;
  width: 6px;
  overflow: hidden;
  margin-left: 10px;
}
.rtfixed .item .hover1 .jut .but i img {
  float: left;
  width: 100%;
}
.rtfixed .item:hover .hover1 {
  display: block;
}
.rtfixed .item2 .tit {
  background-color: var(--color);
}
.rtfixed .item2 .tit img {
  position: relative;
  animation: TopBtn 1.5s ease-out infinite;
  -webkit-animation: TopBtn 1.5s ease-out infinite;
}
@media (max-width: 767px) {
  .rtfixed .item2 .tit img {
    width: 12px;
  }
}
@keyframes TopBtn {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: -50%;
    opacity: 0;
  }
  65% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

 
@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: 0.52rem 0 0.55rem;
}
@media (max-width: 767px) {
  .hm-sec7 {
    padding: 0.66rem 0;
  }
}
.hm-sec7 .pub_a {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.hm-sec7 .pub_a.pub_a2:hover .r_svg {
  background: var(--color0);
  border-color: var(--color0);
}
.hm-sec7 .pub_a.pub_a2 .r_svg {
  background: var(--color);
  border-color: var(--color);
}
.hm-sec7 .pub_a.pub_a3:hover .r_svg {
  background: #fff;
  border-color: #fff;
}
.hm-sec7 .pub_a.pub_a3 .r_svg {
  background: #fff;
  border-color: #fff;
}
.hm-sec7 .pub_a.pub_a3 .r_svg svg {
  color: var(--color);
}
.hm-sec7 .pub_a.pub_a3 .r_svg svg path {
  fill: var(--color);
}
.hm-sec7 .pub_a.pub_a4:hover .r_svg {
  background: var(--color);
  border-color: var(--color);
}
.hm-sec7 .pub_a.pub_a4:hover .r_svg svg {
  transform: rotate(45deg);
}
.hm-sec7 .pub_a.pub_a4:hover .r_svg svg path {
  fill: #fff;
}
.hm-sec7 .pub_a.pub_a4 .r_svg {
  background: none;
  border-color: var(--color);
}
.hm-sec7 .pub_a.pub_a4 .r_svg svg path {
  fill: var(--color);
}
.hm-sec7 .pub_a.pub_a5:hover .r_svg {
  background: none;
  border-color: transparent;
}
.hm-sec7 .pub_a.pub_a5:hover .r_svg svg {
  transform: rotate(45deg);
}
.hm-sec7 .pub_a.pub_a5:hover .r_svg svg path {
  fill: var(--color);
}
.hm-sec7 .pub_a.pub_a5:hover p {
  color: var(--color);
}
.hm-sec7 .pub_a.pub_a5 p {
  margin-right: 0;
}
.hm-sec7 .pub_a.pub_a5 .r_svg {
  background: none;
  border-color: transparent;
}
.hm-sec7 .pub_a.pub_a5 .r_svg svg path {
  fill: #333;
}
.hm-sec7 .pub_a:hover .r_svg {
  background: var(--color);
  border-color: var(--color);
}
.hm-sec7 .pub_a:hover .r_svg svg {
  transform: rotate(45deg);
}
.hm-sec7 .pub_a p {
  transition: all 0.3s;
  margin-right: 0.2rem;
}
.hm-sec7 .pub_a .r_svg {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .hm-sec7 .pub_a .r_svg {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.hm-sec7 .pub_a .r_svg svg {
  color: #fff;
  width: 22.6%;
  transition: all 0.3s;
}
.hm-sec7 .pub_a .r_svg svg path {
  fill: #fff;
}
.hm-sec7 .hm_but {
  width: auto;
  padding: 0 0.2rem;
  height: 0.5rem;
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: url(/static/home/images/buticonimg1.png) no-repeat left top / 100% 100%;
}
@media (max-width: 1580px) {
  .hm-sec7 .hm_but {
    width: 1.8rem;
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .hm-sec7 .hm_but {
    height: 0.68rem;
    width: 1.8rem;
  }
}
.hm-sec7 .hm_but:hover {
  opacity: 0.9;
}
.hm-sec7 .bag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 131, 59, 0.04);
}
.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: #fff;
  margin-bottom: 0.36rem;
  font-size: var(--font-size2);
}
.hm-sec7 .container .pub_a p {
  color: #fff;
}
.hm-sec7 .container .hm_but {
  margin: 0 auto;
}

 
@charset "utf-8";
.public-windows {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.public-windows .container1550 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-windows .container1550 .box {
  width: 6rem;
  background-color: #fff;
  border-radius: 0.18rem;
  padding: 0.5rem 0.4rem;
  position: relative;
  max-height: 80vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .public-windows .container1550 .box {
    padding: 0.5rem 0.2rem;
    width: 100%;
  }
}
.public-windows .container1550 .box .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
}
.public-windows .container1550 .box .cn1 {
  text-align: center;
  color: #265599;
  line-height: 1.41666667em;
  font-size: var(--font-size4);
}
@media (max-width: 767px) {
  .public-windows .container1550 .box .cn1 {
    font-size: 0.4rem;
  }
}
.public-windows .container1550 .box .cn2 {
  margin-top: 0.1rem;
  text-align: center;
  color: #666666;
  line-height: 1.625em;
}
.public-windows .container1550 .box .cn3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.public-windows .container1550 .box .cn3 .cn4 {
  width: 48%;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .public-windows .container1550 .box .cn3 .cn4 {
    width: 100%;
  }
}
.public-windows .container1550 .box .cn3 .cn4 input {
  width: 100%;
  line-height: 0.4rem;
  border-radius: 0.06rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 0 0.15rem;
  color: #999999;
}
@media (max-width: 767px) {
  .public-windows .container1550 .box .cn3 .cn4 input {
    line-height: 0.76rem;
  }
}
.public-windows .container1550 .box .cn3 .cn4 input::placeholder {
  color: #999;
}
.public-windows .container1550 .box .cn3 .cn4 textarea {
  width: 100%;
  line-height: 0.4rem;
  border-radius: 0.06rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 0 0.15rem;
  color: #999999;
  height: 1.83rem;
}
@media (max-width: 767px) {
  .public-windows .container1550 .box .cn3 .cn4 textarea {
    line-height: 0.76rem;
  }
}
.public-windows .container1550 .box .cn3 .cn4 textarea::placeholder {
  color: #999;
}
.public-windows .container1550 .box .cn3 .cn9 {
  width: 100%;
}
.public-windows .container1550 .box .cn3 .cn14 {
  position: relative;
  line-height: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .public-windows .container1550 .box .cn3 .cn14 {
    line-height: 0.8rem;
    height: 0.8rem;
  }
}
.public-windows .container1550 .box .cn3 .cn14 .box5 {
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.public-windows .container1550 .box .cn3 .cn14 .box5 .cn11 {
  position: absolute;
  left: 0;
  line-height: 0.6rem;
  padding: 0 0.15rem;
}
@media (max-width: 767px) {
  .public-windows .container1550 .box .cn3 .cn14 .box5 .cn11 {
    line-height: 0.8rem;
  }
}
.public-windows .container1550 .box .cn3 .cn14 .box5 .cn12 {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  height: calc(100% - 0.2rem);
  transform: translateY(-50%);
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
  overflow: hidden;
  cursor: pointer;
}
.public-windows .container1550 .box .cn3 .cn14 .box5 .cn12 .cn13 {
  width: 100%;
  background-color: var(--color);
  color: #Fff;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 0.4rem;
  pointer-events: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-windows .container1550 .box .cn3 .cn14 .box5 .cn12 .cn13 {
    line-height: 0.6rem;
  }
}
.public-windows .container1550 .box .cn3 .cn14 .box5 .cn12 .cn14 {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  border: 0;
  pointer-events: auto;
  overflow: hidden;
}
.public-windows .container1550 .box .cn3 .cn5 {
  width: 100%;
  line-height: 1.71428571em;
  margin-top: 0.1rem;
  color: #999;
  font-size: var(--font-size9);
}
.public-windows .container1550 .box .cn3 .cn5 a {
  color: #265599;
}
.public-windows .container1550 .box .cn10 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  margin-top: 0.5rem;
}
.public-windows .container1550 .box .cn10 .public-btn {
  margin: 0 0.1rem;
}
.public-windows .public-btn {
  display: flex;
}
.public-windows .public-btn .public-btn1 {
  display: flex;
  min-width: 1.7rem;
  line-height: 0.52rem;
  border-radius: 0.26rem;
  border: 2px solid #Fff;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .public-windows .public-btn .public-btn1 {
    line-height: 1.5em;
    border-radius: 0.6rem;
    padding: 0.1rem 0.2rem;
  }
}
.public-windows .public-btn .public-btn1 .pbtncn1 {
  color: #Fff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-windows .public-btn .public-btn1 .pbtncn1 {
    font-size: 12px;
  }
}
.public-windows .public-btn .public-btn1 .pbtncn2 {
  margin-left: 0.15rem;
  color: #fff;
  width: 0.27rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .public-windows .public-btn .public-btn1 .pbtncn2 {
    width: 0.4rem;
  }
}
.public-windows .public-btn .public-btn1 .pbtncn2 svg {
  width: 100%;
  height: auto;
  color: #Fff;
}
.public-windows .public-btn .public-btn1 .pbtncn2 svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.public-windows .public-btn .public-btn1:hover {
  border: 2px solid var(--color);
  background-color: var(--color);
}
.public-windows .public-btn .public-btn1.public-btn1a {
  border: 2px solid var(--color);
}
.public-windows .public-btn .public-btn1.public-btn1a .pbtncn1 {
  color: var(--color);
}
.public-windows .public-btn .public-btn1.public-btn1a .pbtncn2 svg {
  color: var(--color);
}
.public-windows .public-btn .public-btn1.public-btn1a .pbtncn2 svg path {
  fill: var(--color);
}
.public-windows .public-btn .public-btn1.public-btn1a:hover .pbtncn1 {
  color: #Fff;
}
.public-windows .public-btn .public-btn1.public-btn1a:hover .pbtncn2 svg {
  color: #fff;
}
.public-windows .public-btn .public-btn1.public-btn1a:hover .pbtncn2 svg path {
  fill: #fff;
}
.public-windows .public-btn .public-btn1.public-btnbtnleft {
  border: 2px solid var(--color);
}
.public-windows .public-btn .public-btn1.public-btnbtnleft .pbtncn1 {
  color: var(--color);
}
.public-windows .public-btn .public-btn1.public-btnbtnleft .pbtncn2 {
  width: 0.2rem;
  margin-left: 0;
  margin-right: 0.15rem;
}
@media (max-width: 767px) {
  .public-windows .public-btn .public-btn1.public-btnbtnleft .pbtncn2 {
    width: 0.4rem;
  }
}
.public-windows .public-btn .public-btn1.public-btnbtnleft .pbtncn2 svg {
  color: var(--color);
}
.public-windows .public-btn .public-btn1.public-btnbtnleft .pbtncn2 svg path {
  fill: var(--color);
}
.public-windows .public-btn .public-btn1.public-btnbtnleft:hover {
  border: 2px solid var(--color);
}
.public-windows .public-btn .public-btn1.public-btnbtnleft:hover .pbtncn1 {
  color: #Fff;
}
.public-windows .public-btn .public-btn1.public-btnbtnleft:hover .pbtncn2 svg {
  color: #fff;
}
.public-windows .public-btn .public-btn1.public-btnbtnleft:hover .pbtncn2 svg path {
  fill: #fff;
}
.public-windows .public-btn .public-btn1.public-btngray {
  border: 2px solid #e3e3e3;
}
.public-windows .public-btn .public-btn1.public-btngray .pbtncn1 {
  color: #666666;
}
.public-windows .public-btn .public-btn1.public-btngray .pbtncn2 {
  width: 0.2rem;
  margin-left: 0;
  margin-right: 0.15rem;
}
@media (max-width: 767px) {
  .public-windows .public-btn .public-btn1.public-btngray .pbtncn2 {
    width: 0.4rem;
  }
}
.public-windows .public-btn .public-btn1.public-btngray .pbtncn2 svg {
  color: #666;
}
.public-windows .public-btn .public-btn1.public-btngray .pbtncn2 svg path {
  fill: #666666;
}
.public-windows .public-btn .public-btn1.public-btngray:hover {
  border: 2px solid var(--color);
}
.public-windows .public-btn .public-btn1.public-btngray:hover .pbtncn1 {
  color: #Fff;
}
.public-windows .public-btn .public-btn1.public-btngray:hover .pbtncn2 svg {
  color: #fff;
}
.public-windows .public-btn .public-btn1.public-btngray:hover .pbtncn2 svg path {
  fill: #fff;
}
