@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: 'shuzi';
  src: url('../font/OPPOSans-M.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('../font/DIN-Light.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: 567px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
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: 82%;
  max-width: 1560px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 82%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.26rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font22 {
  font-size: 0.22rem;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font26 {
  font-size: 0.26rem;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font26 {
    font-size: 0.34rem;
  }
}
.font28 {
  font-size: 0.28rem;
}
@media (max-width: 1580px) {
  .font28 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .font28 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .font28 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 1199px) {
  .font32 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 1199px) {
  .font34 {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .font40 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 0.42rem;
  }
}
.font44 {
  font-size: 0.44rem;
}
@media (max-width: 1199px) {
  .font44 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font44 {
    font-size: 0.42rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1199px) {
  .font48 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 0.42rem;
  }
}
.font50 {
  font-size: 0.5rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .font50 {
    font-size: 0.44rem;
  }
}
.font54 {
  font-size: 0.54rem;
}
@media (max-width: 1199px) {
  .font54 {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .font54 {
    font-size: 0.44rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1199px) {
  .font60 {
    font-size: 0.54rem;
  }
}
@media (max-width: 767px) {
  .font60 {
    font-size: 0.48rem;
  }
}
.base_img {
  position: relative;
  overflow: hidden;
}
.base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.base_img:before {
  content: "";
  display: block;
}
.base_prev,
.base_next {
  width: 0.4rem;
  border-radius: 50%;
  height: 0.4rem;
  position: relative;
  left: 0;
  right: 0;
  margin: 0;
  border: solid 2px #0067da;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
  background: none;
}
@media (max-width: 1580px) {
  .base_prev,
  .base_next {
    width: 0.56rem;
    height: 0.56rem;
  }
}
@media (max-width: 1580px) and (max-width: 767px) {
  .base_prev,
  .base_next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.base_prev i,
.base_next i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 70%;
  transition: all 0.4s;
  border-radius: 50%;
}
.base_prev i svg,
.base_next i svg,
.base_prev i img,
.base_next i img {
  width: 40%;
  height: 40%;
  width: 50%;
  height: 50%;
}
.base_prev i svg path,
.base_next i svg path,
.base_prev i img path,
.base_next i img path {
  transition: all 0.4s;
  fill: #333333;
}
.base_prev:hover,
.base_next:hover {
  border-color: #0067da;
}
.base_prev:hover i,
.base_next:hover i {
  background-color: #0067da;
}
.base_prev:hover i svg path,
.base_next:hover i svg path {
  fill: #ffffff;
}
.base_prev.swiper-button-lock,
.base_next.swiper-button-lock {
  display: none;
}
#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: #0067da;
}
#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: #0067da;
}
#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: #0067da;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 公共分页 */
/* 公共分页 */
.basepage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.basepage a,
.basepage span,
.basepage .f_fan {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  margin: 0 6px 10px;
  flex-shrink: 0;
  color: #999999;
  transition: all 0.4s;
  float: left;
  font-size: 16px;
  margin: 0 5px 10px;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1580px) {
  .basepage a,
  .basepage span,
  .basepage .f_fan {
    font-size: 14px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 991px) {
  .basepage a,
  .basepage span,
  .basepage .f_fan {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.basepage a:before,
.basepage span:before,
.basepage .f_fan:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pageimgz1.svg) no-repeat center / 100% 100%;
}
.basepage a:hover:not(.active),
.basepage span:hover:not(.active),
.basepage .f_fan:hover:not(.active) {
  color: #0067da;
  border-color: #0067da;
}
.basepage .active,
.basepage .current {
  background-color: #1171dc;
  color: #fff;
}
.basepage .active:hover,
.basepage .current:hover {
  color: #fff;
}
.basepage .f_fan {
  color: #0067da;
  padding: 0 4px;
  text-align: center;
  position: relative;
  width: 50px;
  border-radius: 20px;
}
.basepage .f_fan .f_int {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
}
.basepage .f_fan .f_int::-webkit-input-placeholder {
  color: #999999;
}
.basepage .f_fan .f_int::-ms-input-placeholder {
  color: #999999;
}
.basepage .prev,
.basepage .next {
  position: relative;
  width: auto;
  padding: 0 0.24rem;
  border-radius: 20px;
  color: #999999;
}
@media (max-width: 991px) {
}
.basepage .prev svg,
.basepage .next svg {
  width: 10px;
  height: 10px;
}
.basepage .prev svg path,
.basepage .next svg path {
  transition: all 0.4s;
  fill: #999999;
}
.basepage .prev:hover svg path,
.basepage .next:hover svg path {
  fill: #0067da;
}
.basepage span {
  color: #0067da;
}
.basepage span:before {
  display: none;
}
.basepage .f_name {
  width: auto;
  color: #222222;
  font-weight: bold;
  padding: 0 8px;
  border: none;
  background-color: transparent;
}
.basepage .f_name:before {
  display: none;
}
.basepage .fan {
  width: auto;
  padding: 0 15px;
}
.basepage a {
  font-weight: bold;
}
.basepage a:hover {
  color: #0067da;
}
.basepage .f_but {
  border-radius: 20px;
  width: auto;
  padding: 0 0.3rem;
}
/* 面包屑 */
/* 面包屑 */
.breadbox .fcont {
  display: flex;
  align-items: center;
  padding: 0.22rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .fcont {
    padding: 12px 0;
  }
}
.breadbox .fcont a,
.breadbox .fcont span {
  transition: all 0.4s;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .fcont a,
  .breadbox .fcont span {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadbox .fcont a:after,
.breadbox .fcont span:after {
  content: '';
  display: block;
  clear: both;
}
.breadbox .fcont a img,
.breadbox .fcont span img {
  float: left;
  width: 18px;
}
@media (max-width: 1580px) {
  .breadbox .fcont a img,
  .breadbox .fcont span img {
    width: 16px;
  }
}
.breadbox .fcont span {
  margin: 0 20px;
  display: block;
}
@media (max-width: 1580px) {
  .breadbox .fcont span {
    margin: 0 14px;
  }
}
@media (max-width: 991px) {
  .breadbox .fcont span {
    margin: 0 6px;
  }
}
.breadbox .fcont span svg {
  display: block;
  width: 6px;
  height: 12px;
}
.breadbox .fcont span svg path {
  fill: #999999;
}
.breadbox .fcont a {
  flex: 0 0 auto;
}
.breadbox .fcont a:hover {
  color: #0067da;
}
.breadbox .fcont .on {
  color: #0067da;
  flex: 1 1 auto;
}
.breadbox .fcont a:last-child {
  flex: 1 1 auto;
  color: #0067da;
}
@media (max-width: 991px) {
  .breadbox .fcont a:last-child {
    max-width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .breadbox .fcont a:last-child {
    max-width: 30%;
  }
}
.breadbox .fcont .wofe {
  display: flex;
}
.breadbox .fcont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #0067da;
}
.breadbox .fcont .wofe .li a {
  line-height: 1;
}
/* 文本编辑详情页 */
.make-text {
  line-height: 1.66666667;
  color: #666666;
  font-size: 18px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  .make-text {
    line-height: 1.3;
  }
}
.make-text img {
  max-width: 100%;
  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 video {
  width: auto;
  max-width: 100%;
  height: auto!important;
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: 0.24rem;
  color: #222222;
}
@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: 18px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #666666;
}
@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;
}
/* 公共弹窗样式 */
.basealt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
  width: 100%;
  height: 100%;
}
.basealt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.basealt .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.basealt .cont .fclose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  cursor: pointer;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .basealt .cont .fclose {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.basealt .cont .fclose svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.basealt .cont .fclose svg rect {
  transition: all 0.4s;
  fill: rgba(255, 255, 255, 0.2);
  stroke: #fff;
}
.basealt .cont .fclose svg path {
  fill: #ffffff;
}
.basealt .cont .fclose:hover svg rect {
  fill: #333333;
  stroke: #333333;
}
/* End */
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}
/* 导航 */
.hadheight {
  display: none;
  height: 100px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 60px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 100px;
  height: 100px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    line-height: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    line-height: 60px;
    height: 60px;
  }
}
.hadbox-sec1 .container {
  display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 1800px;
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .lt .fz_logo {
  display: flex;
  overflow: hidden;
  height: 50px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 46px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 0.38rem;
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 0.68rem;
  }
}
.hadbox-sec1 .lt .fz_logo img {
  float: left;
  height: 100%;
}
.hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox > li {
  position: relative;
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  padding: 0 0.27rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 16px;
    padding: 0 16px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li .tit {
    padding: 0 12px;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 10px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i img,
.hadbox-sec1 .f_navbox li .tit i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2),
.hadbox-sec1 .f_navbox li .tit i svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit i svg {
  max-width: 50%;
  max-height: 50%;
}
.hadbox-sec1 .f_navbox li .tit i svg path {
  fill: none;
  stroke: #ffffff;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #0067da;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
  display: none;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit:after {
    height: 2px;
  }
}
.hadbox-sec1 .f_navbox li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #ffffff;
  line-height: 45px;
  text-align: center;
  padding: 0.12rem 0 0.16rem;
  margin-top: -1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  display: none;
}
.hadbox-sec1 .f_navbox li > ul > li a {
  font-size: 14px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #666666;
}
.hadbox-sec1 .f_navbox li > ul > li a:hover {
  color: #0067da;
}
.hadbox-sec1 .f_navbox li:hover .tit span {
  color: #0067da;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
  width: 78%;
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li:hover .fz_hover {
    line-height: 50px;
    height: 50px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant {
  position: inherit;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #ffffff;
  text-align: center;
  margin-top: -1px;
  display: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 46px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul {
    line-height: 42px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li {
  margin-bottom: 0;
  margin: 0 0.26rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.16rem;
  color: #666;
  font-size: 14px;
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background-color: #0067da;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a:hover {
  color: #0067da;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li.on > a {
  color: #0067da;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li.on > a:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  color: #333333;
  background-color: #ffffff;
  padding: 0.3rem 0 1.36rem;
  line-height: 1.4;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .container {
  max-width: 1600px;
  display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt,
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt {
  padding: 0 0.15rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt {
  width: 14%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form {
  display: flex;
  padding: 8px 12px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #e7e7e7;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form {
    margin-bottom: 20px;
    padding: 6px 10px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut {
    width: 18px;
    height: 18px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut svg {
  width: 100%;
  max-height: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut svg path {
  fill: #9a9a9a;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form input {
  width: 80%;
  color: #666666;
  font-size: 14px;
  width: calc(100% - 20px);
  padding-left: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form input {
    padding-left: 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
  color: #000;
  user-select: none;
  -webkit-user-select: none;
  display: block;
  cursor: pointer;
  color: #666666;
  font-size: 16px;
  transition: all 0.4s;
  margin-bottom: 0.14rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
    font-size: 0.28rem;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.06rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  height: 2px;
  background-color: #0067da;
  width: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli:hover {
  color: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .on {
  color: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .on span:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt {
  width: 86%;
  padding-right: 2.3rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but {
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 0.06rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.22rem;
  border-bottom: 1px solid rgba(182, 182, 182, 0.3);
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-left: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i {
    width: 10px;
    height: 10px;
    margin-left: 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i svg {
  width: 100%;
  max-height: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i svg path {
  fill: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent {
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li {
  margin-bottom: 0.5rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_tit {
  color: #222222;
  margin-bottom: 0.24rem;
  font-weight: bold;
  display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_tit:hover {
  text-decoration: underline;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 {
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
  display: block;
  width: 20%;
  font-size: 18px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #666666;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
    font-size: 0.3rem;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli:hover {
  color: #222222;
  text-decoration: underline;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 0.4rem 0 0.6rem;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  display: none!important;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .container {
  max-width: 1282px;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 {
  width: 28.125%;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .ftit {
  display: block;
  color: #222222;
  font-family: 'shuzi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding: 4px 0.62rem 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .ftit {
    padding: 4px 0.62rem 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li {
  width: 100%;
  padding: 0 0.5rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
  color: #999999;
  transition: all 0.4s;
  border-bottom: 1px solid #e5e5e5;
  padding-right: 20px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi {
    padding: 12px 10px;
    padding-right: 16px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i svg {
  width: 100%;
  max-height: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i svg polygon {
  transition: all 0.4s;
  fill: #cdcdcd;
  stroke: #cdcdcd;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem1 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem3,
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem4 {
  border-right: none;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li.on > .fzzi {
  background-color: #f2f4f7;
  color: #083793;
  border-bottom-color: transparent;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li.on > .fzzi i svg path {
  fill: #083793;
  stroke: #083793;
}
.hadbox-sec1 .gt {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .gt .f_lang {
  height: 100%;
  position: relative;
  margin-right: 0.26rem;
}
.hadbox-sec1 .gt .f_lang .la_tit {
  display: flex;
  transition: all 0.4s linear;
  color: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_lang .la_tit {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit {
    font-size: 0.26rem;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_lang .la_tit i {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit i {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit i svg {
  width: 100%;
  height: 100%;
}
.hadbox-sec1 .gt .f_lang .la_tit i svg path {
  fill: #ffffff;
  transition: all 0.4s linear;
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon {
  display: block;
  width: 10px;
  height: 6px;
  margin-left: 6px;
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  transition: all 0.4s linear;
  fill: #ffffff;
}
.hadbox-sec1 .gt .f_lang .hover1 {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 120%;
  background-color: #ffffff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  line-height: 1.5;
  padding-bottom: 0.12rem;
  display: none;
}
.hadbox-sec1 .gt .f_lang .hover1 a {
  display: block;
  font-size: 12px;
  color: #555555;
  padding: 6px 10px;
  text-align: center;
}
.hadbox-sec1 .gt .f_lang .hover1 a:hover {
  color: #0067da;
  text-decoration: underline;
}
.hadbox-sec1 .gt .f_lang:hover .hover1 {
  display: block;
}
.hadbox-sec1 .gt .xian {
  display: block;
  width: 1px;
  height: 20px;
  margin-right: 0.26rem;
  background-color: #ffffff;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .xian {
    height: 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .xian {
    display: none;
  }
}
.hadbox-sec1 .gt .f_search {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.hadbox-sec1 .gt .f_search svg {
  width: 100%;
  height: 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_search svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_search svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
}
.hadbox-sec1 .gt .f_search svg path {
  transition: all 0.4s linear;
  fill: #ffffff;
}
.hadbox-sec1 .gt .qie {
  margin-left: 0.38rem;
}
@media (min-width: 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: #0067da;
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec2 .container .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
  margin-top: 0.34rem;
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
  height: 1rem;
}
.hadbox-sec2 .container .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec2 .container .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec2 .container .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec2 .container .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec2 .container .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #0067da;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec2 .container .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  height: calc(100% - 90px);
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .navbox > ul > li .tit i {
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 100%;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
  stroke: none;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg {
  float: left;
  width: 30px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img path,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg path {
  fill: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:after,
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -13px;
  background-color: #999;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li.active .tit i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: #0067da;
}
.hadbox-sec3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.hadbox-sec3 .f_cont {
  width: 100%;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
}
.hadbox-sec3 .f_cont .container {
  position: relative;
  height: 100%;
  display: flex;
  max-width: 1400px;
  align-items: flex-start;
}
.hadbox-sec3 .f_cont .container:before {
  content: "";
  display: block;
  position: absolute;
  left: 24.102564%;
  left: 22.715%;
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: #f7f7f7;
}
.hadbox-sec3 .f_cont .container .f_nav {
  width: 24.102564%;
  width: 22.715%;
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.hadbox-sec3 .f_cont .container .f_nav > li {
  display: block;
}
.hadbox-sec3 .f_cont .container .f_nav > li .f_tit {
  padding: 0.18rem 0.3rem;
  color: #1e2026;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  transition: all 0.4s;
  border-left: 5px solid transparent;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .container .f_nav > li .f_tit {
    border-width: 3px;
  }
}
.hadbox-sec3 .f_cont .container .f_nav > li .f_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .container .f_nav > li .f_tit i {
    width: 6px;
    height: 12px;
  }
}
.hadbox-sec3 .f_cont .container .f_nav > li .f_tit i svg {
  height: 100%;
  max-width: 100%;
}
.hadbox-sec3 .f_cont .container .f_nav > li .f_tit i svg path {
  fill: #fff;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul {
  position: absolute;
  left: 100%;
  top: 0.4rem;
  width: 139.8%;
  padding-left: 0.9rem;
  padding-right: 1.2rem;
  border-right: 1px solid #e3e3e3;
  padding-bottom: 0.6rem;
  display: none;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li .f_title {
  display: flex;
  align-items: center;
  color: #666666;
  transition: all 0.4s;
  padding: 0.16rem 0 0.16rem 0.2rem;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li .f_title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(0.75em + 0.16rem);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
  margin-top: -3px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .container .f_nav > li ul li .f_title:before {
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li .f_title span {
  display: block;
  width: calc(100% - 22px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li .f_title i {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .container .f_nav > li ul li .f_title i {
    width: 10px;
    height: 10px;
  }
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li .f_title i svg {
  width: 100%;
  height: 100%;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li .f_title i svg path {
  transition: all 0.4s;
  fill: #c8c8c8;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li .f_nei {
  position: absolute;
  left: 100%;
  top: 0;
  width: 125.09%;
  padding-left: 1.2rem;
  display: none;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li .f_nei .img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.22rem;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li .f_nei .img:before {
  padding-top: 43.7037037%;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li .f_nei .f_text {
  color: #666;
  line-height: 1.875;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.75em;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li .f_nei .f_but {
  display: flex;
  align-items: center;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li .f_nei .f_but .hm_but {
  margin-right: 0.14rem;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li.on .f_title {
  color: #0067da;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li.on .f_title:before {
  background-color: #0067da;
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li.on .f_title i {
  transform: rotate(45deg);
}
.hadbox-sec3 .f_cont .container .f_nav > li ul li.on .f_title i svg path {
  fill: #0067da;
}
.hadbox-sec3 .f_cont .container .f_nav > li.on .f_tit {
  color: #ffffff;
  background-color: #0067da;
  border-color: #29d95f;
}
.hadbox-sec3 .f_cont .container .lt {
  width: 24.102564%;
  width: 22.715%;
}
.hadbox-sec3 .f_cont .container .lt .f_nav {
  width: 100%;
}
.hadbox-sec3 .f_cont .container .gt {
  width: 75.897436%;
  width: 77.285%;
  position: relative;
}
.hadbox-sec3 .f_cont .container .gt .f_item {
  padding: 0.4rem 0 0.9rem 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
}
.hadbox-sec3 .f_cont .container .gt .f_item .font {
  width: 50.91%;
  padding-right: 0.9rem;
}
.hadbox-sec3 .f_cont .container .gt .f_item .font .f_tit {
  font-weight: bold;
  color: #1e2026;
  margin-bottom: 0.22rem;
}
.hadbox-sec3 .f_cont .container .gt .f_item .font .text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.875;
  width: 100%;
  height: 5.625em;
  margin-bottom: 0.52rem;
}
.hadbox-sec3 .f_cont .container .gt .f_item .font .hm_but2 {
  background-color: #29d665;
  border-color: #29d665;
}
.hadbox-sec3 .f_cont .container .gt .f_item .font .hm_but2 span {
  color: #fff;
}
.hadbox-sec3 .f_cont .container .gt .f_item .font .hm_but2 i svg path {
  fill: #fff;
}
.hadbox-sec3 .f_cont .container .gt .f_item .font .hm_but2:hover {
  background-color: transparent;
  border-color: #d4d4d4;
}
.hadbox-sec3 .f_cont .container .gt .f_item .font .hm_but2:hover span {
  color: #0067da;
}
.hadbox-sec3 .f_cont .container .gt .f_item .font .hm_but2:hover i svg path {
  fill: #0067da;
}
.hadbox-sec3 .f_cont .container .gt .f_item .img {
  width: 49.09%;
}
.hadbox-sec3 .f_cont .container .gt .f_item .img:before {
  padding-top: 53.7037037%;
}
.hadbox-sec3 .f_cont .container .gt .active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.hadbox-sec4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  display: none;
}
.hadbox-sec4 .container {
  padding: 0.6rem 0 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .hadbox-sec4 .container {
    padding-bottom: 0.6rem;
  }
}
.hadbox-sec4 .f_close {
  position: absolute;
  right: 0.8rem;
  top: 0.96rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hadbox-sec4 .f_close {
    right: 0;
    top: 0.3rem;
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec4 .f_close img {
  width: 100%;
  float: left;
}
.hadbox-sec4 .f_close img:nth-child(2) {
  display: none;
}
.hadbox-sec4 .f_close svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.hadbox-sec4 .f_close svg path {
  fill: #808080;
}
.hadbox-sec4 .f_close:hover {
  transform: rotate(90deg);
}
.hadbox-sec4 .f_cont {
  max-width: 1000px;
  margin: 0 auto;
}
.hadbox-sec4 .f_cont .fz_title {
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  .hadbox-sec4 .f_cont .fz_title {
    margin-bottom: 0.6rem;
  }
}
.hadbox-sec4 .f_cont .f_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  margin-bottom: 0.36rem;
  border-bottom: 1px solid rgba(194, 194, 194, 0.15);
}
@media (max-width: 767px) {
  .hadbox-sec4 .f_cont .f_form {
    padding-bottom: 0.3rem;
  }
}
.hadbox-sec4 .f_cont .f_form input {
  width: calc(100% - 26px);
  padding-right: 0.26rem;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .hadbox-sec4 .f_cont .f_form input {
    width: calc(100% - 0.36rem);
  }
}
.hadbox-sec4 .f_cont .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555555;
}
.hadbox-sec4 .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
}
.hadbox-sec4 .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555555;
}
.hadbox-sec4 .f_cont .f_form .f_sub {
  overflow: hidden;
  width: 26px;
}
@media (max-width: 767px) {
  .hadbox-sec4 .f_cont .f_form .f_sub {
    width: 0.36rem;
  }
}
.hadbox-sec4 .f_cont .f_form .f_sub img {
  float: left;
  width: 100%;
}
.hadbox-sec4 .f_cont .f_form .f_sub svg {
  width: 100%;
}
.hadbox-sec4 .f_cont .f_form .f_sub svg path {
  fill: #444444;
}
.hadbox-sec4 .f_cont .f_form .f_sub:hover svg path {
  fill: #0067da;
}
.hadbox-sec4 .f_cont .f_jut {
  display: flex;
  line-height: 24px;
  align-items: flex-start;
  line-height: 36px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .f_cont .f_jut {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec4 .f_cont .f_jut {
    line-height: 26px;
  }
}
.hadbox-sec4 .f_cont .f_jut .name {
  fill: 0 0 auto;
  margin-top: 1px;
  display: block;
  padding-right: 0.2rem;
}
.hadbox-sec4 .f_cont .f_jut .f_list {
  fill: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec4 .f_cont .f_jut .f_list .li {
  margin-bottom: 10px;
  color: #555555;
  background-color: #f1f1f1;
  border-radius: 18px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.22rem;
  margin-right: 0.16rem;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .f_cont .f_jut .f_list .li {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec4 .f_cont .f_jut .f_list .li {
    border-radius: 13px;
  }
}
.hadbox-sec4 .f_cont .f_jut .f_list .li:hover {
  color: #ffffff;
  background-color: #0067da;
}
.hadbox:hover .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img {
  display: none;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
  color: #707070;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.on > .tit {
  color: #0067da;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac2 .tit {
  color: #999999;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac1 .tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit {
  color: #999999;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit i svg path,
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  fill: #999999;
}
.hadbox:hover .hadbox-sec1 .gt .xian {
  background-color: #999999;
}
.hadbox:hover .hadbox-sec1 .gt .f_search {
  color: #999999;
}
.hadbox:hover .hadbox-sec1 .gt .f_search svg path {
  fill: #999999;
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
  background-color: #333333;
}
.hadbox2 .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img {
  display: none;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #707070;
}
.hadbox2 .hadbox-sec1 .f_navbox li.on > .tit {
  color: #0067da;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac2 .tit {
  color: #999999;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac1 .tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit {
  color: #999999;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit i svg path,
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  fill: #999999;
}
.hadbox2 .hadbox-sec1 .gt .f_search {
  color: #999999;
}
.hadbox2 .hadbox-sec1 .gt .f_search svg path {
  fill: #999999;
}
.hadbox2 .hadbox-sec1 .gt .xian {
  background-color: #999999;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #333333;
}
/* End */
/* 底部 */
.fotbox {
  background-color: #222328;
}
.fotbox .f_top {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  padding: 0.42rem 0 0.38rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fotbox .f_top img {
  height: 22px;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .fotbox .f_top img {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .fotbox .f_top img {
    height: 0.48rem;
  }
}
.fotbox-sec1 {
  padding: 0.5rem 0 0;
}
@media (max-width: 767px) {
  .fotbox-sec1 {
    padding: 0.6rem 0 0;
  }
}
.fotbox-sec1 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.fotbox-sec1 .container .lt {
  width: 68.8461%;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt {
    width: 100%;
    margin-bottom: 0.56rem;
  }
}
.fotbox-sec1 .container .lt .fot_nav {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_nav {
    flex-wrap: wrap;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li {
  width: 20%;
  padding-right: 0.16rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_nav > li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.26rem;
  }
  .fotbox-sec1 .container .lt .fot_nav > li:last-child {
    margin-bottom: 0;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
  width: 100%;
  color: #fff;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .lt .fot_nav > li .tit {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .fotbox-sec1 .container .lt .fot_nav > li .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_nav > li .tit {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
}
.fotbox-sec1 .container .lt .fot_nav > li .tit i {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.38rem;
  height: 0.38rem;
}
@media (min-width: 768px) {
  .fotbox-sec1 .container .lt .fot_nav > li .tit i {
    display: none;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li .tit i img,
.fotbox-sec1 .container .lt .fot_nav > li .tit i svg {
  width: auto;
  height: 60%;
  max-width: 70%;
}
.fotbox-sec1 .container .lt .fot_nav > li .tit i img path,
.fotbox-sec1 .container .lt .fot_nav > li .tit i svg path {
  fill: #ffffff;
}
.fotbox-sec1 .container .lt .fot_nav > li ul {
  padding-top: 18px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .lt .fot_nav > li ul {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_nav > li ul {
    padding-top: 0.2rem;
    padding-bottom: 0.16rem;
    display: none;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li ul li {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt .fot_nav > li ul li {
    margin-bottom: 0.26rem;
  }
  .fotbox-sec1 .container .lt .fot_nav > li ul li:last-child {
    margin-bottom: 0;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li ul li a {
  color: #fff;
  transition: all 0.4s;
  display: block;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .fotbox-sec1 .container .lt .fot_nav > li ul li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.fotbox-sec1 .container .lt .fot_nav > li.on .tit i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.fotbox-sec1 .container .gt {
  width: 31.1539%;
  padding-left: 3.84615385%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .fotbox-sec1 .container .gt {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt {
    padding-left: 0;
    width: 100%;
  }
}
.fotbox-sec1 .container .gt .font {
  width: 69.76744%;
}
@media (max-width: 991px) {
  .fotbox-sec1 .container .gt .font {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.fotbox-sec1 .container .gt .font .f_tit {
  color: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 0.3rem;
}
.fotbox-sec1 .container .gt .font .text p {
  position: relative;
  color: #ffffff;
  line-height: 34px;
  font-weight: bold;
  padding-left: 32px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .gt .font .text p {
    line-height: 30px;
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .font .text p {
    line-height: 0.46rem;
    padding-left: 24px;
  }
}
.fotbox-sec1 .container .gt .font .text p img {
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 1.4em;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .container .gt .font .text p img {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .font .text p img {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}
.fotbox-sec1 .container .gt .font .text p span {
  opacity: 0.7;
}
.fotbox-sec1 .container .gt .fzer {
  width: 110px;
  margin-left: 0.12rem;
  flex: 0 1 auto;
}
.fotbox-sec1 .container .gt .fzer img {
  width: 100%;
}
.fotbox-sec2 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.76rem 0 0.34rem;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container {
    padding: 0.6rem 0 0.34rem;
  }
}
.fotbox-sec2 .container .lt {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 0.1rem;
  }
}
.fotbox-sec2 .container .lt a,
.fotbox-sec2 .container .lt span {
  display: inline-block;
  color: #fff;
  opacity: 0.3;
  font-size: 14px;
  transition: all 0.4s linear;
}
@media (max-width: 1580px) {
  .fotbox-sec2 .container .lt a,
  .fotbox-sec2 .container .lt span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt a,
  .fotbox-sec2 .container .lt span {
    font-size: 0.26rem;
  }
}
.fotbox-sec2 .container .lt a {
  margin-left: 0.16rem;
}
.fotbox-sec2 .container .lt a:hover {
  opacity: 1;
  text-decoration: underline;
}
.fotbox-sec2 .container .gt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt {
    width: 100%;
    justify-content: center;
  }
}
.fotbox-sec2 .container .gt .li {
  color: #fff;
  font-size: 14px;
  opacity: 0.3;
  transition: all 0.4s linear;
  display: block;
  margin-left: 24px;
}
@media (max-width: 1580px) {
  .fotbox-sec2 .container .gt .li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt .li {
    font-size: 0.26rem;
  }
}
@media (max-width: 1580px) {
  .fotbox-sec2 .container .gt .li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt .li {
    margin: 0 0.22rem;
  }
}
.fotbox-sec2 .container .gt .li:hover {
  text-decoration: underline;
  opacity: 1;
}
/* End */
/* 首页banner */
.bannerbox {
  position: relative;
}
.bannerbox .swiper-slide {
  overflow: hidden;
}
.bannerbox .item {
  display: block;
  position: relative;
  color: #ffffff;
}
.bannerbox .item .bag {
  position: relative;
  width: 100%;
  height: 100%;
}
.bannerbox .item .bag:before {
  padding-top: 47.91666667%;
}
@media (max-width: 767px) {
  .bannerbox .item .bag:before {
    padding-top: 177.86666667%;
  }
}
.bannerbox .item .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .item .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .bannerbox .item .bag img {
    display: none;
  }
  .bannerbox .item .bag img:nth-child(2) {
    display: block;
  }
}
.bannerbox .item .f_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
}
.bannerbox .item .f_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.bannerbox .item .cont {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.bannerbox .item .cont .font .name {
  margin-bottom: 0.24rem;
}
.bannerbox .f_tag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  color: #ffffff;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .bannerbox .f_tag {
    display: none;
  }
}
.bannerbox .f_tag span {
  display: block;
  width: 1px;
  height: 0.6rem;
  margin-top: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
.bannerbox .f_tag span:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  animation: heigtop 4s linear infinite;
}
.bannerbox .qie {
  position: absolute;
  bottom: 0.38rem;
  left: 0;
  width: 100%;
  z-index: 2;
}
.bannerbox .qie .container {
  display: flex;
  align-items: center;
}
.bannerbox .qie .container .f_play {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  margin-right: 0.18rem;
  background-color: #0067da;
}
@media (max-width: 1580px) {
  .bannerbox .qie .container .f_play {
    width: 0.46rem;
    height: 0.46rem;
  }
}
@media (max-width: 767px) {
  .bannerbox .qie .container .f_play {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.bannerbox .qie .container .f_play img {
  width: 38.88888889%;
  height: 38.88888889%;
  object-fit: contain;
}
.bannerbox .qie .container .f_play img:nth-child(2) {
  display: none;
}
.bannerbox .qie .container .f_play.on img {
  display: none;
}
.bannerbox .qie .container .f_play.on img:nth-child(2) {
  display: block;
}
.bannerbox .qie .container .f_huan {
  display: flex;
  align-items: center;
  position: relative;
}
.bannerbox .qie .container .f_huan .bannerbox_prev {
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .bannerbox .qie .container .f_huan .bannerbox_prev {
    margin-right: 0.5rem;
  }
}
.bannerbox .qie .container .f_huan .bannerbox_prev,
.bannerbox .qie .container .f_huan .bannerbox_next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
  background: none;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
}
.bannerbox .qie .container .f_huan .bannerbox_prev svg,
.bannerbox .qie .container .f_huan .bannerbox_next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bannerbox .qie .container .f_huan .bannerbox_prev svg path,
.bannerbox .qie .container .f_huan .bannerbox_next svg path {
  fill: #ffffff;
}
.bannerbox .qie .container .bannerbox_pagin {
  font-size: 14px;
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  width: auto;
  color: #ffffff;
  margin-left: 18px;
}
@media (max-width: 1580px) {
  .bannerbox .qie .container .bannerbox_pagin {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .bannerbox .qie .container .bannerbox_pagin {
    font-size: 0.26rem;
  }
}
@media (max-width: 1580px) {
  .bannerbox .qie .container .bannerbox_pagin {
    margin-left: 14px;
  }
}
@keyframes heigtop {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/* End */
/* 首页 */
.hm_but {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.2rem 0.1rem 0.12rem;
  border: 1px solid #dcdcdc;
  border-radius: 0.36rem;
  color: #999999;
}
.hm_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hm_but i {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .hm_but i {
    width: 12px;
    height: 12px;
  }
}
.hm_but i img {
  width: 100%;
  max-height: 100%;
}
.hm_but i img:nth-child(2) {
  display: none;
}
.hm_but:hover {
  color: #0067da;
}
.hm_but:hover i img {
  display: none;
}
.hm_but:hover i img:nth-child(2) {
  display: block;
}
.hm_but2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.2rem 0.1rem 0.2rem;
  border: 1px solid #c0c7cf;
  border-radius: 0.36rem;
  color: #7f7f7f;
  min-width: 1.4rem;
}
.hm_but2 i {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hm_but2 i {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .hm_but2 i {
    width: 12px;
    height: 12px;
  }
}
.hm_but2 i img {
  width: 100%;
  max-height: 100%;
}
.hm_but2 i img:nth-child(2) {
  display: none;
}
.hm_but2:hover {
  color: #0067da;
}
.hm_but2:hover i {
  transform: translateX(0.06rem);
}
.hm_but2:hover i img {
  display: none;
}
.hm_but2:hover i img:nth-child(2) {
  display: block;
}
.hm_but3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.2rem 0.1rem 0.2rem;
  border: 1px solid #c0c7cf;
  border-radius: 0.36rem;
  color: #7f7f7f;
  background-color: #ffffff;
  transition: all 0.4s;
  min-width: 1.4rem;
  color: #fff;
  background-color: #29d95f;
}
.hm_but3 i {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #29d95f;
  border-radius: 50%;
  border: 1px solid #29d95f;
  margin-left: 0.28rem;
}
@media (max-width: 767px) {
  .hm_but3 i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.hm_but3 i img,
.hm_but3 i svg {
  object-fit: contain;
  width: 46.66666667%;
  height: 46.66666667%;
}
.hm_but3 i img:nth-child(2),
.hm_but3 i svg:nth-child(2) {
  display: none;
}
.hm_but3 i img path,
.hm_but3 i svg path {
  fill: #ffffff;
}
.hm_but3 i {
  border-color: #ffffff;
}
.hm_but3:hover {
  color: #7f7f7f;
  background-color: #ffffff;
  border: 1px solid #c0c7cf;
}
.hm_but4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.24rem;
  border: 1px solid rgba(192, 199, 207, 0.2);
  border-radius: 0.3rem;
  color: #0067da;
  transition: all 0.4s;
  min-width: 1.14rem;
}
.hm_but4:hover {
  color: #ffffff;
  background-color: #29d95f;
  border-color: #29d95f;
}
.hm_tit {
  text-align: center;
}
.hm_tit .f_tit {
  font-weight: bold;
  color: #222222;
}
.hm_tit .f_tit span {
  color: #0067da;
}
.hm_tit .text {
  margin-top: 0.14rem;
  color: #777777;
}
.hm-sec1 {
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
}
.hm-sec1 .f_lokong {
  position: absolute;
  right: 0;
  transform: translateX(50%);
  top: 0.9rem;
  font-weight: bold;
  font-size: 2.3rem;
  color: transparent;
  line-height: 1;
  text-stroke: 1px #666;
  -webkit-text-stroke: 1px #666;
  height: 1.78rem;
}
@media (max-width: 767px) {
  .hm-sec1 .f_lokong {
    font-size: 1rem;
    top: 0.6rem;
    opacity: 0.5;
    opacity: 0;
  }
}
.hm-sec1 .f_lokong img {
  height: 100%;
  width: auto;
}
.hm-sec1 .container2 {
  position: relative;
}
.hm-sec1 .f_font {
  max-width: 7.28rem;
  margin-bottom: 0.64rem;
}
@media (max-width: 767px) {
  .hm-sec1 .f_font {
    max-width: 100%;
  }
}
.hm-sec1 .f_font .name {
  margin-bottom: 0.14rem;
  display: flex;
  align-items: center;
  color: #0067da;
}
.hm-sec1 .f_font .name:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 2px;
  background-color: #0067da;
  margin-right: 0.24rem;
}
.hm-sec1 .f_font .f_tit {
  color: #333333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.66rem;
}
.hm-sec1 .f_nav {
  height: 0.8rem;
  border: 1px solid #f2f2f2;
  line-height: 0.8rem;
  display: flex;
  background-color: #f2f2f2;
}
.hm-sec1 .f_nav .hm1_nav {
  flex: 1 1 auto;
  height: 100%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  padding-bottom: 16px;
}
.hm-sec1 .f_nav .hm1_nav .swiper-slide {
  min-width: 14.28%;
  width: auto;
  text-align: center;
  position: relative;
}
.hm-sec1 .f_nav .hm1_nav .swiper-slide:before {
  content: "";
  display: block;
  width: 1px;
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d3d3d3;
}
.hm-sec1 .f_nav .hm1_nav .swiper-slide:last-child:before {
  display: none;
}
.hm-sec1 .f_nav .hm1_nav .swiper-slide .item {
  padding: 0 0.2rem;
  width: 100%;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  color: #666666;
  transition: all 0.4s;
  font-weight: bold;
  position: relative;
}
.hm-sec1 .f_nav .hm1_nav .swiper-slide .item:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: -1px;
  opacity: 0;
  left: 50%;
  margin-left: -0.13rem;
  border: 0.13rem solid transparent;
  border-top: 0.1rem solid #0067da;
}
@media (max-width: 767px) {
  .hm-sec1 .f_nav .hm1_nav .swiper-slide .item:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .f_nav .hm1_nav .swiper-slide .item span {
    font-size: 0.26rem;
  }
}
.hm-sec1 .f_nav .hm1_nav .on:before {
  opacity: 0;
}
.hm-sec1 .f_nav .hm1_nav .on .item {
  background-color: #0067da;
  color: #ffffff;
}
.hm-sec1 .f_nav .hm1_nav .on .item:before {
  opacity: 1;
}
.hm-sec1 .f_nav .but {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background-color: #ffffff;
  color: #aaaaaa;
  transition: all 0.4s;
  padding-left: 0.34rem;
  padding-right: 0.24rem;
}
@media (max-width: 767px) {
  .hm-sec1 .f_nav .but {
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }
}
.hm-sec1 .f_nav .but:hover {
  color: #0067da;
}
.hm-sec1 .cont {
  position: relative;
  margin-top: 0.42rem;
}
.hm-sec1 .cont .f_jut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.hm-sec1 .cont .f_jut.on {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.hm-sec1 .cont .f_jut .hm1_cont {
  width: auto;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .hm-sec1 .cont .f_jut .hm1_cont {
    margin: 0;
  }
}
.hm-sec1 .cont .f_jut .hm1_cont .swiper-wrapper {
  flex-wrap: wrap;
}
.hm-sec1 .cont .f_jut .hm1_cont .swiper-slide {
  width: 50%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .hm-sec1 .cont .f_jut .hm1_cont .swiper-slide {
    padding: 0;
    width: 100%;
  }
}
.hm-sec1 .cont .f_jut .hm1_cont .swiper-slide .item .img {
  display: block;
  border-radius: 0.1rem;
}
.hm-sec1 .cont .f_jut .hm1_cont .swiper-slide .item .img:before {
  padding-top: 43.42105263%;
}
.hm-sec1 .cont .f_jut .hm1_cont .swiper-slide .item .font {
  display: flex;
  align-items: center;
  margin-top: 0.16rem;
}
.hm-sec1 .cont .f_jut .hm1_cont .swiper-slide .item .font .f_tit {
  flex: 1 1 auto;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hm-sec1 .cont .f_jut .hm1_cont .swiper-slide .item .font .f_but {
  display: flex;
  align-items: center;
  margin-left: 10px;
  flex: 0 0 auto;
}
.hm-sec1 .cont .f_jut .hm1_cont .swiper-slide .item .font .f_but .productbox_but2 {
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hm-sec1 .cont .f_jut .hm1_cont .swiper-slide .item .font .f_but .productbox_but2 {
    margin-right: 8px;
  }
}
.hm-sec1 .cont .f_jut .hm1_cont .swiper-slide .item:hover .img img {
  transform: scale(1.08);
}
.hm-sec1 .qie {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
@media (max-width: 1580px) {
  .hm-sec1 .qie {
    margin-top: 0.46rem;
  }
}
@media (max-width: 767px) {
}
.hm-sec1 .qie .hm1_prev,
.hm-sec1 .qie .hm1_next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.12rem 0.5rem;
  border-radius: 26px;
  background: none;
  position: relative;
  left: 0;
  line-height: 1;
  right: 0;
  top: 0;
  width: auto;
  margin: 0 8px;
  color: #999999;
  border: solid 1px #dcdcdc;
}
@media (max-width: 1580px) {
  .hm-sec1 .qie .hm1_prev,
  .hm-sec1 .qie .hm1_next {
    margin: 0 6px;
  }
}
.hm-sec1 .qie .hm1_prev:hover,
.hm-sec1 .qie .hm1_next:hover {
  color: #0067da;
  border-color: #0067da;
}
.hm-sec2 {
  background-color: #f8f9fa;
  padding: 0 0 0.5rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec2 {
    padding: 0 0 1rem;
  }
}
.hm-sec2 .bag {
  position: absolute;
  right: 0;
  top: 0;
  width: 48.9583%;
  height: 100%;
}
@media (max-width: 767px) {
  .hm-sec2 .bag {
    display: none;
  }
}
.hm-sec2 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
}
.hm-sec2 .cont .font,
.hm-sec2 .cont .gt {
  position: relative;
  padding: 0.64rem 0 1.4rem;
  min-height: 5rem;
}
.hm-sec2 .cont .font {
  width: 51.0417%;
  padding-right: 0.8rem;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .font {
    padding-right: 0;
    width: 100%;
    padding: 1.2rem 0 0.4rem;
  }
}
.hm-sec2 .cont .font .name {
  margin-bottom: 0.14rem;
  display: flex;
  align-items: center;
  color: #0067da;
}
.hm-sec2 .cont .font .name:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 2px;
  background-color: #0067da;
  margin-right: 0.24rem;
}
.hm-sec2 .cont .font .f_tit {
  color: #333333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.66rem;
}
.hm-sec2 .cont .font .f_but {
  display: flex;
  align-items: center;
}
.hm-sec2 .cont .font .f_but .but {
  margin-right: 10px;
}
.hm-sec2 .cont .gt {
  width: 48.9583%;
  color: #ffffff;
  padding-left: 0.46rem;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .gt {
    padding: 0.66rem 0.36rem;
    padding: 0.66rem 0;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .gt {
    width: 100%;
    position: relative;
  }
  .hm-sec2 .cont .gt:before {
    content: "";
    background: url(../images/jiyubagimg1.png) no-repeat center / cover;
    display: block;
    position: absolute;
    left: -5vw;
    top: 0;
    width: 100vw;
    height: 100%;
  }
}
.hm-sec2 .cont .gt .f_nav {
  display: flex;
  position: relative;
  margin-bottom: 0.34rem;
}
.hm-sec2 .cont .gt .f_nav li {
  display: block;
  position: relative;
  margin-right: 0.4rem;
}
.hm-sec2 .cont .gt .f_nav li:last-child {
  margin-right: 0;
}
.hm-sec2 .cont .gt .f_nav li .f_tit {
  padding-bottom: 0.28rem;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  color: #ffffff;
  transition: all 0.4s;
  border-bottom: 2px solid transparent;
}
.hm-sec2 .cont .gt .f_nav li.on .f_tit {
  border-color: #ffffff;
}
.hm-sec2 .cont .gt .f_nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.1;
}
.hm-sec2 .cont .gt .f_nei {
  position: relative;
}
.hm-sec2 .cont .gt .f_nei .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.hm-sec2 .cont .gt .f_nei .item .f_tit {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.16rem;
}
.hm-sec2 .cont .gt .f_nei .item .text {
  line-height: 1.875;
  color: #ffffff;
}
.hm-sec2 .cont .gt .f_nei .on {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.hm-sec2 .f_nei2 {
  position: relative;
  margin-top: -1rem;
}
@media (max-width: 1580px) {
  .hm-sec2 .f_nei2 {
    margin-top: -0.6rem;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .f_nei2 {
    margin-top: 0.6rem;
  }
}
.hm-sec2 .f_nei2 .f_zhong {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.hm-sec2 .f_nei2 .f_zhong.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.hm-sec2 .f_zhong {
  position: relative;
}
.hm-sec2 .f_zhong .hm2_cont {
  width: auto;
  margin: 0 -0.13rem;
}
.hm-sec2 .f_zhong .hm2_cont .swiper-slide {
  padding: 0 0.13rem;
  width: 33.333%;
}
@media (max-width: 767px) {
  .hm-sec2 .f_zhong .hm2_cont .swiper-slide {
    width: 80%;
  }
}
.hm-sec2 .f_zhong .hm2_cont .swiper-slide .item {
  display: block;
}
.hm-sec2 .f_zhong .hm2_cont .swiper-slide .item .f_img {
  position: relative;
  margin-bottom: 0.14rem;
}
.hm-sec2 .f_zhong .hm2_cont .swiper-slide .item .f_img .yuan {
  width: 1.06rem;
  height: 1.06rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #29d95f;
  z-index: 2;
  margin-top: 0.4rem;
  opacity: 0;
  transition: all 0.4s;
  text-align: center;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}
.hm-sec2 .f_zhong .hm2_cont .swiper-slide .item .f_img .img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.hm-sec2 .f_zhong .hm2_cont .swiper-slide .item .f_img .img:before {
  padding-top: 68.44444444%;
}
.hm-sec2 .f_zhong .hm2_cont .swiper-slide .item .f_img .img img {
  transition: all 0.4s;
}
.hm-sec2 .f_zhong .hm2_cont .swiper-slide .item .f_tit {
  color: #333333;
  transition: all 0.4s;
  font-weight: bold;
}
.hm-sec2 .f_zhong .hm2_cont .swiper-slide .item:hover .f_img .img img {
  transform: scale(1.04);
}
.hm-sec2 .f_zhong .hm2_cont .swiper-slide .item:hover .f_img .yuan {
  opacity: 1;
  margin-top: 0;
}
.hm-sec2 .f_zhong .hm2_cont .swiper-slide .item:hover .f_tit {
  color: #0067da;
}
.hm-sec2 .f_zhong .qie {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
}
.hm-sec2 .f_zhong .qie .hm2_pagin {
  flex: 1 1 auto;
  position: relative;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #e5e6e8;
}
.hm-sec2 .f_zhong .qie .hm2_pagin span {
  background-color: #0067da;
}
.hm-sec2 .f_zhong .qie .gt {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
}
.hm-sec2 .f_zhong .qie .gt .hm2_prev {
  margin-right: 0.12rem;
}
.hm-sec3 {
  overflow: hidden;
}
.hm-sec3 .cont {
  position: relative;
  padding: 1.8rem 0 1.2rem;
}
@media (max-width: 767px) {
  .hm-sec3 .cont {
    padding: 1.2rem 0;
  }
}
.hm-sec3 .cont .hm3_bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hm-sec3 .cont .bag {
  width: 100%;
  background-color: #0067da;
  height: 100%;
}
@media (max-width: 1199px) {
}
.hm-sec3 .cont .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec3 .cont .f_zhong {
  width: 100%;
  z-index: 2;
  color: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
.hm-sec3 .cont .f_zhong .container2 {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .hm-sec3 .cont .f_zhong .container2 {
    flex-wrap: wrap;
  }
}
.hm-sec3 .cont .f_zhong .container2 .f_shu {
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  padding-right: 0.6rem;
  flex: 0 0 auto;
  width: 40.39%;
}
@media (max-width: 767px) {
  .hm-sec3 .cont .f_zhong .container2 .f_shu {
    padding-right: 0;
    width: 100%;
    font-size: 1.2rem;
  }
}
.hm-sec3 .cont .f_zhong .container2 .f_font {
  flex: 1 1 auto;
  display: block;
  width: 59.61%;
  padding-top: 0.66rem;
}
@media (max-width: 767px) {
  .hm-sec3 .cont .f_zhong .container2 .f_font {
    width: 100%;
  }
}
.hm-sec3 .cont .f_zhong .container2 .f_font .name {
  margin-bottom: 0.14rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.hm-sec3 .cont .f_zhong .container2 .f_font .name:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 2px;
  background-color: #fff;
  margin-right: 0.24rem;
}
.hm-sec3 .cont .f_zhong .container2 .f_font .f_tit {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.34rem;
}
.hm-sec3 .cont .f_zhong .container2 .f_font .text {
  line-height: 1.66666667;
  color: #ffffff;
  margin-bottom: 0.52rem;
}
.hm-sec3 .cont .f_zhong .container2 .f_font .but {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.hm-sec3 .cont .f_zhong .container2 .f_font .but i {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background-color: #2ad960;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.18rem;
}
@media (max-width: 767px) {
  .hm-sec3 .cont .f_zhong .container2 .f_font .but i {
    width: 0.56rem;
    height: 0.56rem;
  }
}
.hm-sec3 .cont .f_zhong .container2 .f_font .but i svg {
  width: 38.88888889%;
  height: 38.88888889%;
}
.hm-sec3 .cont .f_zhong .container2 .f_font .but i svg path {
  fill: #ffffff;
}
.hm-sec3 .f_jut {
  position: relative;
  margin-top: 0.6rem;
}
.hm-sec3 .f_jut .hm3_next,
.hm-sec3 .f_jut .hm3_prev {
  position: absolute;
  top: 50%;
  border-color: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hm-sec3 .f_jut .hm3_next,
  .hm-sec3 .f_jut .hm3_prev {
    display: none;
  }
}
.hm-sec3 .f_jut .hm3_next svg path,
.hm-sec3 .f_jut .hm3_prev svg path {
  fill: #fff;
}
.hm-sec3 .f_jut .hm3_next {
  left: initial;
  right: -0.82rem;
}
.hm-sec3 .f_jut .hm3_prev {
  left: -0.82rem;
}
.hm-sec3 .f_jut .hm3_cont {
  width: auto;
  margin: 0 -0.15rem;
}
.hm-sec3 .f_jut .hm3_cont .swiper-slide {
  padding: 0 0.13rem;
  width: 33.333%;
}
@media (max-width: 767px) {
  .hm-sec3 .f_jut .hm3_cont .swiper-slide {
    width: 80%;
  }
}
.hm-sec3 .f_jut .hm3_cont .swiper-slide .item {
  display: block;
}
.hm-sec3 .f_jut .hm3_cont .swiper-slide .item .f_img {
  position: relative;
  margin-bottom: 0.14rem;
}
.hm-sec3 .f_jut .hm3_cont .swiper-slide .item .f_img .yuan {
  width: 1.06rem;
  height: 1.06rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #29d95f;
  z-index: 2;
  margin-top: 0.4rem;
  opacity: 0;
  transition: all 0.4s;
  text-align: center;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}
.hm-sec3 .f_jut .hm3_cont .swiper-slide .item .f_img .img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.hm-sec3 .f_jut .hm3_cont .swiper-slide .item .f_img .img:before {
  padding-top: 62%;
}
.hm-sec3 .f_jut .hm3_cont .swiper-slide .item .f_img .img img {
  transition: all 0.4s;
}
.hm-sec3 .f_jut .hm3_cont .swiper-slide .item .f_tit {
  color: #fff;
  transition: all 0.4s;
  font-weight: bold;
  text-align: center;
}
.hm-sec3 .f_jut .hm3_cont .swiper-slide .item:hover .f_img .img img {
  transform: scale(1.04);
}
.hm-sec3 .f_jut .hm3_cont .swiper-slide .item:hover .f_img .yuan {
  opacity: 1;
  margin-top: 0;
}
.hm-sec3 .f_jut .hm3_cont .swiper-slide .item:hover .f_tit {
  color: #0067da;
  color: #fff;
}
.hm-sec4 {
  padding: 2.9rem 0 0.9rem;
  position: relative;
  overflow: hidden;
}
.hm-sec4 .f_lokong {
  position: absolute;
  left: 0;
  transform: translateX(-40%);
  top: 0.7rem;
  font-weight: bold;
  font-size: 2.3rem;
  color: transparent;
  line-height: 1;
  text-stroke: 1px #ddd;
  -webkit-text-stroke: 1px #ddd;
  height: 1.78rem;
}
@media (max-width: 767px) {
  .hm-sec4 .f_lokong {
    font-size: 1rem;
    top: 0.6rem;
    opacity: 0.5;
    opacity: 0;
  }
}
.hm-sec4 .f_lokong img {
  height: 100%;
  width: auto;
}
.hm-sec4 .font {
  max-width: 9.12rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .hm-sec4 .font {
    width: 100%;
    max-width: 100%;
  }
}
.hm-sec4 .font .name {
  margin-bottom: 0.14rem;
  display: flex;
  align-items: center;
  color: #0067da;
}
.hm-sec4 .font .name:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 2px;
  background-color: #0067da;
  margin-right: 0.1rem;
}
.hm-sec4 .font .f_tit {
  color: #141414;
  font-weight: bold;
  max-width: 7.74rem;
  line-height: 1.2;
  margin-bottom: 0.28rem;
}
@media (max-width: 767px) {
  .hm-sec4 .font .f_tit {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
}
.hm-sec4 .font .f_tit span {
  color: #0067da;
}
.hm-sec4 .font .f_text {
  line-height: 1.66666667;
  color: #666666;
  margin-bottom: 0.48rem;
}
.hm-sec4 .font .f_but {
  display: flex;
  align-items: center;
}
.hm-sec4 .font .f_but .but {
  margin-right: 10px;
}
.hm-sec4 .f_img {
  width: auto;
  margin-top: -3.16rem;
}
.hm-sec4 .f_img img {
  width: auto;
}
@media (max-width: 1199px) {
  .hm-sec4 .f_img {
    width: 100%;
  }
  .hm-sec4 .f_img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .f_img {
    margin-top: 0;
  }
}
.hm-sec4 .f_jut {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.hm-sec4 .f_jut .item {
  text-align: center;
  width: 50%;
  position: relative;
}
@media (min-width: 768px) {
  .hm-sec4 .f_jut .item {
    width: 25%;
  }
  .hm-sec4 .f_jut .item:nth-child(4n):before {
    display: none;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .f_jut .item {
    margin-bottom: 0.46rem;
  }
  .hm-sec4 .f_jut .item:nth-child(2n):before {
    display: none;
  }
}
.hm-sec4 .f_jut .item:last-child:before {
  display: none;
}
.hm-sec4 .f_jut .item:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  width: 1px;
  height: 1rem;
  background-color: #d1d1d1;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .hm-sec4 .f_jut .item:before {
    transform: translateY(-50%);
  }
}
.hm-sec4 .f_jut .item .shu {
  font-size: 0.72rem;
  line-height: 0.9;
  font-weight: bold;
  margin-bottom: 0.18rem;
  background: linear-gradient(45deg, #3297ff 40%, #29d95f 60%);
  /* 从左到右渐变 */
  -webkit-background-clip: text;
  /* Safari/Chrome */
  -webkit-text-fill-color: transparent;
  /* Safari/Chrome */
  color: transparent;
  /* Firefox/Opera */
}
.hm-sec4 .f_jut .item .text {
  color: #333333;
}
.hm-sec5 {
  padding: 1rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hm-sec5 .f_font {
  display: flex;
  align-items: center;
}
.hm-sec5 .f_font .f_tit {
  color: #222222;
  font-weight: bold;
  margin-right: 0.36rem;
}
.hm-sec5 .f_font .qie {
  display: flex;
  align-items: center;
}
.hm-sec5 .f_font .qie .hm5_prev,
.hm-sec5 .f_font .qie .hm5_next {
  position: relative;
  left: 0;
  right: 0;
  margin: 0;
  background: none;
  width: 0.65rem;
  height: 0.5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-sec5 .f_font .qie .hm5_prev svg,
.hm-sec5 .f_font .qie .hm5_next svg {
  width: 21.53846154%;
  height: 30.76923077%;
  width: 36.92307692%;
  height: 36.92307692%;
}
.hm-sec5 .f_font .qie .hm5_prev svg path,
.hm-sec5 .f_font .qie .hm5_next svg path {
  fill: #cecece;
}
.hm-sec5 .f_font .qie .hm5_prev:hover,
.hm-sec5 .f_font .qie .hm5_next:hover {
  background-color: #0067da;
}
.hm-sec5 .f_font .qie .hm5_prev:hover svg path,
.hm-sec5 .f_font .qie .hm5_next:hover svg path {
  fill: #ffffff;
}
.hm-sec5 .f_font .qie .hm5_prev {
  border-right: 1px solid #ddd;
}
@media (max-width: 991px) {
  .hm-sec5 .hm5_cont {
    margin-top: 0.56rem;
  }
}
.hm-sec5 .hm5_cont .f_cont {
  display: flex;
  flex-wrap: wrap;
}
.hm-sec5 .hm5_cont .f_cont .item {
  width: 20%;
  position: relative;
  overflow: hidden;
}
.hm-sec5 .hm5_cont .f_cont .item:before {
  content: "";
  display: block;
  padding-top: 54.48717949%;
}
.hm-sec5 .hm5_cont .f_cont .item .f_tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #29d95f;
  background-color: #0067da;
  height: 0.5rem;
  color: #fff;
  padding: 0 0.2rem;
  transition: all 0.4s;
  transform: translateY(100%);
}
@media (max-width: 991px) {
  .hm-sec5 .hm5_cont .f_cont .item .f_tit {
    display: none;
  }
}
@media (min-width: 992px) {
  .hm-sec5 .hm5_cont .f_cont .item:nth-child(1) {
    margin-left: 40%;
  }
  .hm-sec5 .hm5_cont .f_cont .item:nth-child(2) .img,
  .hm-sec5 .hm5_cont .f_cont .item:nth-child(8) .img {
    background-color: #f7f7f7;
  }
  .hm-sec5 .hm5_cont .f_cont .item:nth-child(4) {
    margin-left: 20%;
  }
  .hm-sec5 .hm5_cont .f_cont .item.f_kong .img {
    background-color: #29d95f;
  }
  .hm-sec5 .hm5_cont .f_cont .item:nth-child(6) {
    margin-right: 20%;
  }
  .hm-sec5 .hm5_cont .f_cont .item:nth-child(9) {
    margin-right: 20%;
  }
}
@media (max-width: 991px) {
  .hm-sec5 .hm5_cont .f_cont .item {
    width: 33.333%;
  }
  .hm-sec5 .hm5_cont .f_cont .item.f_kong {
    display: none;
  }
  .hm-sec5 .hm5_cont .f_cont .item.f_kong .img {
    height: 100%;
  }
}
.hm-sec5 .hm5_cont .f_cont .item .img {
  background-color: #ffffff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
}
.hm-sec5 .hm5_cont .f_cont .item .img img {
  width: auto;
  height: auto;
  max-width: 72.11538462%;
  max-height: 61.76470588%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .hm-sec5 .hm5_cont .f_cont .item:not(.f_kong):hover .img {
    height: calc(100% - 0.5rem);
  }
  .hm-sec5 .hm5_cont .f_cont .item:not(.f_kong):hover .f_tit {
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .hm-sec5 .hm5_cont .swiper-slide .f_cont .item {
    opacity: 0;
  }
  .hm-sec5 .hm5_cont .swiper-slide .f_cont .item:nth-child(1) {
    transform-origin: center bottom;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .hm-sec5 .hm5_cont .swiper-slide .f_cont .item:nth-child(2) {
    transform-origin: center bottom;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .hm-sec5 .hm5_cont .swiper-slide .f_cont .item:nth-child(3) {
    transform-origin: left top;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  .hm-sec5 .hm5_cont .swiper-slide .f_cont .item:nth-child(4) {
    transform-origin: right top;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .hm-sec5 .hm5_cont .swiper-slide .f_cont .item:nth-child(6) {
    transform-origin: left top;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  .hm-sec5 .hm5_cont .swiper-slide .f_cont .item:nth-child(7) {
    transform-origin: right top;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .hm-sec5 .hm5_cont .swiper-slide .f_cont .item:nth-child(8) {
    transform-origin: center top;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  .hm-sec5 .hm5_cont .swiper-slide .f_cont .item:nth-child(9) {
    transform-origin: center top;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  .hm-sec5 .hm5_cont .swiper-slide .f_cont .item:nth-child(10) {
    transform-origin: center top;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  .hm-sec5 .hm5_cont .swiper-slide .f_cont .f_kong {
    opacity: 0;
  }
  .hm-sec5 .hm5_cont .swiper-slide-active .f_cont > .item {
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.27, 0.48, 0.51, 0.95);
    transition: all 0.5s cubic-bezier(0.27, 0.48, 0.51, 0.95);
  }
  .hm-sec5 .hm5_cont .swiper-slide-active .f_cont > .item:nth-child(1) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  .hm-sec5 .hm5_cont .swiper-slide-active .f_cont > .item:nth-child(2) {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
  }
  .hm-sec5 .hm5_cont .swiper-slide-active .f_cont > .item:nth-child(3) {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
  }
  .hm-sec5 .hm5_cont .swiper-slide-active .f_cont > .item:nth-child(4) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .hm-sec5 .hm5_cont .swiper-slide-active .f_cont > .item:nth-child(6) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .hm-sec5 .hm5_cont .swiper-slide-active .f_cont > .item:nth-child(7) {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
  }
  .hm-sec5 .hm5_cont .swiper-slide-active .f_cont > .item:nth-child(8) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .hm-sec5 .hm5_cont .swiper-slide-active .f_cont > .item:nth-child(9) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .hm-sec5 .hm5_cont .swiper-slide-active .f_cont > .item:nth-child(10) {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
  }
  .hm-sec5 .hm5_cont .swiper-slide-active .f_cont > .f_kong {
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.27, 0.48, 0.51, 0.95);
    transition: all 0.6s cubic-bezier(0.27, 0.48, 0.51, 0.95);
  }
}
.hm-sec6 {
  padding: 0.7rem 0 1rem;
}
@media (max-width: 767px) {
  .hm-sec6 {
    padding: 1.2rem 0;
  }
}
.hm-sec6 .hm_tit {
  margin-bottom: 0.34rem;
}
.hm-sec6 .hm6_cont1 .f_item {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8fafc;
}
.hm-sec6 .hm6_cont1 .f_item .img {
  width: 61.05%;
}
@media (max-width: 767px) {
  .hm-sec6 .hm6_cont1 .f_item .img {
    width: 100%;
  }
}
.hm-sec6 .hm6_cont1 .f_item .img:before {
  padding-top: 42.70833333%;
}
.hm-sec6 .hm6_cont1 .f_item .font {
  width: 38.95%;
  padding: 0.54rem 0.7rem 0.2rem 0.5rem;
}
@media (max-width: 1580px) {
  .hm-sec6 .hm6_cont1 .f_item .font {
    padding: 0.9rem 0.6rem 0.3rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .hm-sec6 .hm6_cont1 .f_item .font {
    padding: 0.4rem 0.36rem;
  }
}
@media (max-width: 767px) {
  .hm-sec6 .hm6_cont1 .f_item .font {
    width: 100%;
  }
}
.hm-sec6 .hm6_cont1 .f_item .font .f_time {
  margin-bottom: 0.2rem;
  color: #999999;
}
.hm-sec6 .hm6_cont1 .f_item .font .f_time span {
  color: #0067da;
}
.hm-sec6 .hm6_cont1 .f_item .font .f_tit {
  color: #333333;
  line-height: 1.33333333;
  height: 2.66666667em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 2.83333333em;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .hm-sec6 .hm6_cont1 .f_item .font .f_tit {
    display: block;
    height: auto;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.hm-sec6 .hm6_cont1 .f_item .font .f_text {
  color: #666666;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.4rem;
}
.hm-sec6 .hm6_cont1 .f_item:hover .img img {
  transform: scale(1.04);
}
.hm-sec6 .hm6_cont1 .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61.538%;
  bottom: 20px;
}
@media (max-width: 1580px) {
  .hm-sec6 .hm6_cont1 .swiper-pagination {
    bottom: 16px;
  }
}
.hm-sec6 .hm6_cont1 .swiper-pagination span {
  border: solid 1px #ffffff;
  width: 14px;
  height: 14px;
  background-color: transparent;
  margin: 0 5px;
  opacity: 1;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .hm-sec6 .hm6_cont1 .swiper-pagination span {
    width: 12px;
    height: 12px;
  }
}
.hm-sec6 .hm6_cont1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .hm-sec6 .hm6_cont1 .swiper-pagination {
    width: 100%;
    position: relative;
    bottom: 0;
    margin: 0.3rem;
    margin-bottom: 0.66rem;
  }
  .hm-sec6 .hm6_cont1 .swiper-pagination span {
    border-color: #0067da;
  }
  .hm-sec6 .hm6_cont1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0067da;
  }
}
.hm-sec6 .cont {
  display: flex;
  margin-right: -1px;
  border: solid 1px #d3d6d8;
}
@media (max-width: 767px) {
  .hm-sec6 .cont {
    flex-wrap: wrap;
  }
}
.hm-sec6 .cont .hm6_cont2 {
  flex: 1 1 auto;
}
.hm-sec6 .cont .hm6_cont2 .swiper-slide {
  width: 33.333%;
}
@media (max-width: 767px) {
  .hm-sec6 .cont .hm6_cont2 .swiper-slide {
    width: 80%;
  }
}
.hm-sec6 .cont .hm6_cont2 .swiper-slide .item {
  display: block;
  padding: 0.44rem 0.42rem 0.5rem 0.34rem;
  border-right: 1px solid #d3d6d8;
}
@media (max-width: 767px) {
  .hm-sec6 .cont .hm6_cont2 .swiper-slide .item {
    padding: 0.56rem 0.36rem;
  }
}
.hm-sec6 .cont .hm6_cont2 .swiper-slide .item .f_tit {
  font-weight: bold;
  color: #333333;
  line-height: 1.36363636;
  height: 2.72727273em;
  display: -webkit-box;
  transition: all 0.4s;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.22rem;
  overflow: hidden;
}
.hm-sec6 .cont .hm6_cont2 .swiper-slide .item .f_text {
  color: #777777;
  line-height: 1.625;
  height: 3.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hm-sec6 .cont .hm6_cont2 .swiper-slide:last-child .item {
  border-color: transparent;
}
.hm-sec6 .cont .hm6_cont2 .swiper-slide:hover .f_tit {
  color: #0067da;
}
.hm-sec6 .cont .qie {
  width: 1.2rem;
  width: 8.57%;
  flex: 0 0 auto;
  border-left: 1px solid #d3d6d8;
  margin-left: -1px;
}
@media (max-width: 767px) {
  .hm-sec6 .cont .qie {
    display: none;
  }
}
.hm-sec6 .cont .qie .hm6_cont2_prev,
.hm-sec6 .cont .qie .hm6_cont2_next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  opacity: 1;
  width: 100%;
}
.hm-sec6 .cont .qie .hm6_cont2_prev svg,
.hm-sec6 .cont .qie .hm6_cont2_next svg {
  width: 24.16666667%;
  height: 25%;
}
.hm-sec6 .cont .qie .hm6_cont2_prev svg path,
.hm-sec6 .cont .qie .hm6_cont2_next svg path {
  fill: #999999;
}
.hm-sec6 .cont .qie .hm6_cont2_prev:hover svg path,
.hm-sec6 .cont .qie .hm6_cont2_next:hover svg path {
  fill: #0067da;
}
.hm-sec6 .cont .qie .hm6_cont2_prev {
  border-bottom: 1px solid #d3d6d8;
}
.hm-sec7 {
  position: relative;
  padding: 0.64rem 0 1rem;
}
@media (max-width: 767px) {
  .hm-sec7 {
    padding: 1rem 0;
  }
}
.hm-sec7 .bag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hm-sec7 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec7 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  width: 82%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .hm-sec7 .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .hm-sec7 .container {
    width: 90%;
  }
}
.hm-sec7 .container .font {
  color: #ffffff;
  width: 66%;
  max-width: 6.74rem;
}
@media (max-width: 767px) {
  .hm-sec7 .container .font {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 0.34rem;
  }
}
.hm-sec7 .container .font .name {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hm-sec7 .container .font .name {
    justify-content: center;
  }
}
.hm-sec7 .container .font .name:before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 2px;
  background-color: #ffffff;
  margin-right: 0.2rem;
}
.hm-sec7 .container .font .f_tit {
  font-weight: bold;
  line-height: 1.33333333;
}
.hm-sec7 .container .f_but {
  min-width: 2.82rem;
  padding: 0.2rem 0.24rem 0.2rem 0.36rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  display: flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hm-sec7 .container .f_but {
    margin: 0 auto;
  }
}
.hm-sec7 .container .f_but i {
  display: block;
  width: 0.46rem;
  overflow: hidden;
  margin-left: 0.3rem;
}
.hm-sec7 .container .f_but i img {
  width: 100%;
  float: left;
}
.hm-sec7 .container .f_but:hover {
  opacity: 0.9;
}
/* End */
/* 侧边栏 */
@media (max-width: 767px) {
  .fixHeight {
    height: 50px;
  }
}
.fixedgt {
  display: none;
  position: fixed;
  z-index: 666;
  border-radius: 8px 0px 0px 8px;
  border: solid 1px #dfdfdf;
  border-right: none;
  background-color: #fff;
  padding: 0.18rem 0 4px;
}
@media (min-width: 768px) {
  .fixedgt {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.fixedgt .item {
  padding: 0 0.16rem 0;
  position: relative;
  margin-bottom: 0.12rem;
}
@media (max-width: 767px) {
  .fixedgt .item {
    width: 25%;
    margin-bottom: 0;
  }
}
.fixedgt .item:last-child {
  margin-bottom: 0;
}
.fixedgt .item:last-child .f_tit {
  border-bottom: none;
}
.fixedgt .item .f_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s;
  color: #999999;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 8px;
}
.fixedgt .item .f_tit img {
  height: 0.26rem;
  width: auto;
  margin-bottom: 6px;
}
.fixedgt .item .er_hover,
.fixedgt .item .tel_hover {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 4px;
  display: none;
}
.fixedgt .item .er_hover {
  width: 100px;
  padding: 0.14rem 0.15rem;
  text-align: center;
  top: 76%;
  color: #999;
  padding-right: 0.24rem;
  background: url(../images/erimgfz1.png) no-repeat left top / 100% 100%;
}
.fixedgt .item .er_hover img {
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .fixedgt .item .er_hover img {
    margin-bottom: 4px;
  }
}
.fixedgt .item .tel_hover {
  width: 172px;
  padding: 0.16rem 0.1rem;
  color: #0067da;
  font-family: 'shuzi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
  background: url(../images/erimgfz2.png) no-repeat left top / 100% 100%;
}
.fixedgt .item:hover .f_tit {
  color: #0067da;
}
.fixedgt .item:hover .er_hover,
.fixedgt .item:hover .tel_hover {
  display: block;
}
@media (max-width: 767px) {
  .fixedgt {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding: 0.14rem 0;
    zoom: 1;
  }
  .fixedgt:after {
    content: '';
    display: block;
    clear: both;
  }
  .fixedgt .item {
    float: left;
  }
  .fixedgt .item .f_tit {
    font-size: 0.24rem;
  }
  .fixedgt .item .f_tit img {
    height: 0.3rem;
    margin-bottom: 2px;
  }
  .fixedgt .item .tel_hover {
    display: none;
  }
  .fixedgt .item .er_hover {
    position: absolute;
    bottom: 100%;
    top: initial;
    left: 0;
    transform: translate(0, 0);
    width: 120px;
    margin-bottom: 10px;
  }
}
/* End */
/* 404 */
.errorbox {
  padding: 1.74rem 0 1.94rem;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.errorbox .img {
  height: 2.84rem;
  max-width: 100%;
  margin-bottom: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .errorbox .img {
    height: 2rem;
  }
}
.errorbox .img img {
  width: auto;
  max-width: initial;
  height: 100%;
}
.errorbox .f_text {
  color: #000;
  margin-bottom: 0.22rem;
}
.errorbox .f_text span {
  color: #0067da;
}
.errorbox .f_text a {
  color: #0067da;
  display: inline-block;
  margin-left: 0.1rem;
}
.errorbox .f_text a:hover {
  text-decoration: underline;
}
.errorbox .hm_but {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .errorbox .hm_but {
    width: 1.48rem;
  }
}
/* End */
/* 网站地图 */
.webstiembox .container {
  max-width: 1200px;
}
.webstiembox .container .fztit1 {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.38rem;
  text-align: center;
}
.webstiembox .container .cont .jut {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding: 0.44rem 0 0.34rem;
  line-height: 28px;
}
@media (max-width: 1580px) {
  .webstiembox .container .cont .jut {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .webstiembox .container .cont .jut {
    line-height: 1.5;
  }
}
.webstiembox .container .cont .jut:last-child {
  border-bottom: none;
}
.webstiembox .container .cont .jut .tit {
  display: block;
  width: 13.6666%;
  font-weight: 600;
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .webstiembox .container .cont .jut .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .webstiembox .container .cont .jut .tit {
    font-size: 0.3rem;
  }
}
@media (max-width: 991px) {
  .webstiembox .container .cont .jut .tit {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .webstiembox .container .cont .jut .tit {
    width: 100%;
  }
}
.webstiembox .container .cont .jut .nei {
  display: flex;
  flex-wrap: wrap;
  width: 86.3334%;
}
@media (max-width: 991px) {
  .webstiembox .container .cont .jut .nei {
    width: 82%;
  }
}
@media (max-width: 767px) {
  .webstiembox .container .cont .jut .nei {
    width: 100%;
    margin-top: 0.24rem;
  }
}
.webstiembox .container .cont .jut .nei .li {
  margin-right: 0.7rem;
  display: inline-block;
  padding-right: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 16px;
  transition: all 0.4s;
  color: #666666;
}
@media (max-width: 1580px) {
  .webstiembox .container .cont .jut .nei .li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .webstiembox .container .cont .jut .nei .li {
    font-size: 0.28rem;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .webstiembox .container .cont .jut .nei .li {
    width: auto;
    margin-right: 0.4rem;
    font-size: 0.24rem;
  }
}
.webstiembox .container .cont .jut .nei .li:hover {
  color: #0067da;
}
/* End */
/* 隐私政策 */
.policybox-sec1 {
  padding: 1rem 0 1.4rem;
}
.policybox-sec1 .f_cont .f_title {
  font-weight: bold;
  text-align: center;
  color: #38393c;
  margin-bottom: 0.26rem;
}
.policybox-sec1 .f_cont .f_jut {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.42rem;
}
.policybox-sec1 .f_cont .f_jut .li {
  color: #999999;
  margin: 0 0.25rem;
}
@media (max-width: 767px) {
  .policybox-sec1 .f_cont .f_jut .li {
    font-size: 0.26rem;
    margin: 0 0.1rem;
  }
}
/* End */
/* 联系我们 */
.contactbanner {
  position: relative;
}
.contactbanner .bag {
  position: relative;
  padding-top: 31.25%;
}
@media (max-width: 767px) {
  .contactbanner .bag {
    padding-top: 106.66666667%;
  }
}
.contactbanner .bag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/jainbimgfz1.png) no-repeat left top / auto 100%;
}
.contactbanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .contactbanner .bag img {
    display: none;
  }
  .contactbanner .bag img:nth-child(2) {
    display: block;
  }
}
.contactbanner .cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  color: #ffffff;
}
.contactbanner .cont .name {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.contactbanner .cont .name:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 2px;
  background-color: #ffffff;
  margin-right: 0.24rem;
}
.contactbanner .cont .f_tit {
  font-weight: bold;
  line-height: 1.25;
}
.contactbox_tit {
  text-align: center;
}
.contactbox_tit .f_tit {
  color: #222222;
  font-weight: bold;
}
.contactbox-sec1 {
  background-color: #e5ebf0;
  padding: 0.7rem 0;
  position: relative;
}
.contactbox-sec1 .bag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contactbox-sec1 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactbox-sec1 .container2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.contactbox-sec1 .container2 .lt {
  width: 56.571%;
  background-color: #fff;
  padding: 0.46rem 0.74rem 0.52rem;
}
@media (max-width: 991px) {
  .contactbox-sec1 .container2 .lt {
    width: 100%;
    padding: 0.6rem 0.34rem;
  }
}
.contactbox-sec1 .container2 .lt .f_tit {
  font-weight: bold;
  color: #222222;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #eeeef0;
  position: relative;
}
.contactbox-sec1 .container2 .lt .f_tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.8rem;
  height: 3px;
  background-color: #0067da;
}
.contactbox-sec1 .container2 .lt .f_jut {
  display: flex;
  flex-wrap: wrap;
}
.contactbox-sec1 .container2 .lt .f_jut .li {
  width: 50%;
  padding: 0.26rem 0 0.2rem;
  border-bottom: 1px solid #eeeef0;
  position: relative;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .contactbox-sec1 .container2 .lt .f_jut .li {
    width: 100%;
  }
}
.contactbox-sec1 .container2 .lt .f_jut .li:before {
  content: "";
  display: none;
  width: 1px;
  height: 0.56rem;
  background-color: #eeeef0;
  position: absolute;
  bottom: 0.2rem;
  left: 100%;
}
@media (min-width: 768px) {
  .contactbox-sec1 .container2 .lt .f_jut .li:nth-child(3n),
  .contactbox-sec1 .container2 .lt .f_jut .li:nth-child(3n-1) {
    padding-left: 0.52rem;
  }
  .contactbox-sec1 .container2 .lt .f_jut .li:nth-child(2n) {
    padding-left: 0;
  }
  .contactbox-sec1 .container2 .lt .f_jut .li:nth-child(2n):before {
    display: block;
  }
  .contactbox-sec1 .container2 .lt .f_jut .li:nth-child(1) {
    width: 100%;
  }
}
.contactbox-sec1 .container2 .lt .f_jut .li .naem {
  color: #999999;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.contactbox-sec1 .container2 .lt .f_jut .li .naem img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 12px;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .container2 .lt .f_jut .li .naem img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
}
.contactbox-sec1 .container2 .lt .f_jut .li .f_text {
  font-weight: bold;
  color: #222222;
}
.contactbox-sec2 {
  padding: 0.82rem 0;
}
.contactbox-sec2 .container2 {
  display: flex;
  flex-wrap: wrap;
}
.contactbox-sec2 .container2 .lt {
  width: 52.14286%;
  padding-right: 1.1rem;
}
@media (max-width: 767px) {
  .contactbox-sec2 .container2 .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.66rem;
  }
}
.contactbox-sec2 .container2 .lt .f_font {
  position: relative;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.46rem;
}
.contactbox-sec2 .container2 .lt .f_font .name {
  color: #222222;
  opacity: 0.1;
  position: absolute;
  top: -0.5em;
  left: 0;
  font-weight: bold;
}
.contactbox-sec2 .container2 .lt .f_font .f_tit {
  position: relative;
  color: #222222;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.contactbox-sec2 .container2 .lt .f_font .text {
  color: #666666;
}
.contactbox-sec2 .container2 .lt .f_jut {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.48rem;
  border-bottom: 1px solid #e6e6e6;
}
.contactbox-sec2 .container2 .lt .f_jut .li {
  width: 50%;
  padding-right: 0.26rem;
}
@media (max-width: 767px) {
  .contactbox-sec2 .container2 .lt .f_jut .li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .contactbox-sec2 .container2 .lt .f_jut .li:last-child {
    margin-bottom: 0;
  }
}
.contactbox-sec2 .container2 .lt .f_jut .li .name {
  display: flex;
  align-items: center;
  color: #999;
  margin-bottom: 6px;
  position: relative;
}
.contactbox-sec2 .container2 .lt .f_jut .li .name img {
  width: 16px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .contactbox-sec2 .container2 .lt .f_jut .li .name img {
    width: 14px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .contactbox-sec2 .container2 .lt .f_jut .li .name img {
    width: 12px;
  }
}
.contactbox-sec2 .container2 .lt .f_jut .li .f_tit {
  color: #222222;
}
.contactbox-sec2 .container2 .gt {
  width: 47.85714%;
}
@media (max-width: 767px) {
  .contactbox-sec2 .container2 .gt {
    width: 100%;
  }
}
.contactbox-sec2 .container2 .gt .f_form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactbox-sec2 .container2 .gt .f_form .item {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contactbox-sec2 .container2 .gt .f_form .item {
    width: 100%;
  }
}
.contactbox-sec2 .container2 .gt .f_form .item input,
.contactbox-sec2 .container2 .gt .f_form .item textarea {
  width: 100%;
  padding: 16px 22px;
  background-color: #eff2f6;
  color: #999999;
}
@media (max-width: 1580px) {
  .contactbox-sec2 .container2 .gt .f_form .item input,
  .contactbox-sec2 .container2 .gt .f_form .item textarea {
    padding: 12px 18px;
  }
}
@media (max-width: 991px) {
  .contactbox-sec2 .container2 .gt .f_form .item input,
  .contactbox-sec2 .container2 .gt .f_form .item textarea {
    padding: 10px 14px;
  }
}
.contactbox-sec2 .container2 .gt .f_form .item textarea {
  height: 1.3rem;
}
.contactbox-sec2 .container2 .gt .f_form .f_textarea {
  width: 100%;
}
.contactbox-sec2 .container2 .gt .f_form .f_sub {
  width: 100%;
  height: 0.6rem;
  background-color: #0067da;
  color: #ffffff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contactbox-sec2 .container2 .gt .f_form .f_sub {
    height: 0.78rem;
  }
}
.contactbox-sec2 .container2 .gt .f_form .f_sub:hover {
  opacity: 0.9;
}
.contactbox-sec3 {
  background-color: #f5f7fb;
  padding: 0.72rem 0 1.1rem;
}
@media (max-width: 767px) {
  .contactbox-sec3 {
    padding: 1.2rem 0;
  }
}
.contactbox-sec3 .f_jut {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.contactbox-sec3 .f_jut .item {
  position: relative;
  width: 32%;
  transition: all 0.4s;
  display: block;
}
@media (max-width: 767px) {
  .contactbox-sec3 .f_jut .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.contactbox-sec3 .f_jut .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0067da;
  overflow: hidden;
}
.contactbox-sec3 .f_jut .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  mix-blend-mode: overlay;
  transition: all 0.4s;
}
.contactbox-sec3 .f_jut .item .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0067da;
  opacity: 0.7;
}
.contactbox-sec3 .f_jut .item .font {
  position: relative;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.56rem 0.6rem 0.58rem;
}
@media (max-width: 767px) {
  .contactbox-sec3 .f_jut .item .font {
    padding: 0.6rem 0.34rem;
  }
}
.contactbox-sec3 .f_jut .item .font .f_wen {
  width: 70%;
}
@media (max-width: 767px) {
  .contactbox-sec3 .f_jut .item .font .f_wen {
    width: calc(100% - 0.7rem);
  }
}
.contactbox-sec3 .f_jut .item .font .f_wen .name {
  color: #ffffff;
  opacity: 0.7;
  line-height: 1.28571429;
  margin-bottom: 6px;
}
.contactbox-sec3 .f_jut .item .font .f_wen .f_tit {
  font-weight: bold;
}
.contactbox-sec3 .f_jut .item .font .f_icon {
  width: 0.56rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contactbox-sec3 .f_jut .item .font .f_icon {
    width: 0.66rem;
  }
}
.contactbox-sec3 .f_jut .item .font .f_icon img {
  width: 100%;
  float: left;
}
.contactbox-sec3 .f_jut .item .font .f_text {
  width: 100%;
  line-height: 1.55555556;
  margin-top: 0.34rem;
  height: 3.11111111em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contactbox-sec3 .f_jut .item:hover .img img {
  transform: scale(1.04);
}
.contactbox-sec3 .f_jut .item.on {
  width: 68%;
}
@media (max-width: 767px) {
  .contactbox-sec3 .f_jut .item.on {
    width: 100%;
  }
}
.contactbox-sec3 .f_jut .item:nth-child(2) .img {
  background-color: #29d95f;
}
.contactbox-sec3 .f_jut .item:nth-child(2) .img:after {
  background-color: #29d95f;
}
.contactbox-sec3 .contactbox_tit {
  margin-bottom: 0.38rem;
}
.contactbox-sec3 .cont {
  width: 100;
}
.contactbox-sec3 .cont .item {
  display: flex;
  align-items: center;
  color: #777777;
  transition: all 0.4s;
  background-color: #f5f8fa;
  padding: 14px 0;
}
@media (max-width: 1580px) {
  .contactbox-sec3 .cont .item {
    padding: 12px 0;
  }
}
.contactbox-sec3 .cont .item .name {
  width: 21.42%;
  flex: 1 1 auto;
  padding-right: 0.2rem;
}
.contactbox-sec3 .cont .item .name:nth-child(1) {
  width: 25.42%;
  padding-left: 0.5rem;
}
.contactbox-sec3 .cont .item .name:nth-child(5) {
  width: auto;
  padding-right: 0;
  flex: 0 0 120px;
  text-align: center;
}
.contactbox-sec3 .cont .item .name:nth-child(5) .hm_but4 {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contactbox-sec3 .cont .item .name:nth-child(2),
  .contactbox-sec3 .cont .item .name:nth-child(4) {
    display: none;
  }
}
.contactbox-sec3 .cont .item:nth-child(2n) {
  background-color: #ffffff;
}
.contactbox-sec3 .cont .item:hover:not(.f_tit) {
  background-color: #e5f0fb;
}
.contactbox-sec3 .cont .f_tit {
  background-color: #454545;
  color: #ffffff;
}
/* End */
/* 新闻中心 */
.newbox-sec1 {
  position: relative;
  line-height: 0.76rem;
  height: 0.76rem;
}
.newbox-sec1 .cont {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  z-index: 666;
  transition: all 0.3s linear;
}
.newbox-sec1 .cont:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #020c1e;
  opacity: 0.1;
}
.newbox-sec1 .cont .container {
  display: flex;
  justify-content: center;
}
.newbox-sec1 .cont .container .newbox1_cont {
  width: auto;
  max-width: 100%;
  margin: 0;
}
.newbox-sec1 .cont .container .newbox1_cont .swiper-slide {
  width: auto;
  margin: 0 0.6rem;
}
@media (max-width: 767px) {
  .newbox-sec1 .cont .container .newbox1_cont .swiper-slide {
    margin: 0 0.4rem;
  }
}
.newbox-sec1 .cont .container .newbox1_cont .swiper-slide .item {
  color: #000000;
  transition: all 0.4s;
  position: relative;
  cursor: pointer;
  user-select: none;
  display: block;
  -webkit-user-select: none;
}
.newbox-sec1 .cont .container .newbox1_cont .swiper-slide .item:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #0067da;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.newbox-sec1 .cont .container .newbox1_cont .on .item:before {
  width: 100%;
}
.newbox-sec1.weizhi1 .cont {
  position: fixed;
  top: 100px;
  left: 0;
}
@media (max-width: 1580px) {
  .newbox-sec1.weizhi1 .cont {
    top: 80px;
  }
}
@media (max-width: 991px) {
  .newbox-sec1.weizhi1 .cont {
    top: 60px;
  }
}
.newbox-sec2 {
  padding: 0.6rem 0;
}
@media (max-width: 767px) {
  .newbox-sec2 {
    padding: 1rem 0;
  }
}
.newbox-sec3 {
  padding: 0.6rem 0;
  background-color: #f8fafc;
}
@media (max-width: 767px) {
  .newbox-sec3 {
    padding: 1rem 0;
  }
}
.newbox-sec3 .cont {
  margin: 0 -0.14rem;
  display: flex;
  flex-wrap: wrap;
}
.newbox-sec3 .cont .item {
  width: 33.333%;
  padding: 0 0.14rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .newbox-sec3 .cont .item {
    width: 50%;
  }
}
.newbox-sec3 .cont .item .list {
  display: block;
  height: 100%;
  background-color: #ffffff;
}
.newbox-sec3 .cont .item .list .img {
  padding-top: 60.26785714%;
}
.newbox-sec3 .cont .item .list .img img {
  transition: all 0.4s;
}
.newbox-sec3 .cont .item .list .font {
  padding: 0.32rem 0.52rem 0.42rem;
}
@media (max-width: 767px) {
  .newbox-sec3 .cont .item .list .font {
    padding: 0.46rem 0.3rem 0.36rem;
  }
}
.newbox-sec3 .cont .item .list .font .f_time {
  color: #999999;
  margin-bottom: 0.18rem;
}
.newbox-sec3 .cont .item .list .font .f_time span {
  color: #0067da;
}
.newbox-sec3 .cont .item .list .font .f_tit {
  font-weight: bold;
  color: #010511;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .newbox-sec3 .cont .item .list .font .f_tit {
    font-size: 0.26rem;
  }
}
.newbox-sec3 .cont .item .list .font .but {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.2rem;
  margin-top: 0.44rem;
  border-top: 1px solid #f5f5f5;
  position: relative;
  color: #999999;
  transition: all 0.4s;
}
.newbox-sec3 .cont .item .list .font .but:before {
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 0;
  height: 1px;
  background-color: #0067da;
  transition: all 0.4s;
  position: absolute;
}
.newbox-sec3 .cont .item .list .font .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
}
.newbox-sec3 .cont .item .list .font .but i svg {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.newbox-sec3 .cont .item .list .font .but i svg path {
  fill: #999999;
  transition: all 0.4s;
}
.newbox-sec3 .cont .item .list:hover .img img {
  transform: scale(1.04);
}
.newbox-sec3 .cont .item .list:hover .font .but {
  color: #0067da;
}
.newbox-sec3 .cont .item .list:hover .font .but:before {
  width: 100%;
}
.newbox-sec3 .cont .item .list:hover .font .but i svg path {
  fill: #0067da;
}
.newbox-sec3 .basepage {
  margin-top: 0.26rem;
}
/* End */
/* 新闻详情 */
.newinfo-sec1 {
  padding: 0.8rem 0 0.84rem;
}
.newinfo-sec1 .cont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.newinfo-sec1 .cont .lt {
  width: 75%;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt {
    width: 100%;
    padding-right: 0;
  }
}
.newinfo-sec1 .cont .lt .f_tit {
  font-weight: bold;
  color: #333333;
  line-height: 1.45454545;
  padding-right: 1.9rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0.3rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .f_tit {
    padding-right: 0;
  }
}
.newinfo-sec1 .cont .lt .f_jut {
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .f_jut {
    flex-wrap: wrap;
  }
}
.newinfo-sec1 .cont .lt .f_jut .f_lt1 {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0.2rem;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .f_jut .f_lt1 {
    width: 100%;
    margin-right: 0;
  }
}
.newinfo-sec1 .cont .lt .f_jut .f_lt1 .li {
  padding: 0.12rem 0.18rem;
  color: #666666;
  border: 1px solid #ededed;
  display: block;
  margin-right: 0.2rem;
  border-radius: 0.26rem;
}
.newinfo-sec1 .cont .lt .f_jut .f_lt1 .li:last-child {
  margin-right: 0;
}
.newinfo-sec1 .cont .lt .f_jut .fen {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .f_jut .fen {
    width: 100%;
    margin-top: 0.26rem;
  }
}
.newinfo-sec1 .cont .lt .f_jut .fen .fenlist {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.newinfo-sec1 .cont .lt .f_jut .fen .fenlist .help {
  font-size: 12px;
  display: none;
}
.newinfo-sec1 .cont .lt .f_jut .fen .fenlist .icon-wechat .wechat-qrcode .qrcode {
  width: 100%;
}
.newinfo-sec1 .cont .lt .f_jut .fen .fenlist .wechat-qrcode {
  left: 50%;
  transform: translateX(-50%);
  height: 160px;
  top: initial;
  bottom: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .f_jut .fen .fenlist .wechat-qrcode {
    width: 3rem;
  }
}
.newinfo-sec1 .cont .lt .f_jut .fen .fenlist a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: none;
  line-height: 1;
  padding: 0;
  opacity: 1;
  font-size: 18px;
  color: #aaaeb5;
  background-color: #f2f3f4;
  margin: 0 10px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .lt .f_jut .fen .fenlist a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .f_jut .fen .fenlist a {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.newinfo-sec1 .cont .lt .f_jut .fen .fenlist a:hover {
  background-color: #0067da;
  color: #ffffff;
}
.newinfo-sec1 .cont .gt {
  width: 25%;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .gt {
    width: 100%;
  }
}
.newinfo-sec1 .cont .gt .f_tit {
  font-weight: bold;
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
}
.newinfo-sec1 .cont .gt .f_tit:before {
  content: "";
  display: block;
  width: 3px;
  height: 22px;
  margin-right: 8px;
  background-color: #1171dc;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .gt .f_tit:before {
    width: 2px;
    height: 18px;
  }
}
.newinfo-sec1 .cont .gt .f_jut {
  background-color: #f6f7fb;
  border-radius: 0.15rem;
  padding: 0.18rem 0.14rem;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .gt .f_jut {
    padding: 0.4rem 0.36rem 0.2rem;
  }
}
.newinfo-sec1 .cont .gt .f_jut .f_img {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 0.15rem;
}
.newinfo-sec1 .cont .gt .f_jut .f_img:before {
  padding-top: 70.1863354%;
}
.newinfo-sec1 .cont .gt .f_jut .f_img img {
  transition: all 0.4s;
}
.newinfo-sec1 .cont .gt .f_jut .f_img:hover img {
  transform: scale(1.04);
}
.newinfo-sec1 .cont .gt .f_jut .item {
  display: block;
  padding: 0.16rem 0;
  padding-left: 0.26rem;
  color: #333333;
  position: relative;
  transition: all 0.4s;
  border-bottom: 1px solid #e8e9ed;
}
.newinfo-sec1 .cont .gt .f_jut .item:last-child {
  border-bottom: none;
}
.newinfo-sec1 .cont .gt .f_jut .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 8px;
  height: 2px;
  background-color: #333333;
  opacity: 0.15;
  margin-top: 0.15rem;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .gt .f_jut .item:before {
    width: 6px;
  }
}
.newinfo-sec1 .cont .f_qie {
  width: 100%;
  background-color: #f5f6f9;
  border-radius: 20px;
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  padding: 0.22rem 0.3rem;
  align-items: center;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .f_qie {
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
  }
}
.newinfo-sec1 .cont .f_qie .f_return {
  display: block;
  overflow: hidden;
  width: 0.32rem;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .f_qie .f_return {
    width: 0.52rem;
  }
}
.newinfo-sec1 .cont .f_qie .f_return img {
  width: 100%;
  float: left;
}
.newinfo-sec1 .cont .f_qie .f_return img:nth-child(2) {
  display: none;
}
.newinfo-sec1 .cont .f_qie .f_return:hover img {
  display: none;
}
.newinfo-sec1 .cont .f_qie .f_return:hover img:nth-child(2) {
  display: block;
}
.newinfo-sec1 .cont .f_qie .prev,
.newinfo-sec1 .cont .f_qie .next {
  display: flex;
  align-items: center;
  width: calc(50% - 0.5rem);
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .f_qie .prev,
  .newinfo-sec1 .cont .f_qie .next {
    width: calc(100% - 1.4rem);
  }
}
.newinfo-sec1 .cont .f_qie .prev .f_but,
.newinfo-sec1 .cont .f_qie .next .f_but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 46px;
  color: #333333;
  overflow: hidden;
  font-size: 18px;
  position: relative;
  background-color: #ffffff;
  border-radius: 23px;
  border: solid 2px #e7e9ee;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .f_qie .prev .f_but,
  .newinfo-sec1 .cont .f_qie .next .f_but {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .f_qie .prev .f_but,
  .newinfo-sec1 .cont .f_qie .next .f_but {
    font-size: 0.3rem;
  }
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .f_qie .prev .f_but,
  .newinfo-sec1 .cont .f_qie .next .f_but {
    width: 110px;
    height: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .f_qie .prev .f_but,
  .newinfo-sec1 .cont .f_qie .next .f_but {
    width: 1.8rem;
    height: 0.7rem;
    border-radius: 0.36rem;
  }
}
.newinfo-sec1 .cont .f_qie .prev .f_but i,
.newinfo-sec1 .cont .f_qie .next .f_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 10px;
}
.newinfo-sec1 .cont .f_qie .prev .f_but i svg,
.newinfo-sec1 .cont .f_qie .next .f_but i svg {
  width: 100%;
  height: 100%;
}
.newinfo-sec1 .cont .f_qie .prev .f_but i svg path,
.newinfo-sec1 .cont .f_qie .next .f_but i svg path {
  fill: #333333;
}
.newinfo-sec1 .cont .f_qie .prev .f_but span,
.newinfo-sec1 .cont .f_qie .next .f_but span {
  display: block;
}
.newinfo-sec1 .cont .f_qie .prev .f_but i,
.newinfo-sec1 .cont .f_qie .next .f_but i,
.newinfo-sec1 .cont .f_qie .prev .f_but span,
.newinfo-sec1 .cont .f_qie .next .f_but span {
  position: relative;
}
.newinfo-sec1 .cont .f_qie .prev .f_but:before,
.newinfo-sec1 .cont .f_qie .next .f_but:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, #1171dc 0%, #29d95f 100%);
  transition: all 0.4s;
  opacity: 0;
}
.newinfo-sec1 .cont .f_qie .prev .f_tx,
.newinfo-sec1 .cont .f_qie .next .f_tx {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  transition: all 0.4s;
  width: calc(100% - 128px);
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .f_qie .prev .f_tx,
  .newinfo-sec1 .cont .f_qie .next .f_tx {
    width: calc(100% - 110px);
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .f_qie .prev .f_tx,
  .newinfo-sec1 .cont .f_qie .next .f_tx {
    width: calc(100% - 1.8rem);
  }
}
.newinfo-sec1 .cont .f_qie .prev .f_tx:hover,
.newinfo-sec1 .cont .f_qie .next .f_tx:hover {
  color: #0067da;
}
.newinfo-sec1 .cont .f_qie .prev:hover .f_but,
.newinfo-sec1 .cont .f_qie .next:hover .f_but {
  border-color: #f5f6f9;
  color: #ffffff;
}
.newinfo-sec1 .cont .f_qie .prev:hover .f_but:before,
.newinfo-sec1 .cont .f_qie .next:hover .f_but:before {
  opacity: 1;
}
.newinfo-sec1 .cont .f_qie .prev:hover .f_but i svg path,
.newinfo-sec1 .cont .f_qie .next:hover .f_but i svg path {
  fill: #ffffff;
}
.newinfo-sec1 .cont .f_qie .prev .f_but i {
  margin-right: 5px;
}
.newinfo-sec1 .cont .f_qie .prev .f_tx {
  padding-left: 0.2rem;
}
.newinfo-sec1 .cont .f_qie .next .f_but i {
  margin-left: 5px;
}
.newinfo-sec1 .cont .f_qie .next .f_tx {
  text-align: right;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .f_qie .next {
    margin-top: 0.3rem;
  }
  .newinfo-sec1 .cont .f_qie .next .f_but span {
    order: 1;
  }
  .newinfo-sec1 .cont .f_qie .next .f_but i {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 5px;
  }
  .newinfo-sec1 .cont .f_qie .next .f_tx {
    order: 1;
    padding-left: 0.2rem;
    padding-right: 0;
  }
}
/* End */
/* 常见问题 */
.faqbox-sec1 .f_form {
  padding: 0.54rem 0;
}
@media (max-width: 767px) {
  .faqbox-sec1 .f_form {
    padding: 1rem 0 0.54rem;
  }
}
.faqbox-sec1 .f_form .container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.faqbox-sec1 .f_form .container2 .lt .f_search,
.faqbox-sec1 .f_form .container2 .gt .f_search,
.faqbox-sec1 .f_form .container2 .lt .int select,
.faqbox-sec1 .f_form .container2 .gt .int select {
  height: 0.6rem;
}
@media (max-width: 1580px) {
  .faqbox-sec1 .f_form .container2 .lt .f_search,
  .faqbox-sec1 .f_form .container2 .gt .f_search,
  .faqbox-sec1 .f_form .container2 .lt .int select,
  .faqbox-sec1 .f_form .container2 .gt .int select {
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .faqbox-sec1 .f_form .container2 .lt .f_search,
  .faqbox-sec1 .f_form .container2 .gt .f_search,
  .faqbox-sec1 .f_form .container2 .lt .int select,
  .faqbox-sec1 .f_form .container2 .gt .int select {
    height: 0.78rem;
  }
}
.faqbox-sec1 .f_form .container2 .lt .int,
.faqbox-sec1 .f_form .container2 .gt .int {
  width: 3.28rem;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .faqbox-sec1 .f_form .container2 .lt .int,
  .faqbox-sec1 .f_form .container2 .gt .int {
    width: 100%;
    margin-right: 0;
    margin-top: 0.26rem;
  }
  .faqbox-sec1 .f_form .container2 .lt .int:first-child,
  .faqbox-sec1 .f_form .container2 .gt .int:first-child {
    margin-top: 0;
  }
}
.faqbox-sec1 .f_form .container2 .lt .int select,
.faqbox-sec1 .f_form .container2 .gt .int select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  padding: 0.18rem 0.34rem;
  color: #333333;
  background: url(../images/xiangxiaimgfz1.png) no-repeat 94% center / 12px 8px;
}
@media (max-width: 1580px) {
  .faqbox-sec1 .f_form .container2 .lt .int select,
  .faqbox-sec1 .f_form .container2 .gt .int select {
    background-size: 10px 6px;
  }
}
.faqbox-sec1 .f_form .container2 .lt {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .faqbox-sec1 .f_form .container2 .lt {
    width: 100%;
  }
}
.faqbox-sec1 .f_form .container2 .gt {
  width: 32%;
}
@media (max-width: 767px) {
  .faqbox-sec1 .f_form .container2 .gt {
    width: 100%;
    margin-top: 0.26rem;
  }
}
.faqbox-sec1 .f_form .container2 .gt .f_search {
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f6f9;
  padding-right: 0.32rem;
}
.faqbox-sec1 .f_form .container2 .gt .f_search input {
  padding: 0.18rem 0.34rem;
  height: 100%;
  width: calc(100% - 26px);
}
.faqbox-sec1 .f_form .container2 .gt .f_search .f_sub {
  width: 16px;
  height: 16px;
}
.faqbox-sec1 .f_form .container2 .gt .f_search .f_sub svg {
  width: 100%;
  height: 100%;
}
.faqbox-sec1 .f_form .container2 .gt .f_search .f_sub svg path {
  fill: #999999;
  transition: all 0.4s;
}
.faqbox-sec1 .f_form .container2 .gt .f_search .f_sub:hover svg path {
  fill: #29d95f;
}
.faqbox-sec1 .cont {
  background-color: #f8fafc;
  padding: 0.68rem 0 0.7rem;
}
.faqbox-sec1 .cont .f_nei .item {
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding-left: 0.55rem;
  padding-right: 0.3rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .faqbox-sec1 .cont .f_nei .item {
    padding: 0 0.32rem;
  }
}
.faqbox-sec1 .cont .f_nei .item:last-child {
  margin-bottom: 0;
}
.faqbox-sec1 .cont .f_nei .item .f_tit {
  padding: 0.3rem 0;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  user-select: none;
  -webkit-user-select: none;
  align-items: flex-start;
}
.faqbox-sec1 .cont .f_nei .item .f_tit .f_t1 {
  transition: all 0.4s;
  color: #333333;
  font-weight: bold;
  width: calc(100% - 0.6rem);
}
@media (max-width: 767px) {
  .faqbox-sec1 .cont .f_nei .item .f_tit .f_t1 {
    width: calc(100% - 1.2rem);
  }
}
.faqbox-sec1 .cont .f_nei .item .f_tit i {
  display: block;
  width: 0.4rem;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .faqbox-sec1 .cont .f_nei .item .f_tit i {
    width: 0.5rem;
  }
}
.faqbox-sec1 .cont .f_nei .item .f_tit i img {
  width: 100%;
  float: left;
}
.faqbox-sec1 .cont .f_nei .item .f_tit i img:nth-child(2) {
  display: none;
}
.faqbox-sec1 .cont .f_nei .item .f_jut {
  color: #666666;
  padding: 0.25rem 0 0.44rem;
  border-top: 1px solid #f1f1f1;
  line-height: 1.66666667;
  display: none;
}
.faqbox-sec1 .cont .f_nei .item.on .f_tit .f_t1 {
  color: #0067da;
}
.faqbox-sec1 .cont .f_nei .item.on .f_tit i {
  box-shadow: 1px 6px 10px 0px rgba(17, 113, 220, 0.22);
}
.faqbox-sec1 .cont .f_nei .item.on .f_tit i img {
  display: none;
}
.faqbox-sec1 .cont .f_nei .item.on .f_tit i img:nth-child(2) {
  display: block;
}
.faqbox-sec1 .cont .qie {
  width: 100%;
  background-color: #f5f6f9;
  border-radius: 20px;
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  padding: 0.22rem 0.3rem;
  align-items: center;
}
@media (max-width: 767px) {
  .faqbox-sec1 .cont .qie {
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
  }
}
.faqbox-sec1 .cont .qie .f_but1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 46px;
  color: #333333;
  overflow: hidden;
  font-size: 18px;
  position: relative;
  background-color: #ffffff;
  border-radius: 23px;
  border: solid 2px #e7e9ee;
}
@media (max-width: 1580px) {
  .faqbox-sec1 .cont .qie .f_but1 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faqbox-sec1 .cont .qie .f_but1 {
    font-size: 0.3rem;
  }
}
@media (max-width: 1580px) {
  .faqbox-sec1 .cont .qie .f_but1 {
    width: 110px;
    height: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .faqbox-sec1 .cont .qie .f_but1 {
    display: inline-flex;
    width: 1.8rem;
    height: 0.7rem;
    border-radius: 0.36rem;
  }
}
.faqbox-sec1 .cont .qie .f_but1 i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 10px;
}
.faqbox-sec1 .cont .qie .f_but1 i svg {
  width: 100%;
  height: 100%;
}
.faqbox-sec1 .cont .qie .f_but1 i svg path {
  fill: #333333;
}
.faqbox-sec1 .cont .qie .f_but1 span {
  display: block;
}
.faqbox-sec1 .cont .qie .f_but1 i,
.faqbox-sec1 .cont .qie .f_but1 span {
  position: relative;
}
.faqbox-sec1 .cont .qie .f_but1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, #1171dc 0%, #29d95f 100%);
  transition: all 0.4s;
  opacity: 0;
}
.faqbox-sec1 .cont .qie .f_but1:hover {
  border-color: #f5f6f9;
  color: #ffffff;
}
.faqbox-sec1 .cont .qie .f_but1:hover:before {
  opacity: 1;
}
.faqbox-sec1 .cont .qie .f_but1:hover i svg path {
  fill: #ffffff;
}
.faqbox-sec1 .cont .qie .basepage {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .faqbox-sec1 .cont .qie .basepage {
    width: auto;
    display: inline-flex;
    display: none;
  }
}
.faqbox-sec1 .cont .qie .f_but1:first-child i {
  margin-right: 5px;
}
.faqbox-sec1 .cont .qie .f_but1:last-child i {
  margin-left: 5px;
}
/* End */
/* 应急救援 */
.rescuebox_nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.rescuebox_nav .li {
  min-width: 2.5rem;
  padding: 0.18rem 0.24rem;
  text-align: center;
  border: solid 1px #e0e0e0;
  color: #666666;
  position: relative;
}
.rescuebox_nav .li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.15rem;
  border: 0.15rem solid transparent;
  border-top: 6px solid transparent;
}
.rescuebox_nav .on {
  background-color: #0067da;
  color: #ffffff;
  border-color: #0067da;
}
.rescuebox_nav .on:before {
  border-top-color: #0067da;
}
.rescuebox-sec1 {
  padding: 0.5rem 0 0;
}
@media (max-width: 767px) {
  .rescuebox-sec1 {
    padding-top: 1rem;
  }
}
.rescuebox-sec1 .rescuebox_nav {
  margin-bottom: 0.54rem;
}
.rescuebox-sec1 .cont {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.68rem;
}
@media (max-width: 991px) {
  .rescuebox-sec1 .cont {
    margin-bottom: 0.3rem;
  }
}
.rescuebox-sec1 .cont .f_font {
  width: 50%;
}
@media (max-width: 991px) {
  .rescuebox-sec1 .cont .f_font {
    width: 100%;
  }
}
.rescuebox-sec1 .cont .f_font .f_tit {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.rescuebox-sec1 .cont .f_font .text {
  color: #666666;
  line-height: 1.81818182;
}
.rescuebox-sec1 .f_jut {
  position: relative;
  padding: 0.74rem 0 1.84rem;
}
@media (max-width: 991px) {
  .rescuebox-sec1 .f_jut {
    padding: 0 0 0;
  }
}
.rescuebox-sec1 .f_jut .bag {
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: flex-end;
  width: 100%;
  height: 126%;
  overflow: hidden;
  justify-content: center;
  object-fit: cover;
}
@media (max-width: 991px) {
  .rescuebox-sec1 .f_jut .bag {
    display: none;
  }
}
.rescuebox-sec1 .f_jut .bag img {
  width: 100%;
  height: auto;
  float: left;
  object-fit: cover;
}
.rescuebox-sec1 .f_jut .container2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.rescuebox-sec1 .f_jut .container2 .f_text {
  width: 50%;
  line-height: 1.81818182;
  color: #ffffff;
}
@media (max-width: 991px) {
  .rescuebox-sec1 .f_jut .container2 .f_text {
    width: 100%;
    color: #666666;
  }
}
.rescuebox-sec1 .f_nei {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.84rem 0;
}
@media (max-width: 767px) {
  .rescuebox-sec1 .f_nei {
    padding: 1rem 0;
  }
}
.rescuebox-sec1 .f_nei .lt,
.rescuebox-sec1 .f_nei .img {
  width: 50%;
}
@media (max-width: 767px) {
  .rescuebox-sec1 .f_nei .lt,
  .rescuebox-sec1 .f_nei .img {
    width: 100%;
  }
}
.rescuebox-sec1 .f_nei .lt {
  padding-right: 0.8rem;
}
@media (max-width: 767px) {
  .rescuebox-sec1 .f_nei .lt {
    order: 1;
    padding-right: 0;
    margin-top: 0.36rem;
  }
}
.rescuebox-sec1 .f_nei .lt .text {
  color: #333333;
  line-height: 1.63636364;
}
.rescuebox-sec1 .f_nei .lt .text p {
  margin-bottom: 0.16rem;
  position: relative;
  padding-left: 0.32rem;
}
.rescuebox-sec1 .f_nei .lt .text p:last-child {
  margin-bottom: 0;
}
.rescuebox-sec1 .f_nei .lt .text p:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #3297ff 0%, #29d95f 100%), linear-gradient(#29d665, #29d665);
  background-blend-mode: normal, 
								normal;
  margin-top: -5px;
}
.rescuebox-sec1 .f_nei .img {
  border-radius: 10px;
  overflow: hidden;
}
.rescuebox-sec1 .f_nei .img:before {
  padding-top: 57.14285714%;
}
.rescuebox-sec2 {
  background-color: #f6f7f9;
  padding: 0.8rem 0 1rem;
}
.rescuebox-sec2 .fz_text {
  line-height: 1.63636364;
  color: #333333;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .rescuebox-sec2 .fz_text {
    column-count: 2;
    column-gap: 0.76rem;
  }
}
.rescuebox-sec2 .rescuebox2_cont {
  width: auto;
  margin: 0 -0.13rem;
}
.rescuebox-sec2 .rescuebox2_cont .swiper-slide {
  padding: 0 0.13rem;
  width: 33.333%;
}
@media (max-width: 767px) {
  .rescuebox-sec2 .rescuebox2_cont .swiper-slide {
    width: 80%;
  }
}
.rescuebox-sec2 .rescuebox2_cont .swiper-slide .item {
  display: block;
}
.rescuebox-sec2 .rescuebox2_cont .swiper-slide .item .f_img {
  position: relative;
  margin-bottom: 0.14rem;
}
.rescuebox-sec2 .rescuebox2_cont .swiper-slide .item .f_img .yuan {
  width: 1.06rem;
  height: 1.06rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #29d95f;
  z-index: 2;
  margin-top: 0.4rem;
  opacity: 0;
  transition: all 0.4s;
  text-align: center;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}
.rescuebox-sec2 .rescuebox2_cont .swiper-slide .item .f_img .img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.rescuebox-sec2 .rescuebox2_cont .swiper-slide .item .f_img .img:before {
  padding-top: 68.44444444%;
}
.rescuebox-sec2 .rescuebox2_cont .swiper-slide .item .f_img .img img {
  transition: all 0.4s;
}
.rescuebox-sec2 .rescuebox2_cont .swiper-slide .item .f_tit {
  color: #333333;
  transition: all 0.4s;
  font-weight: bold;
}
.rescuebox-sec2 .rescuebox2_cont .swiper-slide .item:hover .f_img .img img {
  transform: scale(1.04);
}
.rescuebox-sec2 .rescuebox2_cont .swiper-slide .item:hover .f_img .yuan {
  opacity: 1;
  margin-top: 0;
}
.rescuebox-sec2 .rescuebox2_cont .swiper-slide .item:hover .f_tit {
  color: #0067da;
}
.rescuebox-sec2 .qie {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
}
.rescuebox-sec2 .qie .rescuebox2_pagin {
  flex: 1 1 auto;
  position: relative;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #e5e6e8;
}
.rescuebox-sec2 .qie .rescuebox2_pagin span {
  background-color: #0067da;
}
.rescuebox-sec2 .qie .gt {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
}
.rescuebox-sec2 .qie .gt .rescuebox2_prev {
  margin-right: 0.12rem;
}
/* End */
/* 培训指导 */
.trainbox-sec1 {
  padding: 0.5rem 0 0.8rem;
}
@media (max-width: 767px) {
  .trainbox-sec1 {
    padding: 1rem 0;
  }
}
.trainbox-sec1 .rescuebox_nav {
  margin-bottom: 0.88rem;
}
.trainbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.trainbox-sec1 .cont .lt {
  width: 40.2858%;
}
@media (max-width: 767px) {
  .trainbox-sec1 .cont .lt {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.trainbox-sec1 .cont .lt .f_tit {
  font-weight: bold;
  line-height: 1.33333333;
  color: #222222;
  margin-bottom: 0.3rem;
}
.trainbox-sec1 .cont .lt .xian {
  display: block;
  width: 0.6rem;
  height: 5px;
  background-color: #0067da;
}
.trainbox-sec1 .cont .gt {
  width: 59.7142%;
  font-size: 0.24rem;
  color: #666666;
}
@media (max-width: 1580px) {
  .trainbox-sec1 .cont .gt {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .trainbox-sec1 .cont .gt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .trainbox-sec1 .cont .gt {
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) {
  .trainbox-sec1 .cont .gt {
    width: 100%;
  }
}
.trainbox-sec1 .f_jut {
  position: relative;
}
.trainbox-sec1 .f_jut .trainbox1_cont {
  width: auto;
  margin: 0 -0.14rem;
}
.trainbox-sec1 .f_jut .trainbox1_cont .swiper-slide {
  width: 33.333%;
  padding: 0 0.14rem;
}
@media (max-width: 767px) {
  .trainbox-sec1 .f_jut .trainbox1_cont .swiper-slide {
    width: 70%;
  }
}
.trainbox-sec1 .f_jut .trainbox1_cont .swiper-slide .item {
  display: block;
  position: relative;
}
.trainbox-sec1 .f_jut .trainbox1_cont .swiper-slide .item .img {
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.14rem;
}
.trainbox-sec1 .f_jut .trainbox1_cont .swiper-slide .item .img:before {
  padding-top: 60.26785714%;
}
.trainbox-sec1 .f_jut .trainbox1_cont .swiper-slide .item .f_tit {
  text-align: center;
  color: #999999;
}
.trainbox-sec1 .f_jut .trainbox1_cont .swiper-slide .item:hover .img img {
  transform: scale(1.04);
}
.trainbox-sec1 .f_jut .trainbox1_next,
.trainbox-sec1 .f_jut .trainbox1_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .trainbox-sec1 .f_jut .trainbox1_next,
  .trainbox-sec1 .f_jut .trainbox1_prev {
    display: none;
  }
}
.trainbox-sec1 .f_jut .trainbox1_next {
  left: initial;
  right: -0.82rem;
}
.trainbox-sec1 .f_jut .trainbox1_prev {
  left: -0.82rem;
}
.trainbox-sec2 {
  padding: 0.86rem 0 1.2rem;
  background-color: #f5f7f9;
}
.trainbox-sec2 .container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trainbox-sec2 .container2 .font {
  width: 69.4286%;
  padding-right: 0.7rem;
}
@media (max-width: 767px) {
  .trainbox-sec2 .container2 .font {
    width: 100%;
    padding-right: 0;
  }
}
.trainbox-sec2 .container2 .font .f_text {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 0.46rem;
}
.trainbox-sec2 .container2 .font .but {
  display: flex;
  align-items: center;
  color: #0067da;
}
.trainbox-sec2 .container2 .font .but i {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.14rem;
  background-color: #0067da;
}
.trainbox-sec2 .container2 .font .but i svg {
  width: 35%;
  height: 35%;
}
.trainbox-sec2 .container2 .font .but i svg path {
  fill: #ffffff;
}
.trainbox-sec2 .container2 .font .but:hover {
  text-decoration: underline;
}
.trainbox-sec2 .container2 .gt {
  position: relative;
  width: 30.5714%;
}
@media (max-width: 767px) {
  .trainbox-sec2 .container2 .gt {
    width: 100%;
  }
}
.trainbox-sec2 .container2 .gt .img {
  background-color: #0067da;
  border-radius: 10px;
  overflow: hidden;
}
.trainbox-sec2 .container2 .gt .img:before {
  padding-top: 49.06542056%;
}
.trainbox-sec2 .container2 .gt .img img {
  transition: all 0.4s;
  opacity: 0.1;
}
.trainbox-sec2 .container2 .gt .f_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  overflow: hidden;
}
.trainbox-sec2 .container2 .gt .f_icon img {
  width: 100%;
  float: left;
}
/* End */
/* 产品中心 */
.probanner .bag:after {
  display: none;
}
.productbox_but {
  width: auto;
  padding: 8px 0.18rem 8px 0.14rem;
  border-radius: 20px;
  border: solid 1px #d4d4d4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  transition: all 0.4s;
  color: #fff;
  background-color: #0067da;
  border-color: #0067da;
}
@media (max-width: 767px) {
  .productbox_but {
    font-size: 0.2rem;
  }
}
.productbox_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .productbox_but i {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}
.productbox_but i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productbox_but i img:nth-child(2) {
  display: none;
}
.productbox_but i img {
  display: none;
}
.productbox_but i img:nth-child(2) {
  display: block;
}
.productbox_but:hover {
  border: solid 1px #d4d4d4;
  color: #999999;
  background-color: transparent;
}
.productbox_but:hover img {
  display: block;
}
.productbox_but:hover img:nth-child(2) {
  display: none;
}
.productbox_but2 {
  color: #fff;
  background-color: #29d665;
  border-color: #29d665;
}
.productbox_but2 i img {
  display: none;
}
.productbox_but2 i img:nth-child(2) {
  display: block;
}
.productbox_but2:hover {
  background-color: transparent;
  color: #0067da;
}
.productbox_but2:hover i img {
  display: block;
}
.productbox_but2:hover i img:nth-child(2) {
  display: none;
}
.productbox-sec1 {
  overflow-x: hidden;
  background-color: #f5f6f8;
}
@media (max-width: 767px) {
  .productbox-sec1 {
    background-color: #ffffff;
  }
}
.productbox-sec1 .container2 {
  display: flex;
  flex-wrap: wrap;
}
.productbox-sec1 .container2 .lt {
  width: 22.715%;
  position: relative;
  padding: 0.42rem 0 1rem;
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .lt {
    width: 100%;
    padding: 1rem 0 0.56rem;
  }
}
.productbox-sec1 .container2 .lt .f_nei {
  position: relative;
  top: 0;
}
@media (min-width: 768px) {
  .productbox-sec1 .container2 .lt .f_nei {
    padding-right: 0.3rem;
    position: sticky;
    position: -webkit-sticky;
    top: 0.6rem;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_nav {
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .productbox-sec1 .container2 .lt .f_nei .f_nav {
    margin-bottom: 0.5rem;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li .f_tit {
  display: flex;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  justify-content: space-between;
  align-items: center;
  padding: 0.24rem 0;
  color: #333;
  border-bottom: 1px solid #cdd0d4;
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li .f_tit span {
  display: block;
  width: calc(100% - 0.36rem);
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .lt .f_nei .f_nav > li .f_tit span {
    width: 100%;
    font-weight: bold;
    font-size: 0.32rem;
  }
}
@media (min-width: 768px) {
  .productbox-sec1 .container2 .lt .f_nei .f_nav > li .f_tit span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li .f_tit i {
  width: 0.26rem;
  height: 0.26rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .lt .f_nei .f_nav > li .f_tit i {
    display: none;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li .f_tit i img {
  width: 100%;
  height: 100%;
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li .f_tit i img:nth-child(2) {
  display: none;
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li ul {
  display: none;
  padding: 0.16rem 0 0.2rem;
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .lt .f_nei .f_nav > li ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li ul li {
  display: block;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .lt .f_nei .f_nav > li ul li {
    margin-right: 0.36rem;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li ul li:last-child {
  margin-bottom: 0;
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li ul li .f_t1 {
  color: #666666;
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li ul li.on .f_t1,
.productbox-sec1 .container2 .lt .f_nei .f_nav > li ul li:hover .f_t1 {
  color: #0067da;
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li.on .f_tit {
  color: #0067da;
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li.on .f_tit i {
  transform: rotate(90deg);
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li.on .f_tit i img {
  display: none;
}
.productbox-sec1 .container2 .lt .f_nei .f_nav > li.on .f_tit i img:nth-child(2) {
  display: block;
}
.productbox-sec1 .container2 .lt .f_nei .f_search {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  justify-content: space-between;
  margin-bottom: 0.54rem;
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .lt .f_nei .f_search {
    margin-bottom: 0.66rem;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_search input {
  flex: 1 1 auto;
  background-color: #ffffff;
  padding: 16px 18px;
}
@media (max-width: 1580px) {
  .productbox-sec1 .container2 .lt .f_nei .f_search input {
    padding: 14px 16px;
  }
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .lt .f_nei .f_search input {
    padding: 12px 14px;
    background-color: #f5f6f8;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_search .f_sub {
  width: 0.66rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #29d95f;
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .lt .f_nei .f_search .f_sub {
    width: 0.8rem;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_search .f_sub svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 1580px) {
  .productbox-sec1 .container2 .lt .f_nei .f_search .f_sub svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .lt .f_nei .f_search .f_sub svg {
    width: 0.26rem;
    height: 0.26rem;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_search .f_sub svg path {
  fill: #ffffff;
}
.productbox-sec1 .container2 .lt .f_nei .f_title1 {
  color: #333333;
  position: relative;
  padding-left: 0.22rem;
  font-weight: bold;
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .lt .f_nei .f_title1 {
    display: none;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_title1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 5px;
  margin-top: -0.14rem;
  height: 0.28rem;
  background-color: #0067da;
}
@media (max-width: 1580px) {
  .productbox-sec1 .container2 .lt .f_nei .f_title1:before {
    width: 3px;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_list {
  width: 100%;
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .lt .f_nei .f_list {
    display: none;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_list .li {
  display: block;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .lt .f_nei .f_list .li {
    margin-bottom: 0.36rem;
  }
}
.productbox-sec1 .container2 .lt .f_nei .f_list .li .img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.productbox-sec1 .container2 .lt .f_nei .f_list .li .img:before {
  padding-top: 44.13793103%;
}
.productbox-sec1 .container2 .lt .f_nei .f_list .li .font {
  padding: 0.14rem 0 0.1rem;
  color: #333333;
  border-bottom: 1px solid #d5d6d8;
}
.productbox-sec1 .container2 .lt .f_nei .f_list .li:hover .img img {
  transform: scale(1.04);
}
.productbox-sec1 .container2 .gt {
  background-color: #ffffff;
  width: 77.285%;
  position: relative;
  padding: 0.9rem 0 1rem 0.4rem;
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .gt {
    width: 100%;
    padding: 0 0 1rem;
  }
}
.productbox-sec1 .container2 .gt:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}
.productbox-sec1 .container2 .gt .item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.productbox-sec1 .container2 .gt .item .img {
  border-radius: 0.1rem;
  overflow: hidden;
  width: 51.823416%;
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .gt .item .img {
    width: 100%;
  }
}
.productbox-sec1 .container2 .gt .item .img:before {
  padding-top: 43.7037037%;
}
.productbox-sec1 .container2 .gt .item .font {
  width: 48.176584%;
  border-top: 1px solid #f3f3f4;
  padding: 0.26rem 0 0.26rem 0.6rem;
}
@media (max-width: 767px) {
  .productbox-sec1 .container2 .gt .item .font {
    width: 100%;
    border: 1px solid #f3f3f4;
    border-top: none;
    border-radius: 0 0 0.1rem 0.1rem;
    padding: 0.4rem 0.36rem;
  }
}
.productbox-sec1 .container2 .gt .item .font .f_tit {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.12rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productbox-sec1 .container2 .gt .item .font .text {
  color: #666666;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 3.75em;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.36rem;
}
.productbox-sec1 .container2 .gt .item .font .f_but {
  display: flex;
  align-items: center;
}
.productbox-sec1 .container2 .gt .item .font .f_but .but {
  margin-right: 0.2rem;
}
.productbox-sec1 .container2 .gt .item:hover .img img {
  transform: scale(1.04);
}
.productbox-sec1 .container2 .gt .basepage {
  margin-top: 0.1rem;
}
/* End */
/* 产品详情 */
.produinfo_but {
  position: relative;
  color: #333333;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0.14rem 0.2rem;
  min-width: 2rem;
  border-radius: 25px;
  transition: all 0.4s;
  border: solid 2px #e7e9ee;
  color: #ffffff;
  border-color: transparent;
}
@media (max-width: 1580px) {
  .produinfo_but {
    border-width: 1px;
  }
}
.produinfo_but:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, #1171dc 0%, #29d95f 100%);
  transition: all 0.4s;
  opacity: 0;
}
.produinfo_but i,
.produinfo_but span {
  position: relative;
}
.produinfo_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.14rem;
}
.produinfo_but i img {
  width: 18px;
  height: 18px;
}
@media (max-width: 1580px) {
  .produinfo_but i img {
    width: 16px;
    height: 16px;
  }
}
.produinfo_but i img:nth-child(2) {
  display: none;
}
.produinfo_but:before {
  opacity: 1;
}
.produinfo_but i img {
  display: none;
}
.produinfo_but i img:nth-child(2) {
  display: block;
}
.produinfo_but:hover {
  border-color: #e7e9ee;
  color: #333333;
}
.produinfo_but:hover:before {
  opacity: 0;
}
.produinfo_but:hover i img {
  display: block;
}
.produinfo_but:hover i img:nth-child(2) {
  display: none;
}
.produinfo-sec1 {
  background-color: #f8f9fb;
}
.produinfo-sec1 > .container2 {
  padding: 0.36rem 0 0.68rem;
}
.produinfo-sec1 > .container2 .f_font {
  margin-bottom: 0.72rem;
  text-align: center;
}
.produinfo-sec1 > .container2 .f_font .f_tit {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}
.produinfo-sec1 > .container2 .f_font .xian {
  display: block;
  margin: 0 auto 0.14rem;
  width: 0.54rem;
  height: 4px;
  background-image: linear-gradient(90deg, #3297ff 0%, #29d95f 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, 
						normal;
}
.produinfo-sec1 > .container2 .f_font .f_text {
  max-width: 9.72rem;
  margin: 0 auto 0.24rem;
  line-height: 1.66666667;
  color: #666666;
}
.produinfo-sec1 > .container2 .f_font .f_jut {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.produinfo-sec1 > .container2 .f_font .f_jut .li {
  position: relative;
  padding-left: 24px;
  margin: 0 0.23rem 0.1rem;
}
@media (max-width: 1580px) {
  .produinfo-sec1 > .container2 .f_font .f_jut .li {
    padding-left: 20px;
  }
}
.produinfo-sec1 > .container2 .f_font .f_jut .li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0.75em;
  margin-top: -6px;
  background: url(../images/secaiimgfz1.png) no-repeat center / 100% 100%;
}
@media (max-width: 1580px) {
  .produinfo-sec1 > .container2 .f_font .f_jut .li:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
.produinfo-sec1 > .container2 .f_font .but {
  margin-top: 0.4rem;
  padding-left: 0.26rem;
  padding-right: 0.26rem;
}
.produinfo-sec1 > .container2 .cont {
  position: relative;
  margin-bottom: 0.28rem;
}
.produinfo-sec1 > .container2 .cont .produinfo1_next,
.produinfo-sec1 > .container2 .cont .produinfo1_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .produinfo-sec1 > .container2 .cont .produinfo1_next,
  .produinfo-sec1 > .container2 .cont .produinfo1_prev {
    display: none;
  }
}
.produinfo-sec1 > .container2 .cont .produinfo1_next {
  left: initial;
  right: -0.82rem;
}
.produinfo-sec1 > .container2 .cont .produinfo1_prev {
  left: -0.82rem;
}
.produinfo-sec1 > .container2 .cont .produinfo1_cont {
  width: auto;
  margin: 0 -0.18rem;
}
.produinfo-sec1 > .container2 .cont .produinfo1_cont .swiper-slide {
  width: 50%;
  padding: 0 0.18rem;
}
@media (max-width: 767px) {
  .produinfo-sec1 > .container2 .cont .produinfo1_cont .swiper-slide {
    width: 76%;
  }
}
.produinfo-sec1 > .container2 .cont .produinfo1_cont .swiper-slide .img {
  width: 100%;
  border-radius: 0.1rem;
}
.produinfo-sec1 > .container2 .cont .produinfo1_cont .swiper-slide .img:before {
  padding-top: 43.06358382%;
}
.produinfo-sec1 > .container2 .f_but {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.produinfo-sec1 > .container2 .f_but .f_lic {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  margin-bottom: 8px;
}
.produinfo-sec1 > .container2 .f_but .f_lic img {
  display: block;
  height: auto;
  margin-right: 0.14rem;
  width: 16px;
}
.produinfo-sec2 {
  padding-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .produinfo-sec2 {
    padding-bottom: 1rem;
  }
}
.produinfo-sec2 .f_pronav {
  width: 100%;
  background-color: #ffffff;
  line-height: 0.97rem;
  height: 0.97rem;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  z-index: 666;
}
@media (max-width: 1580px) {
  .produinfo-sec2 .f_pronav {
    top: 80px;
  }
}
@media (max-width: 767px) {
  .produinfo-sec2 .f_pronav {
    top: 60px;
  }
}
.produinfo-sec2 .f_pronav .f_nav {
  height: 100%;
  background-color: #ffffff;
}
.produinfo-sec2 .f_pronav .f_nav .container2 {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.produinfo-sec2 .f_pronav .f_nav .container2 .produinfo2_nav {
  margin: 0;
  max-width: 60%;
}
.produinfo-sec2 .f_pronav .f_nav .container2 .produinfo2_nav .swiper-slide {
  width: auto;
  margin-right: 0.46rem;
}
.produinfo-sec2 .f_pronav .f_nav .container2 .produinfo2_nav .swiper-slide:last-child {
  margin-right: 0;
}
.produinfo-sec2 .f_pronav .f_nav .container2 .produinfo2_nav .swiper-slide .item {
  color: #666666;
  cursor: pointer;
  transition: all 0.4s;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 4px solid transparent;
}
@media (max-width: 991px) {
  .produinfo-sec2 .f_pronav .f_nav .container2 .produinfo2_nav .swiper-slide .item {
    border-width: 2px;
  }
}
.produinfo-sec2 .f_pronav .f_nav .container2 .produinfo2_nav .on .item {
  color: #0067da;
  border-color: #0067da;
}
.produinfo-sec2 .f_pronav .f_nav .container2 .but {
  line-height: 1.5;
  min-width: 1.6rem;
}
.produinfo-sec2 .f_pronav .f_nav .container2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.1;
}
.produinfo-sec2 .pro_tit {
  font-weight: bold;
  position: relative;
  width: 100%;
}
.produinfo-sec2 .pro_tit span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.26rem;
  border-bottom: 4px solid #0067da;
}
@media (max-width: 767px) {
  .produinfo-sec2 .pro_tit span {
    border-width: 2px;
  }
}
.produinfo-sec2 .pro_tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.produinfo-sec2 .pro_cont1 {
  margin-bottom: 0.52rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0.82rem;
}
.produinfo-sec2 .pro_cont1 .font {
  width: 51.1428572%;
  padding-right: 1.08rem;
}
@media (max-width: 767px) {
  .produinfo-sec2 .pro_cont1 .font {
    width: 100%;
    padding-right: 0;
    order: 1;
    margin-top: 0.42rem;
  }
}
.produinfo-sec2 .pro_cont1 .font .f_tit {
  font-weight: bold;
  color: #333333;
  line-height: 1.28571429;
  margin-bottom: 0.34rem;
}
.produinfo-sec2 .pro_cont1 .font .text {
  color: #666666;
  line-height: 1.5;
}
.produinfo-sec2 .pro_cont1 .font .text p {
  margin-bottom: 0.18rem;
  position: relative;
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .produinfo-sec2 .pro_cont1 .font .text p {
    padding-left: 0.26rem;
  }
}
.produinfo-sec2 .pro_cont1 .font .text p:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  background-image: linear-gradient(90deg, #3297ff 0%, #29d95f 100%), linear-gradient(#29d665, #29d665);
  background-blend-mode: normal, 
								normal;
  margin-top: -3px;
}
.produinfo-sec2 .pro_cont1 .font .text p:last-child {
  margin-bottom: 0;
}
.produinfo-sec2 .pro_cont1 .img {
  width: 48.8571428%;
}
@media (max-width: 767px) {
  .produinfo-sec2 .pro_cont1 .img {
    width: 100%;
  }
}
.produinfo-sec2 .pro_cont1 .img:before {
  padding-top: 54.97076023%;
}
.produinfo-sec2 .pro_cont2 {
  margin: 0.48rem 0 0.68rem;
}
.produinfo-sec2 .pro_cont3 {
  margin-top: 0.44rem;
  position: relative;
}
.produinfo-sec2 .pro_cont3 .produinfo2_cont {
  width: auto;
  margin: 0 -0.14rem;
}
.produinfo-sec2 .pro_cont3 .produinfo2_cont .swiper-slide {
  width: 33.333%;
  padding: 0 0.14rem;
}
@media (max-width: 767px) {
  .produinfo-sec2 .pro_cont3 .produinfo2_cont .swiper-slide {
    width: 70%;
  }
}
.produinfo-sec2 .pro_cont3 .produinfo2_cont .swiper-slide .item {
  display: block;
  position: relative;
}
.produinfo-sec2 .pro_cont3 .produinfo2_cont .swiper-slide .item .img {
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.14rem;
}
.produinfo-sec2 .pro_cont3 .produinfo2_cont .swiper-slide .item .img:before {
  padding-top: 60.26785714%;
}
.produinfo-sec2 .pro_cont3 .produinfo2_cont .swiper-slide .item .f_tit {
  text-align: center;
  color: #999999;
}
.produinfo-sec2 .pro_cont3 .produinfo2_cont .swiper-slide .item:hover .img img {
  transform: scale(1.04);
}
.produinfo-sec2 .pro_cont3 .produinfo2_next,
.produinfo-sec2 .pro_cont3 .produinfo2_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .produinfo-sec2 .pro_cont3 .produinfo2_next,
  .produinfo-sec2 .pro_cont3 .produinfo2_prev {
    display: none;
  }
}
.produinfo-sec2 .pro_cont3 .produinfo2_next {
  left: initial;
  right: -0.82rem;
}
.produinfo-sec2 .pro_cont3 .produinfo2_prev {
  left: -0.82rem;
}
/* End */
/* 相关案例 */
.casebox-sec1 {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0;
  position: relative;
}
.casebox-sec1 .hm_tit {
  margin-bottom: 0.76rem;
}
.casebox-sec1 .cont {
  position: relative;
  font-size: 2rem;
}
.casebox-sec1 .cont .f_prev,
.casebox-sec1 .cont .f_next {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0.45em;
  user-select: none;
  -webkit-user-select: none;
  transform: translateY(-50%);
  width: 172px;
}
@media (max-width: 1580px) {
  .casebox-sec1 .cont .f_prev,
  .casebox-sec1 .cont .f_next {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .casebox-sec1 .cont .f_prev,
  .casebox-sec1 .cont .f_next {
    width: auto;
    z-index: 3;
  }
}
.casebox-sec1 .cont .f_prev .shu,
.casebox-sec1 .cont .f_next .shu {
  font-size: 0.2rem;
  color: #808080;
  transition: all 0.4s;
  line-height: 0.9;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .casebox-sec1 .cont .f_prev .shu,
  .casebox-sec1 .cont .f_next .shu {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .casebox-sec1 .cont .f_prev .shu,
  .casebox-sec1 .cont .f_next .shu {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .casebox-sec1 .cont .f_prev .shu,
  .casebox-sec1 .cont .f_next .shu {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .casebox-sec1 .cont .f_prev .shu,
  .casebox-sec1 .cont .f_next .shu {
    display: none;
  }
}
.casebox-sec1 .cont .f_prev .casebox1_prev,
.casebox-sec1 .cont .f_next .casebox1_prev,
.casebox-sec1 .cont .f_prev .casebox1_next,
.casebox-sec1 .cont .f_next .casebox1_next {
  width: 0.52rem;
  height: 0.52rem;
  border-color: #d1d2d3;
}
.casebox-sec1 .cont .f_prev .casebox1_prev i,
.casebox-sec1 .cont .f_next .casebox1_prev i,
.casebox-sec1 .cont .f_prev .casebox1_next i,
.casebox-sec1 .cont .f_next .casebox1_next i {
  width: 19.23076923%;
  height: 19.23076923%;
  background-color: transparent;
}
.casebox-sec1 .cont .f_prev .casebox1_prev i svg,
.casebox-sec1 .cont .f_next .casebox1_prev i svg,
.casebox-sec1 .cont .f_prev .casebox1_next i svg,
.casebox-sec1 .cont .f_next .casebox1_next i svg {
  width: 100%;
  height: 100%;
}
.casebox-sec1 .cont .f_prev .casebox1_prev i svg path,
.casebox-sec1 .cont .f_next .casebox1_prev i svg path,
.casebox-sec1 .cont .f_prev .casebox1_next i svg path,
.casebox-sec1 .cont .f_next .casebox1_next i svg path {
  fill: #333333;
}
.casebox-sec1 .cont .f_prev .casebox1_prev,
.casebox-sec1 .cont .f_next .casebox1_prev {
  margin-left: 12px;
}
.casebox-sec1 .cont .f_prev .casebox1_next,
.casebox-sec1 .cont .f_next .casebox1_next {
  margin-right: 12px;
}
.casebox-sec1 .cont .f_prev:hover .shu,
.casebox-sec1 .cont .f_next:hover .shu {
  color: #e70515;
}
.casebox-sec1 .cont .f_prev:hover .casebox1_prev,
.casebox-sec1 .cont .f_next:hover .casebox1_prev,
.casebox-sec1 .cont .f_prev:hover .casebox1_next,
.casebox-sec1 .cont .f_next:hover .casebox1_next {
  border-color: #e70515;
}
.casebox-sec1 .cont .f_prev:hover .casebox1_prev svg path,
.casebox-sec1 .cont .f_next:hover .casebox1_prev svg path,
.casebox-sec1 .cont .f_prev:hover .casebox1_next svg path,
.casebox-sec1 .cont .f_next:hover .casebox1_next svg path {
  fill: #e70515;
}
.casebox-sec1 .cont .f_prev:before,
.casebox-sec1 .cont .f_next:before,
.casebox-sec1 .cont .f_prev:after,
.casebox-sec1 .cont .f_next:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #333333;
  opacity: 0.1;
  position: absolute;
  top: 50%;
}
@media (max-width: 767px) {
  .casebox-sec1 .cont .f_prev:before,
  .casebox-sec1 .cont .f_next:before,
  .casebox-sec1 .cont .f_prev:after,
  .casebox-sec1 .cont .f_next:after {
    display: none;
  }
}
.casebox-sec1 .cont .f_prev {
  left: 0;
  justify-content: flex-end;
}
.casebox-sec1 .cont .f_prev:before {
  width: 2.4rem;
  left: 100%;
  margin-left: 0.36rem;
}
@media (max-width: 991px) {
  .casebox-sec1 .cont .f_prev:before {
    width: 1rem;
  }
}
.casebox-sec1 .cont .f_prev:after {
  width: 100vw;
  right: 100%;
}
.casebox-sec1 .cont .f_next {
  right: 0;
}
.casebox-sec1 .cont .f_next:before {
  width: 2.4rem;
  right: 100%;
  margin-right: 0.36rem;
}
@media (max-width: 991px) {
  .casebox-sec1 .cont .f_next:before {
    width: 1rem;
  }
}
.casebox-sec1 .cont .f_next:after {
  width: 100vw;
  left: 100%;
}
.casebox-sec1 .cont .casebox1_cont {
  max-width: 7.64rem;
}
.casebox-sec1 .cont .casebox1_cont .swiper-slide {
  text-align: center;
}
.casebox-sec1 .cont .casebox1_cont .swiper-slide .shu {
  line-height: 0.9em;
  color: #808080;
  font-weight: bold;
  margin-bottom: 0.66rem;
}
.casebox-sec1 .cont .casebox1_cont .swiper-slide .shu span {
  color: #0067da;
}
.casebox-sec1 .cont .casebox1_cont .swiper-slide .f_text {
  color: #333333;
}
.casebox-sec2 {
  padding: 1rem 0;
}
.casebox-sec2 .hm_tit {
  margin-bottom: 0.48rem;
}
.casebox-sec2 .cont {
  margin: 0 -0.13rem;
  display: flex;
  flex-wrap: wrap;
}
.casebox-sec2 .cont .item {
  width: 33.33%;
  padding: 0 0.13rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .casebox-sec2 .cont .item {
    width: 100%;
    width: 50%;
    margin-bottom: 0.56rem;
  }
}
.casebox-sec2 .cont .item .list {
  width: 100%;
  display: block;
}
.casebox-sec2 .cont .item .list .f_img {
  position: relative;
  margin-bottom: 0.14rem;
}
.casebox-sec2 .cont .item .list .f_img .yuan {
  width: 1.06rem;
  height: 1.06rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #29d95f;
  z-index: 2;
  margin-top: 0.4rem;
  opacity: 0;
  transition: all 0.4s;
  text-align: center;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}
.casebox-sec2 .cont .item .list .f_img .img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.casebox-sec2 .cont .item .list .f_img .img:before {
  padding-top: 62.22222222%;
}
.casebox-sec2 .cont .item .list .f_img .img img {
  transition: all 0.4s;
}
.casebox-sec2 .cont .item .list .font {
  position: relative;
  padding: 0.12rem 0 0.24rem;
  border-bottom: 1px solid #dbdbdb;
}
.casebox-sec2 .cont .item .list .font:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #0067da;
  transition: all 0.4s;
}
.casebox-sec2 .cont .item .list .font .name {
  color: #999999;
  margin-bottom: 8px;
}
.casebox-sec2 .cont .item .list .font .f_tit {
  font-weight: bold;
  color: #333333;
  transition: all 0.4s;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .casebox-sec2 .cont .item .list .font .f_tit {
    font-size: 0.26rem;
  }
}
.casebox-sec2 .cont .item .list:hover .f_img .img img {
  transform: scale(1.04);
}
.casebox-sec2 .cont .item .list:hover .f_img .yuan {
  opacity: 1;
  margin-top: 0;
}
.casebox-sec2 .cont .item .list:hover .font .f_tit {
  color: #0067da;
}
.casebox-sec2 .cont .item .list:hover .font:before {
  width: 100%;
}
.casebox-sec2 .basepage {
  margin-top: 0.12rem;
}
/* End */
/* 案例详情 */
.caseinfo-sec1 {
  background-color: #f8f9fb;
  padding-bottom: 1rem;
}
.caseinfo-sec1 > .container2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.46rem;
}
@media (max-width: 767px) {
  .caseinfo-sec1 > .container2 {
    padding-top: 0.8rem;
  }
}
.caseinfo-sec1 > .container2 .caseinfo1_cont {
  margin: 0;
  width: 57.14%;
  height: 100%;
}
@media (max-width: 767px) {
  .caseinfo-sec1 > .container2 .caseinfo1_cont {
    width: 100%;
  }
}
.caseinfo-sec1 > .container2 .caseinfo1_cont .img {
  border-radius: 0.1rem;
}
.caseinfo-sec1 > .container2 .caseinfo1_cont .img:before {
  padding-top: 66.75%;
}
.caseinfo-sec1 > .container2 .caseinfo1_cont .caseinfo1_prev,
.caseinfo-sec1 > .container2 .caseinfo1_cont .caseinfo1_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  background: none;
  width: 40px;
  height: 80px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
}
@media (max-width: 1580px) {
  .caseinfo-sec1 > .container2 .caseinfo1_cont .caseinfo1_prev,
  .caseinfo-sec1 > .container2 .caseinfo1_cont .caseinfo1_next {
    width: 34px;
    height: 68px;
  }
}
.caseinfo-sec1 > .container2 .caseinfo1_cont .caseinfo1_prev svg,
.caseinfo-sec1 > .container2 .caseinfo1_cont .caseinfo1_next svg {
  width: 70%;
  height: 35%;
}
.caseinfo-sec1 > .container2 .caseinfo1_cont .caseinfo1_prev svg path,
.caseinfo-sec1 > .container2 .caseinfo1_cont .caseinfo1_next svg path {
  fill: #ffffff;
}
.caseinfo-sec1 > .container2 .caseinfo1_cont .caseinfo1_prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.caseinfo-sec1 > .container2 .caseinfo1_cont .caseinfo1_next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.caseinfo-sec1 > .container2 .gt {
  width: 42.86%;
  padding-left: 0.8rem;
  padding-top: 0.1rem;
}
@media (max-width: 767px) {
  .caseinfo-sec1 > .container2 .gt {
    width: 100%;
    padding-left: 0;
    margin-top: 0.36rem;
  }
}
.caseinfo-sec1 > .container2 .gt .f_tit {
  color: #333333;
  font-weight: bold;
  margin-bottom: 8px;
}
.caseinfo-sec1 > .container2 .gt .text {
  line-height: 1.5;
}
.caseinfo-sec1 > .container2 .gt .f_jut {
  padding: 0.36rem 0 0;
  margin-top: 0.48rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.caseinfo-sec1 > .container2 .gt .f_jut .li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .caseinfo-sec1 > .container2 .gt .f_jut .li {
    margin-bottom: 6px;
  }
}
.caseinfo-sec1 > .container2 .gt .f_jut .li:last-child {
  margin-bottom: 0;
}
.caseinfo-sec1 > .container2 .gt .f_jut .li i {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 16px;
  position: relative;
  top: 0.75em;
  margin-top: -8px;
  margin-right: 14px;
}
@media (max-width: 1580px) {
  .caseinfo-sec1 > .container2 .gt .f_jut .li i {
    width: 16px;
    height: 14px;
    margin-right: 10px;
    margin-top: -7px;
  }
}
.caseinfo-sec1 > .container2 .gt .f_jut .li i img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.caseinfo-sec1 > .container2 .gt .f_jut .li p {
  flex: 1 1 auto;
  color: #666666;
  line-height: 1.5;
}
.caseinfo-sec1 > .container2 .gt .f_position {
  padding: 0.22rem 0 0;
  margin-top: 0.36rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
}
.caseinfo-sec1 > .container2 .gt .f_position .li {
  width: 50%;
  display: flex;
  align-items: center;
  color: #666666;
}
@media (max-width: 767px) {
  .caseinfo-sec1 > .container2 .gt .f_position .li {
    width: auto;
    margin-bottom: 0.12rem;
    margin-right: 0.4rem;
  }
  .caseinfo-sec1 > .container2 .gt .f_position .li:last-child {
    margin-right: 0;
  }
}
.caseinfo-sec1 > .container2 .gt .f_position .li i {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
@media (max-width: 1580px) {
  .caseinfo-sec1 > .container2 .gt .f_position .li i {
    width: 14px;
    height: 14px;
    margin-right: 12px;
  }
}
.caseinfo-sec1 > .container2 .gt .f_position .li i img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.caseinfo-sec1 > .container2 .gt .f_position .li span {
  display: block;
  flex: 1 1 auto;
}
.caseinfo-sec1 > .container2 .gt .f_but {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .caseinfo-sec1 > .container2 .gt .f_but {
    margin-top: 0.4rem;
  }
}
.caseinfo-sec1 > .container2 .gt .f_but .but {
  margin-right: 10px;
}
.caseinfo-sec1 > .container2 .f_qie {
  width: 100%;
  padding-top: 0.3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.66rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.caseinfo-sec1 > .container2 .f_qie .f_prev,
.caseinfo-sec1 > .container2 .f_qie .f_next {
  display: flex;
  align-items: center;
  color: #999999;
  width: calc(50% - 0.5rem);
}
.caseinfo-sec1 > .container2 .f_qie .f_prev i,
.caseinfo-sec1 > .container2 .f_qie .f_next i {
  display: block;
  overflow: hidden;
  width: 18px;
  flex: 0 0 auto;
}
@media (max-width: 1580px) {
  .caseinfo-sec1 > .container2 .f_qie .f_prev i,
  .caseinfo-sec1 > .container2 .f_qie .f_next i {
    width: 16px;
  }
}
@media (max-width: 767px) {
  .caseinfo-sec1 > .container2 .f_qie .f_prev i,
  .caseinfo-sec1 > .container2 .f_qie .f_next i {
    width: 14px;
  }
}
.caseinfo-sec1 > .container2 .f_qie .f_prev i img,
.caseinfo-sec1 > .container2 .f_qie .f_next i img {
  float: left;
  width: 100%;
  height: auto;
}
.caseinfo-sec1 > .container2 .f_qie .f_prev i img:nth-child(2),
.caseinfo-sec1 > .container2 .f_qie .f_next i img:nth-child(2) {
  display: none;
}
.caseinfo-sec1 > .container2 .f_qie .f_prev a,
.caseinfo-sec1 > .container2 .f_qie .f_next a {
  display: block;
  flex: 1 1 auto;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0.24rem;
}
.caseinfo-sec1 > .container2 .f_qie .f_prev:hover,
.caseinfo-sec1 > .container2 .f_qie .f_next:hover {
  color: #0067da;
}
.caseinfo-sec1 > .container2 .f_qie .f_prev:hover a,
.caseinfo-sec1 > .container2 .f_qie .f_next:hover a {
  color: #0067da;
}
.caseinfo-sec1 > .container2 .f_qie .f_prev:hover i img,
.caseinfo-sec1 > .container2 .f_qie .f_next:hover i img {
  display: none;
}
.caseinfo-sec1 > .container2 .f_qie .f_prev:hover i img:nth-child(2),
.caseinfo-sec1 > .container2 .f_qie .f_next:hover i img:nth-child(2) {
  display: block;
}
.caseinfo-sec1 > .container2 .f_qie .f_next a {
  padding-left: 0;
  padding-right: 0.24rem;
  text-align: right;
}
.caseinfo-sec1 > .container2 .f_qie .f_ret {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 0.74rem;
  height: 0.72rem;
}
.caseinfo-sec1 > .container2 .f_qie .f_ret img {
  width: 100%;
  height: auto;
  float: left;
}
.caseinfo-sec1 > .container2 .f_qie .f_ret img:nth-child(2) {
  display: none;
}
.caseinfo-sec1 > .container2 .f_qie .f_ret:hover img {
  display: none;
}
.caseinfo-sec1 > .container2 .f_qie .f_ret:hover img:nth-child(2) {
  display: block;
}
.caseinfo-sec2 {
  padding: 0.6rem 0 1rem;
}
@media (max-width: 767px) {
  .caseinfo-sec2 {
    padding: 1rem 0;
  }
}
.caseinfo-sec2 .hm_tit {
  margin-bottom: 0.4rem;
}
.caseinfo-sec2 .cont {
  position: relative;
}
.caseinfo-sec2 .cont .caseinfo2_next,
.caseinfo-sec2 .cont .caseinfo2_prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .caseinfo2_next,
  .caseinfo-sec2 .cont .caseinfo2_prev {
    display: none;
  }
}
.caseinfo-sec2 .cont .caseinfo2_next {
  left: initial;
  right: -0.82rem;
}
.caseinfo-sec2 .cont .caseinfo2_prev {
  left: -0.82rem;
}
.caseinfo-sec2 .cont .caseinfo2_cont {
  width: auto;
  margin: 0 -0.13rem;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide {
  width: 33.33%;
  padding: 0 0.13rem;
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide {
    width: 100%;
    width: 80%;
  }
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item {
  display: block;
  width: 100%;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list {
  width: 100%;
  display: block;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list .f_img {
  position: relative;
  margin-bottom: 0.14rem;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list .f_img .yuan {
  width: 1.06rem;
  height: 1.06rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #29d95f;
  z-index: 2;
  margin-top: 0.4rem;
  opacity: 0;
  transition: all 0.4s;
  text-align: center;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list .f_img .img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list .f_img .img:before {
  padding-top: 62.22222222%;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list .f_img .img img {
  transition: all 0.4s;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list .font {
  position: relative;
  padding: 0.12rem 0 0.24rem;
  border-bottom: 1px solid #dbdbdb;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list .font:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #0067da;
  transition: all 0.4s;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list .font .name {
  color: #999999;
  margin-bottom: 8px;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list .font .f_tit {
  font-weight: bold;
  color: #333333;
  transition: all 0.4s;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list .font .f_tit {
    font-size: 0.26rem;
  }
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list:hover .f_img .img img {
  transform: scale(1.04);
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list:hover .f_img .yuan {
  opacity: 1;
  margin-top: 0;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list:hover .font .f_tit {
  color: #0067da;
}
.caseinfo-sec2 .cont .caseinfo2_cont .swiper-slide .item .list:hover .font:before {
  width: 100%;
}
/* End */
/* 关于我们 */
.aboutbanner {
  position: relative;
}
.aboutbanner .bag {
  width: 100%;
  height: 100vh;
  background-color: #000000;
}
.aboutbanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.aboutbanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .aboutbanner .bag img {
    display: none;
  }
  .aboutbanner .bag img:nth-child(2) {
    display: block;
  }
}
.aboutbanner .cont {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 2;
  text-align: center;
}
.aboutbanner .cont .name {
  font-weight: bold;
}
.aboutbanner .cont .f_tit {
  font-weight: bold;
}
.abtfixed {
  position: relative;
  top: calc(-100px - 0.76rem);
}
@media (max-width: 1580px) {
  .abtfixed {
    top: calc(-80px - 0.76rem);
  }
}
@media (max-width: 991px) {
  .abtfixed {
    top: calc(-60px - 0.76rem);
  }
}
.abtfixed2 {
  position: relative;
  top: -98px;
}
@media (max-width: 1580px) {
  .abtfixed2 {
    top: -78px;
  }
}
@media (max-width: 991px) {
  .abtfixed2 {
    top: -58px;
  }
}
.aboutbox-sec1 {
  padding: 0.9rem 0;
}
.aboutbox-sec1 .hm_tit {
  margin-bottom: 0.38rem;
}
.aboutbox-sec1 .f_text {
  max-width: 11.52rem;
  margin: 0 auto 1rem;
  color: #000000;
  text-align: center;
  line-height: 2;
}
@media (max-width: 991px) {
  .aboutbox-sec1 .f_text {
    line-height: 1.66;
  }
}
@media (max-width: 767px) {
  .aboutbox-sec1 .f_text {
    max-width: 100%;
  }
}
.aboutbox-sec1 .f_jut {
  display: flex;
  flex-wrap: wrap;
}
.aboutbox-sec1 .f_jut .item {
  text-align: center;
  width: 50%;
  position: relative;
}
@media (min-width: 768px) {
  .aboutbox-sec1 .f_jut .item {
    width: 25%;
  }
  .aboutbox-sec1 .f_jut .item:nth-child(4n):before {
    display: none;
  }
}
@media (max-width: 767px) {
  .aboutbox-sec1 .f_jut .item {
    margin-bottom: 0.46rem;
  }
  .aboutbox-sec1 .f_jut .item:nth-child(2n):before {
    display: none;
  }
}
.aboutbox-sec1 .f_jut .item:last-child:before {
  display: none;
}
.aboutbox-sec1 .f_jut .item:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  width: 1px;
  height: 1rem;
  background-color: #d1d1d1;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .aboutbox-sec1 .f_jut .item:before {
    transform: translateY(-50%);
  }
}
.aboutbox-sec1 .f_jut .item .shu {
  font-size: 0.72rem;
  line-height: 0.9;
  font-weight: bold;
  margin-bottom: 0.18rem;
  background: linear-gradient(45deg, #3297ff 40%, #29d95f 60%);
  -webkit-background-clip: text;
  /* Safari/Chrome */
  -webkit-text-fill-color: transparent;
  /* Safari/Chrome */
  color: transparent;
  /* Firefox/Opera */
}
.aboutbox-sec1 .f_jut .item .text {
  color: #333333;
}
.aboutbox-sec2 {
  background-color: #f7f7f7;
  overflow: hidden;
}
.aboutbox-sec2 .container2 {
  display: flex;
  flex-wrap: wrap;
}
.aboutbox-sec2 .container2 .abt2_font {
  width: 100%;
  position: relative;
}
.aboutbox-sec2 .container2 .abt2_font .name {
  color: #333333;
  opacity: 0.5;
}
.aboutbox-sec2 .container2 .abt2_font .f_tit {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.48rem;
}
.aboutbox-sec2 .container2 .abt2_font .xian {
  display: block;
  width: 0.76rem;
  height: 2px;
  background-color: #333333;
  opacity: 0.2;
}
.aboutbox-sec2 .container2 .abt2_font .f_txt1 {
  margin-top: 0.32rem;
  color: #0067da;
}
.aboutbox-sec2 .container2 .abt2_font .f_text2 {
  margin-top: 0.32rem;
  color: #666666;
  line-height: 1.77777778;
}
.aboutbox-sec2 .container2 .abt2_font .f_text3 {
  color: #666666;
  line-height: 1.75;
  margin-top: 0.52rem;
}
.aboutbox-sec2 .container2 .abt2_font .f_text3 p {
  display: flex;
  margin-bottom: 0.26rem;
}
.aboutbox-sec2 .container2 .abt2_font .f_text3 p:last-child {
  margin-bottom: 0;
}
.aboutbox-sec2 .container2 .abt2_font .f_text3 p span {
  display: block;
  flex: 0 0 auto;
}
.aboutbox-sec2 .container2 .abt2_font.f_white .name {
  color: #ffffff;
}
.aboutbox-sec2 .container2 .abt2_font.f_white .f_tit {
  color: #ffffff;
}
.aboutbox-sec2 .container2 .abt2_font.f_white .xian {
  background-color: #ffffff;
}
.aboutbox-sec2 .container2 .abt2_font.f_white .f_text2 {
  color: #ffffff;
}
.aboutbox-sec2 .container2 .abt2_font.f_white .f_text3 {
  color: #ffffff;
}
.aboutbox-sec2 .container2 .lt {
  width: 48.1770833%;
}
@media (max-width: 767px) {
  .aboutbox-sec2 .container2 .lt {
    width: 100%;
  }
}
.aboutbox-sec2 .container2 .lt .font1 {
  padding: 1.1rem 1.2rem 0.8rem 0;
}
@media (max-width: 767px) {
  .aboutbox-sec2 .container2 .lt .font1 {
    padding: 0.6rem 0;
  }
}
.aboutbox-sec2 .container2 .lt .font2 {
  position: relative;
  padding: 1.4rem 1.08rem 1.4rem 0;
}
@media (max-width: 767px) {
  .aboutbox-sec2 .container2 .lt .font2 {
    padding: 0.6rem 0;
  }
}
.aboutbox-sec2 .container2 .lt .font2 .bag {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bagimgfz1.png) no-repeat center / cover;
}
@media (min-width: 768px) {
  .aboutbox-sec2 .container2 .lt .font2 .bag {
    width: 48.1770833vw;
  }
}
@media (max-width: 767px) {
  .aboutbox-sec2 .container2 .lt .font2 .bag {
    width: 100vw;
    right: -5vw;
  }
}
.aboutbox-sec2 .container2 .lt .font2 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.aboutbox-sec2 .container2 .lt .font2 .abt2_font .f_text2 {
  margin-top: 0.4rem;
}
.aboutbox-sec2 .container2 .gt {
  width: 51.8229167%;
  position: relative;
}
@media (max-width: 767px) {
  .aboutbox-sec2 .container2 .gt {
    width: 100%;
  }
}
.aboutbox-sec2 .container2 .gt .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 51.8229167vw;
  height: 100%;
  background-color: #0067da;
}
@media (max-width: 767px) {
  .aboutbox-sec2 .container2 .gt .bag {
    width: 100vw;
    left: -5vw;
  }
}
.aboutbox-sec2 .container2 .gt .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutbox-sec2 .container2 .gt .abt2_font {
  padding: 1.1rem 0 1.1rem 1.3rem;
}
@media (max-width: 767px) {
  .aboutbox-sec2 .container2 .gt .abt2_font {
    padding: 0.6rem 0;
  }
}
.aboutbox-sec3 {
  padding: 1rem 0;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.aboutbox-sec3 .f_font {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .aboutbox-sec3 .f_font {
    margin-bottom: 0.56rem;
  }
}
.aboutbox-sec3 .f_font:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #020c1e;
  opacity: 0.1;
}
.aboutbox-sec3 .f_font .f_tit {
  font-weight: bold;
  margin-right: 0.2rem;
  flex: 0 0 auto;
  float: left;
}
.aboutbox-sec3 .f_font .qie {
  float: right;
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: 1.6em;
}
.aboutbox-sec3 .f_font .qie .li {
  color: #020c1e;
  opacity: 0.5;
  margin-right: 0.54rem;
  transition: all 0.4s;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  padding-bottom: 0.36rem;
  border-bottom: 2px solid transparent;
}
.aboutbox-sec3 .f_font .qie .li:last-child {
  margin-right: 0;
}
.aboutbox-sec3 .f_font .qie .on {
  color: #0067da;
  border-color: #0067da;
  opacity: 1;
}
.aboutbox-sec3 .cont {
  position: relative;
}
.aboutbox-sec3 .cont .f_jut {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  width: 100%;
}
.aboutbox-sec3 .cont .f_jut .aboutbox3_cont {
  width: 100%;
  overflow: visible;
}
.aboutbox-sec3 .cont .f_jut .aboutbox3_cont .swiper-slide {
  width: auto;
  margin-right: 0.68rem;
}
.aboutbox-sec3 .cont .f_jut .aboutbox3_cont .swiper-slide:last-child {
  margin-right: 0;
}
.aboutbox-sec3 .cont .f_jut .aboutbox3_cont .swiper-slide .f_item {
  position: relative;
  cursor: pointer;
}
.aboutbox-sec3 .cont .f_jut .aboutbox3_cont .swiper-slide .f_item .img {
  width: auto;
  height: 3.26rem;
}
.aboutbox-sec3 .cont .f_jut .aboutbox3_cont .swiper-slide .f_item .img img {
  height: 100%;
  width: auto;
}
.aboutbox-sec3 .cont .f_jut .aboutbox3_cont .swiper-slide .f_item .f_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(41, 217, 95, 0.8);
  border-radius: 50%;
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .aboutbox-sec3 .cont .f_jut .aboutbox3_cont .swiper-slide .f_item .f_icon {
    margin-top: 0.2rem;
    opacity: 0;
  }
}
.aboutbox-sec3 .cont .f_jut .aboutbox3_cont .swiper-slide .f_item .f_icon:before,
.aboutbox-sec3 .cont .f_jut .aboutbox3_cont .swiper-slide .f_item .f_icon:after {
  content: "";
  display: block;
  width: 32.14285714%;
  height: 3px;
  background-color: #ffffff;
}
.aboutbox-sec3 .cont .f_jut .aboutbox3_cont .swiper-slide .f_item .f_icon:after {
  margin-top: -3px;
  transform: rotate(90deg);
}
.aboutbox-sec3 .cont .f_jut .aboutbox3_cont .swiper-slide .f_item:hover .f_icon {
  margin-top: 0;
  opacity: 1;
}
.aboutbox-sec3 .cont .on {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.aboutbox-sec4 {
  padding: 0rem 0 1rem;
  overflow: hidden;
}
.aboutbox-sec4 .f_font {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.42rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.07);
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .aboutbox-sec4 .f_font {
    padding-bottom: 0.3rem;
    margin-bottom: 0.4rem;
  }
}
.aboutbox-sec4 .f_font .lt {
  flex: 1 1 auto;
}
.aboutbox-sec4 .f_font .lt .name {
  color: #61c11b;
  margin-bottom: 4px;
}
.aboutbox-sec4 .f_font .lt .f_tit {
  color: #333333;
  font-weight: bold;
}
.aboutbox-sec4 .f_font .lt .f_tit span {
  color: #0067da;
}
.aboutbox-sec4 .f_font .qie {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.aboutbox-sec4 .f_font .qie .abt4_prev,
.aboutbox-sec4 .f_font .qie .abt4_next {
  width: 0.6rem;
  height: 0.6rem;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .aboutbox-sec4 .f_font .qie .abt4_prev,
  .aboutbox-sec4 .f_font .qie .abt4_next {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.aboutbox-sec4 .f_font .qie .abt4_prev svg,
.aboutbox-sec4 .f_font .qie .abt4_next svg {
  width: 16.66666667%;
  height: 16.66666667%;
}
@media (max-width: 767px) {
  .aboutbox-sec4 .f_font .qie .abt4_prev svg,
  .aboutbox-sec4 .f_font .qie .abt4_next svg {
    width: 24%;
    height: 24%;
  }
}
.aboutbox-sec4 .f_font .qie .abt4_prev svg path,
.aboutbox-sec4 .f_font .qie .abt4_next svg path {
  fill: #333333;
}
.aboutbox-sec4 .f_font .qie .abt4_prev:hover,
.aboutbox-sec4 .f_font .qie .abt4_next:hover {
  background-color: #0067da;
  border-color: #0067da;
}
.aboutbox-sec4 .f_font .qie .abt4_prev:hover svg path,
.aboutbox-sec4 .f_font .qie .abt4_next:hover svg path {
  fill: #ffffff;
}
.aboutbox-sec4 .f_font .qie .abt4_prev {
  margin-right: 8px;
}
.aboutbox-sec4 .abt4_cont {
  width: 78.5714285%;
  overflow: visible;
}
@media (max-width: 767px) {
  .aboutbox-sec4 .abt4_cont {
    width: 100%;
  }
}
.aboutbox-sec4 .abt4_cont .swiper-slide {
  padding: 0 0.5rem;
  overflow: hidden;
}
.aboutbox-sec4 .abt4_cont .swiper-slide .item {
  line-height: 3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .aboutbox-sec4 .abt4_cont .swiper-slide .item {
    flex-wrap: wrap;
    line-height: 2.4rem;
  }
}
.aboutbox-sec4 .abt4_cont .swiper-slide .item .shu {
  font-weight: bold;
  flex: 0 0 auto;
  color: #333333;
  opacity: 0.07;
  font-size: 1.5rem;
  transition: all 0.4s;
}
.aboutbox-sec4 .abt4_cont .swiper-slide .item .f_text {
  line-height: 1.55555556;
  flex: 1 1 auto;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  padding-left: 0.96rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .aboutbox-sec4 .abt4_cont .swiper-slide .item .f_text {
    width: 100%;
  }
}
.aboutbox-sec4 .abt4_cont .swiper-slide .item .f_text p {
  position: relative;
  padding-left: 16px;
  margin-bottom: 0.12rem;
}
.aboutbox-sec4 .abt4_cont .swiper-slide .item .f_text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1580px) {
  .aboutbox-sec4 .abt4_cont .swiper-slide .item .f_text p {
    padding-left: 12px;
  }
}
.aboutbox-sec4 .abt4_cont .swiper-slide .item .f_text p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #29d95f;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  top: 0.77777778em;
}
.aboutbox-sec4 .abt4_cont .swiper-slide-active {
  width: 100%;
  padding: 0;
}
.aboutbox-sec4 .abt4_cont .swiper-slide-active .item .shu {
  opacity: 1;
  color: #0067da;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .aboutbox-sec4 .abt4_cont .swiper-slide-active .item .shu {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
  }
}
.aboutbox-sec4 .abt4_cont .swiper-slide-active .item .f_text {
  width: auto;
  height: auto;
  opacity: 1;
}
.aboutbox-sec4 .abt4_nav {
  margin-top: 0.78rem;
}
.aboutbox-sec4 .abt4_nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0.07;
}
.aboutbox-sec4 .abt4_nav .swiper-wrapper {
  justify-content: space-between;
}
.aboutbox-sec4 .abt4_nav .swiper-slide {
  width: auto;
  margin-right: 1.9rem;
}
.aboutbox-sec4 .abt4_nav .swiper-slide:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .aboutbox-sec4 .abt4_nav .swiper-slide {
    margin-right: 0.8rem;
  }
}
.aboutbox-sec4 .abt4_nav .swiper-slide .item {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  line-height: 0.3rem;
}
@media (max-width: 1580px) {
  .aboutbox-sec4 .abt4_nav .swiper-slide .item {
    line-height: 0.36rem;
  }
}
@media (max-width: 991px) {
  .aboutbox-sec4 .abt4_nav .swiper-slide .item {
    line-height: 0.4rem;
  }
}
@media (max-width: 767px) {
  .aboutbox-sec4 .abt4_nav .swiper-slide .item {
    line-height: 0.36rem;
  }
}
.aboutbox-sec4 .abt4_nav .swiper-slide .item span {
  display: inline-block;
  padding-top: 0.24rem;
  transition: all 0.4s;
  border-top: 1px solid transparent;
}
.aboutbox-sec4 .abt4_nav .swiper-slide.on .item span,
.aboutbox-sec4 .abt4_nav .swiper-slide.swiper-slide-active .item span {
  font-size: 0.24rem;
  color: #29d95f;
  border-color: #29d95f;
}
@media (max-width: 1580px) {
  .aboutbox-sec4 .abt4_nav .swiper-slide.on .item span,
  .aboutbox-sec4 .abt4_nav .swiper-slide.swiper-slide-active .item span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .aboutbox-sec4 .abt4_nav .swiper-slide.on .item span,
  .aboutbox-sec4 .abt4_nav .swiper-slide.swiper-slide-active .item span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .aboutbox-sec4 .abt4_nav .swiper-slide.on .item span,
  .aboutbox-sec4 .abt4_nav .swiper-slide.swiper-slide-active .item span {
    font-size: 0.34rem;
  }
}
.aboutbox-sec5 {
  position: relative;
  z-index: 2;
  padding: 0 0 0.5rem;
  overflow: hidden;
}
.aboutbox-sec5 .f_font {
  background-size: cover;
  background-position: center;
  padding: 0.8rem 0 3.5rem;
}
@media (max-width: 767px) {
  .aboutbox-sec5 .f_font {
    padding: 1.2rem 0;
  }
}
.aboutbox-sec5 .f_font .container2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.aboutbox-sec5 .f_font .container2 .abt5_font {
  width: 30.715%;
  position: relative;
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .aboutbox-sec5 .f_font .container2 .abt5_font {
    width: 100%;
    padding-right: 0;
  }
}
.aboutbox-sec5 .f_font .container2 .abt5_font .name {
  color: #333333;
  opacity: 0.5;
}
.aboutbox-sec5 .f_font .container2 .abt5_font .f_tit {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.48rem;
}
.aboutbox-sec5 .f_font .container2 .abt5_font .xian {
  display: block;
  width: 0.6rem;
  height: 2px;
  background-color: #0067da;
}
.aboutbox-sec5 .f_font .container2 .gt {
  width: 69.285%;
  line-height: 1.77777778;
  color: #666666;
}
@media (max-width: 767px) {
  .aboutbox-sec5 .f_font .container2 .gt {
    width: 100%;
    margin-top: 0.46rem;
  }
}
.aboutbox-sec5 .cont {
  background-color: #ffffff;
  box-shadow: 19px 22px 0.44rem 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  margin-top: -3rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: 0.56rem 0.54rem 0.54rem 0;
}
@media (max-width: 767px) {
  .aboutbox-sec5 .cont {
    margin: 1.2rem 0 0;
    padding: 0.5rem 0.3rem;
    padding: 0;
    box-shadow: none;
  }
}
.aboutbox-sec5 .cont .lt {
  width: 70.447%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .aboutbox-sec5 .cont .lt {
    width: 100%;
    margin-bottom: 0.36rem;
  }
}
.aboutbox-sec5 .cont .lt .li {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 0.16rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .aboutbox-sec5 .cont .lt .li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .aboutbox-sec5 .cont .lt .li {
    width: 33.333%;
  }
}
.aboutbox-sec5 .cont .lt .li .img {
  width: auto;
  max-width: 100%;
  height: 0.96rem;
  margin-bottom: 0.1rem;
}
.aboutbox-sec5 .cont .lt .li .img img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.aboutbox-sec5 .cont .gt {
  width: 29.553%;
  border: solid 1px #eeeeee;
  border-radius: 0.2rem 0 0.2rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .aboutbox-sec5 .cont .gt {
    width: 100%;
  }
}
.aboutbox-sec5 .cont .gt .f_jut {
  background-color: #29d95f;
  margin: -1px -1px 0;
  border-radius: 0.2rem 0px 0.2rem 0px;
  padding: 0.3rem 0.16rem 0.16rem;
}
.aboutbox-sec5 .cont .gt .f_jut .shu {
  color: #ffffff;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 0.9;
  align-items: flex-start;
}
.aboutbox-sec5 .cont .gt .f_jut .shu span {
  font-weight: bold;
}
.aboutbox-sec5 .cont .gt .f_jut .shu span:nth-child(2) {
  font-size: 0.72rem;
  margin-top: 0.2em;
  display: block;
}
.aboutbox-sec5 .cont .gt .f_jut .shu i {
  font-style: normal;
  margin-top: 3.9em;
  margin-left: -1.6em;
}
.aboutbox-sec5 .cont .gt .f_jut .f_text {
  text-align: center;
  opacity: 0.7;
  color: #ffffff;
  margin-top: 0.22rem;
}
.aboutbox-sec5 .cont .gt .font {
  padding: 16px 18px 24px;
  color: #666666;
  line-height: 1.5;
}
@media (max-width: 1580px) {
  .aboutbox-sec5 .cont .gt .font {
    padding: 14px 16px 20px;
  }
}
.aboutbox-sec6 {
  padding: 0.5rem 0 1rem;
  overflow: hidden;
}
.aboutbox-sec6 .hm_tit {
  margin-bottom: 0.4rem;
}
.aboutbox-sec6 .cont {
  position: relative;
}
.aboutbox-sec6 .cont .abt6_next,
.aboutbox-sec6 .cont .abt6_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .aboutbox-sec6 .cont .abt6_next,
  .aboutbox-sec6 .cont .abt6_prev {
    display: none;
  }
}
.aboutbox-sec6 .cont .abt6_next {
  left: initial;
  right: -0.8rem;
}
.aboutbox-sec6 .cont .abt6_prev {
  left: -0.8rem;
}
.aboutbox-sec6 .cont .abt6_cont {
  width: 100%;
}
.aboutbox-sec6 .cont .abt6_cont .swiper-slide {
  margin-left: -1px;
  margin-top: -1px;
  transform: translate(1px, 1px);
}
.aboutbox-sec6 .cont .abt6_cont .swiper-slide .item {
  border: 1px solid #f3f3f3;
  display: block;
  position: relative;
}
.aboutbox-sec6 .cont .abt6_cont .swiper-slide .item .img {
  padding-top: 56.02836879%;
}
.aboutbox-sec6 .cont .abt6_cont .swiper-slide .item .f_font {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0067da;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.26rem 0.3rem;
  opacity: 0;
  transition: all 0.4s;
}
.aboutbox-sec6 .cont .abt6_cont .swiper-slide .item:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0px 19px 0.36rem 0px rgba(0, 103, 218, 0.16);
}
.aboutbox-sec6 .cont .abt6_cont .swiper-slide .item:hover .f_font {
  opacity: 1;
}
/* End */
/* 搜索结果页面 */
.searchbox {
  padding: 0.54rem 0 0.9rem;
}
.searchbox .f_title1 {
  color: #222222;
  margin-bottom: 0.44rem;
}
.searchbox .form {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.34rem;
}
.searchbox .form i {
  display: block;
  width: 0.3rem;
  overflow: hidden;
}
.searchbox .form i img {
  width: 100%;
  float: left;
}
.searchbox .form input {
  width: calc(100% - 3.1rem);
  padding: 0.16rem 0.24rem;
  font-size: 0.2rem;
  color: #333333;
}
@media (max-width: 1580px) {
  .searchbox .form input {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .searchbox .form input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .searchbox .form input {
    font-size: 0.3rem;
  }
}
.searchbox .form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.searchbox .form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.searchbox .form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
@media (max-width: 767px) {
  .searchbox .form input {
    width: calc(100% - 2.6rem);
  }
}
.searchbox .form .f_sub {
  width: 2.8rem;
  height: 0.66rem;
  background-color: #333333;
  background-color: #0067da;
  border-radius: 5px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .searchbox .form .f_sub {
    width: 2.3rem;
    height: 0.78rem;
  }
}
.searchbox .form .f_sub:hover {
  text-decoration: underline;
}
.searchbox .f_sou {
  color: #999999;
  margin-bottom: 0.66rem;
}
.searchbox .f_sou span {
  color: #333333;
}
.searchbox .f_menu {
  display: flex;
  flex-wrap: wrap;
  line-height: 32px;
  margin-bottom: 0.66rem;
}
@media (max-width: 1580px) {
  .searchbox .f_menu {
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_menu {
    line-height: 0.56rem;
  }
}
.searchbox .f_menu li {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .searchbox .f_menu li {
    border-radius: 0.28rem;
  }
}
.searchbox .f_menu li a {
  display: block;
  width: auto;
  padding: 0 20px;
  transition: all 0.4s;
  border-radius: 16px;
  color: #333333;
  font-size: 14px;
  border: solid 1px #666666;
}
@media (max-width: 1580px) {
  .searchbox .f_menu li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_menu li a {
    font-size: 0.26rem;
  }
}
@media (max-width: 1580px) {
  .searchbox .f_menu li a {
    padding: 0 18px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_menu li a {
    padding: 0 0.3rem;
  }
}
.searchbox .f_menu li a:hover {
  background-color: #0067da;
  color: #ffffff;
  border-color: #0067da;
}
.searchbox .f_menu li.on a {
  background-color: #0067da;
  color: #ffffff;
  border-color: #0067da;
}
.searchbox .f_menu li:last-child {
  margin-right: 0;
}
.searchbox .f_contain .fzq_jut {
  margin-bottom: 0.5rem;
}
.searchbox .f_contain .fzq_jut .ser_tit {
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 0.32rem;
}
.searchbox .f_contain .fzq_jut .ser_tit:before {
  content: "";
  display: block;
  width: 2px;
  height: 0.3rem;
  background-color: #333333;
  margin-right: 0.15rem;
}
.searchbox .f_contain .fzq_jut .ser_but {
  display: flex;
  align-items: center;
  color: #333333;
}
.searchbox .f_contain .fzq_jut .ser_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .ser_but i img,
.searchbox .f_contain .fzq_jut .ser_but i svg {
  width: 100%;
  height: 100%;
}
.searchbox .f_contain .fzq_jut .ser_but i img path,
.searchbox .f_contain .fzq_jut .ser_but i svg path {
  fill: #333333;
}
.searchbox .f_contain .fzq_jut .ser_but:hover i {
  transform: translateX(6px);
}
.searchbox .f_contain .fzq_jut .search_news_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem 10px;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_news_cont {
    margin: 0 0 10px;
  }
}
.searchbox .f_contain .fzq_jut .search_news_cont .item {
  width: 33.333%;
  padding: 0 0.12rem;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_news_cont .item {
    padding: 0;
    width: 100%;
  }
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list {
  display: block;
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .img {
  width: 100%;
  overflow: hidden;
  padding-bottom: 53.33333333%;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .img img {
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font {
  padding: 0.3rem 0.3rem 0.44rem;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .f_time {
  color: #999999;
  font-size: 14px;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .f_time {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .f_time {
    font-size: 0.26rem;
  }
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .f_time {
    margin-bottom: 6px;
  }
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .tit {
  color: #222222;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
  border-top: 1px solid #dddddd;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label .li {
  color: #333333;
  display: block;
  margin-right: 10px;
  margin-top: 10px;
  border: solid 1px #666666;
  border-radius: 18px;
  line-height: 34px;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label .li {
    margin-right: 8px;
    margin-top: 8px;
    border-radius: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label .li {
    padding: 0 0.3rem;
    line-height: 0.48rem;
    border-radius: 0.24rem;
  }
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label .li:last-child {
  margin-right: 0;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list:hover .img img {
  transform: scale(1.04);
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list:hover .font .tit {
  color: #222222;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list:hover .font .tit span {
  background-size: 100% 100%;
}
.searchbox .f_contain .fzq_jut .search_report_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_report_cont {
    margin: 0 -0.2rem;
  }
}
.searchbox .f_contain .fzq_jut .search_report_cont .item {
  width: 20%;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_report_cont .item {
    width: 50%;
    padding: 0 0.2rem;
  }
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list {
  display: block;
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .img {
  width: 100%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  padding-bottom: 141.14285714%;
  margin-bottom: 2px;
}
@media (max-width: 1580px) {
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .img img {
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .f_tit {
  color: #333333;
  margin-bottom: 0.12rem;
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .but {
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but {
    font-size: 0.26rem;
  }
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but i {
    width: 18px;
    height: 18px;
  }
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .but i svg {
  width: 100%;
  max-height: 100%;
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .but i svg path {
  fill: #222222;
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list:hover .img img {
  transform: scale(1.04);
}
.searchbox .f_contain .fzq_jut .search_finance_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_finance_cont {
    margin: 0;
    margin: 0 -0.2rem;
  }
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item {
  width: 20%;
  padding: 0 0.3rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .searchbox .f_contain .fzq_jut .search_finance_cont .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_finance_cont .item {
    padding: 0 0.2rem;
    width: 50%;
  }
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list {
  display: block;
  width: 100%;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .img {
  width: 100%;
  overflow: hidden;
  padding-bottom: 137.03703704%;
  margin-bottom: 0.16rem;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .img img {
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .tit {
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_finance_cont .item .list .tit {
    font-size: 0.3rem;
  }
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #333333 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .but {
  display: flex;
  align-items: center;
  color: #333333;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .but .f_icon {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .but .f_icon path {
  fill: #333333;
  opacity: 1;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list:hover .img img {
  transform: scale(1.06);
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list:hover .tit span {
  background-size: 100% 100%;
}
.searchbox .f_contain .fzq_jut .search_notice_cont {
  width: 100%;
  margin-bottom: 0.34rem;
}
.searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit,
.searchbox .f_contain .fzq_jut .search_notice_cont .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name,
.searchbox .f_contain .fzq_jut .search_notice_cont .item .name {
  width: 100%;
}
@media (min-width: 768px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name,
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .name {
    width: 63.65%;
  }
  .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .it2,
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .it2 {
    width: 23.65%;
    padding-right: 0.1rem;
  }
  .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .it3,
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 {
    width: 12.7%;
  }
}
.searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit {
  border-bottom: 2px solid #333333;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit {
    display: none;
  }
}
.searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 14px;
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name {
    font-size: 0.28rem;
  }
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name {
    padding-bottom: 10px;
  }
}
.searchbox .f_contain .fzq_jut .search_notice_cont .item {
  padding: 0.4rem 0 0.26rem;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .item {
    padding: 0.36rem 0.34rem;
  }
  .searchbox .f_contain .fzq_jut .search_notice_cont .item:nth-child(2) {
    border-top: 1px solid #ddd;
  }
}
.searchbox .f_contain .fzq_jut .search_notice_cont .item .name {
  display: block;
  color: #222222;
  line-height: 1.5;
}
.searchbox .f_contain .fzq_jut .search_notice_cont .item .it1 {
  font-weight: bold;
  padding-right: 0.82rem;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .it1 {
    padding-right: 0;
    margin-bottom: 0.1rem;
  }
}
.searchbox .f_contain .fzq_jut .search_notice_cont .item .it1 span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 {
  color: #666666;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 {
    font-size: 0.26rem;
  }
}
@media (max-width: 991px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 {
    margin-bottom: 0.1rem;
  }
}
.searchbox .f_contain .fzq_jut .search_notice_cont .item:hover .it1 span {
  background-size: 100% 100%;
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.36rem;
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item:last-child {
  margin-bottom: 0;
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img {
  width: 17.14%;
  overflow: hidden;
  border: solid 1px #dddddd;
}
@media (max-width: 991px) {
  .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img {
    width: 36%;
  }
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img:before {
  padding-top: 50%;
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img img {
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font {
  width: 82.86%;
  padding-left: 0.46rem;
}
@media (max-width: 991px) {
  .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font {
    width: 78%;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font {
    width: 64%;
    padding-left: 0.36rem;
  }
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font .tit {
  width: 100%;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.1rem;
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font .text {
  line-height: 1.5;
  color: #333333;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3em;
}
@media (min-width: 992px) {
  .searchbox .f_contain .fzq_jut .search_brand_cont .f_item:hover .f_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
.searchbox .f_contain .fzq_jut .f_search_pro_cont {
  width: 90%;
}
@media (max-width: 991px) {
  .searchbox .f_contain .fzq_jut .f_search_pro_cont {
    width: 100%;
  }
}
.searchbox .f_contain .fzq_jut .f_search_pro_cont .item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.searchbox .f_contain .fzq_jut .f_search_pro_cont .item .img {
  border-radius: 0.1rem;
  overflow: hidden;
  width: 51.823416%;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .f_search_pro_cont .item .img {
    width: 100%;
  }
}
.searchbox .f_contain .fzq_jut .f_search_pro_cont .item .img:before {
  padding-top: 43.7037037%;
}
.searchbox .f_contain .fzq_jut .f_search_pro_cont .item .font {
  width: 48.176584%;
  border-top: 1px solid #f3f3f4;
  padding: 0.26rem 0 0.26rem 0.6rem;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .f_search_pro_cont .item .font {
    width: 100%;
    border: 1px solid #f3f3f4;
    border-top: none;
    border-radius: 0 0 0.1rem 0.1rem;
    padding: 0.4rem 0.36rem;
  }
}
.searchbox .f_contain .fzq_jut .f_search_pro_cont .item .font .f_tit {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.12rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchbox .f_contain .fzq_jut .f_search_pro_cont .item .font .text {
  color: #666666;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 3.75em;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.36rem;
}
.searchbox .f_contain .fzq_jut .f_search_pro_cont .item .font .f_but {
  display: flex;
  align-items: center;
}
.searchbox .f_contain .fzq_jut .f_search_pro_cont .item .font .f_but .but {
  margin-right: 0.2rem;
}
.searchbox .f_contain .fzq_jut .f_search_pro_cont .item:hover .img img {
  transform: scale(1.04);
}
.searchbox .f_contain .fzq_jut:last-child {
  margin-bottom: 0;
}
