@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: 'zhengti';
  src: url('../font/MiSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu1';
  src: url('../font/MiSans-Heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu2';
  src: url('../font/MiSans-Demibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu3';
  src: url('../font/DIN-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu4';
  src: url('../font/DIN-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu5';
  src: url('../font/DIN-BoldAlternate.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu6';
  src: url('../font/shang.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cu7';
  src: url('../font/xia.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) {
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'zhengti', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.3333%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 991px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.transition {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .ptb120 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt120 {
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .pt120 {
    padding-top: 1.2rem;
  }
}
.pb120 {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .pb120 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.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.34rem;
  }
}
.font22 {
  font-size: 0.22rem;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font22 {
    font-size: 0.34rem;
  }
}
.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.36rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.36rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.36rem;
  }
}
.font44 {
  font-size: 0.44rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1199px) {
  .font48 {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 0.44rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
}
#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: #14235a;
}
#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: #14235a;
}
#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: #14235a;
}
#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%;
}
/* 公共图片高度设置 */
.base_img {
  position: relative;
  overflow: hidden;
}
.base_img:after {
  content: "";
  display: block;
}
.base_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* End */
/* 底部 */
.weitop {
  position: relative;
}
.weitop:before {
  content: "";
  display: block;
  width: 126px;
  height: 526px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: left top;
  background-size: contain;
  background-image: url(../images/dabugotbagfzq1.png);
  left: 0;
  top: -142.6px;
}
@media (max-width: 1580px) {
  .weitop:before {
    width: 80px;
    height: 400px;
    top: -92px;
  }
}
@media (max-width: 1199px) {
  .weitop:before {
    width: 60px;
    top: -69px;
  }
}
@media (max-width: 767px) {
  .weitop:before {
    display: none;
  }
}
.weibot {
  position: relative;
}
.weibot:after {
  content: "";
  display: block;
  width: 126px;
  height: 526px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: right bottom;
  background-size: contain;
  background-image: url(../images/dabugotbagfzq2.png);
  right: 0;
  bottom: -137.6px;
}
@media (max-width: 1580px) {
  .weibot:after {
    width: 80px;
    height: 400px;
    bottom: -92px;
  }
}
@media (max-width: 1199px) {
  .weibot:after {
    width: 60px;
    bottom: -69px;
  }
}
@media (max-width: 767px) {
  .weibot:after {
    display: none;
  }
}
/* End */
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}
/* 公共分页 */
.basepage {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .basepage {
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
}
.basepage .zong {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #161b27;
}
@media (max-width: 1580px) {
  .basepage .zong {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .zong {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .basepage .zong {
    order: 1;
  }
}
.basepage .zong span {
  color: #14235a;
}
.basepage .zong .li {
  margin-right: 0.26rem;
}
.basepage .zong .li:last-child {
  margin-right: 0;
}
.basepage .page {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .basepage .page {
    order: 0;
    width: 100%;
    max-width: 100%;
  }
}
.basepage .page a,
.basepage .page span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 20px;
  flex-shrink: 0;
  border: solid 2px #cccccc;
  float: left;
  margin: 0 5px 10px;
}
@media (max-width: 1580px) {
  .basepage .page a,
  .basepage .page span {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .basepage .page a,
  .basepage .page span {
    width: 35px;
    height: 35px;
    font-size: 16px;
    border-width: 1px;
  }
}
.basepage .page .active {
  background-color: #14235a;
  border-color: #14235a;
  color: #fff;
}
.basepage .page .active:hover {
  color: #fff;
}
.basepage .page .prev,
.basepage .page .next {
  position: relative;
  color: #999999;
  border-color: #14235a;
}
@media (max-width: 991px) {
}
.basepage .page .prev svg,
.basepage .page .next svg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basepage .page .prev svg path,
.basepage .page .next svg path {
  fill: #14235a;
}
.basepage .page .prev i,
.basepage .page .next i {
  display: block;
}
.basepage .page .prev img,
.basepage .page .next img,
.basepage .page .prev svg,
.basepage .page .next svg {
  width: 13px;
}
@media (max-width: 1580px) {
  .basepage .page .prev i,
  .basepage .page .next i {
    transform: scale(0.9);
  }
}
@media (max-width: 767px) {
  .basepage .page .prev i,
  .basepage .page .next i {
    transform: scale(0.8);
  }
}
.basepage .page .prev:hover svg path,
.basepage .page .next:hover svg path {
  fill: #fff;
}
.basepage .page .prev:hover svg {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.basepage .page .next:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.basepage .page a:hover {
  background-color: #14235a;
  border-color: #14235a;
  color: #fff;
}
.basepage .beforew {
  display: flex;
  align-items: center;
  color: #161b27;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .basepage .beforew {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .beforew {
    font-size: 16px;
  }
}
.basepage .beforew input {
  width: 50px;
  height: 32px;
  border-radius: 3px;
  border: solid 1px #dfe2eb;
  color: #161b27;
  margin: 0 10px;
  text-align: center;
  font-family: 'zhengti', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 18px;
}
@media (max-width: 1580px) {
  .basepage .beforew input {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .beforew input {
    font-size: 16px;
  }
}
/* 导航 */
.hadheight {
  display: none;
  height: 100px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .hadheight {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 60px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  line-height: 100px;
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbox-sec1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 2.6%;
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
  height: 100%;
}
.hadbox-sec1 .lt .logo {
  display: block;
  width: 140px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .logo {
    width: 120px;
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .logo {
    width: 1.7rem;
  }
}
.hadbox-sec1 .lt .logo img {
  float: left;
  width: 100%;
}
.hadbox-sec1 .lt .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: #333;
  font-size: 16px;
  position: relative;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1900px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 16px;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: block;
  overflow: hidden;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    width: 14px;
    margin-left: 10px;
    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-height: 100%;
}
.hadbox-sec1 .f_navbox li .tit i svg path {
  fill: #14235a;
}
.hadbox-sec1 .f_navbox li .tit span {
  display: block;
  position: relative;
}
.hadbox-sec1 .f_navbox li .tit span:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 auto;
  width: 0%;
  height: 2px;
  background-color: #14235a;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #14235a;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit:after {
    height: 2px;
  }
}
.hadbox-sec1 .f_navbox li .tit:hover {
  color: #14235a;
}
.hadbox-sec1 .f_navbox li .tit:hover span:after {
  width: 100%;
}
.hadbox-sec1 .f_navbox li .tit:hover i svg path {
  fill: #14235a;
}
.hadbox-sec1 .f_navbox li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  width: 180px;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  text-align: center;
  border-top: 1px solid rgba(0, 0 0, 0.4);
  display: none;
}
.hadbox-sec1 .f_navbox li ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.hadbox-sec1 .f_navbox li ul > li a {
  font-size: 16px;
  color: #333;
}
.hadbox-sec1 .f_navbox li ul > li a:hover {
  color: #14235a;
}
.hadbox-sec1 .f_navbox li .hover1 {
  left: 0;
  width: 100vw;
  background-color: #fff;
  transform: translateX(0);
  display: none;
  line-height: inherit;
  zoom: 1;
}
.hadbox-sec1 .f_navbox li .hover1 li {
  display: inline-block;
  margin: 0 0.38rem;
}
.hadbox-sec1 .f_navbox li .hover1 li a {
  display: block;
  position: relative;
  color: #111111;
  font-size: 16px;
}
@media (max-width: 1580px) {
    .hadbox-sec1 .f_navbox li ul > li a{
        font-size: 14px;
    }
  .hadbox-sec1 .f_navbox li .hover1 li a {
    font-size: 16px;
  }
}
.hadbox-sec1 .f_navbox li .hover1 li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0%;
  height: 3px;
  background-color: #111111;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 .f_navbox li .hover1 li.on a:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox li .hover1 li.on:hover a {
  color: #111111;
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
  width: 60%;
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li:hover .fz_hover {
    line-height: 60px;
    height: 60px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li.active .tit {
  color: #14235a;
}
.hadbox-sec1 .f_navbox li.active .tit i svg path {
  fill: #14235a;
}
.hadbox-sec1 .f_navbox li.active .tit span:after {
  width: 100%;
}
.hadbox-sec1 .f_navbox li.on .tit {
  color: #14235a;
}
.hadbox-sec1 .f_navbox li.on .tit i svg path {
  fill: #14235a;
}
.hadbox-sec1 .f_navbox li.on .tit span:after {
  width: 100%;
}
.hadbox-sec1 .f_navbox > li {
  margin: 0 10px;
  padding: 0 0.25rem;
}
@media (max-width: 1580px) {
}
@media (max-width: 1900px) {
  .hadbox-sec1 .f_navbox > li {
    padding: 0 14px;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox > li {
    font-size: 16px;
    padding: 0 4px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox > li {
    padding: 0 12px;
  }
}
.hadbox-sec1 .gt {
  display: flex;
  height: 100%;
  align-items: center;
}
.hadbox-sec1 .gt .lange {
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid #cdcfd0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0 0.25rem;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange {
    padding: 0 0.25rem;
  }
}
.hadbox-sec1 .gt .lange .tit {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit {
    font-size: 16px;
  }
}
.hadbox-sec1 .gt .lange .tit span {
  display: block;
}
.hadbox-sec1 .gt .lange .tit i,
.hadbox-sec1 .gt .lange .tit b {
  display: flex;
  overflow: hidden;
}
.hadbox-sec1 .gt .lange .tit i img,
.hadbox-sec1 .gt .lange .tit b img,
.hadbox-sec1 .gt .lange .tit i svg,
.hadbox-sec1 .gt .lange .tit b svg {
  width: 100%;
  max-height: 100%;
  float: left;
}
.hadbox-sec1 .gt .lange .tit i img:nth-child(2),
.hadbox-sec1 .gt .lange .tit b img:nth-child(2),
.hadbox-sec1 .gt .lange .tit i svg:nth-child(2),
.hadbox-sec1 .gt .lange .tit b svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .gt .lange .tit i {
  width: 24px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit i {
    width: 20px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .tit i {
    width: 16px;
  }
}
.hadbox-sec1 .gt .lange .tit b {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit b {
    width: 16px;
    margin-right: 8px;
  }
}
.hadbox-sec1 .gt .lange .tit b img {
  width: 100%;
  float: left;
}
.hadbox-sec1 .gt .lange .tit b svg path {
  fill: #fff;
}
.hadbox-sec1 .gt .lange .f_na {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  padding: 12px 15px;
  background-color: #fff;
  display: none;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na {
    padding: 8px 10px;
    width: 120px;
    left: 29%;
  }
}
.hadbox-sec1 .gt .lange .f_na a {
  line-height: 40px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  white-space: nowrap;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 12px;
    line-height: 32px;
  }
}
.hadbox-sec1 .gt .lange .f_na a:last-child {
  border-bottom: none;
}
.hadbox-sec1 .gt .lange .f_na a:hover {
  color: #14235a;
}
.hadbox-sec1 .gt .lange:hover .f_na {
  display: block;
}
.hadbox-sec1 .gt .search {
  height: 100%;
  padding: 0 0.38rem;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .search {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.hadbox-sec1 .gt .search .tit {
  display: flex;
  align-items: center;
  height: 100%;
  width: 24px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .search .tit {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .search .tit {
    width: 16px;
  }
}
.hadbox-sec1 .gt .search .tit img {
  width: 100%;
}
.hadbox-sec1 .gt .fz_but {
  display: flex;
  align-items: center;
  background-color: #14235a;
  padding: 0 0.48rem;
  font-family: 'cu1', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .fz_but {
    font-size: 16px;
    padding: 0 0.36rem;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .fz_but {
    display: none;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .fz_but {
    font-size: 16px;
  }
}
.hadbox-sec1 .gt .fz_but i {
  display: flex;
  align-items: center;
  width: 25px;
  overflow: hidden;
  margin-right: 12px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .fz_but i {
    width: 20px;
    margin-right: 8px;
  }
}
.hadbox-sec1 .gt .fz_but i img {
  width: 100%;
  float: left;
}
.hadbox-sec1 .gt .qie {
  padding: 0 0.3rem;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .gt .qie {
    display: none;
  }
}
.hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.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: #14235a;
  border-radius: 4px;
  font-size: 16px;
}
.hadbox-sec2 .container .navbox {
  padding: 0.6rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  height: calc(100% - 70px);
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 20px;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 12px;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul a {
  font-size: 16px;
  color: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul li.on a {
  color: #14235a;
}
.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: #14235a;
}
.hadbox-sec2 .container .navbox > ul > li.on .tit i svg path {
  fill: #14235a;
}
.hadbox-sec3 {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec3.active {
  top: 0;
}
.hadbox-sec3 .container {
  height: 100%;
}
.hadbox-sec3 .cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}
.hadbox-sec3 .cont .form {
  display: flex;
  align-items: center;
  width: calc(100% - 36px);
  border-radius: 30px;
  border: 1px solid #14235a;
  padding: 0 30px;
  overflow: hidden;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .cont .form {
    padding: 0 24px;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec3 .cont .form {
    width: calc(100% - 28px);
  }
}
.hadbox-sec3 .cont .form .f_sub {
  outline: none;
  width: 20px;
  border: none;
  background: transparent;
  overflow: hidden;
  height: 30px;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .cont .form .f_sub {
    width: 16px;
  }
}
.hadbox-sec3 .cont .form .f_sub img,
.hadbox-sec3 .cont .form .f_sub svg {
  width: 100%;
  float: left;
}
.hadbox-sec3 .cont .form .f_sub img path,
.hadbox-sec3 .cont .form .f_sub svg path {
  fill: #666;
}
.hadbox-sec3 .cont .form .f_sub svg {
  max-height: 100%;
  margin-top: 2px;
}
.hadbox-sec3 .cont .form .int {
  outline: none;
  width: 80%;
  width: calc(100% - 20px);
  padding: 16px 0;
  font-size: 16px;
  border: none;
  background-color: transparent;
  color: #999999;
  padding-left: 20px;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .cont .form .int {
    font-size: 16px;
    padding: 12px 0;
    padding-left: 14px;
    width: calc(100% - 16px);
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .cont .form .int {
    padding: 10px 0;
    padding-left: 12px;
  }
}
.hadbox-sec3 .cont .f_close {
  overflow: hidden;
  width: 16px;
  display: block;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .cont .f_close {
    width: 14px;
  }
}
.hadbox-sec3 .cont .f_close img {
  float: left;
  width: 100%;
}
.hadbox-sec4 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.hadbox-sec4 .cont {
  display: none;
  width: 100%;
  background-color: #fff;
  padding: 0.6rem 0;
}
.hadbox-sec4 .cont .ind_cont {
  margin: 0 -0.2rem;
  display: flex;
  justify-content: center;
}
.hadbox-sec4 .cont .ind_cont .item {
  width: 25%;
  padding: 0 0.2rem;
}
.hadbox-sec4 .cont .ind_cont .item .list {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 2px solid #e2e2e2;
}
.hadbox-sec4 .cont .ind_cont .item .list:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 2px;
  background-color: #14235a;
}
.hadbox-sec4 .cont .ind_cont .item .list .img {
  width: 100%;
  position: relative;
  padding-bottom: 62.1616%;
  overflow: hidden;
}
.hadbox-sec4 .cont .ind_cont .item .list .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec4 .cont .ind_cont .item .list .font {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
}
.hadbox-sec4 .cont .ind_cont .item .list .font .tit {
  font-size: 18px;
  width: calc(100% - 24px);
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .ind_cont .item .list .font .tit {
    font-size: 16px;
  }
}
.hadbox-sec4 .cont .ind_cont .item .list .font .but {
  display: block;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .cont .ind_cont .item .list .font .but {
    width: 12px;
  }
}
.hadbox-sec4 .cont .ind_cont .item .list .font .but img,
.hadbox-sec4 .cont .ind_cont .item .list .font .but svg {
  float: left;
  width: 100%;
}
.hadbox-sec4 .cont .ind_cont .item .list .font .but img path,
.hadbox-sec4 .cont .ind_cont .item .list .font .but svg path {
  fill: #999;
}
.hadbox-sec4 .cont .ind_cont .item .list:hover:after {
  width: 100%;
}
.hadbox-sec4 .cont .ind_cont .item .list:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.hadbox-sec4 .cont .ind_cont .item .list:hover .font .tit {
  color: #14235a;
}
.hadbox-sec4 .cont .ind_cont .item .list:hover .font .but {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hadbox-sec4 .cont .ind_cont .item .list:hover .font .but svg path {
  fill: #14235a;
}
.hadbox-sec4 .cont .abt_cont {
  margin: 0 -0.25rem;
}
.hadbox-sec4 .cont .abt_cont .item {
  width: 33.333%;
  padding: 0 0.25rem;
}
.hadbox-sec4 .cont .abt_cont .item .list .img {
  padding-bottom: 62%;
}
.hadbox-sec4 .pro {
  padding: 0;
  padding-top: 0.5rem;
}
.hadbox-sec4 .pro_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.45rem;
}
.hadbox-sec4 .pro_nav .nav {
  max-width: 100%;
  display: flex;
  line-height: 1;
}
.hadbox-sec4 .pro_nav .nav .item {
  margin: 0 0.27rem;
  display: block;
  cursor: pointer;
  font-size: 18px;
  color: #666;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .pro_nav .nav .item {
    font-size: 16px;
  }
}
.hadbox-sec4 .pro_nav .nav .item:hover {
  text-decoration: underline;
}
.hadbox-sec4 .pro_nav .nav .on {
  color: #14235a;
}
.hadbox-sec4 .pro_cont {
  margin: 0 -0.2rem;
  display: flex;
  justify-content: center;
  padding-bottom: 0.6rem;
}
.hadbox-sec4 .pro_cont .item {
  width: 20%;
  padding: 0 0.2rem;
}
.hadbox-sec4 .pro_cont .item .list {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  padding: 0.4rem 0 0.35rem;
}
.hadbox-sec4 .pro_cont .item .list .img {
  width: 100%;
  padding-bottom: 58.3333%;
  margin-bottom: 0.32rem;
  position: relative;
}
.hadbox-sec4 .pro_cont .item .list .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 90%;
  max-width: 80%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  object-fit: contain;
}
.hadbox-sec4 .pro_cont .item .list .img img:nth-child(2) {
  opacity: 0;
}
.hadbox-sec4 .pro_cont .item .list .font {
  padding: 0 0.22rem;
  text-align: center;
}
.hadbox-sec4 .pro_cont .item .list .font .name {
  color: #666666;
  font-size: 16px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .pro_cont .item .list .font .name {
    font-size: 14px;
  }
}
.hadbox-sec4 .pro_cont .item .list .font .tit {
  color: #666666;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  white-space: nowrap;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .pro_cont .item .list .font .tit {
    font-size: 16px;
  }
}
.hadbox-sec4 .pro_cont .item .list:hover .img img {
  opacity: 1;
}
.hadbox-sec4 .pro_cont .item .list:hover .font .tit {
  color: #14235a;
}
.hadbox-sec4 .pro_zhong {
  width: 100%;
  position: relative;
}
.hadbox-sec4 .pro_zhong .pro_cont {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.hadbox-sec4 .pro_zhong .active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec4 .pro_move {
  padding: 0.26rem 0;
  border-top: 1px solid #e2e2e2;
  display: flex;
  justify-content: center;
}
.hadbox-sec4 .pro_move .but {
  display: flex;
  color: #666666;
  font-size: 18px;
  align-items: center;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .pro_move .but {
    font-size: 16px;
  }
}
.hadbox-sec4 .pro_move .but i {
  display: block;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 20px;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .pro_move .but i {
    width: 12px;
    margin-left: 16px;
  }
}
.hadbox-sec4 .pro_move .but i img,
.hadbox-sec4 .pro_move .but i svg {
  float: left;
  width: 100%;
}
.hadbox-sec4 .pro_move .but i img path,
.hadbox-sec4 .pro_move .but i svg path {
  fill: #666;
}
.hadbox-sec4 .pro_move .but:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hadbox:hover .hadbox-sec1 {
  background-color: #fff;
}
.hadbox2 .hadbox-sec1 {
  background-color: #fff;
}
.hadbox3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* End */
/* 面包屑 */
.breadbox {
  border-bottom: 1px solid #e5e5e5;
}
.breadbox .f_cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.24rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .f_cont {
    padding: 12px 0;
  }
}
.breadbox .f_cont a,
.breadbox .f_cont span {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #b2b2b2;
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .f_cont a,
  .breadbox .f_cont span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .breadbox .f_cont a,
  .breadbox .f_cont span {
    font-size: 14px;
  }
}
.breadbox .f_cont a img,
.breadbox .f_cont span img,
.breadbox .f_cont a svg,
.breadbox .f_cont span svg {
  float: left;
  flex-shrink: 0;
  margin-right: 10px;
  width: 18px;
}
@media (max-width: 1580px) {
  .breadbox .f_cont a img,
  .breadbox .f_cont span img,
  .breadbox .f_cont a svg,
  .breadbox .f_cont span svg {
    width: 16px;
    margin-right: 8px;
  }
}
.breadbox .f_cont a div,
.breadbox .f_cont span div {
  flex-shrink: 1;
}
.breadbox .f_cont span {
  width: 6px;
  margin: 0 0.3rem;
  display: block;
}
@media (max-width: 1580px) {
  .breadbox .f_cont span {
    margin: 0 14px;
  }
}
@media (max-width: 991px) {
  .breadbox .f_cont span {
    margin: 0 8px;
  }
}
.breadbox .f_cont span img,
.breadbox .f_cont span svg {
  width: 10px;
}
.breadbox .f_cont span img path,
.breadbox .f_cont span svg path {
  fill: #b2b2b2;
}
.breadbox .f_cont span svg {
  height: 10px;
}
.breadbox .f_cont .on {
  color: #666666;
}
.breadbox .f_cont a:last-child {
  color: #666666;
}
@media (max-width: 991px) {
  .breadbox .f_cont a:last-child {
    max-width: 33.333%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 375px) {
  .breadbox .f_cont a:last-child {
    max-width: 40.3%;
  }
}
.breadbox .f_cont .wofe {
  display: flex;
}
.breadbox .f_cont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 16px;
  color: #14235a;
}
.breadbox .f_cont .wofe .li a {
  line-height: 1;
}
/* 文本编辑详情页 */
.make-text {
  line-height: 1.6666;
  color: #666666;
  font-size: 18px;
  font-family: 'zhengti', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .make-text {
    font-size: 16px;
    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 h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: 0.24rem;
  color: #1F2226;
}
@media (max-width: 1580px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 16px!important;
    line-height: 1.3;
  }
}
.make-text p,
.make-text span {
  font-size: 16px;
  font-family: 'zhengti', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #999;
}
@media (max-width: 767px) {
  .make-text p,
  .make-text span {
    line-height: 24px;
    font-size: 16px!important;
  }
}
.bsTop {
  width: 100%!important;
}
.bsFrameDiv > div {
  height: 208px!important;
}
.bsFrameDiv img {
  margin: 16px!important;
}
/* 法律声明 */
.privacybox .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.8;
  margin-bottom: 0.38rem;
}
.privacybox .jut {
  width: 100%;
}
.privacybox .jut .item {
  padding: 0.32rem 0;
  border-top: 1px solid #e5e5e5;
}
.privacybox .jut .item .fz_tit {
  color: #000000;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.privacybox .jut .item .make-text {
  padding-top: 0.26rem;
}
/* End */
/* 网站地图 */
.sitmapbox .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.8;
  margin-bottom: 0.38rem;
}
.sitmapbox .cont {
  width: 100%;
}
.sitmapbox .cont .item {
  padding: 0.32rem 0;
  border-top: 1px solid #e5e5e5;
}
.sitmapbox .cont .item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.sitmapbox .cont .item .fz_title {
  color: #000000;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.sitmapbox .cont .item .jut {
  padding-top: 0.16rem;
  display: flex;
  flex-wrap: wrap;
}
.sitmapbox .cont .item .jut a {
  color: #666666;
  font-size: 18px;
  width: 14.6%;
  line-height: 30px;
  display: block;
  padding-right: 10px;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .sitmapbox .cont .item .jut a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .sitmapbox .cont .item .jut a {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .sitmapbox .cont .item .jut a {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .sitmapbox .cont .item .jut a {
    width: auto;
    font-size: 16px;
    margin-right: 0.36rem;
  }
}
.sitmapbox .cont .item .jut a:last-child {
  margin-right: 0;
}
.sitmapbox .cont .item .jut a:hover {
  color: #14235a;
}
/* End */
/* 404 */
.f_cuo {
  text-align: center;
}
.f_cuo .img {
  max-width: 41.75%;
  margin: 0 auto;
  margin-bottom: 0.78rem;
}
@media (max-width: 1199px) {
  .f_cuo .img {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .f_cuo .img {
    max-width: 100%;
  }
}
.f_cuo .img img {
  width: 100%;
}
.f_cuo .tit {
  margin-bottom: 0.34rem;
}
.f_cuo .hm_but {
  margin: 0 auto;
}
/* End */
/* banner */
.bannerbox {
  width: 100%;
}
.bannerbox .swiper-slide {
  overflow: hidden;
}
.bannerbox .bag {
  width: 100%;
  height: 100vh;
}
.bannerbox .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .cont {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .bannerbox .cont {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .bannerbox .cont {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .bannerbox .cont {
    margin-top: 0;
  }
}
.bannerbox .cont .container {
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .bannerbox .cont .container {
    align-content: center;
  }
}
.bannerbox .cont .container .font {
  position: relative;
  z-index: 2;
  width: 50%;
}
@media (max-width: 1199px) {
  .bannerbox .cont .container .font {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .bannerbox .cont .container .font {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
.bannerbox .cont .container .font .fz_title {
  display: flex;
  font-family: 'cu4', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.96rem;
  color: #14235a;
  -webkit-transform: skew(-9deg);
  transform: skew(-9deg);
  line-height: 0.62rem;
  margin-bottom: 0.46rem;
}
@media (max-width: 991px) {
  .bannerbox .cont .container .font .fz_title {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .bannerbox .cont .container .font .fz_title {
    font-size: 0.76rem;
    line-height: 0.5rem;
  }
}
.bannerbox .cont .container .font .fz_title .name {
  font-style: italic;
  font-size: 0.28rem;
  padding: 0 0.25rem;
  border: solid 4px #14235a;
  margin-left: 6px;
  display: block;
}
@media (max-width: 1199px) {
  .bannerbox .cont .container .font .fz_title .name {
    border-width: 2px;
  }
}
.bannerbox .cont .container .font .f_text {
  font-size: 0.44rem;
  font-family: 'cu5', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-style: italic;
  letter-spacing: -1px;
  color: #333;
}
.bannerbox .cont .container .font .text {
  font-size: 0.32rem;
  font-family: 'cu3', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  letter-spacing: -1px;
  color: #333;
}
.bannerbox .cont .container .font .jut {
  margin-top: 0.3rem;
}
.bannerbox .cont .container .font .jut i {
  display: block;
  height: 0.42rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bannerbox .cont .container .font .jut i {
    width: 0.42rem;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .bannerbox .cont .container .font .jut i {
    width: 0.62rem;
    height: 0.62rem;
    margin: 0 auto;
    text-align: center;
  }
}
.bannerbox .cont .container .font .jut i img {
  float: left;
  height: 100%;
}
.bannerbox .cont .container .font .jut .name {
  font-size: 16px;
  color: #757576;
  margin-top: 4px;
}
.bannerbox .cont .container .font .jut .name span {
  color: #dc2a1b;
}
@media (min-width: 992px) {
  .bannerbox .cont .container .img {
    position: absolute;
    right: 0;
    top: 0;
    width: 76%;
    height: 100%;
    display: flex;
    align-items: center;
    transform: translateX(12%);
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .bannerbox .cont .container .img {
    width: 100%;
    height: 4.2rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .bannerbox .cont .container .img {
    height: 2.6rem;
  }
}
.bannerbox .cont .container .img img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .bannerbox .cont .container .img img {
    height: 100%;
  }
}
.bannerbox .f_cont {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerbox .f_cont .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bannerbox .f_cont .container .lt {
  width: 46.25%;
  line-height: 1;
}
@media (max-width: 991px) {
  .bannerbox .f_cont .container .lt {
    width: 100%;
    text-align: center;
    margin-bottom: 0.6rem;
  }
}
.bannerbox .f_cont .container .lt .tit {
  color: #14235a;
  font-family: 'cu6', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.44rem;
  letter-spacing: -3px;
}
@media (max-width: 767px) {
  .bannerbox .f_cont .container .lt .tit {
    letter-spacing: -1px;
  }
}
/*cu7*/
.bannerbox .f_cont .container .lt .text {
  font-family: 'cu3', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  letter-spacing: -2px;
}
.bannerbox .f_cont .container .gt {
  width: 53.75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .bannerbox .f_cont .container .gt {
    width: 100%;
  }
}
.bannerbox .f_cont .container .gt .li {
  position: relative;
}
.bannerbox .f_cont .container .gt .li .img {
  width: 100%;
  overflow: hidden;
}
.bannerbox .f_cont .container .gt .li .img img {
  width: 100%;
  float: left;
}
.bannerbox .f_cont .container .gt .li .font {
  position: absolute;
  top: 80%;
  left: 60%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 220px;
}
@media (max-width: 767px) {
  .bannerbox .f_cont .container .gt .li .font {
    padding-top: 0.8rem;
    width: 2.2rem;
  }
}
.bannerbox .f_cont .container .gt .li .font i {
  display: block;
  width: 18px;
  height: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .bannerbox .f_cont .container .gt .li .font i {
    display: none;
  }
}
.bannerbox .f_cont .container .gt .li .font i:after,
.bannerbox .f_cont .container .gt .li .font i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.bannerbox .f_cont .container .gt .li .font i:after {
  width: 100%;
  height: 100%;
  background-color: #009cff;
}
.bannerbox .f_cont .container .gt .li .font i:before {
  width: 220%;
  height: 220%;
  background-color: #009cff;
  margin-left: -53%;
  margin-top: -53%;
  -webkit-animation: scale1 1.2s linear infinite;
  animation: scale1 1.2s linear infinite;
}
.bannerbox .f_cont .container .gt .li .font .xian {
  width: 1px;
  height: 0.9rem;
  background-color: #009cff;
  margin-bottom: 0.14rem;
}
@media (max-width: 767px) {
  .bannerbox .f_cont .container .gt .li .font .xian {
    display: none;
  }
}
.bannerbox .f_cont .container .gt .li .font .tit {
  color: #14235a;
  line-height: 1;
  margin-bottom: 6px;
}
.bannerbox .f_cont .container .gt .li .font .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}
@media (max-width: 1580px) {
  .bannerbox .f_cont .container .gt .li .font .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bannerbox .f_cont .container .gt .li .font .text {
    font-size: 14px;
  }
}
.bannerbox .f_cont .container .gt .f_img1 {
  width: 32.5%;
}
.bannerbox .f_cont .container .gt .f_img2 {
  width: 53%;
}
@media (max-width: 767px) {
}
.bannerbox .f_cont .container .gt .f_img2 .font {
  width: 300px;
  top: 79%;
}
@media (max-width: 1199px) {
  .bannerbox .f_cont .container .gt .f_img2 .font {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .bannerbox .f_cont .container .gt .f_img2 .font {
    width: 3rem;
  }
}
.bannerbox .qie {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  bottom: 6.18%;
}
@media (max-width: 767px) {
  .bannerbox .qie {
    display: none;
  }
}
@media (max-width: 767px) {
  .bannerbox .qie .container {
    display: flex;
    justify-content: center;
  }
}
/* End */
/* 公共切换 */
.base_qie {
  display: flex;
  align-items: center;
  position: relative;
}
.base_qie .base_prev,
.base_qie .base_next {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  background: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #14235a;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .base_qie .base_prev,
  .base_qie .base_next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .base_qie .base_prev,
  .base_qie .base_next {
    width: 40px;
    height: 40px;
  }
}
.base_qie .base_prev span,
.base_qie .base_next span {
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 18px;
  height: 18px;
}
.base_qie .base_prev svg,
.base_qie .base_next svg {
  float: left;
  width: 100%;
}
@media (max-width: 1580px) {
  .base_qie .base_prev svg,
  .base_qie .base_next svg {
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .base_qie .base_prev svg,
  .base_qie .base_next svg {
    transform: scale(0.6);
  }
}
.base_qie .base_prev svg path,
.base_qie .base_next svg path {
  fill: #14235a;
}
.base_qie .base_prev:hover,
.base_qie .base_next:hover {
  background-color: #14235a;
}
.base_qie .base_prev:hover svg path,
.base_qie .base_next:hover svg path {
  fill: #fff;
}
.base_qie .base_prev:hover span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.base_qie .base_next:hover span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 底部 */
.fotbox {
  background-color: #f5f5f5;
}
.fotbox .fot1 {
  width: 100%;
  padding: 0.8rem 0;
}
.fotbox .fot1 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.fotbox .fot1 .container .lt {
  display: block;
  width: 140px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .lt {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .lt {
    margin: 0 auto;
  }
}
@media (max-width: 567px) {
  .fotbox .fot1 .container .lt {
    width: 1.7rem;
  }
}
.fotbox .fot1 .container .lt img {
  width: 100%;
  float: left;
}
.fotbox .fot1 .container .f_navbox {
  display: flex;
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .f_navbox {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.2rem;
  }
}
.fotbox .fot1 .container .f_navbox li {
  margin-left: 1rem;
}
@media (max-width: 1199px) {
  .fotbox .fot1 .container .f_navbox li {
    margin-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .f_navbox li {
    width: 33.333%;
    margin: 0;
    text-align: center;
    margin-top: 0.4rem;
  }
}
.fotbox .fot1 .container .f_navbox li:first-child {
  margin-left: 0;
}
.fotbox .fot1 .container .f_navbox li .tit {
  display: block;
  font-size: 18px;
  font-family: 'cu1', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .f_navbox li .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .f_navbox li .tit {
    width: 100%;
  }
}
.fotbox .fot2 {
  display: flex;
  flex-wrap: wrap;
}
.fotbox .fot2 .item {
  width: 33.333%;
  border: solid 1px #e5e5e5;
  border-left: none;
  padding: 0.45rem 5.2333%;
  text-align: center;
}
@media (max-width: 767px) {
  .fotbox .fot2 .item {
    width: 50%;
  }
}
.fotbox .fot2 .item:first-child {
  padding-left: 8.333%;
}
@media (max-width: 1199px) {
  .fotbox .fot2 .item:first-child {
    padding-left: 5%;
  }
}
.fotbox .fot2 .item:last-child {
  border-right: none;
}
.fotbox .fot2 .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  border: solid 1px #cccccc;
  border-radius: 50%;
  margin: 0 auto 0.25rem;
}
.fotbox .fot2 .item .img img {
  max-width: 40%;
  max-height: 37.5%;
  object-fit: contain;
}
.fotbox .fot2 .item .name {
  font-size: 18px;
  color: #999;
}
@media (max-width: 1580px) {
  .fotbox .fot2 .item .name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot2 .item .name {
    font-size: 0.26rem;
  }
}
.fotbox .fot2 .item .tit {
  font-size: 22px;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.8;
  letter-spacing: 1px;
  color: #14235a;
  margin-top: 0.14rem;
}
@media (max-width: 1580px) {
  .fotbox .fot2 .item .tit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .fotbox .fot2 .item .tit {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .fotbox .fot2 .item .tit {
    font-size: 0.29rem;
    line-height: 1.4;
  }
}
.fotbox .fot2 .subscribe {
  display: flex;
  align-items: center;
  padding-right: 8.333%;
}
@media (max-width: 1199px) {
  .fotbox .fot2 .subscribe {
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .fotbox .fot2 .subscribe {
    width: 100%;
  }
}
.fotbox .fot2 .subscribe .jut {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  justify-content: center;
}
.fotbox .fot2 .subscribe .jut .form {
  margin-top: 0.14rem;
  width: 100%;
  display: flex;
  align-items: center;
  border: solid 1px #14235a;
}
.fotbox .fot2 .subscribe .jut .form input,
.fotbox .fot2 .subscribe .jut .form .f_sub {
  color: #999999;
  font-size: 14px;
  height: 60px;
  padding: 18px 20px;
}
@media (max-width: 1580px) {
  .fotbox .fot2 .subscribe .jut .form input,
  .fotbox .fot2 .subscribe .jut .form .f_sub {
    height: 50px;
    font-size: 14px;
    padding: 16px 18px;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot2 .subscribe .jut .form input,
  .fotbox .fot2 .subscribe .jut .form .f_sub {
    height: 44px;
    padding: 14px 16px;
  }
}
.fotbox .fot2 .subscribe .jut .form input {
  width: calc(100% - 60px);
}
@media (max-width: 1580px) {
  .fotbox .fot2 .subscribe .jut .form input {
    width: calc(100% - 50px);
  }
}
@media (max-width: 1199px) {
  .fotbox .fot2 .subscribe .jut .form input {
    width: calc(100% - 44px);
  }
}
.fotbox .fot2 .subscribe .jut .form .f_sub {
  background-color: #14235a;
  padding: 0;
  width: 60px;
}
@media (max-width: 1580px) {
  .fotbox .fot2 .subscribe .jut .form .f_sub {
    width: 50px;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot2 .subscribe .jut .form .f_sub {
    width: 44px;
  }
}
.fotbox .fot2 .subscribe .jut .form .f_sub svg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 14px;
}
.fotbox .fot2 .subscribe .jut .form .f_sub svg path {
  fill: #fff;
}
.fotbox .fot2 .subscribe .jut .form .f_sub:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fotbox .fot3 {
  padding: 0.28rem 0;
}
@media (max-width: 767px) {
  .fotbox .fot3 {
    padding: 0.46rem 0;
  }
}
.fotbox .fot3 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1580px) {
  .fotbox .fot3 .container {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot3 .container {
    text-align: center;
  }
}
.fotbox .fot3 .container .lt {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  padding-right: 0.2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .fotbox .fot3 .container .lt {
    order: 1;
    width: 100%;
    flex-wrap: wrap;
    padding-right: 0;
    justify-content: center;
  }
}
.fotbox .fot3 .container .lt a,
.fotbox .fot3 .container .lt span {
  display: block;
  font-size: 16px;
  color: #9999;
}
.fotbox .fot3 .container .cet {
    font-size: 14px;
}
@media (max-width: 1580px) {
  .fotbox .fot3 .container .lt a,
  .fotbox .fot3 .container .lt span {
    font-size: 16px;
  }
  .fotbox .fot3 .container .cet {
    font-size: 12px;
}
}
.fotbox .fot3 .container .lt span {
  margin: 0 0.18rem;
}
@media (max-width: 767px) {
    .fotbox .fot3 .container .lt a,
  .fotbox .fot3 .container .lt span {
      font-size: 0.26rem;
  }
  .fotbox .fot3 .container .cet {
    order: 2;
    width: 100%;
    margin-top: 0.18rem;
  }
}
.fotbox .fot3 .container .gt {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
@media (max-width: 767px) {
  .fotbox .fot3 .container .gt {
    justify-content: center;
    order: 0;
    width: 100%;
    margin-bottom: 0.26rem;
  }
}
.fotbox .fot3 .container .gt .name {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .fotbox .fot3 .container .gt .name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot3 .container .gt .name {
    display: none;
  }
}
.fotbox .fot3 .container .gt .jut {
  margin-left: 10px;
  display: flex;
}
@media (max-width: 767px) {
  .fotbox .fot3 .container .gt .jut {
    margin-left: 0;
  }
}
.fotbox .fot3 .container .gt .jut a,.fotbox .fot3 .container .gt .jut .li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 10px;
  border: solid 1px #cccccc;
}
@media (max-width: 767px) {
  .fotbox .fot3 .container .gt .jut a,.fotbox .fot3 .container .gt .jut .li {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.12rem;
  }
}
.fotbox .fot3 .container .gt .jut a img,.fotbox .fot3 .container .gt .jut .li {
  max-width: 40%;
  max-height: 40%;
  object-fit: contain;
}
.fotbox .fot3 .container .gt .jut .li {
  position: relative;
}
.fotbox .fot3 .container .gt .jut .li .hover1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 12px;
  width: 120px;
  overflow: hidden;
  background-color: #ffffff;
  display: none;
  z-index: 2;
}
.fotbox .fot3 .container .gt .jut .li .hover1 img{
  width: 100%;
  float: left;
  max-width: initial;
  max-height: initial;
}
@media (min-width: 1200px) {
  .fotbox .fot3 .container .gt .jut .li:hover .hover1 {
    display: block;
  }
}
/* End */
/* 首页 */
.hm_but {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 0.6rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: solid 2px #14235a;
  color: #14235a;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hm_but {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .hm_but {
    border-width: 1px;
  }
}
@media (max-width: 567px) {
  .hm_but {
    width: 2.4rem;
    font-size: 12px;
    height: 0.8rem;
  }
}
.hm_but i {
  display: block;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0.18rem;
  overflow: hidden;
}
.hm_but i svg {
  width: 100%;
  float: left;
}
@media (max-width: 1580px) {
  .hm_but i svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 567px) {
  .hm_but i svg {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.hm_but i svg path {
  fill: #14235a;
}
.hm_but:hover {
  background-color: #14235a;
  color: #fff;
}
.hm_but:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hm_but:hover i svg path {
  fill: #fff;
}
.hm_tit {
  text-align: center;
  margin-bottom: 0.52rem;
}
.hm_tit .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #14235a;
  /*font-size: 0.44rem;*/
}
.hm_tit .text {
  color: #666666;
  margin-top: 4px;
}
.hm-sec1 {
  overflow: hidden;
}
.hm-sec1 .cont .item {
  width: 100%;
  display: block;
  padding: 0.36rem 0 0.64rem;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item {
    padding: 0.46rem 0 0.36rem;
  }
}
.hm-sec1 .cont .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
  width: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 3px;
  background-color: #14235a;
}
@media (max-width: 1580px) {
  .hm-sec1 .cont .item:after {
    height: 2px;
  }
}
.hm-sec1 .cont .item .img {
  width: 100%;
  padding-bottom: 51.3%;
  margin-bottom: 0.12rem;
  position: relative;
}
.hm-sec1 .cont .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 90%;
  max-width: 80%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  object-fit: contain;
}
.hm-sec1 .cont .item .img img:nth-child(2) {
  opacity: 0;
}
@media (max-width: 1199px) {
  .hm-sec1 .cont .item .img img:nth-child(2) {
    opacity: 1;
  }
}
.hm-sec1 .cont .item .font {
  padding: 0 0.22rem;
  text-align: center;
}
.hm-sec1 .cont .item .font .tit {
  color: #666666;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hm-sec1 .cont .item:hover:after {
  width: 100%;
}
.hm-sec1 .cont .item:hover .img img {
  opacity: 1;
}
.hm-sec1 .cont .item:hover .font .tit {
  color: #14235a;
}
.hm-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0.1rem;
}
.hm-sec2 .cont .item {
  display: block;
  width: 50%;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item {
    margin-bottom: 0.2rem;
    width: 100%;
  }
}
.hm-sec2 .cont .item .list {
  display: block;
  position: relative;
}
.hm-sec2 .cont .item .list .img {
  width: 100%;
  padding-bottom: 68.81%;
}
@media (max-width: 991px) {
  .hm-sec2 .cont .item .list .img {
    padding-bottom: 116%;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .list .img {
    padding-bottom: 90%;
  }
}
.hm-sec2 .cont .item .list .font {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 0.5rem;
  text-align: center;
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .list .font {
    padding-top: 0.5rem;
  }
}
.hm-sec2 .cont .item .list .font .name {
  color: #999999;
  font-size: 18px;
  margin-bottom: 0.18rem;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .item .list .font .name {
    font-size: 16px;
  }
}
.hm-sec2 .cont .item .list .font .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #14235a;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 4px;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .item .list .font .tit {
    margin-bottom: 2px;
  }
}
.hm-sec2 .cont .item .list .font .text {
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.2rem;
}
.hm-sec2 .cont .item .list .font .but {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #14235a;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .item .list .font .but {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .item .list .font .but {
    font-size: 16px;
  }
}
.hm-sec2 .cont .item .list .font .but i {
  display: block;
  overflow: hidden;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 18px;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .item .list .font .but i {
    width: 12px;
    margin-left: 14px;
  }
}
.hm-sec2 .cont .item .list .font .but i svg {
  float: left;
  width: 100%;
}
.hm-sec2 .cont .item .list .font .but i svg path {
  fill: #14235a;
}
.hm-sec2 .cont .item .list .font .but:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hm-sec2 .cont .item .list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hm-sec2 .cont .item .list:hover .font .but i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hm-sec3 .cont {
  position: relative;
}
.hm-sec3 .hm3_cont {
  width: 100%;
}
.hm-sec3 .hm3_cont .img {
  width: 100%;
  padding-bottom: 41.666%;
}
@media (max-width: 767px) {
  .hm-sec3 .hm3_cont .img {
    padding-bottom: 0;
    height: 6rem;
  }
}
.hm-sec3 .hm3_cont .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/jianbianhueiimgfz1.png);
}
.hm-sec3 .hm3_nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  color: #fff;
  z-index: 4;
}
.hm-sec3 .hm3_nav .swiper-slide {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hm-sec3 .hm3_nav .swiper-slide .item {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec3 .hm3_nav .swiper-slide .item:before {
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(../images/jianbianlanseimgfz1.png);
  background-size: 100%;
  opacity: 0;
}
.hm-sec3 .hm3_nav .swiper-slide .item .font {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.24rem 0.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 1199px) {
  .hm-sec3 .hm3_nav .swiper-slide .item .font {
    padding: 0.4rem 0.32rem;
  }
}
.hm-sec3 .hm3_nav .swiper-slide .item .font .fz_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.32rem;
}
.hm-sec3 .hm3_nav .swiper-slide .item .font .fz_icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.hm-sec3 .hm3_nav .swiper-slide .item .font .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.14rem;
}
.hm-sec3 .hm3_nav .swiper-slide .item .font .hover1 {
  display: none;
}
.hm-sec3 .hm3_nav .swiper-slide .item .font .text {
  color: #99aaec;
  margin-bottom: 0.38rem;
  font-size: 18px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .hm-sec3 .hm3_nav .swiper-slide .item .font .text {
    line-height: 22px;
    height: 44px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .hm3_nav .swiper-slide .item .font .text {
    font-size: 16px;
  }
}
.hm-sec3 .hm3_nav .swiper-slide .item .font .but {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .hm-sec3 .hm3_nav .swiper-slide .item .font .but {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .hm3_nav .swiper-slide .item .font .but {
    font-size: 14px;
  }
}
.hm-sec3 .hm3_nav .swiper-slide .item .font .but i {
  display: block;
  overflow: hidden;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 18px;
}
@media (max-width: 1580px) {
  .hm-sec3 .hm3_nav .swiper-slide .item .font .but i {
    width: 12px;
    margin-left: 14px;
  }
}
.hm-sec3 .hm3_nav .swiper-slide .item .font .but i svg {
  float: left;
  width: 100%;
}
.hm-sec3 .hm3_nav .swiper-slide .item .font .but i svg path {
  fill: #fff;
}
.hm-sec3 .hm3_nav .swiper-slide .item .font .but:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hm-sec3 .hm3_nav .on .item:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .hm-sec3 .hm3_nav .on .item:before {
    opacity: 0.5;
  }
}
.hm-sec4 {
  overflow: hidden;
}
.hm-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
}
.hm-sec4 .cont .lt,
.hm-sec4 .cont .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .hm-sec4 .cont .lt,
  .hm-sec4 .cont .gt {
    width: 100%;
  }
}
.hm-sec4 .cont .lt {
  border: solid 1px #e2e2e2;
  display: flex;
  padding: 0.7rem 0.8rem 0.8rem;
  padding-right: 0.9rem;
}
@media (max-width: 1199px) {
  .hm-sec4 .cont .lt {
    padding: 0.46rem 0.4rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .cont .lt {
    order: 1;
    width: 100%;
  }
}
.hm-sec4 .cont .lt .font {
  width: 100%;
}
.hm-sec4 .cont .lt .font .name {
  color: #666666;
  margin-bottom: 0.3rem;
}
.hm-sec4 .cont .lt .font .tit {
  line-height: 1.333;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .hm-sec4 .cont .lt .font .tit {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .cont .gt {
    width: 100%;
  }
}
.hm-sec4 .cont .gt .jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  height: 100%;
}
.hm-sec4 .cont .gt .jut .item {
  width: 50%;
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  .hm-sec4 .cont .gt .jut .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .cont .gt .jut .item {
    margin-bottom: 0.2rem;
  }
}
.hm-sec4 .cont .gt .jut .item:last-child {
  margin-bottom: 0;
}
.hm-sec4 .cont .gt .jut .item .list {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec4 .cont .gt .jut .item .list {
    margin-bottom: 0.2rem;
  }
}
.hm-sec4 .cont .gt .jut .item .list:last-child {
  margin-bottom: 0;
}
.hm-sec4 .cont .gt .jut .item .list .img {
  padding-bottom: 148.7%;
  height: 100%;
}
@media (max-width: 767px) {
  .hm-sec4 .cont .gt .jut .item .list .img {
    padding-bottom: 72%;
  }
}
.hm-sec4 .cont .gt .jut .item .list .font {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 0.5rem;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont .gt .jut .item .list .font {
    padding: 0 0.36rem;
  }
}
.hm-sec4 .cont .gt .jut .item .list .font .fz_icon {
  display: block;
  height: 0.6rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .hm-sec4 .cont .gt .jut .item .list .font .fz_icon {
    margin-bottom: 0.22rem;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .cont .gt .jut .item .list .font .fz_icon {
    height: 0.7rem;
  }
}
.hm-sec4 .cont .gt .jut .item .list .font .fz_icon img {
  height: 100%;
  float: left;
}
.hm-sec4 .cont .gt .jut .item .list .font .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 10px;
}
.hm-sec4 .cont .gt .jut .item .list .font .text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 1580px) {
  .hm-sec4 .cont .gt .jut .item .list .font .text {
    font-size: 16px;
    height: 44px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .hm-sec4 .cont .gt .jut .item .list .font .text {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
  }
}
.hm-sec4 .cont .gt .jut .fz_item2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hm-sec4 .cont .gt .jut .fz_item2 .list {
  height: calc(50% - 0.1rem);
}
@media (max-width: 767px) {
  .hm-sec4 .cont .gt .jut .fz_item2 .list {
    height: auto;
  }
}
.hm-sec4 .cont .gt .jut .fz_item2 .list .img {
  height: 100%;
  padding-bottom: 72%;
}
@media (max-width: 767px) {
  .hm-sec4 .cont .gt .jut .fz_item2 .list .img {
    height: auto;
  }
}
.hm-sec5 {
  background-color: #f5f5f5;
  overflow: hidden;
}
.hm-sec5 .tit {
  text-align: center;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.44rem;
  color: #14235a;
}
.hm-sec5 .cont {
  display: flex;
  flex-wrap: wrap;
}
.hm-sec5 .cont .lt,
.hm-sec5 .cont .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .hm-sec5 .cont .lt,
  .hm-sec5 .cont .gt {
    width: 100%;
  }
}
.hm-sec5 .cont .lt .img {
  width: 100%;
  padding-bottom: 72.5%;
  height: 100%;
}
.hm-sec5 .cont .gt {
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  padding: 0.36rem 0.76rem;
  padding-right: 0.84rem;
}
@media (max-width: 1199px) {
  .hm-sec5 .cont .gt {
    padding: 0.36rem 0.44rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .hm-sec5 .cont .gt {
    padding: 0.46rem 0.5rem;
  }
}
.hm-sec5 .cont .gt .fz_title {
  line-height: 1.333;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.2rem;
}
@media (max-width: 1199px) {
  .hm-sec5 .cont .gt .fz_title {
    margin-bottom: 0.1rem;
  }
}
.hm-sec5 .cont .gt .text {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 0.88rem;
}
@media (max-width: 1900px) {
  .hm-sec5 .cont .gt .text {
    line-height: 26px;
  }
}
@media (max-width: 1580px) {
  .hm-sec5 .cont .gt .text {
    margin-bottom: 0.6rem;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .hm-sec5 .cont .gt .text {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0.44rem;
  }
}
.hm-sec5 .cont .gt .but {
  display: flex;
}
.hm-sec5 .cont .gt .but .hm_but {
  margin-right: 20px;
}
.hm-sec5 .cont .gt .but .hm_but:last-child {
  margin-right: 0;
}
.hm-sec6 {
  position: relative;
}
.hm-sec6 .bag {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hm-sec6 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec6 .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .hm-sec6 .bag img:nth-child(1) {
    display: none;
  }
  .hm-sec6 .bag img:nth-child(2) {
    display: block;
  }
}
.hm-sec6 .cont {
  color: #fff;
  width: 60%;
}
@media (max-width: 767px) {
  .hm-sec6 .cont {
    width: 100%;
  }
}
.hm-sec6 .cont .tit {
  margin-bottom: 0.6rem;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.hm-sec6 .cont .jut {
  width: 100%;
  margin-bottom: 0.54rem;
}
.hm-sec6 .cont .jut .item {
  display: block;
  width: 100%;
  margin-bottom: 0.48rem;
}
.hm-sec6 .cont .jut .item:last-child {
  margin-bottom: 0;
}
.hm-sec6 .cont .jut .item .fz_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .hm-sec6 .cont .jut .item .fz_title {
    margin-bottom: 4px;
  }
}
.hm-sec6 .cont .jut .item .time {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
}
@media (max-width: 1580px) {
  .hm-sec6 .cont .jut .item .time {
    font-size: 16px;
  }
}
.hm-sec6 .cont .jut .item:hover .fz_title {
  color: #009cff;
}
.hm-sec6 .cont .hm_but {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.hm-sec6 .cont .hm_but i svg path {
  fill: #fff;
}
.hm-sec6 .cont .hm_but:hover {
  background-color: #fff;
  border-color: #fff;
  color: #14235a;
}
.hm-sec6 .cont .hm_but:hover i svg path {
  fill: #14235a;
}
.hm-sec6 .container {
  position: relative;
}
.hm-sec7 {
  position: relative;
  overflow: hidden;
  background-color: #14235a;
}
.hm-sec7 .bag {
  width: 100%;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
}
.hm-sec7 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec7 .container {
  position: relative;
}
.hm-sec7 .font {
  text-align: center;
  color: #fff;
}
.hm-sec7 .font .name {
  margin-bottom: 4px;
  font-size: 22px;
}
.hm-sec7 .font .text {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.48rem;
}
.hm-sec7 .font .hm_but {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  margin: 0 auto;
}
.hm-sec7 .font .hm_but i svg path {
  fill: #fff;
}
.hm-sec7 .font .hm_but:hover {
  background-color: #fff;
  border-color: #fff;
  color: #14235a;
}
.hm-sec7 .font .hm_but:hover i svg path {
  fill: #14235a;
}
/* End */
/* 申请表单 */
.applyalt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.applyalt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.applyalt .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  background-color: #fff;
  display: flex;
}
@media (max-width: 767px) {
  .applyalt .cont {
    max-height: 96%;
    overflow: hidden;
    padding: 0.6rem 0.4rem;
  }
}
.applyalt .cont .lt {
  width: 33.333%;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .applyalt .cont .lt {
    display: none;
  }
}
.applyalt .cont .lt .font {
  width: 100%;
  margin-bottom: 180px;
}
@media (max-width: 1900px) {
  .applyalt .cont .lt .font {
    margin-bottom: 1.8rem;
  }
}
.applyalt .cont .lt .font .img {
  width: 140px;
  overflow: hidden;
  margin-bottom: 0.24rem;
}
@media (max-width: 1580px) {
  .applyalt .cont .lt .font .img {
    width: 120px;
  }
  .hm-sec7 .font .name {
      font-size: 20px;
  }
}
@media (max-width: 567px) {
  .applyalt .cont .lt .font .img {
    width: 1.7rem;
  }
}
.applyalt .cont .lt .font .img img {
  width: 100%;
  float: left;
}
.applyalt .cont .lt .font .text {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 1580px) {
  .applyalt .cont .lt .font .text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .applyalt .cont .lt .font .text {
    font-size: 16px;
    line-height: 20px;
  }
}
.applyalt .cont .lt .jut .li {
  width: 100%;
  margin-bottom: 0.3rem;
}
.applyalt .cont .lt .jut .li:last-child {
  margin-bottom: 0;
}
.applyalt .cont .lt .jut .li .fz_icon {
  display: flex;
  align-items: center;
  color: #99aaec;
  line-height: 0.8;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .applyalt .cont .lt .jut .li .fz_icon {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.applyalt .cont .lt .jut .li .fz_icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 24px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .applyalt .cont .lt .jut .li .fz_icon i {
    width: 22px;
    height: 20px;
    margin-right: 8px;
  }
  .hm-sec7 .font .name {
      font-size: 18px;
  }
}
.applyalt .cont .lt .jut .li .fz_icon i img {
  max-width: 100%;
  max-height: 1005;
}
.applyalt .cont .lt .jut .li .tit {
  color: #ffffff;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.applyalt .cont .gt {
  width: 66.666%;
  padding: 0.28rem 0.4rem;
}
@media (max-width: 767px) {
    .hm-sec7 .font .name {
        font-size: 0.32rem;
    }
  .applyalt .cont .gt {
    width: 100%;
    overflow: auto;
    max-height: 100%;
    padding: 0;
  }
}
.applyalt .cont .gt .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
}
@media (max-width: 991px) {
  .applyalt .cont .gt .close {
    width: 18px;
  }
}
@media (max-width: 767px) {
}
.applyalt .cont .gt .close img {
  float: left;
  width: 100%;
}
.applyalt .cont .gt .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .applyalt .cont .gt .tit {
    margin-bottom: 10px;
  }
}
.applyalt .cont .gt .text {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .applyalt .cont .gt .text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .applyalt .cont .gt .text {
    font-size: 16px;
    line-height: 20px;
  }
}
.applyalt .cont .gt .form {
  width: 100%;
}
.applyalt .cont .gt .form .jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1580px) {
  .applyalt .cont .gt .form .jut {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .applyalt .cont .gt .form .jut {
    margin: 0;
  }
}
.applyalt .cont .gt .form .jut .item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .applyalt .cont .gt .form .jut .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .applyalt .cont .gt .form .jut .item {
    width: 100%;
    padding: 0;
  }
}
.applyalt .cont .gt .form .jut .item input,.applyalt .cont .gt .form .jut .item textarea {
  width: 100%;
  border: solid 1px #e2e2e2;
  padding: 18px 20px;
}
@media (max-width: 1580px) {
  .applyalt .cont .gt .form .jut .item input,.applyalt .cont .gt .form .jut .item textarea {
    padding: 16px 18px;
  }
}
@media (max-width: 991px) {
  .applyalt .cont .gt .form .jut .item input,.applyalt .cont .gt .form .jut .item textarea {
    padding: 10px 14px;
  }
}
.applyalt .cont .gt .form .jut .item textarea {
  height: 1.2rem;
}
.applyalt .cont .gt .form .xuanzhong {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 0.34rem;
}
.applyalt .cont .gt .form .xuanzhong i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 10px;
  border: solid 1px #e2e2e2;
  margin-top: 4px;
}
@media (max-width: 1580px) {
  .applyalt .cont .gt .form .xuanzhong i {
    margin-right: 8px;
    width: 14px;
    height: 14px;
  }
}
.applyalt .cont .gt .form .xuanzhong i svg {
  width: 100%;
  transform: scale(0.9);
  margin-left: 2px;
}
@media (max-width: 1580px) {
  .applyalt .cont .gt .form .xuanzhong i svg {
    transform: scale(0.8);
  }
}
.applyalt .cont .gt .form .xuanzhong i svg path {
  fill: #999999;
}
.applyalt .cont .gt .form .xuanzhong>span {
  display: block;
  width: 100%;
  flex-shrink: 1;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
@media (max-width: 1580px) {
  .applyalt .cont .gt .form .xuanzhong>span {
    font-size: 14px;
    line-height: 22px;
  }
}
.applyalt .cont .gt .form .xuanzhong>span a {
  color: #14235a;
}
.applyalt .cont .gt .form .xuanzhong>span a:hover {
  text-decoration: underline;
}
.applyalt .cont .gt .form .xuanzhong input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.applyalt .cont .gt .form .xuanzhong input:checked ~ i {
  border-color: #14235a;
}
.applyalt .cont .gt .form .xuanzhong input:checked ~ i svg path {
  fill: #14235a;
}
.applyalt .cont .gt .form .fz_sub {
  width: 100%;
}
/* End */
/* 右侧固定 */
.gtfixed {
  position: fixed;
  right: 0.2rem;
  z-index: 333;
}
@media (min-width: 768px) {
  .gtfixed {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .gtfixed {
    bottom: 10%;
  }
}
.gtfixed .item {
  width: 80px;
  height: 80px;
  margin-bottom: 2px;
}
.gtfixed .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1580px) {
  .gtfixed .item {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .gtfixed .item {
    width: 50px;
    height: 50px;
  }
}
.gtfixed .item .tit {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gtfixed .item .tit i {
  height: 28px;
  display: block;
  margin-bottom: 2px;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
}
.gtfixed .item .tit i svg {
  height: 100%;
  float: left;
}
@media (max-width: 1580px) {
  .gtfixed .item .tit i svg {
    transform: scale(0.9);
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .gtfixed .item .tit i svg {
    transform: scale(0.6);
  }
}
.gtfixed .item .tit i svg path {
  fill: #8c8c8c;
}
.gtfixed .item .tit span {
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #999999;
}
@media (max-width: 1580px) {
  .gtfixed .item .tit span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .gtfixed .item .tit span {
    font-size: 12px;
    margin-top: -6px;
  }
}
.gtfixed .item:hover .tit {
  background-color: #14235a;
}
.gtfixed .item:hover .tit span {
  color: #fff;
}
.gtfixed .item:hover .tit i svg path {
  fill: #fff;
}
.gtfixed .top .tit i {
  height: 13px;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
}
/* End */
/* 案例 */
.casebnner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.casebnner .breadbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  border-color: rgba(255, 255, 255, 0.1);
}
.casebnner .breadbox .f_cont a {
  color: #ffffff;
  opacity: 0.5;
}
.casebnner .breadbox .f_cont a svg path {
  fill: #fff;
}
.casebnner .breadbox .f_cont a:last-child {
  opacity: 1;
}
.casebnner .breadbox .f_cont .on {
  opacity: 1;
}
.casebnner .bag {
  width: 100%;
  height: 6rem;
  position: relative;
}
.casebnner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.casebnner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .casebnner .bag img:nth-child(1) {
    display: none;
  }
  .casebnner .bag img:nth-child(2) {
    display: block;
  }
}
.casebnner .bag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jianbiancaseimgfz1.png) left top / auto 100% no-repeat;
}
.casebnner .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.casebnner .cont .font {
  width: 100%;
}
.casebnner .cont .font .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.casebnner .cont .font .text {
  margin-top: 0.22rem;
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .casebnner .cont .font .text {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .casebnner .cont .font .text {
    font-size: 16px;
  }
}
.casebnner .cont .font .label {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
@media (max-width: 1580px) {
  .casebnner .cont .font .label {
    margin-top: 6px;
  }
}
.casebnner .cont .font .label .li {
  border: solid 1px rgba(255, 255, 255, 0.5);
  margin-right: 10px;
  display: block;
  padding: 4px 0.2rem;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .casebnner .cont .font .label .li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .casebnner .cont .font .label .li {
    line-height: 26px;
  }
}
.casebox-sec1 .cont {
  width: 100%;
}
.casebox-sec1 .cont .item {
  display: block;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 0.5rem;
}
.casebox-sec1 .cont .item:last-child {
  margin-bottom: 0;
}
.casebox-sec1 .cont .item .img {
  padding-bottom: 27.5%;
}
@media (max-width: 767px) {
  .casebox-sec1 .cont .item .img {
    padding-bottom: 46%;
  }
}
.casebox-sec1 .cont .item .jut {
  padding: 0.34rem 0.4rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.casebox-sec1 .cont .item .jut .tit {
  width: 48%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1199px) {
  .casebox-sec1 .cont .item .jut .tit {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .casebox-sec1 .cont .item .jut .tit {
    width: 100%;
  }
}
.casebox-sec1 .cont .item .jut .font {
  width: 50%;
  padding: 0 0.8rem;
  padding-right: 1.8rem;
  border-left: 1px solid #e2e2e2;
}
@media (max-width: 1199px) {
  .casebox-sec1 .cont .item .jut .font {
    padding-left: 0.6rem;
    padding-right: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .casebox-sec1 .cont .item .jut .font {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .casebox-sec1 .cont .item .jut .font {
    padding: 0;
    width: 100%;
    border-left: none;
  }
}
.casebox-sec1 .cont .item .jut .font .text {
  color: #666666;
  line-height: 36px;
  margin-bottom: 0.1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
}
@media (max-width: 1900px) {
  .casebox-sec1 .cont .item .jut .font .text {
    height: 64px;
    line-height: 32px;
  }
}
@media (max-width: 1580px) {
  .casebox-sec1 .cont .item .jut .font .text {
    line-height: 28px;
    height: 56px;
  }
}
@media (max-width: 1199px) {
  .casebox-sec1 .cont .item .jut .font .text {
    line-height: 24px;
    height: 48px;
  }
}
.casebox-sec1 .cont .item .jut .font .label {
  display: flex;
  flex-wrap: wrap;
}
.casebox-sec1 .cont .item .jut .font .label .li {
  border: solid 1px #e2e2e2;
  margin-right: 10px;
  display: block;
  padding: 4px 0.2rem;
  line-height: 34px;
  font-size: 16px;
  color: #666;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .casebox-sec1 .cont .item .jut .font .label .li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .casebox-sec1 .cont .item .jut .font .label .li {
    line-height: 26px;
  }
}
.casebox-sec1 .cont .item .hover1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e84c7;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-out;
}
@media (max-width: 1199px) {
  .casebox-sec1 .cont .item .hover1 {
    display: none;
  }
}
.casebox-sec1 .cont .item .hover1 .zhong {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.casebox-sec1 .cont .item .hover1 .zhong .fz_icon {
  display: block;
  height: 0.52rem;
  margin-bottom: 0.34rem;
}
.casebox-sec1 .cont .item .hover1 .zhong .fz_icon img {
  float: left;
  height: 100%;
}
.casebox-sec1 .cont .item .hover1 .zhong .but {
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .casebox-sec1 .cont .item .hover1 .zhong .but {
    font-size: 16px;
  }
}
.casebox-sec1 .cont .item .hover1 .zhong .but i {
  display: block;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0.18rem;
  overflow: hidden;
}
.casebox-sec1 .cont .item .hover1 .zhong .but i svg {
  width: 100%;
  float: left;
}
@media (max-width: 1580px) {
  .casebox-sec1 .cont .item .hover1 .zhong .but i svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 567px) {
  .casebox-sec1 .cont .item .hover1 .zhong .but i svg {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.casebox-sec1 .cont .item .hover1 .zhong .but i svg path {
  fill: #fff;
}
.casebox-sec1 .cont .item .hover1 .zhong .but:hover {
  color: #fff;
}
.casebox-sec1 .cont .item .hover1 .zhong .but:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.casebox-sec1 .cont .item:hover .hover1 {
  opacity: 1;
}
.casebox-sec2 {
  background-color: #f5f5f5;
}
.casebox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
@media (max-width: 1199px) {
  .casebox-sec2 .cont {
    margin: 0 -0.16rem;
  }
}
@media (max-width: 767px) {
  .casebox-sec2 .cont {
    margin: 0;
  }
}
.casebox-sec2 .cont .item {
  width: 33.333%;
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .casebox-sec2 .cont .item {
    padding: 0 0.16rem;
    margin-bottom: 0.32rem;
  }
}
@media (max-width: 767px) {
  .casebox-sec2 .cont .item {
    width: 100%;
    padding: 0;
  }
  .casebox-sec2 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.casebox-sec2 .cont .item .list {
  display: block;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.casebox-sec2 .cont .item .list .img {
  padding-bottom: 60%;
}
.casebox-sec2 .cont .item .list .font {
  padding: 0.32rem 0.4rem 0.5rem;
}
.casebox-sec2 .cont .item .list .font .tit {
  color: #333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.casebox-sec2 .cont .item .list .font .text {
  margin-bottom: 0.34rem;
  font-size: 18px;
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
  height: 60px;
}
@media (max-width: 1580px) {
  .casebox-sec2 .cont .item .list .font .text {
    line-height: 26px;
    font-size: 16px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .casebox-sec2 .cont .item .list .font .text {
    line-height: 24px;
    height: 48px;
    font-size: 16px;
  }
}
.casebox-sec2 .cont .item .list .font .label {
  padding-top: 0.4rem;
  border-top: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
}
.casebox-sec2 .cont .item .list .font .label .li {
  background-color: #f5f5f5;
  border: solid 1px #e2e2e2;
  margin-right: 10px;
  display: block;
  padding: 4px 0.2rem;
  line-height: 34px;
  font-size: 16px;
  color: #666;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .casebox-sec2 .cont .item .list .font .label .li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .casebox-sec2 .cont .item .list .font .label .li {
    line-height: 26px;
  }
}
.casebox-sec2 .cont .item .list .hover1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e84c7;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
@media (max-width: 1199px) {
  .casebox-sec2 .cont .item .list .hover1 {
    display: none;
  }
}
.casebox-sec2 .cont .item .list .hover1 .zhong {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.casebox-sec2 .cont .item .list .hover1 .zhong .fz_icon {
  height: 0.32rem;
}
.casebox-sec2 .cont .item .list .hover1 .zhong .fz_icon img {
  float: left;
  height: 100%;
}
.casebox-sec2 .cont .item .list .hover1 .zhong .but {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 84%;
  padding: 0.54rem 0;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1580px) {
  .casebox-sec2 .cont .item .list .hover1 .zhong .but {
    font-size: 16px;
  }
}
.casebox-sec2 .cont .item .list .hover1 .zhong .but i {
  display: block;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0.18rem;
  overflow: hidden;
}
.casebox-sec2 .cont .item .list .hover1 .zhong .but i svg {
  width: 100%;
  float: left;
}
@media (max-width: 1580px) {
  .casebox-sec2 .cont .item .list .hover1 .zhong .but i svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 567px) {
  .casebox-sec2 .cont .item .list .hover1 .zhong .but i svg {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.casebox-sec2 .cont .item .list .hover1 .zhong .but i svg path {
  fill: #fff;
}
.casebox-sec2 .cont .item .list .hover1 .zhong .but:hover {
  color: #fff;
}
.casebox-sec2 .cont .item .list .hover1 .zhong .but:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.casebox-sec2 .cont .item .list:hover .hover1 {
  opacity: 1;
}
.casebox-sec2 .basepage {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .casebox-sec2 .basepage {
    margin-top: 0.3rem;
  }
}
.casebox-sec3 .fz_title {
  color: #14235a;
  text-align: center;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.4rem;
}
.casebox-sec3 .cont {
  margin: 0 -0.12rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 567px) {
  .casebox-sec3 .cont {
    margin: 0;
  }
}
.casebox-sec3 .cont .item {
  width: 20%;
  padding: 0 0.12rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .casebox-sec3 .cont .item {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .casebox-sec3 .cont .item {
    width: 100%;
    padding: 0;
  }
}
.casebox-sec3 .cont .item .list {
  display: block;
  background-color: #f5f5f5;
  padding: 0.36rem 0 0.4rem;
}
.casebox-sec3 .cont .item .list .img {
  padding-bottom: 49.45%;
}
.casebox-sec3 .cont .item .list .img img {
  height: auto;
  width: auto;
  max-height: 94%;
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  object-fit: contain;
}
.casebox-sec3 .cont .item .list .img img:nth-child(2) {
  opacity: 0;
}
@media (max-width: 1199px) {
  .casebox-sec3 .cont .item .list .img img:nth-child(2) {
    opacity: 1;
  }
}
.casebox-sec3 .cont .item .list .font {
  text-align: center;
  padding: 0.3rem 0.3rem 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .casebox-sec3 .cont .item .list .font {
    transform: translateY(0.3rem);
    -webkit-transform: translateY(0.3rem);
  }
}
.casebox-sec3 .cont .item .list .font .name {
  color: #666666;
  font-size: 16px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .casebox-sec3 .cont .item .list .font .name {
    font-size: 14px;
  }
}
.casebox-sec3 .cont .item .list .font .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.22rem;
}
.casebox-sec3 .cont .item .list .font .but {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #14235a;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .casebox-sec3 .cont .item .list .font .but {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .casebox-sec3 .cont .item .list .font .but {
    opacity: 0;
  }
}
.casebox-sec3 .cont .item .list .font .but i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  overflow: hidden;
  margin-left: 0.2rem;
  width: 14px;
}
@media (max-width: 1580px) {
  .casebox-sec3 .cont .item .list .font .but i {
    width: 12px;
  }
}
.casebox-sec3 .cont .item .list .font .but i svg {
  width: 100%;
  float: left;
}
.casebox-sec3 .cont .item .list .font .but i svg path {
  fill: #14235a;
}
.casebox-sec3 .cont .item .list:hover .img img:nth-child(2) {
  opacity: 1;
}
.casebox-sec3 .cont .item .list:hover .font {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.casebox-sec3 .cont .item .list:hover .font .but {
  opacity: 1;
}
.casebox-sec3 .cont .item .list:hover .font .but i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* End */
/* 案例弹窗 */
.casealt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  display: none;
  overflow: hidden;
}
.casealt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.casealt .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  max-height: 98%;
  overflow: auto;
}
@media (max-width: 1580px) {
  .casealt .cont {
    max-width: 800px;
  }
}
.casealt .cont .lt,
.casealt .cont .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .casealt .cont .lt,
  .casealt .cont .gt {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .casealt .cont .lt {
    display: none;
  }
}
.casealt .cont .lt .img {
  width: 100%;
  height: 100%;
  padding-bottom: 116.666%;
}
.casealt .cont .gt {
  position: relative;
  padding: 0.48rem 0.5rem 0.54rem;
}
.casealt .cont .gt .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
}
@media (max-width: 991px) {
  .casealt .cont .gt .close {
    width: 18px;
  }
}
@media (max-width: 767px) {
}
.casealt .cont .gt .close img {
  float: left;
  width: 100%;
}
.casealt .cont .gt .tit {
  width: 100%;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.casealt .cont .gt .text {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 0.48rem;
}
@media (max-width: 1580px) {
  .casealt .cont .gt .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .casealt .cont .gt .text {
    font-size: 16px;
    line-height: 24px;
  }
}
.casealt .cont .gt .wis {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .casealt .cont .gt .wis {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .casealt .cont .gt .wis {
    font-size: 16px;
    line-height: 24px;
  }
}
.casealt .cont .gt .usename {
  color: #666666;
  text-align: right;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0.2rem;
  margin-bottom: 0.52rem;
}
@media (max-width: 1580px) {
  .casealt .cont .gt .usename {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .casealt .cont .gt .usename {
    font-size: 16px;
    line-height: 24px;
  }
}
.casealt .cont .gt .jut {
  padding-top: 0.52rem;
  border-top: 1px solid #e2e2e2;
}
.casealt .cont .gt .jut .item {
  margin-bottom: 0.38rem;
}
.casealt .cont .gt .jut .item:last-child {
  margin-bottom: 0;
}
.casealt .cont .gt .jut .item .fz_title {
  display: block;
  color: #000000;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .casealt .cont .gt .jut .item .fz_title {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
}
.casealt .cont .gt .jut .item .li {
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .casealt .cont .gt .jut .item .li {
    margin-bottom: 6px;
  }
}
.casealt .cont .gt .jut .item .li:last-child {
  margin-bottom: 0;
}
.casealt .cont .gt .jut .item .li .but {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .casealt .cont .gt .jut .item .li .but {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .casealt .cont .gt .jut .item .li .but {
    font-size: 12px;
  }
}
.casealt .cont .gt .jut .item .li .but i {
  display: block;
  width: 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .casealt .cont .gt .jut .item .li .but i {
    width: 10px;
  }
}
.casealt .cont .gt .jut .item .li .but i img {
  float: left;
  width: 100%;
}
.casealt .cont .gt .jut .item .li:hover .but i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
/* End */
/* 案例详情 */
.caseinfo-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.caseinfo-sec1 .cont .font,
.caseinfo-sec1 .cont .gt {
  width: 50%;
}
.caseinfo-sec1 .cont .font {
  padding-right: 0.96rem;
}
@media (max-width: 1199px) {
  .caseinfo-sec1 .cont .font {
    padding-right: 0.55rem;
  }
}
@media (max-width: 991px) {
  .caseinfo-sec1 .cont .font {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .caseinfo-sec1 .cont .font {
    width: 100%;
    order: 1;
    padding-left: 0;
    margin-top: 0.4rem;
  }
}
.caseinfo-sec1 .cont .font .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #14235a;
  margin-bottom: 0.38rem;
}
@media (max-width: 767px) {
  .caseinfo-sec1 .cont .font .tit {
    margin-bottom: 0.14rem;
  }
}
.caseinfo-sec1 .cont .font .text {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
@media (max-width: 1580px) {
  .caseinfo-sec1 .cont .font .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .caseinfo-sec1 .cont .font .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .caseinfo-sec1 .cont .font .text {
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .caseinfo-sec1 .cont .gt {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .caseinfo-sec1 .cont .gt {
    width: 100%;
  }
}
.caseinfo-sec1 .cont .gt .img {
  width: 100%;
  padding-bottom: 62.5%;
}
.caseinfo-sec2 {
  background-color: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
}
.caseinfo-sec2 .fz_tit {
  text-align: center;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #14235a;
  margin-bottom: 0.48rem;
}
.caseinfo-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -20px;
}
@media (max-width: 1900px) {
  .caseinfo-sec2 .cont {
    margin: 0 -16px;
  }
}
@media (max-width: 1580px) {
  .caseinfo-sec2 .cont {
    margin: 0 -12px;
  }
}
@media (max-width: 1199px) {
}
.caseinfo-sec2 .cont .item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 1900px) {
  .caseinfo-sec2 .cont .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1580px) {
  .caseinfo-sec2 .cont .item {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .item {
    width: 100%;
  }
}
.caseinfo-sec2 .cont .item .list {
  background-color: #fff;
  border: solid 1px #e2e2e2;
  padding: 0.58rem 0.8rem 0.8rem 0.8rem;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  line-height: 24px;
  position: relative;
}
@media (max-width: 1580px) {
  .caseinfo-sec2 .cont .item .list {
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .caseinfo-sec2 .cont .item .list {
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .caseinfo-sec2 .cont .item .list {
    padding: 0.4rem 0.6rem 0.6rem 0.6rem;
  }
}
.caseinfo-sec2 .cont .item .list .shu {
  line-height: 0.8;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding-right: 0.38rem;
  border-right: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .item .list .shu {
    margin-top: 0.12rem;
  }
}
.caseinfo-sec2 .cont .item .list .font {
  padding-left: 0.3rem;
}
.caseinfo-sec2 .cont .item .list .font .text {
  font-size: 18px;
  color: #666666;
}
@media (max-width: 1580px) {
  .caseinfo-sec2 .cont .item .list .font .text {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .caseinfo-sec2 .cont .item .list .font .text {
    font-size: 16px;
  }
}
.caseinfo-sec2 .cont .item:nth-child(1) .list:after {
  right: -1.22rem;
  bottom: -1.1rem;
}
@media (min-width: 768px) {
  .caseinfo-sec2 .cont .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .caseinfo-sec2 .cont .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .caseinfo-sec2 .cont .item .list {
    height: 100%;
  }
}
.caseinfo-sec2 .cont .fz_logo {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .caseinfo-sec2 .cont .fz_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .caseinfo-sec2 .cont .fz_logo {
    margin: 0 auto;
    width: 3.6rem;
    height: 3.6rem;
  }
}
.caseinfo-sec2 .cont .fz_logo .img {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  padding: 0.15rem;
  display: flex;
  align-items: center;
  background-color: #14235a;
  justify-content: center;
}
.caseinfo-sec2 .cont .fz_logo .img img {
  max-width: 80%;
  max-height: 90%;
  object-fit: contain;
}
.caseinfo-sec3 .cont .font {
  order: 1;
  padding-left: 0;
  padding-left: 0.96rem;
}
@media (max-width: 1199px) {
  .caseinfo-sec3 .cont .font {
    padding-left: 0.55rem;
  }
}
@media (max-width: 767px) {
  .caseinfo-sec3 .cont .font {
    padding-left: 0;
  }
}
.caseinfo-sec4 {
  background-color: #f5f5f5;
}
.caseinfo-sec4 .fz_tit {
  text-align: center;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #14235a;
  margin-bottom: 1rem;
}
.caseinfo-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
}
.caseinfo-sec4 .cont .item {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid #e2e2e2;
  padding: 0 0.8rem;
}
.caseinfo-sec4 .cont .item:last-child {
  border-right: none;
}
@media (max-width: 1199px) {
  .caseinfo-sec4 .cont .item {
    padding: 0 0.6rem;
  }
}
@media (max-width: 991px) {
  .caseinfo-sec4 .cont .item {
    padding: 0 0.3rem;
  }
}
@media (max-width: 767px) {
  .caseinfo-sec4 .cont .item {
    width: 100%;
    padding: 0;
    border-right: none;
    margin-bottom: 0.44rem;
  }
  .caseinfo-sec4 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.caseinfo-sec4 .cont .item i {
  display: block;
  height: 0.6rem;
  overflow: hidden;
  margin-bottom: 0.52rem;
}
@media (max-width: 991px) {
  .caseinfo-sec4 .cont .item i {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .caseinfo-sec4 .cont .item i {
    height: 0.7rem;
  }
}
.caseinfo-sec4 .cont .item i img {
  float: left;
  height: 100%;
}
.caseinfo-sec4 .cont .item .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.2rem;
  width: 100%;
}
.caseinfo-sec4 .cont .item .text {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
}
@media (max-width: 1580px) {
  .caseinfo-sec4 .cont .item .text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
}
/* End */
/* 新闻中心 */
.newsbox_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .newsbox_nav {
    width: 100%;
    flex-wrap: wrap;
  }
}
.newsbox_nav .nav {
  display: flex;
}
@media (max-width: 767px) {
  .newsbox_nav .nav {
    width: 100%;
    overflow: auto;
    margin-bottom: 0.5rem;
  }
}
.newsbox_nav .nav .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
  color: #656565;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: solid 1px #e2e2e2;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .newsbox_nav .nav .li {
    font-size: 16px;
    width: 140px;
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .newsbox_nav .nav .li {
    height: 42px;
  }
}
@media (max-width: 767px) {
  .newsbox_nav .nav .li {
    flex-shrink: 0;
    font-size: 14px;
    width: 120px;
  }
}
.newsbox_nav .nav .li:hover {
  color: #14235a;
  border-color: #14235a;
}
.newsbox_nav .nav .on {
  background-color: #14235a;
  color: #fff;
  border-color: #14235a;
}
.newsbox_nav .nav .on:hover {
  color: #fff;
  border-color: #14235a;
}
.newsbox_nav .gt {
  width: 31.25%;
}
@media (max-width: 767px) {
  .newsbox_nav .gt {
    width: 100%;
  }
}
.newsbox_nav .gt .form {
  width: 100%;
  display: flex;
  border: solid 1px #e2e2e2;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
@media (max-width: 1580px) {
  .newsbox_nav .gt .form {
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .newsbox_nav .gt .form {
    height: 42px;
  }
}
.newsbox_nav .gt .form input,
.newsbox_nav .gt .form .fz_sub {
  height: 100%;
}
.newsbox_nav .gt .form input {
  color: #656565;
  font-size: 18px;
  padding: 10px 20px;
  width: calc(100% - 64px);
}
@media (max-width: 1580px) {
  .newsbox_nav .gt .form input {
    font-size: 16px;
    width: calc(100% - 54px);
  }
}
@media (max-width: 1199px) {
  .newsbox_nav .gt .form input {
    width: calc(100% - 50px);
  }
}
.newsbox_nav .gt .form .fz_sub {
  width: 64px;
}
@media (max-width: 1580px) {
  .newsbox_nav .gt .form .fz_sub {
    width: 54px;
  }
}
@media (max-width: 1199px) {
  .newsbox_nav .gt .form .fz_sub {
    width: 50px;
  }
}
.newsbox_nav .gt .form .fz_sub img {
  width: 24px;
}
@media (max-width: 1580px) {
  .newsbox_nav .gt .form .fz_sub img {
    width: 20px;
  }
}
.newsbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .cont {
    margin: 0;
  }
}
.newsbox-sec1 .cont .item {
  width: 33.33%;
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.newsbox-sec1 .cont .item .list {
  display: block;
  padding: 0.3rem;
  background-color: #f5f5f5;
  padding-bottom: 0.26rem;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .newsbox-sec1 .cont .item .list {
    padding: 0.46rem;
  }
}
.newsbox-sec1 .cont .item .list .font {
  width: 100%;
}
.newsbox-sec1 .cont .item .list .font .label {
  text-align: center;
  width: 120px;
  line-height: 30px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 14px;
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .cont .item .list .font .label {
    width: 100px;
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.newsbox-sec1 .cont .item .list .font .tit {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #000;
  margin-bottom: 0.06rem;
}
@media (max-width: 767px) {
  .newsbox-sec1 .cont .item .list .font .tit {
    margin-bottom: 6px;
  }
}
.newsbox-sec1 .cont .item .list .font .time {
  color: #999999;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0.34rem;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .cont .item .list .font .time {
    font-size: 14px;
  }
}
.newsbox-sec1 .cont .item .list .img {
  padding-bottom: 68.1818%;
  margin-bottom: 0.34rem;
}
.newsbox-sec1 .cont .item .list .img img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.newsbox-sec1 .cont .item .list .but {
  display: flex;
  align-items: center;
}
.newsbox-sec1 .cont .item .list .but span {
  display: block;
  padding-right: 0;
  color: #fff;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  white-space: nowrap;
  overflow: hidden;
}
.newsbox-sec1 .cont .item .list .but i {
  display: block;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
}
.newsbox-sec1 .cont .item .list .but i img,
.newsbox-sec1 .cont .item .list .but i svg {
  float: left;
  width: 100%;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .cont .item .list .but i img,
  .newsbox-sec1 .cont .item .list .but i svg {
    transform: scale(0.9);
  }
}
.newsbox-sec1 .cont .item .list .but i img path,
.newsbox-sec1 .cont .item .list .but i svg path {
  fill: #999999;
}
.newsbox-sec1 .cont .item .list:hover {
  background-color: #14235a;
}
.newsbox-sec1 .cont .item .list:hover .font .label {
  border-color: #99aaec;
  color: #99aaec;
  background-color: transparent;
}
.newsbox-sec1 .cont .item .list:hover .font .tit {
  color: #fff;
}
.newsbox-sec1 .cont .item .list:hover .font .time {
  color: #99aaec;
}
.newsbox-sec1 .cont .item .list:hover .img img {
  transform: scale(1.06);
}
.newsbox-sec1 .cont .item .list:hover .but span {
  width: 96px;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .cont .item .list:hover .but span {
    width: 86px;
  }
}
.newsbox-sec1 .cont .item .list:hover .but i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newsbox-sec1 .cont .item .list:hover .but i svg path {
  fill: #fff;
}
.newsbox-sec1 .basepage {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .newsbox-sec1 .basepage {
    margin-top: 0.3rem;
  }
}
/* End */
/* 新闻详情 */
.newsinfo-sec1 {
  position: relative;
}
.newsinfo-sec1 .container {
  border-right: 1px solid #e2e2e2;
}
@media (max-width: 991px) {
  .newsinfo-sec1 .container {
    border-right: none;
  }
}
.newsinfo-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.newsinfo-sec1 .cont .lt {
  border-right: 1px solid #e2e2e2;
  width: 65.625%;
  padding-right: 0.5rem;
}
@media (max-width: 1199px) {
  .newsinfo-sec1 .cont .lt {
    padding-right: 0.4rem;
  }
}
@media (max-width: 991px) {
  .newsinfo-sec1 .cont .lt {
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding-bottom: 0;
  }
}
.newsinfo-sec1 .cont .lt .label {
  text-align: center;
  width: 120px;
  line-height: 30px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 14px;
  border: solid 1px #e2e2e2;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .label {
    width: 100px;
    font-size: 12px;
    line-height: 26px;
  }
}
.newsinfo-sec1 .cont .lt .tit {
  width: 100%;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 8px;
}
.newsinfo-sec1 .cont .lt .time {
  line-height: 0.8;
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .time {
    font-size: 14px;
  }
}
.newsinfo-sec1 .cont .lt .make-text {
  margin-top: 0.36rem;
  margin-bottom: 0.5rem;
}
.newsinfo-sec1 .cont .lt .fen {
  padding: 0.5rem 0;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  margin-bottom: 0.34rem;
}
.newsinfo-sec1 .cont .lt .fen .name {
  margin-bottom: 0.3rem;
}
.newsinfo-sec1 .cont .lt .fen .jut {
  display: flex;
  justify-content: center;
}
.newsinfo-sec1 .cont .lt .fen .jut a {
  padding: 0 0.2rem;
  opacity: 1!important;
}
.newsinfo-sec1 .cont .lt .fen .jut a .a2a_svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #f5f5f5 !important;
  opacity: 1!important;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .fen .jut a .a2a_svg {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.newsinfo-sec1 .cont .lt .fen .jut a .a2a_svg svg {
  max-width: 66.666%;
  max-height: 66.666%;
  object-fit: contain;
  opacity: 1!important;
}
.newsinfo-sec1 .cont .lt .fen .jut a .a2a_svg svg path {
  fill: #999999;
}
.newsinfo-sec1 .cont .lt .fen .jut a:hover .a2a_svg {
  opacity: 1!important;
  background-color: #14235a !important;
}
.newsinfo-sec1 .cont .lt .fen .jut a:hover .a2a_svg svg path {
  fill: #fff;
}
.newsinfo-sec1 .cont .lt .qie {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsinfo-sec1 .cont .lt .qie .jut_lt {
  display: flex;
}
@media (max-width: 767px) {
}
.newsinfo-sec1 .cont .lt .qie .jut_lt .prev,
.newsinfo-sec1 .cont .lt .qie .jut_lt .next {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .qie .jut_lt .prev,
  .newsinfo-sec1 .cont .lt .qie .jut_lt .next {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .qie .jut_lt .prev,
  .newsinfo-sec1 .cont .lt .qie .jut_lt .next {
    font-size: 14px;
  }
}
.newsinfo-sec1 .cont .lt .qie .jut_lt .prev i,
.newsinfo-sec1 .cont .lt .qie .jut_lt .next i {
  width: 14px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsinfo-sec1 .cont .lt .qie .jut_lt .prev i svg,
.newsinfo-sec1 .cont .lt .qie .jut_lt .next i svg {
  width: 100%;
  float: left;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .qie .jut_lt .prev i svg,
  .newsinfo-sec1 .cont .lt .qie .jut_lt .next i svg {
    transform: scale(0.8);
  }
}
.newsinfo-sec1 .cont .lt .qie .jut_lt .prev i svg path,
.newsinfo-sec1 .cont .lt .qie .jut_lt .next i svg path {
  fill: #999999;
}
.newsinfo-sec1 .cont .lt .qie .jut_lt .prev:hover,
.newsinfo-sec1 .cont .lt .qie .jut_lt .next:hover {
  color: #14235a;
}
.newsinfo-sec1 .cont .lt .qie .jut_lt .prev:hover svg path,
.newsinfo-sec1 .cont .lt .qie .jut_lt .next:hover svg path {
  fill: #14235a;
}
.newsinfo-sec1 .cont .lt .qie .jut_lt .prev i {
  margin-right: 0.2rem;
}
.newsinfo-sec1 .cont .lt .qie .jut_lt .prev:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.newsinfo-sec1 .cont .lt .qie .jut_lt .next {
  margin-left: 0.6rem;
}
.newsinfo-sec1 .cont .lt .qie .jut_lt .next i {
  margin-left: 0.2rem;
}
.newsinfo-sec1 .cont .lt .qie .jut_lt .next:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newsinfo-sec1 .cont .lt .qie .ret {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .qie .ret {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .lt .qie .ret {
    font-size: 14px;
  }
}
.newsinfo-sec1 .cont .lt .qie .ret i {
  width: 14px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsinfo-sec1 .cont .lt .qie .ret i svg {
  width: 100%;
  float: left;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .lt .qie .ret i svg {
    transform: scale(0.8);
  }
}
.newsinfo-sec1 .cont .lt .qie .ret i svg path {
  fill: #999999;
}
.newsinfo-sec1 .cont .lt .qie .ret i {
  margin-right: 0.2rem;
}
.newsinfo-sec1 .cont .lt .qie .ret:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.newsinfo-sec1 .cont .gt {
  width: 34.375%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
@media (max-width: 1199px) {
  .newsinfo-sec1 .cont .gt {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
@media (max-width: 991px) {
  .newsinfo-sec1 .cont .gt {
    width: 100%;
    padding: left 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .newsinfo-sec1 .cont .gt {
    position: sticky;
    top: 0;
  }
}
.newsinfo-sec1 .cont .gt .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.newsinfo-sec1 .cont .gt .jut .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .gt .jut .item {
    padding: 0.4rem 0;
  }
}
.newsinfo-sec1 .cont .gt .jut .item .img {
  padding-bottom: 29%;
  width: 42.73%;
}
@media (max-width: 567px) {
  .newsinfo-sec1 .cont .gt .jut .item .img {
    width: 100%;
    padding-bottom: 66%;
    margin-bottom: 0.3rem;
  }
}
.newsinfo-sec1 .cont .gt .jut .item .font {
  width: 57.27%;
  padding-left: 0.3rem;
}
@media (max-width: 567px) {
  .newsinfo-sec1 .cont .gt .jut .item .font {
    width: 100%;
    padding-left: 0;
  }
}
.newsinfo-sec1 .cont .gt .jut .item .font .time {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0.1rem;
}
.newsinfo-sec1 .cont .gt .jut .item .font .tiit {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  color: #000000;
  height: 50px;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0.16rem;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .gt .jut .item .font .tiit {
    line-height: 22px;
    font-size: 16px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .newsinfo-sec1 .cont .gt .jut .item .font .tiit {
    height: auto;
    max-height: 46px;
  }
}
.newsinfo-sec1 .cont .gt .jut .item .font .but {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 14px;
  overflow: hidden;
}
.newsinfo-sec1 .cont .gt .jut .item .font .but svg {
  display: block;
  width: 100%;
  float: left;
}
@media (max-width: 1580px) {
  .newsinfo-sec1 .cont .gt .jut .item .font .but svg {
    transform: scale(0.8);
  }
}
.newsinfo-sec1 .cont .gt .jut .item .font .but svg path {
  fill: #999;
}
.newsinfo-sec1 .cont .gt .jut .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #14235a;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsinfo-sec1 .cont .gt .jut .item:hover:after {
  width: 100%;
}
.newsinfo-sec1 .cont .gt .jut .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.newsinfo-sec1 .cont .gt .jut .item:hover .font .tit {
  color: #14235a;
}
.newsinfo-sec1 .cont .gt .jut .item:hover .font .but {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newsinfo-sec1 .cont .gt .jut .item:hover .font .but svg path {
  fill: #14235a;
}
/* End */
/* 联系我们 */
.contactbanner .breadbox {
  position: absolute;
  top: initial;
  bottom: 0;
}
.contact_tit {
  text-align: center;
}
.contact_tit .tit {
  color: #14235a;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.16rem;
}
.contact_tit .text {
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 1199px) {
  .contact_tit .text {
    line-height: 1.3;
  }
}
.contact-sec1 .contact_tit {
  margin-bottom: 0.78rem;
}
@media (max-width: 767px) {
  .contact-sec1 .contact_tit {
    margin-bottom: 0.66rem;
  }
}
.contact-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
}
.contact-sec1 .cont .lt,
.contact-sec1 .cont .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .contact-sec1 .cont .lt,
  .contact-sec1 .cont .gt {
    width: 100%;
  }
}
.contact-sec1 .cont .lt {
  padding-right: 0.8rem;
}
@media (max-width: 1199px) {
  .contact-sec1 .cont .lt {
    padding-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .contact-sec1 .cont .lt {
    padding-right: 0;
    order: 1;
    margin-top: 0.6rem;
  }
}
.contact-sec1 .cont .lt .jut {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.72rem 0.6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
@media (max-width: 991px) {
  .contact-sec1 .cont .lt .jut {
    padding: 0.4rem 0.3rem;
  }
}
.contact-sec1 .cont .lt .jut .fz_tit {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 0.24rem;
}
.contact-sec1 .cont .lt .jut .fz_tit i {
  display: block;
  width: 0.28rem;
  overflow: hidden;
  margin-right: 0.1rem;
}
.contact-sec1 .cont .lt .jut .fz_tit i img {
  float: left;
  width: 100%;
}
.contact-sec1 .cont .lt .jut .fz_tit span {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.contact-sec1 .cont .lt .jut .text {
  color: #99aaec;
  line-height: 1.5;
  margin-bottom: 1.3rem;
}
@media (max-width: 1199px) {
  .contact-sec1 .cont .lt .jut .text {
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .contact-sec1 .cont .lt .jut .text {
    margin-bottom: 0.6rem;
  }
}
.contact-sec1 .cont .lt .jut .fz_list {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  padding-top: 0.8rem;
  border-top: 1px solid #2c396b;
}
@media (max-width: 1199px) {
  .contact-sec1 .cont .lt .jut .fz_list {
    flex-wrap: wrap;
    
  }
  .contact-sec1 .cont .lt .jut .fz_list .li {
    width: 100%;
    margin-bottom: 0.22rem;
  }
  .contact-sec1 .cont .lt .jut .fz_list .li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .contact-sec1 .cont .lt .jut .fz_list {
    padding-top: 0.4rem;
  }
  .contact-sec1 .cont .lt .jut .fz_list .li {
    width: 100%;
    margin-bottom: 0.33rem;
  }
  .contact-sec1 .cont .lt .jut .fz_list .li:last-child {
    margin-bottom: 0;
  }
}
.contact-sec1 .cont .lt .jut .fz_list .li .fz_icon {
  display: flex;
  align-items: center;
  color: #99aaec;
  line-height: 0.8;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-sec1 .cont .lt .jut .fz_list .li {
    max-width: 50%;
    padding-right: 0.2rem;
}
@media (max-width: 1580px) {
  .contact-sec1 .cont .lt .jut .fz_list .li .fz_icon {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.contact-sec1 .cont .lt .jut .fz_list .li .fz_icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 24px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .contact-sec1 .cont .lt .jut .fz_list .li .fz_icon i {
    width: 22px;
    height: 20px;
    margin-right: 8px;
  }
  .contact-sec1 .cont .lt .jut .fz_list .li {
      max-width: 100%;
  }
}
.contact-sec1 .cont .lt .jut .fz_list .li .fz_icon i img {
  max-width: 100%;
  max-height: 100%;
}
.contact-sec1 .cont .lt .jut .fz_list .li .tit {
  color: #ffffff;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.contact-sec1 .cont .gt .form {
  width: 100%;
}
.contact-sec1 .cont .gt .form .jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1580px) {
  .contact-sec1 .cont .gt .form .jut {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .contact-sec1 .cont .gt .form .jut {
    margin: 0;
  }
}
.contact-sec1 .cont .gt .form .jut .item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .contact-sec1 .cont .gt .form .jut .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contact-sec1 .cont .gt .form .jut .item {
    width: 100%;
    padding: 0;
  }
}
.contact-sec1 .cont .gt .form .jut .item input,
.contact-sec1 .cont .gt .form .jut .item select,
.contact-sec1 .cont .gt .form .jut .item textarea {
  width: 100%;
  color: #666;
  border: solid 1px #e2e2e2;
  padding: 18px 20px;
}
@media (max-width: 1580px) {
  .contact-sec1 .cont .gt .form .jut .item input,
  .contact-sec1 .cont .gt .form .jut .item select,
  .contact-sec1 .cont .gt .form .jut .item textarea {
    padding: 16px 18px;
  }
}
@media (max-width: 991px) {
  .contact-sec1 .cont .gt .form .jut .item input,
  .contact-sec1 .cont .gt .form .jut .item select,
  .contact-sec1 .cont .gt .form .jut .item textarea {
    padding: 10px 14px;
  }
}
.contact-sec1 .cont .gt .form .jut .item textarea {
  height: 1.8rem;
}
.contact-sec1 .cont .gt .form .jut .item select {
  background: url(../images/seleiconimg1.svg) 95% center / 14px no-repeat;
}
.contact-sec1 .cont .gt .form .jut .fz_widt,
.contact-sec1 .cont .gt .form .jut .f_mail,
.contact-sec1 .cont .gt .form .jut .f_textarea {
  width: 100%;
}
.contact-sec1 .cont .gt .form .xuanzhong {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 0.34rem;
}
.contact-sec1 .cont .gt .form .xuanzhong i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 10px;
  border: solid 1px #e2e2e2;
  margin-top: 4px;
}
@media (max-width: 1580px) {
  .contact-sec1 .cont .gt .form .xuanzhong i {
    margin-right: 8px;
    width: 14px;
    height: 14px;
  }
}
.contact-sec1 .cont .gt .form .xuanzhong i svg {
  width: 100%;
  transform: scale(0.9);
  margin-left: 2px;
}
@media (max-width: 1580px) {
  .contact-sec1 .cont .gt .form .xuanzhong i svg {
    transform: scale(0.8);
  }
}
.contact-sec1 .cont .gt .form .xuanzhong i svg path {
  fill: #999999;
}
.contact-sec1 .cont .gt .form .xuanzhong span {
  display: block;
  width: 100%;
  flex-shrink: 1;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
@media (max-width: 1580px) {
  .contact-sec1 .cont .gt .form .xuanzhong span {
    font-size: 16px;
    line-height: 22px;
  }
}
.contact-sec1 .cont .gt .form .xuanzhong span a {
  color: #14235a;
}
.contact-sec1 .cont .gt .form .xuanzhong span a:hover {
  text-decoration: underline;
}
.contact-sec1 .cont .gt .form .xuanzhong input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.contact-sec1 .cont .gt .form .xuanzhong input:checked ~ i {
  border-color: #14235a;
}
.contact-sec1 .cont .gt .form .xuanzhong input:checked ~ i svg path {
  fill: #14235a;
}
.contact-sec1 .cont .gt .form .fz_sub {
  width: 100%;
  border-width: 1px;
}
/* End */
/* 服务支持 */
.suppbanner .cont .font {
  text-align: center;
}
.suppbanner .cont .font .tit {
  margin-bottom: 0.3rem;
}
.suppbanner .cont .font .form {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  background-color: #fff;
  border: solid 1px #e2e2e2;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
@media (max-width: 1580px) {
  .suppbanner .cont .font .form {
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .suppbanner .cont .font .form {
    height: 42px;
  }
}
.suppbanner .cont .font .form input,
.suppbanner .cont .font .form .fz_sub {
  height: 100%;
}
.suppbanner .cont .font .form input {
  color: #656565;
  font-size: 18px;
  padding: 10px 20px;
  width: calc(100% - 64px);
}
@media (max-width: 1580px) {
  .suppbanner .cont .font .form input {
    font-size: 16px;
    width: calc(100% - 54px);
  }
}
@media (max-width: 1199px) {
  .suppbanner .cont .font .form input {
    width: calc(100% - 50px);
  }
}
.suppbanner .cont .font .form .fz_sub {
  width: 64px;
}
@media (max-width: 1580px) {
  .suppbanner .cont .font .form .fz_sub {
    width: 54px;
  }
}
@media (max-width: 1199px) {
  .suppbanner .cont .font .form .fz_sub {
    width: 50px;
  }
}
.suppbanner .cont .font .form .fz_sub img {
  width: 24px;
}
@media (max-width: 1580px) {
  .suppbanner .cont .font .form .fz_sub img {
    width: 20px;
  }
}
.support_tit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.16rem;
}
.support_tit .tit {
  color: #14235a;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.support_tit .but {
  display: flex;
  color: #14235a;
  font-size: 18px;
  align-items: center;
}
@media (max-width: 1580px) {
  .support_tit .but {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .support_tit .but {
    font-size: 14px;
  }
}
.support_tit .but i {
  display: block;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 20px;
}
@media (max-width: 1580px) {
  .support_tit .but i {
    margin-left: 16px;
  }
}
@media (max-width: 991px) {
  .support_tit .but i {
    margin-left: 10px;
  }
}
.support_tit .but i img,
.support_tit .but i svg {
  float: left;
  width: 100%;
}
@media (max-width: 1580px) {
  .support_tit .but i img,
  .support_tit .but i svg {
    transform: scale(0.8);
  }
}
.support_tit .but i img path,
.support_tit .but i svg path {
  fill: #14235a;
}
.support_tit .but:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.support-sec1 {
  line-height: 100px;
  height: 100px;
}
@media (max-width: 1580px) {
  .support-sec1 {
    line-height: 80px;
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .support-sec1 {
    line-height: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .support-sec1 {
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
}
.support-sec1 .cont {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.support-sec1 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.support-sec1 .container .lt {
  width: calc(100% - 2.1rem);
}
@media (max-width: 1580px) {
  .support-sec1 .container .lt {
    width: calc(100% - 180px);
  }
}
@media (max-width: 1199px) {
  .support-sec1 .container .lt {
    width: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  .support-sec1 .container .lt {
    /*width: 100%;*/
    /*order: 1;*/
  }
}
.support-sec1 .container .support1_cont {
  width: 100%;
}
.support-sec1 .container .support1_cont .swiper-slide {
  width: auto;
  margin-right: 0.56rem;
}
@media (max-width: 1199px) {
  .support-sec1 .container .support1_cont .swiper-slide {
    margin-right: 0.34rem;
  }
}
@media (max-width: 767px) {
  .support-sec1 .container .support1_cont .swiper-slide {
    margin-right: 0.56rem;
  }
}
.support-sec1 .container .support1_cont .swiper-slide:last-child {
  margin-right: 0;
}
.support-sec1 .container .support1_cont .swiper-slide .li {
  font-size: 14px;
  color: #666666;
  position: relative;
  display: block;
}
@media (max-width: 1580px) {
  .support-sec1 .container .support1_cont .swiper-slide .li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .support-sec1 .container .support1_cont .swiper-slide .li {
    font-size: 12px;
  }
}
.support-sec1 .container .support1_cont .swiper-slide .li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #14235a;
  height: 2px;
}
@media (max-width: 1199px) {
  .support-sec1 .container .support1_cont .swiper-slide .li:after {
    height: 1px;
  }
}
.support-sec1 .container .support1_cont .swiper-slide .li:hover {
  color: #14235a;
}
.support-sec1 .container .support1_cont .on .li {
  color: #14235a;
}
.support-sec1 .container .support1_cont .on .li:after {
  width: 100%;
}
@media (max-width: 767px) {
  .support-sec1 .container .gt {
    /*width: 100%;*/
    /*display: none;*/
  }
}
.support-sec1 .container .gt .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 0.5rem;
  background-color: #14235a;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #14235a;
}
@media (max-width: 1580px) {
  .support-sec1 .container .gt .but {
    width: 160px;
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .support-sec1 .container .gt .but {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .support-sec1 .container .gt .but {
      width: 120px;
    margin: 0 auto;
  }
}
.support-sec1 .container .gt .but:hover {
  background-color: transparent;
  color: #14235a;
}
.support-sec1.weizhi1 .cont {
  position: fixed;
  z-index: 262;
  left: 0;
  top: 0;
}
.support-sec2 .fz_title {
  text-align: center;
  color: #14235a;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.44rem;
}
.support-sec2 .tit {
  text-align: center;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.16rem;
}
.support-sec2 .text {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 0.28rem;
}
@media (max-width: 1900px) {
  .support-sec2 .text {
    line-height: 28px;
  }
}
@media (max-width: 1580px) {
  .support-sec2 .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .support-sec2 .text {
    line-height: 24px;
  }
}
.support-sec2 .hm_but {
  margin: 0 auto 0.6rem;
}
@media (max-width: 1900px) {
  .support-sec2 .hm_but {
    width: 160px;
    height: 46px;
  }
}
.support-sec2 .img {
  padding-bottom: 31.25%;
}
@media (max-width: 767px) {
    .support-sec2 .hm_but {
             height: 40px;
    width: 120px;
    }
   
  .support-sec2 .img {
    height: 4.2rem;
  }
}
.support-sec3 {
  background-color: #f5f5f5;
}
.support-sec3 .contact_tit {
  margin-bottom: 0.52rem;
}
.support-sec3 .contact_tit .text {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .support-sec3 .contact_tit .text {
    font-size: 16px;
  }
}
.support-sec3 .cont .support3_cont {
  width: auto;
  margin: 0 -0.2rem;
}
.support-sec3 .cont .support3_cont .swiper-slide {
  padding: 0 0.2rem;
}
.support-sec3 .cont .support3_cont .swiper-slide .item {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 0.48rem 0.22rem;
}
.support-sec3 .cont .support3_cont .swiper-slide .item .img {
  padding-bottom: 49.7%;
  margin-bottom: 0.4rem;
}
.support-sec3 .cont .support3_cont .swiper-slide .item .img img {
  object-fit: contain;
  max-height: 94%;
  height: auto;
  width: auto;
  max-width: 100%;
}
.support-sec3 .cont .support3_cont .swiper-slide .item .tit {
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.support-sec3 .cont .support3_cont .swiper-slide .item .hover1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14235a;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.3rem 0.4rem;
}
.support-sec3 .cont .support3_cont .swiper-slide .item .hover1 .but {
  width: 100%;
  border-color: #fff;
  margin-bottom: 0.2rem;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1900px) {
  .support-sec3 .cont .support3_cont .swiper-slide .item .hover1 .but {
    font-size: 12px;
  }
}
.support-sec3 .cont .support3_cont .swiper-slide .item .hover1 .but:last-child {
  margin-bottom: 0;
}
.support-sec3 .cont .support3_cont .swiper-slide .item .hover1 .but span {
  color: #fff;
}
.support-sec3 .cont .support3_cont .swiper-slide .item .hover1 .but svg path {
  fill: #fff;
}
.support-sec3 .cont .support3_cont .swiper-slide .item .hover1 .but:hover {
  background-color: #fff;
}
.support-sec3 .cont .support3_cont .swiper-slide .item .hover1 .but:hover span {
  color: #14235a;
}
.support-sec3 .cont .support3_cont .swiper-slide .item .hover1 .but:hover i path {
  fill: #14235a;
}
.support-sec3 .cont .support3_cont .swiper-slide .item .hover1 .f_down i {
  width: 20px;
  transform: rotate(0);
}
.support-sec3 .cont .support3_cont .swiper-slide .item:hover .hover1 {
  opacity: 1;
  visibility: visible;
}
.support-sec3 .cont .qie {
  margin-top: 0.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support-sec3 .cont .qie .support3_page {
  width: calc(100% - 160px);
  height: 1px;
  position: relative;
  bottom: 0;
  padding: 0;
  margin: 0;
  background-color: #e2e2e2;
}
@media (max-width: 1580px) {
  .support-sec3 .cont .qie .support3_page {
    width: calc(100% - 140px);
  }
}
@media (max-width: 767px) {
  .support-sec3 .cont .qie .support3_page {
    width: calc(100% - 120px);
  }
}
.support-sec3 .cont .qie .support3_page span {
  background-color: #14235a;
}
.support-sec4 .cont {
  width: 100%;
}
.support-sec4 .cont .item {
  padding: 0.36rem 0;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .support-sec4 .cont .item {
    padding: 0.46rem 0;
  }
}
.support-sec4 .cont .item .f_title {
  cursor: pointer;
  display: flex;
}
.support-sec4 .cont .item .f_title .fz_icon {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #f5f5f5;
  position: relative;
}
@media (max-width: 1580px) {
  .support-sec4 .cont .item .f_title .fz_icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .support-sec4 .cont .item .f_title .fz_icon {
    width: 30px;
    height: 30px;
  }
}
.support-sec4 .cont .item .f_title .fz_icon:after,
.support-sec4 .cont .item .f_title .fz_icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 30%;
  background-color: #999999;
}
@media (max-width: 1199px) {
  .support-sec4 .cont .item .f_title .fz_icon:after,
  .support-sec4 .cont .item .f_title .fz_icon:before {
    width: 1px;
  }
}
.support-sec4 .cont .item .f_title .fz_icon:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.support-sec4 .cont .item .f_title .gt {
  width: calc(100% - 40px);
  padding-left: 30px;
  display: flex;
  line-height: 30px;
  justify-content: space-between;
  padding-top: 4px;
}
@media (max-width: 1580px) {
  .support-sec4 .cont .item .f_title .gt {
    padding-left: 24px;
    line-height: 26px;
    width: calc(100% - 35px);
  }
}
@media (max-width: 1199px) {
  .support-sec4 .cont .item .f_title .gt {
    padding-left: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .support-sec4 .cont .item .f_title .gt {
    flex-wrap: wrap;
    line-height: 1.2;
    padding-left: 16px;
  }
}
.support-sec4 .cont .item .f_title .gt .tit {
  width: calc(100% - 96px);
  font-size:16px;
}
@media (max-width: 1580px) {
  .support-sec4 .cont .item .f_title .gt .tit {
    width: calc(100% - 86px);
  }
}
@media (max-width: 767px) {
  .support-sec4 .cont .item .f_title .gt .tit {
    width: 100%;
  }
}
.support-sec4 .cont .item .f_title .gt .time {
  color: #999999;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .support-sec4 .cont .item .f_title .gt .time {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .support-sec4 .cont .item .f_title .gt .time {
    display: none;
  }
}
.support-sec4 .cont .item .jut {
  display: none;
  padding-top: 0.3rem;
  padding-left: 70px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 1580px) {
  .support-sec4 .cont .item .jut {
    font-size: 14px;
    line-height: 26px;
    padding-left: 59px;
  }
}
@media (max-width: 1199px) {
  .support-sec4 .cont .item .jut {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .support-sec4 .cont .item .jut {
    padding-left: 0;
  }
}
.support-sec4 .cont .item.on .f_title .fz_icon {
  background-color: #14235a;
}
.support-sec4 .cont .item.on .f_title .fz_icon:after,
.support-sec4 .cont .item.on .f_title .fz_icon:before {
  background-color: #fff;
}
.support-sec4 .cont .item.on .f_title .fz_icon:after {
  opacity: 0;
}
.support-sec4 .cont .item.on .f_title .gt .tit {
  color: #14235a;
}
.support-sec5 {
  background-color: #f5f5f5;
}
.support-sec5 .f_cont .item {
  padding: 0.26rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .support-sec5 .f_cont .item {
    padding: 0.46rem 0;
  }
}
.support-sec5 .f_cont .item .tit {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #000;
  width: calc(100% - 96px);
}
@media (max-width: 1580px) {
  .support-sec5 .f_cont .item .tit {
    width: calc(100% - 86px);
  }
}
@media (max-width: 767px) {
  .support-sec5 .f_cont .item .tit {
    width: 100%;
  }
}
.support-sec5 .f_cont .item .time {
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .support-sec5 .f_cont .item .time {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .support-sec5 .f_cont .item .time {
    display: none;
  }
}
.support-sec5 .f_cont .item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #14235a;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.support-sec5 .f_cont .item:hover .tit {
  color: #14235a;
}
.support-sec5 .f_cont .item:hover:after {
  width: 100%;
}
/* End */
/* 常见问题 */
.faqbox-sec1 {
  position: relative;
  z-index: 2;
}
.faqbox-sec1 .cont {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e2e2e2;
}
.faqbox-sec2 {
  background-color: #f5f5f5;
  position: relative;
}
.faqbox-sec2 .fz_jut {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
@media (max-width: 1199px) {
  .faqbox-sec2 .fz_jut {
    margin: 0 -0.3rem;
  }
}
@media (max-width: 991px) {
  .faqbox-sec2 .fz_jut {
    margin: 0;
  }
}
.faqbox-sec2 .fz_jut .fz_lt,
.faqbox-sec2 .fz_jut .fz_gt {
  padding: 0 0.5rem;
}
@media (max-width: 1199px) {
  .faqbox-sec2 .fz_jut .fz_lt,
  .faqbox-sec2 .fz_jut .fz_gt {
    padding: 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .faqbox-sec2 .fz_jut .fz_lt,
  .faqbox-sec2 .fz_jut .fz_gt {
    padding: 0;
  }
}
.faqbox-sec2 .fz_jut .fz_lt {
  width: 71.875%;
}
@media (max-width: 991px) {
  .faqbox-sec2 .fz_jut .fz_lt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.faqbox-sec2 .fz_jut .fz_gt {
  width: 28.125%;
}
@media (max-width: 991px) {
  .faqbox-sec2 .fz_jut .fz_gt {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .faqbox-sec2 .fz_jut .fz_gt {
    position: sticky;
    top: 60px;
  }
}
.faqbox-sec2 .fz_jut .fz_gt .fz_nei {
  color: #fff;
  background-color: #14235a;
  background-position: center;
  background-size: cover;
  padding: 0.5rem 0.3rem 0.6rem;
}
@media (max-width: 1199px) {
  .faqbox-sec2 .fz_jut .fz_gt .fz_nei {
    padding: 0.3rem 0.32rem 0.4rem;
  }
}
.faqbox-sec2 .fz_jut .fz_gt .fz_nei .tit {
  line-height: 1.2;
  margin-bottom: 0.12rem;
}
.faqbox-sec2 .fz_jut .fz_gt .fz_nei .text {
  font-size: 18px;
  line-height: 24px;
  color: #99aaec;
  margin-bottom: 0.34rem;
}
@media (max-width: 1580px) {
  .faqbox-sec2 .fz_jut .fz_gt .fz_nei .text {
    font-size: 16px;
    line-height: 22px;
  }
}
.faqbox-sec2 .fz_jut .fz_gt .fz_nei .hm_but {
  background-color: #fff;
  border-color: #fff;
}
.faqbox-sec2 .fz_jut .fz_gt .fz_nei .hm_but span {
  color: #14235a;
}
.faqbox-sec2 .fz_jut .fz_gt .fz_nei .hm_but i svg path {
  fill: #14235a;
}
.faqbox-sec2 .fz_jut .fz_gt .fz_nei .hm_but:hover {
  background-color: transparent;
}
.faqbox-sec2 .fz_jut .fz_gt .fz_nei .hm_but:hover span {
  color: #fff;
}
.faqbox-sec2 .fz_jut .fz_gt .fz_nei .hm_but:hover i svg path {
  fill: #fff;
}
@media (min-width: 768px) {
  .faqbox-sec2 .cont .item {
    margin-bottom: 0.2rem;
    padding: 0.2rem 0;
  }
}
.faqbox-sec2 .cont .item .f_title .fz_icon {
  border: 1px solid #e2e2e2;
}
.faqbox-sec2 .cont .item.on .f_title .fz_icon {
  border: 1px solid #14235a;
  background-color: transparent;
}
.faqbox-sec2 .cont .item.on .f_title .fz_icon:after,
.faqbox-sec2 .cont .item.on .f_title .fz_icon:before {
  background-color: #14235a;
}
.faqbox-sec2 .basepage {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .faqbox-sec2 .basepage {
    margin-top: 0.6rem;
  }
}
/* End */
/* 专业动态详情 */
.dyninfo {
  background-color: #f5f5f5;
}
.dyninfo-sec1 .container {
  border: none;
}
.dyninfo-sec1 .cont {
  margin: 0 -0.5rem;
}
@media (max-width: 1199px) {
  .dyninfo-sec1 .cont {
    margin: 0 -0.3rem;
  }
}
@media (max-width: 991px) {
  .dyninfo-sec1 .cont {
    margin: 0;
  }
}
.dyninfo-sec1 .cont .f_gt,
.dyninfo-sec1 .cont .lt {
  padding: 0 0.5rem;
}
@media (max-width: 1199px) {
  .dyninfo-sec1 .cont .f_gt,
  .dyninfo-sec1 .cont .lt {
    padding: 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .dyninfo-sec1 .cont .f_gt,
  .dyninfo-sec1 .cont .lt {
    padding: 0;
  }
}
.dyninfo-sec1 .cont .f_gt {
  width: 34.375%;
  padding-top: 1px;
}
@media (max-width: 991px) {
  .dyninfo-sec1 .cont .f_gt {
    width: 100%;
    order: 1;
    margin-top: 0.6rem;
  }
}
@media (min-width: 992px) {
  .dyninfo-sec1 .cont .f_gt {
    position: sticky;
    top: 60px;
  }
}
.dyninfo-sec1 .cont .f_gt .item {
  display: block;
  border: solid 1px #e2e2e2;
  width: 100%;
  padding: 0.25rem 0.3rem;
  margin-top: -1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dyninfo-sec1 .cont .f_gt .item .name {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0.1rem;
}
.dyninfo-sec1 .cont .f_gt .item .tit {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
@media (max-width: 1580px) {
  .dyninfo-sec1 .cont .f_gt .item .tit {
    line-height: 26px;
    height: 52px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .dyninfo-sec1 .cont .f_gt .item .tit {
    height: 48px;
    line-height: 24px;
  }
}
.dyninfo-sec1 .cont .f_gt .item .tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #14235a 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dyninfo-sec1 .cont .f_gt .item:hover {
  background-color: #fff;
}
.dyninfo-sec1 .cont .f_gt .item:hover .tit {
  color: #14235a;
}
.dyninfo-sec1 .cont .f_gt .item:hover .tit span {
  background-size: 100% 100%;
}
.dyninfo-sec1 .cont .lt {
  border-right: none;
  padding-right: 0;
  width: 65.625%;
}
@media (max-width: 991px) {
  .dyninfo-sec1 .cont .lt {
    width: 100%;
  }
}
/* End */
/* 保修政策 */
.warrbox_tit {
  text-align: center;
}
.warrbox_tit .tit {
  color: #14235a;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.warrbox_tit .text {
  color: #666666;
  margin-top: 0.14rem;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .warrbox_tit .text {
    line-height: 1.3;
  }
}
.warrbox_tit .hm_but {
  margin: 0.3rem auto 0;
}
.warrbox-sec1 .warrbox_tit {
  margin-bottom: 0.5rem;
}
.warrbox-sec1 .img {
  padding-bottom: 31.25%;
}
@media (max-width: 767px) {
  .warrbox-sec1 .img {
    height: 4.2rem;
  }
}
.warrbox-sec2 {
  background-color: #f5f5f5;
}
.warrbox-sec2 .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.38rem;
  color: #14235a;
}
.warrbox-sec3 {
  overflow: hidden;
  background-color: #e9f0f8;
}
.warrbox-sec3 .warrbox_tit {
  margin-bottom: 0.78rem;
}
@media (max-width: 991px) {
  .warrbox-sec3 .warrbox_tit {
    margin-bottom: 0.54rem;
  }
}
.warrbox-sec3 .warrbox_tit .tit {
  color: #000;
}
.warrbox-sec3 .fz_img {
  position: relative;
}
@media (max-width: 767px) {
  .warrbox-sec3 .fz_img {
    width: 140%;
    margin-left: -20%;
  }
}
.warrbox-sec3 .fz_img .tu img {
  width: 100%;
}
.warrbox-sec3 .fz_img .anniu {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  width: 2.6%;
  overflow: hidden;
}
.warrbox-sec3 .fz_img .anniu img {
  width: 100%;
  float: left;
}
.warrbox-sec3 .fz_img .wei1 {
  left: 22%;
  top: 39%;
  width: 2.2%;
}
.warrbox-sec3 .fz_img .wei2 {
  left: 25%;
  top: 62%;
}
.warrbox-sec3 .fz_img .wei3 {
  left: 75%;
  top: 42%;
}
.warrbox-sec3 .fz_img .wei4 {
  left: 54%;
  top: 26%;
  width: 2.2%;
}
/* End */
/* 产品支持 */
.supprobanner {
  height: 6.7rem;
  position: relative;
}
@media (max-width: 991px) {
  .supprobanner {
    height: auto;
  }
}
.supprobanner .breadbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.supprobanner .bag {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.supprobanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .supprobanner .cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .supprobanner .cont {
    position: relative;
    z-index: 2;
    padding: 1.8rem 0 1.2rem;
  }
}
.supprobanner .cont .container {
  display: flex;
  flex-wrap: wrap ;
  align-items: center;
}
.supprobanner .cont .container .lt,
.supprobanner .cont .container .gt {
  width: 50%;
}
@media (max-width: 991px) {
  .supprobanner .cont .container .lt,
  .supprobanner .cont .container .gt {
    width: 100%;
  }
}
.supprobanner .cont .container .lt .img {
  padding-bottom: 37.5%;
}
.supprobanner .cont .container .lt .img img {
  object-fit: contain;
  max-height: 96%;
}
@media (max-width: 991px) {
  .supprobanner .cont .container .gt {
    margin-top: 0.5rem;
    text-align: center;
    width: 100%;
  }
}
.supprobanner .cont .container .gt .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.3;
  color: #14235a;
}
.supprobanner .cont .container .gt .name {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.58rem;
}
@media (max-width: 991px) {
  .supprobanner .cont .container .gt .name {
    margin-bottom: 0.3rem;
  }
}
.supprobanner .cont .container .gt .text {
  padding-right: 2.5rem;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .supprobanner .cont .container .gt .text {
    font-size: 16px;
    line-height: 26px;
    padding-right: 2.2rem;
  }
}
@media (max-width: 1199px) {
  .supprobanner .cont .container .gt .text {
    padding-right: 1.6rem;
  }
}
@media (max-width: 991px) {
  .supprobanner .cont .container .gt .text {
    padding-right: 0;
    padding: 0 0.6rem;
  }
}
.supprobanner .cont .container .gt .but {
  display: flex;
  align-items: center;
  color: #14235a;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .supprobanner .cont .container .gt .but {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .supprobanner .cont .container .gt .but {
    justify-content: center;
  }
}
.supprobanner .cont .container .gt .but i {
  display: block;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 20px;
}
@media (max-width: 1580px) {
  .supprobanner .cont .container .gt .but i {
    width: 12px;
    margin-left: 16px;
  }
}
.supprobanner .cont .container .gt .but i img,
.supprobanner .cont .container .gt .but i svg {
  float: left;
  width: 100%;
}
.supprobanner .cont .container .gt .but i img path,
.supprobanner .cont .container .gt .but i svg path {
  fill: #14235a;
}
.supprobanner .cont .container .gt .but:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* End */
/* 产品支持 */
.supprobox-sec1 {
  background-color: #f5f5f5;
  overflow: hidden;
}
.supprobox-sec1 .fz_nav {
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.supprobox-sec1 .fz_nav .supprobox1_nav {
  width: 100%;
  overflow: visible;
}
.supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide {
  height: auto;
  border-right: 1px solid #e2e2e2;
}
.supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide:first-child {
  border-left: 1px solid #e2e2e2;
}
.supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide .item {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.43rem 0 0.38rem;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 2px;
  background-color: #14235a;
}
.supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide .item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: transparent;
}
.supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide .item i {
  display: flex;
  width: 0.44rem;
  height: 0.42rem;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide .item i {
    width: 0.66rem;
    height: 0.64rem;
  }
}
.supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide .item i svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide .item i svg path {
  fill: #999999;
}
.supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide .item .tit {
  color: #666666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide .item .tit {
    font-size: 14px;
  }
}
.supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide.on .item {
  background-color: #f5f5f5;
}
.supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide.on .item:after {
  width: 100%;
}
.supprobox-sec1 .fz_nav .supprobox1_nav .swiper-slide.on .item:before {
  background-color: #f5f5f5;
}
.supprobox-sec1 .cont {
  background-color: #f5f5f5;
  padding: 0.6rem 0 1.2rem;
}
.supprobox-sec1 .cont .container .fz_cont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
@media (max-width: 1199px) {
  .supprobox-sec1 .cont .container .fz_cont {
    margin: 0 -0.3rem;
  }
}
@media (max-width: 991px) {
  .supprobox-sec1 .cont .container .fz_cont {
    margin: 0;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt,
.supprobox-sec1 .cont .container .fz_cont .gt {
  padding: 0 0.5rem;
}
@media (max-width: 1199px) {
  .supprobox-sec1 .cont .container .fz_cont .lt,
  .supprobox-sec1 .cont .container .fz_cont .gt {
    padding: 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .supprobox-sec1 .cont .container .fz_cont .lt,
  .supprobox-sec1 .cont .container .fz_cont .gt {
    padding: 0;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt {
  width: 71.875%;
  position: relative;
}
@media (max-width: 991px) {
  .supprobox-sec1 .cont .container .fz_cont .lt {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .zhong {
  position: relative;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: visible;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
@media (max-width: 1199px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu {
    margin: 0 -0.3rem;
  }
}
@media (max-width: 991px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu {
    margin: 0;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item {
  width: 50%;
  padding: 0 0.5rem;
}
@media (max-width: 1199px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item {
    padding: 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .fz_title {
  width: 100%;
  padding-bottom: 0.24rem;
  border-bottom: 2px solid #e2e2e2;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .list {
  width: 100%;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .list .li {
  padding: 0.22rem 0;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .list .li {
    padding: 18px 0;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .list .li .tit {
  width: calc(100% - 80px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .list .li .tit {
    width: calc(100% - 70px);
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .list .li .but {
  display: flex;
  align-items: center;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .list .li .but a {
  display: block;
  overflow: hidden;
  max-width: 32px;
  height: 22px;
  margin-left: 0.2rem;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .list .li .but a {
    height: 18px;
    max-width: 28px;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .list .li .but a:first-child {
  margin-left: 0;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .list .li .but a svg {
  float: left;
  height: 100%;
  max-width: 100%;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .list .li .but a svg path {
  fill: #666;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_manu .item .list .li .but a:hover svg path {
  fill: #14235a;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .fz_title {
  width: 100%;
  padding-bottom: 0.24rem;
  border-bottom: 2px solid #e2e2e2;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item {
  display: flex;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item {
    padding: 18px 0;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item .f_icon {
  display: block;
  overflow: hidden;
  width: 18px;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item .f_icon {
    width: 16px;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item .f_icon img,
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item .f_icon svg {
  float: left;
  width: 100%;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item .f_font {
  display: flex;
  justify-content: space-between;
  padding-left: 0.2rem;
  width: calc(100% - 18px);
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item .f_font {
    width: calc(100% - 16px);
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item .f_font .tit {
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  width: calc(100% - 28px);
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item .f_font .tit {
    font-size: 16px;
    width: calc(100% - 26px);
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item .f_font i {
  display: block;
  width: 18px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item .f_font i {
    width: 16px;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item .f_font i img,
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_sdk .item .f_font i svg {
  float: left;
  width: 100%;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item {
  padding: 0.36rem 0;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item {
    padding: 0.46rem 0;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title {
  cursor: pointer;
  display: flex;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .fz_icon {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: solid 1px #e2e2e2;
  position: relative;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .fz_icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .fz_icon {
    width: 30px;
    height: 30px;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .fz_icon:after,
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .fz_icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 30%;
  background-color: #999999;
}
@media (max-width: 1199px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .fz_icon:after,
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .fz_icon:before {
    width: 1px;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .fz_icon:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .faq_gt {
  width: calc(100% - 40px);
  padding-left: 20px;
  display: flex;
  line-height: 30px;
  justify-content: space-between;
  padding-top: 4px;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .faq_gt {
    padding-left: 16px;
    line-height: 26px;
    width: calc(100% - 35px);
  }
}
@media (max-width: 1199px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .faq_gt {
    padding-left: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .faq_gt {
    flex-wrap: wrap;
    line-height: 1.2;
    padding-left: 16px;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .faq_gt .tit {
  font-size: 18px;
  width: calc(100% - 96px);
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .faq_gt .tit {
    font-size: 16px;
    width: calc(100% - 86px);
  }
}
@media (max-width: 767px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .faq_gt .tit {
    font-size: 0.32rem;
    width: 100%;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .faq_gt .time {
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .faq_gt .time {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .f_title .faq_gt .time {
    display: none;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .jut {
  display: none;
  padding-top: 0.3rem;
  padding-left: 60px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .jut {
    font-size: 14px;
    line-height: 24px;
    padding-left: 49px;
  }
}
@media (max-width: 1199px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .jut {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item .jut {
    font-size: 12px;
    line-height: 22px;
    padding-left: 0;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item.on .f_title .fz_icon {
  border-color: #14235a;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item.on .f_title .fz_icon:after,
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item.on .f_title .fz_icon:before {
  background-color: #14235a;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item.on .f_title .fz_icon:after {
  opacity: 0;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item.on .f_title .gt .tit {
  color: #14235a;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_faq .item:first-child {
  padding-top: 0;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach {
    margin: 0;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item {
  width: 50%;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item:last-child {
    margin-bottom: 0;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list .fz_img {
  position: relative;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list .fz_img .img {
  padding-bottom: 56.6%;
  overflow: hidden;
  position: relative;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list .fz_img .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list .fz_img .f_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list .fz_img .f_icon {
    width: 0.8rem;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list .fz_img .f_icon img {
  width: 100%;
  float: left;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list .tit {
  padding: 0.26rem 0.2rem;
  color: #666666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list .tit {
    font-size: 16px;
  }
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #14235a;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list:hover:after {
  width: 100%;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list:hover .fz_img .img:after {
  opacity: 0.5;
}
.supprobox-sec1 .cont .container .fz_cont .lt .fz_nei .f_teach .item .list:hover .tit {
  color: #14235a;
}
.supprobox-sec1 .cont .container .fz_cont .lt .active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 4;
}
.supprobox-sec1 .cont .container .fz_cont .gt {
  width: 28.125%;
}
@media (max-width: 991px) {
  .supprobox-sec1 .cont .container .fz_cont .gt {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .supprobox-sec1 .cont .container .fz_cont .gt {
    position: sticky;
    top: 60px;
  }
}
.supprobox-sec1 .cont .container .fz_cont .gt .fz_nei {
  color: #fff;
  background-color: #14235a;
  background-position: center;
  background-size: cover;
  padding: 0.5rem 0.3rem 0.6rem;
}
@media (max-width: 1199px) {
  .supprobox-sec1 .cont .container .fz_cont .gt .fz_nei {
    padding: 0.3rem 0.32rem 0.4rem;
  }
}
.supprobox-sec1 .cont .container .fz_cont .gt .fz_nei .tit {
  line-height: 1.2;
  margin-bottom: 0.12rem;
}
.supprobox-sec1 .cont .container .fz_cont .gt .fz_nei .text {
  font-size: 18px;
  line-height: 24px;
  color: #99aaec;
  margin-bottom: 0.34rem;
}
@media (max-width: 1580px) {
  .supprobox-sec1 .cont .container .fz_cont .gt .fz_nei .text {
    font-size: 16px;
    line-height: 22px;
  }
}
.supprobox-sec1 .cont .container .fz_cont .gt .fz_nei .hm_but {
  background-color: #fff;
  border-color: #fff;
}
.supprobox-sec1 .cont .container .fz_cont .gt .fz_nei .hm_but span {
  color: #14235a;
}
.supprobox-sec1 .cont .container .fz_cont .gt .fz_nei .hm_but i svg path {
  fill: #14235a;
}
.supprobox-sec1 .cont .container .fz_cont .gt .fz_nei .hm_but:hover {
  background-color: transparent;
}
.supprobox-sec1 .cont .container .fz_cont .gt .fz_nei .hm_but:hover span {
  color: #fff;
}
.supprobox-sec1 .cont .container .fz_cont .gt .fz_nei .hm_but:hover i svg path {
  fill: #fff;
}
/* End */
/* 关于我们 */
.abtbox_tit {
  text-align: center;
}
.abtbox_tit .tit {
  color: #14235a;
  line-height: 1.25;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.abtbox_tit .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #80a6e5;
  margin-top: 0.14rem;
}
@media (max-width: 1580px) {
  .abtbox_tit .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.abtbox-sec1 {
  background-size: cover;
  background-repeat: no-repeat;
}
.abtbox-sec1 .abtbox_tit {
  margin-bottom: 0.7rem;
}
.abtbox-sec1 .abtbox_tit .tit {
  color: #fff;
}
.abtbox-sec1 .cont {
  padding: 0 12.5%;
  margin-bottom: 0.8rem;
  position: relative;
}
@media (max-width: 1580px) {
  .abtbox-sec1 .cont {
    padding: 0 8%;
  }
}
@media (max-width: 991px) {
  .abtbox-sec1 .cont {
    padding: 0;
    margin-bottom: 0.6rem;
  }
}
.abtbox-sec1 .cont .abtbox1_cont .item {
  display: flex;
  flex-wrap: wrap;
}
.abtbox-sec1 .cont .abtbox1_cont .item .lt {
  width: 50.25%;
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .abtbox1_cont .item .lt {
    width: 100%;
  }
}
.abtbox-sec1 .cont .abtbox1_cont .item .lt .img {
  padding-bottom: 60%;
}
.abtbox-sec1 .cont .abtbox1_cont .item .gt {
  width: 49.75%;
  color: #fff;
  padding: 0.3rem 0.6rem 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .abtbox1_cont .item .gt {
    width: 100%;
    padding: 0.5rem 0 0;
  }
}
.abtbox-sec1 .cont .abtbox1_cont .item .gt .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.2rem;
}
.abtbox-sec1 .cont .abtbox1_cont .item .gt .text {
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 1580px) {
  .abtbox-sec1 .cont .abtbox1_cont .item .gt .text {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .abtbox-sec1 .cont .abtbox1_cont .item .gt .text {
    line-height: 24px;
  }
}
.abtbox-sec1 .cont .base_qie {
  position: absolute;
  left: 50.25%;
  bottom: 0.4rem;
  margin-left: 0.6rem;
}
@media (max-width: 1580px) {
  .abtbox-sec1 .cont .base_qie {
    bottom: 0.1rem;
  }
}
@media (max-width: 1199px) {
  .abtbox-sec1 .cont .base_qie {
    display: none;
  }
}
.abtbox-sec1 .cont .base_qie .abtbox1_prev,
.abtbox-sec1 .cont .base_qie .abtbox1_next {
  border-color: #fff;
}
.abtbox-sec1 .cont .base_qie .abtbox1_prev span svg path,
.abtbox-sec1 .cont .base_qie .abtbox1_next span svg path {
  fill: #fff;
}
.abtbox-sec1 .cont .base_qie .abtbox1_prev:hover,
.abtbox-sec1 .cont .base_qie .abtbox1_next:hover {
  background-color: #fff;
}
.abtbox-sec1 .cont .base_qie .abtbox1_prev:hover span svg path,
.abtbox-sec1 .cont .base_qie .abtbox1_next:hover span svg path {
  fill: #14235a;
}
.abtbox-sec1 .nav {
  position: relative;
}
.abtbox-sec1 .nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #506cc7;
}
@media (max-width: 1580px) {
  .abtbox-sec1 .nav:before {
    top: 8px;
  }
}
.abtbox-sec1 .nav .abtbox1_nav {
  width: 100%;
  color: #fff;
}
.abtbox-sec1 .nav .abtbox1_nav .swiper-slide .item {
  padding-top: 0.32rem;
  color: #89a2f0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.abtbox-sec1 .nav .abtbox1_nav .swiper-slide .item i {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  background-color: #314da8;
  border-radius: 50%;
  height: 20px;
}
@media (max-width: 1580px) {
  .abtbox-sec1 .nav .abtbox1_nav .swiper-slide .item i {
    width: 16px;
    height: 16px;
  }
}
.abtbox-sec1 .nav .abtbox1_nav .swiper-slide .item i:before {
  content: "";
  border-radius: 50%;
  width: 50%;
  height: 50%;
  background-color: #506cc7;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.abtbox-sec1 .nav .abtbox1_nav .swiper-slide-active .item {
  font-size: 0.36rem;
  color: #fff;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  position: relative;
}
@media (max-width: 1199px) {
  .abtbox-sec1 .nav .abtbox1_nav .swiper-slide-active .item {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec1 .nav .abtbox1_nav .swiper-slide-active .item {
    font-size: 0.36rem;
  }
}
.abtbox-sec1 .nav .abtbox1_nav .swiper-slide-active .item i:before {
  width: 60%;
  height: 60%;
  background-color: #fff;
}
.abtbox-sec2 {
  background-color: #f5f5f5;
}
.abtbox-sec2 .abtbox_tit {
  margin-bottom: 0.3rem;
}
.abtbox-sec2 .cont {
  padding: 0 10%;
  position: relative;
}
@media (max-width: 767px) {
  .abtbox-sec2 .cont {
    padding: 0;
    display: none;
  }
}
.abtbox-sec2 .cont .f_cont {
  position: relative;
}
.abtbox-sec2 .cont .img {
  width: 100%;
}
.abtbox-sec2 .cont .img img {
  width: 100%;
}
.abtbox-sec2 .cont .name {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.abtbox-sec2 .cont .name .dian {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 2px #14235a;
}
@media (max-width: 1580px) {
  .abtbox-sec2 .cont .name .dian {
    width: 12px;
    height: 12px;
  }
}
.abtbox-sec2 .cont .name:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  margin-left: -29px;
  margin-top: -29px;
  background-color: #14235a;
  border-radius: 50%;
  -webkit-animation: scale1 1.6s linear infinite;
  animation: scale1 1.6s linear infinite;
}
@media (max-width: 1580px) {
  .abtbox-sec2 .cont .name:before {
    width: 52px;
    height: 52px;
    margin-left: -26px;
    margin-top: -26px;
  }
}
.abtbox-sec2 .cont .wei1 {
  left: 7%;
  top: 11%;
}
.abtbox-sec2 .cont .wei2 {
  left: 12%;
  top: 19%;
}
.abtbox-sec2 .cont .wei3 {
  left: 18%;
  top: 14%;
}
.abtbox-sec2 .cont .wei4 {
  left: 17%;
  top: 24%;
}
.abtbox-sec2 .cont .wei5 {
  left: 22%;
  top: 36%;
}
.abtbox-sec2 .cont .wei6 {
  left: 29%;
  top: 21%;
}
.abtbox-sec2 .cont .wei7 {
  left: 35%;
  top: 4%;
}
.abtbox-sec2 .cont .wei8 {
  left: 40%;
  top: 5%;
}
.abtbox-sec2 .cont .wei9 {
  left: 28%;
  top: 59%;
}
.abtbox-sec2 .cont .wei10 {
  left: 32%;
  top: 70%;
}
.abtbox-sec2 .cont .wei11 {
  left: 35%;
  top: 66%;
}
.abtbox-sec2 .cont .wei12 {
  left: 27%;
  top: 92%;
}
.abtbox-sec2 .cont .wei13 {
  left: 53%;
  top: 2%;
}
.abtbox-sec2 .cont .wei14 {
  left: 52%;
  top: 26%;
}
.abtbox-sec2 .cont .wei15 {
  left: 43%;
  top: 48%;
}
.abtbox-sec2 .cont .wei16 {
  left: 52%;
  top: 46%;
}
.abtbox-sec2 .cont .wei17 {
  left: 56%;
  top: 53%;
}
.abtbox-sec2 .cont .wei18 {
  left: 53%;
  top: 60%;
}
.abtbox-sec2 .cont .wei19 {
  left: 54%;
  top: 81%;
}
.abtbox-sec2 .cont .wei20 {
  left: 59%;
  top: 21%;
}
.abtbox-sec2 .cont .wei21 {
  left: 65%;
  top: 39%;
}
.abtbox-sec2 .cont .wei22 {
  left: 66%;
  top: 22%;
}
.abtbox-sec2 .cont .wei23 {
  left: 73%;
  top: 8%;
}
.abtbox-sec2 .cont .wei24 {
  left: 73%;
  top: 24%;
}
.abtbox-sec2 .cont .wei25 {
  left: 72%;
  top: 30%;
}
.abtbox-sec2 .cont .wei26 {
  left: 74%;
  top: 34%;
}
.abtbox-sec2 .cont .wei27 {
  left: 80%;
  top: 37%;
}
.abtbox-sec2 .cont .wei28 {
  left: 80%;
  top: 19%;
}
.abtbox-sec2 .cont .wei29 {
  left: 86%;
  top: 23%;
}
.abtbox-sec2 .cont .wei30 {
  left: 96%;
  top: 12%;
}
.abtbox-sec2 .cont .wei31 {
  left: 84%;
  top: 73%;
}
.abtbox-sec2 .cont .wei32 {
  left: 88%;
  top: 78%;
}
.abtbox-sec2 .jut {
  display: flex;
  flex-wrap: wrap;
}
.abtbox-sec2 .jut .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16.6666%;
  text-align: center;
}
@media (max-width: 991px) {
  .abtbox-sec2 .jut .item {
    width: 33.333%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 567px) {
  .abtbox-sec2 .jut .item {
    width: 50%;
  }
}
.abtbox-sec2 .jut .item i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .abtbox-sec2 .jut .item i {
    height: 0.7rem;
  }
}
.abtbox-sec2 .jut .item i img {
  float: left;
  max-height: 100%;
}
.abtbox-sec2 .jut .item .shu {
  color: #14235a;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.8;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.3rem;
}
.abtbox-sec2 .jut .item .shu .biao {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .abtbox-sec2 .jut .item .shu .biao {
    font-size: 14px;
  }
}
.abtbox-sec2 .jut .item .text {
  font-size: 18px;
  color: #666;
}
@media (max-width: 1580px) {
  .abtbox-sec2 .jut .item .text {
    font-size: 16px;
  }
}
.abtbox-sec3 .abtbox_tit {
  margin-bottom: 0.5rem;
}
.abtbox-sec3 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
@media (max-width: 767px) {
  .abtbox-sec3 .cont {
    margin: 0;
  }
}
.abtbox-sec3 .cont .item {
  width: 33.333%;
  padding: 0 0.25rem;
}
@media (max-width: 767px) {
  .abtbox-sec3 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .abtbox-sec3 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.abtbox-sec3 .cont .item .list {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .abtbox-sec3 .cont .item .list {
    margin-bottom: 0.2rem;
  }
}
.abtbox-sec3 .cont .item .list:last-child {
  margin-bottom: 0;
}
.abtbox-sec3 .cont .item .list .img {
  padding-bottom: 116%;
}
@media (max-width: 767px) {
  .abtbox-sec3 .cont .item .list .img {
    padding-bottom: 72%;
  }
}
.abtbox-sec3 .cont .item .list .font {
  position: absolute;
  left: 0;
  /*top: 50%;*/
  /*-webkit-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
  top: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 0 0.5rem;
  width: 100%;
}
@media (max-width: 1580px) {
  .abtbox-sec3 .cont .item .list .font {
    padding: 0 0.36rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec3 .cont .item .list .font {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
}
.abtbox-sec3 .cont .item .list .font .fz_icon {
  display: block;
  height: 0.6rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .abtbox-sec3 .cont .item .list .font .fz_icon {
    margin-bottom: 0.22rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec3 .cont .item .list .font .fz_icon {
    height: 0.7rem;
  }
}
.abtbox-sec3 .cont .item .list .font .fz_icon img {
  height: 100%;
  float: left;
}
.abtbox-sec3 .cont .item .list .font .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 10px;
}
.abtbox-sec3 .cont .item .list .font .text {
  width: 100%;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
  /*height: 50px;*/
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 1580px) {
  .abtbox-sec3 .cont .item .list .font .text {
    font-size: 16px;
    /*height: 46px;*/
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .abtbox-sec3 .cont .item .list .font .text {
    /*height: 42px;*/
    font-size: 16px;
    line-height: 20px;
  }
}
.abtbox-sec4 {
  position: relative;
}
.abtbox-sec4 .bag {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.abtbox-sec4 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abtbox-sec4 .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .abtbox-sec4 .bag img:nth-child(1) {
    display: none;
  }
  .abtbox-sec4 .bag img:nth-child(2) {
    display: block;
  }
}
.abtbox-sec4 .container {
  position: relative;
  z-index: 2;
}
.abtbox-sec4 .container .abtbox_tit {
  margin-bottom: 0.5rem;
}
.abtbox-sec4 .container .abtbox_tit .tit {
  color: #fff;
  margin-bottom: 0.22rem;
}
.abtbox-sec4 .container .cont {
  background: url(../images/jianbianimfawxdddd1.png) left top / 100% no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0.32rem 0 0.56rem;
}
.abtbox-sec4 .container .cont .item {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .abtbox-sec4 .container .cont .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .abtbox-sec4 .container .cont .item:last-child {
    margin-bottom: 0;
  }
}
.abtbox-sec4 .container .cont .item .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #fff;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .abtbox-sec4 .container .cont .item .tit {
    margin-bottom: 0.55rem;
  }
}
.abtbox-sec4 .container .cont .item .jut {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 1.66rem;
}
@media (max-width: 1580px) {
  .abtbox-sec4 .container .cont .item .jut {
    padding: 0 1.2rem;
  }
}
@media (max-width: 1199px) {
  .abtbox-sec4 .container .cont .item .jut {
    padding: 0 0.8rem;
  }
}
@media (max-width: 991px) {
  .abtbox-sec4 .container .cont .item .jut {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec4 .container .cont .item .jut {
    border-right: none;
  }
}
.abtbox-sec4 .container .cont .item .jut img {
  width: 100%;
}
.abtbox-sec4 .container .cont .item:last-child .jut {
  border-right: none;
}
.abtbox-sec5 .abtbox_tit {
  margin-bottom: 0.68rem;
}
.abtbox-sec5 .cont {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .abtbox-sec5 .cont {
    padding-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont {
    padding-left: 0;
    flex-wrap: wrap;
  }
}
.abtbox-sec5 .cont .abtbox5_page {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .abtbox5_page {
    margin-top: 0.6rem;
  }
}
.abtbox-sec5 .cont .abtbox5_page span {
  margin-right: 0;
  border-radius: 0;
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #ccc;
  margin-bottom: 0.3rem;
}
.abtbox-sec5 .cont .abtbox5_page span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1580px) {
  .abtbox-sec5 .cont .abtbox5_page span {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .abtbox5_page {
    flex-direction: row;
    width: 100%;
    top: 0;
    -webkit-transform: none;
    transform: none;
    position: relative;
    justify-content: center;
  }
  .abtbox-sec5 .cont .abtbox5_page span {
    margin: 0 0.16rem;
  }
}
.abtbox-sec5 .cont .abtbox5_page .swiper-pagination-bullet-active {
  background-color: #14235a;
  border-color: #14235a;
}
.abtbox-sec5 .cont .base_qie {
  position: absolute;
  left: 46.8%;
  margin-left: -1rem;
  bottom: 0;
}
@media (max-width: 1199px) {
  .abtbox-sec5 .cont .base_qie {
    display: none;
  }
}
.abtbox-sec5 .cont .abtbox5_cont {
  width: 100%;
}
.abtbox-sec5 .cont .abtbox5_cont .item {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.abtbox-sec5 .cont .abtbox5_cont .item .lt {
  width: 53.2%;
  padding-right: 1rem;
  padding-top: 0.52rem;
  padding-bottom: 18px;
  position: relative;
}
@media (max-width: 1199px) {
  .abtbox-sec5 .cont .abtbox5_cont .item .lt {
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .abtbox5_cont .item .lt {
    width: 100%;
    padding-right: 0;
    padding-top: 0.6rem;
    order: 1;
    margin-top: 0.6rem;
  }
}
.abtbox-sec5 .cont .abtbox5_cont .item .lt .dou {
  font-size: 1rem;
  color: #000000;
  position: absolute;
  top: -0.26rem;
  left: 0;
}
.abtbox-sec5 .cont .abtbox5_cont .item .lt .text {
  line-height: 1.5;
  color: #000000;
  margin-bottom: 1.3rem;
}
@media (max-width: 1580px) {
  .abtbox-sec5 .cont .abtbox5_cont .item .lt .text {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .abtbox-sec5 .cont .abtbox5_cont .item .lt .text {
    line-height: 1.3;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .abtbox5_cont .item .lt .text {
    margin-bottom: 0.34rem;
  }
}
.abtbox-sec5 .cont .abtbox5_cont .item .lt .fz_ju {
  display: flex;
  align-items: flex-end;
}
.abtbox-sec5 .cont .abtbox5_cont .item .lt .fz_ju .but {
  color: #000;
}
.abtbox-sec5 .cont .abtbox5_cont .item .lt .fz_ju .but:hover {
  text-decoration: underline;
}
.abtbox-sec5 .cont .abtbox5_cont .item .lt .fz_ju .hard {
  display: block;
  margin-left: 0.6rem;
  color: #666666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .abtbox-sec5 .cont .abtbox5_cont .item .lt .fz_ju .hard {
    font-size: 16px;
  }
}
.abtbox-sec5 .cont .abtbox5_cont .item .gt {
  width: 46.8%;
  position: relative;
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .abtbox5_cont .item .gt {
    width: 100%;
  }
}
.abtbox-sec5 .cont .abtbox5_cont .item .gt .img {
  width: 100%;
  padding-bottom: 54.28%;
  background-color: #000;
}
.abtbox-sec5 .cont .abtbox5_cont .item .gt .img img {
  opacity: 0.5;
}
.abtbox-sec5 .cont .abtbox5_cont .item .gt .fz_video {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .abtbox-sec5 .cont .abtbox5_cont .item .gt .fz_video {
    width: 0.8rem;
  }
}
.abtbox-sec5 .cont .abtbox5_cont .item .gt .fz_video img {
  float: left;
  width: 100%;
}
.abtbox-sec6 {
  overflow: hidden;
  position: relative;
}
.abtbox-sec6 .bag {
  width: 100%;
}
.abtbox-sec6 .bag .fz_video {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .abtbox-sec6 .bag .fz_video {
    width: 0.8rem;
  }
}
.abtbox-sec6 .bag .fz_video img {
  float: left;
  width: 100%;
}
.abtbox-sec6 .bag .fz_video img:nth-child(2) {
  display: none;
}
.abtbox-sec6 .bag .fz_video.on img {
  display: none;
}
.abtbox-sec6 .bag .fz_video.on img:nth-child(2) {
  display: block;
}
.abtbox-sec6 .bag .img {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.abtbox-sec6 .bag .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.abtbox-sec6 .bag .img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .abtbox-sec6 .bag .img img:nth-child(1) {
    display: none;
  }
  .abtbox-sec6 .bag .img img:nth-child(2) {
    display: block;
  }
}
.abtbox-sec6 .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.abtbox-sec6 .cont .abtbox_tit .tit {
  color: #fff;
}
.abtbox-sec6 .cont .abtbox_tit .text {
  color: #fff;
}
.abtbox-sec7 .abtbox_tit {
  margin-bottom: 0.78rem;
}
.abtbox-sec7 .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.abtbox-sec7 .cont .lt,
.abtbox-sec7 .cont .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .abtbox-sec7 .cont .lt,
  .abtbox-sec7 .cont .gt {
    width: 100%;
  }
}
.abtbox-sec7 .cont .lt {
  padding-right: 1.3rem;
}
@media (max-width: 1580px) {
  .abtbox-sec7 .cont .lt {
    padding-right: 1rem;
  }
}
@media (max-width: 1199px) {
  .abtbox-sec7 .cont .lt {
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .abtbox-sec7 .cont .lt {
    padding-right: 0;
    margin-top: 0.6rem;
    order: 1;
  }
}
.abtbox-sec7 .cont .lt .font .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 0.48rem;
}
@media (max-width: 1580px) {
  .abtbox-sec7 .cont .lt .font .text {
    font-size: 16px;
    line-height: 26px;
  }
}
.abtbox-sec7 .cont .lt .font .jut {
  display: flex;
  justify-content: center;
}
.abtbox-sec7 .cont .lt .font .jut .logo {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: -0.2rem;
  border: 1px solid #e7e7e7;
}
.abtbox-sec7 .cont .lt .font .jut .logo:nth-child(3) img {
  margin-left: 0.12rem;
}
.abtbox-sec7 .cont .lt .font .jut .logo:first-child {
  margin-left: 0;
}
.abtbox-sec7 .cont .lt .font .jut .logo img {
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}
.abtbox-sec7 .cont .gt .img {
  padding-bottom: 65%;
}
@keyframes scale1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
@-webkit-keyframes scale1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
}
/* End */
/* 产品中心 */
.probox_tit {
  margin-bottom: 0.5rem;
}
.probox_tit .tit {
  color: #14235a;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.12rem;
}
.probox_tit .text {
  color: #666666;
}
.probox-sec1 .cont .jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  margin-bottom: 0.68rem;
}
@media (max-width: 567px) {
  .probox-sec1 .cont .jut {
    margin: 0 0 0.68rem;
  }
}
.probox-sec1 .cont .jut .item {
  width: 25%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .probox-sec1 .cont .jut .item {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .probox-sec1 .cont .jut .item {
    width: 100%;
    padding: 0;
  }
}
.probox-sec1 .cont .jut .item .list {
  display: block;
  background-color: #f5f5f5;
  padding: 0.5rem 0;
  height: 100%;
}
.probox-sec1 .cont .jut .item .list .img {
  padding-bottom: 49.45%;
}
.probox-sec1 .cont .jut .item .list .img img {
  max-height: 94%;
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  object-fit: contain;
}
.probox-sec1 .cont .jut .item .list .img img:nth-child(2) {
  opacity: 0;
}
@media (max-width: 1199px) {
  .probox-sec1 .cont .jut .item .list .img img:nth-child(2) {
    opacity: 1;
  }
}
.probox-sec1 .cont .jut .item .list .font {
  text-align: center;
  padding: 0.4rem 0.3rem 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .probox-sec1 .cont .jut .item .list .font {
    transform: translateY(0.3rem);
    -webkit-transform: translateY(0.3rem);
  }
}
.probox-sec1 .cont .jut .item .list .font .name {
  color: #666666;
  font-size: 18px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .probox-sec1 .cont .jut .item .list .font .name {
    font-size: 16px;
  }
}
.probox-sec1 .cont .jut .item .list .font .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.12rem;
}
.probox-sec1 .cont .jut .item .list .font .text{
  color: #666666;
  margin-bottom: 0.22rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.625;
  height: 3.25em;
}
.probox-sec1 .cont .jut .item .list .font .but {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #14235a;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .probox-sec1 .cont .jut .item .list .font .but {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .probox-sec1 .cont .jut .item .list .font .but {
    opacity: 0;
  }
}
.probox-sec1 .cont .jut .item .list .font .but i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  overflow: hidden;
  margin-left: 0.2rem;
  width: 14px;
}
@media (max-width: 1580px) {
  .probox-sec1 .cont .jut .item .list .font .but i {
    width: 12px;
  }
}
.probox-sec1 .cont .jut .item .list .font .but i svg {
  width: 100%;
  float: left;
}
.probox-sec1 .cont .jut .item .list .font .but i svg path {
  fill: #14235a;
}
.probox-sec1 .cont .jut .item .list:hover .img img:nth-child(2) {
  opacity: 1;
}
.probox-sec1 .cont .jut .item .list:hover .font {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.probox-sec1 .cont .jut .item .list:hover .font .but {
  opacity: 1;
}
.probox-sec1 .cont .jut .item .list:hover .font .but i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.probox-sec1 .cont .jut .probox1_cont {
  width: 75%;
  margin: 0;
}
@media (max-width: 991px) {
  .probox-sec1 .cont .jut .probox1_cont {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .probox-sec1 .cont .jut .probox1_cont {
    width: 100%;
  }
  .probox-sec1 .cont .jut .probox1_cont .swiper-wrapper {
    flex-wrap: wrap;
    height: auto;
  }
}
.probox-sec1 .cont .jut .probox1_cont .base_qie {
  position: initial;
}
@media (max-width: 767px) {
  .probox-sec1 .cont .jut .probox1_cont .base_qie {
    display: none;
  }
}
.probox-sec1 .cont .jut .probox1_cont .base_qie .probox1_prev,
.probox-sec1 .cont .jut .probox1_cont .base_qie .probox1_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: auto;
}
.probox-sec1 .cont .jut .probox1_cont .base_qie .probox1_prev {
  left: 0.3rem;
}
.probox-sec1 .cont .jut .probox1_cont .base_qie .probox1_next {
  right: 0.3rem;
  left: initial;
}
.probox-sec1 .cont .jut .probox1_cont .swiper-slide {
  width: 33.3333%;
}
@media (max-width: 991px) {
  .probox-sec1 .cont .jut .probox1_cont .swiper-slide {
    width: 100%;
  }
}
.probox-sec1 .cont .jut .probox1_cont .swiper-slide .item {
  width: 100%;
  /* margin-bottom: 0; */
}
.probox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
}
.probox-sec2 .cont .item {
  width: 50%;
  display: block;
  background: url(../images/pro2bag1.jpg) center / cover no-repeat;
  position: relative;
  padding: 0.5rem 0.6rem;
}
@media (max-width: 767px) {
  .probox-sec2 .cont .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .probox-sec2 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.probox-sec2 .cont .item .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .probox-sec2 .cont .item .bag {
    display: none;
  }
}
.probox-sec2 .cont .item .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.probox-sec2 .cont .item .bag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/chanpinjianimg.png) left top / 100% no-repeat;
}
.probox-sec2 .cont .item .font {
  width: 100%;
  position: relative;
}
.probox-sec2 .cont .item .font .name {
  color: #000000;
  margin-bottom: 0.42rem;
}
.probox-sec2 .cont .item .font .tit {
  line-height: 1.333;
  margin-bottom: 0.9rem;
  color: #000000;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 991px) {
  .probox-sec2 .cont .item .font .tit {
    margin-bottom: 0.5rem;
  }
}
.probox-sec2 .cont .item .font .but {
  display: flex;
  align-items: center;
  color: #14235a;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .probox-sec2 .cont .item .font .but {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
}
.probox-sec2 .cont .item .font .but i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  overflow: hidden;
  margin-left: 0.2rem;
  width: 14px;
}
@media (max-width: 1580px) {
  .probox-sec2 .cont .item .font .but i {
    width: 12px;
  }
}
.probox-sec2 .cont .item .font .but i svg {
  width: 100%;
  float: left;
}
.probox-sec2 .cont .item .font .but i svg path {
  fill: #14235a;
}
@media (min-width: 992px) {
  .probox-sec2 .cont .item.on .bag {
    opacity: 1;
  }
  .probox-sec2 .cont .item.on .font .name {
    color: #fff;
  }
  .probox-sec2 .cont .item.on .font .tit {
    color: #fff;
  }
  .probox-sec2 .cont .item.on .font .but {
    color: #fff;
  }
  .probox-sec2 .cont .item.on .font .but i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .probox-sec2 .cont .item.on .font .but i svg path {
    fill: #fff;
  }
}
/* End */
/* 行业汽车售后 */
@media (min-width: 768px) {
  .industrbanner {
    padding-bottom: 6.777%;
  }
}
@media (max-width: 767px) {
  .industrbanner .bag {
    height: 8.4rem;
  }
}
.industrbanner .cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .industrbanner .cont {
    top: 43.223%;
  }
}
.industrbanner .cont .container {
  margin: 0;
}
.industrbanner .cont .container .img {
  width: 66.6666%;
}
@media (min-width: 768px) {
  .industrbanner .cont .container .img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .industrbanner .cont .container .img {
    margin-bottom: 0.4rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
  }
  .industrbanner .cont .container .img:after {
    content: "";
    display: block;
  }
  .industrbanner .cont .container .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
.industrbanner .cont .container .img img {
  width: 100%;
}
.industrbanner .cont .container .img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .industrbanner .cont .container .img img {
    object-fit: contain;
  }
  .industrbanner .cont .container .img img:nth-child(1) {
    display: none;
  }
  .industrbanner .cont .container .img img:nth-child(2) {
    display: block;
  }
}
@media (max-width: 767px) {
  .industrbanner .cont .container .font {
    text-align: cetner;
  }
}
@media (max-width: 767px) {
  .industrybox-sec1 {
    padding-top: 1.2rem;
  }
}
.industrybox-sec1 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.industrybox-sec1 .container .lt,
.industrybox-sec1 .container .gt {
  width: 50%;
}
.industrybox-sec1 .container .lt {
  position: relative;
}
@media (max-width: 1199px) {
  .industrybox-sec1 .container .lt {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .industrybox-sec1 .container .lt {
    width: 100%;
  }
}
.industrybox-sec1 .container .lt .img {
  width: 100%;
  padding-bottom: 56.25%;
}
.industrybox-sec1 .container .lt .fz_video {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .industrybox-sec1 .container .lt .fz_video {
    width: 0.8rem;
  }
}
.industrybox-sec1 .container .lt .fz_video img {
  float: left;
  width: 100%;
}
.industrybox-sec1 .container .gt {
  padding-left: 1rem;
}
@media (max-width: 1199px) {
  .industrybox-sec1 .container .gt {
    width: 44%;
    padding-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .industrybox-sec1 .container .gt {
    width: 100%;
    padding-left: 0;
    margin-top: 0.6rem;
  }
}
.industrybox-sec1 .container .gt .tit {
  color: #14235a;
  margin-bottom: 0.38rem;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .industrybox-sec1 .container .gt .tit {
    margin-bottom: 0.24rem;
  }
}
.industrybox-sec1 .container .gt .text {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
@media (max-width: 1580px) {
  .industrybox-sec1 .container .gt .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .industrybox-sec1 .container .gt .text {
    line-height: 24px;
  }
}
.industrybox-sec2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.industrybox-sec2 .fz_title {
  text-align: center;
  color: #fff;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.5rem;
}
.industrybox-sec2 .cont {
  color: #fff;
  display: flex;
  padding-left: 1px;
}
@media (max-width: 991px) {
  .industrybox-sec2 .cont {
    flex-wrap: wrap;
  }
}
.industrybox-sec2 .cont .item {
  width: 18.75%;
  flex: 1 1 18.75%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(226, 226, 226, 0.1);
  margin-left: -1px;
  height: 340px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .industrybox-sec2 .cont .item {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .industrybox-sec2 .cont .item {
    height: auto;
    width: 100%;
    flex: 1 1 100%;
    margin-bottom: 0.4rem;
  }
  .industrybox-sec2 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.industrybox-sec2 .cont .item .shu {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #fff;
  line-height: 0.8;
  margin-bottom: 0.2rem;
}
.industrybox-sec2 .cont .item .tit {
  line-height: 1.25;
}
.industrybox-sec2 .cont .item .font {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 0.24rem;
  transition: all 0.5s 0.5s linear;
}
.industrybox-sec2 .cont .item .hover1 {
  opacity: 0;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: none ;
  height: 100%;
}
.industrybox-sec2 .cont .item .hover1 .shu {
  color: #000;
}
.industrybox-sec2 .cont .item .hover1 .tit {
  color: #000;
}
.industrybox-sec2 .cont .item .hover1 .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 0.28rem;
}
@media (max-width: 1580px) {
  .industrybox-sec2 .cont .item .hover1 .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .industrybox-sec2 .cont .item .hover1 .text {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .industrybox-sec2 .cont .item {
    width: 43.75%;
    background-color: #fff;
  }
  .industrybox-sec2 .cont .item .hover1 {
    opacity: 1;
    padding: 0.4rem 0.3rem;
  }
  .industrybox-sec2 .cont .item .font {
    opacity: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .industrybox-sec2 .cont .item {
    width: 100%;
  }
}
.industrybox-sec2 .cont .on {
  width: 43.75%;
  flex: 1 1 43.75%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .industrybox-sec2 .cont .on {
    width: 100%;
    flex: 1 1 100%;
  }
}
.industrybox-sec2 .cont .on .hover1 {
  opacity: 1;
  transition: all 0.5s 0.5s linear;
}
.industrybox-sec2 .cont .on .font {
  opacity: 0;
  transition: all 0.5s linear;
}
.industrybox-sec3 {
  background-color: #f5f5f5;
}
.industrybox-sec3 .fz_title {
  text-align: center;
  color: #14235a;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.5rem;
}
.industrybox-sec3 .cont .industrybox3_cont {
  width: auto;
  margin: 0 -0.25rem;
}
@media (max-width: 1199px) {
  .industrybox-sec3 .cont .industrybox3_cont {
    margin: 0 -0.16rem;
  }
}
@media (max-width: 767px) {
}
.industrybox-sec3 .cont .industrybox3_cont .item {
  width: 100%;
  padding: 0 0.25rem;
}
@media (max-width: 1199px) {
  .industrybox-sec3 .cont .industrybox3_cont .item {
    padding: 0 0.16rem;
  }
}
@media (max-width: 767px) {
  .industrybox-sec3 .cont .industrybox3_cont .item {
    width: 100%;
  }
  .industrybox-sec3 .cont .industrybox3_cont .item:last-child {
    margin-bottom: 0;
  }
}
.industrybox-sec3 .cont .industrybox3_cont .item .list {
  display: block;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .img {
  padding-bottom: 60%;
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .font {
  padding: 0.32rem 0.4rem 0.5rem;
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .font .tit {
  color: #333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .font .text {
  margin-bottom: 0.34rem;
  font-size: 18px;
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
  height: 60px;
}
@media (max-width: 1580px) {
  .industrybox-sec3 .cont .industrybox3_cont .item .list .font .text {
    line-height: 26px;
    font-size: 16px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .industrybox-sec3 .cont .industrybox3_cont .item .list .font .text {
    line-height: 24px;
    height: 48px;
    font-size: 16px;
  }
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .font .label {
  padding-top: 0.4rem;
  border-top: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .font .label .li {
  background-color: #f5f5f5;
  border: solid 1px #e2e2e2;
  margin-right: 10px;
  display: block;
  padding: 4px 0.2rem;
  line-height: 34px;
  font-size: 16px;
  color: #666;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .industrybox-sec3 .cont .industrybox3_cont .item .list .font .label .li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .industrybox-sec3 .cont .industrybox3_cont .item .list .font .label .li {
    line-height: 26px;
  }
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e84c7;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
@media (max-width: 1199px) {
  .industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 {
    display: none;
  }
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 .zhong {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 .zhong .fz_icon {
  height: 0.32rem;
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 .zhong .fz_icon img {
  float: left;
  height: 100%;
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 .zhong .but {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 84%;
  padding: 0.54rem 0;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1580px) {
  .industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 .zhong .but {
    font-size: 16px;
  }
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 .zhong .but i {
  display: block;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0.18rem;
  overflow: hidden;
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 .zhong .but i svg {
  width: 100%;
  float: left;
}
@media (max-width: 1580px) {
  .industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 .zhong .but i svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 567px) {
  .industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 .zhong .but i svg {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 .zhong .but i svg path {
  fill: #fff;
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 .zhong .but:hover {
  color: #fff;
}
.industrybox-sec3 .cont .industrybox3_cont .item .list .hover1 .zhong .but:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.industrybox-sec3 .cont .industrybox3_cont .item .list:hover .hover1 {
  opacity: 1;
}
.industrybox-sec3 .qie {
  margin-top: 0.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.industrybox-sec3 .qie .industrybox3_page {
  width: calc(100% - 160px);
  height: 1px;
  position: relative;
  bottom: 0;
  padding: 0;
  margin: 0;
  background-color: #e2e2e2;
}
@media (max-width: 1580px) {
  .industrybox-sec3 .qie .industrybox3_page {
    width: calc(100% - 140px);
  }
}
@media (max-width: 767px) {
  .industrybox-sec3 .qie .industrybox3_page {
    width: calc(100% - 120px);
  }
}
.industrybox-sec3 .qie .industrybox3_page span {
  background-color: #14235a;
}
/* End */
/* 经销商查询 */
.parsearch-sec1 .contact_tit {
  margin-bottom: 0.52rem;
}
.parsearch-sec1 .contact_tit .text {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .parsearch-sec1 .contact_tit .text {
    font-size: 16px;
  }
}
.parsearch-sec1 .form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -0.25rem;
}
@media (max-width: 991px) {
  .parsearch-sec1 .form {
    margin: 0 -0.22rem;
  }
}
@media (max-width: 767px) {
  .parsearch-sec1 .form {
    margin: 0;
  }
}
.parsearch-sec1 .form .item {
  width: 33.333%;
  padding: 0 0.25rem;
}
@media (max-width: 991px) {
  .parsearch-sec1 .form .item {
    padding: 0 0.22rem;
  }
}
@media (max-width: 767px) {
  .parsearch-sec1 .form .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .parsearch-sec1 .form .item:last-child {
    margin-bottom: 0;
  }
}
.parsearch-sec1 .form .item select {
  width: 100%;
  background: url(../images/seleiconimg1.svg) 95% center / 14px no-repeat;
  border: solid 1px #e2e2e2;
  color: #999999;
  font-size: 18px;
  padding: 0.16rem 0.3rem;
}
@media (max-width: 1580px) {
  .parsearch-sec1 .form .item select {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .parsearch-sec1 .form .item select {
    padding: 12px 0.3rem;
  }
}
@media (max-width: 767px) {
  .parsearch-sec1 .form .item select {
    padding: 12px 0.5rem;
  }
}
.parsearch-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0.1rem -0.2rem 0;
}
@media (max-width: 767px) {
  .parsearch-sec1 .cont {
    margin: 10px 0 0;
  }
}
.parsearch-sec1 .cont .item {
  width: 50%;
  padding: 0 0.2rem;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .parsearch-sec1 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.parsearch-sec1 .cont .item .list {
  display: block;
  width: 100%;
  background: #f5f5f5 url(../images/searhcimgfaw1.jpg) center / cover no-repeat;
  padding: 0.3rem 0.4rem;
}
@media (max-width: 767px) {
  .parsearch-sec1 .cont .item .list {
    padding: 0.4rem 0.5rem;
  }
}
.parsearch-sec1 .cont .item .list .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000;
  margin-bottom: 0.1rem;
}
.parsearch-sec1 .cont .item .list .name {
  display: flex;
  color: #999999;
  font-size: 18px;
  margin-bottom: 0.28rem;
}
@media (max-width: 1580px) {
  .parsearch-sec1 .cont .item .list .name {
    font-size: 16px;
  }
}
.parsearch-sec1 .cont .item .list .name span {
  display: block;
  margin-right: 0.26rem;
}
.parsearch-sec1 .cont .item .list .text {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 0.4rem;
}
@media (max-width: 1580px) {
  .parsearch-sec1 .cont .item .list .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.parsearch-sec1 .cont .item .list .jut {
  display: flex;
  justify-content: space-between;
  color: #666666;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .parsearch-sec1 .cont .item .list .jut {
    font-size: 16px;
  }
}
.parsearch-sec1 .cont .item .list .jut .but {
  display: flex;
  align-items: center;
  color: #14235a;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .parsearch-sec1 .cont .item .list .jut .but {
    font-size: 16px;
  }
}
.parsearch-sec1 .cont .item .list .jut .but i {
  display: block;
  overflow: hidden;
  width: 18px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .parsearch-sec1 .cont .item .list .jut .but i {
    width: 16px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .parsearch-sec1 .cont .item .list .jut .but i {
    width: 14px;
  }
}
.parsearch-sec1 .cont .item .list .jut .but i img {
  width: 100%;
  float: left;
}
.parsearch-sec1 .cont .item .list .jut .but:hover span {
  text-decoration: underline;
}
.parsearch-sec1 .cont .item .list:hover .jut .but span {
  text-decoration: underline;
}
/* End */
/* 搜索结果页面 */
.searchbox-sec1 .fz_title {
  color: #14235a;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.2rem;
}
.searchbox-sec1 .searchbox1_nav {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.searchbox-sec1 .searchbox1_nav .swiper-slide {
  width: auto;
  line-height: 80px;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .searchbox1_nav .swiper-slide {
    line-height: 70px;
  }
}
@media (max-width: 1199px) {
  .searchbox-sec1 .searchbox1_nav .swiper-slide {
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .searchbox1_nav .swiper-slide {
    line-height: 50px;
  }
}
.searchbox-sec1 .searchbox1_nav .swiper-slide .item {
  color: #666666;
  display: block;
  margin-right: 0.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .searchbox-sec1 .searchbox1_nav .swiper-slide .item {
    margin-right: 0.4rem;
  }
}
.searchbox-sec1 .searchbox1_nav .swiper-slide .item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #14235a;
}
.searchbox-sec1 .searchbox1_nav .on .item {
  color: #14235a;
}
.searchbox-sec1 .searchbox1_nav .on .item:after {
  width: 100%;
}
.searchbox-sec1 .fz_cont .fzq_jut {
  padding: 0.6rem 0 0;
}
.searchbox-sec1 .fz_cont .fzq_jut:last-child {
  padding-bottom: 0;
}
.searchbox-sec1 .fz_cont .pro_cont .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  margin-bottom: 0.68rem;
}
@media (max-width: 567px) {
  .searchbox-sec1 .fz_cont .pro_cont .cont {
    margin: 0 0 0.68rem;
  }
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item {
  width: 25%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .searchbox-sec1 .fz_cont .pro_cont .cont .item {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .searchbox-sec1 .fz_cont .pro_cont .cont .item {
    width: 100%;
    padding: 0;
  }
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list {
  display: block;
  background-color: #f5f5f5;
  padding: 0.5rem 0;
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list .img {
  padding-bottom: 49.45%;
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list .img img {
  max-height: 94%;
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  object-fit: contain;
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list .img img:nth-child(2) {
  opacity: 0;
}
@media (max-width: 1199px) {
  .searchbox-sec1 .fz_cont .pro_cont .cont .item .list .img img:nth-child(2) {
    opacity: 1;
  }
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list .font {
  text-align: center;
  padding: 0.4rem 0.3rem 0;
  transform: translateY(0.3rem);
  -webkit-transform: translateY(0.3rem);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .searchbox-sec1 .fz_cont .pro_cont .cont .item .list .font {
    transform: translateY(0.3rem);
    -webkit-transform: translateY(0.3rem);
  }
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list .font .name {
  color: #666666;
  font-size: 18px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .pro_cont .cont .item .list .font .name {
    font-size: 16px;
  }
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list .font .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.22rem;
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list .font .but {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #14235a;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .pro_cont .cont .item .list .font .but {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .searchbox-sec1 .fz_cont .pro_cont .cont .item .list .font .but {
    opacity: 0;
  }
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list .font .but i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  overflow: hidden;
  margin-left: 0.2rem;
  width: 14px;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .pro_cont .cont .item .list .font .but i {
    width: 12px;
  }
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list .font .but i svg {
  width: 100%;
  float: left;
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list .font .but i svg path {
  fill: #14235a;
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list:hover .img img:nth-child(2) {
  opacity: 1;
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list:hover .font {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list:hover .font .but {
  opacity: 1;
}
.searchbox-sec1 .fz_cont .pro_cont .cont .item .list:hover .font .but i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.searchbox-sec1 .fz_cont .new_cont .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .new_cont .cont {
    margin: 0;
  }
}
.searchbox-sec1 .fz_cont .new_cont .cont .item {
  width: 33.33%;
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .new_cont .cont .item {
    padding: 0;
    width: 100%;
  }
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list {
  display: block;
  padding: 0.3rem;
  background-color: #f5f5f5;
  padding-bottom: 0.26rem;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .new_cont .cont .item .list {
    padding: 0.46rem;
  }
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .font {
  width: 100%;
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .font .label {
  text-align: center;
  width: 120px;
  line-height: 30px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 14px;
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .new_cont .cont .item .list .font .label {
    width: 100px;
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .font .tit {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #000;
  margin-bottom: 0.06rem;
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .new_cont .cont .item .list .font .tit {
    margin-bottom: 6px;
  }
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .font .time {
  color: #999999;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0.34rem;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .new_cont .cont .item .list .font .time {
    font-size: 14px;
  }
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .img {
  padding-bottom: 68.1818%;
  margin-bottom: 0.34rem;
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .img img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .but {
  display: flex;
  align-items: center;
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .but span {
  display: block;
  padding-right: 0;
  color: #fff;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  white-space: nowrap;
  overflow: hidden;
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .but i {
  display: block;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .but i img,
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .but i svg {
  float: left;
  width: 100%;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .new_cont .cont .item .list .but i img,
  .searchbox-sec1 .fz_cont .new_cont .cont .item .list .but i svg {
    transform: scale(0.9);
  }
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .but i img path,
.searchbox-sec1 .fz_cont .new_cont .cont .item .list .but i svg path {
  fill: #999999;
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list:hover {
  background-color: #14235a;
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list:hover .font .label {
  border-color: #99aaec;
  color: #99aaec;
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list:hover .font .tit {
  color: #fff;
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list:hover .font .time {
  color: #99aaec;
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list:hover .img img {
  transform: scale(1.06);
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list:hover .but span {
  width: 96px;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .new_cont .cont .item .list:hover .but span {
    width: 86px;
  }
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list:hover .but i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.searchbox-sec1 .fz_cont .new_cont .cont .item .list:hover .but i svg path {
  fill: #fff;
}
.searchbox-sec1 .fz_cont .faq_cont .cont {
  width: 100%;
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item {
  padding: 0.36rem 0;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item {
    padding: 0.46rem 0;
  }
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title {
  cursor: pointer;
  display: flex;
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .fz_icon {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #f5f5f5;
  position: relative;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .fz_icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .fz_icon {
    width: 30px;
    height: 30px;
  }
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .fz_icon:after,
.searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .fz_icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 30%;
  background-color: #999999;
}
@media (max-width: 1199px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .fz_icon:after,
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .fz_icon:before {
    width: 1px;
  }
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .fz_icon:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .gt {
  width: calc(100% - 40px);
  padding-left: 30px;
  display: flex;
  line-height: 30px;
  justify-content: space-between;
  padding-top: 4px;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .gt {
    padding-left: 24px;
    line-height: 26px;
    width: calc(100% - 35px);
  }
}
@media (max-width: 1199px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .gt {
    padding-left: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .gt {
    flex-wrap: wrap;
    line-height: 1.2;
    padding-left: 16px;
  }
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .gt .tit {
  width: calc(100% - 96px);
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .gt .tit {
    width: calc(100% - 86px);
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .gt .tit {
    width: 100%;
  }
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .gt .time {
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .gt .time {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .f_title .gt .time {
    display: none;
  }
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item .jut {
  display: none;
  padding-top: 0.3rem;
  padding-left: 70px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .jut {
    font-size: 16px;
    line-height: 26px;
    padding-left: 59px;
  }
}
@media (max-width: 1199px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .jut {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .faq_cont .cont .item .jut {
    padding-left: 0;
  }
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item.on .f_title .fz_icon {
  background-color: #14235a;
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item.on .f_title .fz_icon:after,
.searchbox-sec1 .fz_cont .faq_cont .cont .item.on .f_title .fz_icon:before {
  background-color: #fff;
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item.on .f_title .fz_icon:after {
  opacity: 0;
}
.searchbox-sec1 .fz_cont .faq_cont .cont .item.on .f_title .gt .tit {
  color: #14235a;
}
.searchbox-sec1 .fz_cont .case_cont .cont {
  width: 100%;
}
.searchbox-sec1 .fz_cont .case_cont .cont .item {
  display: block;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 0.5rem;
}
.searchbox-sec1 .fz_cont .case_cont .cont .item:last-child {
  margin-bottom: 0;
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .img {
  padding-bottom: 27.5%;
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .img {
    padding-bottom: 46%;
  }
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .jut {
  padding: 0.34rem 0.4rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .jut .tit {
  width: 48%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1199px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .jut .tit {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .jut .tit {
    width: 100%;
  }
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .jut .font {
  width: 50%;
  padding: 0 0.8rem;
  padding-right: 1.8rem;
  border-left: 1px solid #e2e2e2;
}
@media (max-width: 1199px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .jut .font {
    padding-left: 0.6rem;
    padding-right: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .jut .font {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .jut .font {
    padding: 0;
    width: 100%;
    border-left: none;
  }
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .jut .font .text {
  color: #666666;
  line-height: 36px;
  margin-bottom: 0.1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
}
@media (max-width: 1900px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .jut .font .text {
    height: 64px;
    line-height: 32px;
  }
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .jut .font .text {
    line-height: 28px;
    height: 56px;
  }
}
@media (max-width: 1199px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .jut .font .text {
    line-height: 24px;
    height: 48px;
  }
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .jut .font .label {
  display: flex;
  flex-wrap: wrap;
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .jut .font .label .li {
  border: solid 1px #e2e2e2;
  margin-right: 10px;
  display: block;
  padding: 4px 0.2rem;
  line-height: 34px;
  font-size: 16px;
  color: #666;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .jut .font .label .li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .jut .font .label .li {
    line-height: 26px;
  }
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e84c7;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-out;
}
@media (max-width: 1199px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 {
    display: none;
  }
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 .zhong {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 .zhong .fz_icon {
  display: block;
  height: 0.52rem;
  margin-bottom: 0.34rem;
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 .zhong .fz_icon img {
  float: left;
  height: 100%;
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 .zhong .but {
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 .zhong .but {
    font-size: 16px;
  }
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 .zhong .but i {
  display: block;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0.18rem;
  overflow: hidden;
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 .zhong .but i svg {
  width: 100%;
  float: left;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 .zhong .but i svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 567px) {
  .searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 .zhong .but i svg {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 .zhong .but i svg path {
  fill: #fff;
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 .zhong .but:hover {
  color: #fff;
}
.searchbox-sec1 .fz_cont .case_cont .cont .item .hover1 .zhong .but:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.searchbox-sec1 .fz_cont .case_cont .cont .item:hover .hover1 {
  opacity: 1;
}
.searchbox-sec1 .fz_cont .case_cont .zhong {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.6rem;
  margin: 0 -0.25rem;
}
@media (max-width: 1199px) {
  .searchbox-sec1 .fz_cont .case_cont .zhong {
    margin: 0 -0.16rem;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .case_cont .zhong {
    margin: 0;
  }
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item {
  width: 33.333%;
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .searchbox-sec1 .fz_cont .case_cont .zhong .item {
    padding: 0 0.16rem;
    margin-bottom: 0.32rem;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .case_cont .zhong .item {
    width: 100%;
    padding: 0;
  }
  .searchbox-sec1 .fz_cont .case_cont .zhong .item:last-child {
    margin-bottom: 0;
  }
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list {
  display: block;
  position: relative;
  background-color: #f5f5f5;
  cursor: pointer;
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .img {
  padding-bottom: 60%;
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .font {
  padding: 0.32rem 0.4rem 0.5rem;
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .font .tit {
  color: #333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .font .text {
  margin-bottom: 0.34rem;
  font-size: 18px;
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
  height: 60px;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .case_cont .zhong .item .list .font .text {
    line-height: 26px;
    font-size: 16px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .searchbox-sec1 .fz_cont .case_cont .zhong .item .list .font .text {
    line-height: 24px;
    height: 48px;
    font-size: 16px;
  }
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .font .label {
  padding-top: 0.4rem;
  border-top: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .font .label .li {
  background-color: #f5f5f5;
  border: solid 1px #e2e2e2;
  margin-right: 10px;
  display: block;
  padding: 4px 0.2rem;
  line-height: 34px;
  font-size: 16px;
  color: #666;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .case_cont .zhong .item .list .font .label .li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .searchbox-sec1 .fz_cont .case_cont .zhong .item .list .font .label .li {
    line-height: 26px;
  }
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e84c7;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
@media (max-width: 1199px) {
  .searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 {
    display: none;
  }
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 .zhong {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 .zhong .fz_icon {
  height: 0.32rem;
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 .zhong .fz_icon img {
  float: left;
  height: 100%;
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 .zhong .but {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 84%;
  padding: 0.54rem 0;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 .zhong .but {
    font-size: 16px;
  }
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 .zhong .but i {
  display: block;
  width: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 0.18rem;
  overflow: hidden;
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 .zhong .but i svg {
  width: 100%;
  float: left;
}
@media (max-width: 1580px) {
  .searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 .zhong .but i svg {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 567px) {
  .searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 .zhong .but i svg {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 .zhong .but i svg path {
  fill: #fff;
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 .zhong .but:hover {
  color: #fff;
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list .hover1 .zhong .but:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.searchbox-sec1 .fz_cont .case_cont .zhong .item .list:hover .hover1 {
  opacity: 1;
}
/* End */
/* 产品详情 */
.proinfobanner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.proinfobanner .breadbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}
.proinfobanner .bag {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
}
@media (max-width: 1580px) {
  .proinfobanner .bag {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 991px) {
  .proinfobanner .bag {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 767px) {
  .proinfobanner .bag {
    height: auto;
  }
}
.proinfobanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proinfobanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .proinfobanner .bag img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .proinfobanner .bag img:nth-child(1) {
    display: none;
  }
  .proinfobanner .bag img:nth-child(2) {
    display: block;
  }
}
.proinfobanner .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .proinfobanner .cont {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .proinfobanner .cont {
    padding: 1.6rem 0 1.2rem;
  }
}
.proinfobanner .cont .container {
  margin: 0;
}
.proinfobanner .cont .font {
  width: 50%;
}
@media (max-width: 767px) {
  .proinfobanner .cont .font {
    width: 100%;
  }
}
.proinfobanner .cont .font .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #14235a;
  font-size: 0.72rem;
}
.proinfobanner .cont .font .text {
  color: #666666;
  margin-top: 0.22rem;
  font-size: 14px;
  margin-bottom: 0.5rem;
  line-height: 28px;
}
@media (max-width: 1580px) {
  .proinfobanner .cont .font .text {
    line-height: 26px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .proinfobanner .cont .font .text {
    line-height: 24px;
    font-size: 14px;
  }
}
.proinfobanner .cont .font .but {
  display: flex;
}
.proinfobanner .cont .font .but .hm_but {
  margin-right: 0.2rem;
}
.proinfobanner .cont .lt {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .proinfobanner .cont .lt {
    position: absolute;
    right: 0;
    top: 0;
    width: 65.4%;
    width: 50%;
  }
}
.proinfobanner .cont .lt .img {
  width: 100%;
  padding-bottom: 80%;
  overflow: visible;
}
@media (min-width: 768px) {
  .proinfobanner .cont .lt .img {
    /*transform: translateY(26%);*/
  }
}
@media (max-width: 767px) {
  .proinfobanner .cont .lt .img {
    padding-bottom: 56%;
  }
}
.proinfobanner .cont .lt .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%,-50%); 
  object-fit: contain;
}
@media (min-width: 768px) {
  .proinfobanner .cont .lt .img img {
    /*margin: 0;*/
    /*left: initial;*/
  }
}
.proinbox_tit {
  text-align: center;
}
.proinbox_tit .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #14235a;
  line-height: 1.125;
}
.proinbox_tit .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 0.14rem;
}
@media (max-width: 1580px) {
  .proinbox_tit .text {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .proinbox_tit .text {
    line-height: 24px;
  }
}
.proinbox-sec1 {
  /*padding-top: 0.6rem;*/
}
.proinbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
@media (max-width: 1199px) {
  .proinbox-sec1 .cont {
    margin: 0 -0.2rem;
  }
}
@media (max-width: 767px) {
  .proinbox-sec1 .cont {
    margin: 0;
  }
}
.proinbox-sec1 .cont .lt,
.proinbox-sec1 .cont .gt {
  padding: 0 0.5rem;
}
@media (max-width: 1199px) {
  .proinbox-sec1 .cont .lt,
  .proinbox-sec1 .cont .gt {
    padding: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .proinbox-sec1 .cont .lt,
  .proinbox-sec1 .cont .gt {
    padding: 0;
  }
}
.proinbox-sec1 .cont .lt {
  width: 46.875%;
}
@media (max-width: 767px) {
  .proinbox-sec1 .cont .lt {
    width: 100%;
  }
}
.proinbox-sec1 .cont .lt .jut {
  width: 100%;
  margin-bottom: 0.2rem;
}
.proinbox-sec1 .cont .lt .jut .proinbox1_cont .img {
  width: 100%;
  padding-bottom: 75.71%;
  background-color: #e6e7eb;
}
.proinbox-sec1 .cont .lt .jut .proinbox1_cont .img img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 98%;
  max-height: 96%;
}
.proinbox-sec1 .cont .lt .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proinbox-sec1 .cont .lt .nav .proinbox1_prev,
.proinbox-sec1 .cont .lt .nav .proinbox1_next {
  position: relative;
  top: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: none;
  width: 10px;
  height: 18px;
  overflow: hidden;
}
.proinbox-sec1 .cont .lt .nav .proinbox1_prev svg,
.proinbox-sec1 .cont .lt .nav .proinbox1_next svg {
  width: 100%;
  float: left;
}
.proinbox-sec1 .cont .lt .nav .proinbox1_prev svg path,
.proinbox-sec1 .cont .lt .nav .proinbox1_next svg path {
  fill: #cccccc;
}
.proinbox-sec1 .cont .lt .nav .proinbox1_prev:hover svg path,
.proinbox-sec1 .cont .lt .nav .proinbox1_next:hover svg path {
  fill: #14235a;
}
.proinbox-sec1 .cont .lt .nav .proinbox1_nav {
  width: calc(100% - 80px);
  margin: 0 -0.09rem;
}
@media (max-width: 1580px) {
  .proinbox-sec1 .cont .lt .nav .proinbox1_nav {
    width: calc(100% - 60px);
  }
}
.proinbox-sec1 .cont .lt .nav .proinbox1_nav .swiper-slide {
  padding: 0 0.09rem;
}
.proinbox-sec1 .cont .lt .nav .proinbox1_nav .img {
  width: 100%;
  padding-bottom: 75.71%;
  background-color: #e6e7eb;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.proinbox-sec1 .cont .lt .nav .proinbox1_nav .img img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 70%;
  max-height: 70%;
}
.proinbox-sec1 .cont .lt .nav .proinbox1_nav .on .img {
  opacity: 1;
}
.proinbox-sec1 .cont .gt {
  width: 53.125%;
}
@media (max-width: 767px) {
  .proinbox-sec1 .cont .gt {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.proinbox-sec1 .cont .gt .fz_title {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.22rem;
}
.proinbox-sec1 .cont .gt .tit {
  background-color: #fff;
  text-align: center;
  background-color: #f5f5f5;
  line-height: 60px;
}
@media (max-width: 1580px) {
  .proinbox-sec1 .cont .gt .tit {
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .proinbox-sec1 .cont .gt .tit {
    line-height: 45px;
  }
}
.proinbox-sec1 .cont .gt .jut {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .proinbox-sec1 .cont .gt .jut {
    margin-bottom: 0.5rem;
  }
  .proinbox-sec1 .cont .gt .jut:last-child {
    margin-bottom: 0;
  }
}
.proinbox-sec1 .cont .gt .jut .li {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0.26rem;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .proinbox-sec1 .cont .gt .jut .li {
    width: 100%;
  }
}
.proinbox-sec1 .cont .gt .jut .li i {
  width: 0.28rem;
  height: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
}
.proinbox-sec1 .cont .gt .jut .li i img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.proinbox-sec1 .cont .gt .jut .li span {
  display: block;
  width: calc(100% - 0.48rem);
  color: #666666;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .proinbox-sec1 .cont .gt .jut .li span {
    font-size: 14px;
  }
}
.proinbox-sec1 .cont .gt .jut:last-child .li:nth-last-child(1),
.proinbox-sec1 .cont .gt .jut:last-child .li:nth-last-child(2) {
  border-bottom: none;
}
.proinbox-sec2 {
  padding-top: 3.75%;
  padding-bottom: 32%;
  position: relative;
}
@media (max-width: 767px) {
  .proinbox-sec2 {
    padding-bottom: 50%;
    padding-top: 15%;
  }
}
.proinbox-sec2 .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.proinbox-sec2 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proinbox-sec2 .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .proinbox-sec2 .bag img:nth-child(1) {
    display: none;
  }
  .proinbox-sec2 .bag img:nth-child(2) {
    display: block;
  }
}
.proinbox-sec2 .container {
  position: relative;
}
.proinbox-sec2 .name {
  color: #333333;
  text-align: center;
  margin-bottom: 0.28rem;
}
.proinbox-sec3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.proinbox-sec3 .proinbox_tit {
  margin-bottom: 0.4rem;
}
.proinbox-sec3 .proinbox_tit .tit {
  color: #fff;
}
.proinbox-sec3 .proinbox_tit .text {
  color: #fff;
}
.proinbox-sec3 .cont {
  width: 62.5%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .proinbox-sec3 .cont {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .proinbox-sec3 .cont {
    width: 100%;
  }
}
.proinbox-sec3 .cont .img {
  width: 100%;
  padding-bottom: 52%;
  background-color: #000;
}
.proinbox-sec3 .cont .img img {
  opacity: 0.8;
}
.proinbox-sec3 .cont .img video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 1;
}
.proinbox-sec3 .cont .fzq_video {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.proinbox-sec3 .cont .fzq_video:after {
    display: none;
}
.proinbox-sec3 .cont .fz_video {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.6rem;
  overflow: hidden;
  
}
@media (max-width: 767px) {
  .proinbox-sec3 .cont .fz_video {
    width: 0.8rem;
  }
}
.proinbox-sec3 .cont .fz_video img {
  float: left;
  width: 100%;
}
.proinbox-sec4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .proinbox-sec4 {
    padding-bottom: 26px;
  }
}
.proinbox-sec4 .proinbox_tit {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .proinbox-sec4 .proinbox_tit {
    margin-bottom: 0.6rem;
  }
}
.proinbox-sec4 .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.proinbox-sec4 .cont .f_img {
  width: 52.75%;
  position: relative;
}
@media (max-width: 767px) {
  .proinbox-sec4 .cont .f_img {
    display: none;
    margin-bottom: 0.4rem;
  }
}
.proinbox-sec4 .cont .f_img .img {
  padding-bottom: 80%;
  position: relative;
}
@media (max-width: 767px) {
}
.proinbox-sec4 .cont .f_img .img img {
  object-fit: contain;
}
.proinbox-sec4 .cont .f_img .jut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
}
.proinbox-sec4 .cont .f_img .jut .li {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.proinbox-sec4 .cont .f_img .jut .li:after,
.proinbox-sec4 .cont .f_img .jut .li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.proinbox-sec4 .cont .f_img .jut .li:after {
  width: 10px;
  height: 10px;
  background-color: #14235a;
  margin-left: -5px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .proinbox-sec4 .cont .f_img .jut .li:after {
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: -3px;
  }
}
.proinbox-sec4 .cont .f_img .jut .li:before {
  width: 20px;
  height: 20px;
  background-color: #14235a;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-animation: scale1 1.2s linear infinite;
  animation: scale1 1.2s linear infinite;
}
.proinbox-sec4 .cont .f_img .jut .li .xian {
  position: absolute;
  width: 10px;
  top: 0;
  left: 0;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .proinbox-sec4 .cont .f_img .jut .li .xian {
    display: none;
  }
}
.proinbox-sec4 .cont .f_img .jut .li .xian:after,
.proinbox-sec4 .cont .f_img .jut .li .xian:before {
  content: "";
  display: block;
  background-color: #00b4ff;
  height: 1px;
  width: 100%;
  position: absolute;
}
.proinbox-sec4 .cont .f_img .jut .li.on:after,
.proinbox-sec4 .cont .f_img .jut .li.on:before {
  background-color: #00b4ff;
}
.proinbox-sec4 .cont .f_img .jut .li.on .xian {
  visibility: visible;
  opacity: 1;
}
.proinbox-sec4 .cont .f_img .jut .wei1 {
  top: 32%;
  left: 5%;
}
.proinbox-sec4 .cont .f_img .jut .wei1 .xian {
  top: -2px;
  left: -4px;
}
.proinbox-sec4 .cont .f_img .jut .wei1 .xian:after,
.proinbox-sec4 .cont .f_img .jut .wei1 .xian:before {
  margin-top: 4.5px;
}
.proinbox-sec4 .cont .f_img .jut .wei1 .xian:before {
  right: 0;
  width: 0.38rem;
  transform-origin: right;
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
}
@media (min-width: 1921px) {
  .proinbox-sec4 .cont .f_img .jut .wei1 .xian:before {
    width: 0.76rem;
  }
}
.proinbox-sec4 .cont .f_img .jut .wei1 .xian:after {
  right: 0.26rem;
  top: 0.28rem;
  width: 3.6rem;
}
@media (min-width: 1921px) {
  .proinbox-sec4 .cont .f_img .jut .wei1 .xian:after {
    width: 3.2rem;
    right: 0.52rem;
    top: 0.54rem;
  }
}
@media (max-width: 1199px) {
  .proinbox-sec4 .cont .f_img .jut .wei1 .xian:after {
    width: 2.2rem;
  }
}
@media (max-width: 991px) {
  .proinbox-sec4 .cont .f_img .jut .wei1 .xian:after {
    width: 1.1rem;
  }
}
.proinbox-sec4 .cont .f_img .jut .wei2 {
  top: 56%;
  left: 8%;
}
.proinbox-sec4 .cont .f_img .jut .wei2 .xian {
  left: -4px;
}
.proinbox-sec4 .cont .f_img .jut .wei2 .xian:after,
.proinbox-sec4 .cont .f_img .jut .wei2 .xian:before {
  margin-top: 4px;
}
.proinbox-sec4 .cont .f_img .jut .wei2 .xian:after {
  right: 0.74rem;
  top: -0.83rem;
  width: 2.4rem;
}
@media (max-width: 1199px) {
  .proinbox-sec4 .cont .f_img .jut .wei2 .xian:after {
    width: 2rem;
  }
}
@media (max-width: 991px) {
  .proinbox-sec4 .cont .f_img .jut .wei2 .xian:after {
    width: 1.2rem;
  }
}
.proinbox-sec4 .cont .f_img .jut .wei2 .xian:before {
  right: 0;
  width: 1.1rem;
  transform-origin: right;
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}
.proinbox-sec4 .cont .f_img .jut .wei3 {
  top: 62%;
  left: 8%;
}
.proinbox-sec4 .cont .f_img .jut .wei3 .xian {
  left: -4px;
}
.proinbox-sec4 .cont .f_img .jut .wei3 .xian:after,
.proinbox-sec4 .cont .f_img .jut .wei3 .xian:before {
  margin-top: 4px;
}
.proinbox-sec4 .cont .f_img .jut .wei3 .xian:after {
  right: 0.95rem;
  top: -1.28rem;
  width: 0.6rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .proinbox-sec4 .cont .f_img .jut .wei3 .xian:after {
    width: 1.2rem;
  }
}
.proinbox-sec4 .cont .f_img .jut .wei3 .xian:before {
  right: 0;
  width: 1.6rem;
  transform-origin: right;
  -webkit-transform: rotate(-12deg);
  transform: rotate(53deg);
}
.proinbox-sec4 .cont .proinbox4_cont {
  width: 47.25%;
}
@media (max-width: 767px) {
  .proinbox-sec4 .cont .proinbox4_cont {
    width: 100%;
  }
}
.proinbox-sec4 .cont .proinbox4_cont .f_img {
  display: none;
}
@media (max-width: 767px) {
  .proinbox-sec4 .cont .proinbox4_cont .f_img {
    width: 80%;
    margin: 0 auto 0.4rem;
    display: block;
  }
}
.proinbox-sec4 .cont .proinbox4_cont .font {
  width: 100%;
}
.proinbox-sec4 .cont .proinbox4_cont .font .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.12rem;
}
.proinbox-sec4 .cont .proinbox4_cont .font .text {
  padding-right: 35%;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
@media (max-width: 1580px) {
  .proinbox-sec4 .cont .proinbox4_cont .font .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .proinbox-sec4 .cont .proinbox4_cont .font .text {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .proinbox-sec4 .cont .proinbox4_cont .font .text {
    padding-right: 0;
  }
}
.proinbox-sec4 .cont .proinbox4_cont .font .list {
  display: flex;
  align-items: flex-start;
  margin-top: 0.3rem;
}
.proinbox-sec4 .cont .proinbox4_cont .font .list .li {
  color: #666666;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-right: 26px;
}
@media (max-width: 1580px) {
  .proinbox-sec4 .cont .proinbox4_cont .font .list .li {
    margin-right: 20px;
    font-size: 14px;
  }
}
.proinbox-sec4 .cont .proinbox4_cont .font .list .li i {
  display: block;
  height: 26px;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .proinbox-sec4 .cont .proinbox4_cont .font .list .li i {
    height: 22px;
    margin-bottom: 8px;
  }
}
.proinbox-sec4 .cont .proinbox4_cont .font .list .li i img {
  height: 100%;
  float: left;
}
.proinbox-sec4 .qie {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .proinbox-sec4 .qie {
    display: block;
  }
}
.proinbox-sec4 .qie .proinbox4_page {
  text-align: center;
  margin-top: 0.5rem;
}
.proinbox-sec4 .qie .proinbox4_page span {
  width: 10px;
  height: 10px;
  margin: 0 0.1rem;
  background-color: #f5f5f5;
  opacity: 1;
}
.proinbox-sec4 .qie .proinbox4_page .swiper-pagination-bullet-active {
  background-color: #14235a;
}
.proinbox-sec5 {
  position: relative;
  background-color: #26292e;
}
.proinbox-sec5 .fz_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.proinbox-sec5 .fz_img .bag {
  padding-bottom: 33.07%;
}
@media (max-width: 767px) {
  .proinbox-sec5 .fz_img .bag {
    padding-bottom: 56%;
  }
}
.proinbox-sec5 .fz_img .qie {
  display: flex;
  position: absolute;
  left: 36%;
  bottom: 16%;
  z-index: 2;
  width: 34%;
  margin: 0 auto;
  justify-content: space-between;
}
.proinbox-sec5 .fz_img .qie .li {
  width: 10px;
  height: 10px;
  position: relative;
}
.proinbox-sec5 .fz_img .qie .li:after,
.proinbox-sec5 .fz_img .qie .li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.proinbox-sec5 .fz_img .qie .li:after {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin-left: -5px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .proinbox-sec5 .fz_img .qie .li:after {
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: -3px;
  }
}
.proinbox-sec5 .fz_img .qie .li:before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-animation: scale1 1.2s linear infinite;
  animation: scale1 1.2s linear infinite;
}
.proinbox-sec5 .fz_img .qie .li {
  cursor: pointer;
}
.proinbox-sec5 .fz_img .qie .li:nth-child(2) {
  margin-right: 15%;
}
.proinbox-sec5 .fz_img .qie .on:before,
.proinbox-sec5 .fz_img .qie .on:after {
  background-color: #00b4ff;
}
.proinbox-sec5 .container {
  position: relative;
}
.proinbox-sec5 .proinbox_tit .tit {
  color: #fff;
}
.proinbox-sec5 .cont {
  padding-top: 30%;
}
.proinbox-sec5 .cont .proinbox5_cont {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .proinbox-sec5 .cont .proinbox5_cont {
    width: 100%;
  }
}
.proinbox-sec5 .cont .proinbox5_cont .text {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .proinbox-sec5 .cont .proinbox5_cont .text {
    line-height: 1.36;
  }
}
.proinbox-sec6 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.proinbox-sec6 .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.proinbox-sec6 .cont .lt {
  width: 43.5%;
}
@media (max-width: 767px) {
  .proinbox-sec6 .cont .lt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .proinbox-sec6 .cont .lt .proinbox_tit {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 768px) {
  .proinbox-sec6 .cont .lt .proinbox_tit {
    text-align: left;
  }
}
.proinbox-sec6 .cont .lt .proinbox_tit .text {
  margin-top: 0.16rem;
}
.proinbox-sec6 .cont .gt {
  width: 56.5%;
}
@media (max-width: 767px) {
  .proinbox-sec6 .cont .gt {
    width: 100%;
  }
}
.proinbox-sec6 .cont .gt .img {
  padding-bottom: 53.42%;
}
.proinbox-sec7 {
  position: relative;
}
@media (max-width: 767px) {
  .proinbox-sec7 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .proinbox-sec7 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.proinbox-sec7 .bag {
  width: 100%;
  padding-bottom: 44.1666%;
}
@media (max-width: 767px) {
  .proinbox-sec7 .bag {
    display: none;
  }
}
@media (min-width: 768px) {
  .proinbox-sec7 .cont {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }
}
.proinbox-sec7 .cont .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.proinbox-sec7 .cont .container .lt {
  display: none;
}
@media (max-width: 767px) {
  .proinbox-sec7 .cont .container .lt {
    display: block;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .proinbox-sec7 .cont .container .lt .img {
    width: 100%;
    padding-bottom: 44.1666%;
  }
  .proinbox-sec7 .cont .container .lt .img img {
    width: 100%;
  }
}
.proinbox-sec7 .cont .container .gt {
  width: 48.6%;
  width: 36.6%;
}
@media (max-width: 767px) {
  .proinbox-sec7 .cont .container .gt {
    width: 100%;
  }
}
.proinbox-sec7 .cont .container .gt .proinbox_tit {
  text-align: left;
}
.proinbox-sec7 .cont .container .gt .proinbox_tit .tit {
  color: #fff;
}
.proinbox-sec7 .cont .container .gt .proinbox_tit .text {
  color: #fff;
  padding-right: 1rem;
  margin-top: 0.22rem;
}
@media (max-width: 767px) {
  .proinbox-sec7 .cont .container .gt .proinbox_tit .text {
    padding-right: 0;
  }
}
.proinbox-sec8 {
  background: url(../images/capacibag1.jpg) center / cover no-repeat;
}
.proinbox-sec8 .proinbox_tit {
  margin-bottom: 0.46rem;
}
.proinbox-sec8 .proinbox_tit .text {
  margin-top: 0.22rem;
}
.proinbox-sec8 .jut {
  display: flex;
  margin: 0 auto 0.3rem;
  width: 75%;
}
@media (max-width: 1199px) {
  .proinbox-sec8 .jut {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .proinbox-sec8 .jut {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .proinbox-sec8 .jut {
    flex-wrap: wrap;
  }
}
.proinbox-sec8 .jut .li {
  text-align: center;
  width: 33.333%;
  padding: 0 0.4rem;
  border-right: 1px solid #cccccc;
}
.proinbox-sec8 .jut .li:last-child {
  border-right: none;
}
@media (max-width: 567px) {
  .proinbox-sec8 .jut .li {
    padding: 0 0.1rem;
  }
}
.proinbox-sec8 .jut .li .tit {
  line-height: 0.8;
  color: #000;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.22rem;
}
@media (max-width: 567px) {
  .proinbox-sec8 .jut .li .tit {
    font-size: 0.34rem;
  }
}
.proinbox-sec8 .jut .li .text {
  font-size: 18px;
  color: #666666;
}
@media (max-width: 1580px) {
  .proinbox-sec8 .jut .li .text {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  .proinbox-sec8 .jut .li .text {
    font-size: 0.26rem;
  }
}
.proinbox-sec8 .img {
  width: 68.75%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .proinbox-sec8 .img {
    width: 100%;
  }
}
.proinbox-sec8 .img img {
  max-width: 100%;
}
.proinbox-sec9 {
  background: url(../images/removalbag1.jpg) center / cover no-repeat;
}
.proinbox-sec9 .font {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
}
.proinbox-sec9 .font .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.12rem;
}
.proinbox-sec9 .font .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (max-width: 1580px) {
  .proinbox-sec9 .font .text {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .proinbox-sec9 .font .text {
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .proinbox-sec9 .font .text {
    line-height: 24px;
  }
}
.proinbox-sec9 .cont {
  width: 100%;
  margin-top: -0.5rem;
}
@media (max-width: 767px) {
  .proinbox-sec9 .cont {
    margin-top: 0.6rem;
  }
}
.proinbox-sec9 .cont .fz_img {
  position: relative;
}
.proinbox-sec9 .cont .fz_img .img {
  width: 100%;
}
.proinbox-sec9 .cont .fz_img .img img {
  width: 100%;
}
.proinbox-sec9 .cont .fz_img .jut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
}
.proinbox-sec9 .cont .fz_img .jut .li {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.proinbox-sec9 .cont .fz_img .jut .li:after,
.proinbox-sec9 .cont .fz_img .jut .li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.proinbox-sec9 .cont .fz_img .jut .li:after {
  width: 10px;
  height: 10px;
  background-color: #00b4ff;
  margin-left: -5px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .proinbox-sec9 .cont .fz_img .jut .li:after {
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: -3px;
  }
}
.proinbox-sec9 .cont .fz_img .jut .li:before {
  width: 20px;
  height: 20px;
  background-color: #00b4ff;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-animation: scale1 1.2s linear infinite;
  animation: scale1 1.2s linear infinite;
}
.proinbox-sec9 .cont .fz_img .jut .li.on:after,
.proinbox-sec9 .cont .fz_img .jut .li.on:before {
  background-color: #00b4ff;
}
.proinbox-sec9 .cont .fz_img .jut .li.on .xian {
  visibility: visible;
  opacity: 1;
}
.proinbox-sec9 .cont .fz_img .jut .wei1 {
  top: 69%;
  left: 61%;
}
.proinbox-sec10 {
  overflow: hidden;
  background: url(../images/hardwarebag1.jpg) center / cover no-repeat;
  position: relative;
}
.proinbox-sec10 .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.proinbox-sec10 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proinbox-sec10 .bag img:nth-child(2) {
  display: none;
}
.proinbox-sec10 .container {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .proinbox-sec10 .container {
    flex-wrap: wrap;
  }
  .proinbox-sec10 .bag img {
    display: none;
  }
  .proinbox-sec10 .bag img:nth-child(2) {
    display: block;
  }
}
.proinbox-sec10 .container .lt {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .proinbox-sec10 .container .lt {
    width: 100%;
    margin-bottom: 0.54rem;
  }
}
@media (min-width: 768px) {
  .proinbox-sec10 .container .lt .proinbox_tit {
    text-align: left;
  }
}
.proinbox-sec10 .container .lt .proinbox_tit .tit {
    /* color: #fff; */
}
.proinbox-sec10 .container .lt .proinbox_tit .text {
  margin-top: 0.22rem;
  /* color: #fff; */
}
.proinbox-sec10 .container .gt {
  width: 58.625%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .proinbox-sec10 .container .gt {
    width: 100%;
  }
}
.proinbox-sec10 .container .gt .img {
  width: 100%;
  padding-bottom: 57.8%;
}
.proinbox-sec10 .container .gt .img img {
  width: 100%;
}
.proinbox-sec11 {
  background-color: #26292e;
  padding-bottom: 0;
  position: relative;
}
.proinbox-sec11 .bag {
  width: 100%;
  height: 100%;
  padding-bottom: 45.3125%;
}
@media (max-width: 991px) {
  .proinbox-sec11 .bag {
    padding-bottom: 60%;
  }
}
@media (max-width: 767px) {
  .proinbox-sec11 .bag {
    padding-bottom: 140%;
  }
}
.proinbox-sec11 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proinbox-sec11 .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .proinbox-sec11 .bag img:nth-child(1) {
    display: none;
  }
  .proinbox-sec11 .bag img:nth-child(2) {
    display: block;
  }
}
.proinbox-sec11 .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  padding-top: 5.208333%;
}
@media (max-width: 767px) {
  .proinbox-sec11 .cont {
    padding-top: 1.2rem;
  }
}
.proinbox-sec11 .cont .proinbox_tit {
  margin-bottom: 0.8rem;
}
.proinbox-sec11 .cont .proinbox_tit .tit {
  color: #fff;
}
.proinbox-sec11 .cont .proinbox_tit .text {
  margin-top: 0.22rem;
  color: #fff;
}
@media (min-width: 768px) {
  .proinbox-sec11 .cont .img {
    display: none;
  }
}
.proinbox-sec11 .cont .img img {
  max-width: 100%;
}
.proinbox-sec12 {
  position: relative;
}
.proinbox-sec12 .bag {
  width: 100%;
  height: 100%;
  padding-bottom: 45.3125%;
}
@media (max-width: 991px) {
  .proinbox-sec12 .bag {
    padding-bottom: 70%;
  }
}
@media (max-width: 767px) {
  .proinbox-sec12 .bag {
    padding-bottom: 140%;
  }
}
.proinbox-sec12 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proinbox-sec12 .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .proinbox-sec12 .bag img:nth-child(1) {
    display: none;
  }
  .proinbox-sec12 .bag img:nth-child(2) {
    display: block;
  }
}
.proinbox-sec12 .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 7.3%;
}
@media (max-width: 767px) {
  .proinbox-sec12 .cont {
    padding-top: 1.2rem;
  }
}
.proinbox-sec12 .cont .container {
  display: flex;
  flex-direction: row-reverse;
}
.proinbox-sec12 .cont .container .proinbox_tit {
  text-align: left;
  width: 53.75%;
}
@media (max-width: 767px) {
  .proinbox-sec12 .cont .container .proinbox_tit {
    width: 100%;
  }
}
.proinbox-sec12 .cont .container .proinbox_tit .tit {
  color: #fff;
}
.proinbox-sec12 .cont .container .proinbox_tit .text {
  padding-right: 0.72rem;
  color: #999999;
  line-height: 30px;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .proinbox-sec12 .cont .container .proinbox_tit .text {
    line-height: 26px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .proinbox-sec12 .cont .container .proinbox_tit .text {
    line-height: 24px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .proinbox-sec12 .cont .container .proinbox_tit .text {
    padding-right: 0;
  }
}
.proinbox-sec13 {
  background-image: linear-gradient(270deg, #d7dce0 50%, #f6fafc 100%);
  background-image: -webkit-linear-gradient(270deg, #d7dce0 50%, #f6fafc 100%);
}
.proinbox-sec13 .proinbox_tit {
  margin-bottom: 0.4rem;
}
.proinbox-sec13 .proinbox_tit .text {
  margin-top: 0.22rem;
}
.proinbox-sec13 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.proinbox-sec13 .cont .item {
  width: 33.33%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .proinbox-sec13 .cont .item {
    width: 50%;
  }
}
.proinbox-sec13 .cont .item .font {
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 0.1rem 0 0.22rem;
}
.proinbox-sec13 .cont .item .font .img {
  width: 100%;
  padding-bottom: 62.162162%;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
}
.proinbox-sec13 .cont .item .font .img img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 74%;
  object-fit: contain;
}
.proinbox-sec13 .cont .item .font .tit {
  text-align: center;
  font-size: 18px;
  color: #666;
}
@media (max-width: 1580px) {
  .proinbox-sec13 .cont .item .font .tit {
    font-size: 16px;
  }
}
.proinbox-sec13 .cont .lt,
.proinbox-sec13 .cont .gt,
.proinbox-sec13 .cont .fz_lt,
.proinbox-sec13 .cont .fz_gt {
  display: flex;
  flex-wrap: wrap;
}
.proinbox-sec13 .cont .lt {
  width: 75%;
}
@media (max-width: 767px) {
  .proinbox-sec13 .cont .lt {
    width: 100%;
  }
}
.proinbox-sec13 .cont .gt {
  width: 25%;
}
@media (max-width: 767px) {
  .proinbox-sec13 .cont .gt {
    width: 50%;
  }
}
.proinbox-sec13 .cont .gt .item {
  width: 100%;
}
@media (min-width: 768px) {
  .proinbox-sec13 .cont .gt .item .font {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .proinbox-sec13 .cont .gt .item .font .img {
    order: 1;
    padding-bottom: 89.189%;
  }
  .proinbox-sec13 .cont .gt .item .font .tit {
    font-size: 0.36rem;
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .proinbox-sec13 .cont .gt .item .font .tit {
    font-size: 0.4rem;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .proinbox-sec13 .cont .gt .item .font .tit {
    font-size: 0.36rem;
  }
}
.proinbox-sec13 .cont .fz_lt,
.proinbox-sec13 .cont .fz_gt {
  width: 50%;
  /*width: 100%;*/
  /*justify-content: center;*/
}
@media (max-width: 767px) {
}
.proinbox-sec13 .cont .fz_lt .item {
  width: 100%;
}
@media (min-width: 768px) {
  .proinbox-sec13 .cont .fz_lt .item {
    width: 100%;
  }
  .proinbox-sec13 .cont .fz_lt .item .font {
    display: flex;
    align-items: center;
    padding: 0.2rem 0;
    padding-right: 0.6rem;
  }
  .proinbox-sec13 .cont .fz_lt .item .font .tit {
    font-size: 0.36rem;
    font-size: 0.25rem;
    width: 45.56%;
  }
  .proinbox-sec13 .cont .fz_lt .item .font .img {
    order: 1;
    width: 54.44%;
    padding-bottom: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .proinbox-sec13 .cont .fz_lt .item .font .tit {
    font-size: 0.4rem;
    font-size: 0.25rem;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .proinbox-sec13 .cont .fz_lt .item .font .tit {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .proinbox-sec13 .cont .fz_gt {
    width: 100%;
  }
}
.proinbox-sec13 .cont .fz_gt .item {
  width: 50%;
  /*width: 25%;*/
}
.proinbox-sec13 .cont .peizhi4 {
    width: 100%;
    /*flex-wrap: wrap-reverse;*/
    justify-content: center;
}
.proinbox-sec13 .cont .peizhi4 .item {
    width: 25%;
}
@media (max-width: 991px) {
    .proinbox-sec13 .cont .peizhi4 .item {
        width: 50%;
    }
}
@media (max-width: 767px) {
  .proinbox-sec13 .cont .fz_gt .item,.proinbox-sec13 .cont .peizhi4 .item {
    width: 50%;
  }
}
.proinbox-sec14 {
  background: url(../images/gloassbag1.jpg) center / cover no-repeat;
}
.proinbox-sec14 .proinbox_tit {
  margin-bottom: 0.7rem;
}
.proinbox-sec14 .proinbox_tit .tit {
  color: #fff;
}
.proinbox-sec14 .cont {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
  padding-left: 1px;
}
.proinbox-sec14 .cont .item {
  width: 20%;
  margin-left: -1px;
  margin-top: -1xp;
}
@media (max-width: 767px) {
  .proinbox-sec14 .cont .item {
    width: 50%;
  }
}
.proinbox-sec14 .cont .item .font {
  padding: 0.4rem 0.5rem 0.32rem;
  border: solid 1px #585858;
}
.proinbox-sec14 .cont .item .font .f_icon {
  width: 100%;
  padding-bottom: 41.7%;
  margin-bottom: 6px;
}
.proinbox-sec14 .cont .item .font .f_icon img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 58%;
  object-fit: contain;
}
.proinbox-sec14 .cont .item .font .tit {
  text-align: center;
  color: #ffffff;
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .proinbox-sec14 .cont .item .font .tit {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .proinbox-sec14 .cont .item .font .tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .proinbox-sec14 .cont .item .font .tit {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .proinbox-sec14 .cont .item:nth-child(5),
  .proinbox-sec14 .cont .item:nth-child(6) {
    display: none;
  }
}
.proinbox-sec15 .proinbox_tit {
  margin-bottom: 0.5rem;
}
.proinbox-sec15 .cont {
  position: relative;
  padding: 0 100px;
}
@media (max-width: 1580px) {
  .proinbox-sec15 .cont {
    padding: 0 70px;
  }
}
@media (max-width: 1199px) {
  .proinbox-sec15 .cont {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .proinbox-sec15 .cont {
    padding: 0;
  }
}
.proinbox-sec15 .cont .base_qie {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .proinbox-sec15 .cont .base_qie {
    display: none;
  }
}
.proinbox-sec15 .cont .proinbox15_cont {
  width: 100%;
}
.proinbox-sec15 .cont .proinbox15_cont .fz_img {
  width: 100%;
  padding-bottom: 37.14%;
}
@media (max-width: 767px) {
  .proinbox-sec15 .cont .proinbox15_cont .fz_img {
    padding-bottom: 46%;
  }
}
.proinbox-sec15 .cont .jut {
  background-color: #f5f5f5;
  padding: 0.4rem 0.4rem 0.46rem;
}
.proinbox-sec15 .cont .jut .tit {
  margin-bottom: 0.14rem;
}
.proinbox-sec15 .cont .jut .text {
  font-size: 18px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 0.32rem;
}
@media (max-width: 1580px) {
  .proinbox-sec15 .cont .jut .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .proinbox-sec15 .cont .jut .text {
    line-height: 24px;
  }
}
.proinbox-sec15 .cont .jut .list {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.proinbox-sec15 .cont .jut .list .li {
  width: 1.48rem;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .proinbox-sec15 .cont .jut .list .li {
    width: 1.6rem;
  }
}
.proinbox-sec15 .cont .jut .list .li .img {
  width: 100%;
  padding-bottom: 81.1%;
  background-color: #fff;
  margin-bottom: 0.12rem;
}
.proinbox-sec15 .cont .jut .list .li .img img {
  max-height: 70%;
  max-width: 64%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  object-fit: contain;
}
.proinbox-sec15 .cont .jut .list .li .name {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .proinbox-sec15 .cont .jut .list .li .name {
    font-size: 14px;
  }
}
.proinbox-sec15 .cont .jut .list span {
  color: #999999;
  flex-shrink: 0;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: block;
  margin: 3.5% 0.3rem;
}
@media (max-width: 991px) {
  .proinbox-sec15 .cont .jut .list span {
    margin: 7.5% 0.3rem;
  }
}
.proinbox-sec16 {
  background-color: #f5f5f5;
}
.proinbox-sec16 .proinbox_tit {
  margin-bottom: 0.48rem;
}
.proinbox-sec16 .cont {
  display: flex;
  overflow: auto;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
}
@media (max-width: 1199px) {
  .proinbox-sec16 .cont {
    margin: 0 -0.3rem;
  }
}
@media (max-width: 991px) {
  .proinbox-sec16 .cont {
    margin: 0;
  }
}
.proinbox-sec16 .cont .item {
  width: 50%;
  padding: 0 0.4rem;
  flex: 1 0 50%;
}
@media (max-width: 1199px) {
  .proinbox-sec16 .cont .item {
    padding: 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .proinbox-sec16 .cont .item {
    padding: 0;
    width: 100%;
    flex: 1 1 100%;
    margin-bottom: 0.6rem;
  }
  .proinbox-sec16 .cont .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .proinbox-sec16 .cont .item {
    min-width: 565px;
  }
}
.proinbox-sec16 .cont .item .fz_title {
  color: #000000;
  padding-bottom: 0.26rem;
  border-bottom: 2px solid #cccccc;
}
.proinbox-sec16 .cont .item .li {
  display: flex;
  align-items: flex-start;
  line-height: 30px;
  padding: 12px 0;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1580px) {
  .proinbox-sec16 .cont .item .li {
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .proinbox-sec16 .cont .item .li {
    line-height: 24px;
  }
}
.proinbox-sec16 .cont .item .li .tit {
  width: 22%;
  padding-right: 10px;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .proinbox-sec16 .cont .item .li .tit {
    font-size: 16px;
  }
}
.proinbox-sec16 .cont .item .li .text {
  width: 78%;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 1580px) {
  .proinbox-sec16 .cont .item .li .text {
    font-size: 14px;
  }
}
.proinbox-sec17 {
  overflow: hidden;
}
.proinbox-sec17 .proinbox_tit {
  margin-bottom: 0.4rem;
}
.proinbox-sec17 .cont {
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 567px) {
  .proinbox-sec17 .cont {
    margin: 0;
  }
}
.proinbox-sec17 .cont .item {
  width: 25%;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .proinbox-sec17 .cont .item {
    width: 50%;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 567px) {
  .proinbox-sec17 .cont .item {
    width: 100%;
    padding: 0;
  }
  .proinbox-sec17 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.proinbox-sec17 .cont .item .list {
  display: block;
  background-color: #f5f5f5;
  padding: 0.3rem 0.4rem 0.4rem;
}
.proinbox-sec17 .cont .item .list .tit {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666666;
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 0.22rem;
}
.proinbox-sec17 .cont .item .list .text {
  color: #999999;
  font-size: 16px;
  margin-bottom: 0.32rem;
}
@media (max-width: 1580px) {
  .proinbox-sec17 .cont .item .list .text {
    font-size: 14px;
  }
}
.proinbox-sec17 .cont .item .list .but {
  width: 0.5rem;
  height: 0.5rem;
  border: solid 2px #cccccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.proinbox-sec17 .cont .item .list .but svg {
  height: 36%;
}
.proinbox-sec17 .cont .item .list .but svg path {
  fill: #ccc;
}
.proinbox-sec17 .cont .item .list:hover .tit {
  color: #14235a;
}
.proinbox-sec17 .cont .item .list:hover .but {
  background-color: #14235a;
  border-color: #14235a;
}
.proinbox-sec17 .cont .item .list:hover .but svg path {
  fill: #fff;
}
.proinbox-sec18 {
  background-color: #f5f5f5;
}
.proinbox-sec18 .proinbox_tit {
  margin-bottom: 0.52rem;
}
.proinbox-sec18 .cont {
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 567px) {
  .proinbox-sec18 .cont {
    margin: 0;
  }
}
.proinbox-sec18 .cont .item {
  width: 25%;
  padding: 0 0.2rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .proinbox-sec18 .cont .item {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .proinbox-sec18 .cont .item {
    width: 100%;
    padding: 0;
  }
}
.proinbox-sec18 .cont .item .list {
  display: block;
  background-color: #fff;
  padding: 0.5rem 0;
}
.proinbox-sec18 .cont .item .list .img {
  padding-bottom: 49.45%;
}
.proinbox-sec18 .cont .item .list .img img {
  max-height: 94%;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  object-fit: contain;
}
.proinbox-sec18 .cont .item .list .img img:nth-child(2) {
  opacity: 0;
}
@media (max-width: 1199px) {
  .proinbox-sec18 .cont .item .list .img img:nth-child(2) {
    opacity: 1;
  }
}
.proinbox-sec18 .cont .item .list .font {
  text-align: center;
  padding: 0.4rem 0.3rem 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .proinbox-sec18 .cont .item .list .font {
    transform: translateY(0.3rem);
    -webkit-transform: translateY(0.3rem);
  }
}
.proinbox-sec18 .cont .item .list .font .name {
  color: #666666;
  font-size: 18px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .proinbox-sec18 .cont .item .list .font .name {
    font-size: 16px;
  }
}
.proinbox-sec18 .cont .item .list .font .tit {
  font-family: 'cu2', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #000;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.22rem;
}
.proinbox-sec18 .cont .item .list .font .but {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #14235a;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .proinbox-sec18 .cont .item .list .font .but {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .proinbox-sec18 .cont .item .list .font .but {
    opacity: 0;
  }
}
.proinbox-sec18 .cont .item .list .font .but i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  overflow: hidden;
  margin-left: 0.2rem;
  width: 14px;
}
@media (max-width: 1580px) {
  .proinbox-sec18 .cont .item .list .font .but i {
    width: 12px;
  }
}
.proinbox-sec18 .cont .item .list .font .but i svg {
  width: 100%;
  float: left;
}
.proinbox-sec18 .cont .item .list .font .but i svg path {
  fill: #14235a;
}
.proinbox-sec18 .cont .item .list:hover .img img:nth-child(2) {
  opacity: 1;
}
.proinbox-sec18 .cont .item .list:hover .font {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.proinbox-sec18 .cont .item .list:hover .font .but {
  opacity: 1;
}
.proinbox-sec18 .cont .item .list:hover .font .but i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* End */
/* 视频 */
.fzq_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fzq_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fzq_video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
/* End */




.abtbox-sec5 .cont .abtbox5_cont .item .gt .fz_video img:nth-child(2),
.industrybox-sec1 .container .lt .fz_video img:nth-child(2) {
  display: none;
}
.abtbox-sec5 .cont .abtbox5_cont .item .gt .fz_video.on img,
.industrybox-sec1 .container .lt .fz_video.on img {
  display: none;
}
.abtbox-sec5 .cont .abtbox5_cont .item .gt .fz_video.on img:nth-child(2),
.industrybox-sec1 .container .lt .fz_video.on img:nth-child(2) {
  display: block;
}

.abtbox-sec5 .cont .abtbox5_cont .item .gt.on .fz_video,
.abtbox-sec6.on .bag .fz_video,
.industrybox-sec1 .container .lt.on .fz_video{
  display: none;
}
.abtbox-sec5 .cont .abtbox5_cont .item .gt.on:hover .fz_video,
.abtbox-sec6.on:hover .bag .fz_video,
.industrybox-sec1 .container .lt.on:hover .fz_video{
    display: block;
}

@media (max-width: 1441px) and (min-width: 768px) {
  .contact-sec1 .cont .lt .jut .fz_list .li .tit{
    font-size: 16px;
  }
}



/* fot */
@media (max-width: 767px) {
  .fotbox .fot1 .container .f_navbox > li {
    width: 100%;
  }
}
.fotbox .fot1 .container .f_navbox > li .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.fotbox .fot1 .container .f_navbox > li .tit i {
  width: 14px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fotbox .fot1 .container .f_navbox > li .tit i {
    display: none;
  }
}
.fotbox .fot1 .container .f_navbox > li .tit i img {
  width: 100%;
  float: left;
}
.fotbox .fot1 .container .f_navbox > li ul {
  padding-top: 14px;
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .f_navbox > li ul {
    padding-bottom: 16px;
    display: none;
  }
}
.fotbox .fot1 .container .f_navbox > li ul li {
  margin-left: 0;
  margin-top: 10px;
}
.fotbox .fot1 .container .f_navbox > li ul li:first-child {
  margin-top: 0;
}
.fotbox .fot1 .container .f_navbox > li ul li a {
  color: #666;
}
.fotbox .fot1 .container .f_navbox > li ul li a:hover {
  color: #14235a;
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .f_navbox > li ul li {
    width: 100%;
    text-align: left;
    margin-top: 14px;
  }
  img{
      pointer-events: none;
  }
  .proinbox-sec7 .cont .container .gt .proinbox_tit .tit {
      color: #333;
  }
  .proinbox-sec7 .cont .container .gt .proinbox_tit .text{
      color: #666;
  }
}
.fotbox .fot1 .container .f_navbox > li.on .tit i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.jianju .cont .lt {
    right: 5%;
}
.jianju .cont .lt .img img {
    
}

.pro11_cent .cont{
    top: 50%;
    padding-top: 0;
    transform: translateY(-50%); 
}
.pro11_cent .cont .proinbox_tit,.pro11_bot .cont .proinbox_tit{
    margin-bottom: 0;
}
.pro11_bot .cont{
    padding-top: 0;
    padding-bottom: 5.208333%;
    top: initial;
    bottom: 0;
}
@media (max-width: 767px) {
    .pro11_bot .cont {
        padding-bottom: 1.2rem;
    }
}




.proinbox_color .container .lt .proinbox_tit .tit {
    color: #14235a;
}
.proinbox_color .container .lt .proinbox_tit .text {
  color: #666666;
}



.gtfixed .item {
	position: relative;
}
.gtfixed .item .hover1 {
	position: absolute;
	top: 0;
	right: 100%;
	padding-right: 10px;
	height: 100%;
	display: none;
}
.gtfixed .item .hover1 img{
	width: 120px;
	height: 120px;
}
.gtfixed .item .hover1 .tel {
	width: 240px;
	height: 100%;
	background: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gtfixed .item:hover .hover1{
	display: block;
}

@media (max-width: 767px) {
  .gtfxizhan {
    height: 50px;
  }
  .gtfixed {
      bottom: 0;
      right: 0;
      width: 100%;
      display: flex;
  }
  .gtfixed .item {
      width: 25%;
      margin-bottom: 0;
      border-right: 1px solid #ddd;
      
  }
  .gtfixed .item:hover .hover1{
    display: none;
  }
  .gtfixed .item:last-child {
    border-right: none;
  }
}