* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 90.625%;
  max-width: 1740px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.26rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font26 {
  font-size: 0.26rem;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font26 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 1199px) {
  .font32 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 1199px) {
  .font34 {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .font40 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 0.42rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1199px) {
  .font48 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 0.42rem;
  }
}
.font54 {
  font-size: 0.54rem;
}
@media (max-width: 1199px) {
  .font54 {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .font54 {
    font-size: 0.44rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1199px) {
  .font60 {
    font-size: 0.54rem;
  }
}
@media (max-width: 767px) {
  .font60 {
    font-size: 0.48rem;
  }
}
.base_img {
  position: relative;
}
.base_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.base_img:before {
  content: "";
  display: block;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #000000;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #000000;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #000000;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 公共分页 */
.basepage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.basepage a,
.basepage span {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #e4e4e4;
  color: #666666;
  flex-shrink: 0;
  float: left;
  font-size: 18px;
  margin: 0 6px 10px;
}
@media (max-width: 1580px) {
  .basepage a,
  .basepage span {
    font-size: 16px;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 991px) {
  .basepage a,
  .basepage span {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.basepage .active {
  border: 1px solid #333333;
  background-color: #333333;
  color: #fff;
}
.basepage .active:hover {
  color: #fff;
}
.basepage .prev,
.basepage .next {
  position: relative;
  color: #999999;
}
@media (max-width: 991px) {
}
.basepage .prev i,
.basepage .next i {
  display: block;
}
.basepage .fan {
  width: auto;
  padding: 0 15px;
}
.basepage a:hover {
  border: 1px solid #333333;
  background-color: #333333;
  color: #fff;
}
.basepage .prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pagel1-1.png) no-repeat center / 15px auto;
}
@media (max-width: 767px) {
  .basepage .prev:after {
    background-size: 10px;
  }
}
.basepage .next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pagel2-1.png) no-repeat center / 15px auto;
}
@media (max-width: 767px) {
  .basepage .next:after {
    background-size: 10px;
  }
}
.basepage .prev i {
  margin-right: 8px;
}
.basepage .prev:hover {
  background-color: #333333;
  border-color: #333333;
}
.basepage .prev:hover:after {
  background-image: url(../images/pagel1.png);
}
.basepage .next i {
  margin-left: 8px;
}
.basepage .next:hover {
  background-color: #333333;
  border-color: #333333;
}
.basepage .next:hover:after {
  background-image: url(../images/pagel2.png);
}
/* 面包屑 */
.breadbox .fcont {
  display: flex;
  align-items: center;
  padding: 0.6rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .fcont {
    padding: 12px 0;
  }
}
.breadbox .fcont a,
.breadbox .fcont span {
  transition: all 0.4s;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .fcont a,
  .breadbox .fcont span {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadbox .fcont a img,
.breadbox .fcont span img {
  float: left;
  width: 18px;
}
@media (max-width: 1580px) {
  .breadbox .fcont a img,
  .breadbox .fcont span img {
    width: 16px;
  }
}
.breadbox .fcont span {
  width: 6px;
  margin: 0 6px;
  display: block;
}
@media (max-width: 1580px) {
  .breadbox .fcont span {
    margin: 0 4px;
  }
}
@media (max-width: 991px) {
}
.breadbox .fcont a:hover {
  color: #333333;
}
.breadbox .fcont .on {
  color: #47c0ff;
}
.breadbox .fcont a:last-child {
  color: #47c0ff;
}
@media (max-width: 991px) {
  .breadbox .fcont a:last-child {
    max-width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .breadbox .fcont a:last-child {
    max-width: 30%;
  }
}
.breadbox .fcont .wofe {
  display: flex;
}
.breadbox .fcont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #000000;
}
.breadbox .fcont .wofe .li a {
  line-height: 1;
}
/* 文本编辑详情页 */
.make-text {
  line-height: 1.66666667;
  color: #666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  .make-text {
    line-height: 1.3;
  }
}
.make-text img {
  max-width: 100%;
}
.make-text table td {
  border: 1px solid #ddd;
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text p,
.make-text span {
  font-size: 16px;
  color: #666666;
}
@media (max-width: 767px) {
  .make-text p,
  .make-text span {
    line-height: 24px;
    font-size: 16px!important;
  }
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: 0.24rem;
  color: #333;
}
@media (max-width: 1580px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 16px!important;
    line-height: 1.3;
  }
}
.bsTop {
  width: 100%!important;
}
.bsFrameDiv > div {
  height: 208px!important;
}
.bsFrameDiv img {
  margin: 16px!important;
}
/* 公共弹窗样式 */
.basealt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  cursor: pointer;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .basealt .cont .fclose {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.basealt .cont .fclose svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.basealt .cont .fclose svg rect {
  transition: all 0.4s;
  fill: rgba(255, 255, 255, 0.2);
  stroke: #fff;
}
.basealt .cont .fclose svg path {
  fill: #ffffff;
}
.basealt .cont .fclose:hover svg rect {
  fill: #333333;
  stroke: #333333;
}
/* End */
.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: 1199px) {
  .hadheight {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 60px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid transparent;
  line-height: 90px;
  height: 90px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbox-sec1 > .container {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
  height: 100%;
}
.hadbox-sec1 .lt .logo {
  display: block;
  width: 1.6rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .logo {
    width: 1.8rem;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 .lt .logo {
    width: 1.5rem;
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .logo {
    width: 2.6rem;
  }
}
.hadbox-sec1 .lt .logo img,
.hadbox-sec1 .lt .logo svg {
  float: left;
  width: 100%;
}
.hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox li {
  position: relative;
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.4s;
  position: relative;
  margin: 0 0.23rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 14px;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 14px;
    margin: 0 18px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li .tit {
    margin: 0 12px;
  }
}
.hadbox-sec1 .f_navbox li .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 .tit i {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i img,
.hadbox-sec1 .f_navbox li .tit i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2),
.hadbox-sec1 .f_navbox li .tit i svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit i svg {
  max-width: 50%;
  max-height: 50%;
}
.hadbox-sec1 .f_navbox li .tit i svg path {
  fill: none;
  stroke: #ffffff;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 66%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #fff;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit:after {
    height: 2px;
  }
}
.hadbox-sec1 .f_navbox li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  background-color: #000;
  line-height: 1.5;
  text-align: center;
  display: none;
  padding-top: 0.18rem;
  padding-bottom: 0.3rem;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.hadbox-sec1 .f_navbox li ul > li {
  margin-bottom: 0.18rem;
  padding: 0 0.1rem;
}
.hadbox-sec1 .f_navbox li ul > li:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox li ul > li a {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox li ul > li a {
    font-size: 0.28rem;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li ul > li a {
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox li ul > li a:hover {
  text-decoration: underline;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
  width: 100%;
}
.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 {
  color: #ffffff;
}
.hadbox-sec1 .f_navbox li.on .tit:after {
  width: 100%;
}
.hadbox-sec1 .gt {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .gt .f_store,
.hadbox-sec1 .gt .f_search {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_store,
  .hadbox-sec1 .gt .f_search {
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec1 .gt .f_store > svg,
.hadbox-sec1 .gt .f_search > svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.hadbox-sec1 .gt .f_store > svg path,
.hadbox-sec1 .gt .f_search > svg path {
  fill: #ffffff;
  opacity: 1;
}
.hadbox-sec1 .gt .f_search {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  margin-left: 0.3rem;
}
.hadbox-sec1 .gt .f_store {
  position: relative;
}
.hadbox-sec1 .gt .f_store > svg {
  cursor: pointer;
}
.hadbox-sec1 .gt .f_store .f_hover1 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  padding-top: 0.1rem;
  background-color: #000;
  display: none;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_store .f_hover1 {
    transform: translateX(-90%);
  }
}
.hadbox-sec1 .gt .f_store .f_hover1 .li {
  display: block;
  width: 100%;
  background-color: transparent;
  text-align: center;
  line-height: 1.4;
  padding: 5px 0;
  color: #888888;
  transition: all 0.4s;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_store .f_hover1 .li {
    font-size: 14px;
  }
}
.hadbox-sec1 .gt .f_store .f_hover1 .li:last-child {
  border-color: transparent;
}
.hadbox-sec1 .gt .f_store .f_hover1 .li:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}
.hadbox-sec1 .gt .f_store:hover .f_hover1 {
  display: block;
}
.hadbox-sec1 .gt .qie {
  margin-left: 0.46rem;
  height: 100%;
}
@media (min-width: 1200px) {
  .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: 1199px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1199px) {
}
.hadbox-sec2 .container .f_portrait {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000000;
  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: #000000;
}
@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: 50px;
  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;
}
.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%;
  left: 50%;
  margin-left: -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: #000000;
}
.hadbox-sec3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  color: #ffffff;
  display: none;
}
.hadbox-sec3 .container {
  padding: 0.96rem 0 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .hadbox-sec3 .container {
    padding-bottom: 0.6rem;
  }
}
.hadbox-sec3 .f_close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 0.32rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_close {
    right: 0;
    top: 0.3rem;
  }
}
.hadbox-sec3 .f_close img {
  width: 100%;
  float: left;
}
.hadbox-sec3 .f_close img:nth-child(2) {
  display: none;
}
.hadbox-sec3 .f_close:hover {
  transform: rotate(90deg);
}
.hadbox-sec3 .f_cont {
  max-width: 1000px;
  margin: 0 auto;
}
.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.2rem;
  margin-bottom: 0.46rem;
  border-bottom: 1px solid rgba(194, 194, 194, 0.15);
}
@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);
  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: #fff;
}
.hadbox-sec3 .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.hadbox-sec3 .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.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 img:nth-child(2) {
  display: none;
}
.hadbox-sec3 .f_cont .f_jut {
  display: flex;
  line-height: 24px;
  align-items: flex-start;
}
.hadbox-sec3 .f_cont .f_jut .name {
  fill: 0 0 auto;
  margin-top: 1px;
  display: block;
  padding-right: 0.14rem;
}
.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: #ffffff;
  display: block;
  margin-right: 0.26rem;
}
.hadbox-sec3 .f_cont .f_jut .f_list .li:hover {
  text-decoration: underline;
}
.hadbox-sec4 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.hadbox-sec4 .f_cont {
  padding: 20px 0 0.46rem;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  display: none;
}
.hadbox-sec4 .f_cont .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hadbox-sec4 .f_cont .container .item {
  width: 8.333%;
  padding: 0 0.1rem;
}
.hadbox-sec4 .f_cont .container .item .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
.hadbox-sec4 .f_cont .container .item .list .img {
  max-width: 100%;
  height: 0.58rem;
  margin-bottom: 0.22rem;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .f_cont .container .item .list .img {
    height: 0.68rem;
  }
}
.hadbox-sec4 .f_cont .container .item .list .img img {
  transition: all 0.4s;
  height: 100%;
  width: auto;
}
.hadbox-sec4 .f_cont .container .item .list .fz_tit {
  text-align: center;
  opacity: 0.8;
  transition: all 0.4s;
}
.hadbox-sec4 .f_cont .container .item .list:hover .img img {
  transform: scale(1.1);
}
.hadbox-sec4 .f_cont .container .item .list:hover .fz_tit {
  opacity: 1;
  text-decoration: underline;
}
.hadbox:hover .hadbox-sec1 {
  background-color: #000000;
  border-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.hadbox:hover .hadbox-sec1 .f_navbox li.on .tit {
  color: #ffffff;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.on .tit:after {
  background-color: #ffffff;
}
.hadbox:hover.hadbox4 .hadbox-sec1 {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  background-color: rgba(249, 249, 249, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.hadbox:hover.hadbox4 .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox:hover.hadbox4 .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox:hover.hadbox4 .hadbox-sec1 .lt .logo svg:nth-child(1) {
  display: none;
}
.hadbox:hover.hadbox4 .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox:hover.hadbox4 .hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: block;
}
.hadbox:hover.hadbox4 .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox:hover.hadbox4 .hadbox-sec1 .f_navbox li .tit {
  color: #666;
}
.hadbox:hover.hadbox4 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox:hover.hadbox4 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox:hover.hadbox4 .hadbox-sec1 .f_navbox li .tit i {
  border-color: rgba(0, 0, 0, 0.2);
}
.hadbox:hover.hadbox4 .hadbox-sec1 .f_navbox li .tit i svg path {
  stroke: #666;
}
.hadbox:hover.hadbox4 .hadbox-sec1 .gt .f_store svg path,
.hadbox:hover.hadbox4 .hadbox-sec1 .gt .f_search svg path {
  fill: #666;
}
.hadbox:hover.hadbox4 .hadbox-sec1 .gt .f_store:hover svg path,
.hadbox:hover.hadbox4 .hadbox-sec1 .gt .f_search:hover svg path {
  fill: #000000;
}
.hadbox:hover.hadbox4 .hadbox-sec1 .gt .f_store .f_hover1 .li:hover {
  color: #000;
}
.hadbox:hover.hadbox4 .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox2 .hadbox-sec1 {
  background-color: #000000;
  border-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.hadbox2.hadbox4 .hadbox-sec1 {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  background-color: rgba(249, 249, 249, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.hadbox2.hadbox4 .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox2.hadbox4 .hadbox-sec1 .lt .logo img:nth-child(1),
.hadbox2.hadbox4 .hadbox-sec1 .lt .logo svg:nth-child(1) {
  display: none;
}
.hadbox2.hadbox4 .hadbox-sec1 .lt .logo img:nth-child(2),
.hadbox2.hadbox4 .hadbox-sec1 .lt .logo svg:nth-child(2) {
  display: block;
}
.hadbox2.hadbox4 .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li .tit {
  color: #222222;
}
.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li .tit:after {
  background-color: #222;
}
.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li .tit i {
  border-color: rgba(0, 0, 0, 0.2);
}
.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li .tit i svg path {
  stroke: #222222;
}
.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li ul {
  background-color: #ffffff;
  background-color: rgba(249, 249, 249, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.hadbox2.hadbox4 .hadbox-sec1 .f_navbox li ul li a {
  color: #222222;
}
.hadbox2.hadbox4 .hadbox-sec1 .gt .f_store svg path,
.hadbox2.hadbox4 .hadbox-sec1 .gt .f_search svg path {
  fill: #666;
}
.hadbox2.hadbox4 .hadbox-sec1 .gt .f_store:hover svg path,
.hadbox2.hadbox4 .hadbox-sec1 .gt .f_search:hover svg path {
  fill: #000000;
}
.hadbox2.hadbox4 .hadbox-sec1 .gt .f_store .f_hover1 {
  background-color: #f9f9f9;
}
.hadbox2.hadbox4 .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox2.hadbox4 .hadbox-sec3 {
  background-color: #f9f9f9;
  background-color: rgba(249, 249, 249, 0.8);
}
.hadbox2.hadbox4 .hadbox-sec3 .f_close img {
  display: none;
}
.hadbox2.hadbox4 .hadbox-sec3 .f_close img:nth-child(2) {
  display: block;
}
.hadbox2.hadbox4 .hadbox-sec3 .f_cont {
  border-color: #ffffff;
}
.hadbox2.hadbox4 .hadbox-sec3 .f_cont .fz_title {
  color: #222222;
}
.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form {
  border-color: #c7c7c7;
}
.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form input {
  color: #222222;
}
.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
}
.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
}
.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
}
.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form .f_sub img {
  display: none;
}
.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_form .f_sub img:nth-child(2) {
  display: block;
}
.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_jut .name {
  color: #666666;
}
.hadbox2.hadbox4 .hadbox-sec3 .f_cont .f_jut .f_list .li {
  color: #666666;
}
.hadbox2.hadbox4 .hadbox-sec4 {
  background-color: rgba(249, 249, 249, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.hadbox2.hadbox4 .hadbox-sec4 .f_cont {
  background-color: #f9f9f9;
  background: transparent;
  box-shadow: 2px 3px 21px 0px rgba(0, 0, 0, 0.03);
}
.hadbox2.hadbox4 .hadbox-sec4 .f_cont .container .item .list .fz_tit {
  color: #222222;
}
.hadbot {
  background-color: #fff;
  height: calc(100vh - 110px);
}
@media (max-width: 1580px) {
  .hadbot {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) {
  .hadbot {
    height: auto;
  }
}
.hadbot .hadbot_cont {
  overflow: auto;
  height: calc(100% - 100px);
}
@media (max-width: 1580px) {
  .hadbot .hadbot_cont {
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .hadbot .hadbot_cont {
    height: auto;
  }
}
.hadbot .hadbot_cont::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbot .hadbot_cont::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbot .hadbot_cont::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.hadbot .hadbot_jut {
  height: 100px;
  width: 100%;
  background: url(../images/coloedfdfbag1.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadbot .hadbot_jut {
    display: none;
  }
}
.hadbot .hadbot_jut .container {
  height: 100%;
}
.hadbot .hadbot_jut .container .cont {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.38rem;
  color: #fff;
}
.hadbot .hadbot_jut .container .cont .fz_lt {
  display: flex;
}
.hadbot .hadbot_jut .container .cont .fz_lt .font {
  margin-right: 1rem;
}
.hadbot .hadbot_jut .container .cont .fz_lt .font .name {
  line-height: 1;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .font .name {
    font-size: 12px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
  line-height: 0.8;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .font .tel {
    font-size: 22px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  width: 150px;
  color: #003686;
  transition: all 0.3s linear;
  font-size: 16px;
  height: 50px;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .fz_lt .fz_bt {
    width: 130px;
    font-size: 14px;
    height: 45px;
  }
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i {
  display: block;
  width: 0.2rem;
  margin-right: 0.2rem;
  overflow: hidden;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i img,
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i svg {
  width: 100%;
  float: left;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i img path,
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt i svg path {
  fill: #000000;
  stroke: #000000;
  stroke: none;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover {
  background-color: #d40400;
  color: #fff;
}
.hadbot .hadbot_jut .container .cont .fz_lt .fz_bt:hover i svg path {
  fill: #fff;
}
.hadbot .hadbot_jut .container .cont .close {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hadbot .hadbot_jut .container .cont .close {
    font-size: 16px;
  }
}
.hadbot .hadbot_jut .container .cont .close i {
  display: block;
  overflow: hidden;
  width: 0.24rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0.2rem;
}
.hadbot .hadbot_jut .container .cont .close i img,
.hadbot .hadbot_jut .container .cont .close i svg {
  width: 100%;
  float: left;
}
.hadbot .hadbot_jut .container .cont .close:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* End */
/* 底部 */
.fotbox {
  overflow: hidden;
  background-color: #000000;
  padding: 1.06rem 0 0;
}
.fotbox .fot_logo {
  display: block;
  width: 2.2rem;
  overflow: hidden;
  margin: 0 auto 1.5rem;
}
@media (max-width: 767px) {
  .fotbox .fot_logo {
    margin-bottom: 0.6rem;
    width: 3rem;
  }
}
.fotbox .fot_logo img {
  width: 100%;
  float: left;
}
.fotbox-sec1 {
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 {
    padding-bottom: 0.8rem;
    padding-bottom: 0.46rem;
  }
}
.fotbox-sec1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fotbox-sec1 .container .lt {
  width: 78.1%;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt {
    width: 100%;
    margin-bottom: 0.56rem;
  }
}
.fotbox-sec1 .container .lt .fot_menu {
  display: flex;
  flex-wrap: wrap;
}
.fotbox-sec1 .container .lt .fot_menu > li {
  width: 16.66%;
  padding-right: 0.22rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_menu > li {
    padding-right: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.26rem;
    margin-bottom: 0.26rem;
  }
  .fotbox-sec1 .container .lt .fot_menu > li:last-child {
    display: block;
  }
}
.fotbox-sec1 .container .lt .fot_menu > li .tit {
  display: block;
  width: 100%;
  color: #ffffff;
  transition: all 0.4s;
  justify-content: space-between;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .lt .fot_menu > li .tit {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_menu > li .tit {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
  }
}
.fotbox-sec1 .container .lt .fot_menu > li .tit span {
  position: relative;
}
.fotbox-sec1 .container .lt .fot_menu > li .tit span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 0;
  transition: all 0.4s;
  display: none;
}
.fotbox-sec1 .container .lt .fot_menu > li .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.3rem;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .fotbox-sec1 .container .lt .fot_menu > li .tit i {
    display: none;
  }
}
.fotbox-sec1 .container .lt .fot_menu > li .tit i svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.fotbox-sec1 .container .lt .fot_menu > li .tit i svg path {
  fill: #ffffff;
  opacity: 1;
}
@media (min-width: 768px) {
  .fotbox-sec1 .container .lt .fot_menu > li .tit:hover {
    color: #ffffff;
  }
  .fotbox-sec1 .container .lt .fot_menu > li .tit:hover span:before {
    opacity: 1;
  }
}
.fotbox-sec1 .container .lt .fot_menu > li ul {
  width: 100%;
  padding-top: 0.18rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_menu > li ul {
    display: none;
    padding-top: 0.26rem;
    padding-bottom: 0.16rem;
  }
}
.fotbox-sec1 .container .lt .fot_menu > li ul li {
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .lt .fot_menu > li ul li {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_menu > li ul li {
    margin-bottom: 0.26rem;
  }
}
.fotbox-sec1 .container .lt .fot_menu > li ul li:last-child {
  margin-bottom: 0;
}
.fotbox-sec1 .container .lt .fot_menu > li ul li .tit {
  color: #666666;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .lt .fot_menu > li ul li .tit {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_menu > li ul li .tit {
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.6);
  }
}
.fotbox-sec1 .container .lt .fot_menu > li.on > .tit i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.fotbox-sec1 .container .gt {
  width: 21.9%;
  color: #ffffff;
  padding-left: 4.02298851%;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt {
    padding-left: 0;
    width: 100%;
  }
}
.fotbox-sec1 .container .gt .tit {
  margin-bottom: 0.18rem;
}
.fotbox-sec1 .container .gt .f_addr,
.fotbox-sec1 .container .gt .f_name {
  color: #666666;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .gt .f_addr,
  .fotbox-sec1 .container .gt .f_name {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .f_addr,
  .fotbox-sec1 .container .gt .f_name {
    font-size: 0.24rem;
  }
}
.fotbox-sec1 .container .gt .f_addr {
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .f_addr {
    margin-bottom: 0.36rem;
  }
}
.fotbox-sec1 .container .gt .f_name {
  margin-bottom: 0.14rem;
}
.fotbox-sec1 .container .gt .f_tel {
  font-weight: 500;
  line-height: 0.8;
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.fotbox-sec1 .container .fot_jut {
  width: 100%;
  margin-top: 0.18rem;
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .fotbox-sec1 .container .fot_jut {
    display: flex;
    flex-direction: row-reverse;
  }
}
.fotbox-sec1 .container .fot_jut .f_shar {
  display: flex;
  flex-wrap: wrap;
}
.fotbox-sec1 .container .fot_jut .f_shar .li {
  position: relative;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .fot_jut .f_shar .li {
    margin-right: 6px;
  }
}
.fotbox-sec1 .container .fot_jut .f_shar .li:last-child {
  margin-right: 0;
}
.fotbox-sec1 .container .fot_jut .f_shar .li .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 1px #595959;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .fot_jut .f_shar .li .f_icon {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .fot_jut .f_shar .li .f_icon {
    width: 0.78rem;
    height: 0.78rem;
  }
}
.fotbox-sec1 .container .fot_jut .f_shar .li .f_icon svg {
  width: 100%;
  height: 100%;
  max-width: 81.25%;
  max-height: 43.75%;
}
.fotbox-sec1 .container .fot_jut .f_shar .li .f_icon svg path {
  opacity: 1;
  fill: #ffffff;
}
.fotbox-sec1 .container .fot_jut .f_shar .li .hover1 {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.2rem;
  width: 1.2rem;
  display: none;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .fot_jut .f_shar .li .hover1 {
    width: 1.6rem;
  }
}
.fotbox-sec1 .container .fot_jut .f_shar .li .hover1 img {
  width: 100%;
  height: auto;
}
.fotbox-sec1 .container .fot_jut .f_shar .li .hover1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ffffff;
}
.fotbox-sec1 .container .fot_jut .f_shar .li:hover .f_icon {
  border-color: #ffffff;
}
.fotbox-sec1 .container .fot_jut .f_shar .li:hover .hover1 {
  display: block;
}
.fotbox-sec1 .container .f_er {
  width: 64px;
  width: 1.6rem;
}
.fotbox-sec1 .container .f_er img {
  width: 100%;
}
.fotbox-sec2 .container {
  display: flex;
  border-top: 1px solid rgba(83, 83, 83, 0.4);
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.24rem 0 0.36rem;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container {
    padding: 0.34rem 0 0.6rem;
  }
}
.fotbox-sec2 .container p,
.fotbox-sec2 .container a {
  color: #666666;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .fotbox-sec2 .container p,
  .fotbox-sec2 .container a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container p,
  .fotbox-sec2 .container a {
    font-size: 0.26rem;
  }
}
.fotbox-sec2 .container a {
  transition: all 0.4s;
}
.fotbox-sec2 .container a:hover {
  color: #ffffff;
}
.fotbox-sec2 .container .lt {
  display: flex;
  flex-wrap: wrap;
  width: 76%;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 0.16rem;
  }
}
.fotbox-sec2 .container .lt a {
  display: inline-block;
  margin-left: 0.14rem;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt a {
    margin-left: 0;
  }
}
.fotbox-sec2 .container .gt {
  display: flex;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt {
    justify-content: center;
    width: 100%;
  }
}
.fotbox-sec2 .container .gt .li {
  display: block;
  margin-right: 0.24rem;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt .li {
    margin: 0 0.24rem;
  }
}
.fotbox-sec2 .container .gt .li:last-child {
  margin-right: 0;
}
/* End */
/* 首页 */
.hm_but {
  display: inline-block;
  transition: all 0.4s linear;
  color: #222222;
  font-size: 14px;
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 1580px) {
  .hm_but {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hm_but {
    font-size: 0.26rem;
  }
}
.hm_but:before {
  content: "";
  display: block;
  width: 0%;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #222222;
}
.hm_but:hover {
  opacity: 0.7;
}
.hm_but2 {
  color: #ffffff;
}
.hm_but2:before {
  background-color: #ffffff;
}
.hm-sec1 {
  overflow: hidden;
}
.hm-sec1 .hm1_cont {
  width: 100%;
}
.hm-sec1 .hm1_cont .swiper-slide {
  width: 100%;
}
.hm-sec1 .hm1_cont .swiper-slide .bag:after,
.hm-sec1 .hm1_cont .swiper-slide .video:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hmbag1.png) left top / 100% 100% no-repeat;
  display: none;
}
.hm-sec1 .hm1_cont .swiper-slide .bag {
  width: 100%;
  position: relative;
}
.hm-sec1 .hm1_cont .swiper-slide .bag img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec1 .hm1_cont .swiper-slide .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .hm-sec1 .hm1_cont .swiper-slide .bag img {
    display: none;
  }
  .hm-sec1 .hm1_cont .swiper-slide .bag img:nth-child(2) {
    display: block;
  }
}
.hm-sec1 .hm1_cont .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.hm-sec1 .hm1_cont .swiper-slide .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
}
.hm-sec1 .hm1_cont .swiper-slide .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec1 .hm1_cont .swiper-slide .cont {
  position: absolute;
  bottom: 1.48rem;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .hm-sec1 .hm1_cont .swiper-slide .cont {
    bottom: 26%;
    transform: translateY(50%);
    text-align: center;
  }
}
.hm-sec1 .hm1_cont .swiper-slide .cont .font {
  max-width: 394px;
  color: #ffffff;
}
.hm-sec1 .hm1_cont .swiper-slide .cont .font .name {
  color: #ffffff;
  opacity: 0.5;
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 1580px) {
  .hm-sec1 .hm1_cont .swiper-slide .cont .font .name {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .hm1_cont .swiper-slide .cont .font .name {
    font-size: 0.26rem;
  }
}
.hm-sec1 .hm1_cont .swiper-slide .cont .font .tit {
  font-weight: 500;
  line-height: 1.66666667;
  margin-bottom: 0.34rem;
}
@media (max-width: 1199px) {
  .hm-sec1 .hm1_cont .swiper-slide .cont .font .tit {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .hm1_cont .swiper-slide .cont .font .hm_but {
    margin: 0 auto;
  }
}
.hm-sec1 .hm1_cont .swiper-slide .cont2,
.hm-sec1 .hm1_cont .swiper-slide .cont3,
.hm-sec1 .hm1_cont .swiper-slide .cont4 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .hm-sec1 .hm1_cont .swiper-slide .cont2,
  .hm-sec1 .hm1_cont .swiper-slide .cont3,
  .hm-sec1 .hm1_cont .swiper-slide .cont4 {
    display: none;
  }
}
.hm-sec1 .hm1_cont .swiper-slide .cont2 .container,
.hm-sec1 .hm1_cont .swiper-slide .cont3 .container,
.hm-sec1 .hm1_cont .swiper-slide .cont4 .container {
  max-width: 1400px;
}
.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .f_logo {
  margin-bottom: 0.26rem;
  height: 20px;
}
@media (max-width: 1580px) {
  .hm-sec1 .hm1_cont .swiper-slide .cont2 .container .f_logo {
    height: 16px;
  }
}
@media (max-width: 991px) {
}
.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .f_logo img {
  height: 100%;
  max-width: 100%;
}
.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .tit {
  color: #efd7b1;
  font-size: 1.18rem;
  line-height: 1;
  letter-spacing: 0.42rem;
  margin-bottom: 0.06rem;
}
.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .name {
  letter-spacing: 0.44rem;
  color: #efd7b1;
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}
.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .text {
  letter-spacing: 0.22rem;
  color: #efd7b1;
  margin-bottom: 0.82rem;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .hm-sec1 .hm1_cont .swiper-slide .cont2 .container .text {
    font-size: 12px;
  }
}
.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .fz_shi {
  font-size: 0.52rem;
  color: #ebd7b5;
  display: flex;
  align-items: center;
}
.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .fz_shi .fzshijian {
  margin-left: 0.32rem;
}
.hm-sec1 .hm1_cont .swiper-slide .cont2 .container .fz_shi .fzshijian span {
  font-weight: 100;
}
.hm-sec1 .hm1_cont .swiper-slide .cont3 .fzlo {
  width: 7.06rem;
}
.hm-sec1 .hm1_cont .swiper-slide .cont3 .fzlo img {
  width: 100%;
}
.hm-sec1 .hm1_cont .swiper-slide .cont3 .hm_but2 {
  margin-top: 0.56rem;
}
.hm-sec1 .hm1_cont .swiper-slide .cont4 .f_logo {
  width: 2.4rem;
  margin-bottom: 0.5rem;
  display: block;
}
.hm-sec1 .hm1_cont .swiper-slide .cont4 .f_logo img {
  width: 100%;
}
.hm-sec1 .hm1_cont .swiper-slide .cont4 .tit {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  margin-bottom: 0.22rem;
}
.hm-sec1 .hm1_cont .swiper-slide .cont4 .name {
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.2;
  margin-bottom: 0.12rem;
}
.hm-sec1 .hm1_cont .swiper-slide .cont4 .text {
  font-size: 0.24rem;
  color: #fff;
}
@media (max-width: 1580px) {
  .hm-sec1 .hm1_cont .swiper-slide .cont4 .text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .hm1_cont .swiper-slide .cont4 .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .hm1_cont .swiper-slide .cont4 .text {
    font-size: 0.34rem;
  }
}
.hm-sec1 .hm1_cont .swiper-slide .cont4 .hm_but2 {
  margin-top: 0.56rem;
}
.hm-sec1 .hm1_cont .swiper-slide .f_itme1 {
  display: none;
}
.hm-sec1 .hm1_cont .swiper-slide .f_itme1 iframe {
  display: none;
}
.hm-sec1 .hm1_cont .swiper-slide .f_itme1.on {
  display: block;
}
@media (max-width: 767px) {
  .hm-sec1 .hm1_cont .swiper-slide .f_itme1.on .cont2 {
    display: block;
    text-align: center;
    top: 11%;
    transform: translateY(0);
  }
  .hm-sec1 .hm1_cont .swiper-slide .f_itme1.on .cont2 .container .tit {
    width: 100%;
    letter-spacing: 0.36rem;
    margin-left: 0.3rem;
  }
  .hm-sec1 .hm1_cont .swiper-slide .f_itme1.on .cont2 .container .name {
    width: 100%;
    margin-top: 0.4rem;
    letter-spacing: 0.4rem;
    margin-left: 0.36rem;
    margin-bottom: 7.6rem;
  }
  .hm-sec1 .hm1_cont .swiper-slide .f_itme1.on .cont2 .container .text {
    display: none;
  }
  .hm-sec1 .hm1_cont .swiper-slide .f_itme1.on .cont2 .container .fz_shi {
    width: 100%;
    justify-content: center;
  }
}
.hm-sec1 .hm1_cont .swiper-slide .f_itme1.on2 iframe {
  display: block;
}
.hm-sec1 .hm1_cont .f_page {
  position: absolute;
  left: 0;
  bottom: 0.66rem;
  width: 100%;
}
@media (max-width: 767px) {
  .hm-sec1 .hm1_cont .f_page {
    bottom: 0.44rem;
  }
}
.hm-sec1 .hm1_cont .f_page .hm1_pagin {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .hm-sec1 .hm1_cont .f_page .hm1_pagin {
    justify-content: center;
    width: 100%;
  }
}
.hm-sec1 .hm1_cont .f_page .hm1_pagin span {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 0.37;
  transition: all 0.4s;
  border: 2px solid transparent;
  margin-right: 0.18rem;
}
@media (max-width: 767px) {
  .hm-sec1 .hm1_cont .f_page .hm1_pagin span {
    margin: 0 0.2rem;
  }
}
.hm-sec1 .hm1_cont .f_page .hm1_pagin .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #ffffff;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 50% 82%, 0 100%, 0 0);
}
.hm-sec2 {
  position: relative;
  overflow: hidden;
}
.hm-sec2 .f_jut {
  transform: scale(1.3);
  transition: transform 1.2s;
}
.hm-sec2 .f_jut .bag {
  position: relative;
  width: 100%;
  padding-bottom: 42.60416667%;
}
@media (max-width: 767px) {
  .hm-sec2 .f_jut .bag {
    padding-bottom: 133.33333333%;
  }
}
.hm-sec2 .f_jut .bag img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec2 .f_jut .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .hm-sec2 .f_jut .bag img {
    display: none;
  }
  .hm-sec2 .f_jut .bag img:nth-child(2) {
    display: block;
  }
}
.hm-sec2 .f_jut .f_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
}
.hm-sec2 .f_page {
  position: absolute;
  left: 0;
  bottom: 0.7rem;
  width: 100%;
}
@media (max-width: 767px) {
}
.hm-sec2 .f_page .container {
  display: flex;
  align-items: center;
}
.hm-sec2 .f_page .container .f_play {
  position: relative;
  height: 0.54rem;
  width: 0.54rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hm-sec2 .f_page .container .f_play {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.hm-sec2 .f_page .container .f_play .f_circle {
  width: 100%;
  height: 100%;
}
.hm-sec2 .f_page .container .f_play .f_circle svg,
.hm-sec2 .f_page .container .f_play .f_circle img {
  width: 100%;
  height: 100%;
}
.hm-sec2 .f_page .container .f_play .f_circle svg circle,
.hm-sec2 .f_page .container .f_play .f_circle img circle {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.33);
  stroke-width: 2px;
}
.hm-sec2 .f_page .container .f_play .f_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.22222222%;
  height: 22.22222222%;
}
.hm-sec2 .f_page .container .f_play .f_icon svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.hm-sec2 .f_page .container .f_play .f_icon svg:nth-child(2) {
  display: none;
}
.hm-sec2 .f_page .container .f_play .f_icon svg:nth-child(2) path {
  fill: #fff;
  stroke: #ffffff;
}
.hm-sec2 .f_page .container .f_play .f_icon svg path,
.hm-sec2 .f_page .container .f_play .f_icon svg rect {
  fill: #ffffff;
  opacity: 1;
}
.hm-sec2 .f_page .container .f_play.on .f_icon svg,
.hm-sec2 .f_page .container .f_play.on .f_icon img {
  display: none;
}
.hm-sec2 .f_page .container .f_play.on .f_icon svg:nth-child(2),
.hm-sec2 .f_page .container .f_play.on .f_icon img:nth-child(2) {
  display: block;
}
.hm-sec2 .f_page .container .f_radi {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.26rem;
}
@media (max-width: 1580px) {
  .hm-sec2 .f_page .container .f_radi {
    width: 20px;
    height: 20px;
  }
}
.hm-sec2 .f_page .container .f_radi svg,
.hm-sec2 .f_page .container .f_radi img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.hm-sec2 .f_page .container .f_radi svg:nth-child(2),
.hm-sec2 .f_page .container .f_radi img:nth-child(2) {
  display: none;
}
.hm-sec2 .f_page .container .f_radi svg path,
.hm-sec2 .f_page .container .f_radi img path {
  fill: #ffffff;
  opacity: 1;
}
.hm-sec2 .f_page .container .f_radi.on svg,
.hm-sec2 .f_page .container .f_radi.on img {
  display: none;
}
.hm-sec2 .f_page .container .f_radi.on svg:nth-child(2),
.hm-sec2 .f_page .container .f_radi.on img:nth-child(2) {
  display: block;
}
.hm-sec2.on .f_jut {
  transform: scale(1);
}
.hm-sec3 .f_jut .bag,
.hm-sec3 .f_jut .f_video {
  height: 100vh;
}
.hm-sec3 .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hm-sec3 .cont {
    top: 60%;
    transform: translateY(0%);
  }
}
.hm-sec3 .cont .container {
  max-width: 1400px;
  display: flex;
  flex-direction: row-reverse;
}
.hm-sec3 .cont .container .font {
  max-width: 490px;
}
@media (max-width: 767px) {
  .hm-sec3 .cont .container .font {
    max-width: 100%;
    text-align: center;
    padding: 0 0.36rem;
  }
}
.hm-sec3 .cont .container .font .name {
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 0.16rem;
}
.hm-sec3 .cont .container .font .tit {
  color: #ffffff;
  line-height: 1.66666667;
  margin-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .container .font .tit {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .container .font .tit {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .container .font .hm_but {
    margin: auto;
  }
}
.hm-sec4 {
  overflow: hidden;
}
.hm-sec4 .hm4_cont {
  margin: 0 -6px;
}
.hm-sec4 .hm4_cont .hm4_prev,
.hm-sec4 .hm4_cont .hm4_next {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
@media (max-width: 767px) {
  .hm-sec4 .hm4_cont .hm4_prev,
  .hm-sec4 .hm4_cont .hm4_next {
    display: none;
  }
}
.hm-sec4 .hm4_cont .hm4_prev svg,
.hm-sec4 .hm4_cont .hm4_next svg {
  width: 100%;
  height: 100%;
}
.hm-sec4 .hm4_cont .hm4_prev svg path,
.hm-sec4 .hm4_cont .hm4_next svg path {
  opacity: 1;
  fill: #ffffff;
}
.hm-sec4 .hm4_cont .hm4_prev {
  left: 4.166666%;
}
.hm-sec4 .hm4_cont .hm4_next {
  right: 4.166666%;
}
.hm-sec4 .hm4_cont .swiper-slide {
  width: 38.64583333%;
  padding: 0 6px;
}
@media (max-width: 767px) {
  .hm-sec4 .hm4_cont .swiper-slide {
    width: 80%;
  }
}
.hm-sec4 .hm4_cont .swiper-slide .item {
  display: block;
}
.hm-sec4 .hm4_cont .swiper-slide .item .img {
  width: 100%;
  overflow: hidden;
}
.hm-sec4 .hm4_cont .swiper-slide .item .img:before {
  height: 100vh;
}
.hm-sec4 .hm4_cont .swiper-slide .item .img img {
  transition: all 0.4s;
}
.hm-sec4 .hm4_cont .swiper-slide .item .font {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.2rem 0.4rem;
  text-align: center;
  transition: all 0.4s;
  opacity: 0;
}
.hm-sec4 .hm4_cont .swiper-slide .item .font .tit {
  width: 100%;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hm-sec4 .hm4_cont .swiper-slide .item:hover .img img {
  transform: scale(1.04);
}
.hm-sec4 .hm4_cont .swiper-slide .item:hover .font {
  opacity: 1;
}
@media (max-width: 767px) {
  .hm-sec4 .hm4_cont .swiper-slide-active .item .font {
    opacity: 1;
  }
}
.hm-sec5 {
  padding: 0.92rem 0 0.6rem;
}
@media (max-width: 767px) {
  .hm-sec5 {
    padding: 1.14rem 0 1.2rem;
  }
}
.hm-sec5 .f_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.28rem;
}
.hm-sec5 .f_title .tit {
  color: #010101;
  font-weight: 500;
}
.hm-sec5 .f_title .but {
  font-size: 14px;
  position: relative;
  color: #000000;
}
@media (max-width: 1580px) {
  .hm-sec5 .f_title .but {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hm-sec5 .f_title .but {
    font-size: 0.26rem;
  }
}
.hm-sec5 .f_title .but:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.4s;
  background-color: #111214;
}
.hm-sec5 .f_title .but:hover {
  opacity: 0.7;
}
.hm-sec5 .f_title .but:hover:before {
  opacity: 1;
}
.hm-sec5 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
@media (max-width: 767px) {
  .hm-sec5 .cont {
    margin: 0;
  }
}
.hm-sec5 .cont .item {
  width: 33.333%;
  padding: 0 7px;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .hm-sec5 .cont .item {
    width: 100%;
    padding: 0;
    margin-bottom: 0.6rem;
  }
  .hm-sec5 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.hm-sec5 .cont .item .list {
  display: block;
}
.hm-sec5 .cont .item .list .img {
  overflow: hidden;
}
.hm-sec5 .cont .item .list .img:before {
  padding-bottom: 59.64912281%;
}
.hm-sec5 .cont .item .list .img img {
  transition: all 0.4s;
}
.hm-sec5 .cont .item .list .font {
  width: 100%;
  padding: 0.22rem 0 0;
  padding-right: 0.77rem;
}
@media (max-width: 1580px) {
  .hm-sec5 .cont .item .list .font {
    padding-right: 0.6rem;
  }
}
@media (max-width: 1199px) {
  .hm-sec5 .cont .item .list .font {
    padding-right: 0.4rem;
  }
}
@media (max-width: 991px) {
  .hm-sec5 .cont .item .list .font {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hm-sec5 .cont .item .list .font {
    padding-top: 0.32rem;
  }
}
.hm-sec5 .cont .item .list .font .f_time {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0.1rem;
  display: block;
}
@media (max-width: 1580px) {
  .hm-sec5 .cont .item .list .font .f_time {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hm-sec5 .cont .item .list .font .f_time {
    font-size: 0.26rem;
  }
}
.hm-sec5 .cont .item .list .font .tit {
  line-height: 1.57142857;
  color: #000000;
  display: -webkit-box;
  font-size: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.14285714em;
  margin-bottom: 0.38rem;
}
@media (max-width: 767px) {
  .hm-sec5 .cont .item .list .font .tit {
    font-size: 0.28rem;
  }
}
.hm-sec5 .cont .item .list:hover .img img {
  transform: scale(1.04);
}
.hm-sec5 .cont .item .list:hover .font .hm_but {
  opacity: 0.7;
}
/* End */
.newsinfobox {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.newsinfobox .bag {
  position: absolute;
  overflow: hidden;
}
.newsinfobox .bag img {
  width: 100%;
  float: left;
}
.newsinfobox .fzimg1 {
  width: 6.82rem;
  right: 0;
  top: -0.8rem;
}
.newsinfobox .fzimg2 {
  width: 6.11rem;
  left: 0.26rem;
  top: 6.88rem;
}
.newsinfobox .fzimg3 {
  width: 3.98rem;
  right: 0;
  bottom: 5.26rem;
}
.newsinfobox .breadbox {
  position: relative;
}
.newsinfobox-sec1 {
  position: relative;
  padding-top: 1.26rem;
  padding-bottom: 1.26rem;
}
.newsinfobox-sec1 .fztitle {
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 0.2rem;
}
.newsinfobox-sec1 .container {
  max-width: 1400px;
}
.newsinfobox-sec1 .jut {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0.95rem;
}
.newsinfobox-sec1 .jut .label1,
.newsinfobox-sec1 .jut .time {
  margin: 0 0.18rem;
}
@media (max-width: 767px) {
  .newsinfobox-sec1 .jut .label1,
  .newsinfobox-sec1 .jut .time {
    margin: 0 0.2rem;
  }
}
.newsinfobox-sec1 .jut .label1 {
  display: flex;
  flex-wrap: wr;
  line-height: 26px;
}
@media (max-width: 1580px) {
  .newsinfobox-sec1 .jut .label1 {
    font-size: 24px;
  }
}
.newsinfobox-sec1 .jut .label1 .li {
  color: #333333;
}
.newsinfobox-sec1 .jut .label1 span {
  display: block;
  margin: 0 8px;
  font-size: 12px;
}
.newsinfobox-sec1 .cont {
  background-color: #ffffff;
  padding: 0.54rem 1.8rem 0.95rem;
}
@media (max-width: 991px) {
  .newsinfobox-sec1 .cont {
    padding: 0.6rem 0.8rem 0.8rem;
  }
}
@media (max-width: 767px) {
  .newsinfobox-sec1 .cont {
    padding: 0.5rem 0.34rem 0.66rem;
  }
}
.newsinfobox-sec1 .cont .make-text {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #dddddd;
}
.newsinfobox-sec1 .cont .fznei {
  margin-top: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.48rem;
}
.newsinfobox-sec1 .cont .fznei .fen {
  display: flex;
  align-items: center;
  color: #333333;
}
@media (max-width: 767px) {
}
.newsinfobox-sec1 .cont .fznei .fen .share1 {
  display: flex;
  align-items: center;
  margin-left: 0.26rem;
  line-height: 1;
}
.newsinfobox-sec1 .cont .fznei .fen .share1 .help {
  font-size: 12px;
  display: none;
}
.newsinfobox-sec1 .cont .fznei .fen .share1 .icon-wechat .wechat-qrcode .qrcode {
  width: 100%;
}
.newsinfobox-sec1 .cont .fznei .fen .share1 .wechat-qrcode {
  left: 50%;
  transform: translateX(-50%);
  height: 160px;
  top: initial;
  bottom: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .newsinfobox-sec1 .cont .fznei .fen .share1 .wechat-qrcode {
    width: 3rem;
  }
}
.newsinfobox-sec1 .cont .fznei .fen .share1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  line-height: 1;
  padding: 0;
  margin: 0;
  opacity: 1;
  font-size: 24px;
  color: #999999;
  margin-right: 0.22rem;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .newsinfobox-sec1 .cont .fznei .fen .share1 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
}
.newsinfobox-sec1 .cont .fznei .fen .share1 a:hover {
  color: #000000;
  background-color: transparent;
}
.newsinfobox-sec1 .cont .fznei .fbut {
  display: flex;
  align-items: center;
  color: #be000a;
}
.newsinfobox-sec1 .cont .fznei .fbut i {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  width: 22px;
}
@media (max-width: 1580px) {
  .newsinfobox-sec1 .cont .fznei .fbut i {
    width: 18px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .newsinfobox-sec1 .cont .fznei .fbut i {
    width: 0.3rem;
  }
}
.newsinfobox-sec1 .cont .fznei .fbut i svg {
  width: 100%;
  float: left;
  max-height: 100%;
}
.newsinfobox-sec1 .cont .fznei .fbut i svg path {
  fill: #000000;
}
.newsinfobox-sec1 .cont .qie .fprev,
.newsinfobox-sec1 .cont .qie .fnext {
  color: #333333;
  line-height: 34px;
  display: block;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .newsinfobox-sec1 .cont .qie .fprev,
  .newsinfobox-sec1 .cont .qie .fnext {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .newsinfobox-sec1 .cont .qie .fprev,
  .newsinfobox-sec1 .cont .qie .fnext {
    line-height: 0.46rem;
  }
}
.newsinfobox-sec1 .cont .qie .fprev span,
.newsinfobox-sec1 .cont .qie .fnext span {
  font-weight: normal;
  color: #999999;
  display: inline-block;
  margin-right: 0.1rem;
}
.newsinfobox-sec1 .cont .qie .fprev:hover,
.newsinfobox-sec1 .cont .qie .fnext:hover {
  color: #000000;
}
.newsinfobox-sec1 .cont .qie .fprev {
  margin-bottom: 0.22rem;
}
