@charset "utf-8";
/* 
.container {
    margin: 0 auto;
    width: 84%;
    max-width: 1600px; 
    @media @max-lg{
        width:84%;
    }
    @media @max-md{
        width:90%;
    }
}
 */
.container {
  margin: 0 auto;
  width: 84%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}
/* 导航 */
.hadheight {
  display: none;
  height: 90px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 60px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .hadbox .container {
    max-width: 1760px;
    width: 94%;
  }
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  color: #fff;
  display: flex;
  position: relative;
  justify-content: space-between;
  line-height: 90px;
  max-width: 1920px;
  margin: 0 auto;
  height: 90px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    line-height: 80px;
    height: 80px;
  }
}
@media (max-width: 1260px) {
  .hadbox-sec1 {
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    line-height: 60px;
    height: 60px;
    padding-right: 5%;
  }
}
.hadbox-sec1 .container {
  display: flex;
  justify-content: space-between;
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
  padding-left: 3.75%;
}
.hadbox-sec1 .lt .fz_logo {
  display: flex;
  overflow: hidden;
  height: 34px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 30px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 26px;
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 0.4rem;
  }
}
.hadbox-sec1 .lt .fz_logo img {
  float: left;
  height: 100%;
}
.hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox > li {
  position: relative;
}
.hadbox-sec1 .f_navbox li .f_tit {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  margin: 0 0.28rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .f_tit {
    font-size: 14px;
    margin: 0 16px;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .f_tit {
    font-size: 14px;
    margin: 0 14px;
  }
}
@media (max-width: 1260px) {
  .hadbox-sec1 .f_navbox li .f_tit {
    margin: 0 12px;
  }
}
.hadbox-sec1 .f_navbox li .f_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 10px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .f_tit i {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .f_tit i img,
.hadbox-sec1 .f_navbox li .f_tit i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .f_tit i img:nth-child(2),
.hadbox-sec1 .f_navbox li .f_tit i svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .f_tit i svg {
  max-width: 50%;
  max-height: 50%;
}
.hadbox-sec1 .f_navbox li .f_tit i svg path {
  fill: none;
  stroke: #ffffff;
}
.hadbox-sec1 .f_navbox li .f_tit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: var(--color);
  height: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .f_tit:after {
    height: 2px;
  }
}
.hadbox-sec1 .f_navbox li .f_child {
  position: absolute;
  left: -0.42rem;
  top: 100%;
  width: 7.88rem;
  line-height: 1.5;
  display: none;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .f_child {
    left: -36px;
  }
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei {
  background-color: #ffffff;
  display: flex;
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav {
  width: 42.89%;
  background-color: #f5f5f5;
  padding-bottom: 0.46rem;
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.32rem 0.34rem;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  padding-right: 0.3rem;
  transition: all 0.4s;
  border-left: 6px solid transparent;
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .li .zi {
  display: flex;
  align-items: center;
  color: #000000;
  transition: all 0.4s;
  width: calc(100% - 24px);
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .li .zi .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 34px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .li .zi .f_icon {
    width: 34px;
    height: 30px;
  }
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .li .zi .f_icon img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .li .zi span {
  display: block;
  width: calc(100% - 38px);
  padding-left: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .li .zi span {
    padding-left: 8px;
    width: calc(100% - 34px);
  }
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .li i {
  display: block;
  width: 10px;
  height: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .li i {
    width: 8px;
    height: 12px;
  }
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .li i svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .li i svg path {
  fill: #999999;
  transition: all 0.4s;
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .on {
  border-color: var(--color);
  background-color: #ffffff;
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .on .zi {
  color: var(--color);
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_nav .on i svg path {
  fill: var(--color);
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_cont {
  position: relative;
  width: 57.11%;
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_cont .f_item {
  width: 100%;
  padding: 0.36rem 0.6rem 0.54rem 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_cont .f_item .tit {
  display: block;
  width: 100%;
  padding-bottom: 0.3rem;
  margin-bottom: 0.44rem;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_cont .f_item .nei {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_cont .f_item .nei .li {
  display: block;
  width: 50%;
  color: #999999;
  transition: all 0.4s;
  padding-right: 0.16rem;
  margin-bottom: 0.26rem;
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_cont .f_item .nei .li:hover {
  color: var(--color);
}
.hadbox-sec1 .f_navbox li .f_child .f_child_nei .f_child_cont .active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.hadbox-sec1 .f_navbox li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 146px;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #ffffff;
  line-height: 58px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  display: none;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li > ul {
    line-height: 50px;
  }
}
.hadbox-sec1 .f_navbox li > ul > li a {
  font-size: 16px;
  transition: all 0.4s;
  display: block;
  -webkit-transition: all 0.4s;
  color: #000000;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li > ul > li a {
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox li > ul > li a:hover {
  color: var(--color);
  background-color: #e5f2eb;
}
.hadbox-sec1 .f_navbox li:hover .f_tit span {
  color: var(--color);
}
.hadbox-sec1 .f_navbox li:hover .f_tit:after {
  width: 78%;
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li:hover .fz_hover {
    line-height: 50px;
    height: 50px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li.on .tit {
  font-weight: bold;
}
.hadbox-sec1 .gt {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .gt .f_lang {
  height: 100%;
  position: relative;
  margin-right: 0.36rem;
}
.hadbox-sec1 .gt .f_lang .la_tit {
  display: flex;
  transition: all 0.4s linear;
  color: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  align-items: center;
  font-size: var(--font-size9);
}
.hadbox-sec1 .gt .f_lang .la_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_lang .la_tit i {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit i {
    width: 14px;
    height: 14px;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit i svg {
  width: 100%;
  height: 100%;
}
.hadbox-sec1 .gt .f_lang .la_tit i svg path {
  fill: #ffffff;
  transition: all 0.4s linear;
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon {
  display: block;
  width: 10px;
  height: 6px;
  margin-left: 6px;
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  transition: all 0.4s linear;
  fill: #ffffff;
}
.hadbox-sec1 .gt .f_lang .hover1 {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 120%;
  background-color: #ffffff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  line-height: 1.5;
  padding-bottom: 0.12rem;
  display: none;
}
.hadbox-sec1 .gt .f_lang .hover1 a {
  display: block;
  font-size: 12px;
  color: #555555;
  padding: 6px 10px;
  text-align: center;
}
.hadbox-sec1 .gt .f_lang .hover1 a:hover {
  color: var(--color);
  text-decoration: underline;
}
.hadbox-sec1 .gt .f_lang:hover .hover1 {
  display: block;
}
.hadbox-sec1 .gt .g_tel {
  margin-right: 0.8rem;
  display: flex;
  align-items: center;
}
.hadbox-sec1 .gt .g_tel img,
.hadbox-sec1 .gt .g_tel svg {
  color: #fff;
  width: 0.32rem;
  height: auto;
}
.hadbox-sec1 .gt .g_tel img path,
.hadbox-sec1 .gt .g_tel svg path {
  fill: #fff;
}
.hadbox-sec1 .gt .g_tel p {
  font-size: var(--font-size5);
  margin-left: 0.13rem;
}
.hadbox-sec1 .gt .f_search,
.hadbox-sec1 .gt .f_login {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_search,
  .hadbox-sec1 .gt .f_login {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_search,
  .hadbox-sec1 .gt .f_login {
    width: 0.6rem;
    background-color: transparent;
  }
}
.hadbox-sec1 .gt .f_search .f_icon,
.hadbox-sec1 .gt .f_login .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hadbox-sec1 .gt .f_search svg,
.hadbox-sec1 .gt .f_login svg {
  color: var(--color);
  height: 22px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_search svg,
  .hadbox-sec1 .gt .f_login svg {
    height: 20px;
  }
}
@media (max-width: 1260px) {
  .hadbox-sec1 .gt .f_search svg,
  .hadbox-sec1 .gt .f_login svg {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_search svg,
  .hadbox-sec1 .gt .f_login svg {
    height: 16px;
  }
}
.hadbox-sec1 .gt .f_search svg path,
.hadbox-sec1 .gt .f_login svg path {
  fill: var(--color);
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_search svg path,
  .hadbox-sec1 .gt .f_login svg path {
    fill: #ffffff;
  }
}
.hadbox-sec1 .gt .f_search {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  background-color: #00833b;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_search {
    background-color: transparent;
  }
}
.hadbox-sec1 .gt .f_search svg {
  color: #fff;
}
.hadbox-sec1 .gt .f_search svg path {
  transition: all 0.4s linear;
  fill: #ffffff;
}
.hadbox-sec1 .gt .qie {
  margin-left: 0.38rem;
}
@media (min-width: 1261px) {
  .hadbox-sec1 .gt .qie {
    display: none;
  }
}
.hadbox-sec1 .gt .qie span {
  background-color: #fff;
}
.hadbox-sec2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 70px);
  background-color: #fff;
  display: none;
}
.hadbox-sec2 .container {
  position: relative;
}
@media (max-width: 1260px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1260px) {
}
.hadbox-sec2 .container .f_portrait {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--color);
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec2 .container .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
  margin-top: 0.34rem;
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
  height: 1rem;
}
.hadbox-sec2 .container .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec2 .container .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec2 .container .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec2 .container .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec2 .container .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: var(--color);
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec2 .container .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  height: calc(100% - 90px);
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .navbox > ul > li .tit i {
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 100%;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
  stroke: none;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg {
  float: left;
  width: 30px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img path,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg path {
  fill: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:after,
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -13px;
  background-color: #999;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li.active .tit i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: var(--color);
}
.hadbox-sec3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  display: none;
}
.hadbox-sec3 .container {
  padding: 0.6rem 0 0.28rem;
  position: relative;
}
@media (max-width: 767px) {
  .hadbox-sec3 .container {
    padding-bottom: 0.6rem;
    padding-top: 1.2rem;
  }
}
.hadbox-sec3 .f_close {
  position: absolute;
  right: -0.4rem;
  top: 0.2rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_close {
    right: 0;
    top: 0.3rem;
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec3 .f_close img {
  width: 100%;
  float: left;
}
.hadbox-sec3 .f_close img:nth-child(2) {
  display: none;
}
.hadbox-sec3 .f_close svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.hadbox-sec3 .f_close svg path {
  fill: #808080;
}
.hadbox-sec3 .f_close:hover {
  transform: rotate(90deg);
}
.hadbox-sec3 .f_cont .fz_title {
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .fz_title {
    margin-bottom: 0.6rem;
  }
}
.hadbox-sec3 .f_cont .f_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.44rem;
  margin-bottom: 0.32rem;
  border-bottom: 1px solid #00833b;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form {
    padding-bottom: 0.3rem;
  }
}
.hadbox-sec3 .f_cont .f_form input {
  width: calc(100% - 26px);
  color: #333;
  padding-right: 0.26rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form input {
    width: calc(100% - 0.36rem);
  }
}
.hadbox-sec3 .f_cont .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
}
.hadbox-sec3 .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
}
.hadbox-sec3 .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
}
.hadbox-sec3 .f_cont .f_form .f_sub {
  overflow: hidden;
  width: 26px;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form .f_sub {
    width: 0.36rem;
  }
}
.hadbox-sec3 .f_cont .f_form .f_sub img {
  float: left;
  width: 100%;
}
.hadbox-sec3 .f_cont .f_form .f_sub svg {
  width: 100%;
}
.hadbox-sec3 .f_cont .f_form .f_sub svg path {
  fill: #333333;
}
.hadbox-sec3 .f_cont .f_form .f_sub:hover svg path {
  fill: var(--color);
}
.hadbox-sec3 .f_cont .f_jut {
  display: flex;
  line-height: 24px;
  align-items: flex-start;
  line-height: 36px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .f_jut {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .f_cont .f_jut {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_jut {
    flex-wrap: wrap;
  }
}
.hadbox-sec3 .f_cont .f_jut .name {
  flex: 0 0 auto;
  margin-top: 1px;
  display: block;
  color: #999999;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_jut .name {
    width: 100%;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.2rem;
  }
}
.hadbox-sec3 .f_cont .f_jut .f_list {
  fill: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec3 .f_cont .f_jut .f_list .li {
  margin-bottom: 10px;
  color: #999999;
  border-radius: 18px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .hadbox-sec3 .f_cont .f_jut .f_list .li {
    margin-bottom: 4px;
  }
}
.hadbox-sec3 .f_cont .f_jut .f_list .li:hover {
  color: var(--color);
}
.hadbox:hover {
  background-color: #ffffff;
}
.hadbox:hover:before {
  background-color: #000000;
  opacity: 0.1;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img {
  display: none;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .f_tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.on > .f_tit {
  color: var(--color);
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac2 .f_tit {
  color: #999999;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac1 .f_tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit i svg path,
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  fill: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .g_tel svg {
  color: #333;
}
.hadbox:hover .hadbox-sec1 .gt .g_tel p {
  color: #333;
}
.hadbox:hover .hadbox-sec1 .gt .f_login {
  background-color: transparent;
}
@media (max-width: 767px) {
  .hadbox:hover .hadbox-sec1 .gt .f_search svg,
  .hadbox:hover .hadbox-sec1 .gt .f_login svg {
    color: #333;
  }
  .hadbox:hover .hadbox-sec1 .gt .f_search svg path,
  .hadbox:hover .hadbox-sec1 .gt .f_login svg path {
    fill: #333;
  }
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
  background-color: #333333;
}
.hadbox2 {
  background-color: #ffffff;
}
.hadbox2:before {
  background-color: #000000;
  opacity: 0.1;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img {
  display: none;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .f_navbox li .f_tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .f_navbox li.on > .f_tit {
  color: var(--color);
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac2 .f_tit {
  color: #999999;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac1 .f_tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit i svg path,
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  fill: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_login {
  background-color: transparent;
}
.hadbox2 .hadbox-sec1 .gt .g_tel svg {
  color: #333;
}
.hadbox2 .hadbox-sec1 .gt .g_tel p {
  color: #333;
}
@media (max-width: 767px) {
  .hadbox2 .hadbox-sec1 .gt .f_search svg path {
    fill: #333;
  }
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #333333;
}
.hadbox3 {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.hadbox_bag {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 668;
  background-color: #000000;
  opacity: 0.5;
  display: none;
}

 
@charset "utf-8";
/* 
.container {
    margin: 0 auto;
    width: 84%;
    max-width: 1600px; 
    @media @max-lg{
        width:84%;
    }
    @media @max-md{
        width:90%;
    }
}
 */
.fotbox {
  background-color: #434343;
}
.fotbox .container {
  margin: 0 auto;
  width: 84%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .fotbox .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .fotbox .container {
    width: 90%;
  }
}
.fotbox .container {
  max-width: 1760px;
}
@media (min-width: 992px) {
  .fotbox .container {
    width: 94%;
  }
}
.fotbox-sec1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fotbox-sec1 .container .lt {
  width: 78.40909%;
  border-right: 1px solid rgba(231, 231, 231, 0.2);
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt {
    width: 100%;
    border-right: none;
  }
}
.fotbox-sec1 .container .lt .f_lgog {
  border-bottom: rgba(231, 231, 231, 0.2) solid 1px;
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.56rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .f_lgog {
    padding-top: 0.8rem;
  }
}
.fotbox-sec1 .container .lt .f_lgog .img {
  display: block;
  height: 34px;
  width: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .f_lgog .img {
    height: 0.4rem;
  }
}
.fotbox-sec1 .container .lt .f_lgog .img img {
  width: 100%;
  float: left;
}
.fotbox-sec1 .container .lt .f_lgog span {
  display: block;
  width: 2px;
  background-color: #ffffff;
  opacity: 0.3;
  height: 0.24rem;
  margin: 0 0.2rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .f_lgog span {
    display: none;
  }
}
.fotbox-sec1 .container .lt .f_lgog .f_tit {
  color: var(--color);
  font-weight: bold;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .f_lgog .f_tit {
    width: 100%;
    font-size: 0.26rem;
    margin-top: 0.26rem;
  }
}
.fotbox-sec1 .container .lt .fot_nav {
  width: 100%;
  display: flex;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_nav {
    flex-wrap: wrap;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li {
  width: 20%;
  padding-right: 0.16rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_nav > li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.26rem;
  }
  .fotbox-sec1 .container .lt .fot_nav > li:last-child {
    margin-bottom: 0;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li .f_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  width: 100%;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .fotbox-sec1 .container .lt .fot_nav > li .f_tit {
    padding-bottom: 28px;
  }
  .fotbox-sec1 .container .lt .fot_nav > li .f_tit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16px;
    height: 3px;
    background-color: var(--color);
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .fotbox-sec1 .container .lt .fot_nav > li .f_tit {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .fotbox-sec1 .container .lt .fot_nav > li .f_tit:before {
    height: 2px;
    width: 12px;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li .f_tit i {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: 0.22rem;
  width: 0.5rem;
  height: 0.3rem;
}
@media (min-width: 768px) {
  .fotbox-sec1 .container .lt .fot_nav > li .f_tit i {
    display: none;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li .f_tit i img,
.fotbox-sec1 .container .lt .fot_nav > li .f_tit i svg {
  width: auto;
  height: 100%;
  max-width: 100%;
}
.fotbox-sec1 .container .lt .fot_nav > li .f_tit i img path,
.fotbox-sec1 .container .lt .fot_nav > li .f_tit i svg path {
  fill: #ffffff;
}
.fotbox-sec1 .container .lt .fot_nav > li ul {
  padding-top: 22px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .lt .fot_nav > li ul {
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_nav > li ul {
    padding-top: 0.2rem;
    padding-bottom: 0.16rem;
    display: none;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li ul li {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_nav > li ul li {
    margin-bottom: 0.26rem;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li ul li:last-child {
  margin-bottom: 0;
}
.fotbox-sec1 .container .lt .fot_nav > li ul li a {
  color: #999999;
  transition: all 0.4s;
  display: block;
}
@media (min-width: 768px) {
  .fotbox-sec1 .container .lt .fot_nav > li ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li.on .f_tit i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.fotbox-sec1 .container .lt .fot_nav > .f_item .f_tit:before {
  display: none;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_nav > .f_item .f_tit {
    margin-top: 0.36rem;
  }
  .fotbox-sec1 .container .lt .fot_nav > .f_item .f_tit:first-child {
    margin-top: 0;
  }
}
.fotbox-sec1 .container .gt {
  width: 21.59091%;
  padding-left: 2.84090909%;
  padding-top: 0.38rem;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt {
    padding-left: 0;
    width: 100%;
    padding: 0 0 1rem;
    text-align: center;
  }
}
.fotbox-sec1 .container .gt .f_tit {
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .gt .f_tit {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .f_tit {
    margin-bottom: 0.16rem;
  }
}
.fotbox-sec1 .container .gt .f_tel {
  font-weight: bold;
  color: var(--color);
  font-size: var(--font-size1);
  line-height: 1;
  margin-bottom: 0.38rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .f_tel {
    margin-bottom: 0.2rem;
  }
}
.fotbox-sec1 .container .gt .f_email {
  line-height: 1.71428571;
  color: #fff;
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .f_email {
    margin-bottom: 0.38rem;
  }
}
.fotbox-sec1 .container .gt .f_email a,
.fotbox-sec1 .container .gt .f_email span {
  color: #999999;
}
.fotbox-sec1 .container .gt .fz_er {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .fz_er {
    justify-content: center;
  }
}
.fotbox-sec1 .container .gt .fz_er .li {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  width: calc(50% - 0.1rem);
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .fz_er .li {
    width: 2.3rem;
    margin: 0 0.2rem;
  }
}
.fotbox-sec1 .container .gt .fz_er .li .f_img {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .gt .fz_er .li .f_img {
    margin-bottom: 8px;
  }
}
.fotbox-sec1 .container .gt .fen {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 1.36rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .fen {
    margin-top: 0.4rem;
    justify-content: center;
  }
}
.fotbox-sec1 .container .gt .fen .li {
  position: relative;
  margin-right: 32px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .gt .fen .li {
    margin-right: 28px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .fen .li {
    margin: 0 0.2rem;
  }
}
.fotbox-sec1 .container .gt .fen .li:last-child {
  margin-right: 0;
}
.fotbox-sec1 .container .gt .fen .li .f_icon {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: flex;
  opacity: 0.6;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .gt .fen .li .f_icon {
    width: 20px;
    height: 20px;
  }
}
.fotbox-sec1 .container .gt .fen .li .f_icon svg,
.fotbox-sec1 .container .gt .fen .li .f_icon img {
  width: auto;
  height: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  max-width: 100%;
  object-fit: contain;
}
.fotbox-sec1 .container .gt .fen .li .f_icon svg path,
.fotbox-sec1 .container .gt .fen .li .f_icon img path {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  fill: var(--color);
}
.fotbox-sec1 .container .gt .fen .li .hover1 {
  display: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.26rem;
  background-color: #ffffff;
  left: 0;
  z-index: 2;
  width: 120px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .gt .fen .li .hover1 {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .fen .li .hover1 {
    bottom: initial;
    top: 100%;
    margin-bottom: 0;
    margin-top: 0.26rem;
  }
}
@media (min-width: 768px) {
  .fotbox-sec1 .container .gt .fen .li .hover1 {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.fotbox-sec1 .container .gt .fen .li .hover1 img {
  width: 100%;
}
.fotbox-sec1 .container .gt .fen .li:hover .f_icon {
  opacity: 1;
}
.fotbox-sec1 .container .gt .fen .li:hover .f_icon svg path {
  fill: #ffffff;
}
.fotbox-sec1 .container .gt .fen .li:hover .hover1 {
  display: block;
}
.fotbox-sec2 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid rgba(231, 231, 231, 0.3);
  padding: 0.3rem 0 0.28rem;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container {
    padding: 0.36rem 0 0.42rem;
  }
}
.fotbox-sec2 .container .lt {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 0.1rem;
  }
}
.fotbox-sec2 .container .lt a,
.fotbox-sec2 .container .lt span {
  font-weight: bold;
  display: inline-block;
  color: #ffffff;
  opacity: 0.2;
  font-size: var(--font-size9);
  transition: all 0.4s linear;
}
.fotbox-sec2 .container .lt a {
  margin-left: 0.16rem;
}
.fotbox-sec2 .container .lt a:hover {
  opacity: 1;
  text-decoration: underline;
}
.fotbox-sec2 .container .gt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt {
    width: 100%;
    justify-content: center;
  }
}
.fotbox-sec2 .container .gt .li {
  color: #999999;
  font-size: var(--font-size9);
  transition: all 0.4s linear;
  display: block;
  font-weight: bold;
  margin-left: 24px;
}
@media (max-width: 1580px) {
  .fotbox-sec2 .container .gt .li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt .li {
    margin: 0 0.22rem;
  }
}
.fotbox-sec2 .container .gt .li:hover {
  text-decoration: underline;
  color: #ffffff;
}

 
@charset "utf-8";.gs-nav-1{width:100%;height:auto;position:relative;z-index:21;border-top:1px solid #EEEEEE;background:#FFFFFF;overflow:hidden}.gs-nav-1 .nav-box{width:100%;height:auto;display:flex;flex-wrap:wrap;align-items:center;margin:21px 0 14px}.gs-nav-1 .nav-box,.gs-nav-1 .nav-box *{font-size:var(--font-size9);color:#000000;line-height:1.2}.gs-nav-1 .nav-box a{color:#999999;transition:all .5s ease}.gs-nav-1 .nav-box a:hover{color:#000000}.gs-nav-1 .nav-box span{margin:0 .8em;color:#999999}
 
@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 .hm_but {
  width: 1.7rem;
  height: 0.5rem;
  transition: all 0.4s;
  display: 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: #000000;
  margin-bottom: 0.36rem;
  font-size: var(--font-size2);
}
.hm-sec7 .container .hm_but {
  margin: 0 auto;
}

 
@charset "utf-8";
/* 
.container {
    margin: 0 auto;
    width: 84%;
    max-width: 1600px; 
    @media @max-lg{
        width:84%;
    }
    @media @max-md{
        width:90%;
    }
}
 */
.fixedgt {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 5px;
  z-index: 666;
  box-shadow: -1px 3px 16px 0px rgba(148, 180, 255, 0.16);
  /* display: none; */
}
@media (max-width: 1580px) {
  .fixedgt {
    width: 54px;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .fixedgt {
    top: 66%;
    width: 0.8rem;
  }
}
.fixedgt .item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixedgt .item .f_tit {
  color: #ffffff;
  width: 100%;
  display: block;
  background-color: var(--color);
  text-align: center;
  border-radius: 26px;
  font-weight: bold;
  padding: 14px;
}
@media (max-width: 1580px) {
  .fixedgt .item .f_tit {
    padding: 10px 12px;
  }
}
@media (max-width: 767px) {
  .fixedgt .item .f_tit {
    padding: 8px 0.12rem;
  }
}
.fixedgt .item .f_icon {
  width: 22px;
  height: 22px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .fixedgt .item .f_icon {
    width: 18px;
    height: 18px;
  }
}
.fixedgt .item .f_icon svg {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.fixedgt .item .f_icon svg path {
  fill: #333333;
  transition: all 0.4s;
}
.fixedgt .item .f_tel_hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  padding-right: 16px;
  width: 240px;
  display: none;
  box-shadow: -1px 3px 16px 0px rgba(148, 180, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .fixedgt .item .f_tel_hover {
    width: 180px;
  }
}
.fixedgt .item .f_tel_hover .font {
  width: 100%;
  color: #333333;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: var(--font-size4);
  color: var(--color);
  font-weight: bold;
  line-height: 1.1;
  padding: 0.26rem 0.2rem;
}
.fixedgt .item:hover .f_icon svg path {
  fill: var(--color);
}
.fixedgt .item:hover .f_tel_hover {
  display: block;
}
.fixedgt .f_tel1 {
  padding: 20px 0;
  position: relative;
}
@media (max-width: 1580px) {
  .fixedgt .f_tel1 {
    padding: 16px 0;
  }
}
.fixedgt .f_tel1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 33.33%;
  height: 2px;
  background-color: #000000;
  opacity: 0.1;
}
.fixedgt .f_message {
  padding: 20px 0 15px;
}
@media (max-width: 1580px) {
  .fixedgt .f_message {
    padding: 16px 0 10px;
  }
}
.fixedgt .f_top {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.22rem;
  width: 100%;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  height: 60px;
  border-radius: 50%;
  box-shadow: -1px 3px 16px 0px rgba(148, 180, 255, 0.16);
  background-color: #ffffff;
}
@media (max-width: 1580px) {
  .fixedgt .f_top {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .fixedgt .f_top {
    height: 0.8rem;
  }
}
.fixedgt .f_top .f_icon {
  width: 100%;
  height: 100%;
}
.fixedgt .f_top .f_icon svg {
  width: 46.66666667%;
  height: 46.66666667%;
}

 
@charset "utf-8";
/* 
.container {
    margin: 0 auto;
    width: 84%;
    max-width: 1600px; 
    @media @max-lg{
        width:84%;
    }
    @media @max-md{
        width:90%;
    }
}
 */
.msgAlt {
  display: none;
}
.msgAlt .hm_but {
  width: 1.7rem;
  height: 0.5rem;
  transition: all 0.4s;
  display: 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) {
  .msgAlt .hm_but {
    width: 1.8rem;
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .msgAlt .hm_but {
    height: 0.68rem;
    width: 1.8rem;
  }
}
.msgAlt .hm_but:hover {
  opacity: 0.9;
}
.msgAlt .cont {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  max-width: 12.4rem;
  width: 90%;
}
@media (max-width: 991px) {
  .msgAlt .cont {
    max-width: 14rem;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont {
    max-width: 100%;
  }
}
.msgAlt .cont .lt {
  width: 35.484%;
  padding: 0.8rem 0.5rem 0.52rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(/static/home/images/kfshuziimg1.jpg) center / cover no-repeat;
}
@media (max-width: 767px) {
  .msgAlt .cont .lt {
    display: none;
  }
}
.msgAlt .cont .lt .font {
  color: #ffffff;
}
.msgAlt .cont .lt .font .f_logo {
  height: 0.4rem;
  width: 100%;
  margin-bottom: 0.74rem;
}
.msgAlt .cont .lt .font .f_logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.msgAlt .cont .lt .font .f_tit {
  margin-top: 2px;
  margin-bottom: 0.28rem;
  font-weight: bold;
  font-size: var(--font-size4);
}
.msgAlt .cont .lt .font .nei .li {
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .msgAlt .cont .lt .font .nei .li {
    padding-left: 24px;
  }
}
@media (max-width: 991px) {
  .msgAlt .cont .lt .font .nei .li {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .lt .font .nei .li {
    padding-left: 0.5rem;
  }
}
.msgAlt .cont .lt .font .nei .li:last-child {
  margin-bottom: 0;
}
.msgAlt .cont .lt .font .nei .li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(/static/home/images/zhengiiconimg1.svg) no-repeat center / 100% 100%;
}
@media (max-width: 1580px) {
  .msgAlt .cont .lt .font .nei .li:before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .lt .font .nei .li:before {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.msgAlt .cont .lt .f_link {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.msgAlt .cont .lt .f_link .li {
  color: #ffffff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #ffffff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  margin-right: 0.1rem;
  display: block;
}
.msgAlt .cont .lt .f_link .li:hover {
  background-size: 100% 100%;
}
.msgAlt .cont .gt {
  width: 64.516%;
  padding: 0.36rem 0.5rem 0.56rem;
}
@media (max-width: 767px) {
  .msgAlt .cont .gt {
    width: 100%;
    height: 78vh;
    overflow: auto;
  }
}
.msgAlt .cont .gt .f_tit {
  color: #000000;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: var(--font-size4);
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_tit {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_tit {
    font-size: 0.38rem;
  }
}
.msgAlt .cont .gt .text {
  line-height: 1.625;
  color: #999999;
  margin-bottom: 0.3rem;
}
.msgAlt .cont .gt .f_from {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.msgAlt .cont .gt .f_from .item {
  width: calc(50% - 0.1rem);
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_from .item {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_from .item {
    width: 100%;
    margin-bottom: 0.28rem;
  }
}
.msgAlt .cont .gt .f_from .item .name {
  color: #333333;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_from .item .name {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_from .item .name {
    display: none;
  }
}
.msgAlt .cont .gt .f_from .item .name span {
  color: var(--color);
}
.msgAlt .cont .gt .f_from .item .int,
.msgAlt .cont .gt .f_from .item .f_int {
  width: 100%;
}
.msgAlt .cont .gt .f_from .item .int input,
.msgAlt .cont .gt .f_from .item .f_int input,
.msgAlt .cont .gt .f_from .item .int textarea,
.msgAlt .cont .gt .f_from .item .f_int textarea {
  border-radius: 4px;
  color: #333333;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 14px 16px;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_from .item .int input,
  .msgAlt .cont .gt .f_from .item .f_int input,
  .msgAlt .cont .gt .f_from .item .int textarea,
  .msgAlt .cont .gt .f_from .item .f_int textarea {
    padding: 12px 14px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_from .item .int input,
  .msgAlt .cont .gt .f_from .item .f_int input,
  .msgAlt .cont .gt .f_from .item .int textarea,
  .msgAlt .cont .gt .f_from .item .f_int textarea {
    padding: 0.22rem 0.36rem;
  }
}
.msgAlt .cont .gt .f_from .item .int input::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int input::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .int textarea::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.msgAlt .cont .gt .f_from .item .int input::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .f_int input::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .int textarea::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .f_int textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.msgAlt .cont .gt .f_from .item .int input:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int input:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .int textarea:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.msgAlt .cont .gt .f_from .item .int textarea,
.msgAlt .cont .gt .f_from .item .f_int textarea {
  height: 1.66rem;
}
.msgAlt .cont .gt .f_from .f_textarea {
  width: 100%;
}
.msgAlt .cont .gt .f_from .fz_text1 {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.36rem;
}
.msgAlt .cont .gt .f_from .fz_text1 a {
  color: var(--color);
}
.msgAlt .cont .gt .f_from .fz_text1 a:hover {
  text-decoration: underline;
}
.msgAlt .cont .gt .f_from .hm_but {
  width: 1.58rem;
  height: 0.5rem;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_from .hm_but {
    width: 1.6rem;
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_from .hm_but {
    width: 2.3rem;
    height: 0.78rem;
  }
}
.basealt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.basealt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.basealt .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.basealt .cont .fclose {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  cursor: pointer;
  transition: all 0.4s;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .basealt .cont .fclose {
    width: 0.66rem;
    height: 0.66rem;
    left: initial;
    right: 0;
    top: initial;
    bottom: 100%;
    margin-left: 0;
  }
}
.basealt .cont .fclose svg {
  color: #fff;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.basealt .cont .fclose svg path {
  fill: #ffffff;
}
.basealt .cont .fclose:hover {
  transform: rotate(90deg);
}
