@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: 'zhengti';
  src: url('../font/Avenir-BlackOblique.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  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-family: 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
  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: 73.333333%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.transition {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.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;
  }
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .ptb120 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt120 {
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .pt120 {
    padding-top: 1.2rem;
  }
}
.pb120 {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .pb120 {
    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;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.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;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.42rem;
  }
}
.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.42rem;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 0.42rem;
  }
}
#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: #e7254a;
}
#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: #e7254a;
}
#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: #e7254a;
}
#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%;
}
/* 导航 */
/* End */
/* 底部 */
.weitop {
  position: relative;
}
.weitop:before {
  content: "";
  display: block;
  width: 126px;
  height: 526px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: left top;
  background-size: contain;
  background-image: url(../images/dabugotbagfzq1.png);
  left: 0;
  top: -142.6px;
}
@media (max-width: 1580px) {
  .weitop:before {
    width: 80px;
    height: 400px;
    top: -92px;
  }
}
@media (max-width: 1199px) {
  .weitop:before {
    width: 60px;
    top: -69px;
  }
}
@media (max-width: 767px) {
  .weitop:before {
    display: none;
  }
}
.weibot {
  position: relative;
}
.weibot:after {
  content: "";
  display: block;
  width: 126px;
  height: 526px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: right bottom;
  background-size: contain;
  background-image: url(../images/dabugotbagfzq2.png);
  right: 0;
  bottom: -137.6px;
}
@media (max-width: 1580px) {
  .weibot:after {
    width: 80px;
    height: 400px;
    bottom: -92px;
  }
}
@media (max-width: 1199px) {
  .weibot:after {
    width: 60px;
    bottom: -69px;
  }
}
@media (max-width: 767px) {
  .weibot:after {
    display: none;
  }
}
/* 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;
}
/* 公共分页 */
.basepage {
  padding: 0.2rem 0.3rem;
  border-top: 1px solid #e9ecf4;
  border-bottom: 1px solid #e9ecf4;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .basepage {
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
}
.basepage .zong {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #161b27;
}
@media (max-width: 1580px) {
  .basepage .zong {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .zong {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .basepage .zong {
    order: 1;
  }
}
.basepage .zong span {
  color: #e7254a;
}
.basepage .zong .li {
  margin-right: 0.26rem;
}
.basepage .zong .li:last-child {
  margin-right: 0;
}
.basepage .page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 70%;
}
@media (max-width: 767px) {
  .basepage .page {
    order: 0;
    width: 100%;
    max-width: 100%;
  }
}
.basepage .page a,
.basepage .page span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  border-radius: 5px;
  flex-shrink: 0;
  float: left;
  margin: 0 5px 10px;
}
@media (max-width: 991px) {
  .basepage .page a,
  .basepage .page span {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.basepage .page .active {
  border: 1px solid #fcf2f4;
  background-color: #fcf2f4;
  color: #e7254a;
}
.basepage .page .active:hover {
  color: #e7254a;
}
.basepage .page .prev,
.basepage .page .next {
  position: relative;
  color: #999999;
}
@media (max-width: 991px) {
}
.basepage .page .prev i,
.basepage .page .next i {
  display: block;
}
.basepage .page .prev img,
.basepage .page .next img,
.basepage .page .prev svg,
.basepage .page .next svg {
  width: 20px;
}
.basepage .page .prev img path,
.basepage .page .next img path,
.basepage .page .prev svg path,
.basepage .page .next svg path {
  fill: #cccccc;
}
.basepage .page .prev:hover svg path,
.basepage .page .next:hover svg path {
  fill: #e7254a;
}
.basepage .page .prev i {
  margin-right: 8px;
}
.basepage .page .next i {
  margin-left: 8px;
}
.basepage .page a:hover {
  color: #e7254a;
}
.basepage .beforew {
  display: flex;
  align-items: center;
  color: #161b27;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .basepage .beforew {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .beforew {
    font-size: 14px;
  }
}
.basepage .beforew input {
  width: 50px;
  height: 32px;
  border-radius: 3px;
  border: solid 1px #dfe2eb;
  color: #161b27;
  margin: 0 10px;
  text-align: center;
  font-family: 'ArialMT', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 18px;
}
@media (max-width: 1580px) {
  .basepage .beforew input {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .beforew input {
    font-size: 14px;
  }
}
/* 导航 */
.hadheight {
  display: none;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .hadheight {
    height: 60px;
  }
}
@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;
  border-bottom: 1px solid #f5f5f5;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbox-sec1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 100%;
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.16rem 0;
  padding-left: 0.14rem;
}
.hadbox-sec1 .lt .logo {
  display: block;
  width: 100px;
  overflow: hidden;
  margin-right: 0.23rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .logo {
    width: 80px;
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .logo {
    width: 1.5rem;
  }
}
.hadbox-sec1 .lt .logo img {
  float: left;
  width: 100%;
}
.hadbox-sec1 .lt .logo img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .lt .text {
  font-size: 14px;
  opacity: 0.4;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .hadbox-sec1 .lt .text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .lt .text {
    font-size: 10px;
  }
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding: 0 0.31rem;
}
@media (max-width: 1580px) {
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 14px;
    padding: 0 18px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li .tit {
    padding: 0 12px;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: block;
  overflow: hidden;
  opacity: 0.5;
  margin-left: 10px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i img {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #e7254a;
  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%;
  width: 100%;
  transform: translateX(-50%);
  width: 180px;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  text-align: center;
  border-top: 1px solid rgba(0, 0 0, 0.4);
  display: none;
}
.hadbox-sec1 .f_navbox li ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hadbox-sec1 .f_navbox li ul > li a {
  font-size: 14px;
  color: #333;
}
.hadbox-sec1 .f_navbox li ul > li a:hover {
  color: #e7254a;
}
.hadbox-sec1 .f_navbox li .hover1 {
  left: 0;
  width: 100vw;
  background-color: #fff;
  transform: translateX(0);
  display: none;
  line-height: inherit;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  zoom: 1;
}
.hadbox-sec1 .f_navbox li .hover1 li {
  display: inline-block;
  margin: 0 0.38rem;
}
.hadbox-sec1 .f_navbox li .hover1 li a {
  display: block;
  position: relative;
  color: #111111;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .hover1 li a {
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox li .hover1 li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0%;
  height: 1px;
  background-color: #e7254a;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .hover1 li.on a:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox li .hover1 li.on:hover a {
  color: #111111;
}
.hadbox-sec1 .f_navbox li .hover1 > li {
  border-bottom-color: transparent;
}
.hadbox-sec1 .f_navbox li .hover1.on a:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
  width: 78%;
}
.hadbox-sec1 .f_navbox li:hover ul {
  display: block;
}
.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: 60px;
    height: 60px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li.on .tit {
  color: #e7254a;
}
.hadbox-sec1 .f_navbox > li {
  margin: 0 10px;
}
.hadbox-sec1 .gt {
  display: flex;
  height: 100%;
  align-items: center;
}
.hadbox-sec1 .gt .lange {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 0.5rem;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange {
    display: none;
    padding: 0;
  }
}
.hadbox-sec1 .gt .lange .tit {
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .tit {
    font-size: 14px;
  }
}
.hadbox-sec1 .gt .lange .tit i,
.hadbox-sec1 .gt .lange .tit b {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hadbox-sec1 .gt .lange .tit i img,
.hadbox-sec1 .gt .lange .tit b img,
.hadbox-sec1 .gt .lange .tit i svg,
.hadbox-sec1 .gt .lange .tit b svg {
  width: 100%;
  max-height: 100%;
  float: left;
}
.hadbox-sec1 .gt .lange .tit i img:nth-child(2),
.hadbox-sec1 .gt .lange .tit b img:nth-child(2),
.hadbox-sec1 .gt .lange .tit i svg:nth-child(2),
.hadbox-sec1 .gt .lange .tit b svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .gt .lange .tit i {
  width: 24px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit i {
    width: 20px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .tit i {
    display: none;
  }
}
.hadbox-sec1 .gt .lange .tit b {
  width: 10px;
  height: 20px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit b {
    width: 8px;
    margin-right: 8px;
  }
}
.hadbox-sec1 .gt .lange .tit b svg path {
  fill: #fff;
}
.hadbox-sec1 .gt .lange .f_na {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  padding: 12px 15px;
  background-color: #fff;
  display: none;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na {
    left: initial;
    right: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    padding: 8px 10px;
    width: 120px;
  }
}
.hadbox-sec1 .gt .lange .f_na a {
  line-height: 40px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  white-space: nowrap;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 12px;
    line-height: 32px;
  }
}
.hadbox-sec1 .gt .lange .f_na a:last-child {
  border-bottom: none;
}
.hadbox-sec1 .gt .lange .f_na a:hover {
  color: #e7254a;
}
.hadbox-sec1 .gt .lange:hover .f_na {
  display: block;
}
.hadbox-sec1 .gt .shop {
  margin-right: 0.34rem;
  margin-left: 0.74rem;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .shop {
    margin-left: 0;
  }
}
.hadbox-sec1 .gt .shop .tit {
  display: block;
  width: 0.34rem;
  height: 0.5rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .shop .tit {
    width: 28px;
  }
}
.hadbox-sec1 .gt .shop .tit img,
.hadbox-sec1 .gt .shop .tit svg {
  width: 100%;
  float: left;
  max-height: 100%;
}
.hadbox-sec1 .gt .shop .tit img path,
.hadbox-sec1 .gt .shop .tit svg path {
  fill: #fff;
}
.hadbox-sec1 .gt .search1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 0.18rem;
}
.hadbox-sec1 .gt .search1 .tit {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .gt .search1 .tit img,
.hadbox-sec1 .gt .search1 .tit svg {
  width: 0.24rem;
  max-height: 20px;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .search1 .tit img,
  .hadbox-sec1 .gt .search1 .tit svg {
    width: 16px;
  }
}
.hadbox-sec1 .gt .search1 .tit img path,
.hadbox-sec1 .gt .search1 .tit svg path {
  fill: #fff;
}
.hadbox-sec1 .gt .qie {
  padding: 0 0.3rem;
}
@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: #e7254a;
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec2 .container .navbox {
  padding: 0.6rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  height: calc(100% - 70px);
  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: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 20px;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 12px;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
}
.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 a {
  font-size: 16px;
  color: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul li.on a {
  color: #e7254a;
}
.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: #e7254a;
}
.hadbox-sec2 .container .navbox > ul > li.on .tit i svg path {
  fill: #e7254a;
}
.hadbox-sec3 {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  max-height: 100vh;
  overflow: auto;
  height: auto;
  display: none;
  background-color: #fff;
}
.hadbox-sec3 .hadbox3_cont {
  padding: 0.4rem 0;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbox3_cont {
    padding: 1rem 0 0.4rem;
  }
}
.hadbox-sec3 .hadbox3_cont .close {
  cursor: pointer;
  position: absolute;
  top: 0.2rem;
  right: 8%;
  width: 0.34rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbox3_cont .close {
    right: 4%;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbox3_cont .close {
    width: 0.6rem;
  }
}
.hadbox-sec3 .hadbox3_cont .close img {
  width: 100%;
  float: left;
}
.hadbox-sec3 .hadbox3_cont .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hadbox-sec3 .hadbox3_cont .from {
  display: flex;
  align-items: center;
  width: 54.28%;
  padding: 14px 0.2rem;
  margin-left: 15.7%;
  border-radius: 5px;
  background: #f2f2f2;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbox3_cont .from {
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbox3_cont .from {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.hadbox-sec3 .hadbox3_cont .from i {
  display: block;
  width: 18px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbox3_cont .from i {
    width: 14px;
  }
}
.hadbox-sec3 .hadbox3_cont .from i img,
.hadbox-sec3 .hadbox3_cont .from i svg {
  width: 100%;
  float: left;
}
.hadbox-sec3 .hadbox3_cont .from i svg {
  height: 18px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbox3_cont .from i svg {
    height: 14px;
  }
}
.hadbox-sec3 .hadbox3_cont .from input {
  width: calc(100% - 18px);
  padding-left: 12px;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbox3_cont .from input {
    padding-left: 8px;
    width: calc(100% - 16px);
  }
}
.hadbox-sec3 .hadbox3_cont .f_jut {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbox3_cont .f_jut {
    width: 100%;
  }
}
.hadbox-sec3 .hadbox3_cont .f_jut span,
.hadbox-sec3 .hadbox3_cont .f_jut a {
  display: block;
  color: #999999;
  font-size: 14px;
}
.hadbox-sec3 .hadbox3_cont .f_jut a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 12px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbox3_cont .f_jut a {
    margin-right: 8px;
  }
}
.hadbox-sec3 .hadbox3_cont .f_jut a:hover {
  color: #e7254a;
}
.hadbox-sec3 .hadbox3_jut {
  padding: 0.56rem 0 0.66rem;
}
.hadbox-sec3 .hadbox3_jut .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .hadbox-sec3 .hadbox3_jut .container {
    max-width: 1680px;
    width: 87.5%;
  }
}
.hadbox-sec3 .hadbox3_jut .container .lt {
  width: 70%;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbox3_jut .container .lt {
    width: 100%;
    padding-right: 0;
  }
}
.hadbox-sec3 .hadbox3_jut .container .lt .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.3rem;
  line-height: 26px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbox3_jut .container .lt .item {
    line-height: 24px;
  }
}
.hadbox-sec3 .hadbox3_jut .container .lt .item:last-child {
  margin-bottom: 0;
}
.hadbox-sec3 .hadbox3_jut .container .lt .item .name {
  width: 148px;
  font-size: 18px;
  color: #111111;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbox3_jut .container .lt .item .name {
    font-size: 16px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbox3_jut .container .lt .item .name {
    width: 60px;
  }
}
.hadbox-sec3 .hadbox3_jut .container .lt .item .jut {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 148px);
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbox3_jut .container .lt .item .jut {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbox3_jut .container .lt .item .jut {
    width: calc(100% - 60px);
  }
}
.hadbox-sec3 .hadbox3_jut .container .lt .item .jut a {
  display: block;
  color: #999999;
  font-size: 14px;
  width: 12.5%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec3 .hadbox3_jut .container .lt .item .jut a:hover {
  color: #e7254a;
}
@media (max-width: 1199px) {
  .hadbox-sec3 .hadbox3_jut .container .lt .item .jut a {
    width: 16.66%;
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbox3_jut .container .lt .item .jut a {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .hadbox3_jut .container .lt .item .jut a {
    width: auto;
    margin-right: 0.4rem;
  }
}
.hadbox-sec3 .hadbox3_jut .container .gt {
  width: 30%;
}
@media (max-width: 991px) {
  .hadbox-sec3 .hadbox3_jut .container .gt {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.hadbox-sec3 .hadbox3_jut .container .gt .f_title {
  width: 100%;
  color: #111111;
  font-size: 18px;
  margin-bottom: 18px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .hadbox3_jut .container .gt .f_title {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.hadbox-sec3 .hadbox3_jut .container .gt .fz_list {
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec3 .hadbox3_jut .container .gt .fz_list .item {
  width: 50%;
  padding: 0 0.1rem;
  margin-bottom: 10px;
}
.hadbox-sec3 .hadbox3_jut .container .gt .fz_list .item .li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hadbox-sec3 .hadbox3_jut .container .gt .fz_list .item .li .img {
  width: 32%;
  position: relative;
  overflow: hidden;
  border: solid 1px #f2f2f2;
}
.hadbox-sec3 .hadbox3_jut .container .gt .fz_list .item .li .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
}
.hadbox-sec3 .hadbox3_jut .container .gt .fz_list .item .li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec3 .hadbox3_jut .container .gt .fz_list .item .li .font {
  width: 68%;
  color: #111111;
  font-size: 14px;
  padding-left: 0.2rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec3 .hadbox3_jut .container .gt .fz_list .item .li .font .tit {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hadbox-sec3 .hadbox3_jut .container .gt .fz_list .item .li:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hadbox-sec3 .hadbox3_jut .container .gt .fz_list .item .li:hover .font {
  color: #e7254a;
}
.hadbox:hover .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
  color: #333333;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.on .tit {
  color: #e7254a;
}
.hadbox:hover .hadbox-sec1 .gt .lange {
  border-color: #f1f1f1;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #333333;
}
.hadbox:hover .hadbox-sec1 .gt .lange .tit b img path,
.hadbox:hover .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #e5e5e5;
}
.hadbox:hover .hadbox-sec1 .gt .shop .tit svg path {
  fill: #e7254a;
}
.hadbox:hover .hadbox-sec1 .gt .search1 .tit svg path {
  fill: #cccccc;
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox2 .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #333333;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .f_navbox li.on .tit {
  color: #e7254a;
}
.hadbox2 .hadbox-sec1 .gt .lange {
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #333333;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit b img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #e5e5e5;
}
.hadbox2 .hadbox-sec1 .gt .shop .tit svg path {
  fill: #e7254a;
}
.hadbox2 .hadbox-sec1 .gt .search1 .tit svg path {
  fill: #cccccc;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* End */
/* 面包屑 */
.breadbox .f_cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.32rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .f_cont {
    padding: 12px 0;
  }
}
.breadbox .f_cont a,
.breadbox .f_cont span {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .f_cont a,
  .breadbox .f_cont span {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadbox .f_cont a img,
.breadbox .f_cont span img {
  float: left;
  width: 20px;
}
@media (max-width: 1580px) {
  .breadbox .f_cont a img,
  .breadbox .f_cont span img {
    width: 18px;
  }
}
.breadbox .f_cont span {
  width: 6px;
  margin: 0 18px;
  display: block;
}
@media (max-width: 1580px) {
  .breadbox .f_cont span {
    margin: 0 14px;
  }
}
@media (max-width: 991px) {
  .breadbox .f_cont span {
    margin: 0 8px;
  }
}
.breadbox .f_cont span img,
.breadbox .f_cont span svg {
  width: 10px;
}
.breadbox .f_cont span img path,
.breadbox .f_cont span svg path {
  fill: #999999;
}
.breadbox .f_cont span svg {
  height: 10px;
}
.breadbox .f_cont .on {
  color: #003bb0;
}
.breadbox .f_cont a:last-child {
  color: #333333;
}
@media (max-width: 991px) {
  .breadbox .f_cont a:last-child {
    max-width: 33.333%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 375px) {
  .breadbox .f_cont a:last-child {
    max-width: 28%;
  }
}
.breadbox .f_cont .wofe {
  display: flex;
}
.breadbox .f_cont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #e7254a;
}
.breadbox .f_cont .wofe .li a {
  line-height: 1;
}
/* 文本编辑详情页 */
.make-text {
  line-height: 1.75;
  color: #999999;
  font-size: 16px;
  font-family: 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
}
.make-text img {
  max-width: 100%;
  height: auto!important;
}
.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 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: #1F2226;
}
@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;
  }
}
.make-text p,
.make-text span {
  font-size: 16px;
  font-family: 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #999;
}
@media (max-width: 767px) {
  .make-text p,
  .make-text span {
    line-height: 24px;
    font-size: 16px!important;
  }
}
.bsTop {
  width: 100%!important;
}
.bsFrameDiv > div {
  height: 208px!important;
}
.bsFrameDiv img {
  margin: 16px!important;
}
/* 法律声明 */
.privacybox {
  padding-top: 0.6rem;
}
.privacybox .tit {
  font-size: 0.48rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
.privacybox .make-text {
  padding-top: 0.34rem;
  border-top: 1px solid #f0f0f0;
}
.privacybox .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .privacybox .container {
    padding: 0;
  }
}
/* End */
/* 网站地图 */
.sitmapbox {
  padding-top: 0.6rem;
}
.sitmapbox .fz_tit {
  font-size: 0.48rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
.sitmapbox .cont {
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .sitmapbox .cont {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .sitmapbox .cont {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .sitmapbox .cont {
    padding: 0;
  }
}
.sitmapbox .cont .item {
  width: 100%;
  padding-bottom: 0.34rem;
  margin-bottom: 0.26rem;
  border-bottom: 1px solid #f0f0f0;
}
.sitmapbox .cont .item .tit {
  color: #333;
}
.sitmapbox .cont .item .jut {
  padding-top: 0.18rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sitmapbox .cont .item .jut .li {
  width: 20%;
  padding-right: 10px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .sitmapbox .cont .item .jut .li {
    width: 50%;
  }
}
.sitmapbox .cont .item .jut .li .name {
  font-size: 16px;
  color: #333;
}
@media (max-width: 767px) {
  .sitmapbox .cont .item .jut .li .name {
    font-size: 14px;
  }
}
.sitmapbox .cont .item .jut .li .nei {
  margin-top: 10px;
}
.sitmapbox .cont .item .jut .li .nei a {
  display: block;
  color: #999;
  font-size: 14px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sitmapbox .cont .item .jut .li .nei a {
    font-size: 12px;
  }
}
.sitmapbox .cont .item .jut .li .nei a:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .sitmapbox .cont .item .jut .li .nei a:hover {
    color: #e7254a;
  }
}
/* End */
/* 搜索结果页面 */
.searchbanner {
  position: relative;
}
.searchbanner .bag {
  width: 100%;
  height: 3.6rem;
  position: relative;
  background-color: #000;
}
.searchbanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.searchbanner .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.searchbanner .cont .tit {
  text-align: center;
  color: #fff;
}
.searchbox {
  background: url(../images/searchbagimg1.jpg) left top / 100% no-repeat;
  padding-top: 30px;
}
@media (max-width: 1580px) {
  .searchbox {
    padding-top: 26px;
  }
}
.searchbox .fz_zhong .from {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 0.2rem;
  border-radius: 5px;
  background: #f2f2f2;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .searchbox .fz_zhong .from {
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .searchbox .fz_zhong .from {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.searchbox .fz_zhong .from i {
  display: block;
  width: 18px;
}
@media (max-width: 1580px) {
  .searchbox .fz_zhong .from i {
    width: 14px;
  }
}
.searchbox .fz_zhong .from i img,
.searchbox .fz_zhong .from i svg {
  width: 100%;
  float: left;
}
.searchbox .fz_zhong .from i svg {
  height: 18px;
}
@media (max-width: 1580px) {
  .searchbox .fz_zhong .from i svg {
    height: 14px;
  }
}
.searchbox .fz_zhong .from input {
  width: calc(100% - 18px);
  padding-left: 12px;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .searchbox .fz_zhong .from input {
    padding-left: 8px;
    width: calc(100% - 16px);
  }
}
.searchbox .fz_zhong .font {
  margin-bottom: 0.2rem;
}
@media (max-width: 1199px) {
}
.searchbox .fz_zhong .font .fz_title {
  margin-bottom: 0.3rem;
}
.searchbox .fz_zhong .font .searchcenter_nav {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.4rem;
}
.searchbox .fz_zhong .font .searchcenter_nav .swiper-slide {
  width: auto;
  margin-right: 70px;
}
@media (max-width: 1900px) {
  .searchbox .fz_zhong .font .searchcenter_nav .swiper-slide {
    margin-right: 60px;
  }
}
@media (max-width: 1580px) {
  .searchbox .fz_zhong .font .searchcenter_nav .swiper-slide {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  .searchbox .fz_zhong .font .searchcenter_nav .swiper-slide {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .searchbox .fz_zhong .font .searchcenter_nav .swiper-slide {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .searchbox .fz_zhong .font .searchcenter_nav .swiper-slide {
    margin-right: 16px;
  }
}
.searchbox .fz_zhong .font .searchcenter_nav .swiper-slide a {
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #666666;
  padding-bottom: 14px;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1900px) {
  .searchbox .fz_zhong .font .searchcenter_nav .swiper-slide a {
    font-size: 14px;
  }
}
.searchbox .fz_zhong .font .searchcenter_nav .swiper-slide a:hover {
  color: #e7254a;
}
.searchbox .fz_zhong .font .searchcenter_nav .on a {
  font-weight: bold;
  color: #333;
  border-color: #e7254a;
}
.searchbox .fz_zhong .font .text {
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .searchbox .fz_zhong .font .text {
    font-size: 14px;
  }
}
.searchbox .fz_zhong .font .text span {
  color: #e7254a;
}
.searchbox .fz_zhong .searchbox_nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 1580px) {
  .searchbox .fz_zhong .searchbox_nav {
    margin-bottom: 24px;
  }
}
@media (max-width: 567px) {
  .searchbox .fz_zhong .searchbox_nav {
    justify-content: space-between;
  }
}
.searchbox .fz_zhong .searchbox_nav .f_sel {
  width: 154px;
  height: 42px;
  position: relative;
  z-index: 3;
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .searchbox .fz_zhong .searchbox_nav .f_sel {
    width: 140px;
    height: 38px;
    margin-right: 16px;
  }
}
@media (max-width: 567px) {
  .searchbox .fz_zhong .searchbox_nav .f_sel {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
  .searchbox .fz_zhong .searchbox_nav .f_sel:nth-child(2n) {
    margin-right: 0;
  }
}
.searchbox .fz_zhong .searchbox_nav .f_sel .tit {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  background-color: #f1f1f1;
  border-radius: 6px;
  color: #9b9b9b;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .searchbox .fz_zhong .searchbox_nav .f_sel .tit {
    font-size: 14px;
  }
}
.searchbox .fz_zhong .searchbox_nav .f_sel .tit i {
  display: block;
  width: 14px;
  overflow: hidden;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .searchbox .fz_zhong .searchbox_nav .f_sel .tit i {
    width: 12px;
    margin-left: 8px;
  }
}
.searchbox .fz_zhong .searchbox_nav .f_sel .tit i img {
  float: left;
  width: 100%;
}
.searchbox .fz_zhong .searchbox_nav .f_sel .tit i img:nth-child(2n) {
  display: none;
}
.searchbox .fz_zhong .searchbox_nav .f_sel .jut {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 4px;
  overflow: hidden;
  display: none;
}
.searchbox .fz_zhong .searchbox_nav .f_sel .jut .li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 14px 0.28rem;
}
@media (max-width: 1580px) {
  .searchbox .fz_zhong .searchbox_nav .f_sel .jut .li {
    padding: 12px 0.28rem;
    font-size: 12px;
  }
}
.searchbox .fz_zhong .searchbox_nav .f_sel .jut .li span {
  display: block;
  width: calc(100% - 19px);
}
.searchbox .fz_zhong .searchbox_nav .f_sel .jut .li i {
  opacity: 0;
  display: block;
  overflow: hidden;
  width: 14px;
}
@media (max-width: 1580px) {
  .searchbox .fz_zhong .searchbox_nav .f_sel .jut .li i {
    width: 12px;
  }
}
.searchbox .fz_zhong .searchbox_nav .f_sel .jut .li i img {
  float: left;
  width: 100%;
}
.searchbox .fz_zhong .searchbox_nav .f_sel .jut .li:hover {
  background-color: #e7254a;
  color: #fff;
}
.searchbox .fz_zhong .searchbox_nav .f_sel .jut .active {
  color: #e7254a;
}
.searchbox .fz_zhong .searchbox_nav .f_sel .jut .active i {
  opacity: 1;
}
.searchbox .fz_zhong .searchbox_nav .f_sel .jut .active:hover {
  color: #e7254a;
  background-color: #fff;
}
.searchbox .fz_zhong .searchbox_nav .f_sel.on {
  z-index: 5;
}
.searchbox .fz_zhong .searchbox_nav .f_sel.on .tit {
  background-color: #e7254a;
  color: #fff;
}
.searchbox .fz_zhong .searchbox_nav .f_sel.on .tit i img:nth-child(1) {
  display: none;
}
.searchbox .fz_zhong .searchbox_nav .f_sel.on .tit i img:nth-child(2) {
  display: block;
}
.searchbox .fzq_cont {
  padding: 0.4rem 0;
  background-color: #f5f5f5;
}
.searchbox .fzq_cont .pro_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .searchbox .fzq_cont .pro_jut {
    margin: 0;
  }
}
.searchbox .fzq_cont .pro_jut .item {
  width: 33.333%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .searchbox .fzq_cont .pro_jut .item {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .searchbox .fzq_cont .pro_jut .item {
    padding: 0;
    width: 100%;
  }
}
.searchbox .fzq_cont .pro_jut .item .list {
  display: block;
  position: relative;
}
.searchbox .fzq_cont .pro_jut .item .list .img {
  border-radius: 10px;
  position: relative;
  padding-bottom: 71.3%;
  overflow: hidden;
  background-color: #000;
}
.searchbox .fzq_cont .pro_jut .item .list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.searchbox .fzq_cont .pro_jut .item .list .font {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.32rem 0.4rem;
  color: #fff;
}
.searchbox .fzq_cont .pro_jut .item .list .font .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
@media (max-width: 567px) {
  .searchbox .fzq_cont .pro_jut .item .list .font .tit {
    font-size: 18px;
  }
}
.searchbox .fzq_cont .pro_jut .item .list .font .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .pro_jut .item .list .font .text {
    font-size: 14px;
  }
}
.searchbox .fzq_cont .story_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .story_jut {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .searchbox .fzq_cont .story_jut {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .searchbox .fzq_cont .story_jut {
    margin: 0;
  }
}
.searchbox .fzq_cont .story_jut .item {
  width: 33.333%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .story_jut .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .searchbox .fzq_cont .story_jut .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .searchbox .fzq_cont .story_jut .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .searchbox .fzq_cont .story_jut .item:last-child {
    margin-bottom: 0;
  }
}
.searchbox .fzq_cont .story_jut .item .list {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.searchbox .fzq_cont .story_jut .item .list .img {
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.searchbox .fzq_cont .story_jut .item .list .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.searchbox .fzq_cont .story_jut .item .list .font {
  padding: 0.3rem 0.3rem 0.46rem;
}
.searchbox .fzq_cont .story_jut .item .list .font .time {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .story_jut .item .list .font .time {
    margin-bottom: 12px;
  }
}
.searchbox .fzq_cont .story_jut .item .list .font .time i {
  display: block;
  width: 17px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .story_jut .item .list .font .time i {
    width: 14px;
  }
}
.searchbox .fzq_cont .story_jut .item .list .font .time i img {
  float: left;
  width: 100%;
}
.searchbox .fzq_cont .story_jut .item .list .font .time .date {
  display: block;
  width: 90%;
  width: calc(100% - 17px);
  padding-left: 10px;
  color: #b5b5b5;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .story_jut .item .list .font .time .date {
    width: calc(100% - 14px);
  }
}
.searchbox .fzq_cont .story_jut .item .list .font .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #161b27;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .story_jut .item .list .font .tit {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.searchbox .fzq_cont .story_jut .item .list .font .text {
  color: #999999;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .story_jut .item .list .font .text {
    height: 44px;
    line-height: 22px;
  }
}
.searchbox .fzq_cont .story_jut .item .list .font .hm_but {
  margin-top: 0.24rem;
  justify-content: center;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #e7254a;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .story_jut .item .list .font .hm_but {
    width: 120px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .searchbox .fzq_cont .story_jut .item .list .font .hm_but {
    width: 110px;
    height: 32px;
  }
}
.searchbox .fzq_cont .story_jut .item .list .font .hm_but span {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 767px) {
  .searchbox .fzq_cont .story_jut .item .list .font .hm_but span {
    font-size: 12px;
  }
}
.searchbox .fzq_cont .story_jut .item .list .font .hm_but i {
  margin-left: 12px;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .story_jut .item .list .font .hm_but i {
    margin-left: 8px;
  }
}
@media (min-width: 1200px) {
  .searchbox .fzq_cont .story_jut .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .searchbox .fzq_cont .story_jut .item .list:hover .font .tit {
    color: #e7254a;
  }
  .searchbox .fzq_cont .story_jut .item .list:hover .font .hm_but i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media (min-width: 1200px) and (min-width: 1581px) {
  .searchbox .fzq_cont .story_jut .item .list:hover .font .hm_but i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.searchbox .fzq_cont .join_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .searchbox .fzq_cont .join_jut {
    margin: 0;
  }
}
.searchbox .fzq_cont .join_jut .item {
  width: 50%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .searchbox .fzq_cont .join_jut .item {
    padding: 0;
    width: 100%;
  }
}
.searchbox .fzq_cont .join_jut .item .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  width: 100%;
  padding: 0.35rem 0.42rem;
}
@media (max-width: 767px) {
  .searchbox .fzq_cont .join_jut .item .list {
    padding: 0.6rem 0.4rem;
  }
}
.searchbox .fzq_cont .join_jut .item .list .font {
  width: 80%;
  width: calc(100% - 110px);
  padding-right: 0.1rem;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .join_jut .item .list .font {
    width: calc(100% - 90px);
  }
}
@media (max-width: 767px) {
  .searchbox .fzq_cont .join_jut .item .list .font {
    padding-right: 0;
    width: 100%;
  }
}
.searchbox .fzq_cont .join_jut .item .list .font .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #171a2b;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 4px;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .join_jut .item .list .font .tit {
    font-size: 16px;
  }
}
.searchbox .fzq_cont .join_jut .item .list .font .text {
  font-size: 14px;
  color: #989898;
  margin-bottom: 0.3rem;
}
.searchbox .fzq_cont .join_jut .item .list .font .time {
  display: flex;
  align-items: center;
}
.searchbox .fzq_cont .join_jut .item .list .font .time i {
  display: block;
  width: 17px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .join_jut .item .list .font .time i {
    width: 14px;
  }
}
.searchbox .fzq_cont .join_jut .item .list .font .time i img {
  float: left;
  width: 100%;
}
.searchbox .fzq_cont .join_jut .item .list .font .time .date {
  display: block;
  width: 90%;
  width: calc(100% - 17px);
  padding-left: 10px;
  color: #b5b5b5;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .join_jut .item .list .font .time .date {
    width: calc(100% - 14px);
  }
}
.searchbox .fzq_cont .join_jut .item .list .but {
  width: 110px;
  height: 40px;
  align-items: center;
  font-weight: normal;
  border-radius: 22px;
  justify-content: center;
  border: 1px solid #e7254a;
  font-size: 12px;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .join_jut .item .list .but {
    width: 90px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .searchbox .fzq_cont .join_jut .item .list .but {
    width: 100px;
    height: 34px;
    margin-top: 0.3rem;
  }
}
.searchbox .fzq_cont .join_jut .item .list .but i {
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .searchbox .fzq_cont .join_jut .item .list .but i {
    margin-left: 8px;
  }
}
.searchbox .fzq_cont .join_jut .item .list .but i svg {
  height: 8px;
}
@media (min-width: 1200px) {
  .searchbox .fzq_cont .join_jut .item .list:hover .font .tit {
    color: #e7254a;
  }
  .searchbox .fzq_cont .join_jut .item .list:hover .but i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media (min-width: 1200px) and (min-width: 1581px) {
  .searchbox .fzq_cont .join_jut .item .list:hover .but i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
/* End */
/* 底部 */
.fotbox {
  background-color: #1c222c;
}
.fotbox .fot1 {
  padding-bottom: 0.6rem;
}
.fotbox .fot1 .jut {
  display: flex;
  justify-content: space-between;
  padding: 0.36rem 0 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .fotbox .fot1 .jut {
    margin-bottom: 0.5rem;
    padding: 0.46rem 0 0.7rem;
  }
}
.fotbox .fot1 .jut .logo img {
  width: 1.68rem;
}
@media (max-width: 767px) {
  .fotbox .fot1 .jut .logo img {
    width: 1.5rem;
  }
}
.fotbox .fot1 .jut .fen {
  display: flex;
  align-items: center;
}
.fotbox .fot1 .jut .fen .li {
  display: block;
  position: relative;
  margin-right: 0.38rem;
}
.fotbox .fot1 .jut .fen .li:last-child {
  margin-right: 0;
}
.fotbox .fot1 .jut .fen .li .img {
  display: block;
  overflow: hidden;
  height: 18px;
  width: 20px;
}
@media (max-width: 1900px) {
  .fotbox .fot1 .jut .fen .li .img {
    height: 16px;
  }
}
.fotbox .fot1 .jut .fen .li .img img,
.fotbox .fot1 .jut .fen .li .img svg {
  height: 100%;
  float: left;
  max-width: 100%;
}
.fotbox .fot1 .jut .fen .li .img img path,
.fotbox .fot1 .jut .fen .li .img svg path {
  fill: #fff;
}
.fotbox .fot1 .jut .fen .li .hover1 {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  padding: 10px;
  background-color: #fff;
  display: none;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .jut .fen .li .hover1 {
    width: 100px;
  }
}
.fotbox .fot1 .jut .fen .li .hover1 img {
  width: 100%;
}
.fotbox .fot1 .jut .fen .li:hover .hover1 {
  display: block;
}
.fotbox .fot1 .jut .fen .top img,
.fotbox .fot1 .jut .fen .top svg {
  height: 44%;
}
.fotbox .fot1 .cont {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont {
    flex-wrap: wrap;
  }
}
.fotbox .fot1 .cont .item {
  margin-right: 1rem;
}
@media (max-width: 1900px) {
  .fotbox .fot1 .cont .item {
    margin-right: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot1 .cont .item {
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .fotbox .fot1 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.fotbox .fot1 .cont .item:last-child {
  margin-right: 0;
}
.fotbox .fot1 .cont .item .tit {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .cont .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .item .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.fotbox .fot1 .cont .item .tit i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 30px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .fotbox .fot1 .cont .item .tit i {
    display: none;
  }
}
.fotbox .fot1 .cont .item .tit i img,
.fotbox .fot1 .cont .item .tit i svg {
  width: 18px;
}
.fotbox .fot1 .cont .item .tit i img path,
.fotbox .fot1 .cont .item .tit i svg path {
  fill: #fff;
}
.fotbox .fot1 .cont .item .tit i svg {
  transform: scale(1.2);
}
.fotbox .fot1 .cont .item .f_nei {
  padding-top: 0.2rem;
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .item .f_nei {
    padding-top: 0.4rem;
    display: none;
  }
}
.fotbox .fot1 .cont .item .f_nei a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  font-size: 14px;
  color: #a7abb2;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .fotbox .fot1 .cont .item .f_nei a {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .item .f_nei a {
    font-size: 14px;
    margin-bottom: 0.3rem;
  }
}
@media (min-width: 1200px) {
  .fotbox .fot1 .cont .item .f_nei a:hover {
    color: #fff;
  }
}
.fotbox .fot1 .cont .on .tit i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fotbox .fot2 .cont {
  padding: 0.54rem 0 0.54rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fotbox .fot2 .cont a,
.fotbox .fot2 .cont span {
  color: #a7abb2;
  font-size: 14px;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .fotbox .fot2 .cont a:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .fotbox .fot2 .cont .lt {
    width: 100%;
    text-align: center;
    order: 1;
    margin-top: 0.1rem;
  }
}
.fotbox .fot2 .cont .lt a {
  margin-left: 10px;
  display: inline-block;
}
.fotbox .fot2 .cont .gt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .fotbox .fot2 .cont .gt {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.fotbox .fot2 .cont .gt a {
  display: block;
}
.fotbox .fot2 .cont .gt a,
.fotbox .fot2 .cont .gt span {
  display: block;
}
.fotbox .fot2 .cont .gt span {
  margin: 0 0.26rem;
}
/* End */
/* banner */
.bannerbox .bag {
  width: 100%;
  height: 100vh;
}
.bannerbox .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .bag img:nth-child(2){
  display: none;
}
@media (max-width: 767px) {
  .bannerbox .bag img:nth-child(1){
    display: none;
  }
  .bannerbox .bag img:nth-child(2){
    display: block;
  } 
}
.bannerbox .cont {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.bannerbox .cont .container {
  display: flex;
  justify-content: center;
}
.bannerbox .cont .container .font {
  max-width: 100%;
  position: relative;
  color: #fff;
}
.bannerbox .cont .container .font:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../images/banneryuanimgfaz1.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bannerbox .cont .container .font .tit {
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: 5px;
  color: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .bannerbox .cont .container .font .tit {
    font-size: 0.9rem;
  }
}
.bannerbox .cont .container .font .tit span {
  display: block;
}
.bannerbox .cont .container .font .tit .t2 {
  display: block;
  margin-left: 2.35rem;
}
.bannerbox .cont .container .font .fz_videoicon {
  position: absolute;
  top: 100%;
  left: 1.1rem;
  width: 0.6rem;
  cursor: pointer;
  overflow: hidden;
}
.bannerbox .cont .container .font .fz_videoicon img,
.bannerbox .cont .container .font .fz_videoicon svg {
  width: 100%;
  float: left;
}
.bannerbox .cont .container .font .fz_videoicon img path,
.bannerbox .cont .container .font .fz_videoicon svg path {
  fill: #fff;
}
.bannerbox .banner_page {
  position: absolute;
  left: 0;
  bottom: 0.7rem;
  z-index: 2;
  text-align: center;
}
.bannerbox .banner_page span {
  margin: 0 0.1rem !important;
  width: 0.6rem;
  height: 5px;
  opacity: 0.25;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 1580px) {
  .bannerbox .banner_page span {
    height: 3px;
  }
}
.bannerbox .banner_page .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
/* End */
/* 右侧固定 */
.gtfheight {
  width: 100%;
  height: 50px;
}
@media (min-width: 768px) {
  .gtfheight {
    display: none;
  }
}
.gtfixed {
  position: fixed;
  right: 0.6rem;
  z-index: 333;
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(22, 27, 39, 0.05);
  border-radius: 30px;
  display: none;
}
@media (min-width: 768px) {
  .gtfixed {
    padding: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .gtfixed {
    zoom: 1;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
  }
}
.gtfixed .item {
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 20px;
}
.gtfixed .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1580px) {
  .gtfixed .item {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .gtfixed .item {
    float: left;
    width: 25%;
    margin-bottom: 0;
    border-right: 1px solid #f1f1f1;
  }
  .gtfixed .item:last-child {
    border-right: none;
  }
}
.gtfixed .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .gtfixed .item .img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .gtfixed .item .img {
    width: 100%;
    height: 50px;
    border-radius: 0;
  }
}
.gtfixed .item .img img,
.gtfixed .item .img svg {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.gtfixed .item .img img path,
.gtfixed .item .img svg path {
  fill: #d1d7e2;
}
.gtfixed .item .font1 {
  position: absolute;
  right: 100%;
  top: 50%;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(22, 27, 39, 0.05);
  width: 200px;
  padding: 16px 20px;
  margin-right: 30px;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .gtfixed .item .font1 {
    width: 160px;
    padding: 14px 16px;
  }
}
.gtfixed .item .font1 .tit {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .gtfixed .item .font1 .tit {
    font-size: 16px;
  }
}
.gtfixed .item .font1 .tel {
  font-family: ArialMT;
  font-size: 16px;
  color: #e7254a;
}
@media (max-width: 1580px) {
  .gtfixed .item .font1 .tel {
    font-size: 14px;
  }
}
.gtfixed .item .font1:after {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}
.gtfixed .item .er {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 100%;
  padding: 6px;
  background-color: #fff;
  margin-right: 26px;
  width: 120px;
}
@media (max-width: 1580px) {
  .gtfixed .item .er {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .gtfixed .item .er {
    margin: 0;
    top: initial;
    bottom: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin-bottom: 14px;
  }
  .gtfixed .item .er:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
}
.gtfixed .item .er img {
  width: 100%;
  float: left;
}
.gtfixed .item:hover .img {
  background-color: #e7254a;
}
.gtfixed .item:hover .img svg path {
  fill: #fff;
}
@media (min-width: 768px) {
  .gtfixed .item:hover .font1 {
    opacity: 1;
    visibility: visible;
  }
}
.gtfixed .item:hover .er {
  opacity: 1;
  visibility: visible;
}
/* End */
/* 首页 */
/* End */
/* 404 */
.f_cuo {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_cuo .container {
  margin: 0;
}
.f_cuo .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.f_cuo .cont img {
  max-width: 100%;
  margin-bottom: 0.36rem;
}
.f_cuo .cont .text {
  padding-top: 0;
  margin-bottom: 0.84rem;
}
@media (max-width: 748px) {
  .f_cuo .cont .text {
    margin-bottom: 30px;
  }
}
.f_cuo .cont .but {
  width: 180px;
  height: 50px;
  color: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-size: 100% 100%;
}
@media (max-width: 1580px) {
  .f_cuo .cont .but {
    font-size: 14px;
    width: 140px;
    height: 45px;
  }
}
.f_cuo .cont .tit {
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 12px;
}
@media (max-width: 1580px) {
  .f_cuo .cont .tit {
    font-size: 16px;
    margin-top: 16px;
  }
}
/* End */
/* 首页 */
.hm_tit {
  text-align: center;
  position: relative;
  margin-bottom: 0.7rem;
}
.hm_tit .label {
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: -4px;
  color: #e72d4a;
  opacity: 0.08;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hm_tit .name {
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #e72d4a;
}
.hm_tit .tit {
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 767px) {
  .hm_tit .tit {
    margin-top: 3px;
  }
}
.hm_but {
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0px;
  color: #e7254a;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .hm_but {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .hm_but {
    font-size: 14px;
  }
}
.hm_but i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  overflow: hidden;
  width: 10px;
  margin-left: 20px;
}
@media (max-width: 1580px) {
  .hm_but i {
    margin-left: 14px;
  }
}
@media (max-width: 767px) {
  .hm_but i {
    margin-left: 8px;
  }
}
.hm_but i img,
.hm_but i svg {
  width: 100%;
  float: left;
}
.hm_but i img path,
.hm_but i svg path {
  fill: #e7254a;
}
.hm_but i svg {
  height: 14px;
}
.hm_but:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
@media (min-width: 1581px) {
  .hm_but:hover i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.hm-sec1 {
  background-color: #f5f5f5;
  padding-bottom: 1.6rem;
}
.hm-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.6rem;
}
@media (max-width: 1580px) {
  .hm-sec1 .cont {
    margin: 0 -0.4rem;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont {
    margin: 0;
  }
}
.hm-sec1 .cont .item {
  width: 50%;
  padding: 0 0.6rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 1580px) {
  .hm-sec1 .cont .item {
    margin-bottom: 0.8rem;
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item {
    padding: 0 ;
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 768px) {
  .hm-sec1 .cont .item:nth-last-child(1),
  .hm-sec1 .cont .item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item {
    width: 100%;
  }
}
.hm-sec1 .cont .item:last-child {
  margin-bottom: 0;
}
.hm-sec1 .cont .item .list {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  z-index: 2;
}
.hm-sec1 .cont .item .list .img {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
.hm-sec1 .cont .item .list .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec1 .cont .item .list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jianbianimgfaz1.png) left bottom / cover no-repeat;
}
.hm-sec1 .cont .item .list .jut {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.35rem 0.4rem;
  padding-right: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}
.hm-sec1 .cont .item .list .jut .font {
  width: 80%;
  width: calc(100% - 22px);
  color: #fff;
  line-height: 26px;
}
@media (max-width: 1580px) {
  .hm-sec1 .cont .item .list .jut .font {
    line-height: 24px;
    width: calc(100% - 20px);
  }
}
.hm-sec1 .cont .item .list .jut .font .tit {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .hm-sec1 .cont .item .list .jut .font .tit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .list .jut .font .tit {
    font-size: 18px;
  }
}
.hm-sec1 .cont .item .list .jut .font .text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hm-sec1 .cont .item .list .jut .font .text {
    font-size: 14px;
  }
}
.hm-sec1 .cont .item .list .jut i {
  display: block;
  width: 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .hm-sec1 .cont .item .list .jut i {
    width: 10px;
  }
}
.hm-sec1 .cont .item .list .jut i img,
.hm-sec1 .cont .item .list .jut i svg {
  width: 100%;
  float: left;
}
.hm-sec1 .cont .item .list .jut i img path,
.hm-sec1 .cont .item .list .jut i svg path {
  fill: #fff;
}
.hm-sec1 .cont .item .list .jut i svg {
  height: 20px;
}
@media (max-width: 1580px) {
  .hm-sec1 .cont .item .list .jut i svg {
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .hm-sec1 .cont .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .hm-sec1 .cont .item .list:hover .jut i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media (min-width: 1200px) and (max-width: 1580px) {
  .hm-sec1 .cont .item .list:hover .jut i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.hm-sec1 .but {
  display: flex;
  justify-content: center;
  margin-top: 1.32rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
}
.hm-sec1 .but .fz_but {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e7254a;
  position: relative;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hm-sec1 .but .fz_but {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .but .fz_but {
    font-size: 14px;
  }
}
.hm-sec1 .but .fz_but i {
  display: block;
  float: left;
  margin-left: 18px;
}
@media (max-width: 1580px) {
  .hm-sec1 .but .fz_but i {
    margin-left: 14px;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .but .fz_but i {
    margin-left: 8px;
  }
}
.hm-sec1 .but .fz_but i img,
.hm-sec1 .but .fz_but i svg {
  width: 10px;
}
.hm-sec1 .but .fz_but i img path,
.hm-sec1 .but .fz_but i svg path {
  fill: #e7254a;
}
.hm-sec1 .but .fz_but i svg {
  height: 14px;
}
.hm-sec1 .but .fz_but:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.99rem;
  margin-top: -0.99rem;
  width: 1.98rem;
  height: 1.98rem;
  background-color: #e7254a;
  opacity: 0.06;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .hm-sec1 .but .fz_but:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hm-sec2 {
  overflow: hidden;
  padding-bottom: 1.6rem;
}
@media (max-width: 1580px) {
  .hm-sec2 {
    padding-bottom: 2.6rem;
  }
}
.hm-sec2 .cont {
  display: flex;
  justify-content: center;
}
.hm-sec2 .cont .hm2_cont {
  overflow: visible;
  width: 67.5%;
  margin: 0 -0.3rem;
}
@media (max-width: 991px) {
  .hm-sec2 .cont .hm2_cont {
    margin: 0 -0.16rem;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .hm2_cont {
    width: 100%;
    margin: 0 -0.1rem;
  }
}
.hm-sec2 .cont .hm2_cont .swiper-slide {
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .hm-sec2 .cont .hm2_cont .swiper-slide {
    padding: 0 0.16rem;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .hm2_cont .swiper-slide {
    padding: 0 0.1rem;
  }
}
.hm-sec2 .cont .hm2_cont .swiper-slide .item {
  display: block;
  width: 100%;
}
.hm-sec2 .cont .hm2_cont .swiper-slide .item .img {
  padding-bottom: 59.25%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.hm-sec2 .cont .hm2_cont .swiper-slide .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec2 .cont .hm2_cont .swiper-slide .item .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec2 .cont .hm2_cont .swiper-slide .item .jut {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: -70px auto;
  max-width: 74%;
  padding: 0.4rem 0.46rem;
  padding-right: 0.6rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .hm2_cont .swiper-slide .item .jut {
    margin-top: -36px;
    max-width: 92%;
    padding: 0.4rem 0.3rem;
  }
}
.hm-sec2 .cont .hm2_cont .swiper-slide .item .jut .font {
  width: calc(100% - 110px);
}
@media (max-width: 767px) {
  .hm-sec2 .cont .hm2_cont .swiper-slide .item .jut .font {
    width: calc(100% - 80px);
  }
}
.hm-sec2 .cont .hm2_cont .swiper-slide .item .jut .font .tit {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .hm2_cont .swiper-slide .item .jut .font .tit {
    font-size: 0.28rem;
  }
}
.hm-sec2 .cont .hm2_cont .swiper-slide .item .jut .font .tit span {
  display: block;
  margin-right: 10px;
  color: #111111;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .hm2_cont .swiper-slide .item .jut .font .tit span {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .hm-sec2 .cont .hm2_cont .swiper-slide .item .jut .font .tit span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .hm2_cont .swiper-slide .item .jut .font .tit span {
    font-size: 0.34rem;
  }
}
.hm-sec2 .cont .hm2_cont .swiper-slide .item .jut .font .text {
  font-size: 18px;
  color: #666666;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .hm2_cont .swiper-slide .item .jut .font .text {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .hm-sec2 .cont .hm2_cont .swiper-slide .item .jut .font .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .hm2_cont .swiper-slide .item .jut .font .text {
    line-height: 1.4;
    font-size: 0.3rem;
  }
}
.hm-sec2 .cont .hm2_cont .swiper-slide-active .item .img:after {
  opacity: 0;
}
.hm-sec2 .cont .hm2_cont .swiper-slide-active .item .jut {
  opacity: 1;
}
.hm-sec3 {
  position: relative;
  overflow: hidden;
}
.hm-sec3 .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7254a;
}
.hm-sec3 .bag img {
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec3 .hm_tit .label {
  color: #fff;
}
.hm-sec3 .hm_tit .name {
  color: #ffad01;
}
.hm-sec3 .hm_tit .tit {
  color: #fff;
}
.hm-sec3 .nav {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hm-sec3 .nav {
    margin-bottom: 14px;
  }
}
.hm-sec3 .nav .hm3_nav {
  width: 100%;
  margin: 0 -0.1rem;
}
.hm-sec3 .nav .hm3_nav .swiper-slide {
  width: 25%;
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  .hm-sec3 .nav .hm3_nav .swiper-slide {
    width: 33.333%;
  }
}
@media (max-width: 567px) {
  .hm-sec3 .nav .hm3_nav .swiper-slide {
    width: 56%;
  }
}
.hm-sec3 .nav .hm3_nav .swiper-slide .item {
  width: 100%;
  cursor: pointer;
  display: flex;
  line-height: 0.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: solid 2px #ffffff;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .hm-sec3 .nav .hm3_nav .swiper-slide .item {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .nav .hm3_nav .swiper-slide .item {
    border-width: 1px;
    line-height: 0.8rem;
  }
}
.hm-sec3 .nav .hm3_nav .swiper-slide.on .item {
  background-color: #ffad01;
  border-color: #ffad01;
}
.hm-sec3 .cont .jut {
  width: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.hm-sec3 .cont .jut .hm3_cont {
  background-color: #fff;
  border-radius: 15px;
}
.hm-sec3 .cont .jut .hm3_cont .swiper-slide {
  width: 25%;
}
@media (max-width: 991px) {
  .hm-sec3 .cont .jut .hm3_cont .swiper-slide {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .jut .hm3_cont .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .hm-sec3 .cont .jut .hm3_cont .swiper-slide {
    width: 64%;
  }
}
.hm-sec3 .cont .jut .hm3_cont .swiper-slide .item {
  padding: 20px;
}
@media (max-width: 1580px) {
  .hm-sec3 .cont .jut .hm3_cont .swiper-slide .item {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .jut .hm3_cont .swiper-slide .item {
    padding: 14px;
  }
}
.hm-sec3 .cont .jut .hm3_cont .swiper-slide .item .list {
  display: block;
  border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
}
.hm-sec3 .cont .jut .hm3_cont .swiper-slide .item .f_img {
  position: relative;
}
.hm-sec3 .cont .jut .hm3_cont .swiper-slide .item .f_img .img {
  width: 100%;
  position: relative;
  padding-bottom: 91.5%;
  overflow: hidden;
}
.hm-sec3 .cont .jut .hm3_cont .swiper-slide .item .f_img .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec3 .cont .jut .hm3_cont .swiper-slide .item .f_img .f_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  background-color: rgba(231, 45, 74, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec3 .cont .jut .hm3_cont .swiper-slide .item .f_img .f_icon img {
  width: 32.5%;
}
.hm-sec3 .cont .jut .hm3_cont .swiper-slide .item .font {
  width: 100%;
  padding: 6px 0.2rem 0.3rem;
}
.hm-sec3 .cont .jut .hm3_cont .swiper-slide .item .font .tit {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #111111;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .hm-sec3 .cont .jut .hm3_cont .swiper-slide .item .font .tit {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .jut .hm3_cont .swiper-slide .item .font .tit {
    font-size: 18px;
  }
}
.hm-sec3 .cont .jut .hm3_cont .swiper-slide .item .font .text {
  width: 100%;
  color: #666666;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hm-sec3 .cont .jut .hm3_cont .swiper-slide .item .font .text {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .hm-sec3 .cont .jut .hm3_cont .swiper-slide .item:hover .list {
    background-color: #f5f5f5;
  }
  .hm-sec3 .cont .jut .hm3_cont .swiper-slide .item:hover .f_img .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .hm-sec3 .cont .jut .hm3_cont .swiper-slide .item:hover .f_img .f_icon {
    opacity: 1;
  }
  .hm-sec3 .cont .jut .hm3_cont .swiper-slide .item:hover .font .tit {
    color: #e7254a;
  }
}
.hm-sec3 .cont .jut .hm3_prev,
.hm-sec3 .cont .jut .hm3_next {
  width: 0.2rem;
  height: 0.42rem;
  background-size: 100%;
}
@media (max-width: 767px) {
  .hm-sec3 .cont .jut .hm3_prev,
  .hm-sec3 .cont .jut .hm3_next {
    display: none;
  }
}
.hm-sec3 .cont .jut .hm3_prev {
  left: -0.8rem;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .jut .hm3_prev {
    left: -0.5rem;
  }
}
.hm-sec3 .cont .jut .hm3_next {
  right: -0.8rem;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .jut .hm3_next {
    right: -0.5rem;
  }
}
.hm-sec3 .cont .on {
  visibility: visible;
  position: relative;
  z-index: 2;
  opacity: 1;
}
.hm-sec3 .but {
  display: flex;
  justify-content: center;
  margin-top: 0.52rem;
  position: relative;
}
.hm-sec3 .but .hm_but span {
  color: #fff;
}
.hm-sec3 .but .hm_but i svg path {
  fill: #fff;
}
.hm-sec4 {
  background-color: #f5f5f5;
}
.hm-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .hm-sec4 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .cont {
    margin: 0;
  }
}
.hm-sec4 .cont .item {
  width: 33.333%;
  padding: 0 12.5px;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont .item {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .hm-sec4 .cont .item {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .hm-sec4 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.hm-sec4 .cont .item .list {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.hm-sec4 .cont .item .list .img {
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.hm-sec4 .cont .item .list .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec4 .cont .item .list .font {
  padding: 0.3rem 0.3rem 0.46rem;
}
.hm-sec4 .cont .item .list .font .time {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont .item .list .font .time {
    margin-bottom: 12px;
  }
}
.hm-sec4 .cont .item .list .font .time i {
  display: block;
  width: 17px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont .item .list .font .time i {
    width: 14px;
  }
}
.hm-sec4 .cont .item .list .font .time i img {
  float: left;
  width: 100%;
}
.hm-sec4 .cont .item .list .font .time .date {
  display: block;
  width: 90%;
  width: calc(100% - 17px);
  padding-left: 10px;
  color: #b5b5b5;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont .item .list .font .time .date {
    width: calc(100% - 14px);
  }
}
.hm-sec4 .cont .item .list .font .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #161b27;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont .item .list .font .tit {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.hm-sec4 .cont .item .list .font .text {
  color: #999999;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont .item .list .font .text {
    height: 44px;
    line-height: 22px;
  }
}
.hm-sec4 .cont .item .list .font .hm_but {
  margin-top: 0.3rem;
}
.hm-sec4 .cont .item .list .font .hm_but span {
  font-weight: normal;
  font-size: 14px;
}
.hm-sec4 .cont .item .list .font .hm_but i {
  margin-left: 12px;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont .item .list .font .hm_but i {
    margin-left: 8px;
  }
}
@media (min-width: 1200px) {
  .hm-sec4 .cont .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .hm-sec4 .cont .item .list:hover .font .tit {
    color: #e7254a;
  }
  .hm-sec4 .cont .item .list:hover .font .hm_but i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media (min-width: 1200px) and (min-width: 1581px) {
  .hm-sec4 .cont .item .list:hover .font .hm_but i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.hm-sec4 .cont .item .jut {
  padding: 0.3rem 0.4rem;
  border-radius: 20px;
  background-color: #fff;
  height: 100%;
}
@media (max-width: 991px) {
  .hm-sec4 .cont .item .jut {
    padding: 0.22rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .cont .item .jut {
    padding: 0.3rem 0.4rem;
  }
}
.hm-sec4 .cont .item .jut .li {
  display: block;
  padding: 0.16rem 0 0.14rem;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .hm-sec4 .cont .item .jut .li {
    padding: 0.1rem 0;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .cont .item .jut .li {
    padding: 0.2rem 0;
  }
}
.hm-sec4 .cont .item .jut .li:last-child {
  border-bottom: none;
}
.hm-sec4 .cont .item .jut .li .tit {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 20px;
  color: #1c222c;
  margin-bottom: 6px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1900px) {
  .hm-sec4 .cont .item .jut .li .tit {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
@media (max-width: 1199px) {
  .hm-sec4 .cont .item .jut .li .tit {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hm-sec4 .cont .item .jut .li .tit {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .cont .item .jut .li .tit {
    font-size: 16px;
  }
}
.hm-sec4 .cont .item .jut .li .date {
  color: #bbbbbb;
  font-size: 14px;
}
.hm-sec4 .cont .item .jut .li:hover .tit {
  color: #e7254a;
}
/* End */
/* 常见问题 */
.faqbanner {
  width: 100%;
  position: relative;
}
.faqbanner .breadbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.faqbanner .breadbox .f_cont a,
.faqbanner .breadbox .f_cont span {
  color: #fff;
  opacity: 0.5;
}
.faqbanner .breadbox .f_cont span svg path {
  fill: #fff;
}
.faqbanner .breadbox .f_cont a:last-child {
  opacity: 0.8;
}
.faqbanner .bag {
  width: 100%;
  height: 6.2rem;
  position: relative;
}
.faqbanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faqbanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .faqbanner .bag img:nth-child(1) {
    display: none;
  }
  .faqbanner .bag img:nth-child(2) {
    display: block;
  }
}
.faqbanner .bag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/wanggeimfgfaz1.png) center repeat-x;
  background-size: auto 100%;
}
.faqbanner .cont {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
.faqbanner .cont .font {
  width: 100%;
}
.faqbanner .cont .font .tit {
  margin-bottom: 0.14rem;
}
.faqbanner .cont .font .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 1580px) {
  .faqbanner .cont .font .text {
    line-height: 24px;
    font-size: 16px;
  }
}
.faqbox {
  background-color: #f5f5f5;
}
.faqbox_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .faqbox_nav {
    margin-bottom: 0.6rem;
  }
}
.faqbox_nav .lt {
  width: 50%;
  width: calc(100% - 4.5rem);
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .faqbox_nav .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.4rem;
  }
}
.faqbox_nav .lt .nav {
  width: 100%;
}
.faqbox_nav .lt .nav .swiper-slide {
  width: auto;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .faqbox_nav .lt .nav .swiper-slide {
    margin-right: 0.4rem;
  }
}
.faqbox_nav .lt .nav .swiper-slide .item {
  display: block;
  padding-bottom: 0.14rem;
  border-bottom: 2px solid transparent;
  color: #949494;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .faqbox_nav .lt .nav .swiper-slide .item:hover {
    color: #e7254a;
  }
}
.faqbox_nav .lt .nav .swiper-slide.on .item {
  border-color: #e7254a;
  color: #333333;
}
.faqbox_nav .lt .nav .swiper-slide.on .item:hover {
  color: #333;
}
@media (max-width: 767px) {
  .faqbox_nav .gt {
    width: 100%;
  }
}
.faqbox_nav .gt .form {
  width: 4.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 0.18rem 0.2rem;
}
@media (max-width: 767px) {
  .faqbox_nav .gt .form {
    width: 100%;
    padding: 0.22rem 0.4rem;
  }
}
.faqbox_nav .gt .form input {
  width: calc(100% - 0.22rem);
  padding-right: 0.2rem;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 991px) {
  .faqbox_nav .gt .form input {
    width: calc(100% - 0.36rem);
  }
}
.faqbox_nav .gt .form .f_sub {
  width: 0.22rem;
}
@media (max-width: 991px) {
  .faqbox_nav .gt .form .f_sub {
    width: 0.36rem;
  }
}
.faqbox_nav .gt .form .f_sub img,
.faqbox_nav .gt .form .f_sub svg {
  float: left;
  width: 100%;
}
.faqbox_nav .gt .form .f_sub img path,
.faqbox_nav .gt .form .f_sub svg path {
  fill: #e6e6e6;
}
.faqbox .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 1199px) {
  .faqbox .cont {
    margin: 0 -0.1rem;
  }
}
@media (max-width: 767px) {
  .faqbox .cont {
    margin: 0;
  }
}
.faqbox .cont .item {
  width: 50%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 1199px) {
  .faqbox .cont .item {
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .faqbox .cont .item {
    padding: 0;
    width: 100%;
  }
}
.faqbox .cont .item .list {
  background-color: #fff;
  display: block;
}
.faqbox .cont .item .list .img {
  width: 100%;
  position: relative;
  padding-bottom: 48.5%;
  overflow: hidden;
}
.faqbox .cont .item .list .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.faqbox .cont .item .list .font {
  padding: 0.38rem 0.42rem 0.42rem;
}
.faqbox .cont .item .list .font .time {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .faqbox .cont .item .list .font .time {
    margin-bottom: 12px;
  }
}
.faqbox .cont .item .list .font .time i {
  display: block;
  width: 17px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .faqbox .cont .item .list .font .time i {
    width: 14px;
  }
}
.faqbox .cont .item .list .font .time i img {
  float: left;
  width: 100%;
}
.faqbox .cont .item .list .font .time .date {
  display: block;
  width: 90%;
  width: calc(100% - 17px);
  padding-left: 10px;
  color: #b5b5b5;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .faqbox .cont .item .list .font .time .date {
    width: calc(100% - 14px);
  }
}
.faqbox .cont .item .list .font .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #161b27;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 4px;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .faqbox .cont .item .list .font .tit {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.faqbox .cont .item .list .font .text {
  color: #999999;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .faqbox .cont .item .list .font .text {
    height: 44px;
    line-height: 22px;
  }
}
.faqbox .cont .item .list .font .f_but {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #e7254a;
  color: #e7254a;
  font-size: 14px;
  margin-top: 0.25rem;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .faqbox .cont .item .list .font .f_but {
    width: 100px;
    height: 36px;
    font-size: 12px;
  }
}
.faqbox .cont .item .list .font .f_but .name {
  overflow: hidden;
}
.faqbox .cont .item .list .font .f_but .name span {
  display: block;
  float: left;
}
.faqbox .cont .item .list .font .f_but .name span:nth-child(2) {
  display: none;
}
.faqbox .cont .item .list .font .f_but i {
  display: block;
  width: 10px;
  overflow: hidden;
  margin-left: 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 14px;
}
.faqbox .cont .item .list .font .f_but i img,
.faqbox .cont .item .list .font .f_but i svg {
  float: left;
  width: 100%;
  height: 100%;
}
.faqbox .cont .item .list .font .f_but i img path,
.faqbox .cont .item .list .font .f_but i svg path {
  fill: #e7254a;
}
.faqbox .cont .item.on .list .font .text {
  display: block;
}
.faqbox .cont .item.on .list .font .f_but .name span:nth-child(1) {
  display: none;
}
.faqbox .cont .item.on .list .font .f_but .name span:nth-child(2) {
  display: block;
}
.faqbox .cont .item.on .list .font .f_but i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .faqbox .basepage {
    margin-top: 0.6rem;
  }
}
/* End */
/* 关于积米 */
.abtbox-sec1 {
  background-color: #f5f5f5;
  padding: 2.1rem 0;
}
@media (max-width: 767px) {
  .abtbox-sec1 {
    padding: 1.2rem 0;
  }
}
.abtbox-sec1 .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .lt {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.abtbox-sec1 .cont .lt .fz_text {
  color: #eeeff3;
  line-height: 1;
  font-size: 3.2rem;
}
@media (max-width: 991px) {
  .abtbox-sec1 .cont .lt .fz_text {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .lt .fz_text {
    font-size: 3.2rem;
  }
}
.abtbox-sec1 .cont .lt .fz_text span {
  font-style: italic;
  font-family: 'zhengti', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333;
  background-repeat: no-repeat;
  -webkit-text-fill-color: transparent;
  /*将背景图像剪切到文本形状*/
  -webkit-background-clip: text;
  /*将背景图像剪切到文本形状*/
  background-clip: text;
  /*指定背景绘画区域*/
  background-size: auto 50vh ;
  background-position: center 10px;
}
.abtbox-sec1 .cont .lt .fz_text .na2 {
  font-size: 1.6rem;
  background-position: right center;
  background-position-x: right!important;
}
@media (max-width: 991px) {
  .abtbox-sec1 .cont .lt .fz_text .na2 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .lt .fz_text .na2 {
    font-size: 1.6rem;
  }
}
.abtbox-sec1 .cont .font {
  width: 41.5%;
}
@media (max-width: 991px) {
  .abtbox-sec1 .cont .font {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .font {
    width: 100%;
  }
}
.abtbox-sec1 .cont .font .tit {
  margin-bottom: 0.32rem;
}
.abtbox-sec1 .cont .font .text {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
@media (max-width: 1580px) {
  .abtbox-sec1 .cont .font .text {
    line-height: 26px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .abtbox-sec1 .cont .font .text {
    line-height: 24px;
  }
}
.abtbox-sec2 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.9rem;
}
.abtbox-sec2 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .abtbox-sec2 .item {
    margin-bottom: 0.8rem;
  }
}
.abtbox-sec2 .item .lt,
.abtbox-sec2 .item .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .abtbox-sec2 .item .lt,
  .abtbox-sec2 .item .gt {
    width: 100%;
  }
}
.abtbox-sec2 .item .lt {
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .abtbox-sec2 .item .lt {
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0.4rem;
  }
}
.abtbox-sec2 .item .lt .fz_img {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
}
@media (max-width: 767px) {
  .abtbox-sec2 .item .lt .fz_img {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.abtbox-sec2 .item .lt .fz_img .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.abtbox-sec2 .item .lt .fz_img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abtbox-sec2 .item .lt .fz_img:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #e7254a;
  border-radius: 50%;
  opacity: 0.2;
  top: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .abtbox-sec2 .item .lt .fz_img:before {
    width: 1rem;
    height: 1rem;
  }
}
.abtbox-sec2 .item .gt {
  padding: 0 1rem;
  padding-right: 1.7rem;
}
@media (max-width: 767px) {
  .abtbox-sec2 .item .gt {
    padding: 0;
  }
}
.abtbox-sec2 .item .gt .font {
  width: 100%;
}
.abtbox-sec2 .item .gt .font .tit {
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-bottom: 0.48rem;
}
@media (max-width: 1199px) {
  .abtbox-sec2 .item .gt .font .tit {
    line-height: 0.52rem;
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec2 .item .gt .font .tit {
    font-size: 0.4rem;
    line-height: 1.4;
  }
}
.abtbox-sec2 .item .gt .font .tit span {
  color: #e7254a;
}
.abtbox-sec2 .item .gt .font .text {
  color: #666666;
}
@media (min-width: 768px) {
  .abtbox-sec2 .item:nth-child(2n) .lt {
    order: 1;
    padding-left: 1.2rem;
  }
  .abtbox-sec2 .item:nth-child(2n) .lt .fz_img:before {
    left: initial;
    right: 0;
  }
  .abtbox-sec2 .item:nth-child(2n) .gt {
    padding-left: 1rem;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .abtbox-sec2 .item:nth-child(2n) .lt {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .abtbox-sec2 .item:nth-child(2n) .gt {
    padding: 0;
  }
}
.abtbox-sec3 {
  position: relative;
}
.abtbox-sec3 .bag {
  width: 100%;
  height: 100vh;
  position: relative;
}
.abtbox-sec3 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abtbox-sec3 .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .abtbox-sec3 .bag img:nth-child(1) {
    display: none;
  }
  .abtbox-sec3 .bag img:nth-child(2) {
    display: block;
  }
}
.abtbox-sec3 .bag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.35;
}
.abtbox-sec3 .cont {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.abtbox-sec3 .cont .container {
  text-align: center;
}
.abtbox-sec3 .cont .container .tit {
  color: #eeeff3;
  line-height: 1.2;
}
.abtbox-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 1199px) {
  .abtbox-sec4 .cont {
    margin: 0 -0.1rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec4 .cont {
    margin: 0;
  }
}
.abtbox-sec4 .cont .item {
  width: 50%;
  padding: 0 0.2rem;
  position: relative;
}
@media (max-width: 1199px) {
  .abtbox-sec4 .cont .item {
    padding: 0 0.1rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec4 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .abtbox-sec4 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.abtbox-sec4 .cont .item .list {
  display: block;
  width: 100%;
  position: relative;
}
.abtbox-sec4 .cont .item .list .img {
  width: 100%;
  position: relative;
  padding-bottom: 83.4%;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}
.abtbox-sec4 .cont .item .list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.abtbox-sec4 .cont .item .list .font {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.9rem 0.7rem;
  color: #fff;
  z-index: 3;
}
.abtbox-sec4 .cont .item .list .font .tit {
  font-size: 0.32rem;
  margin-bottom: 0.22rem;
}
@media (max-width: 1199px) {
  .abtbox-sec4 .cont .item .list .font .tit {
    line-height: 0.52rem;
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec4 .cont .item .list .font .tit {
    font-size: 0.4rem;
  }
}
.abtbox-sec4 .cont .item .list .font .xian {
  width: 64px;
  height: 3px;
  background-color: #e7254a;
}
@media (max-width: 1580px) {
  .abtbox-sec4 .cont .item .list .font .xian {
    width: 50px;
    height: 2px;
  }
}
.abtbox-sec4 .cont .item .list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
/* End */
/* 新闻资讯 */
.newsbox {
  background-color: #f5f5f5;
}
.newsbox .retrieval {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .newsbox .retrieval {
    margin-bottom: 0.56rem;
  }
}
.newsbox .retrieval .lt {
  width: calc(100% - 4.5rem - 1px);
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #333333;
  padding: 0.18rem 0.3rem;
}
@media (max-width: 767px) {
  .newsbox .retrieval .lt {
    padding: 0.22rem 0.4rem;
    width: 100%;
    border-bottom: 4px solid #f5f5f5;
  }
}
.newsbox .retrieval .lt span {
  color: #e7254a;
}
.newsbox .retrieval .gt {
  width: 4.5rem;
}
@media (max-width: 767px) {
  .newsbox .retrieval .gt {
    width: 100%;
  }
}
.newsbox .retrieval .gt .form {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 0.18rem 0.2rem;
}
@media (max-width: 767px) {
  .newsbox .retrieval .gt .form {
    padding: 0.22rem 0.4rem;
  }
}
.newsbox .retrieval .gt .form input {
  width: calc(100% - 0.22rem);
  padding-right: 0.2rem;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 991px) {
  .newsbox .retrieval .gt .form input {
    width: calc(100% - 0.36rem);
  }
}
.newsbox .retrieval .gt .form .f_sub {
  width: 0.22rem;
}
@media (max-width: 991px) {
  .newsbox .retrieval .gt .form .f_sub {
    width: 0.36rem;
  }
}
.newsbox .retrieval .gt .form .f_sub img,
.newsbox .retrieval .gt .form .f_sub svg {
  float: left;
  width: 100%;
}
.newsbox .retrieval .gt .form .f_sub img path,
.newsbox .retrieval .gt .form .f_sub svg path {
  fill: #e6e6e6;
}
.newsbox .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}
@media (max-width: 1580px) {
  .newsbox .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .newsbox .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .newsbox .cont {
    margin: 0;
  }
}
.newsbox .cont .item {
  width: 33.333%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}
@media (max-width: 1580px) {
  .newsbox .cont .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .newsbox .cont .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .newsbox .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .newsbox .cont .item:last-child {
    margin-bottom: 0;
  }
}
.newsbox .cont .item .list {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.newsbox .cont .item .list .img {
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.newsbox .cont .item .list .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsbox .cont .item .list .font {
  padding: 0.3rem 0.3rem 0.46rem;
}
.newsbox .cont .item .list .font .time {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .newsbox .cont .item .list .font .time {
    margin-bottom: 12px;
  }
}
.newsbox .cont .item .list .font .time i {
  display: block;
  width: 17px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .newsbox .cont .item .list .font .time i {
    width: 14px;
  }
}
.newsbox .cont .item .list .font .time i img {
  float: left;
  width: 100%;
}
.newsbox .cont .item .list .font .time .date {
  display: block;
  width: 90%;
  width: calc(100% - 17px);
  padding-left: 10px;
  color: #b5b5b5;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .newsbox .cont .item .list .font .time .date {
    width: calc(100% - 14px);
  }
}
.newsbox .cont .item .list .font .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #161b27;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .newsbox .cont .item .list .font .tit {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.newsbox .cont .item .list .font .text {
  color: #999999;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .newsbox .cont .item .list .font .text {
    height: 44px;
    line-height: 22px;
  }
}
.newsbox .cont .item .list .font .hm_but {
  margin-top: 0.24rem;
  justify-content: center;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #e7254a;
}
@media (max-width: 1580px) {
  .newsbox .cont .item .list .font .hm_but {
    width: 120px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .newsbox .cont .item .list .font .hm_but {
    width: 110px;
    height: 32px;
  }
}
.newsbox .cont .item .list .font .hm_but span {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 767px) {
  .newsbox .cont .item .list .font .hm_but span {
    font-size: 12px;
  }
}
.newsbox .cont .item .list .font .hm_but i {
  margin-left: 12px;
}
@media (max-width: 1580px) {
  .newsbox .cont .item .list .font .hm_but i {
    margin-left: 8px;
  }
}
@media (min-width: 1200px) {
  .newsbox .cont .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .newsbox .cont .item .list:hover .font .tit {
    color: #e7254a;
  }
  .newsbox .cont .item .list:hover .font .hm_but i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media (min-width: 1200px) and (min-width: 1581px) {
  .newsbox .cont .item .list:hover .font .hm_but i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.newsbox .basepage {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .newsbox .basepage {
    margin-top: 0.7rem;
  }
}
/* End */
/* 新闻详情 */
.newsinfo {
  background-color: #f5f5f5;
}
.newsinfo_tit {
  text-align: center;
  margin-bottom: 0.52rem;
}
@media (max-width: 767px) {
  .newsinfo_tit {
    margin-bottom: 0.7rem;
  }
}
.newsinfo-sec1 {
  padding-top: 0.66rem;
}
.newsinfo-sec1 .container .cont {
  margin: 0 auto;
  width: 72.2%;
}
@media (max-width: 991px) {
  .newsinfo-sec1 .container .cont {
    width: 100%;
  }
}
.newsinfo-sec1 .container .cont .tit {
  color: #161b27;
  font-size: 22px;
  margin-bottom: 2px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .container .cont .tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .newsinfo-sec1 .container .cont .tit {
    margin-bottom: 6px;
  }
}
.newsinfo-sec1 .container .cont .text {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #999999;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .container .cont .text {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.newsinfo-sec1 .container .cont .jut {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
.newsinfo-sec1 .container .cont .jut .time {
  display: flex;
  align-items: center;
}
.newsinfo-sec1 .container .cont .jut .time i {
  display: block;
  width: 17px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .container .cont .jut .time i {
    width: 14px;
  }
}
.newsinfo-sec1 .container .cont .jut .time i img {
  float: left;
  width: 100%;
}
.newsinfo-sec1 .container .cont .jut .time .date {
  display: block;
  width: 90%;
  width: calc(100% - 17px);
  padding-left: 10px;
  color: #b5b5b5;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .container .cont .jut .time .date {
    width: calc(100% - 14px);
  }
}
.newsinfo-sec1 .container .cont .jut .fen {
  display: flex;
  align-items: center;
}
.newsinfo-sec1 .container .cont .jut .fen .name {
  font-size: 14px;
  color: #b5b5b5;
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .container .cont .jut .fen .name {
    margin-left: 16px;
  }
}
.newsinfo-sec1 .container .cont .jut .fen .list {
  display: flex;
  align-items: center;
}
.newsinfo-sec1 .container .cont .jut .fen .list a {
  display: block;
  background-color: #e4e4e4;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  background-position: center;
  background-size: 66%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .container .cont .jut .fen .list a {
    width: 28px;
    height: 28px;
  }
}
.newsinfo-sec1 .container .cont .jut .fen .list a:last-child {
  margin-right: 0;
}
.newsinfo-sec1 .container .cont .jut .fen .list a:hover {
  background-color: #e7254a;
}
.newsinfo-sec1 .container .cont .jut .fen .list .bshare-weixin {
  background-image: url(../images/weixinimfaz1.svg);
}
.newsinfo-sec1 .container .cont .jut .fen .list .bshare-weixin:hover {
  background-image: url(../images/weixinimfaz1-1.svg);
}
.newsinfo-sec1 .container .cont .jut .fen .list .bshare-sinaminiblog {
  background-image: url(../images/weixinimfaz2.svg);
}
.newsinfo-sec1 .container .cont .jut .fen .list .bshare-sinaminiblog:hover {
  background-image: url(../images/weixinimfaz2-1.svg);
}
.newsinfo-sec1 .container .cont .jut .fen .list .bshare-qqim {
  background-image: url(../images/weixinimfaz3.svg);
}
.newsinfo-sec1 .container .cont .jut .fen .list .bshare-qqim:hover {
  background-image: url(../images/weixinimfaz3-1.svg);
}
.newsinfo-sec1 .container .cont .make-text {
  padding: 0.38rem 0;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .container .cont .make-text {
    padding: 0.6rem 0;
  }
}
.newsinfo-sec1 .container .cont .qie {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .container .cont .qie {
    flex-wrap: wrap;
  }
}
.newsinfo-sec1 .container .cont .qie a {
  display: block;
}
.newsinfo-sec1 .container .cont .qie a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #e4e4e4;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsinfo-sec1 .container .cont .qie a i img {
  float: left;
}
.newsinfo-sec1 .container .cont .qie a i img:nth-child(2) {
  display: none;
}
.newsinfo-sec1 .container .cont .qie a span {
  width: calc(100% - 0.6rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #999999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .container .cont .qie a span {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .newsinfo-sec1 .container .cont .qie a span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newsinfo-sec1 .container .cont .qie a span {
    font-size: 14px;
  }
}
.newsinfo-sec1 .container .cont .qie a:hover span {
  color: #e7254a;
}
.newsinfo-sec1 .container .cont .qie a:hover i {
  background-color: #e7254a;
}
.newsinfo-sec1 .container .cont .qie a:hover i img:nth-child(1) {
  display: none;
}
.newsinfo-sec1 .container .cont .qie a:hover i img:nth-child(2) {
  display: block;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .container .cont .qie .cent {
    width: 30%;
    display: flex;
    align-items: center;
  }
}
.newsinfo-sec1 .container .cont .qie .cent i img {
  width: 14px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .container .cont .qie .cent i img {
    width: 10px;
  }
}
.newsinfo-sec1 .container .cont .qie .cent span {
  padding-left: 0.22rem;
}
@media (min-width: 768px) {
  .newsinfo-sec1 .container .cont .qie .cent span {
    display: none;
  }
}
.newsinfo-sec1 .container .cont .qie .prev,
.newsinfo-sec1 .container .cont .qie .next {
  width: 40%;
  width: calc(50% - 50px);
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .container .cont .qie .prev,
  .newsinfo-sec1 .container .cont .qie .next {
    width: calc(50% - 45px);
  }
}
@media (max-width: 991px) {
  .newsinfo-sec1 .container .cont .qie .prev,
  .newsinfo-sec1 .container .cont .qie .next {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .newsinfo-sec1 .container .cont .qie .prev,
  .newsinfo-sec1 .container .cont .qie .next {
    width: 62%;
  }
}
.newsinfo-sec1 .container .cont .qie .prev i svg,
.newsinfo-sec1 .container .cont .qie .next i svg {
  width: 16px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .container .cont .qie .prev i svg,
  .newsinfo-sec1 .container .cont .qie .next i svg {
    width: 14px;
  }
}
.newsinfo-sec1 .container .cont .qie .prev i svg path,
.newsinfo-sec1 .container .cont .qie .next i svg path {
  fill: #999;
}
.newsinfo-sec1 .container .cont .qie .prev i img,
.newsinfo-sec1 .container .cont .qie .next i img {
  display: none;
  width: 22px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .container .cont .qie .prev i img,
  .newsinfo-sec1 .container .cont .qie .next i img {
    width: 18px;
  }
}
@media (max-width: 1199px) {
  .newsinfo-sec1 .container .cont .qie .prev i img,
  .newsinfo-sec1 .container .cont .qie .next i img {
    width: 14px;
  }
}
.newsinfo-sec1 .container .cont .qie .prev:hover svg,
.newsinfo-sec1 .container .cont .qie .next:hover svg {
  display: none;
}
.newsinfo-sec1 .container .cont .qie .prev {
  justify-content: flex-end;
}
.newsinfo-sec1 .container .cont .qie .prev span {
  padding-right: 0.3rem;
  text-align: right;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .container .cont .qie .prev span {
    order: 1;
    text-align: left;
    padding-right: 0;
    padding-left: 0.22rem;
  }
}
@media (max-width: 767px) {
  .newsinfo-sec1 .container .cont .qie .next {
    margin-top: 12px;
  }
}
.newsinfo-sec1 .container .cont .qie .next span {
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .container .cont .qie .next span {
    padding-left: 0.22rem;
  }
}
.newsinfo-sec2 {
  overflow: hidden;
}
.newsinfo-sec2 .cont {
  position: relative;
  margin: 0 -12.5px;
}
@media (max-width: 1580px) {
  .newsinfo-sec2 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .newsinfo-sec2 .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
}
.newsinfo-sec2 .cont .newsinfo2_cont {
  width: 100%;
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide {
  padding: 0 12.5px;
}
@media (max-width: 1580px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide:last-child {
    margin-bottom: 0;
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .img {
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font {
  padding: 0.3rem 0.3rem 0.46rem;
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .time {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .time {
    margin-bottom: 12px;
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .time i {
  display: block;
  width: 17px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .time i {
    width: 14px;
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .time i img {
  float: left;
  width: 100%;
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .time .date {
  display: block;
  width: 90%;
  width: calc(100% - 17px);
  padding-left: 10px;
  color: #b5b5b5;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .time .date {
    width: calc(100% - 14px);
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #161b27;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .tit {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .text {
  color: #999999;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .text {
    height: 44px;
    line-height: 22px;
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .hm_but {
  margin-top: 0.24rem;
  justify-content: center;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #e7254a;
}
@media (max-width: 1580px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .hm_but {
    width: 120px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .hm_but {
    width: 110px;
    height: 32px;
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .hm_but span {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 767px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .hm_but span {
    font-size: 12px;
  }
}
.newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .hm_but i {
  margin-left: 12px;
}
@media (max-width: 1580px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list .font .hm_but i {
    margin-left: 8px;
  }
}
@media (min-width: 1200px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list:hover .font .tit {
    color: #e7254a;
  }
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list:hover .font .hm_but i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media (min-width: 1200px) and (min-width: 1581px) {
  .newsinfo-sec2 .cont .newsinfo2_cont .swiper-slide .list:hover .font .hm_but i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.newsinfo-sec2 .cont .newsinfo2-prev,
.newsinfo-sec2 .cont .newsinfo2-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  opacity: 0.2;
  background: none;
  width: 0.6rem;
  z-index: 3;
  height: 0.8rem;
}
@media (max-width: 767px) {
  .newsinfo-sec2 .cont .newsinfo2-prev,
  .newsinfo-sec2 .cont .newsinfo2-next {
    display: none;
  }
}
.newsinfo-sec2 .cont .newsinfo2-prev svg,
.newsinfo-sec2 .cont .newsinfo2-next svg {
  width: 100%;
  max-height: 100%;
}
.newsinfo-sec2 .cont .newsinfo2-prev svg path,
.newsinfo-sec2 .cont .newsinfo2-next svg path {
  fill: #000;
}
.newsinfo-sec2 .cont .newsinfo2-prev:hover,
.newsinfo-sec2 .cont .newsinfo2-next:hover {
  opacity: 1;
}
.newsinfo-sec2 .cont .newsinfo2-prev:hover svg path,
.newsinfo-sec2 .cont .newsinfo2-next:hover svg path {
  fill: #e7254a;
}
.newsinfo-sec2 .cont .newsinfo2-prev {
  left: -0.6rem;
}
.newsinfo-sec2 .cont .newsinfo2-next {
  right: -0.6rem;
}
.newsinfo-sec2 .cont:after,
.newsinfo-sec2 .cont:before {
  content: "";
  display: block;
  height: 100%;
  width: 3.4rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.newsinfo-sec2 .cont:before {
  -webkit-transform: translateX(-60%);
  transform: translateX(-56%);
  background-image: url(../images/leftjianbianimgfa1.png);
  background-position: right top;
}
.newsinfo-sec2 .cont:after {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  background-image: url(../images/leftjianbianimgfa2.png);
  background-position: left top;
  right: 0;
}
/* End */
/* 积米故事 */
.storybox {
  background-color: #f5f5f5;
}
.storybox-sec1 .cont {
  position: relative;
}
.storybox-sec1 .cont .storybox1_cont {
  width: 100%;
}
.storybox-sec1 .cont .storybox1_cont .item {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.storybox-sec1 .cont .storybox1_cont .item .lt,
.storybox-sec1 .cont .storybox1_cont .item .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .storybox-sec1 .cont .storybox1_cont .item .lt,
  .storybox-sec1 .cont .storybox1_cont .item .gt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .storybox-sec1 .cont .storybox1_cont .item .lt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
  }
}
.storybox-sec1 .cont .storybox1_cont .item .lt .f_img {
  width: 5.6rem;
  height: 5.6rem;
  position: relative;
}
.storybox-sec1 .cont .storybox1_cont .item .lt .f_img .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.storybox-sec1 .cont .storybox1_cont .item .lt .f_img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.storybox-sec1 .cont .storybox1_cont .item .lt .f_img .fz_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #e7254a;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 22px;
  font-size: 18px;
  padding: 0 0.16rem;
}
@media (max-width: 1580px) {
  .storybox-sec1 .cont .storybox1_cont .item .lt .f_img .fz_title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .storybox-sec1 .cont .storybox1_cont .item .lt .f_img .fz_title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .storybox-sec1 .cont .storybox1_cont .item .lt .f_img .fz_title {
    font-size: 0.26rem;
    padding: 0 0.06rem;
  }
}
.storybox-sec1 .cont .storybox1_cont .item .gt .font {
  width: 100%;
}
.storybox-sec1 .cont .storybox1_cont .item .gt .font .tit {
  margin-bottom: 12px;
}
.storybox-sec1 .cont .storybox1_cont .item .gt .font .text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #999999;
  line-height: 30px;
  height: 60px;
  margin-bottom: 0.6rem;
}
@media (max-width: 1580px) {
  .storybox-sec1 .cont .storybox1_cont .item .gt .font .text {
    height: 52px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .storybox-sec1 .cont .storybox1_cont .item .gt .font .text {
    line-height: 24px;
    height: 48px;
  }
}
.storybox-sec1 .cont .storybox1_cont .item .gt .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #e7254a;
}
@media (max-width: 1580px) {
  .storybox-sec1 .cont .storybox1_cont .item .gt .font .but {
    width: 120px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .storybox-sec1 .cont .storybox1_cont .item .gt .font .but {
    width: 110px;
    height: 32px;
  }
}
.storybox-sec1 .cont .storybox1_cont .item .gt .font .but span {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 767px) {
  .storybox-sec1 .cont .storybox1_cont .item .gt .font .but span {
    font-size: 12px;
  }
}
.storybox-sec1 .cont .storybox1_cont .item .gt .font .but i {
  margin-left: 12px;
}
@media (max-width: 1580px) {
  .storybox-sec1 .cont .storybox1_cont .item .gt .font .but i {
    margin-left: 8px;
  }
}
.storybox-sec1 .cont .storybox1-prev,
.storybox-sec1 .cont .storybox1-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  opacity: 0.2;
  background: none;
  width: 0.6rem;
  z-index: 3;
  height: 0.8rem;
}
@media (max-width: 767px) {
  .storybox-sec1 .cont .storybox1-prev,
  .storybox-sec1 .cont .storybox1-next {
    display: none;
  }
}
.storybox-sec1 .cont .storybox1-prev svg,
.storybox-sec1 .cont .storybox1-next svg {
  width: 100%;
  max-height: 100%;
}
.storybox-sec1 .cont .storybox1-prev svg path,
.storybox-sec1 .cont .storybox1-next svg path {
  fill: #000;
}
.storybox-sec1 .cont .storybox1-prev:hover,
.storybox-sec1 .cont .storybox1-next:hover {
  opacity: 1;
}
.storybox-sec1 .cont .storybox1-prev:hover svg path,
.storybox-sec1 .cont .storybox1-next:hover svg path {
  fill: #e7254a;
}
.storybox-sec1 .cont .storybox1-prev {
  left: -1.1rem;
}
.storybox-sec1 .cont .storybox1-next {
  right: -1.1rem;
}
.storybox .newsbox {
  padding-top: 0;
}
/* End */
/* 积米故事详情 */
.storyinfo-sec1 .fz_but {
  font-weight: normal;
  margin-bottom: 0.2rem;
}
.storyinfo-sec1 .fz_but i {
  margin-right: 10px;
  margin-left: 0;
  width: 16px;
}
.storyinfo-sec1 .fz_but i svg {
  height: 20px;
}
@media (min-width: 1200px) {
  .storyinfo-sec1 .fz_but:hover i {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
.storyinfo-sec2 {
  padding-bottom: 0;
  overflow: hidden;
}
.storyinfo-sec2 .cont {
  padding: 0 0.46rem;
  position: relative;
}
.storyinfo-sec2 .cont .storyinfo2_cont {
  width: 100%;
}
.storyinfo-sec2 .cont .storyinfo2_cont .swiper-slide {
  padding: 0 0.13rem;
}
.storyinfo-sec2 .cont .storyinfo2_cont .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.storyinfo-sec2 .cont .storyinfo2_cont .item .f_img {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .storyinfo-sec2 .cont .storyinfo2_cont .item .f_img {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.storyinfo-sec2 .cont .storyinfo2_cont .item .f_img .img {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.storyinfo-sec2 .cont .storyinfo2_cont .item .f_img .img img {
  max-width: 70%;
  max-height: 80%;
  object-fit: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.storyinfo-sec2 .cont .storyinfo2_cont .item .f_img .f_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  background-color: rgba(231, 45, 74, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.storyinfo-sec2 .cont .storyinfo2_cont .item .f_img .f_icon img {
  width: 32.5%;
}
.storyinfo-sec2 .cont .storyinfo2_cont .item .font {
  color: #111111;
  width: 100%;
  padding-top: 0.24rem;
}
.storyinfo-sec2 .cont .storyinfo2_cont .item .font .tit {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 22px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .storyinfo-sec2 .cont .storyinfo2_cont .item .font .tit {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .storyinfo-sec2 .cont .storyinfo2_cont .item .font .tit {
    font-size: 18px;
  }
}
.storyinfo-sec2 .cont .storyinfo2_cont .item .font .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  width: 100%;
}
@media (min-width: 1200px) {
  .storyinfo-sec2 .cont .storyinfo2_cont .item:hover .f_img .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .storyinfo-sec2 .cont .storyinfo2_cont .item:hover .f_img .f_icon {
    opacity: 1;
  }
  .storyinfo-sec2 .cont .storyinfo2_cont .item:hover .font .tit {
    color: #e7254a;
  }
}
.storyinfo-sec2 .cont:after,
.storyinfo-sec2 .cont:before {
  content: "";
  display: block;
  height: 100%;
  width: 3.4rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.storyinfo-sec2 .cont:before {
  -webkit-transform: translateX(-68%);
  transform: translateX(-68%);
  background-image: url(../images/leftjianbianimgfa1.png);
  background-position: right top;
}
.storyinfo-sec2 .cont:after {
  -webkit-transform: translateX(60%);
  transform: translateX(60%);
  background-image: url(../images/leftjianbianimgfa2.png);
  background-position: left top;
  right: 0;
}
/* End */
/* 零售体验店 */
.experbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.experbox .map {
  width: 130%;
  margin-left: 15%;
  position: relative;
  left: -15%;
  height: 100vh;
  max-height: 9rem;
}
@media (max-width: 991px) {
  .experbox .map {
    height: 6rem;
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .experbox .map {
    height: 5rem;
  }
}
@media (min-width: 992px) {
  .experbox .cont {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .experbox .cont .container {
    height: 0;
  }
}
.experbox .cont .container .lt {
  width: 50%;
  max-width: 680px;
  padding: 0.5rem 0.6rem;
  background-color: #fff;
  padding-right: 0.4rem;
}
@media (max-width: 991px) {
  .experbox .cont .container .lt {
    width: 100%;
    max-width: 100%;
    padding: 0.6rem 0;
  }
}
@media (min-width: 992px) {
  .experbox .cont .container .lt {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
.experbox .cont .container .lt .fz_tit {
  line-height: 1;
  margin-bottom: 10px;
  color: #111111;
}
.experbox .cont .container .lt .name {
  color: #111111;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .experbox .cont .container .lt .name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .experbox .cont .container .lt .name {
    font-size: 14px;
  }
}
.experbox .cont .container .lt .form .f_sear {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e2e2e2;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .experbox .cont .container .lt .form .f_sear {
    margin-bottom: 16px;
  }
}
.experbox .cont .container .lt .form .f_sear input {
  width: calc(100% - 34px);
  padding: 18px 0;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1580px) {
  .experbox .cont .container .lt .form .f_sear input {
    padding: 16px 0;
    font-size: 14px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 1199px) {
  .experbox .cont .container .lt .form .f_sear input {
    padding: 14px 0;
  }
}
.experbox .cont .container .lt .form .f_sear .f_sub {
  overflow: hidden;
  width: 24px;
}
@media (max-width: 1580px) {
  .experbox .cont .container .lt .form .f_sear .f_sub {
    width: 20px;
  }
}
.experbox .cont .container .lt .form .f_sear .f_sub img,
.experbox .cont .container .lt .form .f_sear .f_sub svg {
  width: 100%;
  float: left;
}
.experbox .cont .container .lt .form .f_sear .f_sub img path,
.experbox .cont .container .lt .form .f_sear .f_sub svg path {
  fill: #676767;
}
.experbox .cont .container .lt .form .f_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1580px) {
  .experbox .cont .container .lt .form .f_list {
    margin: 0 -8px;
  }
}
@media (max-width: 991px) {
  .experbox .cont .container .lt .form .f_list {
    margin: 0 -5px;
  }
}
.experbox .cont .container .lt .form .f_list .f_sele {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .experbox .cont .container .lt .form .f_list .f_sele {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .experbox .cont .container .lt .form .f_list .f_sele {
    padding: 0 5px;
  }
}
@media (max-width: 567px) {
  .experbox .cont .container .lt .form .f_list .f_sele {
    width: 100%;
  }
}
.experbox .cont .container .lt .form .f_list .f_sele select {
  border: 1px solid #e2e2e2;
  font-size: 16px;
  color: #999999;
  width: 100%;
  background: url(../images/seleiocnim1.png) 90% center / 10px no-repeat;
  padding: 18px 15px;
}
@media (max-width: 1580px) {
  .experbox .cont .container .lt .form .f_list .f_sele select {
    padding: 16px 15px;
  }
}
@media (max-width: 1199px) {
  .experbox .cont .container .lt .form .f_list .f_sele select {
    padding: 14px 13px;
  }
}
.experbox .cont .container .lt .jut {
  width: 100%;
  overflow: auto;
  height: 3.4rem;
  padding-right: 0.2rem;
}
.experbox .cont .container .lt .jut::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.experbox .cont .container .lt .jut::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #e7254a;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.experbox .cont .container .lt .jut::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.experbox .cont .container .lt .jut .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.24rem 0;
  border-bottom: 1px solid #f5f5f5;
}
.experbox .cont .container .lt .jut .li .list {
  display: flex;
  align-items: center;
  color: #111111;
  width: calc(100% - 24px);
}
.experbox .cont .container .lt .jut .li .list i {
  display: block;
  width: 0.32rem;
  overflow: hidden;
}
.experbox .cont .container .lt .jut .li .list i img {
  width: 100%;
  float: left;
}
.experbox .cont .container .lt .jut .li .list .font {
  width: calc(100% - 0.32rem);
  padding-left: 0.3rem;
}
@media (max-width: 991px) {
  .experbox .cont .container .lt .jut .li .list .font {
    padding-left: 0.24rem;
  }
}
.experbox .cont .container .lt .jut .li .list .font .tit {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #111111;
  margin-bottom: 2px;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .experbox .cont .container .lt .jut .li .list .font .tit {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .experbox .cont .container .lt .jut .li .list .font .tit {
    font-size: 18px;
  }
}
.experbox .cont .container .lt .jut .li .list .font .text {
  width: 100%;
  color: #666666;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .experbox .cont .container .lt .jut .li .list .font .text {
    font-size: 14px;
  }
}
.experbox .cont .container .lt .jut .li .but {
  display: block;
  width: 12px;
  overflow: hidden;
}
.experbox .cont .container .lt .jut .li .but img,
.experbox .cont .container .lt .jut .li .but svg {
  float: left;
  width: 100%;
}
.experbox .cont .container .lt .jut .li .but img path,
.experbox .cont .container .lt .jut .li .but svg path {
  fill: #ddd;
}
.experbox .cont .container .lt .jut .li .but svg {
  height: 20px;
}
.experbox .cont .container .lt .basepage {
  margin-top: 0.3rem;
  padding: 0;
  border: none;
}
.experbox .cont .container .lt .basepage .page {
  max-width: 100%;
  width: 100%;
}
/* End */
/* 产品说明 */
.specifbox .cont .item .list .font .hm_but i {
  width: 14px;
}
@media (min-width: 1200px) {
  .specifbox .cont .item .list:hover .font .hm_but i {
    transform: translate(0);
  }
}
/* End */
/* 维修&补发零件 */
.partbox {
  background-color: #f5f5f5;
}
@media (min-width: 1200px) {
  .partbox {
    padding-top: 0.8rem;
  }
}
.partbox .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 991px) {
  .partbox .cont {
    margin: 0 0 0.5rem;
  }
}
.partbox .cont .lt,
.partbox .cont .gt {
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .partbox .cont .lt,
  .partbox .cont .gt {
    padding: 0;
  }
}
.partbox .cont .lt {
  width: 70%;
}
@media (max-width: 991px) {
  .partbox .cont .lt {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.partbox .cont .lt .serial {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 0.4rem;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .serial {
    padding: 34px;
  }
}
@media (max-width: 767px) {
  .partbox .cont .lt .serial {
    padding: 0.7rem 0.6rem;
  }
}
.partbox .cont .lt .serial .form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .serial .form {
    margin-bottom: 18px;
  }
}
.partbox .cont .lt .serial .form .name {
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .serial .form .name {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .partbox .cont .lt .serial .form .name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .partbox .cont .lt .serial .form .name {
    font-size: 16px;
    width: 100%;
    margin-bottom: 0.22rem;
  }
}
.partbox .cont .lt .serial .form .jut {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60%;
  width: calc(100% - 190px);
}
@media (max-width: 1580px) {
  .partbox .cont .lt .serial .form .jut {
    width: calc(100% - 170px);
  }
}
@media (max-width: 991px) {
  .partbox .cont .lt .serial .form .jut {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .partbox .cont .lt .serial .form .jut {
    width: 100%;
  }
}
.partbox .cont .lt .serial .form .jut .li {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  width: calc(33.333% - 10px);
}
@media (max-width: 1580px) {
  .partbox .cont .lt .serial .form .jut .li {
    width: calc(33.333% - 5px);
  }
}
@media (max-width: 767px) {
  .partbox .cont .lt .serial .form .jut .li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .partbox .cont .lt .serial .form .jut .li:last-child {
    margin-bottom: 0;
  }
}
.partbox .cont .lt .serial .form .jut .li input,
.partbox .cont .lt .serial .form .jut .li select {
  width: 100%;
  font-size: 14px;
  color: #999999;
}
.partbox .cont .lt .serial .form .jut .li select {
  background-image: url(../images/selebagimg1.svg);
  background-position: 88% center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding: 14px 20px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .serial .form .jut .li select {
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .partbox .cont .lt .serial .form .jut .li select {
    background-position: 94% center;
    background-position: calc(100% - 14px) center;
  }
}
.partbox .cont .lt .serial .form .jut .li .int {
  width: 100%;
}
.partbox .cont .lt .serial .form .jut .fz_in {
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .serial .form .jut .fz_in {
    padding: 12px 14px;
  }
}
.partbox .cont .lt .serial .form .jut .fz_in .int {
  width: 70%;
  width: calc(100% - 16px);
}
@media (max-width: 1580px) {
  .partbox .cont .lt .serial .form .jut .fz_in .int {
    width: calc(100% - 12px);
  }
}
.partbox .cont .lt .serial .form .jut .fz_in .int input {
  padding: 0;
}
.partbox .cont .lt .serial .form .jut .fz_in .int input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.partbox .cont .lt .serial .form .jut .fz_in .int input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.partbox .cont .lt .serial .form .jut .fz_in .int input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.partbox .cont .lt .serial .form .jut .fz_in i {
  overflow: hidden;
  display: block;
  width: 16px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .serial .form .jut .fz_in i {
    width: 12px;
  }
}
.partbox .cont .lt .serial .form .jut .fz_in i img {
  width: 100%;
  float: left;
}
.partbox .cont .lt .serial .f_tit {
  color: #333333;
  font-size: 18px;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .serial .f_tit {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .partbox .cont .lt .serial .f_tit {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .partbox .cont .lt .serial .f_tit {
    font-size: 16px;
    width: 100%;
    margin-bottom: 0.22rem;
  }
}
.partbox .cont .lt .serial .f_zhong {
  width: 100%;
}
.partbox .cont .lt .serial .f_zhong label {
  color: #666666;
  font-size: 14px;
  position: relative;
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  align-items: center;
}
.partbox .cont .lt .serial .f_zhong label input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.partbox .cont .lt .serial .f_zhong label i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px #cccccc;
}
@media (min-width: 1581px) {
  .partbox .cont .lt .serial .f_zhong label i {
    border-width: 1px;
  }
}
.partbox .cont .lt .serial .f_zhong label span {
  display: block;
  width: calc(100% - 10px);
  padding-left: 14px;
}
@media (max-width: 1199px) {
  .partbox .cont .lt .serial .f_zhong label span {
    padding-left: 10px;
  }
}
.partbox .cont .lt .serial .f_zhong label input:checked ~ i {
  border-color: #e7254a;
  background-color: #e7254a;
}
.partbox .cont .lt .serial .f_zhong label input:checked ~ span {
  color: #e7254a;
}
.partbox .cont .lt .role {
  border-radius: 10px;
  background-color: #fff;
  padding: 0.35rem 40px 40px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .role {
    padding: 34px;
  }
}
@media (max-width: 767px) {
  .partbox .cont .lt .role {
    padding: 0.7rem 0.6rem;
  }
}
.partbox .cont .lt .role .fz_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .role .fz_title {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .partbox .cont .lt .role .fz_title {
    margin-bottom: 15px;
  }
}
.partbox .cont .lt .role .fz_title .name {
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .role .fz_title .name {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .partbox .cont .lt .role .fz_title .name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .partbox .cont .lt .role .fz_title .name {
    font-size: 16px;
    width: 100%;
    margin-bottom: 0.14rem;
  }
}
.partbox .cont .lt .role .fz_title .jut {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  width: calc(100% - 190px);
}
@media (max-width: 1580px) {
  .partbox .cont .lt .role .fz_title .jut {
    width: calc(100% - 170px);
  }
}
@media (max-width: 991px) {
  .partbox .cont .lt .role .fz_title .jut {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .partbox .cont .lt .role .fz_title .jut {
    width: 100%;
  }
}
.partbox .cont .lt .role .fz_title .jut label {
  color: #666666;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
}
.partbox .cont .lt .role .fz_title .jut label input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.partbox .cont .lt .role .fz_title .jut label i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px #cccccc;
}
@media (min-width: 1581px) {
  .partbox .cont .lt .role .fz_title .jut label i {
    border-width: 1px;
  }
}
.partbox .cont .lt .role .fz_title .jut label span {
  display: block;
  width: calc(100% - 10px);
  padding-left: 14px;
}
@media (max-width: 1199px) {
  .partbox .cont .lt .role .fz_title .jut label span {
    padding-left: 10px;
  }
}
.partbox .cont .lt .role .fz_title .jut label input:checked ~ i {
  border-color: #e7254a;
  background-color: #e7254a;
}
.partbox .cont .lt .role .fz_title .jut label input:checked ~ span {
  color: #e7254a;
}
.partbox .cont .lt .role .f_menu {
  width: 100%;
}
.partbox .cont .lt .role .f_menu .nei {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .role .f_menu .nei {
    margin: 0 -5px;
  }
}
.partbox .cont .lt .role .f_menu .nei .int {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .role .f_menu .nei .int {
    padding: 0 5px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .partbox .cont .lt .role .f_menu .nei .int {
    margin-bottom: 0.2rem;
    width: 100%;
  }
}
.partbox .cont .lt .role .f_menu .nei .int input,
.partbox .cont .lt .role .f_menu .nei .int textarea {
  width: 100%;
  background-color: #f5f5f5;
  padding: 14px 20px;
  border-radius: 5px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .role .f_menu .nei .int input,
  .partbox .cont .lt .role .f_menu .nei .int textarea {
    padding: 12px 16px;
  }
}
.partbox .cont .lt .role .f_menu .nei .int textarea {
  height: 120px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .role .f_menu .nei .int textarea {
    height: 100px;
  }
}
.partbox .cont .lt .role .f_menu .usename {
  display: none;
}
.partbox .cont .lt .role .f_menu .usename .int {
  width: 100%;
}
.partbox .cont .lt .role .f_menu .usename.on {
  display: flex;
}
.partbox .cont .lt .role .f_menu .textarea .int {
  width: 100%;
}
.partbox .cont .lt .role .f_menu .fz_but {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .partbox .cont .lt .role .f_menu .fz_but {
    justify-content: space-between;
  }
}
.partbox .cont .lt .role .f_menu .fz_but .but {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 120px;
  height: 50px;
  background-color: #1c222c;
  border-radius: 5px;
  color: #fff;
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .partbox .cont .lt .role .f_menu .fz_but .but {
    margin-right: 10px;
    height: 43px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .partbox .cont .lt .role .f_menu .fz_but .but {
    width: calc(50% - 5px);
  }
}
.partbox .cont .lt .role .f_menu .fz_but .but:last-child {
  margin-right: 0;
}
.partbox .cont .lt .role .f_menu .fz_but .but:hover {
  background-color: #e7254a;
}
.partbox .cont .gt {
  width: 30%;
}
@media (max-width: 991px) {
  .partbox .cont .gt {
    width: 100%;
  }
}
.partbox .cont .gt .fz_jut {
  width: 100%;
  margin-bottom: 0.4rem;
}
.partbox .cont .gt .fz_jut .item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.partbox .cont .gt .fz_jut .item .img {
  width: 100%;
  position: relative;
  height: 334px;
}
@media (max-width: 1580px) {
  .partbox .cont .gt .fz_jut .item .img {
    height: 306px;
  }
}
@media (max-width: 991px) {
  .partbox .cont .gt .fz_jut .item .img {
    height: auto;
    padding-bottom: 85%;
  }
}
.partbox .cont .gt .fz_jut .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.partbox .cont .gt .fz_jut .item .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/jianbianimrzz1.png);
  background-size: cover;
  background-position: left bottom;
}
.partbox .cont .gt .fz_jut .item .font {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.34rem 0.4rem;
  padding-right: 0.7rem;
}
.partbox .cont .gt .fz_jut .item .font .tit {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (max-width: 1580px) {
  .partbox .cont .gt .fz_jut .item .font .tit {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .partbox .cont .gt .fz_jut .item .font .tit {
    line-height: 24px;
  }
}
.partbox .cont .gt .fz_jut .item .font .tit a {
  color: #e7254a;
}
.partbox .cont .gt .fz_jut .item .font .tit a:hover {
  text-decoration: underline;
}
.partbox .cont .gt .fz_contact {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 0.46rem 300px;
  position: relative;
}
@media (max-width: 1580px) {
  .partbox .cont .gt .fz_contact {
    padding: 34px;
    padding-bottom: 234px;
  }
}
@media (max-width: 767px) {
  .partbox .cont .gt .fz_contact {
    padding: 0.7rem 0.6rem 3.6rem;
  }
}
.partbox .cont .gt .fz_contact .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 81.5%;
}
.partbox .cont .gt .fz_contact .img img {
  width: 100%;
  float: left;
}
.partbox .cont .gt .fz_contact .tit {
  position: relative;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .partbox .cont .gt .fz_contact .tit {
    font-size: 16px;
  }
}
.partbox .cont .gt .fz_contact .text {
  position: relative;
  font-size: 14px;
  color: #666666;
  margin-bottom: 32px;
}
@media (max-width: 1580px) {
  .partbox .cont .gt .fz_contact .text {
    margin-bottom: 24px;
  }
}
.partbox .cont .gt .fz_contact .list {
  width: 100%;
  position: relative;
}
.partbox .cont .gt .fz_contact .list .li {
  display: flex;
  align-items: center;
  color: #e7254a;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .partbox .cont .gt .fz_contact .list .li {
    margin-bottom: 14px;
  }
}
@media (max-width: 1580px) {
  .partbox .cont .gt .fz_contact .list .li {
    font-size: 16px;
  }
}
.partbox .cont .gt .fz_contact .list .li:last-child {
  margin-bottom: 0;
}
.partbox .cont .gt .fz_contact .list .li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: solid 1px #e7254a;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .partbox .cont .gt .fz_contact .list .li i {
    width: 26px;
    height: 26px;
  }
}
.partbox .cont .gt .fz_contact .list .li i svg,
.partbox .cont .gt .fz_contact .list .li i img {
  width: 43.75%;
}
.partbox .cont .gt .fz_contact .list .li i svg path,
.partbox .cont .gt .fz_contact .list .li i img path {
  fill: #e7254a;
}
.partbox .cont .gt .fz_contact .list .li span {
  display: block;
  padding-left: 10px;
  width: calc(100% - 32px);
}
@media (max-width: 1580px) {
  .partbox .cont .gt .fz_contact .list .li span {
    width: calc(100% - 26px);
  }
}
/* End */
/* 联系我们 */
.contactbox {
  background-color: #f5f5f5;
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .contactbox {
    padding: 1.2rem 0;
  }
}
.contactbox .jut {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.4rem 0.5rem;
  padding-right: 0.6rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .contactbox .jut {
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.3rem;
  }
}
.contactbox .jut .lt {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  width: 38.4%;
}
@media (max-width: 1580px) {
  .contactbox .jut .lt {
    line-height: 26px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contactbox .jut .lt {
    width: 76%;
  }
}
@media (max-width: 767px) {
  .contactbox .jut .lt {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.contactbox .jut .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 32px;
  border-radius: 16px;
  border: solid 1px #e7254a;
  color: #e7254a;
  font-size: 14px;
}
.contactbox .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}
@media (max-width: 1580px) {
  .contactbox .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .contactbox .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .contactbox .cont {
    margin: 0;
  }
}
.contactbox .cont .item {
  width: 33.333%;
  padding: 0 12.5px;
}
@media (max-width: 1580px) {
  .contactbox .cont .item {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .contactbox .cont .item {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .contactbox .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.contactbox .cont .item .list {
  min-height: 5rem;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  padding: 0.42rem 0.5rem;
}
@media (max-width: 767px) {
  .contactbox .cont .item .list {
    min-height: 4rem;
  }
}
.contactbox .cont .item .list .tit {
  position: relative;
  font-size: 22px;
  letter-spacing: 0px;
  color: #999999;
  margin-bottom: 0.35rem;
}
@media (max-width: 1580px) {
  .contactbox .cont .item .list .tit {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .contactbox .cont .item .list .tit {
    font-size: 18px;
  }
}
.contactbox .cont .item .list .font1 {
  position: relative;
}
.contactbox .cont .item .list .font1 .li {
  display: flex;
  align-items: center;
  color: #1c222c;
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .contactbox .cont .item .list .font1 .li {
    margin-bottom: 6px;
  }
}
@media (max-width: 1580px) {
  .contactbox .cont .item .list .font1 .li {
    font-size: 16px;
  }
}
.contactbox .cont .item .list .font1 .li:last-child {
  margin-bottom: 0;
}
.contactbox .cont .item .list .font1 .li i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 14px;
}
@media (max-width: 1580px) {
  .contactbox .cont .item .list .font1 .li i {
    width: 12px;
  }
}
.contactbox .cont .item .list .font1 .li i svg,
.contactbox .cont .item .list .font1 .li i img {
  width: 100%;
  height: 16px;
}
.contactbox .cont .item .list .font1 .li i svg path,
.contactbox .cont .item .list .font1 .li i img path {
  fill: #e7254a;
}
.contactbox .cont .item .list .font1 .li span {
  display: block;
  padding-left: 20px;
  width: calc(100% - 14px);
}
@media (max-width: 1580px) {
  .contactbox .cont .item .list .font1 .li span {
    padding-left: 14px;
    width: calc(100% - 12px);
  }
}
.contactbox .cont .item .list .img {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 767px) {
  .contactbox .cont .item .list .img {
    max-width: 30%;
  }
}
.contactbox .cont .item .list .img img {
  max-width: 100%;
  float: left;
}
.contactbox .cont .item .list .img img:nth-child(2) {
  display: none;
}
.contactbox .cont .item .list .f_but {
  margin: 0.3rem -5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contactbox .cont .item .list .f_but .li {
  padding: 0 5px;
  width: 33.3333%;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .contactbox .cont .item .list .f_but .li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contactbox .cont .item .list .f_but .li {
    width: 33.333%;
  }
}
.contactbox .cont .item .list .f_but .li .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #e5e5e5;
  border-radius: 24px;
  color: #1c222c;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .contactbox .cont .item .list .f_but .li .but {
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .contactbox .cont .item .list .f_but .li .but {
    height: 36px;
  }
}
@media (max-width: 767px) {
}
.contactbox .cont .item .list .fen {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contactbox .cont .item .list .fen .li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.contactbox .cont .item .list .fen .li .fz_icon {
  width: 48px;
  height: 48px;
  background-color: #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .contactbox .cont .item .list .fen .li .fz_icon {
    width: 40px;
    height: 40px;
  }
}
.contactbox .cont .item .list .fen .li .fz_icon img,
.contactbox .cont .item .list .fen .li .fz_icon svg {
  object-fit: contain;
  max-width: 20px;
  max-height: 26px;
}
@media (max-width: 1580px) {
  .contactbox .cont .item .list .fen .li .fz_icon img,
  .contactbox .cont .item .list .fen .li .fz_icon svg {
    max-width: 18px;
    max-height: 22px;
  }
}
.contactbox .cont .item .list .fen .li .fz_icon img path,
.contactbox .cont .item .list .fen .li .fz_icon svg path {
  fill: #666;
}
.contactbox .cont .item .list .fen .li .weixin .fz_icon img,
.contactbox .cont .item .list .fen .li .weixin .fz_icon svg {
  max-width: 100%;
  max-height: 100%;
}
.contactbox .cont .item .list .fen .li .hover1 {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  padding: 10px;
  background-color: #fff;
  display: none;
}
@media (max-width: 1580px) {
  .contactbox .cont .item .list .fen .li .hover1 {
    width: 100px;
  }
}
.contactbox .cont .item .list .fen .li .hover1 img {
  width: 100%;
}
.contactbox .cont .item .list .fen .li:hover .fz_icon {
  background-color: #e7254a;
}
.contactbox .cont .item .list .fen .li:hover .fz_icon svg path {
  fill: #fff;
}
.contactbox .cont .item .list .fen .li:hover .hover1 {
  display: block;
}
@media (min-width: 1200px) {
  .contactbox .cont .item .list:hover .img img:nth-child(1) {
    display: none;
  }
  .contactbox .cont .item .list:hover .img img:nth-child(2) {
    display: block;
  }
}
/* End */
/* 新品 */
.newsproduct {
  background-color: #f5f5f5;
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .newsproduct {
    padding: 1.2rem 0;
  }
}
.newsproduct .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  margin-bottom: 0.26rem;
  border-radius: 10px;
  overflow: hidden;
}
.newsproduct .item:last-child {
  margin-bottom: 0;
}
.newsproduct .item .font,
.newsproduct .item .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .newsproduct .item .font,
  .newsproduct .item .gt {
    width: 100%;
  }
}
.newsproduct .item .font {
  padding: 0.5rem 0.82rem;
  padding-right: 1.1rem;
}
@media (max-width: 1199px) {
  .newsproduct .item .font {
    padding: 0.3rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .newsproduct .item .font {
    padding: 0.6rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .newsproduct .item .font {
    overflow: hidden;
    order: 1;
  }
}
.newsproduct .item .font .name {
  font-size: 22px;
  color: #999999;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .newsproduct .item .font .name {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .newsproduct .item .font .name {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .newsproduct .item .font .name {
    font-size: 16px;
  }
}
.newsproduct .item .font .tit {
  color: #1c222c;
  margin-bottom: 0.26rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .newsproduct .item .font .tit {
    margin-bottom: 6px;
  }
}
.newsproduct .item .font .text {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0.54rem;
}
@media (max-width: 1580px) {
  .newsproduct .item .font .text {
    height: 72px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .newsproduct .item .font .text {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .newsproduct .item .font .text {
    height: 48px;
    -webkit-line-clamp: 2;
  }
}
.newsproduct .item .font .hm_but {
  font-weight: normal;
}
.newsproduct .item .gt .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 66.6%;
}
.newsproduct .item .gt .img img {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .newsproduct .item:nth-child(2n) .font {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .newsproduct .item:hover .font .hm_but i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .newsproduct .item:hover .gt .img img {
    transform: scale(1.04);
  }
}
@media (min-width: 1200px) and (min-width: 1581px) {
  .newsproduct .item:hover .font .hm_but i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
/* End */
/* 发展历程 */
.coursebox {
  background-color: #f5f5f5;
}
.coursebox .nav {
  position: relative;
  margin-bottom: 1.2rem;
}
.coursebox .nav .container {
  position: relative;
  padding: 0 1.1rem;
}
@media (max-width: 767px) {
  .coursebox .nav .container {
    padding: 0  30px;
  }
}
.coursebox .nav .container .course_nav {
  width: 100%;
}
@media (min-width: 768px) {
  .coursebox .nav .container .course_nav .swiper-slide {
    width: 6.4%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .coursebox .nav .container .course_nav .swiper-slide {
    width: 10%;
  }
}
.coursebox .nav .container .course_nav .swiper-slide .item {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #999999;
  align-items: center;
  font-size: 19px;
  line-height: 0.8;
  padding-top: 18px;
}
@media (max-width: 1580px) {
  .coursebox .nav .container .course_nav .swiper-slide .item {
    font-size: 16px;
    padding-top: 18.5px;
  }
}
.coursebox .nav .container .course_nav .swiper-slide .item i {
  width: 7px;
  height: 7px;
  background-color: #d3d3d3;
  border-radius: 50%;
  display: block;
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .coursebox .nav .container .course_nav .swiper-slide .item i {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .coursebox .nav .container .course_nav .swiper-slide .item i {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .coursebox .nav .container .course_nav .swiper-slide {
    padding-bottom: 0.4rem;
  }
  .coursebox .nav .container .course_nav .swiper-slide .item {
    flex-direction: row;
    color: #e7254a;
    font-weight: bold;
  }
  .coursebox .nav .container .course_nav .swiper-slide .item i {
    background-color: #e7254a;
    margin-bottom: 5px;
  }
  .coursebox .nav .container .course_nav .swiper-slide .item .tit {
    font-size: 0.6rem;
    display: block;
    line-height: 0.8;
    padding-left: 0.2rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .coursebox .nav .container .course_nav .swiper-slide {
    width: 61.6% !important;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .coursebox .nav .container .course_nav .swiper-slide {
    width: 40%!important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .coursebox .nav .container .course_nav .swiper-slide .item {
    padding-top: 6px;
  }
}
@media (max-width: 767px) and (max-width: 1580px) {
  .coursebox .nav .container .course_nav .swiper-slide .item i {
    margin-bottom: 0;
    margin-top: 12px;
  }
}
@media (max-width: 767px) and (max-width: 1580px) {
  .coursebox .nav .container .course_nav .swiper-slide .item .tit {
    transform: translateY(20%);
  }
}
@media (min-width: 768px) {
  .coursebox .nav .container .course_nav .swiper-slide-active {
    width: 61.6% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .coursebox .nav .container .course_nav .swiper-slide-active {
    width: 40%!important;
  }
}
.coursebox .nav .container .course_nav .swiper-slide-active .item {
  padding-top: 0;
  flex-direction: row;
  color: #e7254a;
  font-weight: bold;
}
@media (max-width: 767px) {
  .coursebox .nav .container .course_nav .swiper-slide-active .item {
    padding-top: 6px;
  }
}
.coursebox .nav .container .course_nav .swiper-slide-active .item i {
  background-color: #e7254a;
  margin-bottom: 5px;
}
@media (max-width: 1580px) {
  .coursebox .nav .container .course_nav .swiper-slide-active .item i {
    margin-bottom: 0;
    margin-top: 12px;
  }
}
.coursebox .nav .container .course_nav .swiper-slide-active .item .tit {
  font-size: 0.6rem;
  display: block;
  line-height: 0.8;
  padding-left: 0.2rem;
}
@media (max-width: 1580px) {
  .coursebox .nav .container .course_nav .swiper-slide-active .item .tit {
    transform: translateY(20%);
  }
}
.coursebox .nav .container .course_prev,
.coursebox .nav .container .course_next {
  position: absolute;
  top: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  width: 46px;
  height: 46px;
  background-color: #e7254a;
}
@media (max-width: 1580px) {
  .coursebox .nav .container .course_prev,
  .coursebox .nav .container .course_next {
    width: 40px;
    height: 40px;
  }
}
.coursebox .nav .container .course_prev svg,
.coursebox .nav .container .course_next svg,
.coursebox .nav .container .course_prev img,
.coursebox .nav .container .course_next img {
  width: 26%;
}
.coursebox .nav .container .course_prev svg path,
.coursebox .nav .container .course_next svg path,
.coursebox .nav .container .course_prev img path,
.coursebox .nav .container .course_next img path {
  fill: #fff;
}
.coursebox .nav .container .course_prev {
  left: 0;
}
.coursebox .nav .container .course_next {
  right: 0;
}
.coursebox .nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.coursebox .cont .container {
  position: relative;
}
.coursebox .cont .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.coursebox .cont .item .lt {
  width: 57%;
  position: relative;
}
@media (max-width: 767px) {
  .coursebox .cont .item .lt {
    width: 100%;
    order: 1;
    margin-top: 0.4rem;
  }
}
.coursebox .cont .item .lt .swiper-scrollbar {
  position: absolute;
  left: 0;
  top: -20%;
  height: 140%;
  width: 6px;
  background-color: #e5e5e5;
  border-radius: 3px;
}
@media (max-width: 1580px) {
  .coursebox .cont .item .lt .swiper-scrollbar {
    width: 3px;
  }
}
@media (max-width: 991px) {
  .coursebox .cont .item .lt .swiper-scrollbar {
    height: 100%;
    top: 0;
  }
}
.coursebox .cont .item .lt .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #e7254a;
  border-radius: 3px;
}
.coursebox .cont .item .lt .course_cont {
  width: 100%;
  height: 3.3rem;
}
@media (max-width: 767px) {
  .coursebox .cont .item .lt .course_cont {
    height: 5.6rem;
  }
}
.coursebox .cont .item .lt .course_cont .swiper-slide {
  padding-left: 0.7rem;
  padding-right: 1rem;
  height: auto;
}
@media (max-width: 767px) {
  .coursebox .cont .item .lt .course_cont .swiper-slide {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}
.coursebox .cont .item .lt .course_cont .swiper-slide .li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0.38rem;
}
.coursebox .cont .item .lt .course_cont .swiper-slide .li:last-child {
  margin-bottom: 0;
}
.coursebox .cont .item .lt .course_cont .swiper-slide .li .name {
  line-height: 1.8;
  display: block;
  font-size: 16px;
  width: 124px;
}
@media (max-width: 1580px) {
  .coursebox .cont .item .lt .course_cont .swiper-slide .li .name {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .coursebox .cont .item .lt .course_cont .swiper-slide .li .name {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.coursebox .cont .item .lt .course_cont .swiper-slide .li .font {
  width: calc(100% - 124px);
}
@media (max-width: 1580px) {
  .coursebox .cont .item .lt .course_cont .swiper-slide .li .font {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .coursebox .cont .item .lt .course_cont .swiper-slide .li .font {
    width: 100%;
  }
}
.coursebox .cont .item .lt .course_cont .swiper-slide .li .font .tit {
  color: #454545;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 22px;
  margin-bottom: 4px;
}
@media (max-width: 1580px) {
  .coursebox .cont .item .lt .course_cont .swiper-slide .li .font .tit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .coursebox .cont .item .lt .course_cont .swiper-slide .li .font .tit {
    font-size: 18px;
  }
}
.coursebox .cont .item .lt .course_cont .swiper-slide .li .font .text {
  color: #666666;
  width: 100%;
  line-height: 28px;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .coursebox .cont .item .lt .course_cont .swiper-slide .li .font .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.coursebox .cont .item .lt .course_cont .swiper-slide .li:hover .font .tit {
  color: #e7254a;
}
.coursebox .cont .item .gt {
  width: 43%;
}
@media (max-width: 767px) {
  .coursebox .cont .item .gt {
    width: 100%;
  }
}
.coursebox .cont .item .gt .img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  padding-bottom: 75%;
}
.coursebox .cont .item .gt .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coursebox .cont .on {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}
/* End */
/* 产品中心 */
.productbanner .bag {
  height: 7.2rem;
}
.productbanner .cont .font {
  text-align: center;
}
.productbox {
  background-color: #f5f5f5;
  position: relative;
  padding-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .productbox {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .productbox {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.productbox .container:after {
  content: '';
  display: block;
  clear: both;
}
.productbox .nav {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 130px;
  margin-top: -1.3rem;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .productbox .nav {
    margin-top: 0;
    border-radius: 20px;
    flex-wrap: wrap;
    padding-bottom: 0.1rem;
  }
}
@media (max-width: 767px) {
  .productbox .nav {
    padding: 0.5rem 0.34rem;
  }
}
.productbox .nav .li {
  width: 15.666%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 0.4rem;
  overflow: hidden;
  position: relative;
}
.productbox .nav .li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .productbox .nav .li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .productbox .nav .li {
    width: 100%;
    align-items: flex-start;
  }
}
.productbox .nav .li .name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f5f5f5;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .productbox .nav .li .name {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 567px) {
  .productbox .nav .li .name {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.productbox .nav .li .name i {
  display: block;
  height: 45px;
  width: 42px;
}
@media (max-width: 1580px) {
  .productbox .nav .li .name i {
    width: 36px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .productbox .nav .li .name i {
    width: 28px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .productbox .nav .li .name i {
    width: 22px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .productbox .nav .li .name i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.productbox .nav .li .name i img,
.productbox .nav .li .name i svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.productbox .nav .li .name i img path,
.productbox .nav .li .name i svg path {
  fill: #999999;
}
.productbox .nav .li .name i img:nth-child(2) {
  display: none;
}
.productbox .nav .li .name span {
  color: #999999;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .productbox .nav .li .name span {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .productbox .nav .li .name span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .productbox .nav .li .name span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .productbox .nav .li .name span {
    font-size: 14px;
  }
}
.productbox .nav .li .jut {
  flex-shrink: 0;
  width: calc(100% - 1.6rem);
  padding-left: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  padding-right: 1rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.3s 0.3s linear;
}
@media (max-width: 1900px) {
  .productbox .nav .li .jut {
    padding-right: 0.6rem;
    padding-left: 0.4rem;
  }
}
@media (max-width: 991px) {
  .productbox .nav .li .jut {
    position: relative;
    visibility: visible;
    opacity: 1;
    width: calc(100% - 1.2rem);
    padding-left: 0.24rem;
    padding-right: 0.4rem;
  }
}
@media (max-width: 567px) {
  .productbox .nav .li .jut {
    width: calc(100% - 1.4rem);
  }
}
.productbox .nav .li .jut a {
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #666666;
  width: 33.333%;
}
@media (max-width: 1900px) {
  .productbox .nav .li .jut a {
    line-height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .productbox .nav .li .jut a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .productbox .nav .li .jut a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .productbox .nav .li .jut a {
    width: auto;
    margin-right: 0.3rem;
  }
}
.productbox .nav .li .jut a.on {
  color: #e7254a;
  text-decoration: underline;
}
.productbox .nav .li .jut a:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .productbox .nav .li .jut a:hover {
    color: #e7254a;
  }
}
@media (min-width: 992px) {
  .productbox .nav .active {
    width: 53%;
  }
  .productbox .nav .active .name {
    background-color: #e7254a;
  }
  .productbox .nav .active .name i svg path {
    fill: #fff;
  }
  .productbox .nav .active .name i img:nth-child(1) {
    display: none;
  }
  .productbox .nav .active .name i img:nth-child(2) {
    display: block;
  }
  .productbox .nav .active .name span {
    color: #fff;
  }
  .productbox .nav .active .jut {
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.3s linear;
    transition: opacity 0.3s 0.3s linear;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .productbox .nav .active {
    width: 50%;
  }
}
.productbox .condition {
  float: left;
  display: flex;
  margin-top: 0.6rem;
  margin-bottom: 0.28rem;
}
@media (max-width: 767px) {
  .productbox .condition {
    flex-wrap: wrap;
  }
}
.productbox .condition .name {
  flex-shrink: 0;
  padding-right: 0.48rem;
  font-size: 16px;
  color: #666;
  margin-top: 0.16rem;
}
@media (max-width: 1580px) {
  .productbox .condition .name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .productbox .condition .name {
    width: 100%;
    margin-bottom: 0.32rem;
  }
}
.productbox .condition .jut {
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
}
.productbox .condition .jut .li {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.14rem 0.2rem;
  padding-right: 0.3rem;
  border-radius: 25px;
  margin-right: 0.2rem;
  margin-bottom: 0.12rem;
}
@media (max-width: 767px) {
  .productbox .condition .jut .li {
    padding: 0.14rem 0.34rem;
  }
}
.productbox .condition .jut .li a {
  padding: 0 0.1rem;
  display: block;
  color: #666666;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .productbox .condition .jut .li a {
    font-size: 14px;
  }
}
.productbox .condition .jut .li i {
  display: block;
  padding-left: 0.1rem;
  width: 10px;
  height: 10px;
  cursor: pointer;
  position: relative;
}
.productbox .condition .jut .li i:after,
.productbox .condition .jut .li i:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.productbox .condition .jut .li i:before {
  transform: rotate(45deg);
}
.productbox .condition .jut .li i:after {
  transform: rotate(-45deg);
}
.productbox .cont {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}
@media (max-width: 1580px) {
  .productbox .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .productbox .cont {
    margin: 0 -5px;
  }
}
@media (max-width: 567px) {
  .productbox .cont {
    margin: 0;
  }
}
.productbox .cont .item {
  width: 33.333%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}
@media (max-width: 1580px) {
  .productbox .cont .item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .productbox .cont .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .productbox .cont .item {
    width: 50%;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 567px) {
  .productbox .cont .item {
    width: 100%;
  }
}
.productbox .cont .item .list {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  z-index: 2;
}
.productbox .cont .item .list .img {
  width: 100%;
  position: relative;
  padding-bottom: 71.111%;
  overflow: hidden;
  z-index: 2;
}
.productbox .cont .item .list .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productbox .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jianbianimgfaz2.png) left bottom / cover no-repeat;
}
.productbox .cont .item .list .jut {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.35rem 0.4rem;
  padding-right: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}
.productbox .cont .item .list .jut .font {
  width: 80%;
  width: calc(100% - 22px);
  color: #fff;
  line-height: 26px;
}
@media (max-width: 1580px) {
  .productbox .cont .item .list .jut .font {
    line-height: 24px;
    width: calc(100% - 20px);
  }
}
.productbox .cont .item .list .jut .font .tit {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .productbox .cont .item .list .jut .font .tit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .productbox .cont .item .list .jut .font .tit {
    font-size: 18px;
  }
}
.productbox .cont .item .list .jut .font .text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .productbox .cont .item .list .jut .font .text {
    font-size: 14px;
  }
}
.productbox .cont .item .list .jut i {
  display: block;
  width: 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .productbox .cont .item .list .jut i {
    width: 10px;
  }
}
.productbox .cont .item .list .jut i img,
.productbox .cont .item .list .jut i svg {
  width: 100%;
  float: left;
}
.productbox .cont .item .list .jut i img path,
.productbox .cont .item .list .jut i svg path {
  fill: #fff;
}
.productbox .cont .item .list .jut i svg {
  height: 20px;
}
@media (max-width: 1580px) {
  .productbox .cont .item .list .jut i svg {
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .productbox .cont .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .productbox .cont .item .list:hover .jut i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media (min-width: 1200px) and (max-width: 1580px) {
  .productbox .cont .item .list:hover .jut i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@media (min-width: 568px) {
  .productbox .cont .first {
    width: 100%;
  }
  .productbox .cont .first .list .img {
    padding-bottom: 26.354%;
  }
  .productbox .cont .second {
    width: 50%;
  }
  .productbox .cont .second .list .img {
    padding-bottom: 46.5%;
  }
}
@media (min-width: 568px) and (max-width: 567px) {
  .productbox .cont .second {
    width: 100%;
  }
}
.productbox .basepage {
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .productbox .basepage {
    margin-top: 0.6rem;
  }
}
/* End */
/* 产品详情 */
.proinfo {
  background-color: #fff;
}
.proinfo .breadbox {
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 768px) {
  .proinfo .breadbox .f_cont {
    padding: 0.18rem;
  }
}
.proinfo-sec1 {
  padding: 0.9rem 0 1.1rem;
}
.proinfo-sec1 .container {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .proinfo-sec1 .container {
    padding: 0;
  }
}
.proinfo-sec1 .container .cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.proinfo-sec1 .container .cont .proinfo_tit {
  padding-top: 0.9rem;
  color: #161b27;
  margin-bottom: 0.24rem;
}
.proinfo-sec1 .container .cont .lt {
  width: 55%;
  padding-right: 0.6rem;
}
@media (max-width: 767px) {
  .proinfo-sec1 .container .cont .lt {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .proinfo-sec1 .container .cont .lt {
    width: 100%;
    order: 1;
    margin-top: 0.8rem;
  }
}
@media (min-width: 768px) {
  .proinfo-sec1 .container .cont .lt {
    position: sticky;
    top: 100px;
  }
}
.proinfo-sec1 .container .cont .lt .tit {
  width: 100%;
  margin-bottom: 0.85rem;
}
@media (max-width: 767px) {
  .proinfo-sec1 .container .cont .lt .tit {
    margin-bottom: 0.3rem;
  }
}
.proinfo-sec1 .container .cont .lt .text {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
  margin-bottom: 0.85rem;
}
@media (max-width: 1580px) {
  .proinfo-sec1 .container .cont .lt .text {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .proinfo-sec1 .container .cont .lt .text {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .proinfo-sec1 .container .cont .lt .text {
    margin-bottom: 0.26rem;
  }
}
.proinfo-sec1 .container .cont .lt .jut {
  width: 100%;
  display: flex;
  margin-bottom: 0.85rem;
}
@media (max-width: 767px) {
  .proinfo-sec1 .container .cont .lt .jut {
    flex-wrap: wrap;
    margin-bottom: 0.26rem;
  }
}
.proinfo-sec1 .container .cont .lt .jut .li {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.35rem;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #666666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .proinfo-sec1 .container .cont .lt .jut .li {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .proinfo-sec1 .container .cont .lt .jut .li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .proinfo-sec1 .container .cont .lt .jut .li {
    width: auto;
    font-size: 12px;
    padding: 0 0.3rem;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 567px) {
  .proinfo-sec1 .container .cont .lt .jut .li {
    margin-right: 6px;
  }
}
@media (max-width: 375px) {
  .proinfo-sec1 .container .cont .lt .jut .li {
    padding: 0 0.22rem;
  }
}
.proinfo-sec1 .container .cont .lt .jut .li:last-child {
  margin-right: 10px;
}
.proinfo-sec1 .container .cont .lt .jut .li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.29rem;
  height: 0.28rem;
}
.proinfo-sec1 .container .cont .lt .jut .li i img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.proinfo-sec1 .container .cont .lt .jut .li span {
  display: block;
  width: 0;
  height: 40%;
  overflow: hidden;
  transition: all 0.3s linear;
  opacity: 0;
}
@media (max-width: 767px) {
  .proinfo-sec1 .container .cont .lt .jut .li span {
    height: auto;
    opacity: 1;
    width: auto;
    padding-left: 0.15rem;
  }
}
.proinfo-sec1 .container .cont .lt .jut .li.on {
  width: 2rem;
  padding: 0 0.2rem;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .proinfo-sec1 .container .cont .lt .jut .li.on {
    width: 2.2rem;
  }
}
.proinfo-sec1 .container .cont .lt .jut .li.on span {
  width: auto;
  max-width: calc(100% - 0.29rem);
  padding-left: 0.15rem;
  opacity: 1;
  transition: all 0.3s 0.3s linear;
}
.proinfo-sec1 .container .cont .lt .dow {
  padding-right: 2.4rem;
}
@media (max-width: 1199px) {
  .proinfo-sec1 .container .cont .lt .dow {
    padding-right: 1.4rem;
  }
}
@media (max-width: 767px) {
  .proinfo-sec1 .container .cont .lt .dow {
    padding-right: 0;
  }
}
.proinfo-sec1 .container .cont .lt .dow .li {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.26rem;
  border-bottom: 1px solid #eeeeee;
}
.proinfo-sec1 .container .cont .lt .dow .li i {
  display: flex;
  width: 18px;
  height: 17px;
  align-items: center;
  justify-content: center;
}
.proinfo-sec1 .container .cont .lt .dow .li i img,
.proinfo-sec1 .container .cont .lt .dow .li i svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.proinfo-sec1 .container .cont .lt .dow .li i img path,
.proinfo-sec1 .container .cont .lt .dow .li i svg path {
  fill: #333333;
}
.proinfo-sec1 .container .cont .lt .dow .li span {
  display: block;
  padding-left: 0.2rem;
  color: #333;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .proinfo-sec1 .container .cont .lt .dow .li span {
    font-size: 14px;
  }
}
.proinfo-sec1 .container .cont .lt .fz_bao {
  padding-right: 3.2rem;
}
@media (max-width: 1199px) {
  .proinfo-sec1 .container .cont .lt .fz_bao {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .proinfo-sec1 .container .cont .lt .fz_bao {
    padding-right: 0;
  }
}
.proinfo-sec1 .container .cont .lt .fz_bao .li {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.proinfo-sec1 .container .cont .lt .fz_bao .li .img {
  width: 100%;
  position: relative;
  padding-bottom: 71%;
  overflow: hidden;
}
.proinfo-sec1 .container .cont .lt .fz_bao .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.proinfo-sec1 .container .cont .lt .fz_bao .li .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.proinfo-sec1 .container .cont .lt .fz_bao .li .font {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.24rem 0.3rem;
  color: #fff;
}
.proinfo-sec1 .container .cont .lt .fz_bao .li .font .bao_tit {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .proinfo-sec1 .container .cont .lt .fz_bao .li .font .bao_tit {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .proinfo-sec1 .container .cont .lt .fz_bao .li:hover .img img {
    transform: scale(1.04);
  }
}
.proinfo-sec1 .container .cont .gt {
  width: 45%;
}
@media (max-width: 767px) {
  .proinfo-sec1 .container .cont .gt {
    width: 100%;
  }
}
.proinfo-sec1 .container .cont .gt .fz_jut {
  width: 100%;
}
.proinfo-sec1 .container .cont .gt .fz_jut .proinfo_cont {
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .proinfo-sec1 .container .cont .gt .fz_jut .proinfo_cont {
    margin-bottom: 14px;
  }
}
.proinfo-sec1 .container .cont .gt .fz_jut .fz_img {
  width: 100%;
  background-color: #f5f5f5;
  border: solid 1px transparent;
  position: relative;
  padding-bottom: 100%;
}
.proinfo-sec1 .container .cont .gt .fz_jut .fz_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proinfo-sec1 .container .cont .gt .fz_jut .proinfo_nav .swiper-slide.on .fz_img {
  border-color: #e7254a;
}
@media (max-width: 991px) {
  .proinfo-sec1 .container .cont:nth-child(2) .lt {
    margin-top: 0;
  }
}
.proinfo-sec2 {
  background-color: #f5f5f5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .proinfo-sec2 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
/* End */
/* 加入我们 */
.join2 {
  background-color: #f5f5f5;
}
.join2 .faqbox_nav .lt {
  width: 45%;
  width: calc(100% - 7.9rem);
}
@media (max-width: 767px) {
  .join2 .faqbox_nav .lt {
    width: 100%;
  }
}
.join2 .faqbox_nav .gt {
  display: flex;
}
@media (max-width: 767px) {
  .join2 .faqbox_nav .gt {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.join2 .faqbox_nav .gt .sele1 {
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .join2 .faqbox_nav .gt .sele1 {
    width: calc(50% - 0.1rem);
    margin-right: 0.1rem;
    margin-bottom: 0.2rem;
  }
  .join2 .faqbox_nav .gt .sele1:nth-child(2) {
    margin-right: 0;
  }
}
.join2 .faqbox_nav .gt .sele1 .se1 {
  width: 1.5rem;
  border-radius: 5px;
  background-color: #fff;
  padding: 0.18rem 0.2rem;
  color: #999999;
  font-size: 14px;
  background-image: url(../images/selebagimg1.svg);
  background-position: 88% center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding: 0.19rem 0.2rem;
}
@media (max-width: 767px) {
  .join2 .faqbox_nav .gt .sele1 .se1 {
    padding: 0.22rem 0.4rem;
    width: 100%;
  }
}
.join2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .join2 .cont {
    margin: 0;
  }
}
.join2 .cont .item {
  width: 50%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .join2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.join2 .cont .item .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  width: 100%;
  padding: 0.35rem 0.42rem;
}
@media (max-width: 767px) {
  .join2 .cont .item .list {
    padding: 0.6rem 0.4rem;
  }
}
.join2 .cont .item .list .font {
  width: 80%;
  width: calc(100% - 110px);
  padding-right: 0.1rem;
}
@media (max-width: 1580px) {
  .join2 .cont .item .list .font {
    width: calc(100% - 90px);
  }
}
@media (max-width: 767px) {
  .join2 .cont .item .list .font {
    padding-right: 0;
    width: 100%;
  }
}
.join2 .cont .item .list .font .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #171a2b;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 4px;
}
@media (max-width: 1580px) {
  .join2 .cont .item .list .font .tit {
    font-size: 16px;
  }
}
.join2 .cont .item .list .font .text {
  font-size: 14px;
  color: #989898;
  margin-bottom: 0.3rem;
}
.join2 .cont .item .list .font .time {
  display: flex;
  align-items: center;
}
.join2 .cont .item .list .font .time i {
  display: block;
  width: 17px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .join2 .cont .item .list .font .time i {
    width: 14px;
  }
}
.join2 .cont .item .list .font .time i img {
  float: left;
  width: 100%;
}
.join2 .cont .item .list .font .time .date {
  display: block;
  width: 90%;
  width: calc(100% - 17px);
  padding-left: 10px;
  color: #b5b5b5;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .join2 .cont .item .list .font .time .date {
    width: calc(100% - 14px);
  }
}
.join2 .cont .item .list .but {
  width: 110px;
  height: 40px;
  align-items: center;
  font-weight: normal;
  border-radius: 22px;
  justify-content: center;
  border: 1px solid #e7254a;
  font-size: 12px;
}
@media (max-width: 1580px) {
  .join2 .cont .item .list .but {
    width: 90px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .join2 .cont .item .list .but {
    width: 100px;
    height: 34px;
    margin-top: 0.3rem;
  }
}
.join2 .cont .item .list .but i {
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .join2 .cont .item .list .but i {
    margin-left: 8px;
  }
}
.join2 .cont .item .list .but i svg {
  height: 8px;
}
@media (min-width: 1200px) {
  .join2 .cont .item .list:hover .font .tit {
    color: #e7254a;
  }
  .join2 .cont .item .list:hover .but i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media (min-width: 1200px) and (min-width: 1581px) {
  .join2 .cont .item .list:hover .but i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
/* End */
/* 加入我们详情页 */
.joinfobanner .bag {
  height: 3.2rem;
}
@media (max-width: 767px) {
  .joinfobanner .bag {
    height: 5.2rem;
  }
}
.joinfobanner .bag:after {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .joinfobanner .cont .container {
    width: 56.25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .joinfobanner .cont .container {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .joinfobox {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .joinfobox .container {
    width: 56.25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .joinfobox .container {
    width: 80%;
  }
}
.joinfobox .time {
  display: flex;
  align-items: center;
  margin-bottom: 0.26rem;
}
@media (max-width: 1580px) {
}
.joinfobox .time i {
  display: block;
  width: 17px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .joinfobox .time i {
    width: 14px;
  }
}
.joinfobox .time i img {
  float: left;
  width: 100%;
}
.joinfobox .time .date {
  display: block;
  width: 90%;
  width: calc(100% - 17px);
  padding-left: 10px;
  color: #b5b5b5;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .joinfobox .time .date {
    width: calc(100% - 14px);
  }
}
.joinfobox .li {
  width: 100%;
  margin-bottom: 0.24rem;
}
.joinfobox .li .tit {
  color: #333333;
  margin-bottom: 0.26rem;
  font-size: 0.28rem;
}
@media (max-width: 1580px) {
  .joinfobox .li .tit {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .joinfobox .li .tit {
    font-size: 22px;
  }
}
.joinfobox .li .text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 1580px) {
  .joinfobox .li .text {
    line-height: 24px;
  }
}
.joinfobox .but {
  display: flex;
  align-items: center;
  width: 140px;
  height: 50px;
  background-color: #e7254a;
  border-radius: 25px;
  border: solid 1px #e7254a;
  color: #fff;
  justify-content: center;
  margin-top: 0.7rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .joinfobox .but {
    width: 120px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .joinfobox .but {
    width: 3rem;
    height: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .joinfobox .but:hover {
    opacity: 0.9;
  }
}
/* End */
/* 加入我们导读 */
@media (min-width: 768px) {
  .joinbox .container2 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .joinbox .container2 {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .joinbox .container2 {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .joinbox .container2 {
    width: 80%;
  }
}
.joinbox-sec1 {
  position: relative;
  height: 300vh;
}
.joinbox-sec1 .fz_zhong {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.joinbox-sec1 .fz_jut {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
.joinbox-sec1 .fz_jut .breadbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.joinbox-sec1 .fz_jut .breadbox .f_cont a,
.joinbox-sec1 .fz_jut .breadbox .f_cont span {
  color: #fff;
  opacity: 0.5;
}
.joinbox-sec1 .fz_jut .breadbox .f_cont span svg path {
  fill: #fff;
}
.joinbox-sec1 .fz_jut .breadbox .f_cont a:last-child {
  opacity: 0.8;
}
.joinbox-sec1 .fz_jut .bag {
  width: 100%;
  height: 100%;
}
.joinbox-sec1 .fz_jut .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.joinbox-sec1 .fz_jut .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .joinbox-sec1 .fz_jut .bag img:nth-child(1) {
    display: none;
  }
  .joinbox-sec1 .fz_jut .bag img:nth-child(2) {
    display: block;
  }
}
.joinbox-sec1 .fz_jut .bag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.25;
  width: 100%;
  height: 100%;
}
.joinbox-sec1 .fz_jut .cont {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.joinbox-sec1 .fz_jut .cont .tit {
  line-height: 1.25;
  max-width: 5.74rem;
}
@media (max-width: 767px) {
  .joinbox-sec1 .fz_jut .cont .tit {
    max-width: 100%;
  }
}
.joinbox-sec1 .fz_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.joinbox-sec1 .fz_cont .bag {
  width: 100%;
  height: 100%;
}
.joinbox-sec1 .fz_cont .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.joinbox-sec1 .fz_cont .cont {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.joinbox-sec1 .fz_cont .cont .tit {
  text-align: center;
  margin: 0 auto;
  line-height: 1.25;
  transform: translateY(40px);
  opacity: 0;
  max-width: 8rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .joinbox-sec1 .fz_cont .cont .tit {
    max-width: 100%;
  }
}
.joinbox-sec1.on .fz_jut {
  opacity: 0;
  visibility: hidden;
}
.joinbox-sec1.on .fz_cont .cont .tit {
  transform: translateY(0);
  opacity: 1;
}
.joinbox-sec2 {
  background-color: #1c222c;
  padding: 1.5rem 0;
  color: #fff;
}
.joinbox-sec2 .name {
  color: #808389;
  font-size: 22px;
  margin-bottom: 4px;
}
@media (max-width: 1580px) {
  .joinbox-sec2 .name {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .joinbox-sec2 .name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec2 .name {
    font-size: 16px;
  }
}
.joinbox-sec2 .tit {
  line-height: 1.25;
  max-width: 5.07rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .joinbox-sec2 .tit {
    max-width: 100%;
  }
}
.joinbox-sec2 .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0.7rem;
}
@media (max-width: 1580px) {
  .joinbox-sec2 .text {
    line-height: 26px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .joinbox-sec2 .text {
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .joinbox-sec2 .text {
    -webkit-columns: 20px 2;
    -o-columns: 20px 2;
    columns: 20px 2;
    -webkit-column-gap: 0.52rem;
    -o-column-gap: 0.52rem;
    column-gap: 0.52rem;
  }
}
.joinbox-sec2 .jut {
  border-radius: 15px;
  background-color: #2b3341;
  padding: 0.44rem 0.7rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .joinbox-sec2 .jut {
    padding: 0.6rem 0.5rem;
  }
}
.joinbox-sec2 .jut .font {
  display: flex;
  align-items: center;
  width: calc(100% - 38px);
  padding-right: 1.16rem;
}
@media (max-width: 1580px) {
  .joinbox-sec2 .jut .font {
    padding-right: 0.8rem;
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .joinbox-sec2 .jut .font {
    padding-right: 0.3rem;
  }
}
.joinbox-sec2 .jut .font .img {
  overflow: hidden;
  width: 37px;
}
@media (max-width: 1580px) {
  .joinbox-sec2 .jut .font .img {
    width: 34px;
  }
}
@media (max-width: 1199px) {
  .joinbox-sec2 .jut .font .img {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec2 .jut .font .img {
    width: 24px;
  }
}
.joinbox-sec2 .jut .font .img img {
  float: left;
  width: 100%;
}
.joinbox-sec2 .jut .font .fz_text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 0.55rem;
  width: calc(100% - 37%);
}
@media (max-width: 1580px) {
  .joinbox-sec2 .jut .font .fz_text {
    font-size: 16px;
    line-height: 26px;
    width: calc(100% - 34px);
  }
}
@media (max-width: 1199px) {
  .joinbox-sec2 .jut .font .fz_text {
    line-height: 24px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .joinbox-sec2 .jut .font .fz_text {
    font-size: 14px;
    padding-left: 0.22rem;
    width: calc(100% - 24px);
  }
}
.joinbox-sec2 .jut .but {
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 1580px) {
  .joinbox-sec2 .jut .but {
    width: 26px;
    height: 26px;
  }
}
.joinbox-sec2 .jut .but svg,
.joinbox-sec2 .jut .but img {
  width: 100%;
  float: left;
}
.joinbox-sec2 .jut .but svg {
  max-height: 100%;
  object-fit: contain;
}
.joinbox-sec2 .jut .but svg path {
  fill: #fff;
}
.joinbox-sec3 {
  position: relative;
  height: 280vh;
}
@media (max-width: 767px) {
  .joinbox-sec3 {
    height: 100vh;
  }
}
.joinbox-sec3 .bagim {
  width: 100%;
  height: 100vh;
}
@media (min-width: 768px) {
  .joinbox-sec3 .bagim {
    position: sticky;
    top: 0;
  }
}
.joinbox-sec3 .bagim video,
.joinbox-sec3 .bagim img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.joinbox-sec3 .bagim video {
  z-index: 2;
}
.joinbox-sec3 .bagim:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.joinbox-sec3 .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 4;
}
.joinbox-sec3 .cont .font {
  max-width: 520px;
}
@media (max-width: 767px) {
  .joinbox-sec3 .cont .font {
    max-width: 100%;
  }
}
.joinbox-sec3 .cont .font .text {
  line-height: 1.25;
  margin-bottom: 0.48rem;
}
.joinbox-sec3 .cont .font .label {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .joinbox-sec3 .cont .font .label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec3 .cont .font .label {
    font-size: 14px;
  }
}
.joinbox-sec4 {
  overflow: hidden;
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .joinbox-sec4 {
    padding: 1.2rem 0;
  }
}
.joinbox-sec4 .label {
  font-size: 22px;
  color: #808389;
  margin-bottom: 0.14rem;
}
@media (max-width: 1580px) {
  .joinbox-sec4 .label {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .joinbox-sec4 .label {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec4 .label {
    font-size: 16px;
  }
}
.joinbox-sec4 .tit {
  color: #1c222c;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .joinbox-sec4 .tit {
    max-width: 100%;
  }
}
.joinbox-sec4 .cont .joinbox4_cont {
  overflow: visible;
}
.joinbox-sec4 .cont .swiper-slide {
  width: auto;
}
.joinbox-sec4 .cont .swiper-slide .img {
  max-width: 100%;
  height: 4.36rem;
}
.joinbox-sec4 .cont .swiper-slide .img img {
  height: 100%;
}
.joinbox-sec5 {
  background-color: #f5f5f5;
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .joinbox-sec5 {
    padding: 1.2rem 0;
  }
}
.joinbox-sec5 .label {
  font-size: 22px;
  color: #808389;
  margin-bottom: 0.14rem;
}
@media (max-width: 1580px) {
  .joinbox-sec5 .label {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .joinbox-sec5 .label {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec5 .label {
    font-size: 16px;
  }
}
.joinbox-sec5 .tit {
  color: #1c222c;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .joinbox-sec5 .tit {
    max-width: 100%;
  }
}
.joinbox-sec5 .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 0.54rem;
}
@media (max-width: 1580px) {
  .joinbox-sec5 .text {
    line-height: 26px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .joinbox-sec5 .text {
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .joinbox-sec5 .text {
    -webkit-columns: 20px 2;
    -o-columns: 20px 2;
    columns: 20px 2;
    -webkit-column-gap: 0.52rem;
    -o-column-gap: 0.52rem;
    column-gap: 0.52rem;
  }
}
.joinbox-sec5 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 567px) {
  .joinbox-sec5 .cont {
    margin: 0;
  }
}
.joinbox-sec5 .cont .item {
  display: block;
  width: 50%;
  margin-bottom: 0.4rem;
  padding: 0 0.2rem;
}
@media (max-width: 567px) {
  .joinbox-sec5 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.joinbox-sec5 .cont .item .list {
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  background-color: #fff;
  align-items: center;
}
.joinbox-sec5 .cont .item .list .img {
  padding-bottom: 34.78%;
  position: relative;
  width: 43.478%;
  overflow: hidden;
}
@media (max-width: 567px) {
}
.joinbox-sec5 .cont .item .list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.joinbox-sec5 .cont .item .list .font {
  padding: 0.2rem 0.5rem;
  padding-right: 0.2rem;
  width: 56.522%;
}
@media (max-width: 567px) {
}
.joinbox-sec5 .cont .item .list .font .name {
  font-size: 22px;
  color: #666666;
}
@media (max-width: 1580px) {
  .joinbox-sec5 .cont .item .list .font .name {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .joinbox-sec5 .cont .item .list .font .name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec5 .cont .item .list .font .name {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .joinbox-sec5 .cont .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}
.joinbox-sec5 .cont .filst {
  width: 100%;
}
.joinbox-sec5 .cont .filst .list .img {
  width: 37.5%;
  padding-bottom: 52.083333%;
}
@media (max-width: 767px) {
  .joinbox-sec5 .cont .filst .list .img {
    width: 100%;
    padding-bottom: 70.083333%;
  }
}
.joinbox-sec5 .cont .filst .list .font {
  width: 62.5%;
  padding: 0.3rem 0.7rem;
}
@media (max-width: 767px) {
  .joinbox-sec5 .cont .filst .list .font {
    width: 100%;
    padding: 0.6rem 0.4rem;
  }
}
.joinbox-sec5 .cont .filst .list .font .fz_tit {
  color: #1c222c;
  line-height: 1.25;
  margin-top: 0.26rem;
  margin-bottom: 0.26rem;
}
.joinbox-sec5 .cont .filst .list .font .fz_text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  height: 90px;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #666666;
  margin-bottom: 0.46rem;
}
@media (max-width: 1580px) {
  .joinbox-sec5 .cont .filst .list .font .fz_text {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
  }
}
@media (max-width: 1199px) {
  .joinbox-sec5 .cont .filst .list .font .fz_text {
    height: 72px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .joinbox-sec5 .cont .filst .list .font .fz_text {
    margin-bottom: 0.34rem;
  }
}
.joinbox-sec5 .cont .filst .list .font .hm_but {
  font-weight: normal;
}
.joinbox-sec5 .cont .filst .list .font .hm_but i {
  width: 18px;
}
@media (min-width: 1200px) {
  .joinbox-sec5 .cont .filst .list:hover .font .hm_but i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media (min-width: 1200px) and (min-width: 1581px) {
  .joinbox-sec5 .cont .filst .list:hover .font .hm_but i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
/* End */
