@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
  --hm2width: 8.95rem;
}
@font-face {
  font-family: 'fonzi';
  src: url('../font/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinBold';
  src: url('../font/DIN-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*字体*/
/* @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");
} */
* {
  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;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #014098;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'fonzi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
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: 85%;
  max-width: 1600px;
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.26rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font22 {
  font-size: 0.22rem;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font26 {
  font-size: 0.26rem;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font26 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 1199px) {
  .font32 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 1199px) {
  .font34 {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .font40 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 0.42rem;
  }
}
.font44 {
  font-size: 0.44rem;
}
@media (max-width: 1199px) {
  .font44 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font44 {
    font-size: 0.42rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1199px) {
  .font48 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 0.42rem;
  }
}
.font50 {
  font-size: 0.5rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .font50 {
    font-size: 0.44rem;
  }
}
.font54 {
  font-size: 0.54rem;
}
@media (max-width: 1199px) {
  .font54 {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .font54 {
    font-size: 0.44rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1199px) {
  .font60 {
    font-size: 0.54rem;
  }
}
@media (max-width: 767px) {
  .font60 {
    font-size: 0.48rem;
  }
}
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
@media (max-width: 370px) {
  .basemenubut {
    width: 20px;
  }
}
.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;
}
@media (max-width: 370px) {
  .basemenubut span {
    margin-bottom: 4px;
  }
}
.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;
}
.base_img {
  position: relative;
  overflow: hidden;
}
.base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.base_img:before {
  content: "";
  display: block;
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #014098;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
.public-content h1,
.public-content h2,
.public-content h3,
.public-content h4,
.public-content h5,
.public-content h6 {
  color: #333;
}
.public-content h1 {
  font-size: 2em;
}
.public-content h2 {
  font-size: 1.5em;
}
.public-content h3 {
  font-size: 1.14em;
}
.public-content h4 {
  font-size: 1em;
}
.public-content h5 {
  font-size: 0.83em;
}
.public-content h6 {
  font-size: 0.67em;
}
#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: #014098;
}
#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: #014098;
}
#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: #014098;
}
#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%;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #014098;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  transform: rotate(-90deg);
}
#c-go-top img path,
#c-go-top svg path {
  fill: #ffffff;
}
.fixendgt {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.fixendgt #c-go-top {
  position: relative;
  bottom: 0;
  right: 0;
}
.fixendgt .f_item {
  margin-bottom: 10px;
  position: relative;
}
.fixendgt .f_item .f_tit {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  transition: all 0.4s;
}
.fixendgt .f_item .f_tit img,
.fixendgt .f_item .f_tit svg {
  width: 50%;
  height: 50%;
}
.fixendgt .f_item .f_tit img path,
.fixendgt .f_item .f_tit svg path {
  fill: #333333;
  transition: all 0.4s;
}
.fixendgt .f_item .f_telhover {
  position: absolute;
  right: 100%;
  margin-right: 0.3rem;
  height: 100%;
  width: 1.8rem;
  justify-content: center;
  text-align: center;
  padding: 0.2rem 0.3rem;
  top: 0;
  display: none;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1900px) {
  .fixendgt .f_item .f_telhover {
    width: 2.4rem;
  }
}
@media (max-width: 767px) {
  .fixendgt .f_item .f_telhover {
    width: 4rem;
  }
}
.fixendgt .f_item:hover .f_tit {
  background-color: #014098;
}
.fixendgt .f_item:hover .f_tit svg path {
  fill: #ffffff;
}
.fixendgt .f_item:hover .f_telhover {
  display: flex;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: calc(100% - 80px);
  object-fit: cover;
}
@media (max-width: 1199px) {
  .c-home-banner .swiper-slide .c-pc,
  .c-home-banner .swiper-slide .c-mb {
    height: calc(100vh - 60px);
  }
}
.c-home-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-slide .f_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.4s;
}
.c-home-banner .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url(../images/zhezhoabannerim1.png) no-repeat center / 100% 100%;
}
.c-home-banner .swiper-slide .cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-home-banner .swiper-slide .cont .f_tit {
  font-family: 'fonzi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 0.44rem;
}
.c-home-banner .swiper-slide .cont .f_tit span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-fill-color: transparent;
  text-stroke: 1px #fff;
}
.c-home-banner .swiper-slide .cont .f_name {
  margin-bottom: 1.84rem;
}
.c-home-banner .swiper-slide .cont .f_videoicon {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: solid 2px #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  justify-content: center;
}
.c-home-banner .swiper-slide .cont .f_videoicon img,
.c-home-banner .swiper-slide .cont .f_videoicon svg {
  width: 22.5%;
  height: 22.5%;
  object-fit: contain;
}
.c-home-banner .swiper-slide .cont .f_videoicon img path,
.c-home-banner .swiper-slide .cont .f_videoicon svg path {
  fill: #ffffff;
}
.c-home-banner .swiper-slide .cont .hm_but i {
  border-color: #fff;
}
.c-home-banner .swiper-slide .cont .hm_but i svg path {
  fill: #fff;
}
.c-home-banner .swiper-slide .cont .hm_but span {
  color: #fff;
}
.c-home-banner .swiper-slide .cont .hm_but:hover i {
  background-color: #fff;
}
.c-home-banner .swiper-slide .cont .hm_but:hover i svg path {
  fill: #014098;
}
.c-home-banner .swiper-slide.on .f_video {
  display: block;
  opacity: 1;
}
.c-home-banner .swiper-slide.on .cont {
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.c-home-banner .swiper-button-next,
.c-home-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.4s;
  right: 0.6rem;
  background: transparent;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-next,
  .c-home-banner .swiper-button-prev {
    display: none;
  }
}
.c-home-banner .swiper-button-next::after,
.c-home-banner .swiper-button-prev::after {
  display: none;
}
.c-home-banner .swiper-button-next img,
.c-home-banner .swiper-button-prev img,
.c-home-banner .swiper-button-next svg,
.c-home-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-next img path,
.c-home-banner .swiper-button-prev img path,
.c-home-banner .swiper-button-next svg path,
.c-home-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-prev {
  left: 0.6rem;
  transform: rotate(180deg);
}
.c-home-banner .swiper-button-next:hover,
.c-home-banner .swiper-button-prev:hover {
  opacity: 1;
}
.c-home-banner .banner_pagin {
  text-align: right;
  padding-right: 1.9rem;
  bottom: 0.74rem;
}
@media (max-width: 767px) {
  .c-home-banner .banner_pagin {
    padding-right: 0;
    text-align: center;
  }
}
.c-home-banner .banner_pagin .swiper-pagination-bullet {
  width: auto;
  background-color: transparent;
  opacity: 1;
  border-radius: 0;
  color: #ffffff;
  width: 0.6rem;
  transition: all 0.4s 0.2s linear;
  position: relative;
}
.c-home-banner .banner_pagin .swiper-pagination-bullet span {
  opacity: 0;
  transition: all 0.4s linear;
  font-size: 14px;
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  text-align: center;
}
@media (max-width: 1580px) {
  .c-home-banner .banner_pagin .swiper-pagination-bullet span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .c-home-banner .banner_pagin .swiper-pagination-bullet span {
    font-size: 0.26rem;
  }
}
@media (max-width: 1199px) {
  .c-home-banner .banner_pagin .swiper-pagination-bullet span {
    display: none;
  }
}
.c-home-banner .banner_pagin .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 1px;
  opacity: 0.35;
  transition: all 0.4s linear;
}
.c-home-banner .banner_pagin .swiper-pagination-bullet-active {
  width: 138px;
  transition: all 0.4s linear;
}
@media (max-width: 1199px) {
  .c-home-banner .banner_pagin .swiper-pagination-bullet-active {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .c-home-banner .banner_pagin .swiper-pagination-bullet-active {
    width: 1.3rem;
  }
}
.c-home-banner .banner_pagin .swiper-pagination-bullet-active span {
  opacity: 1;
  transition: all 0.4s 0.4s linear;
}
.c-home-banner .banner_pagin .swiper-pagination-bullet-active:after {
  opacity: 1;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.4s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #014098;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 导航 */
.hadheight {
  display: none;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 60px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  max-width: 100%;
}
.hadbox-sec1 {
  -webkit-transition: height 0.4s linear, background 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    line-height: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    line-height: 60px;
    height: 60px;
  }
}
.hadbox-sec1 > .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding-left: 0.24rem;
}
@media (max-width: 1199px) {
  .hadbox-sec1 > .container {
    padding-right: 0.24rem;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 > .container {
    height: 100%;
    padding: 0 5%;
  }
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .lt .fz_logo {
  display: flex;
  overflow: hidden;
  margin-right: 1.04rem;
  height: 34px;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .lt .fz_logo {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 0.3rem;
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 0.44rem;
  }
}
.hadbox-sec1 .lt .fz_logo img {
  float: left;
  height: 100%;
}
.hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox > li {
  position: relative;
}
.hadbox-sec1 .f_navbox li {
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li {
    padding: 0 14px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li {
    padding: 0;
  }
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 14px;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 10px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i img,
.hadbox-sec1 .f_navbox li .tit i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2),
.hadbox-sec1 .f_navbox li .tit i svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit i svg {
  max-width: 50%;
  max-height: 50%;
}
.hadbox-sec1 .f_navbox li .tit i svg path {
  fill: none;
  stroke: #ffffff;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 0.7em;
  width: 0;
  background-color: #014098;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit:after {
    height: 2px;
  }
}
.hadbox-sec1 .f_navbox li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(1, 64, 152, 0.9);
  line-height: 45px;
  text-align: center;
  padding: 0.12rem 0 0.16rem;
  margin-top: -1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  display: none;
}
.hadbox-sec1 .f_navbox li > ul > li a {
  font-size: 14px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  color: #fff;
  opacity: 0.65;
}
.hadbox-sec1 .f_navbox li > ul > li a:hover {
  opacity: 1;
}
.hadbox-sec1 .f_navbox li:hover .tit span {
  color: #014098;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
  width: 100%;
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li:hover .fz_hover {
    line-height: 50px;
    height: 50px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li.on .tit:after {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant {
  position: inherit;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #ffffff;
  text-align: center;
  margin-top: -1px;
  display: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 46px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul {
    line-height: 42px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li {
  margin-bottom: 0;
  margin: 0 0.26rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.16rem;
  color: #666;
  font-size: 14px;
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background-color: #014098;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a:hover {
  color: #014098;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li.on > a {
  color: #014098;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li.on > a:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  color: #333333;
  background-color: #ffffff;
  padding: 0.3rem 0 1.36rem;
  line-height: 1.4;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .container {
  max-width: 1600px;
  display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt,
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt {
  padding: 0 0.15rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt {
  width: 14%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form {
  display: flex;
  padding: 8px 12px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #e7e7e7;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form {
    margin-bottom: 20px;
    padding: 6px 10px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut {
    width: 18px;
    height: 18px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut svg {
  width: 100%;
  max-height: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut svg path {
  fill: #9a9a9a;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form input {
  width: 80%;
  color: #666666;
  font-size: 14px;
  width: calc(100% - 20px);
  padding-left: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form input {
    padding-left: 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
  color: #000;
  user-select: none;
  -webkit-user-select: none;
  display: block;
  cursor: pointer;
  color: #666666;
  font-size: 16px;
  transition: all 0.4s;
  margin-bottom: 0.14rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
    font-size: 0.28rem;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.06rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  height: 2px;
  background-color: #014098;
  width: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli:hover {
  color: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .on {
  color: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .on span:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt {
  width: 86%;
  padding-right: 2.3rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but {
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 0.06rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.22rem;
  border-bottom: 1px solid rgba(182, 182, 182, 0.3);
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-left: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i {
    width: 10px;
    height: 10px;
    margin-left: 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i svg {
  width: 100%;
  max-height: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i svg path {
  fill: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent {
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li {
  margin-bottom: 0.5rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_tit {
  color: #222222;
  margin-bottom: 0.24rem;
  font-weight: bold;
  display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_tit:hover {
  text-decoration: underline;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 {
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
  display: block;
  width: 20%;
  font-size: 18px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #666666;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
    font-size: 0.3rem;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli:hover {
  color: #222222;
  text-decoration: underline;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 0.4rem 0 0.6rem;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  display: none!important;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .container {
  max-width: 1282px;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 {
  width: 28.125%;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .ftit {
  display: block;
  color: #222222;
  padding: 4px 0.62rem 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .ftit {
    padding: 4px 0.62rem 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li {
  width: 100%;
  padding: 0 0.5rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
  color: #999999;
  transition: all 0.4s;
  border-bottom: 1px solid #e5e5e5;
  padding-right: 20px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi {
    padding: 12px 10px;
    padding-right: 16px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i svg {
  width: 100%;
  max-height: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i svg polygon {
  transition: all 0.4s;
  fill: #cdcdcd;
  stroke: #cdcdcd;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem1 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem3,
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem4 {
  border-right: none;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li.on > .fzzi {
  background-color: #f2f4f7;
  color: #083793;
  border-bottom-color: transparent;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li.on > .fzzi i svg path {
  fill: #083793;
  stroke: #083793;
}
.hadbox-sec1 .gt {
  display: flex;
}
.hadbox-sec1 .gt .f_lang {
  height: 100%;
  position: relative;
  margin-right: 0.34rem;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .f_lang {
    display: none;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit {
  display: flex;
  color: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_lang .la_tit {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit {
    font-size: 0.26rem;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit {
    font-size: 0.22rem;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_lang .la_tit i {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit i {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit i svg {
  width: 100%;
  height: 100%;
}
.hadbox-sec1 .gt .f_lang .la_tit i svg path {
  fill: #ffffff;
  transition: all 0.4s linear;
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon {
  display: block;
  width: 9px;
  height: 10px;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit .f_icon {
    width: 7px;
    height: 6px;
    margin-left: 4px;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  transition: all 0.4s linear;
  fill: #ffffff;
}
.hadbox-sec1 .gt .f_lang .hover1 {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 120%;
  background-color: #ffffff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  line-height: 1.5;
  padding-bottom: 0.12rem;
  display: none;
}
.hadbox-sec1 .gt .f_lang .hover1 a {
  display: block;
  font-size: 12px;
  color: #555555;
  padding: 6px 10px;
  text-align: center;
}
.hadbox-sec1 .gt .f_lang .hover1 a:hover {
  color: #014098;
  text-decoration: underline;
}
.hadbox-sec1 .gt .f_lang:hover .hover1 {
  display: block;
}
.hadbox-sec1 .gt .f_search {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .f_search {
    display: none;
  }
}
.hadbox-sec1 .gt .f_search svg,
.hadbox-sec1 .gt .f_search img {
  width: 100%;
  height: 100%;
  width: 20px;
  height: 20px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_search svg,
  .hadbox-sec1 .gt .f_search img {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_search svg,
  .hadbox-sec1 .gt .f_search img {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.hadbox-sec1 .gt .f_search svg path,
.hadbox-sec1 .gt .f_search img path {
  transition: all 0.4s linear;
  fill: #ffffff;
}
.hadbox-sec1 .gt .f_tel {
  color: #fff;
  font-weight: bold;
  margin-right: 0.4rem;
}
.hadbox-sec1 .gt .f_tel a {
  color: #fff;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_tel {
    display: none;
  }
}
.hadbox-sec1 .gt .f_but {
  display: flex;
  align-items: center;
  color: #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_but {
    font-size: 0.2rem;
  }
}
.hadbox-sec1 .gt .f_but img,
.hadbox-sec1 .gt .f_but svg {
  width: 18px;
  height: 18px;
  margin-right: 14px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_but img,
  .hadbox-sec1 .gt .f_but svg {
    width: 16px;
    margin-right: 10px;
    height: 16px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 .gt .f_but img,
  .hadbox-sec1 .gt .f_but svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_but img,
  .hadbox-sec1 .gt .f_but svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.hadbox-sec1 .gt .f_but img path,
.hadbox-sec1 .gt .f_but svg path {
  fill: #ffffff;
}
.hadbox-sec1 .gt .qie {
  margin-left: 0.2rem;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .gt .qie {
    display: none;
  }
}
.hadbox-sec1 .gt .qie span {
  background-color: #fff;
}
.hadbox-sec2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 70px);
  background-color: #fff;
  display: none;
}
.hadbox-sec2 .container {
  position: relative;
}
@media (max-width: 1199px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1199px) {
}
.hadbox-sec2 .container .f_portrait {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #014098;
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec2 .container .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
  margin-top: 0.34rem;
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
  height: 1rem;
}
.hadbox-sec2 .container .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec2 .container .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec2 .container .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec2 .container .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec2 .container .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #014098;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec2 .container .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  height: calc(100% - 90px);
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .navbox > ul > li .tit i {
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 100%;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
  stroke: none;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg {
  float: left;
  width: 30px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img path,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg path {
  fill: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:after,
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -13px;
  background-color: #999;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li.active .tit i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: #014098;
}
.hadbox-sec2 .container .f_jut1 {
  display: flex;
  line-height: 1.5;
}
.hadbox-sec2 .container .f_jut1 .f_lang {
  height: 100%;
  position: relative;
  margin-right: 0.34rem;
}
.hadbox-sec2 .container .f_jut1 .f_lang .la_tit {
  display: flex;
  color: #222222;
  user-select: none;
  -webkit-user-select: none;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec2 .container .f_jut1 .f_lang .la_tit {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .f_jut1 .f_lang .la_tit {
    font-size: 0.26rem;
  }
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .f_jut1 .f_lang .la_tit {
    font-size: 0.22rem;
  }
}
.hadbox-sec2 .container .f_jut1 .f_lang .la_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec2 .container .f_jut1 .f_lang .la_tit i {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .f_jut1 .f_lang .la_tit i {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
}
.hadbox-sec2 .container .f_jut1 .f_lang .la_tit i svg {
  width: 100%;
  height: 100%;
}
.hadbox-sec2 .container .f_jut1 .f_lang .la_tit i svg path {
  fill: #222222;
  transition: all 0.4s linear;
}
.hadbox-sec2 .container .f_jut1 .f_lang .la_tit .f_icon {
  display: block;
  width: 9px;
  height: 10px;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .f_jut1 .f_lang .la_tit .f_icon {
    width: 7px;
    height: 6px;
    margin-left: 4px;
  }
}
.hadbox-sec2 .container .f_jut1 .f_lang .la_tit .f_icon path {
  transition: all 0.4s linear;
  fill: #222222;
}
.hadbox-sec2 .container .f_jut1 .f_lang .hover1 {
  position: absolute;
  bottom: 70%;
  left: 50%;
  width: 180%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  line-height: 1.5;
  padding-bottom: 0.12rem;
  display: none;
}
.hadbox-sec2 .container .f_jut1 .f_lang .hover1 a {
  display: block;
  font-size: 12px;
  color: #555555;
  padding: 6px 10px;
  text-align: center;
}
.hadbox-sec2 .container .f_jut1 .f_lang .hover1 a:hover {
  color: #014098;
  text-decoration: underline;
}
.hadbox-sec2 .container .f_jut1 .f_lang:hover .hover1 {
  display: block;
}
.hadbox-sec2 .container .f_jut1 .f_search {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.hadbox-sec2 .container .f_jut1 .f_search svg,
.hadbox-sec2 .container .f_jut1 .f_search img {
  width: 100%;
  height: 100%;
  width: 20px;
  height: 20px;
}
@media (max-width: 1580px) {
  .hadbox-sec2 .container .f_jut1 .f_search svg,
  .hadbox-sec2 .container .f_jut1 .f_search img {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .f_jut1 .f_search svg,
  .hadbox-sec2 .container .f_jut1 .f_search img {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.hadbox-sec2 .container .f_jut1 .f_search svg path,
.hadbox-sec2 .container .f_jut1 .f_search img path {
  transition: all 0.4s linear;
  fill: #222222;
}
.hadbox-sec3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  display: none;
}
.hadbox-sec3 .container {
  padding: 0.6rem 0 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .hadbox-sec3 .container {
    padding-bottom: 0.6rem;
  }
}
.hadbox-sec3 .f_close {
  position: absolute;
  right: 0.8rem;
  top: 0.96rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_close {
    right: 0;
    top: 0.3rem;
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec3 .f_close img {
  width: 100%;
  float: left;
}
.hadbox-sec3 .f_close img:nth-child(2) {
  display: none;
}
.hadbox-sec3 .f_close svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.hadbox-sec3 .f_close svg path {
  fill: #808080;
}
.hadbox-sec3 .f_close:hover {
  transform: rotate(90deg);
}
.hadbox-sec3 .f_cont {
  max-width: 1000px;
  margin: 0 auto;
}
.hadbox-sec3 .f_cont .fz_title {
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .fz_title {
    margin-bottom: 0.6rem;
  }
}
.hadbox-sec3 .f_cont .f_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  margin-bottom: 0.36rem;
  border-bottom: 1px solid rgba(194, 194, 194, 0.15);
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form {
    padding-bottom: 0.3rem;
  }
}
.hadbox-sec3 .f_cont .f_form input {
  width: calc(100% - 26px);
  padding-right: 0.26rem;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form input {
    width: calc(100% - 0.36rem);
  }
}
.hadbox-sec3 .f_cont .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555555;
}
.hadbox-sec3 .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
}
.hadbox-sec3 .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555555;
}
.hadbox-sec3 .f_cont .f_form .f_sub {
  overflow: hidden;
  width: 26px;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form .f_sub {
    width: 0.36rem;
  }
}
.hadbox-sec3 .f_cont .f_form .f_sub img {
  float: left;
  width: 100%;
}
.hadbox-sec3 .f_cont .f_form .f_sub svg {
  width: 100%;
}
.hadbox-sec3 .f_cont .f_form .f_sub svg path {
  fill: #444444;
}
.hadbox-sec3 .f_cont .f_form .f_sub:hover svg path {
  fill: #014098;
}
.hadbox-sec3 .f_cont .f_jut {
  display: flex;
  line-height: 24px;
  align-items: flex-start;
  line-height: 36px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .f_jut {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .f_cont .f_jut {
    line-height: 26px;
  }
}
.hadbox-sec3 .f_cont .f_jut .name {
  fill: 0 0 auto;
  margin-top: 1px;
  display: block;
  padding-right: 0.2rem;
}
.hadbox-sec3 .f_cont .f_jut .f_list {
  fill: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec3 .f_cont .f_jut .f_list .li {
  margin-bottom: 10px;
  color: #555555;
  background-color: #f1f1f1;
  border-radius: 18px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.22rem;
  margin-right: 0.16rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .f_jut .f_list .li {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .f_cont .f_jut .f_list .li {
    border-radius: 13px;
  }
}
.hadbox-sec3 .f_cont .f_jut .f_list .li:hover {
  color: #ffffff;
  background-color: #014098;
}
.hadbox:hover .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #dddddd;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img {
  display: none;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
  color: #014098;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.on > .tit {
  color: #014098;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac2 .tit {
  color: #999999;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac1 .tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit {
  color: #014098;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit i svg path,
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  fill: #014098;
}
.hadbox:hover .hadbox-sec1 .gt .f_search {
  border-color: #f5f5f5;
}
.hadbox:hover .hadbox-sec1 .gt .f_search svg path {
  fill: #014098;
}
.hadbox:hover .hadbox-sec1 .gt .f_tel {
  color: #014098;
}
.hadbox:hover .hadbox-sec1 .gt .f_tel a {
  color: #014098;
}
.hadbox:hover .hadbox-sec1 .gt .f_but {
  background-color: #014098;
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
  background-color: #333333;
}
.hadbox2 .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #dddddd;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img {
  display: none;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .f_navbox li.on > .tit {
  color: #014098;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac2 .tit {
  color: #999999;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac1 .tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit i svg path,
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  fill: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_search {
  border-color: #f5f5f5;
}
.hadbox2 .hadbox-sec1 .gt .f_search svg path {
  fill: #444;
}
.hadbox2 .hadbox-sec1 .gt .f_tel {
  color: #014098;
}
.hadbox2 .hadbox-sec1 .gt .f_but {
  background-color: #014098;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #333333;
}
.hadbox3 .hadbox-sec1 {
  line-height: 60px;
  height: 60px;
}
@media (max-width: 991px) {
  .hadbox3 .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hadbox3 .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
/* End */
/* 底部 */
.fotbox {
  position: relative;
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .fotbox {
    padding-bottom: 0;
  }
}
.fotbox .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fotbox .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fotbox-sec1 {
  padding: 1.2rem 0 0.86rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 {
    position: relative;
  }
}
.fotbox-sec1 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.fotbox-sec1 .container .lt {
  width: 58.125%;
  padding-right: 3.5rem;
}
@media (max-width: 1199px) {
  .fotbox-sec1 .container .lt {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
}
.fotbox-sec1 .container .lt .f_icon {
  height: 0.96rem;
  margin-bottom: 0.4rem;
}
.fotbox-sec1 .container .lt .f_icon img {
  height: 100%;
}
.fotbox-sec1 .container .lt .f_logo {
  height: 0.62rem;
  margin-bottom: 0.26rem;
}
.fotbox-sec1 .container .lt .f_logo img {
  height: 100%;
}
.fotbox-sec1 .container .lt .f_text {
  color: #ffffff;
  line-height: 1.44444444;
}
.fotbox-sec1 .container .gt {
  width: 41.875%;
  padding-right: 0.62rem;
}
@media (max-width: 991px) {
  .fotbox-sec1 .container .gt {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt {
    width: 100%;
  }
}
.fotbox-sec1 .container .gt .img {
  width: 100%;
}
.fotbox-sec1 .container .gt .img:before {
  padding-top: 75%;
}
.fotbox-sec2 {
  position: relative;
}
.fotbox-sec2 .container,
.fotbox-sec2 .g-fotbox-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.55rem 0 0.34rem;
}
@media (min-width: 992px) {
  .fotbox-sec2 .container,
  .fotbox-sec2 .g-fotbox-box {
    width: 92%;
    max-width: 1760px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container,
  .fotbox-sec2 .g-fotbox-box {
    width: 100%;
    animation-name: none;
    -webkit-animation-name: none;
    background-color: #ffffff;
  }
}
.fotbox-sec2 .container .g-fotbox-con,
.fotbox-sec2 .g-fotbox-box .g-fotbox-con {
  display: flex;
  padding: 0 0.8rem;
}
@media (max-width: 1199px) {
  .fotbox-sec2 .container .g-fotbox-con,
  .fotbox-sec2 .g-fotbox-box .g-fotbox-con {
    flex-direction: column;
    padding: 0 0.5rem;
  }
}
.fotbox-sec2 .container .f_jt,
.fotbox-sec2 .g-fotbox-box .f_jt {
  width: 32.5%;
  margin-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .fotbox-sec2 .container .f_jt,
  .fotbox-sec2 .g-fotbox-box .f_jt {
    width: 100%;
  }
}
.fotbox-sec2 .container .f_jt .f_logo,
.fotbox-sec2 .g-fotbox-box .f_jt .f_logo {
  display: block;
  height: 0.36rem;
}
@media (max-width: 1199px) {
  .fotbox-sec2 .container .f_jt .f_logo,
  .fotbox-sec2 .g-fotbox-box .f_jt .f_logo {
    height: 0.4rem;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .f_jt .f_logo,
  .fotbox-sec2 .g-fotbox-box .f_jt .f_logo {
    height: 0.6rem;
  }
}
.fotbox-sec2 .container .f_jt .f_logo img,
.fotbox-sec2 .g-fotbox-box .f_jt .f_logo img {
  height: 100%;
  width: auto;
}
.fotbox-sec2 .container .f_jt .fen,
.fotbox-sec2 .g-fotbox-box .f_jt .fen {
  margin-top: 0.44rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .f_jt .fen,
  .fotbox-sec2 .g-fotbox-box .f_jt .fen {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.fotbox-sec2 .container .f_jt .fen .li,
.fotbox-sec2 .g-fotbox-box .f_jt .fen .li {
  margin: 0 4px;
  position: relative;
}
.fotbox-sec2 .container .f_jt .fen .li .f_tit,
.fotbox-sec2 .g-fotbox-box .f_jt .fen .li .f_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #f0f3f7;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .f_jt .fen .li .f_tit,
  .fotbox-sec2 .g-fotbox-box .f_jt .fen .li .f_tit {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.fotbox-sec2 .container .f_jt .fen .li .f_tit img,
.fotbox-sec2 .g-fotbox-box .f_jt .fen .li .f_tit img,
.fotbox-sec2 .container .f_jt .fen .li .f_tit svg,
.fotbox-sec2 .g-fotbox-box .f_jt .fen .li .f_tit svg {
  width: auto;
  max-width: 100%;
  height: 36%;
}
.fotbox-sec2 .container .f_jt .fen .li .f_tit img path,
.fotbox-sec2 .g-fotbox-box .f_jt .fen .li .f_tit img path,
.fotbox-sec2 .container .f_jt .fen .li .f_tit svg path,
.fotbox-sec2 .g-fotbox-box .f_jt .fen .li .f_tit svg path {
  fill: #bec7d4;
  transition: all 0.4s;
}
.fotbox-sec2 .container .f_jt .fen .li .f_hover1,
.fotbox-sec2 .g-fotbox-box .f_jt .fen .li .f_hover1 {
  width: 90px;
  overflow: hidden;
  border-radius: 5px;
  position: absolute;
  top: 110%;
  left: 50%;
  display: none;
  transform: translateX(-50%);
  margin-bottom: 10px;
  box-shadow: 0 0 0.3rem rgba(19, 30, 45, 0.08);
}
.fotbox-sec2 .container .f_jt .fen .li .f_hover1 img,
.fotbox-sec2 .g-fotbox-box .f_jt .fen .li .f_hover1 img {
  width: 100%;
  height: auto;
}
.fotbox-sec2 .container .f_jt .fen .li:hover .f_tit,
.fotbox-sec2 .g-fotbox-box .f_jt .fen .li:hover .f_tit {
  background-color: #014098;
  border-color: #014098;
}
.fotbox-sec2 .container .f_jt .fen .li:hover .f_tit svg path,
.fotbox-sec2 .g-fotbox-box .f_jt .fen .li:hover .f_tit svg path {
  fill: #fff;
}
.fotbox-sec2 .container .f_jt .fen .li:hover .f_hover1,
.fotbox-sec2 .g-fotbox-box .f_jt .fen .li:hover .f_hover1 {
  display: block;
}
.fotbox-sec2 .container .f_navbox,
.fotbox-sec2 .g-fotbox-box .f_navbox {
  width: 67.5%;
  display: flex;
}
@media (max-width: 1199px) {
  .fotbox-sec2 .container .f_navbox,
  .fotbox-sec2 .g-fotbox-box .f_navbox {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .fotbox-sec2 .container .f_navbox,
  .fotbox-sec2 .g-fotbox-box .f_navbox {
    flex-wrap: wrap;
    padding-bottom: 0.1rem;
  }
}
.fotbox-sec2 .container .f_navbox > li,
.fotbox-sec2 .g-fotbox-box .f_navbox > li {
  /* width: 25%; */
  padding: 0 1rem 0 0;
}
@media (max-width: 1199px) {
  .fotbox-sec2 .container .f_navbox > li,
  .fotbox-sec2 .g-fotbox-box .f_navbox > li {
    padding: 0 0.6rem 0 0;
    width: auto;
  }
}
@media (max-width: 991px) {
  .fotbox-sec2 .container .f_navbox > li,
  .fotbox-sec2 .g-fotbox-box .f_navbox > li {
    max-width: initial;
    width: 33.333%;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .f_navbox > li,
  .fotbox-sec2 .g-fotbox-box .f_navbox > li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.fotbox-sec2 .container .f_navbox > li .tit,
.fotbox-sec2 .g-fotbox-box .f_navbox > li .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .fotbox-sec2 .container .f_navbox > li .tit,
  .fotbox-sec2 .g-fotbox-box .f_navbox > li .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .f_navbox > li .tit,
  .fotbox-sec2 .g-fotbox-box .f_navbox > li .tit {
    font-size: 0.3rem;
  }
}
.fotbox-sec2 .container .f_navbox > li .tit span,
.fotbox-sec2 .g-fotbox-box .f_navbox > li .tit span {
  color: #000;
  opacity: 0.8;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #000 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .fotbox-sec2 .container .f_navbox > li .tit span:hover,
  .fotbox-sec2 .g-fotbox-box .f_navbox > li .tit span:hover {
    background-size: 100% 100%;
  }
}
.fotbox-sec2 .container .f_navbox > li .tit i,
.fotbox-sec2 .g-fotbox-box .f_navbox > li .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.4rem;
  transition: all 0.4s;
  margin-right: -0.2rem;
}
@media (min-width: 768px) {
  .fotbox-sec2 .container .f_navbox > li .tit i,
  .fotbox-sec2 .g-fotbox-box .f_navbox > li .tit i {
    display: none;
  }
}
.fotbox-sec2 .container .f_navbox > li .tit i img,
.fotbox-sec2 .g-fotbox-box .f_navbox > li .tit i img,
.fotbox-sec2 .container .f_navbox > li .tit i svg,
.fotbox-sec2 .g-fotbox-box .f_navbox > li .tit i svg {
  width: 12px;
  height: 14px;
  object-fit: cont;
}
.fotbox-sec2 .container .f_navbox > li .tit i img path,
.fotbox-sec2 .g-fotbox-box .f_navbox > li .tit i img path,
.fotbox-sec2 .container .f_navbox > li .tit i svg path,
.fotbox-sec2 .g-fotbox-box .f_navbox > li .tit i svg path {
  fill: #000;
  opacity: 0.8;
}
.fotbox-sec2 .container .f_navbox > li ul,
.fotbox-sec2 .g-fotbox-box .f_navbox > li ul {
  padding-top: 0.26rem;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .f_navbox > li ul,
  .fotbox-sec2 .g-fotbox-box .f_navbox > li ul {
    display: none;
  }
}
.fotbox-sec2 .container .f_navbox > li ul li,
.fotbox-sec2 .g-fotbox-box .f_navbox > li ul li {
  width: 100%;
  margin-bottom: 0.05rem;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .f_navbox > li ul li,
  .fotbox-sec2 .g-fotbox-box .f_navbox > li ul li {
    width: 100%;
  }
}
.fotbox-sec2 .container .f_navbox > li ul li a,
.fotbox-sec2 .g-fotbox-box .f_navbox > li ul li a {
  color: #999999;
  transition: all 0.4s;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.fotbox-sec2 .container .f_navbox > li ul li a:hover,
.fotbox-sec2 .g-fotbox-box .f_navbox > li ul li a:hover {
  background-size: 100% 100%;
  color: #222222;
}
.fotbox-sec2 .container .f_navbox > li.item2,
.fotbox-sec2 .g-fotbox-box .f_navbox > li.item2 {
  padding-left: 0.8rem;
}
@media (max-width: 991px) {
  .fotbox-sec2 .container .f_navbox > li.item2,
  .fotbox-sec2 .g-fotbox-box .f_navbox > li.item2 {
    padding-left: 0.25rem;
  }
}
.fotbox-sec2 .container .f_navbox > li.item2 ul li,
.fotbox-sec2 .g-fotbox-box .f_navbox > li.item2 ul li {
  width: 100%;
}
.fotbox-sec2 .container .f_navbox > li.on .tit i,
.fotbox-sec2 .g-fotbox-box .f_navbox > li.on .tit i {
  transform: rotate(90deg);
}
.fotbox-sec2 .container .cont,
.fotbox-sec2 .g-fotbox-box .cont {
  padding: 0.24rem 0.8rem 0 0.84rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #f2f2f2;
}
@media (max-width: 1199px) {
  .fotbox-sec2 .container .cont,
  .fotbox-sec2 .g-fotbox-box .cont {
    padding: 0.3rem 0.5rem 0;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .cont,
  .fotbox-sec2 .g-fotbox-box .cont {
    width: 100%;
    text-align: center;
  }
}
.fotbox-sec2 .container .cont a,
.fotbox-sec2 .g-fotbox-box .cont a,
.fotbox-sec2 .container .cont span,
.fotbox-sec2 .g-fotbox-box .cont span {
  color: #000000;
  opacity: 0.35;
  transition: all 0.4s;
  display: inline-block;
}
.fotbox-sec2 .container .cont a:hover,
.fotbox-sec2 .g-fotbox-box .cont a:hover {
  opacity: 1;
}
.fotbox-sec2 .container .cont .lt a,
.fotbox-sec2 .g-fotbox-box .cont .lt a {
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .cont .gt,
  .fotbox-sec2 .g-fotbox-box .cont .gt {
    width: 100%;
    margin-top: 0.1rem;
  }
}
.fotbox-sec2 .container .cont .gt span,
.fotbox-sec2 .g-fotbox-box .cont .gt span {
  margin: 0 0.24rem;
}
/* End */
/* 首页 */
.hmbox_cont {
  position: relative;
  overflow: hidden;
}
.hmbox_cont .box_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hmbox_cont .box_img img {
  width: 100%;
  height: auto;
}
.hmbox_cont .box_img img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 1900px) {
  .hmbox_cont .box_img {
    height: 100%;
  }
  .hmbox_cont .box_img img {
    height: 100%;
  }
}
.hm_but {
  transition: all 0.4s linear;
  display: flex;
  align-items: center;
}
.hm_but i {
  width: 0.48rem;
  height: 0.48rem;
  border: solid 1px #014098;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s linear;
  margin-right: 0.14rem;
}
@media (max-width: 567px) {
  .hm_but i {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.hm_but i svg,
.hm_but i img {
  width: 20.83333333%;
  height: 20.83333333%;
  object-fit: contain;
}
.hm_but i svg path,
.hm_but i img path {
  fill: #014098;
}
.hm_but span {
  transition: all 0.4s;
  color: #014098;
}
.hm_but:hover i {
  background-color: #014098;
}
.hm_but:hover i svg path {
  fill: #ffffff;
}
.hm_tit {
  width: 100%;
  text-align: center;
}
.hm_tit .f_name {
  color: #00317d;
  margin-bottom: 4px;
}
.hm_tit .f_tit {
  color: #000000;
  font-weight: bold;
}
.hm-sec1 {
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hm-sec1 {
    padding: 1.2rem 0;
  }
}
.hm-sec1 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hm-sec1 .container .gt {
  width: 13.5%;
}
@media (max-width: 767px) {
  .hm-sec1 .container .gt {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.hm-sec1 .container .gt .fz_but {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s;
}
.hm-sec1 .container .gt .fz_but .f_icon {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf2f8;
  border-radius: 50%;
  margin-bottom: 0.14rem;
}
@media (max-width: 767px) {
  .hm-sec1 .container .gt .fz_but .f_icon {
    width: 1rem;
    height: 1rem;
  }
}
.hm-sec1 .container .gt .fz_but .f_icon img {
  height: 42.5%;
  max-width: 100%;
}
.hm-sec1 .container .gt .fz_but span {
  color: #014098;
}
.hm-sec1 .container .gt .fz_but:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .hm-sec1 .container .gt .fz_but {
    flex-direction: row;
    justify-content: center;
  }
  .hm-sec1 .container .gt .fz_but .f_icon {
    margin-bottom: 0;
    margin-right: 0.2rem;
  }
}
.hm-sec1 .hm1_cont {
  width: auto;
  width: 86.5%;
  border-right: 1px solid #f2f5fb;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hm-sec1 .hm1_cont {
    width: 100%;
  }
}
.hm-sec1 .hm1_cont .swiper-slide {
  width: 33.333%;
  /* width: 30%;
				width: 25%; */
  transition: all 0.4s;
  height: auto;
  padding: 0 0.4rem;
}
@media (max-width: 991px) {
  .hm-sec1 .hm1_cont .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .hm1_cont .swiper-slide {
    width: 80%;
  }
}
.hm-sec1 .hm1_cont .swiper-slide .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  transition: all 0.4s;
  padding: 0.48rem 0 0.5rem;
  padding: 0.35rem 0;
}
.hm-sec1 .hm1_cont .swiper-slide .item .f_time {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #014098;
  margin-bottom: 0.16rem;
  margin-bottom: 0.1rem;
}
.hm-sec1 .hm1_cont .swiper-slide .item .f_time img,
.hm-sec1 .hm1_cont .swiper-slide .item .f_time svg {
  width: 16px;
  height: auto;
  margin-right: 6px;
}
.hm-sec1 .hm1_cont .swiper-slide .item .f_time img path,
.hm-sec1 .hm1_cont .swiper-slide .item .f_time svg path {
  fill: #014098;
}
.hm-sec1 .hm1_cont .swiper-slide .item .f_tit {
  color: #222222;
  line-height: 1.16666667;
  max-height: 2.33333333em;
  margin-bottom: 0.2rem;
  margin-bottom: 0rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  margin-bottom: 0.16rem;
}
.hm-sec1 .hm1_cont .swiper-slide .item .f_text {
  color: #999999;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  height: 3em;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hm-sec1 .hm1_cont .swiper-slide .item .f_text {
    opacity: 1;
  }
}
.hm-sec1 .hm1_cont .swiper-slide .item .but {
  margin-top: 0.32rem;
  transition: all 0.4s linear;
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  margin-top: 0.25rem;
}
.hm-sec1 .hm1_cont .swiper-slide .item .but i {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #ffffff;
  border: solid 1px #014098;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s linear;
  margin-right: 0.14rem;
}
@media (max-width: 567px) {
  .hm-sec1 .hm1_cont .swiper-slide .item .but i {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.hm-sec1 .hm1_cont .swiper-slide .item .but i svg,
.hm-sec1 .hm1_cont .swiper-slide .item .but i img {
  width: 20.83333333%;
  height: 20.83333333%;
  object-fit: contain;
}
.hm-sec1 .hm1_cont .swiper-slide .item .but i svg path,
.hm-sec1 .hm1_cont .swiper-slide .item .but i img path {
  fill: #014098;
}
.hm-sec1 .hm1_cont .swiper-slide .item .but span {
  transition: all 0.4s;
  color: #014098;
}
@media (min-width: 1200px) {
  .hm-sec1 .hm1_cont .swiper-slide .item .but span {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .hm-sec1 .hm1_cont .swiper-slide:hover .item .f_text {
    opacity: 1;
  }
  .hm-sec1 .hm1_cont .swiper-slide:hover .item .but i {
    background-color: #014098;
  }
  .hm-sec1 .hm1_cont .swiper-slide:hover .item .but i svg path {
    fill: #ffffff;
  }
  .hm-sec1 .hm1_cont .swiper-slide:hover .item .but span {
    opacity: 1;
  }
}
.hm-sec2 {
  position: relative;
  height: 270vh;
}
.hm-sec2 .f_zhong {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #f0f3f7;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.hm-sec2 .f_zhong .container {
  margin: 0;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .hm-sec2 .f_zhong .container {
    padding-top: 0;
  }
}
.hm-sec2 .f_zhong .container .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hm-sec2 .f_zhong .container .cont .font {
  width: 35.125%;
  padding-right: 1rem;
}
@media (max-width: 1199px) {
  .hm-sec2 .f_zhong .container .cont .font {
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .f_zhong .container .cont .font {
    width: 100%;
    margin-bottom: 0.6rem;
    padding-right: 0;
  }
}
.hm-sec2 .f_zhong .container .cont .font .name {
  color: #00317d;
  font-weight: 600;
  line-height: 1.25;
}
.hm-sec2 .f_zhong .container .cont .font .f_tit {
  font-weight: bold;
  color: #000000;
  line-height: 1.125;
  margin-top: 0.17rem;
  margin-bottom: 1.26rem;
}
@media (max-width: 767px) {
  .hm-sec2 .f_zhong .container .cont .font .f_tit {
    margin-bottom: 0.36rem;
  }
}
.hm-sec2 .f_zhong .container .cont .gt {
  width: 64.875%;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec2 .f_zhong .container .cont .gt {
    width: 100%;
  }
}
.hm-sec2 .f_zhong .container .cont .gt .f_item {
  transition: all 0.4s linear;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img {
  width: 100%;
  padding-top: 55.78034682%;
  padding-top: 47.16024341%;
  padding-top: 51.31826742%;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: all 0.4s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg path {
  transition: all 0.4s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg .zhou {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.4s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg .zhou[data-name="中国"] path {
  fill: #014098;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg .zhou[data-name="北美洲"] path {
  fill: #5e9bce;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg .zhou[data-name="拉丁美洲"] path {
  fill: #2e80c5;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg .zhou[data-name="非洲"] path {
  fill: #3176c5;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg .zhou[data-name="欧洲"] path {
  fill: #4787c8;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg .zhou[data-name="澳洲"] path {
  fill: #4787c8;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg .zhou[data-name="亚洲"] path,
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg .zhou[data-name="亚洲"] polygon {
  fill: #265aa5;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg .zhou[data-name="南极"] path {
  fill: #5e9bce;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg .zhou:hover {
  opacity: 1;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img img,
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg {
  width: 100%;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img img:nth-child(2),
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img svg:nth-child(2) {
  opacity: 0;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img2 {
  position: absolute;
  left: 47.728%;
  top: 40.759%;
  width: 0;
  height: 0;
  background-color: #000000;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img2 .img {
  width: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.4s;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img2 .img img {
  max-width: initial;
  width: var(--hm2width);
  right: inherit;
  bottom: inherit;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_img2 .img:before {
  padding-top: 59.55307263%;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .tu {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.4s;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  overflow: hidden;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  border: 2px solid #ffffff;
}
@media (max-width: 1580px) {
  .hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .tu {
    border-width: 1px;
  }
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .tu {
  width: 6px!important;
  height: 6px!important;
  background-color: #014098;
  border-radius: 50%;
  border: none;
  overflow: visible;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .tu:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #014098;
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
  animation: scale100 1.4s linear infinite;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .tu img {
  display: none;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .f_wezi {
  position: absolute;
  left: 100%;
  transform: translateY(-50%);
  padding-left: 0.2rem;
  width: 3rem;
  display: none;
  z-index: 2;
}
@media (max-width: 1580px) {
  .hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .f_wezi {
    width: 3.4rem;
  }
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .f_wezi:before {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
  position: absolute;
  right: 100%;
  margin-right: -0.2rem;
  top: 50%;
  margin-top: -8px;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .f_wezi .f_kuang {
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .f_wezi .f_kuang .f_tit {
  background-color: #014098;
  border-radius: 5px;
  padding: 0.1rem 0.2rem;
  color: #ffffff;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .f_wezi .f_kuang .f_jt {
  padding: 0.17rem 0.2rem;
  width: 100%;
  line-height: 22px;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .f_wezi .f_kuang .f_jt .li {
  display: flex;
  margin-bottom: 0.1rem;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .f_wezi .f_kuang .f_jt .li:last-child {
  margin-bottom: 0;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .f_wezi .f_kuang .f_jt .li span {
  display: block;
  width: 0.56rem;
  color: #515368;
  opacity: 0.5;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .f_wezi .f_kuang .f_jt .li p {
  width: calc(100% - 0.56rem);
  color: #515368;
  word-break: break-all;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(30) .tu {
  transition: all 0.4s 3s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(29) .tu {
  transition: all 0.4s 2.9s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(28) .tu {
  transition: all 0.4s 2.8s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(27) .tu {
  transition: all 0.4s 2.7s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(26) .tu {
  transition: all 0.4s 2.6s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(25) .tu {
  transition: all 0.4s 2.5s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(24) .tu {
  transition: all 0.4s 2.4s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(23) .tu {
  transition: all 0.4s 2.3s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(22) .tu {
  transition: all 0.4s 2.2s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(21) .tu {
  transition: all 0.4s 2.1s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(20) .tu {
  transition: all 0.4s 2s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(19) .tu {
  transition: all 0.4s 1.9s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(18) .tu {
  transition: all 0.4s 1.8s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(17) .tu {
  transition: all 0.4s 1.7s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(16) .tu {
  transition: all 0.4s 1.6s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(15) .tu {
  transition: all 0.4s 1.5s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(14) .tu {
  transition: all 0.4s 1.4s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(13) .tu {
  transition: all 0.4s 1.3s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(12) .tu {
  transition: all 0.4s 1.2s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(11) .tu {
  transition: all 0.4s 1.1s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(10) .tu {
  transition: all 0.4s 1s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(9) .tu {
  transition: all 0.4s 0.9s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(8) .tu {
  transition: all 0.4s 0.8s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(7) .tu {
  transition: all 0.4s 0.7s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(6) .tu {
  transition: all 0.4s 0.6s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(5) .tu {
  transition: all 0.4s 0.5s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(4) .tu {
  transition: all 0.4s 0.4s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(3) .tu {
  transition: all 0.4s 0.3s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(2) .tu {
  transition: all 0.4s 0.2s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:nth-child(1) .tu {
  transition: all 0.4s 0.1s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .wenzi {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  display: none;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .wenzi .f_tit {
  color: #515368;
  padding-left: 0.24rem;
  width: 300px;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .wenzi .f_tishi {
  display: flex;
  align-items: center;
  color: #cb9d13;
  white-space: nowrap;
  display: none;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .wenzi .f_tishi img {
  display: block;
  width: 14px;
  height: auto;
  margin-right: 0.14rem;
}
@media (max-width: 1580px) {
  .hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei .wenzi .f_tishi img {
    width: 12px;
  }
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei.on .tu {
  display: none;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei.on .wenzi {
  display: block;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei.on .wenzi .f_tit {
  display: none;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei.on .wenzi .f_tishi {
  display: flex;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:hover:not(.f_tishi) .f_wezi {
  display: block;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:hover:not(.f_tishi) .tu {
  background-color: #ffffff;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_wei:hover:not(.f_tishi) .tu:before {
  background-color: #ffffff;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_tishi .tu {
  transition: none!important;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 767px) {
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 220px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0.15rem 0.1rem;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .f_tit {
  padding: 0 0.2rem;
  color: #222222;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji {
  width: 100%;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .li {
  cursor: pointer;
  padding: 4px 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #515368;
  border-radius: 5px;
  transition: all 0.4s;
}
@media (max-width: 1900px) and (min-width: 1581px) {
  .hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .li {
    font-size: 14px;
  }
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .li span {
  display: block;
  width: calc(100% - 16px);
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .li i {
  width: 6px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .li i img,
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .li i svg {
  width: 100%;
  height: 100%;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .li i img path,
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .li i svg path {
  fill: #515368;
  opacity: 0.25;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .li:hover:not(.active) {
  background-color: #014098;
  color: #ffffff;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .li:hover:not(.active) i svg path {
  fill: #ffffff;
  opacity: 0.5;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .active {
  color: #cb9d13;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .active i svg path {
  fill: #cb9d13;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item .f_alt .f_link .dianji .active:hover i svg path {
  opacity: 0.5;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 83.044%;
  visibility: hidden;
  display: none;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item2 .shu,
.hm-sec2 .f_zhong .container .cont .gt .f_item2 .f_img {
  margin-top: 0.5rem;
  opacity: 0;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item2 .shu {
  position: relative;
  color: #dee4ec;
  /* 设置为渐变起始颜色作为回退 */
  font-size: 2.08rem;
  font-family: 'dinBold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.9;
  width: 100%;
  text-align: center;
  transition: all 0.4s linear;
  background-color: #ffffff;
  /* 应用渐变到文字 */
  background-image: linear-gradient(0deg, #dee4ec, rgba(255, 255, 255, 0) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item2 .f_img {
  width: 100%;
  transform: translateY(-0.3rem);
  transition: all 0.4s linear;
}
.hm-sec2 .f_zhong .container .cont .gt .f_item2 .f_img:before {
  padding-top: 43.03944316%;
}
.hm-sec2 .f_zhong .container .f_shuzi {
  margin-top: 1.1rem;
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.hm-sec2 .f_zhong .container .f_shuzi .li {
  width: 33.333%;
  overflow: hidden;
  position: relative;
}
.hm-sec2 .f_zhong .container .f_shuzi .li .f_icon {
  position: relative;
  width: 0.72rem;
  height: 0.72rem;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: solid 1px #014098;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .hm-sec2 .f_zhong .container .f_shuzi .li .f_icon {
    margin-bottom: 0.3rem;
  }
}
.hm-sec2 .f_zhong .container .f_shuzi .li .f_icon svg,
.hm-sec2 .f_zhong .container .f_shuzi .li .f_icon img {
  width: auto;
  height: 30.55555556%;
  object-fit: contain;
}
.hm-sec2 .f_zhong .container .f_shuzi .li .f_icon svg path,
.hm-sec2 .f_zhong .container .f_shuzi .li .f_icon img path {
  fill: #014098;
}
.hm-sec2 .f_zhong .container .f_shuzi .li .xian {
  display: block;
  left: 0.72rem;
  position: absolute;
  top: 0.36rem;
  width: 100%;
  height: 1px;
  background-color: #d4d9e6;
}
.hm-sec2 .f_zhong .container .f_shuzi .li .xian:before {
  content: "";
  display: block;
  width: 0;
  background-color: #014098;
  height: 100%;
  transition: all 0.4s linear;
}
.hm-sec2 .f_zhong .container .f_shuzi .li .shu {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #014098;
  margin-bottom: 0.04rem;
  font-weight: bold;
}
.hm-sec2 .f_zhong .container .f_shuzi .li .shu span {
  font-family: 'dinBold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.5rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .hm-sec2 .f_zhong .container .f_shuzi .li .shu span {
    font-size: 0.44rem;
  }
}
.hm-sec2 .f_zhong .container .f_shuzi .li .f_tit {
  color: #222222;
}
.hm-sec2 .f_zhong[data-index="1"] .container .cont .gt .f_item .f_img {
  pointer-events: auto;
}
.hm-sec2 .f_zhong[data-index="1"] .container .cont .gt .f_item .f_img img {
  opacity: 0;
}
.hm-sec2 .f_zhong[data-index="1"] .container .cont .gt .f_item .f_img img:nth-child(2) {
  opacity: 1;
}
.hm-sec2 .f_zhong[data-index="1"] .container .f_shuzi .li:nth-child(1) .xian:before {
  width: 100%;
  transition: all 0.4s;
}
.hm-sec2 .f_zhong[data-index="2"] .container .cont .gt .f_item .f_img {
  pointer-events: auto;
}
.hm-sec2 .f_zhong[data-index="2"] .container .cont .gt .f_item .f_img img {
  opacity: 0;
}
.hm-sec2 .f_zhong[data-index="2"] .container .cont .gt .f_item .f_img img:nth-child(2) {
  opacity: 1;
}
.hm-sec2 .f_zhong[data-index="2"] .container .cont .gt .f_item .f_wei .tu {
  transform: translate(-50%, -50%) scale(1);
}
.hm-sec2 .f_zhong[data-index="2"] .container .cont .gt .f_item .f_wei .wenzi {
  display: block;
}
.hm-sec2 .f_zhong[data-index="2"] .container .f_shuzi .li:nth-child(1) .xian:before,
.hm-sec2 .f_zhong[data-index="2"] .container .f_shuzi .li:nth-child(2) .xian:before {
  width: 100%;
  transition: all 0.4s;
}
.hm-sec2 .f_zhong[data-index="3"] .container .cont .gt .f_item .f_img {
  pointer-events: auto;
}
.hm-sec2 .f_zhong[data-index="3"] .container .cont .gt .f_item .f_img img {
  opacity: 0;
}
.hm-sec2 .f_zhong[data-index="3"] .container .cont .gt .f_item .f_img img:nth-child(2) {
  opacity: 1;
}
.hm-sec2 .f_zhong[data-index="3"] .container .cont .gt .f_item .f_wei .tu {
  transform: translate(-50%, -50%) scale(1);
}
.hm-sec2 .f_zhong[data-index="3"] .container .cont .gt .f_item .f_wei .tu {
  transform: translate(-50%, -50%) scale(1);
}
.hm-sec2 .f_zhong[data-index="3"] .container .cont .gt .f_item .f_wei .wenzi {
  display: block;
}
.hm-sec2 .f_zhong[data-index="3"] .container .cont .gt .f_item2 {
  visibility: inherit;
}
.hm-sec2 .f_zhong[data-index="3"] .container .cont .gt .f_item2 .shu,
.hm-sec2 .f_zhong[data-index="3"] .container .cont .gt .f_item2 .f_img {
  margin-top: 0;
  opacity: 1;
}
.hm-sec2 .f_zhong[data-index="3"] .container .f_shuzi .li:nth-child(1) .xian:before,
.hm-sec2 .f_zhong[data-index="3"] .container .f_shuzi .li:nth-child(2) .xian:before,
.hm-sec2 .f_zhong[data-index="3"] .container .f_shuzi .li:nth-child(3) .xian:before {
  width: 100%;
  transition: all 0.4s;
}
.hm-sec3 {
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .hm-sec3 {
    background: #f5f5f5;
  }
}
.hm-sec3 .bag {
  position: relative;
}
@media (max-width: 1199px) {
  .hm-sec3 .bag {
    display: none;
  }
}
.hm-sec3 .bag .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s linear;
}
.hm-sec3 .bag .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec3 .bag .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.15;
}
.hm-sec3 .bag .img.on {
  opacity: 1;
  position: relative;
  visibility: visible;
}
@media (max-width: 1199px) {
  .hm-sec3 .bag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hm-sec3 .bag .img {
    height: 100%;
  }
}
.hm-sec3 .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont {
    position: relative;
  }
}
.hm-sec3 .cont .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  padding: 0.8rem 0 0.4rem;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .container {
    justify-content: flex-start;
    color: #333;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .container {
    padding: 1.2rem 0;
  }
}
.hm-sec3 .cont .container .f_title1 {
  margin-bottom: 0.52rem;
  font-weight: bold;
}
.hm-sec3 .cont .container .f_jt {
  display: flex;
  margin: 0 -0.1rem;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .container .f_jt {
    flex-wrap: wrap;
  }
}
.hm-sec3 .cont .container .f_jt .item {
  width: 17.283%;
  transition: all 0.4s linear;
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
  flex: 1 1 auto;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .container .f_jt .item {
    width: 33.333%;
    flex: 0 1 auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .container .f_jt .item {
    width: 50%;
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.hm-sec3 .cont .container .f_jt .item .list {
  position: relative;
  display: block;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .container .f_jt .item .list {
    height: 100%;
  }
}
.hm-sec3 .cont .container .f_jt .item .list .font {
  padding: 0.3rem 0.3rem 0.25rem;
  transition: all 0.4s 0.2s linear;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .container .f_jt .item .list .font {
    display: none;
  }
}
.hm-sec3 .cont .container .f_jt .item .list .font .f_jia {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0.16rem;
}
@media (max-width: 1580px) {
  .hm-sec3 .cont .container .f_jt .item .list .font .f_jia {
    width: 16px;
    height: 16px;
  }
}
.hm-sec3 .cont .container .f_jt .item .list .font .f_jia:before,
.hm-sec3 .cont .container .f_jt .item .list .font .f_jia:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cccccc;
}
.hm-sec3 .cont .container .f_jt .item .list .font .f_jia:after {
  margin-top: -1px;
  transform: rotate(90deg);
}
.hm-sec3 .cont .container .f_jt .item .list .font .f_tit {
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hm-sec3 .cont .container .f_jt .item .list .f_hover {
  width: 100%;
  border-radius: 0.1rem;
  padding: 0.23rem 0.3rem 0.26rem;
  overflow: hidden;
}
.hm-sec3 .cont .container .f_jt .item .list .f_hover .img {
  padding-top: 60%;
  margin: -0.23rem -0.3rem 0.26rem;
}
@media (min-width: 1200px) {
  .hm-sec3 .cont .container .f_jt .item .list .f_hover {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    background-color: #014098;
  }
  .hm-sec3 .cont .container .f_jt .item .list .f_hover .img {
    display: none;
  }
}
.hm-sec3 .cont .container .f_jt .item .list .f_hover .f_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.hm-sec3 .cont .container .f_jt .item .list .f_hover .f_tit .f_t1 {
  overflow: hidden;
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 30px);
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .container .f_jt .item .list .f_hover .f_tit .f_t1 {
    width: 100%;
  }
}
.hm-sec3 .cont .container .f_jt .item .list .f_hover .f_tit .f_jian {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  display: block;
}
@media (max-width: 1580px) {
  .hm-sec3 .cont .container .f_jt .item .list .f_hover .f_tit .f_jian {
    width: 16px;
  }
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .container .f_jt .item .list .f_hover .f_tit .f_jian {
    display: none;
  }
}
.hm-sec3 .cont .container .f_jt .item .list .f_hover .f_text {
  color: #ffffff;
  opacity: 0.5;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.125em;
  margin-bottom: 0.2rem;
  margin-top: 0.1rem;
}
.hm-sec3 .cont .container .f_jt .item .list .f_hover .but {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.hm-sec3 .cont .container .f_jt .item .list .f_hover .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin-right: 0.16rem;
}
.hm-sec3 .cont .container .f_jt .item .list .f_hover .but i img,
.hm-sec3 .cont .container .f_jt .item .list .f_hover .but i svg {
  width: 100%;
  max-height: 100%;
}
.hm-sec3 .cont .container .f_jt .item .list .f_hover .but i img path,
.hm-sec3 .cont .container .f_jt .item .list .f_hover .but i svg path {
  fill: #ffffff;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .container .f_jt .item .list .f_hover {
    background: #ffffff;
  }
  .hm-sec3 .cont .container .f_jt .item .list .f_hover .f_tit {
    color: #333333;
  }
  .hm-sec3 .cont .container .f_jt .item .list .f_hover .f_text {
    color: #666666;
  }
  .hm-sec3 .cont .container .f_jt .item .list .f_hover .but {
    color: #666;
  }
  .hm-sec3 .cont .container .f_jt .item .list .f_hover .but i svg path {
    fill: #666;
  }
}
@media (min-width: 1200px) {
  .hm-sec3 .cont .container .f_jt .item .list:hover .font {
    opacity: 0;
    transition: all 0.4s linear;
  }
}
@media (min-width: 1200px) {
  .hm-sec3 .cont .container .f_jt .item.on .list {
    background-color: rgba(1, 64, 152, 0.5);
  }
  .hm-sec3 .cont .container .f_jt .item:hover {
    width: 30.86%;
  }
}
.hm-sec4 {
  position: relative;
  padding: 1.06rem 0 1.2rem;
  z-index: 2;
}
.hm-sec4 .f_title1 {
  text-align: center;
  color: #222222;
  font-weight: bold;
  margin-bottom: 0.38rem;
}
.hm-sec4 .f_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 0.55rem;
}
.hm-sec4 .f_nav .hm4_nav {
  width: auto;
  max-width: 100%;
  margin: 0;
}
.hm-sec4 .f_nav .hm4_nav .swiper-slide {
  width: auto;
  margin: 0 0.24rem;
}
.hm-sec4 .f_nav .hm4_nav .swiper-slide .item {
  color: #222222;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: all 0.4s;
}
.hm-sec4 .f_nav .hm4_nav .swiper-slide .item img,
.hm-sec4 .f_nav .hm4_nav .swiper-slide .item svg {
  width: 10px;
  opacity: 0;
  height: 10px;
  margin-left: 0.1rem;
}
.hm-sec4 .f_nav .hm4_nav .swiper-slide .item img path,
.hm-sec4 .f_nav .hm4_nav .swiper-slide .item svg path {
  fill: #014098;
}
.hm-sec4 .f_nav .hm4_nav .swiper-slide.swiper-slide-thumb-active .item {
  color: #014098;
  font-weight: bold;
}
.hm-sec4 .f_nav .hm4_nav .swiper-slide.swiper-slide-thumb-active .item svg,
.hm-sec4 .f_nav .hm4_nav .swiper-slide.swiper-slide-thumb-active .item img {
  opacity: 1;
}
.hm-sec4 .hm4_cont {
  width: 100%;
}
.hm-sec4 .hm4_cont .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  overflow: hidden;
  z-index: 2;
  position: relative;
  background-color: #ffffff;
}
.hm-sec4 .hm4_cont .item .img,
.hm-sec4 .hm4_cont .item .font {
  width: 50%;
}
@media (max-width: 767px) {
  .hm-sec4 .hm4_cont .item .img,
  .hm-sec4 .hm4_cont .item .font {
    width: 100%;
  }
}
.hm-sec4 .hm4_cont .item .img:before {
  padding-top: 67.5%;
}
.hm-sec4 .hm4_cont .item .font {
  padding: 0.4rem 2rem 0.4rem 0.8rem;
}
@media (max-width: 1199px) {
  .hm-sec4 .hm4_cont .item .font {
    padding: 0.4rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .hm4_cont .item .font {
    padding: 0.4rem 0.36rem;
  }
}
.hm-sec4 .hm4_cont .item .font .f_tit {
  font-weight: bold;
  color: #222222;
  margin-bottom: 0.17rem;
}
.hm-sec4 .hm4_cont .item .font .f_text {
  color: #999999;
  line-height: 1.44444444;
  height: 8.66666667em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .hm-sec4 .hm4_cont .item .font .f_text {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 991px) {
  .hm-sec4 .hm4_cont .item .font .f_text {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .hm-sec4 .hm4_cont .item .font .f_text {
    margin-bottom: 0.3rem;
  }
}
.hm-sec4 .hm4_cont .item .font .but {
  margin-top: 0.32rem;
  transition: all 0.4s linear;
  display: flex;
  align-items: center;
}
.hm-sec4 .hm4_cont .item .font .but i {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #ffffff;
  border: solid 1px #014098;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s linear;
  margin-right: 0.16rem;
}
@media (max-width: 567px) {
  .hm-sec4 .hm4_cont .item .font .but i {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.hm-sec4 .hm4_cont .item .font .but i svg,
.hm-sec4 .hm4_cont .item .font .but i img {
  width: 20.83333333%;
  height: 20.83333333%;
  object-fit: contain;
}
.hm-sec4 .hm4_cont .item .font .but i svg path,
.hm-sec4 .hm4_cont .item .font .but i img path {
  fill: #014098;
}
.hm-sec4 .hm4_cont .item .font .but span {
  transition: all 0.4s;
  color: #014098;
}
.hm-sec4 .hm4_cont .item:hover .img img {
  transform: scale(1.04);
}
.hm-sec4 .hm4_cont .item:hover .font .but i {
  background-color: #014098;
}
.hm-sec4 .hm4_cont .item:hover .font .but i svg path {
  fill: #ffffff;
}
.hm-sec5 {
  position: relative;
  padding: 1.4rem 0 6rem;
}
@media (max-width: 767px) {
  .hm-sec5 {
    padding: 0.2rem 0 0.8rem;
  }
}
.hm-sec5 > .bag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .hm-sec5 > .bag {
    bottom: 0%;
    display: block;
  }
}
@media (max-width: 767px) {
  .hm-sec5 > .bag {
    display: none;
  }
}
.hm-sec5 > .bag img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .hm-sec5 > .bag img {
    max-width: initial;
    width: 150%;
  }
}
.hm-sec5 > .container {
  position: relative;
}
.hm-sec5 > .container .font {
  color: #ffffff;
  max-width: 4.4rem;
  margin-bottom: 1.58rem;
}
@media (max-width: 991px) {
  .hm-sec5 > .container .font {
    max-width: 5.5rem;
  }
}
@media (max-width: 767px) {
  .hm-sec5 > .container .font {
    max-width: 100%;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
.hm-sec5 > .container .font .f_tit {
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.hm-sec5 > .container .font .f_text {
  line-height: 1.25;
}
.hm-sec5 > .container .cont {
  position: relative;
}
.hm-sec5 > .container .cont .bag2 {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130.76923077%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .hm-sec5 > .container .cont .bag2 {
    display: none;
  }
}
.hm-sec5 > .container .cont .bag2 img {
  width: auto;
  height: 100%;
  max-width: initial;
}
.hm-sec5 > .container .cont .f_jt {
  position: relative;
  margin: 0 -0.35rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.hm-sec5 > .container .cont .f_jt .item {
  width: 20%;
  padding: 0 0.35rem;
}
@media (max-width: 767px) {
  .hm-sec5 > .container .cont .f_jt .item {
    width: 50%;
    margin-bottom: 0.5rem;
  }
}
.hm-sec5 > .container .cont .f_jt .item .list {
  position: relative;
}
.hm-sec5 > .container .cont .f_jt .item .list .f_zh {
  width: 100%;
  position: relative;
  background: url(../images/peijiaimgbag1.png) no-repeat center / 100% 100%;
}
.hm-sec5 > .container .cont .f_jt .item .list .f_zh:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.hm-sec5 > .container .cont .f_jt .item .list .f_zh:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/peijiaimgbag2.png) no-repeat center / 100% 100%;
  opacity: 0;
  transition: all 0.4s;
}
.hm-sec5 > .container .cont .f_jt .item .list .f_zh .yuan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  width: 59.25925926%;
  height: 59.25925926%;
}
.hm-sec5 > .container .cont .f_jt .item .list .f_zh .yuan:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-30deg, #014098 0%, #6998db 100%);
  opacity: 0;
  transition: all 0.4s;
  border-radius: 50%;
}
.hm-sec5 > .container .cont .f_jt .item .list .f_zh .yuan .f_icon {
  width: 0.46rem;
  height: 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hm-sec5 > .container .cont .f_jt .item .list .f_zh .yuan .f_icon img,
.hm-sec5 > .container .cont .f_jt .item .list .f_zh .yuan .f_icon svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.hm-sec5 > .container .cont .f_jt .item .list .f_zh .yuan .f_tit {
  text-align: center;
  margin-top: 0.08rem;
  position: relative;
}
.hm-sec5 > .container .cont .f_jt .item .list .but {
  text-align: center;
}
@media (min-width: 768px) {
  .hm-sec5 > .container .cont .f_jt .item .list .but {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 0.55rem;
    opacity: 0;
    transition: all 0.4s;
    padding-top: 0.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .hm-sec5 > .container .cont .f_jt .item .list .but {
    padding: 0 0.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hm-sec5 > .container .cont .f_jt .item .list .but {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hm-sec5 > .container .cont .f_jt .item .list .but {
    padding-top: 0.36rem;
  }
}
.hm-sec5 > .container .cont .f_jt .item .list .but .f_but {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background-color: #014098;
  border-radius: 20px;
  padding: 0.08rem 0.2rem;
  margin-bottom: 0.1rem;
}
.hm-sec5 > .container .cont .f_jt .item .list .but .f_but:last-child {
  margin-bottom: 0;
}
.hm-sec5 > .container .cont .f_jt .item .list:hover .f_zh:after {
  opacity: 1;
}
.hm-sec5 > .container .cont .f_jt .item .list:hover .f_zh .yuan:before {
  opacity: 1;
}
.hm-sec5 > .container .cont .f_jt .item .list:hover .but {
  opacity: 1;
}
.hm-sec6 {
  position: relative;
  z-index: 2;
  padding: 1.2rem 0 1.68rem;
  background-color: #edf0f7;
}
@media (max-width: 1900px) {
  .hm-sec6 {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .hm-sec6 {
    padding-bottom: 1.2rem;
    background-color: #edf0f7;
  }
}
.hm-sec6:before {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(217, 224, 237, 0) 55%, #dae1ee 5%, rgba(217, 224, 237, 0) 55%);
  background-image: linear-gradient(to bottom, rgba(217, 224, 237, 0) 0%, #dae1ee 10%, rgba(217, 224, 237, 0) 110%);
}
@media (max-width: 767px) {
  .hm-sec6:before {
    display: none;
  }
}
.hm-sec6 .bag {
  position: absolute;
  top: 6%;
  left: 0;
  width: 88%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hm-sec6 .bag img {
  width: 100%;
  object-fit: cover;
}
.hm-sec6 .container {
  position: relative;
}
.hm-sec6 .container .hm_tit {
  margin-bottom: 0.55rem;
}
.hm-sec6 .container .cont {
  max-width: 12.9rem;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hm-sec6 .container .cont {
    max-width: 100%;
  }
}
.hm-sec6 .container .cont .lt {
  background-color: #014098;
  width: 38.76%;
  padding: 0.47rem 0.25rem 1.5rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec6 .container .cont .lt {
    width: 100%;
  }
}
.hm-sec6 .container .cont .lt:before {
  content: "";
  display: block;
  position: absolute;
  width: 4.45rem;
  height: 4.45rem;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.05;
  bottom: -3rem;
  right: -3rem;
}
.hm-sec6 .container .cont .lt .f_jt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.18rem 0.3rem;
  margin-bottom: 0.52rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  position: relative;
}
.hm-sec6 .container .cont .lt .f_jt .font {
  position: relative;
  width: calc(100% - 0.66rem);
}
@media (max-width: 767px) {
  .hm-sec6 .container .cont .lt .f_jt .font {
    width: 100%;
  }
}
.hm-sec6 .container .cont .lt .f_jt .font .f_storke {
  color: #ffffff;
  opacity: 0.05;
  font-size: 0.58rem;
  position: absolute;
  left: -0.18rem;
  -webkit-text-stroke: 2px #ffffff;
  /* 白色描边 */
  color: transparent;
  /* 文字颜色设为透明 */
  top: -0.5em;
  line-height: 1;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
}
.hm-sec6 .container .cont .lt .f_jt .font .f_name {
  color: #ffffff;
  opacity: 0.3;
  position: relative;
}
.hm-sec6 .container .cont .lt .f_jt .font .f_tel {
  color: #ffffff;
  position: relative;
  font-size: 0.42rem;
  line-height: 1;
  font-family: 'dinBold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
}
.hm-sec6 .container .cont .lt .f_jt .but {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .hm-sec6 .container .cont .lt .f_jt .but {
    display: none;
  }
}
.hm-sec6 .container .cont .lt .f_jt .but img,
.hm-sec6 .container .cont .lt .f_jt .but svg {
  width: 40.74074074%;
  height: 51.85185185%;
  object-fit: contain;
}
.hm-sec6 .container .cont .lt .f_jt .but img path,
.hm-sec6 .container .cont .lt .f_jt .but svg path {
  fill: #00317d;
}
.hm-sec6 .container .cont .lt .f_list {
  padding: 0 0.18rem;
  position: relative;
}
.hm-sec6 .container .cont .lt .f_list .li {
  width: 100%;
  margin-bottom: 0.59rem;
}
.hm-sec6 .container .cont .lt .f_list .li:last-child {
  margin-bottom: 0;
}
.hm-sec6 .container .cont .lt .f_list .li .f_name {
  color: #ffffff;
  opacity: 0.3;
}
.hm-sec6 .container .cont .lt .f_list .li .f_text {
  line-height: 1.57142857;
  color: #ffffff;
  opacity: 0.6;
  margin-top: 0.06rem;
}
.hm-sec6 .container .cont .lt .f_list .li .f_text a {
  color: #ffffff;
}
.hm-sec6 .container .cont .gt {
  width: 61.24%;
  padding: 0.52rem 0.44rem 0.44rem;
}
@media (max-width: 767px) {
  .hm-sec6 .container .cont .gt {
    width: 100%;
    padding: 0.5rem 0.36rem;
  }
}
.hm-sec6 .container .cont .gt .f_title {
  display: flex;
  color: #00317d;
  font-weight: bold;
  align-items: center;
  margin-bottom: 0.29rem;
}
.hm-sec6 .container .cont .gt .f_title i {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00317d;
  margin-right: 0.12rem;
}
@media (max-width: 767px) {
  .hm-sec6 .container .cont .gt .f_title i {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.hm-sec6 .container .cont .gt .f_title i img,
.hm-sec6 .container .cont .gt .f_title i svg {
  width: 57.40740741%;
  height: 51.85185185%;
  object-fit: contain;
}
.hm-sec6 .container .cont .gt .f_title i img path,
.hm-sec6 .container .cont .gt .f_title i svg path {
  fill: #ffffff;
}
.hm-sec6 .container .cont .gt .f_form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 991px) {
  .hm-sec6 .container .cont .gt .f_form {
    margin: 0 -0.14rem;
  }
}
@media (max-width: 767px) {
  .hm-sec6 .container .cont .gt .f_form {
    margin: 0;
  }
}
.hm-sec6 .container .cont .gt .f_form .f_int {
  width: 50%;
  padding: 0 0.2rem;
  margin-bottom: 0.22rem;
}
@media (max-width: 991px) {
  .hm-sec6 .container .cont .gt .f_form .f_int {
    padding: 0 0.14rem;
  }
}
@media (max-width: 767px) {
  .hm-sec6 .container .cont .gt .f_form .f_int {
    width: 100%;
    padding: 0;
  }
}
.hm-sec6 .container .cont .gt .f_form .f_int:last-child {
  margin-bottom: 0;
}
.hm-sec6 .container .cont .gt .f_form .f_int input,
.hm-sec6 .container .cont .gt .f_form .f_int select,
.hm-sec6 .container .cont .gt .f_form .f_int textarea {
  border: 1px solid #e5eaf2;
  border-radius: 5px;
  padding: 0.18rem 0.2rem;
  color: #b3b3b3;
  width: 100%;
}
.hm-sec6 .container .cont .gt .f_form .f_int input::-ms-input-placeholder,
.hm-sec6 .container .cont .gt .f_form .f_int select::-ms-input-placeholder,
.hm-sec6 .container .cont .gt .f_form .f_int textarea::-ms-input-placeholder {
  color: #b3b3b3;
}
.hm-sec6 .container .cont .gt .f_form .f_int input::placeholder,
.hm-sec6 .container .cont .gt .f_form .f_int select::placeholder,
.hm-sec6 .container .cont .gt .f_form .f_int textarea::placeholder {
  color: #b3b3b3;
}
.hm-sec6 .container .cont .gt .f_form .f_int select {
  background: url(../images/selcionimg1.png) no-repeat 92% center / 9px auto;
}
.hm-sec6 .container .cont .gt .f_form .f_int textarea {
  height: 1.2rem;
}
.hm-sec6 .container .cont .gt .f_form .f_int .f_sub {
  color: #ffffff;
  display: flex;
  align-items: center;
  background-color: #00317d;
  border-radius: 5px;
  padding: 0.12rem 0.28rem;
}
.hm-sec6 .container .cont .gt .f_form .f_int .f_sub img,
.hm-sec6 .container .cont .gt .f_form .f_int .f_sub svg {
  width: 10px;
  height: 10px;
  transition: all 0.4s;
  margin-left: 0.13rem;
}
@media (max-width: 1580px) {
  .hm-sec6 .container .cont .gt .f_form .f_int .f_sub img,
  .hm-sec6 .container .cont .gt .f_form .f_int .f_sub svg {
    width: 8px;
    height: 8px;
  }
}
.hm-sec6 .container .cont .gt .f_form .f_int .f_sub img path,
.hm-sec6 .container .cont .gt .f_form .f_int .f_sub svg path {
  fill: #ffffff;
}
.hm-sec6 .container .cont .gt .f_form .f_int .f_sub:hover img,
.hm-sec6 .container .cont .gt .f_form .f_int .f_sub:hover svg {
  transform: rotate(45deg);
}
.hm-sec6 .container .cont .gt .f_form .f_textarea {
  width: 100%;
}
.homeAlt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  display: none;
}
.homeAlt .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.homeAlt .cont {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background-color: #fff;
  width: 5.6rem;
}
@media (max-width: 991px) {
  .homeAlt .cont {
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .homeAlt .cont {
    right: 5%;
    width: 90%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.homeAlt .cont .f_close {
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  width: 0.64rem;
  height: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.homeAlt .cont .f_close img,
.homeAlt .cont .f_close svg {
  width: 100%;
  transition: all 0.4s;
}
.homeAlt .cont .f_close img:nth-child(1),
.homeAlt .cont .f_close svg:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  height: 100%;
}
.homeAlt .cont .f_close img:nth-child(1) path,
.homeAlt .cont .f_close svg:nth-child(1) path {
  fill: #000000;
}
.homeAlt .cont .f_close img:nth-child(2),
.homeAlt .cont .f_close svg:nth-child(2) {
  opacity: 0.5;
  width: 31.25%;
  height: 31.25%;
}
.homeAlt .cont .f_close img:nth-child(2) path,
.homeAlt .cont .f_close svg:nth-child(2) path {
  fill: #000;
}
.homeAlt .cont .f_close:hover img:nth-child(2),
.homeAlt .cont .f_close:hover svg:nth-child(2) {
  transform: rotate(90deg);
}
.homeAlt .cont .f_jt {
  width: 100%;
  height: 100%;
}
.homeAlt .cont .f_jt .f_tu {
  width: 100%;
  height: 55.67010309%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.homeAlt .cont .f_jt .f_tu .f_dian {
  width: 65.35%;
  position: relative;
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_img {
  width: 100%;
  overflow: hidden;
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_img img {
  width: 100%;
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_tishi {
  position: absolute;
  bottom: 0.64rem;
  left: 6px;
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_tishi .li {
  display: flex;
  color: #014098;
  font-size: 12px;
  align-items: center;
  margin-bottom: 4px;
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_tishi .li:last-child {
  margin-bottom: 0;
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_tishi .li i {
  margin-right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px #014098;
  position: relative;
}
@media (max-width: 1580px) {
  .homeAlt .cont .f_jt .f_tu .f_dian .f_tishi .li i {
    border-width: 1px;
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_tishi .li:nth-child(1) i {
  border-color: transparent;
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_tishi .li:nth-child(1) i img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220%;
  height: 220%;
  max-width: initial;
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_tishi .li:nth-child(2) {
  color: #00b050;
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_tishi .li:nth-child(2) i {
  border-color: #00b050;
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_weizhi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_weizhi .f_yuan {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_weizhi .f_yuan i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px #014098;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1580px) {
  .homeAlt .cont .f_jt .f_tu .f_dian .f_weizhi .f_yuan i {
    border-width: 1px;
    width: 8px;
    height: 8px;
  }
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_weizhi .f_zong i {
  border: none;
  width: 16px;
  height: 16px;
  background: url(../images/xinxininimg1.svg) no-repeat center / 100% 100%;
}
@media (max-width: 1580px) {
  .homeAlt .cont .f_jt .f_tu .f_dian .f_weizhi .f_zong i {
    width: 12px;
    height: 12px;
  }
}
.homeAlt .cont .f_jt .f_tu .f_dian .f_weizhi .f_sheng i {
  border-color: #00b050;
}
.homeAlt .cont .f_jt .f_nei {
  height: 44.32989691%;
  border-top: 1px solid #e5eaef;
  padding: 0.52rem 0.8rem;
}
.homeAlt .cont .f_jt .f_nei .f_case {
  height: 100%;
  position: relative;
}
.homeAlt .cont .f_jt .f_nei .f_case .item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-right: -0.3rem;
  padding-right: 0.3rem;
  overflow: auto;
  height: 100%;
}
.homeAlt .cont .f_jt .f_nei .f_case .item .f_tit {
  color: #014098;
  font-weight: bold;
}
.homeAlt .cont .f_jt .f_nei .f_case .item .f_text {
  color: #666666;
  margin-bottom: 0.4rem;
}
.homeAlt .cont .f_jt .f_nei .f_case .item .img {
  width: 100%;
}
.homeAlt .cont .f_jt .f_nei .f_case .item .img img {
  width: 100%;
}
.homeAlt .cont .f_jt .f_nei .f_case .item.on {
  transition: all 0.4s 0.1s;
  position: relative;
  opacity: 1;
  visibility: inherit;
}
@media (max-width: 767px) {
  .homeAlt .cont .f_jt {
    height: auto;
  }
  .homeAlt .cont .f_jt .f_tu {
    padding-top: 0.6rem;
  }
  .homeAlt .cont .f_jt .f_nei .f_case .item {
    max-height: 6rem;
  }
}
.homeAlt .cont .f_link_nei {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .homeAlt .cont .f_link_nei {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}
.homeAlt .cont .f_link_nei .f_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  padding: 0.3rem 0.32rem 0.23rem;
  justify-content: space-between;
  background-color: #014098;
}
.homeAlt .cont .f_link_nei .f_title .f_tit {
  font-weight: bold;
  width: calc(100% - 120px);
}
@media (max-width: 1580px) {
  .homeAlt .cont .f_link_nei .f_title .f_tit {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .homeAlt .cont .f_link_nei .f_title .f_tit {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
.homeAlt .cont .f_link_nei .f_title .but {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
}
.homeAlt .cont .f_link_nei .f_title .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  transition: all 0.4s;
  margin-left: 0.14rem;
}
.homeAlt .cont .f_link_nei .f_title .but i img,
.homeAlt .cont .f_link_nei .f_title .but i svg {
  width: 100%;
  height: 100%;
}
.homeAlt .cont .f_link_nei .f_title .but i img path,
.homeAlt .cont .f_link_nei .f_title .but i svg path {
  fill: #ffffff;
}
.homeAlt .cont .f_link_nei .f_title:hover .but i {
  transform: rotate(45deg);
}
.homeAlt .cont .f_link_nei .f_nei {
  width: 100%;
  background: #ffffff;
  padding: 0.32rem 0.32rem;
}
.homeAlt .cont .f_link_nei .f_nei .font {
  margin-right: -0.2rem;
  padding-right: 0.2rem;
  overflow: auto;
  max-height: 5rem;
}
.homeAlt .cont .f_link_nei .f_nei .font .f_tit {
  font-weight: bold;
  color: #014098;
  margin-bottom: 4px;
}
.homeAlt .cont .f_link_nei .f_nei .font .f_text {
  color: #999999;
  margin-bottom: 0.24rem;
}
.homeAlt .cont .f_link_nei .f_nei .font .f_img {
  width: 100%;
}
.qitaAlt .cont {
  background-color: #f5f7f8;
  background-color: transparent;
}
@media (max-width: 767px) {
  .qitaAlt .cont {
    padding: 1.2rem 0.4rem;
  }
}
.qitaAlt .cont .f_close {
  border-color: #fff;
}
.qitaAlt .cont .f_close svg:nth-child(1) {
  opacity: 0.5;
}
.qitaAlt .cont .f_close svg:nth-child(1) path {
  fill: #fff;
}
.qitaAlt .cont .f_close svg:nth-child(2) {
  opacity: 1;
}
.qitaAlt .cont .f_close svg:nth-child(2) path {
  fill: #fff;
}
@keyframes scale100 {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.3);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.fadeInUp10 {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}
@keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.width10 {
  -webkit-animation-name: width10;
  animation-name: width10;
}
@keyframes width10 {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes width10 {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* End */
.loadbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadbox .f_img {
  display: flex;
  align-items: center;
}
.loadbox .f_img .img {
  margin: 0 0.29rem;
}
.loadbox .f_img .img img {
  width: 100%;
}
.loadbox .f_img .img1 {
  width: 2.1rem;
  position: relative;
  left: 40%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s linear, left 0.4s 0.4s linear;
}
.loadbox .f_img .img2 {
  width: 3.54rem;
  transition: all 0.4s 0.8s linear;
  opacity: 0;
}
.loadbox.on .f_img .img1 {
  left: 0;
  opacity: 1;
}
.loadbox.on .f_img .img2 {
  opacity: 1;
}
/* 新闻弹窗 */
.newAlt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  display: none;
}
.newAlt .bag {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000000;
}
.newAlt .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 90%;
  display: flex;
  flex-direction: column;
  border-radius: 0.1rem;
  align-items: center;
  max-width: 6.4rem;
  padding: 0.78rem 0.4rem 0.76rem;
}
@media (max-width: 767px) {
  .newAlt .cont {
    max-width: 100%;
  }
}
.newAlt .cont .f_close {
  position: absolute;
  right: 0.3rem;
  top: 0.4rem;
  width: 20px;
  height: 20px;
  display: flex;
  cursor: pointer;
  transition: all 0.4s;
  align-items: center;
}
.newAlt .cont .f_close img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.newAlt .cont .f_close:hover {
  transform: rotate(90deg);
}
.newAlt .cont .f_icon {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #e5ecf4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .newAlt .cont .f_icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.2rem;
  }
}
.newAlt .cont .f_icon img {
  height: 40%;
  max-width: 100%;
  object-fit: contain;
}
.newAlt .cont .f_tit {
  line-height: 1.16666667;
  color: #222222;
  text-align: center;
  margin-bottom: 0.26rem;
}
.newAlt .cont .but {
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #014098;
  justify-content: center;
}
.newAlt .cont .but img {
  width: 10px;
  height: 10px;
  object-fit: contain;
  transition: all 0.4s;
  margin-left: 0.12rem;
}
.newAlt .cont .but:hover img {
  transform: rotate(45deg);
}
.newinfoon .box .bbox .gr .gr_lab span,
.newinfoon .box .bbox .gr .gr_lab a {
  min-width: 0.74rem;
  padding: 0.04rem 0.19rem !important;
  height: auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #666666;
  border-radius: 0.05rem;
  margin: 0 0.1rem 0.1rem 0;
  color: #333;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_tel {
    display: none;
  }
}
